.container-xl {
    max-width: 1200px;
    position: relative;
    margin: auto;
}
.container-xm {
    max-width: 1000px;
    position: relative;
    margin: auto;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
b,strong {
    font-weight: 600;
}
body {
    margin: 0;
    padding: 0;
    color: #13151B;
    position: relative;
    font-family: "Arial", sans-serif !important;
}
a {
    text-decoration: none;
    color: #e9262b;
}
a:hover {
    color: #E8262C;
}
img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
h1,h2,h3,h4,h5,h6 {
    
    margin: 0 0 10px 0;
    font-weight: 600;
    display: block;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
/*danh muc san pham*/
.breadcrumbs {
    margin-bottom: 0;
    line-height: 30px;
    padding: 5px 0;
}
.breadcrumbs ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    overflow: scroll;
}
.breadcrumbs ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.breadcrumbs a, .breadcrumbs span {
    color: #777;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 32px;
}
.breadcrumbs ul li span.char {
    margin: 0 9px;
}
.breadcrumbs a:hover {
    color: #E8262C;
}
.box_limit_show {
    display: flex;
    gap: 10px;
    align-items: center;
}
.box_limit_show li {
    font-size: 15px;
    list-style: none;
}
.box_limit_show li a {
    font-size: 15px;
    color: #333;
}
.box_limit_show li a.active, .box_limit_show li a:hover {
    color: red;
}
.main__content {
    background: #F9FAFB;
    position: relative;
    overflow: hidden;
}
.banner__cates {
    margin-bottom: 20px;
}
.filter__cates {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 28px;
}
.title__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}
.title__cate {
    display: flex;
    gap: 10px;
    align-items: center;   
}
.title__cate h1 {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
}
.title__cate span {
    color: #71717A;
    font-size: 16px;
    font-weight: 500;
}
.row-product {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.product__item {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding: 0 10px 20px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.inner__product {
position: relative;
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    border: 1px solid #E5E7EB;
}
.box-text-products {
    padding: 12px 0 0 0;
    position: relative;
    z-index: 9;
}
.box-text-products h3 {
    margin: 0 0 10px 0;
}
.box-text-products h3 a {
display: block;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-align: left;
}
.price__products {
    text-align: left;
    margin-bottom: 15px;
}
.price__products ins.result-label {
    color: #ff2238;
    font-size: 18px;
    font-weight: 600;
    padding-right: 5px;
    text-decoration: none;
}
.label__price del {
    color: #a4a4a4;
    font-size: 14px;
    font-weight: 400;
}
.label__price span {
    font-size: 14px;
    color: #eb5757;
    padding: 3px;
    vertical-align: text-top;
}
.label__price {
    margin-top: 6px;
}
.star__pro__sosanh{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 10px;
}
.star__pro__sosanh span {
    font-size: 12px;
    color: #667085;
    white-space: nowrap;
}
.star__pro__sosanh a {
    color: #e8262c;
    font-size: 12px;
}
.product__item .add-to-cart-button:hover a {
    background: #E8262C;
    color: #fff;
}
.product__item .add-to-cart-button a {
    display: block;
    background: #ddd;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    border-radius: 9px;
    font-weight: 500;
    color: #E8262C;

}
.item__child__cate {
    display: flex;
    gap: 12px;
    flex-direction: row;
    flex-wrap: wrap;
}
.item__child__cate a {
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    padding: 4px 15px 4px 4px;
    border: 1px solid #E4E4E7;
}
.scrolling_inner {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.filter-item__title {
    border: 1px solid #E4E4E7;
    border-radius: 8px;
    cursor: pointer;
    padding: 0 12px;
    background: #fff;
    color: #333;
    font-size: 14px;
    line-height: 36px;
    white-space: nowrap;
}
.filter-item__title.active{
    border: 1px solid #2a83e9;
    color: #4a90e2;
}
.box-quicklink {
    display: flex;
    align-items: center;
    gap: 12px;
}
.box-quicklink select {
    border-radius: 4px;
    color: #333;
    border: 1px solid #E4E4E7;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    padding: 0 16px;

}
.title__filter {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
}
center {
    display: block;
    clear: both;
    margin: 0 0 20px 0;
}
center span, center a {
display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    margin: 0 4px;
}
center .current, center a:hover {
    background: #fff;
    color: #e8262c;
    border: 1px solid #e8262c;
    border-radius: 100%;
}
.des__cate__mt{
    padding: 12px;
    background: #fff;
    border-radius: 12px;
}
.des__cate__mt p {
    font-size: 15px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 28px;
}
.des__cate__mt h2 {
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 10px;
}
.des__cate__mt h3 {
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 10px;
}
.des__cate__mt ul, .des__cate__mt li {
    list-style-type: inherit;
    margin: 3px 3px 3px 10px;
    line-height: 28px;
    font-size: 15px;
}
.filter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}
.show-total-item {
    margin-bottom: 12px;
}
.show-total-txt {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 5px;
}
.box-filter .c-btnbox {
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
    display: flex;
    font-size: 14px;
    justify-content: center;
    line-height: 17px;
    padding: 8px 9px;
}
.filter-show.show-total .filter-button {
    bottom: 0;
    margin: 0;
    position: sticky;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, .05);
    font-size: 0;
    padding: 8px 10px;
    text-align: center;
}
.btn-filter-close {
    border: 1px solid #dd1c1a;
    color: #dd1c1a;
}
.btn-filter-close, .btn-filter-readmore {
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    margin: 0 5px;
    padding: 10px 0;
    text-align: center;
    width: 170px;
    position: relative;
}
.btn-filter-readmore {
    background-color: #288ad6;
    color: #fff;
}
.btn-filter-readmore:hover {
    background: red;
    color: #fff;
}
.newV2025 .show-total-main .title__filter {
    margin: 0;
    display: block;
    position: relative;
}
.newV2025 .show-total-main .title__filter>div {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    color: #101828;
}
.close-popup-total {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px 10px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
}
.filter-show {
    /*display: none;*/
    background-color: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .5);
    border-radius: 4px;
    max-width: 600px;
    min-width: 382px;
    left: 0;
    position: absolute;
    padding: 10px 10px 0 10px;
    top: 45px;
    width: max-content;
    white-space: normal;
    z-index: 3;
}
.filter-show.show-total {
    overflow-y: auto;
    width: 900px;
    max-width: 900px;
    max-height: 80vh;
    z-index: 99;
}
.filter-show {
    top: 50px;
}
.filter-show.show-total.newV2025 {
    max-height: unset;
    overflow-y: unset;
}
.filter-show {
    padding: 20px;
    border-radius: 12px;
}
.box-filter {
    position: relative;
}

