
*{
    margin: 0;
    padding: 0;
}

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

.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{
    padding: 5px 0 5px 0;
    width: 58%;
    float: left;
}

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

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

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

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

.menu ul li{
    float: left;
}

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

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

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

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

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

.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: #1a978d;
    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: 42%;
    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: #00b2b4;
    text-decoration: none;
    outline: 0;
}

.box-group-icon .item-icon{
    width: 50%;
    float: left;
    padding: 2px;
    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: #00b2b4;
    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: 25px;
    margin: 0 0 15px;
    padding:5px 0;
}

.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: 325px;
}

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

.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: 70px;
    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: 16px;
    color: #fff;
}

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: #00b2b4;
    border-color: #00b2b4;
    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: 0px solid #0a847a;
    text-align: left;
}

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

.menu .danhmuc_child h3 a{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #ff0;
    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: 14px;
}

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

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

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

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

.menu-desktop .nav-main li{
    width: auto;
    float: left;
    display: inline-block;
}

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

.menu-desktop .nav-main li a {
    color: #333;
    text-transform: uppercase;
    text-align: left;
    font-size: 15px;
    padding: 12px 28px;
}
.menu-desktop .nav-main li a:hover {
    color: #00898b;
}

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

.nav-main li .nav-sub li a{
    line-height: 35px;
    text-align: left;
    padding: 0 15px;
    color: #fff;
    width: 100%;
    display: block;
}

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

.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;
    background-image: linear-gradient(to right, #00b2b4, #00b2b4);
    overflow-y: auto;
    height: 100vh;
    padding: 15px 0;
    transform: translate3d(260px, 0, 0);
    transition: 0.5s;
    display: none;
    z-index: 999;
}

.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: 10px;
}

.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;
    padding: 0 12px;
    position: relative;
}

.breadcrumbs .breadcrumbs-item a:before{
    content: '';
    right: -1px;
    top: 3px;
    position: absolute;
    height: 13px;
    width: 1px;
    background-color: #333;
    transform: rotate(20deg);
}

.breadcrumbs .breadcrumbs-item:last-child a:last-child:before{
    display: none;
}

.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-image: linear-gradient(to right, #f00, #f00);
    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: 99;
}

.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, #00b2b4, #00b2b4);
    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;
    margin-bottom: 7px;
}

.highlight {
    color: #00898b;
}

.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:50%;
    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: #00b2b4 solid 1px;
    border-radius: 4px;
    padding: 10px 0 0;
    position: relative;
    overflow: visible;
    margin: 20px 0;
    float: left;
    width: 100%;
}

.promotion_wrapper b {
    background: #00b2b4;
    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: 50%;
    padding: 0 15px;
    float: left;
}

.info_detail .image {
    text-align: center;
}
.gioi_thieu_detail {
    font-size: 15px;
    padding: 10px 0;
    line-height: 20px;
}

.info_detail h1 {
    text-align: left;
    color:#00898b;
    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, #00898b, #00b2b4);
    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, #00b2b4, #00b2b4);
    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 #00b2b4;
    border-right: 0;
}

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

.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;
    height: 355px;
}

.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: #00b2b4;
    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: 30px;
    padding-top: 20px;
}

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

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

.title_h2 span{
    color: #00b2b4;
}

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

.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_news .product_item{
    width: 33.3333%;
}

.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: 0px 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: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.box_product_item{
    padding: 10px 5px 10px 5px;
    height: 160px;
    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: #00b2b4;
}

.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, #00b2b4, #00b2b4);
    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, #00b2b4, #00b2b4);
}

.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: inline-block;
    float: left;
    margin-right: 20px;
}

.hotline-top i {
    width: auto;
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}

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

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

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

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

.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 20px;
    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, #00898b, #00b2b4);
}

.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: #00b2b4;
}

.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: #00b2b4;
}

.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: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    margin: 7px 0 10px 0;
}

.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: #00b2b4;
}

.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: 84px;
    margin-bottom: 20px;
}

.view_more{
    text-align: right;
}

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

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

.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 #00b2b4;
    font-size: 18px;
    color: #00b2b4;
    border-radius: 4px;
}

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

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

.news_special .news_item .box_news{
    width:50%;
    float: left;
    padding-bottom: 0;
    margin-bottom: 20px;
    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: 85px;
    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: #00b2b4;
}

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

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

