h1, h2, h3, h4, h5, h6 {
    font-family: "Gilroy SemiBold", Arial, sans-serif;
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

a.text-primary:focus,a.text-primary:hover {
    color: #0056b3!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,a.text-secondary:hover {
    color: #494f54!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,a.text-success:hover {
    color: #19692c!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,a.text-info:hover {
    color: #0f6674!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,a.text-warning:hover {
    color: #ba8b00!important
}

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

a.text-danger:focus,a.text-danger:hover {
    color: #a71d2a!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
    color: #cbd3da!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,a.text-dark:hover {
    color: #121416!important
}

.text-body {
    color: #212529!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(0,0,0,.5)!important
}

.text-white-50 {
    color: rgba(255,255,255,.5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none!important
}

.text-break {
    word-break: break-word!important;
    word-wrap: break-word!important
}

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.segment-contents {
    margin-top: 10px;
}

.border-bottom {
    border-bottom: 1px solid #e0e0e0;
}

.goods-list-type2 .pdesc {
    white-space: normal;
}

.goods-list .pdesc {
    width: 100%;
}

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

.list-child-product {
    padding-top: 10px;
}

.pagination li {
    display: inline-block;
    margin: 0 7px;
    font-size: 14px;
    line-height: 26px;
    vertical-align: top;
}

.pagination li.active {
    font-weight: 700;
    text-decoration: underline;
    color: var(--main-color);
}

.list-more {
    width: auto;
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
}

.paging {
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
    border-top: 1px solid #e8eaee;
}

.goods-list .product-promotions {
    padding-bottom: 10px;
}

.wrap-check-filter [class|="custom-checkbox"], .wrap-check-filter [class|="custom-radio"] {
    margin: 12px 18px 12px 0;
    width: auto;
}

.wrap-check-filter .keyword input[type="text"] {
    height: 34px;
    line-height: 34px;
}

.ajax_loadding {
    background: url(../images/loading.gif) no-repeat center center rgba(255,255,255,.5);
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.entry-content {
    /* margin-top: 20px; */
    line-height: 1.8;
}

.content-see-more {
    padding: 10px 0;
    text-align: center;
    position: relative;
}

.content-main .content-top .content-body {
    height: 400px;
    overflow: hidden;
}

.content-main .content-top .content-body.extend {
    height: auto;
}

.content-see-more {
    padding: 10px 0px;
    text-align: center;
    position: relative;
}

.content-see-more:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 17%, #FFFFFF 93.12%);
}

/* .btn {
    display: inline-block;
    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: .575rem 1.2rem;
    font-size: 16px;
    line-height: 1.5;
    border-radius: .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-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn, .btn:focus, .form-control:focus, .page-link:focus, a, button {
    outline: 0 !important;
    box-shadow: none;
}

.stn02-more {display:inline-block;width:178px; height:38px; line-height:38px; font-size:16px; color:#555; text-align:center; border:1px solid #cccccc;}

.article-toctoc {
    padding: 20px 0;
}

.toctoc-head {
    font-family: "Gilroy Bold", Arial, sans-serif;
    padding: 15px 20px;
    margin-bottom: 7px;
    color: var(--text-secondary-color);
    background: var(--main-color);
}

.toctoc-head p {
    margin: 0px;
    font-size: initial;
}

.toctoc-head .toctoc-toggle {
    font-weight: normal;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}

.toctoc-body {
    background: #f5f5f5;
    border: 1px solid #d2d2d2;
    padding: 10px 15px;
    display: none;
}

#go-to-detail {
    padding-left: 0;
}

#go-to-detail ul {
    padding-left: 0;
}

.toctoc-body ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    line-height: 1.2;
}

.toctoc-body li.link-h2 {
    font-weight: 500;
    font-size: 17px;
}

.toctoc-body li.link-h3 {
    padding-left: 20px;
}

.toctoc-body li.link-h4 {
    padding-left: 40px;
}

.toctoc-body li a {
    display: block;
    padding: 5px 0px;
    margin-top: 5px;
    color: var(--main-color);
}

.toctoc-body img {
    width: 15px;
    display: inline-block;
    margin-right: 5px;
}

/* .article-content p {
    line-height: 1.2;
} */

.article-content ul li {
    font-size: 17px;
    margin-top: 5px;
    line-height: 1.2;
}

.article-toctoc.open-list .toctoc-body {
    display: block;
}

.shortcode-hotface {
    padding-left: 0;
}

.shortcode-hotface {
    list-style: none;
}
.shortcode-hotface li {
    float: left;
    width: 50%;
    text-align: center;
}
.shortcode-hotface li img{
    width: 80%
}

.position-relative {
    position: relative !important;
}

.header-contents .inner-align-module {
    padding: 20px 0 0;
}

.pagenation {
    margin-top: 20px;
}

#entry-content img, .card-content-body img, .content_news img, .entry-content img {
    width: auto;
    max-width: 100%;
    height: auto !important;
}

/* #entry-content iframe, .card-content-body iframe, .content_news iframe, .entry-content iframe {
    width: 100%;
    height: auto !important;
} */

.wrap-goods-detail .info-table .info-table-tit {
    margin: 0 0 20px;
}

.list-tags p {
    display: block;
    margin-bottom: 0px;
}

.list-tags .tags {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.list-tags .tag {
    display: inline;
    margin-top: 5px;
    /* border-right: 1px solid #ddd; */
}

.list-tags .tag a {
    color: var(--text-color);
}

.list-tags .tag:last-child {
    border-right: none;
    margin-right: 0px;
    padding-right: 0px;
}

/* .goods-list .thumb img {
    padding: 13px;
} */

.cart-list .cart-row .discount2 {
    width: 240px;
}

.dvDelCartDetl.set-btn-x:before {
    margin: 7px 3px 0 0;
}

.jung__prod__cont {
    margin-top: 10px;
}

.block-content {
    margin-top: 10px;
}

.block-content p {
    margin-bottom: 5px;
}

#location .set-category > a {
    min-width: 176px;
}

.right_account_user3 {
    margin-bottom: 10px;
}

.footer-right {
    border-bottom: 1px solid #edebeb;
    margin-bottom: 15px;
}

.rtwpvs .rtwpvs-terms-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    min-width: 30px;
    font-size: 15px;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all .2s ease;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 5px 8px;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term.selected {
    box-shadow: 0 0 0 2px #ffffff !important;
    background-color: #dd3333 !important;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-button-term.selected span {
    color: #ffffff !important;
}

.rtwpvs-term.selected span.rtwpvs-term-span:before {
    align-items: center;
    border-radius: 50%;
    color: #fff;
    content: "✓";
    display: inline-flex;
    font-size: 10px;
    font-weight: 600;
    height: 17px;
    justify-content: center;
    line-height: 1.1;
    position: absolute;
    right: -9px;
    top: 13px;
    width: 17px;
    z-index: 9;
    background-color: #dd3333 !important;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.selected) {
    box-shadow: 0 0 0 1px rgba(178, 0, 0, 0.3) !important;
}
.price-red-detail {
    text-decoration: line-through;
    margin-right: 10px;
    color: #9e9e9e !important;
    font-size: 14px;
}

.info-decision {
    position: relative;
    margin-top: 0;
    border-top: 1px solid #e0e0e0;
}

.info-decision .wrap-regist-nocontent {
    margin-top: -1px;
    background: #fff;
}

.regist-nocontent-type1 {
    padding: 60px 0;
    font-size: 20px;
    color: #666;
    text-align: center;
}

[class|="regist-nocontent"]:before {
    content: '';
    display: block;
    margin: 0 auto;
    background: url(../images/sprite.png) no-repeat;
}

.regist-nocontent-type1:before {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    background-position: -887px -658px;
}

#category-banner img {
    width: 100%;
    height: auto;
}

