* {
    margin: 0;
    padding: 0;
}

input:focus-visible {
    outline: none;
    border: none;
}

div {
    display: block;
    unicode-bidi: isolate;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

button,
input {
    font-family: unset;
}

/* Default (xs - <576px) */
.col-xs-1 {
    width: 8.3333%;
}

.col-xs-2 {
    width: 16.6666%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.3333%;
}

.col-xs-5 {
    width: 41.6666%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.3333%;
}

.col-xs-8 {
    width: 66.6666%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.3333%;
}

.col-xs-11 {
    width: 91.6666%;
}

.col-xs-12 {
    width: 100%;
}

/* Small (>=576px) */
@media (min-width: 576px) {
    .col-sm-1 {
        width: 8.3333%;
    }

    .col-sm-2 {
        width: 16.6666%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.3333%;
    }

    .col-sm-5 {
        width: 41.6666%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.3333%;
    }

    .col-sm-8 {
        width: 66.6666%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.3333%;
    }

    .col-sm-11 {
        width: 91.6666%;
    }

    .col-sm-12 {
        width: 100%;
    }
}

/* Medium (>=768px) */
@media (min-width: 768px) {
    .col-md-1 {
        width: 8.3333%;
    }

    .col-md-2 {
        width: 16.6666%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.3333%;
    }

    .col-md-5 {
        width: 41.6666%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.3333%;
    }

    .col-md-8 {
        width: 66.6666%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.3333%;
    }

    .col-md-11 {
        width: 91.6666%;
    }

    .col-md-12 {
        width: 100%;
    }
}

/* Large (>=992px) */
@media (min-width: 992px) {
    .col-lg-1 {
        width: 8.3333%;
    }

    .col-lg-2 {
        width: 16.6666%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.3333%;
    }

    .col-lg-5 {
        width: 41.6666%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.3333%;
    }

    .col-lg-8 {
        width: 66.6666%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.3333%;
    }

    .col-lg-11 {
        width: 91.6666%;
    }

    .col-lg-12 {
        width: 100%;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container {
    max-width: 1280px;
    width: 100%;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.collapse.in {
    display: block;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    margin: 10px 0;
    padding: 0;

}

table {
    width: 100%;
}

table,
th,
td {
    font-size: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding-left: 10px;
    border-color: #ddd;
}

tr {
    margin-bottom: 10px;
}

td {
    vertical-align: central;
    padding: 5px !important;
    border-color: #ddd;
}

ul li {
    list-style: none;
    position: relative;
}

p {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #fff !important;
}

img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
}

ol,
ul {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    cursor: pointer;
}

.container {
    max-width: 1280px;
    width: 100%;
}

.icon_search_mobi {
    display: none;
    position: fixed;
    top: 0px;
    right: 10px;
    z-index: 9;
}

.slide_mobile {
    display: none;
}

.icon_search_mobi .box_search_mobi {
    height: 78px;
    width: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_search_mobi .box_search_mobi a {
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
}

.hotline-top img {
    height: 18px;
    width: 18px !important;
    margin-bottom: -3px;
}

.news-mobi {
    display: none;
}

.icon_search_mobi .box_search_mobi a i {
    line-height: 40px;
    color: #fff;
    font-size: 24px;
}

.width_fix_logo {
    padding: 0 15px;
    float: left;
}

.width_fix_menu {
    width: calc(100% - 0px);
    padding: 0 15px;
    position: unset;
}

.logo-head {
    width: 55%;
    float: left;
}

.logo-head img {
    width: auto;
    height: 85px;
}

.logo-mobi {
    display: none;
}

.list-bar {
    cursor: pointer;
    position: absolute;
    top: 27px;
    left: 20px;
    display: none;
}

.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
}

#menu {
    background: #f4f4f4;
}

#menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-image: linear-gradient(to right, #8d0000, #ef0000);
}

#menu.fixed1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: #b20f0f;
}

.menu ul li {
    float: left;
}

.nav-main>li:not(:last-child)>a {
    border-right: 1px solid #d2d2d2;
}

.menu ul li a {
    color: #333;
    font-size: 15px;
    padding: 0 16px;
    line-height: 20px;
    width: 100%;
    display: inline-block;
    font-weight: 500;
}

.menu>ul>li>a {
    line-height: 34px;
    padding: 0 25px;
    text-transform: uppercase;
}

.menu>ul>li {
    padding: 5px 0;
}

.menu>ul>li>a:hover {
    color: #b20f0f;
}

.menu>ul>li.search {
    padding: 0px 0;
}

.menu>ul>li.search a {
    height: 45px;
}

.menu>ul>li.search a i {
    line-height: 45px;
    font-size: 17px;
}

.menu>ul>li.megamenu {
    position: unset;
}

.box_mega {
    display: none;
    background-color: #0d1b67;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 6;
    /*border-top: 1px solid #e6e6e6;*/
}

#cart-header {
    position: relative;
    float: right;
    display: block;
    height: 30px;
    line-height: 34px;
    color: #fff;
    padding: 0 15px 0 0px;
    margin: 7px 0;
    font-size: 15px;
    border-radius: 4px;
}

.menu>ul>li>a#cart-header:hover {
    background-color: transparent;
}

.icons {
    display: inline-block;
    background-image: url(../images/sprite2.png);
    background-repeat: no-repeat;
}

.box-group-icon {
    width: 45%;
    float: left;
    padding: 0 15px;
    margin-top: 10px;
}

.box-header-main .logo {
    text-align: center;
}

.box-group-icon img {
    width: auto;
    margin: auto;
}

a:focus,
a:hover {
    color: #b20f0f;
    text-decoration: none;
    outline: 0;
}

.box-group-icon .item-icon {
    width: 50%;
    float: left;
    padding: 0px 5px;
    margin-top: 0px;
    display: flex;
    align-items: center;
}

.box-group-icon .image {
    width: 30px;
    float: left;
    margin-right: 10px;
}

.box-banner-home {
    width: 100%;
    background: #b20f0f;
    padding: 20px 0;
}

.box-banner-home .item {
    width: 50%;
    float: left;
    padding: 10px 15px;
}

.box-banner-home .item a {
    display: block;
    border: 1px solid #fff;
}

.title_news_home {
    display: block;
    overflow: hidden;
}

.title_news_home h2 {
    text-transform: uppercase;
    font-size: 23px;
    margin: 0 0 15px;
    color: #fff;
    font-weight: 500;
    line-height: 35px;
}

.title_news_home h2 a {
    color: #fff;
}

.litle-news {
    display: block;
    overflow: hidden;
    margin-bottom: 0px;
    width: 60%;
    float: left;
}

.litle-news .image {
    float: left;
    width: 100%;
}

.new_khuyenmai_about {
    float: left;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    /* min-height: 161px; */
}

.new_khuyenmai_about h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-top: 0px;
    text-transform: uppercase;
    color: #3b3b3b;
    line-height: 20px;
}

.new_khuyenmai_about h3 a {
    color: #fff;
}

.about_news_home {
    font-size: 14px;
    margin: 6px 0px 0px 0;
    text-align: justify;
    font-style: normal;
    line-height: 20px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.box-video .box-video-left {
    width: 60%;
    float: left;
}

.box-video .box-video-left iframe {
    width: 100%;
    height: 380px;
}

.box-video .box-video-left h3 {
    text-align: center;
    padding: 3px 10px;
    line-height: 20px;
    font-size: 15px;
    margin: 0;
    background-color: #e5e1e0;
    margin-top: -8px;
}

.video-desktop {
    display: block;
}

.box-video .box-video-right {
    width: 38%;
    margin-left: 2%;
    padding: 0;
    height: 370px;
    text-align: left;
    line-height: 17px;
    float: left;
}

.video_sl {
    float: left;
    margin-bottom: 5px;
    width: 100%;
    position: relative;
    /* border-bottom: dashed 1px #d2d2d2; */
    height: 79px;
    overflow: hidden;
    vertical-align: middle;
}

.video_sl:last-child {
    margin-bottom: 0;
}

.ico_video {
    position: absolute;
    background: url(../images/ico_vd.png);
    background-position: center;
    height: 70px;
    width: 100px;
    background-repeat: no-repeat;
}

.video_sl img {
    float: left;
    margin-right: 0;
    width: 100%;
    height: 70px;
    object-fit: cover;
    margin-bottom: 3px;
}

.video_sl>a {
    display: inline-block;
    width: 90px;
    float: left;
    margin-right: 5px;
}

.video_sl h3 {
    margin: 0;
    float: left;
    width: calc(100% - 95px);
}

.video_sl h3 a {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    max-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.video-mobile {
    display: none;
}

.box-header-main .logo img {
    max-width: 400px;
    margin: auto;
    margin-top: 10px;
    margin-right: 120px;
}

.box-group-icon .content {
    width: calc(100% - 45px);
    float: left;
    line-height: normal;
    font-size: 19px;
    color: #333;
}

i.icons.icon-cart {
    width: 28px;
    height: 25px;
    background-position: -55px -48px;
    float: left;
    color: #fff;
    margin: 3px;
}

#count_shopping_cart_store {
    position: absolute;
    right: 0px;
    top: -4px;
    width: 20px;
    background: #fff;
    border-radius: 50%;
    height: 20px;
    color: #333;
    background-color: #fff;
    font-weight: 500;
    line-height: 20px;
    font-size: 13px;
    text-align: center;
}

.contai {
    position: relative;
    padding-bottom: 30px;
    padding-top: 15px;
}

.megamenu span.close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    color: #000;
    opacity: 0.7;
    z-index: 2;
}

.mega_right ul {
    margin-bottom: 10px;
    padding-left: 40px;
    overflow: hidden;
    position: relative;
}

.mega_right .promotions {
    /*border-left: 1px solid #e6e6e6;*/
}

.mega_right .promotions>a {
    padding: 0 !important;
}

.mega_right .promotions .abs-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 5px 0 5px 10px;
}

.mega_right .promotions .abs-block .btn {
    margin: 5px 0;
    position: absolute;
    bottom: 3px;
    font-size: 12px;
    width: auto;
    color: #fff;
    background-color: #b20f0f;
    border-color: #b20f0f;
    padding: 5px 15px;
    left: 10px;
    text-transform: uppercase;
}

.mega_right .promotions .abs-block .btn i {
    margin-right: 10px;
}

.main_box_mega {
    max-width: 1170px;
    margin: auto;
    width: 100%;
    display: block;
    overflow: hidden;
}

.menu .danhmuc_child {
    border-left: 1px solid #122385;
    text-align: left;
}

.menu .danhmuc_child h3 {
    margin-top: 20px;
}

.menu .danhmuc_child h3 a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 0;
}

.menu .danhmuc_child li {
    width: 100%;
}

.menu .danhmuc_child li a {
    display: block;
    line-height: 26px;
    color: #fff;
    padding: 0;
    transition: color 0.2s ease-in-out;
    font-size: 15px;
}

.menu .danhmuc_child li a:hover {
    color: #b20f0f;
}

.nav-sub {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 250px;
    z-index: 5;
    background-color: #fff;
}

.menu-desktop {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    float: left;
    position: unset;
    height: 44px;
}

.menu-desktop .nav-main {
    display: inline-block;
}

.nav-main li .nav-sub li {
    width: 100%;
}

.nav-main li .nav-sub li:not(:last-child) a {
    border-bottom: 1px solid #fff;
}

.nav-main li .nav-sub li a {
    line-height: 35px;
    text-align: left;
    padding: 0 15px;
    color: #333;
}

.nav-main li .nav-sub li:hover>a {
    color: #b20f0f;
    background: #eee;
}

.nav-sub-child {
    position: absolute;
    display: none;
    left: 100%;
    top: 0;
    min-width: 250px;
    background-color: #fff;
    border-left: 1px solid #fff;
}

.slick-slider {
    margin-bottom: 0;
}

.header {
    background-image: url(../images/bg_header.jpg);
    position: relative;
    z-index: 99;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s;
}

.header.open {
    transform: translate3d(-260px, 0, 0);
}

.icon-close {
    position: absolute;
    top: 6px;
    right: 10px;
    height: 23px;
    width: 23px;
    text-align: center;
    cursor: pointer;
}

.icon-close i {
    color: #000;

    font-size: 18px;
    line-height: 23px;
}

