* {
    box-sizing: border-box;
}

@font-face {
    font-family: Roboto;
    src: url('fonts/Roboto-Medium.ttf') format('truetype'),
        url('fonts/Roboto-Medium.woff2') format('woff2');
    font-display: swap;

}

.img-404{
    width: unset;
    max-width: 100%;
}

/* :root {
	--primary-color: #666666;
	--second-color: #ffffff; 
	--third-color: #000000; 
	--fourth-color: #ff6108;
	--fifth-color: #444;
	--sixth-color: #D9D9D9;
	--seventh-color: #333333;
	--eighth-color: #ccc;
	--ninth-color: #f6f6f6;
	--tenth-color: #DDDDDD;
	--eleventh-color: #3C3C3C;
    --twelfth-color: #ea0000;
    --thirdteenth-color: 0, 0, 0; 
} */

.adm-glyphicon span {
    background: url('images/setting.png');
    background-size: cover;
    width: 12px;
    height: 12px;
    display: inline-block !important;
    position: relative;
    z-index: 9;
}

.fa-gear:before, .fa-cog:before{
    content: '' !important;
}

body {
    font-family: Roboto;
    color: var(--third-color);
    font-weight: 500;
    font-size: 14px;
    /* scroll-behavior: smooth; */
}

.img-100 {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
}


.img-100>img {
    object-fit: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s linear;
}

.img-100-hover:hover img {
    transform: scale(1.05);
}

.flex-build{
    display: flex;
    flex-wrap: wrap;
}

.font-36 {
    font-size: 36px;
    font-weight: 600;
    line-height: 57.6px;
}

.font-24 {
    font-size: 24px;
    font-weight: 500;
    line-height: 38.4px;
}

.font-18 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
}

.font-16 {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
}

.font-14 {
    font-size: 14px;
    font-weight: 300;
    line-height: 22.4px;
}

.font-13 {
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    line-height: 20.8px;
    color: var(--primary-color);
}

.font-11{
    font-size: 11px;
    font-weight: 400;
    line-height: 15.7px;
}

a:focus {
    color:var(--third-color);
    text-decoration: none;
}

a:hover {
    color: var(--third-color);
    text-decoration: none;
}

a {
    color: var(--third-color);
}

a:hover{
    color: var(--fourth-color);
}

.wrap {
    max-width: 1280px;
    margin: auto;
}

.space-main {
    margin-top: 60px;
}

footer {
    margin-top: 60px;
}

img {
    width: 100%;
    height: auto;
    /* object-fit: cover; */
}

.owl-carousel .owl-dots {
    height: 0;
}

input {
    outline: none;
}

.site-title {
    width: 1px;
    height: 1px;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6, p{
    line-height: 1.4;
    font-size: unset;
    font-weight: unset;
    margin: 0px;
    padding: 0px;
}

.home-title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 40px;
    text-transform: uppercase;
}

/* header */
#background-header-1 {
    background-color: var(--fifth-color);
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

.header1-left a,
.header1-right a,
.dropdown {
    display: inline-block;
    color: var(--second-color);
}

.header1-left a:not(:last-child),
.header1-right a:not(:last-child) {
    margin-right: 30px;
}

.header1-right {
    text-align: right;
}

.header1-left a img,
.header1-right a img {
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

.dropdown button{
    border: none;
    background-color: unset;
    text-transform: uppercase;
}

.dropdown-menu {
    background-color: var(--fifth-color);
    left: unset !important;
    right: 0;
}

.dropdown-menu>li>a{
    color: var(--second-color);
    font-weight: 500;
}
/* logo */
.logo {
    height: 200px;
    position: relative;
}

.logo img {
    width: 250px;
    /* height: 115px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menu-m{
    display: none;
}
/* .icon-menu {
    display: none;
    position: relative;
}

.icon-menu a {
    position: absolute;
    transform: translateY(7%);
} */



/* navbar */
.menu {
    border-top: 1px solid var(--sixth-color);
    background-color: var(--second-color);
    box-shadow: var(--sixth-color) 0px 1px 0px;
    height: 60px;
}

.block-navbar {
    display: flex;
    justify-content: center;
    position: relative;
}

.block-navbar>ul {
    margin: 0;
    padding: 0;
}

.block-navbar>ul>li {
    display: inline-block;
    height: 50px;
    line-height: 60px;
    margin-bottom: 10px;
    margin-right: 50px;
}

.block-navbar>ul>li>a {
    text-transform: uppercase;
    padding-right: 10px;
}

.nav-image {
    width: 19px;
    height: 19px;
}

.block-navbar .nav-hover.active {
    border-bottom: 1px solid var(--fourth-color);
}

.block-navbar .nav-hover.active a{
    color: var(--fourth-color);
}

.block-navbar li.nav-hover:hover {
    border-bottom: 1px solid var(--fourth-color);
}

.block-navbar li:hover> a{
    color: var(--fourth-color);
}

.block-navbar>a, .tim-kiem {
    line-height: 60px;
}

.tim-kiem{
    margin-right: 30px;
}

.tim-kiem:hover{
    cursor: pointer;
}

.menu {
    position: sticky;
    /* top: 15px; */
    top: 0;
    z-index: 99 !important;
}

ul.nav-hover-show{
    padding-left: 0;
}

.nav-hover-show {
    position: absolute;
    background-color: var(--seventh-color);
    width: 100%;
    z-index: 999;
    left: 0;
    top: 100%;
    height: 60px;
    line-height: 60px;
    visibility: hidden;
    transition: .5s linear;
    transform: translate(0, 10px);
    display: flex !important;
    justify-content: space-between;
}

.nav-hover-show:hover {
    visibility: visible;
    transform: translate(0, 0px);

}

.nav-hover-show li {
    display: block;
    text-transform: uppercase;
}

.nav-hover-show li:first-child {
    padding-left: 25px;
}

.nav-hover-show li:last-child {
    padding-right: 25px;
}

.nav-hover-show a {
    color: var(--second-color);
}

.nav-hover:hover .nav-hover-show {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);

}

.nav-hover-show:hover {
    visibility: visible;
}

.tim-kiem {
    position: relative;
}


.search {
    position: absolute;
    left: -215px;
    /* display: none; */
}

.searchTerm {
    width: 230px;
    height: 40px;
    position: absolute;
    padding: 10px 10px 10px 40px;
}

.searchButton {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 2px;
    left: 1px;
    border: none;
    background-color: var(--second-color);
}

.gio-hang {
    display: block;
    position: relative;
}

.block-number-cart {
    position: absolute;
    top: 7px;
    right: -10px;
    color: var(--second-color);
    background-color: var(--fifth-color);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* banner */
#banner{
    position: relative;
    overflow: hidden;
    min-height: 376px;
}

/* #owl-banner a img {
    height: 650px;
    width: auto;
} */

/* #owl-banner.owl-carousel img {
    width: 100%;
}
 */
#owl-banner.owl-carousel {
    display: block;
}

