@font-face {
    font-family: 'SF Compact Display';
    src: url('../fonts/SFCompactDisplay-Black.woff2') format('woff2'),
        url('../fonts/SFCompactDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body{
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 136.1%;
    color: rgba(0, 0, 0, 0.7);
}

.fw-900{
    font-weight: 900;
}

img {
    max-width: 100%;
}

.text-red {
    color: #FD3124;
}

.button-style {
    background: #AC6D66;
    border-radius: 4px;
    padding: 11px 22px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    white-space: nowrap;
    border: solid 1px transparent;
    display: inline-block;
}

.button-style:hover {
    color: #AC6D66;
    background: #fff;
    border-color: #AC6D66;
    text-decoration: none;
}

.col-lg-25{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.align-item-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.sidebar-top {
    background: #ffffff;
    height: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: rgba(255, 255, 255, 0.7);
}

.sidebar-top a{
    color: rgba(255, 255, 255, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.sidebar-top-item {
    margin-right: 24px;
}

.sidebar-top-item:last-child {
    margin-right: 0px;
}

.form-search .button-style {
    background: #004499;
    border-radius: 0 6px 6px 0;
    color: #fff;
    border: none;
    width: 66px;
    height: 44px;
    cursor: pointer;
}

.form-search .button-style:focus {
    outline: none;
}

.form-search input {
    height: 44px;
    border: 1px solid #004499;
    border-radius: 6px 0 0 6px;
    color: rgba(0, 0, 0, 0.7);
    padding: 12px;
    width: 100%;
}

.form-search input::-webkit-input-placeholder{
    color: rgba(0, 0, 0, 0.5);
}

.form-search input::-moz-placeholder{
    color: rgba(0, 0, 0, 0.5);
}

.form-search input:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.5);
}

.form-search input::-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.5);
}

.form-search input::placeholder{
    color: rgba(0, 0, 0, 0.5);
}

input:focus{
    outline: none;
}

.search .form-search .form-group {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
}

.content-header {
    padding: 8px 0;
}

.content-header .flex-box > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    position: relative;
}

.button-menu-mobile {
    display: none;
}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 422px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.header-right a {
    color: rgba(0, 0, 0, 0.7);
}

.header-right a:hover {
    text-decoration: none;
}

.header-right > a, .header-right > div > a {
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #EFEFEF;
    border-radius: 6px;
    padding: 0 16px;
    margin-left: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.header-right > a:first-child span{
    margin-right: 24px;
}

.header-right > a .cart {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    background: #FD3124;
    width: 21px;
    height: 21px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(30%, -30%);
        -ms-transform: translate(30%, -30%);
            transform: translate(30%, -30%);
}

.content-page{
    overflow: hidden;
}

main{
    background: #F6F6F6;
}

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

.content-section-bottom{
    padding: 74px 0;
    max-width: 530px;
    margin: auto;
}

.content-section-bottom h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 47px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.content-section-bottom p {
    font-size: 18px;
    line-height: 128.4%;
    color: rgba(255, 255, 255, 0.7);
    max-width: 470px;
    margin: auto;
    margin-bottom: 30px;
}

.form-email input {
    height: 56px;
    padding: 22px;
    border: none;
}

.form-email.form-search button {
    background: #FD3124;
    text-transform: uppercase;
    color: #fff;
    height: 56px;
    padding: 0 30px;
    min-width: 150px;
    font-size: 13px;
    line-height: 15px;
    border: none;
}

.form-email.form-search {
    max-width: 500px;
    margin: auto;
}

.copy-right.text-center {
    border-top: 1px solid #F1F1F1;
    padding: 16px 0;
    font-size: 13px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.5);
}

.d-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 4px 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 170px;
}

.d-grid img:first-child{
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
}

.d-grid img{
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}

.d-grid img:last-child {
    -ms-grid-row: 2;
    grid-row: 2;
}

.content-footer-item >img {
    margin-top: 30px;
}

.content-footer-item h4 {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 700;
    margin-bottom: 16px;
}

.content-footer {
    padding: 36px 0;
}

.content-footer ul{
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

.content-footer ul a {
    font-size: 13px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.5);
    padding: 8px 0;
    display: inline-block;
}

.follow-them .fab {
    width: 20px;
}

.list-cart-pay {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 8px;
    margin-bottom: 24px;
}

.danh-muc-item h4 {
    font-weight: 900;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #3F3F3F;
    font-family: "Roboto", sans-serif;
}

.content-section {
    padding: 22px 0;
}

.danh-muc {
    padding-bottom: 12px;
    background: rgba(255, 255, 255, 0.8);
}

.danh-muc-item {
    margin-bottom: 20px;
}

.danh-muc-item div a, .danh-muc-item p {
    font-size: 12px;
    line-height: 145.6%;
    color: rgba(0, 0, 0, 0.5);
}

