﻿/* ==============Fonts================== */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

@font-face {
    font-family: '"Open Sans", sans-serif';
    src: url(/fonts/Roboto/Roboto-Regular.ttf) format('truetype');
}


/*@font-face {
    font-family: 'Open Sans';
    src: url(/fonts/Open_Sans/OpenSans-Regular.ttf);
}

@font-face {
    font-family: 'Playfair Display';
    src: url(/fonts/Playfair_Display/static/PlayfairDisplay-Regular.ttf) format('truetype');
}*/

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

.footer_text {
    font-family: "Open Sans", sans-serif;
}

html {
    scroll-behavior: smooth;
}

.pt-10 {
    padding-top: 10rem;
}

.pb-10 {
    padding-bottom: 10rem;
}

.pt-7 {
    padding-top: 7rem;
}

.pb-7 {
    padding-bottom: 7rem;
}
/* ===================Button================= */

.btn-shop,
.btn-more {
    background: #c21032;
    /*-webkit-box-shadow: 0 10px 30px rgb(221 37 59 / 30%);
    -moz-box-shadow: 0 10px 30px rgb(221 37 59 / 30%);
    box-shadow: 0 10px 30px rgb(221 37 59 / 30%);*/
    border-radius: 32px;
    font-size: 14px;
    line-height: 1.9em;
    padding: 12px 40px;
    min-width: 180px;
    font-weight: 700;
    border: 0px;
    color: white;
}

.btn-more {
    background: #346bae;
    margin-right: 10px;
}

.btn-shop:hover {
    background: #346bae;
    color: white;
}

.btn-more:hover {
    background: #346bae;
    color: white;
    border: none;
}

.btn-outline-primary {
    border-radius: 32px;
    font-size: 14px;
    line-height: 1.9em;
    padding: 10px 30px;
    min-width: 180px;
    font-weight: 700;
    border: 2px solid #6d74b7;
    color: black;
}

    .btn-outline-primary:hover {
        background: #2f276aab;
        color: white;
        border: 2px solid #443795;
    }

.product .btn-sm {
    padding: 3px;
    min-width: 130px;
    background: #346bae;
}

    .product .btn-sm:hover {
        background: #346bae;
    }

img {
    max-width: 100%;
}

.chatzalo {
    position: fixed;
    left: 35px;
    bottom: 35px;
    width: 60px;
    height: 60px;
    background-color: rgba(255,255,255,0.9);
    z-index: 999;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
}
/* ==================================HOME=============================== */


/*================================Page Default=========================================*/
.language {
    padding: 8px 0;
    margin: 0 15px;
}

    .language ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .language ul li {
            display: inline-block;
            position: relative;
            margin-right: 10px;
        }

            .language ul li:last-child {
                margin-right: 0;
            }



            .language ul li::after {
                content: '/';
                position: absolute;
                top: 1px;
                right: -10px;
                line-height: 1;
            }

            .language ul li:last-child::after {
                display: none;
            }

            .language ul li .btn-language {
                background-color: transparent;
                display: flex;
                align-items: center;
                font-size: 12px;
                padding: 0 5px;
                border: 0px;
                cursor: pointer;
                border-bottom: 2px solid transparent;
            }

                .language ul li .btn-language.active {
                    border-bottom: 2px solid #c21032;
                    font-weight: 700;
                    color: #c21032;
                }

                .language ul li .btn-language img {
                    margin-right: 3px;
                    height: 12px;
                }
/*START---------------menu-main------------ */

.block-menu {
    background: white;
}

    .block-menu .navbar-nav .nav-link {
        padding: 8px 0;
        color: black;
        font-weight: 700;
        font-size: 15px;
        margin: 0 15px;
        border-bottom: 2px solid transparent;
    }

        .block-menu .navbar-nav .nav-link.active {
            color: #ffdee4;
        }

    .block-menu .navbar {
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        padding-left: 0;
        padding-right: 0;
    }

.menu-fixed {
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    background: #ffffff;
    width: 100%;
    box-shadow: 0 2px 2px rgba(222, 222, 222, 0.50);
    padding: 0px !important;
    margin: auto 0;
}

    .menu-fixed .navbar-brand img {
        width: 130px;
    }

    .menu-fixed .nav {
        margin-right: 150px;
    }

    .menu-fixed.navbar-expand-lg .navbar-collapse {
        margin-right: 12%;
    }

.navbar-light .navbar-toggler-icon {
    background-image: url(/images/nav.png);
}


.navbar-toggler {
    background: #346bae;
    font-size: 14px;
    border: 1px solid #346bae;
}

.nav-item .text-dark:hover,
.nav-item .text-dark.active {
    background: #dc263d;
    /* border-radius: 5px; */
    color: white !important;
}


.nav .nav-item .nav-link {
    font-size: 18px;
}

.nav-item .text-dark {
    font-size: 18px;
    margin-right: 5px;
}

.dropdown:hover > .dropdown-menu {
    /* display: block; */
}

.labeluppercase {
    text-transform: uppercase;
}

.dropdown > .dropdown-toggle:active {
    /* pointer-events: none; */
}

.dropdown .dropdown-menu {
    border-top: 0px;
    padding: 0;
    margin: 0;
}

.dropdown-menu {
    min-width: 200px;
    border: none;
    border-top: 3px solid #de263e;
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0 5px 1px rgb(0 0 0 / 5%);
}

.block-menu .dropdown-item {
    padding: .5rem 1rem;
}

    .block-menu .dropdown-item:focus, .block-menu .dropdown-item:hover {
        color: #ff7108;
        text-decoration: none;
        background-color: #ffffff;
        font-weight: 600;
    }

.searchbar {
    display: block;
    /* padding: 10px; */
    /* margin-top: -8px; */
}

    .searchbar > .fa {
        border-radius: 50%;
        padding: 14px;
        position: relative;
    }

        .searchbar > .fa:hover {
            background: #346bae;
            color: white;
            cursor: pointer;
        }

.fa-search {
    background: #ffffff;
    color: black;
}

.togglesearch {
    background: #fff;
    position: absolute;
    top: 60px;
    right: 0;
    width: 400px;
    height: 60px;
    z-index: 9;
    line-height: 60px;
    -webkit-box-shadow: 0 0px 10px rgb(17 44 145 / 10%);
    -moz-box-shadow: 0 0px 10px rgb(17 44 145 / 10%);
    box-shadow: 0 0px 10px rgb(17 44 145 / 10%);
    border-top: 4px solid #346bae;
    display: none;
    padding: 10px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

    .togglesearch:before {
        content: "";
        position: absolute;
        top: -32px;
        right: 13px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 14px solid transparent;
        border-bottom: 14px solid #346bae;
    }

    .togglesearch .div-search {
        position: relative;
    }

        .togglesearch .div-search .form-control {
            border-radius: 20px;
            border: none;
            background: #f8f8f8;
            padding-right: 40px;
        }

        .togglesearch .div-search .btn-search {
            position: absolute;
            right: 0;
            background-color: transparent;
            color: #000;
            border: 0px;
            top: 0;
        }

.navbar ul li {
    /* position: relative; */
}

.header-title {
    margin-top: 30px;
}

    .header-title .title {
        font-size: 2rem;
        font-family: "Open Sans", sans-serif;
        text-align: center;
    }

    .header-title .sumary {
        color: #fff;
        text-align: center;
        font-size: 1rem;
    }

.header-button {
    margin-top: 10%;
}


.header-img-product-2 {
    position: absolute;
    top: 42%;
    left: 37%;
}

.searchbar {
    display: none;
}

.form-search {
    display: block;
    position: relative;
}

    .form-search .form-control {
        border-radius: 20px;
        border: none;
        background: #f8f8f8;
        padding-right: 40px;
    }

    .form-search .btn-search {
        position: absolute;
        right: 0;
        background-color: transparent;
        color: #000;
        border: 0px;
        top: 0;
    }



@media (min-width:520px) {
}

@media (min-width:768px) {
    .language {
        margin: 0;
        padding: 0;
    }


        .language ul li {
            margin-right: 3px;
        }

            .language ul li::after {
                right: -6px;
            }

            .language ul li .btn-language {
                padding: 0 3px;
            }

    .block-menu .navbar-nav .nav-link {
        padding: 8px 0;
        margin: 0 10px;
        font-size: 0.8rem;
    }

    .block-menu .dropdown-item {
        font-size: 0.8rem;
    }

    .searchbar {
        display: block;
        position: relative;
    }

    .form-search {
        display: none;
    }

    .header-title {
        margin-top: 20%;
    }

        .header-title .title {
            line-height: 1.7;
            font-size: 3.1rem;
            text-align: left;
            font-weight: 700;
            margin-bottom: 30px;
        }

        .header-title .sumary {
            color: #6f6f6f;
            text-align: left;
            font-size: 1.25rem;
        }
}

@media (min-width:992px) {
    .language ul {
        margin-left: 10px;
    }

    .block-menu .dropdown-item {
        font-size: 1rem;
    }

    .block-menu .navbar-nav .nav-link {
        padding: 8px 0;
        margin: 0 20px;
        font-size: 1rem;
    }

        .block-menu .navbar-nav .nav-link.active {
            border-bottom: 2px solid #ffdee4;
        }
}

@media (min-width:1200px) {
}
/*START---------------Slide------------ */

.block-slide {
    height: calc(100vh - 100px);
    background-image: url("/images/pattern-1.png");
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
}


.block-slide-new {
    //height: calc(100vh - 100px);
    position: relative;
}



.content-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .content-banner .content-banner-text {
        order: 2;
    }

    .content-banner .content-banner-img {
        order: 1;
    }

.header-img-product-1 {
    z-index: 1;
}

.header-img-product-2 {
    width: 200px;
}

.owl-theme .owl-nav [class*=owl-], .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    /*padding: 5px 15px;*/
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 40px;
    border-radius: 50%;
}

    .owl-theme .owl-nav [class*=owl-]:hover {
        background: #346bae;
        color: #FFF;
        text-decoration: none;
    }

