/*
**********************
* Responsive Home    *
**********************
*/


/*body, div, input, textarea, label, p, span, a, strong, b, li, h1, h2, h3, h4 {*/
/*    font-family: 'Roboto Slab', serif;*/
/*    margin-bottom: 2px;*/
/*}*/

nav.navbar .lien-ket-mobile {
    display: none;
}

/*Section 1*/
section.section-1 {
    position: absolute;
    bottom: 7%;
}
section.section-1 {
    background: #115e8a;
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 50px 0;
    background-size: cover;
}

section.section-1 .col-inner .text-inner h3 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin: 0 0 10px;
    text-transform: uppercase;
}


section.section-1:before {
    content: "";
    background: #115e8a;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
}

section.section-1 .col-inner .text-inner p {
    text-align: center;
    margin: 0 0 50px;
    color: #fff;
    font-size: 20px;
}

section.section-1 .col-inner .text-inner ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    overflow-x: hidden;
}

section.section-1 .col-inner .text-inner ul li {
    font-size: 15px;
    list-style: none;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    width: 25%;
    cursor: pointer;
}

section.section-1 .col-inner .text-inner ul li img {
    display: block;
    margin: 0 auto 10px;
}

/* section.section-1 .content {
    margin-bottom: 50px;
} */

/*Section 2*/
section.section-2 .content{
    width: 100%;
    display: none;
}

.section-2 .content .col-box .col-cho-ban .title h3 {
    text-transform: uppercase;
    color: #185986;
    margin: 0 0 20px;
    font-weight: bold;
}

.section-2 .content .col-box .col-cho-ban .col-sm-6 .col-img {
    height: 275px;
    overflow: hidden;
}

section.section-2 .container .content ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1rem !important;
}

section.section-2 .content .row .col-sm-6 .col-inner h5 {
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    color: #185986;
    margin: 0 0 20px;
}

section.section-2 .content .row .col-sm-6 .col-inner h5:after {
    content: "";
    display: block;
    height: 2px;
    width: 100px;
    background: #185986;
    margin: 10px auto;
}
section.section-2 .content .row .col-sm-6 .form p {
    margin: 0 0 10px;
}

section.section-2 .content .row .col-sm-6 .form p label {
    width: 100%;
    margin: 0;
}

section.section-2 .content .row .col-sm-6 .form p label input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 0 10px;
}

section.section-2 .content .row .col-sm-6 .form p label textarea {
    width: 100%;
    height: 70px;
    border: 1px solid #ddd;
    padding: 0 10px;
    font-size: 14px;
}

section.section-2 .content .row .col-sm-6 .form p.submit input {
    border: 1px solid #ffc107;
    background: #ffc107;
    margin: 0;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 20px;
}

section.section-2 .content .col-inner .text-inner h3 {
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-weight: bold;
    color: #000;
}

section.section-2 .content .col-inner .text-inner p {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    margin: 0 0 30px;
}

section.section-2 .content .col-inner .text-inner .ho-so .items {
    width: 50%;
    text-align: left;
    float: left;
    display: flex;
    align-items: end;
    justify-content: left;
}

section.section-2 .content .col-inner .text-inner .ho-so .items h3 {
    font-size: 60px;
    margin: 0 10px 0 0;
    color: #155faa;
}

section.section-2 .content .col-inner .text-inner .ho-so .items h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
}

section.section-2 .content .col-inner .text-inner .ho-so .items h4 strong {
    display: block;
    font-size: 25px;
    color: #165dab;
}

section.section-2 .content .col-inner .text-inner .ho-so .items:nth-child(even) {
    justify-content: flex-end;
}

section.section-2 .content .col-inner .text-inner .ho-so .items:nth-child(even) h4 {
    text-align: right;
}

section.section-2 .content .col-inner .text-inner .ho-so {
    display: inline-block;
    margin: 0 0 30px;
}
section.section-2 .col-inner .text-inner .btn-area a {
    border: 1px solid #ddd;
    padding: 10px;
    display: inline-block;
    text-transform: capitalize;
    color: #000;
}
/*Section 2: San pham*/

section.section-2 .content #carouselExampleIndicators ol.carousel-indicators, section.section-2 .content #carouselExampleIndicators a {
    display: flex !important;
}

section.section-2 .content .product-items {
    display: flex;
    justify-content: space-between;
}

section.section-2 .content .product-items .product {
    width: 32%;
    overflow: hidden;
}

section.section-2 .content .product-items .product .product-img img {
    width: 100%;
    height: auto;
}

section.section-2 .content .product-items .product h4 {
    display: block;
    width: 100%;
    margin: 10px 0 0;
}

section.section-2 .content .product-items .product h4 a {
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
}

section.section-2 .content #carouselExampleIndicators ol.carousel-indicators {
    bottom: 0;
    margin: 0;
}

section.section-2 .content #carouselExampleIndicators ol.carousel-indicators li {
    color: #000;
    text-indent: initial !important;
    height: auto !important;
    opacity: 1 !important;
    font-size: 14px;
    border: 1px solid #ddd;
    text-align: center;
}

section.section-2 .content #carouselExampleIndicators ol.carousel-indicators li.active {
    background: #ffc107 !important;
    color: #fff;
}

section.section-2 .content #carouselExampleIndicators {
    padding: 0 0 80px;
}

section.section-2 .content .col-sm-6 .col-inner .col-img {
    height: 260px;
    overflow: hidden;
}

section.section-2 .content .col-sm-6 .col-inner .col-img img {
    width: 100%;
    height: auto;
}

section.section-2 .content .col-sm-6 .col-inner {
    position: sticky;
}

section.section-2 .content .col-sm-6 .col-inner h4 {
    margin: 0;
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    line-height: 70px;
}

section.section-2 .content .col-sm-6 .col-inner h4 a {
    width: 90%;
    margin: 0 5%;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

section.section-2 .content .col-sm-6 {
    margin: 0 0 30px;
}

/*Section 3*/
section.section-3 .col-inner ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}
section.section-3 .col-sm-6 .col-inner ul li {
    width: 48%;
    float: left;
    display: flex;
    justify-content: left;
    margin: 0 0 20px;
}

section.section-3 .col-sm-6 .col-inner ul li:nth-child(even) {
    float: right;
}

section.section-3 .col-sm-6 .col-inner ul li .col-img {
    /* width: 60px;
    margin: 0 15px 0 0; */
    padding: 0px 15px 10px
}

section.section-3 .col-sm-6 .col-inner ul li .text-inner {
    width: calc(100% - 75px);
    margin-left: 30px;
}

section.section-3 .col-sm-6 .col-inner ul li .col-img img {
    width: 80px;
    height: 80px;
}
section.section-3 .col-sm-6 .col-inner ul li .text-inner h4{
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin: 0;
}
section.section-3 .col-sm-6 .col-inner ul li .text-inner h4 strong{
    font-size: 14px;
    display: block;
    font-weight: 500;
}

