@font-face {
    font-family: 'SFU-Futura-Regular';
    src: url('../fonts/SFUFutura.eot');
    src: url('../fonts/SFUFutura.eot?#iefix') format('embedded-opentype'), url('../fonts/SFUFutura.woff2') format('woff2'), url('../fonts/SFUFutura.woff') format('woff'), url('../fonts/SFUFutura.ttf') format('truetype'), url('../fonts/SFUFutura.svg#SFUFutura') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFU-Futura-Book';
    src: url('../fonts/SFUFuturaBook.eot');
    src: url('../fonts/SFUFuturaBook.eot?#iefix') format('embedded-opentype'), url('../fonts/SFUFuturaBook.woff2') format('woff2'), url('../fonts/SFUFuturaBook.woff') format('woff'), url('../fonts/SFUFuturaBook.ttf') format('truetype'), url('../fonts/SFUFuturaBook.svg#SFUFuturaBook') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFU-Futura-Bold';
    src: url('../fonts/SFUFuturaBold.eot');
    src: url('../fonts/SFUFuturaBold.eot?#iefix') format('embedded-opentype'), url('../fonts/SFUFuturaBold.woff2') format('woff2'), url('../fonts/SFUFuturaBold.woff') format('woff'), url('../fonts/SFUFuturaBold.ttf') format('truetype'), url('../fonts/SFUFuturaBold.svg#SFUFuturaBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.bg-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
    z-index: 9;

}

.menu-header-mobi {
    position: fixed;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 10;
    text-align: center;
    transition: 0.5s;
    max-width: 85%;
    overflow: auto;
    background: #eee;
}

.menu-header-mobi.show-menu {
    left: 0;
}

.menu-header-mobi ul {
    padding-left: 0;
}

.menu-header-mobi ul li {
    list-style: none;
        border-bottom: 1px solid #b0976d;
}

.menu-header-mobi ul li a {
    display: block;
    padding: 20px;
    letter-spacing: .11em;
    line-height: 1.3;
    text-transform: uppercase;
    color: #821326;
    font-size: 0.85rem;
    font-weight: bold;
    text-align: left;
}


.bg-popup .close-menu {
    color: #fff;
    font-size: 5em;
    position: absolute;
    right: 6%;
    top: 10px;
}

.bottom-nav {
    margin: 0 0 55px 0;
    display: none;
}

.bottom-nav .nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #000;
    display: flex;
    overflow-x: auto;
    z-index : 10000;
}

.question h4 {
    background: #e5e5e5;
    font-size: 17px;
    padding: 12px;
    font-weight: normal;
}

.rotate{
    transform: rotate(180deg);
    transition: transform 0.4s ease-out;
}

.description-product .km, .detail .km {
    background: #ff2626;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    padding: 2px 5px;
    margin-right: 5px;
}

.bottom-nav .nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 13px;
    color: #B69469;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

.bottom-nav .nav__link:hover {
    background-color: #eeeeee;
}

.bottom-nav .nav__link--active {
    color: #009578;
}

.bottom-nav .nav__icon {
    font-size: 18px;
}

@media (max-width: 767.98px) {
    .bottom-nav {
        display: block;
    }
}

.visibleH1 {
    visibility: hidden;
    height: 0;
    margin: 0;
}

.khach-hang .item img {
    border-radius: 50%;
}

.khach-hang .item h3 {
    font-weight: normal;
}
#google_translate_element {
    opacity: 0;
    position: absolute;
    top: 0;
    line-height: 44px;
    right: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.product-section-item {
    position: relative;
}

.image-product {
    position: relative;
}

.image-product img {
    border-radius: 10px;
    height: auto;
}

.image-post {
    margin-right: 20px
}

.image-post img {
    height: 150px;
    width: 250px;
    object-fit: cover;
    max-width: 250px;
}

.seemore-post {
    float: right;
}

.seemore-post a {
    font-style: italic;
    padding: 10px;
    border: 1px solid #B69469;
    color: #B69469;
}

.seemore-post a:hover {
    background-color: #B69469;
    color: #fff;
}

/*.list-product-section{
    margin-left: -15px;
    margin-right: -15px;
}*/

.slider-banner .slick-prev, .slider-banner .slick-next {
    display: none !important;
}

.slider-banner .slick-prev {
    z-index: 9;
    width: 25px;
    height: 25px;
}