.owl-carousel .owl-nav button.owl-next {
    right: 10px;
    padding: 5px 10px 5px 15px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
    padding: 5px 15px 5px 10px;
}

@media (min-width:768px) {
    .header-img-product-1 {
        margin: 15% auto;
    }

    .content-banner {
        min-height: calc(100vh - 100px);
    }
}

@media (min-width:992px) {
    .content-banner .content-banner-text {
        order: 1;
    }

    .content-banner .content-banner-img {
        order: 2;
    }
}
/*------------tabs-vertical-----------------*/
.tabs-vertical .card-view {
}

.tabs-vertical .card-header {
    padding: 0;
    /* background: #fff; */
    border-radius: 0;
    border: 0px;
}

.tabs-vertical .card-body {
    /*background: #fff;*/
    /* border-bottom: 1px solid rgba(0,0,0,.125); */
    padding: 15px;
}

    .tabs-vertical .card-body p {
        line-height: 1.5;
        text-align: justify;
        margin-bottom: 0;
        color: #fff;
    }

    .tabs-vertical .card-body .btn-link {
        color: #f5c46c;
        text-transform: uppercase;
    }

.tabs-vertical .tabs-click {
    display: block;
    padding: .5rem 0.75rem;
    border: 0px;
    background: #fff;
    width: 100%;
    line-height: 1.5;
    text-align: left;
    /* font-weight: 600; */
    position: relative;
}

    .tabs-vertical .tabs-click.collapsed {
        background: transparent;
        color: #fff;
    }

        .tabs-vertical .tabs-click.collapsed:before {
            content: "";
            position: absolute;
            top: 19px;
            right: 12px;
            width: 8px;
            height: 8px;
            border-style: solid;
            border-width: 1px;
            border-color: #ffffff #ffffff transparent transparent;
            -webkit-transform: rotate( 45deg );
            transform: rotate( 45deg );
            -webkit-transition: all .25s ease;
            transition: all .25s ease;
        }

    .tabs-vertical .tabs-click:before {
        content: "";
        position: absolute;
        top: 17px;
        right: 12px;
        width: 8px;
        height: 8px;
        border-style: solid;
        border-width: 1px;
        border-color: transparent #607d8b #607d8b transparent;
        -webkit-transform: rotate( 45deg );
        transform: rotate( 45deg );
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
    }
/*---------------Gioi Thieu----------------*/
.title_content {
    margin-bottom: 4rem;
    margin-top: 4rem;
    color: black;
}

.about {
    padding-bottom: 9%;
    padding-top: 9%;
}

