    /*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
    
    body {
        height: 100%;
        font-family: "FC Minimal";
        -webkit-font-smoothing: antialiased;
        color: #373535;
    }
    /*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
    
    #topbar {
        background: #53A039;
        padding: 5px 0;
        border-bottom: 1px solid #eee;
        font-size: 15px;
        color: #fff;
    }
    
    #topbar .contact-info a {
        line-height: 1;
        color: #444;
        transition: 0.3s;
    }
    
    #topbar .contact-info a:hover {
        color: #428bca;
    }
    
    #topbar .contact-info i {
        color: #428bca;
        padding: 4px;
    }
    
    #topbar .contact-info .icofont-phone {
        padding-left: 20px;
        margin-left: 10px;
    }
    
    #topbar .social-links a {
        color: #5c768d;
        padding: 4px 12px;
        display: inline-block;
        line-height: 1px;
        transition: 0.3s;
    }
    
    #topbar .social-links a:hover {
        color: #428bca;
    }
    /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
    
    #header {
        height: 70px;
        transition: all 0.5s;
        transition: all 0.5s;
        padding: 10px 0;
        z-index: 997;
        width: 100%!important;
        background-position: top 38% center;
    }
    
    #header.header-scrolled {
        box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    }
    
    #header .logo h1 {
        font-size: 28px;
        margin: 0;
        padding: 10px 0;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 3px;
        text-transform: uppercase;
    }
    
    #header .logo h1 a,
    #header .logo h1 a:hover {
        text-decoration: none;
    }
    
    #header .logo img {
        padding: 0;
        margin: 0;
        max-height: 50px;
    }
    /*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
    /* Desktop Navigation */
    
    .nav-menu,
    .nav-menu * {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .nav-menu>ul>li {
        position: relative;
        white-space: nowrap;
        float: left;
    }
    
    .nav-menu a {
        display: block;
        position: relative;
        color: #000000;
        padding: 12px 15px;
        transition: 0.3s;
        /* font-size: 15px; */
        font-size: 16px;
        /* font-family: "FC Minimal"; */
        font-family: 'Kanit', sans-serif;
        font-family: 'Mitr', sans-serif;
        font-weight: 500;
    }
    
    .nav-menu a:hover,
    .nav-menu .active>a,
    .nav-menu li:hover>a {
        color: #00a7e1;
        text-decoration: none;
    }
    
    .nav-menu .drop-down ul {
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        padding: 10px 0;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: ease all 0.3s;
    }
    
    .box-tap-bar {
        position: fixed;
        top: -1px;
        width: 100%;
    }
    /* 
#header-sticky-wrapper.sticky-wrapper {
    background-color: #e3f0fc5f;
} */
    
    .nav-menu .drop-down:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
    
    .nav-menu .drop-down li {
        min-width: 180px;
        position: relative;
    }
    
    .nav-menu .drop-down ul a {
        padding: 10px 20px;
        font-weight: 400;
        text-transform: none;
        color: #000000;
    }
    
    .nav-menu .drop-down ul a:hover,
    .nav-menu .drop-down ul .active>a,
    .nav-menu .drop-down ul li:hover>a {
        color: #00a7e1;
    }
    /* .nav-menu .drop-down>a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 5px;
        color: #000;
    } */
    
    .nav-menu .drop-down>a:after {
        content: "";
        font-family: IcoFont;
        padding-left: 5px;
        /* color: #fff0; */
    }
    
    .nav-menu .drop-down .drop-down ul {
        top: 0;
        left: 100%;
    }
    
    .nav-menu .drop-down .drop-down:hover>ul {
        opacity: 1;
        top: 0;
    }
    
    .nav-menu .drop-down .drop-down>a {
        padding-right: 35px;
    }
    
    .nav-menu .drop-down .drop-down>a:after {
        content: "\eaa0";
        font-family: IcoFont;
        position: absolute;
        right: 15px;
    }
    
    @media (max-width: 1580px) {
        .nav-menu a {
            padding: 12px 10px;
            font-size: 14px;
        }
    }
    
    @media (max-width: 1420px) {
        .nav-menu a {
            padding: 12px 4px;
            font-size: 14px;
        }
    }
    
    @media (max-width: 1366px) {
        .nav-menu .drop-down .drop-down ul {
            left: -90%;
        }
        .nav-menu .drop-down .drop-down:hover>ul {
            left: -100%;
        }
        .nav-menu .drop-down .drop-down>a:after {
            content: "\ea9d";
        }
    }
    
    @media (max-width: 1340px) {
        .logo-menu {
            width: 165px;
        }
    }
    
    @media (max-width: 1350px) {
        .nav-menu a {
            font-size: 14px;
        }
    }
    
    @media (max-width: 1300px) {
        .nav-menu>ul>li {
            right: 50px;
        }
        .logo-menu {
            width: 145px;
        }
    }
    
    @media (max-width: 1199px) {
        /* .nav-menu a {
        padding: 12px 15px;
        font-size: 14px;
    } */
        /* .nav-menu a {
            padding: 12px 10px;
            font-size: 14px;
        } */
        .nav-menu a {
            padding: 12px 7px;
            font-size: 12px;
        }
        #header {
            background-position: top -4px left -290px;
            background-repeat: no-repeat;
        }
        #header .logo img {
            max-height: 40px;
        }
        .nav-menu>ul>li {
            right: 20px;
        }
    }
    
    @media (max-width: 1125px) {
        .nav-menu a {
            padding: 12px 3px;
            font-size: 11px;
        }
    }
    
    @media (max-width: 1120px) {
        #header {
            background-position: top -4px left -335px;
            background-repeat: no-repeat;
        }
    }
    
    @media (max-width: 1070px) {
        .nav-menu>ul>li {
            right: 45px;
        }
        #header {
            background-position: top -7px left -373px;
            background-repeat: no-repeat;
        }
    }
    
    @media (max-width: 1024px) {
        .nav-menu>ul>li {
            right: 65px;
        }
        #header {
            background-position: top -7px left -399px;
            background-repeat: no-repeat;
        }
    }
    
    @media (max-width: 991px) {
        #header {
            background: rgb(255 255 255 / 92%);
        }
    }
    /* Mobile Navigation */
    
    .mobile-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 9999;
        overflow-y: auto;
        left: -260px;
        width: 260px;
        padding-top: 18px;
        background: #1f3548;
        transition: 0.4s;
        font-size: 15px;
    }
    
    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .mobile-nav a {
        display: block;
        position: relative;
        color: #ffffff;
        padding: 10px 20px;
        font-weight: 500;
    }
    
    .mobile-nav a:hover,
    .mobile-nav .active>a,
    .mobile-nav li:hover>a {
        text-decoration: none;
        color: #00a7e1;
    }
    
    .mobile-nav .drop-down>a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }
    
    .mobile-nav .active.drop-down>a:after {
        content: "\eaa0";
    }
    
    .mobile-nav .drop-down>a {
        padding-right: 35px;
    }
    
    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }
    
    .mobile-nav .drop-down li {
        padding-left: 20px;
    }
    
    .mobile-nav-toggle {
        position: fixed;
        right: 29px;
        top: 20px;
        z-index: 9998;
        border: 0;
        background: none;
        font-size: 30px;
        transition: all 0.4s;
        outline: none !important;
        line-height: 1;
        cursor: pointer;
        text-align: right;
    }
    
    .mobile-nav-toggle i {
        color: #fff0;
        background-color: #ffffff;
        /* width: 49px; */
        padding: 8px;
        /* border-radius: 50%; */
        z-index: 9999999;
        border: 1px solid#e8e8e8;
    }
    
    .mobile-nav-overly {
        width: 100%;
        height: 100%;
        z-index: 9997;
        top: 0;
        left: 0;
        position: fixed;
        background: rgba(31, 53, 72, 0.7);
        overflow: hidden;
        display: none;
    }
    
    .mobile-nav-active {
        overflow: hidden;
    }
    
    .mobile-nav-active .mobile-nav {
        left: 0;
    }
    
    .mobile-nav-active .mobile-nav-toggle i {
        color: #ffffff;
        background-color: #00a7e1;
        border: 1px solid#0000;
        border-radius: 50%;
    }
    
    button.mobile-nav-toggle.d-lg-none {
        height: 60px;
        overflow: auto;
        top: 35px;
    }
    /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
    
    #hero {
        width: 100%;
        height: calc(100vh - 114px);
        padding: 0;
        overflow: hidden;
    }
    
    #hero .carousel-item {
        width: 100%;
        height: calc(100vh - 114px);
        background-size: cover;
        background-position: top right;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    
    #hero .carousel-item::before {
        content: '';
        background-color: rgba(13, 30, 45, 0.6);
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        overflow: hidden;
    }
    
    #hero .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        overflow: hidden;
    }
    
    #hero .carousel-content {
        text-align: left;
    }
    
    @media (max-width: 992px) {
        #hero,
        #hero .carousel-item {
            height: calc(100vh - 70px);
        }
        #hero .carousel-content.container {
            padding: 0 50px;
        }
    }
    
    #hero h2 {
        color: #fff;
        margin-bottom: 30px;
        font-size: 48px;
        font-weight: 900;
    }
    
    #hero p {
        width: 80%;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
        color: #fff;
    }
    
    #hero .carousel-inner .carousel-item {
        transition-property: opacity;
        background-position: center top;
    }
    
    #hero .carousel-inner .carousel-item,
    #hero .carousel-inner .active.carousel-item-left,
    #hero .carousel-inner .active.carousel-item-right {
        opacity: 0;
    }
    
    #hero .carousel-inner .active,
    #hero .carousel-inner .carousel-item-next.carousel-item-left,
    #hero .carousel-inner .carousel-item-prev.carousel-item-right {
        opacity: 1;
        transition: 0.5s;
    }
    
    #hero .carousel-inner .carousel-item-next,
    #hero .carousel-inner .carousel-item-prev,
    #hero .carousel-inner .active.carousel-item-left,
    #hero .carousel-inner .active.carousel-item-right {
        left: 0;
        transform: translate3d(0, 0, 0);
    }
    
    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 10%;
    }
    
    #hero .carousel-control-next-icon,
    #hero .carousel-control-prev-icon {
        background: none;
        font-size: 48px;
        line-height: 1;
        width: auto;
        height: auto;
    }
    
    #hero .carousel-indicators li {
        cursor: pointer;
    }
    
    #hero .btn-get-started {
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 32px;
        border-radius: 5px;
        transition: 0.5s;
        line-height: 1;
        margin: 10px;
        color: #fff;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        border: 0;
        background: #428bca;
    }
    
    #hero .btn-get-started:hover {
        background: #1c5c93;
    }
    
    .icont-home {
        font-size: 22px;
        color: #252525!important;
    }
    
    @media (max-width: 768px) {
        #hero h2 {
            font-size: 28px;
        }
    }
    
    @media (min-width: 1024px) {
        #hero p {
            width: 60%;
        }
        #hero .carousel-control-prev,
        #hero .carousel-control-next {
            width: 5%;
        }
    }
    /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
    
    @media (max-width: 991px) {
        .box-language-mb {
            display: flex!important;
            color: #fff;
            padding: 20px 0;
        }
        .tex-language-sub {
            padding: 10px 0;
        }
    }
    
    @media (max-width: 575px) {
        #header {
            padding: 10px 0;
        }
    }
    /*  */
    
    .lang-main-1 {
        display: flex;
        font-size: 14px;
    }
    
    .nav-menu a.lang-th {
        padding: 12px 5px;
    }
    
    .lang2 {
        position: relative;
        top: 12px;
    }
    
    @media (max-width: 1350px) {
        .lang-main-1 {
            top: 0px;
            position: relative;
        }
    }
    
    @media (max-width: 1300px) {
        .lang-main-1 {
            top: -2px;
            right: 40px;
        }
    }
    
    @media (max-width: 1250px) {
        .lang-main-1 {
            top: -2px;
            right: 55px;
        }
    }
    
    @media (max-width: 1199px) {
        .lang-main-1 {
            top: 0px;
            right: 15px;
        }
        .lang2 {
            position: relative;
            top: 9px;
        }
    }
    
    @media (max-width: 1070px) {
        .lang-main-1 {
            top: -2px;
            right: 45px;
        }
    }
    
    @media (max-width: 1024px) {
        .lang-main-1 {
            top: -2px;
            right: 70px;
        }
    }
    
    @media (max-width: 991px) {
        .lang-main-1 {
            top: -2px;
            right: 0px;
        }
        .lang2 {
            position: relative;
            top: 10px;
            right: 8px;
            color: #b9b9b9;
        }
    }
    
    .icofont-navigation-menu:before {
        background: url(../img/hamburger.svg);
        display: inline-block;
        width: 35px;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .navbar-expand-lg .navbar-collapse {
        position: relative;
        right: 60px;
    }
    
    @media (max-width: 1366px) {
        .navbar-expand-lg .navbar-collapse {
            position: relative;
            right: 58px;
        }
    }
    
    @media (max-width: 1300px) {
        .navbar-expand-lg .navbar-collapse {
            right: 15px;
        }
        .logo-menu {
            width: 115px;
            padding: 17px 0;
        }
    }
    
    @media (max-width: 1250px) {
        .navbar-expand-lg .navbar-collapse {
            right: 0px;
        }
    }
    
    @media (max-width: 1199px) {
        .icont-home {
            font-size: 20px;
            /* color: #fff!important; */
        }
        .navbar-expand-lg .navbar-collapse {
            right: 30px;
        }
    }
    
    @media (max-width: 1125px) {
        .logo-menu {
            width: 95px;
            padding: 17px 0;
        }
    }
    
    @media (max-width: 1070px) {
        .navbar-expand-lg .navbar-collapse {
            right: 15px;
        }
    }
    
    @media (min-width: 1199px) {
        .d-lg-none {
            display: none!important;
        }
    }
    
    @media (max-width: 1070px) {
        .navbar-expand-lg .navbar-collapse {
            right: -20px;
        }
    }
    
    @media (max-width: 991px) {
        .logo-menu {
            width: 75%;
        }
        .icont-home {
            color: #00a7e1!important;
        }
    }
    /* b5 */
    
    @media (max-width: 991px) {
        .g-5,
        .gx-5 {
            --bs-gutter-x: 0rem!important;
        }
    }
    
    @media (max-width: 575px) {
        .g-5,
        .gx-5 {
            --bs-gutter-x: 3rem!important;
        }
    }
    /* /////////////// */
    /* @media (min-width: 1199px) {
        .d-lg-none {
            display: block;
        }
        .py-lg-0 {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }
        .d-lg-flex {
            display: flex !important;
        }
        .navbar-expand-lg {
            flex-wrap: nowrap;
            justify-content: flex-start;
        }
    } */