#owl-banner.owl-carousel>a:not(:first-child) {
    display: none;
}

#owl-banner .glyphicon-menu-right,
#owl-banner .glyphicon-menu-left{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    font-size: 50px;
    /* width: 50px; */
    /* height: 80px; */
    opacity: 0.7;
    visibility: hidden;
}

#owl-banner .glyphicon-menu-left{
    left: 0;
}

#owl-banner .glyphicon-menu-right{
    right: 0;
}

#owl-banner:hover .glyphicon-menu-right,
#owl-banner:hover .glyphicon-menu-left{
    visibility: visible;
    transition: .3s linear;
}

.mui-ten-xuong-banner{
    display: block;
    width: 40px;
    height: 25px;
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    transition: 1s ease-in-out;
    /* position: relative; */
    animation-name: mui_ten_banner ;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes mui_ten_banner  {
    0%   {bottom: 40px; opacity: 1;}
    100% {bottom: 10px; opacity: 0;}
}

.mui-ten-xuong-banner.hidden{
    visibility: hidden;
    transition: 1s ease-in-out;
}

/* product */
.sp-noi-bat .home-title, .sp-noi-bat .all-product{
    display: inline-block;
}

.sp-noi-bat{
    position: relative;
}
.sp-noi-bat .all-product {
    font-size: 18px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 40px;
}

.featured-products {
    display: flex;
    flex-wrap: wrap;
}

.img-product {
    position: relative;
    overflow: hidden;
}

.img-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .2s;
    /* transform: scale(1); */
    /* transition: 1s ease-in-out; */
}

.product-info:hover .img-hover {
    opacity: 1;
    /* transition: 1s linear; */
}

/* .img-main,
.img-hover {
    height: 324px;
} */

.featured-products .product-info .wrap-img{
    padding-bottom: 111.72%;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: rgba(var(--thirdteenth-color), 0.15);
    transition: all 0.15s ease;
}

.btn-xem-nhanh {
    display: block;
    background-color: var(--second-color);
    padding: 8px 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    border: 1px solid var(--primary-color);
    transition: 0.3 ease;
}

.product-labels {
    position: absolute;
    top: 0px;
    right: 0px;
}

.tag-new {
    padding: 10px 5px;
    color: var(--second-color);
    background: var(--fourth-color);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.img-product:hover .overlay{
    opacity: 1;
}
.product-content {
    margin-top: 20px;
}

.name {
    font-size: 18px;
    line-height: 28.8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.price {
    margin-top: 15px;
    font-size: 18px;
    line-height: 21.94px;
}

/* .price p {
    display: inline-block;
}
 */
.old-price {
    color: var(--primary-color) !important;
    font-size: 14px;
    font-weight: 300;
}

.new-price {
    color: var(--fourth-color);
    margin-right: 20px;
}

.product-info {
    margin-bottom: 30px;
}



/* news */
#news{
    margin-top: 40px;
}

/* #news a img {
    height: 466px;
} */

/* dang_ky */

.form-dang-ky {
    background: var(--tenth-color);
    padding: 40px 0;
    margin-top: 0px;
}

.dang-ky-info {
    padding: 20px;
    background: var(--second-color);
}

.dang-ky-content {
    border: 1px solid var(--primary-color);
    text-align: center;
    padding: 30px 0;
   /*  height: 386px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; */
}

.dang-ky-text-title {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 500;
    color: var(--fourth-color);
}

.dang-ky-text-content {
    margin-bottom: 10px;
    font-weight: 400;
}

.form-dk {
    margin-top: 15px;
}

/* .input-dang-ky::placeholder {
    color: var(--third-color);
} */

.input-dang-ky,
.btn-sign-up {
    min-width: 369px;
    text-align: center;
    padding: 5px 10px;
    background: var(--second-color);
    line-height: 28px;
    font-size: 18px;

}

.input-dang-ky {
    color: var(--primary-color);
    border: 1px solid var(--sixth-color);
}

.btn-sign-up {
    border: 1px solid var(--primary-color);
    text-transform: uppercase;
    margin: 15px auto 0;
    display: block;
    color: var(--third-color);
}

/* .btn-sign-up:hover {
    color: var(--third-color);
} */

/* há»‡ thá»‘ng showroom */

#owl-he-thong a {
    display: block;
    position: relative;
}

/* #owl-he-thong a img {
    height: 410px;
} */

.text-showroom .font-24{
    margin-bottom: 10px;
}

.text-showroom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: rgb(var(--thirdteenth-color), 0.3);
    color: var(--second-color);
    background: linear-gradient(180deg, rgba(var(--thirdteenth-color),0.1), rgba(var(--thirdteenth-color),.8));
}

/* tin tá»©c ná»•i báº­t  */
/* .img-home-featured-news img {
    height: 262px;
} */

.home-featured-news .wrap-img{
    padding-bottom: 66%;
}

.home-featured-news-content {
    margin-top: 20px;
}

.home-featured-news-title {
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-featured-news-date {
    margin-bottom: 10px;
}

.home-featured-news-description {
    font-weight: 400;
    line-height: 22.4px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* footer */
footer {
    background-color: var(--eleventh-color);
    padding: 40px 0 50px;
    color: var(--second-color);
}

.footer-title {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.contact-us {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.footer-content p {
    font-weight: 400;
    line-height: 22.4px;
    margin: 0px 36px 15px 0;
    text-align: justify;
}

.form-contact {
    position: relative;
    height: 30px;
    width: 271px;
}

.input-contact {
    height: 100%;
    width: 100%;
    padding: 5px;
    color: var(--third-color);
}

.input-contact::placeholder {
    font-size: 12px;
    font-weight: 400;
    color: var(--primary-color);
}

.btn-contact {
    width: 36px;
    height: 26px;
    background-color: var(--seventh-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 2px;
    right: 0;
}

.btn-contact svg path{
    fill: var(--second-color);
}

.information{
    display: none;
}

.footer-contact:not(:last-child) {
    margin-bottom: 24px;
}

.footer-contact img {
    width: 16px;
    height: auto;
    margin-right: 15px;
}

.footer-contact img,
.footer-contact-content {
    display: inline-block;
}

.footer-contact .social-icon {
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

.footer-contact a {
    color: var(--second-color);
}

/* .footer-space{
    some text
} */

/* copyright */
.copyright {
    height: 60px;
    line-height: 60px;
    background-color: var(--seventh-color);
    color: var(--second-color);
    text-align: center;
}

/* back to top */
.myBtn {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 9999;
    background-color: var(--fourth-color);
    border: none;
    border-radius: 50%;
    right: 20px;
    border: 1px solid var(--second-color);
}

/* .myBtn span,  */
.myBtn svg {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.myBtn svg path{
    fill: var(--second-color);
}

.myBtn:hover {
    background-color: var(--fourth-color);
    transition: .3s linear;
}

#btn-messenger {
    bottom: 20px;
}

#btn-phone {
    bottom: 70px;
    background-color: var(--twelfth-color);
}

#btn-back-to-top {
    bottom: 120px;
    /* opacity: 0; */
    visibility: hidden;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
}

#btn-back-to-top.show {
    /* opacity: 1; */
    visibility: visible;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
}

/* page-detail */
#page-detail{
    margin-top: 20px;
    font-weight: 400;
}

.title-gioi-thieu{
    text-transform: uppercase;
    margin-bottom: 30px;
}

#page-detail .page-content h1,
#page-detail .page-content h2,
#page-detail .page-content h3,
#page-detail .page-content h4,
#page-detail .page-content h5,
#page-detail .page-content h6,
#page-detail .page-content p {
    font-weight: unset;
    text-transform: unset;
    color: var(--third-color);
    font-family: 'Roboto';
}

#page-detail .page-content h1 {
    font-size: 28px;
    margin: 0 0 20px 0;
}