/*chuyen muc tin*/
.title__widget {
    font-size: 22px;
    color: #333;
    line-height: 52px;
    font-weight: 500;
    padding: 0 14px;
    border-bottom: 1px solid #E5E8EE;
    margin: 0;
}
.title__widget i {
    margin-right: 5px;
}
.widget__sidebar {
    background: #fff;
    margin-bottom: 15px;
}
.row__colum__post {
    display: flex;
    gap: 16px;
}
.row__colum__post .left__sidebar {
    width: 280px;
    min-width: 280px;
}
.row__colum__post .right__sidebar {
    width: calc(100% - 280px);
    padding: 10px;
    background: #fff;
    border-radius: 8px;
}
.list__post {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.list__post .item__post{
    max-width: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    padding: 0 10px 20px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.item__post .img__post a {
    display: block;
    line-height: 0;
    overflow: hidden;
}
.item__post .img__post a img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 6px;
}
.content__post {
    padding: 12px 0 0 0;
}
.content__post h3 {
    margin: 0 0 6px 0;
}
.content__post h3 a {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    height: 48px;
    overflow:hidden;
}
.date__time {
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.title__post__related {
font-size: 24px;
    color: #333;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
}
.widget__sidebar ul {
    margin: 0;
    padding: 0;
}
.widget__sidebar ul li {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #E5E8EE;
} 
.widget__sidebar ul li:hover {
    background: #EEF4FB;
}
.widget__sidebar ul li:last-child {
    border-bottom: 0;
}
.widget__sidebar ul li a {
    display: block;
    color: #333;
    font-size: 15px;
    line-height: 24px;
    padding: 14px;
    font-weight: 600;
}
.widget__sidebar ul li:hover a {
    color: #e8262c;
}
.list__post__view{
    padding:12px;
}
.item__post__view {
    display: flex;
    gap: 10px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #E5E8EE;
}
.item__post__view > a {
    display: block;
    line-height: 0;
    width: 75px;
    min-width: 75px;
}
.item__post__view > a img {
    width: 100%;
    height: 52px;
    object-fit: cover;
    border-radius: 4px;
}
.item__post__view:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.item__post__view h3 {
    margin: 0;
}
.item__post__view h3 a {
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.box__noibat__post {
    padding: 14px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
    clear: both;
}
.post__one {
    float: left;
    width: 49%;
}
.post__related {
    float: right;
    width: 49%;
}
.img__top__post img {
    width: 100%;
    border-radius: 8px;
}
.vetical__post {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}
.vetical__post:last-child {
    margin-bottom: 0;
}
.vetical__post .img__vetical__post {
    width: 275px;
    min-width: 275px;
}
.vetical__post .img__vetical__post img {
    border-radius: 6px;
    width: 100%;
    height: 182px;
    object-fit: cover;
}
.vetical__post h3 {
    margin: 0 0 12px 0;
}
.vetical__post  h3 a {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.post__related .date__time {
margin-bottom: 10px;
}
.des__post__cate p,.des__post__cate {
    font-size: 14px;
    margin: 0;
    line-height: 22px;
}
.content__top__post {
    padding-top: 15px;
}
.content__top__post .date__time {
    margin-bottom: 12px;
}
.content__top__post h3 {
    margin-bottom: 10px;
}
.content__top__post h3 a {
    display: block;
    color: #333;
    font-size: 22px;
    line-height: 30px;
}
.content__top__post .des__post__cate p,.content__top__post .des__post__cate {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.form__seach form {
    margin: 0;
    position: relative;
    border-radius: 12px;
    border: 1px solid #CAD1E1;
    overflow: hidden;
    padding: 5px 12px;
    background: #fff;
}
.form__seach form input {
    border: 0;
    color: #333;
    font-size: 14px;
    outline-style: none;
    line-height: 28px;
}
.form__seach form .search-submit {
    outline-style: none;
    border-radius: 0;
    border: 0;
    font-size: 14px;
    color: #333;
}
.form__seach form .search-submit .screen-reader-text {
    display: none;
}
/*Chi tiet san pham*/

.content__single p {
    font-size: 15px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 28px;
}
.content__single ul, .content__single li {
    list-style-type: inherit;
    margin: 0px 3px 0px 10px;
    line-height: 28px;
    font-size: 15px;
}
.content__single table {
    border: solid 1px #ccc;
    width: 100%!important;
    border-collapse: collapse
}

.content__single table td {
border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: .7em 1em;
    color: #333;
    font-size: 15px;
}

.content__single table tr:first-child td {
    font-weight: 600;
    background: #f2f2f2
}

#ftwp-contents {
    width: 100% !important;
}
#ftwp-container{
    background: #fff;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    padding: 15px;
    margin-bottom: 16px;
}
#ftwp-contents #ftwp-list > li > a {
    color: #333;
    font-size: 16px;
    line-height: 24px;
}
#ftwp-contents #ftwp-list {
    padding-left: 8px;
}
#ftwp-header-title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 12px;
}
#ftwp-header {
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
}
#ftwp-contents #ftwp-list  .ftwp-sub li a {
    color: #333;
    font-size: 15px;
}
#ftwp-container.ftwp-wrap #ftwp-header-minimize {
    float: right;
    margin-left: 5px;
    width: 25px;
    text-align: center;
    opacity: .5;
}
#ftwp-container.ftwp-wrap #ftwp-header-control {
    float: left;
    margin-right: 5px;
}
#ftwp-container.ftwp-wrap #ftwp-header-title {
    font-weight: 700;
    display: block;
    overflow: hidden;
    width: auto;
}
#ftwp-container.ftwp-wrap .ftwp-icon-expand::before {
    content: "";
}
#ftwp-container.ftwp-wrap .ftwp-icon-number::before {
    content: "";
}
.list__related__post .item__post {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}
.list__related__post .item__post .date__time {
    margin-bottom: 8px;
}
.list__related__post .item__post  .des__post{
    font-size: 14px;
    line-height: 23px;
}
.bottom__share__use {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom__share__use .share__post span {
    color: #333;
    font-size: 14px;
}
.related__post__id {
    padding: 20px 0;
    border-top: 1px solid #ccc;
}
.title__related {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 20px 0;
}
.use__post {
    display: flex;
    gap: 15px;
    align-items: center;
}
.use__tg{
    display: flex;
    flex-direction: column;
}
.use__tg label {
    color: #333;
    margin-bottom: 5px;
    font-size: 14px;
}
.use__tg ins {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.facebook__use {
    background: #fff;
    color: #1877F2;
    border: 1px solid #1877F2;
    border-radius: 9px;
    padding: 9px 20px;
}
.meta__single{
    display: flex;
    align-items: center;
    gap: 15px;
}
.meta__single a.meta__category {
    font-weight: 600;
    color: #E8262C;
    display: flex;
    align-items: center;
    gap: 6px;
}
.meta__single span {
    color: #888888;
}
/*Chi tiet sp*/
.product-main {
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 24px;
}
.product-main .product-gallery {
    width: 57%;
    float: left;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #f2f2f2;
}
.slider__daidien__gallary  {

}
.woocommerce-product-gallery__wrapper .owl-nav .owl-prev {
    left: 0;
    position: absolute;
    top: 20%;
}
.woocommerce-product-gallery__wrapper .owl-nav .owl-next {
    right: 0;
    position: absolute;
    top: 20%;
}
.woocommerce-product-gallery__wrapper .owl-nav button {
    width: 40px;
    height: 40px;
    background: #fff !important;
    text-align: center;
    margin: 0 !important;
    line-height: 20px !important;
    min-height: initial;
    border-radius: 100% !important;
    color: #333 !important;
    font-size: 26px !important;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #E4E4E7 !important;
}
.woocommerce-product-gallery__wrapper:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}
.woocommerce-product-gallery__wrapper .owl-nav button:hover {
    background: #d31616 !important;
    color: #fff !important;
}
.product-info {
    float: right;
    width: 41%;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #f2f2f2;
}
.title__single__product {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 20px 0;
}
.swatches-select.swatches-on-single {
    display: flex;
    flex-wrap: wrap;
}
.swatches-select.swatches-on-single .wd-swatch.swatch-on-single {
    margin: 0px 14px 10px 0px;
    font-weight: 400;
    border: 1px solid #C2C3CA;
    padding: 4px 9px;
    font-size: 13px;
    line-height: 22px;
    color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
    background: #f2f2f2;

}
.swatches-select.swatches-on-single .wd-swatch.swatch-on-single.active-swatch {
    font-weight: 500;
    color: #e32525;
    border-color: #e32525;
    background: #fff;
}
.swatches-select.swatches-on-single .wd-swatch.swatch-on-single:hover {
        font-weight: 500;
    color: #e32525;
    border-color: #e32525;
    background: #fff;
}
.attribute__pro {
    margin-bottom: 10px;
}
.attribute__pro p {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
}
.sluong input.minus,
.sluong input.plus  {
    width: 30px;
    height: 40px;
    background: #f2f2f2;
    outline-style: none;
    border: 0;
    font-size: 19px;
    cursor: pointer;
    min-width: 30px;
}
.sluong {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    flex-direction: column;
    gap: 10px;
}
.sluong label{
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px;
}

.quantity {
display: flex;
    width: 122px;
    border: 1px solid #cecece;
    border-radius: 30px;
    overflow: hidden;
}
.input_qty_product {
    margin: 0;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 15px;
    width: 60px;
    height: 40px;
    text-align: center;
    outline-style: none;
    border: 0;
    background: #f2f2f2;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    font-size: 15px;
    font-weight: 600;
}
.add__to__cart__single__pr {
    margin-bottom: 15px;
    clear: both;
    display: flex;
    gap: 12px;
}
.add__to__cart__single__pr .add__to__cart {
    background: #d31616;
    width: 100%;
    border-radius: 5px;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1px;
    display: block;
    outline-style: none;
    text-align: center;
    padding: 10px 0;
}
.add__to__cart__single__pr .add__to__cart ins {
    font-size: 13px;
    font-weight: 400;
    display: block;
    text-transform: none;
    text-decoration: none;
}
.add__to__cart__single__pr .add__to__cart:nth-child(2) {
    background: #fff !important;
    color: #333;
    border: 1px solid #9CA3AF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.add__to__cart__single__pr .btn_add_cart_ngay {
    min-width: 80%;
}


.hotline__product {
    text-align: center;
    margin: 0 0 15px 0;
    display: flex;
    gap: 15px;
    align-items: center;
}
.hotline__product a {
    display: flex;
    gap: 5px;
    align-items: center;
}
.hotline__product a img {
    margin-right: 6px;
}
.hotline__product a span.telll {
    color: #DB3023;
}
.hotline__product a span.zaloo {
    color: #005CA2;
}
.hotline__product a {
    font-size: 16px;
    font-weight: 600;
}
.hotline__product a strong {
    display: flex;
    align-items: center;
    color: #333;
}
.hr__hr {
    display: block;
    width: 100%;
    height: 1px;
    background: #E5E7EB;
    margin: 15px 0;
}
.price__single__pro {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}
.price__single__pro ins {
    color: #DB3023;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none;
}
.price__single__pro del {
    color: #4B5563;
    font-size: 16px;
    font-weight: 400;
}
.price__single__pro label {
    margin: 0;
    display: inline-block;
    background: #DB3023;
    color: #fff;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 12px;
}
.vat__vat {
    margin-bottom: 16px;
}
.vat__vat span {
    display: block;
    color: #222222;
    font-size: 13px;
}
.sale__pro__single {
    border: 1px solid #E4E4E7;
    background: #fff;
    padding: 0;
    border-radius: 10px;
    margin-bottom: 0;
    overflow: hidden;
    clear: both;
}
.tt_sale__sing {
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #E0E0E0;
    background: #E4E4E7;
    line-height: 44px;
    padding: 0 16px;
}
.tt_sale__sing span {
    color: #DB3023;
}
.list__sale {
    margin: 0;
    padding: 16px;
}
.list__sale li {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0 !important;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #E4E4E7;
    padding-bottom: 10px;
}
.list__sale li:last-child {
    border-bottom: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.dangky__model {
    margin-bottom: 16px;
}
.dangky__model a {
    display: block;
    text-align: center;
    background: #D0E7F9;
    color: #e8262c;
    line-height: 52px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
}
.star__single__pro {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #6B7280;
}
.star__single__pro i {
    color: #FFC832;
}
.icon__compare i {
    color: #6B7280;
}
.chiasesingle .social-icons a i {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #666;
    border: 1px solid #E5E7EB;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}
.widget_footer .social-icons {
    font-size: 14px;
    margin-bottom: 20px;
}
.product-footer {
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 24px;
}
.left_content_pro {
    width: 66%;
    padding: 20px 20px;
    background: #fff;
    border: 1px solid #E4E4E7;
    border-radius: 10px;
}
.right__content__pro__layout {
    width: 32%;
}
.widget__singlepro {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #E4E4E7;
}
.widget__singlepro:last-child{
    margin-bottom: 0;
}
.widget__singlepro h3.title__widget__pro {
    color: #333;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 16px;
    font-weight: 600;
    border-bottom: 1px solid #E4E4E7;
    margin: 0;
}
.thong_kt_product ul {
    margin: 0;
    padding: 0;
}
.thong_kt_product ul li {
    list-style: none;
    padding: 12px 16px;
    border-bottom: 1px solid #E4E4E7;
}
.thong_kt_product ul li:last-child {
    border-bottom: 0;
}

.thong_kt_product ul li strong,
.thong_kt_product ul li {
    margin: 0;
    color: #333;
    font-size: 14px;
}
.thong_kt_product ul li strong {
    font-weight: 600;
    margin-right: 10px;
    display: inline-block;;
}
.thong_kt_product ul li::before{
    font-family: "Font Awesome 6 Pro";
    content: '\f105';
    margin: 0 10px 0 0;
}
.list__pro__rela {
    padding: 0 16px;
}
.item__pro__rela {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #E4E4E7;
}
.item__pro__rela:last-child{
    border-bottom: 0;
}
.item__pro__rela .img__pro__rela {
    max-width: 80px;
}
.item__pro__rela h3 {
    margin: 0 0 10px 0;
}
.item__pro__rela h3 a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    font-weight: 400;
}
.price__single {
    color: #DB3023;
    font-size: 15px;
    font-weight: 600;
}
.title__motasp {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #d31616;
}
/*Trang chu*/
.list-cates {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #DB3023;
    padding: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
.home-viewed-products h2{
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 26px;
}
.home-viewed-products h2 img {
    width: 36px;
}
.count__sale{
    display: flex;
    background: #D02525;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 12px;
}
.count__sale a {
    color: #fff;
    font-size: 15px;
    text-decoration: underline;
}
.gr-cates {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.gr-cates li {
    min-width: 16.6666666667%;
    width: 16.6666666667%;
    list-style: none;
    text-align: center;
    padding: 15px 0;
    display: flex;
    align-content: space-around;
    flex-direction: row;
    justify-content: center;
}
.gr-cates li:hover {
    background: #f2f2f2;
}
.gr-cates li img {
width: auto;
    height: auto;
    max-height: 98px;
}
.gr-cates li a{
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.gr-cates li a span {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-top: 12px;
}
.gr-cates li i {
    color: #E22D33;
    font-size: 50px;
}
.monopoly-product-block {
    padding: 12px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
}
.monopoly-product-block h2 {
    display: flex;
    align-items: center;
    gap: 12px;
}
.row__pro__img {
    display: flex;
    flex-wrap: wrap;
}
.row__pro__img .img_qc {
    width: 380px;
    margin-right: 10px;
    display: block;
}
.row__pro__img  div.listproduct {
    width: calc(100% - 390px);
    border: 0;
}
.listproduct  .product__item,
.row__pro .product__item{
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
}
.hdevvn-show-cats {
    display: flex;
    text-align: center;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}
.hdevvn-show-cats h2 {
    display: inline-block !important;
    width: initial;
    margin: 0;
}
.hdevvn-show-cats .title__button {
    color: #222;
    font-size: 26px;
    text-transform: none;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
}
.hdevvn-show-cats b {
    flex: 1;
    border-bottom: 1px solid #DFE7F2;
    margin: 0 20px;
}
.hdevvn-show-cats .xemtatca_button {
    display: inline-block;
    padding: 0px 15px;
    color: #e8262c;
    border-radius: 34px;
    font-size: 14px;
    overflow: hidden;
    line-height: 34px;
    height: 34px;
    min-height: initial;
    font-weight: 500;
    background: #F8FBFF !important;
    border: 1px solid #DFE7F2;
    position: relative;
}
.box__cate__child {
    justify-content: flex-start;
    display: flex;
    flex-direction: row;
    margin-bottom: 28px;
    overflow-x: scroll;
}
.box__cate__child::-webkit-scrollbar {
  display: none;
}
.box__cate__child .ux-menu-link__link {
    border: 0;
    padding: 0 20px;
    min-height: inherit;
    position: relative;
}
.box__cate__child .ux-menu-link__link:first-child {
    padding-left: 0;
    margin-left: 0;
}
.box__cate__child .ux-menu-link__link:first-child:before {
    content: "";
    background: none;
}
.box__cate__child .ux-menu-link__link:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background: #7B7B7B;
    border-radius: 50%;
    left: 0px;
    top: 2px;
}
.box__cate__child .ux-menu-link__link span {
    font-size: 14px;
    color: #3C3C3C;
    text-transform: none;
    font-weight: 600;
}
.hdevvn-show-cats .title__button {
    color: #222;
    font-size: 26px;
    text-transform: none;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
}
.hdevvn-show-cats .xemtatca_button:after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(images/arrow-right-haat.svg);
    display: inline-block;
    margin: 0 0px -1px 6px;
}
.banner__qc {
    padding: 20px 0;
}
.banner__qc img {
    border-radius: 12px;
}
.search-trend {
    padding: 12px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
}
.bottom-search__key {
    display: flex;
    gap: 12px;
    flex-direction: row;
    flex-wrap: wrap;
}
.bottom-search__key a {
    display: block;
    width: fit-content;
    background: #f2f4f7;
    border-radius: 16px;
    padding: 5px 14px;
    margin: 0;
    color: #333;
    line-height: 22px;
    font-size: 14px;
}
.bottom-search__key a:hover {
    background: #ff2238;
    color: #fff;
}
.news__home {
    padding: 12px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
}
/*gio hang*/
.layout__cart__checkout {
    display: flex;
    gap: 24px;
}
.left__checkout {
    width:calc(100% - 285px - 24px);
    min-width: calc(100% - 285px - 24px);
    padding: 16px;
    background: #fff;
    border-radius: 12px;
}
.right__checkout {
    width: 285px;
    min-width: 285px;
    padding: 16px;
    background: #fff;
    border-radius: 12px;
}
.title__cart {
    font-size: 22px;
    color: #33;
    line-height: 30px;
    margin-bottom: 10px;
}
.item__cart {
    display: flex;
    gap: 16px;
    align-items: center;
}
.remove__cart {
    width: 3%;
    min-width: 3%;
}
.remove__cart i {
    font-size: 24px;
    color: #888;
}
.image__pro__cart {
     width:17%;
    min-width:17%;   
}
.image__pro__cart a {
    display: block;
    line-height: 0;
}
.content__pro__cart {
      width:40%;
    min-width:40%;     
}
.sku__pro__cart strong {
    font-size: 14px;
}
.product-quantity {
    width: 20%;
    min-width: 20%;  
}
.price__pro__cart {
    width:20%;
    min-width:20%;    
}
.price__pro__cart ins {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
.content__pro__cart h3 {
    margin: 0 0 8px;
}
.content__pro__cart h3 a {
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.list__cart .product-quantity .quantity {
    background: #f2f2f2;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    width: 145px;
}
.list__cart .product-quantity input {
    border: 0;
    background: #fff;
    min-width: 32px;
    height: 36px;
    min-height: initial;
    cursor: pointer;
    outline-style: none;
}
.list__cart .product-quantity .input-text {
    border: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 100px;
    box-shadow: 0 0 0 0;
    font-size: 13px;
    max-width: inherit;
    text-align: center;
}
.sex-customer {
    margin-bottom: 15px;
}
.sex-customer span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    margin-right: 15px;
    cursor: pointer;
}
.sex-customer span i {
    background-color: transparent;
    border: 2px solid #777;
    border-radius: 11px;
    content: " ";
    display: inline-block;
    height: 15px;
    margin: 0 5px 0 0;
    position: relative;
    top: 3px;
    width: 15px;
}
.sex-customer span.active i {
    border-color: #d70018;
    background: #d70018;
}
.woocommerce-billing-fields__field-wrapper {
    margin: 0 -10px;
    position: relative;
    overflow: hidden;
    clear: both;
}
.woocommerce-billing-fields__field-wrapper .form-row {
    float: left;
    width: 33.333%;
    padding: 0 10px;
    margin-bottom: 15px;
}
.checkout__layout input {
    box-shadow: 0 0 0 0;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px;
    height: inherit;
    width: 100%;
    margin: 0 0 5px 0;
    outline-style: none;
    border-radius: 5px;
}
.checkout__layout label {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    gap: 5px;
    margin-bottom: 3px;
    clear: both;
    line-height: 30px;
    display: flex;
    align-items: center;
}
.checkout__layout label > ins{
    text-decoration: none;
    color: red;
}
.usecode.coupon-code {
    margin-bottom: 15px;
}
.discountcode {
    overflow: hidden;
    clear: both;
    margin-bottom: 15px;
}
.applycode {
    overflow: hidden;
    clear: both;
}
.applycode .applycode__text-input {
    float: left;
    width: calc(100% - 100px);
}
.applycode .applycode__button {
    float: right;
    width: 100px;
    margin: 0;
}

.applycode .applycode__button button {
    border: 0;
    padding: 0;
    line-height: 40px;
    display: block;
    width: 100%;
    text-align: center;
    background: #1a4790;
    color: #ffff;
    border: 1px solid #1a4790;
}
.btn-remove_coupon {
    cursor: pointer;
    color: #ff0000;
}
.checkout__layout textarea {
    box-shadow: 0 0 0 0;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 0 0 0;
    width: 100%;
    outline-style: none;
    min-height: 120px;
    font-family: Arial;
}
.checkout__layout select {
    width: 100%;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #888;
    margin-bottom: 15px;    
}
.wc_payment_methods li {
    list-style: none;
    margin-bottom: 10px;
}
.wc_payment_methods li input {
    display: inline;
    margin: 0;
    margin-right: 10px;
    font-size: 16px;
    width: initial;
}
.wc_payment_methods li label {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.row__nth {
    display: block;
    position: relative;
    overflow: hidden;
    clear: both;
}
.row__nth .form-row {
    width: 49%;
    float: left;
}
.row__nth .form-row:nth-child(2) {
    float: right;
}
.address-field {
    margin-bottom: 15px;
}
.total__check {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #E5E7EB;
    line-height: 25px;
}
.total__check.total__checkout {
    border-bottom: 0;
}
.total__check span {
    color: #4B5563;
    font-size: 16px;
}
.total__check ins {
    text-decoration: none;
    color: #18181B; 
    font-size: 16px;
    font-weight: 600;
}
.total__checkout ins {
    color: #DB3023;
}
.privacy-policy {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;    
}
.checkout__button__order button {
    width: 100%;
    height: 50px;
    background: #d70404;
    color: #fff;
    border-radius: 6px;
    border: 0;
    outline-style: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.remove__cart__success{
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 400px;
    background: #fff;
    border-radius: 12px;
    align-items: center;
    padding: 24px;
}
.remove__cart__success  .success__title {
    font-size: 20px;
    color: #333;
    line-height: 30px;
}
.des__cart__success {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    text-align: center;
}
.remove__button {
    display: flex;
    gap: 10px;
    width: 100%;
}
.remove__button button {
    width: calc(50% - 5px);
    min-width: calc(50% - 5px);
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    border-radius: 8px;
    background: #E4E4E7;
    border: 0;
    box-shadow: 0 0 0 0;
    cursor: pointer;
}
.shopping__cart button {
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    border-radius: 8px;
    border: 0;
    box-shadow: 0 0 0 0;
    background: #DB3023;
    color: #fff;
    cursor: pointer;
    width: 100%;

}
.shopping__cart {
    width: 100%;
}
.remove__button button.confirm_deletion {
    background: #DB3023;
    color: #fff;

}
.remove__cart__success i {
    font-size: 30px;
    color: #E39D10;
}
/*dang ky dang nhap*/
.section__register {
    /* --bs-gutter-x: 1.5rem; */
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    /* margin-top: calc(var(--bs-gutter-y) * -1); */
    /* margin-right: calc(var(--bs-gutter-x) * -.5); */
    /* margin-left: calc(var(--bs-gutter-x) * -.5); */
    overflow: hidden;
}
.section__register.section__forgot {
    align-items: initial;
}
.section__register.section__forgot .sign-in-form-panel {
    /*margin: 80px auto 0;*/
}
.section__register .img__dk__dn {
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 150px 50px 50px;
    box-sizing: border-box;
    background: url(images/Looper-1.png) no-repeat #e9262b;
    flex: 0 0 auto;
    width: 600px;
    text-align: left;
}
.section__register .img__dk__dn img {
    max-height: 150px;
    filter: brightness(0) invert(1);
}
.section__register .img__dk__dn a {
    position: absolute;
    top: 30px;
    left: 50px;
}
.des__register {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
}
.title__register {
    font-size: 58px;
    line-height: 72px;
    color: #fff;
    margin: 0 0 25px 0;
}
.sign-in-form-panel {

    background: #fff;
    z-index: 999;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
    flex: 0 0 auto;
    width: calc(100% - 600px);

}
.box__sign {
    width: 400px;
    margin: auto;
}
.form_control_cus {
    margin-bottom: 20px;
}
.form_control_cus label {

    display: block;
    color: #13151B;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.06px;
    margin: 0 0 5px 0;

}
.form_control_cus input {
    width: 100%;
    border: 0;
    background: #F2F5FF;
    color: #ACB2C5;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.06px;
    padding: 16px 14px 16px 14px;
    outline-style: none;
}
.form_control_cus textarea {
    height: 175px;
    background: #F2F5FF;
    padding: 20px 14px;
    color: #ACB2C5;
    font-size: 14px;
    line-height: 24px;
    outline-style: none;
    border: 0;
    width: 100%;
    font-family: 'Roboto';
}
.button_submit {
    display: block;
}
.button_submit input {
    width: 100%;
    background: #e9262b;
    border: 0;
    outline-style: none;
    line-height: 32px;
    padding: 18px 0;
    color: #fff;
    font-size: 18px;
}
.form_control_cus input[type='password']{
    border: 1px solid #DADCE5;
    padding: 15px 14px;
}
.button_submit_res  {
    background: #e9262b;
    padding: 18px 20px 18px 20px;
    text-align: center;
    margin: 30px 0 0 0;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    width: 100%;
    border: 0;
}
.button___submit__form {
    position: relative;
}
.button_submit_res:after ,
.button___submit__form:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00103F;

  z-index: -2;
  }
.button_submit_res:before ,
.button___submit__form:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #00103F;
  transition: all 0.3s;

  z-index: -1;
 
 }

.button_submit_res:hover ,
.button___submit__form:hover  {
    color: #F66B2D;
}

.button_submit_res:hover:before ,
.button___submit__form:hover:before{
     width: 100%;
     z-index: 1;
}
.button_submit_res span,
.button_submit_res a {
    color: #fff;
    font-size: 18px;
    z-index: 3;
    position: relative;
}
.button_submit_res:hover span {
    color: #fff;
}
.login-separater {

    text-align: center;
    margin-bottom: 45px;

}
hr {
    margin: 1rem 0;
    background-color: currentColor;
    border: 0;

    height: 1px;
    color: #E6E8EE;
}
.login-separater span {
    position: relative;
    top: 26px;
    background: #ffffff;
    padding: 5px;
    font-size: 18px;
    color: #5F6988;
    z-index: 1;
}
.apsl-login-networks .social-networks a{
    display: block;
    text-decoration: none;
}
.apsl-icon-block {
    border: 1px solid #5F6988;
    text-align: center;
    color: #13151B;
    font-size: 18px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 18px 15px;
    justify-content: center;
    box-sizing: border-box;
}
.apsl-icon-block img {
    margin-right: 12px;
}
.title__sign {

    color: #13151B;
    font-size: 40px;
    line-height: 56px;
    margin: 0 0 30px 0;

}
.des__forgot_password {
    font-size: 14px;
    line-height: 24px;
    color: #5F6988;
    margin: 0 0 35px 0;
}
.sign__back {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E6E8EE;
    padding: 15px 0 20px;
    margin: 0 0 20px 0;
}
.header__sign label {
    display: none;
}
.sign__back a {
    color: #e9262b;
    font-size: 14px;

}
.sign__back a:hover{
    color: #F66B2D
}
.apsl-icon-block:hover {
    color: #F66B2D;
}
.forgot_password {
    display: block;
    padding-top: 8px;
    font-size: 14px;
    line-height: 23px;
}
.form-switch {
    font-size: 14px;
    color: #13151B;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.form-switch input {
    margin-right: 3px;
}
.no__use {
    padding-top: 30px;
    font-size: 18px;
    text-align: center;
    color: #13151B
}
.dd__sign {
    color: #13151B;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
}
.dd__sign span {
    display: block;
    padding: 20px 0;
}
.text_validate_auto {
    font-size: 11px;
    color: red;
}

/*tac gia*/

.section__form__use {
    overflow: hidden;
    margin-bottom: 30px;
    clear: both;
}
.section__form__use .left__form__use {
    float: left;
    width: 300px;
}
.section__form__use .right__form__use {
    float: right;
    width: calc(100% - 300px - 30px);
    padding: 16px;
    background: #fff;
    border-radius: 8px;
}
.box__tag_colum {
    padding: 30px 20px;
    border: 1px solid #ddd;
    background: #fff;
}
.img__tag_author {
    margin-bottom: 16px;
}
.img__tag_author img {
    width: 150px;
    height: 150px;
    display: block;
    margin: auto;
    border-radius: 100%;
    object-fit: cover;
}
.name__tag_author {
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}
.cvu {
    text-align: center;
    color: #c51519;
    padding: 15px 0;
    line-height: 23px;
    font-size: 16px;
}
.email__email {
    text-align: center;
    margin-bottom: 10px;
}
.email__email a {
    display: inline-block;
    background: #c51519;
    color: #fff;
    padding: 5px 20px;
    font-size: 16px;
    min-width: 75%;
    border-radius: 10px;
}
.socical__mxh {
    padding-top: 15px;
    border-top: 1px solid #666;
    margin-top: 20px;
}
.socical__mxh h4 {
    font-weight: 600;
    font-size: 18px;
}
.list__socical a img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    object-fit: cover;
}
/*footer*/
.footer__footer {
    background: #D32929;
}
.footer__top {
    padding: 30px 0;
    border-bottom: 1px solid #f17a7a;
}
.list__htro {
    display: flex;
    gap: 20px;
}
.list__htro .item__htro {
    width: calc(25% - 20px);
    min-width: calc(25% - 20px);
}
.item__htro {
    display: flex;
    gap: 12px;
}
.item__htro .img__htro {
    width: 30px;
    min-width: 30px;
}
.item__htro .conten__htro .tt__htro {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 3px;
} 
.item__htro .conten__htro p {
font-size: 13px;
    line-height: 20px;
    margin: 0;
    color: #fff;
}
.footer__center {
    padding: 30px 0;
}
.footer-row {
    display: flex;
    margin: 0 -15px;
}
.widget_footer {
    width:25%;
    min-width:25%;
    padding: 0 15px;
}
.items_vitri {
    overflow: hidden;
    margin: 0px 0 25px 0;
}
.items_vitri .img_vtri {
    width: 40px;
    height: 40px;
    float: left;
    background: #e22d33;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
}
.items_vitri .content_vitri {
    float: right;
    width: calc(100% - 50px);
}
.items_vitri .content_vitri p span {
    font-weight: 600;
}
.items_vitri .content_vitri a.map__map {
    color: #fff;
    display: block;
    font-size: 13px;
    text-decoration: underline;
}
.content_vitri p {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
}
.widget-title {
    color: #fff;
    font-size: 18px;
    padding: 0;
    margin: 0 0 15px 0;
    border: 0;
    background: none;
    text-align: left;
    border-radius: 0;
    text-transform: none;
    font-weight: 600;
}
.widget_footer ul {
    margin: 0;
    padding: 0;
}
.widget_footer ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_footer ul li a {
    color: #ffffff;
}
.widget_footer ul li a:hover {
    text-decoration: underline;
}
.widget_footer ul li a {
    line-height: 34px;
    font-size: 14px;
    display: block;
}
.widget_footer ul li a:before {
    content: "";
    margin-right: 6px;
    background: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    display: inline-block;
}
.item__tel {
    display: flex;
    align-items: center;
    margin: 0px 0 15px 0;
}
.img__tel {
    max-width: 25px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25px;
    margin-right: 10px;
}
.item__tel .content__tel span {
    color: #ffffff;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;

}
.tel {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
}
.item__tel .content__tel a {
    display: block;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
}
.img__kn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.tb__bct {
     display: flex;
     align-items: center;
    gap: 10px;   
}
.tb__bct img {
    width: 100%;
    max-height: 60px;
    object-fit: contain;
}
.social-icons.follow-icons.full-width.text-left a {
    background-color: white;
}

.social-icons.follow-icons.full-width.text-left a {
    border-radius: 20px;
    color: #337ab7;
    margin: 1px 1px 5px 1px;
}
.social-icons.follow-icons.full-width.text-left a {
    background-color: white;
}
.social-icons.follow-icons.full-width.text-left a {
    background-color: white;
}
i.fa.fa-youtube {
    color: red;
}
i.fa.fa-pinterest {
    color: red;
}
.social-icons a i {
    font-size: 16px;
}
.social-icons a {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
}
.footer__bottom {
    padding: 20px 0;
    background: #f2f2f2;
}
.footer__bottom p {
    font-size: 15px;
    line-height: 24px;
}
.footer__bottom p strong {
    font-size: 17px;
}
/*header*/
#top-bar {
padding: 7px 0;
    background: #d32929;
    border-bottom: 1px solid #D1D5DB;
}
#top-bar span ins {
    color: #fff;
}
#top-bar span {
    color: #fff;
    font-size: 13px;
    display: block;
    line-height: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.header__card {
    display: flex;
    align-items: center;
    gap: 32px;
}
.hethong >a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #00194C;
    font-weight: 600;
}
.taikhoan__login {
    display: flex;
    align-items: center;
    gap: 10px;
}
.taikhoan__login i {
    font-size: 30px;
    color: #555;
    display: none;
}
.log__use {
    color: #fff;
    padding: 0;
}
.header__card a.use__login__button {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    display: block;
    line-height: 30px;
}
.taikhoan__login .use__login__button:nth-child(2) {
    display: none;
}

