.top-header {
    background-color: var(--main-color);
    padding: 10px 0;
    color: #fff;
}

.top-header a {
    color: #fff;
}

.top-header .hotline {
    text-align: center;
}

.h-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.h-social span.youtube,
.h-social span.facebook {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 15px;
    text-align: center;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-social span.youtube {
    background-color: #D91920;
}

.h-social span.facebook {
    background-color: #40589D;
}

.h-social span.email a i {
    padding-right: 10px;
}

#div-logo {
    background: var(--main-background2);
    color: #FFFBA7;
}

#div-logo span.search {
    padding-right: 15px;
    cursor: pointer;
}

#div-logo span.yeuthich {
    padding-right: 15px;
}

#div-logo span.yeuthich a {
    color: #FFFBA7;
}

#div-logo span.yeuthich .po {
    position: relative;
}

#div-logo span#totalYeuthich {
    position: absolute;
    right: 0;
    color: #FFFBA7;
    top: -10px;
    background: #000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
}

#div-logo span#totalCart {
    position: absolute;
    right: 0;
    color: #FFFBA7;
    top: -10px;
    background: #000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
}

.col-menu {
    height: 100%;
}

ul.menu-home {
    box-shadow: var(--box-shadow);
    padding: 5px 0;
    height: 100%;
}

ul.menu-home li {
    font-weight: 500;
    font-size: 18px;
    padding: 10px 15px;
}

ul.menu-home li.dropdown {
    position: relative;
}

ul.menu-home li.dropdown ul.menu-dropdown {
    position: absolute;
    right: 0;
    top: 0;
    left: 100%;
    min-width: 350px;
    box-shadow: var(--box-shadow);
    z-index: 99;
    display: none;
}

#col-top ul.menu-home li.dropdown:hover ul.menu-dropdown {
    display: block;
}

ul.menu-home li.item-menu2 {
    padding-left: 25px;
    cursor: pointer;
}

ul.menu-home li.active,
ul.menu-home li.item-menu-chinh {
    color: var(--text-color2);
}

.col-product {
    box-shadow: var(--box-shadow);
}
.btn-thutrang {
    background-color: var(--text-color2);
    border-radius: 4px;
    font-size: .8em;
    margin-top: 1em;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    border: 1px solid transparent;
    padding: 5px 1.2em;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
}
.btn-thutrang:hover {
    color: #fff;
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}
.btn-thutrang2 {
    background-color: transparent;
    border-radius: 4px;
    font-size: .97em;
    margin-top: 1em;
    font-weight: 500;
    font-weight: normal;
    color: #fe640e;
    border: 2px solid #fe640e;
    padding: 5px 1.2em;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
}
.btn-thutrang2:hover {
    background-color: #fe640e;
    color: #fff;
}
.pro-header {
    padding: 15px 30px;
    border-bottom: 1px solid #ddd;
    background: var(--main-background2);
}
.pro-header strong {
    color: #fff;
}

.pro-header .xemthem {
    text-decoration: underline;
    font-style: italic;
    color: white;
}

.pro-list {
    margin: 30px;
}

.pro-list del {
    font-size: 85%;
    color: #706e6c;
}

.pro-list .item .img {
    position: relative;
}

.pro-list .item .div-action {
    position: absolute;
    bottom: 15%;
    width: 100%;
}

.pro-list .div-action {
    display: none;
}

.pro-list .item:hover .div-action {
    display: block;
}

.pro-list .div-action .flex {
    gap: 5px;
}

.pro-list .div-action button {
    border-radius: 0px;
    background-color: #3B4248;
    color: #fff;
}

.pro-list .div-action button:hover {
    background-color: #93652A;
}

.item-news .content {
    padding: 15px 0;
}

.item-camket {
    padding: 25px 15px;
    box-shadow: var(--box-shadow);
    border-radius: 15px;
}