.cont-wrap-products-new {
    background: #c5b4b5;
}

.article-content {
    line-height: 1.8;
}

.mgs_comment{margin-bottom: 10px}
.list_comment {
    padding-bottom: 10px;
}
.list_comment1 {background-color: #f6f6f6;border: 1px #e5e5e5 solid;}
#form_send_comment input[name=name], .form_send_comment1 input[name=name]{width: 50%;border: 1px solid #e5e5e5;padding: 8px 20px;outline: none;color: #7d7d7d}
#form_send_comment textarea{width: 100%;height:104px;border: 1px solid #e5e5e5;padding: 20px;outline: 0;color: #7d7d7d;}
.form_send_comment1{display: none;}
.form_send_comment_box{margin-bottom: 10px}
.submit_send_comment, .submit_send_rating{outline:none;background: #d82228;padding: 10px 20px;color: #fff;font-size: 13px;text-transform: uppercase;cursor: pointer}
.child_comment1{float: left;width: 100%;padding: 12px 15px 10px;border-bottom: 1px solid #dfdfdf;}
.child_comment1:last-child {border: none}
.avatar_comment{display: table;}
.avatar_comment > img { width: 27px;;display: inline-block;max-width: none;}
.avatar_comment strong {
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px;
}
.child_comment1_1 .name_faq {
    margin-top: 0;
}
.name_faq{float: left;margin-left: 35px;margin-top: 5px;width: calc(100% - 35px)}
.name_faq > b{float: left;width: 100%;color: #2c2c2c;text-transform: uppercase;font-weight: bold;margin-bottom: 10px}
.name_faq p{color: #4a4a4a}
.name_faq p b{cursor: pointer;color: #d82228;font-size: 11px;font-weight: 100}
.name_faq p b i{font-size: 15px}
.comment_ask .qtv {
    text-transform: uppercase;
    margin-right: 10px;
    color: #000;
    font-weight: normal;
    font-size: 10px;
    background: #eebc49;
    padding: 2px 6px;
    border-radius: 3px;
    line-height: 18px;
    height: 18px;
    margin-left: 10px;
    display: inline-table;
    vertical-align: top;
    white-space: nowrap;
    margin-top: 4px;
}
.child_comment1_1{width: calc(100% - 36px);float: right;background: #fff;border: 1px solid #e7e7e7;margin: 15px 0px;padding: 10px;position: relative}
.arrow_comment1{
    position: absolute;
    left: 24px;
    display: block;
    margin-top: -10px;
    z-index: 9;
    background: #fff;
}
.arrow_comment1:after, .arrow_comment1:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_comment1:before {
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: -12px;
}
.arrow_comment1:after {
    border-bottom-color: #fff;
    border-width: 11px;
    margin-left: -11px;
}
.form_send_comment1{float: left;width: 100%;margin:10px 0px}
.form_send_comment1 textarea{width: 100%;border: 1px solid #e5e5e5;padding: 20px;outline: 0;color: #7d7d7d}
.child_comment1_1 .name_faq{width: calc(100% - 40px);margin-left: 37px;}
.child_comment1:first-child{margin-top: 15px;padding-top: 15px}
.comment_danhgia{background: #f6f6f6;margin: 5px 0px 15px 0px;cursor: pointer}
.comment_danhgia p{padding: 10px;color: #4b4b4b;font-size: 14px;text-transform: uppercase;}
.comment_danhgia p:before{content: "\e250";color: #4b4b4b;font-size: 14px;font-family: "Glyphicons Halflings";float: left;margin-right: 5px}
.list_commnet_history .name_faq{width: 725px}
.iconcom-user {
    width: 25px;
    height: 25px;
    background-image: none !important;
    background-color: #ccc;
    margin-right: 7px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 26px;
    font-style: normal;
    display: inline-block;
}
.comment_ask strong {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}

.col-right-ac .block-title h1 {
    font-size: 30px
}

.col-right-ac .block-content {
    margin-top: 15px;
    font-size: 16px;
}

.col-right-ac .block-content i {
    width: 18px;
    text-align: center
}

.col-right-ac .block-content span {
    display: inline-block
}

.block-orders {
    margin-top: 30px
}

.block-orders h2 {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 5px;
}

.block-orders .table-order .price {
    color: var(--main-color);
    font-weight: 700
}

.block-address {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd
}

.block-address .address-item .row {
    align-items: center
}

.block-address .address-item .col-12:last-child {
    text-align: right
}

.block-order-detail .order-detail-title:after {
    content: '';
    display: table;
    clear: both
}

.block-order-detail .order-detail-title h1 {
    font-size: 20px;
    text-transform: uppercase
}

.block-order-detail .order-detail-status ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.block-order-detail .order-detail-status li {
    display: inline-block
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th {
    border: 0
}

.order-box .order-body {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 15px;
    min-height: 110px
}

.order-box .order-body p {
    font-size: 14px;
    margin-bottom: 0
}

.order-box .order-body .table {
    text-align: right
}

.order-box .order-body .table thead th {
    border-top: none;
    font-weight: 400;
    white-space: nowrap
}

.order-box .order-body .table .link {
    width: 40%;
    min-width: 250px;
    padding-left: 0;
    padding-right: 0;
    text-align: left
}

.order-box .order-body .table .link:after {
    content: '';
    display: table;
    clear: both
}

.order-box .order-body .image_order {
    float: left;
    width: 30%;
    padding-right: 10px;
    max-width: 100px
}

.order-box .order-body .image_order img {
    width: 100%;
}

/* .order-box .order-body .content_right {
    float: left;
    width: 70%
} */

.order-box .order-body .content_right a {
    color: var(--main-color)
}

.order-body p {
    margin-bottom: 5px;
}

.wrap-goods-view .goods-spec {
    display: flex;
}

.wrap-goods-view .goods-spec .common-property {
    display: inline-block;
    width: 16.6%;
    color: #777;
    font-size: 14px;
    font-family: "Gilroy Bold", Arial, sans-serif;
    line-height: 1;
    text-align: center;
    vertical-align: top;
    padding: 0px 3px;
}

.wrap-goods-view .goods-spec .common-property > div {
    margin-top: 10px;
}

#errorNewsletter {
    margin-top: 3px;
}

.entry-content li, .entry-content p {
    line-height: 1.6;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .wrap-check-filter dt {
        width: 120px;
    }

    .wrap-brand-area .segment-contents {
        padding: 0
    }

    .cart-list-total dd {
        width: 140px;
    }

    .footer .cont-wrap {
        padding: 30px 0 15px 0;
    }
}

@media (min-width: 992px) {
    .wrap-goods-view .goods-spec .common-property {
        width: 78px;
    }
}

@media (min-width: 1200px) {
    .footer-gnb > a {
        padding: 10px 24px;
    }
}

@media (max-width: 1100px) {
    .list-more {
        width: auto;
    }
}

@media (max-width: 767px) {
    .terms-contents h1:before, .terms-contents h1:after {
        content: none;
    }

    .terms-contents h1 {
        padding-top: 30px;
    }

    .wrap-goods-view .goods-info h1 {
        font-size: 22px;
    }

    .wrap-goods-view .goods-info {
        height: auto;
        padding-bottom: 10px;
    }

    .wrap-check-filter dt {
        font-family: "Gilroy Bold", Arial, sans-serif;
    }

    .goods-list .item {
        padding: 0px 5px;
    }

    .goods-list .func-usercheck {
        left: 5px;
        right: 5px
    }

    .goods-list .product-promotions {margin:0px -5px}

    #page-product-show .icons-chat {
        bottom: 60px;
    }

    #location {
        height: auto;
        padding: 10px 0;
    }
}

@media screen and (max-width:480px) {
    .shortcode-hotface li{
        width: 100%
    }
    .shortcode-hotface li img{
        width: 100%
    }

    .order-box .order-body .table .link {
        width: 200px !important;
        min-width: none;
    }

    .order-box .order-body .table {
        width: 160%;
    }

    .set-btn-type1 {
        margin-left: 0;
        margin-top: 5px;
    }

    .wrap-goods-view .goods-info h1 {
        margin-top: 10px;
    }

    #location .set-category-select {
        margin-right: 0;
        min-width: 165px;
    }

    .ev-right .price {
        height: 45px;
    }

    .wrap-goods-view .goods-spec {
        justify-content: center;
    }
}