.flex-row {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.header__card a.icon__card label {
    font-size: 14px;
    padding-left: 10px;
    display: none;
}
.header__card a i {
    font-size: 20px;
    color: #333;
}
ins {
    text-decoration: none;
}
.menu-primary {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-primary > ul{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}
.menu-primary > ul li{
    padding: 0px 16px;
    position: relative;
}
.menu-primary > ul >li:first-child {
    padding-left: 0;
}
.menu-primary > ul li .menu_tag{
    position: absolute;
    font-size: 10px;
    font-weight: bold;
    top: 0;
    right: -5px;
    display: inline-block;
    background: #ff0000;
    color: #ffff;
    line-height: 15px;
    padding: 0 6px;
    border-radius: 3px;
}
.menu-primary li{
    list-style: none;
}
.menu-primary a{
    color: #333;
    font-size: 16px;
    line-height: 52px;
    display: block;
    position: relative;
}
.menu-primary li:hover > a {
    color: #d32929;
}
.pix-header {
    background: #fff;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 10%);
}
.header-main {
    padding: 11px 0;
    border-bottom: 1px solid #D1D5DB;
}
.logo {
    overflow-y: hidden;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    min-width: 120px;
    max-width: 120px;


}
.navbar {
        display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-basis: auto;
}
.navbar .header-nav {
    display: flex;
    list-style: none;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
}
.navbar .header-nav > li {
    position: inherit;
    padding: 0px 20px;
}
.navbar .header-nav > li > a {
color: #13151B;
    font-size: 16px;
    font-family: "Roboto-Medium";
    display: inline-block;
    line-height: 72px;
}
.header__card {
    display: flex;
    align-items: center;
}
.header__card.icon__menu  {
    opacity: 0;
    visibility: hidden;
}
.f-nav .header__card.icon__menu{
    opacity: 1;
    visibility: visible;
}
.header__card a {
display: flex;
    color: #fff;
}
.header__card a i {
    color: #13151B;
    font-size: 20px;
}
.f-nav .header__card a i {
    color: #fff;
}
.header__card a.icon__card {
    background: no-repeat;
    border-radius: 0;
    padding: 0;

}
.header__card a.icon__card i {
    font-size: 18px;
}
.header__card a.icon__card label {
    font-size: 14px;
    padding-left: 10px;
    display: none;
}
.login_button {
    margin-left: 35px;
    font-size: 16px;
}
.searchform {
    border: 1px solid #D1D5DB;
    margin-bottom: 0;
    padding: 0 6px;
    border-radius: 40px;
    position: relative;
}
.searchform select {
    width: 150px !important;
    border: 0;
    outline-style: none;
    box-shadow: 0 0 0 0;
    border-radius: 30px;
}
.searchform input {
    line-height: 40px;
    padding: 0 10px;
    min-height: inherit;
    height: initial;
    box-shadow: 0 0 0;
    border: 0;
    background: #fff;
    color: #333;
    min-width: 600px;
    border-radius: 30px;
    outline-style: none;
    font-size: 15px;
}
.searchform .submit-button {
    line-height: 40px;
    color: #888888;
    background:transparent;
    border-radius: 100% !important;
    width: 40px;
    height: 40px;
    overflow: hidden;
    outline-style: none;
    border: 0;
    cursor: pointer;
}
.searchform .submit-button i {
    font-size: 22px;
    display: block;
    line-height: 40px;
}
.header-block strong,
.header-block a {
    color: #333;
    font-size: 14px;
    padding-right: 6px;
}
.menu-primary ul.sub-menu {
    display: none;
    position: absolute;
    min-width: 300px;
    width: 300px;
    z-index: 99;
    left: 0px;
    top: 52px;
    background-color: #fff;
    border-bottom: solid 1px #e3e3e3;
    box-shadow: 0 0 3px #88bfe5;
    padding: 10px;
    border-radius: 10px;
}

.menu-primary .sub-menu li {
    float: none;
    overflow: hidden;
    border-top: #c1b69b 1px dotted;
    width: 100%;
    background: url(../img/ic1.gif) no-repeat left center;
    background-size: auto 6px;
    margin: 0 0 12px 0px;
    padding: 0;
    border: 0;
}
.menu-primary .sub-menu li:last-child {
    margin-bottom: 0;
}
.menu-primary .sub-menu li:nth-child(1),
.menu-primary .sub-menu li:nth-child(2),
.menu-primary .sub-menu li:nth-child(3),
.menu-primary .sub-menu li:nth-child(4) {
    border-top: 0;
}
.menu-primary .sub-menu li a {
    display: block;
    line-height: 23px;
    text-decoration: none;
    padding-left: 9px;
    color: #333;
    font-size: 14px;

}
.menu-primary .sub-menu > li:hover >a {
    color: #d32929;
}
.menu-primary > ul > li:hover ul.sub-menu {
    display: inline;
    position: absolute;
    z-index: 100;
}
.menu-primary > ul > li>a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #ffffffa6;
    border-radius: 100%;
    margin-right: 5px;
    opacity: 1 !important;
}
.header-bottom {
    background: #fff;
    border-bottom: 1px solid #D1D5DB;
}
.btn-menu_mobile {
    display: none;
}
.mobile__icon {
    display: none;
}
.img__tel__header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
}
.img__tel__header a {
    color: #DB3023;
    font-size: 16px;
    font-weight: 600;
}
.call__header {
    display: flex;
    gap: 32px;
}
.cart__icon a {
    position: relative;
}
.cart__icon a span {
    position: absolute;
    top: -6px;
    left: 16px;
    width: 16px;
    height: 16px;
    background: red;
    color: #fff !important;
    font-size: 8px !important;
    text-align: center;
    line-height: 16px !important;
    border-radius: 100%;
}
.cart__icon a.icon__card i {
    font-size: 18px;
}