.bg-img {
    background-image: url(/images/background-body.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-img111 {
    background-image: url(/images/bg-1111.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgdt-img1 {
    background-image: url(/images/bgdt1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bgdt-img2 {
    background-image: url(/images/bgdt2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bgdt-img3 {
    background-image: url(/images/bgdt3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bgdt-img4 {
    background-image: url(/images/bgdt4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-qrcode {
    background-image: url(/images/qrcode.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title-box {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 30px;
}

    .title-box:before {
        position: absolute;
        content: '';
        background: url("/images/wave-icon-1.png");
        width: 33px;
        height: 8px;
        right: 0;
        bottom: -20px;
        background-repeat: no-repeat;
        right: 50% !important;
        left: 48%;
    }

.title-box-bao-cao {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 27px;
    color: #261258;
    /* border: 2px solid; */
}

.text-about {
    color: black;
    padding: 0px 20px;
}

    .text-about p {
        line-height: 1.5;
        text-align: justify;
    }

.about-info .h3.text-dark {
    font-family: "Open Sans", sans-serif;
}

.about-info .text-muted {
    width: 100%;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
}

.about-info {
    margin-bottom: 5px;
}

    .about-info img {
        height: 90px;
        width: 90px;
        margin-bottom: 10px;
    }

.about .col-lg-3:before {
    position: absolute;
    content: '';
    background: url(/images/wave-icon-3.png);
    width: 11px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    background-repeat: no-repeat;
}

.about .col-lg-3:nth-child(4):before {
    display: none;
}

.about-info p {
    padding: 0px 20px;
}

/*START---product--------------- */
.block-products-cate {
    border: 2px solid #fff;
    text-align: center;
    background: #fff;
    padding: 15px 20px 20px;
    transition: all .3s ease;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

    .block-products-cate .products-img {
        border: 1px solid #00b5f0;
        border-radius: 15px;
    }

    .block-products-cate .products-body {
        min-height: 130px;
    }

    .block-products-cate .products-title {
        white-space: pre-wrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-family: "Open Sans", sans-serif;
        margin-top: 15px;
        font-size: 18px;
    }

    .block-products-cate .products-sumary {
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        margin-bottom: 0;
        font-size: 13px;
    }

    .block-products-cate .products-price {
        color: #c21032;
        font-family: "Open Sans", sans-serif;
        font-size: 26px;
    }

.block-products {
    border: 2px solid #fff;
    text-align: center;
    background: #fff;
    padding: 15px 20px 20px;
    transition: all .3s ease;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

    .block-products:hover {
        border: 2px solid #21B6FF;
    }


    .block-products .products-body {
        min-height: 130px;
    }

    .block-products .products-title {
        white-space: pre-wrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-family: "Open Sans", sans-serif;
        margin-top: 15px;
        font-size: 18px;
    }

    .block-products .products-sumary {
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        margin-bottom: 0;
        font-size: 13px;
    }

    .block-products .products-price {
        color: #c21032;
        font-family: "Open Sans", sans-serif;
        font-size: 26px;
    }

#product-cate-slide a {
    text-decoration: none;
}

.products-title-new {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: "Open Sans", sans-serif;
    margin-top: 15px;
    font-size: 18px;
    color: black;
    font-weight: 600;
}

    .products-title-new:hover {
        color: #21B6FF;
    }

.product-slide {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .product-slide .item {
        width: 25%;
        max-width: 25%;
    }

    .product-slide a {
        color: black;
        text-decoration: none;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

#product-slide .owl-nav {
}

    #product-slide .owl-nav button {
        padding: 0px 10px;
        font-size: 30px;
        position: absolute;
        top: 50%;
        margin-top: -23px;
    }

        #product-slide .owl-nav button.owl-prev {
            left: 0;
        }

        #product-slide .owl-nav button.owl-next {
            right: 0;
        }

.prod-cate-title {
    border-bottom: 2px solid;
    border-color: rgb(0 181 240);
    display: block;
}


    .prod-cate-title h2 {
        margin: 0px;
        background-color: rgb(0 181 240);
        color: white;
        display: inline-block;
        font-weight: bold;
        padding: 7px 30px 7px 15px;
        font-size: 20px;
        text-transform: uppercase;
        width: auto;
        position: relative;
    }

    .prod-cate-title a {
        border: 1px solid;
        padding: 2px 4px;
        border-radius: 10px;
        float: right;
        font-weight: 600;
    }

@media (min-width:768px) {
    .product-slide .owl-nav button.owl-prev {
        left: -45px;
    }

    .product-slide .owl-nav button.owl-next {
        right: -45px;
    }
}

/*START---why-choise------------------ */

.bg-color {
    background-color: #346bae;
    background-size: cover;
}


.banner-content-product {
    border-radius: 44% 78% 50% 70%;
    width: 100%;
    height: 500px;
    box-sizing: border-box;
    vertical-align: middle;
    object-fit: cover;
}

.text-banner-content {
    margin-top: 15%;
    line-height: 1.75em;
}
/*START---news------------------ */
.block-news {
    position: relative;
}

#news-slide .owl-nav button {
    padding: 0px 10px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    margin-top: -23px;
}

    #news-slide .owl-nav button.owl-prev {
        left: 0;
    }

    #news-slide .owl-nav button.owl-next {
        right: 0;
    }

@media (min-width:768px) {
    #news-slide .owl-nav button.owl-prev {
        left: -45px;
    }

    #news-slide .owl-nav button.owl-next {
        right: -45px;
    }
}


.information {
    position: relative;
}

    .information .card-body ul li {
        list-style: none;
        text-decoration: none;
        float: left;
        position: relative;
        padding-left: 10px;
    }

    .information .card-title {
        text-align: left;
    }

    .information .card-body ul li a {
        text-decoration: none;
        color: #333;
    }

    .information .card i:hover {
        color: #346bae;
    }

    .information .card {
        position: relative !important;
        top: -100px !important;
        left: 0px;
        background: white !important;
        padding: 5px;
        margin: 30px;
        padding: 33px 30px 40px 35px;
    }

.information {
    padding: 5% 0 0% 0;
    max-width: 100%;
}

    .information .card {
        border: 2px solid #fff;
        text-align: center;
        background: #fff;
        padding: 15px 20px 20px;
        position: relative;
        transition: all .3s ease;
        -webkit-border-radius: 20px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 20px;
        -moz-background-clip: padding;
        border-radius: 20px;
        background-clip: padding-box;
        -webkit-box-shadow: 0 0px 35px rgba(17, 44, 145, .1);
        -moz-box-shadow: 0 0px 35px rgba(17, 44, 145, .1);
        box-shadow: 0 0px 35px rgba(17, 44, 145, .1);
    }

.block-news .news-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    /* height: 240px; */
    display: block;
}

    .block-news .news-image img {
        width: 100%;
        height: 270px;
        box-sizing: border-box;
        vertical-align: middle;
        object-fit: cover;
    }

.block-news .news-content {
    position: relative !important;
    top: -75px !important;
    left: 0px;
    background: white !important;
    min-height: 230px;
    margin: 25px;
    padding: 20px;
    transition: all .3s ease;
    -webkit-border-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 20px;
    -moz-background-clip: padding;
    border-radius: 20px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0px 20px rgb(17 44 145 / 10%);
    -moz-box-shadow: 0 0px 20px rgb(17 44 145 / 10%);
    box-shadow: 0 0px 20px rgb(17 44 145 / 10%);
}

    .block-news .news-content .news-title {
        /* white-space: pre-wrap; */
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-family: "Open Sans", sans-serif;
        text-align: center;
        font-size: 1.2rem;
    }

    .block-news .news-content .news-sumary {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        text-align: justify;
        margin-bottom: 1rem;
        color: #6c757d;
        font-size: 0.9rem;
    }

    .block-news .news-content .btn-blog {
        margin: auto;
        display: block;
        width: 180px;
    }
/*START---feature--------------*/

.bg-color-2 {
    background-color: #f3f9ff;
    position: relative;
}

.function_left,
.function_right, .function_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.function_text {
    flex-grow: 1;
    width: 75%;
    margin-left: 10%;
}



.function_left,
.function_right, .function_center {
    padding-bottom: 30px;
}


.function_img {
    width: 15%;
}



.function_center .function_img {
}

.bg_img_funcition {
    z-index: 9;
    width: 100%;
    position: relative;
    text-align: center;
}


.function_text .function-title {
    font-size: 18px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

.function_text .function-sumary {
    color: #6c757d;
}

.function_left .arrow,
.function_right .arrow,
.function_center .arrow {
    display: none;
    position: relative;
    content: '';
    background: url('/images/icon-1.png');
    width: 15%;
    height: 5px !important;
    background-repeat: no-repeat;
}

.function_left .arrow {
    right: -30px;
    top: 35px;
}

.function_right .arrow {
    left: -30px;
    top: 35px;
}

.function_center .arrow {
    transform: rotate(90deg);
    left: 50%;
}

.bg_img {
    background-image: url("/images/pattern-2.png");
    width: 460px;
    background-size: cover;
    height: 460px;
    left: 50%;
    margin-left: -230px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 5s infinite linear;
    position: absolute;
    animation: zoom-fade2 4s infinite linear;
    z-index: 0;
}

@keyframes zoom-fade2 {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
}

.img_product_funciton {
    display: none;
}

.bg_img {
    display: none;
}


@media (min-width:768px) {
}

@media (min-width:992px) {
    .title-box {
        font-size: 35px;
    }

    .title-box-bao-cao {
        font-size: 35px;
    }

    .function_text {
        flex-grow: 1;
        width: 78%;
        margin-left: 0;
    }

    .function_center {
        margin-top: 12%;
        padding-bottom: 0;
    }

        .function_center .function_text {
            margin-top: 10%;
        }


        .function_center .function_img {
            margin-top: 10%;
            margin-right: 4%;
        }

    .function_left,
    .function_right {
        padding-bottom: 100px;
    }

        .function_right .function_text {
            margin-left: 10%;
        }

    .function_img {
        width: 12%;
    }

    .function_left .function_text {
        text-align: right;
        margin-right: 10%;
    }

    .function_left {
        flex-direction: row-reverse;
    }

        .function_left .arrow, .function_right .arrow, .function_center .arrow {
            display: block;
            width: 15%;
        }

    .bg_img {
        width: 360px;
        height: 360px;
        display: block;
        left: 50%;
        margin-left: -180px;
    }

    .img_product_funciton {
        display: block;
        margin: auto;
        max-width: 85%;
    }
}

@media (min-width:1200px) {
    .bg_img {
        width: 460px;
        height: 460px;
        display: block;
        left: 50%;
        margin-left: -230px;
    }

    .img_product_funciton {
        display: block;
        max-width: 100%;
    }
}





/*START---feedback--------------*/
.feedback-main {
    display: block;
    position: relative;
    /*background: rgba(255, 255, 255, 0.1);*/
    /*color: rgba(0, 0, 0, 0.8);*/
}

    .feedback-main .user-img {
        position: relative;
        margin: 0 auto;
    }

    .feedback-main .feedback-img img {
        margin: auto;
        margin-bottom: 20px;
    }

    .feedback-main .quote-right i, .feedback-main .quote-left i {
        color: #346bae;
    }

    .feedback-main .feedback-text {
    }

    .feedback-main .feedback-comment {
        position: relative;
        padding: 0;
        text-align: justify;
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .feedback-main .quote-left, .feedback-main .quote-right {
    }

    .feedback-main .quote-left {
    }

    .feedback-main .quote-right {
        text-align: right;
    }

    .feedback-main .feedback-name {
        font-weight: 400;
        font-size: 1.5rem;
        text-align: center;
        margin-top: 1rem;
        margin-bottom: 0;
        color: #346bae;
        font-family: "Open Sans", sans-serif;
    }

    .feedback-main .position {
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .feedback-main .line {
        position: relative;
        border-left: 1px solid #346bae;
    }

        .feedback-main .line:after {
            /* position: absolute; */
            top: 50%;
            left: -2px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            content: '';
            width: 3px;
            height: 50px;
            background: #346bae;
        }

#feedback-slide .owl-nav button {
    padding: 0px 10px;
    font-size: 30px;
}

    #feedback-slide .owl-nav button.owl-prev {
        left: 0;
    }

    #feedback-slide .owl-nav button.owl-next {
        right: 0;
    }

@media (min-width:576px) {
    .feedback-main .feedback-img img {
        margin-bottom: 0px;
    }

    .feedback-main .feedback-comment {
        padding: 10px 15px;
        font-size: 1.2rem;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .feedback-main .feedback-name {
        font-size: 1.5rem;
        margin-top: 2rem;
        margin-bottom: 0;
    }
}

@media (min-width:768px) {
    .feedback-main .feedback-comment {
        padding: 10px 15px;
        font-size: 1.2rem;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .feedback-main .feedback-name {
        font-size: 1.5rem;
        margin-top: 2rem;
        margin-bottom: 0;
    }

    #feedback-slide .owl-nav button.owl-prev {
        left: -60px;
    }

    #feedback-slide .owl-nav button.owl-next {
        right: -60px;
    }
}

@media (min-width:992px) {
    .feedback-main .feedback-comment {
        padding: 10px 40px;
        font-size: 1.4rem;
        line-height: 2;
    }

    .feedback-main .feedback-name {
        font-size: 2rem;
        margin-top: 2rem;
        margin-bottom: 0;
    }
}

/*====================Page About==========================*/
/*-------------sidebar-box------------------*/
.sidebar-box {
    margin-bottom: 40px;
    font-size: 15px;
    width: 100%;
    background: #fff;
}

    .sidebar-box .heading {
        font-size: 20px;
        margin-bottom: 30px;
        padding-bottom: 10px;
        border-bottom: 2px solid #005aaa;
    }

    .sidebar-box .categories {
        padding: 0;
    }

        .sidebar-box .categories li {
            position: relative;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px dotted #dee2e6;
            list-style: none;
        }

            .sidebar-box .categories li a {
                display: block;
                color: #000000;
            }

.post-same {
    margin-top: 30px;
}

    .post-same .title {
        font-family: "Open Sans", sans-serif;
        font-size: 1.3rem;
        margin-bottom: 20px;
        color: #346bae;
    }

    .post-same ul li {
    }

        .post-same ul li a {
            color: #333;
            display: block;
            padding: 7px 0;
        }

            .post-same ul li a:hover {
                text-decoration: none;
                color: #346bae;
            }

            .post-same ul li a .times {
                color: #d0d0d0;
                margin-left: 10px;
                font-size: 0.9rem;
                font-style: italic;
            }
/* ====================Product======================= */

.product {
    background: #f3f9ff;
    padding: 3% 0 3% 0;
    position: relative;
}


.border-shap .border-1 {
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 63px;
    background-repeat: repeat-x;
    animation: slide 400s linear infinite;
}

.border-shap .border-2 {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 63px;
    background-repeat: repeat-x;
    animation: slide 400s linear infinite;
    -webkit-animation: slide 400s linear infinite;
}

.product-group {
    padding: 0 0 5% 0;
    background: #f3f9ff;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

.slide-product .card {
    margin-left: 15px;
    margin-right: 15px;
}

.type-title-text {
    /* border-left: 3px solid #346bae; */
    /* height: 30%; */
    text-align: center;
}



.card-price {
    color: #c21032;
}

.border-1 {
    background-image: url('https://smartdemowp.com/uaques/wp-content/uploads/2020/06/border-1.png');
    position: relative;
    left: 0px;
    top: -30px;
    width: 100%;
    height: 63px;
    background-repeat: repeat-x;
    animation: slide 400s linear infinite;
    -webkit-animation: slide 400s linear infinite;
}

@keyframes slide {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 20000px 0;
    }
}

.slide-product .card {
    border: 2px solid #fff;
    text-align: center;
    background: #fff;
    padding: 15px 20px 20px;
    position: relative;
    transition: all .3s ease;
    -webkit-border-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 20px;
    -moz-background-clip: padding;
    border-radius: 20px;
    background-clip: padding-box;
}

.card-title {
    width: 100%;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: "Open Sans", sans-serif;
}

.slide-product .card-text {
    width: 100%;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
}

/* ===========================ProductDetail-===================== */
.describe-product .nav .nav-item .nav-link {
    font-size: 25px;
}

.describe-product .nav-pills .nav-link.active, .describe-product .nav-pills .show > .nav-link {
    background: transparent;
    color: #c21032;
}


.describe-product .nav-link {
    background: transparent;
    color: #000;
    font-family: "Open Sans", sans-serif;
}

.describe-product .tab-content {
    margin-top: 40px;
}





@media (min-width:576px) {
}

@media (min-width:768px) {
}

@media (min-width:992px) {
}

@media (min-width:1200px) {
}



/* ===========================Information-===================== */


.video {
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
}

.play-video {
    background: white;
    border-radius: 50%;
    padding: 20px 25px;
    animation: pulse 1s infinite;
    position: relative;
    left: 40%;
}

.video {
    text-align: center !important;
}

@keyframes pulse {
    10% {
        box-shadow: 0 0 0 5px rgba(255 255 255);
    }

    50% {
        box-shadow: 0 0 0 10px rgb(255 255 255);
    }
}


/* -----------------------------blog------------------------------- */

.blog {
    padding: 5% 0 0 0;
}

.slick-prev,
.slick-next {
    top: 40%;
}

.slick-prev {
    left: -35px;
}

    .slick-next:before,
    .slick-prev::before {
        font-size: 35px;
        color: #346bae;
    }



.card-info {
    position: relative;
    margin-bottom: 15%;
    text-align: justify;
}

.card-info-date {
    margin-right: 100px;
}

.btn-blog {
    margin-top: 15px;
}


.card-info:before {
    position: absolute;
    content: '';
    background: url(/images/icon-1.png);
    width: 80px;
    height: 5px;
    left: 15%;
    bottom: 0;
    top: 25px;
    background-repeat: no-repeat;
    margin-top: 10px;
}

.slide-blog .card-text {
    width: 100%;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
}




.slide-blog {
    width: 100%;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}


/* .slick-slide:hover {
        border: 1px solid #fff
    } */



/* ===============================Contact====================== */

.contact {
    padding: 0 0 7% 0;
}


/* ---------------------------footer---------------------------- */

.footer {
    background: #043f9e;
    padding: 5% 0 5% 0;
}

.logo-footer {
    /* border-radius: 50px; */
    margin-bottom: 10px;
    /* margin-top: -15px; */
}

.footer-top {
    margin-bottom: 10%;
}

.footer-block {
    background: #0a213d;
    padding: 2%;
}

.social {
    margin-left: 10px;
}

    .social .nav-link {
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 40px;
        padding: 10px;
    }

.btn-sub {
    margin-left: -15%;
}

.go-top {
    margin-top: -50px;
}

.footer_text {
    text-align: left;
}

.footer .form-control {
    height: 60px;
    width: 400px;
    position: relative;
    border-radius: 50px;
    font-size: 1.2rem;
    padding-left: 10%;
}

.footer .btn {
    height: 60px;
    left: 46%;
    font-size: 1.2rem;
}

.footer_title {
    margin-bottom: 30px;
}

.mb-7px {
    margin-bottom: 7px;
}

.border-3 {
    background-image: url('images/border-4.png');
    height: 20px;
    background-repeat: repeat-x;
    animation: slide 400s linear infinite;
    -webkit-animation: slide 400s linear infinite;
    position: relative;
    top: -50px;
}

.footer_title:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    left: 0px;
    bottom: -8px;
    background: rgb(26, 177, 190);
}

.footer_title {
    position: relative;
}


/* ==================================ABOUT page================================= */

.style-breadcrumb {
    background: #f9f9f9;
    margin-top: 20px;
}

    .style-breadcrumb .breadcrumb {
        background: none;
    }

    .style-breadcrumb .breadcrumb-item a {
        color: #333;
    }



.border-shap .border-5 {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 63px;
    background-repeat: repeat-x;
    animation: slide 400s linear infinite;
    -webkit-animation: slide 400s linear infinite;
}

.menu {
    position: relative;
    box-shadow: 0 1px 2px 0 rgb(32 33 36 / 28%);
}

.page-single {
    padding: 30px 0;
}

.breadcrumb-item a {
    text-decoration: none;
}

.irs-categories a {
    text-decoration: none;
    color: #808080;
    margin-right: 0px;
}

.irs-categories li {
    list-style: none;
    padding: 10px 0;
}

.irs-categories a:hover {
    color: #346bae;
}

.irs-categories li i {
    margin-right: 10px;
}

.irs-categories ul {
    margin-top: 10%;
}

#sidenav01 {
    margin-left: -10%;
    font-size: 15px;
}

.irs-sidebar-title {
    border-bottom: 2px solid #005aaa;
}


/* =====================product page============================== */

.product-page {
    padding: 5% 0 7% 0;
}

.box-cart-product {
    margin-top: 10%;
}

.all-product {
    margin-bottom: 5%;
}

.name-product {
    color: black;
}

    .name-product:hover {
        color: #346bae;
    }


/* ==================================contact page============================ */

.contact-page {
    padding: 5% 0 5% 0;
    color: white;
}

.contact-title {
    margin-top: 10%;
}

    .contact-title a {
        padding: 20px 0;
    }

    .contact-title .nav-link {
        color: #333;
    }

    .contact-title i {
        border-radius: 50%;
        background: #f3f9ff;
        color: #346bae;
        margin-right: 10px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
    }

        .contact-title i:hover {
            background: #346bae;
            color: white;
        }

.form-contact {
    padding: 7% 0;
}

    .form-contact .col {
        margin-bottom: 20px;
    }

    .form-contact .form-group .form-control {
        height: 100px;
    }

    .form-contact .form-control {
        border-radius: 20px;
        border: none;
        background: #f8f8f8;
    }

.map {
    margin-bottom: -10px;
    position: relative;
}


/* =========================product-detail============================= */

.product-detail .banner-product-2 {
    background: #fff;
}

.product-detail .card-body {
    /* padding: 10% 0; */
}

.product-detail .card-price {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    padding: 20px 0;
}

.product-detail .card-text {
    line-height: 1.75em;
}

.product-detail .btn {
    margin: 0 0 20px 0;
}

.product-detail {
    padding: 8% 0 5% 0;
}

.slider-for {
    width: 70%;
}

.input-qty {
    border-radius: 20px;
    background-color: #f8f8f8;
    border: none;
    padding: 10px;
    font-size: 20px;
}

.buttons_added {
    margin-right: 20px;
}

.product-detail-tabs {
    padding: 0 15% 7% 15%;
    color: #666;
}

.related-products {
    padding: 0 0 7% 0;
}

.text-detail-product {
    padding: 5% 0 0 0;
    color: #333;
}

.product-detail-tabs .nav .nav-item .nav-link {
    font-size: 1.75em;
}

.nav-pills {
    margin-bottom: 5%;
}




.product-detail .card-body {
    /* padding: 15% 0; */
}

.describe {
    padding: 7% 0;
}

    .describe .col-lg-3:before {
        position: absolute;
        content: '';
        background: url(/images/wave-icon-3.png);
        width: 11px;
        height: 50px;
        top: 50%;
        transform: translateY(-50%);
        right: -5px;
        background-repeat: no-repeat;
    }

    .describe .col-lg-3:nth-child(4):before {
        display: none;
    }

.list-function {
    padding: 5% 0;
}

.list-funtion-describe {
    padding: 0 10% 5%;
}

    .list-funtion-describe p {
        font-size: 20px;
        line-height: 36px;
        color: #222;
    }



.product-related {
    position: relative;
    font-family: "Open Sans", sans-serif;
}

.product .product-related::before {
    position: absolute;
    content: '';
    background: url("/images/wave-icon-2.png");
    width: 33px;
    height: 8px;
    right: 0;
    bottom: -20px;
    background-repeat: no-repeat;
    right: 50% !important;
    left: 45%;
}


/* ====================Reponsive=================================== */

@media (min-width: 300px) and (max-width: 767.98px) {
    /* =======================header================ */
    .info-text {
        font-size: 14px;
    }

    .info-box h4 {
        font-size: 14px;
    }

    .navbar-brand img {
        width: 130px;
        /* height: 56px; */
    }

    .icon-box {
        position: absolute;
        top: 25px;
        left: 30%;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        transition: all 500ms ease 0s;
    }

    .info-box:before {
        position: absolute;
        content: '';
        background: #dedede;
        height: 30px;
        width: 1px;
        left: 38%;
        top: 25px;
    }


    .header-describe {
        font-size: 14px;
    }

    .navbar {
        position: relative;
    }

    .navbar-collapse {
        background: #fff;
        position: absolute;
        z-index: 4;
        padding: 20px;
        right: 0;
        top: 0;
        margin-top: 46px;
        border-top: 3px solid #c21032;
        box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0 5px 1px rgb(0 0 0 / 5%);
    }

    .nav-item .text-dark {
        font-size: 16px;
        margin-right: 5px;
    }


    /* ===================about================ */
    .about {
        /* margin-top: 20%;*/
    }

        .about .col-lg-3:before {
            display: none;
        }


    .h3 {
        font-size: 23px;
    }

    .text-center {
        font-size: 14px;
    }
    /* =============inforrmation============== */
    .play-video {
        top: 120px;
        left: 0;
    }

    .video img {
        width: 100%;
    }

    .information-img {
        margin-bottom: 20px;
    }

    .information .type-title-text {
        font-size: 14px;
    }
    /* ==================funciton=================== */


    .function_left_text .h4 {
        font-size: 20px;
    }

    .function_right_text .h4 {
        font-size: 20px;
    }

    .function_right_text .text-muted {
        font-size: 14px;
    }

    .function_left_text .text-muted {
        font-size: 14px;
    }

    .function_left .function_text_img {
        order: 1;
    }

    .function_left_text {
        order: 2;
        margin-left: 10%;
    }

    .partner-img-box img {
        width: 100%;
    }


    .function_text_img {
        width: 100px;
    }
    /* ======================================== */
    .banner-product-1 .text-white {
        font-size: 25px;
    }

    .banner-product-2 .h1 {
        font-size: 25px;
    }

    .banner-content-product-2 {
        margin-top: 10%;
        margin-left: -10%;
    }

    .feedback .text-center {
        padding: 0px;
    }

    .carousel-control-next {
        right: 0;
    }

    .carousel-control-prev {
        left: 0;
    }

    .carousel-inner {
        width: 90%;
        margin: auto;
    }

    .slick-next:before,
    .slick-prev::before {
        display: none;
    }

    .carousel-control-next,
    .carousel-control-prev {
        border-radius: 100px;
        background: #346bae;
        width: 30px;
        height: 30px;
        opacity: 1;
        top: 150px;
        box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    }

    .slick-next {
        right: 0;
    }

    .contact .h4 {
        font-size: 25px;
    }

    .footer_text {
        font-size: 14px;
        /* text-align: center; */
    }

    .footer_title {
        /* text-align: center; */
        margin-top: 20px;
        margin-bottom: 40px;
    }

        .footer_title:after {
            /* position: absolute; */
            /* content: ''; */
            /* width: 30px; */
            /* height: 2px; */
            /* left: 45%; */
            /* bottom: -8px; */
            /* background: rgb(26, 177, 190); */
        }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .info-text {
        font-size: 14px;
        left: 40%;
    }

    .info-box h4 {
        font-size: 14px;
    }

    .navbar-brand img {
        width: 90px;
        /*height: 70px;*/
    }

    .icon-box {
        position: absolute;
        top: 25px;
        left: 20%;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        transition: all 500ms ease 0s;
    }

    .info-box:before {
        position: absolute;
        content: '';
        background: #dedede;
        height: 30px;
        width: 1px;
        left: 25%;
        top: 25px;
    }

    .info-box {
        margin-left: -37%;
    }

    .navbar {
        position: relative;
    }


    .header-describe {
        font-size: 14px;
    }


    .btn-shop,
    .btn-more {
        min-width: 157px;
    }

    .about {
    }

        .about .col-lg-3:before {
            display: none;
        }

    .play-video {
        top: 170px;
        left: -2%;
    }


    .h3 {
        font-size: 25px;
    }

    .text-center {
        font-size: 14px;
    }

    .video img {
        width: 100%;
    }

    .information-img {
        margin-bottom: 20px;
    }

    .function_left .function_text_img {
        order: 1;
    }

    .function_left_text {
        order: 2;
        margin-left: 10%;
    }




    .partner-img-box img {
        width: 100%;
    }

    .banner-content-product-2 {
        margin-top: 9%;
        margin-left: 0%;
    }

    .feedback .text-center {
        padding: 0px;
    }

    .carousel-control-next {
        right: 0;
    }

    .carousel-control-prev {
        left: 0;
    }

    .carousel-inner {
        width: 90%;
        margin: auto;
    }



    .slick-next:before,
    .slick-prev::before {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* =======================header================ */
    .info-text {
    }

    .info-box h4 {
    }

    .navbar-brand img {
    }


    .header-describe {
        font-size: 14px;
    }


    .nav-item .text-dark {
        font-size: 16px;
        margin-right: 5px;
    }



    .collapse {
        display: none;
    }
    /* ===================about================ */
    .about {
    }

        .about .col-lg-3:before {
            display: block;
        }


    .h3 {
        font-size: 23px;
    }

    .text-center {
        font-size: 14px;
    }
    /* =============inforrmation============== */
    .play-video {
        top: 120px;
        left: 0;
    }

    .video img {
        width: 100%;
    }

    .information-img {
        margin-bottom: 20px;
    }

    .information .type-title-text {
        font-size: 14px;
    }
    /* ==================funciton=================== */
    .function {
        padding: 7% 0 10% 0;
    }



    .function_left_text .h4 {
        font-size: 20px;
    }

    .function_right_text .h4 {
        font-size: 20px;
    }

    .function_right_text .text-muted {
        font-size: 14px;
    }

    .function_left_text .text-muted {
        font-size: 14px;
    }

    .function_left .function_text_img {
        order: 2;
    }

    .function_left_text {
        order: 1;
        margin-left: 10%;
    }

    .partner-img-box img {
        width: 100%;
    }

    /* ======================================== */
    .banner-product-1 .text-white {
        font-size: 25px;
    }

    .banner-product-2 .h1 {
        font-size: 25px;
    }

    .banner-content-product-2 {
        margin-top: 25%;
        margin-left: 0%;
    }

    .feedback .text-center {
        padding: 0px;
    }

    .carousel-control-next {
        right: 0;
    }

    .carousel-control-prev {
        left: 0;
    }

    .carousel-inner {
        width: 90%;
        margin: auto;
    }

    .slick-next:before,
    .slick-prev::before {
        display: none;
    }

    .carousel-control-next,
    .carousel-control-prev {
        border-radius: 100px;
        background: #346bae;
        width: 30px;
        height: 30px;
        opacity: 1;
        top: 150px;
        box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    }

    .slick-next {
        right: 0;
    }

    .contact .h4 {
        font-size: 25px;
    }

    .footer_text {
        font-size: 14px;
        text-align: center;
    }

    .footer_title {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 40px;
    }

        .footer_title:after {
            position: absolute;
            content: '';
            width: 30px;
            height: 2px;
            left: 45%;
            bottom: -8px;
            background: rgb(26, 177, 190);
        }
}

@media (min-width: 1200px) {
    .slick-next:before,
    .slick-prev::before {
        display: block;
    }

    .banner-content-product-2 {
        border-radius: 78% 44% 70% 50%;
        margin-top: 20%;
        margin-left: 5%;
    }
}

.ftDropLink {
    color: white;
    text-decoration: none
}

    .ftDropLink:hover {
        color: #13bcea;
    }

.mg-0 {
    margin: 0;
}

.pd-0 {
    padding: 0;
}

@media (max-width: 640px) {
    .prod-cate-title a {
        display: none;
    }
    #home-header h2 {
        font-size: 35px !important;
    }

    #home-header .header-content__title {
        margin-bottom: 10px !important;
        font-size: 25px !important;
    }
    #home-header h3 {
        font-size: 20px !important;
    }

    #home-header .header-content__sub {
        margin-bottom: 10px !important;
    }

    .panding-mb {
        padding-bottom: 20px;
    }
}

.phone-header {
    border: 1px solid;
    border-radius: 20px;
    padding: 5px 10px;
    border-color: red;
    background: red;
}

    .phone-header a {
        color: white;
        font-weight: 600;
    }

.block-doi-tac {
    border: 2px solid #fff;
    text-align: center;
    background: #fff;
    transition: all .3s ease;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

/*  .block-doi-tac .doi-tac-img {
        border: 1px solid #00b5f0;
        border-radius: 15px;
    }*/

.doi-tac-title-new {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: "Open Sans", sans-serif;
    margin-top: 15px;
    font-size: 18px;
    color: black;
    font-weight: 600;
}

#thongtinvanchuyen-slide .item {
    text-align: center;
}

#thongtinvanchuyen-slide img {
    margin-left: 30%;
}

#thongtinvanchuyen-slide h5 {
    font-size: 13px;
    font-weight: 700;
    margin-top: 13px;
}

