#back-to-top{
    background-color: #fab702;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    position: fixed;
    right: 50px;
    bottom: 80px;
    z-index: 999;
    opacity: 0;
    width: 40px;
    height: 40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:opacity ease 0.3s;
}
#back-to-top.show{opacity:1;}
.mburger {
    --mb-button-size: 60px;
    --mb-bar-width: 0.6;
    --mb-bar-height: 4px;
    --mb-bar-spacing: 10px;
    --mb-cross-timeout: 0.4s;
    background: 0 0;
    border: none;
    border-radius: 0;
    color: #766a62;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    height: var(--mb-button-size);
    padding: 0 0 0 var(--mb-button-size);
    margin: 0;
    line-height: var(--mb-button-size);
    vertical-align: middle;
    appearance: none;
    outline: 0;
    cursor: pointer;
}
#hamburger .mburger {
    margin-left: 0;
    --mb-button-size: 31px;
    --mb-bar-height: 2px;
    --mb-bar-width: 0.8;
    --mb-bar-spacing: 6px;
}
.mburger b {
    display: block;
    position: absolute;
    left: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width))/ 2));
    width: calc(var(--mb-button-size));
    height: var(--mb-bar-height);
    border-radius: calc(var(--mb-bar-height)/ 2);
    background: currentColor;
    color: inherit;
    opacity: 1;
}
.mburger b:nth-of-type(1) {
    bottom: calc(50% + var(--mb-bar-spacing));
    transition: bottom .2s ease,transform .2s ease;
}
.mburger--collapse b:nth-of-type(1) {
    transition: bottom .2s ease,margin .2s ease,transform .2s ease;
    transition-delay: .2s,0s,0s;
}
.mburger b:nth-of-type(2) {
    top: calc(50% - (var(--mb-bar-height)/ 2));
    transition: opacity .2s ease;
}
.mburger--collapse b:nth-of-type(2) {
    transition: top .2s ease,opacity 0s ease, width ease 0.3s;
    transition-delay: .3s,.3s;
}
.mburger b:nth-of-type(3) {
    top: calc(50% + var(--mb-bar-spacing));
    transition: top .2s ease,transform .2s ease;
}
.mm-wrapper_opened .mburger b:nth-of-type(1) {
    bottom: calc(50% - (var(--mb-bar-height)/ 2));
    transform: rotate(
        45deg
    );
}
.mm-wrapper_opened .mburger--collapse b:nth-of-type(1) {
    bottom: calc(50% - var(--mb-bar-spacing) - var(--mb-bar-height));
    margin-bottom: calc(var(--mb-bar-spacing) + (var(--mb-bar-height)/ 2));
    transform: rotate(
        45deg
    );
    transition-delay: calc(var(--mb-cross-timeout) + .1s),calc(var(--mb-cross-timeout) + .3s),calc(var(--mb-cross-timeout) + .3s);
}
.mm-wrapper_opened .mburger--collapse b:nth-of-type(2) {
    top: calc(50% + var(--mb-bar-spacing));
    opacity: 0;
    transition-delay: calc(var(--mb-cross-timeout) + 0s),calc(var(--mb-cross-timeout) + .2s);
}
.mm-wrapper_opened .mburger--collapse b:nth-of-type(3) {
    top: calc(50% - (var(--mb-bar-height)/ 2));
    transform: rotate(
        -45deg
    );
    transition-delay: calc(var(--mb-cross-timeout) + .3s),calc(var(--mb-cross-timeout) + .3s);
}
.mburger--collapse b:nth-of-type(1), .mburger--collapse b:nth-of-type(3) {
    width: 28px;
}
.mburger--collapse b:nth-of-type(2) {
    width: 25px;
}
.mm-wrapper_opened .mburger--collapse b{
    width: 28px;
}
#hamburger:focus {
    color: #ffc60c;
}
/*.mburger.mburger--collapse b {*/
/*    transition: width ease 0.3s, top .2s ease,opacity 0s ease;*/
/*}*/
.mburger.mburger--collapse:hover b {
    width: 28px;
}
.banner-item {
    height: 100vh;
    width: 100%;
}
.banner-item > img, .video-bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner-item img {
    object-fit: cover;
    height: 100vh;
    width: 100%;
    transform: scale(1.1);
    opacity: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: opacity .8s ease-in-out,-webkit-transform 10s;
    transition: opacity .8s ease-in-out,-webkit-transform 10s;
    -o-transition: transform 10s,opacity .8s ease-in-out;
    transition: transform 10s,opacity .8s ease-in-out;
    transition: transform 10s,opacity .8s ease-in-out,-webkit-transform 10s;
}
.banner-item.swiper-slide-active img{
    transform: scale(1);
    opacity: 1;
}
.banner-item h2 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    
    font-size: 72px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1.8px;
    color: #fff;
    text-transform: uppercase;
}
.header {
    background: rgba(255, 255, 255, 0.5);
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100vh;
    width: 115px;
}
.header > * {
    width: 100%;
}
.social a {
    color: #766a62;
    font-size: 18px;
    display: block;
}
.social a:not(:last-child) {
    margin-bottom: 25px;
}
.social a:hover {
    color: #c72127;
}
.logo {
    padding: 20px 5px;
}
.header-bottom, .hamburger-btn {
    text-align: center;
}
.header-bottom {
    padding-bottom: 20px;
}
.btn-none {
    background: transparent;
    border: none;
    color: #766a62;
}
.header-search {
    margin: 30px 0 15px 0;
}
.btn-show_s {
    font-size: 18px;
}
.language {
    /*opacity: 0;*/
    /*visibility: hidden;*/
}
.language a {
    color: #fff;
    font-weight: 500;
}
.language a.active {
    color: #c72127;
}
.language a:first-child {
    padding-right: 20px;
    position: relative;
}
.language a:first-child:after {
    background: #fff;
    border-radius: 50%;
    content: '';
    height: 5px;
    width: 5px;
    position: absolute;
    right: 5px;
    top: 10px;
}
.lv_group a{
    display: block;
    width: 100%;
    padding: 115px 0 115px 115px;
    position: relative;
}
.lv_group a img {
    object-fit: cover;
}
.img_main {
    height: 460px;
    width: 100%;
    position: relative;
    z-index: 4;
    opacity: 0;
    top: 100px;
    webkit-transition: top 1s,opacity 1s,-webkit-transform .4s ease-in-out;
    transition: top 1s,opacity 1s,-webkit-transform .4s ease-in-out;
    -o-transition: top 1s,opacity 1s,transform .4s ease-in-out;
    transition: top 1s,opacity 1s,transform .4s ease-in-out;
    transition: top 1s,opacity 1s,transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
}
.img_cover {
    position: absolute;
    opacity: 0;
    margin-top: 100px;
    -webkit-transition: margin-top .8s,bottom .8s,opacity .8s;
    -o-transition: margin-top .8s,bottom .8s,opacity .8s;
    transition: margin-top .8s,bottom .8s,opacity .8s;
}
.img_cover_2 {
    height: 280px;
    left: 0;
    top: calc((50% - 140px));
    z-index: 3;
}
.img_cover_3 {
    width: 544px;
    height: 280px;
    right: 115px;
    top: 0;
    z-index: 2;
}
.img_cover_4 {
    width: 574px;
    height: 280px;
    right: 200px;
    bottom: -100px;
    z-index: 1;
}
.lv_group.swiper-slide-active .img_cover_3, .lv_group.swiper-slide-active .img_main {
    top: 0;
    opacity: 1;
}
.lv_group.swiper-slide-active .img_cover_4 {
    bottom: 0;
    opacity: 1;
}
.lv_group.swiper-slide-active .img_cover {
    margin-top: 0;
    opacity: 1;
}
.home_block_1 {
    background-color: #f7fafa;
    padding: 120px 0;
    padding-bottom: 0px;
}
.home_quanhecd {
    background-color: #f7fafa;
    padding: 30px 0;
}