.form-order {
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.product-detail .detail-ngan .price strong {
    color: #FF5303;
    font-size: 150%;
}

.product-detail .detail-ngan .price del {
    color: #706e6c;
}

.kk-star-ratings {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.kk-star-ratings.kksr-valign-top {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.kk-star-ratings.kksr-valign-bottom {
    margin-top: 2rem;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.kk-star-ratings.kksr-align-left {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end
}

.kk-star-ratings.kksr-align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.kk-star-ratings.kksr-align-right {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end
}

.kk-star-ratings .kksr-muted {
    opacity: .5
}

.kk-star-ratings .kksr-stars {
    position: relative
}

.kk-star-ratings .kksr-stars .kksr-stars-active,
.kk-star-ratings .kksr-stars .kksr-stars-inactive {
    display: flex
}

.kk-star-ratings .kksr-stars .kksr-stars-active {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.kk-star-ratings .kksr-stars .kksr-star {
    cursor: pointer;
    padding-right: 4px;
}

.kk-star-ratings.kksr-disabled .kksr-stars .kksr-star {
    cursor: default
}

.kk-star-ratings .kksr-stars .kksr-star .kksr-icon {
    transition: .3s all
}

.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-stars-active {
    width: 0 !important
}

.kk-star-ratings .kksr-stars .kksr-star .kksr-icon,
.kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover~.kksr-star .kksr-icon {
    background-image: url(../img/inactive.svg)
}

.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {
    background-image: url(../img/active.svg)
}

.kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon,
.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {
    background-image: url(../img/selected.svg)
}

.kk-star-ratings .kksr-legend {
    margin-left: .75rem;
    margin-right: .75rem
}

.btn-1 {
    background-color: #93652A;
    color: #fff;
    padding: 5px 20px;
}

.detail-ngan .btn {
    background-color: #93652A;
    color: #fff;
    margin-right: 15px;
    padding: 5px 20px;
}
.detail-ngan .btn-addyeuthich:focus {
    background-color: #e00;
}
.detail-ngan .btn.active {
    background-color: #e00;
}

.detail-ngan .btn:hover {
    background: #333133;
}

#site-wrapper {
    font-family: sans-serif;
    margin: auto;
    width: 800px;
    color: #333333;
}

#demo {
    width: 400px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    object-fit: cover;
}

.chinhsach {
    margin-top: 15px;
}

.menu-chinhsach li a {
    padding: 0 15px;
    border-right: 2px solid var(--text-color);
}

.menu-chinhsach li:last-child a {
    border-right: 0px;
}

.tabs-btn {
    display: flex;
    margin-bottom: 0;
}

.tab-btn {
    padding: 5px 10px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    color: var(--color-thutrang2);
    text-transform: uppercase;
    border: 1px solid var(--color-thutrang2);
    border-radius: 4px;
    margin-right: 5px;
    font-size: 14px;
}

.tab-content {
    display: none;
    padding: 15px;
    border-top: 0;
    background-color: #fff;
    border: 1px solid #cecece;
    margin-top: 10px;
}
/* tab open */
.tab-btn.tab-open {
    color: var(--color-thutrang);
    text-transform: uppercase;
    border: 1px solid var(--color-thutrang);
}

.tab-content.tab-open {
    display: block;
}

.dropdown2 {
    position: relative;
}

.menu-child2 {
    position: absolute;
    left: 100%;
    min-width: 250px;
    top: 0;
    background: #fff;
    box-shadow: var(--box-shadow);
    display: none;
}

.ratings {
    display: table;
    font-size: 16px;
    margin: auto;
    position: relative;
    text-align: left;
}

.ratingProduct .ratings {
    margin: unset;
}

.ratingProduct {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.rating-box::before {
    color: #ccc;
    position: relative;
}

.rating-box .rating::before,
.rating-box::before {
    content: "\f005\f005\f005\f005\f005";
    font-family: FontAwesome;
    letter-spacing: 3px;
}

.rating-box .rating {
    color: #F5CA00;
    height: 20px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.comment-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    border-bottom: 1px dashed #ccc;
    margin-top: 15px;
}

.comment-flex:last-child {
    border-bottom: unset;
}

.comment-flex .comment-img {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
}

.comment-flex .comment-img img {
    border-radius: 100px;
}

.comment-flex .comment-info {
    -ms-flex: 0 0 calc(100% - 80px - 15px);
    flex: 0 0 calc(100% - 80px - 15px);
    max-width: calc(100% - 80px - 15px);
}

.comment-flex .comment-info i {
    color: #93652A;
    padding-right: 5px;
    font-weight: 100;
}

.comment-flex i {
    font-family: FontAwesome;
}

.boxSendComment {
    padding: 50px 25px;
    border: 2px solid #93652A;
}

.boxSendComment .title {
    font-weight: 500;
    margin-bottom: 8px;
}

.boxSendComment .titleLabel {
    margin-bottom: 5px;
}

.boxSendComment .selectRating {
    display: flex;
    margin: 0px 0 25px;
}

.boxSendComment .selectRating li {
    border-right: 1px solid #e5e5e5;
    margin-right: 10px;
    padding-right: 10px;
    color: #ddd;
    cursor: pointer;
    transition: 0.3s;
    font-size: 85%;
}

.boxSendComment .selectRating li:hover,
.boxSendComment .selectRating li.selected {
    color: #FFC107;
}

.btnSendComment {
    background-color: #93652A;
    color: #fff;
    margin-right: 15px;
    padding: 5px 20px;
}

.btnSendComment:hover {
    background: #333133;
}

.boxSendComment textarea,
.boxSendComment input {
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    font-size: 10pt;
}

.boxSendComment .flex {
    gap: 15px;
}

.boxSendComment .flex .c-50 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#div-logo .container {
    position: relative;
}

.col-ti {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 99999;
}

#formSearch,
#headCart,
#headYeuthich {
    width: 450px;
    box-shadow: var(--box-shadow);
    background-color: #fff;
    color: #535353;
    padding: 15px;
    display: none;
}
#headYeuthich #resultYeuthich {
    max-height: 550px;
    overflow-y: scroll;
}

#formSearch .form-order,
#formSearch .btn-1 {
    border-radius: 0;
}

