body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 5px;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: #313591;
}
a , a:hover {
    text-decoration: none;
    color: inherit;
}
input, optgroup, select, textarea{
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.0);
}

.section {
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}
h4.heading_h4 {
    font-size: 18px;
    line-height: normal;
    color: #333333;
    margin-bottom: 17px;
    font-family: 'AvertaStd Regular';
    text-transform: uppercase;
}
h2.heading_h2 {
    font-size: 55px;
    color: #1F62AE;
    font-family: 'AvertaStd Bold';
    line-height: normal;
    text-transform: uppercase;
}
a.Button {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.145454px;
    text-decoration: none;
    background: #FCB813;
    text-align: center;
    align-items: center;
    display: inline-flex;
    padding: 17px 13px 13px 27px;
    color: #333333;
    font-family: 'AvertaStd Bold';
    transition: .5s all;
    border-radius: 5px;
}
a.Button svg {
    margin-left: 23px;
}
h2.Heading_h2 b.Heading_b {
    color: #FCB813;
    font-size: 55px;
    line-height: normal;
    font-weight: 400;
    font-family: 'AvertaStd Regular';
}
header#masthead {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #FFFFFF;
    z-index: 10;
}

.inside-header {
    padding: 0 0 0 103px;
    max-width: unset;
}

/*section.Banner {*/
/*    padding-top: 90px;*/
/*    padding-bottom: 0;*/
/*}*/

.main-navigation .main-nav ul li a {
    font-size: 18px;
    line-height: 20px;
    font-family: 'AvertaStd Bold';
    line-height: 90px;
    color: #1F62AE;
    text-transform: uppercase;
    padding: 0;
    margin: 0 20px;
    box-sizing: border-box;
    transition: .3s all;
}
.Banner_slider .swiper-slide img {width: 100%;height: auto;display: block;}

.Banner_slider .swiper-slide:before {
    position: absolute;
    width: 100%;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    height: 413px;
    bottom: 0;
}
.wrap_control_slider .arrow_slider1 {
    width: 25px !important;
    height: 25px;
    text-align: center;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border: 0.5px solid #828282;
    border-radius: 50%;
    left: -34px;
    cursor: pointer;
}

.arrow_slider1.next {
    left: unset;
    right: -20px;
}
.wrap_control_slider .arrow_slider {
    width: 25px !important;
    height: 25px;
    display: inline-flex;
    border: 0.5px solid #828282;
    cursor: pointer;
    left: 25px;
}

.wrap_control_slider .swiper-pagination {
    margin-right: 23px;
    margin-bottom: 0;
}

.wrap_control_slider .arrow_slider.next {
    left: unset;
    right: 30px;
}
.Banner_slider .swiper-slide h3 {
    position: absolute;
    z-index: 9;
    color: white;
    bottom: 65px;
    margin: 0;
    line-height: 1.3;
    font-family: 'AvertaStd Regular';
    font-family: 'AvertaStd Light';
    font-size: 45px;
    max-width: 535px;
    left: calc(calc(100vw - 1200px)/2);
}

.Banner_slider .swiper-slide h3 b {
    font-size: 30px;
    font-family: 'AvertaStd Bold';
}
.wrap_control_slider {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
    padding-left: 95px;
}

.wrap_control_slider:before {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0.5;
    backdrop-filter: blur(4px);
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
}

.wrap_control_slider>* {
    position: relative;
    bottom: inherit !important;
    width: auto !important;
}

.wrap_control_slider .swiper-pagination span {
    width: 21px;
    height: 1px;
    background: #D9D9D9;
    border-radius: 50px;
    opacity: 1;
    cursor: pointer;
    margin-right: 5px;
}
.Banner span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1F62AE;
}
/*.Banner .box_banner {*/
/*    position: relative;*/
/*}*/

/*.Banner .box_img {*/
/*    position: relative;*/
/*}*/

/*.Banner .box_title {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    margin-left: 364px;*/
/*    color: #FFFFFF;*/
/*    z-index: 2;*/
/*}*/

/*.Banner .box_title h4 b {*/
/*    margin: 0;*/
/*    font-size: 21px;*/
/*    line-height: 2;*/
/*    font-family: 'AvertaStd Bold';*/
/*    display: block;*/
/*}*/

/*.Banner .box_title h4 {*/
/*    font-size: 35px;*/
/*    line-height: 2;*/
/*    font-family: 'AvertaStd Regular';*/
/*    margin: 0;*/
/*    margin-bottom: 60px;*/
/*}*/

/*.Banner .box_banner:before {*/
/*    content: '';*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    height: 413px;*/
/*    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);*/
/*    bottom: 0;*/
/*    z-index: 1;*/
/*}*/
.Sec_Home .Title {
}
.Sec_Home .wrap_icon {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.Sec_Home .About_us {margin-bottom: 85px;}

.wrap_icon .item {
    width: 25%;
    text-align: center;
    position: relative;
    /* max-width: 230px; */
}

.Sec_Home .wrap_icon .item .Number {
    color: #FCB813;
    display: flex;
    line-height: 1.3;
    justify-content: center;
    font-family: 'Averta Bold';
    font-size: 50px;
}
.Sec_Home .wrap_icon .item .Number span {
    font-family: 'AvertaStd Bold';
    font-size: 50px;
    transform: translateY(-23px) translateX(2px);
}

.Sec_Home .content {
    font-size: 18px;
    font-family: 'AvertaStd Regular';
}

.Sec_Home .wrap_icon .item .content b {
    display: block;
    font-family: 'AvertaStd Bold';
    text-transform: uppercase;
}
.Sec_Home .Box_title b {
}

.Sec_Home .Box_title {max-width: 1086px;margin: auto;text-align: center;margin-bottom: 60px;}

.Sec_Home .Box_title .content p {
    font-family: 'AvertaStd Regular';
    font-size: 16px;
    margin-bottom: 10px;
}

.Sec_Home .Img {
    position: relative;
}
.work {
    text-align: center;
}

.Sec_Home .work h4 {
    margin: 0;
    font-family: 'AvertaStd Bold';
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

.Sec_Home .work p {
    font-size: 18px;
    line-height: 24px;
    font-family: 'AvertaStd Regular';
}
.Sec_Home .date1 {
    position: absolute;
    font-size: 50px;
    line-height: 1;
    font-family: 'AvertaStd Bold';
    color: #FCB813;
    margin-left: 25px;
    margin-top: -10px;
}
.Sec_Home .Img .Box_img {
    position: relative;
}

.Sec_Home .Img .box_item a {
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 100px;
    background: #FCB813;
    display: inline-flex;
    /*padding: 33px 33px 34px 40px;*/
    justify-content: center;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    border-radius: 50%;
    text-align: center;
}
.Sec_Home .Img .box_item a:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 95px;
    height: 95px;
    background: #FCB813;
    border-radius: 50%;
    animation: pulse-border 1000ms cubic-bezier(0.38, 0.99, 1, 1) infinite;
    z-index: -1;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
/*.Sec_Home .Title p {*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    margin-top: 5px;*/
/*    font-family: 'AvertaStd Regular';*/
/*}*/
/*.Sec_Home .Title b {*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    font-family: 'AvertaStd Bold';*/

/*}*/

/*.Sec_Home .Title {*/
/*    padding-top: 110px;*/
/*}*/

/*.Sec_Home {*/
/*    padding-top: 40px;*/
/*}*/

/*.Sec_Home .Img {*/
/*    padding-left: 25px;*/
/*}*/
/*.Sec_Home .box_title {*/
/*    display: flex;*/
/*}*/

/*.Sec_Home .Number {*/
/*    padding-top: 175px;*/
/*}*/

/*.Sec_Home .box_title {*/
/*    font-size: 80px;*/
/*    line-height: 24px;*/
/*    color: #FCB813;*/
/*    margin-bottom: 44px;*/
/*    margin-left: 75px;*/
/*}*/

/*.Sec_Home .box_title .dath {*/
/*    font-size: 50px;*/
/*    line-height: 24px;*/
/*    margin-top: -24px;*/
/*}*/

/*.Sec_Home .work {*/
/*    text-align: center;*/
/*}*/

/*.Sec_Home .work h4 {*/
/*    font-size: 18px;*/
/*    line-height: 24px;*/
/*    font-weight: 700;*/
/*    margin: 0;*/
/*    text-transform: uppercase;*/
/*}*/

/*.Sec_Home .work p {*/
/*    font-size: 18px;*/
/*    line-height: 24px;*/
/*}*/

.slider_home1 .swiper-slide.swiper-slide-active .box_img:before {
    position: static;
}
.slider_home1 .swiper-slide.swiper-slide-next .box_img:before {
    position: static;
}
.Sec_home1 .product {
    position: relative;
    overflow: hidden;
}

.Sec_home1 .box_img {
    position: relative;
    margin-bottom: 30px;
}

.Sec_home1 .box_img img {
    object-fit: cover;
}

.Sec_home1 .box_img svg {
    font-family: 'SVN-Gotham Thin';
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FCB813;
    width: 31.45px;
    height: 31px;
    padding: 24px 24px 25px 25px;
    border-radius: 0 0 12px;
    opacity: 0;
    transition: .5s all;
}
.Sec_home1 .swiper.slider_home1 .box_img svg {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}

.Sec_home1 .box_img:hover svg {
    opacity: 1;
}
.Sec_home1 {
    padding: 60px 0 20px;
}

.Sec_home1 .Box_title {margin-bottom: 55px;}



.Sec_home1 .Box_title h4 {
    /* color: #FFFFFF; */
    /* margin-bottom: 16px; */
}

.Sec_home1 .Box_title h2 {
    /* color: #FCB813; */
    /* text-transform: uppercase; */
    /* font-weight: 700; */
    /* margin-bottom: 16px; */
}

.Sec_home1 .Box_title p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    color: #FFFFFF;
    margin: 0;
}
.Sec_home1 .Box_title h2 b {
    font-weight: 400;
    font-family: 'AvertaStd Regular';
}

.Sec_home1 .Box_product .box_content h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    font-family: 'AvertaStd Bold';
    margin: 0;
}

.Sec_home1 .Box_product .box_content {
    opacity: 0;
    text-align: center;
    margin-top: 50px;
}
.Sec_home1 .Box_title .link {
    position: absolute;
    bottom: 60px;
    right: 0;
}
.slider_home1 span.swiper-pagination-bullet {
    width: 10%;
    border-radius: 0;
    /*margin: 0;*/
    height: 2px;
}
.slider_home1 .swiper-slide .box_img:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    border-radius: 5px;
    background: rgb(255 255 255 / 40%);
}

.slider_home1 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    /* background-color: #FFF200; */
}

.slider_home1 .swiper-pagination.swiper-pagination-bullets {
    /* display: flex; */
    /* left: calc(calc(100vw - 1200px)/2); */
    /* width: 100%; */
    /* max-width: 1200px; */
    /* bottom: 60px; */
}

.arrow_slider {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 9;
    top: 92%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    left: 263px;
    box-shadow: 0 10px 20px rgb(9 47 70 / 10%);
}

.arrow_slider.next {
    left: unset;
    right: -90px;
}
.Sec_home1:before {
    width: 100%;
    position: absolute;
    background: linear-gradient(180deg, #023D81 0%, rgba(3, 63, 131, 0) 100%);
    height: 474.09px;
    content: '';
    bottom: 0;
    transform: rotate(-180deg);
    display: none;
}
.box_logo {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.box_logo .photo {
    text-align: center;
    height: 350px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transform: translateY(0px);
    transition: .5s all;
}

.slider_home2 .item {
    text-align: center;
}

.swiper.slider_home2 path {
    fill: #ffffff;
}
.swiper.slider_home2 .arrow_slider {
    border: 1px solid #FFFFFF;
    filter: drop-shadow(0px 10px 20px rgba(9, 47, 70, 0.1));
    background: transparent;
    bottom: 60px;
    top: unset;
    transform: unset;
    transition: .5s all;
}
.Sec_Home2:before {
    width: 100%;
    position: absolute;
}


.Sec_Home2 .Box_title {
    position: relative;
    z-index: 1;
    padding-bottom: 305px;
}
.Sec_Home2 .Box_title h2 b {
    font-weight: 400;
    font-family: 'AvertaStd Regular';
}
.swiper.slider_home2 {
    position: relative;
    z-index: 2;
    position: static;
}
.Sec_Home2 .Box_title ul.menu li a {
    color: white;
    text-decoration: none;font-size: 14px;
    line-height: 0;
    font-family: 'AvertaStd Regular';
    transition: .5s all;
}

.Sec_Home2 .Box_title ul.menu li a:hover {
    color: #FCB813;
}
.Sec_Home2 .Box_title h2 {
    color: #FCB813;
}

.Sec_Home2 .Box_title ul.menu {
    color: white;
    list-style: none;
    display: flex;
    margin: 0;
}

.Sec_Home2 .Box_title ul.menu li {
    margin-right: 35px;
}


.Sec_Home2 .box_logo .content h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: white;
    margin: 0;
}

.Sec_Home2 .box_logo .content h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    margin: 0;
}


.box_logo:before {
    width: 100%;
    position: absolute;
}

section.Sec_Home2 {
    overflow: unset;
    padding-bottom: 0;
    padding-top: 130px;
}


.swiper.slider_home3 {
    position: static;
}

.swiper.slider_home3 .arrow_slider {
    top: 74%;
    background: #FCB813;
    left: 382px;
}

.swiper.slider_home3 path {
    fill: #1F62AE;
}

.swiper.slider_home3 .arrow_slider.next {
    left: unset;
    right: 1430px;
}
.Sec_home3 .box_heading h4 {
    margin-bottom: 10px;
}

.Sec_home3 .box_heading h2 {font-weight: 700;}

.Sec_home3 .box_heading h2 b {
    font-weight: 400;
    color: #FCB813;
    font-family: 'AvertaStd Regular';
}

.Sec_home3 .time {
    font-size: 13px;
    line-height: 24px;
    font-family: 'AvertaStd Regular';

}

.Sec_home3 .title h5 {
    font-weight: 700;
    font-size: 17px;
    color: #1F62AE;
    padding-right: 59px;
    font-family: 'AvertaStd Bold';
}

.Sec_home3 .title p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    padding-right: 45px;
    color: #666666;
    font-family: 'AvertaStd Regular';
}

.Sec_home3 .photo {
    padding-left: 91px;
}
section.Sec_home3 {
    padding: 181px;
}

.Sec_Home4 .box_news h2 {font-weight: 700;text-transform: uppercase;}

