/* custom font family  */
/* main {
    font-family: 'DBThaiTextX', Helvetica, Arial, sans-serif !important;
} */
main {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}
/* .header-main, .header-top .sub-menu-content .menu-group .heading, .box-ft-links .heading, .footer-main {
    font-family: 'DBThaiTextX', Helvetica, Arial, sans-serif !important;
} */
.header-main, .header-top .sub-menu-content .menu-group .heading, .box-ft-links .heading, .footer-main {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}
/* custom dropdown for type user */
.dropdown-item {
    padding: 0 !important;
    background-color: #E2E1E6;
}
/* custom margin-bottom */
.cs-mb {
    margin-bottom: 24px;
}
/* custom maximun container */
@media screen and (min-width: 1400px) {
    .container {
        max-width: 1140px !important;
    }
}
/* custom overflow hidden */
.overflow-x-hidden {
    overflow-x: hidden;
}
.nav-m-item {
    font-size: 13px !important;
}
.nav-m-item:active {
    color: #00A950 !important;
    text-decoration: underline;
}
.nav-m-item:hover {
    color: #00A950 !important;
    text-decoration: underline;
}
.k-contact-m {
    font-size: 10px !important;
}
.dropdown-individual a:active {
    background-color: #E2E1E6;
}
/* .header-top .dropdown-site .dropdown-item.dropdown-lang a {
    padding-left: 40px;
}
.header-top .dropdown-site .dropdown-item.dropdown-lang a::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 33%;
    left: 12px;
    background: url('../../img/icon/lang-option.svg') 0 0 no-repeat;
    background-size: 100%;
}
.header-top .dropdown-site .dropdown-item.dropdown-lang a:hover::before {
    background: url('../../img/icon/lang-active.svg') 0 0 no-repeat;
    background-size: 100%;
} */
.dropdown-site-m .dropdown-item a:active{
    text-decoration: underline !important;
    background-color: #E2E1E6 !important;
    color: #00A950 !important;
}

.text-primary-g {
    color: #00A950 !important;
}
body{
    line-height: 2.5 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, 
h1, h2, h3, h4, h5, h6{
    line-height: 1.5 !important;
}
.btn-sucessful,
.btn-sucessful:hover{
    line-height: 1.5 !important;
}