.div-line {
    height: 4px;
    width: 100%;
    display: block;
    background: -o-linear-gradient(359.99deg, #004499 6.96%, #FD3124 106.27%);
    background: linear-gradient(90.01deg, #004499 6.96%, #FD3124 106.27%);
}

.title-section h2 {
    font-size: 22px;
    line-height: 136.1%;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0px;
}

.product-item {
    margin-bottom: 14px;
    padding-bottom: 14px;
    position: relative;
}

.product-item .image {
    border-radius: 4px;
    min-width: 82px;
    /* padding: 6px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 170px;
    border: 1px solid #F5F5F5;
    margin-bottom: 8px;
    overflow: hidden;
}

.price-number {
    color: rgba(0,0,0,0.9);
}

.product-item.flex-box{
    border-bottom: 1px solid #F4F1F2;
}

.product-item.flex-box .image{
    margin-right: 12px;
    /* height: auto; */
    height: 100%;
    background: #F6F6F6;
}

.list-product-item {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 24px;
    margin-bottom: 20px;
}

.list-product-item:last-child {
    margin-bottom: 0px;
}

.title-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
}

.list-product-item .title-section{    
    margin-bottom: 26px;
}

.list-product-item .title-section h2 {
    font-size: 24px;
    line-height: 136.1%;
}

.list-product-item .title-section .align-right {
    margin-left: auto;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #004499;
}

.list-product-item .col-lg-25:nth-last-child(1) .product-item, 
.list-product-item .col-lg-25:nth-last-child(2) .product-item,
.list-product-item .col-lg-25:nth-last-child(3) .product-item,
.list-product-item .col-lg-25:nth-last-child(4) .product-item,
.list-product-item .col-lg-25:nth-last-child(5) .product-item {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.row-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px 18px;
    -ms-grid-columns: 1fr 18px 1fr 18px 1fr 18px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.row-grid .product-item .image {
    margin-right: 0;
    margin-bottom: 8px;
    background: none;
    border: 1px solid #F5F5F5;
    height: 170px;
}
.row-grid .product-item{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.product-item.sp-dai-dien {
    border: 1px solid #AC6D66;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    height: 100%;
    margin-bottom: 0;
    padding: 10 28px 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.title-section .hide-mobile {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.product-item.sp-dai-dien .image{
    background: #fff;
    margin-right: 0;
    margin-bottom: 10px;
    height: auto;
    border: none;
    max-height: 300px;
}

.list-sp .sp-item .title-product {
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 8px;
}

.list-sp .sp-item .content-product{
    padding-top: 8px;
}

.product-item.sp-dai-dien .title-product > div {
    font-family: "SF Compact Display";
    font-weight: 900;
    /* font-size: 27px; */
    font-size: 23px;
    line-height: 129.8%;
    color: #3E3E3E;
    margin-right: 20px;
}

.padd-col-18 > div {
    padding: 0 9px;
}

.padd-col-18{
    margin: 0 -9px;
}

.text-through{
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.5);
    margin-left: 20px;
    display: inline-block;
}

.count-down > div {
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FD3124;
    border: solid 1px;
    margin-right: 8px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 4px;
}

.count-down > div:last-child {
    margin-right: 0;
}

.count-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
}

.count-down-right{
    margin-left: auto;
}

.gia-sp-dai-dien{
    border-top: solid 2px #E9E9E9; 
    padding-top: 12px;
    margin-top: 14px;
}

.gia-sp-dai-dien .price .hot-price{
    font-size: 22px;
    line-height: 26px;
    color: #FD3124;
    margin-bottom: 4px;
    display: block;
}

.gia-sp-dai-dien .price .text-through{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #615C5C;
    margin-left: 0;
}

.icon-flash{
    margin-left: 8px;
}

.title-section h2.flex-box .count-down {
    margin-top: 0;
    margin-left: 20px;
}

.title-section h2.flex-box .text-red {
    margin-left: 8px;
}

.da-ban {
    background: rgba(253, 49, 36, 0.2);
    border-radius: 104px;
    font-size: 10px;
    color: #FFFFFF;
    margin-top: 8px;
    font-weight: bold;
    position: relative;
}

.da-ban span.number {
    /* background: linear-gradient(91.57deg, #FD3124 4.31%, rgba(253, 49, 36, 0) 92.3%); */
    padding: 0 8px;
    border-radius: 104px;
    padding-right: 24px;
    line-height: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.row-grid .title-product {
    height: 32px;
    overflow: hidden;
}

.sp-dai-dien .content-product {
    margin-top: auto;
}

span.proccess {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    /* background: linear-gradient(91.57deg, #FD3124 4.31%, rgba(253, 49, 36, 0) 92.3%); */
    border-radius: 104px;
    background: #FD3124;
}

.slick-slide {
    height: auto;
}

.slider-sp-ban-chay .product-item {
    padding: 0 9px;
    text-align: center;
}

.slider-sp-ban-chay .product-item .image {
    height: 100px;
    margin-bottom: 8px;
}

.slider-sp-ban-chay {
    margin: 0 -9px;
}

.slider-sp-ban-chay .product-item .image img {
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.slick-arrow {
    border: 1px solid #F3F3F3;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 50px;
}

/* .slick-arrow:hover {
    border-color: #004499;
} */

.slick-prev, .slick-next{
    width: 30px;
    height: 30px;
}

.slick-prev:hover, .slick-next:hover{
    background: #F3F3F3;
}

.slick-next {
    right: -5px;
    z-index: 9;
}

.slick-prev {
    left: -5px;
    z-index: 9;
}

.slick-prev:before, .slick-next:before{
    color: #004499;
    font-size: 12px;
}

.slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    margin-right: 2px;
}

.slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    margin-left: 2px;
}

.giam-gia {
    font-weight: 900;
    font-size: 12px;
    line-height: 14px;
    background: #FF6464;
    border-radius: 10px;
    position: absolute;
    right: 16px;
    top: 6px;
    color: #fff;
    padding: 3px 4px;
    z-index: 9;
}

.giam-gia.style-2 {
    border-radius: 0;
    text-align: center;
    width: 34px;
    font-size: 8px;
    line-height: 9px;
    text-transform: uppercase;
    height: 34px;
    top: 0;
    right: 10px;
}

.giam-gia.style-2 > div:first-child{
    margin-bottom: 4px;
}

.giam-gia.style-2:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    border-bottom: solid 4px #fff;
    border-left: solid 16px transparent;
    border-right: solid 16px transparent;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.giam-gia.style-2 .percent{
    font-weight: 900;
    font-size: 14px;
}

.product-item .image img{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.product-item:hover img{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.danh-muc-sp {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 4px;
    /* overflow: hidden; */
    min-width: 270px;
    max-width: 270px;
    margin-right: 12px;
}

.tieu-de-danh-muc {
    background: #004499;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 136.1%;
    padding: 8px 8px 8px 24px;
}

.banner-top {
    padding-top: 12px;
}

.ds-danh-muc ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.ds-danh-muc ul li {
    padding: 4px 0;
}

.ds-danh-muc li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

.ds-danh-muc li a svg {
    min-width: 12px;
}

.ds-danh-muc ul li {
    padding: 10px 0px 9px;
    margin: 0 16px;
    /* border-bottom: solid 0.5px #E9E9E9; */
}

.ds-danh-muc ul li:last-child {
    border-bottom: none;
}

.ds-danh-muc li a span {
    margin-left: 8px;
}

.slider-banner {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.slick-dots {
    bottom: 20px;
    z-index: 9;
}

.slick-dots li button:before {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.62);
    opacity: 0.7;
}

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

.banner-bottom > div {
    border-radius: 6px;
    background: #fff;
    height: 32px;
    width: 100%;
    margin-right: 12px;
}

.header .banner-bottom svg {
    width: 14px;
}

.banner-bottom > div:last-child {
    margin-right: 0;
}

.slider-banner .slider {
    margin-bottom: 0px;
}

.banner-bottom > div .icon {
    background: #FFEAE9;
    border-radius: 6px;
    min-width: 32px;
    max-width: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: solid 1px #fff;
}

.banner-bottom > div > div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 12px;
    font-weight: normal;
    font-size: 14px;
    line-height: 122.1%;
    color: rgba(0, 0, 0, 0.8);
    /* margin-right: 12px; */
}

.header .banner-bottom > div:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.header .banner-bottom > div {
    background: #fff;
    height: 32px;
    margin-right: 24px;
    margin-right: 33px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    /* padding-right: 24px; */
    padding-right: 33px;
    border-radius: 0;
    width: unset;
}

.content-header-bottom .banner-bottom {
    width: 100%;
}

.list-banner-product > a {
    width: 100%;
    margin-right: 20px;
}

.list-banner-product > a:last-child {
    margin-right: 0;
}

.list-banner-product {
    margin-top: 20px;
}

.dropdown-menu-notification{
    padding: 0;
}

.dropdown-menu-notification ul {
    padding: 0;
    margin-bottom: 0;
}

.dropdown-menu-notification li {
    list-style: none;
    border-bottom: 1px solid rgb(212, 212, 212);
}

.dropdown-menu-notification li .flex-box .icon {
    max-width: 40px;
    min-width: 40px;
}

.dropdown-menu-notification li .flex-box .icon {
    max-width: 40px;
    min-width: 40px;
    background-color: rgb(253, 129, 11);
    border-radius: 50%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 10px;
}

.dropdown-menu-notification li .flex-box .icon svg {
    color: #fff;
    font-size: 26px;
}

.dropdown-menu-notification .content {
    color: rgba(0, 0, 0, 0.9);
    font-size: 13px;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 35px;
    overflow: hidden;
}

.dropdown-menu-notification li:last-child {
    border-bottom: none;
}

.dropdown-menu-notification li:last-child {
    border-bottom: none;
    font-size: 13px;
}
.dropdown-menu-notification li:last-child a{
    display: block;
    text-align: center;
    color: rgb(0, 127, 240);
}

.dropdown-menu-notification .date {
    font-size: 13px;
    color: rgba(0,0,0,0.5);
}

.dropdown-menu-notification li a{
    padding: 10px;
    display: block;
}

.dropdown-menu-notification li a:hover {
    background: rgba(211, 246, 255, 0.6);
}

.dropdown-menu li {
    list-style: none;
    padding: 10px;
}

.dropdown-menu ul {
    padding: 0;
    margin-bottom: 0;
}

.dropdown-menu-account a {
    background: rgb(253, 216, 53);
    display: block;
    padding: 10px 16px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
}

.dropdown-menu-account li {
    padding: 0 10px 10px;
}

.dropdown-menu-account-login {
    width: 250px;
    font-size: 14px;
}

.dropdown-menu-account-login li {
    padding: 0px;
}

.dropdown-menu-account-login li a{
    display: block;
    padding: 6px 12px;
}

.dropdown-menu-account-login li a:hover {
    background-color: rgb(245, 244, 245);
}

.dropdown-menu-account-login li a .number {
    background: red;
    color: #fff;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 12px;
    font-size: 10px;
    line-height: normal;
    padding: 0 4px;
    border-radius: 10px;
    vertical-align: middle;
}



.dropdown-menu-account li:first-child {
    padding-top: 10px;
}

.dropdown-menu-notification li {
    padding: 0;
    width: 350px;
}

.header .danh-muc-sp > a {
    background: #004499;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 138.1%;
    padding: 8px 8px 8px 16px;
    display: block;
    cursor: pointer;
}

.header .danh-muc-sp > a:hover {
    color: #fff;
}

.header .danh-muc-sp > a svg {
    margin-right: 10px;
}

.content-header {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.content-header-bottom {
    padding: 8px 0;
}

.danh-muc-sub {
    position: absolute;
    left: 100%;
    z-index: 9;
    background: #fff;
    top: -1;
    border: solid 1px #E9E9E9;
    width: calc(1300px - 400px);
    /* display: flex; */
    /* flex-wrap: wrap; */
    padding: 12px 12px!important;
    bottom: -1;
    border-radius: 0 4px 4px 0;
}

ul.danh-muc-sub > li {
    /* flex: 0 0 33.333%; */
    margin: 0;
    border-bottom: none;
    padding: 0;
    margin-bottom: 20px;
    width: 33.333%;
    float: left;
}
ul.danh-muc-sub > li:nth-child(4n){
    clear: both;
}

ul.danh-muc-sub > li > ul > li {
    border-bottom: none;
    padding: 4px 0;
}

.danh-muc-sub > li > ul > li a {
    font-weight: 400;
    border: none;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: block;
}

.danh-muc-sub-item > li:first-child {
    font-weight: 500;
    font-size: 14px;
    color: rgba(0,0,0,0.9);
}

.danh-muc-sp.dropdown-menu {
    margin-top: 21px;
    padding: 0;
}

.ds-danh-muc > ul > li .danh-muc-sub {
    display: none;
}

.ds-danh-muc > ul > li:hover .danh-muc-sub {
    display: block;
}

.danh-muc-sub:hover {
    display: block;
}

.ds-danh-muc{
    position: relative;
}

.ds-danh-muc > ul > li {
    padding: 0px 0;
    margin: 0;

}
.ds-danh-muc > ul > li a{
    border-bottom: solid 0.5px #E9E9E9;
    padding: 9.5px 16px 9px;
}

.ds-danh-muc > ul > li:hover > a{
    background: rgba(0, 68, 153,1);
    color: #fff;
    text-decoration: none;
}

.ds-danh-muc > ul > li:hover > a svg path {
    fill: #fff;
}

.ds-danh-muc > ul > li:hover .danh-muc-sub:after {
    content: '';
    display: inline-block;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    border-left: solid 20px rgba(0, 68, 153,1);
    border-top: solid 18px transparent;
    border-bottom: solid 18px transparent;
}

.ds-danh-muc > ul > li:last-child a{
    border-bottom: none;
}

.show-mobile{
    display: none;
}

.slick-slide a:focus {
    outline: none;
}

/*page loai sp*/
.content-page-loai-sp {
    padding-top: 8px;
    padding-bottom: 20px;
}

.sidebar-left {
    min-width: 270px;
    max-width: 270px;
    margin-right: 12px;
}

.breadcrumb-page .breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 4px;
}

.breadcrumb-page .breadcrumb-item a {
    color: rgba(0, 0, 0, 0.3);
}

.loai-sp-item .title {
    background: #004499;
    padding: 13px 12px 12px 24px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 136.1%;
}

.loai-sp-item {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.loai-sp-item .content {
    background: #fff;
    padding: 4px 24px;
}

.loai-sp-item .content ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.loai-sp-item .content ul li a {
    padding: 10px 0px;
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.loai-sp-item .content ul li a:hover {
    color: #004499;
    text-decoration: none;
}

.loai-sp-item .content ul li a .number-sp {
    color: rgba(0, 0, 0, 0.4);
}

.loai-sp-item .content ul li {
    border-bottom: solid 1px #E9E9E9;
}

.loai-sp-item .content ul li:last-child {
    border-bottom: none;
}

.fas.fa-star {
    color: #FBC038;
    margin-right: 4px;
    font-size: 16px;
}

.list-star {
    display: inline-block;
    margin-right: 8px;
}

.list-star.star-4 >.fas.fa-star:last-child {
    color: #C8C8C8;
}

.list-star.star-3 >.fas.fa-star:last-child, .list-star.star-3 >.fas.fa-star:nth-last-child(2) {
    color: #C8C8C8;
}

.list-star.star-2 >.fas.fa-star:last-child, .list-star.star-2 >.fas.fa-star:nth-last-child(2), .list-star.star-2 >.fas.fa-star:nth-last-child(3) {
    color: #C8C8C8;
}

.list-star.star-1 >.fas.fa-star:last-child, .list-star.star-1 >.fas.fa-star:nth-last-child(2), .list-star.star-1 >.fas.fa-star:nth-last-child(3), .list-star.star-1 >.fas.fa-star:nth-last-child(4) {
    color: #C8C8C8;
}

.danh-gia.loai-sp-item ul li {
    border-bottom: none;
}

.danh-gia.loai-sp-item .content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.danh-gia.loai-sp-item ul li a {
    padding: 6px 0px;
}

.gia-sp.loai-sp-item .content {
    padding-top: 16px;
    padding-bottom: 16px;
}

form.form-search-gia {
    margin-top: 8px;
    margin-bottom: 0;
}

.form-search-gia .flex-box > input {
    width: 100%;
    margin: 0 4px;
    border: 1px solid #AFAFAF;
    border-radius: 4px;
    height: 32px;
    padding: 0 12px;
}

.form-search-gia .flex-box {
    margin: 0 -4px 10px;
}

form.form-search-gia button {
    background: #004499;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    height: 32px;
    padding: 0 13px;
    cursor: pointer;
}

form.form-search-gia button:hover{
    border-color: #004499;
    color: #004499;
}

.content-loai-sp {
    position: relative;
    overflow: hidden;
}

.content-loai-sp .sp-da-xem .col-lg-3:nth-last-child(1) .product-item, .content-loai-sp .sp-da-xem .col-lg-3:nth-last-child(2) .product-item, .content-loai-sp .sp-da-xem .col-lg-3:nth-last-child(3) .product-item, .content-loai-sp .sp-da-xem .col-lg-3:nth-last-child(4) .product-item{
    border-bottom: none;
}

.slider-loai-sp.slick-slider {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 12px;
}

.slider-loai-sp .slick-arrow {
    background: #fff;
}

.slider-loai-sp .slick-prev {
    left: 30px;
    top: 50%;
}

.slider-loai-sp .slick-next {
    right: 30px;
    top: 50%;
}

.slider-loai-sp img{
    width: 100%;
}

.result-search, .list-cate {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    padding: 15px 16px 13px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.7);
}

.result-search .result {
    color: #004294;
    font-weight: 400;
    display: inline-block;
    margin-left: 8px;
}

.list-cate {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.9);
    width: 100%;
    margin-right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.list-cate ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

.list-cate ul a {
    margin-left: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.9);
}

.list-cate ul a:hover {
    text-decoration: none;
    color: #004499;
}

.list-cate ul li.active a {
    color: #004499;
}

.search-form-loai-sp form, .list-cate {
    margin-bottom: 0;
}

.filter {
    margin-bottom: 12px;
}

.search-form-loai-sp {
    width: 266px;
    margin-left: auto;
    position: relative;
}

.search-form-loai-sp button {
    position: absolute;
    right: 0;
}

.search-form-loai-sp input {
    border: 1px solid #004499;
    border-radius: 6px;
    height: 44px;
    padding: 13px 44px 12px 14px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 136.1%;
    width: 100%;
}

.search-form-loai-sp button {
    position: absolute;
    right: 0;
    color: #004499;
    border: none;
    background: none;
    height: 44px;
    padding: 0 16px;
    cursor: pointer;
}

.row-grid.column-5 {
    -ms-grid-columns: 1fr 18px 1fr 18px 1fr 18px 1fr 18px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.list-sp.row-grid.column-5 {
    background: #fff;
    border-radius: 4px;
    padding: 12px 12px 20px;
    grid-gap: 24px 8px;
}

.list-sp .sp-item img {
    width: 100%;
}

.title-product {
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 8px;
}

.list-banner-product .slick-slide img{
    width: 100%;
}

.sp-duoc-tai-tro .title-product, .slider-sp-ban-chay .title-product, .gia-soc-trong-ngay .title-product, .sp-da-xem .title-product {
    height: 32px;
    overflow: hidden;
}

.list-sp .number-star {
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: normal;
}

.list-sp .number-star span{
    color: rgba(0, 0, 0, 0.38);
}

.da-ban-sp {
    font-size: 14px;
    line-height: 16px;
    color: #004499;
}

.list-sp .number-star .fas.fa-star {
    font-size: 14px;
}

.pagination-style li a {
    width: 30px;
    height: 28px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #1A1A1A;
}

.pagination-style li a:hover{
    background: #004499;
    color: #fff;
    text-decoration: none;
}

.pagination-style li.active a{
    background: #004499;
    color: #fff;
}

.pagination-style li {
    margin-left: 6px;
}

.pagination-style{
    margin-top: 14px;
    margin-bottom: 20px;
}

.pagination-style ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-bottom: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.pagination-style .next-page span {
    margin-left: 3px;
}

.menu-sidebar-mobile {
    display: none;
}

.content-page-don-hang .loai-sp-item {
    border: 1px solid #EFEFEF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6px;
}

.content-page-don-hang .info-company{
    text-align: center;
    padding: 8px 16px;
}

.content-page-don-hang .info-company img {
    margin-bottom: 12px;
}

.content-page-don-hang .info-company div {
    margin-bottom: 12px;
}

/* page chi tiet */

.content-page-chi-tiet .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 20px;
}

.content-page-chi-tiet > div {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 32px;
    margin-bottom: 12px;
}

.content-page-chi-tiet .description {
    margin-bottom: 30px;
}

.content-page-chi-tiet {
    font-size: 14px;
    line-height: 228.6%;
    color: rgba(0, 0, 0, 0.8);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
}

.dac-trung-sp > div >span{
    display: inline-block;
    width: 142px;
    margin-right: 10px;
}

.dac-trung-sp {
    margin-bottom: 32px;
}

.content-page-chi-tiet ul li {
    line-height: 228.6%;
}

.content-page-chi-tiet ul {
    padding-left: 15px;
}

.chi-tiet-right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    min-width: 220px;
    margin-left: 20px;
}

.hinh-anh-chi-tiet {
    min-width: 375px;
    max-width: 375px;
    margin-right: 20px;
}

.image-detail >img {
    width: 100%;
    height: 350px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 23px;
    max-width: 318px;
}

.list-image {
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
}

.list-image img.active {
    border: solid 1px #f2f2f2;
}

.list-image img {
    width: calc(25% - 10px);
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    float: left;
    margin: 0 5px;
}

.list-image:after {
    content: '';
    display: block;
    clear: both;
}

.list-image .xem-them-hinh-anh {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    width: calc(25% - 10px);
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    float: left;
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 8px;
    color: #fff!important;
    background: rgba(0, 0, 0, 0.68);
    border: 1px solid #F6F6F6;
    border-radius: 4px;
}

.list-image .xem-them-hinh-anh:hover{
    text-decoration: underline!important;
}

.list-image > img, .list-image > a {
    cursor: pointer;
}

.quang-cap-chi-tiet {
    margin-top: 30px;
}

.mo-ta-sp h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}

.content-page-chi-tiet .mo-ta-sp .number-star {
    margin-bottom: 25px;
}

.content-page-chi-tiet .mo-ta-sp .number-star > span:last-child {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #004499;
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
}

.content-page-chi-tiet .mo-ta-sp .number-star > span:last-child svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.mo-ta-sp .number-star span.number-star {
    color: rgba(0, 0, 0, 0.38);
}

.thuong-hieu {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 12px;
    line-height: normal;
}

span.ten-thuong-hieu {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #004499;
    margin-left: 8px;
    margin-right: 12px;
}

.price-chi-tiet {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #F52619;
    margin-bottom: 20px;
}

.info {
    font-size: 14px;
    line-height: 188.6%;
    color: rgba(0, 0, 0, 0.8);
}

.info{
    margin-bottom: 24px;
}

.info ul{
    margin-bottom: 0;
}

.so-luong {
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 12px;
    line-height: 16px;
}

.so-luong-mua {
    display: inline-block;
    border: solid 1px #ccc;
    margin-right: 15px;
}

.mua-ngay {
    margin-bottom: 24px;
    margin-top: 20px;
}

span.number-down, .number-up {
    line-height: 35px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 50px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: default;
    font-size: 21px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-weight: 700;
}

input#number {
    width: 40px;
    text-align: center;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #000;
}

a.button-style.button-style-blue.btn-buy-now {
    background: #F52619;
    border-radius: 4px;
    padding: 17px 48px 16px;
}

a.button-style.button-style-blue.btn-buy-now:hover{
    color: #fff;
    opacity: 0.9;
}

.chi-tiet-right > .title-chi-tiet-right .button-style:hover{
    color: #fff;
    opacity: 0.9;
    border-color: transparent;
}

.content-page-chi-tiet .info-product {
    max-height: 500px;
    overflow: hidden;
}

.content-page-chi-tiet .info-product.active {
    max-height: unset;
}

.content-page-chi-tiet .info-product.active .background-view-more-content {
    position: unset;
    padding: 100px 0 0px;
}

.thong-tin-cua-hang {
    background: #F6F6F6;
    border-radius: 4px;
    padding: 22px;
}

.thong-tin-cua-hang h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 12px;
}

