:root {
    --primary: #1f4387;
    --acent: #ffca3f;
    --blue: #2e5ec0;
    --darkBg: #1e272e;
    --lightBlue: #1D4FD7;
}
h2{
    font-size: 30px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}
.text-gray{
    color: #5B6B86;
}
.text-primary{
    color: #2568df !important;
}

.border-dashed{
    border-top: 2px dashed #EDF2FB;
}
.btn-custom {
    border: 1px solid #1E4388;
    color: var(--lightBlue);
    padding: 5px 15px;
    border-radius: 20px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}
.btn-custom:hover {
    background: var(--lightBlue);
    border: 1px solid var(--lightBlue);
    color: white;
}
.btn-custom-filled {
    border: 1px solid var(--lightBlue);
    color: #fff;
    padding: 5px 15px;
    border-radius: 7px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    background: var(--lightBlue);
}
.btn-custom-filled:hover {
    background: #1E4388;
    border: 1px solid var(--lightBlue);
    color: white;
}
.with-bg{
    background: url('../img/bg-logo.png') no-repeat;
    background-size: 100%;
    background-position:  center 150px;
}

.pt-50 {
    padding-top: 50px;
}
.pt-200{
    padding-top: 160px;
}
.mb-10 {
    margin-bottom: 50px;
}

.property-card {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s;
}
.property-card:hover {
    transform: translateY(-5px);
}
.property-img {
    position: relative;
    overflow: hidden;
}
.property-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.property-details {
    padding-top: 15px;
}
.property-title {
    margin-bottom: 10px;
    font-size: 18px;
}
.property-content {
    font-size: 14px;
    color: #6e7f98;
}
.property-info {
    display: flex;
    justify-content: start;
    gap: 10px;
    font-size: 14px;
}
.property-info img {
    width: 18px;
}

.text-acent {
    color: var(--acent) !important;
}

.my-dialog .modal-header{
    padding: 0 !important;
    background: url('../img/career/dialog.png') no-repeat;
    background-size: 100%;
}
.my-dialog .modal-header img{
    width: 100%;
}
.my-dialog .modal-content{
    border-radius: 15px !important;
    overflow: hidden;
}
.my-dialog .modal-dialog{
    max-width: 70%;
}
.dialog-title{
    color: var(--lightBlue);
    font-size: 22px;
    font-weight: bold;
}
.job-desc{
    margin-top: 40px;
    color: gray;
}
.job-desc h1, .job-desc h2, .job-desc h3, .job-desc h4, .job-desc h5, .job-desc h6{
    color: var(--lightBlue);
}
.my-dialog label{
    margin-bottom: 0 !important;
}
.my-dialog .form-control{
    background: #fff;
    border-color: #E3E3E3;
}
.my-dialog .form-control::placeholder {
    color: #ccc;
}
.my-dialog .form-control:focus{
    border-color: var(--lightBlue);
}