.slick-prev {
    background: #B69469;
    color: #ffffff;
    width: 50px;
    text-align: center;
    line-height: 50px;
    left: 15px;
    z-index: 9;
    height: 50px;
    top: calc((100% - 165px)/2);
}

.slick-prev:before {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
}

.slick-next {
    background: #B69469;
    color: #ffffff;
    width: 50px;
    text-align: center;
    line-height: 50px;
    right: 15px;
    height: 50px;
    top: calc((100% - 165px)/2);
}

.slick-next:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
}

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

.slider-banner .slick-next {
    width: 25px;
    height: 25px;
    right: 25px;
}

.video-about-us {
    position: relative;
}

.video-about-us:after {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    right: calc((1170px - 100vw)/2 - 20px);
    width: 100%;
    height: calc(100% + 70px);
    background: #eeeeee;
    z-index: -1;
}

/*general page*/

body {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #242529;
}

a {
    color: #000000;
}

a:hover {
    color: #B69469;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4 {
    font-weight: 700;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    color: #0F183F;
    font-family: "Oswald", sans-serif;
    font-weight: normal;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 21px;
}

img {
    max-width: 100%;
}

.margin-0 {
    margin: 0 !important;
}

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

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

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

.header .button-style {
    padding: 12px 10px 14px;
    position: relative;
}

.button-style {
    padding: 12px 40px 14px;
    display: inline-block;
    font-weight: 400;
    transition: 0.6s;
    text-align: center;
    font-size: 16px;
    line-height: normal;
    color: #ffffff;
    vertical-align: middle;
    background: #B69469;
    border: solid 1px #B69469;
    border-radius: 4px;
}

.button-style.button-style-o {
    background: #fff;
    color: #B69469;
}

.button-style.button-style-o:hover {
    background: #B69469;
    color: #fff;
}

.button-style:hover, .button-style.bg-blue {
    background-color: transparent;
    color: #B69469;
}

.slider-banner .slick-dots {
    position: absolute;
    transform: translateX(-50%);
    bottom: 2em;
    left: 50%;
    z-index: 9;
    display: block;
    width: auto;
}

.slider-banner .slick-dots li {
    display: inline-block;
    padding: 5px;
}

section {
    overflow: hidden;
    padding: 40px 0;
}

.bg-gray {
    background: #F5F5F5;
}

.bg-blue {
    background: #04a0db;
}

.color-blue {
    color: #04a0db;
}

.color-yellow {
    color: #FCC63E;
}

.opacity-04 {
    opacity: 0.4;
}

.text-white {
    color: #ffffff;
}

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

.content-header {
    background: #990d23;
    padding: 30px 0;
}

.menu-header .title-menu {
    font-weight: bold;
    text-transform: uppercase;
}

.menu-header .col:not(:first-child) {
    border-left: 1px solid #ccc;
}

.menu-header .col-3:not(:first-child),
.menu-header .col-4:not(:first-child),
.menu-header .col-5:not(:first-child),
.menu-header .col-6:not(:first-child),
.menu-header .col-7:not(:first-child) {
    border-left: 1px solid #ccc;
}

.menu-header .sub-menu a {
    font-size: 1em;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 15px;
    color: black !important;
    background: none !important;
}

.menu-header .sub-menu a:hover {
    color: #B69469 !important;
}

.menu-header .col,
.menu-header .col-5,
.menu-header .col-6,
.menu-header .col-4,
.menu-header .col-3 {
    text-align: left;
}

.menu-header {
    background: #B69469;
}

.menu-header li {
    display: inline-block;
}

.menu-header li.active a, .menu-header li a:hover {
    background: #ffffff;
    color: #242529;
}

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

.menu-header li a {
    font-size: 15px;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    display: inline-block;
    color: #ffffff;
}

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

.slider-banner-item {
    padding: 0;
    color: #fff;
    background-size: cover;
    height: auto;
}

.slider-banner-item h1 {
    font-size: 50px;
    line-height: 70px;
    text-transform: uppercase;
    color: #B69469;
    max-width: 586px;
    margin-bottom: 26px;
}

.slider-banner-item p {
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
    opacity: 0.8;
    max-width: 490px;
    font-weight: 400;
    margin-bottom: 45px;
}

.slick-dots li button {
    background: transparent;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: solid 1px rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    padding: 0;
}