#page-detail .page-content h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
}

#page-detail .page-content h3 {
    font-size: 20px;
    margin: 0 0 15px 0;
}

#page-detail .page-content h4 {
    font-size: 16px;
    margin: 0 0 10px 0;
}

#page-detail .page-content h5 {
    font-size: 13px;
    margin: 0 0 5px 0;
}

#page-detail .page-content h6 {
    font-size: 11px;
    margin: 0 0 5px 0;
}

#page-detail .page-content p{
    font-size: 16px;
    margin: 0 0 10px 0;
}

#page-detail .page-content img{
    max-width: 800px;
    height: auto;
}

/* olivia burton */
.options-title{
    font-size: 20px;
}

.space-trang-con {
    margin-top: 20px;
}

.options-choose {
    padding: 30px 0 40px;
    border-bottom: 2px solid var(--sixth-color);
    margin-bottom: 40px;
}

.options-choose {
    color: var(--primary-color);
    text-transform: uppercase;
}

.options-choose ul li input {
    transform: translateY(4px);
}

.options-choose ul li:not(:last-child) {
    margin-bottom: 20px;
}

.block-options ul {
    list-style: none;
    padding: 0;
}

.block-options a:hover {
    color: var(--third-color);
}

.options-choose input {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

/* .banner-product {
    height: 320px;
} */

.banner-product.wrap-img{
    padding-bottom: 34.59%;
}

/* form sap xep */
.form-sap-xep {
    margin: 40px 0;
    text-align: right;
}

#type {
    font-size: 16px;
    border: 1px solid var(--ninth-color);
    padding: 7px 0px 7px 5px;
    width: 200px;
    height: 40px;
    /* text-align: center; */
    margin-left: 10px;
}

select {
    outline: none;
}

.select-form {
    display: inline-block;
    position: relative;
}

.select-form select {
    appearance: none;
}

.select-form img {
    width: 20px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
}

/* product-item-2 */
.product-info-2:hover .img-hover {
    opacity: 1;
}

/* .product-info-2 .img-main,
.product-info-2 .img-hover {
    height: 221px;
} */

.product-info-2 .wrap-img{
    padding-bottom: 105.23%;
}

.product-info-2 .btn-xem-nhanh {
    font-size: 14px;
    padding: 12px;
    min-width: 122px;
}

.product-info-2:hover .btn-xem-nhanh {
    opacity: 1;
}

.product-info-2 .tag-new {
    font-size: 14px;
    font-weight: 500;
}

.product-info-2 .name {
    display: -webkit-box;
    font-size: 14px;
    line-height: 22.4px;
    /* height: 67.2px; */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-info-2 .price {
    font-size: 14px;
    line-height: 17.07px;
}

.product-info-2 .new-price{
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

.product-info-2 .old-price{
    font-size: 12px;
    display: block;
}

.sp-lien-quan .product-info-2 .new-price{
    font-size: 18px;
}

.sp-lien-quan .product-info-2 .old-price{
    font-size: 15px;
}

.product-info-2 {
    margin-bottom: 30px;
}

/* phan trang */
.center {
    text-align: center;
    margin-top: 10px;
}

.pagination {
    margin: 0;
}

.pagination>div {
    display: inline-block;
}

.pagination a {
    display: block;
    color: var(--seventh-color);
    padding: 6px 0;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid var(--primary-color);
    margin-right: 5px;
    width: 36px;
    height: 36px;
}

.pagination div.current a {
    background-color: var(--primary-color);
    color: var(--second-color);
    border: 1px solid var(--second-color);
}

.pagination a:hover:not(.active) {
    background-color: var(--primary-color);
    color: var(--second-color);
    border: 1px solid var(--second-color);
}

input[type="checkbox"] {
    accent-color: var(--primary-color);
}

/* chi tiet san pháº£m */
/* #slider.owl-carousel img {
    height: 616px;
} */

#slider.owl-carousel .wrap-img{
    padding-bottom: 100%;
}

#slider.owl-carousel {
    display: block;
}

#slider.owl-carousel>.item:not(:first-child) {
    display: none;
}

#thumbnailSlider.owl-carousel .wrap-img{
    padding-bottom: 79.13%;
}

/* #thumbnailSlider.owl-carousel img {
    width: 100%;
    height: 110px;
} */

/* #thumbnailSlider.owl-carousel {
    display: flex;
    justify-content: center;
} */

/* #thumbnailSlider.owl-carousel .item {
    display: none;
} */

#thumbnailSlider .item:not(:first-child) {
    margin-left: 10px;
}

/* .d-block {
    display: block !important;
} */

.slider-container {
    position: relative;
    display: block;
}

#slider .navText {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--tenth-color);
    width: 50px;
    height: 84px;
}

#slider .prev {
    left: 0px;
}

#slider .next {
    right: 0px;
}

.owl-nav {
    height: 0;
}
.slider .glyphicon-menu-left,
.slider .glyphicon-menu-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: var(--primary-color);
    background: var(--sixth-color);
    padding: 4px 5px;
}

.slider .glyphicon-menu-left {
    left: 15px;
}

.slider .glyphicon-menu-right {
    right: 15px;
}
.thumbnail-slider-container {
    margin: 30px 0;
}

.thumbnail-slider .item {
    border: 1px solid var(--primary-color);
}

.thumbnail-slider .item .active {
    border: 1px solid var(--third-color);
}

/* .khuyen-mai img {
    height: 150px;
} */