#doi-tac-chien-luoc h3 {
    color: black;
    font-size: 23px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ff7108;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: black;
}

.contact-title label {
    color: white;
}

#btnctsendcontact {
    color: white;
}

.full-width {
    width: 100%;
}

#btnSend {
    color: white;
}

.fix-color-icon {
    background: #26125800;
}

.contact_info_contact {
    font-size: 40px;
}

#h3fullname {
    color: #261258;
    font-weight: 700;
    font-size: 26px;
}

#h3birthday {
    color: #261258;
    font-weight: 700;
    font-size: 26px;
}

.bg-bao-cao {
    background: #ffffff;
    height: auto;
    border-radius: 15px;
    color: black;
    border-bottom: 5px solid;
    border-color: #261258;
    border-top: 5px solid;
}

    .bg-bao-cao h5 {
        font-size: 17px;
        text-transform: uppercase;
    }

.body-title-bao-cao {
    border-bottom: 2px solid;
    border-color: #261258;
    text-align: center;
}

.h3-title-bao-cao {
    margin: 0px;
    background-color: rgb(38 18 88);
    color: white;
    display: inline-block;
    font-weight: bold;
    padding: 15px 20px 10px 20px;
    font-size: 17px;
    text-transform: uppercase;
    width: auto;
    position: relative;
    margin-top: 10px;
}

