.header-main  li a.btn-enquiry {
    color: var(--white);
    font-weight: 500;
    cursor: pointer;
	text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: calc(1.4rem * -0.05);
    background: url('./../image/frame-enquiry.svg') center center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    padding: 15px 20px;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}
.header-main  li a.btn-enquiry:hover {
  color: var(--white);
}
.header-main  li a.btn-enquiry::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: rgba(255,255,255,0.25);
}
.header-main  li a.btn-enquiry:hover::after {
  animation: shine 0.8s forwards;
}

@keyframes shine {
  0% { left: -100%; }
  100% { left: 150%; }
}
body.no-scroll {
    overflow: hidden;
    height: 100vh;
}
a{
    transition: all 0.3s;
}
footer.footer a:hover{
    text-decoration: underline;
}
header#header .header-inner.logo-center .nav-left {
    justify-content: flex-end;
}
header#header .header-inner.logo-center .nav-right {
    justify-content: space-between;
}
header#header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}
header#header .header-bg-color{
    background: transparent;
}
header#header .header-nav > li.menu-item > a{
    color: var(--white);
    font-size: 1.5rem;
    letter-spacing: calc(1.5rem * -0.03);
    font-weight: var(--font-book);
}
header#header .logo-center .logo {
    margin: 0 100px;
}
header#header ul.header-nav li a{
    margin-left: 0;
    margin-right: 0;
}
header#header ul.header-nav > li > ul.sub-menu{
    padding: 32px;
}
header#header .header-nav .sub-menu > li.not-text > a,
header#header .header-nav .sub-menu > li.img-change a{
    font-size: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
header#header .header-nav .sub-menu > li.img-change img{
    margin-right: 0;
    width: 100%;
    margin-bottom: 24px;
}
header#header .header-nav .sub-menu > li.not-text{
    padding: 0;
    padding-right: 60px;
}
header#header ul.sub-menu > li > a{
    border-bottom: 0 !important;
    padding: 0;
}
header#header ul.sub-menu > li:not(:last-child) > a{
    margin-bottom: 24px;
}
header#header .menu-aboutus ul.sub-menu li{
    min-width: 100%;
}
header#header .menu-aboutus ul.sub-menu li:last-child{
    padding-right: 0;
}
header#header li a img.icon-dropdown{
    margin-left: 10px;
    object-fit: cover;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