/*1200px upto*/
@media (min-width: 1200px) {
    nav.navbar {
        background: rgb(3 77 144 / 70%);
        width: 300px;
        position: fixed;
        left: -2px;
        height: 100%;
        top: 0;
        display: block;
        z-index: 10000;
        transition: all 0.5s;
    }

    nav.navbar a.navbar-brand {
        width: 100%;
        margin: 60px 0 60px;
    }

    nav.navbar a.navbar-brand img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    #collapsibleNavbar ul.navbar-nav {
        display: inline-block;
        width: 100%;
        position: relative;
    }

    #collapsibleNavbar ul.navbar-nav li.nav-item {
        width: 49%;
        float: left;
        margin: 0 0 20px;
        position: relative;
    }

    #collapsibleNavbar ul.navbar-nav li.nav-item:nth-child(even) {
        float: right;
    }

    #collapsibleNavbar ul.navbar-nav li.nav-item a.nav-link {
        color: #fff;
        text-align: center;
        font-size: 13px;
        text-transform: capitalize;
    }

    #collapsibleNavbar ul.navbar-nav li.nav-item a.nav-link img {
        width: 25px;
        height: 25px;
        display: block;
        margin: 0 auto 10px;
    }

    #collapsibleNavbar ul.navbar-nav li.nav-item ul {
        display: none;
        position: absolute;
        background: #fff;
        width: 300px;
        box-shadow: 1px 1px 10px #4e82b1;
        padding: 0;
        z-index: 10000;
        left: 0;
        top: 0px;
        margin: 0 0 0 100%;
    }

    #collapsibleNavbar ul.navbar-nav li.nav-item:hover ul {
        display: block;
    }

    #collapsibleNavbar ul.navbar-nav li.nav-item ul li {
        list-style: none;
        border-bottom: 1px solid #ddd;
        padding: 5px 0;
    }

    #collapsibleNavbar ul.navbar-nav li.nav-item ul li a {
        font-size: 15px;
        text-transform: capitalize;
        color: #000;
        padding: 5px 15px;
        display: inline-block;
    }

    a, a:hover {
        text-decoration: none;
    }

    #collapsibleNavbar ul.navbar-nav li.nav-item ul li:hover a {
        color: #fff;
    }

    #collapsibleNavbar ul.navbar-nav li.nav-item ul li:hover {
        background: #4e82b1;
    }

    #collapsibleNavbar ul.navbar-nav li.nav-item ul li:last-child {
        border: none;
    }

    nav.fixed {
        width: 70px;
        overflow: hidden;
    }

    nav.fixed a.navbar-brand {
        opacity: 0;
    }

    nav.fixed #collapsibleNavbar ul.navbar-nav li.nav-item {
        width: 100%;
        margin: 0 0 10px;
    }

    nav.fixed #collapsibleNavbar ul.navbar-nav li.nav-item a.nav-link {
        font-size: 0;
    }

    nav.fixed #collapsibleNavbar ul.navbar-nav li.nav-item:hover ul {
        display: none;
    }

    nav.navbar .lien-ket ul {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    nav.navbar .lien-ket ul li {
        margin: 0 5px;
        list-style: none;
    }

    nav.navbar .lien-ket ul li a img {
        width: 36px;
        height: auto;
    }

    nav.navbar .form form.cf-form p {
        margin: 0;
        width: 80%;
        height: 100%;
    }

    nav.navbar .form form.cf-form p.submit {
        width: 20%;
    }

    nav.navbar .form form.cf-form p label {
        margin: 0;
        height: 100%;
        width: 100%;
    }

    nav.navbar .form form.cf-form p label input {
        border: none;
        height: 100%;
        color: #333;
        font-size: 13px;
        padding: 0 20px;
    }

    nav.navbar .form form.cf-form p.submit input {
        border: none;
        padding: 0;
        height: 100%;
        width: 100%;
        font-size: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    nav.navbar .form form.cf-form p.submit input:before {
        content: "\f002";
        font-family: 'FontAwesome';
        color: #58575c;
        font-size: 20px;
        display: block;
    }

    nav.fixed .form, nav.fixed .lien-ket {
        display: none;
    }

    #carouselExampleIndicators {
        width: 100%;
        max-height: 100%;
        display: list-item;
        overflow: hidden;
    }

    #carouselExampleIndicators ol.carousel-indicators, #carouselExampleIndicators a {
        display: none !important;
    }

    #carouselExampleIndicators .carousel-inner {
        max-height: 100%;
    }

    #carouselExampleIndicators .carousel-inner .carousel-item {
        max-height: 100%;
    }

    #collapsibleNavbar ul.navbar-nav li.nav-item:hover {
        box-shadow: 1px 1px 10px #31eacc;
        border-radius: 10px;
    }

    #collapsibleNavbar ul.navbar-nav li.nav-item:hover ul {
        box-shadow: 1px 1px 10px #31eacc;
        border-radius: 10px;
        background: #417ea1;
        left: 0;
        overflow: hidden;
    }

    #collapsibleNavbar ul.navbar-nav li.nav-item:hover ul li a {
        color: #fff;
    }

    section.section-1 .col-inner .text-inner ul li.selected, section.section-1 .col-inner .text-inner ul li:hover {
        color: #ffc107;
    }

    section.section-2 .col-inner .title {
        text-align: center;
        width: 100%;
        margin: 0 0 15px !important;
    }

    section.section-2 .col-inner .title h3 {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: bold;
        color: #185986;
        margin: 0;
    }

    section.section-2 .col-inner .btn-area {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin: 0 auto 30px !important;
    }

    section.section-2 .col-inner .btn-area p {
        margin: 0 15px;
        height: 40px;
        line-height: 40px;
        text-transform: capitalize;
        color: #000;
        border: 1px solid #ddd;
        padding: 0 15px;
        border-radius: 20px;
    }

    section.section-2 .col-inner .btn-area p:hover {
        background: #ffc107;
        color: #fff;
        text-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
        cursor: pointer;
    }

    section.section-2 .content .col-box .col-img img {
        width: 100%;
        height: auto;
    }

    section.section-2 .content .col-box .text-inner {
        text-align: center;
    }

    section.section-2 .content .col-box .text-inner h4 {
        font-size: 25px;
        color: #185986;
        margin: 0 0 30px;
    }

    section.section-2 .content .col-box .text-inner h4 strong {
        color: #ffc107;
    }

    section.section-2 .content .row .col-sm-6 .col-inner h5 {
        text-align: center;
        font-size: 20px;
        text-transform: capitalize;
        color: #185986;
        margin: 0 0 20px;
    }

    section.section-2 .content .row .col-sm-6 .col-inner h5:after {
        content: "";
        display: block;
        height: 2px;
        width: 100px;
        background: #185986;
        margin: 10px auto;
    }

    section.section-2 .content .row .col-sm-6 iframe {
        width: 100%;
    }

    section.section-2 .content .row .col-sm-6 .form p {
        margin: 0 0 10px;
    }

    section.section-2 .content .row .col-sm-6 .form p label {
        width: 100%;
        margin: 0;
    }

    section.section-2 .content .row .col-sm-6 .form p label input {
        width: 100%;
        height: 40px;
        font-size: 14px;
        border: 1px solid #ddd;
        padding: 0 10px;
    }

    section.section-2 .content .row .col-sm-6 .form p label textarea {
        width: 100%;
        height: 70px;
        border: 1px solid #ddd;
        padding: 0 10px;
        font-size: 14px;
    }

    section.section-2 .content .row .col-sm-6 .form p.submit input {
        border: 1px solid #ffc107;
        background: #ffc107;
        margin: 0;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        padding: 0px 20px;
    }

    section.section-1 .col-inner .text-inner ul li.selected, section.section-1 .col-inner .text-inner ul li:hover {
        color: #ffc107;
    }

    section.section-2 .container {
        display: none;
        padding: 50px 0;
    }

    section.section-2 .container.selected {
        display: block !important;
    }

    .section-2 .content .col-box {
        display: none;
    }

    section.section-2 .col-inner .btn-area p.selected {
        background: #ffc107;
        color: #fff;
    }

    section.section-3 .col-sm-6 .col-inner h3 {
        color: #fff;
        font-weight: bold;
        font-size: 35px;
        line-height: 55px;
        text-transform: uppercase;
        margin: 0 0 30px;
    }

    section.section-3 .col-sm-6 .col-inner p {
        color: #fff;
        font-size: 16px;
        text-align: justify;
        line-height: 25px;
    }

    /*section.section-4 {*/
    /*    display: inline-block;*/
    /*    width: 100%;*/
    /*    position: relative;*/
    /*    padding: 50px 0;*/
    /*    background: url(../images/BANNER/gioi-thieu.jpg) no-repeat center bottom;*/
    /*    background-size: cover;*/
    /*    margin: -24px 0 0;*/
    /*    overflow: hidden;*/
    /*}*/

    /*section.section-4:before {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    width: 69%;*/
    /*    height: 100%;*/
    /*    background: url(../images/BACKGROUND/bg-mo.png) no-repeat right;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    background-size: contain;*/
    /*}*/

    section.section-4 .container {
        position: relative;
        z-index: 10;
    }

    section.section-4 .container .col-inner h3 {
        color: #fff;
        text-transform: uppercase;
        margin: 0 0 30px;
        font-size: 30px;
    }

    section.section-4 .container .col-inner p {
        color: #fff;
        text-align: justify;
        line-height: 25px;
        margin: 0 0 30px;
    }

    section.section-4 .container .col-inner .btb-area {
        display: inline-block;
    }

    section.section-4 .container .col-inner .btb-area a {
        border: 2px solid #fff;
        padding: 10px 20px;
        font-size: 16px;
        text-transform: capitalize;
        color: #fff;
    }

    /*section.section-5 {*/
    /*    display: inline-block;*/
    /*    width: 100%;*/
    /*    position: relative;*/
    /*    padding: 10px 50px 0px 87px*/
    /*}*/

    section.section-5 ul {
        display: flex;
        justify-content: space-between;
        padding: 0;
    }

    section.section-5 .row ul li {
        width: 25%;
        list-style: none;
        position: sticky;
    }

    section.section-5 .row ul li .col-img img {
        width: 100%;
        height: auto;
    }

    section.section-5 .row ul li .col-inner {
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
        left: 0;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    section.section-5 .row ul li .col-inner .text-inner img {
        margin: 0 0 10px;
    }

    section.section-5 .row ul li .col-inner .text-inner h3 {
        font-size: 45px;
        text-transform: capitalize;
        color: #fff;
        font-weight: bold;
        margin: 0 0 15px;
    }

    section.section-5 .row ul li .col-inner .text-inner p {
        color: #fff;
        font-size: 16px;
        margin: 0;
    }

    section.section-6 {
        display: inline-block;
        width: 100%;
        position: relative;
        padding: 50px 0;
        background: var(--color-primary);
        margin: 0 0 50px;
    }

    section.section-6 .col-inner h3 {
        font-size: 30px;
        text-transform: uppercase;
        margin: 0 0 30px;
        text-align: center;
        font-weight: bold;
        color: #fff;
    }

    section.section-6 .col-sm-4 .col-img img {
        width: 100%;
        height: auto;
        margin: 2px 23px 10px 0px;

    }

    section.section-6 .col-sm-4 .text-inner:before {
        content: "";
        width: 1px;
        height: 100%;
        background: #ddd;
        display: block;
        position: absolute;
        left: 3px;
    }

    section.section-6 .col-sm-4 .text-inner {
        position: sticky;
        padding: 0 0 0 20px;


    }

    section.section-6 .col-sm-4 .text-inner:after {
        content: "";
        width: 3px;
        height: 30px;
        position: absolute;
        top: 0;
        left: 0;
        background: #ffc107;
    }

    section.section-6 .col-sm-4 .text-inner h5 {
        font-size: 20px;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        margin: 0 0 15px;;
    }

    section.section-6 .col-sm-4 .text-inner ul {
        padding: 0;
        margin: 0 0 0 20px;
    }

    section.section-6 .col-sm-4 .text-inner ul li {
        margin: 0 0 15px;
        font-size: 15px;
        color: #fff;
    }

    .section-2 .content .col-box .cong-hang .img {
        width: 19%;
        text-align: center;
    }

    .section-2 .content .col-box .cong-hang .img img {
        width: 100%;
        height: auto;
        margin: 0 0 10px;
    }

    .section-2 .content .col-box .cong-hang .img p {
        font-size: 14px;
        color: #002245;
    }

    /*section.section-4:after {*/
    /*    content: "";*/
    /*    display: block;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    position: absolute;*/
    /*    right: -69%;*/
    /*    top: 0;*/
    /*    opacity: 1;*/
    /*    background: rgb(7 54 92 / 85%);*/
    /*}*/


    section.section-7 .col-sm-6 .col-inner h3.title {
        background: var(--color-primary);
        width: fit-content;
        line-height: 40px;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        padding: 0 15px;
        margin-bottom: 0;
        position: relative;
        display: inline-block;
        clear: both;
        height: 40px;
    }

    section.section-7 .col-sm-6 .col-inner h3.title:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 40px solid transparent;
        border-left: 40px solid var(--color-primary);
        right: -40px;
        top: 0px;
    }

    section.section-7 .col-sm-6 .news .new-items {
        display: flex;
        justify-content: space-between;
        margin: 0 0 10px;
        border-bottom: 2px dashed #28448e;
        padding: 0 0 10px;
    }

    section.section-7 .col-sm-6 .news .new-items .col-img {
        width: 50%;
        overflow: hidden;
        height: 150px;
    }

    section.section-7 .col-sm-6 .news .new-items .content {
        width: 48%;
    }

    section.section-7 .col-sm-6 .news .new-items .col-img img {
        width: 100%;
        height: auto;
    }

    section.section-7 .col-sm-6 .news .new-items .content p.date {
        font-size: 13px;
        margin: 0 0 5px;
    }

    section.section-7 .col-sm-6 .news .new-items .content p.date:before {
        content: "\f133";
        font-family: 'FontAwesome';
        margin: 0 5px 0 0;
    }

    section.section-7 .col-sm-6 .news .new-items .content h4 {
        color: #28448e;
        line-height: 25px;
        font-size: 20px;
        max-height: 50px;
        overflow: hidden;
        margin-bottom: 10px;
        font-weight: bold;
        text-transform: capitalize;
    }

    section.section-7 .col-sm-6 .news .new-items .content p.description {
        font-size: 15px;
        color: #000;
        text-align: justify;
        height: 69px;
        margin: 0;
        overflow: hidden;
        line-height: 23px;
    }

    section.section-7 .container {
    }

    section.section-7 .col-sm-6 .news ul {
        padding: 0;
        margin: 0 0 0 20px;
    }

    section.section-7 .col-sm-6 .news ul li {
        margin: 0 0 10px;
        font-size: 15px;
        color: #000;
    }

    section.section-8 {
        display: inline-block;
        width: 100%;
        background: var(--color-primary);
        padding: 50px 0;
    }

    section.section-8 .col-inner h3 {
        text-align: center;
        margin: 0 0 30px;
        color: #fff;
    }

    section.section-8 img {
        border-radius: 10px;
        /* height: 50px; */
    }

    section.section-9 {
        background: url(../images/BANNER/bg-bot.jpg) no-repeat;
        background-size: cover;
        padding: 100px 0;
        display: inline-block;
        width: 100%;
        position: relative;
    }

    section.section-9 h3 {
        color: #fff;
        text-transform: uppercase;
    }

    section.section-9 p {
        color: #fff;
        font-size: 16px;
        text-align: justify;
        line-height: 25px;
        margin: 0;
    }

    section.section-9 .btn-area {
        display: inline-block;
    }

    section.section-9 .btn-area a {
        border: 2px solid #fff;
        padding: 10px 20px;
        font-size: 15px;
        color: #fff;
    }

    section.section-8 .container {
        max-width: 100%;
    }

    section.section-8 .container .slide {
        display: flex;
        justify-content: space-between;
    }

    section.section-8 .container .slide .carousel:nth-child(4), section.section-8 .container .slide .carousel:last-child {
        display: none;
    }

    section.section-8 .container .slide .carousel-inner {
        display: flex;
        justify-content: space-between;
    }

    section.section-8 .container .slide .carousel:nth-child(2) {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section.section-8 .container .slide .carousel {
        width: 10%;
        overflow: hidden;
    }

    section.section-8 .carousel-inner:after {
        display: none;
    }

    section.section-8 .container .slide .carousel img {
        height: 100%;
        width: auto !important;
    }

    /* footer.text-muted .widgets_wrapper {padding: 80px 0;display: inline-block;width: 100%;} */
    /*footer.text-muted .widgets_wrapper {*/
    /*    padding: 80px 70px;*/
    /*    display: inline-block;*/
    /*    width: 107%;*/
    /*}*/

    #Footer .widgets_wrapper .column {
        margin-bottom: 0;
    }

    /*.one-fourth.column, .four.columns {*/
    /*    width: 23%;*/
    /*}*/

    /*footer.text-muted .widgets_wrapper .textwidget p a {*/
    /*    font-size: 15px;*/
    /*    color: #795548;*/
    /*}*/

    .icon-facebook:before {
        content: '\f082';
        font-family: 'FontAwesome';
        font-style: initial;
        font-size: 25px;
    }

    .icon-gplus:before {
        content: '\f0d5';
        font-family: 'FontAwesome';
        font-style: initial;
        font-size: 25px;
    }

    .icon-twitter:before {
        content: '\f099';
        font-family: 'FontAwesome';
        font-style: initial;
        font-size: 25px;
    }

    .icon-vimeo:before {
        content: '\f27d';
        font-family: 'FontAwesome';
        font-style: initial;
        font-size: 25px;
    }

    footer .language {
        position: fixed;
        right: 10px;
        bottom: 30px;
        border: 1px solid var(--color-primary);
        height: 50px;
        width: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10000;
    }

    footer .language a {
        color: #0088ff;
        font-size: 14px;
    }

    .section-2 .content .col-box .col-cho-ban .col-sm-6 .col-img img {
        width: 100%;
        height: auto;
    }

    .section-2 .content .col-box .col-cho-ban .col-sm-6 {
        position: sticky;
        margin: 0 0 25px;
    }

    .section-2 .content .col-box .col-cho-ban .col-sm-6 h4 {
        height: 70px;
        position: absolute;
        bottom: 0;
        background: rgba(255, 255, 255, 0.8);
        width: calc(100% - 30px);
        margin: 0;
        padding: 0 20px;
        line-height: 50px;
        text-transform: capitalize;
        font-weight: bold;
        color: #185986;
    }

    section.section-2 .content.selected {
        display: block;
    }

    section.section-2 .container .content ul li {
        list-style: none;
        margin: 0;
        text-transform: capitalize;
        font-size: 16px;
        padding: 5px 30px;
        border-right: 1px solid #ddd;
    }

    section.section-2 .container .content ul li.selected, section.section-2 .container .content ul li:hover {
        background: #ffc107;
        color: #fff;
        cursor: pointer;
    }

    section.section-2 .container .content .col-box.selected {
        display: flex !important;
        justify-content: space-between;
    }

    section.section-2 .container .content .col-box .col-img {
        text-align: center;
        margin: 0 5px;
    }

    section.section-2 .container .content .col-box .col-img .box {
        display: none;
        margin: 15px 0 0;
    }

    section.section-2 .container .content .col-box .col-img .box a {
        font-size: 16px;
        text-transform: capitalize;
        border: 1px solid #ddd;
        padding: 5px 10px;
        border-radius: 20px;
        background: #ffc107;
        color: #fff;
        display: inline-block;
    }

    section.section-2 .container .content ul li:last-child {
        border: none;
    }

    section.section-2 .container .content .col-box .col-img .box.selected {
        display: inline-block;
    }

    section.section-2 .content .col-sm-8 .he-thong form p {
        width: 100%;
    }

    section.section-2 .content .col-sm-8 .he-thong form p select {
        width: 100%;
        height: 40px;
        background: #eee;
        border: 1px solid #ddd;
        padding: 0 10px;
        font-size: 15px;
    }

    form p select {
        width: 100%;
        height: 40px;
        background: #eee;
        border: 1px solid #ddd;
        padding: 0 10px;
        font-size: 15px;
    }

    section.section-2 .content .col-sm-8 .he-thong .destro h5 {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .nha-phan-phoi .destro h5 {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
    }

    section.section-2 .content .col-sm-8 .he-thong .tim-tho-dai-ly {
        display: flex;
        align-items: center;
        justify-content: left;
        margin: 30px 0;
    }

    #tim-tho-dai-ly-distributor {
        display: flex;
        align-items: center;
        justify-content: left;
        margin: 30px 0;
    }

    #tim-tho-dai-ly-distributor p {
        border: 1px solid #ddd;
        margin: 0 15px 0 0;
        padding: 10px 20px;
        text-transform: capitalize;
        color: #000;
        cursor: pointer;
        background: #eee;
    }

    #tim-tho-dai-ly-distributor p {
        border: 1px solid #ddd;
        margin: 0 15px 0 0;
        padding: 10px 20px;
        text-transform: capitalize;
        color: #000;
        cursor: pointer;
        background: #eee;
    }

    section.section-2 .content .col-sm-8 .he-thong .tim-tho-dai-ly p {
        border: 1px solid #ddd;
        margin: 0 15px 0 0;
        padding: 10px 20px;
        text-transform: capitalize;
        color: #000;
        cursor: pointer;
        background: #eee;
    }

    section.section-2 .content .col-sm-8 .he-thong .maps iframe {
        width: 100%;
        height: 500px;
    }

    section.section-2 .content .col-sm-4 .col-inner .dia-diem .dia-diem-item {
        display: block;
        margin: 0 0 28px;
    }

    section.section-2 .content .col-sm-4 .col-inner .dia-diem .dia-diem-item h4 {
        font-size: 17px;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0 0 10px;
    }

    section.section-2 .content .col-sm-4 .col-inner .dia-diem .dia-diem-item p {
        font-size: 15px;
        color: #555;
        margin: 0 0 5px;
    }

    section.section-2 .content .col-sm-4 .col-inner .dia-diem .dia-diem-item p strong {
        color: #000;
        text-transform: capitalize;
    }

    section.section-2 .content .col-img img {
        width: 100%;
        height: auto;
    }

    section.section-2 .content .col-img {
        text-align: right;
    }

    section.section-2 .col-inner .text-inner .btn-area {
        display: inline-block;
    }

    section.section-2 .content .nha-phan-phoi .col-inner h3 {
        font-size: 25px;
        text-transform: capitalize;
        margin: 0 0 25px;
    }

    section.section-2 .content .nha-phan-phoi ul {
        display: block;
        padding: 0;
    }

    section.section-2 .content .nha-phan-phoi ul li {
        float: left;
        width: fit-content;
        border: 1px solid #ddd !important;
        margin: 0 10px 10px 0;
        padding: 5px 10px;
        text-transform: capitalize;
        color: #333;
    }

    section.section-2 .col-inner .dia-diem h5 {
        text-align: left !important;
        color: #000 !important;
        font-weight: bold !important;
        margin: 0 0 10px !important;
    }

    section.section-2 .col-inner .dia-diem h5:after {
        display: none !important;
    }

    section.section-2 .col-inner .dia-diem .dia-diem-item {
        border: 1px solid #eee;
        margin: 0 0 10px;
        padding: 10px;
    }

    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
    }

}

