/*Responsive table*/

table.responsive {
    width: 100%;
}

table.responsive tr {
    vertical-align: top;
}

table.responsive td {
    padding: 10px;
    /*text-align: justify;*/
    text-align: center;
}

@media screen and (max-width: 600px) {
    * {
        box-sizing: border-box;
    }

    /* break table */
    .responsive tr {
        display: flex;
        flex-wrap: wrap;
        width: 100% !important;
    }

    .responsive td {
        display: block;
        width: 50%;
        text-align: center;
    }

    .responsive td {
        width: 100% !important;
    }

    .pd-info label.color-picker__item {
        margin-bottom: -6px !important;
    }

    .section__header{
    align-items: center;
    flex-wrap: wrap;
}
.section__header .section__title{
    width: 100%;
}
.section__header .section__nav{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: unset;
    order: 3;
    width: 100% !important;
    overflow: auto;
    white-space: nowrap;
}
a.section__more {
    margin-bottom: -5px;
}

}

.md-orderpk .modal-header {
    background-color: #fec305;
    border-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px
}

.md-orderpk .modal-title {
    font-weight: 700
}

@media (min-width:1200px) {
    .md-orderpk .modal-dialog {
        max-width: 750px
    }
}

.header__left {
    background: unset;
}

@media (min-width: 1200px) {
    .header {
        background: unset;
        margin-top: 0;
    }

    .h-menu {
        grid-gap: 14px;
    }

    .header .header__inner {
        background: linear-gradient(to top, #6c2997, #a23d8b);
    }

    .h-menu__link {
        height: auto;
        padding: 10px 6px;
    }

    .h-menu__text {
        font-size: 10px;
        line-height: unset;
        min-height: unset;
        text-transform: uppercase;
        color: #fff;
        white-space: nowrap;

    }

    .header__left .search .input-group {
        box-shadow: 0 4px 6px #ccc;
        border-radius: 10px;
    }

    .header__elements {
        position: relative;
    }
}

.h-top__hotline a {
    font-weight: 700;
    color: #660071;
}


.banner-slider .carousel-indicators li.active {
    background: linear-gradient(to left, #6c2997, #a23d8b);
    color: #fff;
    position: relative;
}

.banner-slider .carousel-indicators li:not(:last-child) {
    border-right: 1px solid #d6639e;
}

.banner-slider .carousel-indicators li.active::after {
    content: "";
    border: 10px solid transparent;
    border-width: 6px 12px;
    border-bottom-color: #d6639e;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner-slider {
    height: 100%;

    border: 1px solid #d6639e;
}


/*Tìm kiếm 17/12/2020*/


.p-search {
    max-width: 900px;
    margin: 0 auto;
}

.p-search__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.p-search__list {
    border-top: 1px solid #dee2e6;
}

.p-search__item {
    border-bottom: 1px solid #dee2e6;
    padding: 20px 30px 20px 20px;
    align-items: center;
    position: relative;
    font-size: 13px;
    color: #999;
}

.p-search__item:hover {
    background-color: #f8f9fa;
}

.p-search__item::after {
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 24px;
    color: #333;
}

.p-search__link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.p-search__title {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-bottom: 4px;
}

.p-search__content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    max-height: 4.5em;
}

.p-search__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 90px;
    margin-left: 20px;
}

.p-search__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 66.66%;
}

.p-search__frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
}

.p-search__frame img {
    object-fit: contain;
}


/*Hotline */

.hotline-fixed {
    width: 170px;
    height: 41px;
    /*    background: linear-gradient(to top, #6c2997, #a23d8b);*/
    padding: 10px 10px 5px 30px;
    position: fixed;
    bottom: 5px;
    right: 42px;
    z-index: 1200;
    color: #fff;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;

}

.fas.fa-phone {
    transform: rotate(90deg);
}


.hotline-fixed .phone-number {
    display: block;
}

.hotline-fixed .hotline-icon {
    position: absolute;
    top: -5px;
    right: -35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background-color: #aa4885;
    border-radius: 50%;
}

.hotline-fixed span {
    display: block;
}

