:root {
    --primary: #00adee;
    --acent: #ffca3f;
    --blue: #2e5ec0;
    --darkBg: #1e272e;
}

.text-primary {
    color: var(--primary) !important;
}
.text-acent {
    color: var(--acent) !important;
}
.text-primary-dark {
    color: var(--blue);
}
.banner {
    background: #e1f2fe;
    min-height: 250px;
}
html,
body {
    overflow-x: hidden !important;
}
.body {
    min-height: 1200px;
}
.modal-open {
    overflow: hidden;
    position: fixed;
}
.modal-backdrop.show {
    opacity: 0.9;
}
#btn-close {
    position: fixed;
    color: #fff;
    font-size: 40px;
    left: 20px;
    top: 20px;
}
#owl-slider .item {
    height: calc(100vh);
}
.overflow-x-auto {
    overflow-x: auto;
}
#owl-slider .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.owl-pagination {
    position: absolute;
    width: 100%;
    bottom: 0px;
}
.owl-page span {
    background: #fff !important;
}
.owl-buttons {
    position: absolute;
    width: 100%;
    top: 45%;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}
.owl-theme .owl-controls .owl-buttons div {
    background: #000;
    font-size: 30px;
    line-height: 45px;
    height: 40px;
    width: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
    opacity: 0.9;
}
.logo{
    margin-top: 1px;
}
.bg-primary {
    background-color: var(--primary) !important;
}

.btn-primary {
    color: #fff;
    border-color: var(--primary);
    background-color: var(--primary);
  }
.btn-primary:hover {
    color: #fff;
    border-color: var(--primary);
    background-color: var(--primary);
  }
.related-product {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.051);
}

.related-product .image {
    /* width: 150px; */
    margin-right: 10px;
}
.related-product .image img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.related-product .desc {
    font-size: 14px;
    color: #444;
}
.desc .text-sm {
    font-size: 13px !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;
}

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

* {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 32, 76, 1) #fff;
    font-family: fontEn, serif;
}

*::-webkit-scrollbar-track {
    background: #fff;
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    border: 2px solid whitesmoke;
    background: rgba(0, 32, 76, 1);
}

*::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 32, 76, 1);
}

