@font-face {
    src: url(../fonts/SVN-Anastasia.ttf);
    font-family: "SVN-Anastasia";
    font-display: swap
}

body {
    font-size: 14px;
}

#main {
    background: #eee;
}

.hotline-top>a::after {
    content: '';
    background-image: url(../images/list-icon-header.png);
    background-position-x: 54px;
    background-position-y: -17px;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 4px;
    left: 0;
}

.nav>li.hotline-top>a {
    text-transform: uppercase;
    margin: 0 18px;
    line-height: 24px;
    display: inline-block;
    padding: 4px 0;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    margin-left: 0;
    padding-left: 28px;
    position: relative;
}

.hotline-top>a>i {
    opacity: 1 !important;
    top: -1px;
}

.hotline-top>a>i::before {
    content: url(../images/down.svg);
}

.col-sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    width: 230px;
}

.col-sub ul li,
.col-sub ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.col-sub a {
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    display: block;
    padding: 5px 15px;
    border-bottom: 1px dashed #e9e9e9;
    text-transform: initial;
}

header .nav li a:hover {
    color: #ed1b24;
}

#top-bar .nav li a {
    color: #333;
}

#top-bar .nav li {
    margin: 0 18px !important;
    font-size: 14px;
}

#top-bar .nav li.has-icon-left>a>img {
    max-width: 16px;
    max-height: 15px;
    object-fit: contain;
}

.search-form.header-search-form {
    width: 540px;
    max-width: 100%;
}

.header-nav-main.nav.nav-left {
    justify-content: center;
}

.header-search-form .form-flat input:not([type=submit])::placeholder {
    color: #495057;
}

.header-search-form .form-flat input:not([type=submit]) {
    border-radius: 4px;
    height: 35px;
    font-size: 14px;
    color: #495057;
    border: 1px solid #ced4da;
    background-color: #fff !important;
}

.nav>li>a.account-link {
    display: flex;
    flex-direction: row-reverse;
    font-size: 12px;
    color: #6e6e6e !important;
    font-weight: normal;
}

.header-nav-main.nav-right>li {
    margin: 0 14px;
}

#wide-nav .header-block {
    max-width: calc(100% - 250px);
    padding-left: 30px;
}

.header-block-block-2 ul {
    list-style: none;
    margin-left: 25px;
    display: grid;
    display: flex;
    align-items: center;
}

.header-block-block-2 ul li {
    list-style: none;
    margin: 0 !important;
    color: #fff;
    padding: 0 18px;
    font-size: 14px;
    width: auto;
    position: relative;
    display: inline-block;
}

.header-block-block-2 ul li a {
    color: #fff;
}

.header-vertical-menu__opener {
    background-color: #e51e21 !important;
}

.header-vertical-menu__icon .icon-menu:before {
    content: url(../images/nav.svg);
    position: relative;
    top: 2px;
}

.header-block-block-2::before {
    content: '';
    background: url(../images/ic-right.webp) no-repeat;
    width: 10px;
    height: 10px;
    background-color: #fff028;
    border-radius: 100%;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -5px;
    display: block
}

.header-block-block-2::after {
    content: '';
    border: 1px solid #fff028;
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: rgba(238, 46, 36, .2);
    border-radius: 100%;
    -moz-animation: sonar 1.25s linear infinite;
    -o-animation: sonar 1.25s linear infinite;
    -webkit-animation: sonar 1.25s linear infinite;
    animation: sonar 1.25s linear infinite;
    display: block;
    margin: -1px 0 0 -1px;
    position: absolute;
    left: 20.5px;
    top: 6px;
    border-radius: 50%;
}

.header-block-block-2 ul li+li::before {
    content: '';
    background: url(../images/ic-right.webp) no-repeat;
    width: 7px;
    height: 9px;
    position: absolute;
    top: 6px;
    left: -3px;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a {
    color: #000;
    padding: 7px 10px;
}

.nav-vertical-fly-out>li+li {
    border-color: #e7e7e7;
}

header .hot-item a::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/hotsale-icon.gif) center / contain no-repeat;
    position: relative;
    top: 2px;
    margin-left: 2px;
}

.more-cate p {
    text-align: center;
    font-size: 13px;
    padding: 6px 10px;
    margin: 0;
    display: block;
    line-height: normal;
    cursor: pointer;
}

.more-cate p::after {
    content: url(../images/down-gray.svg);
    margin-left: 3px;
    position: relative;
    display: inline-block;
    top: 3px;
}

.more-cate.on p::after {
    transform: rotate(180deg);
}

header .ux-nav-vertical-menu>li:not(.more-cate, .on) {
    display: none;
}

header .ux-nav-vertical-menu>li:nth-child(-n + 16) {
    display: block;
}

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

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

#wide-nav .flex-row>.flex-left {
    width: 100%;
}

.thumB-text .col {
    max-width: 20%;
    flex-basis: 20%;
    padding-top: 14px !important;
    position: relative;
}

.thumB-text.row-collapse>.flickity-viewport>.flickity-slider>.col {
    padding-top: 14px !important;
}