.Sec_Home4 .box_news h2 b {
    font-weight: 400;
    color: #FCB813;
    font-family: 'AvertaStd Regular';
}

.Sec_Home4 .box_news {
    text-align: center;
    position: relative;
}
.Sec_Home4:before {
    background: linear-gradient(180deg, #E9F0F7 0%, rgba(233, 240, 247, 0) 100%);
    height: 474.09px;
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
}
.Sec_Home4 .box_voucher .content {
    background: #FFFFFF;
    border-radius: 0 0 10px 10px;
    transition: .3s all;
    padding: 36px 30px 50px;
    position: relative;
    min-height: 180px;
}

img {
    display: block;
}

.Sec_Home4 .box_voucher .content .time {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 23px;
    font-family: 'AvertaStd Regular';
}

.Sec_Home4 .box_voucher .content h4 {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    font-family: 'AvertaStd Regular';
    margin: 0;
    transition: .3s all;
}
.Sec_Home4 .photo:hover .content {
    background: #1F62AE;
    color: white;
}

.Sec_Home4 .photo:hover .content h4 {
    color: white;
}
.swiper.slider_home4 {padding: 0 15px 56px;margin: 0 -15px;}

.swiper.slider_home4 .arrow_slider {
    top: 50%;
    background: #FCB813;
    left: 273px;
    box-shadow: 0 10px 20px rgb(9 47 70 / 10%);
}

.swiper.slider_home4 .arrow_slider.next {
    left: unset;
    right: 273px;
}

.swiper.slider_home4 .arrow_slider path {
    fill: #1F62AE;
}
.Sec_Home4 a.Button {
}

section.Sec_Home2:after {
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.680559) 49.13%, rgba(0, 0, 0, 0) 100%);
    height: 474.09px;
    bottom: 0;
    transform: rotate(180deg);
    opacity: .8;
}

.slider_home1 {
    padding: 70px calc(calc(100vw - 1200px)/2) 0;
    padding-top: 0;
}
.box_head {
    display: flex;
    padding-top: 44px;
    padding-bottom: 18px;
    color: white;
    text-transform: uppercase;
}
.footer_head input[type="text"]::placeholder {
    color: white;
    font-size: 13px;
    font-family: 'AvertaStd Regular';
}
.footer_head .box_input {
    position: relative;
}


footer {
    background: #1F62AE;
}

.footer_head {
    background: rgba(0, 0, 0, 0.2);
}

.footer_head .box_follow ul {
    display: flex;
    list-style: none;
    margin: 0;
}

.footer_head .bg_img {
    padding-right: 130px;
    width: 50%;
}

.footer_head .box_register {
    width: 100%;
}
.box_follow {
    padding-left: 85px;
    width: 50%;
}

.footer_head .box_register h4 {
    font-size: 20px;
    line-height: 35px;
    font-family: 'AvertaStd Bold';
}

.footer_head .box_follow h4 {
    font-size: 20px;
    line-height: 35px;
    font-family: 'AvertaStd Bold';
}

.footer_head .box_follow ul li {
    margin-right: 14px;
}
.footer_head input[type="text"] {
    border-radius: 100px;
    background-color: transparent;
    width: 100%;
    color: white;
    opacity: .7;

}
.box_last {
    color: white;
    display: flex;
    padding-top: 74px;
    border-bottom: 1px solid #ffffff4d;
    padding-bottom: 30px;
}

.box_menu {padding-right: 94px;}


.box_information ul.address {
    list-style: none;
    margin: 0;
    margin-bottom: 20px;
    max-width: 418px;
}

.box_last h4 {
    text-transform: uppercase;
    font-family: 'AvertaStd Bold';
    font-size: 25px;
    line-height: 26px;
}


.box_information ul.address li a {
    text-decoration: none;
    color: #ffffffc7;
    font-size: 14px;
    line-height: 26px;
    font-family: 'AvertaStd Regular';
    transition: .5s all;
}

.box_information ul.address li {
    font-size: 14px;
    line-height: 26px;
    font-family: 'AvertaStd Bold';
}

.box_information .Number {
    align-items: center;
    justify-content: center;
}

.box_information .Number h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    display: inline-flex;
    padding: 14px 40px 13px 30px;
    color: white;
    transition: .5s all;
}
.box_information .Number a {
    text-decoration: none;
}
.box_information .Number h4:hover {
    color: #FCB813;
}
.box_menu ul.menu {
    list-style: none;
    margin: 0;
}

.box_menu ul.menu li a {
    text-decoration: none;
    color: #ffffffc7;
    font-size: 15px;
    line-height: 30px;
    font-family: 'AvertaStd Regular';
    transition: .5s all;
}
.box_information {
    padding-right: 175px;
}

.Number h4 svg {
    margin-right: 18px;
}
.footer_title p {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 14px;
    font-family: 'AvertaStd Regular';
    padding-top: 20px;
    padding-bottom: 15px;
    margin: 0;
}
.box_menu ul.menu li a:hover {
    color: #FCB813;
}

.box_information ul.address li a:hover {
    color: #FCB813;
}
.photo img {
    /* margin: auto; */
}

.box_logo .photo:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #ffffff 100%);
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    content: '';
    opacity: .4;
    bottom: 0;
    transition: .5s all;
}

.box_logo .photo:after {
    width: calc(100% + 1px);
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(252, 184, 19, 0) 0%, #FCB813 100%);
    content: '';
    position: absolute;
    transition: .5s all;
    opacity: 0;
}

.box_logo .photo>* {
    position: relative;
    z-index: 2;
}

.box_logo .photo:hover:before {
    opacity: 0;
}

.box_logo .photo:hover:after {
    opacity: 1;
}

.slider_home2 .swiper-slide {
    /*margin: 0 !important;*/
}

.slider_home2 .item .content {
    display: flex;
}

.box_logo .photo>*.content {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    padding-bottom: 35px;
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    transition: .7s all;
    opacity: 0;
}

.box_logo .photo>*.content>* {
    width: 100%;
}

.box_logo .photo:hover>*.content {
    height: 100px;
    opacity: 1;
    margin-top: 25px;
}

.box_logo .photo:hover {
}
.box_logo .photo .logo{
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Sec_Home:before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #E9F0F7 0%, rgba(233, 240, 247, 0) 100%);
    height: 498px;
    width: 100%;
    top: 0;
}
.wrap_icon{
    position: relative;
    z-index: 2;
}

.style_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}

.max {
    width: 100%;
    height: 100%;
}

.product:hover .box_img svg {
    opacity: 1 !important;
}
.Sec_Home4 .box_voucher .content:before {
    width: calc(100% - 40px);
    background: #FCB813;
    border-radius: 10px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    content:'';
    position: absolute;
    bottom: 0;
}
.Sec_Home4 .box_voucher .content:after{
    position: absolute;
    bottom: 0;
    right: 0;
    content: url(../../images/icon_news.png);
    opacity: 0;
    transition: .3s all;
}
.box_voucher {
    box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
}
.Sec_Home4 .box_voucher:hover .content:after {
    opacity: 1;
}
.wrap_slider {
    position: relative;
}

.arrow_slider {
    left: -90px;
    background: #FCB813;
    /* Shadow/ 01 */
    box-shadow: 0px 10px 20px rgba(9, 47, 70, 0.1);
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .5s all;
}

.arrow_slider svg path {
    fill: #1F62AE;
}
.text_center {
    text-align: center;
    width: 100%;
}




.slider_circular {
    width: 1000px;
    height: 700px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.circular-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.circular-slider .wrapper {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.circular-slider .wrapper .controls__left, .circular-slider .wrapper .controls__right, .circular-slider .wrapper .controls__autoplay {
    position: absolute;
    z-index: 101;
    -webkit-transition: .6s all;
    -o-transition: .6s all;
    transition: .6s all; }
.circular-slider .wrapper .controls__left:hover .icon-wrapper, .circular-slider .wrapper .controls__right:hover .icon-wrapper, .circular-slider .wrapper .controls__autoplay:hover .icon-wrapper {
    font-size: 1.7em;
    opacity: 1; }
.circular-slider .wrapper .controls__left .icon-wrapper, .circular-slider .wrapper .controls__right .icon-wrapper, .circular-slider .wrapper .controls__autoplay .icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #8EB8E5;
    font-size: 1.5em;
    opacity: .7; }
.circular-slider .wrapper .controls__left, .circular-slider .wrapper .controls__right {
    bottom: 30px;
    top: unset;
    left: calc(50% - 40px) !important;
    right: unset !important;
    transform: translateX(-50%) rotate(-90deg) !important;
}
.circular-slider .wrapper .controls__left {
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.circular-slider .wrapper .controls__left:hover {
    left: 0; }
.circular-slider .wrapper .controls__right {
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
.circular-slider .wrapper .controls__autoplay {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
.circular-slider .wrapper .controls__autoplay_running .pause {
    display: block; }
.circular-slider .wrapper .controls__autoplay_running .run {
    display: none; }
.circular-slider .wrapper .controls__autoplay_paused .pause {
    display: none; }
.circular-slider .wrapper .controls__autoplay_paused .run {
    display: block; }
.circular-slider .wrapper .slides-holder {
    border-radius: 50%;
    border: 1px solid rgb(153 153 153 / 30%);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 100;
}
.circular-slider .wrapper .slides-holder__item {
    border-radius: 50%;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .3s linear all;
    -o-transition: .3s linear all;
    transition: .3s linear all;
    background: #FFFFFF;
    mix-blend-mode: normal;
    border: 1px solid #E1E1E1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.circular-slider .wrapper .slides-holder__item_active {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    border: 7px solid rgba(31, 98, 174, 0.5);
}
.circular-slider .wrapper .descriptions {
    position: absolute;
    bottom: 0%;
    z-index: 0;
    max-width: 488px;
    text-align: center;
}
.circular-slider .wrapper .descriptions__item {
    width: 100%;
    height: 0%;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity 0s 0s linear;
    -o-transition: opacity 0s 0s linear;
    transition: opacity 0s 0s linear; }
.circular-slider .wrapper .descriptions__item_visible {
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .6s 0s linear;
    -o-transition: opacity .6s 0s linear;
    transition: opacity .6s 0s linear; }
.circular-slider .wrapper .descriptions__item h1, .circular-slider .wrapper .descriptions__item .description {
    font-family: Helvetica, sans-serif;
    color: white;
    text-align: center; }
.circular-slider .wrapper .descriptions__item h1 {
    font-size: 200%;
    padding-top: 5px; }
.circular-slider .wrapper .descriptions__item .description {
    font-size: 100%;
    margin-top: 5px;
    padding: 0% 10%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow-y: hidden; }

.home_sec_6 .wrap {
    display: flex;
    justify-content: center;
    height: 560px;
    align-items: flex-end;
}

.home_sec_6 {
    padding: 240px 0 0 0;
    background-repeat: no-repeat;
    background-color: white;
}
.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a {
    color: #1F62AE;
}

.nav_right {
    background: #1F62AE;
    flex: 0 0 auto;
    clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0% 100%);
    margin-left: 20px;
}

.nav-float-right #site-navigation {
    display: flex;
}

.nav_right ul {
    display: flex;
    margin: 0;
}

.nav_right ul li {
    height: 90px;
    display: flex;
    align-items: center;
}

.nav_right li a {
    padding: 0 30px;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav_right >ul> li:not(:last-child) {
    border-right: 1px solid rgba(9, 2, 41, 0.1);
}

.nav_right li.search a {
    padding-left: 52px;
}

.nav_right li.language {
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.nav_right li.language a {
    color: white;
    text-transform: uppercase;
    padding: 0 10px;
    height: auto;
    line-height: normal;
}

.nav_right li.language span {
    color: white;
}

.nav_right li.language a.active {
    font-family: 'AvertaStd Bold';
}
.wrap_form input:not(.wpcf7-submit) {
    width: 100%;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    background: transparent;
    color: white;
    outline: none;
    font-size: 13px;
}

.wrap_form input:not(.wpcf7-submit)::placeholder {
    color: white;
}

.wrap_form {}

.wrap_form .box_button {
    position: absolute;
    width: 36px;
    height: 36px;
    right: 8px;
    top: 8px;
    background: white;
    border-radius: 50%;
}

.wrap_form .box_button input {
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    padding: 0;
    left: 0;
    top: 0;
    font-size: 0;
}

.wrap_form .box_button svg {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);pointer-events: none;}

.circular-slider .wrapper .slides-holder__item img {
    max-width: 70%;
}.descriptions {}

.circular-slider .wrapper .descriptions h3 {
    color: #1F62AE;
    font-size: 30px;
    font-family: 'AvertaStd Bold';
    text-transform: uppercase;
}

.circular-slider .wrapper .descriptions .content {
    font-size: 16px;
}

.arrow_slider.next.controls__right {}

.circular-slider .wrapper .controls__right {
    left: calc(50% + 40px) !important;
}
.home_sec_6 h2.Heading_h2 b {
    font-weight: 400;
    color: #FCB813;
    font-family: 'AvertaStd Regular';
}

.home_sec_6 h4.Heading_h4 {
    position: relative;
}

.home_sec_6 h4.Heading_h4:before {
    height: 117px;
    width: 1px;
    background: #1F62AE;
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 20px));
}
.wpcf7-not-valid-tip {
    font-size: 11px;
    text-transform: unset !important;
    padding: 5px  20px 0;
    position: absolute;
    width: 100%;
    color: white;
}

.wpcf7 form .wpcf7-response-output {
    border: none;
    background: #f8b815;
    font-size: 15px;
    text-align: center;
}

section.Sec_Home2 {}

section.Sec_Home2 .arrow_slider {
    top: unset;
    bottom: 40px;
    border: 1px solid white;
    background: transparent;
}

section.Sec_Home2 .arrow_slider svg path {
    fill: white;
}

.slider_home1 .swiper-pagination span {
    /* width: 100%; */
    /* background: rgb(255 255 255 / 50%); */
}

body {
    overflow-x: hidden;
}
div#loadpage {
    /* pointer-events: none; */
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow: hidden;
    background-size: cover;
    transition: 1s all ease-in-out;
}

div#loadpage .mask {
    background-color: #fff;
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div#loadpage.hidden .mask {
    background-color: transparent;
}

div#loadpage .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: white;
}

div#loadpage .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div#loadpage .mask span:nth-child(1) {
    top: 0;
}

div#loadpage .mask span:nth-child(2) {
    top: 20%;
}

div#loadpage .mask span:nth-child(3) {
    top: 40%;
}

div#loadpage .mask span:nth-child(4) {
    top: 60%;
}