.slick-dots li.slick-active button {
    background: #B69469;
    border: solid 1px #B69469;
}

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

.slick-dots li {
    width: auto;
    height: auto;
    margin: 10px 0;
}

.sidebar-top {
    font-size: 16px;
    line-height: 27px;
    color: #0F183F;
    font-weight: 400;
    padding: 7px 0;
    position: relative;
}

.sidebar-top .button-style {
    padding: 3px 15px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

span.icon-close-sidebar {
    position: absolute;
    right: 30px;
    top: 15px;
    cursor: pointer;
}

.banner-top {
    padding: 0;
}

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

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

.title-section {
    margin-bottom: 45px;
}

.description-product .product-attribute {
    height: 8em;
}

.product-item-viewlist .description-product .product-attribute {
    height: auto;
}

.description-product .product-title {
    line-height: 1.5em;
    font-size: 1.2em;
    color: #242529;
    font-weight: 400;
    font-family: "Oswald";
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    transition: .3s;
}

.product-item-viewlist .description-product .product-title {
    font-size: 1.5em;
}

.description-product .product-title:hover {
    color: #B69469;
    transition: .3s;
}

.description-product p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
}

.description-product del {
    color: #999;
}

.product-item-viewlist .description-product .des p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #8d9ba9;
}

.description-product .attribute {
    color: #8b8b8b;
}

.product-item-viewlist .description-product .price-viewlist {
    font-size: 1.8em;
    line-height: 1.5em;
    color: #562345;
}

.slick-initialized .slick-slide {
    height: auto;
}

.ban-chay-nhat .button-style {
    color: #242529;
}

.ban-chay-nhat .button-style:hover {
    color: #242529;
}

.ban-chay-nhat .description-product h4, .ban-chay-nhat .description-product p {
    color: #fff;
}

.ban-chay-nhat h2 {
    color: #fff;
}

.ban-chay-nhat {
    background-size: cover;
}

span.out-of-stock {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #FC4040;
    border-radius: 2px;
    color: #fff;
    padding: 4px 10px;
    font-size: 11px;
    line-height: 13px;
    font-weight: 500;
}

.logo-item {
    margin: 0 15px;
    background: #FFFFFF;
    border: 3px solid rgba(176, 151, 109, 0.2);
    padding: 10px 15px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.list-logo {
    padding: 60px 0;
}

.list-logo .flex-box {
    margin-left: -15px;
    margin-right: -15px;
}

.blog-item {
    border: 2px solid #B69469;
    padding: 38px 35px;
}

.blog-item p {
    font-family: "Oswald";
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.blog-item h4 {
    font-family: "Oswald";
    font-size: 26px;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 10px;
}

.blog-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
}

.blog-item .blog-des {
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
}

.tin-tuc .title {
    margin-bottom: 12px;
}

.btn-view-more {
    margin-top: 40px;
}

.tin-tuc .button-style {
    color: #242529;
}

.bg-gray {
    /* background: url("../images/bg-gray.png"); */
    background-color: #f8f8f8;
    /* background-size: cover; */
}

.content-footer h4 {
    font-family: "Oswald";
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 28px;
}

.content-footer {
    padding: 50px 30px;
    color: rgba(255, 255, 255, 0.8);
}

.content-footer li {
    font-size: 16px;
    line-height: 28px;
    list-style: none;
    margin-bottom: 10px;
}

.content-footer li a {
    line-height: 28px;
    color: rgba(255, 255, 255, 0.8);
}

.content-footer li a:hover {
    text-decoration: underline;
}

.content-footer ul {
    padding-left: 0;
}

.content-footer .introduce li {
    margin-bottom: 0;
}

.copy-right {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
}

.content-copy-right {
    padding: 20px 0;
    border-top: 1px solid rgba(210, 210, 210, 0.6);
}

.icon-social-footer li a {
    color: #B69469;
    border: 1px solid rgba(176, 151, 109, 0.4);
    min-width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
}

.icon-social-footer li a:hover {
    background: #B69469;
    color: #ffffff;
}

.icon-social-footer li a i {
    font-size: 21px;
    transform: translateY(5px);
    color: #fff;
}

.icon-social-footer li a img {
    height: 20px !important;
    padding: 0 10px
}

.icon-social-footer li {
    display: inline-block;
    margin-right: 15px;
}

.form-search {
    width: 371px;
    height: 50px;
    margin: 0 0px 0 auto;
}

.form-search input {
    width: calc(100% - 60px);
    height: 50px;
    padding: 0 20px;
    border: solid 1px #fff;
    font-size: 15px;
    line-height: 21px;
    font-family: "Oswald", sans-serif;
}

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

.form-search button {
    width: 60px;
    text-align: center;
    padding: 0;
    height: 50px;
    border-radius: 0;
}

.fas.fa-phone {
    transform: rotate(90deg);
    margin-right: 10px;
}

.fas.fa-shopping-cart {
    margin-right: 15px;
}

.infor-header {
    margin-left: auto;
}

.infor-header .button-style {
    margin-left: 12px;
    padding-right: 40px;
    overflow: hidden;
}

.infor-header .button-style:last-child a:after {
    width: 11px;
    height: 5px;
    background: url(../images/muiten.png) no-repeat center right;
    position: absolute;
    content: "";
    top: 23px;
    right: 15px;
    filter: brightness(0) invert(1);
}

.infor-header .button-style:first-child {
    margin-left: 0;
}

.infor-header .button-style-o {
    background: transparent;
    padding-left: 20px;
    padding-right: 20px;
}

.form-contact.form-search button {
    font-size: 12px;
    line-height: 17px;
}

.form-contact.form-search {
    width: 100%;
    margin-bottom: 30px;
}

.form-contact.form-search input {
    font-size: 1em;
}

.icon-protected {
    margin-left: auto;
}

.slider-banner-item {
    background-position: right;
}

footer#footer {
    background-size: cover;
}

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