.thumB-text .col * {
    margin-bottom: 10px;
}

.thumB-text .col::before {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

.thumB-text .col.is-selected::before {
    background: var(--primary-color);
}

.thumB-text .col::after {
    content: '';
    width: 1px;
    height: 36px;
    top: 10px;
    right: 0;
    background: #cdcdcd;
    position: absolute;
}

.thumB-text {
    text-align: center;
    background-color: #fff;
}

.banner-main .box-text {
    display: none !important;
}

.banner-main .col {
    padding-bottom: 0;
}

.banner-main .flickity-prev-next-button {
    height: 50px;
    width: 25px;
    margin-top: 0;
    transform: none !important;
    background-position: center;
    margin: 0 !important;
    top: 45%;
    background-color: #333;
    bottom: 0;
    color: #fff;
    opacity: 1 !important;
}

.banner-main .flickity-prev-next-button.previous {
    left: 15px;
    border-radius: 3px 0 0 3px;
}

.banner-main .flickity-prev-next-button.next {
    border-radius: 0 3px 3px 0;
    right: 15px;
}

.header-vertical-menu__fly-out .menu-main-menu-container>ul>li>ul li a {
    font-size: 14px;
}

.img-hover-cus::after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: -100%;
    width: 120%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .15) 35%, rgba(255, 255, 255, .2), 70%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
}

.img-hover-cus:hover:after {
    opacity: 1;
    left: 120%;
    transition-property: left, top, opacity;
    transition-duration: 1s, 2s, .1s;
    transition-timing-function: ease;
}

.row-5 .col {
    flex-basis: 20%;
    max-width: 20%;
}

.row-cat {
    margin: 0 -1.5px;
    padding: 6px;
}

.col-cat {
    padding: 0 1.5px 3px;
}

.col-cat .col-inner {
    display: block;
    border: 1px solid #d8dadb;
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.col-cat h3 {
    font-size: 12px;
    font-weight: normal;
}

.col-cat .box-text {
    padding: 0;
    padding-top: 3px;
}

.col-cat .box-image {
    max-width: 60px;
    margin: 0 auto;
}

.tit-center p {
    text-align: center;
    display: block;
    font-size: 26px;
    color: #2e4a99;
    position: relative;
    margin-bottom: 50px;
    font-family: "SVN-Anastasia";
}

.tit-center p::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 23px;
    background: url(../images/ic-tit.webp) no-repeat;
    background-position: center;
}

.absolute-footer {
    display: none;
}

.footer-info ul,
.footer-info li,
.footer-info p {
    margin: 0 !important;
    padding: 0;
    list-style: none;
}

.footer-info h2 {
    font-size: 16px;
    font-family: Arial;
    font-weight: 700;
    text-transform: uppercase;
}

