body {
    font-size: 16px;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
}
html {
    scroll-behavior: smooth;
}
:root {
    --color-main: #b3a79b;
}
.hd-logo {
    line-height: 0;
}

.hd-menu h2 {
    font-size: inherit;
    font-weight: inherit;
}

a[ht-trigger="hd-menu"] {
    display: none;
    font-size: 14px;
    line-height: 1;
    padding: 0.5em;
    text-transform: uppercase;
    border: 1px solid;
}
a[ht-trigger="hd-menu"] i:first-child {
    float: left;
}
a[ht-trigger="hd-menu"] i:last-child {
    float: right;
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
/* BEGIN s-header-11 */
.s-header-11 {
    position: relative;
    background-color: #fff;
    z-index: 111;
}
.s-header-11 .align-items {
    position: relative;
}
.s-header-11 .icon {
    display: flex;
    position: relative;
    0:
        AUTO 100PX;
    gap: 14px;
    justify-content: center;
    align-items: center;
}


.s-header-11 .s_pre {
    padding: 5px 0;
    background-color: #fafafa;
}
.s-header-11 .left {
    display: flex;
}
.s-header-11 .contact {
    display: flex;
    align-items: center;
}
.s-header-11 .contact span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 25px;
    height: 30px;
}
.s-header-11 .contact span i.fa {
    font-size: 18px;
}
.s-header-11 .phone {
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}
.s-header-11 a:hover {
    color: var(--color-main);
}
.s-header-11 .time span i.fa {
    font-size: 14px;
}
.s-header-11 .contact+.contact {
    margin-left: 20px;
}
.s-header-11 .s_pre .right {
    display: flex;
}