#menu-main {
    background: #ffffff;
}

.block-pass .form-control {
    padding-right: calc(2.25rem + 2px);
}

.block-pass {
    position: relative;
}


.view-pass {
    width: calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -19px;
    background: none;
    border: none;
}

#modalLogin {
    z-index: 999999999999999999;
    margin-top: 70px;
}

#modalDoneLoad {
    z-index: 999999999999999999;
    margin-top: 170px;
}

    #modalDoneLoad .modal-content {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #f5deb300;
        background-clip: padding-box;
        border: 0px solid rgba(0, 0, 0, .2);
        border-radius: 0.3rem;
        outline: 0;
        color: white;
    }

#btnViewNow {
    color: white;
}

.pop-view-now {
    color: white;
    display: flex;
}

#divViewNow {
    min-height: 500px;
}

.content-free:hover {
    cursor: pointer;
}

.content-free a {
    color: red;
}

.content-free p {
    color: red;
}

.border-full {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
}

.border-top-none {
    border-top: none;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
}

.border-top-left-none {
    border-top: none;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-left: none;
}

.border-top-right-none {
    border-top: none;
    border-bottom: 1px solid;
    border-right: none;
    border-left: 1px solid;
}

.border-left-none {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-left: none;
}

.border-left-bottom-none {
    border-top: 1px solid;
    border-bottom: none;
    border-right: 1px solid;
    border-left: none;
}