.stack-f {
    background: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.stack-f .ux-logo-link {
    padding: 0 !important;
}

.stack-f .ux-logo-link img {
    margin: 0 auto;
}

.follow-cus .icon-facebook::before {
    content: url(../images/fb.svg);
}

.follow-cus .icon-instagram::before {
    content: url(../images/insta.svg);
}

.follow-cus .icon-youtube::before {
    content: url(../images/youtube.svg);
}

.follow-cus .icon-tiktok::before {
    content: url(../images/tiktok.svg);
}

.rank-math-breadcrumb {
    margin-top: 1em;
}

.rowdetail {
    display: block;
    overflow: hidden;
    padding: 20px 14px;
    background-color: #fff;
}

.header-title {
    width: calc(100% - 90px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-detail {
    display: flex;
    padding-bottom: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    position: relative;
}

.qrcode-product {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    margin-top: -10px;
}

.header-detail h1 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    width: max-content;
    max-width: 100%;
}

.woocommerce-product-rating {
    display: flex;
    gap: 1px;
    align-items: center;
}

.title-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.params-detail {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    clear: both;
    margin-bottom: 5px;
}

.params-detail .item {
    font-size: 13px;
}

.params-detail .item b {
    font-weight: 600;
    color: #e51e21;
}

.params-detail .item span {
    background: #f1f1f1;
    margin-left: 5px;
    padding: 2px 5px;
    border-radius: 2px;
    color: #666;
    z-index: 6;
    position: relative;
}

.params-detail .item span::after {
    content: "";
    position: absolute;
    top: 5px;
    left: -2px;
    width: 10px;
    height: 10px;
    background: #f1f1f1;
    z-index: -1;
    transform: rotate(45deg);
}

.picture {
    width: 41%;
    float: left;
    overflow: hidden;
}

.characteristics .owl-carousel .owl-item img {
    max-width: 100%;
}

.item-video {
    position: relative;
}

.item-video:before {
    content: '';
    width: 67px;
    height: 47px;
    background: url(../images/ic-play.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.picture .characteristics .owl-carousel .owl-item .item {
    height: 480px;
    display: flex;
}

.picture .characteristics .owl-carousel .owl-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: auto;
}

.countimg {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    text-align: center;
    position: relative;
    line-height: 30px;
    cursor: pointer;
}

.colorandpic {
    padding: 0;
    list-style: none;
    margin: 0 auto 0;
    display: flex;
    justify-content: center;
}

.colorandpic li {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    margin: 0 5px;
    cursor: pointer;
}

.colorandpic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.colorandpic li .thumb {
    width: 70px;
    height: 70px;
    border: 1px solid #e9e9e9;
    margin-bottom: 5px;
    padding: 5px;
}

.colorandpic .gal-video {
    position: relative;
}

.colorandpic .gal-video i {
    color: var(--primary-color);
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    align-items: center;
    display: flex;
    justify-content: center;
}

.key-selling.kmh {
    max-height: 120px;
    overflow: hidden;
    position: relative;
}

.title_text {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ovlarticle {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 85%, rgba(255, 255, 255, 1) 100%);
}

.viewmorekeyselling {
    font-size: 14px;
    display: block;
    color: #006abf;
}

.viewmorekeyselling:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #006abf;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

.popup-block {
    max-width: unset !important;
    background: rgba(0, 0, 0, .85);
    height: 100%;
    display: none;
    left: 0;
    margin: 0 auto;
    position: fixed;
    padding-top: 0;
    top: 0;
    transition: .5s;
    right: 0;
    width: 100%;
    z-index: 99999999;
}

.popup-block.show {
    display: block;
}

.popup-block .bt-overlay {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.block-tab-top {
    background-color: #fff;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 10px;
    position: fixed;
    top: 0;
    width: 1160px;
    max-width: 100%;
    z-index: 10;
    border-bottom: 1px solid #e0e0e0;
}


.popup-block .tab-item {
    list-style: none;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    margin: 0 4px;
    padding: 10px 5px;
    white-space: nowrap;
}

.popup-block .tab-item.active {
    border-bottom: 4px solid #2d9cdb;
    color: #2d9cdb;
    font-weight: bold;
}

.close-tab {
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 10;
}

.btn-closemenu {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    float: right;
    line-height: 21px;
    padding: 7px;
    position: relative;
    text-align: right;
    width: 67px;
}

.btn-closemenu::before,
.btn-closemenu::after {
    background-color: #333;
    content: "";
    left: 13px;
    height: 14px;
    position: absolute;
    top: 10px;
    width: 1px;
}

.btn-closemenu::before {
    transform: rotate(45deg);
}

.btn-closemenu::after {
    transform: rotate(-45deg);
}

.block-tab-content {
    width: 1160px;
    max-width: 100%;
    margin: 0 auto 0 auto;
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 65px;
    z-index: 9;
    min-height: calc(100vh - 65px);
    max-height: calc(100vh - 65px);
    overflow-y: auto;
}

.popup-block .content-t.active {
    display: block;
}

.popup-block .content-t__list {
    max-width: 1200px;
    margin: auto;
}

.block-tab-content #sync3,
.block-tab-content #sync1,
.block-tab-content #sync5 {
    height: calc(100vh - 170px);
    overflow: hidden;
}

.popup-block .content-t__list .sync1 {
    width: 100%;
    margin: auto;
}

.popup-block .content-t__list .sync1 {
    align-items: center;
    display: block;
}

.block-tab-content #sync2,
.block-tab-content #sync4,
.block-tab-content #sync6 {
    margin: 0 auto 20px;
}

#sync2 {
    background: #fff;
}

.popup-block .content-t__list .sync2 {
    height: 60px;
    max-width: 1020px;
}

.slider-tab .owl-carousel .owl-video-wrapper {
    position: absolute;
    width: 100%;
    z-index: 10;
    background: transparent;
    top: 0;
    left: 0;
}

.slider-tab .owl-carousel .owl-video-play-icon {
    z-index: 12;
    background: unset;
    color: #d60d0d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.popup-block .content-t {
    display: none;
}

.content-t-wrap {
    max-width: 700px;
    margin: auto;
    padding: 20px 0;
    width: 100%;
}

#tab-content-specification-gallery ul li {
    display: block !important;
    background: #f4f4f4;
    padding: 10px;
    font-size: 20px;
    color: #999;
}

.slider-tab * {
    height: 100%;
}

.slider-tab img {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#sync2 {
    background: #fff;
}

.popup-block .content-t__list .sync2 {
    height: 60px;
    max-width: 1020px;
    margin: 0 auto 20px auto;
}

.block-tab-content #sync2,
.block-tab-content #sync4,
.block-tab-content #sync6 {
    margin: 0 auto 20px;
}

.slider-tab .owl-carousel .owl-video-tn {
    display: none;
}

.slider-tab .owl-carousel .owl-video-play-icon {
    z-index: 12;
    background: unset;
    color: #d60d0d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.owl-video-wrapper iframe {
    position: relative;
    z-index: 99999;
}

.slider-tab .owl-carousel .owl-video-play-icon:before {
    content: url(../images/ic-play.png);
}

.price {
    margin-bottom: 5px;
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
}