.ping {
    position: absolute;
    border: 1px solid #ed00e4;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    opacity: 1;
    background-color: rgba(189, 14, 58, 0.1);
    border-radius: 100%;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-name: sonar;
    animation-name: sonar;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    display: block !important;
}

@-webkit-keyframes sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
}

@keyframes sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.phone-zalo,
.widget-facebook {
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 36px;
    background: #0068ff;
    text-decoration: none;
    -webkit-box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    z-index: 995;
    color: #FFF;
    font-weight: 700;
    font-size: 14px;
    border-radius: 30px;
    padding: 3px;
}


.phone-zalo {
    right: 14px;
    bottom: 145px;
}

.widget-facebook {
    right: 20px;
    bottom: 20px;
}

.phone-zalo .fa-zalo {
    position: relative;
    display: inline-block;
    background: url(../images/icon-zalo.jpg) 50% 50% no-repeat;
    width: 36px;
    height: 36px;
    background-size: 36px;
    top: 5px;
    left: 5px;
}

.f-form .input-group-text {
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    color: #333;
    background-color: #f90;
}

a.facebook {
    position: fixed;
    right: 14px;
    bottom: 72px;
    z-index: 99;
}

a.facebook img {
    width: 50px;
    height: 50px;
    background: #0084ff;
    border-radius: 45px;
    padding: 10px;
}


/* Bộ lọc */

.filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(18, 104, 179, .15);
    padding: 2px
}

.filter__label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    background-color: #ed1c24;
    color: #fff;
    padding: 0 10px 0 20px;
    position: relative;
    margin: 2px;
    margin-right: 24px
}

.filter__label::after {
    content: "";
    border-style: solid;
    border-color: transparent transparent transparent #ed1c24;
    border-width: 15px;
    position: absolute;
    top: 0;
    left: 100%
}

.filter__group {
    padding: 2px
}

.filter__group .custom-select {
    height: 30px;
    line-height: 22px
}

@media (max-width:991px) {
    .filter__group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

/*Binhlua*/

.comment-box {
    padding: 30px 0;
}

.comment-box__wrapper {
    padding: 20px 30px 30px;
    border: 1px solid #dee2e6;
}

.comment-box__title {
    font-size: 16px;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .comment-box__wrapper {
        padding: 20px 16px 30px;
    }
}

.comment:not(:first-child) {
    margin-top: 30px;
}

.comment__name {
    font-size: 14px;
    margin-bottom: 4px;
}

.comment__name span {
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    padding: 0 16px;
    border-radius: 4px;
    background-color: #ff677e;
    color: #fff;
}

.comment__stars {
    margin-bottom: 4px;
}

.comment__text {
    color: #666666;
    margin-bottom: 20px;
}

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

.comment__images img {
    height: 75px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.comment__btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.comment__like {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    margin: 0;
    color: #999;
    cursor: pointer;
}

.comment__like::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ff677e;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(-50%, -50%);
}

.comment__like input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.comment__like input:checked~.fa {
    color: #ff677e;
}

.comment__like input:checked~span {
    font-weight: 700;
    color: #ff677e;
}

.comment__time {
    color: #666666;
    padding-left: 20px;
    position: relative;
}

.comment__time::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ff677e;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(-50%, -50%);
}

.comment--answer {
    padding-left: 50px;
    margin-top: 16px !important;
    border-left: 1px solid #dee2e6;
}

@media (max-width: 575px) {
    .comment--answer {
        padding-left: 20px;
    }
}

.comment-answer {
    display: none;
    padding-left: 50px;
    border-left: 1px solid #dee2e6;
}

@media (max-width: 575px) {
    .comment-answer {
        padding-left: 20px;
    }
}

/*Hình ảnh xem thêm */

a.image-slider__frame {
    max-width: 450px;
    margin: 0 auto;
}


.pd-info__header {
    justify-content: unset;
}

.pd-info__stars.stars.stars--5 {
    margin-left: 20px;
    margin-right: 20px;
}


/* muc luc 20/02/2021*/