header {
    position: fixed;
    width: 80%;
    margin: 0 auto;
    top: 20px;
    background: #2e5ec0;
    z-index: 999;
    left: 0;
    right: 0;
    border-radius: 15px;
    padding: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: all ease-in-out 0.3s;
}
.fixed-header {
    top: 0;
    width: 100%;
    border-radius: 0;
    padding-left: 10%;
    padding-right: 10%;
    transition: all ease-in-out 0.3s;
}
.container {
    max-width: 80%;
}
.aside-left {
    background: #fff;
    width: 380px;
    position: absolute;
    left: 10%;
    top: 100px;
    z-index: 99;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.aside-left .menu-aside a {
    color: #555;
}
.menu-aside {
    height: calc(100vh - 455px);
    overflow-x: auto;
}
.aside-left .menu-aside a:hover,
.aside-left .menu-aside a.active {
    color: var(--primary);
}
.sub-menu-aside {
    display: none;
}
.sub-menu-aside.show {
    display: block;
}

.logo img {
    height: 45px;
    border-radius: 15px;
}
.main-menu a {
    color: #fff;
    display: block;
    padding: 10px 30px;
    font-size: 18px;
}

.main-menu a.active {
    background-image: linear-gradient(90deg, #ffdc36, var(--primary));
    background: -webkit-linear-gradient(45deg, #ffdc36, var(--primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: relative;
}
.main-menu a.active::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-image: linear-gradient(90deg, #ffdc36, var(--primary));
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 5px;
}
.title-gradient {
    background-image: linear-gradient(90deg, #ffdc36, var(--primary));
    background-clip: text;
    color: transparent;
    position: relative;
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #ffdc36, var(--primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.border-gradient {
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, #ffdc36, var(--primary));
}
.big-title {
    font-size: 32px;
}
.border-bar {
    width: 100px;
    height: 3px;
    position: relative;
    border-radius: 3px;
    background: #444;
    margin: 0 auto;
}
.border-bar::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: auto;
    top: 0;
    bottom: 0;
    background: #444;
}
.loading {
    z-index: 99999;
    background: #fff;
    left: 0;
    top: 0;
    text-align: center;
}
.modal-dialog {
    max-width: 80%;
    /* margin: 20px auto; */
}
.modal-content,
iframe {
    height: calc(100vh - 230px);
}
.card {
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: none;
}
.mb-5 {
    margin-bottom: 30px !important;
}

.card-detail {
    border-radius: 10px;
    background-color: #f9f9f9;
    padding: 15px;
}
.card-detail .item {
    border-bottom: 1px solid #f0f0f0;
    padding: 5px 0;
}
.card-detail i.text-sm {
    font-size: 9px !important;
    line-height: 20px;
}
.company {
    padding: 80px 0;
    background: #e1f2fe;
}
.company img {
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.company .container {
    border-radius: 15px;
}
.bg-primary {
    background: var(--blue) !important;
}
i.text-lg {
    font-size: 25px !important;
}
.social {
    text-align: center;
}
.social img {
    width: 50px;
}
.client {
    width: 75%;
}
@media only screen and (max-width: 1480px) {
}

@media only screen and (max-width: 768px) {
    header {
        width: 100%;
        top: 0;
        border-radius: 0;
        padding: 8px 20px;
    }
    .d-md-none {
        display: none !important;
    }
    .col-md-8.position-fixed{
        position: fixed !important;
        z-index: 999;
        width: 100%;
        max-width: 100%;
        padding: 0;
        right: 0;
    }
    .col-md-4.position-fixed {
        position: relative !important;
        padding: 0 20px !important;
        height: auto !important;
        top: 300px;
        padding-bottom: 350px !important;
    }
    .modal-content {
        height: calc(100vh - 60px);
    }
    iframe{
        height: 100vh;
    }
    .modal-dialog {
        max-width: 100%;
        margin: 0 !important;
    }
    .modal-content {
        border-radius: 0;
    }
    #owl-slider .item {
        height: 100%;
    }
    #btn-close {
        font-size: 20px;
        left: 10px;
        top: 10px;
        z-index: 9;
        background: #000;
        border-radius: 30px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 35px;
    }

    .owl-pagination {
        bottom: 10px;
    }
    .searching {
        background: #fff;
        position: absolute;
        left: 20px;
        right: 20px;
        margin: 0 auto;
        top: 60px;
        padding: 5px 15px;
        border-radius: 20px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
        cursor: pointer;
    }
    .searching .text-search {
        line-height: 32px;
    }
    .d-md-flex {
        display: flex;
    }
    .show-hide-menu {
        max-height: 0;
        overflow-x: auto;
        margin-top: 0;
        transition: max-height ease-out 0.3s;
    }
    .show-hide-menu.show {
        max-height: calc(100vh - 200px);
        margin-top: 20px;
        transition: max-height ease-in 0.3s;
    }
    .show-hide-menu a {
        color: #444;
    }
    .fixed-header {
        padding: 8px 20px !important;
    }
    .company .p-5 {
        padding: 20px !important;
    }
    .company h1 {
        margin: 10px 0 !important;
    }

    .client {
        width: 100%;
    }

    .logo img {
        height: 35px;
        border-radius: 15px;
    }
    .btn-menu{
        padding-top: 2px;
    }
    .btn-menu a i{
        font-size: 30px;
        color: #fff;
    }
    .main-menu{
        padding-top: 30px;
    }
    .main-menu a{
        color: #000;
    }
    .main-menu li{
        display: block;
        width: 100%;
    }
    .main-menu a.active::after{
        display: none;
    }
    .banner{
        padding: 0 20px;
    }
    .banner .bottom-3 {
        padding: 0 20px;
        left: 0;
        bottom: 3rem;
      }
      .body-iframe{
        overflow: hidden;
      }
      .related-product .image {
        width: auto;
        margin-right: 10px;
      }
      .modal-content {
        box-shadow: none;
      }
      .modal-backdrop.show {
        opacity: 1;
        background: #fff;
      }
}

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

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

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