.menu-mobile {
    width: 260px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    background-image: linear-gradient(to right, #8d0000, #ef0000);
    overflow-y: auto;
    height: 100vh;
    padding: 15px 0;
    transform: translate3d(260px, 0, 0);
    transition: 0.5s;
    display: none;
    z-index: 99999999;
}

.menu-mobile.open {
    transform: translate3d(0, 0, 0);
}

.menu-mobile .logo-menu {
    text-align: center;
}

.menu-mobile .logo-menu a {
    display: block;
    line-height: 32px;
    padding: 0 16px 0 16px;
    color: #aab5b7;
}

.menu-mobile .logo-menu a img {
    height: 88px;
    max-width: unset;
    width: auto;
}

.form-search3 {
    width: 508px;
    float: right;
    margin-left: 10px;
}

.form-search3 .form_search3 {
    display: inline-flex;
}

.form-search3 .txt_search {
    width: 359px;
    height: 30px;
    background: #fff;
    font-size: 14px;
    padding: 0 5px;
    float: left;
    margin: 5px 0 0;
    color: #690004;
    border-radius: 5px 0 0 5px;
    border: none;
    font-style: italic;
}

.form-search3 .buttom_go {
    width: 33px;
    height: 30px;
    margin-top: 5px;
    margin-left: 1px;
    border: 0;
    border-radius: 0 5px 5px 0;
    background: none 0;
}

.main {
    margin-top: 0;
    transition: 0.5s;
}

.main.open {
    transform: translate3d(-260px, 0, 0);
}

.form_search .form-control {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.banner_top {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-content {
    position: relative;
}

.breadcrumbs {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0px;
}

.breadcrumbs ul {
    padding: 10px 0;
}

.breadcrumbs .breadcrumbs-item {
    color: #666666;
    display: inline-block;
    font-size: 15px;
    text-transform: none;
}

.breadcrumbs .breadcrumbs-item.active {
    font-weight: bold;
}

.breadcrumbs .breadcrumbs-item a {
    color: #666666;
}

.breadcrumbs .breadcrumbs-item+.breadcrumbs-item:before {
    content: '/';
    margin-right: 5px;
}

.page-title {
    margin: 15px 0 15px;
    text-align: center;
    text-transform: none;
}


.page-title h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.fixed-tel {
    left: 5px;
    bottom: 10px;
    position: fixed;
    display: inline-block;
    min-width: 70px;
    height: 40px;
    line-height: 40px;
    background: #cc1111;
    color: #FFF;
    font-weight: 700;
    font-size: 125%;
    border-radius: 25px;
    padding: 0 10px 0 15px;
    box-shadow: 0 0 3px #fff;
    z-index: 999;
}

.fixed-tel i {
    padding-right: 10px;
    font-size: 25px;
    padding-top: 5px;
    line-height: 30px;
}

.fixed-tel:hover {
    color: #ff0;
}

.fixed-contact-icons {
    position: fixed;
    bottom: 55px;
    left: 5px;
    z-index: 9;
}

.fixed-contact-icons i {
    color: white;
    font-size: 30px;
    background: #0083FE;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
}

.fixed-contact-icons ._zalo {
    background: url(../images/zalo-icon.png) 0 0 no-repeat;
    background-size: cover;
}

.fixed-contact-icons ._msg {
    background: #0083FE url(../images/icon-msg.png) 0 0 no-repeat;
    background-size: cover;
}

.filters {
    /* border-top: 1px solid #a7a7a7; */
    /* border-bottom: 1px solid #a7a7a7; */
    margin-bottom: 25px;
    background: #e9e9e9;
}

.filters-inner {
    text-align: center;
}

.filter-title {
    display: none;
    width: 100%;
    border: 0;
    margin: 20px 0 0;
    color: #fff;
    position: relative;
    font-size: 15px;
}

.filter-title-name {
    width: 100%;
    background-image: linear-gradient(to right, #8d0000, #ef0000);
    font-size: 15px;
    text-align: center;
    margin: auto;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1px 20px;
    line-height: 60px;
    vertical-align: middle;
}

.filters .filters-container {
    display: inline-block;
}

.filters .filter-item {
    /* background: #fff; */
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    font-size: 15px;
}

.filters .filter-item:not(:last-child) {
    border-right: 1px solid #fff;
}

.filters .filter-item .filter-item-name {
    line-height: 35px;
    vertical-align: middle;
    background: none;
    border: solid transparent;
    border-width: 3px 0;
    font-size: 15px;
    text-transform: uppercase;
    padding: 1px 10px;
    font-weight: 900;
}

.filters .filter-item .filter-item-name>span {
    display: block;
    line-height: inherit;
    cursor: pointer;
    font-weight: normal;
    font-size: 12px;
}

.filters .filter-item .filter-item-name>span .fa {
    margin-left: 10px;
    vertical-align: middle;
    color: #a7a7a7;
    font-size: 20px;
    line-height: 15px;
}

.filters .filter-item .filter-item-value {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 15px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.active .filter-item-value {
    display: block !important;
}

.filters .filter-item .filter-item-value .inner {
    padding: 10px 0;
    /*border: 1px solid #666666;*/
}

.filters .filter-item .filter-item-value .label-radio {
    padding: 2px 10px;
    white-space: nowrap;
}

.filters .filter-item .filter-item-value .filter-link {
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.filters .filter-item .filter-item-value .label-radio input[type="radio"] {
    outline: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.filters .filter-item .filter-item-value .label-radio input[type="radio"]:before {
    content: '';
    width: 16px;
    height: 16px;
    padding: 2px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #a7a7a7;
    border-radius: 50%;
    text-align: center;
    margin-top: -2px;
}

.filters .filter-item .filter-item-value .label-radio label {
    display: inline-block;
    margin: 0;
    color: #000;
    font-size: 15px;
    margin-left: 4px;
    font-weight: unset;
}

.filters .filter-item.button_search .filter-item-name>span i {
    line-height: 50px;
    margin: 0;
    font-size: 20px;
}

.title-news {
    display: block;
    background-color: #000;
}

.title-news a {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    padding: 7px 15px;
    color: #fff;
}

.sort-by-number {
    margin-bottom: 20px;
}

.sort-by-number .sortby {
    width: 100%;
    max-width: 200px;
    float: right;
}

.custom-select-2 select {
    max-width: 100%;
    width: 100%;
    border-color: transparent;
    border: solid 1px #ccc;
    font-size: 13px;
    padding: 0 0 0px 4px;
    line-height: 13px;
    height: 27px;
    box-shadow: none;
    background-position: 100% 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.clear10 {
    height: 10px !important;
    clear: both;
}

#colorbox .form-nangcao {
    display: block;
}

.form-nangcao h2 {
    font-size: 19px;
}

.number-results {
    font-size: 15px;
    line-height: 27px;
}

.highlight {
    color: #e4141d;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.img_nho .slick-prev,
.img_nho .slick-next {
    margin: 0;
    width: auto;
    height: auto;
    transform: translateY(-50%);
    z-index: 6;
    text-align: center;
    opacity: 1;
    border-radius: 100%;
}

.img_nho .slick-prev i,
.img_nho .slick-next i {
    color: #000;
    line-height: 24px;
    font-size: 18px;
}

.img_nho .slick-prev {
    left: 5px;
}

.img_nho .slick-next {
    right: 5px;
}

.group-product-detail {
    overflow: hidden;
    width: calc(100% - 300px);
    float: left;
}

.box_images_detail {
    width: 45%;
    margin-top: 15px;
    padding: 0 15px;
    float: left;
}

.images_detail {
    border: 1px solid #f0eceb;
    position: relative;
    text-align: center;
}

.images_detail .km {
    height: 40px;
    width: 40px;
    background-position: center center;
    background-size: cover;
    line-height: 40px;
    font-size: 15px;
    font-weight: 600;
}

.img_nho {
    margin-top: 9px;
}

.img_nho img {
    float: left;
    border: 1px solid #f0eceb;
    object-fit: cover;
    height: 80px;
}

.img_nho .slick-slide {
    padding: 0 2px;
}

.giam_gia,
.giam_gia_pro {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.giam_gia,
.giam_gia_pro,
.qua_tang,
.qua_tang_pro {
    position: absolute;
    z-index: 100;
}

.giam_gia {
    top: 1px;
    left: 0;
    height: 61px;
    width: 61px;
    background: url(../images/pt.png) no-repeat;
    line-height: 61px;
}

.images_detail a {
    display: inline-block;
}

.promotion_wrapper {
    border: #b20f0f solid 1px;
    border-radius: 4px;
    padding: 10px 0 0;
    position: relative;
    overflow: visible;
    margin: 20px 0;
    float: left;
    width: 100%;
}

.promotion_wrapper b {
    background: #b20f0f;
    border-radius: 13px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    top: -13px;
    left: 10px;
    vertical-align: middle;
    line-height: 26px;
    clear: both;
    padding: 0 15px;
    text-transform: uppercase;
}

.promotion_wrapper .khuyenmai-info {
    padding: 10px 10px 0;
}

.promotion_wrapper h4 {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 5px;
}

.promotion_wrapper .pack-detail {
    margin-bottom: 5px;
    position: relative;
}

.promotion_wrapper .el-promotion-pack {
    padding: 0 0px;
}

.promotion_wrapper .el-promotion-pack li {
    list-style-type: none;
    color: #333;
}

.promotion_wrapper .el-promotion-pack li a {
    color: #333;
}

.info_detail {
    width: 55%;
    padding: 0 15px;
    float: left;
}

.info_detail .image {
    text-align: center;
}

.info_detail h1 {
    text-align: left;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
    padding-bottom: 0px;
    padding-top: 5px;
    font-size: 22px;
}

.thong_so_sp,
.thongso_left,
.thongso_right {
    float: left;
    line-height: 30px;
}

.thong_so_sp {
    width: 100%;
    font-size: 15px;
    border-top: 1px solid #f0eceb;
}

.thongso_left {
    width: 150px;
}

.thongso_right {
    font-weight: 500;
    color: #827e78;
    width: calc(100% - 150px);
}

.tag_pro {
    float: left;
    margin-top: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #8e7256;
}

.tag_pro h2 {
    margin: 0;
    font-size: 13px;
    padding-left: 0;
}

.tag_pro a {
    color: #8c7a66;
    font-size: 15px;
}

.dm-list-right {
    width: 300px;
    float: left;
    margin-top: 15px;
    padding: 0 15px;
}

.dm-list-right .ds-item {
    color: #000;
    text-align: center;
    position: relative;
}

.dm-list-right .ds-item:not(:last-child) {
    margin-bottom: 10px;
}

.dm-list-right .ds-item1 {
    color: #fff;
    text-align: center;
    position: relative;
}

.dm-list-right .ds-item1>a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-image: linear-gradient(to right, #8d0000, #ef0000);
    border-radius: 5px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    color: #fff;
}

.dm-list-right .ds-item1.cart span {
    width: calc(100% - 35px);
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    display: inline-block;
    color: #fff;
}


.dm-list-right .ds-item>a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-image: linear-gradient(to bottom right, #293991, #293991);
    border-radius: 5px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dm-list-right .ds-item.cart span {
    width: calc(100% - 35px);
    font-size: 17px;
    font-weight: normal;
    line-height: 36px;
    display: inline-block;
    color: #fff;
}

.page-product-detail .list-image {
    width: 100%;
    overflow: hidden;
}

.page-product-detail .list-image h2 {
    font-weight: 700;
    font-size: 15px;
    padding: 0px 0px 0px 0;
    margin: 0px 0px 10px 0;
    text-transform: uppercase;
}

.list-image .image-item {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 5px;
    padding: 3px;
    border: 1px solid #ddd;
    text-align: center;
}

.list-image .image-item:last-child {
    margin-right: 0;
}

.form_search2 {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    width: 300px;
    z-index: 5;
    padding: 8px 15px;
    display: none;
}

.form_search2 .form-control {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.form_search2 input.form-control {
    width: calc(100% - 60px);
    float: left;
    border: 1px solid #b20f0f;
    border-right: 0;
}

.form_search2 button {
    width: 60px;
    float: left;
    background-color: #b20f0f;
}

.form_search2 button i {
    font-size: 16px;
    color: #fff;
}

.clear10 {
    height: 10px;
    clear: both;
}

.description_product_detai {
    padding: 10px 0 10px 0;
}

.description_product_detai .title {
    border-bottom: 1px solid #000;
    padding-bottom: 0;
}

.description_product_detai .title span {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 7px 15px;
    font-size: 20px;
    text-transform: unset;
    font-weight: 700;
}

.description_product_detai .content {
    font-size: 16px;
    padding: 8px 0px;
}

.slide {
    position: relative;
}

.slide .image img {
    opacity: 0;
}

.box-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slick-dots {
    left: 0;
    position: unset;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slide .slick-prev,
.slide .slick-next {
    margin: 0;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    z-index: 66;
    text-align: center;
    opacity: 0.75;
    background-color: none;
    border-radius: 100%;
}

.slide .slick-prev i,
.slide .slick-next i {
    color: #fff;
    line-height: 24px;
    font-size: 25px;
}

.slide .slick-prev {
    left: 30px;
}

.slide .slick-next {
    right: 30px;
}

.group_banner_home {
    width: 100%;
    position: relative;
    display: flex;
    border-top: 1px solid #fff;
}

.group_banner_home .banner_item {
    display: block;
    width: 33.33333%;
    float: left;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.group_banner_home .block_banner_left {
    order: 1;
    border-right: 1px solid #fff;
}

.group_banner_home .block_banner_center {
    order: 2;
    border-right: 1px solid #fff;
}

.group_banner_home .block_banner_right {
    order: 3;
}

.box_viewmore {
    position: absolute;
    top: 23%;
    width: 100%;
    z-index: 5;
    text-transform: uppercase;
}

.box_viewmore a {
    display: inline-block;
    padding: 8px 35px;
    font-size: 20px;
    border: 1px solid #fff;
    color: #fff;
}

.box_viewmore a:hover {
    background-color: #b20f0f;
    color: #fff;
}

.box_viewmore .title {
    color: #fff;
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 20px;
}

.box_viewmore .nd {
    font-size: 22px;
    color: #fff;
    margin-bottom: 25px;
}

.block_banner_left .box_viewmore {
    float: left;
    padding-left: 75px;
    max-width: 345px;
}

.block_banner_left img,
.block_banner_right img {
    height: 250px;
    object-fit: cover;
    transition: all 1.5s ease;
}

.block_banner_center img {
    height: 250px;
    object-fit: cover;
    transition: all 1.5s ease;
}

.block_banner_center .box_viewmore {
    text-align: center;
}

.block_banner_left:hover img {
    transform: scale(1.2);
}

.block_banner_right:hover img {
    transform: scale(1.2);
}

.block_banner_center:hover img {
    transform: scale(1.2);
}

.block_banner_left:after,
.block_banner_right:after,
.block_banner_center:after {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 100%;
    left: -180%;
    position: absolute;
    top: 0;
    transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
    width: 100%;
    transition: all .3s ease-out;
}

.block_banner_left:hover:after,
.block_banner_right:hover:after,
.block_banner_center:hover:after {
    left: -70%;
}

.block_banner_right .box_viewmore {
    float: right;
    padding-right: 75px;
    max-width: 345px;
    text-align: right;
    right: 0;
}

.group_banner_home .banner_item .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.banner_child {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner_child_top {
    top: 0;
}

.banner_child_bot {
    bottom: 0;
}

.main_banner_child {
    position: relative;
    display: block;
    float: left;
    height: 250px;
    width: 100%;
    overflow: hidden;
}

.main_banner_child>a {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    padding: 15px 15px;
    color: #fff;
    width: 270px;
    text-align: center;
    font-size: 20px;
    z-index: 5;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
}

.block_banner_center .view_more_all {
    position: absolute;
    bottom: 25px;
    left: 0;
    margin-top: 0;
    width: 100%;
}

.block_banner_center .view_more_all a {
    color: #fff;
}

.group_title_h2 {
    text-align: center;
    margin-bottom: 20px;
}

.title_h2 {
    padding-bottom: 5px;
    font-size: 26px;
    text-transform: uppercase;
    color: #000;
    margin: 20px 0 25px;
    text-align: center;
    font-weight: 600;
    position: relative;
}

.title_h2:before {
    content: '';
    transform: translateX(-50%);
    height: 2px;
    width: 100px;
    background-color: #000;
    left: 50%;
    bottom: 0;
    display: block;
    position: absolute;
}

.title_h2 span {
    color: #b20f0f;
}

.sub_title {
    font-size: 16px;
    max-width: 740px;
    margin: auto;
}

.sub_title h1 {
    font-size: 16px;
    max-width: 740px;
    margin: auto;
}

.product-item {
    overflow: hidden;
}

.product {
    padding: 20px 0 30px;
    width: 100%;

    /*background-image: url(../images/bg_dacbiet.jpg);*/
}

.product_list {
    overflow: hidden;
}

.product_item {
    width: 25%;
    float: left;
    margin-bottom: 25px;
}

.product_item .box_product_info {
    border: 1px solid #eee;
    background-color: #fff;
}

.product_item .image {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.product_item .image img {
    transition: all 1s ease;
    padding: 20px 0;
}

.product_item .box_product_info:hover .image img {
    transform: scale(1.2);
}

.product_item .image .ovrly {
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.7) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 100%;
    transition: all 0.2s;
}

.product_item .image:hover .ovrly {
    top: 0;
}


.product_item .image22 {
    padding: 25px 15px;
    position: relative;
    overflow: hidden;
}

.product_item .image22 img {
    transition: all 1s ease;
    object-fit: cover;
    height: 230px;
}

.product_item:hover .image22 img {
    transform: scale(1.2);
}

.product_item .image22 .ovrly {
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.7) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 100%;
    transition: all 0.2s;
}

.product_item .image22:hover .ovrly {
    top: 0;
}

.giam_gia {
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: absolute;
    z-index: 100;
    top: 1px;
    left: 0;
    height: 61px;
    width: 61px;
    background: url(../images/pt.png) no-repeat;
    line-height: 61px;
}

.product_item h3 {
    margin: 0 0 5px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box_product_item {
    padding: 10px 5px 15px 5px;
    height: 170px;
    background-color: #eee;
}

.box_product_item .status {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 22px;
}

.product_item h3 a {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #333;
    display: block;
    text-transform: none;
    line-height: 20px;
}

.product_item h3 a:hover {
    color: #b20f0f;
}

.product_item .price {
    font-size: 15px;
    text-align: center;
    line-height: 22px;
}

.product_item .price1 {
    font-size: 15px;
    text-align: center;
    line-height: 22px;
}

.nav-pills {
    text-align: center;
    margin-bottom: 40px;
}

.nav-pills>li {
    display: inline-block;
    float: unset;
    border: none;
}

.nav-pills>li+li {
    margin-left: 10px;
}

.nav-pills>li>a {
    text-transform: uppercase;
    border-radius: 0;
    background-color: #e6e6e6;
    transition: unset;
    font-size: 16px;
    padding: 6px 15px;
    font-weight: 400;
    width: 160px;
    border: none;
    text-align: center;
}

.nav-pills>li:hover {
    border: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-image: linear-gradient(to right, #8d0000, #ef0000);
    color: #333;
    color: #fff;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-image: linear-gradient(to right, #8d0000, #ef0000);
}

.nav-pills>li.active {
    border: none;
}

#ico_cart {
    background: url(../images/icon_cart2.png) 0px 3px;
    height: 33px;
    width: 42px;
    background-repeat: no-repeat;
    float: right;
    display: block;
    text-align: right;
    margin-top: 5px;
    line-height: 20px;
    margin-left: 10px;
}

#ico_cart span {
    position: relative;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50% 50%;
    border: 1px solid #fff;
    top: -2px;
}

.hotline-top {
    display: flex;
    float: left;
    color: #fff;
    /* padding-top: 9px; */
}

.hotline-top i {
    width: auto;
    float: left;
    margin-right: 6px;
    margin-top: 9px;
    font-size: 21px;
    color: #fff;
}

.hotline-top span {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
}

.hotline-top span a {
    color: #fff;
}

.right_top {
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
    float: right;
    color: #fff;
    text-align: right;
}

.right_top a {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin-top: 5px;
    padding: 7px 15px;
    color: #fff;
}

.right_top span {
    padding-left: 10px;
    padding-right: 10px;
}

.order_now {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.order_now2 {
    width: 100%;
    text-align: center;
    margin-top: 8px;
}

.order_now2 a {
    padding: 7px 10px;
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    background-image: linear-gradient(to right, #8d0000, #ef0000);
}

.order_now2 a .icon_cart {
    float: left;
    width: 16px;
    margin-right: 7px;
}

.order_now2 a .icon_cart img {
    width: auto;
    margin-top: 1px;
}

.banner_left {
    width: 33.3333%;
    float: left;
    position: relative;
    overflow: hidden;
}

.banner_left img {
    height: 480px;
    object-fit: cover;
    transition: all 1.5s ease;
}

.banner_left:hover img {
    transform: scale(1.2);
}

.banner_left:after {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 100%;
    left: -180%;
    position: absolute;
    top: 0;
    transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
    width: 100%;
    transition: all .3s ease-out;
}

.banner_left:hover:after {
    left: -70%;
}

.banner_left span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    padding: 15px 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.3);
}

.order_now_right {
    padding: 15px;
    width: 66.6666%;
    float: left;
    background-image: url(../images/bg_hoavan.png);
    position: absolute;
    left: 33.3333%;
    height: 100%;
    top: 0;
}

.order_now_right .product_special_item {
    display: flex;
    align-items: center;
    padding-top: 40px;
    outline: 0;
}

.order_now_right .slick-prev,
.order_now_right .slick-next {
    margin: 0;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    z-index: 66;
    text-align: center;
    opacity: 1;
    background-color: none;
    border-radius: 100%;
}

.order_now_right .slick-prev i,
.order_now_right .slick-next i {
    color: #000;
    line-height: 24px;
    font-size: 22px;
}

.order_now_right .slick-prev {
    left: 10px;
}

.order_now_right .slick-next {
    right: 10px;
}

.order_now_right .box_image {
    width: 200px;
    float: left;
    padding: 40px 0;
    position: relative;
}

.order_now_right .box_content {
    width: calc(100% - 200px);
    float: left;
    padding-left: 30px;
}

.order_now_right .name_prod {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.order_now_right .price {
    margin-bottom: 20px;
}

.order_now_right .price span {
    font-size: 20px;
}

.order_now_right .price span.new_price {
    font-weight: 600;
}

.order_now_right .price span.old_price {
    text-decoration: line-through;
    font-weight: normal;
    margin-left: 10px;
}

.order_now_right li {
    line-height: 30px;
    padding: 0 10px 0 32px;
    position: relative;
    font-size: 18px;
}

.order_now_right li img {
    width: auto;
    position: absolute;
    top: 7px;
    left: 0;
}

.order_now_p {
    text-transform: uppercase;
    padding: 5px 15px;
    font-weight: 600;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #897d6a;
    margin-top: 30px;
}

.order_now_p:hover {
    background-color: #b20f0f;
}

.order_now_p:hover span {
    color: #fff;
}

.order_now_p img {
    width: auto;
    margin-right: 10px;
    float: left;
}

.order_now_p span {
    float: left;
}

.banner_big_sale {
    width: 100%;
    display: block;
    position: relative;
    background-color: #eee;
    color: #fff;
    height: 35px;
    text-align: center;
}

.banner_big_sale .content {
    margin-top: 1px;
    line-height: 31px;
    padding: 2px 0;
    font-style: italic;
    font-size: 15px;
    margin-bottom: 0;
    color: #000;
}

.banner_big_sale .content a {
    background-color: #fff;
    color: #000;
    padding: 0 10px;
    display: inline-block;
    border-radius: 5px;
}

.news {
    width: 100%;
    position: relative;
    padding: 20px 0 30px 0;
}

.news_list {
    padding: 0 7.5px;
    overflow: hidden;
}

.news_list .news_item {
    padding: 0 7.5px;
}

.news_item .box_news {
    padding: 0 0 8px;
    border-radius: 3px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
}

.news_item .box-content {
    padding: 0 10px;
}

.news_item .title {
    display: block;
    width: 100%;
    padding: 20px 10px 5px 0;
    text-align: left;
    margin-bottom: 10px;
    border-radius: 4px;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
}

.news_item .title:after {
    position: absolute;
    content: '';
    border: 1px solid #ccc;
    width: 100%;
    left: 50%;
    top: 59%;
    transform: translate(-50%, 50%);
}

.news_item .title h2 {
    margin: 0;
    display: inline-block;
    font-size: 22px;
    font-family: arial;
    position: relative;
    line-height: normal;
    z-index: 3;
    background-color: #fff;
    overflow: hidden;
    padding: 5px 10px 5px 0;
    font-weight: 600;
    color: #b20f0f;
}

.news_item .box_news .image {
    overflow: hidden;
}

.news_item .box_news .image img {
    transition: all 1.5s ease;
}

.news_item .box_news:hover .image img {
    transform: scale(1.2);
}

.news_item .box_news .image2 {
    overflow: hidden;
}

.news_item .box_news .image2 img {
    transition: all 1.5s ease;
    object-fit: cover;
    height: 260px;
}

.news_item .box_news:hover .image2 img {
    transform: scale(1.2);
}

.news_item .box_news h3 {
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 53px;
    margin: 7px 0 5px 0;
    line-height: 20px;
}

.news_item .box_news h3 a {
    color: #333;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

.news_item .box_news h3 a:hover {
    color: #b20f0f;
}

.desc {
    padding: 0;
    font-size: 15px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


.news_item .box_news .desc {
    height: 75px;
    margin-bottom: 20px;
}

.view_more {
    text-align: right;
}

.view_more a {
    padding: 5px 15px;
    border: 1px solid #000;
    display: inline-block;
}

.view_more a:hover {
    background-color: #b20f0f;
    color: #fff;
    border: 1px solid #b20f0f;
}

.view_more_all {
    margin-top: 10px;
    text-align: center;
    clear: both;
}

.view_more_all a {
    padding: 5px 35px;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #b20f0f;
    font-size: 18px;
    color: #b20f0f;
    border-radius: 4px;
}

.view_more_all a:hover {
    color: #fff;
    background-image: linear-gradient(to right, #8d0000, #ef0000);
}

.title_head2 {
    position: relative;
    background-color: #b20f0f;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 15px;
    border: solid 1px #b20f0f;
    font-size: 15px;
    margin: 0;
    color: #fff;
}

.news_special .news_item .box_news {
    float: left;
    padding-bottom: 0;
    margin-bottom: 10px;
    background: #fff;
}

.news_special .news_item .box_news .image {
    width: 32%;
    float: left;
}

.news_special .news_item .box-content {
    width: 68%;
    float: left;
}

.news_special .news_item .box_news .desc {
    font-size: 15px;
    -webkit-line-clamp: 4;
    height: 95px;
    margin-bottom: 0;
}

.list-litle-news {
    padding: 10px 10px 10px;
    width: 100%;
    float: left;
    background-color: #f5f5f5;
}

.list-litle-news li {
    float: left;
    background-repeat: no-repeat;
    font-size: 15px;
    position: relative;
    font-weight: 400;
    padding-left: 10px;
    text-align: left;
    width: 100%;
    /* height: 31px; */
    background-position: left center;
    border-bottom: solid 1px #e1e1e1;
    padding-bottom: 8px;
    padding-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 24px;
}

.list-litle-news li:last-child {
    border-bottom: none;
}

.list-litle-news li i {
    position: absolute;
    top: 9px;
    left: 0;
    font-size: 15px;
    color: #000;
}

.list-litle-news li a {
    font-size: 15px;
    color: #000;
    line-height: 18px;
    font-weight: 400;
    display: block;
    text-transform: none;
}

.list-litle-news li a:hover {
    color: #b20f0f;
}

.list-news-foot {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.list-news-foot .list {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.box_tour_km {
    background: #eee;
    width: 100%;
    float: left;
    margin-top: 10px;
    border: solid 1px #eee;
    padding: 10px;
}

.box_tour_km p i {
    padding-right: 10px;
    color: #b20f0f;
}

.box_tour_km p {
    text-align: left;
    padding-top: 0px;
    line-height: 28px;
    margin: 0;
    font-size: 15px;
}

.box_tour_km p span {
    font-weight: 600;
    color: #b20f0f;
}

.box_tt_footer {
    padding-bottom: 5px;
}

.box_tt_footer h4 {
    text-transform: uppercase;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #b20f0f;
}

.box_tt_footer li a {
    line-height: 26px;
    color: #000;
    font-size: 15px;
}

.box_tt_footer li a:hover {
    color: #b20f0f;
}

#pagination span {
    padding: 0 11px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #8d0000;
    background-color: #fff;
    color: #8d0000;
    font-size: 14px;
    margin-left: 3px;
    margin-bottom: 5px;
}

#pagination a {
    height: 30px;
    text-align: center;
    padding: 0 11px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #ccc;
    background-image: linear-gradient(to right, #ccc, #fff);
    /* background: #ccc; */
    color: #000;
    font-size: 14px;
    margin-left: 3px;
    margin-bottom: 5px;
}

#pagination .col-md-12 {
    /*display: flex; */
    padding-top: 20px;
    flex-wrap: wrap;
}

.box_chungnhan {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    overflow: hidden;
}

.box_chungnhan a {
    display: block;
}

.box_chungnhan .image {
    width: 105px;
    height: 82px;
    border: #eaeae9 solid 1px;
    float: left;
    margin: 0 10px 0px 0;
}

.box_chungnhan .image img {
    width: 99px;
    height: 75px;
    float: left;
    margin: 3px;
}

.box_chungnhan .content {
    width: calc(100% - 115px);
    float: left;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #333;
}

.box_chungnhan h3 {
    line-height: 22px;
    padding: 0 0 5px;
    margin: 0;
}

.box_chungnhan h3 a {
    font-size: 15px;
    color: #666;
}

.box_chungnhan h3 a:hover {
    color: #b20f0f;
}

.box_chungnhan h3 img {
    width: auto;
}

.box_chungnhan .hotline-foot .image,
.box_chungnhan .hotline-foot .image img {
    width: 100%;
    margin: 0;
    height: auto;
    border: none;
}

.number_special {
    padding: 45px 0 40px;
    width: 100%;
    background-image: linear-gradient(to right, #8d0000, #ef0000);
    position: relative;
}

.number_special .bg_goc_count {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    z-index: 2;
}

.number_special .bg_img_count {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    z-index: 2;
}

.number_special .bg_img_count img {
    height: 100%;
    width: auto;
}

.number_special .title {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    position: relative;
    z-index: 3;
}

.list_count {
    width: 100%;
    float: left;
    margin-top: 40px;
    position: relative;
    z-index: 3;
}

.list_count .item {
    position: relative;
    z-index: 1;
    width: 33.3333%;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 0 15px;
    display: flex;
}

.list_count .item .icon_image {
    margin-right: 15px;
}

.list_count .item .box_nd {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list_count .item .counter-value {
    display: block;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    text-align: left;
    margin-bottom: 10px;
}

.number_ok::after {
    /* Font Awesome icon: plus */

    /* Äá»‘i vá»›i Font Awesome 5+, cáº§n dÃ¹ng 900 cho icon solid */
    font-family: "Font Awesome 5 Free";
    /* Hoáº·c FontAwesome náº¿u báº¡n dÃ¹ng báº£n cÅ© */
    font-weight: 900;
    /* Cáº§n thiáº¿t cho biá»ƒu tÆ°á»£ng solid */
    font-size: 25px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
    padding-left: 4px;
    content: "\f067";
}

.list_count .item p {
    margin: 0;
}

.mar_bot {
    margin-bottom: 15px;
}

.box-news-right .news-content {
    padding: 10px;
    border: 1px solid #ccc;
}

.news-content .news-block .news-item {
    margin-bottom: 10px;
    border-bottom: 1px dashed #d4d4d4;
    float: left;
    width: 100%;
}

.news-content .news-block .image {
    border: medium none;
    min-height: 50px;
    padding: 0;
    width: 80px;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
}

.news-content .news-block .image a {
    display: block;
    height: 100%;
    overflow: hidden;
}

.news-content .news-block .image a img {
    transition: all 0.2s ease-out;
    transform: scale(1);
    height: 60px;
    object-fit: cover;
}

.news-content .news-info {
    width: calc(100% - 80px);
    float: left;
    padding: 0 10px;
}

.news-content .news-info h2.name {
    margin: 0 0 5px;
    font-size: 15px;
}

.news-content .news-info h2.name a {
    font-size: 15px;
    color: #333;
    line-height: 20px;
    font-weight: 600;
    text-transform: none;
}

.news_detail {
    font-size: 16px;
    line-height: 24px;
}

.news_detail h1 {
    font-size: 20px;
    font-weight: bold;
    color: #b20f0f;
}

.news_detail img {
    width: auto !important;
    max-width: 100%;
    height: auto;
    padding: 5px;
}

.news_lq {
    float: left;
    width: 100%;
}

.news_lq .list-news2 {
    padding: 0 7.5px;
}

.list-news2 .news-item2 {
    width: 25%;
    float: left;
    padding: 0 7.5px;
    position: relative;
    margin-bottom: 15px;
}

.list-news2 .news-item2:first-child {
    padding-top: 0px;
}

.news-item2 .image {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.news-item2 .image img {
    height: 190px;
    object-fit: cover;
}

.news-item2 .date {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    color: #fff;
    background-color: #b20f0f;
    padding: 0 5px 0 10px;
    line-height: 22px;
}

.noidung_in32 {
    background: #eee;
    margin-bottom: 10px;
    border: dashed 1px #ccc;
    font-weight: bold;
    margin-top: 10px !important;
    padding: 10px;
}

.content_tinchieit {
    text-align: justify;
    font-size: 16px;
}

.content_tinchieit p {
    text-align: justify;
    font-size: 16px;
}

.content_tinchieit span {
    text-align: justify;
    font-size: 16px !important;
}

.content_tinchieit h1,
.content_tinchieit h2,
.content_tinchieit h3,
.content_tinchieit h4,
.content_tinchieit h5,
.content_tinchieit h6 {
    font-size: 18px;
    font-weight: bold;
    color: #cc1111;
    text-align: left !important;
    border-left: solid 3px;
    padding: 5px;
}

.news-item2 .date i {
    margin-right: 5px;
}

.news-item2 .image img {
    transition: 1s;
}

.news-item2 .image:hover img {
    transform: scale(1.2);
}

.news-item2 .image .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.news-item2 .content_producttop_right {
    float: left;
    padding-left: 15px;
    width: calc(100% - 240px);
}

.news-item2 h2 {
    float: left;
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 18px;
    padding: 10px 15px;
}

.news-item2 h2 a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-item2 h2 a:hover {
    color: #fff;
}

.news-item2 p {
    float: left;
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news-item2 span a {
    font-size: 16px;
    text-align: left;
    color: #b20f0f;
}

.news-item2 span a:hover {
    color: #b20f0f;
}

.videos-content {
    padding: 10px;
    border: 1px solid #ccc;
    ;
}

.videos-content .items {
    border-bottom: 1px dashed #d4d4d4;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.videos-content .items .image {
    width: 80px;
    float: left;
    position: relative;
}

.videos-content .items .image img {
    height: 60px;
    object-fit: cover;
}

.videos-content .items .icon_play {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    height: 26px;
    width: 26px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videos-content .items .image:hover .icon_play {
    background-color: #b20f0f;
}

.videos-content .items .icon_play i {
    font-size: 10px;
    margin-left: 2px;
    color: #fff;
    line-height: 26px;
}

.videos-content .items h3 {
    margin: 0;
}

.videos-content .items h3 a {
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.videos-content .items h3 a:hover {
    color: #b20f0f;
}

.videos-content .items .box-content {
    width: calc(100% - 80px);
    float: left;
    padding-left: 10px;
}

.banner_su_kien {
    position: relative;
    height: 250px;
    width: 100%;
    background-image: url(../images/vang-chat-lieu-vinh-cuu-de-che-tac-dong-ho-banner.jpg);
    margin-bottom: 10px;
    background-position: center 38%;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_su_kien .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.banner_su_kien .nd {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 8px 35px;
    font-size: 24px;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    z-index: 3;
}

.form_order_sp .modal-dialog {
    width: 100%;
    max-width: 450px;
    margin: 30px auto
}

.form_order_sp .form-control {
    height: 36px;
}

.form_order_sp textarea.form-control {
    min-height: 100px;
}

.form_order_sp .form-control[type=submit] {
    background-color: #ed1d24;
    color: #fff;
    width: 100px;
    font-size: 16px;
    display: block;
    margin: auto;
    border: none;
}

.form_order_sp .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #000;
    color: #fff;
}

.form_order_sp .modal-header .close {
    margin-top: -2px;
    color: #fff;
    opacity: 1;
}

.form_order_sp .modal-title {
    line-height: 18px;
    font-size: 16px;
}

.hethong .list-item:nth-child(odd) .address_ht {
    float: left;
}

.hethong .list-item:nth-child(odd) .ha_ht {
    float: right;
}

.hethong .list-item:nth-child(even) .address_ht {
    float: right;
}

.hethong .list-item:nth-child(even) .ha_ht {
    float: left;
}

.doitac {
    padding: 15px 0;
    clear: both;
    display: block;
    background: linear-gradient(#fafafc, #edeef2);
}

.doitac_list {
    padding: 0 8px;
}

.doitac_item {
    padding: 0 7px;
    width: 16.6666%;
    float: left;
}

.doitac_item .image {
    text-align: center;
}

.doitac_item .image img {
    max-width: 70px;
    margin: auto;
}

.doitac_item .title {
    text-transform: uppercase;
    font-size: 15px;
    color: #333;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
}

.slick-dots li {
    width: 23px;
    height: 23px;
    display: inline-block;
    margin: 0 3px;
    background-image: linear-gradient(#f5f4f5, #999999);
    border-radius: 100%;
}

.slick-dots li.slick-active {
    opacity: 1;
   background-image: linear-gradient(to right, #8d0000, #ef0000);
}

.form_dk {
    padding: 20px 0;
    background-image: linear-gradient(to right, #eeeeee, #fff);
    width: 100%;
}

.hotline_home,
.box_form {
    padding: 0 15px;
    float: left;
}

.hotline_home {
    width: 750px;
}

.box_form {
    width: calc(100% - 750px);
}

.hotline_home .image,
.hotline_home .box_phonenumber {
    display: inline-block;
    float: left;
    line-height: 1.2;
}

.hotline_home img {
    width: auto;
    padding-top: 12px;
}

.hotline_home .box_phonenumber {
    padding-left: 20px;
}

.box_phonenumber p {
    font-size: 18px;
}

.box_phonenumber .number {
    font-weight: 600;
    padding-top: 5px;
    font-size: 26px;
    color: #b20f0f;
}

.box_phonenumber .time {
    margin-top: 5px;
    color: #000;
    font-size: 15px;
}

.box_form form {
    float: right;
    width: 100%;
    display: block;
    max-width: 653px;
}

.box_form span {
    float: left;
    color: #b20f0f;
    display: inline-block;
    font-size: 18px;
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.btn-primary {
    color: #fff;
    background-color: #b20f0f;
    border-color: #b20f0f;
    text-transform: uppercase;
    padding: 5px 25px;
}

.box_form input {
    float: left;
    max-width: 385px;
    width: 100%;
    height: 43px;
    padding-left: 17px;
    line-height: 43px;
    background-color: rgba(255, 255, 255, .1);
    color: #000;
    font-size: 16px;
    margin-right: 10px;
    border: 1px solid #b20f0f;
    font-style: italic;
}

.box_form input::placeholder {
    font-style: italic;
}

.box_form button {
    float: left;
    border-radius: 0;
    display: inline-block;
    font-size: 17px;
    line-height: 43px;
    text-align: center;
    transition: .17s ease-in-out;
    /* font-weight: 500; */
    height: 43px;
    color: #fff;
    font-style: italic;
    border: none;
    width: 100px;
    background-image: linear-gradient(to right, #8d0000, #ef0000);
}

.footer {
    padding: 0;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    transition: 0.5s;
}

.footer.open {
    transform: translate3d(-260px, 0, 0);
}

.footer-main {
    padding: 30px 0 30px;
    position: relative;
}

.logo_foot {
    text-align: center;
    margin-bottom: 15px;
}

.logo_foot img {
    width: auto;
}

.social_foot {
    position: relative;
    display: inline-block;
    text-align: center;
    float: left;
    margin-left: 30px;
}

.social_foot ul {
    display: inline-block;
}

.social_foot li {
    float: left;
}

.social_foot li a {
    display: inline-block;
    height: 26px;
    width: 26px;
    border-radius: 100%;
    text-align: center;
}

.social_foot li i {
    line-height: 26px;
    font-size: 22px;
    color: #666666;
}

.social_foot li:hover i {
    color: #b20f0f;
}

.social_foot li:not(:last-child) {
    margin-right: 15px;
}

.banner_quangcao {
    margin-bottom: 15px;
}

.share {
    margin-top: 10px;
}

.box_address {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.box_address .item {
    line-height: 34px;
}

.title_underline {
    line-height: 30px;
    margin: 0 0 20px;
    font-size: 22px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}

.title_underline:before {
    position: absolute;
    content: '';
    width: 125px;
    height: 2px;
    display: block;
    bottom: -3px;
    background-color: #ccc;
}

.footer_links {
    font-size: 18px;
}

.footer_links li {
    padding: 0;
    line-height: 26px;
}

.footer_links li a {
    font-size: 15px;
    color: #ccc;
}

.about_foot {
    font-size: 18px;
    color: #ccc;
    line-height: 26px;
    margin-bottom: 5px;
}

.footer_bottom {
    padding: 15px 0;
    background-color: #ececec;
}

.copyright-text {
    line-height: 26px;
    color: #000;
    font-size: 16px;
    float: left;
    width: 100%;
    text-align: center;
}

.desc_in {
    padding: 0;
    float: left;
    font-size: 15px;
    margin-bottom: 10px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.km {
    background: url(../images/bg_sale.png) no-repeat;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 5px;
    top: 5px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.noi_dung_in {
    font-size: 16px;
}

.news_list .noi_dung_in {
    padding: 0 7.5px;
    text-align: justify;
}

.phantrang {
    width: 100%;
    float: right;
    margin: 0 0 2px;
    text-align: center;
}

.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
}

.pagination a {
    border: 1px solid #d2d2d2;
    text-decoration: none;
    color: #036CB4;
    display: inline-block;
}

.pagination .current,
.pagination a {
    padding: 3px 6px 3px 7px;
    margin: 2px;
}

.pagination .current {
    border: 1px solid #d2d2d2;
    font-weight: 300;
    background-color: #d2d2d2;
    color: #02459e;
}

.form_contact_right {
    width: 100%;
    float: left;
    line-height: 24px;
    font-size: 15px;
    margin-top: 20px;
}

.form_contact_right h2 {
    font-size: 19px;
    line-height: normal;
}

::-webkit-scrollbar {
    width: 7px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-border-radius: 5px;
    border-radius: 5px
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #e1d4cc;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #000;
}

.send_contact {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    margin-top: 10px;
}

.bosanphan {
    background: #f41118;
    border: none;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 0px;
}

.bosanphan i {
    margin-right: 5px;
}

.guidi10 {
    margin-right: 5px;
    padding-left: 35px;
    padding-right: 35px;
    height: 30px;
    border: none;
    border-radius: 5px;
    background-color: #b20f0f;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    float: left;
    cursor: pointer;
}

/*css cart*/
.contact_primary1 {
    margin-top: 0px;
    background: #fff;
    border: solid 1px #eee;
    overflow: hidden;
    padding: 15px;
    line-height: 32px;
    margin-bottom: 20px !important;
}

.contact_primary1 input {
    width: 100%;
    outline: 0;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 32px;
    margin-bottom: 15px !important;
}

.contact_primary1 select {
    width: 100%;
    outline: 0;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 32px;
    margin-bottom: 15px !important;
}

.contact_primary1 textarea {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 80px;
    margin-bottom: 0px !important;
    outline: 0;
}

table .count .abate::before {
    margin: 13px auto;
}

table .count .augment::before {
    margin: 13px auto;
}

table .count .augment::after {
    top: 10px;
}

.home_top .payment .step .link {
    padding: 8px 35px 8px 30px;
}

.title_thongtin {
    background: #f7f7f7;
    padding: 10px 10px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.box_dattour button {
    background: #d60c0c;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 12px;
    font-weight: bold;
    border: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 20px;
}

.ct-left,
.ct-right {
    margin-top: 20px;
    margin-bottom: 20px !important;
    font-size: 15px;
}

.ct-left p {
    margin-bottom: 10px;
}

.ct-left form input {
    font-size: 14px;
    color: #333333;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 0px;
    height: 35px;
    padding: 0 15px;
    margin-bottom: 15px;
    outline: 0;
}

.ct-left form textarea {
    font-size: 14px;
    color: #333333;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 10px 15px;
    height: 180px;
    margin-bottom: 15px;
    outline: 0;
    font-family: unset;
}

.ct-left form button {
    font-size: 15px;
    color: #fff;
    border: none;
    height: 35px;
    width: 150px;
    border-radius: 0px;
    cursor: pointer;
    border-radius: 5px;
    outline: 0;
    background-image: linear-gradient(to right, #8d0000, #ef0000);
}

.map iframe {
    height: 278px;
}

.payment {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.payment .step .item {
    float: left;
    width: 33.33%;
}

.payment .step .link {
    display: block;
    padding: 8px 35px 8px 30px;
    padding-left: 30px;
    font-size: 13px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    background: #f0f0f0;
    position: relative;
    margin-bottom: 0;
}

.payment .step .active .link {
    background: #f4f9fd;
}

.payment .step .item:first-child .link {
    padding-left: 20px;
}

.payment .step .number {
    display: inline-block;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #999;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}

.payment .step .active .number {
    background: #d60c0c;
}

.list_sanpham {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.list_sanpham input {
    width: 20%;
    text-align: center;
}

table,
th,
td {
    font-size: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding-left: 10px;
    border-color: #d2d2d2;
}

.list_sanpham table {
    border-collapse: collapse;
    width: 100%;
}

.list_sanpham table td {
    border: 1px solid #ddd;
    text-align: left;
}

.list_sanpham table td {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

.list_sanpham table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.dat_hang {
    margin-top: 10px;
    text-align: right;
    margin-bottom: 20px !important;
}

.dat_hang button {
    border: none;
    background-image: linear-gradient(to bottom right, #293991, #293991);
    color: #fff;
    font-weight: bold;
    padding: 8px 15px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
}

.box_dattour {
    height: 0px;
    position: relative;
}

.count {
    text-align: center;
}

.count .abate {
    left: -30px;
    top: 20px;
}

.count .abate::before {
    background: #288ad6;
}

.count .abate::before {
    width: 8px;
    height: 2px;
    content: "";
    margin: 13px auto;
    display: block;
}

.count .btn {
    position: absolute;
    width: 30px;
    line-height: 30px !important;
    height: 30px;
    border: 1px solid #dfdfdf;
    border-right-color: rgb(223, 223, 223);
    border-right-style: solid;
    border-right-width: 1px;
    top: 0;
    cursor: pointer;
    padding: 0;
}

.count .augment {
    right: -30px;
}

.count .augment::before {
    background: #288ad6;
}

.count .augment::before {
    width: 8px;
    height: 2px;
    margin: 14px auto;
    content: "";
    display: block;
}

.count .augment::after {
    content: "";
    width: 2px;
    height: 8px;
    background: #288ad6;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 11px;
    left: 0px;
    right: 0;
}

.count .quantity {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #dfdfdf;
}

.list_sanpham button {
    background: #f41118;
    border: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 0px;
}

.count>* {
    display: inline-block;
}

.uk-position-relative {
    position: relative;
}

.noidung_km {
    font-size: 15px;
    text-align: justify;
}

.title_km {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    position: relative;
}

.title_km:before {
    height: 2px;
    width: 120px;
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #27314c;
}

.hethong {
    padding: 30px 0;
}

.hethong_left h2 {
    font-size: 19px;
    font-weight: 600;
}

.hethong_left_text {
    text-align: left;
    font-size: 15px;
    margin-top: 10px;
}

.hethong_right_left {
    float: left;
    width: 25%;
    padding-right: 1%;
}

.hethong_right_left img {
    margin-bottom: 5px;
}


.hethong_right_right {
    float: right;
    width: 74%;
}

hr {
    width: 100%;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.hethong .list-item {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.header_top {
    background-image: linear-gradient(to right, #8d0000, #ef0000);
}

.header_main {
    padding: 10px 0;
}

.tencongty {
    padding: 0 15px;
    width: 353px;
    float: left;
}

.tencongty p {
    display: inline-block;
    padding: 0;
    margin: 0 15px 0 0;
    line-height: 36px;
}

.tencongty p i {
    padding-right: 5px;
    color: #000;
}

.header_top .mxh {
    text-align: right;
    line-height: 36px;
    color: #333;
    width: 238px;
    padding: 0 15px;
    float: left;
}

.header_top .mxh a {
    margin-right: 5px;
    padding-right: 0px;
    color: #333;
    font-size: 15px;
}

.header_top .mxh a i {
    background: #fff;
    color: #000;
    width: 27px;
    height: 27px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
    font-size: 15px;
}

.hethong .list-item:not(:last-child) {
    margin-bottom: 25px;
}

.doitac_top {
    padding: 0;
    background: #fff;
}

.doitac_top img {
    width: auto;
    margin: auto;
}

.doitac_top .image {
    border: 1px solid #e2e1e1;
    margin: 15px 9px;
    padding: 5px 15px;
}

.doitac_top .slick-prev,
.doitac_top .slick-next {
    opacity: 1;
    z-index: 5;
    transform: translateY(-50%);
    margin: 0;
}

.doitac_top .slick-prev:before,
.doitac_top .slick-next:after {
    display: none;
}

.doitac_top .slick-prev {
    left: 0px;
}

.doitac_top .slider {
    padding: 0 15px;
}

.doitac_top .slick-next {
    right: 0px;
}

.doitac_top .slick-prev i,
.doitac_top .slick-next i {
    font-size: 20px;
    color: #000;
}

.product_dacbiet {
    background: #f2f2f2;
    padding: 30px 0;
}

.product_dacbiet .slick-prev,
.product_dacbiet .slick-next {
    opacity: 1;
    z-index: 5;
    transform: translateY(-50%);
    margin: 0;
}

.slick-slide {
    outline: 0;
}

.product_dacbiet .slick-prev:before,
.product_dacbiet .slick-next:after {
    display: none;
}

.product_dacbiet .slick-prev {
    left: 0px;
}

.product_dacbiet .slider {
    padding: 0;
}

.product_dacbiet .slick-next {
    right: 0px;
}

.product_dacbiet .slick-prev i,
.product_dacbiet .slick-next i {
    font-size: 20px;
    color: #000;
}

.product-item .box-image-product {
    position: relative;
}

.product-item .box-image-product>a {
    display: block;
    color: #fff;
}

.ovrly17,
.ovrly17 img,
.price_ct {
    position: relative;
}

.ovrly17 img {
    width: 100%;
}

.ovrly17 .ovrly {
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.7) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 100%;
    transition: all 0.2s;
}

.ovrly17:hover .ovrly {
    top: 0;
}

.info_pro {
    background-image: #eee;
    padding: 15px 10px 20px;
    text-align: center;
    line-height: 24px;
    position: relative;
}

.info_pro .box-price {
    color: #1f1f1f;
}

.info_pro p.muangay {
    width: 120px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 5px;
    margin: auto;
    margin-top: 10px;
    color: #333;
}

.info_pro p.muangay span.icon_cart {
    float: left;
    width: 16px;
    margin-right: 7px;
}

.info_pro p.muangay span.icon_cart img {
    width: auto;
    margin-top: 8px;
}

.info_pro p.muangay i {
    margin-right: 5px;
    font-size: 16px;
}

.info_pro p.muangay a {
    color: #333;
    display: flex;
    padding: 0 5px;
    justify-content: center;
    font-size: 13px;
}

.info_pro h3 {
    font-size: 15px;
    margin: 0 0 10px;
}

.info_pro h3 a {
    color: #1f1f1f;
    font-weight: 600;
    font-size: 18px;
}

.box_pro_home h3 {
    font-weight: 600;
}

.info_pro p {
    margin: 0;
    font-size: 16px;
}

.anmobile {
    display: block;
}

.hienmobile {
    display: none;
}

.box-news-home {
    background-image: linear-gradient(to right, #8d0000, #ef0000);
    padding: 20px 0;
}

.box-news-home .box-content {
    overflow: hidden;
}

.box-news-home .list-litle-news {
    background-color: transparent;
    padding: 0 0 0 10px;
    width: 40%;
}

.box-news-home .list-litle-news li {
    border-bottom: 1px solid #ad000e;
}

.box-news-home .list-litle-news li a {
    color: #fff;
}

.box-news-home .list-litle-news li i {
    color: #fff;
}

.box-news-home-left img {
    object-fit: cover;
    height: 200px;
    border: solid 2px #fff;
}

.box-news-home-right {}

.box-news-home-left a:first-child {
    display: block;
    margin-bottom: 20px;
}

.form-search {
    width: auto;
    float: right;
    padding: 0 0 0 15px;
    text-align: right;
}

.form-search form {
    display: inline-block;
}

.form-search .form_search {
    display: inline-flex;
}

.form-search .txt_search {
    width: 359px;
    height: 30px;
    background: #fff;
    font-size: 14px;
    padding: 0 5px;
    float: left;
    margin: 5px 0 0;
    color: #690004;
    border-radius: 5px 0 0 5px;
    border: none;
    font-style: italic;
}

.form-search p {
    background-image: linear-gradient(to right, #f18800, #ffb44a);
    height: 30px;
    line-height: 30px;
    margin: 5px 0 0;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    text-align: left;
    color: #fff;
    border-radius: 0 5px 5px 0;
}

.tknc {
    text-decoration: none;
    color: #fff;
}

.buttom_go {
    width: 33px;
    height: 30px;
    margin-top: 5px;
    margin-left: 1px;
    border: 0;
    background: #f1592a;
    color: #fff;
    border-right: 1px solid #fff;
}

.form-search p a:hover {
    color: #fff;
}

.hotline_mobi {
    position: fixed;
    bottom: -6px;
    left: 10px;
    z-index: 99;
    height: 50px;
    width: 50px;
    display: none;
}

.duyanh-alo-phone {
    position: absolute;
    left: 4px;
    top: -2px;
    visibility: visible;
    background-color: transparent;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 99;
}

.duyanh-alo-ph-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    left: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #ef0000;
    opacity: .5;
}

.animated {
    animation-duration: 1s;
}

.zoomIn {
    animation-name: zoomIn;
}


.pulse {
    animation-name: pulse;
}

.tada {
    animation-name: tada;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.duyanh-alo-ph-circle-fill {
    width: 38px;
    height: 38px;
    top: 1px;
    left: 1px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    transition: all .5s;
    background-color: rgba(239, 0, 0, .5);
    opacity: .75;
}

.duyanh-alo-ph-img-circle {
    width: 30px;
    height: 30px;
    top: 5px;
    left: 5px;
    position: absolute;
    background: url(../images/phone_icon.png) center center no-repeat rgba(30, 30, 30, .1);
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    transition: all .2s ease-in-out;
    background-color: #ef0000;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

ul.pagination {
    display: flex;
    justify-content: center;
    gap: 0px 10px;
    align-items: center;
    margin-bottom: 20px;
}

ul.pagination li a {
    width: 32px;
    height: 32px;
}

ul.pagination li span {
    width: 32px;
    height: 32px;
    border: 1px solid #d2d2d2 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right_top a:nth-child(1) {
    border-right: 1px solid #fff;
    padding: 0px 20px;
}

@media (min-width: 1200px) {
    .product_item .image img {
        object-fit: cover;
        height: 300px;
    }
}

@media (max-width: 1199px) {
    .menu>ul>li>a {
        padding: 0 16px;
        font-size: 14px;
    }

    .form-search {
        padding: 0 0 0 5px;
    }

    .right_top span {
        padding-left: 5px;
        padding-right: 5px;
    }

    .right_top a {
        padding: 7px 3px;
    }

    .form-search .txt_search {
        width: 260px;
    }

    .logo-head {
        width: 52%;
    }

    .box-group-icon {
        width: 48%;
    }

    .box-group-icon .content {
        font-size: 17px;
    }

    .form-search p {
        width: 94px;
    }

    .product_item {
        width: 25%;
    }

    .box_address {
        font-size: 15px;
    }

    .filters .filter-item .filter-item-name>span {
        font-size: 12px;
    }

    .filters .filter-item .filter-item-name {
        font-size: 15px;
        padding: 1px 7px;
    }

    .filters .filter-item .filter-item-name>span .fa {
        margin-left: 4px;
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .nav-main>li:hover .nav-sub {
        display: block;
    }

    .demo-section.mobiles {
        display: none;
    }

    #menu.fixed .menu ul li a {
        color: #fff;
        border-right: 1px solid #ad000e;
    }

    #menu.fixed1 .menu ul li a {
        color: #fff;
    }

    #menu.fixed .menu .danhmuc_child li a {
        color: #fff;
        border-right: none;
    }

    #menu.fixed1 .menu .danhmuc_child li a {
        color: #666;
    }

    #menu.fixed .menu .danhmuc_child h3 a {
        color: #fff;
        border-right: none;
    }

    #menu.fixed1 .menu .danhmuc_child h3 a {
        color: #333;
    }

    #menu.fixed .nav-main li .nav-sub li a {
        color: #333;
    }

    #menu.fixed1 .nav-main li .nav-sub li a {
        color: #333;
    }

    #menu.fixed .nav-main li .nav-sub li:hover>a {
        color: #b20f0f;
        background: #eee;
    }

    #menu.fixed1 .nav-main li .nav-sub li:hover>a {
        color: #b20f0f;
        background: #eee;
    }

    #menu.fixed .menu .danhmuc_child li a:hover {
        color: #b20f0f;
    }

    #menu.fixed1 .menu .danhmuc_child li a:hover {
        color: #b20f0f;
    }

    .mobi {
        display: none !important;
    }


    .nav-sub>li:hover .nav-sub-child {
        display: block;
    }

    .nav-main>li.megamenu:hover .box_mega {
        display: block;
    }

    .menu-mobile {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .demo-section {
        position: relative;
        display: block;
        right: 40px;
        top: 0;
        margin: 19px 0 !important;
        float: right;
        margin-right: 5px;
        margin-right: 20px !important;
    }

    .width_fix_logo {
        width: 100%;
        text-align: center;
        background-image: linear-gradient(to right, #8d0000, #ef0000);
    }

    .hethong_left {
        padding-bottom: 15px;
    }

    .hethong_left h2 {
        margin-top: 0;
    }

    .anmobile {
        display: none !important;
    }

    .hienmobile {
        display: block;
    }

    .header_main {
        margin-bottom: 0;
        padding: 0;
    }

    .type-watch {
        float: left;
        width: 100%;
    }

    .socials {
        padding: 0 5px;
        margin: 10px 0 16px;
        float: left;
    }

    .socials li {
        float: left;
        list-style: none;
    }

    .socials li a {
        display: inline-block;
        height: 30px;
        width: 30px;
        text-align: center;
        color: #fff;
        border: 1px solid #fff;
    }

    .socials li i {
        line-height: 30px;
        font-size: 18px;
        color: #fff;
    }

    .socials li:hover i {
        color: #fff;
    }

    .socials li:not(:last-child) {
        margin-right: 5px;
    }

    .form-search3 {
        width: 100%;
        padding: 0 16px 0 32px;
        margin: 10px 0;
    }

    .nav-main li .nav-sub li:hover>a {
        color: #fff;
        background: #b20f0f;
    }

    .form-search3 .txt_search {
        margin-top: 0;
        width: calc(100% - 33px);
        font-size: 14px;
        color: #333;
        font-style: inherit;
        border: none;
        border-radius: 0;
        background: #fff;
        padding-left: 5px;
    }

    .form-search3 .buttom_go {
        margin-top: 0;
        float: left;
        margin-left: 0;
        border-radius: 0;
    }

    .main {
        margin-top: 78px;
    }

    .main.mar_tr {
        margin-top: 78px;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .header_top {
        display: none;
    }

    .box-video {
        /* margin-top: 15px; */
    }

    .box-video .slick-dots {
        bottom: 0px;
        margin-top: 10px;
        left: 0;
        display: none;
    }

    .box-video .slick-dots li {
        width: 14px;
        height: 14px;
    }

    .box-video .slick-dots li button {
        width: 16px;
        height: 16px;
    }

    .box-video .slick-dots li button:before {
        font-size: 35px;
        width: 8px;
        height: 8px;
        line-height: normal;
        display: none;
    }

    .box-video .slick-dots li.slick-active button:before {
        color: #b20f0f;
        opacity: 1;
    }

    .form-search {
        width: calc(100% - 238px);
        text-align: left;
        display: none;
    }

    .title_news_home_right {
        margin-top: 30px;
    }

    .header_top .mxh {
        float: right;
    }

    #menu.fixed {
        position: relative;
    }

    #menu.fixed1 {
        position: relative;
    }

    body #subiz .widget-layout {
        z-index: 99 !important;
    }

    .banner-1 {
        margin-top: 15px;
        /* display: none; */
    }

    .box-group-icon {
        display: none;
    }

    .hethong .list-item:not(:last-child) {
        margin-bottom: 20px;
    }

    .mobi {
        display: block;
    }

    .hethong .list-item:nth-child(odd) .address_ht {
        float: left;
    }

    .hethong .list-item:nth-child(odd) .ha_ht {
        float: left;
    }

    .hethong .list-item:nth-child(even) .address_ht {
        float: left;
    }

    .hethong .list-item:nth-child(even) .ha_ht {
        float: left;
    }

    #cart-header {
        position: relative;
        display: block;
        right: 40px;
        top: 0;
        margin: 24px 0;
        float: right;
        margin-right: 5px;
    }

    .icon_search_mobi {
        display: inline-block;
        position: unset;
        float: right;
        margin-right: 40px;
    }

    .filters .col-md-12 {
        padding: 0;
    }

    .filters .filter-item:first-child {
        display: none;
    }

    .filter-title {
        display: block;
        margin: 0;
    }

    .filter-title-name {
        line-height: 30px;
    }

    .filters .filter-item {
        width: 100%;
        border-bottom: 1px solid #a7a7a7;
        clear: both;
    }

    .filters .filter-item:not(:last-child) {
        border-right: unset;
    }

    .box_images_detail,
    .info_detail {
        width: 100%;
    }

    .filters .filter-item .filter-item-name>span .fa {
        float: right;
        line-height: 30px;
    }

    .filters .filter-item .filter-item-value {
        padding: 0;
        margin: 0;
        position: static;
        width: 100%;
        box-shadow: unset;
        border: none;
    }

    .filters .filter-item .filter-item-value .inner {
        overflow: hidden;
        border: none;
    }

    .filters .filter-item .filter-item-value .label-radio {
        width: 50%;
        float: left;
        padding: 2px 20px;
    }

    .filters .filters-container {
        display: none;
    }

    .filters .filter-item .filter-item-name {
        width: 100%;
        text-align: left;
        overflow: hidden;
        clear: both;
    }

    .logo-desk {
        display: none;
    }

    .logo-mobi {
        display: block;
        padding-right: 20px;
    }

    .menu>ul>li>a:hover {
        color: #fff;
        background-color: #b20f0f;
    }

    .doitac {
        padding: 20px 0;
    }

    .copyright-text {
        line-height: normal;
    }

    .social_foot {
        margin-left: 0;
        margin-top: 15px;
    }

    .hotline_home .image {
        width: 44px;
    }

    .box_phonenumber p {
        font-size: 16px;
    }

    .box_phonenumber .number {
        font-size: 20px;
    }

    .hotline_home {
        width: 385px;
    }

    .box_form {
        width: calc(100% - 385px);
    }

    .box_form input {
        max-width: calc(100% - 110px);
    }

    .width_fix_menu {
        width: 100%;
        padding: 0;
    }

    .banner_left img {
        height: 250px;
    }

    .banner_left {
        width: 100%;
    }

    .order_now_right {
        position: relative;
        left: 0;
        width: 100%;
        padding: 35px 15px;
    }

    .box_viewmore {
        top: 20%;
    }

    .box_viewmore .title {
        font-size: 36px;
        line-height: 40px;
    }

    .block_banner_left .box_viewmore {
        padding-left: 30px;
        padding-right: 15px;
    }

    .block_banner_right .box_viewmore {
        padding-left: 15px;
        padding-right: 30px;
    }

    .box_viewmore .nd {
        font-size: 20px;
    }

    .box_viewmore a {
        padding: 10px 30px;
        font-size: 18px;
    }

    .main_banner_child>a {
        font-size: 18px;
        padding: 12px 15px;
    }

    .logo-head {
        display: inline-block;
        width: auto;
    }

    .logo-head img {
        height: 64px;
    }

    .menu-desktop {
        display: none !important;
    }

    #menu {
        padding: 0;
    }

    .header {
        height: auto;
    }

    .product_hot {
        background-image: unset;
    }

    .nav-main li i.fa-caret-right {
        position: absolute;
        left: 28px;
        top: 10px;
        font-size: 13px;
    }

    .nav-main li.nav-sub-item-child i.fa-caret-right {
        left: 48px;
    }

    .active>a>.fa-chevron-right {
        transform: rotate(-90deg);
    }

    .nav-sub {
        position: static;
        background-color: transparent;
    }

    .nav-main li .nav-sub li a {
        padding: 0 15px 0 40px;
        color: #fff;
    }

    .nav-main li .nav-sub li a:hover {
        color: #fff;
        background: #b20f0f;
    }

    .nav-sub-child {
        position: static;
        border: none;
        background-color: transparent;
    }

    .nav-main li .nav-sub-child li a {
        padding: 0 15px 0 60px;
    }

    .list-bar {
        display: block;
        left: unset;
        right: 15px;
        top: 22px;
    }

    .header .container {
        width: 100%;
    }

    #menu .col-md-12 {
        padding: 0;
        min-height: unset;
    }

    .menu>ul>li {
        width: 100%;
        padding: 0;
    }

    .menu>ul>li>a {
        padding: 0 15px;
        line-height: 35px;
        font-size: 16px;
    }

    .nav-main {
        padding: 0;
        width: 100%;
        float: left;
    }

    .menu-mobile {
        display: block;
    }

    .nav-main li i.fa-chevron-down {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 12px;
        width: 36px;
        height: 36px;
        display: inline-block;
        text-align: center;
        line-height: 36px;
        color: #fff;
        transition: 0.3s;
        border-left: 1px solid #ad000e;
    }

    .nav-main li .mm1 {
        cursor: pointer;
    }

    .nav-main li .mm2 {
        cursor: pointer;
    }

    .menu ul li a {
        border-bottom: 1px solid #ad000e;
        color: #fff;
        text-transform: none;
    }

    .nav-main>li:not(:last-child)>a {
        border-right: none;
    }

    .nav-main li .nav-sub li:not(:last-child) a {
        border-bottom: 1px solid #ad000e;
        border-right: none;
    }
}

@media (max-width: 767px) {
    .title_underline {
        margin: 30px 0 15px;
        font-size: 20px;
    }

    #ajax-cart-form,
    #frmorder2 .fix-grid-news>div {
        overflow: auto;
        width: 100%;
    }

    .list-news2 .news-item2 {
        width: 50%;
    }

    .box_viewmore .title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 13px;
    }

    .block_banner_left .box_viewmore {
        padding-left: 15px;
        padding-right: 15px;
    }

    .box_viewmore a {
        padding: 4px 18px;
        font-size: 15px;
    }

    .info_detail h1 {
        padding-bottom: 10px;
        margin-top: 30px;
    }

    .group-product-detail {
        width: 100%;
    }

    .dm-list-right {
        width: 100%;
    }

    .box_phonenumber .time {
        margin-top: 5px;
    }

    .hotline_home {
        width: 100%;
    }

    .box_form {
        width: 100%;
        margin-top: 25px;
    }

    .box_form span {
        margin-bottom: 3px;
    }

    .order_now_right .name_prod {
        font-size: 18px;
    }

    .order_now_right .price {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .order_now_p {
        margin-top: 20px;
    }

    .order_now_right li {
        font-size: 16px;
    }

    .product_item {
        width: 33.3333%;
    }

    .group_banner_home .banner_item {
        height: 140px;
    }

    .block_banner_left img,
    .block_banner_right img,
    .block_banner_center img {
        height: 140px;
    }

    .block_banner_center .box_viewmore {
        text-align: left;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .main_banner_child {
        height: 175px;
    }

    .box_viewmore {
        transform: translateY(-50%);
        top: 50%;
    }

    .block_banner_right .box_viewmore {
        right: unset;
        left: 0;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
    }

    /*css cart*/
    .home_top .payment .step .link {
        display: block;
        padding: 8px;
    }

    .payment .step .item:first-child .link {
        padding-left: 8px;
    }

    .home_top .payment .step .item.step-1 {
        width: 24%;
    }

    .home_top .payment .step .item.step-2 {
        width: 38%;
    }

    .home_top .payment .step .item.step-3 {
        width: 38%;
    }
}

@media (max-width: 550px) {
    .title_underline {
        margin: 30px 0 15px;
        font-size: 18px;
    }

    .slide .slick-prev,
    .slide .slick-next {
        display: none !important;
    }

    .ct-left form textarea {
        height: 120px;
    }

    .map iframe {
        height: 220px;
    }

    .dat_hang {
        text-align: center;
    }

    .filters {
        border: 0;
    }

    .filter-title-name {
        width: 150px;
    }

    .sort-by-number .sortby {
        max-width: 155px;
    }

    .fixed-contact-icons {
        left: unset;
        right: 5px;
        bottom: 5px;
    }

    .fixed-tel {
        display: none;
    }

    .hotline_mobi {
        display: block;
    }

    .about_news_home {
        margin-bottom: 10px;
        text-align: left;
    }

    .litle-news {
        width: 100%;
    }

    .box-news-home .list-litle-news {
        width: 100%;
        padding: 0;
        display: none;
    }

    .title_news_home_right {
        margin-top: 10px;
    }

    .box_tour_km {
        margin-bottom: 10px;
    }

    .news {
        padding: 15px 0 10px;
    }

    .box-banner-home .item {
        width: 100%;
    }

    .video-desktop {
        display: none !important;
    }

    .video-mobile {
        display: block;
    }

    .box-video .box-video-left,
    .box-video .box-video-right {
        width: 100%;
        margin-top: 0;
    }

    .box-video .box-video-left iframe {
        height: 275px;
    }

    .video_sl h3 a {
        color: #333;
        max-height: 36px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .box-video .box-video-right {
        margin-left: 0;
        height: auto;
        margin-top: 10px;
        overflow: unset;
    }

    .video_sl {
        margin-bottom: 0;
        height: auto;
        border: none;
        padding: 0 5px;
    }

    .ico_video {
        height: 100%;
        width: 100%;
    }

    .video_sl img {
        margin-right: 0;
        width: 100%;
        height: auto;
    }

    .video_sl h3 {
        width: 100%;
        float: left;
        min-height: 50px;
        padding: 5px;
        color: #333;
        background-color: #e5e1e0;
    }

    .video_sl a {
        display: block;
        width: 100%;
        position: relative;
        float: left;
    }

    .box_address {
        line-height: 24px;
    }

    .box_phonenumber .number {
        font-size: 24px;
    }

    .info_pro {
        padding: 10px;
    }

    .info_pro p {
        font-size: 15px;
    }

    .info_pro h3 {
        margin: 0 0 5px;
    }

    .product_list {
        overflow: hidden;
        padding: 0 7.5px;
    }

    .info_pro h3 a {
        font-size: 16px;
    }

    .footer-main {
        padding: 20px 0 0;
    }

    .list_count .item {
        flex-direction: column;
        padding: 0 5px;
    }

    .number_special .bg_goc_count {
        display: none;
    }

    .number_ok::after {
        font-size: 19px;
    }

    .number_special .bg_img_count {
        display: none;
    }

    .list_count .item .counter-value {
        text-align: center;
        font-size: 24px;
    }

    .list_count {
        margin-top: 20px;
    }

    .list_count .item .icon_image {
        width: 64px;
        margin: auto;
        margin-bottom: 8px;
    }

    .number_special {
        padding: 35px 0 30px;
    }

    .list_count .item p {
        font-size: 14px;
        line-height: normal;
    }

    .list-news-foot-item {
        width: 100%;
    }

    .list-news2 .news-item2 {
        width: 100%;
    }

    #cart-header {
        top: 0;
        margin: 22px 0;
        margin-right: 5px;
    }

    .form_order_sp .modal-dialog {
        margin: 10px auto;
        width: calc(100% - 20px);
    }

    .form_order_sp .form-group {
        margin-bottom: 10px;
    }

    .slide_desktop {
        display: none;
    }

    .slide_mobile {
        display: block;
    }

    .width_fix_logo {
        text-align: left;
    }

    .logo-head {
        padding: 0;
        height: 74px;
        width: 30%;
        display: flex;
        align-items: center;
    }

    .logo-head img {
        height: 60px;
    }

    .icon_search_mobi {
        right: 60px;
        top: 48px;
        color: #fff;
    }

    .icon_search_mobi .box_search_mobi {
        height: 74px;
    }

    .list-bar {
        left: unset;
        right: 15px;
        top: 20px;
    }

    .main {
        margin-top: 74px;
    }

    .main.mar_tr {
        margin-top: 74px;
    }

    .order_now_right .product_special_item {
        display: block;
        padding-top: 0;
    }

    .filters .filter-item .filter-item-value .label-radio {
        width: 100%;
    }

    .news_item .box_news h3 {
        height: auto;
    }

    .news_item .box_news .desc {
        height: auto;
    }

    .order_now_right .name_prod {
        font-size: 16px;
    }

    .order_now_right .price {
        font-size: 16px;
    }

    .copyright-text {
        font-size: 15px;
    }

    .news_item .title {
        font-size: 16px;
    }

    .hotline_home .box_phonenumber {
        padding-left: 0;
        width: 100%;
        margin-top: 10px;
    }

    .hotline_home .image {
        width: 34px;
    }

    .box_form span {
        font-size: 16px;
    }

    .box_viewmore .title {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 5px;
        display: block;
    }

    .nav-pills>li+li {
        margin-left: 2px;
    }

    .nav-pills>li>a {
        font-size: 13px;
        width: 115px;
        padding: 5px 10px;
    }

    .order_now_right {
        display: block;
    }

    .box_viewmore a {
        padding: 5px 15px;
        font-size: 13px;
    }

    .order_now_right .box_image {
        width: 100%;
        text-align: center;
    }

    .order_now_right .box_image .image {
        display: inline-block;
        width: 230px;
    }

    .order_now_right .box_content {
        width: 100%;
        padding: 0;
    }

    .product_item {
        width: 50%;
        padding: 0 0.5px;
        margin-bottom: 1px;
    }

    .product_dacbiet .slider {
        padding: 0 7.5px;
    }

    .product-item {
        padding: 0 0.5px;
    }

    .product_item .image {
        padding: 0;
    }

    .banner-1 {
        display: block;
    }

    .product_dacbiet {
        padding: 10px 0;
    }

    .nav-pills {
        margin-bottom: 15px;
    }

    .block_banner_left .box_viewmore,
    .block_banner_right .box_viewmore {
        max-width: unset;
        text-align: center;
        padding: 0 15px;
    }

    .block_banner_center .box_viewmore {
        text-align: center;
    }

    .news-mobi {
        display: none;
    }

    .news-mobi .news_list {
        overflow: unset;
    }

    .news-mobi .slick-prev,
    .news-mobi .slick-next {
        margin: 0;
        width: 24px;
        height: 24px;
        z-index: 66;
        text-align: center;
        opacity: 1;
        background-color: none;
        border-radius: 100%;
        top: -31px;
    }

    .news_special .news_item .box_news .image {
        width: 100%;
    }

    .news_special .news_item .box-content {
        width: 100%;
        padding: 10px 0;
    }

    .news-mobi .slick-prev i,
    .news-mobi .slick-next i {
        color: #fff;
        line-height: 24px;
        font-size: 18px;
    }

    .news-mobi .slick-prev {
        left: unset;
        right: 45px;
    }

    .news-mobi .slick-next {
        right: 15px;
    }

    .box_viewmore .nd {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 10px;
    }

    .group_banner_home {
        display: block;
        overflow: hidden;
    }

    .group_banner_home .banner_item:not(:last-child) {
        border-right: none;
    }

    .group_banner_home .block_banner_left {
        height: 110px;
        float: left;
        order: unset;
        width: 49%;
        margin-bottom: 5px;
    }

    .group_banner_home .block_banner_right {
        height: 225px;
        float: right;
        order: unset;
        width: calc(51% - 5px);
        margin-left: 5px;
    }

    .group_banner_home .block_banner_center {
        float: left;
        height: 110px;
        order: unset;
        width: 49%;
        border: none;
    }

    .block_banner_left img,
    .block_banner_center img {
        height: 110px;
    }

    .block_banner_right img {
        height: 230px;
    }

    .about_foot {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .product {
        padding: 15px 0;
    }

    .title_h2 {
        margin: 15px 0 15px;
        font-size: 20px;
    }

    .title_underline:before {
        width: 80px;
    }

    .news .news_item {
        width: 100%;
        outline: 0;
    }

    /*css cart*/
    .home_top .payment .step .item.step-1 {
        width: 100%;
    }

    .home_top .payment .step .item.step-2 {
        width: 100%;
    }

    .home_top .payment .step .item.step-3 {
        width: 100%;
    }

    table .count .uk-position-relative {
        display: flex;
    }

    table .count .btn {
        position: relative;
    }

    table .count .augment {
        order: 3;
        right: unset;
    }

    table .count .quantity {
        order: 2;
    }

    table .count .abate {
        order: 1;
        left: unset;
    }
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.socials img {
    border: 1px solid #fff;
    padding: 3px;
}

.box_tt_footer h2 span {
    text-transform: uppercase;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #b20f0f;
}

.box_tt_footer li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-right: 5px;
}

.box_tt_footer p {
    margin-bottom: 7px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.breadcrumbs img {
    display: block;
}

body.smooth {
    overflow: unset !important;
}

.dacbiet2 .info_pro h3 {
    min-height: 45px;
}

.features-section .section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
}

.features-section .section-title {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    text-transform: uppercase;
}

.features-section {
    margin-bottom: 40px;
}






.box-login img {
    width: 21px;
    height: 21px;
    margin-right: 10px;
    vertical-align: middle;
}

.demo-section {
    float: right;
    margin: 0px 15px;
    margin-top: 2px;
}

.box-login {
    position: relative;
    display: inline-flex;
    background: white;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 4px 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 3px;
}

.user-icon {
    display: inline-flex;
    align-items: center;
    color: #333;
    font-weight: 500;
}

.user-icon::after {
    content: "\f0d7";
    /* Unicode cá»§a fa-caret-down */
    font-family: "Font Awesome 5 Free";
    /* Báº¯t buá»™c */
    font-weight: 900;
    /* 900 cho solid (fas) */
    margin-left: 8px;
    font-size: 13px;
    transition: transform 0.3s ease;
}

.user-icon {
    display: inline-flex;
    align-items: center;
    color: #333;
    font-weight: 500;
}


.box-login ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 5px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    margin-top: 8px;
    overflow: hidden;
    width: 140px;
}

.box-login li {
    border-bottom: 1px solid #f0f0f0;
}

.box-login li a {
    display: block;
    padding: 5px 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.box-login li:first-child a::before {
    background-image: url(../images/signin.svg);
}

.box-login li a::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
    background-size: contain;
}

.box-login:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.box-login.active ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.box-login li a::before {
    background-image: url(../images/signup.svg);
}

@media (max-width: 768px) {
    .box-login ul {
        left: -50px;
        right: -50px;
    }
}

@media (max-width: 768px) {
    .box-login {
        padding: 5px 16px;
    }
}



.services-modes .services-container {}

.services-modes .section-header {
    text-align: center;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease forwards;
}

.services-modes .section-title {
    font-size: 26px;
    font-weight: 700;
    color: #990000;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.services-modes .section-subtitle {
    font-size: 16px;
    color: #333;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.services-modes .services-grid {
    display: grid;
    gap: 30px;
    margin-top: 40px;
    grid-template-columns: repeat(4, 1fr);
}

.services-modes .service-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    transform: translateY(50px);
    position: relative;
    overflow: hidden;
}

.services-modes .service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s;
}

.services-modes .service-card:hover::before {
    left: 100%;
}

.services-modes .service-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.services-modes .service-card.animate {
    opacity: 1;
    transform: translateY(0);
}

.services-modes .service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.services-modes .service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.services-modes .service-icon svg {
    width: 40px;
    height: 40px;
    fill: white;
}

.services-modes .service-number {
    font-size: 2.8rem;
    font-weight: 800;
    background: linear-gradient(135deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    display: block;
    transition: all 0.3s ease;
}

.services-modes .service-card:hover .service-number {
    transform: scale(1.05);
}

.services-modes .service-title {
    font-size: 21px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.4;
    text-transform: uppercase;
}

.services-modes .service-description {
    color: #7f8c8d;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.services-modes .service-features {
    list-style: none;
    text-align: left;
    margin-top: 20px;
}

.services-modes .service-features li {
    color: #5a6c7d;
    font-size: 15px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

.services-modes .service-card:hover .service-features li {
    opacity: 1;
    transform: translateX(0);
}

.services-modes .service-features li::before {
    content: 'âœ“';
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
}

.services-modes .cta-button {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.services-modes .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .services-modes .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .services-modes .section-title {
        font-size: 2rem;
    }

    .services-modes .service-card {
        padding: 30px 20px;
    }
}


.services-modes {
    background: #fbfbfb;
    padding: 30px 0px;
}


figure.image-hover.image-hover-overlay img {
    width: 100%;
}

.splide__track {
    position: relative;
}

.news.hover-effect {
    padding-left: 40px;
    padding-right: 10px;
    transition: 0.5s ease;
}

.news-img {
    position: relative;
}

a.news-cat.shadow-sm {
    margin-left: -3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    font-size: 13px;
    letter-spacing: .135rem;
    background-color: #fff;
    color: #144121;
    width: 3rem;
    z-index: 1;
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}

.news-img a {
    display: block;
    overflow: hidden;
}

a.news-cat.shadow-sm strong {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    text-transform: uppercase;
    font-weight: 700;
}

.news-date {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #ffffffd9;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.25;
    padding: .5rem;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.news-date span:last-child {
    border-top: 1px solid #000;
}

.news-img a {
    display: block;
    overflow: hidden;
}

figure.image-hover.image-hover-overlay {
    overflow: hidden;
}

figure.image-hover.image-hover-overlay img {
    display: block;
    width: 100%;
    height: 230px;
}

.news-content.shadow-sm {
    padding: 1.5rem;
    background-color: #fff;
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}

a.velora-hedding {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1f1f1f;
    min-height: 42px;
}

.comment-view {
    padding-top: 10px;
}

.comment-view p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 15px;
}

a.news-link {
    display: inline-flex;
    align-items: center;
}

a.news-link svg {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}
.page-product-detail ul {
    margin-bottom: 10px;
}
.splide__track.row {
    display: flex;
    flex-wrap: wrap;
}

.news_list .noi_dung_in p {
    padding-bottom: 10px;
    line-height: 1.6;
}
.noi_dung_in ul li {
    list-style: disc;
    margin-left: 20px;
}

.noi_dung_in p {
    padding-bottom: 10px;
}

.breadcrumbs .breadcrumbs-item a:hover {
    color: #950000;
}
.news-content .news-info h2.name:hover a {
    color: #b20f0f !important;
}
.dec p {
    padding-bottom: 10px;
}

.dec ul li {
    list-style: disc;
    margin-left: 20px;
}
.info_pro h3 a:hover {
    color: #a00000;
}

a.velora-hedding:hover {
    color: #a00000;
}


.box_chungnhan .content:hover{
    color: #a00000;
}
.news_item .box_news .image2 img {
    display: block;
}
.slick-dots li button:before{
    content: "";
}
@media (max-width:768px) {
ul.pagination {
    flex-wrap: wrap;
}

    .banner-1 {
        margin-top: 15px;
        display: none;
    }
}