#result_cart .flex,
#resultYeuthich .flex {
    gap: 15px;
}

#result_cart .price,
#resultYeuthich .price {
    font-size: 85%;
}

#result_cart .price del,
#resultYeuthich .price del {
    font-size: 75%;
}

.product-page .menu-dropdown {
    display: none;
}

.product-page .item-menu.active .menu-dropdown {
    display: block;
}

.product-page .item-menu.active>a {
    color: #93652A;
}

#header {
    position: sticky;
    top: 0;
    z-index: 99;
}
.quantity {
    display: flex;
    align-items: center;
}

.quantity .button {
    width: 28px;
    border: 1px solid #ddd;
    text-align: center;
    /* padding: 5px; */
    cursor: pointer;
}
.quantity .button.minus {
    /* border-right: 0; */
}
.quantity .button.plus {
    /* border-left: 0; */
}

.quantity .button.minus1,
.quantity .button.minus {
    /* margin-right: -4px; */
}

.quantity #quantityProduct,
.quantity .fd-item-qty {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
    text-align: center;
    width: 80px;
    padding: 5px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
}

.quantity .button.plus1,
.quantity .button.plus {
    /* margin-left: -5px; */
}
.amount-order {
    color: #000;
}
.amount-order .line {
    
}
.amount-order span {
    font-weight: 500;
    font-size: 15px;
}
#shop .bamvaoday {
    color: var(--text-color2);
    cursor: pointer;
}
#shop .show-discount {
    display: none;
    border: 2px dashed var(--color-thutrang);
    padding: 15px 30px 30px;
}
#shop .show-discount input, #shop .show-discount button {
    border-radius: unset;
}
.thanhtoan label {
    color: #222;
    font-size: 15px;
    font-weight: 500;
}
.show-payment {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
}
.show-payment #chuyenkhoan {
    display: none;
}
.modal-dialog {
    max-width: 850px;
}
#modalQuickview .modal-content {
    padding: 15px;
}
#headCart {
    right: 0;
    z-index: 999;
    min-height: 100vh;
    max-height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #F7F7F7;
    width: 320px;
}
.top-headCart {
    position: relative;
}
.top-headCart h5 {
    color: #000;
    text-transform: uppercase;
}
.top-headCart span.btn-close-cart {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 25px;
    line-height: 1;
}
#headCart .btn-thutrang {
    border-radius: 0px;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 999;
    opacity: .3;
    display: none;
}
.overlay.active {
    display: block;
}
#result_cart .xoa button {
    border-radius: 50%;
    background: transparent;
    border: 2px solid #ccc;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 1;
    color: #ccc;
}
#result_cart .xoa button:hover {
    color: #000;
    border-color: #000;
}
.product-main {
    background: #ececec;
    padding-top: 20px;
    padding-bottom: 40px;
}
.product-main #product-sidebar {
    background: white;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-top: 10px;
}
.widget {
    margin-bottom: 1.5em;
}
span.widget-title {
    font-size: 1em;
    font-weight: 600;
    color: #0a0a0a;
}
#product-sidebar .product_list_widget {
    margin-top: 10px;
}
.widget ul {
    margin: 0;
}
ul.product_list_widget li {
    list-style: none;
    padding: 10px 0 5px 75px;
    min-height: 80px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    line-height: 1.33;
}
ul.product_list_widget li a:not(.remove) {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    color: #000;
}
ul.menu>li>a, ul.menu>li>span:first-child, .widget>ul>li>a, .widget>ul>li>span:first-child {
    display: inline-block;
    padding: 6px 0;
    -ms-flex: 1;
    flex: 1;
}
ul.product_list_widget li img {
    top: 10px;
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    object-fit: cover;
    object-position: 50% 50%;
}
.product_list_widget span {
    font-size: 16px;
}
.product_list_widget del {
    display: none;
}
.product_list_widget ins {
    color: red;
    text-decoration: none;
}
ul.product_list_widget li+li {
    border-top: 1px solid #ececec;
}
.product-info .breadcrumbs {
    font-size: .85em;
    margin: 0 0 0.5em;
}
.product-info h3 {
    color: #000;
    font-size: 22px;
}
.product-info .price-wrapper {
    margin-top: 10px;
}
.product-info .price {
    font-size: 26px;
    margin: 0.5em 0;
    font-weight: bolder;
    color: #d60000;
}
.product-info .price del {
    font-size: 15px;
    font-weight: 300;
}
.chatbuttons a {
    width: 49%;
    padding: 0px;
    margin: 0%;
    display: inline-block;
}
.product-main form {
    margin-top: 15px;
}
#wrapper .quantity .minus {
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.form-flat input:not([type="submit"]) {
    /* border-radius: 3px; */
    border: 1px solid var(--color-thutrang2);
    background: transparent;
    text-align: center;
    border-left: 0;
    border-right: 0;
}
.html_after_addtocart {
    margin-top: 15px;
    background-color: #fff1dd;
    padding: 8px;
    border: 1.5px dotted red;
    font-size: 16px;
}
.social-icons {
    display: inline-block;
    vertical-align: middle;
    font-size: .85em;
    color: #999;
}
.relative {
    position: relative !important;
}
.button.tooltip {
    opacity: 1;
}
.circle {
    border-radius: 999px !important;
    object-fit: cover;
}
.button.icon {
    margin-left: 0.12em;
    margin-right: 0.12em;
    width: 30px;
    height: 30px;
    padding: 5px;
    text-align: center;
    padding-left: 0.6em;
    padding-right: 0.6em;
    display: inline-block;
    font-size: 13px;
}
.button.icon:hover {
    color: #fff;
    background-color: #446084;
    border-color: #446084;
}
.button.icon.button_twitter:hover {
    background-color: #2478ba;
    border-color: #2478ba;
}
.button.icon.button_email:hover {
    background-color: #000;
    border-color: #000;
}
.button.icon.button_pinterest:hover {
    background-color: #cb2320;
    border-color: #cb2320;
}
.button.icon.button_google_plusone_share:hover {
    background-color: #dd4e31;
    border-color: #dd4e31;
}
.button.icon.button_youtube:hover {
    background-color: #2478ba;
    border-color: #2478ba;
}
.button.icon.button_linkedin:hover {
    background-color: #2478ba;
    border-color: #2478ba;
}
.product-info .quantity span {
    border: 0;
    background: transparent;
    padding: 8px 9px;
    font-size: 13px;
    border: 1px solid #318a00;
    position: relative;
    outline: none;
    float: left;
    transition: all 0.5s ease;
    cursor: pointer;
}
.listCart thead th {
    font-size: 16px;
    color: #0a0a0a;
    text-transform: uppercase;
    font-weight: 500;
    border: unset;
}
.thanhtoan .listCart thead th {
    padding: 0
}
.listCart td {
    vertical-align: middle;
    font-size: 16px;
}
.listCart td a.title {
    color: #000;
}
.listCart td.amount {
    font-weight: 600;
    color: #000;
}
.listCart .quantity .button {
    padding: 5px;
}
.listCart .btn-remove {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 15px !important;
    line-height: 19px !important;
    border-radius: 100%;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    border: 2px solid #ccc;
}
.listCart .btn-remove:hover {
    color: #0a0a0a;
    border-color: #0a0a0a;
}
.cart_totals .product-name {
    border: 3px solid #0a0a0a;
    border-bottom: 0;
    color: #0a0a0a;
    font-size: 16px;
    text-transform: uppercase;
}
.cart_totals tbody th {
    font-size: .9em;
    text-transform: inherit;
    letter-spacing: 0;
    font-weight: normal;
    color: #0a0a0a;
}
.cart_totals .amount {
    color: #111;
}
.cart_totals .btn-thutrang {
    border-radius: unset;
    margin-bottom: 15px;
}
.coupon h3 {
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.coupon input {
    margin-bottom: 10px;
    border-color: var(--color-thutrang);
    border-radius: 0;
}
.coupon .btn-apdung {
    overflow: hidden;
    position: relative;
    background-color: #f9f9f9;
    text-shadow: 1px 1px 1px #fff;
    color: #666;
    border: 1px solid #ddd;
    text-transform: none;
    font-weight: normal;
}
.coupon .btn-apdung:hover {
    outline: none;
    opacity: 1;
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}
.thanhtoan .listCart td {
    padding: 10px 0;
    padding-right: 10px;
    border: unset;
}
.thanhtoan .listCart td b {
    color: #000;
}
.thanhtoan .checkout-sidebar {
    border: 2px solid var(--color-thutrang);
    padding: 15px 30px 30px;
}
.thanhtoan input {
    border-radius: unset;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 10%);
}
.thanhtoan input[type=text], .thanhtoan input[type=email] {
    border: 1px solid #fe9705;

}
.thanhtoan .bosung {
    font-size: 1.1em;
    overflow: hidden;
    padding-top: 10px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #000;
}
.thanhcong {
    font-size: 15px;
    color: #000;
}
.thanhcong .top-header-thanhcong {
    text-transform: capitalize;
}
.thanhcong .bosung {
    margin-bottom: 15px;
}
.thanhcong p {
    margin-bottom: 0.5rem;
}
.thanhcong .listCart thead th {
    padding: 0;
    padding-right: 15px;
    padding-bottom: 0.5rem;
}
.thanhcong .listCart td {
    border: unset;
    padding: 5px 5px 0 0;
}
.thanhcong .amount-order .line {
    margin-bottom: 0.5rem;
}
.thanhcong .ketqua {
    background-color: #E7E7E7;
    padding: 15px;
    box-shadow: var(--box-shadow);
}
.thanhcong .ketqua .title {
    color: #1893E7;
    font-size: 16px;
}
.thanhcong .list-ketqua {
    list-style-type: disc;
    padding-inline-start: 15px;
}
@media (min-width: 900px) {
    .dropdown2:hover .menu-child2 {
        display: block;
    }
}