.khuyen-mai.wrap-img {
    padding-bottom: 23.43%;
}

.khuyen-mai {
    position: relative;
}

.text-khuyen-mai {
    color: var(--second-color);
    position: absolute;
    top: 50%;
    left: 43px;
    transform: translateY(-50%);
}

.text-khuyen-mai .font-18 {
    font-weight: 500;
}

.name-sp {
    text-transform: uppercase;
}

.ma-sp {
    color: var(--primary-color);
    display: inline-block;
    margin: 15px 0 20px;
}

.ma-sp>span:not(:first-child) {
    margin-left: 25px;
}

.old-price-chi-tiet {
    font-size: 16px;
    margin-left: 10px;
}

.mo-ta {
    margin: 20px 0 30px;
}

.mo-ta p {
    text-align: justify;
    font-weight: 400;
    margin-bottom: 0;
}

.btn-add-to-cart {
    min-width: 160px;
    display: inline-block;
    font-weight: 500;
    padding: 10px 13px;
    background-color: var(--fourth-color);
    color: var(--second-color);
    height: 50px;
}

.btn-add-to-cart:hover {
    color: var(--second-color);
}

.btn-add-to-cart.btn-mobile{
    display: none;
}

.panel-group {
    margin: 40px 0 0 0;
}

.block-panel .panel-heading a {
    transition: .3s linear;
}

.block-panel .panel-heading a.collapsed {
    color: unset;

} 
.block-panel .font-18 {
    color: var(--primary-color);
    font-weight: 500;
}

.block-panel .panel-heading a:not(.collapsed) {
    color: var(--third-color);
    font-weight: 600;
}

.panel-group .panel-heading {
    border-bottom: 1px solid var(--sixth-color);
}

.panel-heading {
    text-transform: uppercase;
    padding: 0 0 22px 0;
    margin: 0px 30px 20px 0;
}

.panel-content {
    padding: 0px 30px 20px 0;
    font-weight: 400;
}

.panel-content table {
    width: 100%;
    border: none;
}

.panel-content table tr:nth-child(odd) {
    background-color: var(--ninth-color);
}

.panel-content table td {
    border: none;
    color: var(--third-color);
    padding: 12px 10px;
}

.panel-content table tr td:first-child {
    width: 232px;
}

/* san pham lien quan */
.sp-lien-quan{
    margin-top: 60px;
}

.sp-lien-quan-sm{
    display: none;
}

.sp-lien-quan .font-24 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.sp-lien-quan .product-info-2 {
    margin-bottom: 0;
}

/* .sp-lien-quan .product-info-2 .img-product img {
    height: 274px;
} */

.sp-lien-quan .product-info-2 .img-product .wrap-img{
    padding-bottom: 94.48%;
}

.sp-lien-quan .product-info-2 .product-content .name,
.sp-lien-quan .product-info-2 .product-content .price {
    font-size: 18px;
    font-weight: 600;
    line-height: 28.8px;
}

/* tin-tuc */
/* .banner-news {
    height: 235px;
} */

.banner-news.wrap-img{
    padding-bottom: 25.4%;
}

.news-category {
    margin: 20px 0 30px;
    font-size: 24px;
}

.all-news{
    display: flex;
    flex-wrap: wrap;
    
}

.small-news {
    margin-bottom: 30px;
}

/* .small-news img {
    height: 190px;
} */

.small-news .wrap-img{
    padding-bottom: 65.51%;
}

.small-news-time {
    margin: 20px 0 5px;
}

.small-news-title {
    /* text-transform: uppercase; */
    font-size: 17px;
    overflow: hidden;
}

.small-news-title:hover {
    color: var(--fourth-color);
}

.list-news-menu-related{
    margin-top: 20px;
}

.list-news-menu, .list-news-menu-related {
    margin-bottom: 40px;
}

.list-news-menu-m{
    display: none;
}