.s-header-11 .login {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.s-header-11 .login svg, .s-header-11 .search svg, .s-header-11 .cart svg, .s-header-11 .lang svg {
    fill: #555;
    transition: 0.3s ease;
}
.s-header-11 .login:hover svg, .s-header-11 .search:hover svg, .s-header-11 .cart:hover svg, .s-header-11 .lang:hover svg {
    fill: var(--color-main);
}
.s-header-11 .cart {
    font-size: 18px;
    position: relative;
    /* margin-left: 12px; */
    cursor: pointer;
    color: #555;
    transition: 0.25s ease;
}
.s-header-11 .cart .bage {
    font-size: 10px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
}

.s-header-11 .search {
    display: flex;
    align-items: center;
    margin-left: 18px;
    cursor: pointer;
}
.s-header-11 .login span {
    margin-right: 15px;
}
.s-header-11 .lang {
    display: flex;
    align-items: center;
    margin-left: 15px;
    position: relative;
}
.s-header-11 .lang::after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 7px;
    color: #9f9f9f;
}
.s-header-11 .lang .list {
    position: absolute;
    width: max-content;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-61%);
    font-size: 14px;
    padding-top: 15px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 123;
}
.s-header-11 .lang .list ul {
    position: relative;
    background-color: #f5f5f5;
    padding: 10px 15px;
    border-radius: 5px;
}
.s-header-11 .lang .list ul::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border-top: 0px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f5f5f5;
}
.s-header-11 .lang li a {
    display: block;
    padding: 3px 0;
}
.s-header-11 .lang:hover .list {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.s-header-11 .hotline {
    position: absolute;
    font-weight: bold;
    font-size: 18px;
    display: block;
    color: #6f5827;
}
.s-header-11 .s_top {
    padding: 10px 0;
    border-bottom: 0.4px solid #e1e1e1;
}
.s-header-11 .s_top .align-items--center {
    flex-direction: column;
    margin: auto;
}
.s-header-11 .hd-logo {
    font-size: 14px;
}
.s-header-11 .hd-logo img {
    height: 40px;
}
.s-header-11 .hd-slogan img {
    height: 48px;
}
.s-header-11 .s_bot {
    border-top: 1px solid rgb(241 241 241 / 55%);
    border-bottom: 1px solid rgb(241 241 241 / 55%);
    background-color: rgb(255 255 255 / 35%);
}
.s-header-11 .hd-menu>ul {
    display: flex;
    align-items: center;
}
.s-header-11 .hd-menu>ul>li {
    float: left;
    position: relative;
}
.s-header-11 .hd-menu>ul>li:not(:last-child)::after {
    content: "|";
    color: #f1f1f1;
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    right: -1px;
}
.s-header-11 .hd-menu>ul>li.button {
    background-color: var(--color-main);
    border: 1px solid transparent;
    color: #fff;
    margin-left: 25px;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
}
.s-header-11 .hd-menu>ul>li.button:hover {
    background-color: #fff;
    color: var(--color-main);
    border-color: var(--color-main);
}
.s-header-11 .hd-menu>ul>li.button a {
    display: flex;
    align-items: center;
    line-height: normal;
    padding: 8px 20px;
}
.s-header-11 .hd-menu>ul>li.button svg {
    margin-right: 5px;
}
.s-header-11 .hd-menu>ul>li>a {
    display: block;
    padding: 5px 20px;
    line-height: 40px;
    font-size: 18px;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}
.s-header-11 .hd-menu>ul>li>a::before {
    content: '';
    height: 0;
    width: 100%;
    background-color: var(--color-main);
    z-index: -1;
    position: absolute;
    left: 0;
    -webkit-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
}
.s-header-11 .hd-menu>ul>li>a:nth-last-child(2) h2::after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 10px;
    float: right;
}
.s-header-11 .hd-menu>ul>li>ul {
    visibility: hidden;
    width: max-content;
    padding: 5px 0;
    background-color: #fff;
    box-shadow: 0 5px 10px #ccc;
    z-index: 2000;
    position: fixed;
}
.s-header-11 .hd-menu>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.s-header-11 .hd-menu>ul>li>ul>li a {
    display: block;
    padding: 10px 25px 10px 20px;
}
.s-header-11 .hd-menu>ul>li>ul>li a::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 0.858em;
    color: #888;
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.s-header-11 .hd-menu>ul>li:not(.no-hover):hover>ul {
    visibility: visible;
    position: absolute;
    -webkit-animation: slide-up 0.3s;
    -o-animation: slide-up 0.3s;
    animation: slide-up 0.3s;
}
.s-header-11 .cate {
    position: absolute;
    padding: 30px 0;
    width: 100%;
    overflow: hidden;
    top: calc(100% + 20px);
    right: 0;
    /* color: #fff; */
    opacity: 0;
    visibility: hidden;
    background-color: #fafafa;
    box-shadow: 0px 10px 14px -1px rgb(80 80 80 / 50%);
    transition: .1s ease;
}
.s-header-11 .hd-menu>ul>li:hover>.cate {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: .3s linear;
}
.s-header-11 .cate .item {
    margin-bottom: 20px;
}
.s-header-11 .cate .item-title {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px dashed rgb(229 229 229 / 40%);
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.s-header-11 .cate .item-title.single {
    border: none;
}
.s-header-11 .cate .item-title:hover {
    color: var(--color-main);
}
.s-header-11 .cate .item-list a {
    display: block;
    padding: 5px 15px;
    position: relative;
}
.s-header-11 .cate .item-list span {
    position: relative;
    z-index: 1;
}
.s-header-11 .cate .item-list span::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 0.858em;
    color: #888;
    margin-right: 6px;
    position: relative;
    top: -1px;
}
.s-header-11 .cate .item-list a:hover span::before {
    color: var(--color-main);
}
.s-header-11 .cate .item-list a:hover {
    color: var(--color-main);
}
.s-header-11 .cate .item-list a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 5%);
    opacity: 0;
    transform: scale(0.5);
    transition: .2s ease-in;
}
.s-header-11 .cate .item-list a:hover::after {
    transform: scale(1);
    opacity: 1;
}
.s-header-11 .hd-menu>ul>li.is-active>a, .s-header-11 .hd-menu>ul>li a:hover {
    color: #b3a79b;
    font-weight: 600;
}
.s-header-11 .like {
    position: relative;
    top: 3px;
}
@media screen and (max-width: 991px) {
    .s-header-11 .s_top .container {
        position: relative;
    }
    .s-header-11 .hd-logo {
        font-size: 10px;
    }
    .s-header-11 .hd-info {
        margin: 0 auto;
        font-size: 12px;
    }
    .s-header-11 .b-search-1 {
        width: 220px;
        margin-right: 1.7%;
        position: absolute;
        right: 0;
        bottom: -42px;
    }
    .s-header-11 .hd-menu {
        float: left;
        position: relative;
    }
    .s-header-11 .hd-menu>a[ht-trigger="hd-menu"] {
        display: block;
        color: #555;
        margin: 0;
        border: none;
        padding: 0;
        font-size: 20px;
    }
    .s-header-11 .hd-menu>ul {
        visibility: hidden;
        width: 250px;
        background-color: #fff;
        right: 0;
        position: absolute;
        top: 40px;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }
    .s-header-11 .hd-menu>ul>li {
        float: none;
    }
    .s-header-11 .hd-menu>ul>li:not(.no-hover):hover>ul {
        min-width: 100%;
    }
    .s-header-11 .hd-menu>ul.is-active {
        visibility: visible;
        -webkit-animation: slide-up 0.3s;
        -o-animation: slide-up 0.3s;
        animation: slide-up 0.3s;
    }
}
@media screen and (max-width: 479px) {
    .s-header-11 .hd-info {
        margin: 0 0 0 auto;
    }
    .s-header-11 .hd-social {
        display: none;
    }
}