.introduce-product {
    padding: 20px 30px;
    background: #F6F6F6;
    margin-bottom: 30px;
}

.introduce-product p:last-child {
    margin-bottom: 0;
}

.introduce-product h3 {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #242529;
    font-family: "Oswald", sans-serif;
    margin-bottom: 15px;
}

.introduce-product p {
    font-size: 16px;
    line-height: 164.06%;
    color: #332D3E;
}

.breadcrumb {
    background: #F6F6F6;
}

.breadcrumb li {
    display: inline-block;
    margin-right: 10px;
}

.breadcrumb li.active:before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.5);
    vertical-align: middle;
}

.adv img {
    width: 100%;
}

.adv {
    margin-bottom: 30px;
}

.breadcrumb li, .breadcrumb li a {
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
}

.breadcrumb ul {
    margin-bottom: 0;
    padding-left: 0;
}

.sidebar-left h3 {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #242529;
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
}

.sidebar-left li.active a, .sidebar-left li a:hover {
    color: #B69469;
}

.sidebar-left li {
    display: block;
    list-style-type: none;
    margin-bottom: 15px;
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    line-height: 159.7%;
}

.sidebar-left ul {
    padding-left: 0;
}

.sidebar-left p {
    color: #242529;
}

.sidebar-left>div {
    background: #FFFFFF;
    border: 0.5px solid #F4F4F4;
    padding: 15px;
    margin-bottom: 30px;
}

.ds-thuong-hieu .logo-item {
    width: calc(50% - 10px);
    margin: 0 5px;
    margin-bottom: 10px;
    border: solid 1px #F4F4F4;
}

.ds-thuong-hieu .logo-item:hover {
    border: solid 1px #B69469;
}

.ds-thuong-hieu {
    margin: 0 -5px;
}

.post-row {
    padding: 25px 0;
    border-bottom: 1px solid #f1f1f1
}

.post-row img {
    height: 70px;
    object-fit: cover;
    width: 100%
}

.product-section {
    padding: 0 10px;
}

.product-item, .product-item-viewlist {
    background: #fff;
    padding: 10px;
    height: 100%;
    width: 100%;
    -webkit-transition: -webkit-box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
    position: relative;
}

.product-item-viewlist {
    margin: 0;
}

.product-section-item:hover .product-item, .product-section-item:hover .product-item-viewlist {
    -webkit-box-shadow: 2px 2px 3px 4px #ccc;
    box-shadow: 2px 2px 3px 4px #ccc;
}

/* .product-section-item .image-product:hover {
    border: solid 2px #B69469;
} */

/* .product-section-item .image-product {
    border: solid 2px transparent;
} */

.image-product {
    padding: 0.5em;
}

.product-item .image-product {
    margin-bottom: 10px;
}