.flex-price {
    display: flex;
    margin: 15px 0;
    align-items: center;
}

.flex-price p {
    margin-bottom: 0;
}

.flex-price ins span.amount {
    font-size: 23px;
    color: #d0021c;
    font-weight: 700;
    display: inline-block;
    line-height: 18px;
}

.flex-price .price-wrapper .price {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.flex-price del span.amount {
    font-weight: 400;
    color: #8a8a8a;
    font-size: inherit;
    text-decoration: line-through;
    display: block;
}

.prDisPercent {
    font-size: 12px;
    display: inline-block;
    font-weight: 400 !important;
    margin-left: 10px;
    padding: 4px 3px;
    color: #fff;
    background: rgba(229, 30, 49, .58);
    border-radius: 5px;
}

.deliverytime {
    display: flex;
    align-items: center;
    gap: 10px;
}

.deliverytime span {
    font-size: 16px;
    text-transform: uppercase;
    color: #158d1e;
    font-weight: 700;
}

.area_promotion {
    border-radius: 10px;
    border: 1px solid #eee;
    position: relative;
    padding: 30px 15px 0;
    margin: 30px 0 0 0;
}

.area_promotion>strong {
    position: absolute;
    top: -16px;
    left: 20px;
    background: var(--primary-color);
    color: #fff;
    padding: 5px 25px 5px 35px;
    border-radius: 20px;
    text-transform: uppercase;
}

.area_promotion>ol {
    counter-reset: my-counter;
    padding-left: 0;
}

.area_promotion>ol li {
    counter-increment: my-counter;
    list-style: none;
    padding-left: 30px;
    font-size: 14px;
    position: relative;
    padding-bottom: 6px;
    line-height: 1.5;
	margin-bottom:3px;
}

.area_promotion>ol li:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    font-weight: 700;
    content: counter(my-counter);
    position: absolute;
    left: 0;
    top: 0;
}

.price_sale {
    width: 37%;
    float: left;
    padding: 0 20px;
}

.right-box {
    width: 22%;
    float: left;
}

.area_buy {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.area_buy>:not(.sys-showroom):not(.promotion-event) {
    display: block;
    padding: 5px;
    border-radius: 10px;
    background: #eb3537;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    transition: .3s linear;
    cursor: pointer;
    min-height: auto;
    height: auto;
    line-height: 1.5;
    margin: 0;
}

.area_buy>:buy_now {
    border: 1px solid #eb3537;
}

.area_buy>:not(.sys-showroom):not(.promotion-event).add_cart {
    background: #05b1f0;
    border: 1px solid #05b1f0;
}

.area_buy>:not(.sys-showroom):not(.promotion-event).calladvice {
    background: #1c348d;
    grid-column: 1 / 3;
    border: 1px solid #1c348d;
}

.area_buy>:not(.sys-showroom):not(.promotion-event) span {
    display: table;
    clear: both;
    text-transform: initial;
    font-size: 12px;
    margin: 0 auto;
    position: relative;
}

.area_buy>:not(.sys-showroom):not(.promotion-event).calladvice span:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url(../images/icondetailprd.png);
    background-position: -6px -39px;
    position: absolute;
    top: -21px;
    left: -5px;
}

.area_buy>:not(.sys-showroom):not(.promotion-event).calladvice:hover {
    color: #1c348d;
    background-color: #fff;
    background-repeat: no-repeat;
}

.area_buy>:not(.sys-showroom):not(.promotion-event).add_cart:hover {
    color: #05b1f0;
    background-color: #fff;
}

.area_buy>:not(.sys-showroom):not(.promotion-event).buy_now:hover {
    color: #eb3537;
    background-color: #fff;
}

.length_a {
    max-width: 427px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.callorder {
    border: 1px solid #e9e9e9;
    padding: 17px;
    border-radius: 5px;
}

.devvn_prod_cmt,
#reviews {
    margin-top: 20px !important;
    margin-left: 0 !important;
}

.box_content_product {
    margin-top: 20px;
    position: relative;
}

.box_content_product .left_content {
    width: calc(100% - 404px);
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 20px;
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}

.area_article {
    display: block;
    overflow: hidden;
    font-size: 15px;
    color: #333;
    line-height: 22px;
    padding-bottom: 10px;
    height: 500px;
}

.show-more::before {
    height: 122px;
    margin-top: -122px;
    content: '';
    background: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    display: block;
    z-index: 10;
    position: relative;
}


.view-tt-prd {
    display: table;
    margin: 15px auto;
    line-height: 40px;
    padding: 0;
    background: #fff;
    color: #006abf;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    grid-column: 1 / 7;
}

.view-tt_v2 {
    border: 1px solid #006abf;
    padding: 0 50px;
}

.box_content_product .right_content {
    width: 384px;
    display: block;
    overflow: hidden;
    position: sticky;
    top: 0;
}

.box_content_product .right_content .price_sale {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    background: #fff;
    padding: 15px;
    position: unset !important;
}