.box_tour_km { width:100%; float: left; margin-top: 0px;}
.box_tour_km span { font-size: 18px;}
.box_tour_km p i {padding-right:10px;color: #00b2b4;}
.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: #00b2b4;}

.box_tt_footer {
    padding-bottom: 0px;
    margin-bottom: 20px;
    position: relative;
}
.box_tt_footer h4:before {
    position: absolute;
    content: '';
    width: 85px;
    height: 2px;
    display: block;
    bottom: -10px;
    background-color: #333;
}

.box_tt_footer h4 {
    text-transform: uppercase;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}
.box_tt_footer h2 {
    text-transform: uppercase;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}


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

.box_tt_footer li a:hover{
    color: #00b2b4;
    color: #00b2b4;
}

#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: 26px;
    padding: 0 0 5px;
    margin: 0;
}

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

.box_chungnhan h3 a:hover{
    color: #00b2b4;
}

.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: 35px 0 30px;
    width: 100%;
    background-image: linear-gradient(to right, #00898b, #00b2b4);
    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: normal normal normal 25px/1 FontAwesome;
    font-size: 25px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
    padding-left: 4px;
    content: "\f067";
    font-weight: 900;
}

.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: #00898b;
}

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

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

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

.list-news2 .news-item2{
    width: 33.333%;
    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: #00b2b4;
    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;
}

.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;
    padding: 10px 15px;
}

.news-item2 h2 a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.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: #00b2b4;
}

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

.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: #00b2b4;
}

.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: #00b2b4;
}

.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(#ffb51b, #ff9c36);
}

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

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

.hotline_home{
}

.box_form{
    padding: 0;
}

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

.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: #00b2b4;
}

.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: #333;
    display: inline-block;
    font-size: 18px;
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.btn-primary {
    color: #fff;
    background-color: #00898b;
    border-color: #00898b;
    text-transform: uppercase;
    padding: 5px 25px;
}

.btn-primary:hover{
    background-color: #00898b;
    border-color: #00898b;
}

.box_form input {
    float: left;
    width: calc(100% - 110px);
    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 #00b2b4;
    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-color: #00b2b4;
}

.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: #00b2b4;
}

.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: 10px 0;
    background-color: #ececec;
}

.copyright-text{
    line-height: 26px;
    color: #000;
    font-size: 16px;
    float: left;
    font-weight: 500;
    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: #333;
    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: #00b2b4;
    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: #00b2b4;
    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;
}

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

.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: #00b2b4;
}

.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, #00b2b4, #00b2b4);
    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: #333;
    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, #fff, #fff);
}

.header_main{
    padding: 5px 0;
    background: #00b2b4;
}

.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: linear-gradient(to right, #bebebe, #dedede);
    padding: 20px 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, #00b2b4, #00b2b4);
    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: #eee;
    font-size: 14px;
    padding: 0 15px;
    float: left;
    margin: 5px 0 0;
    color: #690004;
    border-radius: 5px 0 0 5px;
    border: none;
    font-style: italic;
}

.form-search p{
    background:#00b2b4;
    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;
    border-radius: 0 5px 5px 0px;  
    background: #00898b;
    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 #00b2b4;
    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: #f00;
}
#menu.fixed .menu .danhmuc_child li a:hover {
        color:#ff0;
        }
#nav-main{
    background-color: #eee;
}
#menu_in {width: 100%;display: inline-block;border-radius:5px;margin-bottom: 0;height: 44px; padding: 0 15px;}

#nav-main.fixed #nav-deal{
    display: none;
}

.pagination-group{
    padding: 0 15px;
}

#nav_vertical {
    width: 280px;
    float: left;
    position: relative;
    z-index: 200; 
    padding-top: 0px;
    background-color: #00898b;
}

.title_nav_verticle {
    height: 44px;
    line-height: 44px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    font-size: 15px;
    z-index: 99;
    color: #fff;
    box-sizing: content-box;
    width: 100%;
    cursor: pointer;
}

.title_nav_verticle .icon-menu {
    width: 25px;
    float: left;
    transform: scale(0.7);
    transform-origin: center;
    margin: 6px 10px 0 10px;
}

.title_nav_verticle:after {
    content: '';
    display: block;
    width: 14px;
    height: 17px;
    background: url(../images/new_icon_down_main.png) center bottom no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: -7px;
    left: 94px;
}