.list-title {
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* .list-content {
    margin-bottom: 40px;
} */

.list-content .list-content-chi-tiet:not(:last-child) {
    margin-bottom: 20px;
}

.sidebar-news-img {
    display: block;
    margin-right: -10px;
}

/* .sidebar-news-img img {
    height: 100px;
} */

.sidebar-news-img.wrap-img{
    padding-bottom: 71.42%;
}

.news-title {
    /* text-transform: uppercase; */
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-time {
    margin-top: 5px;
}

/* .sidebar-img {
    height: 408px;
} */


/* .block-sidebar-img {
    margin-bottom: 40px;
} */

.block-sidebar-img.wrap-img{
    padding-bottom: 125.5%;
}

/* chi-tiet-tin-tuc */

.news-chi-tiet-content{
    overflow: hidden;
}

.news-chi-tiet-title h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    overflow: hidden;
}

.news-chi-tiet-content h1 
.news-chi-tiet-content h2,
.news-chi-tiet-content h3,
.news-chi-tiet-content h4,
.news-chi-tiet-content h5,
.news-chi-tiet-content h6,
.news-chi-tiet-content p {
    font-weight: unset;
    text-transform: unset;
    color: var(--seventh-color);
    font-family: Roboto;
}

.news-chi-tiet-content h1 {
    font-size: 28px;
    margin: 0 0 20px 0;
    font-weight: 500;
}

.news-chi-tiet-content h2 {
    font-size: 24px;
    margin: 0 0 15px 0;
    font-weight: 500;
}

.news-chi-tiet-content h3 {
    font-size: 20px;
    margin: 0 0 15px 0;
    font-weight: 500;
}

.news-chi-tiet-content h4 {
    font-size: 16px;
    margin: 0 0 15px 0;
}

.news-chi-tiet-content h5 {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.news-chi-tiet-content h6 {
    font-size: 11px;
    margin: 0 0 5px 0;
}

.news-chi-tiet-content p {
    font-size: 16px;
    margin: 0 0 10px 0;
    font-weight: 400;
}

.news-chi-tiet-content img{
    max-width: 800px;
    height: auto;
}

/* cart */

.bottom-line {
    border-bottom: 1px solid var(--primary-color);
    /* vertical-align: middle; */
}

.table-head {
    padding: 24px 0px 12px;
    text-align: center;
}

.cart-chi-tiet-sp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
}

/* .cart-img-sp img{
    height: 183px;
}
 */

.cart-title-sp {
    display: block;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.buttons_added {
    display: inline-block;
    position: relative;
    text-align: center;
}

.input-qty {
    width: 60%;
    height: 32px;
    padding: 10px;
    text-align: center;
}

.is-form {
    width: 15px;
    height: 15px;
    padding: 0;
    position: relative;
    background-color: var(--second-color);
    border: 1px solid var(--primary-color);
}

.is-form span {
    display: block;
    position: absolute;
    top: -32%;
    left: 50%;
    transform: translate(-50%, 0);
}

.plus,
.minus {
    position: absolute;
}

.minus {
    bottom: 0;
}

.plus {
    top: 0;
}


.cart-thanh-tien {
    text-align: center;
}

.cart-thanh-tien span,
.cart-gia-sp {
    display: inline-block;
}

.bo-san-pham img{
    width: 20px;
    height: auto;
}

.bo-san-pham{
    display: block;
    font-weight: 600;
}

.line-info {
    border: 1px solid var(--tenth-color);
    background-color: var(--ninth-color);
}

.cart-thong-tin {
    color: var(--seventh-color);
    margin: 12px 0;
}

.vnd span,
.price-tam-tinh {
    display: inline-block;
}

.vnd {
    width: 100%;
    text-align: right;
}

.cart-tam-tinh,
.price-tam-tinh {
    color: var(--primary-color);
    margin: 6px 0;
}

.cart-tong-tien,
.price-tong-tien {
    display: inline-block;
    color: var(--seventh-color);
}

.cart-tong-tien,
.price-tong-tien {
    margin: 11px 0px;
}

.form-thanh-toan {
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.button-cart {
    border: unset;
    display: block;
    width: 100%;
    color: var(--second-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: var(--eleventh-color);
    margin: 17px 0 10px;
    text-align: center;
    padding: 10px;
}

.button-cart:hover {
    color: var(--second-color);
}

/* .vnd {
    display: inline-block;
}
 */

/* search */
.product-list-page {
    margin-bottom: 20px;
}

/* gioi-thieu */
.title-gioi-thieu {
    text-align: center;
}

/* user-dang-ky */
.user-border-cover {
    padding: 35px 25px 15px;
    border: 1px solid var(--eighth-color);
    border-top: 4px solid var(--third-color);
    box-shadow: 0 2px 3px rgba(var(--thirdteenth-color), .08);
}

.user-form-dang-ky {
    width: 50%;
    margin: auto;
    text-align: center;
}

.form-dang-ky-title {
    font-size: 18px;
    margin: 5px 0px;
}

.form-dang-ky-content input {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid var(--eighth-color);
}

.form-dang-ky-content button {
    /* width: 90px; */
    color: var(--second-color);
    background-color: var(--seventh-color);
    border: unset;
    padding: 5px 10px;
    margin-top: 15px;
}


/* user-dang-nhap */
.block-cover-pass{
    position: relative;
}

.block-cover-pass .con-mat-mat-khau img{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.user-quen-mk {
    display: inline-block
}

.user-quen-mk span {
    margin-right: 5px;
    transform: translateY(2px);
}

.user-tao-tk {
    width: 200px;
    display: block;
    padding: 7px 15px;
    text-align: center;
    background-color: var(--seventh-color);
    color: var(--second-color);
    text-transform: uppercase;
    margin-top: 30px;
}

.user-tao-tk:hover {
    color: var(--second-color);
}


/* user_thanks */
.thong-bao-thanh-cong {
    color: var(--primary-color);
}

.dang-nhap-ngay {
    display: block;
    padding: 5px 10px;
    color: var(--second-color);
    background-color: var(--third-color);
    width: 200px;
    margin: 20px auto 20px;
}

.dang-nhap-ngay:hover {
    color: var(--second-color);
}

/* user_account */
.user-background-left{
    height: 587px;
    background-color: var(--primary-color);
    padding: 20px 15px;
    color: var(--second-color);
}

.user-avt{
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto;
    border-radius: 50%;
}

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

.user-information{
    list-style: none;
    margin-top: 30px;
}

.user-information li:not(:last-child){
    margin-bottom: 20px;
}

.user-information li a{
    color: var(--second-color);

}

.user-information li a span{
    margin-right: 15px;
}

.tab-content{
    background-color: var(--ninth-color);
}

#account{
    width: 70%;
    margin: 0 auto;
    padding: 20px 0px 40px;
}

#account form{
    margin-top: 50px;
}

#account form .information-chi-tiet:not(:last-child){
    margin-bottom: 20px;
}

#account form input{
    border: none;
    margin-top: 5px;
    width: 100%;
    font-size: 16px;
    padding: 5px 15px;
    color: var(--primary-color);
}

.update-account{
    border: none;
    padding: 10px 20px;
    color: var(--second-color);
    background-color: var(--third-color);
}

.information-chi-tiet{
    position: relative;
}

.con-mat-mat-khau img{
    width: 20px;
    height: 12px;
}

.information-chi-tiet .con-mat-mat-khau img{
    position: absolute;
    right: 20px;
    top: 64%;
}

.hien-mat-khau{
    display: none;
}
/* modal */
.modal-backdrop {
    display: none;
}

/* menu-mobie */
.menu-mobile {
    position: fixed;
    width: 100vw;
    left: 0;
    top: 0;
    height: 100vh;
    background: rgba(var(--thirdteenth-color), .7);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: .5s linear;

}

.menu-mobile #menu {
    height: 100%;
    width: 60%;
    background: var(--ninth-color);
    transform: translate(-100%, 0);
    transition: .5s linear;
}

.menu-mobile.active {
    visibility: visible;
    opacity: 1;
}

.menu-mobile.active #menu {
    transform: translate(0, 0);
}

#menu ul{
    list-style: none;
    padding: 0;
}

#menu .menu-title {
    font-size: 13px;
    color: var(--second-color);
    background-color: var(--third-color);
    text-align: center;
    height: 50px;
    line-height: 50px;
}

#panel-menu {
    width: 90%;
}

.menu-mobile #menu ul>li a {
    display: block;
    color: var(--primary-color);
    font-size: 13px;
    padding: 13px 0 13px 15px;
    border-bottom: 1px solid var(--tenth-color);
}

.menu-mobile #menu ul>li .panel-body-2 li a {
    border-bottom: unset;
}

.close-menu {
    position: absolute;
    top: 8px;
    right: 10px;
    color: var(--second-color);
    font-size: 20px;
    cursor: pointer;
}

#menu .close-menu:hover {
    color: var(--second-color);
    text-decoration: none;
}

.mobile-title img {
    width: 20px;
    height: 30px;
}

.nguoi-dung {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
}

.nguoi-dung a {
    color: var(--primary-color);
    font-size: 14px;
    display: inline-block;
}

#menu a:hover
{
    color: var(--third-color);
}

.panel-body-2 a {
    font-size: 13px;
    display: block;
    color: var(--primary-color);
    padding: 10px 0 10px 15px;
}

.panel-body-2 {
    background-color: var(--ninth-color);
    /* display: none; */
}

/* breadcrumb */
.breadcrumb{
    height: 40px;
    line-height: 40px;
    padding: 0;
}

.breadcrumb ol{
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
}

.breadcrumb ol li{
    display: inline-block;
}