.right_content .price_sale.fixed .area_buy {
    position: fixed;
    top: 100px;
    z-index: 999999;
    width: 384px;
    background-color: #fff;
    padding: 15px;
}

.para {
    padding: 0;
    margin-bottom: 10px;
}

.para ul {
    padding: 0;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: auto auto;
}

.para li {
    line-height: 1.5;
    margin: 0;
    padding-right: 10px;
    padding-left: 15px;
    position: relative;
    list-style: none;
}

.para li:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #333;
    top: 8px;
    left: 0;
}



.title-span {
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 10px;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 12px;
}

.popup-advisory {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.wrapper-advisory {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #1c348e;
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 42px 53px;
    color: #fff;
    max-width: 600px;
    width: 100%;
}

.close-login {
    cursor: pointer;
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff url(../images/icondetaildesktop.png) no-repeat;
    top: -17px;
    right: -15px;
    background-position: -70px -52px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 1);
}

.wrapper-advisory form {
    width: 425px;
    margin: 0 auto;
    max-width: 100%;
}

.wrapper-advisory>p {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin: 0 auto 20px;
    display: table;
}

.wrapper-advisory>p:before {
    content: '';
    background: url(../images/icondetailprd.png) no-repeat;
    background-position: -6px -102px;
    position: absolute;
    top: 0;
    left: -47px;
    width: 35px;
    height: 35px;
}

input:not([type='submit']).form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wrapper-advisory .form-group input {
    height: 42px;
    border-radius: 99px;
    border: initial;
    box-shadow: initial;
    width: 100%;
}

.wrapper-advisory .form-group input::placeholder {
    text-align: center;
    color: #000
}

.wrapper-advisory .form-group {
    margin: 5px;
    margin-bottom: 15px;
    position: relative;
}

.wrapper-advisory .wpcf7-radio {
    width: 100%;
    font-size: 14px;
}

.wrapper-advisory .wpcf7-radio {
    display: block;
    width: 100%;
    font-size: 14px;
}

.wrapper-advisory .wpcf7-radio>span {
    width: 100%;
    margin-bottom: 5px;
    color: #fff;
}

.wrapper-advisory .wpcf7-radio>span input {
    width: 20px;
    margin: 0;
    height: 20px;
}

.wrapper-advisory .wpcf7-radio>span label {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.wrapper-advisory button {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    border-radius: 99px;
    background: #ff2c2e;
    font-weight: 700;
    height: 40px;
    border: initial;
    margin-top: 20px;
}

.section-product-more {
    background-color: #fff;
    margin: 20px 0;
}

.section-product-more .product-section-title {
    font-size: 15px;
    padding: 7.5px 15px;
    border-radius: 5px;
    font-weight: 700;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    background: #1c348d;
    color: #fff;
    width: max-content;
    margin: 15px !important;
}

.installment {
    position: absolute;
    z-index: 10;
    background: #fff;
    top: 5px;
    right: 15px;
    font-size: 14px;
    height: 24px;
    border: 1px solid #007bff;
    line-height: 24px;
    padding: 0 5px;
    border-radius: 3px;
    color: #007bff;
}

.installment-hot {
    position: absolute;
    top: 5px;
    left: 15px;
    color: #ec2327;
    border: 1px solid #ec2327;
    border-radius: 3px;
    padding: 0 5px;
    line-height: 22px;
    display: inline-block;
    z-index: 4;
    background: #fff;
}

.icon-hot {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 60px;
    height: 60px;
    z-index: 10;
}

.trademark {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    margin-bottom: 5px;
}

.trademark img {
    max-height: 20px;
    object-fit: contain;
    width: initial;
    max-width: 70px;
}

.trademark span {
    font-weight: 600;
    display: block;
}

.gift-sale,
.item-txt-sale,
.item-txt-super-sale,
.item-txt-sale-onl {
    margin-bottom: 5px;
    font-size: 12px;
    padding-left: 15px;
    position: relative;
    font-weight: 600;
}

.gift-sale i,
.item-txt-sale i,
.item-txt-super-sale i,
.item-txt-sale-onl i,
.gift-sale svg,
.item-txt-sale svg,
.item-txt-super-sale svg,
.item-txt-sale-onl svg {
    position: absolute;
    top: 2px;
    left: 0;
}

.gift-sale svg {
    fill: #0da950;
}

.item-txt-sale,
.item-txt-sale a {
    color: #007bff;
}

.item-txt-sale svg {
    fill: #007bff;
}

.item-txt-sale-onl {
    color: #6c757d;
}

.item-txt-sale-onl svg {
    fill: #6c757d;
}

.item-txt-super-sale {
    color: #f00;
}

.item-txt-super-sale svg {
    fill: #f00;
}

.products.row,
.cus-product .row {
    margin: 0 auto !important;
}

.product-small.col {
    padding: 0 !important;
	margin-top:-1px;
}

.product-small.box {
    border: 1px solid #e9e9e9;
    border-left: 0;
    background-color: #fff;
}

.product-small.box .box-text {
    padding: 5px 15px 20px;
}

.woocommerce-loop-product__link {
    font-size: 14px;
}

.box_desc-content {
    padding: 15px;
    background-color: #fff;
    margin-top: 20px;
}

.box_desc-content>p:first-child {
    border-bottom: 1px solid #a9a9a9;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.page-title-inner {
    padding-top: 0;
    background-color: transparent;
    padding: 10px 15px;
    font-size: 14px;
}


.breadcrumbs {
    font-size: 14px;
}

.page-title-inner .medium-text-center:not(.flex-grow) {
    display: none;
}

body.tax-product_cat #wrapper,
body.tax-product_cat #main {
    background: #F7C27C;
}