html,
body {
    overflow-x: hidden !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

@font-face {
    font-family: fontEn;
    src: url(../font/Helvetica-Regular.ttf);
}

@font-face {
    font-family: fontEn;
    src: url(../font/Helvetica-Bold.ttf);
    font-weight: 500;
}
@font-face {
    font-family: fontKh;
    src: url(../font/Hanuman-Regular.ttf);
}

@font-face {
    font-family: fontKh;
    src: url(../font/Hanuman-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: fontAir;
    src: url(../font/air/AirbnbCereal_W_Lt.otf);
}
@font-face {
    font-family: fontAir;
    src: url(../font/air/AirbnbCereal_W_Md.otf);
    font-weight: bold;
}
:lang(km):not(i){
    font-family: fontKh;
}

.text-kh{
    font-family: fontKh !important;
}
.text-en{
    font-family: fontEn !important;
}

body {
    background-color: #ffffff;
    color: #000;
}

* {
    font-family: fontEn, serif;
}

.float-menu-fixed {
    position: fixed !important;
    top: 135px;
    left: 0;
    bottom: unset !important;;
    width: 100%;
    z-index: 1000;
    transform: translateY(10px);
    transition: transform 0.5s ease-in-out;
}
.float-menu{
    transition: transform 0.5s ease-in-out;
}


.play-btn{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    border-radius: 10px;
    cursor: pointer;
}
.play-btn img{
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.swiper-slide-visible{
    padding: 10px;
}
.swiper-slide-visible.active{
    background: #ddd;
}
select.form-control{
    color: #555;
}


.custom-select-1{
    position: relative;
    width: 200px;
    font-family: Arial, sans-serif;
  }

  .select-box {
    padding: 4px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 7px;
  }

  .custom-select-1.open .select-box {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .selected-option {
    flex: 1;
  }

  .arrow {
    font-size: 18px;
  }

  .options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 1;
    border-radius: 0 0 7px 7px;
  }

  .option {
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
  }

  .option:hover{
    background-color: #f9f9f9;
  }
.option.active {
  background-color: #2568df;
    color: #fff;
}

.custom-select.open .options {
  display: block;
}

  .custom-select-1.open .options {
    display: block;
  }

  .job-desc ul{
    padding-left: 15px;
  }

  .form-control{
    color: #333;
  }

  .pointer{
    cursor: pointer;
  }

/* Home Signature */
.home-signature-video{
    height: calc(100vh - 100px);
    position: relative;
    margin-bottom: 35px;
}
.video-backdrop{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.video-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 1;
}

.big-title{
    font-size: 42px !important;
    font-weight: bold !important;
    font-family: fontAir !important;
    position: relative;
}
.big-title span{
    color: var(--lightBlue);
}
.big-title::after{
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background: url("../img/slice-1.png") no-repeat;
    background-size: 80%;
    right: -150px;
    bottom: 0;
}
.video-desc{
    position: relative;
}
.video-desc::after{
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    background: url("../img/slice-2.png") no-repeat;
    background-size: 80%;
    left: -150px;
    bottom: -150px;
}

.float-menu{
    position: absolute;
    bottom: -30px;
    width: 100%;
    /* height: 30px; */
}
.float-menu-content{
    background: #fff;
    border-radius: 15px;
    padding: 20px 50px;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.float-menu-content a{
    color: #5B6B86;
    padding: 0 10px;
    padding: 10px 20px;
    border-radius: 10px;
}
.float-menu-content a.active{
    background: #EDF2FB;
    color: #000;
}


.my-ul ul{
    list-style-type: '- ';
}
.my-ul ul li{
    line-height: 2;
}

.career-cover{
    min-height: 600px;
    background: url("../img/career/cover.png") no-repeat;
    background-size: 50%;
    background-position: 100% 100px;
}

.home-video{
    width: calc(100vw);
    height: calc(100vh - 90px);
    position: relative;
    overflow: hidden;
    background: url("../img/home/bg_video.jpg") no-repeat;
    background-size: 100%;
}
.home-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100vw * 1.3);
    height: calc(100vh * 1);
}

.text-content{
    font-size: 14px;
}

.text-content-sm{
    font-size: 12px;
}

.text-content-xs{
    font-size: 10px;
}

.form-control::placeholder {
    color: #444;
}

.nav-link {
    padding: 0 !important;
}

.container-fluid {
    width: 90%;
    max-width: 1280px;
}

header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

.menu {
    background: var(--primary);
    position: relative;
}

.navbar-brand img {
    height: 70px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#btn-nav {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 35px;
}

#btn-nav a {
    font-size: 20px;
    color: #ffffff;
}

.telegram-footer {
    position: fixed;
    bottom: 25px;
    right: 15px;
    width: 65px;
    height: 65px;
}

.telegram-footer img.telegram {
    width: 100%;
}

.telegram-footer img.btn-close {
    width: 20px;
    position: absolute;
    right: 0px;
    top: -5px;
}

#container {
    padding-top: 90px;
}

.big-title {
    font-size: 42px;
    font-weight: 400;
    position: relative;
}

.big-title.with-border::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100px;
    background-color: var(--acent);
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
}
.medium-title {
    font-size: 38px;
    font-weight: bold;
    position: relative;
}

.small-title {
    font-size: 24px;
    font-weight: bold;
    position: relative;
}
.small-title span{
    color: var(--lightBlue);
}

.medium-title.with-left-border::before {
    position: absolute;
    content: "";
    height: 70px;
    width: 70px;
    background: url("../img/slice-2.png") no-repeat;
    background-size: 80%;
    left: 0;
    right: 0;
    top: 10px;
}