.title_lg {
    color: #28166f;
    
    font-size: 52px;
    font-weight: bold;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
.lv-cate {
    margin-top: -20px;
    margin-bottom: 80px;
}
.lv_cate_slider a span {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #28166f;
    text-transform: uppercase;
}
.lv-icon {
    margin-bottom: 10px;
    opacity: 0;
    transition: all ease 0.3s;
}
.lv-icon, .lv-icon img {
    height: 33px;
}
.lv-icon img {
    object-fit: cover;
}
.lv_cate_link.swiper-slide-thumb-active a span {
    color: #c72127;
}
.lv_cate_link.swiper-slide-thumb-active .lv-icon {
    opacity: 1;
}
.lv_cate_link {
    margin: 0 0 0 60px !important;
    width: auto !important;
}
.lv_cate_slider .swiper-wrapper {
    justify-content: center;
}
.home_banner_slider .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    max-width: 1200px;
}
.home_banner_slider .swiper-pagination span {
    background-color: #c3c0ba;
    font-size: 0;
    height: 6px;
    width: 6px;
    opacity: 1;
}
.home_banner_slider .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #c72127;
    height: 10px;
    width: 10px;
}
.lv_block_inner {
    position: relative;
}

.sw-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    width: 70px;
    margin-top: -44px;
    position: relative;
    z-index: 8;
    margin-left: 115px;
}
.sw-button div {
    position: static;
}
.sw-button div:after {
    display: none;
}
.qh_block {
    margin-top: 120px;
}
.text-blue {
    color: #28166f;
}
.text-red {
    color: #c92127;
}
.font-500 {
    font-weight: 500;
}
.font-14 {
    font-size: 15px;
}
.mgt-5 {
    margin-top: 5px;
}
.qh_left {
    padding-right: 90px;
}
.qh_left li {
    margin-top: 20px;
}
.qh_left li a {
    color: #28166f;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.qh_left li span {
    margin-right: 15px;
    width: 35px;
}
.qh_left li a:hover {
    color: #c92127;
}
.qh_title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}
.qh_title span:first-child {
    font-size: 22px;
}
.chart {
    margin: 20px 0;
}
.title_lg_w {
    color: #fff;
}
.news-item .zoom-img:before {
    padding-bottom: 56%;
}
.news-item .news-s {
    margin-top: 10px;
}
.box_pdl {
    padding-left: calc((100% - 1250px)/2);
}
.home_news {
    background: url("../images/bg-news2.jpg") no-repeat top left;
    background-size: cover;
    padding: 60px 0;
}
.news_slider {
    padding-right: 400px;
}
.date {
    color: #f7fafa;
    font-size: 16px;
    margin: 10px 0;
}
.news-item h4 a {
    color: #f7fafa;
    font-size: 18px;
    /*font-weight: bold;*/
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 81px;
}
.news-item h4 a:hover {
    font-weight: bold;
    /*color: #c72127;*/
    /*text-decoration: underline;*/
}
.btn-red {
    border: 2px solid transparent;
    border-radius: 6px;
    background-color: #9e141a;
    height: 46px;
    color: #f7fafa;
    font-size: 16px;
    padding: 0 30px;
}
.btn-red img {
    margin-left: 10px;
}
.btn-red:hover {
    color: #fff;
}
.footer {
    background: #f7fafa;
    padding: 40px 0;
}
.ft-info {
    color: #023348;
    font-size: 16px;
}
.ft-info ul {
    justify-content: space-between;
}
.ft-info ul li {
    margin-top: 10px;
}
.ft-company {
    border-top: 1px solid rgba(0 142 172 /80%);
    margin-top: 60px;
    padding: 20px 0;
}
.ft-company a {
    padding: 10px 20px;
}
.ft-company a:not(:last-child) {
    margin-right: 150px;
}
.copyright {
    background-color: #28166f;
    padding: 30px 0;
}
.copyright a {
    color: #f7fafa;
}
.copyright a:not(:last-child) {
    margin-right: 60px;
}
/*main, footer {*/
/*    margin-left: 115px;*/
/*    width: calc(100% -  115px);*/
/*}*/
/*.banner-home {*/
/*    position: relative;*/
/*    left: -115px;*/
/*    width: calc(100% + 115px);*/
/*}*/
.body-page .header {
    box-shadow: 0px 7px 46px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
}
.body-page .header .social a {
    color: #d4d4d4;
}
.body-page .header .social a:hover, .body-page .header .btn-show_s:hover {
    color: #c72127;
}
.body-page .header .language a {
    color: #111;
}
.body-page .header .language a.active {
    color: #c72127;
}
.body-page .header .language a:first-child:after {
    background: #111;
}
.body-page .header .btn-show_s {
    color: #111;
}
.body-page .header .mburger.mburger--collapse b {
    background: #c72127;
}
.body-page .footer {
    background-color: #f0f0f0;
}
.main-page {
    background: #f7fafa url("../images/bg-page.png") no-repeat right top;
    padding: 60px 0 90px 0;
}
.breadcrumbs {
    margin-bottom: 40px;
}
.breadcrumbs ul {
    flex-wrap: wrap;
}
.breadcrumbs li a, .breadcrumbs li span {
    color: #898989;
    font-weight: 500;
    text-transform: uppercase;
}
.breadcrumbs li:first-child a {
    color: #c72127;
}
.breadcrumbs li a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    color: #898989;
    margin: 3px 15px 0 15px;
}
.font-exo {
    
}
.about_1_left > h3 {
    color: #28166f;
    font-weight: normal;
    font-size: 34px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.about_1_left p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}
