/* BEGIN b-slide-2 */
.b-slide-2 {
    display: flex;
}
.b-slide-2 .b_thumb {
    position: relative;
    width: 80%;
}
.b-slide-2 .b_thumb img {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.b-slide-2 .b_thumb .arrows {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    z-index: 9;
    position: absolute;
    top: 50%;
    width: 2.143em;
    height: 2.143em;
    box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.14), 0 3px 1px -2px rgba(51, 51, 51, 0.2), 0 1px 5px 0 rgba(51, 51, 51, 0.12);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.b-slide-2 .b_thumb .arrows::before {
    content: '';
    font-family: FontAwesome;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.b-slide-2 .b_thumb .arrows:hover {
    color: #05a;
    box-shadow: 0 2px 2px 0 rgba(0, 85, 170, 0.14), 0 3px 1px -2px rgba(0, 85, 170, 0.2), 0 1px 5px 0 rgba(0, 85, 170, 0.12);
}
.b-slide-2 .b_thumb .prev {
    left: 5px;
}
.b-slide-2 .b_thumb .prev::before {
    content: "\f053";
}
.b-slide-2 .b_thumb .next {
    right: 5px;
}
.b-slide-2 .b_thumb .next::before {
    content: '\f054';
}
.b-slide-2 .b_thumb:hover .arrows {
    background-color: rgba(0, 85, 170, 0.3);
}
.b-slide-2 .b_thumb+.b_nav {
    margin-left: 5px;
}
.b-slide-2 .b_nav {
    width: 20%;
    position: relative;
}
.b-slide-2 .b_nav>ul {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}
.b-slide-2 .b_nav>ul li {
    width: 100%;
    border: 0px solid transparent;
    position: relative;
    overflow: hidden;
}
.b-slide-2 .b_nav>ul li::before {
    content: '';
    display: block;
    padding-bottom: 75%;
}
.b-slide-2 .b_nav>ul li>a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.b-slide-2 .b_nav>ul li>a>img {
    width: 100%;
}
.b-slide-2 .b_nav>ul li>a:not(.is-active)::before {
    content: '' !important;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.51);
    position: absolute;
    top: 0;
    left: 0;
}
.b-slide-2 .b_nav+.b_thumb {
    margin-left: 5px;
}
.b-slide-2 .fadeIn {
    animation-name: fadeIn;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* END b-slide-2 */
/* BEGIN p-detail-13 */
.p-detail-13 .p_content {
    position: sticky;
    top: 15px;
}
.p-detail-13 .p_desc {
    color: #666;
    line-height: 1.5;
    margin-bottom: 10px;
}
.p-detail-13 .p_content .title {
    font-size: 24px;
    margin: 8px 0 8px;
    font-weight: 600;
    color: #1a1a1a;
}
.p-detail-13 .p_content .info li {
    line-height: 25px;
    margin-bottom: 10px;
}
.p-detail-13 .p_content .info li>span {
    color: #111;
}
.p-detail-13 .p_content .info li>span:first-child {
    display: inline-block;
    width: 130px;
    opacity: 0.7;
}
.p-detail-13 .p_content .price {
    margin-bottom: 7px;
    margin-top: 5px;
}
.p-detail-13 .p_content .price .discount {
    font-size: 18px;
    font-weight: 600;
    width: 127px;
    display: inline-block;
}
.p-detail-13 .p_content .price .market {
    color: #909090;
    text-decoration: line-through;
}
.p-detail-13 .p_content .quantity {
    font-size: 14px;
}
.p-detail-13 .p_content .quantity span {
    float: left;
    color: var(--color-main);
    cursor: pointer;
    text-align: center;
    font-size: 0.858em;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid var(--color-main);
}
.p-detail-13 .p_content .quantity input {
    float: left;
    font-weight: bold;
    text-align: center;
    min-width: 2.143em;
    width: 3em;
    height: 30px;
    border: 1px solid var(--color-main);
    border-bottom: 1px solid var(--color-main);
    /* border-left: 1px solid var(--color-main); */
    box-shadow: none;
}
.p-detail-13 .p_content .quantity input:focus {
    outline: none;
}
.p-detail-13 .p_content .button {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.p-detail-13 .p_content .button button {
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 50%;
    height: 30px;
    border-color: var(--color-main);
    box-shadow: 0 2px 2px 0 rgb(193 121 131 / 57%), 0 3px 1px -2px rgb(219 219 219 / 20%), 0 1px 5px 0 rgba(0, 85, 170, 0.12);
}
.p-detail-13 .p_content .button .c-btn--primary {
    border: 1px solid var(--color-main);
    background: var(--color-main);
    width: 50%;
}
.p-detail-13 .p_content .gift {
    font-size: 13px;
    margin-bottom: 10px;
}
.p-detail-13 .p_content .gift label {
    display: inline-block;
    color: #05a;
    font-weight: bold;
    margin-bottom: 5px;
}
.p-detail-13 .p_content .gift label::before {
    content: "\f06b";
    font-family: FontAwesome;
    margin-right: 3px;
}
.p-detail-13 .p_content .gift li {
    margin-bottom: 3px;
}
.p-detail-13 .p_content .gift li::before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #f60;
    margin-right: 3px;
}
.tag {
    display: flex;
    margin-top: 20px;
    font-size: 15px;
    align-items: start;
    margin-bottom: 20px
}
.tag span {
    color: #1a1a1a;
    font-weight: bold;
    margin-right: 5px;
    width: 75px;
}
.list-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.list-tags li {
    padding: 3px 10px;
    background: #e7dfd4;
    border-radius: 4px;
    color: #1a1a1a;
}
.list-tags li:hover {
    background: var(--color-main);
    color: #fff;
}
@media screen and (max-width: 1259px) {
    .p-detail-13 .p_content {
        position: relative;
    }
    .p-detail-13 .p_content .title {
        font-size: 17px;
        margin-top: 0.75em;
    }
}

/* END p-detail-13 */

.thumb_desktop .b_thumb {
    margin-bottom: 16px;
    display: block;
}
.thumb_desktop .b_thumb video{
    height: auto;
}
.s-quantity .name, .s-color .name {
    width: 130px;
    opacity: 0.7;
    color: #111;
}
.s-quantity {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 12px;
}
.s-color .color-info {
    display: flex;
    align-items: center;
}
.s-color .list-color {
    margin-top: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.s-color .list-color .item-color {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ccc;
    cursor: pointer;
}
.s-color .list-color .item-color.is-active, .s-color .list-color .item-color:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #cdcdcd;
}
.s-size .name {
    width: 130px;
    opacity: 0.7;
    color: #111;
}
.s-size {
    margin-bottom: 20px;
    margin-top: 12px;
}
.s-size .size-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.s-size .list-size {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.s-size .item-size {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 14px;
    cursor: pointer;
}
.s-size .item-size.is-active, .s-size .item-size:hover {
    background: var(--color-main);
    color: #fff;
    /* color: var(--color-main);
    outline: 1px solid var(--color-main); */
}
.s-recomment-product .item{
    margin:  0 8px 0 0;
}
.s-recomment-product .b-sslide-ratio .slick-list::before {
    content: '';
    display: block;
    padding-bottom: 60%;
}
.s-recomment-product {
    margin: 30px 0;
}
.s-recomment-product>.b_title{
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
}
.s-recomment-product .b-card-20 .b_title{
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.s-recomment-product .b-card-20 .b_price .discount {
    font-size: 14px;
}
.s-recomment-product .b-card-20 .b_price {
    justify-content: center;
    margin-top: 5px;
}
.s-policy li{
    margin-bottom: 5px;
    font-size: 14px;
}
.s-policy li i {
    margin-right: 5px;
    width: 18px;
}
.you-like {
    border: 1px solid#ddd;
    border-radius: 10px;
    padding: 20px 30px;
    margin: 15px 0 30px;
}
.you-like .desc {
    font-weight: 500;
}
.you-like .desc a {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background-image: linear-gradient(to bottom, #4098ff, #356cf1);
    border-radius: 30px;
    padding: 5px 20px;
    margin-top: 10px;
    display: inline-block;
}
/* BEGIN b-star-1 */
.b-star-1 {
    display: block;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
    margin: 10px 0 20px;
}
.b-star-1 .b_star {
    display: inline-block;
}
.b-star-1 .b_star>span {
    display: -webkit-flex;
    display: flex;
    position: relative;
    width: 0%;
    color: #EEBD01;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.b-star-1 .b_star>span>i:not(:last-child) {
    padding-right: 0.12em;
}
@-moz-document url-prefix() {
    .b-star-1 .b_star>span>i:not(:last-child) {
        padding-right: 0.2em;
    }
}
.b-star-1 .b_star>span::after {
    content: '\f005 \202F \f005 \202F \f005 \202F \f005 \202F \f005';
    font-family: FontAwesome;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.b-star-1 .b_rate {
    color: #999;
    font-size: 0.44em;
    margin-top: 0.273em;
}

_::-webkit-full-page-media, _:future, :root .b-star-1 .b_star>span>i:not(:last-child) {
    padding-right: 0;
}

/* BEGIN b-star-1 */
.star {
    margin-bottom: 50px;
}
.star ul {
    display: table;
    content: '';
    clear: both;
    width: 100%;
}
.star ul li {
    float: left;
    color: #ffd200;
    margin-right: 5px;
    font-size: 22px;
    width: 20px;
    height: auto;
}
.star .left {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.star .left .b-star-1 {
    margin: 0;
}
.star .col-7.border {
    border-left: 1px solid#eee;
}
.star .left h2 {
    font-size: 40px;
    font-weight: bold;
    margin-right: 10px;
    line-height: 1;
}
.star .color {
    height: 10px;
    width: 120px;
    background-color: #eee;
    margin-right: 5px;
    border-radius: 30px;
}
.star .color>div {
    background-color: #ffd200;
    height: 100%;
    border-radius: 30px;
}
.star .right li {
    color: #888;
    font-size: 13px;
    margin-bottom: 5px;
    width: 12px;
    height: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.star .col-8.small>div {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}
.star .col-12.text-right {
    display: flex;
    align-items: end;
    justify-content: end
}
.star .danhgia {
    font-weight: bold;
    color: #000;
    border: 1px solid #ddd;
    padding: 8px 25px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transition: all .1s;
    border-radius: 30px;
}
.star .danhgia:hover {
    box-shadow: none;
}
.star .item-body {
    margin-top: 10px;
}
/* Style chung c-upload */
.c-upload>input {
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

/* BEGIN c-upload-image */
.c-upload-image .c_thumb {
    position: relative;
    overflow: hidden;
    line-height: 0;
    margin-bottom: 10px;
}
.c-upload-image .c_thumb::before {
    content: '';
    display: block;
    padding-bottom: 75%;
}
.c-upload-image .c_thumb>div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.c-upload-image .c_thumb>div>img {
    width: 100%;
}
.c-upload-image .c_thumb-preview {
    display: none !important;
}
.c-upload-image .c_btn {
    text-align: center;
}
.c-upload-image .c_btn-change, .c-upload-image .c_btn-remove {
    display: none;
}
.c-upload-image .c_btn-remove {
    position: relative;
    z-index: 2;
}
.c-upload-image.is-active .c_thumb-default {
    display: none;
}
.c-upload-image.is-active .c_thumb-preview {
    display: flex !important;
}
.c-upload-image.is-active .c_btn-change, .c-upload-image.is-active .c_btn-remove {
    display: inline-block;
}
.c-upload-image.is-active .c_btn-new {
    display: none;
}

/* END c-upload-image */
/* BEGIN s-tab-1 */
.s-tab-1 {
    border-top: 1px solid #f5f5f5;
    position: relative;
}

.s-tab-1 .s_menu::after {
    content: '';
    display: table;
    clear: both;
}
.s-tab-1 .s_menu>li {
    float: left;
    transition: all .3s;
    padding: 20px 0px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}
.s-tab-1 .s_menu>li:not(:last-child) {
    margin-right: 30px;
}
.s-tab-1 .s_menu>li::before {
    content: "";
    position: absolute;
    bottom: 12px;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: var(--color-main);
    transform: scale(0);
    transition: all .3s
}
.s-tab-1 .s_menu>li a {
    display: block;
    text-transform: uppercase;
}
.s-tab-1 .s_menu>li:hover::before {
    transform: scale(1)
}
.s-tab-1 .s_menu>li.is-active::before {
    transform: scale(1)
}
.s-tab-1 .s_menu>li.is-active {
    color: var(--color-main);
    font-weight: bold;
}
.s-tab-1 .s_content {
    background-color: #fff;
    padding: 30px 0;
}
.s-tab-1 .s_content>li:first-child {
    display: block;
}


/* END s-tab-1 */
.s-home-9 {
    background-color: rgba(0, 85, 170, 0.1);
    margin: 30px 65px 0;
}
.s-home-9 .s_block-img.ht-ratio--65::before {
    padding-bottom: 65%;
}
.s-home-9 .s_block-content h2 {
    text-transform: uppercase;
    font-size: 25px
}
table {
    margin: auto;
    width: 80%;
    background-color: #fff;
}
table, tr, th, td {
    border: 1px solid #eee;
    border-collapse: collapse;
}
table td, table th {
    padding: 10px;
}

.s-tab-1 .details {
    margin: 0 65px;
}
/* BEGIN c-form-border */
/* Copy when using c-form-border */
.c-form-border {
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: border-color 0.3s ease-in-out;
}
.c-form-border .c_input {
    padding: 1.215em 1.072em 1.215em 1.072em;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border .c_input:focus {
    outline: none;
    border-color: #d92027;
}
.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;
}
.c-form-border--icon .c_icon {
    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: flex;
    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;
    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: #d92027;
    position: absolute;
    top: -0.727em;
}
.c-form-border.is-focused {
    border-color: #d92027;
}
.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 */
/* BEGIN s-form-3 */
.s-form-3 .c-modal-box {
    max-width: 800px;
    padding-top: 4em;
}
.s-form-3 .form-group {
    margin-bottom: 10px;
}

/* END s-form-3 */
/* Style chung S-CART */
[class*="s-cart-"] .s_table {
    font-size: 14px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 20px;
}
[class*="s-cart-"] .s_table tr td {
    border-bottom: 1px solid #ccc;
    padding: 0.5em 0.215em 0.5em 0.215em;
}
[class*="s-cart-"] .s_table tr td:first-child {
    padding-left: 0;
}
[class*="s-cart-"] .s_table tr td:last-child {
    padding-right: 0;
}
[class*="s-cart-"] .s_table tr:last-child td {
    border: none;
}

/* BEGIN s-cart-1 */
.s-cart-1 table {
    text-align: center;
}
.s-cart-1 .td-image {
    width: 60px;
    line-height: 0;
}
.s-cart-1 .td-quantity {
    width: 85px;
    font-size: 12px;
}
.s-cart-1 .td-quantity span {
    display: block;
    color: #fff;
    cursor: pointer;
    min-width: 1.667em;
    width: 1.667em;
    height: 1.667em;
    line-height: 1.667em;
    margin: 0 auto;
    text-align: center;
    background-color: #88182a;
}
.s-cart-1 .td-quantity input {
    display: block;
    text-align: center;
    border: 1px solid #88182a;
    margin: 0 auto;
    font-weight: bold;
    min-width: 1.667em;
    width: 1.667em;
    height: 1.667em;
}
.s-cart-1 .td-quantity input:focus {
    outline: none;
}
.s-cart-1 .td-price, .s-cart-1 .td-sum, .s-cart-1 .td-total {
    width: 100px;
}
.s-cart-1 .td-remove {
    width: 20px;
}
.s-cart-1 .td-remove i {
    width: auto !important;
    cursor: pointer;
    color: #f60;
}


/* END s-cart-1 */
.s-tab-1 .rate i {
    color: #ffd200;
    margin-right: 5px;
    font-size: 22px;
}
.s-tab-1 .rate {
    display: table;
    margin: 15px 0;
    width: 100%;
}
.s-tab-1 .rate li {
    float: left;
    line-height: 1;
    display: block !important
}
/* BEGIN s-comment-3 */
.s-comment-3 + .s-comment-3 {
    margin-top: 10px;
}
.s-comment-65 {
    height: 450px;
    overflow: scroll;
}
.s-comment-3::after {
    content: '';
    display: table;
    clear: both;
}
.s-comment-3 .s_author {
    float: left;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-color: #ddd;
    border-radius: 50%;
    overflow: hidden;
    line-height: 1.786em;
    width: 1.786em;
    height: 1.786em;
}
.s-comment-3 .s_author img {
    width: 100%;
}
.s-comment-3 .s_body {
    float: right;
    width: calc(100% - 30px);
}
.s-comment-3 .s_body .c-form textarea.c_input {
    padding-top: 5px !important;
}
.s-comment-3 .s_body .name {
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    margin: 2px 0;
}
.s-comment-3 .s_body .name>span {
    display: inline-block;
    color: #fff;
    font-weight: normal;
    font-size: 0.8em;
    padding: 0.334em 0.417em 0.25em 0.417em;
    line-height: 1;
    background-color: #88182a;
    border-radius: 3px;
}
.s-comment-3 .s_body .footer {
    font-size: 12px;
    margin-top: 5px;
    color: #999;
}
.s-comment-3 .s_body .footer>span[ht-trigger] {
    cursor: pointer;
    margin-right: 15px;
}
.s-comment-3 .s_body .footer>span[ht-trigger]:hover {
    color: #f60;
}
.s-comment-3 .s_body .reply {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.2s linear;
}
.s-comment-3 .s_body .reply::after {
    content: '';
    display: table;
    clear: both;
}
.s-comment-3 .s_body .reply.show {
    height: auto;
    opacity: 1;
    margin-top: 10px;
}
.s-tab-1 .info {
    margin: 0 200px;
}
.s-tab-1 .info .item {
    background-color: #f9f9f9;
    border-bottom: 2px solid #fff;
}
.s-tab-1 .info .item:nth-child(odd) {
    background-color: #ededed;
}
.s-tab-1 .info .item span {
    font-size: 15px;
    line-height: 1.4;
    padding: 8px 0;
    position: relative;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}
.s-tab-1 .info .item span.item-title {
    width: 50%;
    float: left;
    text-align: right;
    font-weight: 500;
}
.s-tab-1 .info .item span.item-title::after {
    content: '';
    position: absolute;
    right: -1px;
    width: 2px;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 2;
}
.s-tab-1 .info .item span.item-content {
    float: left;
    width: 50%;
    text-align: left;
}
/* END s-comment-3 */
/* BEGIN s-faq-1 */
.s-faq-1 {
    margin-top: 10px;
}
.s-faq-1 .item {
  margin-bottom: 0px;
}
.s-faq-1 .item-title {
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0px;
  cursor: pointer;
  /* text-transform: uppercase; */
  border-bottom: 1px solid #ccc;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.s-faq-1 .item-title > i:first-child {
  color: #05a;
  font-size: 1.429em;
}
.s-faq-1 .item-title > i:last-child {
  position: relative;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
.s-faq-1 .item-title > span {
  width: 100%;
  padding-right: 15px;
}
.s-faq-1 .item-title:hover {
   color: var(--color-main);
}
.s-faq-1 .item-body {
  display: none;
  overflow: hidden;
  margin-top: 10px;
}
.s-faq-1 .item.is-active .item-title {
  color: var(--color-main);
}
.s-faq-1 .item.is-active .item-title > i:last-child {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* END s-faq-1 */
.s-breadcrumb-1 {
    margin-bottom: 10px;
}
#HuongDan .c-modal-box {
    margin: 0;
    max-width: 500px;
    float: right;
    top: 0;
    padding: 0;
    border-radius: 0;
}
#HuongDan .c-modal-group {
    min-height: 100vh;
    border-radius: 0px;
}
#HuongDan .c_header {
    background: none;
    color: var(--color-main);
    text-align: left;
    margin: 20px 0 0px 20px;
}
#HuongDan .c_close {
    color: var(--color-main);
    right: 20px;
    top: 20px;
}
#HuongDan .c_close:hover {
    color: #fff;
    background-color: var(--color-main);
    border-radius: 0 0.429em 0 0.429em;
}
.btn-choose {
    cursor: pointer;
    font-size: 14px;
}
.btn-choose:hover {
    color: var(--color-main);
}
.wishlist .fa-heart {
    color: #ff6262;
}
.btn-collection:hover {
    color: var(--color-main);
}
.s-tab-1 .s-title {
    color: #1a1a1a;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 8px;
    font-size: 18px;
    margin-bottom: 35px;
    border-bottom: 2px solid #1a1a1a;
    display: inline-block;
}
.c-imgreview .c-modal-box {
    max-width: 1000px;
    width: auto;
    /* padding-top: 2.286em; */
    transform: none;
}
.c-imgreview .c_close {
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: 5px;
    right: 5px;
    background-color: #05768224;
    color: var(--hover-color);
    border-radius: 50% !important;
    z-index: 10;
}
.s-imgreview-1 {
    padding: 15px;
}
.s-imgreview-1 .s_content {
    padding: 0;
}
.s-imgreview-1 .s_content .comment {
    font-size: 16px;
    max-height: 280px;
    overflow-x: auto;
}
.s-imgreview-1 .s_content .comment::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}
.s-imgreview-1 .s_content .comment::-webkit-scrollbar-track {
    background: #ccc;
}
.s-imgreview-1 .s_content .comment::-webkit-scrollbar-thumb {
    background: var(--hover-color);
    border-radius: 5px;
}
.s-imgreview-1 .s_content .title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    margin-top: 10px;
}
.s-imgreview-1 .s_content .title>i.fa {
    color: var(--primary-color);
    font-size: 30px;
    margin-right: 9px;
}
.s-imgreview-1 .s_content .date {
    color: #888;
    margin-bottom: 10px;
}
.s-imgreview-1 .s_content .b-star-1 {
    margin-top: 0;
    font-size: 16px;
}
.s-imgreview-1 .s_box .slick-slide {
    border-radius: 8px;
}
.s-imgreview-1 .s_box .slick-slide img {
    height: 100%;
    object-fit: contain;
}
.s-imgreview-1 .s_list {
    margin-top: 15px;
}
.s-imgreview-1 .s_list .item .ht-ratio--60 {
    border: 2px solid transparent;
    border-radius: 8px;
}
.s-imgreview-1 .s_list .item.slick-current .ht-ratio--60 {
    border-color: #d70018;
}
.s-imgreview-1 .s_list .item {
    margin-right: 15px;
    cursor: pointer;
}
.s-imgreview-1 .transform-none {
    -webkit-transform: none !important;
    transform: none !important;
    margin-left: auto;
}
.s-imgreview-1 .slider-for .slick-track {
    display: flex;
}
.s-imgreview-1 .s_list .slick-arrow {
    background-color: rgb(255 255 255 / 85%);
}
.s-comment-3 .s_body .thumb li {
    position: relative;
    width: 100px;
    line-height: 0;
    overflow: hidden;
}
.s-comment-3 .s_body .thumb>ul>li:not(:last-child) {
    margin-right: 10px;
}
.s-comment-3 .s_body .thumb>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.s-comment-3 .s_body .thumb {
    margin-top: 10px;
}
.fa-star-o:before {
    content: "\f006"
}

.fa-star:before {
    content: "\f005"
}
.listComment .list .s-comment-3 {
    margin-top: 8px;
}
@media screen and (max-width: 992px) {
    .s-recomment-product .b-card-20 .b_new {
        display: none;
    }
    .s-recomment-product {
        display: none;
    }
    .s-breadcrumb-1 {
        display: none;
    }
    .thumb_desktop .slick-slide {
        padding: 0;
    }
    .p-detail-13 {
        margin: 0;
    }
    .thumb_desktop .slick-dots li button {
        font-size: 1px;
        width: 8px;
        height: 8px;
        line-height: 15px;
        padding: 0;
        border-radius: 50%;
        margin: 10px 5px;
    }
    .thumb_desktop .slick-dots li.slick-active button {
        opacity: 1;
        background: #000;
    }
    .thumb_desktop .b_thumb {
        margin-bottom: 4px;
    }
    .p-detail-13 .p_content .title {
        font-size: 20px;
        margin: 0;
    }
    .p-detail-13 .p_content .info li {
        line-height: 21px;
        margin-bottom: 8px;
        font-size: 14px;
    }
    .s-color .color-info {
        font-size: 14px;
    }
}