/*768px below*/
@media (max-width: 768px) {
    nav.navbar {
        background: #28448e;
    }

    nav.navbar a.navbar-brand img {
        height: 65px;
        object-fit: contain;
    }

    nav.navbar .lien-ket {
        display: none;
    }

    nav.navbar .lien-ket-mobile{
        display: block;
    }

    nav.navbar .lien-ket-mobile > ul{
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: start;
    }

    nav.navbar .lien-ket-mobile > ul > li {
        margin: 0 5px;
        list-style: none;
    }

    nav.navbar .form {
        width: 100%;
    }

    nav.navbar .form form.cf-form {
        display: flex;
        justify-content: space-between;
        margin: 10px 0 0;
        height: 35px;
        overflow: hidden;
        background: #fff;
        border-radius: 5px;
    }

    nav.navbar .form form.cf-form p {
        width: 80%;
        height: 100%;
        margin: 0;
    }

    nav.navbar .form form.cf-form p.submit {
        width: 20%;
    }

    nav.navbar .form form.cf-form p label {
        height: 100%;
        margin: 0;
        width: 100%;
    }

    nav.navbar .form form.cf-form p label input {
        width: 100%;
        height: 100%;
        border: none;
        font-size: 14px;
        padding: 0 10px;
    }

    nav.navbar .form form.cf-form p.submit input {
        height: 100%;
        width: 100%;
        border: none;
        font-size: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ddd;
    }

    nav.navbar .form form.cf-form p.submit input:before {
        content: "\f002";
        color: #000;
        font-size: 20px;
    }

    nav.navbar ul.navbar-nav li.nav-item {
        margin: 0 0 5px;
    }

    nav.navbar ul.navbar-nav li.nav-item a.nav-link {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
    }

    nav.navbar ul.navbar-nav li.nav-item a.nav-link img {
        width: 30px;
        height: auto;
        margin: 0 10px 0 0;
    }

    nav.navbar ul.navbar-nav li.nav-item ul li {
        list-style: disc;
        color: #fff;
        font-size: 14px;
        margin: 0 0 5px;
    }

    nav.navbar ul.navbar-nav li.nav-item ul li a {
        color: #fff;
        text-transform: capitalize;
    }

    section.section-1 {
        background: #115e8a;
        display: inline-block;
        width: 100%;
        position: relative;
        padding: 50px 0;
        background-size: cover;
    }

    section.section-1 .col-inner .text-inner h3 {
        color: #fff;
        font-size: 25px;
        text-align: center;
        margin: 0 0 10px;
        text-transform: uppercase;
    }

    section.section-1 .col-inner .text-inner p {
        margin: 0 0 25px;
        font-size: 16px;
    }

    section.section-1 .col-inner .text-inner ul {
        overflow-x: hidden;
    }

    section.section-1 .col-inner .text-inner ul li {
        font-size: 10px;
        width: 20%;
    }

    section.section-1 .col-inner .text-inner ul li img {
        margin: 0 auto 10px;
        width: 100%;
        height: auto;
    }

    section.section-1 .col-inner .text-inner {
        width: 100%;
    }

    section.section-1 .col-inner .text-inner .content {
        width: 100%;
    }

    section.section-1 .col-inner .text-inner ul li:last-child {
        margin: 0;
    }

    section.section-2 .content{
        padding-inline: 30px;
    }

    section.section-2 .content .col-sm-8 .he-thong .maps > div{
        height: 300px !important;
    }

    section.section-2 .content .wrapper-dia-diem{
        margin: 15px;
        height: 400px;
        padding-block: 15px;
    }
    section.section-2 .content .dia-diem{
        margin-top: 0 !important;
    }

    section.section-2 .content .wrapper-dia-diem .col-inner{
        height: 100% !important;
    }

    section.section-2 .selected .selected{
        display: block;
    }

    section.section-2 .container .content .col-box.selected{
        flex-wrap: wrap;
        padding: 15px;
    }

    section.section-2 .container .content .col-box.selected .col-img{
        margin-bottom: 15px;
    }

    section.section-2 .col-inner .title {
        text-align: center;
        width: 100%;
        margin: 0;
        padding: 15px;
    }

    section.section-2 .col-inner {
        width: 100%;
    }

    section.section-2 .col-inner .title h3 {
        font-size: 25px;
        text-transform: uppercase;
        font-weight: bold;
        color: #185986;
        margin: 0;
    }

    section.section-2 .col-inner .btn-area {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin: 0;
        flex-wrap: wrap;
        padding: 15px;
    }

    section.section-2 .col-inner .btn-area p {
        margin: 10px;
        height: 40px;
        line-height: 40px;
        text-transform: capitalize;
        color: #000;
        border: 1px solid #ddd;
        padding: 0 15px;
        border-radius: 20px;
        font-size: 14px;
    }

    section.section-2 .col-inner .btn-area p:hover {
        background: #ffc107;
        color: #fff;
        text-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
        cursor: pointer;
    }

    section.section-2 .content {
        width: 100%;
    }

    section.section-2 .content .col-box .col-img img {
        width: 100%;
        height: auto;
    }

    section.section-2 .content .col-box .text-inner {
        text-align: center;
        overflow: hidden;
        width: 95%;
        margin: auto;
    }

    section.section-2 .content .col-box .text-inner h4 {
        font-size: 25px;
        color: #185986;
        margin: 0 0 30px;
        padding: 0 10px;
    }

    section.section-2 .content .col-box .text-inner h4 strong {
        color: #ffc107;
    }

    section.section-2 .content .col-box .form-inner .row .col-sm-6 .col-inner h5 {
        text-align: center;
        font-size: 16px;
        text-transform: capitalize;
        color: #185986;
        margin: 0 0 20px;
    }

    section.section-2 .content .col-box .form-inner .row .col-sm-6 .col-inner h5:after {
        content: "";
        display: block;
        height: 2px;
        width: 100px;
        background: #185986;
        margin: 10px auto;
    }

    section.section-2 .content .col-box .form-inner .row .col-sm-6 iframe {
        width: 100%;
        height: 230px;
    }

    section.section-2 .content .col-box .form-inner .row .col-sm-6 .form p {
        margin: 0 auto 10px;
        width: 90%;
    }

    section.section-2 .content .col-box .form-inner .row .col-sm-6 .form p label {
        width: 100%;
        margin: 0;
    }

    section.section-2 .content .col-box .form-inner .row .col-sm-6 .form p label input {
        width: 100%;
        height: 40px;
        font-size: 14px;
        border: 1px solid #ddd;
        padding: 0 10px;
    }

    section.section-2 .content .col-box .form-inner .row .col-sm-6 .form p label textarea {
        width: 100%;
        height: 70px;
        border: 1px solid #ddd;
        padding: 0 10px;
        font-size: 14px;
    }

    section.section-2 .content .col-box .form-inner .row .col-sm-6 .form p.submit input {
        border: 1px solid #ffc107;
        background: #ffc107;
        margin: 0;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        padding: 0px 20px;
    }

    section.section-1 .col-inner .text-inner ul li.selected {
        color: #ffc107;
    }

    section.section-2 .container {
        display: none;
    }

    section.section-2 .container.selected {
        display: block !important;
    }

    .section-2 .content .col-box {
        display: none;
    }

    .section-2 .content .col-box.selected {
        display: block !important;
    }

    section.section-2 .content .col-sm-6 .col-inner .col-img img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    section.section-2 .col-inner .btn-area p.selected {
        background: #ffc107;
    }

    section.section-2 .content .col-inner .text-inner h3{
        text-align: left;
        margin-bottom: 0;
        padding-left: 15px;
    }

    section.section-2 .content .col-inner .text-inner p{
        padding: 15px;
        margin-bottom: 0;
    }

    section.section-2 .content .col-inner .text-inner .ho-so{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    section.section-2 .content .col-inner .text-inner .ho-so .items{
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
        margin-bottom: 30px;
    }

    section.section-2 .content .col-inner .text-inner .ho-so .items h3{
        margin-right: 0;
    }

    section.section-2 .content .col-inner .text-inner .ho-so .items h4{
        text-align: center;
    }

    section.section-2 .content .col-inner .text-inner .ho-so .items:nth-child(2n) h4{
        text-align: center;
    }

    section.section-2 .content .col-inner .text-inner .ho-so .items:nth-child(2n){
        justify-content: center;
    }

    section.section-2 .content .col-inner .col-img{
        display: flex;
        justify-content: center;
    }

    section.section-2 .container:nth-child(3) .btn-area {
        display: flex;
    }

    section.section-2 .container:nth-child(3) .content .col-box:last-child {
        display: block !important;
    }

    section.section-2 .col-inner .img-ho-so-gioi-thieu img{
        width: 100%;
    }

    section.section-2 .content #carouselExampleIndicators{
        padding-bottom: 30px;
        height: unset !important;
    }

    section.section-2 .content .col-inner .text-inner h3{
        margin-top: 30px;
    }

    section.section-2 .content #carouselExampleIndicators{
        padding: 15px;
    }

    section.section-2 .content #carouselExampleIndicators ol.carousel-indicators{
        margin-bottom: -20px;
    }

    section.section-2 .content .product-items{
        display: block !important;
    }

    section.section-2 .content .product-items .product{
        width: 100%;
    }

    section.section-2 .content .col-sm-6 .col-inner h4 a{
        font-size: 17px;
    }

    section.section-3 {
        display: none;
        width: 100%;
        padding: 50px 0;
        background: #002245;
        position: relative;
    }

    section.section-3 .col-sm-6 .col-inner h3 {
        color: #fff;
        font-weight: bold;
        font-size: 25px;
        line-height: 40px;
        text-transform: uppercase;
        margin: 0 0 30px;
    }

    section.section-3 .col-sm-6 .col-inner p {
        color: #fff;
        font-size: 14px;
        text-align: justify;
        line-height: 25px;
    }

    section.section-3 .col-sm-6 .col-inner ul li {
        width: 100%;
    }

    section.section-3 .col-sm-6 .col-inner ul li .text-inner h4 {
        font-size: 30px;
    }

    section.section-3 .col-sm-6 .col-inner ul li .text-inner h4 strong {
        font-size: 12px;
    }

    .section-2 .content .col-box .cong-hang {
        display: inline-block !important;
        width: 80%;
        margin: 0 10%;
    }

    .section-2 .content .col-box .cong-hang .img {
        margin: 0 0 20px;
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: #115e8a;
    }

    .section-2 .content .col-box .cong-hang .img img {
        width: 100%;
        height: auto;
        margin: 0 0 10px;
    }

    section.section-4 {
        display: inline-block;
        width: 100%;
        position: relative;
        padding: 50px 0;
        background: url(../images/BANNER/gioi-thieu.jpg) no-repeat center bottom;
        background-size: cover;
        overflow: hidden;
        margin: -24px 0 0;
    }

    section.section-4:before {
        content: "";
        background: none;
    }

    section.section-4::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 1;
        background: rgb(7 54 92 / 85%);
    }

    section.section-4 .container {
        position: relative;
        z-index: 10;
    }

    section.section-4 .container .col-inner h3 {
        color: #fff;
        text-transform: uppercase;
        margin: 0 0 30px;
        font-size: 25px;
    }

    section.section-4 .container .text-intro{
        flex: 0 0 100%;
        max-width: 100%;
    }

    section.section-4 .container .col-inner p {
        color: #fff;
        text-align: justify;
        line-height: 25px;
        margin: 0 0 30px;
    }

    section.section-4 .container .col-inner .btb-area {
        display: inline-block;
    }

    section.section-4 .container .col-inner .btb-area a {
        border: 2px solid #fff;
        padding: 10px 20px;
        font-size: 15px;
        text-transform: capitalize;
        color: #fff;
    }

    section.section-5 {
        display: inline-block;
        width: 100%;
        position: relative;
        padding: 50px 0;
    }

    section.section-5 ul {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    section.section-5 .row {
        width: 100%;
        margin: 0;
        max-width: 100%;
        display: inline-block;
    }

    section.section-5 .row ul li {
        width: 45%;
        list-style: none;
        position: sticky;
        margin: 5px;
    }

    section.section-5 .row ul li .col-img img {
        width: 100%;
        height: auto;
    }

    section.section-5 .row ul li .col-inner {
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
        left: 0;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    section.section-5 .row ul li .col-inner .text-inner img {
        margin: 0 0 10px;
    }

    section.section-5 .row ul li .col-inner .text-inner h3 {
        font-size: 50px;
        text-transform: capitalize;
        color: #fff;
        font-weight: bold;
        margin: 0 0 15px;
    }

    section.section-5 .row ul li .col-inner .text-inner p {
        color: #fff;
        font-size: 14px;
        margin: 0;
    }

    section.section-6 {
        display: inline-block;
        width: 100%;
        position: relative;
        padding: 50px 0 0;
    }

    section.section-6 .col-inner h3 {
        font-size: 25px;
        text-transform: uppercase;
        margin: 0 0 30px;
        text-align: center;
        font-weight: bold;
        color: #eee;
    }

    section.section-6 .col-sm-4 .col-img img {
        width: 100%;
        height: auto;
        margin: 0 0 15px;
    }

    section.section-6 .col-sm-4 .text-inner:before {
        content: "";
        width: 1px;
        height: 100%;
        background: #ddd;
        display: block;
        position: absolute;
        left: 3px;
    }

    section.section-6 .col-sm-4 .text-inner {
        position: sticky;
        padding: 0 0 0 20px;
    }

    section.section-6 .col-sm-4 .text-inner:after {
        content: "";
        width: 3px;
        height: 30px;
        position: absolute;
        top: 0;
        left: 0;
        background: #efb812;
    }

    section.section-6 .col-sm-4 .text-inner h5 {
        font-size: 17px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
    }

    section.section-6 .col-sm-4 .text-inner ul {
        padding: 0;
        margin: 0 0 0 20px;
    }

    section.section-6 .col-sm-4 .text-inner ul li {
        margin: 0 0 5px;
        font-size: 14px;
        color: #fff;
    }

    section.section-6 .col-sm-4 {
        margin: 0 0 30px;
    }

    section.section-7 {
        display: inline-block;
        width: 100%;
        position: relative;
        margin: 0 0 25px;
    }

    section.section-7 .col-sm-6 .col-inner h3.title {
        background: var(--color-primary);
        width: fit-content;
        line-height: 40px;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        padding: 0 15px;
        margin-bottom: 0px;
        position: relative;
        display: inline-block;
        clear: both;
        height: 40px;
        margin-top: 2px;
    }

    section.section-7 .col-sm-6 .col-inner h3.title:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 40px solid transparent;
        border-left: 40px solid var(--color-primary);
        right: -40px;
        top: 0px;
    }

    section.section-7 .col-sm-6 .news .new-items {
        margin: 0 0 5px;
        border-bottom: 1px solid #ddd;
        padding: 0 0 5px;
    }

    section.section-7 .col-sm-6 .news .new-items .col-img {
        width: 100%;
        overflow: hidden;
        margin: 0 0 10px;
    }

    section.section-7 .col-sm-6 .news .new-items .content {
        width: 100%;
    }

    section.section-7 .col-sm-6 .news .new-items .col-img img {
        width: 100%;
        height: auto;
    }

    section.section-7 .col-sm-6 .news .new-items .content p.date {
        font-size: 13px;
        margin: 0 0 5px;
    }

    section.section-7 .col-sm-6 .news .new-items .content p.date:before {
        content: "\f133";
        font-family: 'FontAwesome';
        margin: 0 5px 0 0;
    }

    section.section-7 .col-sm-6 .news .new-items .content h4 {
        color: #333;
        line-height: 25px;
        font-size: 20px;
        max-height: 50px;
        overflow: hidden;
        margin-bottom: 10px;
        font-weight: bold;
    }

    section.section-7 .col-sm-6 .news .new-items .content p.description {
        font-size: 14px;
        color: #333;
        text-align: justify;
    }

    section.section-7 .col-sm-6 .news ul {
        padding: 0;
        margin: 0 0 0 20px;
    }

    section.section-7 .col-sm-6 .news ul li {
        margin: 0 0 10px;
        font-size: 14px;
        color: #333;
    }

    section.section-8 .container {
        max-width: 100%;
    }

    section.section-8 .container .slide {
        display: flex;
        justify-content: space-between;
    }

    section.section-8 .container .slide .carousel {
        display: none;
    }

    section.section-8 .container .slide .carousel-inner {
        display: flex;
        justify-content: space-between;
    }

    section.section-8 .container .slide .carousel:nth-child(1) {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section.section-8 .container .slide .carousel {
        width: 10%;
        overflow: hidden;
    }

    section.section-8 .carousel-inner:after {
        display: none;
    }

    section.section-8 h3 {
        text-align: center;
        color: #fff;
        font-size: 25px;
        margin: 0 0 30px;
    }

    section.section-9 {
        background: url(../images/BANNER/bg-bot.jpg) no-repeat;
        background-size: cover;
        padding: 100px 0;
        display: inline-block;
        width: 100%;
        position: relative;
    }

    section.section-9 h3 {
        color: #fff;
        text-transform: uppercase;
    }

    section.section-9 p {
        color: #fff;
        font-size: 15px;
        text-align: justify;
        line-height: 25px;
        margin: 0 0 30px;
    }

    section.section-9 .btn-area {
        display: inline-block;
    }

    section.section-9 .btn-area a {
        border: 2px solid #fff;
        padding: 10px 20px;
        font-size: 15px;
        color: #fff;
    }

    section.section-8 {
        display: inline-block;
        width: 100%;
        background: var(--color-primary);
        padding: 50px 0;
    }

    footer.text-muted .widgets_wrapper {
        padding: 50px 0 0;
        display: inline-block;
        width: 100%;
    }

    #Footer .widgets_wrapper .column {
        margin-bottom: 0;
    }

    .one-fourth.column, .four.columns {
        width: 100%;
    }

    .column, .columns {
        float: left;
        margin: 0 1% 40px;
        text-align: left;
    }

    footer.text-muted .widgets_wrapper .textwidget p a {
        font-size: 15px;
        color: #795548;
    }


    .icon-facebook:before {
        content: '\f082';
        font-family: 'FontAwesome';
        font-style: initial;
        font-size: 25px;
    }

    .icon-gplus:before {
        content: '\f0d5';
        font-family: 'FontAwesome';
        font-style: initial;
        font-size: 25px;
    }

    .icon-twitter:before {
        content: '\f099';
        font-family: 'FontAwesome';
        font-style: initial;
        font-size: 25px;
    }

    .icon-vimeo:before {
        content: '\f27d';
        font-family: 'FontAwesome';
        font-style: initial;
        font-size: 25px;
    }

    footer .language {
        position: fixed;
        right: 10px;
        bottom: 30px;
        border: 1px solid var(--color-primary);
        height: 50px;
        width: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10000;
    }

    footer .language a {
        color: #0088ff;
        font-size: 14px;
    }

    .section-2 .content .col-box .col-cho-ban .col-sm-6 .col-img img {
        width: 100%;
        height: auto;
    }

    .section-2 .content .col-box .col-cho-ban .col-sm-6 {
        position: sticky;
        margin: 0 0 25px;
    }

    .section-2 .content .col-box .col-cho-ban .col-sm-6 h4 {
        height: 70px;
        position: absolute;
        bottom: 0;
        background: rgba(255, 255, 255, 0.8);
        width: calc(100% - 30px);
        margin: 0;
        padding: 0 20px;
        line-height: 50px;
        text-transform: capitalize;
        font-weight: bold;
        color: #185986;
    }

    .section-2 .content .col-box .col-cho-ban {
        width: 90%;
        overflow: hidden;
        margin: auto;
    }

    section.section-2 .container .content ul li {
        list-style: none;
        margin: 10px;
        border: 1px solid #ddd;
        text-transform: capitalize;
        font-size: 16px;
        padding: 5px 10px;
        border-radius: 25px;
    }

    section.section-2 .container .content ul li.selected, section.section-2 .container .content ul li:hover {
        background: #ffc107;
        color: #fff;
        cursor: pointer;
    }

    section.section-2 .container .content .col-box.selected {
        display: flex !important;
        justify-content: space-between;
    }

    section.section-2 .container .content .col-box .col-img {
        text-align: center;
        margin: 15px 5px;
    }

    section.section-2 .container .content .col-box .col-img .box {
        display: inline-block;
        margin: 15px 0 0;
    }

    section.section-2 .container .content .col-box .col-img .box a {
        font-size: 16px;
        text-transform: capitalize;
        border: 1px solid #ddd;
        padding: 5px 10px;
        border-radius: 20px;
        background: #ffc107;
        color: #fff;
        display: inline-block;
    }

    #carouselExampleIndicators {
        height: 40vh !important;
    }
}