.title_nav_verticle .icon-menu i {
    background-color: #fff;
    display: block;
    height: 3px;
    margin: 5px 0;
}

#nav_vertical > ul {
    position: absolute;
    background: #00b2b4;
    width: 100%;
    top: 44px;
    left: 0;
    z-index: 99;
    height: 360px;
    border: 1px solid #fff;
    border-top: 0;
    border-left: 0;
}

#nav-main.fixed #nav_vertical > ul {
    display: none;
}

#nav-main.fixed1 #nav_vertical > ul {
    display: none;
}

#nav-main.fixed #nav_vertical:hover > ul{
    display: block;
}

#nav-main.fixed1 #nav_vertical:hover > ul{
    display: block;
}

#nav_vertical > ul > li {
    background: url(../images/icon_list_cate_home.png) 7px center no-repeat;
    padding-left: 30px;
    line-height: 51px;
    height: 51px;
    position: unset;
    margin-right: -1px;
    background-size: 15px 15px;
    border-bottom: 1px solid #dfdfdf;
}

#nav_vertical > ul > li:last-child{
    border-bottom: 0;
}

#nav_vertical > ul > li:hover {
    background-color: #c6c4c4;
}

#nav_vertical a {
    text-decoration: none;
    display: block;
}

#nav_vertical > ul > li > a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    position: relative;
}

#nav_vertical > ul > li > a i{
    position: absolute;
    top: 21px;
    right: 7px;
    font-size: 8px;
}

#nav_vertical > ul > li:hover>a {
    color: #fff;
}

.sub_nav {
    z-index: 99;
    display: none;
    width: 220px;
    position: absolute;
    top: 0;
    left: 220px;
    height: 100%;
    overflow-y: auto;
    box-shadow: 2px 5px 10px 0 rgba(0,0,0,.3);
    background-color: #f5f5f5;
}

.sub_nav::-webkit-scrollbar{width:7px}
.sub_nav::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);-webkit-border-radius:5px;border-radius:5px}
.sub_nav::-webkit-scrollbar-thumb{-webkit-border-radius:5px;border-radius:5px;background:#00898b;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5)}
.sub_nav::-webkit-scrollbar-thumb:window-inactive{background:#00898b;}


.sub_nav li{
    border-bottom: 1px solid #dfdfdf;
    position: unset;
    height: 32px;
    line-height: 32px;
}

.sub_nav li a{
    position: relative;
}

.sub_nav li a i{
    position: absolute;
    top: 11px;
    right: 7px;
    font-size: 8px;
}

.sub_nav li:hover{
    background-color: #c6c4c4;
}

.sub_nav li a{
    padding: 0 20px;
    color: #333;
    display: block;
    text-decoration: none;
}

.sub_nav>li:hover>a{
    color: #fff;
}

.sub_nav li .sub_nav_child{
    z-index: 99;
    display: none;
    min-width: 220px;
    position: absolute;
    top: 0;
    left: 220px;
    height: 100%;
    z-index: 100;
    box-shadow: 2px 5px 10px 0 rgba(0,0,0,.3);
    background-color: #f5f5f5;
}

.sub_nav_child>li>a{
    white-space: nowrap;
}

.sub_nav_child>li:hover>a{
    color: #fff;
}

#nav_vertical > ul > li:hover .sub_nav {
    display: block;
    left: 279px;
}

.sub_nav li:hover .sub_nav_child{
    display: block;
    left: 220px;
}

.wrap-box-cate {
    width: 100%;
    float: left;
    height: 100%;
    overflow: auto;
}

.sub_nav .box_cate {
    padding: 9px;
    float: left;
    line-height: 20px;
    width: 25%;
    box-sizing: border-box;
    height: 200px;
    margin-bottom: 15px;
}

.sub_nav .box_cate h3 {
    margin: 0;
}

a.sub1 {
    color: #d00;
    font-weight: bold;
    line-height: 25px;
    width: 200px;
    padding: 0 10px;
}

.sub_nav .box_cate .sub1 {
    font-weight: bold;
    width: 100%;
    line-height: 20px;
    color: red;
    font-size: 16px;
    padding-bottom: 5px;
}

.banner-sub-menu {
    float: right;
}

#nav-main.fixed {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    height: 44px;
    color: #fff;
}

#nav-main.fixed #nav_vertical:hover > ul {
    display: block;
    top: 44px;
}

#nav-main.fixed .title_nav_verticle {
    background: #00898b;
    height: 44px;
    line-height: 44px;
}

