:root {
    --primary: #1f4387;
    --acent: #ffca3f;
    --blue: #2e5ec0;
    --darkBg: #1e272e;
    --lightBlue: #1D4FD7;
}
.text-gray{
    color: #5B6B86;
}

.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;
}

.footer {
    background-color: var(--darkBg);
    border-top: 1px solid #8a9caa;
    padding: 10px 0;
}

.bg-blue {
    background: var(--blue) !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, 0.8);
    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;
}

@media only screen and (min-width: 990px) {
    body{
        background: #fff;
    }
    .main-menu{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sub-menu{
        position: absolute;
        min-width: 120px;
    }
    .main-menu-parent{
        background: transparent;
        cursor: pointer;
    }
    .main-menu-parent i{
        margin-left: 10px;
    }

    .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: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) {}
