@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto', 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:#d2d2d2;}
tr { margin-bottom:10px;}
td {vertical-align: central; padding:5px !important; border-color:#d2d2d2;}
ul li{
    list-style: none !important;
}
ul{
    padding: 0;
    margin: 0;
}

body{
    font-family: 'Roboto', sans-serif;
    background-color: #fff!important;
}
img{
    width: 100%;
    height: auto;
    max-width: 100%;
}
a{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    color: #585858;
}

a:hover{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}

.header{
    position: relative;
}

.header-bottom{
    background-image: url(../images/bg_header.png);
    width: 100%;
}

.group-hotline i{
    margin-right: 10px;
    font-size: 16px;
}

.social-top{
    padding: 20px 15px;
    float: left;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.social-top a{
    font-size: 14px;
    color: #000;
}

.social-top a:hover{
    color: #c18229;
}

.social-top .guide_buy_header{
    font-size: 14px;
}

.social-top .you_need{
    margin-left: 45px;
}

.social-top .box_account{
    margin-left: 45px;
}

.box_account .login{
    margin-right: 9px;
    position: relative;
}

.box_account .login:before{
    content: '';
    position: absolute;
    right: -3px;
    top: 2px;
    width: 1px;
    height: 13px;
    transform: rotate(15deg);
    background-color: #000;
}

.social-top i{
    margin-left: 10px;
    font-size: 16px;
}

.group-menu {
    position: relative;
    display: block;
    z-index: 5;
}

.cart{
    float: right;
    width: 114px;
    border-radius: 7px;
    margin: 21px 0;
    margin-left: 40px;
}

.cart .image{
    position: relative;
    display: block;
    overflow: hidden;
}

.cart .image .icon-cart{
    display: inline-block;
    margin-top: 8px;
    float: left;
    position: relative;
}

.cart .image span.quality{
    color: #fff;
    background-color: #fcae16;
    height: 20px;
    width: 20px;
    float: left;
    border: 1px solid #fff;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    top: -7px;
    right: -9px;
}

.cart .image span.name{
    float: left;
    margin-left: 11px;
    color: #000;
    line-height: 50px;
    font-size: 17px;
    font-weight: 300;
}

.cart .image img{
    width: auto;
}

.group-search{
    overflow: hidden;
    width: 100%;
    padding: 0 15px;
}

.search{
    margin: 33px 0;
    padding: 0;
    width: 350px;
    display: inline-block;
    float: right;
    margin-left: 0;
}

.search form{
    width: 100%;
    z-index: 5;
    overflow: hidden;
    padding: 5px;
    height: 48px;
    transition: 0.5s;
    border: 1px solid #727272;
    border-radius: 5px;
}

.search form select{
    width: 180px;
    float: left;
    outline: 0;
    background-color: #f3f3f3;
}

.search input[type=text]{
    width: calc(100% - 45px);
    float: left;
    border: none;
    background-color: transparent;
    height: 36px;
}

.search button[type=submit]{
    width: 45px;
    float: left;
    background-color: #810000;
    border: 0;
    height: 36px;
}

.search .form-control {
    border-radius: 4px;
    box-shadow: none;
}

.search button[type=submit] i{
    font-size: 16px;
    color: #fff;
}

.form-control:focus{
    border: 1px solid #ccc;
    box-shadow: none;
}

.logo-head img{
    width: auto;
}

.header-bottom-right{
    width: calc(100% - 152px);
    float: left;
}

.logo-head{
    width: 152px;
    float: left;
    display: inline-block;
    padding: 10px 15px;
}

.icon-danhmuc {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 15px;
}

.icon-danhmuc-item {
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: 3px 20px 0 0;
  transition: 0.4s;
}

#menu{
    background-color: #810000;
    width: 100%;
}

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

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

.menu{
    width: 100%;
    float: left;
    text-align: center;
}

.menu-desktop{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-main{
    display: inline-block;
    float: left;
}

.nav-main li{
    display: inline-block;
    float: left;
    position: relative;
}

.nav-main li a{
    font-size: 15px;
    display: block;
    line-height: 32px;
    text-align: left;
    color: #fff;
    padding: 0 15px;
}

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

.nav-main li .nav-sub{
    background-color: #eee;
}

.nav-main li .nav-sub li{
    width: 100%;
}
.icon-right{
    position:absolute;
    right:0;
    line-height: 33px !important;
    width: 20px;
}
.nav-main li .nav-sub li a {
    color: #333;
}

.nav-main li .nav-sub li a:hover{
    color: #000;
    background-color: #dadada;
}

.nav-main>li>a{
    text-transform: uppercase;
    line-height: 50px;
    padding: 0 25px;
    display: block;
    box-sizing: border-box;
    font-size: 16px;
}

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

.nav-main>li>a:hover{
    color: #000;
    background-color: #dadada;
}

.product-item .image{
}

.product-item .image img{
    height: 184px;
    object-fit: cover;
    transition: 0.5s;
}

.related_product .product-item .image img{
    height: 207px;
}

.product-item .box-content .image .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: #000;
    transition: 0.3s;
}

.product-item .box-content:hover .image .mask{
    opacity: 0;
}

.origin-header {
    float: left;
    width: 100%;
    background: url(../images/origin_header_bg.png) repeat-x left center;
    font-size: 25px;
    text-align: center;
    color: #777C74;
    line-height: 20px;
    margin-bottom: 20px;
}

#sidebar{
    width: 24%;
    float: left;
    margin-right: 1%;
    margin-bottom: 15px;
}

.side-bar{
    padding-bottom: 14px;
    width: 100%;
}

.side-bar2{
    margin-top: 0;
}

#sidebar .side-bar .title{
    position: relative;
    background-color: #9c0606;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    padding:0px 10px 0px 50px;
    border: 3px solid #810000;
    margin: 0;
    color: #fff;
    font-size: 15px;
}

.title-left{
    text-transform: uppercase;
    font-size: 17px;
    border-bottom: 1px solid #000;
    font-weight: 600;
}

.side-bar2 .product-item .title-left{
    margin-bottom: 10px;
}