header#header .logo-center .flex-left {
    flex: unset;
}
header#header li.nav-dropdown-toggle.menu-item-has-children.current-dropdown a img.icon-dropdown{
    transform: rotate(180deg);
}
header#header .header-nav .menu-fz32 .sub-menu > li > .sub-menu > li a{
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: calc(3.2rem * -0.05);
    color: var(--black);
}
header#header .header-nav .menu-fz16 .sub-menu > li > .sub-menu > li a,
header#header .header-nav .menu-fz16 .sub-menu > li > a{
    font-size: 1.6rem;
    letter-spacing: calc(1.6rem * -0.05);
    color: var(--black);
    font-weight: 500;
}
body.admin-bar header#header{
    top: 32px;
}
.box-banner > .text-box-content .text-inner{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.box-banner > .text-box-content .text-inner h3{
    font-size: 5rem;
    line-height: 1;
    letter-spacing: calc(5rem * -0.03);
    margin-bottom: 24px;
}
.box-banner > .text-box-content .text-inner p{
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: calc(1.6rem * -0.05);
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}
.d-flex{
    display: flex;
}
.bg-paperboard{
    background: var(--bg-paperboard);
}
.footer.footer-1{
    min-height: 250px;
    padding: 0;
    border: 0;
    background-size: contain;
    display: flex;
    align-items: center;
}
.footer.footer-1 h3{
    color: var(--white);
    flex: 0 0 30%;
    max-width: 30%;
    margin-right: 80px;
    margin-bottom: 0;
}
.footer.footer-1 .d-flex > div{
    flex: 1;
}
.footer.footer-1 .wpcf7 > form,
.footer.footer-1 .wpcf7 > form input{
    margin-bottom: 0;
}
.footer.footer-1 .wpcf7 > form > p .wpcf7-form-control-wrap input{
    height: 100%;
    padding-left: 20px;
    border: 0;
}
input:not([type="submit"]){
    font-size: 1.6rem !important;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: calc(1.6rem * -0.03);
    color: var(--black) !important;
    box-shadow: unset;
    outline: unset;
}
input:not([type="submit"])::placeholder{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: calc(1.6rem * -0.03);
    color: var(--unactive);
}
.footer.footer-1 .wpcf7 > form > p .wpcf7-form-control-wrap{
    min-height: 57px;
    flex: 0 0 80%;
    max-width: 80%;
}
.footer.footer-1 .wpcf7 > form > p > input{
    flex: 1;
    background: var(--black);
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: calc(1.4rem * -0.03);
    margin-right: 0;
}
.footer.footer-1 .wpcf7 > form > p,
.form-search.form-search-modal{
    display: flex;
    -webkit-mask-image: url('./../image/border-input.svg');
    mask-image: url('./../image/border-input.svg');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.wpcf7-spinner{
    position: absolute;
}
#media_gallery-2 > .gallery > .gallery-item:last-child{
    flex-basis: 100%;
    max-width: 100%;
}
.footer.footer-2{
    padding-top: 48px;
}
.footer.footer-2 .widget-title{
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: calc(1.8rem * -0.03);
    color: var(--white);
    margin-bottom: 16px;
    display: block;
    text-transform: capitalize;
}
.footer.footer-2 .widget_nav_menu .menu > li:not(:last-child){
    margin-bottom: 8px;
}
.footer.footer-2 .widget_nav_menu .menu > li{
    border: 0;
}
.footer.footer-2 .widget_nav_menu .menu > li a{
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--normal);
    line-height: 1.8;
    letter-spacing: calc(1.6rem * -0.03);
    padding: 0;
}
.footer.footer-2 .widget_nav_menu .menu > li a:hover{
    color: var(--red);
    text-decoration: underline;
}
.footer.footer-2 > div > div:first-child{
    max-width: 50%;
    flex-basis: 50%;
}
.footer.footer-2 > div > div:first-child > div > p:first-child{
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: calc(32px * -0.03);
    color: var(--white);
    margin-bottom: 24px;
}
.footer.footer-2 > div > div:first-child > div > .copy-text-widget{
    margin-bottom: 24px;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
}
.footer.footer-2 > div > div:first-child > div > .copy-text-widget > *{
    margin-bottom: 0;
}
.footer.footer-2 > div > div:first-child > div > .copy-text-widget #mailto a{
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: calc(2.4rem * -0.03);
    color: var(--white);
}
.footer.footer-2 > div > div:first-child > div > .copy-text-widget #copyMailto{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: calc(1.4rem * -0.03);
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    margin: 0;
}
.footer.footer-2 .copy-btn .ct-copy{
    width: 15px;
    height: 15px;
    background: url(./../image/copy.svg) center center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer.footer-2 .copy-btn .ct-copy.copied{
    filter: brightness(0) saturate(100%) invert(19%) sepia(94%) saturate(2706%) hue-rotate(341deg) brightness(81%) contrast(96%);
}
.footer.footer-2 > div > div:first-child > div > .address-company,
.footer.footer-2 > div > div:first-child > div > p:last-child{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: calc(1.6rem * -0.03);
    color: var(--normal);
    margin-bottom: 8px;
}
.footer.footer-2 > div > div:first-child > div > p:last-child{
    display: flex;
    flex-wrap: nowrap;
}
.footer.footer-2 > div > div:first-child > div > p:last-child a{
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: calc(1.4rem * -0.05);
    text-transform: uppercase;
    color: var(--white);
    margin-left: 8px;
}
.footer.footer-2 > .row{
    flex-wrap: nowrap;
}
.absolute-footer{
    padding-bottom: 48px;
}
.absolute-footer .copyright-footer{
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: calc(1.2rem * -0.03);
    color: var(--normal);
}
.absolute-footer > .container{
    border-top: 1px solid var(--normal);
    padding-top: 16px;
}
#searchModal.modal-search:before{
    content: "";
    background: url('./../image/cloud-left.svg');
    width: 40%;
    top: -17%;
    height: 100%;
    left: -12%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
#searchModal.modal-search:after{
    content: "";
    background: url('./../image/cloud-right.svg');
    width: 70%;
    top: 52%;
    height: 100%;
    right: -10%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
.modal-search{
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 200px 0 50px;
  overflow: hidden;
}
.modal-search .modal-content{
  height: auto;
  min-height: calc(100vh - 250px);
  overflow: visible;
  max-width: 873px;
  margin: 0 auto;
}
.page-template-search .col-full-nav,.page-template-search .header-mobile.hide-pc{
  background-color: var(--primary-color);
}
.modal-search .modal-content .form-search,
.page-search .form-search{
  margin-bottom: 30px;
  position: relative;
}
.modal-search .modal-content .footer-search{
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: auto;
}
.modal-search .modal-content .footer-search.compact{
  overflow-y: visible;
}
.modal-search .modal-content .footer-search.compact::-webkit-scrollbar{
  display: none;
}
.page-search .sticky-header h1,
.modal-search .modal-content h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: calc(40px * -0.03);
  color: var(--black);
  margin-bottom: 32px;
  text-align: center;
}
.list-tag-choose {
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    pointer-events: none;
}
.list-tag-choose .tag-item {
    background: var(--black);
    color: var(--white);
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    pointer-events: auto;
    display: flex;
    align-items: center;
    border-radius: 999px;
}
.list-tag-choose .remove-tag {
    padding: 0;
    margin: 0;
    background: transparent;
    margin-left: 4px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    min-height: 10px;
    min-width: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-search .sticky-header,
.page-search .sticky-header{
  position: sticky;
  top: -200px;
  background: var(-white);
  z-index: 10;
}
.page-search .sticky-header{
  background: transparent;
}
body.admin-bar .modal-search .sticky-header,body.admin-bar .page-search .sticky-header{
  top: -168px;
}
.modal-search .modal-close {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 1;
}
.modal-search .modal-close img {
  width: 100%;
  height: 100%;
}
.form-search.form-search-modal > button[type="submit"]{
    background: var(--red);
    min-width: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.form-search.form-search-modal > input[type="text"]{
    margin-bottom: 0;
    min-height: 70px;
}
.search-tags {
    list-style: none;
    margin: 0;
    text-align: center;
}
.search-tags li {
    display: inline-block;
    padding: 4px 12px;
    background: transparent;
    border-radius: 100px;
    border: 1px solid var(--borderline);
    color: var(--unactive);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: calc(1.6rem * -0.03);
    margin: 5px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border 0.2s;
}
.menu-viewall > a{
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: calc(1.4rem * -0.05);
    text-decoration: underline;
    text-align: right;
    color: var(--black);
}
.menu-viewall > a:hover{
    color: var(--red);
    text-decoration: underline;
}
.home-partners{
    min-height: 500px;
    position: relative;
}
.home-partners:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 57px;
    width: 100%;
    background: url('./../image/patern-partners.svg');
    background-repeat: space;
}
.home-partners:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 57px;
    width: 100%;
    background: url('./../image/patern-partners.svg');
    background-repeat: space;
}
.home-partners .row.row-large.gallery-partners{
    margin-left: 0;
    margin-right: 0;
}
.home-partners h2{
    margin-bottom: 60px;
}
.home-partners .row.row-large.gallery-partners .flickity-slider{
    display: flex;
    align-items: center;
}
.home-partners .row.row-large.gallery-partners .flickity-slider > div{
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
}
.home-partners .row.row-large.gallery-partners .flickity-slider > div img{
    object-fit: contain;
    max-height: 110px;
}
.home-partners .partners-sign{
    position: absolute;
    top: 0;
    left: 40%;
}
.home-partners .partners-sign img{
    width: 108px;
    height: 108px;
}
.ux-country-list .country-row:not(:last-child){
    margin-bottom: 40px;
}
.ux-country-list .country-row:last-child{
    margin-bottom: 0;
}
.ux-country-list .country-row .country-item{
    color: var(--unactive);
}
.ux-country-list .country-row .country-item.active,
.ux-country-list .country-row .country-item:hover{
    color: var(--black);
}
.bg-cloudright-absolute{
    margin-top: -215px;
}
.bg-cloudright-absolute .section-bg.fill img{
    object-fit: contain;
}
.section-bg-mt{
    margin-top: -360px;
}
.home-aboutus .home-aboutus-content > .col-inner > div:not(:last-child){
    margin-bottom: 32px;
}
.section.home-aboutus > .section-content > div{
    position: relative;
}
.section.home-aboutus > .section-content > div > div:first-child > div{
    height: 100%;
}
.bg-cloudleft-absolute{
    height: 100%;
    position: absolute !important;
    right: 26%;
    top: 0;
}
.bg-cloudleft-absolute.img > div,
.bg-cloudleft-absolute.img > div > img{
    height: 100%;
    object-fit: contain;
}
.home-our-updates .row.row-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.home-our-updates p.post-title{
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: calc(1.8rem * -0.05);
    color: var(--black);
}
.home-our-updates p.post-title a{
    margin: 0;
}
.home-our-updates .post-meta{
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--unactive);
    letter-spacing: calc(1.2rem * -0.05);
    text-transform: uppercase;
}
.home-our-updates .box-text.text-left{
    padding: 24px 0;
}
.home-our-updates .col-inner > h2{
    margin-bottom: 60px;
}
.home-our-updates .post-meta > .post-date{
    margin-right: 16px;
    padding-right: 16px;
    position: relative;
}
.home-our-updates .post-meta > .post-date:before{
    position: absolute;
    content: "";
    background: var(--unactive);
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
}
.home-experience .home-experience-left img{
    width: auto;
    transform: translateX(100px) rotate(355deg);
    object-fit: contain;
    box-shadow: 1px 10px 10px 0px #231F204D;
}
.home-experience > .section-bg > img{
    width: 913px;
    height: 465px;
    object-fit: contain;
    left: 70px;
    top: 20%;
}
.home-experience .home-experience-left .img-inner.image-cover{
    overflow: visible !important;
}
.btn-experience{
    display: flex;
    align-items: center;
    gap: 32px;
}
.btn-experience > button{
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: calc(1.4rem * -0.05);
    background: url('./../image/frame-pdf.svg') center center no-repeat;
    background-size: contain;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
}
.btn-experience > a{

}

