/* ==============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: 'Roboto';
    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 {
    font-family: 'Open Sans',Roboto;
    font-size: 16px;
}

.footer_text {
    font-family: Open Sans;
}

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 #21B6FF;
    color: black;
}

    .btn-outline-primary:hover {
        background: #346bae;
        color: white;
        border: 2px solid #346bae;
    }

.product .btn-sm {
    padding: 3px;
    min-width: 130px;
    background: #346bae;
}

    .product .btn-sm:hover {
        background: #346bae;
    }

img {
    max-width: 100%;
}

.chatzalo {
    position: fixed;
    right: 95px;
    bottom: 24px;
    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 .navbar-nav .nav-link {
    padding: 8px 0;
    color: #222;
    font-weight: 700;
    font-size: 15px;
    margin: 0 15px;
    border-bottom: 2px solid transparent;
}

    .block-menu .navbar-nav .nav-link.active {
        color: #c21032;
    }

.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: rgb(214 239 251);
    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: 100px;
    }

    .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: #fff;
        text-decoration: none;
        background-color: #346bae;
    }

.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: #d6effb;
    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: 'Playfair Display';
        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 #c21032;
        }
}

@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;
}

.about {
    padding-bottom: 9%;
    padding-top: 9%;
}

.bg-img {
    background-image: url(/images/bg-block.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title-box {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    font-family: 'Playfair Display';
    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%;
    }

.text-about p {
    line-height: 1.5;
    text-align: justify;
}

.about-info .h3.text-dark {
    font-family: 'Playfair Display';
}

.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: 'Playfair Display';
        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: 'Playfair Display';
        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: 'Playfair Display';
        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: 'Playfair Display';
        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: 'Mulish,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: 'Playfair Display';
        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: 'Playfair Display';
}

.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;
    }

    .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: 'Playfair Display';
    }

    .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: 'Playfair Display';
        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: 'Playfair Display';
}

.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: 'Playfair Display';
}

.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: #0e2c50;
    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: 60px;
}

.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;
}

.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: 'Playfair Display';
    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: 'Playfair Display';
}

.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: 70px;
        /* 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;
    }
}

.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: 'Mulish,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;
}