.thong-tin-cua-hang ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 12px;
}

.thong-tin-cua-hang ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 407px;
}

.thong-tin-cua-hang ul li span {
    margin-left: 8px;
}

.price-lien-quan {
    margin-left: auto;
    font-weight: 700;
    color: #000;
}

p.text-green {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #21AE02;
    margin-bottom: 16px;
}

p.text-green svg {
    margin-right: 8;
    display: inline-block;
    vertical-align: middle;
}

.price-ship b {
    color: #000;
}

.price-ship {
    color: rgba(0, 0, 0, 0.4);
}

.price-ship .text-through{
    margin-left: 4px;
}

.dich-vu {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #F2F2F2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    padding: 30px 22px;
    margin-top: 12px;
}

.dich-vu h3 {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 15px;
}

.dich-vu p {
    font-size: 14px;
    line-height: 138.6%;
    color: rgba(0, 0, 0, 0.8);
}

.dich-vu p:last-child {
    margin-bottom: 0;
}

.tong-tien {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    margin-bottom: 16px;
}

.tong-tien span {
    margin-left: 8px;
    font-weight: 700;
}

.text-red {
    color: #FD3124!important;
}

.btn-mua-them-sp .button-style {
    background: #F52619;
    border-radius: 4px;
    margin-bottom: 24px;
}