.border-right-bottom-none {
    border-top: 1px solid;
    border-bottom: none;
    border-right: none;
    border-left: 1px solid;
}

.border-right-none {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: none;
    border-left: 1px solid;
}

.border-bottom-none {
    border-top: 1px solid;
    border-bottom: none;
    border-right: 1px solid;
    border-left: 1px solid;
}

.body-table-square {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 200px;
}


    .body-table-square .table-squara {
        max-width: 180px;
    }

        .body-table-square .table-squara p {
            margin: 17px 8px 8px 8px;
            font-weight: 600;
        }

        .body-table-square .table-squara .col-square {
            height: 60px;
            width: 60px;
        }




.body-table-rectangular {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 200px;
}

    .body-table-rectangular .table-rectangular {
        max-width: 260px;
    }

        .body-table-rectangular .table-rectangular p {
            margin: 10px;
            font-weight: 600;
        }

        .body-table-rectangular .table-rectangular .col-rectangular-sort {
            height: 45px;
            width: 180px;
            border: 1px solid;
        }

        .body-table-rectangular .table-rectangular .col-rectangular-long {
            height: 45px;
            width: 80px;
            border: 1px solid;
        }

.bg-img-chu-ky-1 {
    background-image: url(/images/chu-ky-1.png?v=0.1.1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    color: #75b1f6;
}

.bg-img-chu-ky-2 {
    background-image: url(/images/chu-ky-2.png?v=0.1.1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    color: #7b3dd9;
}

.bg-img-chu-ky-3 {
    background-image: url(/images/chu-ky-3.png?v=0.1.1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    color: #00b59a;
}

.chu-ky-size {
    text-align: center;
    font-size: 85px;
    padding: 30px;
    font-weight: 800;
}

.chu-ky-1 {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #75b1f6;
    margin-bottom: 0px;
}

.chu-ky-2 {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #7b3dd9;
    margin-bottom: 0px;
}

.chu-ky-3 {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #00b59a;
    margin-bottom: 0px;
}

.chu-ky-tuoi-1 {
    text-align: center;
    margin-top: 2px;
    font-size: 20px;
    font-weight: 700;
    color: #75b1f6;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.chu-ky-tuoi-2 {
    text-align: center;
    margin-top: 2px;
    font-size: 20px;
    font-weight: 700;
    color: #7b3dd9;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.chu-ky-tuoi-3 {
    text-align: center;
    margin-top: 2px;
    font-size: 20px;
    font-weight: 700;
    color: #00b59a;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.chu-ky-tuoi {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 2px;
}

.font-size-11px {
    font-size: 11px;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f00;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid green;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid blue;
}

.body-table-thap {
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 400px;
}

    .body-table-thap .table-thap {
        max-width: 300px;
    }

.item-thap-center {
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.circle-thap {
    height: 30px;
    width: 30px;
    background-color: blueviolet;
    border-radius: 25px;
}

    .circle-thap .so-in-circle {
        color: white;
        font-weight: 600;
        font-size: 15px;
        padding: 3px;
    }

    .circle-thap .nd-in-circle {
        color: black;
        font-weight: 700;
        font-size: 12px;
        padding: 3px;
        width: 83px;
        margin-top: -18px;
        margin-left: -25px;
    }

    .circle-thap .nd2-in-circle {
        color: black;
        font-weight: 600;
        font-size: 11px;
        padding: 3px;
        width: 80px;
        margin-top: -25px;
        margin-left: -23px;
    }

.mg-thap-center {
    margin-left: 110px !important;
    margin-right: 110px !important;
}

.margin-right-60px {
    margin-right: 60px !important;
}


.margin-left-60px {
    margin-left: 60px !important;
}

.margin-top-50px {
    margin-top: 50px !important;
}

.margin-bottom-50px {
    margin-bottom: 50px !important;
}

.bg-bieu-do-thap {
    background-image: url(/images/bieu-do-thap.png?v=0.1.1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


@-webkit-keyframes glowing {
    0% {
        background-color: #55dc35;
        -webkit-box-shadow: 0 0 3px #55dc35;
    }

    50% {
        background-color: #0094FF;
        -webkit-box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #55dc35;
        -webkit-box-shadow: 0 0 3px #55dc35;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #55dc35;
        -moz-box-shadow: 0 0 3px #55dc35;
    }

    50% {
        background-color: #0094FF;
        -moz-box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #55dc35;
        -moz-box-shadow: 0 0 3px #55dc35;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #55dc35;
        box-shadow: 0 0 3px #55dc35;
    }

    50% {
        background-color: #0094FF;
        box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #55dc35;
        box-shadow: 0 0 3px #55dc35;
    }
}

@keyframes glowing {
    0% {
        background-color: #55dc35;
        box-shadow: 0 0 3px #55dc35;
    }

    50% {
        background-color: #0094FF;
        box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #55dc35;
        box-shadow: 0 0 3px #55dc35;
    }
}

.style-button-nhay {
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    color: white;
    font-size: 18px;
    padding: 20px 15px;
}

    .style-button-nhay:hover {
        text-decoration: none;
        color: white;
        font-size: 18px;
        font-weight: 700;
    }

.button-nhay {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.font-size-1-13px {
    font-size: 13px;
}

.font-size-19px {
    font-size: 13px;
}

.font-size-20px {
    font-size: 20px;
    font-weight: 800;
}

.font-size-23px {
    font-size: 23px;
    font-weight: 800;
}

#chartNam {
    max-width: 80%;
    max-height: 320px;
}

.height-prgess {
    height: 1.8rem;
}

.progress span {
    display: contents;
}

.p-progress-style {
    font-weight: 600;
    margin-bottom: 3px;
    font-size: 13px;
}

.color-red {
    background-color: red;
}

.color-orange {
    background-color: orange;
}

.color-yellow {
    background-color: #cdcd00;
}

.color-yellowgreen {
    background-color: yellowgreen;
}

.color-green {
    background-color: #20cd00;
}

.color-skyblue {
    background-color: deepskyblue;
}

.color-dodgerblue {
    background-color: dodgerblue;
}

.color-blue {
    background-color: blue;
}

.color-mediumslateblue {
    background-color: mediumslateblue;
}

.color-darkolivegreen {
    background-color: darkolivegreen;
}

.content-bao-cao h5 {
    font-weight: 800;
    font-size: 13px;
}

.content-bao-cao span {
    max-width: 100%
}

    .content-bao-cao span ul {
        max-width: 100%
    }

        .content-bao-cao span ul li {
            max-width: 100%
        }

            .content-bao-cao span ul li p {
                max-width: 100%
            }

                .content-bao-cao span ul li p span {
                    max-width: 100%
                }

    .content-bao-cao span p {
        max-width: 100%
    }

.content-bao-cao ul {
    max-width: 100%
}

    .content-bao-cao ul li {
        max-width: 100%
    }

        .content-bao-cao ul li p {
            max-width: 100%
        }

        .content-bao-cao ul li span {
            max-width: 100%
        }

.text-color-red {
    color: red;
}


#modalDangKyVip {
    z-index: 999999999999999999;
    margin-top: 70px;
}

#modalViewVip {
    z-index: 999999999999999999;
    margin-top: 70px;
}

.font-size-11pt {
    font-size: 11pt;
    text-align: justify;
}

.font-size-10pt {
    font-size: 10pt;
    text-align: justify;
    margin-bottom: 5px;
}

.font-size-13px {
    font-size: 13px;
    text-transform: uppercase;
}

.text-color-pink {
    color: #e400ff;
}

.grid-view .contest-grid.course-noimg {
    width: 100%;
    margin: 10px 0;
}

.contest-grid.course-noimg .block-main {
    display: block;
    position: relative;
}

.contest-grid .block-main {
    border-radius: 5px;
    background-color: #fff;
    padding: 0.5em;
    /* padding-bottom: 1em; */
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contest-grid.course-noimg .bodycontent {
    cursor: pointer;
}

.contest-grid.course-noimg .block-main .title {
    padding: 0.75em;
    /* background-color: rgba(255,235,59,.8); */
    background-image: -webkit-linear-gradient(left,#ff9c01 0,#ffba00 100%);
    background-image: linear-gradient(to right,#261258 0,#9296c7 100%);
    background-repeat: repeat-x;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 58px;
    color: #fff;
}

.contest-grid .block-main .title {
    font-weight: 700;
}

.course-noimg .title .icon {
    width: 38px;
    min-width: 38px;
    color: #000;
    height: 37px;
    line-height: 37px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 1.2em;
    text-align: center;
    margin-right: 10px;
}

.course-noimg .title .text {
    width: calc(100% - 45px);
}

.grid-view .title .text .name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 700;
    font-size: 15px;
}

.course-noimg .title .text .name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.grid-view .title .text small {
    display: block;
    line-height: 1.2;
}

.contest-grid .block-main .block-row {
    /* padding-left: 1em; */
    /* padding-right: 1em; */
    color: #343a40;
}

    .contest-grid .block-main .block-row .price-new, .price .price-new {
        font-weight: 700;
        color: #ff9900;
        padding-right: 15px;
    }

    .contest-grid .block-main .block-row .price-old, .price .price-old {
        font-weight: 600;
        color: #b5b5b5;
        padding-right: 15px;
        text-decoration-line: line-through;
    }

.contest-grid .block-main .packet-desc {
    font-weight: 800;
    font-size: 13px;
}

.contest-grid.course-noimg.community_events .list-1 {
    width: calc(100% - 1em);
    text-align: center;
}

.contest-grid.course-noimg .list-1 {
    bottom: 0.5rem;
    right: 0.5rem;
}

.contest-grid.course-noimg .list-button {
    position: absolute;
}

.content-by-vip p {
    color: black;
}

@-webkit-keyframes my {
    0% {
        color: #55dc35;
    }

    50% {
        color: #ffc107;
    }

    100% {
        color: #55dc35;
    }
}

@-moz-keyframes my {
    0% {
        color: #55dc35;
    }

    50% {
        color: #ffc107;
    }

    100% {
        color: #55dc35;
    }
}

@-o-keyframes my {
    0% {
        color: #55dc35;
    }

    50% {
        color: #ffc107;
    }

    100% {
        color: #55dc35;
    }
}

@keyframes my {
    0% {
        color: #55dc35;
    }

    50% {
        color: #ffc107;
    }

    100% {
        color: #55dc35;
    }
}

.packet-desc-nhay {
    font-size: 24px;
    font-weight: bold;
    -webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite;
    -o-animation: my 700ms infinite;
    animation: my 700ms infinite;
}

#nav-tab a {
    color: white;
    font-weight: 700;
}

    #nav-tab a.active {
        color: black;
        font-weight: 700;
    }

.user-profile {
    background-color: #f7f7f7;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 2rem;
}

    .user-profile .img-avartar {
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 200px;
        height: 200px;
        overflow: hidden;
        margin: auto;
        border-radius: 50%;
    }

    .user-profile .upload {
        position: absolute;
        bottom: 0;
        display: block;
        background-color: rgb(0 0 0 / 30%);
        padding: 15px;
        width: 100%;
        text-align: center;
        color: #fff;
        border: 0;
    }

        .user-profile .upload:hover {
            background-color: rgb(0 0 0 / 80%);
        }


.btn-view-vip {
    border-radius: 32px;
    font-size: 14px;
    /* line-height: 1.9em; */
    padding: 7px 13px;
    min-width: 110px;
    font-weight: 700;
    border: 2px solid #6d74b7;
    color: black;
}

    .btn-view-vip:hover {
        background: #2f276aab;
        color: white;
        border: 2px solid #443795;
    }

.btn-no-view-vip {
    border-radius: 32px;
    font-size: 14px;
    /* line-height: 1.9em; */
    padding: 7px 13px;
    min-width: 110px;
    font-weight: 700;
    border: 2px solid red;
    color: black;
}

    .btn-no-view-vip:hover {
        background: #2f276aab;
        color: white;
        border: 2px solid #443795;
    }


.content-container.active {
    opacity: 1 !important;
}

.mandala-wrapper-inner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.mandala-number {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 100px;
    line-height: 160px;
    height: 306px;
    width: 320px;
    margin-top: -160px;
    padding-top: 70px;
    margin-left: -160px;
    border-radius: 50%;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #fff;
    z-index: 1000;
    text-shadow: 0 0 10px #fff, 0 0 8px #fff, 0 0 23px #fff, 0 0 34px #251e56, 0 0 65px #ff1177, 0 0 80px #d724c4, 0 0 100px #501e56, 0 0 150px #7e077e;
    overflow: visible;
}

.wc-bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 95%;
    max-width: 350px;
    height: 1000px;
    max-height: 350px;
    margin: 10px auto 20px;
    text-align: center;
    background: url(../images/wc-bg.png) no-repeat center;
    background-size: cover;
    animation-name: spin;
    animation-duration: 17000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.wc-bg-img-chu {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 260px;
    margin: 10px auto 20px;
    text-align: center;
    background: url(../images/chu-so.png) no-repeat center;
    /*background-size: cover;
    animation-name: spin;
    animation-duration: 17000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;*/
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.wc-container {
    border: 1px solid;
    border-radius: 10px;
}

.d-hide {
    display: none;
}

#btnViewAll {
    color: white;
}


.text-color-white {
    color: white !important;
}

.text-color-black {
    color: black !important;
    font-style: italic;
    font-weight: 600;
}

.text-color-black1 {
    color: black;
}

.-bg-img-6 {
    background-image: url(/images/aaaaa-1.png?v=1);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.content-2 {
    margin-bottom: 2rem;
}


#home-header .header-content {
    text-align: center;
}

#home-header .header-content__title {
    line-height: 1.5;
    color: white;
    font-weight: 900;
    margin-top: 2rem;
}

    #home-header .header-content__title span {
        color: #ff6b00;
    }

#home-header .header-content__title-sub {
    font-size: 1.25rem;
    /*color: white;*/
    margin-bottom: 3rem;
    margin-top: 2rem;
}

#home-header .header-content__sub {
    /* font-family: "iCiel Borsok", "Inter", "Open Sans", "Nunito", sans-serif; */
    /* font-size: 2rem; */
    line-height: 1.5;
    /* margin-top: 4rem; */
    /* margin-bottom: 3rem; */
    color: white;
    font-weight: 900;
    margin-top: 2rem;
}

    #home-header .header-content__sub span {
        color: #ff6b00;
    }