.flex-new a,
.flex-new .item-type {
    flex: 1 100%;
    width: calc(100% / 8 - 4px);
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.boxproperty.scrol-fex .item-type {
    width: 200px;
}

.boxQuickFilter {
    background-color: #fff;
    margin-bottom: 20px;
}

.boxQuickFilter>span {
    padding: 15px 15px 0 15px;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.flex-new a img,
.flex-new .item-type img {
    height: 80px;
    object-fit: contain;
    display: block;
    margin: 0 auto 10px;
}

.flex-new .item-type span {
    display: block;
    padding: 15px 5px 0 5px;
}

.boxproperty.scrol-fex {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 15px;
    display: flex;
		gap:20px;

}

.title_v3 {
    font-size: 20px;
    color: #ec2327;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    padding: 12px 0 12px 54px;
}

.title_v3:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 15px;
    background: url(../images/icondetaildesktop.png);
    width: 30px;
    height: 33px;
    background-position: -106px -63px;
}

.title-count {
    padding: 12px;
    font-size: 20px;
    font-weight: 700;
    background: #fff;
    margin-bottom: 0;
    border: 1px solid #e9e9e9;
}

.sort {
    display: flex;
    padding: 12px 15px;
    border: 1px solid #e9e9e9;
    border-top: 0;
    background: #fff;
    position: relative;
    border-bottom: 0;
}

.sort ul {
    margin: 0;
    padding: 0;
}

.sort ul li {
    display: table-cell;
    padding-left: 12px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
}

.cus-radio [type=radio]:checked,
.cus-radio [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.cus-radio [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
    font-weight: 400;
    margin: 0;
}

.cus-radio [type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #797979;
    border-radius: 100%;
    background: #fff;
}

.cus-radio [type=radio]:checked+label:after,
.cus-radio [type=radio]:not(:checked)+label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #e51e21;
    position: absolute;
    top: 6px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.cus-radio [type=radio]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #797979;
    border-radius: 100%;
    background: #fff;
}

.cus-radio [type=radio]:checked+label:before {
    border-color: #e51e21;
}

.cus-radio [type=radio]:checked+label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
    font-weight: 400;
    margin: 0;
}

.cus-radio [type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.discount .img-bgr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.discount h2 {
    text-align: center;
    font-size: 27px;
    color: #fff225;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.title-hot {
    position: relative;
    margin-bottom: 0;
}

.title-hot:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background: #0f2d75;
}

.title-hot h2 {
    text-align: center;
    position: relative;
    z-index: 102;
    color: #fff225;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 27px;
    padding: 3px 56px;
    line-height: 45px;
    display: block;
    width: max-content;
    max-width: 100%;
    display: table;
    margin: 0 auto 25px;
}

.title-hot h2:before,
.title-hot h2:after {
    background: url(../images/bg-tit.webp) no-repeat;
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-size: auto 100%;
    z-index: -1;
    background-position: center left;
}

.title-hot h2:after {
    right: 1px;
    left: initial;
    transform: rotate(180deg);
}

.tab-cus .nav>li>a {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding: 0 12px;
    line-height: 32px;
    border-radius: 3px;
    background: #fff;
    margin: 0 2px;
    display: inline-block;
    cursor: pointer;
}

.tab-cus .nav>li.active>a {
    background-color: #19328c;
    color: #fff;
}

.title_v2 h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: calc(100% + 2px);
    width: 5px;
    background: #1d3c93;
}

.title_v2 h2 {
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    padding: 9px 18px;
    border: 1px solid #e9e9e9;
    color: #1d3c93;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    position: relative;
}

.p-10-b .col {
    padding-bottom: 0;
}

.p-10 .col {
    padding-bottom: 10px;
}

.p-10-b .row,
.p-10,
.th-sli,
.gallery-cus-s {
    padding: 10px !important;
}