.side-bar2 .product-item {
    padding: 15px;
    box-shadow: 0 0 7px #ddd;
    overflow: hidden;
}

.view-more{
    height: 30px;
    display: flex;
    align-items: center;
    width: 101px;
    justify-content: center;
    background-image: linear-gradient(to right, #7b0000, #a20000);
    border-radius: 4px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.view-more:hover{
    background-image: linear-gradient(to right, #b71919, #b71919);
}

.view-more .icon_cart{width: auto;display: inline-block;margin-right: 8px;}

.view-more .icon_cart img{
    width: auto;
}

.box-new-sidebar{
    margin-top: 15px;
    box-shadow: 0 0 7px #ddd;
}

.box-new-sidebar .content{
    padding: 15px;
    overflow: hidden;
}

.box-new-sidebar .content li img{
    width: 60px;
    float: left;
}

.box-new-sidebar .content .content-right{
    float: left;
    width: calc(100% - 60px);
    padding-left: 10px;
}

.box-new-sidebar .content li h3{
    margin-top: 0;
    margin-bottom: 5px;
}

.box-new-sidebar .content li h3 a{
    font-size: 15px;
    font-weight: 500;
}

.box-new-sidebar .content li .date{
    color: #888888;
}

.box-new-sidebar .content li .date i{
    margin-right: 5px;
}

.form-dangky .desc{
    margin: 10px 0;
}

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

.new-box{
    margin-top: 15px;
}

.form-dangky button[type=submit]{
    background-color: #810000;
    color: #fff;
    width: 90px;
}

.block-content-right {
    width: 75%;
    float: right;
}

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

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

.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: #810000;
    color: #fff;
    padding: 8px 15px;
    cursor: pointer;
    text-transform: uppercase;
}

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

.count {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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: 14px;
    font-weight: 600;
    color: #333;
}

.box_dattour button {
    background: #810000;
    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;
}

.box-new-sidebar .content li{
    overflow: hidden;
    padding: 10px 0;
}

.box-new-sidebar .content li:not(:last-child){
    border-bottom: 1px solid #ddd;
}

.title-gradian{
    height: 35px;
    padding: 0 15px;
    line-height: 35px;
    font-weight: 600;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #eab830 , #c18229);
}

.view-more i{
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    font-size: 19px;
    float: left;
    background-color: #fdd821;
    color: #b66b00;
}

.view-more span{
    display: inline-block;
    color: #fff;
    font-weight: 700;
}

.product-item h3{
}

.baiviet{
    margin-top: 0;
    padding: 15px;
    box-shadow: 0 0 7px #ddd;
}

.baiviet h3 a{
    font-size: 16px;
    font-weight: 500;
    color: #810000;
    line-height: normal;
    display: inline-block;
}

.baiviet li{
    padding: 10px 0;
}

.baiviet li:not(:last-child){
    border-bottom: 1px solid #ddd;
}

.side-bar ul li {
    position: relative;
    padding-left: 30px;
    background-color: #810000;
}

.side-bar ul li i{
    position: absolute;
    left: 15px;
    top: 15px;
    color: #fff;
}

.side-bar ul li:not(:last-child){
    border-bottom: 1px solid #fff;
}

.side-bar ul li a{
    line-height: 45px;
    font-size: 16px;
    color: #fff;
}

#slide{
    width: 75%;
    float: right;
}

.origin-header h2 {
    background: #fff;
    padding: 0 35px;
    color: #0c2b57;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
}

.main{
    width: 100%;
}

.info_detail{
    margin-bottom: 15px;
}

.info_detail .content{
    padding: 15px;
}
.top-menu {
}

.top-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-menu ul li {
    margin-bottom: 12px;
    width: 150px;
    border-radius: 5px 0 0 5px;
}

.top-menu ul li:first-child {
    background-color: #810000;
    height: 48px;
    position: fixed;
    top: unset;
    left: 0;
    border-radius: 0 5px 5px 0;
    width: 125px;
    z-index: 99;
    bottom: 3px;
}

.top-menu ul li a {
    color: #d73242;
    background-clip: padding-box;
    display: block;
    font-weight: bold;
    font-size: 13px;
    height: 50px;
    padding: 5px 0 3px 55px;
}


.top-menu ul li:first-child a {
    color: #fff!important;
    padding: 4px 10px;
    font-weight: normal;
}

.top-menu ul li:first-child a span {
    font-weight: bold;
    font-size: 16px;
}

.top-menu ul li:nth-child(2) {
    background: #ffffff url(../images/zalo.png) no-repeat center left 15px;
    position: fixed;
    top: unset;
    right: -79px;
    width: 132px;
    z-index: 99;
    bottom: 26px;
    transition: 0.5s;
}

.top-menu ul li:nth-child(3) {
    background: #ffffff url(../images/facebook.png) no-repeat center left 15px;
    position: fixed;
    top: unset;
    right: -79px;
    width: 132px;
    z-index: 99;
    bottom: 3px;
    transition: 0.5s;
    margin-bottom: 0;
}

.top-menu ul li:nth-child(2) {
    background: #ffffff url(../images/zalo.png) no-repeat center left 15px;
    position: fixed;
    top: unset;
    right: -79px;
    width: 132px;
    z-index: 99;
    bottom: 44px;
    transition: 0.5s;
}

.top-menu ul li:nth-child(2):hover{
    right: 0;
}

.top-menu ul li:nth-child(3):hover{
    right: 0;
}

.top-menu ul li.two a {
    display: flex;
    align-items: center;
}

.top-menu1 {
}

.top-menu1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-menu1 ul li {
    margin-bottom: 12px;
    width: 150px;
    border-radius: 5px 0 0 5px;
}

.top-menu1 ul li:first-child {
    background-color: #810000;
    height: 50px;
    position: fixed;
    top: unset;
    left: 0;
    border-radius: 0 5px 5px 0;
    width: 150px;
    z-index: 99;
    bottom: 6px;
}

.top-menu1 ul li a {
    color: #d73242;
    background-clip: padding-box;
    display: block;
    font-weight: bold;
    font-size: 13px;
    height: 50px;
    padding: 5px 0 3px 55px;
}


.top-menu1 ul li:first-child a {
    color: #fff!important;
    padding: 4px 10px;
    font-weight: normal;
}

.top-menu1 ul li:first-child a span {
    font-weight: bold;
    font-size: 16px;
}

.top-menu1 ul li:nth-child(2) {
    background: #ffffff url(../images/zalo.png) no-repeat center left 15px;
    position: fixed;
    top: unset;
    right: -79px;
    width: 132px;
    z-index: 99;
    bottom: 26px;
    transition: 0.5s;
}

.top-menu1 ul li:nth-child(3) {
    background: #ffffff url(../images/facebook.png) no-repeat center left 15px;
    position: fixed;
    top: unset;
    right: -79px;
    width: 132px;
    z-index: 99;
    bottom: 3px;
    transition: 0.5s;
    margin-bottom: 0;
}

.top-menu1 ul li:nth-child(2) {
    background: #ffffff url(../images/zalo.png) no-repeat center left 15px;
    position: fixed;
    top: unset;
    right: -79px;
    width: 132px;
    z-index: 99;
    bottom: 44px;
    transition: 0.5s;
}

.top-menu1 ul li:nth-child(2):hover{
    right: 0;
}

.top-menu1 ul li:nth-child(3):hover{
    right: 0;
}

.top-menu1 ul li.two a {
    display: flex;
    align-items: center;
}

.box-product{
    padding: 10px 0 10px 50px;
    position: relative;
}

.box-product h3 a{
    color: #000;
    font-size: 18px;
}

.box-product h3{
    color: #000;
    font-size: 18px;
    margin-top: 0;
}

.more{
    position: absolute;
    background-color: #b62c00;
    color: #fff;
    display: inline-block;
    padding: 7px 5px;
    top: 10px;
    left: 0;
}

.more:hover{
    color: #fff;
}

.more i{
    margin-left: 8px;
}

.project{
    background-color: #f9f7f7;
    padding: 30px 0;
}

.banner-left{
    position: relative;
}

.banner-left .sub-content{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px 15px;
    display: inline-block;
    width: 100%;
    background-color: #98ce00;
    opacity: 0.9;
    color: #fff;
    text-align: center;
}

.box-form .title{
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 0;
}

.box-form button{
    background-color: #acacac;
    border: 1px solid #000;
    color: #000;
}

.fanpage img{
    width: auto;
}

.footer{
    background-color: #810000;
    outline: none;
    /* margin-top: 30px; */
    color: #fff;
    border-top: 2px solid #fff;
}

.footer-main{
    padding: 15px 0 20px;
    /* background-image: url(../images/bg-footer.png); */
    background-position: 50px 20px;
    background-repeat: no-repeat;
}

.title-h2 {
    position: relative;
    margin-top: 15px;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
}

.title-h2:before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 2px;
    width: 50px;
    left: 0;
    bottom: 0px;
}