#home-header .header-content__sub-sub {
    font-size: 0.9rem;
    /*color: white;*/
    margin-bottom: 3rem;
    margin-top: 2rem;
}

.text-color-orange {
    color: #ff6b00;
}

#home-header .header-content .skill-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#home-header h2 {
    font-size: 20px;
}

#home-header .header-content .skill-list .skill-item {
    min-width: 33%;
    padding: 5px;
    max-width: 40%;
}

    #home-header .header-content .skill-list .skill-item .skill-item-main {
        background-color: rgb(129 129 129 / 70%);
        border-radius: 1rem;
        padding: 0.5rem 0.75rem;
        text-align: center;
        margin: 0.75rem 0.75rem 0.75rem 0;
        box-shadow: 0 0 10px 0 #ff6b00;
        -webkit-box-shadow: 0 0 10px 0 #ff6b00;
        background-color: #092c49c7;
    }

    #home-header .header-content .skill-list .skill-item .skill-item-main__icon img {
        height: 50px;
    }

    #home-header .header-content .skill-list .skill-item .skill-item-main__title {
        margin-top: 0.5rem;
        font-weight: 700;
        font-size: 13px;
        font-size: 1.5rem;
    }

.tra-cuu-hedder {
    border: 1px solid;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #ff6b00;
    -webkit-box-shadow: 0 0 10px 0 #ff6b00;
}