@media(max-width: 900px) {
    .listCart td {
        padding: 5px;
    }
    #div-logo {
        position: sticky;
        top: 0;
        z-index: 99;
        height: 75px;
    }
    #header {
        top: 75px;
    }

    .h-social span.email {
        border-radius: 50%;
        width: 25px;
        height: 25px;
        font-size: 15px;
        text-align: center;
        margin-right: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .h-social span.email {
        background-color: #34A853;
    }

    .h-social span.email a i {
        padding-right: 0px !important;
    }

    .top-header .hotline {
        text-align: left;
        margin-top: 10px;
    }

    .top-header .h-social {
        margin-top: 10px;
    }

    #div-logo {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .col-ti {
        max-width: 100%;
    }

    #formSearch,
    #headCart,
    #headYeuthich {
        max-width: 100%;
    }

    #header .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }

    .nav-item,
    .dropdown,
    .dropleft,
    .dropright,
    .dropup {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .navbar-nav .nav-link {
        padding: 10px 0px;
    }

    ul.col-md-12.nav {
        padding-right: 0px;
    }

    .navbar-nav>li .menu-child,
    .dropdown2 .menu-child2 {
        position: relative;
        left: 15px;
        top: 0;
        box-shadow: unset;
    }

    .navbar-nav .menu-child li {
        padding: 0 5px;
    }

    #header {
        display: none;
    }

    main {
        margin-top: 1rem;
    }

    .col-menu-noibat .col-md-3 {
        margin-bottom: 1rem !important;
    }

    .col-menu-noibat .item-menu2 {
        display: none;
    }

    ul.menu-home {
        margin-bottom: 0;
    }

    ul.menu-home li {
        font-size: 15px;
        padding: 5px 15px;
    }

    ul.menu-home li.item-menu-chinh {
        position: relative;
    }

    ul.menu-home li.item-menu-chinh:after {
        content: "\2B";
        right: 15px;
        font-size: 18px;
        position: absolute;
    }

    ul.menu-home li.item-menu-chinh.active:after {
        content: "\2212";
    }

    .pro-header {
        padding: 15px;
    }

    .pro-list {
        margin: 15px;
    }

    h5,
    .h5 {
        font-size: 15px;
    }

    .page-footer ul.menu-chinhsach li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .page-footer ul.flex {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .menu-chinhsach li {
        padding-top: 15px;
    }

    .menu-chinhsach li a {
        padding-left: 0;
        padding-right: 0;
        border-right: 0;
    }

    .detail-ngan .btn {
        margin-right: 10px;
        padding: 5px 15px;
    }

    .boxSendComment {
        padding: 15px;
        margin-bottom: 1rem;
    }

    .boxSendComment .flex {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0;
    }

    .boxSendComment .flex .c-50 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

} 