.cart__icon a i {
    font-size: 20px;
    color: #333;
}
.cart__icon {
    display: flex;
    align-items: center;
    gap: 32px;
}

.cart__icon .icon__card label {
    font-size: 14px;
    padding-left: 10px;
    display: none;
}
.mega_menu_system .title {
    position: relative;
    cursor: pointer;
    background: #d32929;
    font-size: 16px;
    color: #fff;
    padding: 0px 40px;
    border-radius: 30px;
    line-height: 44px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.mega_menu_system .title i {
    font-size: 20px;
}


/*vetical menu*/
.menu-primary ul.sub-menu {
    display: none;
    position: absolute;
    min-width: 300px;
    width: 300px;
    z-index: 99;
    left: 0px;
    top: 52px;
    background-color: #fff;
    border-bottom: solid 1px #e3e3e3;
    box-shadow: 0 0 3px #88bfe5;
    padding: 10px;
    border-radius: 10px;
}
.mega_menu_system > ul {
    width: 295px;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    -webkit-transition: opacity .25s, visibility .25s;
    -o-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s;
    position: absolute;
    z-index: 9;
    opacity: 0; 
    visibility: hidden; 
    background: #fff;
}
.mega_menu_system:hover > ul {
    opacity: 1;
    visibility: visible;
}
.mega_menu_system > ul > li {
    position: relative !important;
    border-top: 1px solid #E5E8EE;
}
.mega_menu_system > ul > li:first-child {
    border-top:0;
}
.mega_menu_system > ul > li >a {
    color: #333;
    font-size: 16px !important;
    padding: 0 15px !important;
    line-height: 40px;
    font-weight: 400;
    display: block;
}
.mega_menu_system > ul > li >a:hover {
    color:#d32929;
}
.mega_menu_system > ul > li.mega__menu > .sub-menu {
    border: 0;
    padding: 15px 20px;
    width: 915px !important;
    min-height: 368px;
    border-radius: 0 !important;
}

.mega_menu_system > ul > li.mega__menu > .sub-menu > li {
    width: 33.3333%;
    min-width: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    margin: 0 0 15px 0;
    float: left;
    border-bottom: 0;
    border-top: 0;
}
.mega_menu_system > ul > li.mega__menu > .sub-menu > li:hover > a {
   text-decoration: underline;
}
.mega_menu_system > ul > li.mega__menu > .sub-menu > li > a {
    font-weight: 600;
    padding: 0;
    font-size: 15px;
    color: #D02525;
}
.mega_menu_system > ul > li.mega__menu > .sub-menu > li > ul.sub-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    max-height: initial;
    left: initial;
    background: none;
    box-shadow: 0 0 0 0;
    width: initial !important;
    top: initial !important;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border: 0;
}
.mega_menu_system > ul > li.mega__menu > .sub-menu > li > ul.sub-menu li {
    width: 100%;
    height: initial;
    margin: 0;
    background:none;
    color: #333;
    font-size: 14px;
}
.mega_menu_system > ul > li.mega__menu > .sub-menu > li > ul.sub-menu li a {
    padding: 0;
    font-size: 14px;
    line-height: 30px;
    color: #333;
}
.mega_menu_system .title {
    text-align: center;
    position: relative;
    color: #fff;
    cursor: pointer;
}
.mega_menu_system .title:before {
    content: "";
    position: absolute;
    left: 22px;
    top: 20px;
    width: 20px;
    height: 16px;
    background: url(../img/dmsp.svg) no-repeat;
}
.menu-primary .mega_menu_system ul.sub-menu {
    max-height: 0;
    z-index: 9;
    padding: 20px 0 20px;
    opacity: 0;
    margin: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    color: #777;
    background-color: #fff;
    text-align: left;
    display: table;
    left: -99999px;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    padding: 0;
    width: initial;
}
.menu-primary .mega_menu_system > ul > li:hover > ul.sub-menu{
    top: 0;
    left: 100% !important;
    opacity: 1;
    max-height: inherit;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}
