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

/* css before giới thiệu */
/* section.section-4:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 95%;
    background: url(../images/BACKGROUND/bg-mo.png) no-repeat right;
    bottom: 0;
    right: 0;
    background-size: 100% auto;
} */

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

footer .container .column h4 {
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    font-size: 18px;
}

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

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

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

    #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 {
        bottom: 10px;
        width: 268px;
        position: fixed;
    }

    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 {
        position: fixed;
        bottom: 55px;
        width: 268px;
    }

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

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

    section.section-1 {
        /* background: url(../images/BACKGROUND/bg-section-1.jpg) no-repeat; */
        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;
    }

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

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

    #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%;
    }

    @media (min-height: 979px) {
        section.section-1 {
            position: absolute;
            bottom: 80px;
        }
    }
    @media (max-height: 978px) {
        section.section-1 {
            position: absolute;
            bottom: 0;
        }
    }

    #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 {
        display: inline-block;
        width: 100%;
        position: relative;
    }

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

    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 {
        width: 100%;
        display: none;
    }

    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 {
        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: 30px;
        line-height: 40px;
        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-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;
    }

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

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

    section.section-3 .col-sm-6 .col-inner ul li .text-inner h4 {
        color: #fff;
        font-size: 40px;
        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;
    }

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

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

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

    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: 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;*/
    /*    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: 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: #ffc107;
    }

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

    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-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 {
        display: inline-block;
        width: 100%;
        position: relative;
        margin: 0 0 50px;
    }

    /*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;*/
    /*}*/

    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 20px;*/
    /*    border-bottom: 1px solid #ddd;*/
    /*    padding: 0 0 20px;*/
    /*}*/

    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: #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;*/
    /*    height: 60px;*/
    /*    margin: 0;*/
    /*    overflow: hidden;*/
    /*    line-height: 20px;*/
    /*}*/

    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: 14px;*/
    /*    color: #333;*/
    /*}*/

    /*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;
    }

    /*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 .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 .widgets_wrapper .column {
        margin-bottom: 0;
    }

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

    .column, .columns {
        float: left;
        text-align: left;
    }

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

    footer.text-muted .widgets_wrapper .textwidget p {
        font-size: 16px;
        margin: 0 0 10px;
        color: #333
    }

    .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 .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-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 {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    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 > div{
    border: 1px solid #ccc;
}
section.section-2 .content .col-sm-8 .he-thong .maps canvas {
    width: 100% !important;
    height: 100% !important;
}
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-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 .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 .col-inner .text-inner .btn-area a {
    border: 1px solid #ddd;
    padding: 10px;
    display: inline-block;
    text-transform: capitalize;
    color: #000;
}
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.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;
}


}


@media (max-width: 480px) {
    /* nav.navbar {
        background: #142751;
    } */

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

    nav.navbar .lien-ket {
        display: 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;
    }

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

    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 {
        text-align: center;
        margin: 0 0 50px;
        color: #fff;
        font-size: 16px;
    }

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

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

    section.section-1 .col-inner .text-inner ul li img {
        display: block;
        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%;
        /* overflow: scroll; */
    }

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

    section.section-2 {
        display: inline-block;
        width: 100%;
        position: relative;
    }

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

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

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

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

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

    section.section-3 .col-sm-6 .col-inner ul li .text-inner h4 {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        margin: 0;
    }

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

    section.section-3 .col-inner ul {
        display: inline-block;
        padding: 0;
        margin: 0;
    }

    .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;
        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 0;
    }

    section.section-5 ul {
        padding: 0;
    }

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

    section.section-5 .row ul li {
        width: 100%;
        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: 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 0px;
    }

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

    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: #3f51b5;
    }

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

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

    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;
    } */

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

    footer.text-muted .widgets_wrapper .textwidget p {
        font-size: 13px !important;
    }

    .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 .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 {
        overflow: hidden;
    }

    .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 {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

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

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


}