.breadcrumb ol li:not(:first-child)::before{
    content: '>';
    margin: 0 5px;
    color: var(--eighth-color);
}

/* .bread-name{
    overflow: hidden;
    white-space: nowrap;
    width: 200px;

} */

#recover .modal-dialog{
    background-color: var(--second-color);
    padding: 40px 25px;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(var(--thirdteenth-color),.5);
}

.modal .modal-dialog {
    top: 40%;
    transform: translate(0, -50%) !important;
}

.user-img img{
    width: 80px;
    margin: 15px 0;
}

.input-wrap input{
    width: 80%;
    margin: 20px auto;
    border-radius: 40px;
    background: var(--ninth-color);
    padding: 0 20px;
    height: 40px;
    border: none
}

.quenmk-btn{
    width: 80%;
    border-radius: 40px;
    background: var(--fifth-color);
    padding: 0 20px;
    height: 40px;
    border: none;
    color: var(--second-color);
    font-size: 16px;
}

.text-dang-ky{
    font-size: 22px;
}

.modal.fade.in {
    background-color: rgba(var(--thirdteenth-color), 0.7);
}

.login-page{
    margin-top: 60px;
}
/* reponsive */
@media only screen and (max-width: 992px) {
    /* header */
    .header1-left a, .header1-right a {
        font-size: 10px;
    }

    .header1-left a img, .header1-right a img {
        width: 20px;
        height: 20px;
        margin-right: 3px;
        transform: translate(0, -2px);
    }

    .header1-left a:not(:last-child), .header1-right a:not(:last-child) {
        margin-right: 5px;
    }

    .dropdown-menu{
        right: 0;
    }
    /* logo */
    .logo{
        height: 140px;
    }

    .logo img {
        height: 50px;
        width: auto;
    }

    /* navbar */
    .block-navbar>ul, .menu{
        height: 50px;
    }

    .block-navbar>ul>li {
        height: 40px;
        line-height: 50px;
        margin-bottom: 10px;
        margin-right: 30px;
    }

    .block-navbar>a, .tim-kiem {
        line-height: 50px;
    }

    .block-number-cart{
        top: 0;
    }

    /* home */
    .space-main-m{
        margin-top: 30px;
    }

    /* banner */
    #owl-banner-mobie.owl-carousel img {
        width: 100%;
        height: 400px;
    }

    #owl-banner-mobie.owl-carousel {
        display: block;
    }

    #owl-banner-mobie.owl-carousel>a:not(:first-child) {
        display: none;
    }

    #owl-banner .glyphicon{
        font-size: 40px;
    }

    .mui-ten-xuong-banner{
        display: none;
    }

    .home-title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .all-product{
        font-size: 20px;
        text-align: right;
    }

    /* .img-main, .img-hover {
        height: 280px;
    } */

    .btn-xem-nhanh{
        font-size: 13px;
    }

    #news{
        margin-top: 30px;
    }

    /* #news a img {
        height: 400px;
    } */

    .form-dang-ky{
        margin-top: 40px;
    }

    .dang-ky-text-title{
        font-size: 24px;
    }

    .text-showroom{
        padding: 20px;
    }

    /* #owl-he-thong a img {
        height: 310px;
    } */

    /* .img-home-featured-news img {
        height: 225px;
    } */

    /* footer */
    footer{
        margin-top: 40px;
    }

    .information{
        display: unset;
    }

    .information-sm{
        display: none;
    }

    .footer-space{
        margin-top: 30px;
    }

    /* page-detail */
    #page-detail .page-content{
        margin-bottom: 30px;
    }

    #page-detail .page-content h1 {
        font-size: 24px;
    }
    
    #page-detail .page-content h2 {
        font-size: 20px;
    }
    
    #page-detail .page-content h3 {
        font-size: 18px;
    }
    
    #page-detail .page-content h4 {
        font-size: 16px;
    }
    
    #page-detail .page-content h5 {
        font-size: 13px;
    }
    
    #page-detail .page-content h6 {
        font-size: 11px;
    }
    
    #page-detail .page-content p{
        font-size: 16px;
    }


    /* olivia burton */
    .options-title{
        font-size: 18px;
        line-height: 22.4px;
    }
   
    .options-choose{
        font-size: 14px;
        line-height: 18.8px;
        padding: 20px 0 30px;
        margin-bottom: 20px;
    }
    
    .options-choose ul li:not(:last-child) {
        margin-bottom: 15px;
    }

    .options-choose input {
        width: 15px;
        height: 15px;
        margin-right: 10px;
    }

    .options-choose ul li input {
        transform: translateY(2px);
    }

    /* .banner-product, .banner-product img{
        height: 165px;
    } */

    .form-sap-xep {
        margin: 30px 0;
    }

    .overlay{
        display: none;
    }

    /* .product-info-2 .img-main, .product-info-2 .img-hover {
        height: 190px;
    } */

    /* .old-price{
        margin-right: 20px;
    } */
    /* chi-tiet-sp */
    /* #slider.owl-carousel img{
        height: 660px;
    } */