.post-menu {
    display: none;
    background-color: #f8f9fa;
    padding: 20px;
    /*border-radius: 10px;*/
    margin-bottom: 16px;
}


.post-menu.show {
    display: block;
    border: 1px solid #a29494;
}

.post-menu__header {
    font-size: 20px
}

.post-menu__toggle {
    cursor: pointer;
    color: #f3841b
}

.post-menu__content {
    font-size: 18px;
    padding-top: 10px;
    overflow: auto;
    margin-right: -10px;
    padding-right: 10px
}

.post-menu__content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.post-menu__content ul ul {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px
}

.post-menu__content a {
    color: #112d5a
}

.post-menu__content a:hover {
    color: #f3841b
}

.post-menu__content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #f5f5f5
}

.post-menu__content::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5
}

.post-menu__content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #112d5a
}

.post-menu--custom .post-menu__content {
    font-size: 14px
}

@media (min-width:992px) {
    .post-menu--custom .post-menu__content {
        max-height: calc(100vh - 150px)
    }
}

@media(max-width:1200px) {
    .header__elements .h-menu {
        display: unset;
    }

    .header__elements .h-menu__link {
        flex-direction: unset;
    }

    .h-menu__icon {
        min-width: 45px;
    }

    .h-menu__text {
        font-size: 10px;
        font-weight: 600;
        flex-grow: unset;
        white-space: nowrap;
/*         color: #171717;*/
    }

    .h-menu__item {
        position: relative;
    }

    span.btn-dropmenu {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    span.btn-dropmenu i {
        font-weight: 600 !important;
        color: #fff;
    }

    .sub-menu,
    .sub-menu-2 {
        display: none;
    }

    span.btn-dropmenu.active i {
        transform: rotate(180deg);
    }

    .cat-home .h-menu {
        display: flex;
        overflow-x: auto;
    }

    .cat-home .h-menu__link {
        border: unset;
        background: unset;
    }

    .cat-home .h-menu__icon {
        width: 52px;
        height: 52px;
        border-radius: 100px;
        background: linear-gradient(to top, #6c2997, #a23d8b);
    }

    .cat-home .h-menu__icon img {
        padding: 10px;
    }
}

@media (max-width:991px) {
    .post-menu__content {
        max-height: 50vh;
        max-height: 240px
    }
}

.post-content em {
    font-weight: 700
}


h2.section__title a {
    color: #000;
}

.product__label {
    color: #fff;
}

.footer__title::after {
    border-bottom: 1px solid #ffffff;
}

.product__btn {
    background: linear-gradient(to top, #6c2997, #a23d8b);
}

@media (min-width: 1200px) {
    .h-menu__link:hover {
        background-color: #ec5dad;
    }
}

.md-order .modal-title {
    font-weight: 700;
    color: #fff;
}

button.btn.btn-block.btn-primary.text-uppercase {
    color: #fff;
}

span.phone-number {
    font-size: 18px;
    font-weight: bold;
}


/*add stype phuonghv 08052021*/

.sale_news {
    width: 300px;
    margin: 0 auto;
}


.text-main-km p {

    font-size: 14px !important;

    color: #fff !important;

    margin-top: 5px !important;

    margin-bottom: 5px !important;

}



.text-main-km p span {

    font-size: 16px !important;

}



.form-reg-kmn {

    background-color: #f0d138;

    padding: 20px;

    border-radius: 10px;

}



.form-reg-kmn>.row>.col-md-8>.ct-fix {

    width: 100% !important;

}



span#count-km-n {

    font-size: 90px !important;

    color: red;

    line-height: normal;

}

span#text2 {

    font-size: 24px;

    font-weight: unset !important;

    color: #00298c !important;

    text-transform: uppercase;

}



span#text3 {

    font-size: 18px;

    color: #00298c !important;

    font-weight: unset;

    text-transform: uppercase !important;

}



span#text4 {

    color: #f0d138 !important;

    font-size: unset;

    font-weight: unset;

}



.text-f {

    border-right: 2px solid #00298c;

}



.fix-f {

    margin-top: 30px !important;

}