.menu-primary .mega_menu_system > ul > li:hover > ul.sub-menu > li {
    width: 100%;
    height: initial;
    background: none;
    border: 0;
}
.conf table {
    margin-bottom: 0;
}
.conf {
    margin-bottom: 15px;
}
.conf ul {
  margin:0;
  padding: 0;
}
.conf ul li {
  list-style: none;
  margin: 0;
  padding: 8px 10px;
  background: #f7f6f6;
  line-height: 30px;
}
.conf ul li:nth-child(2n) {
  background: #e1e1e1;
}
.conf ul li span.left__inf {
  min-width: 150px;
  display: inline-block;
}

.mega_menu_system ul li {
    list-style: none;
}
.mega_menu_system ul.sub-menu {
    display: none;
    position: absolute;
    min-width: 300px;
    width: 300px;
    z-index: 99;
    left: 0px;
    top: 52px;
    background-color: #fff;
    border-bottom: solid 1px #e3e3e3;
    box-shadow: 0 0 3px #88bfe5;
    padding: 10px;
}
.mega_menu_system > ul > li:hover > ul.sub-menu {
    top: 0;
    left: 100% !important;
    opacity: 1;
    max-height: inherit;
    overflow: hidden;
    padding: 10px;
}
.mega_menu_system ul.sub-menu {
    max-height: 0;
    z-index: 9;
    padding: 20px 0 20px;
    opacity: 0;
    margin: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    color: #777;
    background-color: #fff;
    text-align: left;
    display: table;
    left: -99999px;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    padding: 0;
    width: initial;
}
.mega_menu_system > ul > li:hover > ul.sub-menu {
    top: 0;
    left: 100% !important;
    opacity: 1;
    max-height: inherit;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}