.btn-mua-them-sp .button-style:hover{
    opacity: 0.9;
    color: #fff;
    border-color: #F52619;
}

.doi-dia-chi {
    color: #004499;
}

.content-tt-giao-hang svg {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.content-tt-giao-hang span {
    
    display: inline-block;
    vertical-align: middle;
}

.content-tt-giao-hang {
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.6);
}

.don-vi-van-chuyen h4 {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 16px;
}

.don-vi-van-chuyen > div {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-left: 16px;
    margin-bottom: 10px;
}

.don-vi-van-chuyen > div:last-child {
    margin-bottom: s0px;
}

.chi-tiet-right h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #004499;
    margin-bottom: 12px;
}

.chi-tiet-right h4 svg {
    margin-right: 8px;
    display: inline-block;
    vertical-align: baseline;
}

/* .chi-tiet-right h4 span {
    display: inline-block;
    vertical-align: baseline;
} */

.chi-tiet-right > .title-chi-tiet-right .button-style {
    margin-top: 12px;
    background: #004499;
    border-radius: 4px;
    /* margin-bottom: 27px; */
    width: 100%;
}

.title-chi-tiet-right{
    background: #F6F6F6;
    border: 1px solid #F4F4F4;
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 12px;
}

.like-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    justify-content: center;
}

