﻿body {
}

img {
    max-width: 100%;
    height: auto !important;
}
iframe{
    width:100% !important;
    
}
.Nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.Nopadding-Left {
    padding-left: 0px !important;
}

.Nopadding-Right {
    padding-right: 0px !important;
}

/* :: 2.0 Spacing CSS */
.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-15 {
    padding-bottom: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}
/*canh giữa img*/
.img-responsive {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
}
/*chia năm cột trong boostrap*/
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
/*End chia năm cột trong boostrap*/
/*thẻ h1*/
.section-title {
    color: #231f1f;
    text-align: center;
    text-transform: uppercase;
    margin: 10px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

    .section-title h1 {
        position: relative;
        font-weight: bold;
        margin-bottom: 30px;
        margin-top: 30px;
        font-family: 'Oswald', sans-serif;
        font-size: 28px !important;
    }

        .section-title h1::after {
            position: absolute;
            bottom: -10px;
            left: calc(50% - 50px);
            content: '';
            width: 100px;
            height: 3px;
            background: #B6160E;
        }
/*end thẻ h1*/
/*thẻ h2*/
.section-title {
    color: #231f1f;
    text-align: center;
    text-transform: uppercase;
    margin: 10px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

    .section-title h2 {
        position: relative;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 30px;
        font-family: 'Oswald', sans-serif;
        font-size: 28px;
    }

        .section-title h2::after {
            position: absolute;
            bottom: -10px;
            left: calc(50% - 50px);
            content: '';
            width: 100px;
            height: 3px;
            background: #e01e21;
        }
/*end thẻ h2*/
/*thẻ h1*/
.section-title-long {
    color: #231f1f;
    text-align: center;
    text-transform: uppercase;
    margin: 10px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

    .section-title-long h1 {
        position: relative;
        font-weight: bold;
        margin-bottom: 30px;
        margin-top: 40px;
        font-family: 'Oswald', sans-serif;
        font-size: 28px;
    }

        .section-title-long h1::after {
            position: absolute;
            bottom: -10px;
            left: calc(50% - 100px);
            content: '';
            width: 200px;
            height: 3px;
            background: #B6160E;
        }
/*end thẻ h1*/
/*thẻ h2*/
.section-title-long {
    color: #231f1f;
    text-align: center;
    text-transform: uppercase;
    margin: 10px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

    .section-title-long h2 {
        position: relative;
        font-weight: bold;
        margin-bottom: 30px;
        margin-top: 40px;
        font-family: 'Oswald', sans-serif;
        font-size: 28px;
    }

        .section-title-long h2::after {
            position: absolute;
            bottom: -10px;
            left: calc(50% - 100px);
            content: '';
            width: 200px;
            height: 3px;
            background: #B6160E;
        }
/*end thẻ h2*/
/*----------------------------- Menu Main --------------------------------*/
.slicknav_menu .slicknav_nav a:hover {
    color: #0a6aab !important;
}
@media (min-width: 1200px) {
    .header-area {
        height: 83px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .header-area {
        height: 83px;
    }
}

@media (min-width: 1200px) {
    .backgroup-menu {
        background-image: linear-gradient(89deg, #33d784 0%, #168908 100%);
        height: 83px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .backgroup-menu {
        background-image: linear-gradient(89deg, #33d784 0%, #168908 100%);
        height: 83px;
    }
}
    @media (min-width: 992px) and (max-width: 1200px) {
        .header-area .main-header-area {
            padding: 0px 20px !important;
            /*height:90px;*/
        }
    }

@media (min-width: 1200px){
    .header-area .main-header-area {
        padding: 0px 20px !important;
    }
}
@media (max-width: 767px) {
    .header-area .main-header-area {
        padding: 0px 10px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area {
        padding: 0px 10px !important;
    }
}
    .header-area .main-header-area .main-menu::before {
        width: 0px !important;
    }
    /* Tablet :768px. */
    @media only screen and (min-width: 768px) and (max-width: 991px) {

        .slicknav_menu {
            float: left !important;
        }
    }

    /* Large Mobile :480px. */
    @media only screen and (max-width: 767px) {
        .slicknav_menu {
            float: left !important;
        }
    }

    /* Medium Mobile :480px. */
    @media only screen and (min-width: 576px) and (max-width: 766px) {
        .slicknav_menu {
            float: left !important;
        }
    }

    /* Small Mobile :320px. */

    @media only screen and (max-width: 479px) {
        .slicknav_menu {
            float: left !important;
        }
    }


    #navigation {
        display: flex;
        margin: 0px auto;
        /*justify-content:center;*/
    }

    .inline-social {
        display: flex;
    }

    /*.header-area {
    border-bottom: 1px solid #ece9e9;
}*/

.header-area .main-header-area .main-menu ul li a i {
    padding-left: 5px;
    color: #31a71b;
    font-weight: 600 !important;
}

    .header-area .main-header-area .main-menu ul li a {
        text-transform: uppercase !important;
        font-weight: 600 !important;
        font-family: "Open Sans", sans-serif, Roboto !important;
        color: #2e1112 !important;
        white-space: nowrap;
    }

        .header-area .main-header-area .main-menu ul li a:hover {
            color: #0da02f !important;
        }

@media (min-width: 1300px) {
    .header-area .main-header-area .main-menu ul li a {
        font-size: 100% !important;
    }

    .header-area .social_wrap .number p a {
        font-size: 18px !important;
    }
}

@media (max-width: 1300px) and (min-width: 1200px) {
    .header-area .main-header-area .main-menu ul li a {
        font-size: 14px !important;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .header-area .main-header-area .main-menu ul li a {
        font-size: 12px !important;
    }
}
@media (min-width: 1200px) {
    .header-area .main-header-area {
        padding: 16px 10px;
    }
}

.header-area .main-header-area .main-menu ul li .submenu {
    min-width: 300px !important;
    width: auto !important;
    border-bottom: 7px #1f9d3b solid;
    box-shadow: 0 0 20px -5px !important;
    border-radius: 0px 10px 0px 10px;
}

        .header-area .main-header-area .main-menu ul li .submenu li a {
            font-size: 15px !important;
            color: #2F2A2A !important;
            text-transform: none !important;
        }

            .header-area .main-header-area .main-menu ul li .submenu li a i {
                font-size: 13px !important;
                color: #14a139 !important;
            }

    .header-area .social_wrap .social_links {
        margin-right: 18px !important;
        padding-left: 4px;
        /*border-right: 1px solid #689ac8 !important;
        height: 83px;
        line-height: 83px;*/
        padding-right: 4px;
    }
@media (min-width: 1200px) {
    .header-area .social_wrap .social_links {
        border-right: 1px solid #3bbe5d !important;
        border-left: 1px solid #237a2b !important;
        height: 83px;
        line-height: 83px;
        /*padding-right: 4px;*/
        width:100%
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .header-area .social_wrap .social_links {
        border-right: 1px solid #6299cc !important;
        border-left: 1px solid #255e93 !important;
        height: 83px;
        line-height: 83px;
        /*padding-right: 4px;*/
        margin-right: 4px !important;
        padding-left: 1px !important;
        /*border-right: 0px solid #689ac8 !important;*/
        padding-right: 4px !important;
        width: 100%
    }
}
        .header-area .social_wrap .social_links li a {
            font-size: 16px !important;
            margin: 0px 5px !important;
        }

@media (min-width: 1200px) {
    .header-area .social_wrap {
        margin-right: 70px !important;
    }
}

    @media (max-width: 1200px) and (min-width: 992px) {
        .header-area .social_wrap {
            margin-right: 66px !important;
        }
    }

.custom_search_pop .modal-content .serch_form button {
    /*background: #1761a7 !important;*/
    height: 60px !important;
    background-image: linear-gradient(89deg, #68e858 0%, #329512 100%) !important;
    border-radius: 5px;
}

    .custom_search_pop .modal-content .serch_form button:hover {
        background-position: 0% 0%;
        background-image: linear-gradient(89deg, #329512 0%, #68e858 100%) !important;
        background-color: #1761a7 !important;
        background-repeat: repeat !important;
        background-attachment: scroll !important;
    }

    .custom_search_pop .modal-content .serch_form input {
        height: 60px !important;
    }
.custom_search_pop .modal-content .serch_form input {
    border-radius: 5px;
}
        /* Tablet :768px. */
        @media only screen and (min-width: 768px) and (max-width: 991px) {
            .hiden-social a {
            display: none;
        }

        .header-area .social_wrap .social_links {
            margin-right: 100px !important;
            margin-top: -77px;
        }
    }
    /* Large Mobile :480px. */
    @media only screen and (max-width: 767px) {
        .hiden-social a {
            display: none !important;
        }

        .header-area .social_wrap .social_links {
            margin-right: 74px !important;
            margin-top: -50px;
        }
    }
    /* Medium Mobile :480px. */
    @media only screen and (min-width: 576px) and (max-width: 766px) {
        .hiden-social a {
            display: none !important;
        }

        .header-area .social_wrap .social_links {
            margin-right: 74px !important;
            margin-top: -50px;
        }
    }
    /* Small Mobile :320px. */
    @media only screen and (max-width: 479px) {
        .hiden-social a {
            display: none !important;
        }

        .header-area .social_wrap .social_links {
            margin-right: 74px !important;
            margin-top: -50px;
        }
    }

    .slicknav_menu .slicknav_nav {
    width: 100% !important;
    top: 1px !important;
}

    .header-area .main-header-area .main-menu ul li {
        margin: 0 17px 0 0 !important;
    }

    @media (max-width: 1200px) and (min-width: 992px) {
        .header-area .social_wrap .number {
            margin-right: 0px !important;
            padding-right: 0px !important;
        }

       
    }

    .header-area .social_wrap .number p {
        /*border-radius: 5px;*/
        /*border: 1px solid #d73438;*/
        padding: 0px 10px 0px 10px;
        color: #fff;
        /*line-height: 83px;*/
    }
@media (max-width: 1200px) and (min-width: 992px) {
    .header-area .social_wrap .number p {
        line-height: 83px;
    }
}
@media (min-width: 1200px) {
    .header-area .social_wrap .number p {
        line-height: 83px;
    }
}
        .header-area .social_wrap .number p:hover {
            /*border-radius: 5px;
        border: 1px solid #d73438;*/
            padding: 0px 10px 0px 10px;
            /*background-color: #d73438;*/
        }

            .header-area .social_wrap .number p:hover a {
                color: #fff;
            }

            .header-area .social_wrap .number p:hover i {
                color: #fff !important;
            }

        .header-area .social_wrap .number p a:hover {
            color: #fff !important;
        }

        .header-area .social_wrap .number p a {
            white-space: nowrap;
            font-weight: 600 !important;
            color: #fff !important;
            font-size: 16px;
        }

        .header-area .social_wrap .number p i {
            color: #fff !important;
            margin-top: 3px;
            font-size: 17px !important;
            line-height: 80px;
        }


    @media (max-width: 767px) {
        .header-area .seach_icon {
            width: 80px !important;
        }
    }

    .header-area .main-header-area .main-menu ul li .submenu li {
        border-bottom: 1px solid #F4F4F4;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
.slicknav_btn {
    top: -45px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .slicknav_btn {
        top: -55px !important;
    }
}
@media only screen and (max-width: 766px) and (min-width: 576px) {
    .slicknav_btn {
        top: -54px !important;
    }
}
@media only screen and (max-width: 767px) {
    .slicknav_btn {
        top: -54px !important;
    }
}
@media only screen and (max-width: 479px) {
    .slicknav_btn {
        top: -47px !important;
    }
}
@media (min-width: 1200px) {
    .header-area .seach_icon {
        background: #286cad;
        border-left: 1px solid #3c8945 !important;
    }

        .header-area .seach_icon i {
            font-size: 20px;
        }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .header-area .seach_icon {
        background: #286cad;
    }
        .header-area .seach_icon i {
            font-size: 20px;
        }
}
.slicknav_menu .slicknav_icon-bar {
    height: 4px !important;
    border-radius: 2px !important;
    background-image: linear-gradient(89deg, #47d10e 0%, #309d0c 100%) !important;
}
    .slicknav_menu .slicknav_icon-bar:nth-last-child(2) {
        width: calc(100% - -6px) !important;
    }
/*----------------------------- End Menu Main --------------------------------*/
/*----------------------------- Sản phẩm --------------------------------*/
.section-title-main-sanpham {
    font-size: 74% !important;
}
/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .section-title-main-sanpham {
        font-size: 100% !important;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .section-title-main-sanpham {
        font-size: 100% !important;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .section-title-main-sanpham {
        font-size: 100% !important;
    }
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.menu-entry {
    margin-bottom: 30px;
}

    .menu-entry .img {
        display: block;
        height: 200px;
    }

    .menu-entry .text h3 {
        font-size: 18px;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 22px;
        -webkit-line-clamp: 2;
        height: 30px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

        .menu-entry .text h3 a {
            color: #201f1f;
            font-family: "Helvetica Neue", Arial, sans-serif;
            font-size: 14px;
            font-weight: 600;
        }

    .menu-entry .text .price span {
        color: #228d35;
        font-size: 18px;
        font-weight: bold;
    }
/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .menu-entry .text h3 {
        font-size: 15px;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 22px;
        -webkit-line-clamp: 2;
        height: 25px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .menu-entry .text h3 {
        font-size: 15px;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 22px;
        -webkit-line-clamp: 2;
        height: 25px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .menu-entry .text h3 {
        font-size: 15px;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 22px;
        -webkit-line-clamp: 2;
        height: 25px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
}
.btn {
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 13px;
}

    .btn:hover, .btn:active, .btn:focus {
        outline: none;
    }

    
        .btn.btn-primary:hover, .btn.btn-primary:active {
            border: 1px solid transparent;
            background-color: #128021;
            color: #fff;
        }

.section-title {
    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

    .section-title i {
        opacity: .6;
        margin-right: 0.5em;
    }

        .section-title i.icon-angle-right {
            margin-right: 0;
            margin-left: 10px;
        }

    .section-title span {
        text-transform: uppercase;
    }

    .section-title small {
        text-transform: none;
        font-weight: normal;
        padding-left: 15px;
        font-size: 1em;
        opacity: .7;
    }

    .section-title b {
        display: block;
        -ms-flex: 1;
        flex: 1;
        height: 2px;
        /*opacity: .1;*/
        background-color: currentColor;
        color: #e1e0e0;
    }


@media (max-width: 549px) {
    .section-title {
        font-size: 15px;
    }
}

.section-title-center span {
    margin: 0 15px;
    font-size: 100%;
    font-weight: 600;
    color: #B1611A;
}

.section-title-center span, .section-title-bold-center span {
    text-align: center;
}

.section-title-center small, .section-title-bold-center small {
    padding: 0 15px;
    display: block;
}

.image-sanpham {
    overflow: hidden;
    border: 1px solid #e4e8e4 !important;
}

    .image-sanpham img {
        -webkit-transform: scale(1); /*Webkit: Scale down image to 0.8x original size*/
        -moz-transform: scale(1); /*Mozilla scale version*/
        -o-transform: scale(1); /*Opera scale version*/
        -webkit-transition-duration: 0.6s; /*Webkit: Animation duration*/
        -moz-transition-duration: 0.6s; /*Mozilla duration version*/
        -o-transition-duration: 0.6s; /*Opera duration version*/
        backface-visibility: hidden;
    }

        .image-sanpham img:hover {
            -webkit-transform: scale(1.2); /*Webkit: Scale up image to 1.2x original size*/
            -moz-transform: scale(1.09); /*Mozilla scale version*/
            -o-transform: scale(1.09); /*Opera scale version*/
            backface-visibility: hidden;
        }
/* Giỏ hàng */
.cart > a {
    position: relative;
}
/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .cart > a {
        padding-right: 15px;
    }

        .cart > a .bag {
            right: 1px !important;
        }
}

.cart > a .icon {
    font-size: 20px;
    color: #fff;
}

.cart > a .bag {
    position: absolute;
    top: -16px;
    right: -11px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #d4701a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

    .cart > a .bag small {
        font-weight: 400;
        color: #FFFFFF;
    }

.table tbody tr td.product-remove button {
    bordeR: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5px 10px;
    background-color: transparent;
}

    .table tbody tr td.product-remove button:hover {
        background-color: #AE4F10;
        cursor: pointer;
    }

    .table tbody tr td.product-remove button i {
        color: #000;
    }

.ftco-cart button i {
    color: #c49b63;
}

.ftco-cart .quantity-left-minus {
    background: transparent;
    padding: 16px 20px;
}

.ftco-cart .quantity-right-plus {
    background: transparent;
    padding: 16px 20px;
}

.ftco-cart button, .ftco-cart .form-control {
    height: 54px !important;
    text-align: center;
    bordeR: 1px solid rgb(179, 124, 29) !important;
    color: #c49b63 !important;
    padding: 0;
}

.ftco-cart .form-group {
    position: relative;
}

    .ftco-cart .form-group .form-control {
        padding-right: 40px;
    }

    .ftco-cart .form-group .icon {
        position: absolute;
        top: 50%;
        right: 20px;
        font-size: 14px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #c49b63;
    }

        .ftco-cart .form-group .icon span {
            color: #c49b63;
        }

@media (max-width: 767.98px) {
    .ftco-cart .form-group .icon {
        right: 10px;
    }
}

.ftco-cart .form-group .select-wrap {
    position: relative;
}

    .ftco-cart .form-group .select-wrap select {
        font-size: 14px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

/*.ftco-animate {
    opacity: 0;
    visibility: hidden;
}*/
.cart-list {
    overflow-x: scroll;
}

.table {
    min-width: 1000px !important;
    width: 100%;
    text-align: center;
}

    .table th {
        font-weight: 500;
    }

    .table .thead-primary {
        background: #d89d36;
        font-size: 17px;
    }

        .table .thead-primary tr th {
            padding: 20px 10px;
            color: #fff !important;
            border: 1px solid transparent !important;
        }

    .table tbody tr td {
        text-align: left !important;
        vertical-align: middle;
        padding: 40px 10px;
        border: 1px solid transparent !important;
        border-bottom: 1px solid rgb(234, 222, 199) !important;
    }

        .table tbody tr td.product-remove a {
            bordeR: 1px solid rgba(255, 255, 255, 0.1);
            padding: 5px 10px;
        }

            .table tbody tr td.product-remove a:hover {
                background: #c49b63;
            }

                .table tbody tr td.product-remove a:hover span {
                    color: #000;
                }

        .table tbody tr td.quantity {
            width: 20%;
        }

        .table tbody tr td.image-prod .img {
            display: block;
            width: 100px;
            height: 100px;
            margin: 0 auto;
        }

        .table tbody tr td.product-name {
            width: 30%;
        }

            .table tbody tr td.product-name h3 {
                font-size: 16px;
                text-transform: uppercase;
            }

        .table tbody tr td.total, .table tbody tr td.price {
            color: #111612;
            font-size: 15px;
        }

.cart-wrap .btn-primary {
    display: block;
    width: 100%;
}

.cart-total {
    width: 100%;
    display: block;
    border: 1px solid rgb(27, 161, 45);
    padding: 20px;
}

    .cart-total h3 {
        font-size: 20px;
        text-transform: uppercase;
    }

    .cart-total p {
        width: 100%;
        display: block;
    }

        .cart-total p span {
            display: block;
            width: 50%;
        }

        .cart-total p.total-price span {
            text-transform: uppercase;
        }

            .cart-total p.total-price span:last-child {
                color: #c49b63;
            }

    .cart-total hr {
        background: rgba(255, 255, 255, 0.1);
    }

.capnhat_giohang {
    width: 88px;
    /*float:right;*/
}

    .capnhat_giohang button {
        /*width: 50px;
        float:left;*/
        width: 100%;
        /*bordeR: 1px solid rgba(255, 255, 255, 0.1);*/
        border: 1px solid #19891b;
        padding: 5px 10px;
        background-color: transparent;
        font-size: 13px;
        margin-top: 8px;
    }

        .capnhat_giohang button:hover {
            background-color: #1b9b31;
            cursor: pointer;
            color: #fff;
        }

            .capnhat_giohang button:hover span {
                color: #fff;
            }

.totaltien {
    font-size: 18px;
    font-weight: 700;
    color: #231F1F;
}

.phiship {
    font-size: 16px;
    color: #231F1F;
    /*float:right;*/
    margin-bottom: 10px;
}

#layout-cart {
    background-color: #f9f9f9;
}

    #layout-cart .heading-page {
        position: relative;
        text-align: center;
        padding: 0 0 20px 0;
    }

        #layout-cart .heading-page:after {
            content: "";
            background: #252a2b;
            display: block;
            width: 60px;
            height: 4px;
            margin: 25px auto 0;
        }

        #layout-cart .heading-page h1 {
            font-size: 25px;
            margin: 0 0 10px;
            font-weight: 600;
        }

.count-cart {
    color: #6f6e6e;
}

table {
    width: 100%;
    border-spacing: 0;
}

    table.table-cart {
        margin-bottom: 30px;
    }

        table.table-cart thead {
            display: none;
        }

        table.table-cart tr td {
            padding: 20px 0;
            border-top: 1px solid #ededed;
            vertical-align: top;
        }

        table.table-cart tr:first-child td {
            border-top: 0;
        }

        table.table-cart tr td.image {
            text-align: center;
            width: 110px;
        }

            table.table-cart tr td.image img {
                max-width: 100px;
            }

        table.table-cart tr td.item {
            padding-left: 15px;
        }

            table.table-cart tr td.item h3 {
                margin: 0 0 5px;
                font-size: 16px;
                font-weight: bold;
                display: inline;
            }

            table.table-cart tr td.item p {
                margin-bottom: 5px;
            }

                table.table-cart tr td.item p del {
                    font-size: 12px;
                }

            table.table-cart tr td.item .price {
                margin: 0;
                float: right;
            }

                table.table-cart tr td.item .price span.text {
                    /*display: none;*/
                }

@media (max-width: 767px) {
    table.table-cart tr td.item .price span.text {
        display: inline-block;
        font-size: 16px;
    }

    table.table-cart tr td.item .price {
        float: left;
    }
}

table.table-cart tr td.item .price span {
    font-size: 16px;
    padding-right: 0 !important;
    font-weight: 500;
}

table.table-cart tr td.item .variant {
    margin-bottom: 5px;
}

table.table-cart tr td.remove {
    text-align: right;
}

table.table-cart tr td.product-remove button {
    padding: 5px 10px;
    background-color: transparent;
    border: none;
}

    table.table-cart tr td.product-remove button:hover {
        background-color: #CB7A1B;
        cursor: pointer !important;
    }

        table.table-cart tr td.product-remove button:hover i {
            color: #fff;
        }

.qty-click input.item-quantity {
    font-weight: 500;
    font-size: 15px;
    height: 25px;
    padding: 0;
    text-align: center;
    width: 35px;
    background: #ededed;
    border: 1px solid #dadbdd;
    border-radius: 0;
    float: left;
    -webkit-appearance: none;
}

.qty-click {
    float: left;
}

    .qty-click button.qty-btn {
        background: #fff;
        font-weight: 500;
        font-size: 15px;
        color: #151617;
        height: 25px;
        padding: 0;
        text-align: center;
        width: 25px;
        border: 1px solid #dadbdd;
        border-radius: 0;
        float: left;
        -webkit-appearance: none;
    }

    .qty-click button.qtyplus.qty-btn {
        border-left: none;
    }

    .qty-click button.qtyminus.qty-btn {
        border-right: none;
    }

    .qty-click button.qty-btn:focus {
        outline: none;
    }

    .qty-click button.qty-btn:hover {
        cursor: pointer;
    }

.checkout-note textarea {
    border-radius: 0;
    -webkit-appearance: none;
    background: #ededed;
    resize: none;
    color: #252a2b;
    font-size: 15px;
    padding: 20px;
    outline: none;
    width: 100%;
    height: 130px;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 150ms linear;
}

p.order-infor {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
}

.order-infor .total_price {
    font-size: 28px;
    margin-left: 7px;
    font-weight: 600;
}

.header-page h1 {
    font-size: 25px;
    text-transform: uppercase;
}

.btn-giohang {
    border: 1px solid #1ba12d;
    background: transparent;
    color: #2f2b2b;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: block;
    width: 100%;
    padding:10px;
}

    .btn-giohang:hover, .btn-giohang:active {
        border: 1px solid transparent;
        background-color: #128021;
        color: #fff !important;
        cursor: pointer;
    }
/* End giỏ hàng */
/*Sản phẩm mới nhất*/
.section-title-sanphammoi {
    color: #231f1f;
    text-align: left;
    text-transform: uppercase;
    /*margin: 10px;*/
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

    .section-title-sanphammoi h2 {
        position: relative;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 20px;
        font-family: 'Oswald', sans-serif;
        font-size: 17px;
    }

        .section-title-sanphammoi h2::after {
            position: absolute;
            bottom: -10px;
            left: 5px;
            content: '';
            width: 100px;
            height: 3px;
            background: #067D38;
        }

.price-moi {
    color: #067D38;
}

.title-sanpham-moi {
    font-size: 15px;
}

    .title-sanpham-moi h3 {
        font-size: 15px;
    }

        .title-sanpham-moi h3 a {
            font-size: 15px;
            font-weight: 600;
        }

            .title-sanpham-moi h3 a:hover {
                color: #067D38;
            }
/*End Sản phẩm mới nhất*/
/*Chi tiết sản phẩm*/
.ftco-section {
    padding: 2em 0;
    position: relative;
}

@media (max-width: 767.98px) {
    .ftco-section {
        padding: 6em 0;
    }
}

.line-content-sanpham {
    border-top: 1px solid #D7DBDE;
}

.product-details img {
    max-width: 100% !important;
    height: auto !important;
}

.product-details h1 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.product-details .price span {
    font-size: 30px;
    color: #067D38;
}

.price-input {
    font-size: 20px;
    color: #067D38;
    border: none;
    background-color: #fff;
}

.product-details button i {
    color: #fff;
}

.product-details .quantity-left-minus {
    background-color: #067D38;
    padding: 16px 20px;
}

.product-details .quantity-right-plus {
    background-color: #067D38;
    padding: 16px 20px;
}

.product-details button, .product-details .form-control {
    height: 54px !important;
    text-align: center;
    bordeR: 1px solid #005c27;
    color: #005c27 !important;
    padding: 10px 20px;
}

.product-details .form-group {
    position: relative;
}

    .product-details .form-group .form-control {
        padding-right: 40px;
    }

    .product-details .form-group .icon {
        position: absolute;
        top: 50%;
        right: 20px;
        font-size: 14px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #c49b63;
    }

        .product-details .form-group .icon span {
            color: #c49b63;
        }

@media (max-width: 767.98px) {
    .product-details .form-group .icon {
        right: 10px;
    }
}

.product-details .form-group .select-wrap {
    position: relative;
}

    .product-details .form-group .select-wrap select {
        font-size: 14px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
/*End chi tiết sản phẩm*/
.btn-sanpham {
    border: 1px solid #1ba12d;
    background: transparent;
    color: #2f2b2b;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

    .btn-sanpham:hover, .btn-sanpham:active {
        border: 1px solid transparent;
        background-color: #128021;
        color: #fff !important;
        cursor: pointer;
    }

.tomtatsanpham {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 15px;
    margin-top: 15px;
}

.inputbox {
    border: 1px solid #005c27;
    padding: 10px 15px;
    font-size: 17px;
}

.span-khoiluong-loai {
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
}

@media only screen and (min-width: 768px) {

    .box-khoiluong-loai {
        max-width: 80% !important;
    }
}
/*----------------------------- End Sản phẩm --------------------------------*/
/*----------------------------- Slideshow --------------------------------*/
.overlay::before {
    opacity: 0.1 !important;
}

    .boxed-btn3 {
        background-image: linear-gradient(89deg, #d73538 0%, #e27837 100%) !important;
        border-radius: 0px 20px !important;
    }

        .boxed-btn3:hover {
            background-image: linear-gradient(89deg, #e27837 0%, #d73538 100%) !important;
            /*border-radius: 30px !important;*/
        }
    /*----------------------------- End Slideshow --------------------------------*/
    /*----------------------------- Logo--------------------------------*/
    .logo {
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: center;
    }

        .logo img {
            max-width: 66px;
            height: auto;
        }
    /* Tablet :768px. */
    @media only screen and (min-width: 768px) and (max-width: 991px) {

        .logo img {
            max-width: 64px !important;
            height: auto;
        }

        .header-area .seach_icon {
            right: 0px !important;
            background-color: #fff !important;
        }

            .header-area .seach_icon i {
                color: #838b93;
                font-size: 24px;
            }
    }

    /* Large Mobile :480px. */
    @media only screen and (max-width: 767px) {
        .logo img {
            max-width: 98px !important;
            height: auto;
        }

        .header-area .seach_icon {
            right: 0px !important;
            background-color: #fff !important;
        }

            .header-area .seach_icon i {
                color: #838b93;
                font-size: 24px;
            }
    }

    /* Medium Mobile :480px. */
    @media only screen and (min-width: 576px) and (max-width: 766px) {
        .logo img {
            max-width: 93px !important;
            height: auto;
        }

        .header-area .seach_icon {
            right: 0px !important;
            background-color: #fff !important;
        }

            .header-area .seach_icon i {
                color: #838b93;
                font-size: 24px;
            }
    }

    /* Small Mobile :320px. */

    @media only screen and (max-width: 479px) {
        .logo img {
            max-width: 50px !important;
            height: auto;
            /*margin-right: 50px;*/
        }

        .header-area .seach_icon {
            right: 0px !important;
            background-color:#fff !important;
        }
            .header-area .seach_icon i {
                color: #838b93;
                font-size: 24px;
            }
    }
    /*----------------------------- End Logo --------------------------------*/
    /*----------------------------- Chính sách --------------------------------*/
    .form_area {
        text-align: left;
    }

    .where_togo_area {
        padding: 10px 0 !important;
        background-image: linear-gradient(89deg, #d73438 0%, #e27937 100%) !important;
    }
    /* Tablet :768px. */
    @media only screen and (min-width: 768px) and (max-width: 991px) {

        .where_togo_area {
            background: #ffffff !important;
            padding: 10px 0 !important;
        }

        .line-chinhsach {
            border-right: none !important;
        }

        .form_area {
            text-align: left;
            margin-bottom: 20px;
            background-image: linear-gradient(89deg, #d73438 0%, #e27937 100%) !important;
            padding: 10px 10px;
            border-radius: 5px;
        }
    }

    /* Large Mobile :480px. */
    @media only screen and (max-width: 767px) {
        .where_togo_area {
            background: #ffffff !important;
            padding: 10px 0 !important;
        }

        .line-chinhsach {
            border-right: none !important;
        }

        .form_area {
            text-align: left;
            margin-bottom: 20px;
            background-image: linear-gradient(89deg, #d73438 0%, #e27937 100%) !important;
            padding: 5px 10px;
            border-radius: 5px;
        }
    }

    /* Medium Mobile :480px. */
    @media only screen and (min-width: 576px) and (max-width: 766px) {
        .where_togo_area {
            background: #ffffff !important;
            padding: 10px 0 !important;
        }

        .line-chinhsach {
            border-right: none !important;
        }

        .form_area {
            text-align: left;
            margin-bottom: 20px;
            background-image: linear-gradient(89deg, #d73438 0%, #e27937 100%) !important;
            padding: 5px 10px;
            border-radius: 5px;
        }
    }

    /* Small Mobile :320px. */

    @media only screen and (max-width: 479px) {
        .where_togo_area {
            background: #ffffff !important;
            padding: 10px 0 !important;
        }

        .line-chinhsach {
            border-right: none !important;
        }

        .form_area {
            text-align: left;
            margin-bottom: 20px;
            background-image: linear-gradient(89deg, #d73438 0%, #e27937 100%) !important;
            padding: 5px 10px;
            border-radius: 5px;
        }
    }

    .icon-chinhsach {
        /*float: left;*/
        text-align: center;
    }

        .icon-chinhsach i {
            /*float: left;*/
            text-align: center;
            font-size: 45px !important;
        }
    /* Tablet :768px. */
    @media only screen and (min-width: 768px) and (max-width: 991px) {

        .icon-chinhsach {
            float: left;
            text-align: left;
            margin-top: 11px;
        }

            .icon-chinhsach i {
                /*float: left;*/
                text-align: center;
                font-size: 45px !important;
            }

        .content-chinhsach {
            display: inline-block !important;
            width: 75% !important;
            text-align: left !important;
            margin-top: 0px !important;
        }
    }
    /* Large Mobile :480px. */
    @media only screen and (max-width: 767px) {
        .icon-chinhsach {
            float: left;
            text-align: left;
            margin-top: 11px;
        }

            .icon-chinhsach i {
                /*float: left;*/
                text-align: center;
                font-size: 45px !important;
            }

        .content-chinhsach {
            display: inline-block !important;
            width: 75% !important;
            text-align: left !important;
            margin-top: 0px !important;
        }
    }

    /* Medium Mobile :480px. */
    @media only screen and (min-width: 576px) and (max-width: 766px) {
        .icon-chinhsach {
            float: left;
            text-align: left;
            margin-top: 11px;
        }

            .icon-chinhsach i {
                /*float: left;*/
                text-align: center;
                font-size: 45px !important;
            }

        .content-chinhsach {
            display: inline-block !important;
            width: 75% !important;
            text-align: left !important;
            margin-top: 0px !important;
        }
    }

    /* Small Mobile :320px. */

    @media only screen and (max-width: 479px) {
        .icon-chinhsach {
            float: left;
            text-align: left;
            margin-top: 11px;
        }

            .icon-chinhsach i {
                text-align: center;
                font-size: 45px !important;
            }

        .content-chinhsach {
            display: inline-block !important;
            width: 75% !important;
            text-align: left !important;
            margin-top: 0px !important;
        }
    }

    .content-chinhsach {
        text-align: center;
        margin-top: 5px;
    }

        .content-chinhsach strong {
            font-size: 33px !important;
            color: #fff;
        }

        .content-chinhsach span {
            color: #fff;
            padding-left: 5px;
            font-size: 33px;
        }

        .content-chinhsach p {
            font-size: 16px !important;
            color: #fff !important;
        }

    .line-chinhsach {
        border-right: 1px solid #e87e77;
    }
    /*Mới*/
.counter_area {
    /*background: #377ec1 url('/Content/html/img/nen-nang-luc.png');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding: 50px 0 50px
}

@media (max-width: 767px) {
    .counter_area {
        padding: 50px 0 40px
    }
}

.counter_area:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #267812 url(/Content/html/img/nen-nang-luc.png);
    opacity: 0.9;
    z-index: 0
}

.counter_area .counter_box {
    border: 1px solid #dddddd;
    border-top: none;
    margin: 0 20px;
    padding: 22px 0;
    position: relative;
    border-radius:0px 0px 5px 5px;
        
}

    .counter_area .counter_box:before {
        position: absolute;
        content: '';
        background: #dddddd;
        width: 60px;
        height: 1px;
        top: 0;
        left: 0
    }

    .counter_area .counter_box:after {
        position: absolute;
        content: '';
        background: #dddddd;
        width: 60px;
        height: 1px;
        top: 0;
        right: 0
    }
    .counter_area .counter_box span {
        /*font-size: 40px !important;*/
        color: #fff;
        padding-left: 5px;
    }

@media only screen and (max-width: 991px) {
    .counter_area .counter_box {
        max-width: 250px;
        margin: 0 auto;
        margin-bottom: 25px
    }
}

.counter_area .counter_box i {
    position: absolute;
    top: 0;
    /*left: 50%;*/
    margin-left: -15px;
    margin-top: -15px;
    max-width: 100%;
    height: auto;
    color: #fff;
    font-size: 32px;
}

.counter_area .counter_box .counter {
    /*font-size: 46px;*/
    color: #fff;
    margin-bottom: 5px
}

.counter_area .counter_box h6 {
    /*font-size: 15px;*/
    color: #eeeeee;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    word-break: break-word
}
@media (min-width: 1200px) {
    .counter_area .counter_box .counter {
        font-size: 46px !important;
        
    }
    .counter_area .counter_box span {
        font-size: 40px !important;
        
    }
    .counter_area .counter_box h6 {
        font-size: 15px !important;
       
    }
    .counter_area .counter_box i {
        
        left: 50% !important;
       
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .counter_area .counter_box .counter {
        font-size: 46px !important;
    }
    .counter_area .counter_box span {
        font-size: 40px !important;
    }
    .counter_area .counter_box h6 {
        font-size: 15px !important;
    }
    .counter_area .counter_box i {
        left: 50% !important;
    }
}

@media (max-width: 767px) {
    .counter_area .counter_box .counter {
        font-size: 30px !important;
    }
    .counter_area .counter_box span {
        font-size: 30px !important;
    }
    .counter_area .counter_box h6 {
        font-size: 12px !important;
    }
    .counter_area .counter_box i {
        left: 52% !important;
    }
}
/* Tablet :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .counter_area .counter_box .counter {
        font-size: 46px !important;
    }
    .counter_area .counter_box span {
        font-size: 30px !important;
    }
    .counter_area .counter_box h6 {
        font-size: 12px !important;
    }
    .counter_area .counter_box i {
        left: 52% !important;
    }
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .counter_area .counter_box .counter {
        font-size: 30px !important;
    }
    .counter_area .counter_box span {
        font-size: 30px !important;
    }
    .counter_area .counter_box h6 {
        font-size: 12px !important;
    }
    .counter_area .counter_box i {
        left: 52% !important;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .counter_area .counter_box .counter {
        font-size: 30px !important;
    }
    .counter_area .counter_box span {
        font-size: 30px !important;
    }
    .counter_area .counter_box h6 {
        font-size: 12px !important;
    }
    .counter_area .counter_box i {
        left: 52% !important;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .counter_area .counter_box .counter {
        font-size: 30px !important;
    }
    .counter_area .counter_box span {
        font-size: 30px !important;
    }
    .counter_area .counter_box h6 {
        font-size: 12px !important;
    }
    .counter_area .counter_box i {
        left: 52% !important;
    }
}
    /*End Mới*/
    /*----------------------------- End Chính sách --------------------------------*/
    /*----------------------------- Sản phẩm --------------------------------*/

    /* Small Mobile :320px. */

    @media only screen and (max-width: 479px) {
        .section-title-main-sanpham {
            font-size: 100% !important;
        }
    }

    .justify-content-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .menu-entry {
        margin-bottom: 30px;
    }

        .menu-entry .img {
            display: block;
            height: 200px;
        }

        .menu-entry .text h3 {
            font-size: 18px;
            text-transform: uppercase;
        }

            .menu-entry .text h3 a {
                color: #201f1f;
                font-family: "Helvetica Neue", Arial, sans-serif;
                font-size: 14px;
                font-weight: 600;
            }
        .menu-entry .text .price
        {
            margin-bottom:0px !important;
        }

    .btn {
        cursor: pointer;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        font-size: 13px;
    }

        .btn:hover, .btn:active, .btn:focus {
            outline: none;
        }

        .btn.btn-primary {
            border: 1px solid #1ba12d;
            background: transparent;
            color: #2f2b2b;
            font-family: "Helvetica Neue", Arial, sans-serif;
            font-size: 15px;
            font-weight: 400;
        }
             

    .btn-secondary {
        background-image: linear-gradient(89deg, #d73538 0%, #e27837 100%);
        color: #fff;
        border: none;
        font-weight: 400;
        font-size: 15px;
    }
    
    .section-title {
        position: relative;
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        font-family: "Helvetica Neue", Arial, sans-serif;
    }

        .section-title i {
            opacity: .6;
            margin-right: 0.5em;
        }

            .section-title i.icon-angle-right {
                margin-right: 0;
                margin-left: 10px;
            }

        .section-title span {
            text-transform: uppercase;
        }

        .section-title small {
            text-transform: none;
            font-weight: normal;
            padding-left: 15px;
            font-size: 1em;
            opacity: .7;
        }

        .section-title b {
            display: block;
            -ms-flex: 1;
            flex: 1;
            height: 2px;
            /*opacity: .1;*/
            background-color: currentColor;
            color: #e1e0e0;
        }


    @media (max-width: 549px) {
        .section-title {
            font-size: 15px;
        }
    }

    .section-title-center span {
        margin: 0 15px;
        font-size: 100%;
        font-weight: 600;
        color: #B1611A;
    }
    /* Tablet :768px. */
    @media only screen and (min-width: 768px) and (max-width: 991px) {

        .section-title-center span {
            font-size: 22px;
        }
    }

    /* Large Mobile :480px. */
    @media only screen and (max-width: 767px) {
        .section-title-center span {
            font-size: 20px;
        }
    }

    /* Medium Mobile :480px. */
    @media only screen and (min-width: 576px) and (max-width: 766px) {
        .section-title-center span {
            font-size: 20px;
        }
    }

    /* Small Mobile :320px. */

    @media only screen and (max-width: 479px) {
        .section-title-center span {
            font-size: 20px;
        }
    }

    .section-title-center span, .section-title-bold-center span {
        text-align: center;
    }

    .section-title-center small, .section-title-bold-center small {
        padding: 0 15px;
        display: block;
    }


    .image-preview {
        border: 1px solid #ddd;
    }

    
    /* ngôn ngữ */
    .ngonngu > a {
        position: relative;
    }
    /* Tablet :768px. */
    @media only screen and (min-width: 768px) and (max-width: 991px) {

        .ngonngu > a {
            padding-right: 15px;
        }

        /*.ngonngu > a .bag {
            right: 1px !important;
        }*/
    }
    
    /*Chi tiết sản phẩm*/
    .ftco-section {
        padding: 2em 0;
        position: relative;
    }

    @media (max-width: 767.98px) {
        .ftco-section {
            padding: 6em 0;
        }
    }
    
    /*----------------------------- End Sản phẩm --------------------------------*/
    /* ----------------------------------- Dự Án-----------------------------------------------------*/
.service_top {
    text-align: center;
}
    .service_top h2 {
        color: #222222;
        font-weight: 600;
        text-transform: uppercase;
        /*font-size: 30px;*/
        line-height: 22px;
        margin-bottom: 5px;
        position: relative;
        font-size: 30px;
    }
@media (min-width: 1200px) {
    .service_top h2 {
        font-size: 30px !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .service_top h2 {
        font-size: 30px !important;
    }
}

@media (max-width: 767px) {
    .service_top h2 {
        font-size: 30px !important;
    }
}
/* Tablet :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .service_top h2 {
        font-size: 30px !important;
    }
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .service_top h2 {
        font-size: 22px !important;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .service_top h2 {
        font-size: 22px !important;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .service_top h2 {
        font-size: 22px !important;
    }
}
.service_top h2:before {
    position: absolute;
    content: '';
    background: #00a513;
    width: 30px;
    height: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    margin-bottom: -23px;
}
.service_top h2:after {
    position: absolute;
    content: '';
    background: #00a513;
    width: 30px;
    height: 3px;
    bottom: 0;
    right: 50%;
    margin-right: -33px;
    margin-bottom: -23px;
}
   /*thẻ h1*/
.service_top h1 {
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
    /*font-size: 30px;*/
    line-height: 22px;
    margin-bottom: 5px;
    position: relative;
    font-size: 30px;
}

@media (min-width: 1200px) {
    .service_top h1 {
        font-size: 30px !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .service_top h1 {
        font-size: 30px !important;
    }
}

@media (max-width: 767px) {
    .service_top h1 {
        font-size: 30px !important;
    }
}
/* Tablet :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .service_top h1 {
        font-size: 30px !important;
    }
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .service_top h1 {
        font-size: 22px !important;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .service_top h1 {
        font-size: 22px !important;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .service_top h1 {
        font-size: 22px !important;
    }
}

.service_top h1:before {
    position: absolute;
    content: '';
    background: #00a513;
    width: 30px;
    height: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    margin-bottom: -23px;
}

.service_top h1:after {
    position: absolute;
    content: '';
    background: #00a513;
    width: 30px;
    height: 3px;
    bottom: 0;
    right: 50%;
    margin-right: -33px;
    margin-bottom: -23px;
}
/*end thẻ h1*/
.section-title-duan {
    position: relative;
    text-align: center;
}

    .section-title-duan:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        top: initial;
        left: 0px;
        bottom: 0px;
        background: linear-gradient(90deg, #f5f5f5 0%, #1b8ae6 20%, #1b8ae6 10%, #1b8ae6 90%, #1b8ae6 20%, #f5f5f5 100%);
    }

    .section-title-duan h2 {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 30px;
        line-height: 38px;
        font-family: "Oswald";
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

    .section-title-duan:after {
        content: "";
        display: block;
        position: absolute;
        width: 125px;
        height: 7px;
        top: initial;
        bottom: -5px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        background: #f4f5f6 url('/Content/html/img/bg-heading.png') center no-repeat;
    }
.backroup-duan {
    background-color: #f4f5f6 !important;
    /* opacity: 0.9; */
    background-repeat: no-repeat;
    background-position: center;
    border-top: 1px solid #E6E1E1;
    border-bottom: 1px solid #E6E1E1;
    margin-bottom: 2px;
}

        .backroup-duan:before {
            content: ' ';
            position: absolute;
            width: 100%;
            /*height: 100%;*/
            background: rgba(0, 0, 0, 0.03) !important;
        }

    .content-text-duan {
        clear: both;
        float: left;
        /*border: 1px solid #D5CECE;*/
        /*padding: 5px;*/
        /*border-radius: 3px;*/
        margin-top: 0px;
        background-color: #fff;
        width: 100%;
    }

        .content-text-duan:hover {
            /*border: 1px solid #A69A9A;*/
            box-shadow: 0px 0px 10px 0px #809bac;
            border-radius: 0px;
        }

            .content-text-duan:hover a {
                color: #CB1F1B;
            }

    .title-duan {
        font-size: 15px;
        text-transform: uppercase;
        color: #273036;
        font-weight: bold;
        margin-top: 15px;
        text-align: center;
        line-height: 25px;
    }

        .title-duan a:hover {
            color: #CB1F1B;
        }

    .image-preview {
        border: 1px solid #ddd;
    }

    .title-detail-duan {
        font-size: 20px;
        text-transform: uppercase;
        border-bottom: 1px solid #E6E1E1;
    }

        .title-detail-duan h1 {
            font-size: 20px;
            color: #286cad;
            font-family: sans-serif, Roboto;
            font-weight: 600;
            line-height: 26px;
        }

    .noi-dung-duan {
        font-family: sans-serif, Roboto;
        font-size: 16px;
        line-height: 30px;
        border-bottom: 1px solid #E6E1E1;
    }


.xem-them-du-an {
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #3f7df6;
    color: #565454;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    background: #fbfbfb;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .xem-them-du-an:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098D1;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .xem-them-du-an:hover, .xem-them-du-an:focus, .xem-them-du-an:active {
        color: white;
    }

        .xem-them-du-an:hover:before, .xem-them-du-an:focus:before, .xem-them-du-an:active:before {
            -webkit-transform: scale(2);
            transform: scale(2);
        }

        /*Mới*/
@media (min-width: 768px) {
    .content-duan {
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .content-duan {
        margin-bottom: 30px;
    }
}

.content-duan .text {
    position: relative;
    border-top: 0;
    border-radius: 5px;
}

    .content-duan .text .name {
        margin-top: -88px;
        display: inline-block;
        padding: 10px 10px;
        position: relative;
        z-index: 0;
        text-align: center;
    }

        .content-duan .text .name:after {
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            content: '';
            background: #458dd1;
            z-index: -1;
            -webkit-box-shadow: 0px -20px 24px -10px rgba(0, 0, 0, 0.16);
            -moz-box-shadow: 0px -20px 24px -10px rgba(0, 0, 0, 0.16);
            box-shadow: 0px -20px 24px -10px rgba(0, 0, 0, 0.16);
            border-radius: 5px;
        }

    .content-duan .text .heading {
        font-size: 15px;
        margin-bottom: 5px;
        font-weight: 600;
        line-height: 25px;
        text-align: center;
        color:#fff;
        width:100%;
    }
        .content-duan .text .heading:after {
            position: absolute;
            bottom: -8px;
            left: 5px;
            right: 5px;
            content: '';
            height: 8px;
            background: #fed844;
            border-radius: 0 0 3px 3px;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
    .content-duan .text .heading a {
        font-size: 15px;
        margin-bottom: 5px;
        font-weight: 600;
        line-height: 25px;
        text-align: center;
        color: #fff;
        width: 100%;
    }
.content-duan:hover .text .heading a {
    color: #fed844;
}
.duanImages {
    overflow: hidden;
    /*border: 1px solid #e8e3e340;*/
    /*border-radius: 7px;*/
}

    .duanImages img {
        -webkit-transform: scale(1); 
        -moz-transform: scale(1); 
        -o-transform: scale(1); 
        -webkit-transition-duration: 0.6s; 
        -moz-transition-duration: 0.6s; 
        -o-transition-duration: 0.6s; 
        backface-visibility: hidden;
        max-width: 700px;
        max-height: 400px;
    }

        .duanImages img:hover {
            -webkit-transform: scale(1.2); 
            -moz-transform: scale(1.09); 
            -o-transform: scale(1.09); 
            backface-visibility: hidden;
            box-shadow: 0px 0px 10px 0px #809bac;
        }

.box-duan {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 250px;
    position: relative;
    display: block;
}
.content-duan img {
    border: 1px solid #f1ecec;
}

/*end mới*/
/*--------------------------------------- End Dự Án -------------------------------------------------*/
    /*----------------------------- Giới thiệu --------------------------------*/
.box-vechungtoi-trangchu {
    /*box-shadow: 0px 0px 2px 0px #6d967e;*/
    /*margin-top: 20px;*/
    /*background-color: #ebf0f8;
    background: linear-gradient(90deg, #f8faff 19px, transparent 1%) center, linear-gradient(#f8faff 19px, transparent 1%) center, #dee5f77a;
    background-size: 22px 22px;*/
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url('/Content/html/img/bg_about.jpg');
    background-color: #f5f5f5;
    border-bottom: 1px solid #e2e0e0;
}
 
    /* Large Mobile :480px. */
    @media only screen and (max-width: 767px) {
        .box-vechungtoi-trangchu {
            /*box-shadow: 0px 0px 2px 0px #6d967e;*/
            margin-top: 0px !important;
        }
    }

    /* Medium Mobile :480px. */
    @media only screen and (min-width: 576px) and (max-width: 766px) {
        .box-vechungtoi-trangchu {
            /*box-shadow: 0px 0px 2px 0px #6d967e;*/
            margin-top: 0px !important;
        }
    }

    /* Small Mobile :320px. */

    @media only screen and (max-width: 479px) {
        .box-vechungtoi-trangchu {
            /*box-shadow: 0px 0px 2px 0px #6d967e;*/
            margin-top: 0px !important;
        }
    }
.mieuta-gioithieu {
    text-align: center;
    font-size: 18px;
    font-family: "Open Sans", sans-serif, Roboto;
}
.name-gioithieu {
    font-size: 15px;
    font-family: "Open Sans", sans-serif, Roboto;
    text-transform:uppercase;
}
    .section-title-main-gioithieu {
        font-size: 74% !important;
    }
    /* Large Mobile :480px. */
    @media only screen and (max-width: 767px) {
        .section-title-main-gioithieu {
            font-size: 18px !important;
        }
    }

    /* Medium Mobile :480px. */
    @media only screen and (min-width: 576px) and (max-width: 766px) {
        .section-title-main-gioithieu {
            font-size: 18px !important;
        }
    }

    /* Small Mobile :320px. */

    @media only screen and (max-width: 479px) {
        .section-title-main-gioithieu {
            font-size: 18px !important;
        }
    }
    

    
.section-title-gioithieu {
    position: relative;
    text-align: center;
}
    .section-title-gioithieu:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        top: initial;
        left: 0px;
        bottom: 0px;
        background: linear-gradient(90deg, #f5f5f5 0%, #5ac212 20%, #5ac212 10%, #5ac212 90%, #5ac212 20%, #f5f5f5 100%);
    }

    .section-title-gioithieu h1 {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 30px;
        line-height: 38px;
        font-family: "Oswald";
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }
    .section-title-gioithieu:after {
        content: "";
        display: block;
        position: absolute;
        width: 125px;
        height: 7px;
        top: initial;
        bottom: -5px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        background: #f5f5f5 url('/Content/html/img/bg-heading.png') center no-repeat;
    }

/*Phần nội dung giới thiệu*/
.about_box {
    display: flex;
    margin-bottom: 18px;
    word-break: break-word;
}

    .about_box .service_box_right {
        width: 92px;
        margin-right:15px;
    }
.about_content_right .about_box_right span {
    margin-right: 20px;
    margin-left: 0px !important;
}
.about_box .about_box_right span {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    box-shadow: rgb(0 142 255 / 28%) 0px 0px 22px;
    /*margin-left: 20px;*/
    text-align: center;
    margin-right:20px;
}
    .about_box .about_box_right span i {
        padding-top: 16px !important;
        max-height: 50px !important;
        font-size: 42px;
        color: #17a536;
    }
.about_box:hover .about_box_right span i {
    color: #27c234;
}
.about_box:hover .about_box_right span {
    box-shadow: rgb(0 142 255 / 48%) 0px 0px 10px;
}
.about_content_right .about_box_left {
    text-align: left !important;
}
.about_box .about_box_left {
    width: calc(100% - 92px);
    text-align: right;
}
@media (min-width: 768px) {
    .about_box .about_box_left .title {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
.about_box .about_box_left .title {
    color: #222222;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
}
    .about_box .about_box_left .title a {
        color: #231f1f;
        text-decoration: none;
        line-height:22px;
    }
        .about_box .about_box_left .title a:hover {
            color: #17a730;
            text-decoration: none;
        }
  
.about_box .about_box_left .content {
    /*font-size: 17px;*/
    color: #666666;
    letter-spacing: 0;
    text-overflow: ellipsis;
    /*text-align: justify;*/
}
@media (min-width: 1200px) {
    .about_box .about_box_left .content {
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 17px !important;
        text-align: justify;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .about_box .about_box_left .content {
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 17px !important;
        text-align: justify;
    }
}


/* Tablet :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .about_box .about_box_left .content {
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 17px !important;
        text-align: justify;
    }
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .about_box .about_box_left .content {
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 17px !important;
        text-align: left !important;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .about_box .about_box_left .content {
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 16px !important;
        text-align: left !important;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .about_box .about_box_left .content {
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 16px !important;
        text-align: left !important;
    }
}
/*End Phần nội dung giới thiệu*/
/*----------------------------- End Giới thiệu --------------------------------*/
/*----------------------------- Dịch vụ --------------------------------*/
.section_dichvu {
    /*padding: 50px 0 50px 0;*/
    /*position: relative;*/
    /*background-position: top right;*/
    background-repeat: no-repeat;
    background-color: transparent;
    /*background-attachment: fixed;*/
    /*background: url(/Content/html/img/bg-bottom-right.png) no-repeat;*/
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url(/Content/html/img/bg-bottom-right.png);
    /*background-color: #f5f5f5;*/
}
    /*.section_dichvu:before {
        background: #377ec1 url(/Content/html/img/bg-bottom-right.png);
    }*/
@media (max-width: 1199px) {
    .section_dichvu {
        background-image: none !important;
        padding: 0px 0 40px
    }
}
.section-title-dichvu {
    position: relative;
    text-align: center;
}

    .section-title-dichvu:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        top: initial;
        left: 0px;
        bottom: 0px;
        background: linear-gradient(90deg, #f5f5f5 0%, #5ac212 20%, #5ac212 10%, #5ac212 90%, #5ac212 20%, #f5f5f5 100%);
    }

    .section-title-dichvu h2 {
        font-weight: 600;
        text-transform: uppercase;
        /*font-size: 30px;*/
        line-height: 38px;
        font-family: "Oswald";
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }
@media (min-width: 1200px) {
    .section-title-dichvu h2 {
       
        font-size: 30px !important;
        
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .section-title-dichvu h2 {
        
        font-size: 30px !important;
       
    }
}
@media (max-width: 767px) {
    .section-title-dichvu h2 {
        font-size: 30px !important;
    }
}
/* Tablet :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .section-title-dichvu h2 {
       font-size:30px !important;
    }
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .section-title-dichvu h2 {
        font-size: 22px !important;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .section-title-dichvu h2 {
        font-size: 22px !important;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .section-title-dichvu h2 {
        font-size: 22px !important;
    }
}

/*thẻ h1*/
.section-title-dichvu h1 {
    font-weight: 600;
    text-transform: uppercase;
    /*font-size: 30px;*/
    line-height: 38px;
    font-family: "Oswald";
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

@media (min-width: 1200px) {
    .section-title-dichvu h1 {
        font-size: 30px !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .section-title-dichvu h1 {
        font-size: 30px !important;
    }
}

@media (max-width: 767px) {
    .section-title-dichvu h1 {
        font-size: 30px !important;
    }
}
/* Tablet :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .section-title-dichvu h1 {
        font-size: 30px !important;
    }
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .section-title-dichvu h1 {
        font-size: 22px !important;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .section-title-dichvu h1 {
        font-size: 22px !important;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .section-title-dichvu h1 {
        font-size: 22px !important;
    }
}
/* End thẻ h1*/

    .section-title-dichvu:after {
        content: "";
        display: block;
        position: absolute;
        width: 125px;
        height: 7px;
        top: initial;
        bottom: -5px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        background: #ffffff url('/Content/html/img/bg-heading.png') center no-repeat;
    }
.dichvuImages {
    overflow: hidden;
    border: 1px solid #e8e3e340;
    border-radius: 7px;
}

    .dichvuImages img {
        -webkit-transform: scale(1); /*Webkit: Scale down image to 0.8x original size*/
        -moz-transform: scale(1); /*Mozilla scale version*/
        -o-transform: scale(1); /*Opera scale version*/
        -webkit-transition-duration: 0.6s; /*Webkit: Animation duration*/
        -moz-transition-duration: 0.6s; /*Mozilla duration version*/
        -o-transition-duration: 0.6s; /*Opera duration version*/
        backface-visibility: hidden;
        max-width:700px;
        max-height:400px;
    }

        .dichvuImages img:hover {
            -webkit-transform: scale(1.2); /*Webkit: Scale up image to 1.2x original size*/
            -moz-transform: scale(1.09); /*Mozilla scale version*/
            -o-transform: scale(1.09); /*Opera scale version*/
            backface-visibility: hidden;
            box-shadow: 0px 0px 10px 0px #809bac;
        }
.name-dichvu {
    margin-top: .625rem;
}
    .name-dichvu h3 {
        /*font-size: 1.125rem;*/
        font-weight: 700;
        line-height: 1.525rem;
        position: relative;
        margin: 0;
        text-align: left;
    }
@media (min-width: 1200px) {
    .name-dichvu h3 {
        font-size: 1.125rem !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .name-dichvu h3 {
        font-size: 1.125rem !important;
    }
}

@media (max-width: 767px) {
    .name-dichvu h3 {
        font-size: 1.125rem !important;
    }
}
/* Tablet :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .name-dichvu h3 {
        font-size: 1.125rem !important;
    }
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .name-dichvu h3 {
        font-size: 10.2pt !important;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .name-dichvu h3 {
        font-size: 10.2pt !important;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .name-dichvu h3 {
        font-size: 10.2pt !important;
    }
}
        .name-dichvu h3:before {
            content: '';
            position: absolute;
            top: 2px;
            left: 0;
            width: 4px;
            height: calc(100% - 5px);
            background-color: #458ed1;
        }
        .name-dichvu h3 a {
            color: #333;
            text-decoration: none;
            text-transform: uppercase;
            display: block;
            padding-left: .9375rem;
        }
/*----------------------------- End Dịch vụ --------------------------------*/
/*----------------------------- Tin tức --------------------------------*/
.backroup-News-Home {
    background-color: #f2f1ed;
    /*border-top: 1px solid #eae7de;*/
    /*border-top: 1px solid #cecccc;*/
}
    /*thẻ h1*/
    .section-title-long {
        color: #231f1f;
        text-align: center;
        text-transform: uppercase;
        margin: 10px;
        font-weight: bold;
        font-family: 'Oswald', sans-serif;
    }

        .section-title-long h1 {
            position: relative;
            font-weight: bold;
            margin-bottom: 30px;
            margin-top: 40px;
            font-family: 'Oswald', sans-serif;
            font-size: 28px;
        }

            .section-title-long h1::after {
                position: absolute;
                bottom: -10px;
                left: calc(50% - 100px);
                content: '';
                width: 200px;
                height: 3px;
                background: #005c27;
            }
    /*end thẻ h1*/
    /*thẻ h2*/
    .section-title-long {
        color: #231f1f;
        text-align: center;
        text-transform: uppercase;
        margin: 10px;
        font-weight: bold;
        font-family: 'Oswald', sans-serif;
    }

        .section-title-long h2 {
            position: relative;
            font-weight: bold;
            margin-bottom: 30px;
            margin-top: 40px;
            font-family: 'Oswald', sans-serif;
            font-size: 28px;
        }

            .section-title-long h2::after {
                position: absolute;
                bottom: -10px;
                left: calc(50% - 100px);
                content: '';
                width: 200px;
                height: 3px;
                background: #ef2a2d;
            }
    /*end thẻ h2*/
    .TinTucImages {
        overflow: hidden;
        /*border: 1px solid #e8e3e3;*/
    }

        .TinTucImages img {
            -webkit-transform: scale(1); /*Webkit: Scale down image to 0.8x original size*/
            -moz-transform: scale(1); /*Mozilla scale version*/
            -o-transform: scale(1); /*Opera scale version*/
            -webkit-transition-duration: 0.6s; /*Webkit: Animation duration*/
            -moz-transition-duration: 0.6s; /*Mozilla duration version*/
            -o-transition-duration: 0.6s; /*Opera duration version*/
            backface-visibility: hidden;
        }

            .TinTucImages img:hover {
                -webkit-transform: scale(1.2); /*Webkit: Scale up image to 1.2x original size*/
                -moz-transform: scale(1.09); /*Mozilla scale version*/
                -o-transform: scale(1.09); /*Opera scale version*/
                backface-visibility: hidden;
            }

    .TitleNews-home {
        font-size: 13px;
        text-transform: uppercase;
        color: #0E171D;
        font-weight: 600;
        line-height: 20px;
        margin-top: 30px;
    }

        .TitleNews-home a {
            color: #0E171D;
            font-family: 'Oswald', sans-serif;
        }

            .TitleNews-home a:hover {
                color: #cb430e !important;
            }


    @media only screen and (max-width: 767px) {
        .TitleNews-home {
            margin-top: 20px;
        }
    }


    .fontPublish-detail {
        color: #A9A5A5;
        font-size: 14px;
        font-style: italic;
    }

        .fontPublish-detail i {
            padding-right: 5px;
            color: #929292;
            font-size: 16px;
        }
/*Mơi*/
.box-content-first {
    background-color: #fff !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius:3px;
}
.news-date {
    width: 80px;
    text-align: center;
    border-right: 1px solid #e1e1e1;
    padding-right: 17px;
}
    .news-date .iconDate {
               margin-bottom: 5px;
    }
        .news-date .iconDate i {
            font-size: 35px;
            color: #3d3d3c;
            line-height: 24px;
            margin-bottom: 5px;
        }
    .news-date .day-month-year {
        color: #6f6f6f;
        font-family: "Open Sans", sans-serif, Roboto;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
    }
.wrap-news-info {
    padding-bottom: 15px;
    padding-left: 27px;
    padding-right: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 9px;
    height: 97px;
}

    .wrap-news-info .news-name {
        color: #333333;
        font-family: "Open Sans", sans-serif, Roboto;
        /*font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        padding-left: 17px;*/
    }
        .wrap-news-info .news-name h3 {
            color: #333333;
            font-family: "Open Sans", sans-serif, Roboto;
            font-size: 15px;
            font-weight: 500;
            padding-left: 17px;
            line-height: 23px;
            /*overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;*/
        }
@media (min-width: 1200px) {
    .wrap-news-info .news-name h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .wrap-news-info .news-name h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}

/* Tablet :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .wrap-news-info .news-name h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}

            .wrap-news-info .news-name h3 a {
                color: #333333;
                font-family: "Open Sans", sans-serif, Roboto;
                font-size: 16px;
                font-weight: 600;
                line-height: 18px;
                /*padding-left: 6px;*/
            }
                .wrap-news-info .news-name h3 a:hover {
                    color: #1a64ab;
                    font-family: "Open Sans", sans-serif, Roboto;
                    font-size: 16px;
                    font-weight: 600;
                    line-height: 18px;
                }
.news-excerpt {
    color: #333333;
    font-family: "Open Sans", sans-serif, Roboto;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .news-excerpt {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}
/* Tablet :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .news-excerpt {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .news-excerpt {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .news-excerpt {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .news-excerpt {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}
.news-date-home {
    width: 80px;
    text-align: center;
    border-right: 1px solid #e1e1e1;
    padding-right: 17px;
}

    .news-date-home .iconDate-home {
        margin-bottom: 5px;
    }

        .news-date-home .iconDate-home i {
            font-size: 35px;
            color: #3d3d3c;
            line-height: 24px;
            margin-bottom: 5px;
        }

    .news-date-home .day-month-year-home {
        color: #6f6f6f;
        font-family: "Open Sans", sans-serif, Roboto;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
    }

.wrap-news-info-home {
    padding-bottom: 15px;
    padding-left: 27px;
    padding-right: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 9px;
    height: auto;
    max-height:110px;
}

    .wrap-news-info-home .news-name-home {
        color: #333333;
        font-family: "Open Sans", sans-serif, Roboto;
        /*overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;*/
    }
@media (min-width: 1200px) {
    .wrap-news-info-home .news-name-home {
                overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .wrap-news-info-home .news-name-home {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

/* Tablet :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .wrap-news-info-home .news-name-home {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
        .wrap-news-info-home .news-name-home h3 {
            color: #333333;
            font-family: "Open Sans", sans-serif, Roboto;
            font-size: 15px;
            font-weight: 500;
            line-height: 18px;
            text-align: left;
            padding-left: 17px;
            line-height:23px;
        }

            .wrap-news-info-home .news-name-home h3 a {
                color: #333333;
                font-family: "Open Sans", sans-serif, Roboto;
                font-size: 17px;
                font-weight: 600;
                line-height: 18px;
                /*padding-left: 6px;*/
                text-align:left;
            }
                .wrap-news-info-home .news-name-home h3 a:hover {
                    color: #00a513;
                    font-family: "Open Sans", sans-serif, Roboto;
                    font-size: 17px;
                    font-weight: 600;
                    line-height: 18px;
                    /*padding-left: 6px;*/
                    text-align: left;
                }
    /*End Mới*/
    .buttom-xemthem-tin {
        background-color: #fff;
        border: 1px solid #079C46;
        font-weight: 600;
        padding: 10px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 3px;
    }

        .buttom-xemthem-tin:hover {
            color: #fff;
            background-color: #128021;
        }

        .buttom-xemthem-tin i {
            padding-left: 5px;
        }

    .TomTat_News {
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 22px;
        -webkit-line-clamp: 3;
        height: 66px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-align: justify;
        font-size: 16px;
    }
    /*Chi tiết tin tức*/
    /*Chi tiết tin tức*/
    .line-top-detail-news {
        border-bottom: 1px solid #ECEAEA;
    }

    .section-title-new {
        color: #231f1f;
        text-align: center;
        text-transform: uppercase;
        margin: 10px;
        font-weight: bold;
        font-family: 'Oswald', sans-serif;
    }

        .section-title-new h3 {
            position: relative;
            font-weight: bold;
            margin-bottom: 30px;
            margin-top: 0px;
            font-family: 'Oswald', sans-serif;
            font-size: 22px;
        }

            .section-title-new h3::after {
                position: absolute;
                bottom: -10px;
                /*left: calc(50% - 100px);*/
                content: '';
                width: 245px;
                height: 3px;
                background: #b7babd;
                left: 0px;
            }

    .Title-detail-news {
        font-size: 20px;
        text-transform: uppercase;
    }

        .Title-detail-news h1 {
            font-size: 20px;
            font-weight: 400;
        }

    .content-detail-news {
        font-size: 100%;
        overflow: hidden;
        font-family: "Open Sans",sans-serif,Roboto;
        font-size: 16px;
    }

        .content-detail-news dl, .content-detail-news ol, .content-detail-news ul {
            padding-left: 30px !important;
            margin-bottom: 20px;
        }

        .content-detail-news img {
            max-width: 100% !important;
            height: auto !important;
        }

    .tag-detail-news {
        font-size: 14px;
        background-color: #f3f3f3;
        padding: 5px;
    }

        .tag-detail-news i {
            color: #7b7878;
            padding-right: 3px;
        }

        .tag-detail-news a:hover {
            text-decoration: underline !important;
        }

        .tag-detail-news span {
            font-size: 15px;
            font-weight: bold;
            color: #7b7878;
        }
    /*End chi tiết tin tức*/
.xem-them-tin-tuc {
    border: 1px solid #1b9718;
    border-radius: 30px;
    padding: 7px 20px;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    /*background-image: linear-gradient(89deg, #6ab0f1 0%, #1963a9 100%);*/
}

    .xem-them-tin-tuc i {
        padding-left: 5px;
        
    }

.xem-them-tin-tuc {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .xem-them-tin-tuc:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #11b938;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        border-radius: 30px;
    }

    .xem-them-tin-tuc:hover, .xem-them-tin-tuc:focus, .xem-them-tin-tuc:active {
        color: white;
        border-radius: 30px;
    }

        .xem-them-tin-tuc:hover:before, .xem-them-tin-tuc:focus:before, .xem-them-tin-tuc:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }
    .TomTat_News_home {
        font-size: 16px;
        /*Giới hạn số dòng*/
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 26px;
        -webkit-line-clamp: 4;
        height: 100px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-align: justify;
    }
/*---------------------- Begin mục lục -------------------------------*/
#mucluc {
    /*padding: 3px;
    border: solid 1px #E8E7E7;
    border-radius:5px;*/
}

#tableofcontents {
    padding: 10px !important;
    border: solid 1px #E8E7E7 !important;
    border-radius: 3px;
    margin-top: 10px;
    box-shadow: 0px 0px 2px 0px #dce6ec;
    margin-bottom: 10px;
}

    #tableofcontents ul li {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 13px;
        color: #0B6B93;
    }

        #tableofcontents ul li a {
            font-family: Helvetica, Arial, sans-serif;
            font-size: 13px;
            color: #0B6B93;
        }

            #tableofcontents ul li a:hover {
                color: #369CC6;
            }
/*---------------------- End mục lục -------------------------------*/
    /*----------------------------- End Tin tức --------------------------------*/
    /* ----------------------------------- Tin mới nhất -----------------------------------------------------*/
.border-tinmoi {
    border: 1px solid #f5f0f0;
    border-radius: 5px;
}

    .razo-single-post {
        border-bottom: 1px solid #E6E1E1;
        padding-bottom: 10px;
    }

        .razo-single-post:last-child {
            border-bottom: none;
        }

    .section-title-tinmoi {
        color: #231f1f;
        text-align: left;
        text-transform: uppercase;
        /*margin: 10px;*/
        font-weight: bold;
        font-family: 'Oswald', sans-serif;
    }

        .section-title-tinmoi h2 {
            position: relative;
            font-weight: bold;
            margin-bottom: 20px;
            margin-top: 20px;
            font-family: 'Oswald', sans-serif;
            font-size: 17px;
        }

            .section-title-tinmoi h2::after {
                position: absolute;
                bottom: -10px;
                left: 5px;
                content: '';
                width: 80px;
                height: 3px;
                background: #1d67ae;
            }

    .razo-single-post {
        position: relative;
        z-index: 1;
    }

        .razo-single-post .post-thumbnail {
            position: relative;
            z-index: 1;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100px;
            flex: 0 0 100px;
            max-width: 70px;
            width: 65px;
        }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .razo-single-post .post-thumbnail {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 70px;
            flex: 0 0 70px;
            max-width: 70px;
            width: 70px;
        }
    }

    @media only screen and (max-width: 767px) {
        .razo-single-post .post-thumbnail {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 80px;
            flex: 0 0 80px;
            max-width: 80px;
            width: 80px;
        }
    }

    .razo-single-post .post-thumbnail a {
        display: block;
    }

    .razo-single-post .post-thumbnail img {
        border-radius: 2px;
    }

    .razo-single-post .post-content {
        position: relative;
        z-index: 1;
        margin-left: 15px;
    }

        .razo-single-post .post-content .post-meta a {
            font-size: 14px;
            color: #6e6e6e;
            display: inline-block;
            margin-bottom: 5px;
            margin-right: 10px;
        }

            .razo-single-post .post-content .post-meta a:hover, .razo-single-post .post-content .post-meta a:focus {
                color: #286cad;
            }

        .razo-single-post .post-content .post-title {
            font-family: sans-serif, Arial, Tahoma;
            font-size: 14px;
            color: #2f2d2d;
            margin-bottom: 0;
            font-weight: 600;
        }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .razo-single-post .post-content .post-title {
            font-size: 18px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .razo-single-post .post-content .post-title {
            font-size: 14px;
        }
    }

    @media only screen and (max-width: 767px) {
        .razo-single-post .post-content .post-title {
            font-size: 16px;
        }
    }

.razo-single-post .post-content .post-title:hover, .razo-single-post .post-content .post-title:focus {
    color: #5ac212;
}
    /* ----------------------------------- End Tin mới nhất -----------------------------------------------------*/
    /*-------------------------------Phân trang---------------------------*/
    .navigation {
        color: #666;
        border: 0px;
    }

    #paginationControl {
        text-align: center;
    }

        #paginationControl a:hover {
            background-color: #4297e8 !important;
            color: #fff;
        }

.selected {
    background-color: #2a7fd0 !important;
    /*background-image: linear-gradient(89deg, #58a3e8 0%, #1963a9 100%);*/
    color: #fff !important;
    border-radius:5px;
}

.navigation a:link, .navigation a:visited, .navigation a:hover, .navigation a:active {
    text-decoration: none;
    color: #636363;
    font: 11px Arial, Helvetica, sans-serif;
    background: #F9F9F9;
    border: 1px solid #1c6bb7;
    padding: 10px 15px;
    font-size: 13px;
    text-align: center;
    margin: 0px auto;
    border-radius: 5px;
}
    /*-------------------------------End Phân trang---------------------------*/
    /*----------------------------- Liên hệ --------------------------------*/
.form-control-lienhe-home {
    padding: .3rem .75rem !important;
}
.color-form-lienhe {
    background-color: #53a576;
    color: #fff;
    border: 1px solid #53a576;
}

        .color-form-lienhe::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #EDEDED;
            opacity: 1; /* Firefox */
        }

        .color-form-lienhe:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #EDEDED;
        }

        .color-form-lienhe::-ms-input-placeholder { /* Microsoft Edge */
            color: #EDEDED;
        }

    .backupgroup-lienhe {
        background-color: #0a7136;
    }

.btn_lienhe {
    background: linear-gradient(to right,#3cab20,#8ed250);
    color: #fff;
    font-family: 'Oswald',sans-serif;
    font-size: 15px;
    padding: 7px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    border-radius: 20px;
}

    .btn_lienhe:hover {
        background: linear-gradient(to right,#8ed250,#3cab20);
    }

    .text-infocongty {
        font-size: 16px;
        font-family: Open Sans, sans-serif;
    }

        .text-infocongty i {
            padding-right: 10px;
            font-size: 20px;
            color: #23a933;
        }

    .requiredImg {
        width: 50%;
        height: 32px;
        margin-left: 10px;
        border-radius:5px;
    }

    .required {
        border: 1px solid #bac0c6;
        -moz-border-radius: 3px 3px 3px 3px;
        -khtml-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        background-color: #fff !important;
    }

    .iconrefesh {
        color: #C92222 !important;
        padding-left: 5px;
        /*margin-top:10px;*/
    }

        .iconrefesh:hover {
            color: #d82423 !important;
            text-decoration: none;
            cursor: pointer;
        }

    .mabaove {
        height: 30px;
        float: left;
        padding-right: 5px;
    }

    .spanMabaove {
        margin-top: 0px;
        display: block;
    }
    /* Tablet :768px. */
    @media only screen and (min-width: 768px) and (max-width: 991px) {

        .spanMabaove {
            clear: both;
        }
    }

    /* Large Mobile :480px. */
    @media only screen and (max-width: 767px) {
        .spanMabaove {
            clear: both;
        }

        .requiredImg {
            padding-left: 0px;
            margin-top: 10px;
            margin-left: 0px;
        }
    }

    /* Medium Mobile :480px. */
    @media only screen and (min-width: 576px) and (max-width: 766px) {
        .spanMabaove {
            clear: both;
        }

        .requiredImg {
            padding-left: 0px;
            margin-top: 10px;
            margin-left: 0px;
        }
    }

    /* Small Mobile :320px. */

    @media only screen and (max-width: 479px) {
        .spanMabaove {
            clear: both;
        }

        .requiredImg {
            padding-left: 0px;
            margin-top: 10px;
            margin-left: 0px;
        }
    }
.bando {
    border: 1px solid #e2dcdc;
    margin: auto;
    border-radius: 5px;
    min-height: 250px;
    width: 100%;
}
    /*----------------------------- End Liên hệ --------------------------------*/
    /*----------------------------- Footer --------------------------------*/
.footer {
    background: #eceeef !important;
}

.footer-heading {
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
    position: relative;
    font-weight: 700;
}

    .footer-heading:after {
        position: absolute;
        bottom: -7px;
        left: 0;
        content: '';
        width: 45px;
        height: 4px;
        /* background: #2a7fd0; */
        background-image: linear-gradient(89deg, #1fa523 0%, #68df76 100%);
    }
    .footer .footer_top {
        padding-bottom: 15px !important;
    }

        .footer .footer_top .footer_widget .footer_title {
            margin-bottom: 20px !important;
            text-transform: uppercase !important;
            font-size: 17px !important;
            font-weight: 600 !important;
        }
            
        .footer .footer_top .footer_widget ul li a {
            color: #2b2929 !important;
        }

        .footer .footer_top .footer_widget ul li i {
            padding-right: 5px;
            color: #2b2929 !important;
        }

        .footer .footer_top .footer_widget .footer_logo {
            margin-bottom: 16px !important;
        }

    .footer_logo img {
        max-width: 80px;
        height: auto;
    }

    .footer .footer_top .footer_widget p {
        color: #2b2929 !important;
    }

        .footer .footer_top .footer_widget p i {
            padding-right: 5px;
        }

        .footer .footer_top .footer_widget p a {
            color: #2b2929 !important;
        }

    /*.text-footer {
    color: #F6F4F4;
    margin-top: 20px;
}*/

    .section-title-lienhe {
        color: #231f1f;
        text-align: left;
        text-transform: uppercase;
        margin: 10px;
        font-weight: bold;
        font-family: 'Oswald', sans-serif;
    }

        .section-title-lienhe h1 {
            position: relative;
            font-weight: bold;
            margin-bottom: 30px;
            margin-top: 20px;
            font-family: 'Oswald', sans-serif;
            font-size: 25px;
        }

            .section-title-lienhe h1::after {
                position: absolute;
                bottom: -10px;
                left: calc(50% - 50px);
                content: '';
                width: 100px;
                height: 3px;
                background-image: linear-gradient(89deg, #209745 0%, #48d781 100%);
            }
        /*Thẻ h2*/

        .section-title-lienhe h2 {
            position: relative;
            font-weight: bold;
            margin-bottom: 30px;
            margin-top: 20px;
            font-family: 'Oswald', sans-serif;
            font-size: 25px;
        }

            .section-title-lienhe h2::after {
                position: absolute;
                bottom: -10px;
                left: calc(50% - 50px);
                content: '';
                width: 100px;
                height: 3px;
                background: #d73538;
            }
    /*End h2*/
    /* Small Mobile :320px. */
    .footer .copy-right_text {
        border-top: 1px solid #cac9c9 !important;
    }

    @media only screen and (max-width: 479px) {
        .footer .copy-right_text .copy_right {
            margin-bottom: 50px !important;
        }
    }
    /* Small Mobile :320px. */

    @media only screen and (max-width: 320px) {
        .footer .copy-right_text .copy_right {
            margin-bottom: 50px !important;
        }
    }

    .footer .footer_widget i {
        font-size: 15px;
    }

    .footer .footer_widget .ketnoi {
        font-size: 15px;
    }

        .footer .footer_widget .ketnoi i {
            font-size: 20px;
            padding: 5px;
            /* background: #B6160E; */
            color: #2a7fd0;
            border-radius: 50px;
        }
            .footer .footer_widget .ketnoi i:hover {
                font-size: 20px;
                padding: 5px;
                color: #f4c81f;
                border-radius: 50px;
            }
        .footer .footer_widget .ketnoi a {
            /*font-size: 20px;
            padding: 6px;
            background: #B6160E;
            color: #fff;
            border-radius: 5px;
            width: 33px;
            height: 33px;
            text-align:center;*/
        }

    .footer .footer_widget .lienhe {
        display: block;
        font-size: 15px;
        color: #B6160E;
        margin-top: 15px;
    }

        .footer .footer_widget .lienhe a {
            font-size: 21px;
            color: #c52f28;
            padding-left: 5px;
            font-weight: bold;
            line-height: 22px;
        }

        .footer .footer_widget .lienhe img {
            float: left;
        }

    
    /*----------------------------- End Footer --------------------------------*/
    /* ----------------------------------- Show map -----------------------------------------------------*/
    /*thẻ h1*/
    .showmap {
        /*background-color: #f0f6f9;*/
        /*padding: 5px;*/
        color: #9EAAB2;
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
    }

        .showmap h1 {
            background-color: #f0f6f9;
            padding-left: 5px !important;
            padding-right: 5px !important;
            position: relative;
            border-radius: 3px;
            /*height: 38px;*/
            height: auto;
            font-size: 16px;
            /*line-height: 1.2;*/
        }

        .showmap i {
            color: #E76D13;
            padding-left: 10px;
            padding-right: 10px;
        }

        .showmap h1 a {
            color: #2b8694;
            font-family: "Open Sans", sans-serif !important;
            font-size: 16px;
            line-height: 2.4;
        }

            .showmap h1 a:hover {
                color: #BC7017;
            }
    /*end h1*/
    /*thẻ h3*/
    .showmap {
        /*background-color: #f0f6f9;*/
        /*padding: 5px;*/
        color: #9EAAB2;
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
    }

        .showmap h3 {
            background-color: #f0f6f9;
            padding-left: 5px !important;
            padding-right: 5px !important;
            position: relative;
            border-radius: 3px;
            /*height: 38px;*/
            height: auto;
            font-size: 16px;
            /*line-height: 1.2;*/
        }

        .showmap i {
            color: #E76D13;
            padding-left: 10px;
            padding-right: 10px;
        }

        .showmap h3 a {
            color: #2b8694;
            font-family: "Open Sans", sans-serif !important;
            font-size: 16px;
            line-height: 2.4;
        }

            .showmap h3 a:hover {
                color: #BC7017;
            }
    /*end h3*/
    /*thẻ h4*/
    .showmap {
        /*background-color: #f0f6f9;*/
        /*padding: 5px;*/
        color: #9EAAB2;
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
    }

        .showmap h4 {
            background-color: #f0f6f9;
            padding-left: 5px !important;
            padding-right: 5px !important;
            position: relative;
            border-radius: 3px;
            /*height: 38px;*/
            height: auto;
            font-size: 16px;
            /*line-height: 1.2;*/
        }

        .showmap i {
            color: #E76D13;
            padding-left: 10px;
            padding-right: 10px;
        }

        .showmap h4 a {
            color: #2b8694;
            font-family: "Open Sans", sans-serif !important;
            font-size: 16px;
            line-height: 2.4;
        }

            .showmap h4 a:hover {
                color: #BC7017;
            }
    /*end thẻ h4*/
    /* ----------------------------------- End Show map -----------------------------------------------------*/
    /* ----------------------------------- khách hàng tiêu biểu -----------------------------------------------------*/
    /*thẻ h1*/
    .section-title-long-khachHang {
        color: #231f1f;
        text-align: center;
        text-transform: uppercase;
        margin: 10px;
        font-weight: bold;
        font-family: 'Oswald', sans-serif;
    }

        .section-title-long-khachHang h1 {
            position: relative;
            font-weight: bold;
            margin-bottom: 30px;
            margin-top: 10px;
            font-family: 'Oswald', sans-serif;
            color: #141516 !important;
            font-size: 28px;
        }


            .section-title-long-khachHang h1::after {
                position: absolute;
                bottom: -10px;
                left: calc(50% - 100px);
                content: '';
                width: 200px;
                height: 3px;
                background: #C11818;
            }
    /*end thẻ h1*/
    /*thẻ h2*/
    .section-title-long-khachHang {
        color: #231f1f;
        text-align: center;
        text-transform: uppercase;
        margin: 10px;
        font-weight: bold;
        font-family: 'Oswald', sans-serif;
    }

        .section-title-long-khachHang h2 {
            position: relative;
            font-weight: bold;
            margin-bottom: 30px;
            margin-top: 10px;
            font-family: 'Oswald', sans-serif;
            color: #141516 !important;
            font-size: 28px;
        }


            .section-title-long-khachHang h2::after {
                position: absolute;
                bottom: -10px;
                left: calc(50% - 100px);
                content: '';
                width: 200px;
                height: 3px;
                background: #C11818;
            }
    /*end thẻ h2*/

    .product-slider .owl-nav {
        position: relative;
        top: calc(50% - 60px);
        width: 100%;
        left: 0;
    }

        .product-slider .owl-nav button.owl-next,
        .product-slider .owl-nav button.owl-prev {
            position: absolute !important;
            top: calc(50% - 75px) !important;
            color: #a4a4a4;
            font-size: 42px;
            position: relative;
        }

        .product-slider .owl-nav button.owl-next {
            float: right;
            right: -92px;
        }

        .product-slider .owl-nav button.owl-prev {
            float: left;
            left: -92px;
        }



    /*.product-item .pi-links a i {
    display: inline-block;
    color: #000;
}*/


    @media (max-width: 1350px) {
        .product-slider .owl-nav {
            position: relative;
            left: 0;
            top: 0;
            text-align: center;
            padding-top: 20px;
        }

            .product-slider .owl-nav button.owl-prev,
            .product-slider .owl-nav button.owl-next {
                position: relative !important;
                float: none !important;
                left: 0 !important;
                right: 0 !important;
                margin: 0 10px !important;
            }
    }

    .set-images {
        max-width: 200px;
        height: auto;
    }

        .set-images img {
            max-width: 200px;
            height: auto !important;
            max-height: 160px;
        }
    /*End khách hàng mới*/

    /* ----------------------------------- End khách hàng tiêu biểu -----------------------------------------------------*/
    /*--------------------------------------------- Đầu trang---------------------------------------------*/
#back-to-top {
    position: fixed;
    /* bottom: 55px; */
    bottom: 65px;
    right: 15px;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #e5b256;
    color: #fff;
    opacity: 0.6;
    cursor: pointer;
    z-index: 10000;
    border-radius: 5px;
}

        #back-to-top span {
            color: #fff;
        }

    .btnDangNhap {
        background-color: #005c27;
        color: #fff;
        font-size: 16px;
    }

        .btnDangNhap:hover {
            background-color: #fff;
            color: #005c27;
            border: 1px solid #005c27;
        }
    /*----------------------------- Chat Zalo --------------------------------*/
    /*.float-contact {
    position: fixed;
    bottom: 70px;
    left: 6px;
    z-index: 99999;
}

    .float-contact .chat-zalo {
        background: #0595ff;
        border-radius: 20px;
        padding: 5px 15px;
        display: block;
        margin-bottom: 6px;
        font-size: 16px;
        color: #fff;
        border: none;
    }

        .float-contact .chat-zalo:hover {
            background: #E19E10;
            cursor: pointer;
        }*/
    /*----------------------------- End Chat Zalo --------------------------------*/