.mega_menu_system > ul > li:hover > ul.sub-menu {
    top: 0;
    left: 100% !important;
    opacity: 1;
    max-height: inherit;
    border-radius: 0;
    overflow: hidden;
    padding: 10px;
}
.mega_menu_system  .sub-menu li {
    margin-bottom: 15px;
}
.mega_menu_system  .sub-menu li a {
    display: block;
    line-height: 23px;
    text-decoration: none;
    padding-left: 9px;
    color: #333;
    font-size: 14px;
}
/*seach header*/

#search-result .suggest_search:before, #search-result .suggest_search:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 30%;
    border-bottom: 10px solid #eee;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
#search-result .suggest_search li .viewed {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    padding: 10px;
    margin: -15px -10px;
}
#search-result .suggest_search li.keyword-history {
    color: #333;
    transition: .3s;
    line-height: 20px;
    padding: 4px 8px;
    background-color: #f1f3f9;
    border-radius: 14px;
    margin-left: 8px;
    margin-top: 6px;
    display: inline-block;
}
#search-result .suggest_search li {
    display: block;
    overflow: hidden;
    padding: 10px;
    position: relative;
}
#search-result .suggest_search li .viewed {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    padding: 10px;
    margin: -10px -10px;
}
#search-result .suggest_search li.ttitle:not(:first-child) {
    border-top: 1px solid #eee;
    margin-top: 5px;
    padding-top: 15px;
}
#search-result .suggest_search li.ttitle .btnClosePop {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #c2c2c2;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    z-index: 10;
    color: #c2c2c2;
    line-height: 19px;
    text-align: center;
    font-size: 18px;
    margin: auto;
    float: unset;
    padding: unset;
}
#search-result .suggest_search li.keyword-history a {
    color: #333;
    font-size: 14px;
}
#search-result .suggest_search {
    background: #fff;
    border: 1px solid #eee;
    top: -24px;
    z-index: 100000;
    left: 2px;
    right: 2px;
    border-radius: 6px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .3);
}
#search-result .suggest_search li.product_suggest a .item-img {
    float: left;
    width: 60px;
    height: auto;
    margin: 0 6px 0 0;
}
#search-result .suggest_search li.product_suggest a .item-info {
    float: left;
    width: calc(100% - 66px);
}
#search-result .suggest_search li.product_suggest a h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    font-weight: 400;
}
#search-result .suggest_search li.product_suggest a .price {
    font-size: 14px;
    color: #e83a45;
    float: none;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