.like-share > div {
    background: #3278EA;
    border: 0.5px solid #3175E3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6px;
    margin-right: 8px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    padding: 4px 8px 3px;
}

.like-share > div:last-child {
    margin-right: 0;
}

span.number-like {
    font-weight: 400;
    margin-left: 4px;
}

.like-share > div svg{
    display: inline-block;
    vertical-align: baseline;
    margin-right: 4px;
    margin-bottom: -2px;
}

.cac-shop-khac .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #5A5A5A;
    margin-bottom: 12px;
}

.shop-khac-item {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #E4E4E4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 143.3%;
    color: rgba(0, 0, 0, 0.6);
}

.shop-khac-item h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    margin-bottom: 4px;
}

.shop-khac-item .price {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #FD3124;
    margin-bottom: 10px;
}

.shop-khac-item .text-green {
    font-size: 14px;
    line-height: 138.6%;
    color: #21AE02;
    margin-bottom: 10px;
}

.shop-khac-item .button-style {
    border: 1px solid #D9D9D9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #0F0F0F;
    padding: 8px 16px;
    margin-top: 10px;
}

.xem-them-cua-hang .button-style {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #E4E4E4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #004499;
    padding: 10px 16px;
}

.background-view-more-content a {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #E4E4E4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #004499;
    padding: 12px 16px;
    border: 1.5px solid #004499;
    display: inline-block;
}

.background-view-more-content {
    text-align: center;
    /* background: #FFFFFF; */
    border-radius: 4px;
    /* background: rgba(255, 255, 255, 0.9); */
    padding: 35px;
}

.background-view-more-content {
    padding: 100px 0 35px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}


.info-product {
    position: relative;
}

.background-view-more-content:after {
    padding: 35px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-filter: blur(44px);
            filter: blur(44px);
    content: '';
}

.background-view-more-content a {
    position: relative;
    cursor: pointer;
    display: inline-block;
    z-index: 9;
    padding: 15px 42px;
}

.list-sp.row-grid.column-6 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.luot-thich .number-like {
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #000000;
}

.luot-thich {
    text-align: center;
    min-width: 100px;
    margin-right: 30px;
}

.hoi-dap-item {
    margin-bottom: 42px;
}

.content-hoi-dap h4 {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 10px;
}

.content-hoi-dap {
    font-size: 15px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.6);
}

.time-tra-loi {
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 16px;
}

.thich, .tra-loi {
    margin-right: 20px;
    font-size: 14px;
    line-height: 16px;
    color: #7A7A7A;
    cursor: pointer;
}

.thich svg, .tra-loi svg{
    margin-right: 4px;
}

.view-all {
    font-size: 16px;
    line-height: 136.1%;
    color: #004499;
    margin-bottom: 16px;
    font-weight: 500;
}

.form-hoi-dap input {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
    padding: 0 20px;
}

.form-hoi-dap button {
    background: #004499;
    border-radius: 6px;
    height: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    border: solid 1px;
    padding: 0 24px;
    cursor: pointer;
}

.danh-gia-tb .title-danh-gia {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 16px;
}

.star-tb {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #FD3124;
    margin-bottom: 8px;
}

.so-nhan-xet {
    font-weight: 500;
    font-size: 14px;
    line-height: 136.1%;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}