.logos-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

    .logos-inline .logo-image {
        border-radius: 12px;
        background: #fff;
        width: 60px;
        margin: 12px;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-shadow: 0 3px 5px rgba(36,50,66,.2);
        box-shadow: 0 3px 5px rgba(36,50,66,.2);
        -webkit-transition: margin .2s cubic-bezier(.4,0,.43,.88), -webkit-box-shadow .1s;
        transition: margin .2s cubic-bezier(.4,0,.43,.88), -webkit-box-shadow .1s;
        -o-transition: box-shadow .1s, margin .2s cubic-bezier(.4, 0, .43, .88);
        transition: box-shadow .1s, margin .2s cubic-bezier(.4,0,.43,.88);
        transition: box-shadow .1s, margin .2s cubic-bezier(.4,0,.43,.88), -webkit-box-shadow .1s;
    }

        .logos-inline .logo-image img {
            max-width: 40px;
            display: block;
            width: auto;
        }

@media(min-width: 1200px) {
    #home-header {
        padding-top: 13vh;
        padding-bottom: 4rem;
    }

        #home-header .header-content__title {
            font-size: 3.25rem;
            margin-top: 4rem;
            margin-bottom: 3rem;
        }

        #home-header .header-content__title-sub {
            font-size: 2rem;
            margin-bottom: 3rem;
        }

        #home-header .header-content__sub {
            font-size: 1.8rem;
            margin-bottom: 3rem;
        }

        #home-header .header-content__sub-sub {
            font-size: 1.6rem;
            margin-bottom: 3rem;
        }

        #home-header .header-content .skill-list .skill-item .skill-item-main {
            border-radius: 1rem;
            padding: 1rem 1.5rem;
            margin: 1rem 1rem 1rem 0;
        }

        #home-header .header-content .skill-list .skill-item .skill-item-main__icon img {
            height: 50px;
        }

        #home-header .header-content .skill-list .skill-item .skill-item-main__title {
            margin-top: .75rem;
            margin-bottom: .25rem;
        }
}

@media(min-width: 1536px) {
    #home-header {
        padding-top: 25vh;
        padding-bottom: 5rem;
    }
}

@media (min-width: 1536px) {
    #home-header {
        padding-top: 8vh;
        padding-bottom: 4rem;
    }
}

@media (min-width: 1200px) {
    #home-header .header-content .skill-list .skill-item .skill-item-main {
        border-radius: 1rem;
        padding: 1rem 1.5rem;
        margin: 1rem 1rem 1rem 0;
    }
}

@media (min-width: 768px) {
    #home-header .header-content .skill-list .skill-item .skill-item-main {
        border-radius: 0.75rem;
        padding: 0.5rem;
        margin: 0.5rem 0.5rem 0.5rem 0;
    }
}

@media (max-width: 765px) {
    #home-header .header-content .skill-list .skill-item {
        min-width: 100%;
    }
}

#divContentThangCaNhan li {
    font-size: 13px;
}

.style-li {
    font-size: 13px;
    font-weight: 800;
}

.tomtat-title {
    text-transform: uppercase;
    font-weight: 600;
    color: #3aa37d;
    margin-bottom: 3px;
    margin-top: 5px;
}

.tomtat-color-blue {
    color: #3aa37d !important;
    font-weight: 800 !important;
}

.tomtat-color-pink {
    font-weight: 900;
    color: #f71891;
}

.tomtat-content {
    margin-bottom: 5px;
    margin-top: 5px;
    color: black;
    font-weight: 600;
}

.tomtat-content-right {
    float: right !important;
}

.tomtat-disable-margin {
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.tomtat-border-bottom {
    border-bottom: 2px solid;
}


@media (max-width: 765px) {
    .chatzalo {
        left: 3px !important;
        bottom: 7px !important;
        width: 40px !important;
        height: 40px !important;
    }

    .tomtat-title {
        font-size: 11px;
    }
    .tomtat-content {
        font-size: 12px;
    }


    .tomtat-color-blue {
        font-size: 9px !important;
    }

    .g-grid {
        grid-column-gap: 20px !important;
        margin-bottom: -40px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-top: 0px !important;
    }
     .g-grid-datten {
        grid-column-gap: 20px !important;
        margin-bottom: -40px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-top: 0px !important;
    }

    .tomtat-color-pink {
        margin-bottom: 11px !important;
    }


    .body-table-square-tomtat {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        min-height: 120px !important;
    }


        .body-table-square-tomtat .table-squara-tomtat {
            max-width: 120px !important;
        }

            .body-table-square-tomtat .table-squara-tomtat p {
                margin: 12px 0px 8px 0px !important;
                font-weight: 700 !important;
                font-size: 11px !important;
                color: #3aa37d;
            }

            .body-table-square-tomtat .table-squara-tomtat .col-square-tomtat {
                height: 40px !important;
                width: 40px !important;
            }

    .title-box-bao-cao {
        font-size: 20px !important;
    }

    label#contact_info_contact {
        margin-bottom: 0px !important;
        font-size: 25px;
    }

    #h3fullname {
        color: #261258;
        font-weight: 700;
        font-size: 16px !important;
        margin-bottom: 0px !important;
    }

    #h3birthday {
        color: #261258;
        font-weight: 700;
        font-size: 16px !important;
    }

    #byvip {
        background: #f71891;
        line-height: 2;
        text-align: center;
        color: white;
        font-size: 15px;
        /*font-family: sans-serif;*/
        /*font-weight: bold;*/
        /*text-shadow: 0 1px 0 #000000;*/
        box-shadow: 0 0 15px #e7adcc;
        z-index: 999;
        border-radius: 10px 10px 0px 0px;
        font-weight: 700;
        text-transform: uppercase;
    }


    #byvip {
        position: fixed;
        bottom: 0;
        width: 50%;
        left: 25%;
    }

}


.g-grid {
    display: grid;
    grid-template-columns: calc(47%) calc(47%);
    grid-column-gap: 50px;
    margin: -5px;
    margin-bottom: 20px;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-top: 25px;
    margin-left: 10px;
}

.g-grid-datten {
    display: grid;
    grid-template-columns: calc(100%);
    grid-column-gap: 50px;
    margin: -5px;
    margin-bottom: 20px;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-top: 25px;
    /*margin-left: 10px;*/
}

.body-table-square-tomtat {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 200px;
}


    .body-table-square-tomtat .table-squara-tomtat {
        max-width: 180px;
    }

        .body-table-square-tomtat .table-squara-tomtat p {
            margin: 17px 8px 8px 8px;
            font-weight: 700;
            color: #3aa37d;
        }

        .body-table-square-tomtat .table-squara-tomtat .col-square-tomtat {
            height: 60px;
            width: 60px;
        }



#byvip {
    position: fixed;
    bottom: 0;
    left: 0 !important;
    width: 100% !important;
}


#byvip {
    background: #f71891;
    line-height: 2;
    text-align: center;
    color: white;
    font-size: 15px;
    /*font-weight: bold;*/
    /*text-shadow: 0 1px 0 #000000;*/
    box-shadow: 0 0 15px #e7adcc;
    z-index: 999;
    border-radius: 10px 10px 0px 0px;
    font-weight: 700;
    text-transform: uppercase;
}

.go-to-top {
    position: fixed;
    right: 8px;
    bottom: 7px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 999;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
}


.container{
    margin-bottom:35px;
}

.remove-magin {
    margin-bottom: 0px !important;
}

.table-of-contents {
    float: right;
    width: 40%;
    background: #eee;
    font-size: 0.8em;
    padding: 1em 2em;
    margin: 0 0 0.5em 0.5em;
}

    .table-of-contents ul {
        padding: 0;
    }

    .table-of-contents li {
        margin: 0 0 0.25em 0;
    }

    .table-of-contents a {
        text-decoration: none;
    }

        .table-of-contents a:hover,
        .table-of-contents a:active {
            text-decoration: underline;
        }

h3:target {
    animation: highlight 1s ease;
}

@keyframes highlight {
    from {
        background: yellow;
    }

    to {
        background: white;
    }
}

.badge-light-info {
    background-color: #a8eef7;
    color: #21c1d6;
}

.badge-light-primary {
    background-color: rgba(141,196,255,.3);
    color: #007bff;
}

.badge-light-secondary {
    background-color: #dde1e4;
    color: #6c757d;
}

.badge-light-danger {
    background-color: #f9e7eb;
    color: #55dc35;
}