.ttt {

    border: 1px solid #ccc !important;

}



span#count-km-vq {

    color: red;

    font-size: 100px;

    font-weight: bold;

    font-family: 'Roboto Condensed';

}



.fix-dialog {

    max-width: 600px !important;

    border-radius: 10px;

    background-image: url('https://thammyviennevada.com/wp-content/uploads/2020/02/tang-voucher-giam-beo-2_02.jpg');

    background-size: cover;

}



.fix-md-ct {

    background-image: url('https://thammyviennevada.com/wp-content/uploads/2020/02/tang-voucher-giam-beo-2_02.jpg');

    background-size: cover;

    border-radius: 10px;

}



span#count-km-nn {

    color: red;

    font-size: 100px;

    font-weight: bold;

    font-family: 'Roboto Condensed';
}



p#txn {

    font-size: 30px;

    color: #fff;

}



.ttt {

    width: 100% !important;

}

.fix-md-ct {
    background-image: url(https://thammyviennevada.com/wp-content/uploads/2020/02/tang-voucher-giam-beo-2_02.jpg);
    background-size: cover;
    border-radius: 10px;
    padding: 12px;
}



/*đơn hàng ảo*/



.fakebuying__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 60px;
    left: 15px;
    z-index: 50;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
    font-size: 12px;
    border-radius: 4px;
    width: 300px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

.fakebuying__wrapper.show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.fakebuying__wrapper.hide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.fakebuying__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 60px;
    border-radius: 4px;
    margin-right: 10px
}

.fakebuying__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.fakebuying__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0
}

.fakebuying__name {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 2px
}

.fakebuying__time {
    color: #666;
    font-style: italic
}


@media (max-width: 767px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 767px) {
    .product-grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

a.tiktok {
    position: fixed;
    bottom: 172px;
    right: 14px;
    z-index: 999999;
}

a.youtube {
    position: fixed;
    right: 12px;
    bottom: 236px;
    z-index: 999999;
}

.product__label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 22px;
    padding: 0 10px;
    border-radius: 2px;
    background-color: #d7609a;
    color: #333;
    display: none;
}

.product__info.mt-2 {
    display: none;
}

.pd-info__stars.stars.stars--5 {
    margin-left: 0px;
    margin-right: 20px;
}


/*add style phuonghv 21/06*/


.power-picker__item {
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin-top: 4px;
    margin-bottom: 4px;
}