.list-product-section .product-section-item {
    margin-top: 10px;
}

.product-section-item {
    margin-bottom: 30px;
}

.gia a {
    display: block;
    background: #F4F4F4;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 21px;
    padding: 10px 10px;
    text-align: center;
}

.gia a:hover {
    background: #B69469;
    color: #fff;
}

.gia.nong-do a {
    width: calc(50% - 8px);
    float: left;
    margin: 0 4px;
    margin-bottom: 8px;
}

.gia.nong-do>div {
    margin: 0 -5px;
}

.gia.nong-do>div:after {
    content: '';
    display: block;
    clear: both;
}

/*detail*/

.image-detail>img {
    width: 100%;
    border: solid 1px #e7e7e7;
}

.list-image img {
    width: calc(20% - 10px);
    float: left;
    margin: 0 5px;
}

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

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

.content-detail {
    margin-top: 50px;
}

.content-detail h3 {
    font-size: 18px;
    line-height: 25px;
    color: #242529;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}

.content-detail p {
    font-size: 16px;
    line-height: 164.06%;
    color: #332D3E;
}

.content-detail p:last-child {
    margin-bottom: 0;
}

section.product-page.detail-product {
    padding-top: 50px;
}

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

.detail h4 {
    font-family: "Oswald";
    line-height: 36px;
    color: #242529;
    font-weight: normal;
}

.detail p {
    font-size: 15px;
    line-height: 152.34%;
    color: #6B6B6B;
    margin-bottom: 10px;
}

span.fas.fa-star {
    color: #F3D228;
}

.fz-11 {
    font-size: 11px !important;
    line-height: 20px !important;
}

span.stock {
    color: #76AF3E;
}

.detail p.price {
    font-size: 18px;
    line-height: 25px;
    color: red;
}

.tag li {
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    list-style-type: none;
    margin-bottom: 10px;
    display: flex;
    font-family: Oswald;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
}

.tag li a, .tag li span {
    margin-left: auto;
}

.tag ul {
    padding: 0;
}

.sidebar-right .button-style {
    display: block;
    padding: 9px 20px;
    margin-bottom: 15px;
}

.sidebar-right p {
    font-family: Oswald;
    font-weight: normal;
    font-size: 14px;
    line-height: 140.62%;
}

.sidebar-right .message {
    background: rgba(236, 199, 134, 0.5);
    border-radius: 4px;
    padding: 12px 15px;
    text-align: center;
}

.uu-dai>div {
    background: #F4F4F4;
    border-radius: 4px;
    padding: 7px 15px;
    margin-bottom: 1px;
}

.uu-dai h4 {
    font-weight: normal;
    font-family: Oswald;
    font-size: 11px;
    line-height: normal;
    color: #444444;
}

.uu-dai p {
    font-size: 13px;
    line-height: 18px;
    color: #6B6B6B;
    font-family: Oswald;
    margin-bottom: 0;
}

.icon-box {
    min-width: 40px;
    padding-top: 5px;
}

.chat-zalo {
    margin-bottom: 15px;
}

.mua-ngay {
    margin-bottom: 15px;
}

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

.variations {
    padding-bottom: 20px;
}

.variation {
    display: inline-block;
    border: solid 1px #ccc;
    margin-right: 5px;
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.variation.active, .variation:hover {
    border: solid 3px #B69469;
    color : #B69469;
    font-weight: bold;
}

a.button-style.button-style-blue.btn-buy-now {
    margin-left: auto;
    display: inline-block;
    width: 215px;
    padding: 9px 20px;
}

span.number-down {
    font-size: 12px;
}

.detail {
    margin-right: 20px;
}

span.number-up {
    font-size: 21px;
    margin-top: -5px;
}

span.number-down, .number-up {
    line-height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: default;
    font-size: 21px;
    user-select: none;
}

.share-social {
    font-size: 14px;
    margin-top: 45px;
}

input#number:focus {
    outline: none;
}

.btn-like {
    background: #3B5998;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
    font-family: Oswald;
}

a.btn-like.btn-twitter {
    background: #008fe5;
}

.share-social p {
    margin-bottom: 7px;
}

.share-social a:hover {
    color: #fff;
}

.share-social a.btn-gg {
    border: solid 1px #dd4e42;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
    font-family: Oswald;
    color: #dd4e42;
}

.btn-like span {
    margin-right: 5px;
}

input#number {
    width: 60px;
    text-align: center;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

.chat-message a {
    background: #3B5998;
    display: block;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    padding: 9px;
    font-family: Oswald;
}

.chat-zalo a {
    background: #008FE5;
    display: block;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    padding: 9px;
    font-family: Oswald;
}

.ban-chay-nhat .product-section-item .image-product:hover {
    border: none;
}

.slider-logo .slick-track {
    display: flex;
}

.slider-logo .slick-track .logo-item {
    display: flex;
}

.slider-logo .slick-prev, .slider-logo .slick-next {
    top: 50%;
    width: 30px;
    height: 30px;
    line-height: normal;
}

.slider-logo .slick-prev:before, .slider-logo .slick-next:before {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
}

ul.sub-menu {
    position: absolute;
    min-width: 100%;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    padding: 1px 0 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1)
}