div#loadpage .mask span:nth-child(5) {
    top: 80%;
}

#loadpage.hidden {
    opacity: 0;
    visibility: hidden;
}

div#loadpage.hidden .mask span {
    width: 0;
}

.logo-loadpage svg {
    position: absolute;
    max-width: 450px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.logo-loadpage svg .layer1 path {
    fill-opacity: 0;
    stroke-opacity: 0;
    stroke-width: 1;
    stroke-miterlimit: 10;
}

.logo-loadpage svg #layer3 path,
.logo-loadpage svg rect {
    opacity: 0;
}

.logo-loadpage svg #layer3 path {
    stroke: transparent;
}

.logo-loadpage svg.animate .layer1 path {
    stroke-opacity: 1;
}

.logo-loadpage svg.active .layer1 path {
    stroke-dasharray: 8000;
    stroke-dashoffset: 8000;
    fill-opacity: 1;
    stroke-opacity: 0;
    -webkit-transition: all 3s ease;
    transition: all 3s ease;
}
.nav_right li.quote a {
    background: #FCB813;
    display: inline-flex;
    border: 1px solid #FCB813;
    border-radius: 20px;
    margin: 0 24px 0 60px;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'AvertaStd Semibold';
    padding: 0 30px;
    height: 37px;
    background-size: 300% 100%;
    transition: all .4s ease-in-out;
    min-width: 180px;
}
.main-navigation li a:before {
    position: absolute;
    content: '';
    background: #FCB813;
    height: 3px;
    width: 0;
    transition: .5s all;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.main-navigation li {
    /* overflow: hidden; */
}
.count_slide {
    display: flex;
    color: white;
    font-size: 14px;
    align-items: center;
    font-family: 'AvertaStd Light';
    margin-right: 10px;
}

.count_slide .count {
    font-family: 'AvertaStd Semibold';
    font-size: 18px;
}
h2.heading_h2 b {
    color: #FCB813;
    text-transform: uppercase;
    font-family: 'AvertaStd Regular';
    font-weight: 400;
}

.main-navigation li.current-menu-item a:before, .main-navigation li a:hover:before {
    width: 100%;
}
.nav_right li.quote a svg {
    margin-right: 7px;
}
.logo_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 150px;
    height: auto;
}
.nav_right li.quote a:hover {
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}
.nav_right li.phone a svg {
    animation: shake_ani 1s infinite ease-in-out;
}
.Sec_Home {
    padding: 115px 0 80px;
}
.wrap_icon .box_img {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    margin-bottom: 25px;
    position: relative;
}
.wrap_icon .item .box_img:before {
    background: rgb(31 98 174 / 70%);
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    animation: pulse-border 1000ms cubic-bezier(0.38, 0.99, 1, 1) infinite;
    z-index: -1;
}

.wrap_icon .box_img:after {
    position: absolute;
    content: '';
    background: rgb(31 98 174 / 70%);
    animation: pulse-border 1000ms cubic-bezier(0.38, 0.99, 1, 1) infinite;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    z-index: -1;
}
.Sec_Home .wrap_icon .item .content b {
    font-size: 22px;
    font-family: 'Averta Bold';
}

.Sec_Home .wrap_icon .item .content {
    font-size: 18px;
    line-height: 1.3;
}

.Sec_Home .wrap_icon .item:not(:last-child):before {
    position: absolute;
    content: '';
    background: #1f62ae36;
    width: 1px;
    height: 100%;
    right: 0;
}

.wrap_icon .item:not(:last-child) {
    /* margin-right: 76px; */
}
.Sec_Home .About_us:before {
    position: absolute;
    content: url(../../images/Group.png);
    left: 0;
    top: 0;
}
.Sec_Home:after {
    position: absolute;
    content: url(../../images/Group1.png);
    bottom: 0;
    right: 0;
}
.Sec_Home4:after {
    position: absolute;
    content: url(../../images/Group1.png);
    bottom: 0;
    right: 0;
}
.sec_contact:before {
    position: absolute;
    content: url(../../images/Group3.png);
    left: 0;
    top: -27px;
}
.about_us1:before {
    position: absolute;
    content: url(../../images/Group.png);
    left: 0;
    top: -27px;
}
.history:before {
    position: absolute;
    content: url(../../images/Group.png);
    left: 0;
    top: -46px;
}
.sec_contact:after {
    position: absolute;
    content: url(../../images/Group1.png);
    bottom: 57px;
    right: -60px;
}
.sec_premises_mb:before {
    position: absolute;
    content: url(../../images/Groupmp.png);
    left: 0;
    top: -46px;
    z-index: -1;
}
.service_page:before {
    position: absolute;
    content: url(../../images/Frame4.png);
    left: 0;
    bottom: -260px;
    z-index: -1;
}
.sec_premises_mb:after {
    position: absolute;
    content: url(../../images/Groupmp2.png);
    bottom: 20px;
    right: 0;
}
.sg_service:after {
    position: absolute;
    content: url(../../images/Group1.png);
    top: -45px;
    right: -60px;
}
.sg_service:before {
    position: absolute;
    content: url(../../images/Group.png);
    left: 0;
    bottom: 0;
}
.Sec_Home2 .Box_title h4 {
    color: white;
    margin: 0;
}

.about_us1:after {
    display: none;
}
.about_us2 {
    padding: 0 0 60px !important;
}

.about_us2:before {
    display: none;
}
.wrap_icon .item .box_img img {
    transform: rotateY(0deg);
    transition: .9s all;
}

.wrap_icon .item:hover .box_img img {
    transform: rotateY(360deg);
}
.Sec_Home4 .box_voucher .photo img {
    /* transform: rotateY(45deg); */
}

.photo .box_img img {
    transform: scale( 1 ) rotate( 0deg );
    transition: .5s all;
    border-radius: 10px 10px 0 0;
    width: 287px;
    height: 179px;
    object-fit: cover;
}
.Sec_Home4 {
    padding: 100px 0 100px;
}
.photo:hover .box_img img {
    transform: scale( 1.3 ) rotate( 5deg );
}

.slider_home4 .photo {
    overflow: hidden;
    box-shadow: 3px 27px 16px -13px rgb(0 0 0 / 10%);
}

.photo .box_img {
    overflow: hidden;
}
.arrow_slider:hover {
    background: #1f62ae !important;
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}
.arrow_slider:hover svg path {
    fill: white;
}

.arrow_slider svg path {
    transition: .5s all;
}
a.Button:hover {
    background: #1f62ae;
    color: white;
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}

a.Button:hover svg path {stroke: white;}

a.Button svg path {
    transition: .5s all;
}

a.Button svg {
    transform: rotateX(0deg);
    transition: .5s all;
}

a.Button:hover svg {
    transform: rotateX(360deg);
}
.footer_head .box_register .quote a {
    background: #FCB813;
    display: inline-flex;
    border: 1px solid #FCB813;
    border-radius: 20px;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'AvertaStd Semibold';
    padding: 0 30px;
    height: 37px;
    background-size: 300% 100%;
    transition: all .4s ease-in-out;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    align-items: center;
}
.box_information .Number a svg {
    animation: shake_ani 1s infinite ease-in-out;
}
.footer_head .box_register .quote a svg {
    margin-right: 7px;
}
.footer_head .box_follow ul li a img {
    transform: rotateY(0deg);
    transition: .5s all;
}

.footer_head .box_follow ul li:hover a img {
    transform: rotateY(360deg);
}

.title_breadcrumbs ul {
    margin: 0;
    list-style: none;
    display: flex;
    text-align: center;
    align-items: center;
}

.title_breadcrumbs ul li {
    /*margin-right: 40px;*/
    display: inline-flex;
    align-items: center;
    position: relative;
}

.title_breadcrumbs ul li cite {
    font-style: initial;
}

.title_breadcrumbs ul li cite {
    font-size: 14px;
}

.title_breadcrumbs ul li a {
    text-decoration: none;
    color: #333;
}
.sec_contact .row .form_contact {
    padding: 50px 85px 115px 85px;
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgb(6 6 6 / 8%);
    border-radius: 20px 0 0 20px;
}
.sec_contact .form_contact .box_heading {
    margin-bottom: 40px;
}

.sec_contact .form_contact .wrap_form h3 {
    font-size: 14px;
    font-family: 'Averta Bold';
    margin-bottom: 10px;
}

.sec_contact .wrap_form input:not(.wpcf7-submit) {
    background: #FFFFFF;
    border: 1px solid #D0D5E0;
    border-radius: 5px;
    color: #666;
}

.sec_contact .wrap_form input:not(.wpcf7-submit)::placeholder {
    color: #666666;
    font-size: 14px;
}

.sec_contact .form_contact .wrap_form select.wpcf7-form-control {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D0D5E0;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}

.sec_contact .form_contact .wrap_form select.wpcf7-form-control {
    font-size: 14px;
    color: #666;
    z-index: 2;
}
.sec_contact .form_contact .wrap_form .wpcf7-textarea {
    border-radius: 4px;
    background: #FFFFFF;
    border: 1px solid #D0D5E0;
    height: 134px;
    font-size: 14px;
    outline: none;
}

.sec_contact .wrap_form input:hover:not(.wpcf7-submit) {
    border: 1px solid #8C8C8C;
}

.sec_contact .form_contact .wrap_form select.wpcf7-form-control:hover {
    border: 1px solid #8C8C8C;
}

.sec_contact .form_contact .wrap_form .wpcf7-textarea:hover {
    border: 1px solid #8C8C8C;
}
.button_style {
    color: white;
    padding: 5px 18px;
    font-size: 16px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    float: right;
    margin-right: 10px;
    background: #FCB813;
    border-radius: 5px;
    color: #333333;
    font-family: 'AvertaStd Semibold';
}

.button_style input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
}

.button_style span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    position: relative;
}

.button_style span.wpcf7-spinner {
    position: absolute;
    right: 4px;
    margin: 0;
}

.sec_contact .wrap_form span.wpcf7-not-valid-tip {
    color: #dc3232;
    padding: 0;
}
.sec_contact .row .address {
    padding: 0;
    background-size: cover;
    padding: 107px 98px 59px 88px;
    border-radius: 0 20px 20px 0;
}

.sec_contact .row .box {
    display: flex;
    position: relative;
    z-index: 2;
}

.sec_contact .row .address h3 {
    font-size: 35px;
    text-transform: uppercase;
    color: #FCB813;
    font-family: 'Averta Bold';
    margin-bottom: 25px;
}

.sec_contact .address .wrap_link .item .ress p {
    color: #FCB813;
    font-size: 14px;
}

.sec_contact .address .wrap_link .item p a {
    color: white;
    text-decoration: none;
    transition: .5s all;
}

.sec_contact .address .wrap_link .item .ress p strong {
    text-transform: uppercase;
}

.sec_contact .address .wrap_link .item  p {
    color: white;
    margin-bottom: 12px;
}

.sec_contact .address .wrap_link .item .number p a,.sec_contact .address .wrap_link .item .email p a {
    font-family: 'Averta Bold';
}

.sec_contact .wrap_link .item .number, .sec_contact .wrap_link .item .email, .sec_contact .wrap_link .item .ress {
    margin-bottom: 12px;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}
.sec_contact .wrap_link .item:nth-child(2) .email {
    border: none;
}
.sec_contact .address ul.socials {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.sec_contact .address ul.socials li {
    margin-right: 25px;
}

.sec_contact .wrap_link {
    margin-bottom: 70px;
}

.sec_contact .address ul.socials li img {
    transform: rotateY(0deg);
    transition: .5s all;
}

.sec_contact .address ul.socials li:hover img {
    transform: rotateY(360deg);
}

.sec_contact .address .wrap_link .item p a:hover {
    color: #fcb813;
}
.form_contact .grid-50:nth-child(5) .wpcf7-form-control-wrap:before,.form_contact .grid-50:nth-child(4) .wpcf7-form-control-wrap:before {
    position: absolute;
    content: url(../../images/Vector.png);
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.sec_contact .button_style:hover {
    background: #1f62ae;
    color: white;
    box-shadow: 0 4px 15px 0 rgb(65 132 234 / 75%);
}

.sec_contact .button_style:hover svg path {stroke: white;}

.sec_contact .button_style svg path {
    transition: .5s all;
}
.sec_contact {
    /*overflow: initial;*/
    padding-top: 50px;
}
.sec_map {
    margin-top: -115px;
    z-index: 0;
}
.sec_map iframe {
    display: block;
}
.title_breadcrumbs ul li:not(:last-child):before {
    position: absolute;
    /*content: '';*/
    background: #333;
    height: 12px;
    width: 1px;
    right: -21px;
    bottom: 6px;
}

.gr_head {
    padding: 10px 0;
}
.sec_contact .form_contact .wpcf7-response-output {
    position: absolute;
    width: 100%;
}
.about_us {
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 0;
    padding: 70px 0 0;
}
.about_us .About_us:before {
    display: none;
}
.about_us .box_img_1 {
    margin-top: -110px;
    position: relative;
}

.about_us .box_img_1:before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.969147) 32.42%, rgba(255, 255, 255, 0.898895) 54.55%, rgba(255, 255, 255, 0.507366) 77.91%, rgba(255, 255, 255, 0) 100%);
    height: 600px;
    width: 100%;
    top: -200px;
}
.about_us .box_img {
    position: relative;
}

.about_us:before {
    background: none;
}
.about_us:after {
    bottom: 38%;
}
.page-template-about-us .gr_head {
    background: white;
}
.about_us1 .box_voucher .content {
    padding: 20px 33px 45px 20px;
    height: 125px;
}

.about_us1 .box_voucher .content h4 {
    font-size: 16px;
    font-family: 'AvertaStd Bold';
    margin-bottom: 10px;
}