.medium-title.with-right-border::before {
    position: absolute;
    content: "";
    height: 70px;
    width: 70px;
    background: url("../img/slice-1.png") no-repeat;
    background-size: 50%;
  right: -70px;
  top: -15px;
}

.medium-title.with-border::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100px;
    background-color: var(--acent);
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
}
.border-bottom{
    border-color: transparent !important;
}

.line-high-1 {
    line-height: 1;
}

.title-with-bg {
    background: var(--blue);
}

.contact-form {
    background: var(--darkBg);
}

.form-control {
    background-color: #8a9caa;
    border-color: #8a9caa;
    margin-bottom: 15px;
    border-radius: 10px;
}

textarea.form-control {
    min-height: 200px;
}

.btn-outline-secondary {
    color: #8a9caa !important;
    border-color: #8a9caa !important;
    background-color: transparent !important;
    background-image: none;
    padding: 5px 20px;
    border-radius: 10px;
}


.btn-outline-primary {
    color: var(--blue);
    border-color: var(--blue);
    background-color: transparent;
    background-image: none;
}

.btn-outline-primary:hover {
    background-color: var(--blue) !important;
    border-color: var(--blue) !important;
}

.btn-primary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.overflow-wrap {
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.border {
    border: 1px solid #000 !important;
}

.text-gold {
    color: #fdca41;
}

.social-media img {
    width: 30px;
    padding: 2px;
}

.social-round img{
    width: 60px !important;
    padding-left: 10px !important;
}

.footer {
    padding: 10px 0;
    border-top: 1px solid rgba(0,0,0,.1);
    background: #f8f8f8;
}

.home-container{
    padding: 10vh 20vh;
}
.home-container-sm{
    padding: 3vh 20vh;
}
.home-container-xs{
    padding: 1vh 20vh;
}

.bg-blue {
    background: var(--blue) !important;
}

.bg-lighter{
    background: #F8F8F8 !important;
}

.hidden-content {
    width: 100% !important;
    display: none;
    min-height: calc(100vw * 768/1024 - 100px);
}

.sub-header {
    background: #eee;
}

.sub-header a {
    padding: 0 5px;
    color: #000;
}

.sub-header a:not(:last-of-type) {
    border-right: 1px solid #777;
}

.sub-header a.active {
    color: var(--acent);
}

.menu-dropdown {
    display: none;
}

.main-menu {
    overflow: auto;
}

.main-menu-item a {
    color: #000;
    display: block;
}

.sub-menu {
    background: #eee;
    padding: 10px 15px;
    display: none;
}

.sub-menu a {
    padding: 5px;
    display: block;
    font-size: 95%;
}

.main-menu-parent {
    background: #fff;
}

.main-menu-parent.active {
    color: var(--acent);
}

.main-menu-parent.active .la-angle-down {
    display: none;
}

.main-menu-parent.active .la-angle-up {
    display: block;
}

.main-menu-parent .la-angle-up {
    display: none;
}

.bg-silver {
    background: #eee;
}

.loading {
    z-index: 99999;
    background: #fff;
    left: 0;
    top: 0;
    text-align: center;
}

.news.border-bottom{
    position: relative;
}
.trade-partner{
    position: relative;
    background-color: #fff;
    border-radius: 15px;
}
.trade-partner img{
    width: 100%;
}
.news.border-bottom::after, .trade-partner.border-bottom::after{
    position: absolute;
    content: "";
    width: 30%;
    height: 5px;
    background-color: var(--acent);
    bottom: 23px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.trade-partner.border-bottom::after{
    bottom: 0;
}

.portfolio-item{
    position: relative;
    margin-bottom: 10px;
}
.portfolio-desc{
    position: absolute;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.portfolio-item .text-lg{
    font-size: 2rem !important;
    text-shadow: 0 0 2px #000;
}

.text-orange {
    color: orange !important;
}

.bg-black {
    background-color: #000;
}


.sub-menu-lg {
    background: rgba(256, 256, 256, 1);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
  }
  .fixed-header .sub-menu-lg{
    background: #ffffff;
  }

.excutive-team-item{
    padding: 15px 10px;
    background-color: #fff;
    text-align: center;
    margin: 10px;
    border-radius: 15px;
    position: relative;
}
.excutive-team-item img{
    width: 70%;
}
.excutive-team-item::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 100px;
    background-color: var(--acent);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    border-radius: 10px;
}

.bg-grey {
    background-color: #ebebeb;
}
.hidden-content{
    display: none;
}
.toggle:hover + .hidden-content.show {
    display: block;
  }
.hidden-content.show {
    display: block !important;
  }

.v-align-top td{
    vertical-align: top;
    padding-top: 1rem;
}

.excutive-team-item-top {
    flex: 0 0 51%;
    max-width: 51%;
    margin: 0 auto;
}

.flag-image{
    width: 25px;
}
.flag-image img{
    width: 100%;
}
.background-menu{
    background-color: #EDF2FB;
    border-radius: 15px;
}
.footer-head-icon{
    display: inline-block;
    background: #1D4FD74D;
    color: #1D4FD7;
    width: 40px;
    height: 40px;
    border-radius: 15px;
    text-align: center;
    line-height: 45px;
}
.slice-2{
    right: 0;
}
.slice-2-img{
    width: 100px;
}
.slice-2-desc{
    left: 55px; width: 160px; font-size: 12px
}
.bg-primary{
    font-weight: normal;
    color: #ffffff;
}

.home-big-title{
    font-size: 50px;
    font-weight: 500;
}
.home-big-title-sm{
    font-size: 40px;
    font-weight: 500;
}
.ceo-bg{
    background: #edf2fb;
    position: relative;
    border-radius: 20px;
    /* padding-top: 50px; */
}
.ceo-img img {
    width: clamp(300px, 50vw, 600px);
    height: auto;
}
.ceo-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 230px;
  background-image: url('/img/company/excutive-team/left-top.png');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.ceo-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -5px;
  width: 200px;
  height: 145px;
  background-image: url('/img/company/excutive-team/bottom-right.png');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.text-gray br{
    margin-bottom: 15px;
}
.ceo-content{
    text-align: right;
    position: absolute;
    right: 110px;
    width: 61%;
    font-size: 15px;
    top: 18px;
    padding: 30px;
}
.ceo-content img{
    position: absolute;
    right: -30px;
    top: 43px;
    width: 40px;
}
.px-10{
    padding: 0 10vh;
}
.team-img{
    width: 100%;
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, #E4E8EB 20%, #C7C7C9 80%);
    overflow: hidden;
    text-align: center;
    max-width: 100%;
}
.team-img img{
    width: 100%;
}

.media-bg{
    height: calc(100vh - 100px);
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.media-bg::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.media-bg img{
    width: 100%;
    position: absolute;
}
.media-content {
  position: relative;
    width: 100%;
    max-width: 900px;
    text-align: center;
    color: #fff;
    z-index: 2;
}
.media-slice-2{
    right: 40vh;
    bottom: 20vh;
    color: #fff;
    z-index: 1;
}
.vision-img {
    width: clamp(200px, 80%, 400px); /* responsive width */
    height: auto;
    border-radius: 15px;
    display: inline-block;
}
.media-slice-1 {
  left: 40vh;
  top: 13vh;
  z-index: 1;
  width: 50px;
}

.media-list .swiper-slide {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
}
.media-list .image-wrap {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.media-list .swiper-slide img {
    height: 100%;
    width: auto;
    max-width: 100%;
    border-radius: 20px;
}

.rounded-lg{
    border-radius: 20px;
}
.home-big-title-xs{
    font-size: 20px;
    font-weight: bold;
}

.project-list .swiper-slide {
    height: 500px;
}

.project-list .swiper-slide img {
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
.project-swiper-wrapper{
    position: relative;
}
.project-swiper-wrapper .swiper-button-next{
    right: calc(25% + 130px);
}

.swiper-pagination {
    position: relative !important;
    margin-top: 16px;
    display: inline-block !important;
    background: #ccc;
    line-height: 1;
    border-radius: 15px;
    padding: 0 5px;
}
.swiper-pagination-bullet{
    margin: 0 3px;
}
/* .swiper-pagination-bullet-active {
  background: #000 !important;
} */
.swiper-button-next,
.swiper-button-prev {
  width: 35px !important;
  height: 35px !important;
  border-radius: 10px;
  background: #ddd;
  background-size: 10px !important;
  color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
}

.bg-banner{
 background: linear-gradient(to bottom, #FFFFFF 20%, #EDF2FB 80%);  
 border-radius: 12px;
}

.contact-title{
    font-size: 42px !important;
    font-weight: bold !important;
    font-family: fontAir !important;
    position: relative;
}

.social-text{
    background: linear-gradient(135deg, #FFFFFF 20%, #EDF2FB 80%);
    border-radius: 12px;
    padding: 10px 0;
}

.social-wrapper {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;        /* responsive */
                  /* spacing between items */
}

.social-item {
    align-items: center;
    gap: 15px;
    
}

.icon-box{
    background: linear-gradient(to bottom, #FFFFFF 10%, #EDF2FB 90%);;
    border-radius: 12px;
    padding: 40px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.text-box h3 {
    padding-top: 10px;
    margin: 0;
}

.text-box p {
    margin: 0;
}
.icon-bg {
    display: flex;
    gap: 15px;          /* space between icons */
}

.icon-bg a {
    background-color: #e9e9e9;
    border-radius: 50%;
    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
}


@media (max-width: 990px) {
    .home-image-1 .full-content {
  left: 15px !important;
}
    .ceo-bg{
        margin: 5px;
    }
    .social-round img {
  width: 55px !important;
  padding-left: 5px !important;
}
    .home-image-1{
        margin-bottom: 15px;
    }
    .slice-2{
    right: 80px;
}
.slice-2-img {
  width: 70px;
}
.slice-2-desc {
  left: 40px;
  font-size: 11px;
}
  .home-container {
    padding: 20px;
  }
  .home-container-sm {
    padding: 3vh 5vw;
  }

  .home-container-xs {
    padding: 1vh 4vw;
  }
  .home-big-title{
    font-size: 25px;
  }
  .home-big-title-sm{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.px-10{
    padding: 0;
}
.ceo-content {
  position: relative;
  right: 0;
  width: 100%;
  font-size: 14px;
  top: 0;
  padding: 5px;
  text-align: left;
}
.ceo-bg img{
    height: auto;
    margin: 0 auto;
    display: block;
}
.ceo-bg::before, .ceo-bg::after {
  width: 80px;
  height: 60px;
}
.ceo-content img{
    width: 27px;
    left: -5px;
    right: 0;
    top: 27px;
}
.slice-1{
    min-height: 100px;
}
/* .footer-right{
    margin-top: 50px;
    border-top: 1px solid #ccc;
    padding-top: 50px;
} */
.media-img{
    object-fit: cover;
    height: 100%;
}
.media-slice-1 {
  left: 60vh;
}
.media-slice-2 {
  right: 60vh;
}
.home-big-title-xs {
  font-size: 16px;
}
.project-list .swiper-slide {
  height: auto;
}
.project-swiper-wrapper .swiper-button-next {
  right: 30px;
}
}

@media (max-width: 640px) {
    .ceo-bg{
        margin: 5px;
    }
    .social-round img {
  width: 50px !important;
  padding-left: 5px !important;
}
    .home-image-1{
        margin-bottom: 15px;
    }
    .slice-2{
    right: 185px;
}
.slice-2-img {
  width: 70px;
}
.slice-2-desc {
  left: 40px;
  font-size: 11px;
}
  .home-container {
    padding: 20px;
  }
  .home-container-sm {
    padding: 3vh 5vw;
  }

  .home-container-xs {
    padding: 1vh 13vw;
  }
  .home-big-title{
    font-size: 25px;
  }
  .home-big-title-sm{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.px-10{
    padding: 0;
}
.ceo-content {
  position: relative;
  right: 0;
  width: 100%;
  font-size: 14px;
  top: 0;
  padding: 5px;
  text-align: left;
}
.ceo-bg img{
    padding-left: 60px;
    margin: 0 auto;
    display: block;
}
.ceo-bg::before, .ceo-bg::after {
  width: 80px;
  height: 60px;
}
.ceo-content img{
    width: 20px;
    right: 370px;
    top: 27px;
}
.slice-1{
    min-height: 100px;
}
.footer-right{
    margin-top: 50px;
    border-top: 1px solid #ccc;
    padding-top: 50px;
}
.media-img{
    object-fit: cover;
    height: 100%;
}
.media-slice-1 {
  left: 35vh;
}
.project-list .swiper-slide {
  height: auto;
}
.project-swiper-wrapper .swiper-button-next {
  right: 30px;
}
 .media-slice-2 {
    right: 40vh;
  }

  .bg-banner{
 background: linear-gradient(to bottom, #FFFFFF 20%, #EDF2FB 80%);  
 border-radius: 12px;
}

.contact-title{
    font-size: 42px !important;
    font-weight: bold !important;
    font-family: fontAir !important;
    position: relative;
}

.social-text{
    background: linear-gradient(135deg, #FFFFFF 20%, #EDF2FB 80%);
    border-radius: 12px;
    padding: 10px 0;
}
}

@media only screen and (min-width: 990px) {
    body{
        background: #fff;
    }
    .ceo-bg{
        padding-top: 50px;
    }
    .main-menu{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sub-menu{
        position: absolute;
        min-width: 165px;
    }
    .main-menu-parent{
        background: transparent;
        cursor: pointer;
    }
    .main-menu-parent i{
        margin: 0 5px;
    }

    .main-menu-item .sub-menu{
        display: block;
        height: 0;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        background-color: #fff;
        /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
    }
    .main-menu-item .sub-menu a:not(:last-child){
        border-bottom: 1px solid rgba(0,0,0,0.3);
    }
    .main-menu-item .sub-menu a{
        padding: 5px 40px 5px 40px;
    }
    .main-menu-item a.active{
        color: var(--acent);
    }
    .main-menu-item:hover{
        background: #ffffff;
    }
    .main-menu-item.background-menu:hover{
        border-radius: 15px 15px 0 0;
    }
    .main-menu-item:hover .sub-menu{
        max-height: 300px;
        height: auto;
        transition: max-height ease-in .2s;
    }
    .main-menu-item:hover .main-menu-parent{
        color: var(--acent);
    }
    .sub-menu a:hover{
        color: var(--acent);
    }
    section{
        width: 90%;
        max-width: 1366px;
        margin: 0 auto;
    }
    .border{
        width: 80%;
        /* margin: 60px auto 0 auto !important; */
    }
    section .border{
        width: 90% !important;
    }
    .content-hover-parent{
        position: relative;
    }
    .content-hover-parent:hover .content-hover{
        opacity: 1;
        transition: opacity ease 0.5s;
    }
    .content-hover{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: rgba(46, 94, 192, 0.6);
        color: #fff;
        padding: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px !important;
        line-height: 2;
        opacity: 0;
    }
    .content-hover br{
        margin-bottom: 10px;
    }
    .social-media img{
        width: 37px;
    }
    .excutive-team-item{
        min-height: 530px !important;
    }
    .excutive-team-item .description{
        font-size: 18px !important;
        padding: 0 100px;
    }
    .excutive-team-item h4{
        font-size: 22px !important;
    }
    .excutive-team-item::after {
        height: 10px;
        width: 200px;
        border-radius: 0;
      }

    .trade-partner {
        border-radius: 40px;
    }
    .home-video{
        background: url("../img/home/pc_bg_video.jpg") no-repeat;
        background-size: 120%;
    }
}

@media only screen and (max-width: 1480px) {
    .w-50 {
        width: 70% !important;
    }
}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 769px) {
    .max-width-title{
        max-width: 250px;
        margin: 0 auto;
        text-align: center;
    }
    .gallery-top-mobile {
        float: left;
        width: 100% !important;
        height: auto !important;
        margin-bottom: 20px;
    }
    .gallery-thumbs-container {
        width: 50% !important;
    }
    .aside-right {
  float: right;
  width: 41% !important;
  height: auto !important;
  padding-left: 10px;
}
.gallery-thumbs {
  float: left;
  height: auto !important;
  overflow-y: auto;
}
.gallery-thumbs-container{
    margin-bottom: 50px;
}
}

@media only screen and (max-width: 600px) {
    .float-menu-content{
        padding: 5px;
    }
    .float-menu-content {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  gap: 12px; /* optional: spacing between items */
  padding: 10px; /* optional: inner spacing */
}

.float-menu-content a {
  flex-shrink: 0;
  padding: 8px 16px;
}

.float-menu-fixed{
    top: 70px
}


}

@media only screen and (max-width: 430px) {}