/* 
    #thumbnailSlider.owl-carousel img{
        height: 135px;
    } */

    .name-sp {
        margin-top: 30px;
    }

    .sp-lien-quan{
        display: none;
    }

    .sp-lien-quan-sm{
        display: unset;
    }
    
    .sp-lien-quan-sm .font-24{
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .sp-lien-quan-sm .product-info-2{
        margin-bottom: 0;
    }

    /* tin-tuc */
    /* .banner-news, .banner-news img{
        height: 165px;
    } */

    .news-category{
        font-size: 28px;
        line-height: 40px;
    }

    /* .small-news img{
        height: 150px;
    } */

    .small-news-title {
        font-size: 15px;
        line-height: 24.8px;
    }

    .list-news-menu, .list-news-menu-related {
        margin-bottom: 0px;
    }

    .sidebar-news-img{
        margin-right: 0;
    }

    .news-title {
        font-size: 13px;
    }

    .block-sidebar-img{
        margin: 30px 0;
    }

    /* .sidebar-img{
        height: 300px;
    } */

    .block-sidebar-sm{
        display: none;
    }

    /* dang nhap */
    .form-dang-ky-title {
        margin: 30px 0px 5px;
    }

    .user-quen-mk{
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    #banner {max-width: 100%; overflow: hidden; min-height: 250px;}
    /* header*/
    #background-header-1,
    .menu{
        display: none;
    }

    header {
        position: sticky;
        top: 0;
        background-color: var(--second-color);
        z-index: 999;
        box-shadow: 0 2px 3px rgba(var(--thirdteenth-color), .08);
    }

    .menu-m{
        display: unset;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 5px;
    }

    .menu-m .gio-hang-m,
    .menu-m .icon-menu,
    .menu-m .search-m{
        display: inline-block;
    }
    .icon-menu{
        height: 14px;
        margin-right: 15px;
    }

    .gio-hang-m{
        margin-left: 15px;
        position: relative;
    }

    .gio-hang-m .block-number-cart{
        position: absolute;
        top: -7px;
        right: -6px;
        width: 17px;
        height: 17px;
        font-size: 9px;
    }
    
    .nav-image-m{
        width: 25px;
        height: 25px;
    }

    .search-m{
        position: relative;
    }

    .searchTerm-m{
        min-width: 200px;
        height: 32px;
        padding: 5px 5px 5px 40px;
    }

    .searchButton-m{
        height: 35px;
        width: 35px;
        position: absolute;
        top: 0;
        left: 0;
        border: none;
        background-color: unset;
    }
    
    /* logo */
    .logo {
        height: 70px;
        line-height: 70px;
    }

    /* home */
    #owl-banner-mobie.owl-carousel img {
        width: 100%;
        height: 135px;
    }

    #owl-banner-mobie.owl-carousel {
        display: block;
    }

    #owl-banner-mobie.owl-carousel>a:not(:first-child) {
        display: none;
    }

    .home-title{
        font-size: 20px;
        margin-bottom: 30px;
        line-height: unset;
    }

    .all-product{
        font-size: 18px;
    }

    /* .img-product img{
        height: 180px;
    } */

    .product-info .product-content .name,
    .product-info .product-content .price{
        font-size: 16px;
        line-height: 22.6px;
    }

    .tag-new{
        font-size: 16px;
    }

    /* #news a img {
        height: 146px;
    } */

    .form-dang-ky{
        margin-top: 30px;
    }

    .dang-ky-content{
        height: 300px;
    }

    .input-dang-ky, .btn-sign-up{
        min-width: 260px;
        font-size: 16px;
    }

    .btn-sign-up{
        margin-top: 10px;
    }

    .text-showroom{
        padding: 20px;
    }

    .text-showroom div:first-child{
        font-size: 18px;
    }

    /* #owl-he-thong a img {
        height: 250px;
    } */

    .home-featured-news{
        margin-bottom: 30px;
    }

    .home-featured-news-title{
        font-size: 16px;
        line-height: 25.8px;
    } 

    /* footer */
    footer{
        margin-top: 0px;
        padding: 20px 0 30px;
    }

    .footer-space-m{
        margin-bottom: 30px;
    }

    .footer-title{
        margin-bottom: 20px;
    }

    .footer-contact:not(:last-child) {
        margin-bottom: 10px;
    }
    
    .copyright{
        height: 40px;
        line-height: 40px;
    }

    /* page-detail */
    .title-gioi-thieu{
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 30.6px;
    }

    .content-gioi-thieu{
        margin-bottom: 30px;
    }

    /* olivia burton */
    .block-cover {
        display: none;
    }

    /* .banner-product, .banner-product img{
        height: 92px;
        width: 100%;
        height: auto;
    } */

    .form-sap-xep{
        margin: 20px 0 30px;
    }

    .pagination-bottom{
        margin-bottom: 30px;
    }

    /* product-item-2 */

    /* .product-info-2 .img-product img{
        height: 180px;
    } */

    .product-info-2 .product-content .price span{
        display: block;
    }
    
    /* chi-tiet-sp */
    /* #slider.owl-carousel img {
        height: 400px;
    } */

    /* #thumbnailSlider.owl-carousel img {
        height: 85px;
    } */

    #slider .glyphicon-menu-left,
    #slider .glyphicon-menu-right {
        font-size: 30px;
    }

    .name-sp, .sp-lien-quan .font-24{
        font-size: 22px;
        font-weight: 600;
        line-height: 32.4px;
        margin-top: 20px;
    }

    .ma-sp{
        font-size: 14px;
        font-weight: 500;
        line-height: 22.6px;
    }

    .panel-content table tr td:first-child{
        width: unset;
    }

    .sp-lien-quan{
        display: unset;
    }

    .sp-lien-quan-sm{
        display: none;
    }

    /* .sp-lien-quan .product-info-2 .img-product img {
        height: 180px;
    }
     */
    .sp-lien-quan .product-info-2 .product-content .name,
    .sp-lien-quan .product-info-2 .product-content .price {
        font-size: 16px;
        font-weight: 600;
        line-height: 25.8px;
    }

    .sp-lien-quan .product-info-2 {
        margin-bottom: 20px;
    }
    
    /* tin-tuc */
    /* .banner-news, .banner-news img{
        height: 92px;
    } */

    .list-content{
        margin-bottom: 0;
    }
    
    .list-title{
        margin-top: 20px;
    }

    .news-category{
        font-size: 28px;
        font-weight: 600;
        line-height: 38.6px;
    }

    .small-news{
        margin-bottom: 20px;
    }

    /* .small-news img {
        height: 105px;
    } */

    .small-news-title{
        font-size: 14px;
        font-weight: 500;
        line-height: 22.8px;
    }

    .list-news-menu-m{
        display: unset;
    }

    .list-news-menu, .sidebar-img{
        display: none;
    }

    .featured-news-detail{
        display: block !important;
        margin-bottom: 30px;
    }

    /* chi-tiet-tin-tuc */
    .news-chi-tiet-title{
        font-size: 28px;
    }

    .block-sidebar-img{
        display: none;
    }

    .block-sidebar-img, .list-news-menu-related{
        margin-bottom: 0;
    }

    /* cart */
    .chua-co-sp{
        margin-bottom: 30px;
    }

    .cart-name{
        font-size: 20px;
        font-weight: 600;
    }

    .table-head{
        font-size: 16px;
    }

    .cart-title-sp, .cart-price-sp {
        font-size: 12px;
    }

    .input-qty {
        width: 100%;
    }

    /*  .thanh-tien{
        text-align: center;
    } */

    .line-info {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .cart-thong-tin{
        font-size: 20px;
        font-weight: 600;
    }

    .cart-tong-tien, .price-tong-tien{
        font-size: 18px;
    }

    /* user-dang-ky */
    .user-form-dang-ky {
        width: 70%;
    }

    /* #btn-phone {
        bottom: 80px;
    }

    #btn-back-to-top {
        bottom: 140px;
    }  */

    .user-border-cover{
        margin-bottom: 30px;
    }
    
    /* breadcrumb */
    .breadcrumb{
        display: none;
    }

    /* user-account */
    .user-background-left{
        height: 420px;
    }

    .tab-content{
        margin-bottom: 30px;
    }
    .btn-add-to-cart.btn-mobile {display: inline-block; margin-top: 15px;padding: 7px 15px;height: auto;}
    .btn-add-to-cart.btn-pc{ display: none;}

    .news-chi-tiet-title h1{
        font-size: 24px;
    }

    .news-chi-tiet-content h1{
        font-size: 24px;
    }
    
    .news-chi-tiet-content h2 {
        font-size: 20px;
    }
    
    .news-chi-tiet-content h3 {
        font-size: 18px;
    }
    
    .news-chi-tiet-content h4 {
        font-size: 14px;
    }
    
    .news-chi-tiet-content h5 {
        font-size: 13px;
    }
    
    .news-chi-tiet-content h6 {
        font-size: 11px;
    }
    
    .news-chi-tiet-content p {
        font-size: 16px;
    }

    /* login */
    .login-page{
        margin-top: 30px;
    }

    .text-dang-ky{
        font-size: 20px;
    }

    .user-border-cover{
        padding: 0px 25px 15px;
    }
}