div.sub-menu {
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    padding: 1px 0 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 3em;
}

div.sub-menu p {
    display: flex;
    align-items: center;
}

div.sub-menu .colum-count {
    column-count: 10;
}

.sub-menu .container {
    margin: auto;
}

.menu-header li a:hover~.sub-menu, .sub-menu:hover {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s;
}

.menu-header li {
    /* position: relative; */
    margin-left: 0;
}

.sub-menu li {
    display: block;
}

.sub-menu li a {
    color: #242529;
    white-space: nowrap;
    display: block;
}

.sub-menu li a:hover {
    background: #B69469;
    color: #ffffff;
}

.menu-header li a span {
    margin-left: 5px;
    font-size: 14px;
    display: inline-block;
}

@media only screen and (max-width: 1199px) {
    .icon-social-footer li {
        margin-right: 5px;
    }

    .blog-item {
        padding: 20px 20px;
    }

    .blog-item h4 {
        font-size: 24px;
    }

    .description-product p {
        font-size: 16px;
    }

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

    .form-search {
        width: auto;
    }

    .menu-header li a {
        padding: 0 7px;
    }

    .slider-banner-item {
        background-position: right -100px center;
    }

    .content-page-product .description-product p {
        font-size: 14px;
    }

    a.button-style.button-style-blue.btn-buy-now {
        width: auto;
    }
}