.about_us1 .box_voucher .content .item_cont {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.about_us2 .box_voucher .content h4 {
    font-size: 16px;
    font-family: 'AvertaStd Bold';
    margin-bottom: 10px;
}

.about_us2 .box_voucher .content .item_cont {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.about_us1 {
    padding-bottom: 40px;
}
.slider_aboutus2 {
    position: static;
}
.cus_menu {
    background: #1F62AE;
    /* padding: 10px 0; */
    position: absolute;
    margin-top: -90px;
}

.cus_menu .cus_tab ul {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.cus_menu .cus_tab ul li a {
    text-decoration: none;
    font-size: 18px;
    color: white;
    padding: 10px 0;
    display: block;
    text-transform: uppercase;
}

.cus_menu .cus_tab ul li:not(:last-child) {
    margin-right: 60px;
}
.cus_menu .cus_tab ul li.active a {
    font-family: 'AvertaStd Bold';
}

.cus_menu .cus_tab ul li.active a:before, .cus_menu .cus_tab ul li a:before {
    position: absolute;
    content: '';
    background: #FCB813;
    height: 3px;
    width: 0;
    transition: .5s all;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}
.news_details .request {
    padding: 30px;
}

span.divider {
    margin: 0 20px;
    font-size: 16px;
}
.cus_menu .cus_tab ul li.active a:before,.cus_menu .cus_tab ul li:hover a:before {
    width: 100%;
}

.cus_menu .cus_tab ul li {
    position: relative;
}
@-webkit-keyframes shake_ani {
    0% {-webkit-transform: rotate(0) scale(1) skew(1deg);  }
    10% {-webkit-transform: rotate(-30deg) scale(1) skew(1deg);}
    20% {-webkit-transform: rotate(30deg) scale(1) skew(1deg);}
    30% {-webkit-transform: rotate(-30deg) scale(1) skew(1deg);}
    40% {-webkit-transform: rotate(30deg) scale(1) skew(1deg);}
    50% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
    100% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
}
.history .content1 {
    position: relative;
    /* padding-top: 60px; */
    z-index: 3;
}
.history {
    padding: 40px 0 165px;
    overflow: initial;
}
.history.bg-cus {
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.history .content:before {
    /* content: ''; */
    position: absolute;
    /* width: 2px; */
    /* height: 42px; */
    /* background-color: #105760; */
    /* border-radius: 10px; */
    /* top: 32px; */
    /* left: 50%; */
}
.history.bg-cus .heading_h3 {
    color: #000000;
    margin-bottom: 12px;
}
.history .content:after {
    content: '';
    position: absolute;
    top: 84px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    border: 1px solid #0071B0;
    border-radius: 50%;
    width: 31px;
    height: 31px;
}
.history .title_sec {
    max-width: 690px;
    margin: 0 auto;
}
.history.bg-cus .heading_h2 b {
    /* color: #000811; */
}
.history .title_group {
    z-index: 10;
    text-align: center;
    margin-bottom: 131px;
}
.history .description {
    line-height: 28px;
    margin-top: 45px;
    margin-bottom: 50px;
    font-size: 20px;
    color: #333333;
    text-align: center;
}
.timeline_item {
    display: none;
    position: relative;
    margin-bottom: 54px;
}
.timeline_item .wrap_item {
    position: relative;
    display: flex;
    align-items: center;
}
.timeline_item .wrap_item:not(:last-child){
    margin-bottom: 50px;
}
.timeline {
    position: relative;
    padding: 34px 0 10px;
}
.timeline .col-right {
    width: 50%;
}

.timeline .col-left {
    width: 50%;

}
.timeline .col-left .timeline_img {
    /* justify-content: flex-start; */
}
.col-right .timeline_img {
    justify-content: flex-end;
}
.timeline_img {
    display: flex;
    flex-wrap: wrap;
}
.timeline .col-left .timeline_cont {
    text-align: right;
    margin-right: 100px;
}
.timeline .col-right .timeline_cont {
    /* margin-left: 100px; */
}
.timeline_img .item_img {
    padding: 10px 4px 0;
}
.timeline:before {
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    content:
            ' ';
    display: block;
    width: 1px;
    height: 100%;
    background: rgb(31 98 174 / 30%);
}
.show_more {
    /* width: 82px; */
    /* height: 82px; */
    /* margin: 0 auto; */
    /* border-radius: 50%; */
    justify-content: center;
    bottom: -60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* display: flex; */
    /* background: transparent; */
    align-items: center;
    cursor: pointer;
    /* border: 1px solid #BEC3C7; */
    border-radius: 5px;
}
.timeline_item:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: ' ';
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -10px;
    border-radius: 50%;
    z-index: 10;
    z-index: 1;
    background: #8DB6E3;
    transform: translate(-50% , -50%);
}
.timeline .col-right .timeline_cont h3 {
    margin: 0;
    line-height: 1.3;
    font-size: 30px;
    color: #1F62AE;
    font-family: 'AvertaStd Semibold';
    text-transform: uppercase;
    margin-bottom: 35px;
    position: relative;
}
.timeline .col-right .timeline_cont .timeline_des p {
    margin: 0;
    font-size: 16px;
    margin-bottom: 20px;
    margin: 0;
}

.timeline .col-left .timeline_cont h3 {
    font-size: 56px;
    color: #0054A6;
    font-family: 'Roboto Condensed-Bold';
}

.timeline .col-left .timeline_cont .timeline_des p {
    font-size: 16px;
    color: #333333;
    font-family: 'Montserrat';
}
.timeline_year {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: normal;
}
.timeline_year b {
    font-family: 'Open Sans Bold';
}
.timeline_des p strong{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
}
.timeline_des p{
}
.timeline_item:nth-child(odd) .col-left {
    order: 1;
    padding-left: 55px;
}

.timeline_item:nth-child(even) .col-left .timeline_img {
    justify-content: flex-end;
}

.timeline_item:nth-child(even) .wrap_item .col-right {padding-left: 55px;}

.timeline_item:nth-child(even) .wrap_item .col-right .timeline_cont {
    /* margin-right: 100px; */
}
.history .description p {
    max-width: 660px;
    margin: auto;
}

.history .description p strong {
    text-transform: uppercase;
}

.timeline .col-right .timeline_cont h3 span {
    font-family: 'Oswald-Bold';
}
.timeline .col-right .timeline_cont .timeline_des b {
    text-transform: uppercase;
}
/*.history.bg-cus:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    background: linear-gradient(180deg, rgba(255, 190, 193, 0.2) 0%, rgba(255, 190, 193, 0) 100%);*/
/*    height: 417px;*/
/*    width: 100%;*/
/*    top: 0;*/
/*}*/
/*.history:after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    background: linear-gradient(180deg, rgba(255, 190, 193, 0.2) 0%, rgba(255, 190, 193, 0) 100%);*/
/*    transform: rotate(-180deg);*/
/*    height: 871px;*/
/*    width: 100%;*/
/*    bottom: 0;*/
/*}*/
.history .content1 .box_content {
    position: relative;
    margin-bottom: 18px;
}

.history .content1 .description {
    position: absolute;
    bottom: 105px;
    margin-top: 0;
    margin-bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.history .description {
    color: white;
}

.history .description p strong {
    font-size: 60px;
    font-family: 'Oswald-Bold';
}

.history .description p:nth-child(1) {
    margin-bottom: 20px;
}

.history .box_content .bg_img:before {
    height: 451px;
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.407746) 36%, rgba(0, 0, 0, 0.7) 100%);
    bottom: 28px;
}
.show_more h3 {
    font-size: 16px;
    display: block;
    margin: 0;
}

.show_more svg {
    /* left: 50%; */
    /* position: absolute; */
    /* transform: translateX(-50%); */
    /* top: 60%; */
}
/*.timeline_item:hover:after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    background: #F2BB88;*/
/*    width: 11px;*/
/*    height: 11px;*/
/*    top: 50%;*/
/*    right: 49.55%;*/
/*    z-index: 2;*/
/*    border-radius: 50%;*/
/*}*/
.history .content1 .description:before {
    position: absolute;
    content: '';
    width: 42px;
    height: 42px;
    border: 1px solid #BEC3C7;
    bottom: -105px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.history .content1 .description:after {
    position: absolute;
    content: '';
    border: 0.5px solid #BEC3C7;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -123px;
}
.history .title_group h4 {
    margin: 0;
}

.history .title_group .content {
    font-size: 16px;
}

.timeline_item:nth-child(even) .col-left .timeline_img {
    text-align: right;
}

.timeline_item:nth-child(odd) .wrap_item .col-right {
    text-align: right;
    padding-right: 55px;
}

.timeline_item:nth-child(even) .wrap_item .col-left {
    padding-right: 55px;
}

.timeline_item:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    content:
            ' ';
    display: block;
    margin-top: -10px;
    border-radius: 50%;
    z-index: 1;
    background: #1F62AE;
    width: 12px;
    height: 12px;
}
.timeline_item:hover .timeline_cont h3 {
    font-family: 'AvertaStd ExtraBold';
}
.timeline .col-right .timeline_cont h3:before {
    position: absolute;
    content: '';
    background: #FCB813;
    width: 76px;
    height: 3px;
    bottom: -20px;
}

.timeline_item:nth-child(odd) .wrap_item .col-right h3:before {
    right: 0;
}
.about_ddkt {
    padding: 105px 0 130px;
}

.about_ddkt .wrap_icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about_ddkt .wrap_icon .item {
    width: 50%;
    display: flex;
    margin-bottom: 90px;
    position: relative;
    max-width: initial;
    text-align: initial;
    margin-right: 0;
}

.about_ddkt .wrap_icon .item .img_item {
    flex: 0 0 auto;
}

.about_ddkt .wrap_icon .item h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Averta Bold';
    position: relative;
}

.about_ddkt .wrap_icon .item .item_cont {
    padding-left: 38px;
    max-width: 420px;
}

.about_ddkt .wrap_icon .item h4:before {
    position: absolute;
    content: '';
    width: 93px;
    height: 3px;
    background: #FCB813;
    bottom: -10px;
}

.about_ddkt .wrap_icon .item .item_cont p {
    font-size: 16px;
}

.about_ddkt .wrap_icon .item:nth-child(odd):not(:last-child):before {
    height: 1px;
    position: absolute;
    content: '';
    background: #1f62ae26;
    width: 1146px;
    left: 0;
    bottom: -40px;
}

.about_ddkt .box_heading {
    margin-bottom: 80px;
}
.about_ddkt:before {
    position: absolute;
    content: url(../../images/Group2.png);
    right: 0;
    bottom: 0;
}
/*.Sec_home1 .box_img {*/
/*    overflow: auto;*/
/*}*/
.Sec_home1 .Box_product  {
    margin: 40px 0;

}
.Sec_home1 .box_img {
    /*margin: 40px 0;*/
    /*height: 50%;*/
    /*width: 600px;*/
    border-radius: 5px;
    transition: all 0.5s;
    transform: scaleY(1);
}

.slider_home1 .swiper-slide.swiper-slide-active .box_img ,.slider_home1 .swiper-slide.swiper-slide-next .box_img  {
    /*margin: 0;*/
    width: auto;
    height: auto;
    transition: all 0.5s;
    transform: scaleY(1.2);
}

.slider_home1 .swiper-slide.swiper-slide-active .box_content,.slider_home1 .swiper-slide.swiper-slide-next .box_content {
    opacity: 1;
}
.Product_box {
    position: relative;
}

.slider_home1 .arrow_slider {
    left: calc(calc(100vw - 1500px)/2);
    top: 45%;
}

.slider_home1 .arrow_slider.next {
    right: calc(calc(100vw - 1500px)/2);
    left: unset;
}


.sec_premises .wrap_icon {
    display: flex;
    justify-content: center;
    /*flex-wrap: wrap;*/
}

.sec_premises .wrap_icon .item:not(:last-child) {
    margin-right: 87px;
}
.sec_premises .wrap_icon .item {
    text-align: left;
}

.sec_premises .wrap_icon .item h5 {
    font-size: 24px;
    color: #1F62AE;
    font-family: 'Averta Bold';
    margin-bottom: 5px;
}

.sec_premises .wrap_icon .item .content {
    font-size: 16px;
}

.sec_premises .wrap_icon .item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #1F62AE;
    bottom: -35px;
    left: 0;
}

.sec_premises {
    padding-bottom: 105px;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 40px;
}

.sec_premises .box_heading {
    margin-bottom: 60px;
}

.sec_premises2 {
    background: rgb(233 240 247 / 50%);
    padding: 95px 0 100px;
}

.sec_premises2 .wrap_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.sec_premises2 .wrap_cont .item {
    display: flex;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 25px;
    margin: auto;
    transition: .5s all;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec_premises2 .wrap_cont .item .icon_item {
    /* flex: 0 0 auto; */
    width: 50px;
}

.sec_premises2 .wrap_cont .item h4 {
    font-size: 18px;
    font-family: 'AvertaStd Semibold';
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(31 98 174 / 10%);
}

.sec_premises2 .wrap_cont .item .content {
    font-size: 15px;
}

.sec_premises2 .wrap_cont .item .item_title {
    /* padding-left: 23px; */
    /*max-width: 272px;*/
    width: calc(100% - 70px);
    height: 375px;
    overflow: auto;
}
.sec_premises2 .wrap_cont .item .item_title::-webkit-scrollbar  {
    width: 4px;
}
.sec_premises2 .wrap_cont .item .item_title::-webkit-scrollbar-thumb  {
   background: #1F62AE;
    transition: all 0.5s;

}
.sec_premises2 .wrap_cont .item:hover .item_title::-webkit-scrollbar-thumb {
    background: #fff;
    transition: all 0.5s;
}
.sec_premises2 .box_content {
    margin-bottom: 55px;
}

.sec_premises2 .box_content h4 {
    margin-bottom: 10px;
}

.sec_premises2 .box_content .des {
    font-size: 15px;
}
.slider_premises2 {
    position: static;
}

.slider_premises2 .swiper-slide {
    height: auto;
}
.sec_premises2 .wrap_cont .item .icon_item img {
    transform: rotateY(0deg);
    transition: .5s all;
}

.sec_premises2 .wrap_cont .item:hover .icon_item img {
    transform: rotateY(360deg);
    filter: brightness(0) invert(1);
}

.sec_premises2 .wrap_cont .item:hover {
    color: white;
    background: #1f62ae;
}
.news_heading {
    padding: 45px 0 0;
    background: #1f62ae14;
}

.news_heading .box_voucher .box_img img {
    width: 1920px;
    height: 648px;
    object-fit: cover;
}

.news_heading .box_voucher {
    position: relative;
    margin-bottom: 20px;
}

.news_heading .box_voucher .content {
    position: absolute;
    bottom: 35px;
    left: calc(calc(100vw - 1200px)/2);
    color: white;
    max-width: 50%;
}

.news_heading .box_voucher .content .time {
    font-size: 20.315px;
}

.news_heading .box_voucher .content h4 {
    text-transform: uppercase;
    font-family: 'AvertaStd Semibold';
    font-size: 28.1285px;
    margin: 0;
    /* max-width: 1000px; */
}
.news_heading .box_voucher .box_link {
    position: absolute;
    bottom: 45px;
    right: 360px;
}
.slider_news {
    padding: 70px calc(calc(100vw - 793px)/2) 0;
    padding-top: 0;
}

.slider_news .item_news {
    position: relative;
}

.slider_news .item_news .box_img img {
    width: 793px;
    height: 420px;
    object-fit: cover;
}
.slider_news .item_news .content {
    position: absolute;
    bottom: 0;
    padding: 0 116px 25px 40px;
    color: white;
    z-index: 2;
}

.slider_news .item_news .content .time {
    font-size: 13px;
}

.slider_news .item_news .content h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'AvertaStd Semibold';
    margin: 0;
}