.kh-danh-gia {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.chia-se-nhan-xet {
    font-size: 16px;
    line-height: 136.1%;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    margin-left: 20px;
}

.chia-se-nhan-xet > div{
    margin-bottom: 14px;
}

.chia-se-nhan-xet .button-style {
    background: #004499;
    border-radius: 6px;
    width: 100%;
}

.chia-se-nhan-xet .button-style:hover{
    color: #fff;
    opacity: 0.9;
    border-color: #004499;
}

.thong-ke-danh-gia {
    min-width: 500px;
}

.thong-ke-danh-gia .progress {
    width: 100%;
    margin: 0 14px;
    border-radius: 8px;
}

.thong-ke-danh-gia .progress-bar {
    background: #16AE02;
    border-radius: 8px;
}

.thong-ke-danh-gia .percent {
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.5);
}

.thong-ke-danh-gia .so-sao {
    font-weight: 500;
    font-size: 20px;
    line-height: 136.1%;
    color: rgba(0, 0, 0, 0.5);
    width: 26px;
}

.thong-ke-item {
    margin: 6px 0px;
}

.filter-nhan-xet .form-group {
    margin-bottom: 0;
    margin-right: 16px;
    position: relative;
}

.filter-nhan-xet .form-group:last-child {
    margin-right: 0;
}

.filter-nhan-xet{
    margin-left: 28px;
}

.title-xem-nhan-xet {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.5);
}

.xem-nhan-xet {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
    margin-top: 30px;
}
.filter-nhan-xet .form-group select {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    padding: 0 16px;
    -o-appearance: none;
   -ms-appearance: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   padding: 0 60px 0 16px;
   background: transparent;
   position: relative;
   z-index: 9;
}

.filter-nhan-xet .form-group .icon-down {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(5, 4, 4, 0.5);
    font-size: 10px;
    height: 18px;
}

.list-review {
    margin-top: 36px;
}

.list-review .avatar {
    min-width: 150px;
    text-align: center;
    margin-right: 18px;
}

.review-item .content-review {
    margin-bottom: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 26px;
    width: 100%;
}

.review-item:last-child .content-review {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.avatar h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    margin-top: 12px;
    margin-bottom: 46x;
}

.review-time {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}

.text-green {
    color: #21AE02;
}


.content-review .text-green svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 6px;
}

.content-review .text-green {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.content-review .content {
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 12px;
}

.review-image img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    padding: 20px;
}

.review-image{
    margin-bottom: 14px;
}

.reply-review {
    font-size: 18px;
    line-height: 21px;
    color: #004499;
}

.reply-review > a{
    margin-right: 24px;
}

.reply-review > a:last-child{
    margin-right: 0;
}

.reply-review > div{
    color: rgba(0, 0, 0, 0.5);
    margin-right: 22px;
}

.reply-review  .button-style {
    background: #004499;
    border-radius: 6px;
}

.reply-review  .button-style svg {
    margin-right: 4px;
    display: inline-block;
}

.reply-review  .button-style:hover{
    color: #fff;
    background: #004499;
    border-color: #004499;
    opacity: 0.9;
}

select:focus {
    outline: none!important;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.slider-image-detail-for .slick-slide img{
    margin: auto;
}

.modal-dialog {
    max-width: 600px;
}

.slider-image-detail img {
    /* max-width: 150px; */
    border: solid 1px #ccc;
    border-radius: 4px;
    padding: 4px;
}

.slider-image-detail .slick-slide {
    margin: 0 8px;
}

.slider-image-detail .slick-dots {
    bottom: -30px;
    z-index: 9;
}

.slider-image-detail .slick-dots li button:before{
    color: #000;
    font-size: 8px;
}

.slider-image-detail .slick-dots li.slick-active button:before{
    color: #000;

}

.slider-image-detail .slick-dots li button:before {
    opacity: 0.3;
}

.slider-image-detail .slick-dots li.slick-active button:before{
    opacity: 1;
}

.slider-image-detail-for {
    margin-bottom: 20px;
}

.slider-image-detail .slick-prev, .slider-image-detail .slick-next {
    background: #F3F3F3;
}

/*page dang ky*/
.sidebar-dang-ky h1 {
    font-weight: bold;
    font-size: 30px;
    line-height: 136.1%;
}

.sidebar-dang-ky div{
    font-weight: bold;
    font-size: 22px;
    line-height: 136.1%;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 36px;
}

.form-dang-ky {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 28px 40px;
    margin-top: 60px;
    width: 470px;
}

section.dang-ky {
    padding-top: 24px;
    padding-bottom: 24px;
}

.form-dang-ky label {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 136.1%;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 6px;
}

.form-dang-ky input {
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6px;
    height: 50px;
    width: 100%;
    padding: 0 18px;
}

.form-dang-ky .button-style {
    background: #EAEAEA;
    border-radius: 6px;
    height: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: rgba(142, 142, 142, 0.7);
    cursor: pointer;
    background: #004499;
    color: #fff;
}

.form-dang-ky .button-style.disabled {
    background: #EAEAEA;
    color: rgba(142, 142, 142, 0.7);
    cursor: no-drop;
    pointer-events: none;
}

.form-dang-ky .button-style:hover {
    border-color: transparent;
}

.form-dang-ky .form-submit .button-style{
    background: #F4281A;
    width: 100%;
    margin-bottom: 8px;
}

.form-dang-ky .btn-dang-ky {
    background: #F6F6F6;
    border-radius: 6px;
    display: block;
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 12px;
}

.devide-dang-ky {
    margin-bottom: 24px;
    text-align: center;
    position: relative;
}

.devide-dang-ky::before {
    content: '';
    display: block;
    width: calc(50% - 140px);
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    left: 0;
}

.devide-dang-ky:after {
    content: '';
    display: block;
    width: calc(50% - 140px);
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    right: 0;
}

.relative {
    position: relative;
}

.icon-show-pw, .icon-hide-pw {
    position: absolute;
    right: 12px;
    top:50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
}

.icon-hide-pw {
    display: none;
}

.relative.active .icon-hide-pw {
    display: block;
}

.relative.active .icon-show-pw {
    display: none;
}

input[type='password']{
    font-family: Verdana,sans-serif;
}

.form-dang-ky .nav-tabs .nav-item .nav-link.active {
    background: #004499;
    border-radius: 0px;
    color: #fff;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 136.1%;
    border: none;
}

.form-dang-ky .nav-tabs .nav-item:first-child .nav-link{
    border-radius: 6px 0 0 6px;
}

.nav-tabs .nav-link {
    color: rgba(0, 0, 0, 0.6);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover, .nav-tabs .nav-link {
    border: none;
}

.form-dang-ky .nav-tabs .nav-item:last-child .nav-link{
    border-radius: 0 6px 6px 0;
}   

.form-dang-ky .nav-tabs .nav-item {
    width: 50%;
    text-align: center;
}

.form-dang-ky .nav-tabs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.form-dang-ky .nav-tabs .nav-item .nav-link {
    background: #F6F6F6;
    border-radius: 0px;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 136.1%;
}

.ban-nhan-duoc{
    margin-top: 76px;
}

.ban-nhan-duoc h2{
    font-size: 28px;
    line-height: 136.1%;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 37px;
}

.ban-nhan-duoc img{
    margin-bottom: 16px;
    border-radius: 30px;
}

.ban-nhan-duoc h4{
    font-weight: bold;
    font-size: 20px;
    line-height: 136.1%;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 12px;
}

.ban-nhan-duoc {
    font-size: 18px;
    line-height: 136.1%;
    color: rgba(0, 0, 0, 0.8);
}

.mo-shop-ngay{
    margin-top: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.mo-shop-ngay a{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.mo-shop-ngay .button-style{
    background: #F4281A;
    color: #fff;
}

.mo-shop-ngay .button-style:hover{
    border-color: transparent;
}

.thong-tin-cty h4 {
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.7);
}

.thong-tin-cty {
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.7);
}

.sidebar-dang-ky {
    margin-top: 117px;
}

.content-page-don-hang .sidebar-left li svg {
    margin-right: 8px;
}

.content-page-don-hang .content ul li a:hover svg path {
    fill: #004499;
}

.content-page-don-hang .content ul li {
    border-bottom: none;
}

/*page don hang*/
.tab-custom {
    background: #F6F6F6;
    border: 1px solid #EFEFEF;
    border-radius: 6px 6px 0 0;
}

.content-page-don-hang {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 30px;
}

.nav-tabs.tab-custom .nav-item a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.8);
    padding: 14px 24px;
}