.power-picker__item input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.power-picker__item span {
    display: inline-block;
    font-size: 14px;
    min-width: 45px;
    text-transform: uppercase;
    padding: 0 8px;
    text-align: center;
    color: #000;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.power-picker__item span::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: linear-gradient(to right, #263b95, #07d0c9);
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.power-picker__item span strong {
    color: red;
}

.power-picker {
    width: 100%;
}

label.power-picker__item {
    width: 20%;
}

.power-picker__item input:checked+span::after,
.power-picker__item.active span::after {
    content: "";
    display: block;
    border: 2px solid #8d358f;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -1;
}


@media screen and (max-width: 600px) {

    label.power-picker__item {
        width: 25%;
    }
}

/*.h-top__nav-item:not(:last-child) {
    margin-right: 12px;
    position: relative;
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient(to left, #6c2997, #a23d8b);
}*/
.h-top__nav-item {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient(to left, #6c2997, #a23d8b);
}

/*add style */


.text-danger {
    color: #dc3545 !important;
}


.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    font-size: 14px;
}

.btn {
    display: inline-block !important;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.fa {
    display: inline-block !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-phone:before {
    content: "\f095";
}


.fa-map-marker:before {
    content: "\f041";
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.lang__item img {
    height: 16px;
}

/*
.pd-info__item {
    flex-wrap: wrap;
    width: 100%;
}

.pd-info__item label input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox-styled {
    text-align: center;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 5px 6px;
    box-sizing: border-box;
}

.memory-picker__item .checkbox-styled .memory-name {
    font-weight: 600;
}

input:checked+.checkbox-styled {
    position: relative;
    border: 1px solid #ffd600;
    background-color: #fffcee;
}

.color-picker__item span {
    border-radius: 100px;
    border: 1px solid #ccc;
}

.color-picker__item,
.color-picker {
    display: inline-block;
}

.installment-tab .nav-item .nav-link {
    background: unset;
    border: unset;
}

.installment-tab .nav-item .nav-link {
    background: #f9f9f9;
    border: .5px solid #bcbcbc;
    border-radius: 5px;
    cursor: pointer;
    height: 50px;
    margin-right: 10px;
    position: relative;
    width: 100px;
}

.ins-info-title {
    background: #eee;
    border-radius: 5px;
    color: #000;
    font-family: Sans-serif, serif !important;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px;
    padding: 5px;
    width: 100%;
}

.installment-info {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
    margin: 0 0 5px;
    padding: 10px;
    width: 100%;
}

.select-month .select-month-item .js-select-month {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.select-month .select-month-item span {
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 10px 0 0;
    padding: 10px 20px;
    position: relative;
}*/

.select-month .select-month-item .js-select-month:checked~span {
    border: 1px solid #d70018 !important;
    color: #d70018 !important;
}

.select-month .select-month-item .js-select-month:checked~span:after,
.installment-tab .nav-link.active:after {
    content: '';
    border: 9px solid transparent;
    border-top-color: #d70018;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
}

.installment-tab .nav-link.active {
    border: 1px solid #d70018 !important;
}

.installment-table table {
    border: 1px solid #ddd;
}

.installment-table table tr:nth-child(odd) {
    background-color: #f1f1f1;
}

.installment-table table tr:nth-child(8),
.installment-table table tr:nth-child(9),
.installment-table table tr:nth-child(10) {
    background-color: #fff4de;
}

.installment-table table tr td {
    font-size: 13px;
    padding: 8px 20px;
    border-right: 1px solid #ddd;
}

.selected-btn.button-select-buy {
    font-size: 12px;
    background: #d70018;
    border-radius: 2px;
    color: #fff;
    display: block;
    margin-left: 5px;
    overflow: hidden;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    width: 90%;
}

.installment-table .insurance i {
    color: #f92000;
    font-size: 20px !important;
}

.installment-table .prepay select {
    font-size: 16px;
    font-weight: 600;
    border: 1px solid red !important;
    border-radius: 2px;
    color: red;
    height: 38px;
    width: 75px;
    padding-left: 8px;
}

.installment-info-table-note {
    color: red;
    font-size: 14px;
    font-weight: 600;
}

.interest-rate span {
    background: #ff0;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    color: #d0021b;
    padding: 5px 15px
}

.suachua-box {
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.suachua-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.46);
}

.suachua-box h3 {
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.suachua-box img {
    transition: all 0.3s;
}

.suachua-box:hover img {
    transform: scale(1.1);
}

.total-payment {
    font-size: 20px;
    font-weight: 600;
}

.installment-content.loading:before {
    content: '';
    left: 20px;
    right: 20px;
    top: 10px;
    bottom: 92px;
    position: absolute;
    background-color: #bbbbbb38;
    z-index: 10;
}

.installment-content.loading:after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    animation: spin .75s linear infinite;
    transform: translate(-50%, -50%);
    background-image: url('../images/loading-icon.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 100;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@media(min-width:768px) {
    .btn-dropmenu {
        display: none;
    }

    .mega_menu>.menu-item>.label-menu:after {
        content: "\f105";
        font-family: 'FontAwesome';
        position: absolute;
        right: 10px;
        top: 4px;
    }

    .menu-item .label-menu {
        position: relative;
        display: flex;
        align-items: center;
        padding: 2px 10px;
    }

    .mega_menu {
        list-style: none;
        padding-left: 0;
    }

    .icon-menu {
        width: 25px;
        height: 25px;
    }

    .icon-menu img {
        width: 100%;
        height: 100%;
    }

    .mega_menu .menu-item {
        position: unset;
        margin-top: 0;
        margin-bottom: 6px;
    }

    .mega_menu .menu-item a {
        color: #343a40;
        font-weight: 600;
        font-size: 12px;
    }

    .mega-menu-wrap .mega_menu-content {
        padding-top: 10px;
        padding-bottom: 4px;
        border-radius: 10px;
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
    }

    .mega_menu .sub-menu li.menu-item-group {
        width: 33%;
        padding: 10px;
    }

    ul.sub-menu {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 10px;
        height: auto;
        overflow: auto;
        position: absolute;
        top: unset;
        left: 0;
        background: #fff;
        padding: 16px 30px;
        opacity: 0;
        visibility: hidden;
        list-style: none;
        transition: all 0.3s;
        border-radius: 0 10px 10px 10px;
        box-shadow: 0 0.5em 1em -0.125em hsla(0, 0%, 4%, .1), 0 0 0 1px hsla(0, 0%, 4%, .02);
        z-index: 1000;
    }

    .sub-menu-2 {
        list-style: none;
        padding-left: 0;
    }

    li.menu-item.menu-item-group>a {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 10px;
        display: block;
    }

    li.menu-item.menu-item-group .sub-menu-2 a {
        color: #707070;
        font-size: 13px;
        font-weight: 400;
        padding: 5px 0;
    }

    li.menu-item.menu-item-group .sub-menu-2 a:hover,
    .mega_menu>.menu-item>.label-menu>a:hover {
        color: #d7609a;
    }

    .mega_menu .sub-menu-2 {
        list-style: none;
        padding-left: 0;
    }

    .mega_menu>.menu-item:hover {
        background: #f3f4f6;
        cursor: pointer;
    }

    .header__elements .h-menu__item:hover .sub-menu {
        opacity: 1;
        visibility: visible;
    }
}

@media(max-width:768px) {}


/*css anh phuong*/

.product__overlay {
    display: none;
}

.cat__sub-list a {
    align-items: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    color: #444;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    height: 40px;
    margin: 0 10px 10px 0;
    padding: 5px 10px;
    white-space: nowrap;
}

.cat__sub-list img {
    width: 100%;
    height: 33px;
}


.cat__sub-list a:hover {
    border: 1px solid #782d94;
    color: #843291;
}


.cat__sub-list a.active {
    color: red;
    background: #fef2f2;
    border: 1px solid #d70018;
    color: #d70018;
}


/*Style bảng*/

.update-suachua table tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.update-suachua table th:first-child,
td:first-child,
table td {
    padding: 10px;
}

.product-sidebar {
    border-radius: 3px;
    border: 1px solid #ebebeb;
}

.product-sidebar__title {
    background: #454a4c;
    color: #fff;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 5px 6px;
    text-align: center;
}

.product-sidebar>ul+ul {
    border-top: 1px solid #ebebeb;
}

.product-sidebar>ul {
    margin: 0;
    list-style: none;
    padding: 20px 15px;
}

.product-commitment li {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-commitment li p.first {
    width: 45px;
    text-align: center;
}

.product-commitment li p {
    font-size: 14px;
    margin-bottom: 0;
}

.product-commitment li p+p {
    width: calc(100% - 55px);
}

.product-commitment li+li {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #ebebeb;
}

.product-commitment li {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*Phụ kiện*/

section .box-home {
    margin: 20px 0
}


section .box-home .header {
    background: #009981;
    margin-bottom: 20px;
    display: inline-block;
    height: 30px;
    overflow: hidden;
}

section .box-home .header h4 {
    padding: 5px 60px 6px 35px;
    margin: 0 0 0 60px;
    background: #ab4783;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

section .box-home .header:after {
    content: " ";
    border-top: 30px solid #ab4783;
    border-left: 30px solid #009981;
    margin-left: 40px;
}

.box-icon .content {
    background: #fff;
    box-shadow: 0 4px 6px #00000029;
    border-radius: 8px;
}

.box-icon .content ul {
    list-style: none;
    padding: 30px 0 0 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
}

.box-icon .content ul li {
    width: 97px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
}

.box-icon .content ul li a {
    display: block;
}

.box-icon .content ul li a span {
    display: block;
    padding: 24px;
    background: #efefef;
    border-radius: 8px;
    border: 1px solid #efefef;
}

.box-icon .content ul li a img {
    max-width: 100%;
}

.box-icon .content ul li label {
    display: block;
    padding: 8px 0;
    color: #333;
    cursor: pointer;
}



.section-title b {
    background-color: currentColor;
    display: block;
    flex: 1;
    height: 2px;
    opacity: .1;
}

.title_suachua {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

/*End*/


/*End*/
/*End*/

/*add style 08/2023*/



a.section__item {
    background-color: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    margin-right: 10px;
}

.product-grid__col {
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}

.section__header {

    margin-bottom: 10px;
}

.section__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 40px;
    overflow: hidden;
    padding: 0 10px;
    justify-content: end;
}


.section__item {
    display: inline-block;
    font-size: 12px;
    color: #444;
    line-height: 20px;
    padding: 5px 10px;
    height: 34px;
}

.section__more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-style: italic;
    color: #333;
    padding: 0 10px;
    margin-left: auto;
    background-color: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 5px 10px;
    height: 34px;
}

a.section__more {
    margin-bottom: 9px;
}

.btn-installment {
    line-height: 20px;
    background: #2889d6;
}

.btn-buy {
    flex: 5;
    align-items: center;
    height: auto;
    line-height: 16px;
    background: #cc0000 !important;
}

.btn-buy small {
    line-height: 14px;
}

.btn-wrapper .add-to-cart:before {
    content: unset;
}

.installment-price {
    color: #5c5c5c;
}

.btn-wrapper .add-to-cart span {
    font-size: 12px;
}

.btn-wrapper .add-to-cart {
    position: relative;
    height: 64px;
    padding-top: 18px;
    background: linear-gradient(42deg, #ff8609e8, #ff8007) !important;
}

.btn-wrapper .add-to-cart span:after {
    content: "\f067";
    font-family: 'FontAwesome';
    position: absolute;
    top: 10px;
    right: 36px;
}

.button-wrapper .btn-callnow,
.button-wrapper .btn-hotline {
    background: #CC0000;
}


.pd-info label.color-picker__item {
    margin-bottom: 8px;
}


.pd-info .memory-name:before,
.pd-info .status-picker__item .status-name:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    line-height: 12px;
    text-align: center;
    border: 1px solid #ccc;
    margin-right: 5px;
    margin-top: 2px;
    transition: all 0.1s;
}

.pd-info input:checked+.checkbox-styled .memory-name:before,
.pd-info input:checked+.checkbox-styled .status-name:before {
    content: "\f00c";
    font-family: "FontAwesome";
    /*    font-weight: 300;*/
    font-size: 8px;
    background: #ab4783;
    color: #fff;
    border-color: #ab4783;
}

.pd-info .checkbox-styled .color-price,
.pd-info .checkbox-styled span {
    color: #fd475a;
    font-weight: 600;
}


@media (max-width: 768px) {
    .button-wrapper {
        order: 6;
    }

    .button-wrapper a {
        flex: unset;
        display: block !important;
    }


}










.banner-slider__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 31%;
}



/*add css*/


.form-confirm {
    background-color: #fff;
    margin: 0 0px 20px 0px;
    padding: 10px;
    height: 189px;
    overflow: hidden;
    position: relative;
}

.form-confirm.show {
    height: 100%;
}


.form-confirm .btn_readmore {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.form-confirm .btn_readmore::before {
    height: 106px;
    margin-top: -85px;
    content: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#fff), color-stop(0.2, #fff), to(rgba(255, 255, 255, 0)));
    display: block;
}


.btn_readmore a {
    font-weight: bold;
    color: #ed1c24;
}


.form-confirm .btn_readmore_2 {
    display: none;
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 2px;
    width: 100%;
}


.btn_readmore_2 a {
    font-weight: bold;
    color: #ed1c24;
}

.form-confirm .btn_readmore i,
.form-confirm .btn_readmore_2 i {
    color: #f2d5b5;
}

/*Giá theo màu update 2023 phv*/


.pd-info__item label input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox-styled {
    text-align: center;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 2px 14px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.memory-picker__item .checkbox-styled .memory-name {
    font-weight: 600;
}

input:checked+.checkbox-styled {
    position: relative;
    border: 2px solid #ab4783;
    background-color: #fffcee;
}

.color-picker__item span {
    border-radius: 100px;
    border: 1px solid #ccc;
}

.color-picker__item,
.color-picker {
    display: inline-block;
}

.status-name {
    height: 38px;
    line-height: 38px;
    width: 86px;
    font-weight: bold;
}

.installment-tab .nav-item .nav-link {
    background: unset;
    border: unset;
}

.installment-tab .nav-item .nav-link {
    background: #f9f9f9;
    border: .5px solid #bcbcbc;
    border-radius: 5px;
    cursor: pointer;
    height: 50px;
    margin-right: 10px;
    position: relative;
    width: 100px;
}

.ins-info-title {
    background: #eee;
    border-radius: 5px;
    color: #000;
    font-family: Sans-serif, serif !important;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px;
    padding: 5px;
    width: 100%;
}

.installment-info {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
    margin: 0 0 5px;
    padding: 10px;
    width: 100%;
}

.select-month .select-month-item .js-select-month {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.select-month .select-month-item span {
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 10px 0 0;
    padding: 10px 20px;
    position: relative;
}

.select-month .select-month-item .js-select-month:checked~span {
    border: 1px solid #d70018 !important;
    color: #d70018 !important;
}

.select-month .select-month-item .js-select-month:checked~span:after,
.installment-tab .nav-link.active:after {
    content: '';
    border: 9px solid transparent;
    border-top-color: #d70018;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
}

.installment-tab .nav-link.active {
    border: 1px solid #d70018 !important;
}

.installment-table table {
    border: 1px solid #ddd;
}

.installment-table table tr:nth-child(odd) {
    background-color: #f1f1f1;
}

.installment-table table tr:nth-child(8),
.installment-table table tr:nth-child(9),
.installment-table table tr:nth-child(10) {
    background-color: #fff4de;
}

.installment-table table tr td {
    font-size: 13px;
    padding: 8px 20px;
    border-right: 1px solid #ddd;
}

.selected-btn.button-select-buy {
    font-size: 12px;
    background: #d70018;
    border-radius: 2px;
    color: #fff;
    display: block;
    margin-left: 5px;
    overflow: hidden;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    width: 90%;
}

.installment-table .insurance i {
    color: #f92000;
    font-size: 20px !important;
}

.installment-table .prepay select {
    font-size: 16px;
    font-weight: 600;
    border: 1px solid red !important;
    border-radius: 2px;
    color: red;
    height: 38px;
    width: 75px;
    padding-left: 8px;
}

.installment-info-table-note {
    color: red;
    font-size: 14px;
    font-weight: 600;
}

.interest-rate span {
    background: #ff0;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    color: #d0021b;
    padding: 5px 15px
}


.product-grid-2__col .product__info table,
.product-grid-2__col .product__info table tr td {
    border: unset;
}

.product-grid-2__col .product__info table tr td {
    padding: 0 4px;
}

.product-grid-2__col .product__info {
    height: 146px;
    overflow: hidden;
}



@media (max-width: 991px) {

    .product__btn,
    .product__info,
    .product__overlay {
        display: block;
    }
}

.product__info ul li {
    margin-top: 3px;
    font-size: 12px;
}

.pd-info__item.d-block {
    width: 100%;
}

.post-content.js-post-content {
    font-size: 16px;
}

article.preview {
    height: 442px;
}

.preview__main {
    height: 361px;
}

.preview__thumbs {
    height: 78px;
}

.preview-slider {
    height: 361px;
}

.preview-slider {
    height: 361px;
}

.specifications table {
    width: 100% !important;
}


.aside__content table {
    width: 100% !important;
}

.aside__content img {
    width: 100% !important;
    height: auto !important;
}

.aside__content span {
    width: 100% !important;
    height: auto !important;
}

/*End*/