.tks-style-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-slide{
    height: auto;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

.swiper-slide:hover {
    transform: translateY(-5px);
}

.tks-item-inner {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

.tks-img-box {
    overflow: hidden;
    width: 100%;
}
.tks-img-box img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.tks-title{
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 500;
    color: var(--black);
    margin: 0;
    transition: all 0.3s;
}
.tks-style-swiper .swiper-slide:hover .tks-title{
    text-decoration: underline;
}
.tks-static-block{
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}
.tks-static-content{
    text-align: right;
    width: 100%;
}
.tks-static-content .main-heading{
    font-size: 8rem;
    line-height: 1.1;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 40px;
    color: var(--black);
}

@media (min-width: 1024px) {
    .swiper-slide.item-1, 
    .swiper-slide.item-4, 
    .swiper-slide.item-6, 
    .swiper-slide.item-last {
        width: 290px !important;
    }
    .swiper-slide.item-2, 
    .swiper-slide.item-3, 
    .swiper-slide.item-5, 
    .swiper-slide.item-7 {
        width: 234px !important;
    }
    .swiper-slide.item-1 .tks-img-box img,
    .swiper-slide.item-4 .tks-img-box img{
        height: 430px;
    }

    .swiper-slide.item-2 .tks-img-box img,
    .swiper-slide.item-3 .tks-img-box img,
    .swiper-slide.item-5 .tks-img-box img,
    .swiper-slide.item-6 .tks-img-box img,
    .swiper-slide.item-7 .tks-img-box img {
        height: 340px;
    }
    .swiper-slide.item-last {
        height: 430px; 
    }
    .tks-style-swiper .swiper-slide.item-1{ margin-top: 0px; }
    .tks-style-swiper .swiper-slide.item-5 {
        margin-top: 35px !important;
    }
    .tks-style-swiper .swiper-slide.item-6{
        margin-top: 65px !important;
    }
    .tks-style-swiper .swiper-slide.item-7{
        margin-top: 30px !important;
    }
    .tks-style-swiper .swiper-slide.item-last{
        margin-top: 70px !important;
    }
    .tks-style-swiper .swiper-slide.item-2 { margin-top: 120px; }
    .swiper-slide.item-2 .tks-item-inner,
    .swiper-slide.item-6 .tks-item-inner { flex-direction: column-reverse; }
    .tks-style-swiper .swiper-slide.item-3{ margin-top: 80px; }
    .tks-style-swiper .swiper-slide.item-4 { margin-top: 40px; }
    .item-1 .tks-title, .item-2 .tks-title, .item-3 .tks-title, .item-4 .tks-title { text-align: left; }
    .item-5 .tks-title, .item-6 .tks-title, .item-7 .tks-title { text-align: right; }
}
@media (max-width: 1023px) {
    .swiper-slide {
        margin-top: 0 !important;
        height: auto !important;
    }
    .tks-img-box img {
        height: 300px !important;
        width: 100%;
    }
    .tks-item-inner {
        flex-direction: column !important;
    }
    .tks-title {
        text-align: left !important;
    }
    .tks-static-block {
        min-height: 300px;
    }
}