.nav-tabs.tab-custom .nav-item {
    margin-left: 12px;
    margin-right: 12px;
}

.nav-tabs.tab-custom .nav-item a:hover {
    color: #004499;
}

.content-page-don-hang .content-don-hang .title{
    margin-bottom: 20px;
}

.content-don-hang .title select {
    height: 36px!important;
    width: 222px;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.7);
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    position: relative;
    z-index: 2;
    background: transparent;
    padding-right: 40px;
}

.content-don-hang .title .icon-input {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 12px;
    z-index: 1;
    border-left: solid 1px rgba(0, 0, 0, 0.12);
    padding-left: 12px;
    color: rgba(5, 4, 4, 0.5);
}

.content-page-don-hang .title h1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 136.1%;
    color: #004499;
    margin-bottom: 0;
}

.nav-tabs.tab-custom .nav-item .nav-link.active {
    color: #004499;
    background: transparent;
    border-bottom: solid;
}

.table thead th {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
    vertical-align: bottom;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    border-top: none;
    white-space: nowrap;
}

.content-page-don-hang .table-responsive {
    margin-top: 20px;
    padding: 0px 16px;
}

.content-page-don-hang .table-responsive table{
    margin-bottom: 0;
}

.content-page-don-hang td {
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.7);
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
    padding: 16px 0.75em;
}

.content-page-don-hang tr:last-child td{
    border-bottom: none;
}

.content-don-hang > .border {
    border: 1px solid #EFEFEF;
    border-radius: 6px;
}

.info-account .icon {
    border: 1px solid #EFEFEF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6px;
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 12px;
}

.info-account h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 136.1%;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 0;
}

.info-account{
    margin-bottom: 12px;
}

.info-account a {
    font-size: 14px;
    line-height: 136.1%;
    font-weight: 400;
}

.content-section.section-bottom {
    background-size: cover!important;
}

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

@media (max-width: 1330px){
    .container {
        max-width: 1200px;
    }

    .ds-danh-muc > ul > li a {
        padding: 7.5px 16px 7px;
    }

    .header .banner-bottom > div {
        margin-right: 16px;
        padding-right: 16px;
    }

    .product-item.sp-dai-dien .title-product > div {
        font-size: 18px;
    }

    .list-cate ul a {
        margin-left: 20px;
    }
}