.news_heading .box_voucher .box_img:before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    transform: rotate(-180deg);
    height: 648px;
    width: 100%;
    bottom: 0;
}

.slider_news .item_news .box_img:before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    transform: rotate(-180deg);
    height: 235px;
    z-index: 1;
    width: 100%;
    bottom: 0;
}
.sec_news .menu_news ul {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 0;
}

.sec_news .menu_news ul li:not(:last-child) {
    margin-right: 28px;
}

.sec_news .menu_news ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #333333;
    transition: .5s all;
    position: relative;
}

.sec_news .box_heading {
    margin-bottom: 45px;
}
.sec_news .Sec_Home4:before {
    display: none;
}


.sec_news .Sec_Home4:after {
    display: none;
}

.sec_news .Sec_Home4 {padding: 0;}

.sec_news .photo {
    position: relative;
}

.sec_news .photo .box_voucher {
    position: relative;
    box-shadow: none;
    margin-bottom: 40px;
}
.sec_news .menu a:hover, .sec_news li.current-menu-item a {
    color: #1F62AE !important;
    font-family: 'Averta Bold';
}

.sec_news li.current-menu-item a:before {
    background: #1F62AE;
    width: 33px;
    height: 2px;
    position: absolute;
    content: '';
    bottom: 10px;
    left: -50px;
}
.sec_news li.current-menu-item a {
    margin-left: 45px;
}
.slider_news .arrow_slider {
    left: calc(calc(100vw - 1200px)/2);
}

.slider_news .arrow_slider.next {
    right: calc(calc(100vw - 1200px)/2);
    left: inherit;
}
.news_details .request {
    margin-top: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 30px 93px 70px;
    width: 1098px;
    margin-top: -180px;
}

.news_details {
    overflow: initial;
}

.news_details .request h1 {
    font-size: 30px;
    text-transform: uppercase;
}

.news_details .request .time_post {
    display: flex;
    align-items: center;
}

.news_details .request .time_post svg {
    margin-right: 15px;
}
.sec_news {background: #1f62ae14;padding: 90px 0 65px;}
.news_details .request .share_post {
    position: fixed;
    z-index: 99;
    right: 19%;
    top: 50%;
    transform: translateY(-50%);
    list-style-type: none;
}

.news_details .request .time_post .time {
    font-size: 13px;
}

.news_details .request .box_time {
    border-bottom: 1px solid #3333332b;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news_details .request .content p strong {
    font-size: 16px;
    font-family: 'AvertaStd Semibold';
}

.news_details .request .content p {
    font-size: 16px;
}

.news_details .request .content h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.news_details .request .info p strong {
    text-transform: uppercase;
}
.news_details .request .info p {
    font-size: 16px;
    margin-bottom: 10px;
}

.news_details .request .info p a {color: #333333;text-decoration: none;transition: .5s all;}

.news_details .request .info p a:hover {
    color: #fcb813;
}
.news_details .box_ {max-width: 1100px;display: flex;flex-wrap: wrap;position: relative;}

.news_details .share_post {
    position: absolute;
    top: 50px;
    right: -100px;
    height: 100%;
}
@media only screen and (min-width: 1200px) {
    .share_post_news div#socialSharing {
        display: flex;
        flex-direction: column;
        position: sticky;
        top: 130px;
        align-items: center;
    }
    .share_post_news {
        position: absolute;
        top: 30px;
        right: -100px;
        height: 100%;
    }
    div#socialSharing b {
        transform: rotate(90deg);
        margin-bottom: 19px;
    }
}
div#socialSharing {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

div#socialSharing >* {
    margin-right: 20px !important;
}



div#socialSharing a {
    border-radius: 50%;
    width: 62px;
    height: 62px;
    border: 1px solid #D8D8D8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    transition: .5s all;
}
.title_breadcrumbs ul span {
    /*display: none;*/
}
.news_details .request .title_breadcrumbs {
    margin-bottom: 35px;
}

div#socialSharing a:hover {
    border: #1f62ae !important;
    box-shadow: 0 4px 15px 0 rgb(65 132 234 / 75%);
}

div#socialSharing a:hover svg {
    transform: rotateY(360deg);
}

div#socialSharing a svg {
    transform: rotateY(0deg);
    transition: .5s all;
}
.tags {
    display: flex;
    align-items: center;
    margin-top: 45px;
}

.tags ul {
    display: flex;
    list-style: none;
    margin-left: 20px;
    margin-bottom: 0;
}

.tags ul li {
    background: #F5F5F5;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: .5s all;
    padding: 8px 12px;
}

.tags ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #666666;
}
.sg_news1 {
    padding: 60px 0 100px;
}

.sg_news1:before {
    display: none;
}

.sg_news1:after {
    display: none;
}
.sg_news1 .box_title {
    margin-bottom: 50px;
}
.tags ul li:hover {
    background: #1f62ae;
}

.tags ul li:hover a {
    color: white;
}
.sec_recruit1 {
    padding: 5px 0 80px;
    background-size: cover;
    margin-top: -50px;
}

.sec_recruit1 .wrap {
    padding: 0;
    display: flex;
}

.sec_recruit1 .wrap .box_content {
    padding: 0;
    color: white;
}

.sec_recruit1 .wrap .box_content h3 {
    font-size: 32px;
    color: rgb(255 255 255 / 80%);
}

.sec_recruit1 .wrap .wrap_slider {
    /* color: white; */
    /* padding-left: 99px; */
    position: relative;
}

.sec_recruit1 .wrap_slider .item h4 {
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
    position: relative;
    font-family: 'AvertaStd Semibold';
}
.slider_vertical {
    height: 700px;
    z-index: 2;
    position: static;
    padding-left: 141px;
    padding-top: 1px;
}

.slider_vertical .swiper-slide-next .item {
    color: #FFFFFF !important;
}

.sec_recruit1 .wrap_slider .swiper-slide {
    margin-bottom: 2px;
}

.sec_recruit1 .wrap_slider .item p {
    margin: 0;
    /* max-width: 430px; */
    font-size: 16px;
}

.slider_vertical .swiper-slide .item {
    color: rgb(255 255 255 / 50%);
    position: relative;
    margin-bottom: 40px;
}
.sec_recruit1 .wrap_slider .item h4:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: rgb(255 255 255 / 50%);
    border-radius: 50%;
    left: -73px;
    bottom: 5px;
}


.sec_recruit1 .wrap_slider .item h4:after {
    position: absolute;
    content: '';
    border: 0.5px solid rgba(255, 255, 255, 0.6);
    width: 45px;
    height: 45px;
    left: -90px;
    border-radius: 50%;
    bottom: -11px;
}
.slider_vertical .swiper-slide:not(:last-child) .item:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #ffffff87;
    left: -66px;
    bottom: -15px;
}
.slider_vertical .swiper-slide-next .item h4:before {
    background: #FCB813;
}
.sec_recruit1 .wrap .box_content h2 {
    font-size: 50px;
    color: #FCB813;
}

.sec_recruit1 .wrap .box_content h4 {
    font-size: 32px;
    color: #FFFFFF;
    font-family: 'AvertaStd Semibold';
}

.sec_recruit1 .wrap .box_content h2 b {
}
.sec_recruit1 .wrap .box_content .content {
    font-size: 15px;
    max-width: 440px;
}
.sec_recruit1 .wrap_slider .swiper-slide-duplicate-prev .item:before {
    display: none;
}
.slider_vertical .swiper-slide-next .item h4:after {
    background: rgba(249, 181, 47, 0.5);
    border: 0.5px solid rgba(255, 255, 255, 0.6);
}
.sec_recruit1:before {
    position: absolute;
    content: url(../../images/Fram481009.png);
    bottom: 0;
}
.sec_recruit2 {
    padding: 100px 0;
}

.single-promotion .banner_gr {
    padding-top: 100px;
}

.sg_promotion {
    padding: 20px 0 117px;
}
.sg_promotion .mySwiper2 {
    margin-bottom: 25px;
    position: static;
}

.sg_promotion .mySwiper {
    margin: 0 30px;
}

.sg_promotion .mySwiper .item img {
    width: 174.85px;
    height: 121.07px;
    object-fit: cover;
    border-radius: 15px;
}
.sg_promotion .box_content {
    padding-left: 95px;
}

.sg_promotion .box_content h2 {
    font-size: 25px;
    color: #1F62AE;
    text-transform: uppercase;
    font-family: 'AvertaStd Bold';
    margin-bottom: 30px;
}

.sg_promotion .box_content .item_cont p {
    font-size: 16px;
    margin-bottom: 0;
}

.sg_promotion .box_content .item:not(:last-child) {
    margin-bottom: 15px;
    border-bottom: 1px solid #00000024;
    padding-bottom: 15px;
}

.sg_promotion .wrap_img {
    position: relative;
}
.arrow_mySwiper {
    position: absolute;
    bottom: 45px;
    left: 0;
    cursor: pointer;
}

.arrow_mySwiper.next {
    left: unset;
    right: 0;
}
.sg_promotion1 .content p strong {
    text-transform: uppercase;
    font-size: 20px;
}

.sg_promotion1 .content p {
    font-size: 16px;
}
.sg_promotion2 {
    padding: 50px 0 100px;
}

.sg_promotion2:after {
    display: none;
}
.sg_promotion1 {
    padding-bottom: 45px;
}

.sg_promotion1 .fb-comments.fb_iframe_widget.fb_iframe_widget_fluid_desktop {
    text-align: center;
    justify-content: center;
    display: flex;
}

.sg_promotion1 .content {
    border-bottom: 1px solid #00000024;
    margin-bottom: 30px;
}
.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999999;
    opacity: 0;
    transition: 2s ease-in-out;
    pointer-events: none;
}
.overlay.show{
    opacity: 1;
}
.overlay.show .bar {
    transform: scale(1, 1) translate3d(0, 0, 0);
    transform-origin: 0 0;
}
.overlay .bar {
    position: absolute;
    width: 10.1vw;
    background: #e61c5c;
    top: 0;
    bottom: 0;
    transform: scale(0, 1) translate3d(0, 0, 0);
    transform-origin: 100% 100%;
    transition: transform 0.5s ease-in-out;
    background: linear-gradient(to right, #fff 0%, #fff 100%);
}
.overlay .bar:first-of-type {
    border-left: none;
}
.overlay .bar:nth-of-type(1) {
    left: 0vw;
    transition-delay: 0.05s;
}
.overlay .bar:nth-of-type(2) {
    left: 10vw;
    transition-delay: 0.1s;
}
.overlay .bar:nth-of-type(3) {
    left: 20vw;
    transition-delay: 0.15s;
}
.overlay .bar:nth-of-type(4) {
    left: 30vw;
    transition-delay: 0.2s;
}
.overlay .bar:nth-of-type(5) {
    left: 40vw;
    transition-delay: 0.25s;
}
.overlay .bar:nth-of-type(6) {
    left: 50vw;
    transition-delay: 0.3s;
}
.overlay .bar:nth-of-type(7) {
    left: 60vw;
    transition-delay: 0.35s;
}
.overlay .bar:nth-of-type(8) {
    left: 70vw;
    transition-delay: 0.4s;
}
.overlay .bar:nth-of-type(9) {
    left: 80vw;
    transition-delay: 0.45s;
}
.overlay .bar:nth-of-type(10) {
    left: 90vw;
    transition-delay: 0.5s;
}
.Sec_Home4.box_img.wrap_slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.thenativePagination {
    list-style: none;
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
}

ul.thenativePagination a {
    display: inline-block;
    line-height: 38px;
    margin: 0 5px;
    font-weight: 400;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    font-family: 'AvertaStd Regular';
    font-size: 18px;
    border: 1px solid rgb(31 98 174 / 50%);
    color: #1F62AE;
    text-decoration: none;
    transition: .5s all;
}

ul.thenativePagination li.thenativePaginationPrev a, ul.thenativePagination li.thenativePaginationNext a {
    width: 91px;
    height: 40px;
    font-size: 14px;
}

ul.thenativePagination li.active a,ul.thenativePagination li:hover a {
    background: #1F62AE;
    color: white;
}

ul.thenativePagination li.thenativePaginationPrev a svg {
    margin-right: 10px;
}

ul.thenativePagination li.thenativePaginationNext a {
    margin-left: 10px;
}
.slider_aboutus2 .box_voucher .content {
    height: 120px;
}
.sg_promotion2 .box_voucher .content {
    height: 100px;
}
.sec_recruit1 .breadcrumbs {
    margin-bottom: 140px;
}

.sec_recruit1 .breadcrumbs ul * {
    color: white !important;
}

.sec_recruit1 .breadcrumbs ul li:before {
    background: white;
}
.menu_recruit ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-left: 0;
}

.menu_recruit ul li:not(:last-child) {
    margin-right: 20px;
}

.menu_recruit ul li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #333333;
    font-family: 'AvertaStd Regular';
}
.about_cty {
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 650px;
    padding-top: 50px;
}
.about_cty .box_heading {
    max-width: 680px;
    margin: auto;
    position: relative;
}

.about_cty .tab_product .content p {
    font-size: 16px;
    margin: 0;
}
.about_cty:before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 22.92%, rgba(255, 255, 255, 0.732484) 52.08%, rgba(255, 255, 255, 0.461927) 75.52%, rgba(255, 255, 255, 0) 100%);
    height: 591px;
    width: 100%;
    top: 0;
}
.about_cty1 {
    padding: 80px 0 105px;
}

.about_cty1 .title {
    max-width: 790px;
    margin: auto;
}

.about_cty1 .title h2 b {font-family: 'AvertaStd Light';}

.about_cty1 .title h2 {
    font-family: 'AvertaStd Semibold';
}
.slider_about_cty1 {
    padding-top: 0;
    padding: 0 calc(calc(100vw - 1340px)/1) 0;
}

.slider_about_cty1 .swiper-slide.swiper-slide-active .box_img img {
    height: 485px;
    margin: 0;
    width: 795px;
    object-fit: cover;
}