/*Between 768px and 1200px*/
@media (max-width: 1200px) and (min-width: 768px) {
    nav.navbar {
        background: #142751;
    }

    nav.navbar a.navbar-brand img {
        height: 65px;
        object-fit: contain;
    }

    nav.navbar .lien-ket {
        display: none;
    }

    nav.navbar .lien-ket-mobile {
        display: block;
    }

    nav.navbar .lien-ket-mobile > ul{
         padding: 0;
         margin: 0;
         display: flex;
         align-items: center;
         justify-content: start;
     }

    nav.navbar .lien-ket-mobile > ul > li {
        margin: 0 5px;
        list-style: none;
    }

    nav.navbar .form {
        width: 255px;
    }

    nav.navbar .form form.cf-form {
        display: flex;
        justify-content: space-between;
        margin: 10px 0 0;
        height: 35px;
        overflow: hidden;
        background: #fff;
        border-radius: 5px;
    }

    nav.navbar .form form.cf-form p {
        width: 80%;
        height: 100%;
        margin: 0;
    }

    nav.navbar .form form.cf-form p.submit {
        width: 20%;
    }

    nav.navbar .form form.cf-form p label {
        height: 100%;
        margin: 0;
        width: 100%;
    }

    nav.navbar .form form.cf-form p label input {
        width: 100%;
        height: 100%;
        border: none;
        font-size: 14px;
        padding: 0 10px;
    }

    nav.navbar .form form.cf-form p.submit input {
        height: 100%;
        width: 100%;
        border: none;
        font-size: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ddd;
    }

    nav.navbar .form form.cf-form p.submit input:before {
        content: "\f002";
        color: #000;
        font-size: 20px;
    }

    nav.navbar ul.navbar-nav li.nav-item {
        margin: 0 0 5px;
    }

    nav.navbar ul.navbar-nav li.nav-item a.nav-link {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
    }

    nav.navbar ul.navbar-nav li.nav-item a.nav-link img {
        width: 30px;
        height: auto;
        margin: 0 10px 0 0;
    }

    nav.navbar ul.navbar-nav li.nav-item ul li {
        list-style: disc;
        color: #fff;
        font-size: 14px;
        margin: 0 0 5px;
    }

    nav.navbar ul.navbar-nav li.nav-item ul li a {
        color: #fff;
        text-transform: capitalize;
    }

    section.section-1 {
        background: #115e8a;
        display: inline-block;
        width: 100%;
        position: relative;
        padding: 50px 0;
        background-size: cover;
    }
    section.section-2 .selected .selected{
        display: block;
    }
    section.section-1 .col-inner .text-inner h3 {
        color: #fff;
        font-size: 25px;
        text-align: center;
        margin: 0 0 10px;
        text-transform: uppercase;
    }

    section.section-1 .col-inner .text-inner p {
        text-align: center;
        font-size: 16px;
    }

    section.section-1 .col-inner .text-inner ul li {
        font-size: 10px;
        width: unset;
    }

    section.section-1 .col-inner .text-inner ul li img {
        margin: 0 auto 10px;
        width: 100px;
        height: auto;
    }

    section.section-1 .col-inner .text-inner {
        width: 100%;
    }

    section.section-1 .col-inner .text-inner .content {
        width: 100%;
        /* overflow: scroll; */
        /*margin-left: 45px;*/
    }

    section.section-1 .col-inner .text-inner ul li:last-child {
        margin: 0;
    }

    section.section-2 .col-inner .title {
        text-align: center;
        width: 100%;
        margin: 0 0 15px;
    }

    section.section-2 .col-inner {
        width: 100%;
    }

    section.section-2 .col-img-ho-so-nang-luc > .col-inner {
        width: unset !important;
    }

    section.section-2 .col-inner .title h3 {
        font-size: 25px;
        text-transform: uppercase;
        font-weight: bold;
        color: #185986;
        margin: 0;
    }

    section.section-2 .col-inner .btn-area {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin: 0 auto 30px;
    }

    section.section-2 .col-inner .btn-area p {
        margin: 0 5px;
        height: 40px;
        line-height: 40px;
        text-transform: capitalize;
        color: #000;
        border: 1px solid #ddd;
        padding: 0 15px;
        border-radius: 20px;
        font-size: 14px;
    }

    section.section-2 .col-inner .btn-area p:hover {
        background: #ffc107;
        color: #fff;
        text-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
        cursor: pointer;
    }

    section.section-2 .content .col-inner .btn-area{
        margin: unset;
    }

    section.section-2 .content .img-ho-so-gioi-thieu img{
        width: 100% !important;
    }

    section.section-2 .content {
        width: 100%;
    }

    section.section-2 .content .col-box .col-img img {
        width: 100%;
        height: auto;
    }

    section.section-2 .content .col-box .text-inner {
        text-align: center;
        overflow: hidden;
        width: 95%;
        margin: auto;
    }

    section.section-2 .content .col-box .text-inner h4 {
        font-size: 25px;
        color: #185986;
        margin: 0 0 30px;
        padding: 0 10px;
    }

    section.section-2 .content .col-box .text-inner h4 strong {
        color: #ffc107;
    }

    section.section-2 .content .col-box .form-inner .row .col-sm-6 .col-inner h5 {
        text-align: center;
        font-size: 16px;
        text-transform: capitalize;
        color: #185986;
        margin: 0 0 20px;
    }

    section.section-2 .content .col-box .form-inner .row .col-sm-6 .col-inner h5:after {
        content: "";
        display: block;
        height: 2px;
        width: 100px;
        background: #185986;
        margin: 10px auto;
    }

    section.section-2 .content .col-box .form-inner .row .col-sm-6 iframe {
        width: 100%;
        height: 230px;
    }

    section.section-2 .content .col-box .form-inner .row .col-sm-6 .form p {
        margin: 0 auto 10px;
        width: 90%;
    }

    section.section-2 .content .col-box .form-inner .row .col-sm-6 .form p label {
        width: 100%;
        margin: 0;
    }

    section.section-2 .content .col-box .form-inner .row .col-sm-6 .form p label input {
        width: 100%;
        height: 40px;
        font-size: 14px;
        border: 1px solid #ddd;
        padding: 0 10px;
    }

    section.section-2 .content .col-box .form-inner .row .col-sm-6 .form p label textarea {
        width: 100%;
        height: 70px;
        border: 1px solid #ddd;
        padding: 0 10px;
        font-size: 14px;
    }

    section.section-2 .content .col-box .form-inner .row .col-sm-6 .form p.submit input {
        border: 1px solid #ffc107;
        background: #ffc107;
        margin: 0;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        padding: 0px 20px;
    }

    section.section-1 .col-inner .text-inner ul li.selected {
        color: #ffc107;
    }

    section.section-2 .container {
        display: none;
        padding: 50px 0;
    }

    section.section-2 .container.selected {
        display: block !important;
    }

    .section-2 .content .col-box {
        display: none;
    }

    .section-2 .content .col-box.selected {
        display: block !important;
    }

    section.section-2 .col-inner .btn-area p.selected {
        background: #ffc107;
    }

    section.section-2 .container:nth-child(3) .btn-area {
        display: flex;
    }

    section.section-2 .content .col-sm-4 .col-inner .dia-diem .item{
        padding-top: 10px;
    }

    section.section-2 .content .col-sm-4 .col-inner .dia-diem .item > div{
        flex-direction: column;
        align-items: start !important;
        justify-content: start !important;
    }

    section.section-2 .content .col-sm-4 .col-inner .dia-diem .item > div > button{
        text-align: left;
        padding-left: 0;
    }

    section.section-2 .content .col-img-ho-so-nang-luc{
        display: flex;
        align-items: start;
        justify-content: center;
    }

    section.section-2 .content .col-inner .text-inner .ho-so .items{
        align-items: start;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        margin-bottom: 30px;
    }

    section.section-2 .content .col-inner .text-inner .ho-so .items h3{
        margin-right: 0;
    }

    section.section-2 .content .col-inner .text-inner .ho-so .items h4{
        text-align: left;
    }

    section.section-2 .content .col-inner .text-inner .ho-so .items:nth-child(2n) h4{
        text-align: left;
    }

    section.section-2 .content #carouselExampleIndicators{
        padding: 0 0 50px;
        margin-bottom: 20px;
    }

    .section-2 .content .col-box .cong-hang {
        display: inline-block !important;
        width: 80%;
        margin: 0 10%;
    }

    .section-2 .content .col-box .cong-hang .img {
        margin: 0 0 20px;
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: #115e8a;
    }

    .section-2 .content .col-box .cong-hang .img img {
        width: 100%;
        height: auto;
        margin: 0 0 10px;
    }

    section.section-2 .content .col-inner .text-inner h3{
        margin-top: 20px;
    }

    section.section-2 .content .col-inner .text-inner > p:first-child{
        margin-top: -25px;
    }

    /*Section 3*/
    section.section-3 {
        display: none;
        width: 100%;
        padding: 50px 0;
        background: #002245;
        position: relative;
    }

    section.section-3 .col-sm-6 .col-inner h3 {
        color: #fff;
        font-weight: bold;
        font-size: 25px;
        line-height: 40px;
        text-transform: uppercase;
        margin: 0 0 30px;
    }

    section.section-3 .col-sm-6 .col-inner p {
        color: #fff;
        font-size: 14px;
        text-align: justify;
        line-height: 25px;
    }

    section.section-3 .col-sm-6 .col-inner ul li {
        width: 100%;
    }

    section.section-3 .col-sm-6 .col-inner ul li .text-inner h4 {
        font-size: 30px;
    }

    section.section-3 .col-sm-6 .col-inner ul li .text-inner h4 strong {
        font-size: 12px;
    }

    /*section.section-4 {*/
    /*    display: inline-block;*/
    /*    width: 100%;*/
    /*    position: relative;*/
    /*    padding: 50px 0;*/
    /*    background: url(../images/BANNER/gioi-thieu.jpg) no-repeat center bottom;*/
    /*    background-size: cover;*/
    /*    margin: 0;*/
    /*    overflow: hidden;*/
    /*}*/

    section.section-4:before {
        content: "";
        position: absolute;
        width: 69%;
        height: 100%;
        background: url(../images/BACKGROUND/bg-mo.png) no-repeat right;
        top: 0;
        left: 0;
        background-size: contain;
    }

    section.section-4 .container {
        position: relative;
        z-index: 10;
    }

    section.section-4 .container .col-inner h3 {
        color: #fff;
        text-transform: uppercase;
        margin: 0 0 30px;
        font-size: 25px;
    }

    section.section-4 .container .col-inner p {
        color: #fff;
        text-align: justify;
        line-height: 25px;
        margin: 0 0 30px;
    }

    section.section-4 .container .col-inner .btb-area {
        display: inline-block;
    }

    section.section-4 .container .col-inner .btb-area a {
        border: 2px solid #fff;
        padding: 10px 20px;
        font-size: 15px;
        text-transform: capitalize;
        color: #fff;
    }

    section.section-5 {
        display: inline-block;
        width: 100%;
        position: relative;
        padding: 50px 0;
    }

    section.section-5 ul {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    section.section-5 .row {
        width: 100%;
        margin: 0;
        max-width: 100%;
        display: inline-block;
    }

    section.section-5 .row ul li {
        width: 45%;
        list-style: none;
        position: sticky;
        margin: 5px;
    }

    section.section-5 .row ul li .col-img img {
        width: 100%;
        height: auto;
    }

    section.section-5 .row ul li .col-inner {
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
        left: 0;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    section.section-5 .row ul li .col-inner .text-inner img {
        margin: 0 0 10px;
    }

    section.section-5 .row ul li .col-inner .text-inner h3 {
        font-size: 50px;
        text-transform: capitalize;
        color: #fff;
        font-weight: bold;
        margin: 0 0 15px;
    }

    section.section-5 .row ul li .col-inner .text-inner p {
        color: #fff;
        font-size: 14px;
        margin: 0;
    }

    section.section-6 {
        display: inline-block;
        width: 100%;
        position: relative;
        padding: 50px 0 0;
    }

    section.section-6 .col-inner h3 {
        font-size: 25px;
        text-transform: uppercase;
        margin: 0 0 30px;
        text-align: center;
        font-weight: bold;
        color: #eee;
    }

    section.section-6 .col-sm-4 .col-img img {
        width: 100%;
        height: auto;
        margin: 0 0 15px;
    }

    section.section-6 .col-sm-4 .text-inner:before {
        content: "";
        width: 1px;
        height: 100%;
        background: #ddd;
        display: block;
        position: absolute;
        left: 3px;
    }

    section.section-6 .col-sm-4 .text-inner {
        position: sticky;
        padding: 0 0 0 20px;
    }

    section.section-6 .col-sm-4 .text-inner:after {
        content: "";
        width: 3px;
        height: 30px;
        position: absolute;
        top: 0;
        left: 0;
        background: #efb812;
    }

    section.section-6 .col-sm-4 .text-inner h5 {
        font-size: 17px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
    }

    section.section-6 .col-sm-4 .text-inner ul {
        padding: 0;
        margin: 0 0 0 20px;
    }

    section.section-6 .col-sm-4 .text-inner ul li {
        margin: 0 0 5px;
        font-size: 14px;
        color: #fff;
    }

    section.section-6 .col-sm-4 {
        margin: 0 0 30px;
    }

    section.section-7 {
        display: inline-block;
        width: 100%;
        position: relative;
        margin: 0 0 25px;
    }

    section.section-7 .col-sm-6 .col-inner h3.title {
        background: var(--color-primary);
        width: fit-content;
        line-height: 40px;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        padding: 0 15px;
        margin-bottom: 20px;
        position: relative;
        display: inline-block;
        clear: both;
        height: 40px;
        margin-top: 2px;
    }

    section.section-7 .col-sm-6 .col-inner h3.title:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 40px solid transparent;
        border-left: 40px solid var(--color-primary);
        right: -40px;
        top: 0px;
    }

    section.section-7 .col-sm-6 .news .new-items {
        margin: 0 0 5px;
        border-bottom: 1px solid #ddd;
        padding: 0 0 5px;
    }

    section.section-7 .col-sm-6 .news .new-items .col-img {
        width: 100%;
        overflow: hidden;
        margin: 0 0 10px;
    }

    section.section-7 .col-sm-6 .news .new-items .content {
        width: 100%;
    }

    section.section-7 .col-sm-6 .news .new-items .col-img img {
        width: 100%;
        height: auto;
    }

    section.section-7 .col-sm-6 .news .new-items .content p.date {
        font-size: 13px;
        margin: 0 0 5px;
    }

    section.section-7 .col-sm-6 .news .new-items .content p.date:before {
        content: "\f133";
        font-family: 'FontAwesome';
        margin: 0 5px 0 0;
    }

    section.section-7 .col-sm-6 .news .new-items .content h4 {
        color: #333;
        line-height: 25px;
        font-size: 20px;
        max-height: 50px;
        overflow: hidden;
        margin-bottom: 10px;
        font-weight: bold;
    }

    section.section-7 .col-sm-6 .news .new-items .content p.description {
        font-size: 14px;
        color: #333;
        text-align: justify;
    }

    section.section-7 .col-sm-6 .news ul {
        padding: 0;
        margin: 0 0 0 20px;
    }

    section.section-7 .col-sm-6 .news ul li {
        margin: 0 0 10px;
        font-size: 14px;
        color: #333;
    }

    section.section-8 .container {
        max-width: 100%;
    }

    section.section-8 .container .slide {
        display: flex;
        justify-content: space-between;
    }

    section.section-8 .container .slide .carousel {
        display: none;
    }

    section.section-8 .container .slide .carousel-inner {
        display: flex;
        justify-content: space-between;
    }

    section.section-8 .container .slide .carousel:nth-child(1) {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section.section-8 .container .slide .carousel {
        width: 10%;
        overflow: hidden;
    }

    section.section-8 .carousel-inner:after {
        display: none;
    }

    section.section-8 h3 {
        text-align: center;
        color: #fff;
        font-size: 25px;
        margin: 0 0 30px;
    }

    section.section-9 {
        background: url(../images/BANNER/bg-bot.jpg) no-repeat;
        background-size: cover;
        padding: 100px 0;
        display: inline-block;
        width: 100%;
        position: relative;
    }

    section.section-9 h3 {
        color: #fff;
        text-transform: uppercase;
    }

    section.section-9 p {
        color: #fff;
        font-size: 15px;
        text-align: justify;
        line-height: 25px;
        margin: 0 0 30px;
    }

    section.section-9 .btn-area {
        display: inline-block;
    }

    section.section-9 .btn-area a {
        border: 2px solid #fff;
        padding: 10px 20px;
        font-size: 15px;
        color: #fff;
    }

    section.section-8 {
        display: inline-block;
        width: 100%;
        background: var(--color-primary);
        padding: 50px 0;
    }

    footer.text-muted .widgets_wrapper {
        padding: 50px 0 0;
        display: inline-block;
        width: 100%;
    }

    #Footer .widgets_wrapper .column {
        margin-bottom: 0;
    }

    .one-fourth.column, .four.columns {
        width: 100%;
    }

    .column, .columns {
        float: left;
        margin: 0 1% 40px;
        text-align: left;
    }

    footer.text-muted .widgets_wrapper .textwidget p a {
        font-size: 15px;
        color: #795548;
    }


    .icon-facebook:before {
        content: '\f082';
        font-family: 'FontAwesome';
        font-style: initial;
        font-size: 25px;
    }

    .icon-gplus:before {
        content: '\f0d5';
        font-family: 'FontAwesome';
        font-style: initial;
        font-size: 25px;
    }

    .icon-twitter:before {
        content: '\f099';
        font-family: 'FontAwesome';
        font-style: initial;
        font-size: 25px;
    }

    .icon-vimeo:before {
        content: '\f27d';
        font-family: 'FontAwesome';
        font-style: initial;
        font-size: 25px;
    }

    footer .language {
        position: fixed;
        right: 10px;
        bottom: 30px;
        border: 1px solid var(--color-primary);
        height: 50px;
        width: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10000;
    }

    footer .language a {
        color: #0088ff;
        font-size: 14px;
    }

    .section-2 .content .col-box .col-cho-ban .col-sm-6 .col-img img {
        width: 100%;
        height: auto;
    }

    .section-2 .content .col-box .col-cho-ban .col-sm-6 {
        position: sticky;
        margin: 0 0 25px;
    }

    .section-2 .content .col-box .col-cho-ban .col-sm-6 h4 {
        height: 70px;
        position: absolute;
        bottom: 0;
        background: rgba(255, 255, 255, 0.8);
        width: calc(100% - 30px);
        margin: 0;
        padding: 0 20px;
        line-height: 50px;
        text-transform: capitalize;
        font-weight: bold;
        color: #185986;
    }

    .section-2 .content .col-box .col-cho-ban {
        width: 90%;
        overflow: hidden;
        margin: auto;
    }

    section.section-2 .container .content ul li {
        list-style: none;
        margin: 0 10px;
        border: 1px solid #ddd;
        text-transform: capitalize;
        font-size: 16px;
        padding: 5px 10px;
        border-radius: 25px;
    }

    section.section-2 .container .content ul li.selected, section.section-2 .container .content ul li:hover {
        background: #ffc107;
        color: #fff;
        cursor: pointer;
    }

    section.section-2 .container .content .col-box.selected {
        display: flex !important;
        justify-content: space-between;
    }

    section.section-2 .container .content .col-box .col-img {
        text-align: center;
        margin: 0 5px 30px;
    }

    section.section-2 .container .content .col-box .col-img .box {
        display: inline-block;
        margin: 15px 0 0;
    }

    section.section-2 .container .content .col-box .col-img .box a {
        font-size: 16px;
        text-transform: capitalize;
        border: 1px solid #ddd;
        padding: 5px 10px;
        border-radius: 20px;
        background: #ffc107;
        color: #fff;
        display: inline-block;
    }

    /*HIT CSS*/
    section.section-4:before {
        left: 25px;
        width: 115vw;
        z-index: 10;
        background-size: contain;

    }

    section.section-4:after {
        right: -90%;
    }

    section.section-1 {
        bottom: 6%;
    }

    /*section.section-4 {*/
    /*    margin: -2% 0 0;*/
    /*    padding: 35px 0;*/
    /*}*/

    #carouselExampleIndicators {
        height: 30vh !important;
    }

    section.section-2 .content  #carouselExampleIndicators {
        height: unset !important;
    }
}