.address .title{
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-main-left{
    padding-left: 0;
    position: relative;
    margin-top: 15px;
    overflow: hidden;
}

.social-bottom{
    width: auto;
    float: left;
    overflow: hidden;
    display: inline-block;
    margin: 7px 0px;
}

.chungnhan{
    width: auto;
    margin-left: 10px;
    display: inline-block;
}

.logo-foot{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: none;
}

#pagination{
    text-align: center;
    margin-bottom: 10px;
}

#pagination a:hover{
    color: #810000;
}

.pagination{
    display: inline-block;
    margin: 10px 0 30px 0;
}

.slide {
    position: relative;
    background-color: #fff;
}

.slide .col-md-12 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.slick-slide{
    outline: 0;
}

.slide_wap {
    width: 52.7%;
    float: left;
    padding: 6px 0 0;
}

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

.video_home {
    position: relative;
    width: calc(47.3% - 6px);
    float: left;
    padding: 6px 0 0;
    margin-left: 6px;
}

.video_home .item{
    width: 100%;
    position: relative;
}

.video_home .item img{
    width: 100%;
    height: 374px;
    object-fit: cover;
}

.youtube-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 46px;
    background-color: rgba(0,0,0,0.8);
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 13px;
}

.youtube-play i {
    font-size: 24px;
    color: #ff0000;
    line-height: 46px;
    margin-left: 3px;
}

.youtube-play:hover {
    background-color: rgba(255, 0, 0, 1);
}

.youtube-play:hover i {
    color: #fff;
}

.breakcum{
    margin-top: 10px;
}