.slider_about_cty1 .swiper-slide .box_img img {
    margin: 77px 0;
    border-radius: 5px;
    width: 100%;
    height: 340px;
    object-fit: cover;
    transition: .5s all;
}
.page-template-about_cty .gr_head {
    background: white;
}
.service_page .service_cat h3 {
    font-size: 20px;
    color: #1F62AE;
    text-transform: uppercase;
    font-family: 'AvertaStd Semibold';
    margin-bottom: 10px;
}

.service_page  .box_cate {
    border-radius: 10px;
    padding: 30px 38px 39px 27px;
    width: 30%;
    background: #F8F8F8;
    box-shadow: 1px 5px 15px rgb(0 0 0 / 10%);
}

.service_page .box_cate ul {
    list-style: none;
    margin: 0;
}

.service_page .box_cate ul li {font-size: 16px;font-family: 'AvertaStd Semibold';margin-bottom: 10px;}

.service_page .box_cate ul li li a {
    text-decoration: none;
    font-size: 14px;
    color: #333333;
    font-family: 'AvertaStd Regular';
}

.service_page .box_cate ul ul {
    margin-left: 30px;
    margin-top: 10px;
}

.service_page .map_service h3 {
    font-size: 20px;
    color: #1F62AE;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'AvertaStd Semibold';
}

.service_page .service_cat {
    margin-bottom: 30px;
}

.service_page .map_service ul li a {
    text-decoration: none;
    font-size: 15px;
    color: #333333;
    font-family: 'AvertaStd Regular';
}

.service_page .box_cate a.button_submit {
    background: #FCB813;
    font-size: 14px;
    border-radius: 5px;
    color: #333333;
    font-family: 'AvertaStd Semibold';
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 21px 10px 17px;
}

.service_page .map_service {
    margin-bottom: 25px;
}
.service_page .wrap_service {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.service_page .wrap_service .item {
    margin-bottom: 36px;
    position: relative;
    width: calc(33.333% - 20px);
    margin: 0 10px 35px;
}

.service_page .wrap_service .item .box_img {
    background: #FFFFFF;
    box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width: 100%;
    height: 150px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin-bottom: 20px;
    position: relative;
}

.service_page .wrap_service .item .box_img img {
    margin: auto;
}

.service_page .wrap_service .item:not(:last-child) {
    /* margin-right: 11px; */
}

.service_page .wrap_service .item h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'AvertaStd Semibold';
    margin-bottom: 7px;
}

.service_page .wrap_service .item ul {
    display: flex;
    list-style: none;
    margin: 0;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
}

.service_page .wrap_service .item ul li:not(:last-child) {
    margin-right: 10px;
}
.service_page .wrap_service .item .content {
    font-size: 15px;
    /* max-width: 249px; */
    font-family: 'AvertaStd Regular';
    color: #666666;
}
.box_ser {
     padding-left: 55px;
}
.swiper-slide .box_ser {
    padding-left: 0;
}
.service_page .wrap_service .item ul:before {
    position: absolute;
    content: '';
    background: #E1E1E1;
    width: 100%;
    height: 1px;
    bottom: -10px;
}

.service_page .wrap_service .item ul li {
    font-size: 16px;
    color: #666666;
    position: relative;
    padding-left: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.service_page .wrap_service .item ul li:first-child {
    width: 60%;
}

.service_page .wrap_service .item ul li:last-child {
    width: 40%;
}
.box_ser .wrap_put {
    display: flex;
    margin-bottom: 40px;
}
.box_ser .wrap_put form#search_service {
    width: 100%;
}
.box_ser .wrap_put input#search_title {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(175, 175, 175, 0.5);
    background: #FFFFFF;
}

.box_ser .wrap_put a {
    font-size: 16px;
    color: #FCB813;
    text-transform: uppercase;
    text-decoration: none;
    background: #1F62AE;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 214px;
    height: 55px;
    margin-left: 10px;
    display: inline-flex;
}
.box_ser .wrap_put a svg {
    /*margin-right: 15px;*/
}
.service_page .box_cate a.button_submit svg {
    margin-left: 15px;
}
.service_page .wrap_service .item .number {
    position: absolute;
    top: 15px;
    right: 27px;
    font-size: 13px;
    font-family: 'AvertaStd Semibold';
    z-index: 2;
    text-align: center;
    display: inline-flex;
    justify-content: center;
}
.about_us .wrap_icon {
    /*padding-top: 43px;*/
}
.sec_recruit1 .wrap .box_content h2 b {
    font-family: 'AvertaStd Light';
}
.sec_recruit2 h2.heading_h2 b {
    font-family: 'AvertaStd Light';
}
.menu_recruit ul li:not(:last-child) {
    margin-right: 28px;
    text-decoration: none;
    text-transform: uppercase;
    color: #333333;
    transition: .5s all;
    position: relative;
}

.menu_recruit ul li.current-menu-item a {
    margin-left: 45px;
}

.sec_recruit2 .menu a:hover, .sec_recruit2 li.current-menu-item a {
    color: #1F62AE !important;
    font-family: 'Averta Bold';
    position: relative;
}

.sec_recruit2 li.current-menu-item a:before {
    background: #1F62AE;
    width: 33px;
    height: 2px;
    position: absolute;
    content: '';
    bottom: 6px;
    left: -50px;
}
.news_heading .box_voucher a.Button {
    border-radius: 5px;
}
.slider_home4 .box_voucher .content {
    height: 90px;
}
.about_us1 .box_voucher .content {
    height: 130px;
}
.sg_service {
    overflow: initial;
    padding: 75px 0;
}

.sg_service .wrap {
    padding: 0;
    margin-bottom: 70px;
}

.sg_service .box_img {
    padding: 0;
}

.sg_service .box_content {padding-left: 65px;}

.sg_service .box_content h3 {
    font-size: 25px;
    color: #1F62AE;
    font-family: 'AvertaStd Bold';
    margin-bottom: 10px;
}

.sg_service .box_content .item_img {
    margin-bottom: 20px;
}

.sg_service .box_content p {
    font-size: 16px;
    margin: 0;
}
.sg_service .box_content p span {
    display: block;
    font-family: 'AvertaStd Bold';
    position: relative;
    line-height: 2.5;
}

.sg_service .box_content p span:before {
    position: absolute;
    content: '';
    background: #1f62ae;
    height: 1px;
    width: 115px;
    bottom: 12px;
}

.sg_service .box_content .cont:not(:last-child) {
    border-bottom: 1px solid #00000017;
}