@media (max-width: 1199px) {
    .list-cate li a {
        text-align: center;
        display: inline-block;
    }

    .banner-top .danh-muc-sp{
        display: none;
    }

    .col-lg-25 {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 33.33%;
                flex: 1 1 33.33%;
    }

    .gia-soc-trong-ngay .col-lg-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
    }

    .text-through {
        margin-left: 5px;
    }

    .danh-muc-sub {
        max-width: calc(100vw - 315px);
    }

    .content-page-loai-sp .sp-da-xem .col-lg-3{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .content-page-loai-sp .row-grid.column-5 {
        -ms-grid-columns: 1fr 18px 1fr 18px 1fr 18px 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .hinh-anh-chi-tiet {
        min-width: 275px;
        max-width: 275px;
    }
}

@media (max-width: 1024px) {
    .sidebar-top {
        display: none;
    }
}

@media (max-width: 991px) {
    ul.danh-muc-sub > li > ul > li {
        margin: 0 6px;
    }

    .content-header-bottom .banner-bottom {
        display: none;
    }

    .logo img{
        max-width: 100px;
    }

    .content-header .flex-box > div.logo {
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset;
        margin-right: 20px;
    }

    .header-right > a, .header-right > div {
        margin-left: 8px;
    }

    .header-right > div >a {
        margin-left: 0;
    }

    .header-right > a:first-child span {
        margin-right: 8px;
    }

    .header-right {
        min-width: 340px;
    }

    .row-grid {
        grid-gap: 12px 12px;
        -ms-grid-columns: 1fr 12px 1fr;
        grid-template-columns: 1fr 1fr;
    }

    /* .product-item.sp-dai-dien {
        height: auto;
    } */

    .row-grid .product-item{
        display: none;
    }

    .row-grid .product-item:nth-child(1), .row-grid .product-item:nth-child(2), .row-grid .product-item:nth-child(3), .row-grid .product-item:nth-child(4){
        display: block;
    }

    .content-page-loai-sp .row-grid.column-5 {
        -ms-grid-columns: 1fr 12px 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .content-page-loai-sp .sp-da-xem .col-lg-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }

    .reply-review {
        font-size: 14px;
    }

    .content-review .content {
        font-size: 14px;
    }

    .title-xem-nhan-xet {
        font-weight: bold;
        font-size: 14px;
    }

    .filter-nhan-xet .form-group select {
        padding-right: 40px;
    }

    .filter-nhan-xet .form-group .icon-down{
        width: 32px;
    }

    .list-review .avatar {
        min-width: 135px;
    }

    .reply-review > a {
        margin-right: 10px;
    }

    .thong-ke-danh-gia {
        min-width: 270px;
    }

    .danh-gia-tb .title-danh-gia {
        font-size: 16px;
    }

    .danh-gia-tb.text-center {
        margin-right: 12px;
    }

    .list-sp.row-grid.column-6 {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .content-chi-tiet > div {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .chi-tiet-right {
        margin-left: 0;
        margin-top: 12px;
        width: 100%;
    }

    .hinh-anh-chi-tiet {
        min-width: 375px;
        max-width: 375px;
    }

    .mo-ta-sp {
        margin-top: 24px;
    }

    .content-page-chi-tiet > div{
        padding: 15px;
    }

    .block-mobile{
        display: block;
    }

    .content-page-don-hang .sidebar-left {
        min-width: 100%;
        max-width: 100%;
        margin-right: 12px;
    }
}

@media (max-width: 767px) {

    .nav-tabs.tab-custom .nav-item a {
        padding: 12px 12px;
    }

    .nav-tabs.tab-custom .nav-item {
        margin-left: 4px;
        margin-right: 4px;
    }

    .content-page-don-hang .content-don-hang .title {
        margin-bottom: 20px;
        display: block;
    }

    .content-page-don-hang .title h1 {
        margin-bottom: 12px;
    }

    .content-don-hang .title select {
        height: 36px!important;
        width: 100%;
    }

    .content-page-don-hang {
        padding: 15px;
    }

    .content-page-don-hang .sidebar-left{
        display: block;
    }

    .thong-tin-cty {
        display: block;
    }

    .sidebar-dang-ky {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .form-dang-ky {
        padding: 20px 20px;
        width: 100%;
    }

    .thong-tin-cty > div{
        margin-bottom: 12px;
    }

    .ds-danh-muc > ul > li:hover .danh-muc-sub:after {
        display: none;
    }

    ul.danh-muc-sub > li {
        width: 50%;
        /* float: none; */
    }

    ul.danh-muc-sub > li:nth-child(4n) {
        clear: none;
    }

    .danh-muc-sub {
        display: block;
        position: unset;
        left: unset;
        z-index: 9;
        background: #fff;
        top: -1;
        border: none;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 12px 12px!important;
        bottom: unset;
        border-radius: 0 4px 4px 0;
        width: 100%!important;
        max-width: 100%!important;
    }

    .header-right {
        position: relative;
        min-width: unset;
        margin-left: auto;
    }

    .content-header-bottom .danh-muc-sp {
        min-width: unset;
        max-width: 100%;
    }

    .content-header-bottom .danh-muc-sp a {
        padding: 12px 6px 12px 16px;
    }

    .header .form-search input {
        height: 36px;
        padding: 0px 12px;
    }

    .form-search .button-style {
        width: 50px;
        height: 36px;
        padding: 0;
    }

    .danh-muc-sp.dropdown-menu{
        width: calc(100vw - 48px);
        margin-right: 0;
        min-width: unset;
    }

    .content-header-bottom .danh-muc-sp > a > span {
        display: none;
    }

    .slick-dots {
        bottom: 0px;
    }

    .slick-dots li button:before {
        font-size: 8px;
    }

    .list-banner-product .slick-slide {
        padding: 0 2px;
    }

    .list-banner-product.slick-dotted.slick-slider {
        margin-bottom: 0px;
    }

    .list-banner-product {
        margin-top: 12px;
    }

    .content-section {
        padding: 12px 0;
    }

    .list-product-item .title-section h2 {
        font-size: 14px;
        line-height: 136.1%;
    }

    .list-product-item .title-section {
        margin-bottom: 16px;
    }

    .list-product-item .col-lg-25:nth-last-child(1) .product-item, .list-product-item .col-lg-25:nth-last-child(2) .product-item, .list-product-item .col-lg-25:nth-last-child(3) .product-item, .list-product-item .col-lg-25:nth-last-child(4) .product-item, .list-product-item .col-lg-25:nth-last-child(5) .product-item {
        margin-bottom: 14px;
        padding-bottom: 14px;
        border-bottom: 1px solid #F4F1F2;
    }
    .list-product-item .col-lg-25:last-child .product-item {
        border-bottom: none;
    }

    .sp-duoc-tai-tro .slick-dots, .sp-da-xem .slick-dots{
        bottom: -20px;
    }

    .sp-duoc-tai-tro .slick-dots li.slick-active button:before, .sp-da-xem .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #000;
    }

    .sp-duoc-tai-tro .slick-dots li button:before, .sp-da-xem .slick-dots li button:before {
        font-size: 8px;
        color: #000;
        opacity: 0.5;
    }

    .row-grid {
        margin-top: 12px;
    }

    .product-item.sp-dai-dien .title-product {
        display: block;
    }

    .product-item.sp-dai-dien .title-product > div {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .content-footer .col-lg-25 {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        margin-bottom: 20px;
    }

    .gia-soc-trong-ngay .col-lg-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }

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

    .count-down {
        margin-top: 0px;
    }

    .show-mobile{
        display: block;
    }

    .sidebar-left {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        display: none;
    }

    .sidebar-left.show {
        display: block;
    }

    .content-page-loai-sp .sp-da-xem .col-lg-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }

    .pagination-style ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .result-search, .list-cate {
        font-weight: 500;
        font-size: 14px;
    }

    .list-cate {
        display: block;
    }

    .list-cate li a {
        margin-right: 10px;
        margin-left: 0;
    }

    .filter .flex-box {
        display: block;
    }

    .list-cate > span {
        display: block;
        margin-bottom: 8px;
    }

    .search-form-loai-sp {
        width: 100%;
        margin-top: 8px;
    }

    section.content-page-loai-sp .container > .flex-box {
        display: block;
    }

    .menu-sidebar-mobile {
        display: block;
    }

    .menu-sidebar-mobile {
        background: #004499;
        padding: 8px 16px;
        border-radius: 4px;
        margin-bottom: 8px;
        color: #fff;
        cursor: pointer;
    }

    .menu-sidebar-mobile.hide {
        display: none;
    }

    .kh-danh-gia {
        display: block;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .danh-gia-tb.text-center {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .chia-se-nhan-xet {
        font-size: 16px;
        margin-top: 12px;
        text-align: center;
        margin-left: 0px;
    }

    .xem-nhan-xet >div {
        display: block;
    }

    .xem-nhan-xet >div .filter {
        display: block;
    }

    .title-xem-nhan-xet {
        margin-bottom: 8px;
    }

    .filter-nhan-xet {
        margin-left: 0;
        display: block;
    }

    .filter-nhan-xet .form-group {
        margin-bottom: 8px;
        margin-right: 0;
    }

    .list-review .avatar {
        min-width: 80px;
        margin-right: 8px;
    }

    .avatar h4 {
        font-weight: bold;
        font-size: 14px;
    }
    .review-time {
        font-weight: normal;
        font-size: 12px;
    }

    .reply-review {
        font-size: 14px;
        display: block;
    }

    .reply-review > div {
        margin: 8px 0;
    }

    .review-image img {
        margin: 4px;
        width: calc(33.33% - 8px);
        float: left;
    }

    .review-image:after {
        content: '';
        display: block;
        clear: both;
    }

    .review-image img {
        padding: 4px;
    }

    .luot-thich {
        text-align: center;
        min-width: 70px;
        margin-right: 8px;
        font-size: 12px;
    }

    .luot-thich .number-like {
        font-weight: 500;
        font-size: 24px;
    }

    .list-sp.row-grid.column-6 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .dac-trung-sp > div >span {
        display: inline-block;
        width: auto;
        margin-right: 10px;
    }

    .hinh-anh-chi-tiet {
        min-width: 100%;
        max-width: 100%;
    }

    .content-page-chi-tiet .mo-ta-sp .number-star > span:last-child {
        margin-left: 0;
    }

    .mua-ngay {
        margin-bottom: 24px;
        margin-top: 20px;
        display: block;
    }

    .so-luong-mua {
        margin-bottom: 8px;
    }
}