/* fix lại */

.pagination>li>a, 
.pagination>li>span {
    color: var(--fourth-color);
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color: var(--fourth-color);
    border-color: var(--fourth-color);
}

.pagination a:hover:not(.active){
    background-color: var(--fourth-color);
}

/* User css */
.clear{
    clear: both;
}

.btn-dung-thu{
    background-color: var(--fourth-color);
    color: var(--second-color);
}

.btn-register{
    position: relative;
}

.header-ring{
    position: absolute;
    top: -13px;
    left: -40px;
}

.dashboard .sibar-dashboard {
    margin-right: -23px;
    border: 1px solid var(--tenth-color);
    padding: 30px 0 25px;
}

.dashboard .sibar-dashboard .user{
    padding-left: 20px;
}

.dashboard .sibar-dashboard .user .avatar{
    width: 72px;
    height: 72px;
    float: left;
    margin-right: 10px;
    background-color: var(--tenth-color);
    border-radius: 50%;
    position: relative;
}

.dashboard .sibar-dashboard .user .avatar .avt-name{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
}

.dashboard .sibar-dashboard .user .info{
    float: left;
    margin-top: 9px;
}

.dashboard .sibar-dashboard .user .info .name{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: var(--third-color);
    margin-bottom: 15px;
}  

.dashboard .sibar-dashboard .user .info.point{
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: var(--third-color);
}

.dashboard .sibar-dashboard ul{
    margin-top: 30px;
    list-style: none;
    padding: 0;
}

.dashboard .sibar-dashboard ul li {
    padding: 12px 0 12px 20px;
}

.dashboard .sibar-dashboard ul li img{
    margin-right: 10px;
    width: 16px;
    height: auto;
}

.dashboard .sibar-dashboard ul li a{
    color: var(--seventh-color);
}

.dashboard .sibar-dashboard ul li.active{
    background: var(--ninth-color);
}

.dashboard .sibar-dashboard ul li:hover{
    background: var(--ninth-color);
}

.dashboard .tab-info{
    margin-left: 33px;
}

.dashboard .dashboard-button{
    border: none;
    background: var(--seventh-color);
    color: var(--second-color);
    padding: 7px 15px;
    transition: .3s linear;
    font-weight: 500;
}

.dashboard .tab-info h2.title {
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 20px;
    color: var(--primary-color);
    text-align: left;
}

.dashboard .tab-info .info-inner:not(:first-child){
    margin-top: 40px;
}

.dashboard .tab-info table {
    border: 1px solid var(--sixth-color);
    width: 100%;
}

.dashboard .tab-info table th {
    padding: 16px 20px 18px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: var(--third-color);
    /* text-align: center; */
}

.dashboard .tab-info table td{
    padding: 12px 10px 12px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    /* text-align: center; */
}

.dashboard .tab-info table .price,
.dashboard .tab-info table .point {
    color: var(--twelfth-color);
}

.dashboard .tab-info table .watch-now {
    display: inline-block;
    padding: 3px 8px;
    background-color: var(--primary-color);
    color: var(--second-color);
    font-size: 12px;
    line-height: 14px;
}

.dashboard .tab-info table tr:nth-child(even) {
    background-color: var(--ninth-color);
}

.dashboard .tab-info table th:first-child,
.dashboard .tab-info table td:first-child {
    text-align: left;
}

table.type-1 th{
    width: 14%;
}

table.type-1 th:nth-child(3){
    width: 15%;
}

table.type-1 th:first-child {
    width: 46%;
}

table.type-2 th {
    width: 13%;
}

table.type-2 th:first-child {
    width: 74%;
}

.dashboard .tab-info .info-inner .see-more{
    padding: 20px;
}

.dashboard .tab-info .info-inner .see-more a{
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: var(--third-color);
}

table.type-3 th.stt{
    width: 5%;
    text-align: center;
}

table.type-3 th {
    width: 10%;
}

table.type-3 th.account{
    width: 30%;
    text-align: left;
}

.dashboard .tab-info table.type-3 td.stt{
    text-align: center;
    padding: 12px 20px;
}

.dashboard .tab-info table.type-3 td.name {
    text-align: left;
}

#ref_link_text{
    color: var(--primary-color);
}

#form-change-pass .add-item:not(:last-child){
    margin-bottom: 20px;
}

.breadcrumb-build {
    height: 40px;
    background-color: var(--ninth-color);
    line-height: 40px;
    margin-bottom: 15px;
}

.breadcrumb-build ol {
    list-style: none;
    padding: 0 15px;
}

.breadcrumb-build ol li {
    display: inline-block;
}

.breadcrumb-build ol li a {
    color: var(--seventh-color);
}

.breadcrumb-build ol li a img {
    transform: translateY(-2px);
}

.breadcrumb-build ol li:last-child a {
    color: var(--fourth-color);
}

.breadcrumb-build ol li:not(:first-child):before {
    content: '›';
    margin: 0 5px;
}

@media only screen and (max-width: 768px){
    .dashboard .sibar-dashboard{
        margin-right: 0;
        padding: 20px 0 20px;
    }

    .dashboard .tab-info{
        margin-left: 0;
        margin-top: 30px;
    }

    .dashboard .tab-info .table-mobile{
        overflow-x: scroll;
        padding: 0px 0px 20px;
    }

    .dashboard .tab-info .table-mobile table{
        min-width: 600px;
    }

    .dashboard .tab-info table th{
        padding: 10px 15px 10px;
        font-size: 14px;
        line-height: 16px;
    }

    table.type-3 th{
        width: 10%;
    }

    .dashboard .sibar-dashboard ul li:hover{
        background: unset;
    }

    /* user-menu-mobile */
    .header-ring {
        position: absolute;
        top: -9px;
        left: -30px;
    }

    .name-user{
        margin-left: 10px;
    }
    
    .btn-register, .login-btn{
        color: var(--seventh-color);
    }
}

body>div:first-child {
    display: none;
}