@media only screen and (max-width: 991px) {
    .button-style {
        padding: 6px 20px 8px;
    }

    .sidebar-top {
        font-size: 16px;
    }

    .content-header .infor-header, .content-header .form-search, .menu-header {
        display: none;
    }

    .button-menu-mobile {
        display: block;
        margin-left: auto;
        color: #B69469;
        font-size: 22px;
        cursor: pointer;
    }

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

    .slider-banner-item h1 {
        font-size: 32px;
        line-height: 52px;
    }

    .slider-banner-item p {
        font-size: 20px;
        line-height: 28px;
        max-width: 450px;
    }

    

    /* .menu-header li.active a, .menu-header li a:hover {
        background: transparent;
        color: #ffffff;
    }
    .menu-header li {
        display: block;
    } */
    #tabMenu {
        background: #fff;
    }

    #tabMenu .nav-item {
        padding-right: 0;
        padding-left: 0;
        display: block;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    #tabMenu .nav-link {
        color: inherit;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        position: relative;
        border-width: 0;
        background-color: transparent;
        padding: 1em 8px;
        border-radius: 0;
        max-width: 100%;
        color: #ccc;
    }

    #tabMenu .nav-link.active {
        color: #B69469;
    }

    #tabMenu .nav-link:not(.disabled):before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 50%;
        right: 50%;
        height: 2px;
        background: rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.12s ease-out;
        transition: all 0.12s ease-out;
    }

    #tabMenu .nav-link.active:before, #tabMenu .nav-link.active:focus:before, #tabMenu .nav-item.open .nav-link:before, #tabMenu .nav-item.open .nav-link:focus:before {
        left: 0;
        right: 0;
        background: #B69469;
    }

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

    #tabMenuContent .menu-item {
        list-style-type: none;
        border-bottom: 1px solid #B69469;
    }

    #tabMenuContent .menu-item>a {
        display: block;
        padding: 20px;
        letter-spacing: .11em;
        line-height: 1.3;
        text-transform: uppercase;
        color: #821326;
        font-size: 0.85rem;
        font-weight: bold;
        text-align: left;
    }

    .submenu-mobi {
        display: none;
        background-color: #fff;
    }

    .submenu-mobi.open {
        display: block;
    }

    .submenu-list, .submenu-list-first {
        padding: 0 15px;
        text-align: left;
        background: #fff;
    }

    .submenu-list-first .submenu-item {
        border-bottom: 1px solid #b3b3b3;
    }

    .submenu-list .submenu-item>a, .submenu-list-first .submenu-item>a {
        display: inline-block;
        padding: 15px 0;
        color: #000;
        font-weight: normal;
    }

    .submenu-list .submenu-item {
        border: none;
        padding: 5px 0;
    }

    .submenu-list .submenu-title {
        padding: 20px 0;
        background: #fff;
        border-bottom: 1px solid #b3b3b3;
        font-size: .85em;
        font-weight: 400;
        letter-spacing: .11em;
        text-transform: uppercase;
        display: block;
    }

    #tabMenuContent #brand, #tabMenuContent #service {
        background-color: #fff;
    }

    .brand-item {
        padding: 0 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .brand-item .col-img {
        width: 100%;
        padding-right: .5em;
        padding-left: .5em;
    }

    .brand-item .col-img:nth-child(2) {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    .brand-item .col-img .brand-img-link {
        padding: 0.5rem;
        display: block;
    }

    .brand-item .col-title {
        text-align: left;
    }

    .brand-item .col-title .brand-link {
        display: block;
        color: #333;
        line-height: 1.3;
        padding: 1rem 2.5rem 1rem 0;
        font-size: 16px;
    }

    .showall {
        padding: 1rem;
        border-bottom: 0;
    }

    .btn-all-brand {
        color: #fff;
        background-color: #B69469;
        border-color: #B69469;
        box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(0, 0, 0, 0.075);
        padding: .625rem 1rem;
    }

    .service-item .service-link {
        padding: 1rem 2rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        background-color: #fff;
        color: #333;
        display: block;
        font-size: 1rem;
        position: relative;
        text-align: left;
    }

    .service-item .service-link:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .uu-dai p {
        margin-top: 30px;
    }

    .detail {
        margin-right: 0px;
    }

    .sidebar-right {
        margin-top: 30px;
    }

    ul.sub-menu.show-submenu {
        display: block !Important;
        position: unset;
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (max-width: 767px) {
    .content-detail img {
        height: auto !important;
    }
    .image-info img {
        max-width: 210px;
    }
    .description-product {
        width: 90%;
        margin: auto;
    }

    .image-product {
        width: 90%;
        margin: auto;
    }

    .description-product h4 {
        height: 3em;
    }

    .content-page-product .container>.flex-box {
        display: block;
    }

    .content-copy-right {
        display: block;
    }

    .content-copy-right .icon-protected {
        margin-top: 10px;
    }

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

    .logo-item {
        margin: 0 5px;
        padding: 10px 15px;
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }

    .list-logo .flex-box {
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
    }

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

    .blog-item img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .blog-item p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .blog-item h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .tin-tuc .title {
        margin-bottom: 20px;
    }

    section {
        padding: 40px 0;
    }

    .btn-view-more {
        margin-top: 20px;
    }

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

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

    .description-product p {
        font-size: 12px;
    }

    .slick-next {
        right: 5px;
        width: 30px;
        height: 30px;
    }

    .slick-prev {
        left: 5px;
        width: 30px;
        height: 30px;
    }

    .slick-prev:before {
        font-size: 15px;
        line-height: 30px;
        display: block;
    }

    .slick-next:before {
        font-size: 15px;
        line-height: 30px;
        display: block;
    }

    h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .sidebar-top {
        font-size: 14px;
        PADDING: 0 20px;
        line-height: 20px;
    }

    span.icon-close-sidebar {
        position: absolute;
        right: 10px;
    }

    .logo img {
        max-width: 130px;
        height: auto;
    }

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

    .menu-header li a {
        line-height: 40px;
    }

    .menu-header {
        padding-top: 30px;
    }

    .sidebar-left {
        display: none;
        width: 100%;
    }

    .introduce-product {
        padding: 15px 15px;
    }

    section.product-page.detail-product {
        padding-top: 0px;
    }

    .detail {
        margin-top: 30px;
    }

    .content-detail {
        background: #f6f6f6;
        padding: 20px 15px;
    }
}