/*1024 Below*/
@media (max-width: 1024px) {
    .form .btn {
        line-height: 0.5;
        border-radius: 0;
    }

    .button-search {
        height: 35px;
    }

    nav.navbar .form {
        width: 100%;
        margin-bottom: 15px;
    }
}

/*Between 1024px and 1200px (Specific navbar)*/
@media (min-width: 1200px) and (max-width: 2000px) {
    .navbar-toggler {
        display: hide;
    }
    .navbar-collapse {
        display: flex !important;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    /*Fix navbar*/
    .navbar-collapse {
        display: flex !important;
    }

    .navbar-toggler {
        display: none;
    }

    nav.navbar .lien-ket-mobile{
        display: none;
    }

    nav.navbar .lien-ket{
        display: unset;
    }

    nav.navbar .form form.cf-form{
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        border-radius: 30px;
        height: 40px;
        overflow: hidden;
        width: 100%;
    }
}

@media (max-width: 567px) {
    section.section-5 .row ul{
        flex-direction: column;
        align-items: center;
    }
    section.section-5 .row ul li{
        width: 100%;
        margin: 5px 0;
    }
}
    
/*576 below*/
@media (max-width: 576px) {
    section.section-3 .col-sm-6 .col-inner ul li{
        width: 48%;
    }
}
.icon-navbar{ 
    position: fixed;
    left: 0;
    /* height: 0;     */
    top: 60px;
    text-align: center;
    font-size: 2rem;
    color: white;
    z-index: 10001;
    /* background: var(--color-primary); */
    width: 70px;
    transition: all 300ms;
}
.icon-navbar:hover{
    cursor: pointer;
}
.icon-navbar span::before{
    content: '\f0c9';
    font-family: 'FontAwesome';
}
/* .icon-navbar.show{
    height: 100%;
} */
.slide-footer .slick-active{
    /* transform: scale(0.75)!important;    */
   }
.slide-footer .slick-active.slick-current {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.5)!important;  
   
  }
  .slide-footer img{
    height: 100%;
    width: 100%;
  }
  /* .navbar.menu-hidden{
    left: -100px;
  } */

  @media (min-width: 1300px) {
    .page-detail{
        min-height: 700px;
    }
}
@media (min-width: 1500px) {
    .page-detail{
        min-height: 750px;
    }
}