/* END s-header-11 */
/* BEGIN s-footer-5 */
.s-footer-5 {
    background: url('/images/banner/banner-footer.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.s-footer-5 .s_top {
    padding: 50px 0 30px;
    border-top: 1px solid #eee;
    background: #00000078;
}
.s-footer-5 .s_top a[rel="nofollow"] img {
    height: 50px;
}
.s-footer-5 .c-headline-3 {
    margin-bottom: 25px;
}
.s-footer-5 .c-headline-3 .c_name {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
}
.s-footer-5 .c-headline-3:after {
    border-bottom: 3px solid #fff;
}
.s-footer-5 .ft-menu li {
    display: inline-block;
    width: calc((100% / 2) - 12px);
    color: inherit;
    font-size: 14px;
    margin: 0 10px 10px 0;
}
.s-footer-5 .ft-menu li.line {
    width: 100%;
    margin-right: 0;
}
.s-footer-5 .ft-menu li>h1 {
    font-size: 18px;
    font-weight: inherit;
    color: #fff;
}
.s-footer-5 .ft-menu li a {
    display: inline-block;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.s-footer-5 .ft-menu li a>span::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: inherit;
    color: #ccc;
    margin-right: 5px;
}
.s-footer-5 .ft-menu li a:hover {
    color: #fff;
}
.s-footer-5 .ft-menu li>span {
    line-height: 20px;
    color: rgba(255, 255, 255, .75);
}
.s-footer-5 .ft-menu li>span:not(:last-child) {
    margin-right: 15px;
}
.s-footer-5 .ft-menu li>span.fa::before {
    width: 15px;
    color: #ccc;
    text-align: center;
}
.s-footer-5 .ft-menu li span::before {
    color: #999 !important;
}
.s-footer-5 .ft-social {
    line-height: 0;
    margin: 13px 0 10px;
}
.s-footer-5 .ft-social a {
    color: inherit;
    font-size: 18px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin-right: 5px;
    color: #b29336;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
}
.s-footer-5 .s_bot {
    /* background-color: #1d1b1c; */
    border-top: 1px solid rgba(255, 255, 255, .7);
    border-top: 1px solid rgba(255, 255, 255, .7);
    background: #0000007d;
}
.s-footer-5 .ft-copyright {
    line-height: 40px;
}
.s-footer-5 .ft-developed {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-footer-5 .ft-developed a {
    line-height: 0;
    margin-left: 5px;
}
.s-footer-5 .ft-phone {
    color: #fff;
    text-align: center;
    z-index: 111111;
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-footer-5 .ft-phone i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    border-radius: 50%;
    background-color: #b29336;
}
.s-footer-5 .ft-phone span {
    margin-left: 0;
    line-height: 1;
    border: 1px solid;
    border-left: none;
    border-radius: 0 5px 5px 0;
    background-color: #f60;
    position: relative;
    left: -5px;
}
.s-footer-5 .ft-phone span:not(.text-hide) {
    padding: 5px;
}
.s-footer-5 .ft-backtop {
    opacity: 0;
    color: #b29336;
    font-size: 22px;
    border: 1px solid;
    background-color: rgba(255, 255, 255, .8);
    z-index: 111111;
    border: 1px solid #b29336;
    position: fixed;
    right: 10px;
    bottom: calc(60% - 1em);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s-footer-5 .ft-backtop.is-show {
    opacity: 1;
    bottom: 15px;
}
.s-footer-5 .ft-backtop:hover {
    color: #fff;
    background-color: #b29336;
}
.s-footer-5 .b-subscribe-2 {
    background-color: transparent;
}
/* END s-footer-5 */
/* BEGIN b-subscribe-2 */
.b-subscribe-2 {
    color: #666;
    font-size: 13px;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.b-subscribe-2 .c-form {
    width: 100%;
    color: inherit;
    font-size: 1em;
    margin-bottom: 0;
}
.b-subscribe-2 .c-form .c_input {
    height: 100%;
    padding: 0 7px;
    color: inherit;
    border: 1px solid #ddd;
    border-right: none;
    background: #fff !important;
}
.b-subscribe-2 .c-form .c_input:focus {
    outline: none;
    background: transparent;
}
.b-subscribe-2 .c-form .c_error>i {
    display: none;
}
.b-subscribe-2 .c-form .c_error>span {
    font-size: 0.847em;
    top: 1.924em;
    right: auto;
    left: 0;
}
.b-subscribe-2>button {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    padding: 1.539em 0.77em 1.539em 0.77em;
    border-radius: 0;
    box-shadow: none;
    line-height: 0;
    border: 1px solid rgba(255, 255, 255, .7);
    border-left: none;
    background: #b29336;
}
.b-subscribe-2>button i {
    line-height: inherit;
}
/* END b-subscribe-2 */
/* BEGIN c-button-4 */
.c-button-4 {
    display: inline-block;
    font-size: 14px;
    line-height: 2.429em;
    padding: 0 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #f60;
}
.c-button-4 span {
    position: relative;
    left: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.c-button-4 span.fa::before {
    font-size: 0.929em;
    color: inherit;
}
.c-button-4:hover span {
    left: 5px;
}

/* END c-button-4 */
/* BEGIN b-card-20 */
.b-card-20 {
    display: block;
    margin-bottom: 32px;
    position: relative;
}
.b-card-20 .b_thumb {
    position: relative;
    display: block;
    overflow: hidden;
}
.b-card-20 .b_video .ht-ratio__img {
    height: auto;
}
.b-card-20 .b_thumb-default, .b-card-20 .b_thumb-hover {
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.b-card-20 .b_thumb-hover {
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 1;
    max-width: 100%;
    opacity: 0;
}
.b-card-20 .b_title {
    font-size: 16px;
    margin-top: 10px;
    text-align: left;
    font-weight: 500;
    font-weight: bold;
}
.b-card-20 .b_title:hover {
    color: var(--color-main);
}
.b-card-20 .b_price {
    margin-top: 10px;
    display: flex;
    justify-content: start;
    gap: 20px;
}
.b-card-20 .b_price .discount {
    /* font-weight: 600; */
    font-size: 15px;
}
.b-card-20 .b_price .market {
    text-decoration: line-through;
    color: #b1afaf;
    font-size: 13px;
    top: 3px;
    position: relative;
}
.b-card-20 .b_price span {
    margin-left: 4px;
}
.b-card-20 .c-button-4 {
    display: block;
}
.b-card-20:hover .b_thumb-default {
    -webkit-transform: translateY(-0%);
    transform: translateY(-0%);
    opacity: 0;
}
.b-card-20:hover .b_thumb-hover {
    top: 0;
    opacity: 1;
}
.b-card-20 .b_like {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    z-index: 1;
    cursor: pointer;
}
.b-card-20 .b_like .fa-heart {
    color: #ff6262;
}
.b-card-20 .b_new {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 14px;
    z-index: 1;
    cursor: pointer;
    background: #ffffffbd;
    padding: 3px 10px;
    border-radius: 17px;
}
/* END b-card-20 */
.ht-ratio--125::before {
    padding-bottom: 125%;
}

/* BEGIN b-card-69 */
.b-card-69 {
    display: flex;
    align-items: center;
}
.b-card-69 .b_icon {
    width: 50px;
    display: flex;
    justify-content: center;
}
.b-card-69 .b_icon img {
    height: 30px;
}
.b-card-69 .b_content .name {
    font-size: 16px;
    font-weight: bold;
}
.b-card-69 .b_content {
    margin-left: 14px;
}
/* END b-card-69 */
/* BEGIN s-breadcrumb-1 */
.s-breadcrumb-1 {
    font-size: 14px;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.s-breadcrumb-1 li:not(:first-child)::before {
    content: "\\";
    font-family: FontAwesome;
    font-size: 0.786em;
    margin: 0 0.637em;
}
.s-breadcrumb-1 li:first-child a>i {
    font-size: 1.429em;
}
.s-breadcrumb-1 li a {
    font-weight: bold;
    color: #1a1a1a;
}
.s-breadcrumb-1 li a:hover {
    color: #b3a79b;
}
.s-breadcrumb-1 li span {
    color: #666;
}

/* END s-breadcrumb-1 */
/* Style chung s-pagination */
[class*="s-pagination-"] {
    padding: 25px 0;
    font-size: 12px;
}
[class*="s-pagination-"]::after {
    content: '';
    display: table;
    clear: both;
}
[class*="s-pagination-"]>li {
    display: inline-block;
    margin: 0 2px;
    border: 1px solid #ddd;
    line-height: 2.334em;
    width: 2.5em;
    height: 2.5em;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
[class*="s-pagination-"]>li>a {
    display: block;
    color: #999;
    font-weight: bold;
    text-align: center;
}
[class*="s-pagination-"]>li:hover {
    background-color: #eee;
    color: #999;
}
[class*="s-pagination-"]>li.active {
    background-color: var(--color-main);
    border: 1px solid var(--color-main);
}
[class*="s-pagination-"]>li.active>a {
    color: #fff;
}

/* BEGIN s-pagination-1 */
.s-pagination-1>li {
    border-radius: 3px;
}

/* END s-pagination-1 */
@media screen and (min-width: 1260px) {
    .ht-page__main {
        width: calc(100% - 300px);
    }
}

/* BEGIN s-sidebar-6 */
.s-sidebar-6 {
    padding: 0px 0 30px;
}
.s-sidebar-6 .s_heading {
    font-size: 26px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
    font-weight: bold;
    /* letter-spacing: 1px; */
    position: relative;
    background: #1a1a1a;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.s-sidebar-6 .s_heading::after {
    content: '';
    width: 40px;
    height: 3px;
    background-color: var(--color-main);
    z-index: 3;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.s-sidebar-6 li a {
    display: block;
    padding: 7px 15px;
    border-radius: 5px;
}
.s-sidebar-6 li a::before {
    content: '\f105';
    font-family: FontAwesome;
    font-weight: bold;
    font-size: 10px;
    color: #888;
    margin-right: 7px;
    position: relative;
    top: -2px;
}
.s-sidebar-6 li a:hover {
    color: #fff;
    background-color: var(--color-main);
}
.s-sidebar-6 li a:hover::before {
    color: inherit;
    margin-right: 10px;
    -webkit-transition: margin 0.25s ease;
    -o-transition: margin 0.25s ease;
    transition: margin 0.25s ease;
}

/* END s-sidebar-6 */
.s-sidebar-6 .s_list {
    padding: 0;
}
.s-sidebar-6 .s_list a {
    display: block;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.s-sidebar-6 .s_list a:not(:last-child) {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.s-sidebar-6 .s_list a::after {
    content: '';
    display: table;
    clear: both;
}
.s-sidebar-6 .s_list a:hover {
    color: var(--color-main);
}
.s-sidebar-6 .s_list .title {
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.s-sidebar-6 .s_list .date {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
}
.s-sidebar-6 .s_list .date.market span {
    font-size: 12px;
    text-decoration: line-through;
    color: #bfbebc;
}
.s-sidebar-6 .s_list .date.discount span {
    color: #1a1a1a;
    font-weight: 600;
}

.s-sidebar-6 .s_list .thumb {
    float: left;
    width: 100px;
    line-height: 0;
    margin-right: 12px;
    border-radius: 0;
}
.s-sidebar-6 .s_list.product .thumb {
    float: left;
    width: 80px;
    line-height: 0;
    margin-right: 12px;
    border-radius: 0;
}
.div-contact {
    margin: 30px 0;
    position: relative;
}
.div-contact img {
    border-radius: 20px;
}
.div-contact .b_thumb {
    position: relative;
}
.div-contact .b_thumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 98%;
    background: #000;
    border-radius: 20px;
    opacity: 0.4;
    z-index: 1;
}
.div-contact .b_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 2;
    width: 75%;
}
.div-contact .b_title {
    font-size: 21px;
    font-weight: bold;
}
.div-contact a {
    display: inline-block;
    margin-top: 12px;
    background: #fff;
    padding: 10px 51px 10px 25px;
    border-radius: 12px;
    color: var(--color-main);
    font-weight: bold;
    font-size: 17px;
    position: relative;
}
.div-contact a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background-color: var(--color-main);
    background-image: url(/images/icons/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-15px, -50%);
    transition: 0.4s ease-in-out;
}
.s_banner {
    background-image: url(/images/banner/bg-banner.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    position: relative
}

.s_banner::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(195 193 125 / 28%);
    z-index: 0
}

.c-headline-10 {
    margin-bottom: 5px;
    z-index: 9;
    position: relative;
    text-align: center
}

.c-headline-10 .c_name {
    font-size: 35px;
    color: #fff;
    font-family: "Anton";
    margin-bottom: 11px;
    letter-spacing: 3px;
    color: #1a1a1a;
}

.c-headline-10 .c_desc {
    font-size: 15px;
    text-transform: none;
    margin-bottom: 13px;
    color: #666
}

.c-headline-10 .c_divider {
    position: relative;
    width: 380px;
    margin: 0 auto
}

.c-headline-10 .square {
    width: 15px;
    height: 15px;
    border: 3px solid #ba1018;
    position: relative;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 auto
}

.c-headline-10 .c_divider::after, .c-headline-10 .c_divider::before {
    content: '';
    height: 2px;
    width: 182px;
    background: rgb(255 255 255 / 80%);
    position: absolute;
    top: 49%;
    z-index: -1
}

.c-headline-10 .c_divider::before {
    left: 0
}

.c-headline-10 .c_divider::after {
    right: 0
}
/* BEGIN b-card-27 */
.b-card-27 {
    display: block;
    position: relative;
}
.b-card-27 .b_thumb img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.b-card-27 .b_content {
    color: #666;
    width: 50%;
    height: 100%;
    padding: 50px 45px 20px 25px;
    position: absolute;
    top: 10%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.b-card-27 .b_title {
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 22px;
    color: #1a1a1a;
    position: relative;
}
.b-card-27 .b_title::before, .b-card-27 .b_title::after {
    width: 10px;
    height: 2px;
    position: absolute;
    bottom: -15px;
}
.b-card-27 .b_title::before {
    background-color: #f60;
}
.b-card-27 .b_title::after {
    background-color: #05a;
    left: 15px;
}
.b-card-27 .b_desc {
    color: #666;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.b-card-27 .b_icon i {
    margin-left: 4px;
    font-size: 13px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.b-card-27 .b_icon {
    font-size: 13px;
    color: #1a1a1a;
}
/* END b-card-27 */

/* BEGIN s-footer-1 */
.s-footer-1 {
    font-size: 14px;
    /* color: #fff;
    background-color: var(--color-main); */
}
.s-footer-1 .s_top {
    padding: 20px 0;
    border-bottom: solid 1px #eee;
}
.s-footer-1 .logo {
    font-size: 40px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
    letter-spacing: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.s-footer-1 .logo span {
    font-weight: bold;
}
.s-footer-1 .ft-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}
.s-footer-1 .ft-content {
    margin-bottom: 10px;
}
.s-footer-1 .ft-bct img {
    height: 60px;
}
.s-footer-1 .ft-social {
    margin-top: 12px;
}
.s-footer-1 .ft-social a {
    display: inline-block;
    width: 25px;
    height: 25px;
    object-fit: cover;
    margin-right: 10px;
}
.s-footer-1 .ft-menu li {
    width: 100%;
    margin-bottom: 10px;
}
.s-footer-1 .ft-menu li>h1 {
    font-size: inherit;
    font-weight: inherit;
}
.s-footer-1 .ft-menu li a {
    display: inline-block;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.s-footer-1 .ft-menu li a>span::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: inherit;
    color: #000;
    margin-right: 5px;
}
.s-footer-1 .ft-menu li a:hover {
    color: var(--color-main);
}
.s-footer-1 .ft-menu li>span {
    line-height: 20px;
}
.s-footer-1 .ft-menu li>span:not(:last-child) {
    margin-right: 20px;
}
.s-footer-1 .ft-menu li>span.fa::before {
    width: 15px;
    color: var(--color-main);
    text-align: center;
}
.s-footer-1 .ft-copyright {
    line-height: 40px;
}
.s-footer-1 .ft-phone {
    color: #fff;
    text-align: center;
    z-index: 1000;
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-footer-1 .ft-phone i {
    font-size: 24px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: 1px solid;
    border-radius: 50%;
    background-color: var(--color-main);
}
.s-footer-1 .ft-phone span {
    margin-left: 0;
    line-height: 1;
    border: 1px solid;
    border-left: none;
    border-radius: 0 5px 5px 0;
    background-color: var(--color-main);
    position: relative;
    left: -5px;
}
.s-footer-1 .ft-phone span:not(.text-hide) {
    padding: 5px;
}
@media screen and (min-width: 1260px) {
    .s-footer-1 .ft-phone {
        display: none;
    }
}
.s-footer-1 .logo img {
    height: 60px;
}

/* END s-footer-1 */
/* BEGIN c-animate-loopflicker */
.c-animate-loopflicker {
    -webkit-animation: loopflicker 1s infinite;
    -o-animation: loopflicker 1s infinite;
    animation: loopflicker 1s infinite;
}

@keyframes loopflicker {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    40% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    60% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
/* END c-animate-loopflicker */
/* BEGIN s-icon-2 */
.s-icon-2>a:first-child {
    opacity: 0;
    font-size: 20px;
    border: 1px solid;
    z-index: 1000;
    position: fixed;
    right: 18px;
    background-color: rgb(255 255 255 / 74%);
    bottom: calc(60% - 1em);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.s-icon-2>a:first-child.is-show {
    opacity: 1;
    bottom: 200px;
    width: 48px;
    height: 48px;
    right: 10px;
    color: var(--color-main);
}
.s-icon-2>a {
    position: fixed;
    right: 10px;
    z-index: 1000;
    line-height: 0;
    border-radius: 50%;
    overflow: hidden;
}
.s-icon-2>a:last-child {
    bottom: 10px;
}
.s-icon-2>a:nth-child(2) {
    bottom: 70px;
}
.s-icon-2>a:nth-child(3) {
    bottom: 135px;
}
.s-icon-2>a .c-icon.img {
    width: 48px;
    height: 48px;
}
.s-icon-2>a .c-icon.img img {
    border-radius: 50%;
}
.s-icon-2>a:last-child span {
    font-size: 31px;
}
.s-icon-2>a:last-child span::before, .s-icon-2>a:last-child span::after {
    content: '';
    opacity: 0;
    width: calc(100% + 1.334em);
    height: calc(100% + 1.334em);
    margin: -0.666em;
    border-radius: 3px;
    background-color: var(--color-main);
    border-radius: 25px;
    z-index: -1;
    position: absolute;
    -webkit-animation: ripple 1.5s infinite;
    animation: ripple 1.5s infinite;
}
.s-icon-2>a:last-child span::after {
    animation-delay: .3s !important;
    -webkit-animation-delay: .3s !important;
}
.s-icon-2>a:last-child span img {
    position: absolute;
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* END s-icon-2 */
.c-form-border {
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.c-form-border .c_input {
    padding: 1.215em 1.072em 1.215em 1.072em;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border .c_input:focus {
    outline: none;
    border-color: var(--color-main);
}
.c-form-border--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-form-border--icon .c_input {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    z-index: 2;
    font-weight: 300;
    color: #666;
}
.c-form-border--icon .c_icon {
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border--icon .c_icon:first-child {
    padding: 0.5em 0 0.5em 1.072em;
}
.c-form-border--icon .c_icon:nth-child(2) {
    padding: 0.5em 1.072em 0.5em 0;
}
.c-form-border--icon .c_icon:not(.c_icon--top) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.c-form-border--icon .c_icon--top>i {
    position: relative;
    top: -0.142em;
}
.c-form-border--label .c_label {
    color: #999;
    background-color: #fff;
    pointer-events: none;
    padding: 0 0.358em 0 0.358em;
    z-index: 9;
    position: absolute;
    top: 0.572em;
    left: 0.715em;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.c-form-border--label:not(.is-empty) .c_label, .c-form-border--label.is-focused .c_label {
    font-size: 0.786em;
    color: var(--color-main);
    position: absolute;
    top: -0.727em;
}
.c-form-border.is-focused {
    border-color: var(--color-main);
}
.c-form-border.is-error {
    margin-bottom: 1.786em;
    border-color: #f55145;
}
.c-form-border.is-error .c_label {
    color: #f55145 !important;
}
.c-form-border.is-error .c_icon+.c_error {
    left: 0.143em;
    text-align: left;
}
.c-form-border.is-error .c_icon+.c_error>span {
    left: 0;
    margin: 0;
}

/* END c-form-border */
.s-sign .c-modal-box {
    max-width: 600px;
}
.s-sign .c-modal-group {
    border-radius: 4px;
}
.s-sign .c_body {
    padding: 25px 30px;
}
.s-sign .s_title {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 15px;
}
.s-sign .s_desc {
    text-align: center;
    margin-bottom: 15px;
}
.s-sign .c_close {
    top: 0;
    right: 0;
    color: #000 !important;
    background-color: transparent !important;
}
.s-sign .c-form-border {
    border-radius: 20px;
    border: 1px solid #d9d9d9;
}
.s-sign .c-form-border input {
    border-radius: 20px;
    overflow: hidden;
}
.s-sign .c-form-border .c_input::placeholder {
    color: #666;
}
.s-sign button[type="submit"] {
    width: 100%;
    background-color: var(--color-main);
    border-radius: 20px;
    font-weight: 500;
    padding: 12px 0;
}
.s-sign .s_divider {
    position: relative;
    margin: 15px 0;
    text-align: center;
}
.s-sign .s_divider::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #d7d7d7;
}
.s-sign .s_divider span {
    background-color: #fff;
    position: relative;
    padding: 0 10px;
}
.s-sign .s_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.s-sign .s_flex a, .s-sign .s_desc a {
    color: #2f5acf;
}
.search input {
    text-align: center;
}
.search .result-search {
    display: none;
}
.search .result-search.is-active {
    display: block;
}
.search .result-search>.b-card-2:first-child {
    margin-top: 20px;
}
.search .result-search>.b-card-2:last-child {
    margin-bottom: 5px;
}

.b-card-2 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
}
.b-card-2 .b_thumb {
    width: 95px;
    margin-right: 20px;
}
.b-card-2 .b_thumb::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    transition: 0.3s linear;
}
.b-card-2 .b_thumb img {
    height: 100%;
    object-fit: cover;
}
.b-card-2 .b_content {
    flex: 1;
}
.b-card-2 .b_content .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: 0.25s ease;
}
.b-card-2 .b_content .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.b-card-2:hover .title {
    color: var(--color-main);
}
.b-card-2:hover .b_thumb::after {
    background-color: rgb(0 0 0 / 20%);
}
.b-card-2 .market {
    margin-top: 10px;
    font-size: 14px;
    color: #878787;
    text-decoration: line-through;
}
.b-card-2 .discount {
    font-size: 17px;
    font-weight: 600;
}
.info_login {
    position: absolute;
    top: 38px;
    width: 160px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    opacity: 0;
    visibility: hidden;
}
.info_login.active {
    opacity: 1;
    visibility: visible;
}
.info_login li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
#formAnount .c-modal-box{
    max-width: 300px;
}
.Anount{
    font-size: 16px;
    padding: 16px;
}
.c-modal .c_close {
    color: var(--color-main);
}
.c-modal .c_close:hover {
    color: #fff;
    background-color: none;
    border-radius: 0 0.429em 0 0.429em;
}
@media screen and (max-width: 992px) {
    .s-header-11 .hd-menu>ul {
        display: block;
    }
    .s-header-11 .hd-menu {
        position: absolute;
        right: 0;
    }
    .s-footer-1 .logo img {
        height: 45px;
    }
    .s-footer-1 .box {
        margin: 12px 0;
    }
    .s-header-11 .s_top {
        padding: 15px 0;
    }
}
@media screen and (max-width: 479px) {
    .s-header-11 .hd-logo img {
        height: 25px;
    }
    .s-header-11 .icon {
            margin-left: 16px;
    }
    .b-card-20 .b_price .discount {
        font-size: 13px;
    }
    .b-card-20 .b_price .market {
        font-size: 12px;
        top: 2px;
    }
    .b-card-20 .b_price {
        gap: 8px;
    }
    .b-card-20 {
        margin-bottom: 20px;
    }
    .b-card-27 .b_content {
        color: #666;
        width: 65%;
        height: 100%;
        padding: 14px 45px 20px 25px;
        position: absolute;
        top: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
}