.sg_service .box_content .cont {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.sg_service .info p {
    font-size: 16px;
}

.sg_service .info p strong {
    font-size: 20px;
}
.service_page .box_cate span {
    width: 14px;
    height: 14px;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border: 1px solid #999999;
    border-radius: 2px;
    bottom: 2px;
    margin-right: 5px;
    background: white;
}

.service_page .box_cate a.active span:before {
    background: #1f62ae;
    position: absolute;
    content: '';
    height: 14px;
    width: 14px;
    z-index: 1;
}
.service_page .box_cate span svg {
    z-index: 2;
    padding-left: 1px;
}
.service_page .wrap_service .item ul li:nth-child(1):before {
    position: absolute;
    content: url(https://vinhlongplaza.canhcam.asia/wp-content/uploads/2022/12/Storefront.png);
    top: 0;
    left: 0;
}
.service_page .wrap_service .item .number:before {
    position: absolute;
    content: url(https://vinhlongplaza.canhcam.asia/wp-content/uploads/2022/12/Vector.png);
    z-index: -1;
    bottom: -8px;
}
.service_page {
    padding: 70px 0 95px;
}
.service_page .wrap_service .item ul li:nth-child(2):before {
    position: absolute;
    content: url(https://vinhlongplaza.canhcam.asia/wp-content/uploads/2022/12/MapPin.png);
    bottom: -3px;
    left: 0px;
}

.slider_service1 .box_item .box_img {
    background: #FFFFFF;
    box-shadow: 1px 5px 15px rgb(0 0 0 / 10%);
    border-radius: 20px;
    width: 100%;
    height: 150px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin-bottom: 20px;
    position: relative;
}

.slider_service1 .box_item .content h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'AvertaStd Semibold';
    margin-bottom: 7px;
}

.slider_service1 .box_item .content li {
    font-size: 16px;
    color: #666666;
    position: relative;
    padding-left: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.slider_service1 .box_item .content ul {
    display: flex;
    list-style: none;
    margin: 0;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
}

.slider_service1 .box_item .content li:nth-child(1):before {    position: absolute;
    content: url(https://vinhlongplaza.canhcam.asia/wp-content/uploads/2022/12/Storefront.png);
    bottom: -3px;
    left: 0;}

.slider_service1 .box_item .content li:nth-child(2):before {    position: absolute;
    content: url(https://vinhlongplaza.canhcam.asia/wp-content/uploads/2022/12/MapPin.png);
    bottom: -3px;
    left: 3px;}

.slider_service1 .box_item .content li:not(:last-child) {
    margin-right: 10px;
}
.sg_service1 .arrow_slider {
    top: 30%;
}
.sg_service1 {
    background: #E9F0F7;
    padding-bottom: 125px;
}
.single-service  .sg_promotion2 {
    background: #E9F0F7;
    padding: 90px 0 50px;
}
.service_page .box_cate ul li .box_ h4 {
    font-size: 16px;
    font-family: 'AvertaStd Semibold';
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.service_page .box_cate ul li .box_ h4 svg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.service_page .box_cate ul li .box_ h4 svg:nth-child(1) {
    display: none;
}

.service_page .box_cate ul li .box_content.active .box_ h4 svg:nth-child(1) {
    display: block;
}

.service_page .box_cate ul li .box_content.active .box_ h4 svg:nth-child(2) {
    display: none;
}
.sg_service1 .box_news {
    margin-bottom: 40px;
}
.cus_menu .current_page_item a {
    font-family: 'AvertaStd Semibold';
}

.cus_menu .current_page_item a:before {
    position: absolute;
    content: '';
    background: #FCB813;
    height: 3px;
    width: 100% !important;
    transition: .5s all;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'AvertaStd Semibold';
}
.nav_right li a:before {
    display: none;
}
.sg_promotion .box_content .box_cont {
    margin-bottom: 15px;
}
.data_more_less_inner {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.about_cty1 .box_cont {
    width: 793px;
    margin: auto;
    position: relative;
    margin-bottom: 120px;
}
.data_more_less_inner1 {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.logo-loadpage svg {
    width: 230px;
    height: 230px;
}
.main-navigation li ul.sub-menu {
    margin-left: 20px;
    background-color: white;
}
div#popup_1 {
    max-width: 739px;
    border-radius: 20px;
}

.popup .wrap_form h2 {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'AvertaStd Bold';
}

.popup .wrap_form h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'AvertaStd Regular';
}

.popup  .wpcf7-form-control:not(.wpcf7-submit) {
    border: 1px solid #D0D0D0;
    border-radius: 50px;
    font-size: 14px;
    outline: none;
    width: 100%;
    color: #666;
}

.popup .wrap_form .wpcf7-form-control:not(.wpcf7-submit) {
    height: 45px;
    background: #FFFFFF;
}

.popup .wrap_form .wpcf7-textarea {
    height: 92px !important;
    border-radius: 10px;
}

.popup .wrap_form p .wpcf7-submit {
    height: 45px;
    border-radius: 25px;
    max-width: 155px;
    position: absolute;
    justify-content: center;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    background: #1f62ae;
    padding: 0 45px;
}

.popup .wpcf7-form-control:not(.wpcf7-submit)::placeholder {
    color: #666666;
}
div#popup_1 {
    display: none;
}
.fancybox-close-small {
    background: #1f62ae;
}

.fancybox-button svg {
    transform: rotate(0deg);
    transition: .5s all;
}

button.fancybox-button:hover svg {
    transform: rotate(360deg);
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:hover, button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, a.button:focus, a.wp-block-button__link:not(.has-background):active, a.wp-block-button__link:not(.has-background):focus, a.wp-block-button__link:not(.has-background):hover {
    background: #1f62ae;
}

button.fancybox-button svg path {
    fill: white;
}
.about_us  .item:not(:last-child):before {
    bottom: 55px;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
}
.main-navigation li ul.sub-menu li a {color: #1f62ae !important;margin: 0;}

.main-navigation li ul.sub-menu li a:before {
    display: none;
}
.sec_premises_mb h2.heading_h2 {
    color: #fcb813;
}
.slider_news .item_news .box_img img {
    transform: scale( 1 ) rotate( 0deg );
    opacity: 1;
    transition: .5s all;
}

.slider_news .item_news:hover .box_img img {
    transform: scale( 1.2 ) rotate( 5deg );
}

.slider_news .item_news .box_img {
    position: relative;
    overflow: hidden;
}
.box_ser .wrap_put a {
    /*margin-right: 21px;*/
}
.sec_contact:before {
    left: 0;
    top: 50px;
}
div#page {
    padding-top: 90px;
}
ul.thenativePagination li:hover a svg path {
    stroke: white;
}

ul.thenativePagination li a svg path {
    transition: .5s all;
}
.page-template-news div#page {
    padding-top: 0;
}
.sg_promotion2 .box_news {
    margin-bottom: 40px;
}
.news_heading {
    padding: 0;
}
.category div#page .gr_head {
    display: none;
}
.page-template-promotion .gr_head {
    display: none;
}
.main-navigation ul ul li.current_page_item, .main-navigation ul ul li:hover {
    background: #1f62ae;
}

.main-navigation ul ul li.current_page_item a, .main-navigation li ul.sub-menu li:hover a {
    color: #FFF !important;
}
a.action_less.more_less_action.show_more.Button {
    display: none;
}

.less_active a.action_less.more_less_action.show_more.Button {
    display: block;
}

.less_active a.action_more.more_less_action.show_more.Button {
    display: none;
}

a.more_less_action1 {
    padding: 9px 13px 11px 18px;
    height: 40px;
    width: 149px;
}
a.action_less1.more_less_action.show_more.Button {
    display: none;
}

.less_active a.action_less1.more_less_action.show_more.Button {
    display: block;
}

.less_active a.action_more1.more_less_action.show_more.Button {
    display: none;
}

a.more_less_action {
    padding: 9px 13px 11px 18px;
    height: 40px;
    width: 149px;
}
#menu_mobi {
    display: none;
}
.d_flex {
    display: flex;
}
.open_filter {
    display: none;
}
ul.menu_wpml img {
    display: none;
}
ul.menu_wpml li:first-child:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    background: #fff;
    right: 0;
}

ul.menu_wpml li {
    position: relative;
}
ul.menu_wpml li.hide {
    font-weight: bold;
}
.footer_last .box_img {
    border-radius: 10px;
    overflow: hidden;
    width: 300px;
    height: 200px;
}
.mobi_none {
    display: block;
}
.mobi_block {
    display: none;
}
.list_mb ul {
    margin-left: 0;
    list-style: none;
    color: #fff;
}
.list_mb .item_cont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;

}
.list_mb .item_cont .arrow {
    position: absolute;
    right: 0;
    top: 0px;
}
.list_mb .item h3 {
    width: 40%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    font-family: 'AvertaStd Bold';
}

.list_mb .item p {
    margin-bottom: 0;
    width: 55%;
    font-size: 15px;
    font-family: 'AvertaStd Regular';
}
.list_mb .item_img {
    margin: 20px 0;
    background: #fff;
    padding: 10px;
    border-radius: 15px;
}
.fancybox-inner img {
    background: #fff;
    padding: 20px;
}
@media only screen and (max-width: 1700px) {
    .inside-header {
        padding: 0 0 0 70px;
    }
    .main-navigation li a:before {
        bottom: -1px;
    }
    .nav_right li a {
        padding: 0 20px;
    }
    .nav_right li.quote a {
        margin: 0 24px 0 50px;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1600px) {
    .main-navigation .main-nav ul li a{
        margin: 0px 15px;
        font-size: 14px;
    }
    .inside-header {
        padding: 0 0 0 30px;
    }
    section.Sec_Home2 {
        overflow: hidden;
    }
    .slider_about_cty1 .swiper-slide .box_img img {
        /*width: 800px;*/
    }
    .slider_about_cty1 {
        padding-top: 0;
        padding: 70px calc(calc(100vw - 1079px)/1) 0;
    }
    .nav_right li a {
        padding: 0 15px;
    }
    .nav_right li.language {
        padding: 0 15px;
    }
    .nav_right li.quote a {
        padding: 0 15px;
    }
    h2.heading_h2 {
        font-size: 40px;
    }
    .Sec_Home4 {
        padding: 50px 0 100px;
    }
    section.Sec_Home2 {
        padding-top: 50px;
    }
    .sec_premises_mb:after {
        display: none;
    }

    .Sec_Home:after {
        right: -132px;
    }
    .sec_premises_mb:before {
        top: -150px;
    }
    .Sec_Home4:after {
        bottom: -106px;
        right: -100px;
    }
    .sg_service:before {
        left: -65px;
        bottom: 0;
    }
    .main-navigation li ul.sub-menu {
        margin-left: 10px;
    }
    .sec_contact {
        /*overflow: hidden;*/
    }
    .main-navigation li a:before {
        bottom: -1px;
    }
    .service_page:before {
        left: -110px;
        bottom: -260px;
    }
    .Sec_Home .wrap_icon .item .Number {
        font-size: 35px;
        line-height: 1;
    }

    .about_cty1 {
        padding: 50px 0;
    }
    .about_cty1 .box_cont {
        margin-bottom: 50px;
    }
    .Sec_Home4 {
        padding: 50px 0;
    }
    .about_ddkt {
        padding: 50px 0 0;
    }
    .sg_service1 {
        padding-bottom: 50px;
    }
    div#socialSharing a {
        width: 50px;
        height: 50px;
    }
    .sg_promotion {
        padding: 0 0 50px;
    }
    .sec_recruit1 .breadcrumbs {
        margin-bottom: 50px;
    }
    .sec_map iframe {
        height: 400px;
    }
    .sec_contact .row .address {
        padding: 70px 60px 35px 40px;
    }
    .sec_contact .row .form_contact {
        padding: 50px 50px 50px 50px;
    }
}

@media only screen and (max-width: 1500px) {
    .main-navigation .main-nav ul li a {
        margin: 0 10px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 1400px) {
    .main-navigation .main-nav ul li a {
        font-size: 15px;
    }
    .inside-header {
        padding: 0 0 0 15px;
    }
    .nav_right li.quote a {
        margin: 0 15px 0 50px;
    }
    .nav_right li.quote a {
        padding: 0 10px;
    }
    section.Sec_Home2 {
        /* overflow: unset; */
        padding-bottom: 0;
        padding-top: 50px;
    }
    .arrow_slider {
        left: -75px;
    }
    .arrow_slider.next {
        left: unset;
        right: -75px;
    }
    .sec_premises_mb:before {
        top: -155px;
    }
    .history:before {
        top: 0;
    }
    .about_ddkt:before {
        right: -85px;
    }
    .sg_service:before {
        left: -107px;
    }

    .sec_premises_mb:after {
        right: -130px;
    }
    .service_page {
        padding: 70px 0 40px;
    }
    .sec_contact .row .box {
        width: 90%;
        margin: auto;
    }
}
@media only screen and (max-width: 1300px) {
    .arrow_slider {
        left: -45px;
        width: 40px;
        height: 40px;
    }
    .arrow_slider.next {
        left: unset;
        right: -45px;
    }
    .sg_service:before {
        display: none;
    }
    .slider_home1 .arrow_slider {
        left: calc(calc(100vw - 1100px)/2);
    }
    .slider_home1 .arrow_slider.next {
        right: calc(calc(100vw - 1100px)/2);
    }
}
@media only screen and (max-width: 1199px) {
    .toggle_menu{
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding: 10px;
        width: 60px;
        overflow: hidden;
    }
    .toggle_menu .line {
        width: 40px;
        height: 4px;
        background-color: #fff;
        display: block;
        margin: 8px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .toggle_menu.is-active{
        animation: smallbig 0.6s forwards;
    }
    .slider_home1 .arrow_slider {
        left: calc(calc(100vw - 900px)/2);
    }
    .slider_home1 .arrow_slider.next {
        right: calc(calc(100vw - 900px)/2);
    }
    @keyframes smallbig{
        0%, 100%{
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

        50%{
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
        }
    }

    .toggle_menu.is-active .line:nth-child(1),
    .toggle_menu.is-active .line:nth-child(2),
    .toggle_menu.is-active .line:nth-child(3){
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .toggle_menu.is-active .line:nth-child(2){
        opacity: 0;
    }

    .toggle_menu.is-active .line:nth-child(1){
        -webkit-transform: translateY(11px) rotate(45deg);
        -ms-transform: translateY(11px) rotate(45deg);
        -o-transform: translateY(11px) rotate(45deg);
        transform: translateY(11px) rotate(45deg);
    }

    .toggle_menu.is-active .line:nth-child(3){
        -webkit-transform: translateY(-13px) rotate(-45deg);
        -ms-transform: translateY(-13px) rotate(-45deg);
        -o-transform: translateY(-13px) rotate(-45deg);
        transform: translateY(-13px) rotate(-45deg);
    }
    #menu_mobi {
        display: block;
    }
    div#menu_mobi {
        position: fixed;
        right: 0;
        top: 90px;
        z-index: 9999;
        height: 100%;
        transform: translateX(100%);
        transition: .3s all;
        width: 475px;
        background: #1f62ae;
    }
    div#menu_mobi a {
        color: #fff;
        font-family: 'AvertaStd Bold';
        padding: 20px;
        display: block;
        border-bottom: 1px solid #fff;
        text-transform: uppercase;
    }
    div#menu_mobi.is-active {
        transition: .3s all;
        transform: translateX(0);
    }
    form.form_search_mobi {
        width: 100%;
        position: relative;
        margin-bottom: 10px;
    }
    .form_search_mobi input#s {
        width: 100%;
    }
    div#menu_mobi ul {
        list-style: none;
        margin: 0;
    }
    div#menu_mobi .custom_mobi {
        margin: 0;
    }
    div#menu_mobi ul.sub-menu a {
        padding-left: 50px;
    }
    .grid-container {
        max-width: 960px;
    }
    .Banner_slider .swiper-slide h3 {
        left: calc(calc(100vw - 960px)/2);
    }
    .Sec_Home2 .Box_title {
        padding-bottom: 130px;
    }
    .inside-header.grid-container {
        margin: 0;
        max-width: 100%;
    }
    .about_us {
        padding: 30px 0 0;
    }
    .swiper.slider_home4 {
        padding-bottom: 30px;
    }
    .about_cty .box_heading {
        max-width: 85%;
    }
    h2.heading_h2 {
        font-size: 35px;
    }
    .about_cty .box_heading {
        max-width: 85%;
    }
    .about_cty {
        padding-bottom: 400px;
        background-size: contain;
    }
    .slider_about_cty1 {
        padding: 70px calc(calc(100vw - 900px)/1) 0;
    }
    div#menu_mobi li.current-menu-item >a {
        background: #fff;
        color: #1f62ae;
    }
    .about_ddkt:before {
        display: none;
    }
    .service_page .grid-container {
        display: flex;
        flex-wrap: wrap;
    }
    .service_page .box_ser {
        width: 70%;
    }
    .sg_service .wrap >* {
        width: 50%;
    }

    .sg_service .wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .news_heading .box_voucher .content {
        left: calc(calc(100vw - 960px)/2);
        max-width: 70%;
    }
    .sg_service:after {
        display: none;
    }
    .news_heading .box_voucher .box_link {right: 30px;}
    .slider_news .arrow_slider.next {
        right: calc(calc(100vw - 960px)/2);
    }
    .slider_news .arrow_slider {
        left: calc(calc(100vw - 960px)/2);
    }
    .sec_contact .row .form_contact,.sec_contact .row .address {
        padding: 40px 40px 50px;
    }
    .sec_contact .row .address h3 {
        font-size: 25px;
    }
    .sec_contact .form_contact .box_heading h4.heading_h4 {
        margin-bottom: 6px;
        font-size: 16px;
    }
    h2.heading_h2 {
        margin-bottom: 10px;
    }
    .sec_contact .form_contact .box_heading {
        margin-bottom: 20px;
    }
    .service_page .wrap_service .item {
        width: calc(50% - 20px);
    }
    .other_recruitment {
        padding: 20px;
    }
    .sec_premises_mb {
        padding-top: 50px;
    }
    ul.nav_tb a {
        height: 40px !important;
    }
    form p {
        margin-bottom: 10px;
    }

    .sec_contact .form_contact .wpcf7-response-output {
        font-size: 12px;
    }
    .sec_recruit1 .wrap .box_content h2 {
        font-size: 32px;
    }

    .sec_recruit1 .wrap .box_content {
        width: 35%;
    }
    .sec_recruit1 .wrap {
        flex-wrap: wrap;
    }
    .sec_recruit1 .wrap .wrap_slider {
        width: 65%;
    }
    .sec_recruit1 .wrap .box_content h4 {
        font-size: 26px;
    }

    .sec_recruit1 .wrap .box_content h2 br {
        display: none;
    }
    .form_td .wrap_form .button_style {
        top: 0 !important;
    }

    .form_td .wrap_form {
        padding-bottom: 50px !important;
    }
    .grid-container {
        max-width: 960px;
    }
}
@media only screen and (max-width: 991px) {
    .box_ser{
        padding-left: 20px;
    }
    .slider_service1 .box_item .content ul{
        flex-direction: column;
    }
    .slider_service1 .box_item .content li{
        margin: 0 !important
    }
    .slider_service1 .box_item .content li:before{
        left: 0 !important
    }
    .grid-container {
        max-width: 720px;
    }
    .Banner_slider .swiper-slide h3 {
        left: calc(calc(100vw - 720px)/2);
        font-size: 40px;
    }
    .sec_recruit2 {
        padding: 50px 0;
    }
    .Banner_slider .swiper-slide h3 b {
        font-size: 24px;
    }
    .Sec_Home .About_us:before {
        display: none;
    }
    .Sec_Home {
        padding: 50px 0;
    }
    .Sec_Home:after {
        display: none;
    }
    .wrap_icon .item {
        width: 50%;
    }
    .Sec_Home .wrap_icon:before,.Sec_Home .wrap_icon:after {
        content: '';
        position: absolute;
        background: #1f62ae36;
        height: 1px;
        width: 100%;
        top: 50%;
    }
    .Sec_Home  .wrap_icon .item:nth-child(1) {
        margin-bottom: 40px;
    }
    .wrap_icon .item .box_img:before {
        display: none;
    }

    .Sec_Home .wrap_icon .item:not(:last-child):before {
        display: none;
    }
    .wrap_map_mb {
        margin-bottom: 30px;
    }
    .Sec_Home .wrap_icon:after {
        width: 1px;
        height: 100%;
        top: 0;
    }
    .about_us {
        padding-bottom: 0 !important;
    }
    .sec_premises .wrap_icon .item {
        width: calc(50% - 30px);
        margin: 0 15px 30px !important;
        text-align: center;
    }
    .sec_premises .wrap_icon .item:before {
        display: none;
    }
    .wrap_map_mb ul.nav_tb {
        margin-top: 0;
    }
    .sec_premises_mb {
        padding: 50px 0;
    }
    .footer_head .bg_img {
        padding-right: 0;
    }
    .box_follow {
        padding-left: 30px;
    }
    .footer_head .bg_img {
        padding-right: 34px;
    }
    .box_follow {
        padding-left: 30px;
    }
    .box_information {
        padding-right: 30px;
    }
    .box_information .Number h4 {
        font-size: 16px;
    }
    .box_menu {
        padding-right: 40px;
    }
    .toogle_fileter {
        /*position: fixed;*/
        left: 0;
        z-index: 200;
        transition: all .5s;
        top: 50%;
        /* transition-delay: 0.5s; */
    }
    .toogle_fileter.active {
        left: 380px;
        transition: all 0.5s;
        transition-delay: 0.5s;
    }
    .open_filter {
        position: absolute;
        top: 50%;
        right: 0px;
        border: none;
        transform: translate(100%,-100%) rotate(90deg);
        transform-origin: bottom left;
        margin: 0 !important;
        padding: 0 !important;
        display: flex;
        color: white;
        /* padding: 10px 25px !important; */
        font-size: 15px;
        border-radius: 10px 10px 0 0;
    }
    .open_filter {
        display: block !important;
    }
    .open_filter h3 p,.open_filter h3 {
        margin-bottom: 0 !important;
    }
    .open_filter h3 {
        padding: 10px;
        height: 40px;
        width: max-content;
    }
    .open_filter h3 {
        font-size: 18px;
        background: #1f62ae;
        border-radius: 5px;
        color: #fff;
        height: 52px;
        display: flex;
        align-items: center;
        padding-left: 13px;
        text-transform: uppercase;
        margin-bottom: 14px;
        font-family: 'AvertaStd Semibold';
    }
    .service_page .box_cate {

        position: fixed;
        left: 0;
        top: 0;
        background: white;
        z-index: 100;
        padding: 30px;
        transition: all 0.5s;
        transform: translateX(-100%);
        width: 380px;
        height: 100%;
        max-width: 100%;
        transition-delay: 0.5s;
    }
    .service_page .box_cate.active {
        transform: translateX(0);
    }
    .service_page .box_ser {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .service_page .wrap_service .item {
        width: calc(33.3333% - 20px);
    }
    .toogle_fileter.active .open_filter p, .toogle_fileter svg{
        display: none;
    }
    .toogle_fileter .open_filter p,.toogle_fileter.active svg {
        display: block;
    }
    .service_page:before {
        display: none;
    }
    .sg_service .wrap >* {
        width: 100%;
    }

    .sg_service .box_img img {
        width: 100%;
    }

    .sg_service .box_img {
        margin-bottom: 30px;
    }
    .news_heading .box_voucher .content {
        left: calc(calc(100vw - 720px)/2);
        max-width: 70%;
    }
    .sg_service .box_content {
        padding-left: 0;
    }
    .sec_news .photo {
        width: 33%;
    }
    .Sec_Home4 .box_voucher .content {
        padding: 15px;
    }
    .Sec_Home4 .box_voucher .content h4 {
        font-size: 14px;
        line-height: 1.3;
    }
    .news_details .request {
        padding: 30px;
    }
    .sec_contact .row .box {
        flex-wrap: wrap;
        border-radius: 20px;
        overflow: hidden;
    }

    .sec_contact .row .box>* {
        width: 100%;
        border-radius: 0 !important;
    }
    .top_info {
        flex-wrap: wrap;
    }
    .other_recruitment {
        margin-top: 30px;
    }
    .sg_service {
        padding: 30px 0;
    }

    .single-service .sg_promotion2 {
        padding: 30px 0;
    }

    .about_cty1 .box_cont {
        width: 100%;
    }
    .about_ddkt .wrap_icon .item {
        width: 100%;
    }

    .about_ddkt .wrap_icon .item .item_cont {
        max-width: 100%;
    }
    .about_us1:before {
        display: none;
    }
    .slider_home1 .arrow_slider.next {
        right: 20px;
    }

    .slider_home1 .arrow_slider {
        left: 20px;
    }
    .slider_home1 .arrow_slider.next {
        right: 20px;
    }

    .slider_home1 .arrow_slider {
        left: 20px;
    }
    .arrow_slider {
        left: -30px;
        width: 40px;
        height: 40px;
    }
    .arrow_slider.next {
        right: -30px;
    }
    .news_heading .box_voucher .box_img img {
        height: 500px;
    }
    .slider_news .arrow_slider.next {
        right: 20px;
    }

    .slider_news .arrow_slider {
        left: 20px;
    }
    .box_img {
        position: relative;
    }
    .sec_premises .wrap_icon {
        flex-wrap: wrap;
    }
    .sg_promotion .grid-100 {
        display: flex;
        flex-wrap: wrap;
    }

    .sg_promotion .grid-100>* {
        width: 100%;
    }

    .sg_promotion .box_content {
        padding-left: 0;
        padding-top: 40px;
    }
    table.table_td tbody tr {
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .nav_right ul li.quote,.nav_right ul li.phone {
        display: none;
    }
    .service_page .wrap_service .item ul li {
        width: 100% !important;
    }
    .info_employment_information .info_general_apply .box_time {
        flex-wrap: wrap;
    }
    .timeline .col-right .timeline_cont h3 {
        font-size: 20px;
    }
    .mobi_none {
        display: none;
    }
    .mobi_block {
        display: block;
    }
    .timeline .col-right .timeline_cont .timeline_des p {
        font-size: 14px;
    }

    .timeline_item:nth-child(odd) .wrap_item .col-right {
        padding-right: 30px;
    }
    .sec_contact .form_contact .wpcf7-response-output {
        position: static;
    }

    .sec_contact .wrap_form input:not(.wpcf7-submit) {
        margin-bottom: 10px;
    }

    .sec_contact .wrap_form span.wpcf7-not-valid-tip {bottom: -33px;}
    .timeline_item:nth-child(odd) .col-left {
        padding-left: 30px;
    }
    .info_employment_information .item {
        flex-wrap: wrap !important;
    }
    .form_td .wrap_form .button_style {
        top: 0 !important;
    }
    .share_post div#socialSharing {
        margin-left: 0 !important;
    }
    .wrap_control_slider {
        height: 55px;
        padding-left: 40px;
        padding-bottom: 10px;
    }

    .Banner_slider {
        height: 310px;
    }

    .Banner_slider .swiper-slide img {
        height: 100%;
        object-fit: cover;
    }
    h2.heading_h2 {
        font-size: 28px;
    }

    h4.heading_h4 {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .Banner .swiper-pagination {
        display: none;
    }

    .wrap_control_slider .swiper-pagination {
        margin: 0;
    }
    .Banner_slider .swiper-slide h3 {
        left: 20px;
        font-size: 30px;
    }

    .Banner_slider .swiper-slide h3 b {
        font-size: 18px;
    }
    .count_slide {
        margin-right: 50px;
    }
    .site-logo img {
        width: 80px;
    }
    .Sec_Home .Img .box_item a {
        width: 80px;
        height: 80px;
    }
    .nav_right ul li {
        height: 60px;
    }
    @keyframes pulse-border {
        0% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            opacity: 1;
        }
        100% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
            opacity: 0;
        }
    }
    .wrap_map_mb ul.nav_tb {
        display: flex;
        margin-bottom: 20px;
        margin-top: 0 !important;
        /*flex-direction: row-reverse;*/
        justify-content: start;
        overflow: auto;
        flex-wrap: nowrap;
    }

    .wrap_map_mb {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    ul.nav_tb a {
        height: 40px !important;
        display: block;
        line-height: 40px;
        padding: 0 10px;
    }

    .wrap_map_mb ul.nav_tb li {
        margin-right: 10px;
        flex: 0 0 auto;
    }
    a.back_to_mb {
        margin-left: 0;
    }
    .wrap_map_mb>* {
        width: 100% !important;
    }
    .Sec_Home2 .Box_title {
        padding-bottom: 40px;
    }
    .swiper.slider_home2 .arrow_slider {
        display: none;
    }
    .slider_home4 .box_voucher .content {
        min-height: 120px;
    }
    .slider_home4 .swiper-pagination {
        bottom: -5px;
    }
    .Sec_Home4 a.Button {
        margin-top: 20px;
    }
    div#menu_mobi {
        width: 80%;
        top: 60px;
    }
    .box_ser {
        padding-left: 0;
    }
    .cus_menu {
        margin-top: -89px;
    }
    .cus_menu .cus_tab ul li a {
        font-size: 16px;
    }
    .cus_menu .cus_tab ul li:not(:last-child) {
        margin-right: 30px;
    }
    .Sec_Home {
        padding: 30px 0;
    }

    .Sec_Home .Img .Box_img img {
        height: 240px;
        object-fit: cover;
    }
    .Sec_Home .wrap_icon .item .Number {
        font-size: 25px;
    }

    .Sec_Home .wrap_icon .item .Number span {
        font-size: 36px;
        transform: translateY(-20px);
    }

    .Sec_Home .wrap_icon .item .content b {
        font-size: 18px;
    }
    .Sec_Home4.about_us2 .swiper-pagination {
        bottom: -35px;
    }
    .Sec_Home .wrap_icon .item .content {
        font-size: 15px;
    }
    .about_cty1 .box_cont {
        width: 100%;
    }

    .slider_about_cty1 .swiper-slide.swiper-slide-active .box_img img {
        height: 250px;
    }

    .slider_about_cty1 .swiper-slide .box_img img {
        height: 90px;
    }
    .about_cty {
        padding-bottom: 200px;
    }
    .Sec_home1 .Box_product {
        margin: 20px 10px;
    }
    .about_cty:before {
        height: 99%;
    }
    .Sec_home1 + hr {
        margin: 0px 0;
    }
    .Sec_home1 .Box_product .box_content h5 {
        font-size: 20px;
    }
    .Sec_home1 {
        padding: 30px 0 0;
    }
    .Sec_home1 .Box_product .box_content {
        margin-top: 25px;
    }
    .sec_premises {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .sec_premises .wrap_icon .item h5 {
        font-size: 18px;
    }
    .sec_premises_mb {
        padding-top:20px;
    }
    .sec_premises .wrap_icon .item .content {
        font-size: 14px;
    }
    .sec_premises_mb {
        padding: 50px 0 !important;
    }
    .sec_premises_mb .box_heading {
        margin-bottom: 20px !important;
    }
    section.section.sec_premises2 {
        padding: 40px 0;
    }
    .service_page .wrap_service .item {
        width: calc(50% - 20px);
    }
    .sec_premises2 .arrow_slider {
        display: flex !important;
        left: 0;
    }
    .open_filter h3 {
        font-size: 14px;
        padding: 7px;
        height: 35px;
    }
    .news_heading .box_voucher .box_img img {
        height: 250px;
    }

    .news_heading .box_voucher .content {
        left: 10px;
        bottom: 42px;
    }

    .news_heading .box_voucher .content .time {
        font-size: 15px;
    }

    .news_heading .box_voucher .content h4 {
        font-size: 20px;
    }

    .news_heading .box_voucher .box_link {
        bottom: 7px;
        right: 10px;
    }

    .news_heading .box_voucher a.Button {
        padding: 10px;
        font-size: 14px;
        line-height: 1;
    }

    .news_heading .box_voucher a.Button svg {
        margin-left: 3px;
    }

    .slider_news .item_news .box_img img {
        height: 200px;
    }
    .sec_news .photo {
        width: calc(50% - 10px);
        padding: 0;
        margin: 0 5px 0;
    }

    .Sec_Home4.box_img.wrap_slider {
        margin: 0 -10px;
    }

    .sec_news .photo .box_voucher {
        margin-bottom: 11px;
    }

    .Sec_Home4 .box_voucher .content {
        min-height: 150px;
    }
    .slider_news .item_news .content h4 {
        font-size: 16px;
    }
    .sec_news .menu_news ul {
        overflow: auto;
        justify-content: start;
    }
    nav.breadcrumb ul {
        overflow: auto;
    }

    nav.breadcrumb ul li {
        flex: 0 0 auto;
    }

    .news_details .request {
        padding: 15px;
    }
    .news_details .request h1 {
        font-size: 24px;
    }
    section.section.sg_news1.Sec_Home4 {
        padding-bottom: 10px;
    }
    span.divider {
        margin: 0 10px;
    }
    .sec_news .menu_news ul li {
        flex: 0 0 auto;
    }
    .sec_news {
        padding: 40px 0;
    }
    .sec_news .box_heading {
        margin-bottom: 18px;
    }
    .sec_contact {
        padding-top: 20px;
    }

    .sec_contact .row .box {
        width: 100%;
    }

    .sec_contact .row .form_contact, .sec_contact .row .address {
        padding: 20px;
    }

    .sec_contact .form_contact .wrap_form .wpcf7-textarea {
        height: 90px;
    }
    .sec_contact .wrap_link {
        margin-bottom: 25px;
    }

    .box_head {
        flex-wrap: wrap;
    }
    .box_last {
        flex-wrap: wrap;
    }
    .footer_head .box_register {
        margin-bottom: 20px;
    }
    .sec_map {
        margin-top: 0;
        padding-top: 15px;
    }
    .box_last>* {
        width: 100% !important;
    }
    .box_last .box_menu h4 {
        margin-bottom: 10px;
    }
    .box_last>* img {
        width: 100%;
    }
    .box_logo .photo {
        height: 240px;
    }
    .arrow_slider {
        display: none;
    }
    .box_menu {
        padding-bottom: 20px;
    }
    .service_page .wrap_service .item ul {
        flex-wrap: wrap;
    }
    div#page {
        padding-top: 60px;
    }
    .service_page .wrap_service .item ul >* {
        width: 100%;
    }
    .toggle_menu {
        width: 50px;
    }

    .toggle_menu .line {
        width: 32px;
        height: 3px;
        margin: 6px auto;
    }

    .toggle_menu.is-active .line:nth-child(1) {
        -webkit-transform: translateY(6px) rotate(45deg);
        -ms-transform: translateY(6px) rotate(45deg);
        -o-transform: translateY(6px) rotate(45deg);
        transform: translateY(6px) rotate(45deg);
    }
    .slider_home1 .swiper-pagination.swiper-pagination-bullets {
        bottom: 0;
    }
    .Sec_home1 .box_img {
        margin-bottom: 38px;
    }
    .Sec_Home .wrap_icon:before, .Sec_Home .wrap_icon:after {
        display: none;
    }
    .sec_premises2 .arrow_slider.next {
        left: unset;
        right: 0;
    }
    .Sec_home1 + hr {
        display: none;
    }
    .service_page .box_cate {
        width: 80%;
    }
    .slider_service1 .box_item .content ul {
        flex-wrap: wrap;
    }

    .slider_service1 .box_item .content ul >* {
        width: 100%;
    }
    .nav_right li.language a {
        font-size: 15px;
    }

    .nav_right li.language {
        padding: 0 10px;
    }
    .box_logo .photo:hover>*.content {
        margin-top: 12px;
    }
    .history:before {
        display: none;
    }
    .sec_recruit1 .grid-100.wrap {
        flex-wrap: wrap;
    }

    .sec_recruit1 .grid-100.wrap >* {
        width: 100%;
        padding: 0;
    }

    .sec_recruit1 .wrap .box_content h2 {
        font-size: 30px;
    }

    .sec_recruit1 .wrap .box_content h4 {
        font-size: 21px;
    }

    .slider_vertical {
        padding-left: 55px;
    }

    .sec_recruit1 .wrap_slider .item h4:before {
        left: -40px;
    }

    .sec_recruit1 .wrap_slider .item h4:after {
        left: -55px;
    }

    .slider_vertical .swiper-slide:not(:last-child) .item:before {
        left: -33px;
    }
    .service_page {
        padding: 30px 0;
    }.box_ser .wrap_put a {
         font-size: 14px;
         height: 40px;
     }
    .single-promotion .banner_gr {
        padding-top: 10px;
    }
    .box_ser .wrap_put input#search_title {
        height: 40px;
    }
    .sec_recruit1:before {
        display: none;
    }
    .sec_recruit2 {
        padding: 30px 0;
    }
    .sec_recruit1 {
        padding-bottom: 40px;
    }
    .sec_home {
        padding-top: 100px;
    }


    .sg_service1 .swiper-pagination {
        bottom: -23px;
    }

    .slider_service1 {
        position: static;
    }
}