#nav-main.fixed .title_nav_verticle .icon-menu {
    display: block;
    margin-top: 8px;
}

#nav-main.fixed .title_nav_verticle .icon-menu i {
    background-color: #fff;
}

#nav_horizontal {
    height: 44px;
    width: calc(100% - 280px);
    line-height: 44px;
    float: left;
    border-radius: 3px 3px 0 0;
    color: white;
    text-align: right;
    padding-left: 0;
    box-sizing: border-box;
}

.first_news {
    width: 33.3333%;
    padding: 0 15px;
    float: left;
}

.first_news .image {
    position: relative;
}

.first_news .image img {
    height: 200px;
    object-fit: cover;
}

.first_news .box_info{
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    padding: 0 0px 10px;
}

.first_news h3 a {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    color: #000;
}

.first_news h3 a:hover{
    color: #00b2b4;
}

.first_news .desc {
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    max-height: 40px;
    text-overflow: ellipsis;
}

.news_homepage_right {
    width: 66.6666%;
    float: left;
    padding: 0 15px;
}

.news_homepage_right .item {
    width: 50%;
    margin-bottom: 30px;
    float: left;
    display: flex;
    padding: 0 15px;
}

.news_homepage_right .item .image {
    width: 124px;
    float: left;
}

.news_homepage_right .item .image img {
    height: 120px;
    object-fit: cover;
}

.news_homepage_right .item .news_infor {
    float: left;
    width: calc(100% - 124px);
    background-color: #f8f8f8;
    padding: 5px 8px 8px;
    position: relative;
}
.maps_in iframe {
    height: 180px;
}

.news_homepage_right .item .news_infor:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 3px;
    background-color: #00898b;
    right: 0;
    top: 0;
}

.news_homepage_right .item .news_infor h3 {
    margin: 0 0 6px;
}

.news_homepage_right .item .news_infor h3 a {
    color: #191919;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    max-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}
.video-item{
    margin-bottom: 15px;
}

.video_gt iframe{
    width: 100%;
    height: 295px!important;
}

.gioi_thieu_video h2{
    height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 18px;
    line-height: 18px;
    -webkit-box-orient: vertical;
}

.gioi_thieu_video h2 a{
}
.news_homepage_right .item .news_infor h3 a:hover{
    color: #8d0000;
}

.news_homepage_right .item .news_infor .desc {
    font-size: 15px;
    overflow: hidden;
    max-height: 60px;
    text-overflow: ellipsis;
}
.menu_left_home {
    width: 295px;
}
.menu_right_home {
    width: calc(100% - 295px);
    margin-top: 5px;
    padding: 0 0 0 3px;
}
.product_top {
    background-image: linear-gradient(#eee, #fff);
    margin-top: 10px;
}
#content_right {
    width: 310px;
    min-height: 200px;
    float: left;
    padding: 0 15px;
}

.box_right {
    margin-bottom: 10px;
    overflow: hidden;
}

.box_right .content_box ul {
    margin-top: -5px;
    padding: 0 10px;
}

.box_right .content_box li {
    padding: 5px 10px;
    border-bottom: dashed 1px #ddd;
    list-style: none;
}

.box_right .content_box li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    color: #333;
}
.quang_cao_in img {
    margin-bottom: 5px;
}

.box_right .content_box {
    border: solid 1px #ccc;
    border-radius: 0 0 3px 3px;
}

.title_box_right {
    margin: 0;
    font-size: 13px;
    padding: 0 10px;
    background-image: linear-gradient(to right, #00898b, #00b2b4);
    color: white;
    border-radius: 3px 3px 0 0;
    background-size: contain;
}

.title_box_right h2 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    line-height: 40px;
}

.bg_gradient_bottom_title {
    height: 9px;
}

.top_area_list_page {
    width: calc(100% - 310px);
    float: right;
    padding: 0 15px;
}
.news_noibat{
    margin-bottom: 10px;
}

.news_noibat .content_box {
    border: solid 1px #ccc;
    padding-bottom: 15px;
    height: auto;
}

.bg_gradient_bottom_title {
    height: 9px;
}

.news_noibat .top_news {
    padding: 10px;
    padding-top: 3px;
    overflow: hidden;
}

.news_noibat .top_news a {
    text-decoration: none;
    line-height: 16px;
    font-size: 17px;
    color: #333;
    font-weight: 600;
}
.news_noibat .top_news p {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
}