.slick-dots{
    position: relative;
    bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li{
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-radius: 50%;
}

.slick-dots li:not(:last-child){
    margin-right: 10px;
}

.slick-dots li.slick-active{
    background-color: #810000;
}

.slick-dots li button{
    display: none;
}

.slide .slick-dots{
    position: absolute;
    bottom: 40px;
}

.pt_section_home_17 {
    background: #c6c6c6;
    border-top: 3px solid #bcbcbc;
}

.pt_section_home_17 .pt_right {
    background-image: url(../images/bg_baogia.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pt_customer_reviews {
    padding: 50px 0;
}

.pt_title_main {
    line-height: 30px;
    margin: 0 0 25px;
    font-size: 19px;
    position: relative;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}

.pt_title_underline:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #333;
    left: 0;
    bottom: 3px;
}

.pt_customer_reviews .pt_list_reviews {
    position: relative;
}

.pt_list_reviews .pt_item {
    position: relative;
}

.pt_list_reviews .pt_desc {
    position: relative;
    /* top: 0; */
    /* left: 0; */
    width: 95%;
    text-align: justify;
    border-color: inherit;
    border-radius: 20px;
    padding: 20px 15px;
    background: #fff;
    margin-bottom: 35px;
    font-style: italic;
}

.pt_list_reviews .pt_desc::after {
    content: "";
    width: 45px;
    height: 35px;
    position: absolute;
    top: calc(100% - 15px);
    left: 60px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid #fff;
    border-right: 22px solid transparent;
    border-left: 40px solid transparent;
    transform: rotate(-40deg);
}

.pt_list_reviews .pt_customer {
    display: flex;
    align-items: center;
}


.pt_list_reviews .pt_item .pt_images {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    overflow: hidden;
}

.pt_list_reviews .pt_name {
    width: calc(100% - 90px);
    padding-left: 15px;
    font-size: 16px;
}

.pt_list_reviews .pt_name h4 {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}

.pt_list_reviews .pt_name .pt_desc_name {
    font-size: 16px;
}

.pt_control {
    display: inline-block;
    position: absolute;
    bottom: 40px;
    right: 30px;
}

.pt_control .pt_next {
    background: none;
    outline: none;
    border: none;
    font-size: 18px;
    color: #000;
}

.pt_control .pt_prev {
    background: none;
    outline: none;
    border: none;
    font-size: 18px;
    margin: 5px;
    color: #000;
}

.pt_tu_van .pt_form input {
    background: none;
    padding: 10px 20px;
    height: auto;
    color: inherit;
    border: 1px solid #636363;
    text-align: left;
}

.pt_tu_van .pt_form input::placeholder, .pt_tu_van .pt_form textarea::placeholder{
    color: #000;
}

.pt_tu_van .pt_form textarea {
    width: 100%;
    padding: 10px 20px;
    height: 100px;
    line-height: 20px;
    background: none;
    color: #000;
    border-radius: 4px;
    border: 1px solid #636363;
}

.pt_tu_van .pt_form select option {
    color: #000;
}

.pt_submit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pt_tu_van .pt_form button {
    display: inline-block;
    width: 135px;
    font-size: 16px;
    padding: 0;
    line-height: 48px;
    text-align: center;
    height: auto;
    color: inherit;
    background: linear-gradient(to right, #7b0000, #a20000);
    outline: none;
    border: none;
    text-transform: uppercase;
}

.pt_tu_van .pt_form_note {
    width: calc(100% - 135px);
    padding-left: 15px;
    text-align: left;
    font-style: italic;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.pt_tu_van {
    padding: 35px 0;
    color: #e9e9e9;
    text-align: center;
    max-width: 464px;
    margin: auto;
}

.pt_tu_van .pt_title_main {
    margin: 0 0 25px;
    display: inline-block;
    font-size: 19px;
    width: auto;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.pt_section_home_17 .pt_tu_van .pt_title_underline:after {
    background-color: #000;
}

.logo-foot img{
    width: 100px;
    height: auto;
}

.address .nd{
    line-height: 26px;
    font-size: 14px;
    color: #fff;
}

.address .nd a{
    color: #fff;
}
.gioi_thieu { text-align: left; font-size: 15px; line-height: 22px;}

.address{
    margin-bottom: 0;
}

.map_foot{
    width: 100%;
}

.map_foot img{
    width: auto;
}

.social-bottom span{
    font-weight: 600;
    float: left;
    line-height: 35px;
    font-size: 18px;
    margin-right: 10px;
}

.ratings li {
    display: inline;
}

.ratings li i {
    color: #ffcf00;
}

.product-overview .block-item {
    padding: 5px 0;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
    margin-bottom: 5px;
}

.share {
    margin: 20px 0 0;
}

.share ul {
    height: 20px;
}

.share ul li {
    display: inline;
    float: left;
}

.share ul li:not(:last-child) {
    margin-right: 10px;
}

.share ul li a {
    position: relative;
    height: 20px;
    box-sizing: border-box;
    padding: 0 8px 0 6px;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
}

.share ul li.tweet a {
    background-color: #1b95e0;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    border: #1b95e0;
    line-height: 20px;
}

.product-detail-left .image{
    border-radius: 5px;
    position: relative;
}

.product-detail-left .image img{
        height: 315px;
    object-fit: cover;
    border: 1px solid #dcdcdc;
}

.product-detail-left-content{
    margin: 0;
    padding: 12px;
    border: 1px solid #e5e5e5;
}

.tab-product-detail .tab-content{
    padding: 15px;
}

.list-new{
    padding: 0 0px;
    width: 100%;
    overflow: hidden;
}


.news_list .pt_item {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    display: flex;
}
.news_list .pt_item .image {
    flex: 1 1 15%;
    border-color: #e8e8e8;
    border-width: 8px;
    border-style: solid;
    width: 100%;
}
.news_list .pt_item .image img {
    object-fit: cover;
    width: 100%;
    height: 160px;
}
.news_list .pt_item .pt_desc {
    flex: 1 1 60%;
    padding: 0px 0 0 20px;
    width: 100%;
}
.news_list .pt_item .pt_desc .desc{
        font-size: 15px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 0 15px;
    text-align: justify;
}
.pt_desc > h3 a {
    color: #333;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pt_desc > h3 a:hover {
    color: #810000;
}
.news_list .pt_item .pt_desc > h3 {
    margin: 0;
    padding: 0;
    border: 0;
    letter-spacing: 0px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.news_list .pt_date i {
    margin-right: 5px;
}
.news_list .pt_date {
    color: #a8a8a8;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin-bottom: 8px;
}
.news_list .pt_view_more {
    color: #cc1111;
}
.news_list .pt_view_more:hover {
    color: #333;
}
.news_list .pt_view_more i {
    margin-right: 5px;
}

.list-new .new-item:first-child{
    padding-top: 0;
}

.new-item {
    width: 100%;
    float: left;
    padding: 15px 0 0px 0;
    border-bottom: 1px dashed #ccc;
}

.new-item .image {
    width: 240px;
    margin: 0px 0 15px 0;
    float: left;
}

.new-item .content_producttop_right {
    float: left;
    padding: 0 15px;
    width: calc(100% - 240px);
}

.new-item .content_producttop_right h2 {
    float: left;
    width: 100%;
    margin-top: 0;
}

.new-item .content_producttop_right h2 a {
    font-size: 20px;
    color: #333;
    padding-top: 10px;
    font-weight: bold;
    display: inline-block;
    line-height: normal;
}
.new-item .content_producttop_right h2 a:hover { color: #810000}

.new-item .content_producttop_right .desc{
    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;
}

.pagination-group{
    width: 100%;
    text-align: center;
}

.new-item .content_producttop_right span a {
    font-size: 16px;
    text-align: left;
    color: #f00;
}

.share ul li a i {
    font-size: 12px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background-color: #c18229;
    color: #fff;
}

.nav>li>a:focus, .nav>li>a:hover{
    background-color: #c18229;
    color: #fff;
}

.nav-pills>li>a{
    background-color: #eab830;
    color: #fff;
}

.column {
  float: left;
  width: 25%;
  padding: 10px 2px 0;
}

.column img {
  opacity: 0.8;
  cursor: pointer;
  height: 86px;
  object-fit: cover;
}

.column img:hover {
  opacity: 1;
}

.list-image-tab:after {
  content: "";
  display: table;
  clear: both;
}

.list-image-tab .slick-prev, .list-image-tab .slick-next{
    opacity: 1;
    font-size: 16px;
    top: 56%;
    transform: translateY(-50%);
    z-index: 3;
    margin: 0;
}

.list-image-tab .slick-prev{
    left: 0;
}

.list-image-tab .slick-next{
    right: 0;
}

.list-image-tab .slick-prev i, .list-image-tab .slick-next i{font-size: 18px;color: #810000;}

.share ul li.tweet i {
    margin-right: 5px;
}

.share ul li.google a {
    border: 1px solid rgba(0,0,0,.17);
}

.share ul li.google i {
    background-color: #fff;
    color: #db4437;
}

.product-overview .block-item span {
    float: left;
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    padding-right: 10px;
}

.product-overview .block-item span.new-price{
    color:#4cbbc6;
    font-weight:bold;
    font-size: 30px;
    padding-right: 20px;
}

.new-detail{
    padding: 0 15px;
    margin-bottom: 20px;
}

.new-detail h1 {
    font-size: 28px;
    color: #0c2b57;
    padding-top: 10px;
    font-weight: bold;
}

.product-overview .block-item span.old-price{
    text-decoration: line-through;
    font-size: 14px;
    color: #9e9e9e;
    line-height: 42px;
}

.pdp-product-price__discount {
    font-size: 14px;
    color: #212121;
    margin-left: 6px;
    line-height: 42px;
}

.add-buy span:before {
    content: '';
    background-color: #dadada;
    width: 1px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 7px;
}

.product-overview .block-item .value {
    float: left;
    width: calc(100% - 60px);
}

.product-overview .block-item .price {
    font-size: 18px;
    color: #940609;
    font-weight: 600;
}

.add-buy {
    display: block;
    width: 210px;
    height: 43px;
    line-height: 43px;
    background-color: #eab830;
    font-size: 14px;
    color: #fff;
    margin-top: 16px;
}

.add-buy:hover{
    color: #fff;
}

.add-buy span {
    width: 60px;
    display: inline-block;
    text-align: center;
    position: relative;
    float: left;
}

.add-buy span i {
    line-height: 43px;
    font-size: 22px;
}

.addcart {
    line-height: 43px;
    width: 150px;
    text-align: center;
    float: left;
}
.tab-product-detail{
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
    padding: 0 15px;
}

.product-detail{
    overflow: hidden;
    margin-bottom: 26px;
}

.product-overview .block-item label{
    float: left;
    width: 60px;
    margin: 0;
    font-size: 22px;
    line-height: 42px;
}

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

.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;
    margin-bottom: 15px;
    outline: 0;
}

.ct-left form button {
    font-size: 14px;
    color: #fff;
    background: #810000;
    border: none;
    height: 35px;
    width: 150px;
    border-radius: 0px;
    cursor: pointer;
    outline: 0;
}

.infor-product-detail .product-name{
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
}

.social-bottom li{
    float: left;
    display: inline-block;
}

.social-bottom ul{
    float: left;
}

.social-bottom li a{
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
}

.chungnhan img{
    width: auto;
}

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

.social-bottom li i{
    font-size: 20px;
    color: #fff;
    line-height: 35px;
}

.links-foot li a{
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}

.social-bottom li.facebook a{
    background-color: #3b5b9a;
}

.social-bottom li.twiter a{
    background-color: #3499ea;
}

.social-bottom li.google a{
    background-color: #e33729;
}

.social-bottom li.pinter a{
    background-color: #c92027;
}

.social-bottom li.linked a{
    background-color: #037ca5;
}

.social-bottom li.youtube a{
    background-color: #f32e35;
}

.footer-bottom{
    background-color: #c6c6c6;
    padding: 7px 0;
}

.coppy-right{
    color: #000;
    float: left;
    font-size: 14px;
}

.design{
    display: inline-block;
    float: right;
    color: #000;
}

.new-item figure a img {
    transition: 0.3s;
    width: 100%;
}

.block-right{
    margin-bottom: 15px;
}

.block-right .title_pri {
    background: #0c2b57;
    margin-top: 20px;
    border-right: 2px solid #ed3237;
}

.block-right .title_pri span {
    display: inline-block;
    color: #fff;
    padding: 8px 15px;
    text-transform: none;
    font-size: 16px;
    font-weight: bold;
}

.block-right .title_pri span i {
    margin-right: 5px;
}

.block-right .list {
    padding: 10px;
    background: #f2f2f2;
}

.block-right .list li {
    border-bottom: 1px dotted #ccc;
    color: #ee1c25;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 8px;
}

.block-right .list li a {
    color: #333333;
}

.new-right .block {
    margin-bottom: 10px;
    overflow: hidden;
}

.new-right .image {
    width: 65px;
    float: left;
}

.new-right .right {
    width: calc(100% - 65px);
    float: left;
    padding-left: 10px;
}

.new-right li a{
    font-size: 13px;
}

.new-right li .right a {
    line-height: normal;
    color: #000;
    display: block;
}

.new-right{
    padding-top: 10px;
}

.block-right .box-form{
    margin-top: 10px;
}

.new-detail h1{
    font-size: 25px;
    color: #810000;
    padding-top: 10px;
    font-weight: bold;
}

.support{
    background-image: url(../images/bg_support.png);
    padding: 25px 0;
    overflow: hidden;
    margin-bottom: 20px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 8px;
}

.support .support-item{
    width: 33.33%;
    float: left;
    color: #000;
    text-align: center;
}

.support .support-item p{
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 0;
    text-transform: uppercase;
}

.support .support-item img{
    width: 40px;
}

.title-linear{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #9a0000;
    margin-top: 0;
    font-weight: 700;
    padding: 0 19px;
    text-transform: uppercase;
    font-family: 'Roboto';
    background-image: linear-gradient(to right, #c9c9c9 , #f0f0f0);
}

.title-linear img{
    width: auto;
    margin-right: 15px;
}

.chinhsach_header{
    display: flex;
    float: left;
    margin: 33px 0;
    align-items: center;
    margin-left: 36px;
}

.chinhsach_header .item{
    float: left;
    display: flex;
    align-items: center;
}

.chinhsach_header .item:last-child{
    margin-left: 46px;
}

.chinhsach_header .item .image{margin-right: 14px;width: 40px;text-align: center;}

.chinhsach_header .item .image i{font-size: 40px;color: #810000;}

.chinhsach_header .item .info_in{

}

.chinhsach_header .item .info_in .title{font-weight: 500;font-size: 18px;color: #810000;}

.chinhsach_header .item .info_in span{
    display: inline-block;
    font-size: 18px;
    line-height: normal;
}

.product{
    margin-bottom: 0;
}

.product .product-list{
    overflow: hidden;
}

.product .product-item{
    padding: 0 10px;
    margin-bottom: 30px;
}

.related_product{
    margin-bottom: 0;
}

.product .product-list{
    margin: 0 -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 0;
}

.related_product  .product-item{
    padding: 0 10px;
    margin-bottom: 30px;
}

.box_product{
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.36);
    float: left;
    padding: 6px;
    border-radius: 4px;
    background-image: linear-gradient(#fff, #eaeaea);
}

.box_info{
    width: 100%;
    position: relative;
    padding: 25px 0 7px;
}

.product-item h3{
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    margin: 0;
}

.product-item h3 a{font-weight: 700;font-size: 16px;margin-bottom: 5px; color: #333;}

.product-item h3 a:hover{
    color: #9a0000;
}

.product-item h2{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.product-item .product_price{
    width: 100%;
    margin-top: 9px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 7px;
}

.product-item .code_prod{
    line-height: 22px;
    font-size: 15px;
}

.product-item .price{
    font-size: 16px;
    width: auto;
    float: left;
}

.product-item .price span{
    color: #333;
    font-size: 15px;
    font-weight: 400;
}

.product-item .image{
    position: relative;
    overflow: hidden;
}

.product-item .box_product:hover .image img{
    transform: scale(1.1);
}

.product-item .image .sale-icon{
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    height: 60px;
    width: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 60px;
    background-image: url(../images/bg_sale.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.km{
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    height: 46px;
    width: 46px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 46px;
    background-image: url(../images/bg_sale.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-item .image .sale-icon span{
    line-height: 60px;
    font-weight: 600;
    font-size: 15px;
}

.news-item .image{
    width: 300px;
    float: left;
    padding: 0 15px;
}

.news{
    box-shadow: 0 0 7px #ddd;
    overflow: hidden;
}

.news-item{
    padding: 15px 0;
    overflow: hidden;
}

.news-item .desc{
    font-size: 16px;
    line-height: 26px;
    padding: 0 15px;
}

.address-top{
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    padding-bottom: 15px;
}

.nav-sub{
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 260px;
    z-index: 5;
}
.noi_dung_in {
    overflow: hidden;
    font-size: 15px;
    width: 100%;
}

.noi_dung_in img{
    height: auto!important;
}

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

.menu-desktop .nav-sub-child{
    max-height: 296px;
    overflow-y: auto;
}

.menu-desktop .nav-sub-child::-webkit-scrollbar{width:7px}
.menu-desktop .nav-sub-child::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);-webkit-border-radius:5px;border-radius:5px}
.menu-desktop .nav-sub-child::-webkit-scrollbar-thumb{-webkit-border-radius:5px;border-radius:5px;background:#eaeaea;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5)}
.menu-desktop .nav-sub-child::-webkit-scrollbar-thumb:window-inactive{background:#eaeaea;}


.link {
    background: #eee;
    color: #717171;
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.link h1 {
    margin: 0;
    font-size: 14px;
    padding: 5px 0;
    display: inline-block;
    line-height: 7px;
}
.link h1 a { font-size: 14px;}
.link h4 {margin: 0;font-size: 14px;padding: 5px 0;float: right;}
.link h4 a { font-size: 12px;}
.link h4 a:hover{
    color: #810000;
}
.link h2 {margin: 0;font-size: 14px;padding: 5px 0;display: inline-block;}
.link h2 a {
    font-size: 14px;
    position: relative;
    padding: 0 7px;
}

.link h2 a:before{
    content: '';
    height: 13px;
    width: 1px;
    position: absolute;
    top: 1px;
    right: -1px;
    transform: rotate(12deg);
    background-color: #9d8e8e;
}

.link h2 a:last-child:before{
    display: none;
}

.link h2 a:hover{
    color: #810000;
}

.page_product_detail .block-content-right{
    width: 100%;
}

.group_product_details{
    width: calc(100% - 210px);
    float: left;
}

.product-detail-left{
    padding: 0;
    width: 50%;
    float: left;
}

.box_product_details{
    width: 50%;
    float: left;
}

.group_order{
    width: 210px;
    float: left;
}

.box_group_order{
}

.product_price_details{background-color: #9a0000;border-radius: 4px;padding: 24px 0;margin-bottom: 20px;}

.old_price_details{color: #fff;text-align: center;text-decoration: line-through;font-size: 15px;margin-bottom: 2px;}

.old_price_details span{

}

.new_price_details{color: #fff;text-align: center;font-size: 17px;font-weight: 500;}

.new_price_details span{
        font-size: 16px;
    font-weight: 500;
}

.order_now{background-color: #9a0000;border-radius: 4px;display: flex;align-items: center;justify-content: center;padding: 0 10px;margin-bottom: 20px;min-height: 60px;}

.order_now:hover{
    background-color: #b71919;
}

.order_now .image{
    display: inline-block;
    margin-right: 6px;
}

.order_now .image img{width: auto;}

.order_now span{color: #fff;text-transform: uppercase;font-weight: 700;}

.guide_buy{
    background-color: #fcae16;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    margin-bottom: 25px;
    min-height: 60px;
}

.guide_buy:hover{
    background-color: #ed9f08;
}

.guide_buy span{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.box_sales{
    position: relative;
    border: 1px solid #9a0000;
    border-radius: 4px;
    padding: 22px 15px 12px;
}

.box_sales li{
    position: relative;
    color: #000;
    font-size: 12px;
    line-height: normal;
}

.box_sales li:not(:last-child){
    margin-bottom: 9px;
}

.box_sales li:before{
    content: '';
    position: absolute;
    top: 4px;
    left: -10px;
    width: 7px;
    height: 6px;
    background-image: url(../images/arrow_right.png);
}

.box_sales span{
    background-color: #9a0000;
    color: #fff;
    border-radius: 4px;
    padding: 4px 0px 3px;
    display: flex;
    width: 87px;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    text-align: center;
    position: absolute;
    top: -11px;
    text-transform: uppercase;
}

.box_sales span img{
    width: auto;
    height: 12px;
    margin-right: 3px;
    margin-top: -3px;
}

#sidebar .title {
    color: #fff;
    background: #c18229;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-top: 0px;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: normal;
}
#sidebar .list {
    padding: 10px;
    border: 1px solid #ddd;
}

#sidebar .list ul {
    margin-top: 0px;
}

#sidebar .list ul li {
    color: #333;
    list-style-position: inside;
    line-height: 18px;
    list-style:none;
}

#sidebar .list ul li a {
    color: #636363;
}

#sidebar .list h3 {
    font-size: 14px;
    line-height: normal;
    background: none;
    border: none;
    margin: 0;
    margin-top: 5px;
    padding: 5px;
    transition: all .4s;
}

#sidebar .list h3:hover {
    background: #dcdcdc;
}

#sidebar .list h3 i {
    float: right;
}
.list_loc { margin:5px 0;}
.list_loc li { line-height:22px; text-align:left; margin-bottom:10px; list-style:none;}
.list_loc li i { font-size:12px; color:#fff; border: solid 1px #ccc; text-align:center;padding:2px 3px; margin-right:10px;}
.list_loc li span { text-align:right; float:right; display:inline-block; background:#333; color:#fff; border-radius:3px; padding:0 5px;}
.h1_home { position: relative; top: -3232323; display: none;}
.hotline_top { display: none;}
.motangan { 
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    height: 60px;
    -webkit-box-orient: vertical;
}
.phantrang{
    padding: 0 0 15px;
}

.phantrang span {
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
    background: #940000;
    padding: 2px 9px;
    border-radius: 5px;
}
.box_chitiet {
	padding: 10px 0 20px 0;
}
.box_chitiet .title_sp {
	background: #eee;
	text-align: left;
	padding: 0;
	margin: 0;
}
.box_chitiet .title_sp h2 {
	background: #810000;
	color: #fff;
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 20px;
	display: inline-block;
}
.noidung_insp {
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
	padding: 15px 0 0 0;
}


@media (max-width: 1280px){
    .nav-main>li>a{
        padding: 0 30px;
    }
}


@media (min-width: 1200px){
    .container{
        width: 100%;
        max-width: 1201px;
    }
}




@media (max-width: 1199px){
    .nav-main>li>a{
        padding: 0 17px;
    }

    .chinhsach_header .item:last-child{
        display: none;
    }

    .column img{
        height: 75px;
    }

    .related_product .product-item{
        width: 33.33333%;
        float: left;
    }

    .related_product .product-item .image img{
        height: 245px;
    }
}

@media (min-width: 992px){
    .menu-mobile{
        display: none!important;
    }

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

@media (max-width: 991px){
    .search{
        float: left;
        margin-left: 30px;
    }

    #menu.fixed{
        position: unset;
    }

    #menu.fixed2{
        position: unset;
    }

    .chinhsach_header{
        display: none;
    }

    .related_product .product-item{
        width: 50%;
    }
    .menu-desktop{
        display: none!important;
    }
    .hotline_top { display: block; position: absolute; right: 10px; top: 10px;}
    .hotline_top h2 { font-size: 12px; text-align: center; font-weight: bold; line-height:18px; }
    .hotline_top h2 a { color: #b66b00}
    .search form{
        /* padding: 0; */
    }

    .product-detail-left{
        width: 100%;
    }

    .box_product_details{
        width: 100%;
    }

    .product-item .image img {
        height: 270px;
        object-fit: cover;
    }

    .nav-sub{
        position: static;
    }

    .nav-sub-child{
        position: static;
        background: #810000;
        padding-left: 20px;
    }

    .nav-main li i.fa-chevron-down{
        position: absolute;
        right: 0;
        top: 0;
        line-height: 36px;
        color: #fff;
        width: 36px;
        height: 36px;
        border-left: 1px solid #ddd;
    }

    .nav-main li i.fa-caret-right{
        position: absolute;
        left: 0px;
        top: 11px;
        color: #fff;
    }

    .nav-main li .nav-sub{
        overflow: hidden;
        background-color: transparent;
        padding-left: 20px;
        color: #fff;
    }

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

    #sidebar{
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }

    .menu-mobile{
        background-color: #810000;
    }

    #menu{
        background-color: transparent;
    }

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

    .header-bottom-right{
        width: calc(100% - 152px);
    }

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

    .side-bar2{
        width: 100%;
        margin-right: 0;
    }

    .block-content-right{
        width: 100%;
    }

    .social-bottom{
        overflow: hidden;
    }

    #slide{
        width: 100%;
    }

    .menu-mobile{
        display: none;
    }

    .logo-head{
        width: auto;
    }

    .address{
        margin-bottom: 0;
    }

    .title-h2{
        margin-bottom: 10px;
    }

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

    .group-menu{
        margin-top: 0;
    }

    .group-hotline a, .social-top a{
        line-height: 35px;
    }

    .header{
        height: auto;
    }

    .logo-head{
        text-align: center;
    }

    .group-menu{
        min-height: 70px;
        border-left: 0;
        float: left;
        width: 100%;
    }

    .group-search{
        padding: 0;
    }

    .social-top{
        text-align: center;
    }

    .header{
        background-image: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0 3px 0 #ddd;
        z-index: 999;
    }

    .header-bottom{
        background-image: none;
    }

    .main{
        margin-top: 114px;
    }

    .header-top{
        background-color: #c3c3c3;
    }

    .nav-main>li>a{
        line-height: 35px;
        padding: 0 15px;
    }

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

    .nav-main{
        width: 100%;
    }

    .nav-main li a{
        text-align: left;
        border-bottom: 1px solid #ddd;
        line-height: 35px;
    }

    .list-bar {
        display: inline-block;
        cursor: pointer;
        position: absolute;
        top: 40px;
        right: 15px;
    }

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

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

    .change .bar2 {opacity: 0;}

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

    .box-form{
        margin-top: 30px;
    }
    .social-bottom{
        margin-bottom: 0;
    }

    .infor-product-detail{
        margin-top: 20px;
    }

    .column img{
        height: 100px;
    }
}

@media (min-width: 768px){
    .show-mobile {
        display: none!important;
    }
}

@media (max-width: 767px){
    .news_list .pt_item .image {
        margin-bottom: 20px;
    }
    .news_list .pt_item .pt_desc {
        padding-left: 0;
    }
    .news_list .pt_item .image img {
        height: auto;
    }
        .news_list .pt_item {
        flex-direction: column;
    }

    .noi_dung_in strong img{
        margin: 0!important;   
    }
    .social-top{
        display: none;
    }

    .noi_dung_in{
        padding: 0 15px;
    }

    .slide{
        padding: 0 6px;
    }

    .slide_wap{
        width: 100%;
    }

    .video_home{
        width: 100%;
        margin-left: 0;
    }

    .product .product-list{
        margin: 0;
        padding: 0 5px;
    }

    .product-detail-left{
        padding-left: 15px;
    }

    .hide-mobile {
        display: none!important;
    }
    
    .top-menu ul li:first-child {
        float: left;
    }

    .show-mobile {
        display: flex!important;
    }

    .home_top .payment .step .link {
        display: block;
        padding: 8px;
    }

    .top-menu ul li:nth-child(2) {
        float: right;
    }

    .show-mobile .group-phone {
        display: inline-block;
        margin-left: 5px;
    }

    .home_top .payment .step .item.step-1 {
        width: 24%;
    }

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

    .home_top .payment .step .item.step-2 {
        width: 38%;
    }

    .home_top .payment .step .item.step-3 {
        width: 38%;
    }

    .chungnhan{
        margin-bottom: 0;
    }

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

    .cart {
        width: 85px;
    }
    .search {
        width: calc(100% - 115px);
    }

    .header-bottom-right{
        padding: 0 15px;
    }
}

@media (max-width: 640px){
    .group_order{
        width: 100%;
    }
    .group_product_details{
        width: 100%;
    }

    .product-item .price{
        font-size: 14px;
    }

    .product-item .code_prod{
        font-size: 14px;
    }

    .product-item .product_price{
        padding: 0;
    }

    .product-item .price span{
        font-size: 14px;
    }

    .related_product .product-item .image img{
        height: 207px;
    }

    .group_order{
        margin-top: 20px;
    }

    .product_price_details{
        margin-bottom: 10px;
    }

    .order_now{
        margin-bottom: 10px;
    }

    .column img{
        height: 78px;
    }
}

@media (max-width: 550px){
    .product-item{
        width: 100%;
    }
    .main{
        margin-top: 94px;
    }
    .pt_tu_van .pt_form_note{
        text-align: justify;
    }
    .slide .slick-dots{
        bottom: 15px;
    }
    .new-item{
        padding: 15px 0;
    }
    .header-bottom-right{
        padding:0px;
    }
    .group-search .cart{
        display:none;
    }
    .related_product .product-item{
        width: 100%;
    }
    .related_product .product-item .image img{
        height: auto;
    }

    .pt_control{
        display: none;
    }

    .pt_customer_reviews{
        padding: 30px 0;
    }

    .pt_customer_reviews .slick-dots{
        bottom: 0;
    }

    .product-item .image img {
        height: auto;
        object-fit: unset;
    }

    .list-bar{
        top: 30px;
    }

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

    .search{
        margin: 23px 0;
        margin-left: 0;
        width: calc(100% - 30px);
    }

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

    .new-item .image{
        width: 100%;
    }

    .new-item .content_producttop_right{
        width: 100%;
        padding: 0;
    }

    .new-item .content_producttop_right span a {
        font-size: 15px;
    }

    .new-item .content_producttop_right .desc{
        font-size: 15px;
        line-height: 22px;
    }

    .new-item .content_producttop_right h2 a {
        font-size: 18px;
    }

    .logo-foot {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        margin-bottom: 20px;
    }
    .footer-main {
        padding: 30px 0;
    }

    .footer-main-left{
        padding-left: 0;
    }

    .support .support-item{
        width: 33.33%;
        padding: 10px;
    }
    .support .support-item p {
        font-size: 13px;
        font-weight: 600;
        height: 40px;
        margin: 10px 0 0;
        text-transform: uppercase;
    }
    .support {
        padding: 15px 0 15px 0;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .support .support-item span { font-size: 12px; line-height: 18px;}

    .support .support-item:not(:last-child){
    }

    .coppy-right{
        font-size: 12px;
        text-align: center;
        width: 100%;
    }

    .design{
        width: 100%;
        text-align: center;
        margin-top: 3px;
        font-size: 12px;
    }
}

@media (max-width: 425px){
    .new-item .image{
        width: 100%;
    }

    .new-item .content_producttop_right{
        width: 100%;
        padding: 0;
    }
}