.gallery-cus-s .col-inner:hover {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.gallery-cus-s img {
    object-fit: contain;
    border-radius: 20px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ededed;
    padding: 0 13px;
}

.th-sli img {
    object-fit: contain;
}

.form-ss input {
    width: 100%;
    height: 39px;
    padding: 0 12px;
    font-size: 14px;
    color: #000;
}

.form-ss form {
    display: flex;
    align-items: center;
    position: relative;
}

.wpcf7-spinner {
    display: none;
}

.form-ss button {
    position: absolute;
    top: 5px;
    right: 3px;
    background: #1d3c93;
    color: #fff;
    height: 30px;
    min-height: auto;
    width: 30px;
    border: initial;
    border-radius: 3px;
    display: inline-block;
    margin-left: 10px;
    transition: .2s linear;
    border: 1px solid #1d3c93;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

#shop-sidebar {
    background-color: #fff;
    padding: 10px;
    font-size: 14px;
}

#shop-sidebar label {
    font-size: 14px;
}
.ux-relay__button {
 	color: #006abf;
    font-size: 14px;
    border-radius: 5px;
	    font-weight: 400;
    letter-spacing: 0;
    background: #fff;
    margin-top: 30px;
    padding: 2px 30px;
}
.box-category .header-title {
	display:block;
	width:auto;
	font-size:14px;
	font-weight:500;
	letter-spacing:0;
	text-transform:initial;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.box-category .box-text {
	padding-bottom:0 !important;
}
.category-pro .product-category {
	border:1px solid #eee;
	margin-left: -1px;
}
.category-pro .product-category > .col-inner {
	padding:20px;
}
.title_v2.cat h2 {
	border-bottom:0;
}
.category-pro .product-category:hover .header-title {
	color:#e51e21;
}
.category-pro.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
	margin-top:0;
	background: #fff;
    border-radius: 999px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    border: none;
    opacity: 1;
	margin-right: -15px;
    height: 36px;
}
.category-pro.slider-nav-outside.slider-nav-circle .next {
	margin-left:-15px;
}
.category-pro.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button svg {
	border:none;
	padding:12px;
}

.title-3 .post-title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.box-blog-post .is-divider {
	display:none;
}
.box-blog-post .box-image img {
	border-radius:5px;
}
.blog-side .post-title a {
	font-weight:500;
	font-size:14px;
}
.blog-side .post-item + .post-item > .col-inner {
    border-top: 1px solid #eee;
    padding-bottom: 20px;
    padding-top: 30px;
}
.section-product-tab .panel .row {
	margin:0 auto;
}
.woof_image_term {
    height: 50px;
	max-width: 100%;
    max-height: 30px;
    margin: 0 3px 3px 0;
    background-size: contain;
    /* background-clip: content-box; */
    border: none !important;
    padding: 2px;
    color: #292f38;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    background-repeat: no-repeat;
	    margin-left: 30px !important;
    background-position: top left;
}
.woof_list.woof_list_image > li {
	width:46%;
}
.woof_list.woof_list_image .checkbox:before {
	content:'';
	position:absolute;
	width:16px; 
	height:16px; 
	border:1px solid #cbcbcb;
	border-radius:2px;
	left:0;
	top:0;
}
.woof_list.woof_list_image .checkbox.checked:after {
	    position: absolute;
    content: "";
    font-family: fl-icons !important;
    width: 10px;
    height: 10px;
    color: black;
    left: 0;
    font-weight: 4000;
    font-family: fl-icons !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    font-size: 16px;
    top: 0;
    left: 3px;
}
.woof_list_radio .woof_radio_label:before {
	content:'';
	width: 16px;
    height: 16px;
    border: 1px solid #cbcbcb;
    border-radius: 2px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.woof_list_radio .woof_radio_term, .woof_authors .woof_price_filter_radio  {
	display:none;
}
.woof_list_radio .woof_radio_label {
	padding:0;
	font-weight:400;
	color:#4a90e2;
	font-size:14px;
	position:relative;
}
.woof_list_radio .woof_radio_label.woof_radio_label_selected:after {
	  position: absolute;
    content: "";
    font-family: fl-icons !important;
    width: 10px;
    height: 10px;
    color: black;
    left: 0;
    font-weight: 4000;
    font-family: fl-icons !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    font-size: 16px;
    top: 0;
    left: 3px;
}

.woof_redraw_zone .woof_container+.woof_container {
	border-top:1px solid #eee;
	padding-top:20px;
}
.woof_submit_search_form_container button {
	width:100%;
    font-size: 14px;
    color: #4a90e2;
    background: #fff;
    border: 1px solid;
    border-radius: 3px;
}

.flex-new a:after, .flex-new .item-type:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 10px;
    width: 1px;
    height: 60%;
    background: #eee;
}
.view-more-button {
	background: #fff;
    color: #006abf;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    font-weight: 500;
    padding: 2px 40px;
    margin-top: 20px;
}
.view-more-button:hover {
	background: #006abf;
}
.recent-product > .row {
	border: 1px solid #e9e9e9;
}
.recent-product {
	margin:30px 0;
}
.recent-product .related-title {
	font-size: 20px;
	font-weight:bold;
	margin-bottom:20px;
}

.tab-hethong .title {
    background: #e51e31;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-weight: 700;
}

.tab-hethong .sidebar .tab{
        background: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px -7px inset;
}
.location b {
    font-size: 18px;
    font-weight: 700;
}

