@charset "UTF-8";

body {
    font-family: "Times New Roman", Times, serif;
}

.container,
.wrap_footer .container,
.container-wrapper .container {
    /* max-width: 1200px; */
    /* padding: 0; */
}

.type__list {
    display: flex;
    width: auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

p {
    padding: 0;
    margin: 0;
    font-size: 16px;
}

a {
    text-decoration: none;
}

/* khmer */
@font-face {
    font-family: 'Battambang';
    font-style: normal;
    font-weight: 400;
    src: url(../../assets/fonts/uk-mEGe7raEw-HjkzZabPnmp4hxx.woff2) format('woff2');
    unicode-range: U+1780-17FF, U+19E0-19FF, U+200C-200D, U+25CC;
}

/* latin */
/* @font-face {
    font-family: 'Battambang';
    font-style: normal;
    font-weight: 400;
    src: url(../../assets/fonts/uk-mEGe7raEw-HjkzZabPnKp4g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */

/* khmer */
@font-face {
    font-family: 'Battambang';
    font-style: normal;
    font-weight: 700;
    src: url(../../assets/fonts/uk-lEGe7raEw-HjkzZabNsmM9yhQ87ZK.woff2) format('woff2');
    unicode-range: U+1780-17FF, U+19E0-19FF, U+200C-200D, U+25CC;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../assets/fonts/Poppins-Regular.woff') format('woff');
    unicode-range: U+0020-007E;
    /* English character range */
}


@font-face {
    font-family: 'Poppins';
    src: url('../../assets/fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    unicode-range: U+0020-007E;
    /* English character range */
}


/* :lang(en) .footer p,
:lang(en) ul li a,
:lang(en) a,
:lang(en) h1, :lang(en) h2, :lang(en) h3, :lang(en) h4, :lang(en) h5, :lang(en) h6, :lang(en) p,
.nav-item a {
    font-family: 'Poppins', 'Battambang', system-ui, sans-serif;
} */

/* ul li,
.footer p,
ul li a,
a,
h1, h2, h3, h4, h5, h6, p,
.nav-item a {
    font-family: 'Battambang', 'Poppins', system-ui, sans-serif;
} */


h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

a img:hover {
    opacity: 0.7;
}

a:hover {
    opacity: 0.7;
}

.nav-link,
a {
    color: #2B65A5;
    font-size: 18px;
}

.nav-link:focus, .nav-link:hover {
    color: #003788;
    opacity: 1;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    border: none;
    vertical-align: top;
}

.custom-logo-link {
    display: flex;
    align-items: center;
    margin-right: auto;
}

.custom-logo-link img {
    width: 248px;
    height: auto;
}

.main_top {
    position: relative;
}

.main_top::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 10 58 / 50%);
}

.main_desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    height: 100%;
    align-items: center;
    color: #fff;
}

.nav #menu-item-16 {
    border: 1px solid #2B65A5;
    border-radius: 25px;
}

.main_desc_in h1 {
    font-size: 40px;
    margin: 0;
}

.main_desc_in small {
    margin-bottom: 20px;
    display: block;
}

.main_desc_in .btn-white {
    color: #2B65A5;
    background-color: #fff;
    border-radius: 26px;
    padding: .375rem 2rem;
    font-size: 16px;
}

.main_desc_in p {
    font-size: 18px;
}

.btn-check:focus+.btn, .btn:focus {
    outline: none;
    box-shadow: none;
}

.wrap_footer {
    background-color: #ECF6FF;
}

.footer {
    padding: 40px 0;
}

.copyright {
    border-top: 1px solid #b9deff;
}

ul {
    list-style-type: none;
}

.footer_contact li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 16px;
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.footer_contact li i {
    margin-right: 10px;
    color: #FF8200;
    margin-top: 4px;
}

.footer_services h3 {
    font-size: 25px;
    color: #2B65A5;
}

.follow_us h3 {
    font-size: 25px;
    color: #2B65A5;
}

.social_list,
.footer_menu {
    padding: 0;
    margin: 0;
}