.news_noibat .top_news img {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    margin-right: 7px;
}

.news_noibat ul {
    padding: 0 10px;
    list-style: none;
    margin: 0;
    clear: both;
}

.news_noibat ul li {
    padding: 3px 0 3px 0;
    line-height: 15px;
}

.news_noibat ul li a {
    text-decoration: none;
    font-size: 15px;
    color: #333;
}

.news_noibat ul li a:hover{
    color: #00b2b4;
}
.side-bar2 {
    margin-bottom: 10px;
    background-color: #eee;
    padding-bottom: 0px;
    width: 100%;
    border-radius: 5px;
}

.support_in {
    background: #00b2b4;
    padding: 10px;
    border-bottom: solid 1px #fff;
}

.support_in h2 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    padding: 0;
    margin: 0;
}

.support_in_in {
    font-size: 23px;
    color: #fff;
}

.support_in_in img {
    width: 20px;
    margin-right: 5px;
}



@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)
    }
}




@media (max-width: 1280px){
    .menu-desktop .nav-main li a {
        padding: 12px 23px;
    }
}

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

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

    .menu-desktop .nav-main li a {
        padding: 12px 10px;
        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;
    }
    .logo-menu {
        display:none;
        }
    #menu.fixed .menu ul li a{
        color: #fff;
        border-right: 1px solid #00234f;
    }

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

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

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

    #menu.fixed .menu .danhmuc_child h3 a{
        color: #ff0;
        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: #00b2b4;
        background: #eee;
    }

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

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

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

    .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){
    .width_fix_logo{
        width: 100%;
        text-align: center;
        background-image: linear-gradient(to right, #00b2b4, #00b2b4);
    }
    .news_special .news_item .box_news {
        padding:10px;
        }
    .hethong_left { padding-bottom: 15px;}
    .hethong_left h2{
        margin-top: 0;
    }
    #nav-main{
        display: none;
    }
    .first_news{
        width: 50%;
    }

    .top_area_list_page{
        width: 100%;
    }

    .news_homepage_right .item{
        width: 100%;
    }

    #content_right{
        width: 100%;
    }

    .news_homepage_right .item:nth-child(3){
        display: none;
    }

    .news_homepage_right .item:nth-child(4){
        display: none;
    }

    .news_homepage_right{
        width: 50%;
    }
    .anmobile {
        display: none !important;
    }
    .hienmobile {
        display: block;
    }

    .slide .image img{
        height: auto;
    }

    .menu_right_home{
        width: 100%;
    }

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

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

    .socials {
        padding: 0 15px;
        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 15px 0 18px;
        margin: 10px 0;
    }

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

    .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: #00b2b4;
        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: #cb0303;
    }

    .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 .box_phonenumber{
        padding-left: 0;
    }

    .hotline_home{
        padding: 0;
    }

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

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

    #menu{
        padding: 0;
    }

    .header{
        height: auto;
    }

    .product_item{
        width: 33.3333%;
    }

    .product_news .product_item{
        width: 50%;
    }

    .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: #00b2b4;
    }

    .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 #fff;
    }

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

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

    .menu ul li a{
        border-bottom: 1px solid #fff;
        color: #fff;
        text-transform: none;
        font-weight: 500;
    }

    .nav-main>li:not(:last-child)>a{
        border-right: none;
    }

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

@media (max-width: 767px){
    .title_underline {
        margin: 30px 0 15px;
        font-size: 20px;
    }

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

    .box_tour_km{
        margin-top: 20px;
    }

    .box_form form{
        float: left;
        max-width: 550px;
    }

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

    .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;}
    .product_item h3 a {
        font-size:15px;}
    .ct-left form textarea{
        height: 120px;
    }

    .first_news{
        width: 100%;
        margin-bottom: 20px;
    }

    .map iframe{
        height: 220px;
    }

    .news_homepage_right .item{
        margin-bottom: 15px;
    }

    .news_homepage_right{
        width: 100%;
    }

    .dat_hang{
        text-align: center;
    }

    .filters{
        border: 0;
    }

    .filter-title-name{
        width: 150px;
    }

    .sort-by-number .sortby{
        max-width: 155px;
    }

    .fixed-contact-icons{
        display: none;
    }

    .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: 57%;
        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 7.5px;
        margin-bottom: 15px;
    }

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