#search-result {
position: absolute;
    top: 52px;
    z-index: 11;
    width: 100%;
    left: 0;
}
#search-result .suggest_search li a {
    font-size: 14px;
    color: #333;
}
.row__pro  .owl-nav .owl-prev {
    left: 0;
    position: absolute;
    top: 45%;
}
.row__pro  .owl-nav .owl-next {
    right: 0;
    position: absolute;
    top: 45%;
}
.row__pro  .owl-nav button {
    width: 40px;
    height: 40px;
    background: #fff !important;
    text-align: center;
    margin: 0 !important;
    line-height: 20px !important;
    min-height: initial;
    border-radius: 100% !important;
    color: #333 !important;
    font-size: 26px !important;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #E4E4E7 !important;
}
.row__pro:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}
.row__pro  .owl-nav button:hover {
    background: #d31616 !important;
    color: #fff !important;
}
.listproduct  .owl-nav .owl-prev {
    left: 0;
    position: absolute;
    top: 45%;
}
.listproduct  .owl-nav .owl-next {
    right: 0;
    position: absolute;
    top: 45%;
}
.listproduct  .owl-nav button {
    width: 40px;
    height: 40px;
    background: #fff !important;
    text-align: center;
    margin: 0 !important;
    line-height: 20px !important;
    min-height: initial;
    border-radius: 100% !important;
    color: #333 !important;
    font-size: 26px !important;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #E4E4E7 !important;
}
.listproduct:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}
.listproduct  .owl-nav button:hover {
    background: #d31616 !important;
    color: #fff !important;
}