.footer_menu li {
    margin-bottom: 6px;
    padding: 0;
}

.footer_menu li a {
    font-size: 14px;
    color: #000;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.footer_logo .custom-logo-link img {
    width: 360px;
}

.social_list li {
    margin-right: 10px;
}

.social_list li a img {
    width: 40px;
}

.menu-expand-collapse {
    display: none;
    cursor: pointer;
}

#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 22px 1px;
    color: transparent;
    cursor: pointer;
    display: none;
    background-image: url(../../assets/img/i_scrolltop.png);
    background-size: 59px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2
}

#scrollTopBtn:hover {
    opacity: .7
}

.header__nav {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

/* sub-menu styles */
.nav li{
    position: relative;
}
.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    list-style-type: none;
    padding: 0;
    margin: 0;
    min-width: 260px;
    z-index: 1;
}

.sub-menu li {
    width: 100%;
    border-bottom: 1px solid #ecf5ff;
}

.sub-menu li a {
    display: block;
    padding: 10px;
    color: #2B65A5;
    text-decoration: none;
    font-size: 16px;
}

.sub-menu li a:hover {
    /* background-color: #555; */
}

#menu-item-19:hover .sub-menu {
    display: block;
}
.branch_list_menu {
    display: none;
}
@media (max-width: 1200px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1024px) {
    .container {
        width: 100%;
    }

    p,
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }

}

@media (max-width: 991px) {
    .menu-expand-collapse {
        display: block;
        text-align: right;
        position: absolute;
        right: 15px;
        top: 18px;
        z-index: 9;
    }

    .custom-logo-link:hover {
        opacity: 1;
    }

    .menu-expand-collapse img:hover {
        opacity: 0.7;
    }

    .header__nav {
        display: none;
        width: 100%;
        padding: 64px 15px 6px 15px;
        background-color: #ECF6FF;
        position: absolute;
        z-index: 1;
        top: 0;
    }

    .custom-logo-link img {
        width: 170px;
        position: relative;
        z-index: 9;
    }

    .container, .container-sm {
        max-width: 100%;
    }

    .site-header .container {
        padding-left: 0;
        padding-right: 0;
    }

    .site-header {
        padding-left: 15px;
        padding-right: 15px;
    }
    .branch_list_menu {
        display: block;
        position: absolute;
        right: 0;
        top: -1px;
        z-index: 99;
        padding: 13px 13px 13px 40px;
        cursor: pointer;
        color: #2B65A5;
        font-size: 19px;
    }
    #menu-item-19:hover .sub-menu,
    .sub-menu{
        display: none;
    }

    .nav {
        display: block;
    }

    .nav #menu-item-16 {
        border-radius: 0;
        border: 0;
    }

    .nav .nav-item:first-child {
        border-top: 1px solid #2B65A5;
    }

    .nav-item {
        border-bottom: 1px solid #2B65A5;
    }

    .mka_wrap::after,
    .mka_wrap::before {
        display: none;
    }

    .follow_us h3,
    .footer_services h3 {
        font-size: 20px;
    }

    .footer {
        padding: 25px 0;
    }
    #menu-item-19 .sub-menu.show {
        display: block;
        position: static;
    }
    .sub-menu{
        background-color: transparent;
    }
    .sub-menu li {
        border-bottom: 1px solid #2B65A5;
    }
    .sub-menu li:last-child{
        border-bottom: 0;
    }
    .sub-menu li a {
        padding: 10px 30px;
    }
    .footer_menu li{
        border: 0;
    }
}

@media (max-width: 767px) {
    .footer_logo .custom-logo-link {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .footer_contact {
        padding: 0;
        margin: 0 0 15px 0;
    }

    .footer_services {
        margin-bottom: 15px;
    }

    .main_top {
        height: 290px;
    }

    .main_top img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .main_desc {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main_desc_in h1 {
        font-size: 30px;
    }

    .main_desc_in small {
        margin-bottom: 15px;
    }
    /* .sub-menu{
        display: none;
        position: relative;
    } */
}