.about_2_item {
    box-shadow: 0 0 18.4px 1.6px rgba(70, 70, 70, 0.1);
    border: solid 1px #e2e2e2;
    background-color: #f7fafa;
    transition: all ease 0.5s;
}
.about_block_2 {
    padding: 60px 0;
}
.about_2_head {
    padding: 60px 30px 0 30px;
    position: relative;
}
.about_2_head:before {
    background-color: #d3d3d3;
    content: '';
    height: 1px;
    width: 67%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.about_2_body {
    padding: 30px;
}
.about_2_body .title_lg {
    font-size: 30px;
    max-width: 180px;
    margin-bottom: 30px;
    height: 100px;
    transition: all ease 0.5s;
}
.about_2_content img {
    object-fit: cover;
    height: 210px;
    width: 100%;
}
.about_2_abs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    text-align: justify;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    font-weight: normal;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.5s;
}
.about_2_item:hover {
    background-color: #d22930;
}
.about_2_item:hover .about_2_head img {
    filter: brightness(0) invert(1);
}
.about_2_item:hover .title_lg {
    color: #fff;
}
.about_2_item:hover .about_2_abs {
    opacity: 1;
    visibility: visible;
}
.about_2_item:hover .about_2_content img {
    opacity: 0;
    visibility: hidden;
}
.title_sm {
    
    font-size: 40px;
    font-weight: bold;
    color: #28166f;
    text-transform: uppercase;
}
.partner {
    padding: 30px 0 60px 0;
}
.partner-item {
    background: #fff;
    border: solid 1px #ccc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    padding: 20px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none;
}
.box-sw .swiper-button-prev {
    left: -50px;
}
.box-sw .swiper-button-next {
    right: -50px;
}
.dev-nav {
    display: flex;
}
.dev-nav a {
    flex: 1;
}
.dev-nav .zoom-img:before {
    padding-bottom: 167%;
}
.dev-text {
    background-image: -moz-linear-gradient( 90deg, rgba(38,38,38,0.8) 0%, rgba(1,79,110,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(38,38,38,0.8) 0%, rgba(1,79,110,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(38,38,38,0.8) 0%, rgba(1,79,110,0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    padding: 30px 30px 60px 30px;
    display: flex;
    align-items: flex-end;
    transition: all ease 0.5s;
}
.dev-text h2 {
    color: #fff;
    
    font-size: 32px;
    font-weight: bold;
    max-width: 240px;
    text-transform: uppercase;
}
.dev-nav a:nth-child(2) .dev-text{
    align-items: flex-start;
}
.dev-nav a:hover .dev-text, .dev-nav a.active .dev-text {
    background-image: -moz-linear-gradient( 90deg, rgb(1,79,110) 0%, rgba(1,79,110,0.70196) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(1,79,110) 0%, rgba(1,79,110,0.70196) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(1,79,110) 0%, rgba(1,79,110,0.70196) 100%);
}
.dev-content p {
    color: #505050;
    font-size: 18px;
    margin-top: 20px;
}
.logo-ct {
    box-shadow: 0 0 27.6px 2.4px rgba(70, 70, 70, 0.2);
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    height: 180px;
    width: 320px;
    position: relative;
    z-index: 2;
}
.logo-cty {
    position: relative;
    margin-bottom: 138px;
}
.logo-cty:before {
    content: url("../images/icon-member.png");
    position: absolute;
    bottom: -72px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.members-list {
    display: flex;
    justify-content: center;
}
.members-list > div {
    flex: 1;
    max-width: 25%;
}
.members-list > div:not(:last-child) {
    margin-right: 30px;
}
.members-list > div a {
    background-color: #28166f;
    color: #fff;
    
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    width: 100%;
    text-transform: uppercase;
}
.members-item {
    position: relative;
    z-index: 2;
}
.members-item:before {
    content: url("../images/icon-member.png");
    position: absolute;
    top: -72px;
    left: 50%;
    transform: translateX(-50%);
}
.members-item:after {
    background-color: rgba(38, 38, 38, 0.3);
    content: '';
    height: 1px;
    left: 50%;
    top: -72px;
    width: calc(100% + 30px);
    position: absolute;
}
.members-item:last-child:after {
    display: none;
}
.members-list a:hover {
    background: #c72127;
}
.members {
    padding-bottom: 60px;
}
.modal-member .modal-dialog {
    max-width: 1200px;
}
.modal-member .modal-content {
    border: none;
    border-radius: 0;
}
.members-box {
    padding: 60px 0 30px 0;
    position: relative;
}
.members-box .close {
    position: absolute;
    right: 25px;
    top: 15px;
}
.mem-item {
    padding: 30px 0;
}
.mem-item:not(:last-child) {
    border-bottom: 1px solid #c3c3c3;
}
.mem-info h4 {
    color: #111;
    
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.mem-index {
    margin-top: 20px;
}
.mem-index h5 {
    color: #28166f;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.mem-index div span:first-child {
    
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    color: #d22930;
}
.mem-index div span:last-child{
    color: rgba(17, 17, 17, 0.5);
    font-weight: bold;
    font-size: 24px;
}
.mem-scroll {
    max-height: 602px;
    overflow: auto;
    padding: 0 60px;
}
.mem-scroll::-webkit-scrollbar-track {
    background-color: #fff;
}
.mem-scroll::-webkit-scrollbar {
    background-color: #fff;
    width: 10px;
}
.mem-scroll::-webkit-scrollbar-thumb {
    background-color: #c3c3c3;
    border-radius: 5px;
}
.fields_nav a {
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    max-width: 25%;
    height: 60px;
    padding: 10px;
    font-size: 18px;
    color: #28166f;
    font-weight: bold;
    text-transform: uppercase;
}
.fields_nav a:nth-child(2n+1) {
    background-color: #e4e4e4;
}
.fields_nav a.active{
    background-color: #d22930;
    color: #fff;
}
.fields_nav a:hover {
    color: #d22930;
}
.fields_nav a.active:hover {
    color: #fff;
}
.fields-img img {
    object-fit: cover;
    height: 670px;
    width: 100%;
}
.desc-p p {
    font-size: 16px;
}
.desc-p p:not(:last-child) {
    margin-bottom: 10px;
}
.fields_nav_2 {
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
}
.fields_nav_2:before {
    background-color: #bababa;
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.fields_nav_2 a {
    border-bottom: 2px solid transparent;
    font-size: 18px;
    font-weight: bold;
    color: #787878;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}
/*.fields_nav_2 a:not(:last-child) {*/
/*    margin-right: 60px;*/
/*}*/
.fields_nav_2 a.active, .fields_nav_2 a:hover {
    border-color: #d22930;
    color: #d22930;
}
.pro-item {
    margin-bottom: 30px;
    position: relative;
}
.pro-item .zoom-img:before {
    padding-bottom: 58%;
}
.pro-link {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.pro-link i {
    background-color: #023348;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
}
.pro-link p {
    background-color: rgb(2 51 72 /70%);
    width: 100%;
    padding: 13px 30px;
}
.pro-link span {
    
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pro-item:hover .pro-link p {
    background-color: rgba(210 41 48 /70%);
}
.pro-item:hover .pro-link i {
    background-color: #d22930;
}
.page-link {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0 !important;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    height: 46px;
    width: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pagination li:not(:last-child) {
    margin-right: 15px;
}
.current .page-link, .page-link:hover {
    color: #d22930;
    border-color: #d22930;
}
.fields-slider {
    margin-bottom: 30px;
}
.fields-slider .zoom-img:before {
    padding-bottom: 55%;
}
.fields_thumb-slider .zoom-img:before {
    padding-bottom: 60%;
}
.fields-thumb {
    position: relative;
}
.fields_thumb-slider  .zoom-img span img {
    opacity: 0.6;
}
.fields_thumb-slider .swiper-slide-thumb-active  span img {
    opacity: 1;
}
.count-ab {
    background-color: rgba(17, 17, 17, 0.5);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc((100% - 40px)/3);
    z-index: 2;
    padding: 40px;
}
.count-ab span {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    height: 100%;
}
.count-ab:hover {
    background: rgba(1, 79, 110, 0.8);
}
.f-tquan {
    margin-top: 60px;
}
.f-tquan .desc {
    font-size: 16px;
}
.f-dteail {
    margin-top: 90px;
}
.f-item {
    display: flex;
}
.f-item:not(:first-child) {
    margin-top: 40px;
}
.f-item span {
    flex: 0 0 48px;
    margin-right: 30px;
}
.f-item h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #0c5460;
}
.f-item p {
    color: #111;
    font-size: 16px;
    margin-top: 10px;
}
.webs {
    margin-top: 40px;
}
.btn-red_bl {
    background-color: #28166f;
    font-weight: 500;
}
.btn-red_bl:hover {
    background: #c72127;
}
.fields_nav_cd a {
    font-size: 16px;
    font-weight: bold;
}
.fields_nav_cd a:nth-child(2n+1) {
    background-color: #ebebeb;
}
.fields_nav_cd a.active {
    background: #d22930;
}
.fields_nav_cd a.active:hover {
    color: #fff;
}
.fields_nav_cd a:hover {
    color: #d22930;
}
.select-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.select-block span {
    color: rgba(17, 17, 17, 0.6);
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 20px;
}
.select-box {
    position: relative;
}
.select-box select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background: transparent;
    border: solid 1px #28166f;
    height: 46px;
    color: #28166f;
    font-weight: bold;
    width: 160px;
    padding: 0 20px;
}
.select-box i {
    color: #28166f;
    position: absolute;
    right: 10px;
    top: 15px;
}
.pdf-item {
    border-bottom: solid 1px rgba(17, 17, 17, 0.2);
    padding: 40px 0;
}
.pdf-item:first-child {
    padding-top: 0;
}
.pdf-name span {
    flex: 0 0 40px;
    margin-right: 30px;
}
.pdf-name h4 a {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.cd-form .title_sm, .pdf-name h4 a:hover {
    color: #c72127;
}
.frm-cd input, .frm-cd textarea {
    background-color: #e5e5e5;
    border: none;
    border-radius: 8px;
    display: block;
    padding: 10px 20px;
    width: 100%;
}
.frm-cd input {
    height: 56px;
    margin-bottom: 30px;
}
.frm-cd textarea {
    margin-bottom: 30px;
    height: 300px;
}
.frm-cd input::-webkit-input-placeholder, .frm-cd textarea::-webkit-input-placeholder {color: rgba(17, 17, 17, 0.6); font-weight: 500; text-transform: uppercase}
.frm-cd input::-moz-placeholder, .frm-cd textarea::-moz-placeholder {color: rgba(17, 17, 17, 0.6); font-weight: 500; text-transform: uppercase}
.frm-cd input:-ms-input-placeholder, .frm-cd textarea:-ms-input-placeholder {color: rgba(17, 17, 17, 0.6); font-weight: 500; text-transform: uppercase}
.cd-info h4 {
    color: #28166f;
    
    margin-bottom: 20px;
    text-transform: uppercase;
}
.cd-info li {
    color: #28166f;
    font-size: 16px;
    margin-top: 5px;
}
.newss-item img {
    object-fit: cover;
    height: 240px !important;
    width: 100%;
}
.news-list {
    margin-top: 30px;
}
.n-cate a {
    color: #0c5460;
}
.col-md-8 .newss-item {
    position: relative;
}
.col-md-8 .newss-item .newss-cache {
    background-color: rgba(1 79 110 /80%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 20px 30px;
}
.col-md-8 .newss-item img {
    height: 500px;
}
.col-md-8 .newss-item .newss-cache .n-cate a {
    color: #fff;

}
.col-md-8 .newss-item .newss-cache h4 a {
    height: auto;
}
.col-md-8 .newss-item .newss-cache .date, .col-md-8 .newss-item .newss-cache h4 a {
    color: #fff;
}
.col-md-8 .newss-item .newss-cache h4 a {
    font-size: 20px;
}
.news-list .col-md-4:nth-child(2) .newss-item {
    background-color: #ececec;
    height: 100%;
}
.news-list .col-md-4:nth-child(2) .newss-item img {
    height: 290px;
}
.newss-item .date {
    color: #023348;
    margin: 0
}
.newss-item h4 a {
    color: #000;
    /*font-weight: 500;*/
    font-size: 18px;
    /*text-transform: uppercase;*/
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 81px;
}
.newss-item h4 a:hover {
    color: #c72127;
}
.col-md-8 .newss-item:hover .newss-cache {
    background: rgb(199 33 39 /80%);
}
.newss-cache {
    background-color: #ececec;
    padding: 20px;
}
.news-list .row > div {
    margin-bottom: 30px;
}
.news-details .title_sm {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.news-f {
    margin: 20px 0 40px 0;
}
.news-f_l span {
    line-height: 1;
}
.news-f_l span:first-child {
    border-right: 1px solid #c6cccc;
    margin-right: 10px;
    padding-right: 10px;
}
.font-18 {
    font-size: 18px;
}
.article p {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 16px;
}
.article figure {
    margin: 20px auto 0 auto !important;
    display: block;
    
}
.article img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}
.tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px 0 60px 0;
}
.tags a {
    border: solid 1px #bebebe;
    color: #111;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 7px 15px;
}
.tags a:hover {
    color: #c72127;
}
.tags span {
    color: #0c5460;
    font-weight: bold;
    margin-bottom: 10px;
}
.fields_nav-tv a {
    font-weight: 500;
    max-width: none;
}
.gl-list .col-md-4 {
    margin-bottom: 30px;
}
.td-form .select-box select {
    border-radius: 6px;
    border: solid 1px #cbcbcb;
    background-color: #f7f7f7;
    color: #111;
    width: 100%;
}
.btn-full {
    width: 100%;
}
.td-table {
    margin-top: 60px;
}
.td-table th  {
    border: none !important;
    color: #28166f;
    font-weight: bold;
    font-size: 20px;
}
.td-table th, .td-table td {
    padding: 20px;
    vertical-align: middle;
}
.td-table th:last-child, .td-table td:last-child {
    text-align: right;
    padding-right: 0;
}
.td-table th:first-child, .td-table td:first-child {
    padding-left: 0;
}
.td-name a {
    color: #464646;
    font-weight: bold;
    font-size: 18px;
}
.td-name a:hover {
    color: #c72127;
}
.hot {
    background: #c72127;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
    height: 30px;
    padding: 0 10px;
    line-height: 1;
}
.td-table .btn-red_bl {
    padding: 0 5px;
    width: 170px;
    font-size: 15px;
}
.td-box_1 {
    border-bottom: 1px solid rgba(35, 35, 25, 0.5);
    font-size: 18px;
    padding-bottom: 20px;
}
.td-box_1 strong {
    margin-right: 20px;
    width: 150px;
}
.td-box_1 p:not(:last-child) {
    margin-bottom: 5px;
}
.td_2-item {
    border-bottom: 1px solid rgba(35, 35, 25, 0.1);
    font-size: 16px;
    padding: 15px 0;
}
.td_box-3 {
    margin-top: 40px;
}
.td_box-3 .title_sm {
    font-size: 22px;
    margin-bottom: 20px;
}
.desc-list p {
    font-size: 16px;
    margin-bottom: 15px;
}
.desc-list i {
    color: #0c5460;
    margin-right: 10px;
}
.desc-list li {
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 26px;
}
.desc-list li:before {
    color: #0c5460;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 1;
}
.cs {
    background-color: #f5f5f5;
    margin-top: 30px;
    padding: 30px 0;
}
.pdt-60 {
    padding-top: 60px;
}
.td-send {
    border-radius: 12px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 30px;
}
.sticky-top .td-send .frm-i {
    border-radius: 6px;
    border: solid 0.5px #c5c5c5;
    background-color: #f6f7f8;
    height: 46px;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 12px;
}
.sticky-top .td-send input.wpcf7-form-control.wpcf7-submit {
    border-radius: 6px;
    background-color: #d22930;
    border: 1px solid #d22930;
    font-weight: bold;
    color: #fff;
    margin: 30px 0;
    height: 46px;
    width: 100%;
}
.frm-i::-webkit-input-placeholder {color: rgba(23, 45, 6, 0.8);}
.frm-i::-moz-placeholder {color: rgba(23, 45, 6, 0.8);}
.frm-i:-ms-input-placeholder {color: rgba(23, 45, 6, 0.8);}
.td-send h4 {
    color: #023348;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}
.btn-submit {
    border-radius: 6px;
    background-color: #d22930;
    border: 1px solid #d22930;
    font-weight: bold;
    color: #fff;
    margin: 30px 0;
    height: 46px;
    width: 100%;
}
.btn-submit:hover {
    background: #fff;
    color: #d22930;
}
.note {
    text-align: center;
}
.note p {
    color: #172d06;
    margin-bottom: 15px;
    text-align: center;
}
.btn-cv {
    border-radius: 23px;
    border: solid 1px #d22930;
    color: #d22930;
    height: 46px;
    font-weight: 500;
    width: 180px;
    text-transform: uppercase;
    margin: 0 auto;
}
.btn-cv:hover {
    background: #d22930;
    color: #fff;
}
.map {
    margin-bottom: 60px;
}
.frm-lh input, .frm-lh textarea {
       background: transparent;
    border: none !important;
    border-bottom: 1px solid rgba(35, 35, 25, 0.5) !important;
    width: 100%;
}
.frm-lh span{
    display: block;
}
.frm-lh input {
    margin-bottom: 30px;
    height: 46px;
}
.frm-lh textarea {
    margin-bottom: 30px;
    height: 50px !important;
}
.frm-lh *::-webkit-input-placeholder {color: rgba(23, 45, 6, 0.8);}
.frm-lh *::-moz-placeholder {color: rgba(23, 45, 6, 0.8);}
.frm-lh *:-ms-input-placeholder {color: rgba(23, 45, 6, 0.8);}
.frm-lh .btn-red:hover {
    background: #0c5460;
}
.page-404 {
    height: 100vh;
}
.main-404 {
    padding: 0;
}
.text-404 {
    
    font-size: 260px;
    font-weight: bold;
    line-height: 1;
    color: #28166f;
}
.text-404_2 {
    color: #023348;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 60px;
    text-transform: uppercase;
}
.text-404_2 span {
    color: #c72127;
    font-weight: bold;
}
.search-hd {
    position: absolute;
    width: 0;
    left: 100%;
    z-index: 2;
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 30%);
    top: -15px;
    background: #fff;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.5s;
}
.search-hd.active {
    opacity: 1;
    visibility: visible;
    width: 300px;
}
.search-fr {
    position: relative;
}
.search-fr input {
    background: rgba(0, 0, 0, 0.07);
    width: 100%;
    height: 38px;
    border: none;
    padding-right: 35px;
    padding-left: 10px;
}
.search-fr button {
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    color: #1D3455;
    font-size: 16px;
}
.search-b {
    position: relative;
}
/*.search-hd:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 100%;*/
/*    width: 0;*/
/*    height: 0;*/
/*    right: 2px;*/
/*    border-left: 9px solid transparent;*/
/*    border-right: 9px solid transparent;*/
/*    border-bottom: 9px solid #fff;*/
/*}*/
.search-fr input::-webkit-input-placeholder {   color: #1D3455;}
.search-fr input::-moz-placeholder {   color: #1D3455;}
.search-fr input:-ms-input-placeholder {   color: #1D3455;}
.pdfobject-container { height: 700px; border: 1px solid rgba(0,0,0,.1); }
.home_news .btn-red:hover {
    background: #fff;
    color: #c72127;
}
.home_news .btn-red:hover img{
    filter: invert(77%) sepia(106%) saturate(3041%) hue-rotate(345deg) brightness(54%) contrast(94%)
}
.about_1_right.zoom-img:before {
    padding-bottom: 68%;
}
.about_2_content .zoom-img:before {
    padding-bottom: 58%;
}
.header-nav {
    position: fixed;
    left: 115px;
    height: 100vh;
    background-color: #fff;
    width: 0;
    z-index: 9999;
    padding: 50px 0 0 50px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
}
.nav-logo {
    margin-bottom: 90px;
    position: relative;
}
/*.nav-logo:before {*/
/*    background-color: rgba(1, 79, 110, 0.3);*/
/*    content: '';*/
/*    height: 1px;*/
/*    width: 85%;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 50%;*/
/*}*/
.main-nav > ul {
    float: left;
}
.main-nav > ul > li > a {
    font-size: 24px;
    font-weight: 500;
    color: #28166f;
    text-transform: unset;
    position: relative;
    transition: all ease 0.3s;
}
/*.main-nav > ul > li > a:before {*/
/*    background: #d22930;*/
/*    border-radius: 50%;*/
/*    content: '';*/
/*    height: 10px;*/
/*    width: 10px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 14px;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transition: all ease 0.5s;*/
/*}*/
.main-nav > ul > li {
    margin-bottom: 30px;
    padding-right: 90px;
    position: relative;
}
.main-nav ul ul {
    /*opacity: 0;*/
    /*visibility: hidden;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: calc(100% + 20px);*/
    width: 100%;
    /*padding-left: 100px;*/
    position: static;
    visibility: visible;
    opacity: 1;
    padding-left: 0;
    padding-top: 20px;
    display: none;
}
.main-nav ul ul a {
    color: #626262;
    font-size: 18px;
    font-weight: normal;
}
.main-nav ul ul:before {
    background-color: #949494;
    content: '';
    height: 2px;
    width: 70px;
    position: absolute;
    left: 0;
    top: 13px;
    display: none;
}
.main-nav ul ul li:not(:last-child) {
    margin-bottom: 7px;
}
.main-nav > ul > li.active > a, .main-nav > ul > li:hover > a {
    color: #d22930;
}
.main-nav > ul > li.active > a:before, .main-nav > ul > li:hover > a:before {
    opacity: 1;
    visibility: visible;
}
.main-nav ul ul li {
    /*padding-left: 15px;*/
    position: relative;
    padding-right: 0px;
}
/*.main-nav ul ul li:before {*/
/*    background: #898989;*/
/*    border-radius: 50%;*/
/*    content: '';*/
/*    height: 5px;*/
/*    width: 5px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 13px;*/
/*}*/
/*.main-nav ul ul li:hover:before {*/
/*    background: #d22930;*/
/*}*/
/*.main-nav li:hover ul {*/
/*    display: block;*/
/*}*/
.main-nav ul ul a:hover {
    color: #d22930;
}
.hidden {
    overflow: hidden;
}
.header:before {
    background-color: #28166f;
    content: '';
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    opacity: 0;
    height: 0;
    transition: height ease 0.5s;
}
#hamburger, .header-bottom {
    position: relative;
    z-index: 2;
}
.header.is_show:before {
    height: 100vh;
    opacity: 1;
}
.header-nav.is-opened {
    width: calc(100% - 115px);
    opacity: 1;
    visibility: visible;
}
.header.is_show .social a {
    color: #fff;
}
.header.is_show .header-lang a {
    color: #fff;
}

.header.is_show .mburger.mburger--collapse b,
.header.is_show .language a:first-child:after{
    background: #fff;
}
.header.is_show .btn-show_s, .header.is_show .language a {
    color: #fff;
}
.dev-content {
    display: none;
}
.dev-content.show {
    display: block;
}
.font-10 {
    font-size: 13px;
}
.news-s {
    margin: 0 0 10px 0;
}
.news-s a {
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
}
.news-s .date {
    margin: 0;
}
.news-s a:after {
    background: #fff;
    border-radius: 50%;
    content: '';
    height: 15px;
    width: 1px;
    position: absolute;
    left: 7px;
    top: 5px;
}
.news-boxs .fields_nav a {
    font-size: 12px;
}
.development_text {
    margin-bottom: 60px;
}
.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}
.newss-item > .lib-photo {
    position: relative;
}
.newss-item > .lib-photo:before {
    color: #ebe6e6;
    content: url("../images/play.png");
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    z-index: 2;
    height: 48px;
    width: 48px;
}
/*.newss-item > .lib-photo:after {*/
/*    background: rgba(199, 33, 39, 0.7);*/
/*    content: '';*/
/*    height: 110px;*/
/*    position: absolute;*/
/*    bottom: -60px;*/
/*    right: -62px;*/
/*    width: 110px;*/
/*    border-radius: 40px;*/
/*}*/
.newss-item > .lib-photo:before {
    display: none;
}
.gl-boxs_video .newss-item > .lib-photo:before {
    display:  block;
    content: url("../images/play.png");
}
.about_block_1 .fields_nav a {
    max-width: 100%;
}
.find {
    min-height: 70vh;
}
.form-sc {
    padding: 40px 30px 30px 30px;
}
.form-sc form {
    display: flex;
    align-items: center;
}
.form-sc button {
    background: #c72127;
    border: none;
    color: #fff;
    height: 40px;
    width: 40px;
    flex: 0 0 40px;
}
.form-sc input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #707070;
    height: 40px;
    width: 100%;
}
.form-sc input::-webkit-input-placeholder {color: rgba(23, 45, 6, 0.8);}
.form-sc input::-moz-placeholder {color: rgba(23, 45, 6, 0.8);}
.form-sc input:-ms-input-placeholder {color: rgba(23, 45, 6, 0.8);}
.notes {
    color: #c1c1c1;
}
.news-row .col-md-4 {
    margin-top: 30px;
}
.com-cover.zoom-img:before {
    padding-bottom: 46%;
}
.compa-item {
    border: 1px solid transparent;
    box-shadow: 0 0 10px #ccc;
    background-color: #f7fafa;
    padding: 20px;
    transition: all ease 0.5s;
}
.compa-cover {
    margin-bottom: 30px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.compa-cover img {
    max-height: 90px;
}
.compa-item h4 {
    color: #0c5460;
    
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.5;
}
.com-price h5 {
    color: #0c5460;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.com-price span:first-child {
    color: #c72127;
    font-size: 50px;
    
}
.com-price span:last-child {
    color: #707070;
    font-size: 24px;
    font-weight: bold;
    margin-left: 10px;
}
.compa-item:hover {
    background: #fff;
}
.company .col-md-4{
    margin-top: 60px;
}
.newss-item .news-s a {
    color: #0c5460;
}
.newss-item  .news-s a:after {
    background: #0c5460;
}
.col-md-8 .newss-item .news-s a {
    color: #fff;
}
.col-md-8 .newss-item .news-s a:after {
    background: #fff;
}
.job_address {
    font-size: 16px;
    max-width: 300px;
}
.fb-like > span, .fb-like > span > iframe {
    width: 130px !important;
}
.banner-abs.flex-center {
    align-items: flex-start;
    padding-top: 12%;
}
.chart {
    height: 160px;
    overflow: hidden;
    position: relative;
}
.chart iframe {
    position: absolute;
    bottom: 0;
    height: 310px;
    border: none;
}
.n_2 .zoom img {
    width: auto;
    display: block;
    margin: 0 auto;
}
.company_slider {
    padding: 0 20px;
    padding-bottom: 30px;
}
.company_slider .swiper-slide {
    margin-top: 30px;
}
.compa-item .desc {
    height: 48px;
}
.mg--20 {
    margin: 0 -20px;
}
.article * {
    background: transparent !important;
}
.article li {
    margin-bottom: 10px;
    margin-left: 0 !important;
    text-indent: unset !important;
}
.article ul, .article ol {
    padding-left: 0 !important;
}
.company .swiper-pagination {
    bottom: -10px;
}
.company .swiper-pagination .swiper-pagination-bullet-active {
    background: #c72127;
}
.pdf-t {
    cursor: pointer;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    display: flex;
}
.pdf-t span {
    flex: 0 0 40px;
    margin-right: 30px;
}
.pdf-group .pdf-item:first-child {
    padding-top: 40px;
}
.pdf-group {
    padding: 40px 0;
    border-bottom: solid 1px rgba(17, 17, 17, 0.2);
}
.pdf-group .pdf-list {
    display: none;
    padding-left: 30px;
}
.kt {
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 30px;
    font-weight: bold;
    color: #28166f;
    text-transform: uppercase;
}
.kt span {
    display: block;
}
.kt span:first-child {
    padding-left: 60px;
}
.ab_item .zoom-img:before {
    padding-bottom: 120%;
}
.ab_abs {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 80%;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 20px;
    border-left: 2px solid #d22930;
}
.ab_abs h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.ab_abs h2:before {
    content: '';
    height: 2px;
    width: 120px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    background: #d22930;
}
.ab_abs div {
    font-size: 15px;
    font-weight: 500;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
}
.ab_item:hover .ab_abs div {
    height: 96px;
    opacity: 1;
    visibility: visible;
}
.has-child > a {
    position: relative;
}
.has-child > a:after {
    display: inline-block;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    margin: 0 0 0 5px;
    font-size: 20px;
    transition: all ease 0.3s;
}
.show > a:after {
    transform: rotate(-180deg);
}
.main-nav ul ul a:hover {
    color: unset;
}
.main-nav ul ul a:hover span {
    text-decoration: underline;
}