.tab-hethong .sidebar .tab img {
    margin-right: 10px;
	width:20px; 
	height:auto;
}
.tab-hethong .sidebar .tab a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-right: 0;
    font-weight: 600;
    color: #D03E25;
	margin-top:10px;
}
p.phone {
    font-weight: 600;
}
.tabcontent {
    display: none;
}
p.location, p.phone {
    margin-bottom: 5px;
}
.content iframe {
    width: 100%;
    height: 445px;
    border-radius: 10px;
}
.tab-hethong .sidebar {
    animation
    margin-right: 15px;
    padding: 15px;
    background: #f0f0f2;
    border-radius: 10px;
}
.tab-hethong .sidebar .wrap {
	  height: 348px; overflow: auto;
}
.sys-showroom h3 {
    font-size: 14px;
    color: #f00;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}
.sys-showroom .info-showroom {
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
}
.sys-showroom .item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}
.sys-showroom .item .title-sr {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.sys-showroom .item p:not(.title-sr) {
    position: relative;
}
.sys-showroom .item p {
    margin-bottom: 5px;
}
.sys-showroom .item p:not(.title-sr) img {
    top: 5px;
    width: 15px !important;
    height: auto !important;
	margin-right:5px;
}

@media screen and (min-width: 850px) {
    .col-banner>.col-inner {
        width: calc(100% - 244px);
        margin-left: auto;
    }

    .home #main {
        background-color: #ffb6b6;
    }

    .row-lg-5>.col {
        max-width: 20%;
        flex-basis: 20%;
    }

    .col-cat .box-image {
        max-width: 100px;
    }

    .col-cat .col-inner {
        border-radius: 0;
        padding: 10px;
    }
}




@media screen and (min-width: 1200px) {

    .header-vertical-menu__fly-out .menu-main-menu-container>ul>li>ul {
        width: calc(1200px - 232px) !important;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .header-vertical-menu__fly-out .menu-main-menu-container>ul>li>ul>li {
        flex-basis: 25%;
        max-width: 25%;
    }

    .header-vertical-menu__fly-out .menu-main-menu-container>ul>li>ul>li>a {
        border-bottom: 1px solid #d0d0d0 !important;
        font-weight: 700 !important;
    }

    .header-vertical-menu__fly-out .menu-main-menu-container>ul>li>ul>li>ul {
        position: relative;
        left: 0;
        margin: 0;
        height: auto;
        opacity: 1;
        visibility: visible;
        display: block;
        box-shadow: none;
        border: 0;
    }

    .header-vertical-menu__fly-out .menu-main-menu-container>ul>li>ul>li>ul>li>a {
        margin: 0;
        padding-bottom: 0;
    }

    .nav-dropdown .nav-dropdown-col>ul li {
        border: 0
    }

    .nav-dropdown .nav-dropdown-col>ul li:hover {
        background: transparent
    }
}

@media screen and (max-width: 1200px) {
    .search-form.header-search-form {
        width: 300px;
    }

    .header-block-block-2::after {
        top: 18px;
    }
}

@media screen and (max-width: 850px) {
    .price_sale {
        padding: 0;
    }

    .right-box,
    .box_content_product .right_content,
    .box_content_product .left_content,
    .price_sale,
    .picture {
        width: 100%;
    }

    .banner-main .col {
        padding: 0;
    }

    .thumB-text {
        display: none !important;
    }

    .search-form.header-search-form {
        width: 100%;
    }

    .search-form.header-search-form .icon-search:before {
        color: #333;
    }

    .hotline-top {
        display: none !important;
    }

    #top-bar .mobile-nav {
        display: none;
        position: absolute;
        z-index: 9;
        opacity: 0;
        z-index: 100;
        left: 15px;
        top: 35px;
        background-color: #fff;
        visibility: hidden;
        transition: .3s linear;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        border-radius: 5px;
        width: 149px;
        max-width: 100%;
    }

    #top-bar .mobile-nav.active {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    #top-bar .mobile-nav li {
        margin: 0 15px;
        width: 100%;
    }

    .html_topbar_right {
        font-size: 11px;
    }

    .html_topbar_right::after {
        content: url(../images/down2.svg);
        margin-left: 3px;
        position: relative;
        top: 1px;
    }


    #top-bar .nav li {
        font-size: 11px;
    }

    .area_buy>:not(.sys-showroom):not(.promotion-event) {
        font-size: 12px;
    }

    .popup-block .tab-item {
        font-size: 14px;
        padding: 10px 0;
    }

    #tab-content-specification-gallery ul {
        padding: 0 15px;
    }

    #tab-content-specification-gallery ul li {
        font-size: 14px;
    }

    .close-login {
        top: 0;
        right: 0
    }

    .wrapper-advisory {
        padding: 30px;
        padding-bottom: 0;
    }

    .wrapper-advisory button,
    .wrapper-advisory .form-group input {
        height: 30px;
    }

    .wrapper-advisory>p {
        font-size: 20px;
    }

    .flex-price ins span.amount {
        font-size: 18px;
    }

    .tit-center p {
        font-size: 20px;
    }

    .flex-price del span.amount {
        font-size: 12px;
    }
}