@media (min-width: 1025px) {
    .page-detail{
        min-height: 650px;
    }
}
.close-menu-mobile{
    display: none;
 }
@media (max-width: 1024px) {
    .icon-navbar {
        display: none!important;
     }

     /* menu */
     
     .menu-mobile{
        display: block;
        width: 60%; 
        height: 100vh;
        background: #28448e;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        padding: 1rem 1rem;
        overflow-y: scroll;
        transform: translateX(0);
        transition: all 800ms;
        transition: all 800ms;
     }
     .menu-mobile-hidden{
        /* display: none; */
        transform: translateX(-700px);
        transition: all 800ms;

     }
     .close-menu-mobile{
        display: block;
        position: absolute;
        top: 0.5rem;
        right: 1rem;
    }
     .close-menu-mobile::before{
        font-size: 25px;
    font-family: 'FontAwesome';
        content: "\f00d";
        color: white;
     }
     /* end-menu */
}

@media (min-width: 1024px) {
}

/*
* Fix 20/09/2022
*/
.btn__button{
    margin: 0;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 20px;
    text-transform: capitalize;
    cursor: pointer;
}

.btn__submit{
    width: 90px;
}

.btn__button--primary{
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    color: #fff;
}

.btn__button--danger{
    border: 1px solid #c82333;
    background: #c82333;
    color: #fff;
}