.list__logo  .owl-nav .owl-prev {
    left: 0;
    position: absolute;
    top: 45%;
}
.list__logo  .owl-nav .owl-next {
    right: 0;
    position: absolute;
    top: 45%;
}
.list__logo  .owl-nav button {
    width: 40px;
    height: 40px;
    background: #fff !important;
    text-align: center;
    margin: 0 !important;
    line-height: 20px !important;
    min-height: initial;
    border-radius: 100% !important;
    color: #333 !important;
    font-size: 26px !important;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #E4E4E7 !important;
}
.list__logo:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}
.list__logo  .owl-nav button:hover {
    background: #d31616 !important;
    color: #fff !important;
}
.banner__slider  {
    margin-bottom: 20px;
}
.banner__slider  .owl-nav .owl-prev {
    left: 0;
    position: absolute;
    top: 45%;
}
.banner__slider  .owl-nav .owl-next {
    right: 0;
    position: absolute;
    top: 45%;
}
.banner__slider  .owl-nav button {
    width: 40px;
    height: 40px;
    background: #fff !important;
    text-align: center;
    margin: 0 !important;
    line-height: 20px !important;
    min-height: initial;
    border-radius: 100% !important;
    color: #333 !important;
    font-size: 26px !important;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #E4E4E7 !important;
}
.banner__slider:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}
.banner__slider  .owl-nav button:hover {
    background: #d31616 !important;
    color: #fff !important;
}
.text__mobile {
    display: none;
}
.text__mobile {
    padding: 5px 0;
    border-bottom: 1px solid #C9C9C9;
}






























/*Mobile*/
@media only screen and (max-width: 1024px) {
    .btn-menu_mobile {
        display: block;
    }
        .mobile__icon {
        display: block;
    }
}

@media only screen and (max-width: 1000px) {
    .section__register .img__dk__dn {
        width: 100%;
        padding: 0;
        min-height: initial;
        display: flex;
        flex-direction: column;
        padding: 15px;
    }
    .sign-in-form-panel {
        min-height: 100%;
        width: 100%;
        display: block;
        padding: 16px;
    }
    .section__register .img__dk__dn a {
        position: relative;
        top: initial;
        left: initial;
    }
    .section__register .img__dk__dn img {
        max-height: 80px;
        filter: brightness(0) invert(1);
    }
    .title__register {
        display: none;
    }
    .des__register {
        font-size: 15px;
        line-height: 22px;
        text-align: center;
    }
    .title__sign {
        color: #13151B;
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 15px 0;
    }
    .button_submit_res{
        margin-top: 0;
        padding: 10px;
    }
    .form_control_cus input,
    .form_control_cus input[type='password'] {
        padding: 8px 10px;
    }
    .layout__cart__checkout {
        flex-direction: column;
    }
    .main__content {
        padding: 10px;
    }
    .left__checkout {
        width: 100%;
        min-width: 100%;
    }
    .woocommerce-billing-fields__field-wrapper .form-row {
        width: 100%;
    }
    .right__checkout {
        width: 100%;
    }
    .filter-show.show-total {
        width: 100%;
        max-width: 100%;
    }
    .row-product {
        margin-left: -5px;
        margin-right: -5px;
    }
    .product__item {
        padding: 0 5px 10px;
    }
    .navbar {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        flex-basis: auto;
        gap: 0;
        flex-direction: column;
    }
    .logo {
        max-width: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 0px;
        justify-content: space-between;
    }
    .header-main{
        padding: 10px;
    }
    .mega_menu_system {
        display: none;
    }
    .header-search-form {
        width: 100%;
    }
    .searchform input {
        min-width: calc(100% - 50px);
    }
    .logo .header__card.icon__menu {
        opacity: 1;
        visibility: visible;
    }
    .cart__icon {
        display: none;
    }
    .header-bottom {
        display: none;
    }
    .btn-menu_mobile i {
        font-size: 25px;
    }
    .searchform {
        padding: 0;
    }
    #top-bar {
        display: none;
    }
    .text__mobile {
        display: block;
    }
    .text__mobile marquee {
        font-size: 13px;
        font-weight: 600;
        color: #333;
    }
    .text__mobile marquee span {
        color: #e8262c;
        font-size: 13px;
        font-weight: 600;
    }
}

@media only screen and (max-width: 600px) {
    .logo img{
        max-height: 50px;
        width: auto;
    }
    .item__cart {
        display: flex;
        gap: 10px;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
        padding-bottom: 15px;
        border-bottom: 1px solid #e7e0e0;
        margin-bottom: 15px;
    }
    .item__cart:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }
    .remove__cart {
        width: 8%;
        min-width: 8%;
        order: 2;
    }
    .image__pro__cart {
        width: 23%;
        min-width: 23%;
        order: 3;
    }
    .content__pro__cart {
        width: 100%;
        min-width: 100%;
        order: 1;
    }
    .product-quantity {
        width: 30%;
        min-width: 30%;
        order: 4;
    }
    .price__pro__cart {
        width: 20%;
        min-width: 20%;
        order: 5;
    }
    .list__cart .product-quantity .quantity {
        width: 110px;
    }
    .list__cart .product-quantity input {
        height: 30px;
    }
    /*chuyen muc tin*/
    .post__one {
            width: 100%;
        margin-bottom: 20px;
    }
    .post__related {
        width: 100%;
    }
    .vetical__post {
        gap: 12px;
    }
    .vetical__post .img__vetical__post {
        width: 150px;
        min-width: 150px;
    }
    .vetical__post .img__vetical__post img {
        height: 120px;
    }
    .vetical__post .des__post__cate p, .vetical__post .des__post__cate {
        max-height: 22px;
        overflow: hidden;
    }
    .row__colum__post {
        display: flex;
        gap: 16px;
        flex-direction: column-reverse;
    }
    .row__colum__post .right__sidebar,
    .row__colum__post .left__sidebar {
        width: 100%;
    }
    .list__post .item__post {
        max-width: 50%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 50%;
    }
    .list__related__post .item__post .des__post {
        display: none;
    }
    .item__post .img__post a img {
        height: auto;
    }
    .title__heading h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .list__cart .product-quantity .input-text {
        width: 40px;
    }
    /*chi tiet san pham*/
    .product-main {
        flex-direction: column;
    }
    .product-main .product-gallery {
        width: 100%;
        margin-bottom: 16px;
    }
    .product-info {
        width: 100%;
        padding: 15px 12px;
    }
    .product-footer {
        flex-direction: column;
    }
    .left_content_pro {
        width: 100%;
        padding: 15px 12px;
        margin-bottom: 16px;
    }
    .right__content__pro__layout {
        width: 100%;
    }
    .product__item {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .star__single__pro {
        gap: 5px;
    }
    .item__child__cate a {
        font-size: 13px;
        gap: 6px;
    }
    .item__child__cate a img {
        width: 30px;
    }
    .gr-cates {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        overflow: scroll;
        gap: 15px;
        padding: 10px;
    }
    .gr-cates li {
        min-width: initial;
        width: initial;
        padding: 0;
    }
    .gr-cates li img {
        max-height: 68px;
    }
    .gr-cates li a span {
            white-space: nowrap;
    }

    .row__pro__img {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .row__pro__img .img_qc {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .row__pro__img div.listproduct {
        width: 100%;
    }
    .sub__child__cate {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 8px;
        justify-content: flex-start;
        margin-bottom: 15px;
    }
        .sub__child__cate li {
        position: relative;
        white-space: nowrap;
    }
    .box__cate__child .ux-menu-link__link {
        padding: 0 10px;
    }
    .box__cate__child .ux-menu-link__link {
        display: flex;
        white-space: nowrap;
    }
    .box__cate__child .ux-menu-link__link span {
        font-weight: 400;
    }
    .footer__top {
        padding: 10px;
    }
    .list__htro {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }
    .list__htro .item__htro {
        width: 100%;
        min-width: 100%;
    }
    .footer__center {
        padding: 20px 10px;
    }
    .widget_footer {
        width: 100%;
        min-width: 100%;
        padding: 0 15px;
    }
    .footer-row {
        display: flex;
        margin: 0 -15px;
        flex-direction: column;
    }
    .footer__bottom {
        padding: 20px 10px;
    }
}