:root {
    --maincolor: #931B24;
    --m1:#931B24;--m2:#f00;
}


body {
    font-family: var(--fmain);
    font-size: 14px;
    color: #000;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%)
}

::-webkit-scrollbar-thumb {
    background: var(--maincolor)
}

.wap_main {
    max-width: 1920px;
    min-width: 320px;
    position: relative;
    margin: auto; overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    margin: 0 0 13px 0;
    font-weight: 500;
    line-height: 1.5
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

img.lazy {
    opacity: 0
}

img:not(.initial) {
    transition: opacity 1s
}

img.error,
img.initial,
img.loaded {
    opacity: 1
}

img:not([src]) {
    visibility: hidden
}

button,
input,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important
}

a,
input,
textarea {
    outline: 0;
    padding: 0
}

a {
    text-decoration: none !important;
    cursor: pointer
}

a:hover {
    color: var(--maincolor)
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.w-100 {
    width: 100%
}

.w-clear:after {
    display: block;
    content: "";
    clear: both
}

.hidden {
    display: none
}

.clear {
    clear: both
}

.none {
    display: none
}

.hidden-seoh {
    visibility: hidden;
    height: 0;
    margin: 0;
    overflow: hidden
}

.wrap-content,
.wrap-main {
    max-width: 1230px;
    margin: 40px auto;
    padding: 0 10px;
    position: relative;
}

.wrap-main.static {
    max-width: 1030px
}

.wrap-main.max {
    max-width: 1366px
}

.wrap-home {
    max-width: 100%;
    padding: 0;
    margin: 0
}

.wrap-content {
    margin: auto
}

.social-plugin {
    display: flex;
    margin-top: 10px
}

.scale-img {
    position: relative;
    display: block;
    overflow: hidden
}

.scale-img img {
    transform: scale(1, 1);
    transition: 0.2s;
}

.scale-img:hover img {
    transform: scale(1.1, 1.1)
}


.hover-img {
    position: relative;
    overflow: hidden;
    display: block
}

.hover-img:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .8s cubic-bezier(.94, .85, .1, .62) 0s;
    z-index: 1;
    border: 100px double rgba(0, 0, 0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    box-sizing: border-box;
}

.hover-img:hover:before {
    opacity: 0;
    filter: alpha(opacity=0);
    border: 0 double rgba(255, 255, 255, .7);
    visibility: hidden;
}

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

.transition {
    transition: .3s all
}

a.views {
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
    border: solid 1px #ccc;
    padding: 7px 20px;
    border-radius: 20px;
    color: #000;
    font-size: 16px
}

a.views:hover {
    border: solid 1px #fed402;
    color: #fed402
}

.col-r-rel{margin-bottom: 20px;}
.listNewsRel{
    padding: 10px 15px; border-radius: 7px;
    background: #f3f3f3;
}
.titleColR{text-align: left; font-family: 'font1'; font-size: 17px; margin-bottom: 15px; margin-top: 10px;}
.newsRel{margin-bottom: 20px;}
.newsRel:last-child{margin-bottom: 0px;}
.newsRel a{display: flex; justify-content: space-between;}
.newsRel .img{width: 105px;}
.newsRel .img img{border-radius: 5px;}
.newsRel .name{width: calc(100% - 115px);}
.newsRel .name h3{font-size: 14px; color: #333; margin-bottom: 0px; font-family: 'font2';}
.newsRel a:hover .name h3{color: var(--maincolor);}

.share {
    padding: 17px 10px 10px 10px;
    line-height: normal;
    background: rgba(128, 128, 128, .15);
    margin-top: 15px;
    border-radius: 5px;
}

.share b {
    display: block;
    margin-bottom: 5px
}

.othernews b {
    margin-bottom: 10px
}

.list-news-other {
    padding-left: 17px;
    list-style: square
}

.list-news-other li {
    margin-bottom: 2px
}

.list-news-other li a {
    text-transform: none;
    color: #333
}

.list-news-other li a:hover {
    color: #fed402
}

.box-readmore {
    padding: 8px 15px;
    border: 1px solid #dedede;
    margin-bottom: 2rem;
    border-radius: 5px;
    background-color: #eee
}

.box-readmore li ul>li {
    margin: 0;
    margin-bottom: 8px
}

.box-readmore li ul>li:before {
    content: counters(item, '.') ' '
}

.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0;
    padding-left: 0 !important;
    margin-top: 8px
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin-bottom: 5px
}

.box-readmore ul li:before {
    content: counters(item, '.') '. ';
    display: table-cell;
    padding-right: 5px
}

.box-readmore ul li a {
    color: #333;
    cursor: pointer;
    font-weight: 600
}

.box-readmore ul li a:hover {
    color: #767676
}

.title-tags {
    position: relative;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #777
}

.title-tags:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .1);
    display: block;
    height: 3px;
    width: 30px
}

.flex-tags {
    display: flex;
    gap: 5px
}

.flex-tags a {
    color: #333;
    border: 1px solid;
    border-radius: 3px;
    display: inline-block;
    font-size: .8em !important;
    opacity: .8;
    padding: 2px 5px
}

.flex-tags a:hover {
    background-color: #446084;
    border-color: #446084;
    color: #fff;
    opacity: 1
}

.footer-powered {
    background: #f1f1f1
}

.sort-select {
    display: flex;
    justify-content: end;
    margin: 20px 0;
    position: relative
}

.sort-select .click-sort {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    padding: 6px 10px 6px 8px;
    margin: 0
}

.sort-select-main {
    display: grid;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
    position: absolute;
    padding: 0 7px;
    top: 30px;
    right: 0;
    width: 160px;
    z-index: 2
}

.sort-select-main p {
    border-bottom: 1px solid #f1f1f1;
    margin: 0;
    order: 2
}

.sort-select-main p:has(.check) {
    order: 1
}

.sort a {
    color: #000;
    font-size: 14px;
    line-height: 17px;
    padding: 11px 3px;
    display: block;
    cursor: pointer
}

.sort a.check i {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 16px;
    border: 2px solid transparent;
    border-radius: 100px;
    vertical-align: middle
}

.sort a.check i::after {
    content: '';
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: -4px;
    width: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg)
}

.sort-select .sort-show {
    padding-right: 12px;
    position: relative
}

.sort-select .sort-show::before {
    content: '';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333;
    content: '';
    height: 0;
    position: absolute;
    top: 6px;
    right: 0;
    width: 0
}

.filter {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
    background: #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ddd;
    display: none
}

.flex-product-main {
    display: flex;
    gap: 20px
}

.flex-product-main .left-product {
    width: 250px;
    border: 1px solid #f1f1f1;
    padding: 20px;
    border-radius: 5px
}

.flex-product-main .right-product {
    width: calc(100% - 250px)
}

.wrap-product-sale {
    background-color: #ffa09e;
    border-radius: 10px;
    overflow: hidden
}

.wr-search p {
    font-weight: 700;
    text-transform: uppercase
}

.box-cat {
    text-align: center
}

.box-cat h3 {
    font-size: 14px;
    color: #333;
    margin-top: 10px
}

.box-cat:hover h3 {
    color: red
}

.cart-product {
    margin: 5px 0 0 0
}

.cart-product span {
    cursor: pointer;
    color: #fff;
    text-align: center;
    padding: 0 5px;
    border-radius: 5px;
    display: inline-block;
    line-height: 34px;
    font-size: 13px;
    font-weight: 700
}

.cart-add {
    margin-left: 10px;
    background-color: #00a5d9;
    width: 155px
}

.cart-add:hover {
    background-color: #fed402
}

.cart-buy {
    background-color: #ff2e00;
    width: 93px;
    height: 33px
}

.cart-buy:hover {
    background-color: #fed402
}

.gridProduct {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gridGallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.grid-pro-detail {
    display: flex;
    justify-content: space-between;
    align-items: start;
    border-bottom: 1px solid #ececec
}

.grid-pro-detail .left-pro-detail {
    width: 60%;
    border-right: 1px solid #ececec;
    padding-right: 30px
}

.grid-pro-detail .right-pro-detail {
    width: 38%
}

.detail-product {
    display: flex;
    justify-content: space-between
}

.detail-product .left-pro-detail {
    width: 40%;
    border: 1px solid #ddd
}

.detail-product .right-pro-detail {
    width: 57%
}

.detail-product .right-pro-detail ul {
    list-style: none;
    padding: 0
}

.detail-product .right-pro-detail ul li {
    margin-bottom: 20px
}

.detail-product .right-pro-detail ul li .title-pro-detail {
    font-size: 18px
}

.detail-product .right-pro-detail ul li .attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0
}

.detail-product .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: red
}

.ul-actions {
    display: flex;
    justify-content: center;
    margin: 20px;
    gap: 15px;
    align-items: flex-start
}

.ul-actions li,
.ul-actions>div {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 80px;
    text-align: center
}

.ul-actions .active .box__tabr,
.ul-actions .box__tabr:hover {
    border-color: #fd6e1d
}

.ul-actions .box__tabr {
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    min-height: 55px;
    padding: 4px;
    height: 60px;
    width: 80px
}

.icon-action {
    background-image: url(../images/icon_chitiet@2x-min.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-size: 300px 180px
}

.icon-dnb {
    background-position: 0 0;
    height: 28px;
    width: 28px
}

.icon-tskt {
    background-position: -105px 0;
    height: 30px;
    width: 30px
}

.icon-ttsp {
    background-position: -140px 0;
    height: 19px;
    width: 23px
}

.ul-actions p {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 5px;
    white-space: normal;
    color: #000
}

.modal-detail::-webkit-scrollbar {
    width: 10px
}

.modal-detail::-webkit-scrollbar-thumb {
    width: 10px;
    background: #4d90e0;
    border-radius: 10px;
    height: 50px
}

.modal-detail {
    position: fixed;
    z-index: 999;
    background: #000000c4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll
}

.content-modal-detail {
    background: #fff;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 100vh
}

.content-modal-detail .tabs {
    display: flex;
    cursor: pointer;
    padding: 0;
    list-style: none;
    justify-content: center;
    border-bottom: 1px solid #e0e0e0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99
}

.content-modal-detail .tabs li {
    padding: 20px 20px;
    margin-right: 5px;
    font-weight: 700;
    position: relative;
    border-bottom: 4px solid #fff
}

.content-modal-detail .tabs li.active {
    color: #2d9cdb;
    border-bottom: 4px solid #2d9cdb
}

.content-modal-detail .tab-content {
    padding: 20px;
    max-width: 900px;
    margin: 0 auto
}

.content-modal-detail .tab-content.active {
    display: block
}

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

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

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

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

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

.cursor-pointer {
    cursor: pointer
}

.pr-content .pr-item p {
    margin: 0
}

.contact-map {
    position: relative;
    height: 500px;
    margin-top: 30px
}

.contact-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.breadCrumbs {
    padding: 10px 0;
    background: #ddd
}

.breadCrumbs ol {
    margin: 0
}

.breadCrumbs ol li a {
    color: #333
}

.breadCrumbs ol li a:hover {
    color: red
}

.pagination {
    margin: 30px 0 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.pagination li span {
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid var(--maincolor);
    background: var(--maincolor);
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400
}

.pagination li a {
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #cacaca;
    background: linear-gradient(180deg, #fff 0, #f0f0f0 100%);
    padding: 5px 7px;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400
}

.pagination li a:hover {
    color: var(--maincolor);
    border-color: var(--maincolor)
}

.pagination .page-item.active .page-link {
    background-color: var(--maincolor);
    border-color: var(--maincolor);
}

.btn-frame {
    display: block;
    cursor: pointer;
    position: fixed;
}

.btn-frame .count-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: red;
    color: #fff;
    position: absolute;
    font-size: 13px;
    top: -5px;
    right: -5px;
    z-index: 5;
    border-radius: 50%;
}

.btn-frame i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.btn-frame i img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.btn-frame .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid var(--maincolor);
    opacity: .5
}

.btn-frame .zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.btn-frame .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.btn-frame .kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(7, 41, 103, .35);
    opacity: .4
}

.btn-frame .pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.btn-frame .pulsation {
    width: 70px;
    height: 70px;
    background-color: var(--maincolor);
    border-radius: 50px;
    position: absolute;
    left: calc(0% - 10px);
    top: calc(0% - 10px);
    z-index: -1;
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite
}

.btn-frame .pulsation:nth-of-type(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

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

    50% {
        opacity: .5
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

@keyframes arcontactus-pulse {
    0% {
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: 700;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 65px;
    right: 25px;
    display: none;
    z-index: 10;
    cursor: pointer
}

.grecaptcha-badge {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    overflow: hidden
}

#top_header{
    background: var(--maincolor); padding: 6px 0px;
}
.flexTopHeader{display: flex; flex-wrap: wrap; justify-content: space-between; color: #fff; align-items: center;}
.flexTopHeader .col-l{display: flex; color: #fff;}
.flexTopHeader .col-l > div:first-child{margin-right: 80px;}
.flexTopHeader .col-l > div b{font-family: 'font2';}
.flexTopHeader .col-r{text-align: right;}
.flexTopHeader .col-r > div{margin-bottom: 5px;}
.flexTopHeader .col-r a{color: #fff; display: inline-block;}
.flexTopHeader .col-r a:hover{color: yellow;}
.flexTopHeader .col-r ul{ display: flex; flex-wrap: wrap; margin: 0; padding: 0;}
.flexTopHeader .col-r ul li.line{margin: 0px 14px;}
.flexTopHeader .col-r ul li.line:last-child{display: none;}

#main-header{
    position: relative; z-index: 100; min-height: 400px;
}

.header_wrap {
    position: absolute; top: 0px; left: 0px; width: 100%; z-index: 9; padding: 15px 0px;
}

.header__logo {
    display: inline-block
}

.flex-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.iconHeader{
    display: flex;
    justify-content: end;
}

.iconHeader > div{color: #fff; font-family: 'font2'; font-size: 14px; text-transform: capitalize; display: inline-block; border: 1px solid #fff; position: relative; height: 42px; line-height: 42px; margin-left: 10px; cursor: pointer; transition: all 0.3s;}
.iconHeader > div.btnDatBan{background: url(../imgs/ic_datban.png) no-repeat 15px center; padding: 0px 15px 0px 40px;}
.iconHeader > div.btnDatBan:hover{background: var(--maincolor) url(../imgs/ic_datban.png) no-repeat 15px center;}
.iconHeader > div.btnMenuFull{background: url(../imgs/ic_menu.png) no-repeat 15px center; padding: 0px 15px 0px 40px;}
.iconHeader > div.btnMenuFull:hover{background: var(--maincolor) url(../imgs/ic_menu.png) no-repeat 15px center;}
.iconHeader > div.ic_search{background: url(../imgs/ic_search.png) no-repeat center center; width: 42px;}
.iconHeader > div.ic_search:hover, .iconHeader > div.ic_search.active{background: var(--maincolor) url(../imgs/ic_search.png) no-repeat center center;}
.pc-search{
    position: absolute; height: 42px; overflow: hidden; 
    top: 80px; font-family: 'font3'; font-size: 14px; width: 250px;
    right: 10px; display: none; align-items: center; background: #fff; border-radius: 50px;
}
.pc-search.active{display: flex;}
.pc-search > div{width: 40px; color: var(--maincolor); font-size: 18px; display: flex; align-items: center; justify-content: center;}
.pc-search input{color: #000;  font-size: 14px; background: none; border: none; width: calc(100% - 42px); padding-right: 0px;}

.btnDatBanMobile{
    margin-top: 30px; 
    text-align: center;
}

.btnDatBanMobile span{
    background: var(--maincolor) url(../imgs/ic_datban.png) no-repeat 18px center; padding: 0px 15px 0px 50px;
    color: #fff; font-family: 'font2'; font-size: 16px; text-transform: capitalize; display: inline-block; position: relative; height: 50px; line-height: 50px;
}

.social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0 10px
}

.socialh {
    gap: 0 20px
}

.social li {
    display: inline-block
}

.social li:hover img {
    transform: rotateY(360deg);
    transition: all .5s linear
}

.header__info {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #111;
    font-size: 15px
}

.info__email {
    color: #111;
    font-size: 15px
}

.info__hotline {
    color: #c60002;
    font-size: 15px;
    font-weight: 700
}

.hotline-h {
    background: url(../imgs/hl.png) no-repeat center top;
    padding-top: 60px;
    min-width: 70px;
    text-align: center;
    font-family: 'font2';
}

.hotline-h>.r1 {
    font-size: 17px;
}

.hotline-h>.r2 {
    font-size: 20px;
    color: #B6282D;
}

.banner {
    text-align: center;
    padding: 10px 10px 25px 10px;
}


.search-pc {
    position: relative;
    width: 40px
}

.search-pc .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 17px;
    margin: 0
}

.search-pc .icon-search.active {
    background: #fff;
    border-radius: 100%;
    color: var(--maincolor);
    border: solid 1px var(--maincolor)
}

.search-pc .search-grid {
    position: absolute;
    top: 78px;
    right: 0;
    width: 0;
    height: 40px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--maincolor);
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    line-height: normal
}

.search-pc .search-grid p {
    float: left;
    width: 35px;
    height: 38px;
    cursor: pointer;
    outline: 0;
    border: none;
    margin: 0;
    font-size: 17px;
    display: block;
    color: var(--maincolor);
    line-height: 40px;
    text-align: center
}

.search-pc .search-grid input {
    width: calc(100% - 35px);
    float: right;
    outline: 0;
    border: none;
    color: #666363;
    font-size: 13px
}

.search-pc .search-grid input::-webkit-input-placeholder {
    color: #ccc
}

.search-pc .search-grid input:-moz-placeholder {
    color: #ccc
}

.search-pc .search-grid input::-moz-placeholder {
    color: #ccc
}

.search-pc .search-grid input:-ms-input-placeholder {
    color: #ccc
}

.menu-res {
    display: none
}

.menu {
    background: #191919;
    border-radius: 15px 15px 0px 0px;
    padding: 0px 20px; display: none;
}

.menu ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none
}

.menu ul.menu-main {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.menu ul li a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: 'font2';
    text-transform: uppercase;
    padding: 15px 32px
}

.menu_search {
    margin-left: auto
}

ul.menu_desktop>li.line {
    width: 13px;
    height: 12px;
    background: url(../imgs/sao.png) no-repeat;
}

ul.menu_desktop>li>a.active,
ul.menu_desktop>li:hover>a {
    color: #F2C600;
}


.menu ul li a.has-child {
    padding-right: 16px;
    margin-right: 8px
}

.menu ul li a.has-child:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 4px / 2);
    right: 5px;
    width: 5px;
    height: 5px;
    border: 1px solid #fafafa;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg)
}

.header_mb {
    display: none;
    background: url(../imgs/bg_head.jpg) no-repeat center bottom;
    background-size: auto 100%;
}

.logo_mb {
    text-align: center; padding: 7px 0px;
}

.logo_mb a {
    display: inline-block;
}

.banner_mb {
    padding: 5px 5px 15px;
}

.menu_mobi {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 3px 10px;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    cursor: pointer;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 990;
    background: var(--maincolor);
}

.menu_mobi_add {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 350px;
    max-width: 85%;
    background: #191919;
    transition: .5s;
    z-index: 999;
}

.menures_inner {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%
}

.menures_header {
    padding: 15px;
    position: relative;
    background: #f7f7f7
}

.menures_content {
    background: #fff;
    padding: 5px;
    position: relative;
    overflow-y: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.menu_mobi_active {
    left: 0;
    transition: .5s
}

.menu_mobi_add ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.menu_mobi_add ul li.li-tim {
    display: none
}

.menu_mobi_add ul li h2 {
    font-size: 17px;
    margin-bottom: 0
}

.menu_mobi_add ul li b {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px
}

.menu_mobi_add ul li b img {
    display: inline-block;
    vertical-align: top
}

.menu_mobi_add ul li a {
    color: #191919;
    display: block;
    padding: 5px 30px 5px 9px;
    position: relative;
    font-size: 15px;
    margin-bottom: 5px;
    transition: .5s !important;
    font-weight: 500
}

.menu_mobi_add ul li a.active2 {
    color: #fff;
    box-shadow: 0 0 0 25px var(--maincolor) inset
}

.menu_mobi_add ul li a i {
    position: absolute;
    right: 5px;
    transform: rotate(0);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--maincolor);
    border-radius: 50%;
    top: calc(50% - 25px / 2)
}

.menu_mobi_add ul li a.active2 i {
    transform: rotate(90deg);
    color: #fff
}

.menu_mobi_add ul ul {
    display: none;
    padding-left: 15px;
    margin: 5px 0 10px 0
}

.menu_mobi_add ul li ul li a {
    padding-left: 20px;
    color: #6f6f6f
}

.menu_mobi_add ul li ul li ul li a {
    padding-left: 20px
}

.menu_mobi_add ul li:last-child a {
    margin-bottom: 0
}

.icon_menu_mobi {
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    width: 35px;
    display: block;
    cursor: pointer;
    margin: 0;
    text-align: center
}

a.home_mobi {
    color: #fff;
    text-decoration: none;
    float: right;
    font-size: 20px
}

.logo-mobi {
    width: calc(100% - 100px);
    float: left;
    display: block;
    text-align: center;
    padding: 5px 0
}

.logo-mobi img {
    max-width: 75px !important;
}

.search-res {
    position: relative;
    width: 40px
}

.search-res .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 17px;
    margin: 0
}

.search-res .icon-search.active {
    background: #fff;
    border-radius: 100%;
    color: var(--maincolor);
    border: solid 1px var(--maincolor)
}

.search-res .search-grid {
    position: absolute;
    top: 42px;
    right: 0;
    width: 0;
    height: 40px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--maincolor);
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    line-height: normal
}

.search-res .search-grid p {
    float: left;
    width: 35px;
    height: 38px;
    cursor: pointer;
    outline: 0;
    border: none;
    margin: 0;
    font-size: 17px;
    display: block;
    color: var(--maincolor);
    line-height: 40px;
    text-align: center
}

.search-res .search-grid input {
    width: calc(100% - 35px);
    float: right;
    outline: 0;
    border: none;
    color: #666363;
    font-size: 13px
}

.search-res .search-grid input::-webkit-input-placeholder {
    color: #ccc
}

.search-res .search-grid input:-moz-placeholder {
    color: #ccc
}

.search-res .search-grid input::-moz-placeholder {
    color: #ccc
}

.search-res .search-grid input:-ms-input-placeholder {
    color: #ccc
}



.thongtin-mb ul li {
    list-style: none;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px
}

.thongtin-mb ul li:last-child {
    margin-bottom: 0
}

.thongtin-mb ul li i {
    font-size: 19px;
    margin-right: 10px;
    color: var(--maincolor)
}

.close_menu {
    color: #000;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    line-height: 23px;
    text-align: center;
    border: solid 1px #d7d7d7;
    border-radius: 50%
}



.menu_dmsp .menu_lvl {
    position: absolute;
    width: 250px;
    transform: perspective(600px) rotateX(-90deg);
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 10;
}

.menu_dmsp .menu_lvl3,
.menu_dmsp .menu_lvl4 {
    left: calc(100% + 1px)
}

.menu_dmsp .menu_lvl2 .menu_lvl3 ul li:hover .menu_lvl4,
.menu_dmsp .menu_lvl2 ul li:hover .menu_lvl3,
.menu_dmsp:not(.block_hover):hover .menu_lvl2 {
    transform: perspective(600px) rotateX(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible
}

.slideshow_left .menu_lvl2 {
    transform: perspective(600px) rotateX(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.menu_dmsp .menu_lvl ul {
    background: #fff
}

.menu_dmsp .menu_lvl ul li {
    padding: 0 20px
}

.menu_dmsp .menu_lvl ul li a {
    padding: 0;
    background: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: capitalize;
    gap: 10px;
    color: #555;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    font-weight: 500;
    padding: 10px 0;
    border-bottom: solid 1px #ececec
}

.menu_dmsp .menu_lvl ul li:last-child a {
    border-bottom: none
}

.menu_dmsp .menu_lvl ul li a:hover {
    color: var(--maincolor)
}

.menu_dmsp .menu_lvl ul {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    margin: 0
}

.slideshow_item {
    position: relative
}
.slideshow_item a{display: block;}


.titleHeader{
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-family: 'font1';
    line-height: normal;
    letter-spacing: -1.28px;
    text-transform: capitalize;
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
}

.swiper_slideshow {
    position: relative
}

.info_slide{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9; max-width: 912px; width: 100%;
    text-align: center;
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#4D4D4D)";/*IE 8*/
    text-shadow: 0 2px 5px #4D4D4D;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#4D4D4D); /*IE 5.5-7*/
}

.info_slide .name{
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-family: 'font1';
    line-height: normal;
    letter-spacing: -1.28px;
    margin-bottom: 10px;
}
.info_slide .desc{font-size: 15px;}

.view_slide {
    text-align: center;
    margin-top: 20px;
}

.view_slide span {
    display: inline-block;
    font-family: 'font2';
    padding: 13px 65px 12px 35px;
    border-radius: 60px;
    background: var(--maincolor) url(../imgs/ic_arrow.png) no-repeat calc(100% - 35px) center;
    color: #fff;
}

.control_slide {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    top: calc(50% - 40px / 2)
}

.control_slide button {
    opacity: .5;
    top: 0;
    position: absolute;
    outline: 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: #000;
    width: 40px;
    border-radius: 50px;
    height: 40px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.control_slide button:hover {
    opacity: 1
}

.control_slide button.slide_prev {
    left: 20px
}

.control_slide button.slide_next {
    right: 20px
}

.swiper_slideshow .swiper-slide {
    overflow: hidden
}

.swiper_slideshow .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

#about_home {
    padding: 70px 0px;
    background: #f4efd8;
}

.name_about {
    text-align: left;
    margin-bottom: 20px;
}

.name_about .r1 {
    font-family: 'font4';
    font-size: 58px;
    line-height: 55px;
}

.name_about .r2 {
    background: url(../imgs/icon_gt.png) no-repeat 0px 0px;
    min-height: 105px;
    padding-left: 130px;
}

.name_about .r2>p:nth-child(1) {
    color: #009945;
    font-family: 'font1';
    font-size: 35px;
    line-height: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.name_about .r2>p:nth-child(2) {
    color: #B6272D;
    font-family: 'font1';
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.item-about .name {
    margin: 12px 0px 12px
}

.item-about .name a {
    display: block;
    border-left: 3px solid var(--maincolor);
    padding-left: 15px;
    color: var(--maincolor);
    font-family: 'font1';
    font-size: 24px;
    line-height: normal;
}

.item-about .desc {
    font-size: 12px;
    line-height: 22px;
}

.view-about {
    text-align: right;
    margin-top: 15px;
}

.view-about a {
    color: var(--maincolor);
    font-size: 12px;
    display: inline-block;
    background: url(../imgs/btn_view.png) no-repeat 0px 0px;
    min-height: 38px;
    min-width: 113px;
    line-height: 38px;
    font-family: 'font2';
    padding-left: 38px;
    text-align: left;
}

.info_about {
    float: left;
    position: relative;
    padding-bottom: 70px;
    width: 45%;
    padding-right: 15px;
}

.info_about::after {
    content: '';
    background: url(../imgs/gt1.png);
    width: 145px;
    height: 131px;
    position: absolute;
    bottom: -66px;
    right: 15px;
}

.content-about {
    font-size: 15px;
    text-align: justify;
    list-style-type: 28px;
}

.img_about {
    float: right;
    width: 55%;
}

#product_yeuthich{
    padding: 60px 0px;
}

.l-name-yt{float: left; margin-bottom: 30px;}
.r-name-yt{float: right; margin-top: 35px;}
.r-name-yt a{display: inline-block; color: var(--maincolor); font-size: 13px; text-transform: capitalize;}
.r-name-yt i{margin-left: 5px;}
.r-name-yt a:hover{text-decoration: underline !important;}
.l-name-yt .name{font-family: 'font1'; font-size: 34px; position: relative; padding-top: 5px; text-transform: capitalize;}
.l-name-yt .name::before{content: ''; background: url(../imgs/line_menu.png) no-repeat 0px 0px; height: 3px; width: 100%; position: absolute; left: 0px; top: -6px;}
.l-name-yt .txt{font-size: 13px; color: #797979; text-align: left;}


#menu-home{
    position: relative;
    padding-bottom: 80px; overflow: hidden;
}
.col-imgs-menu{float: left; position: relative; padding-bottom: 105px; padding-right: 58px;}
.col-imgs-menu > img:nth-child(1){position: relative;}
.col-imgs-menu > img:nth-child(2){position: absolute; right: 0px; bottom: 0px;}
.col-menu-home{float: right; width: calc(100% - 600px);}
.col-menu-home .name-menu-home{
    color: #EEE;
    font-family: "font5";
    font-size: 90px;
    line-height: normal;
    text-transform: capitalize;
}
.flexProListNB{display: flex; overflow-x: auto; white-space: nowrap; border-bottom: 1px solid #D4D4D4; padding-bottom: 12px; margin-bottom: 30px; align-items: end;}
.flexProListNB::-webkit-scrollbar {
    width: 0px;
    height: 0px
}

.flexProListNB::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%)
}

.flexProListNB::-webkit-scrollbar-thumb {
    background: var(--maincolor);
}
.flexProListNB .itemLNB{margin-right: 50px; cursor: pointer;
    color: #3E3C3C;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    text-transform: capitalize;
}
.flexProListNB .itemLNB:last-child{margin-right: 0px;}
.flexProListNB .itemLNB:hover{color: var(--maincolor);}
.flexProListNB .itemLNB.active{
    color: var(--maincolor);
    font-family: 'font2'; font-size: 24px;
}
.dsMenuNB{
    max-height: 370px; overflow-y: scroll;
}
.dsMenuNB::-webkit-scrollbar {
    width: 0px;
    height: 0px
}

.dsMenuNB::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%)
}

.dsMenuNB::-webkit-scrollbar-thumb {
    background: var(--maincolor);
}
.rowMenuHome{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-bottom: 25px;}
.rowMenuHome:last-child{margin-bottom: 0px;}
.rowMenuHome .info{max-width: 70%;}
.rowMenuHome .info .name a{display: block; color: #000; font-family: 'font1'; font-size: 18px; margin-bottom: 6px;}
.rowMenuHome .info .txt{font-size: 14px; color: #838383; text-align: left;}
.rowMenuHome .price{line-height: 22px; text-align: right;}
.rowMenuHome .price .r1 {
    font-family: 'font1';
    font-size: 15px;
    color: var(--maincolor)
}

.rowMenuHome .price .r2 {
    text-decoration: line-through;
    font-size: 13px;
    color: #888;
}
.rowMenuHome .info .name a:hover{color: var(--maincolor);}

.flexActionMenu{margin-top: 40px; text-align: left;}
.flexActionMenu a{position: relative; display: inline-block; margin-right: 10px; background-color: var(--maincolor); color: #fff; font-family: 'font2'; font-size: 15px;border: 1px solid #fff;
    padding: 9px 20px 8px; margin-bottom: 15px;
}
.flexActionMenu a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 5px solid var(--maincolor);
}
.flexActionMenu a:last-child{color: var(--maincolor); background: none; border: 1px solid var(--maincolor);}
.flexActionMenu a:last-child:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px solid var(--maincolor);
}

.ic-menu-l{background: url(../imgs/ic_cua.png); width: 496px; height: 540px; position: absolute; bottom: -100px; left: -260px;}
.ic-menu-r{background: url(../imgs/ic_bg_menu.png); width: 400px; height: 540px; position: absolute; bottom: -88px; right: -212px;}

#qc {
    position: relative;
}

.slogan {
    font-size: 17px;
}

.wrap_name {
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

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

.wrap_name h2 {
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    font-family: 'font1';
    color: #000;
    font-size: 42px;
    margin: 0px;
}

.wrap_name2 h2 {
    color: #fff;
}

.wrap_name2 .text {
    color: #941B24;
    font-family: 'font1';
    font-size: 17px;
}

.spacer {
    padding: 50px 0
}

.title-main {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.title-main h2 {
    margin: 0;
    color: #000;
    font-family: 'font1';
    font-size: 33px;
    text-transform: uppercase
}

.wrapOwl {
    position: relative;
}

.prevOwl {
    background: url(../imgs/prev.png);
    width: 20px;
    height: 40px;
    position: absolute;
    left: -40px;
    top: 120px;
}

.nextOwl {
    background: url(../imgs/next.png);
    width: 20px;
    height: 40px;
    position: absolute;
    right: -40px;
    top: 120px;
}

.item_product {
    position: relative;
    text-align: center;
}

.item_product .img {
    border-radius: 50%;
    border: 2px solid #F0C300;
    border-bottom: none;
    overflow: hidden;
    background: #fff;
}

.item_product h3.name {
    font-size: 15px;
    display: inline-block;
    background-color: #F0C400;
    border-radius: 10px;
    padding: 10px 20px;
    color: #000;
    font-family: 'font2';
    margin-bottom: 8px;
}

.item_product .price {
    color: #B6272D;
    font-size: 18px;
    font-family: 'font2';
}

.product_item {
    position: relative;
}

.product_item a {
    display: block;
}

.product_pic {
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}

.product_pic .bongmo{
    position: absolute;
    border-radius: 0px 0px 7px 7px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.90) 6.58%, rgba(0, 0, 0, 0.57) 57.96%, rgba(0, 0, 0, 0.90) 100%);
    background: linear-gradient(180deg, color(display-p3 0 0 0 / 0.00) 6.58%, color(display-p3 0 0 0 / 0.57) 57.96%, color(display-p3 0 0 0 / 0.90) 100%);
    bottom: 0px; left: 0px; width: 100%; height: 79px;
    z-index: 1;
}

.product_pic img {
    border-radius: 7px;
    transition: all 0.3s;
}

.product_pic .discount{position: absolute; right: 10px; top: 8px; color: #fff; font-size: 11px; background: #FF0000; padding: 3px 8px; border-radius: 3px; z-index: 2;}

.product_info {
    margin-top: 15px;
    text-align: center
}

.product__name {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 15px 15px;
    width: 100%;
    z-index: 2;
    font-size: 14px;
    color: #fff;
    font-family: 'font2';
    display: inline-block;
    margin: 0px;
}


.product_item .info{
    display: flex;
    gap: 10px; padding-top: 10px;
    justify-content: space-between; align-items: center;
}

.product_item .info .view{
    display: inline-block; border: 1px solid var(--maincolor); color: var(--maincolor); font-size: 11px;
    border-radius: 4px; padding: 5px 8px 3px; transition: all 0.3s;
}
.product_item .info .price{text-align: right; line-height: 15px;}
.product__pricenew {
    font-family: 'font1';
    font-size: 13px;
    color: var(--maincolor)
}

.product__priceold {
    text-decoration: line-through;
    font-size: 11px;
    color: #888;
}

.product_item:hover .product_pic img{
    transition: all 0.3s; transform: scale(1.1);
}

.product_item:hover .view {
    background: var(--maincolor);
    color: #fff; transition: all 0.3s;
}


.l_al {
    float: left;
}

.r_al {
    float: right;
    width: calc(100% - 470px);
}

.al1 {
    float: left;
    width: calc(50% - 5px);
}

.al2 {
    float: right;
    width: calc(50% - 5px);
}

.al3 {
    margin-top: 10px;
}

.albumH {
    padding: 40px 0px;
}

.albumH img {
    border-radius: 15px;
}

.album__name.text-split {
    -webkit-line-clamp: 1;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    transition: .3s;
    margin: 15px 0 0;
    text-align: center
}

.album__name.text-split:hover {
    color: var(--maincolor)
}

.list_monnb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.list_monnb button {
    display: inline-block;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 20px;
    margin: 0px 6px;
    border-radius: 5px;
    border: solid 1px var(--maincolor);
    background: #fff;
    transition: .3s
}

.list_monnb button.active,
.list_monnb button:hover {
    background: var(--maincolor);
}

.newsvideo_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.news_wrap,
.video_wrap {
    width: calc(590/1200*100%)
}

.newsvideo_wrap {
    background: #f4f4f4;
    padding: 60px 0
}

.news_item {
    border: 1px solid #f2f2f2;
    position: relative;
    padding: 15px 15px 25px 15px;
    text-align: center;
}

.news_pic {
    width: 100%;
    position: relative;
}

.news_pic a.link {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
    width: 40px;
    height: 40px;
    background: var(--maincolor);
    border-radius: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.news_info {
    width: 100%;
    margin-top: 15px;
}

.news_info a {
    color: #000;
}

.news__name {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    transition: .3s;
}

.line-news {
    width: 100px;
    height: 2px;
    background: var(--maincolor);
    margin: 15px auto;
}

.news_item:hover .news__name,
.news_item:hover .news__name a {
    color: var(--maincolor)
}

.news__date {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #777;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 6px
}

.news__date i {
    color: var(--maincolor)
}

.news__desc {
    color: #333;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}

.news__next {
    display: inline-block;
    color: var(--maincolor);
    font-size: 14px;
    transition: .3s;
    margin-top: 10px
}

.news__next:hover {
    color: var(--maincolor)
}

#wrapSpnb {
    padding: 50px 0px;
}

#other {
    padding: 80px 0px;
    position: relative;
    background: #F4E8CB url(../imgs/ic_bg_video2.png) no-repeat right bottom;
    overflow: hidden;
}

#other .wrap-content {
    position: relative;
}

#other .wrap-content::after {
    content: '';
    background: url(../imgs/ic_bg_video.png);
    height: 193px;
    width: 143px;
    position: absolute;
    top: -40px;
    right: -168px;
    z-index: 2;
}

.flexOther {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    align-items: end;
}

.itemVD {
    position: relative;
}

.itemVD img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.itemVD .play {
    background: url(../imgs/ic_play.png) no-repeat center center;
    width: 100px;
    height: 100px;
    background-size: cover;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.col-video {
    width: 73%;
    border-radius: 15px;
    overflow: hidden;
}

.col-info-video {
    width: 27%;
    padding: 0px 0px 50px 40px;
    position: relative;
}

.name_vd {
    font-family: 'font1';
    font-size: 40px;
    margin: 15px 0px 5px;
}

.desc_vd {
    line-height: 27px;
}

.control-vd {
    display: flex;
    justify-content: start;
    margin-top: 15px;
}

.control-vd>div {
    cursor: pointer;
    width: 69px;
    height: 50px;
}

.prevVD {
    background: url(../imgs/ic_prev_vd.png);
    margin-right: 10px;
}

.nextVD {
    background: url(../imgs/ic_next_vd.png);
}

#imgKhongGian {
    padding-bottom: 40px;
    background: #F4E9CD;
}

img.img-kg {
    transition: all 0.3s;
}

img.img-kg:hover {
    opacity: 0.8;
    transition: all 0.3s;
}

#rvMap {
    overflow: hidden;
    padding: 60px 0px;
    position: relative;

}

.ic-l-rvMap {
    content: '';
    background: url(../imgs/ic_bg_review2.png);
    width: 230px;
    height: 151px;
    position: absolute;
    left: -282px;
    bottom: -62px;
}

.ic-r-rvMap {
    content: '';
    background: url(../imgs/ic_bg_review.png);
    width: 136px;
    height: 117px;
    position: absolute;
    right: -120px;
    top: 0px;
}

.item_rv {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item_rv .img {
    width: 170px;
    position: relative;
    display: inline-block;
}

.item_rv .img img {
    border-radius: 50%;
}

.item_rv .img::after {
    content: '';
    background: url(../imgs/ic_note.png);
    width: 46px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.item_rv .info {
    width: calc(100% - 200px);
}

.item_rv .name {
    font-family: 'font1';
    font-size: 22px;
}

.item_rv .txt {
    color: #ccc;
    margin-bottom: 8px;
    font-size: 12px;
}

.item_rv .stars {
    color: #FFBE00;
    font-size: 15px;
}

.item_rv .stars i {
    margin-right: 3px;
}

.item_rv .desc {
    font-size: 13px;
    color: #999;
    margin-top: 10px;
}

.item_rv .view {
    margin-top: 10px;
}

.item_rv .view a {
    display: inline-block;
    color: var(--maincolor);
    padding: 8px 20px 7px;
    border: 1px solid var(--maincolor);
    font-size: 13px;
    border-radius: 30px;
}

.item_rv .view a:hover {
    color: #fff;
    background: var(--maincolor);
}


#datban {
    padding: 140px 0px 90px;
    background: url(../imgs/bg_datban.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.flexDatban {
    position: relative;
}

#datban .col-img {
    position: absolute;
    left: 3%;
    top: 40px;
}

.header-datban-popup{background: #941b24; color: #fff; border-bottom: 1px solid rgb(255,255,255,0.1);}
.header-datban-popup h1, .header-datban-popup .btn-close{color: #fff;}
.body-datban-popup{background: #941b24;}
.flexDatban .col-frm-datban, .frm-datbat {
    position: relative;
    float: right;
    width: 100%;
    max-width: 475px;
    background: #941b24;
    border-radius: 10px;
    padding: 40px 30px;
}

.frm-datbat .title {
    text-align: center;
    color: #fff;
    font-family: 'font1';
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.frm-datbat .line {
    margin: 10px auto 20px;
    width: 100px;
    height: 2px;
    background: #fff;
}

.frm-datbat .txt {
    text-align: center;
    color: #fff;
    max-width: 320px;
    margin: auto;
    margin-bottom: 20px;
}

.datban-input input {
    padding: 10px 15px;
    margin-bottom: 10px;
}

.datban-button {
    text-align: center;
    margin-top: 10px;
}

.datban-button input[type='submit'] {
    background: #f4eed7;
    color: #941b24;
    text-transform: uppercase;
    font-family: 'font1';
    font-size: 15px;
}

#why {
    background: url(../imgs/bg_tieuchi.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 0px;
}

.col-tc {
    float: left;
    background: #941B24;
    width: 42%;
    padding: 40px 30px;
}

.col-img-tc {
    float: right;
    width: calc(58% - 40px);
    text-align: left;
    position: relative;
}

.col-img-tc>img:nth-child(2) {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
}

.item-why {
    display: flex;
    margin-bottom: 30px;
}

.item-why:last-child {
    margin-bottom: 0px;
}

.item-why .img {
    min-width: 85px;
    text-align: center;
    padding-top: 10px;
}

.item-why .info {
    color: #fff;
    padding-left: 20px;
}

.item-why .info .r1 {
    font-family: 'font2';
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
}

.item-why .info .r2 {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 22px;
}

#newsHome {
    padding: 80px 0px 30px;
    position: relative;
    background: url(../imgs/bg_news.jpg) no-repeat center top;
    background-size: 100% auto;
}

#newsHome::after {
    content: '';
    background: url(../imgs/ic_bg_tt.png);
    width: 300px;
    height: 219px;
    position: absolute;
    right: 2%;
    bottom: -75px;
    z-index: 9;
}

.flexNews {
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
}

.blog-one {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.blog-one a {
    display: block;
}

.blog-one img {
    width: 100%;
    height: auto;
}

.blog-one .info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 30px 25px 25px 25px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    color: #fff;
}

.blog-one .info .name {
    font-family: 'font2';
    font-size: 16px;
    margin-bottom: 8px;
}

.blog-one .info .desc {
    font-size: 14px;
}

.wrap-other {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrap-other .title-main {
    text-align: left;
}

.wrap-other .col-left {
    width: 63%;
    margin-bottom: 40px;
}

.wrap-other .col-right {
    width: calc(37% - 40px);
    margin-bottom: 40px;
}

.item-blog {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.item-blog a {
    display: flex;
    flex-wrap: wrap;
    color: #000;
    font-size: 16px;
}

.item-blog div:nth-child(1) {
    width: 80px;
    color: #ccc;
    font-size: 15px;
}

.item-blog div:nth-child(2) {
    padding-left: 15px;
    font-weight: bold;
    width: calc(100% - 80px);
}

.item-blog:hover div:nth-child(2) {
    color: var(--maincolor);
}

.news-f {
    position: relative;
}

.news-f .img {
    width: 100%;
}

.news-f .img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.news-f .info {
    padding: 20px 0px 0px;
}

.news-f .txt>span:nth-child(1) {
    color: var(--maincolor);
    font-family: 'font4';
    margin-right: 10px;
}

.news-f .txt>span:nth-child(2) {
    margin-left: 10px;
}

.news-f .name {
    margin-top: 5px;
}

.news-f .name a {
    color: #000;
    font-family: 'font1';
    font-size: 16px;
    display: block;
}

.news-f .desc {
    margin-top: 8px;
    font-size: 13px;
    line-height: 22px;
    color: #333;
}

.news-f .view {
    margin-top: 15px;
    text-align: left;
}

.news-f .view a {
    color: var(--maincolor);
}

.news-f .view {
    text-align: left;
}

.news-f:hover .name a {
    color: var(--maincolor);
}


.news-s {
    position: relative;
}

.news-s .img {
    width: 100%;
}

.news-s .info {
    text-align: left;
    padding-top: 15px;
}

.news-s .name a {
    color: #000;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.news-s .desc {
    margin-top: 8px;
}

.news-s:hover .name a {
    color: #F35C1B;
}

.view_news {
    text-align: center;
    margin-top: 30px;
}

.view_news a {
    display: inline-block;
    font-family: 'font2';
    border: 1px solid var(--maincolor);
    color: var(--maincolor);
    padding: 13px 65px 12px 35px;
    border-radius: 60px;
    background: url(../imgs/ic_arrow_color.png) no-repeat calc(100% - 35px) center;
}

.view_news a:hover {
    background: var(--maincolor) url(../imgs/ic_arrow.png) no-repeat calc(100% - 35px) center;
    color: #fff;
}

#chinhanh-home {
    background: url(../imgs/bg_cn.png) repeat-x center bottom;
    padding: 50px 0px 70px;
}

.imgsCN .img1 {
    position: relative;
    float: left;
    margin-right: 10px;
}

.imgsCN .img1 .info {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: calc(100% - 20px);
    background: rgb(0, 0, 0, .5);
    color: #fff;
    font-family: 'Inter';
    padding: 20px;
    margin: 10px;
}

.imgsCN .img1 .name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.imgsCN .img1 .desc {
    font-size: 14px;
}

.imgsCN .gridImgCN {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
}

.imgsCN .gridImgCN img {
    width: 100%;
    height: auto;
}

.l-blog {
    float: left;
    width: calc(100% - 255px);
}

.r-blog {
    float: right;
    width: 235px;
}

.r-blog img {
    margin-bottom: 15px;
}

.videoThumb {
    display: block;
    position: relative;
    cursor: pointer
}

.validation-input {
    position: relative
}

.invalid_feedback {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    font-size: 14px;
    color: #fff;
    background: #000;
    padding: .375rem .75rem;
    transition: all .3s ease-out
}

.invalid_feedback:before {
    content: '';
    position: absolute;
    top: 100%;
    border-top: 10px solid #000;
    border-right: .5rem solid transparent;
    border-left: .5rem solid transparent
}

.invalid_feedback.validated {
    opacity: 1;
    visibility: visible
}

.newsletter_grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.newsletter-input input {
    border-radius: 6px;
    background: #fff;
    border: solid 1px #333;
    color: #333;
    font-size: 14px;
    text-indent: 5px;
    height: 40px
}

.newsletter-input input::-webkit-input-placeholder {
    color: #777
}

.newsletter-input input:-moz-placeholder {
    color: #777
}

.newsletter-input input::-moz-placeholder {
    color: #777
}

.newsletter-input input:-ms-input-placeholder {
    color: #777
}

.newsletter-input textarea {
    border-radius: 6px;
    background: #fff;
    border: solid 1px #333;
    color: #333;
    font-size: 14px;
    text-indent: 5px;
    min-height: 90px
}

.newsletter-button {
    text-align: center;
    margin-top: 30px
}

.btn_newsletter {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px;
    background: var(--maincolor);
    border: solid 1px var(--maincolor);
    padding: 12px 30px;
    transition: .3s
}

.btn_newsletter:hover {
    color: var(--maincolor);
    background: #fff
}

.footer_wrap {
    position: relative;
    padding: 40px 0px;
    background: #931B24;
}

.footer_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.footer_news {
    font-size: 14px;
    color: #fff;
}

.footer_news:nth-child(1) {
    width: 35%;
}

.footer_news:nth-child(2) {
    width: 21%;
}

.footer_news:nth-child(3) {
    width: 31%;
}

.item-dvkhac {
    margin-bottom: 10px;
}

.item-dvkhac a {
    display: block;
    color: #000;
}

.item-dvkhac .name {
    font-family: var(--fmain);
    font-weight: bold;
    padding-left: 8px;
}

.r_foot1 {
    color: #009945;
    text-align: center;
    -webkit-text-stroke-width: 2;
    -webkit-text-stroke-color: #FFF;
    font-family: "font1";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
        1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.r_foot2 {
    color: #952F33;
    font-family: "font1";
    font-size: 30px;
    font-style: normal;
    text-align: center;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
        1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.logo_f {
    text-align: center;
    margin-top: 15px;
}

.logo_f a {
    display: inline-block;
}

img.img-qc {
    border-radius: 18px;
}

#wrap_spnb {
    padding-bottom: 70px;
}

.footer__desc {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0
}

.footer_title {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'font2';
}

.footer_info {
    font-size: 14px;
}

.policy_list {
    list-style: inside;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.policy_list li a {
    color: #fff;
    display: inline-block;
}

.policy_list li a:hover {
    color: #E2BA2F;
}

div#footer-map {
    overflow: hidden;
}

div#footer-map iframe {
    display: block;
    width: 100%;
}

.footer_powered {
    background: var(--maincolor);
    padding: 15px 0
}

.copyright {
    color: #eee;
    font-size: 14px;
    margin-top: 20px;
}

.copyright b {
    font-family: 'font2';
    color: #fff;
}

.tags_wrap {
    background: #f2f2f2;
    padding: 20px 0
}

.tags_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.tags_list li {
    width: 16.5%
}

.tags_list li a {
    color: #737373;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: underline !important
}

.gridNews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.wrap-similar {
    margin-top: 40px
}

.gridCongtrinh {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.chinhanh_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.chinhanh_left {
    width: 30%
}

.chinhanh_right {
    width: 70%
}

.chinhanh_item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px;
    background: #fff;
    cursor: pointer
}

.chinhanh_item:nth-child(odd) {
    background: #e6e6e6
}

.chinhanh__pic {
    width: 100px
}

.chinhanh__info {
    width: calc(100% - 120px)
}

.chinhanh__name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0
}

.chinhanh__desc {
    font-size: 14px;
    color: #212529
}

.chinhanh__desc p {
    margin: 0
}

.chinhanh__desc a {
    color: #a5a5a5
}

.chinhanh__next {
    display: inline-block;
    font-size: 13px;
    font-style: italic;
    color: #ed1c24
}

.chinhanh_right {
    overflow: hidden
}

.chinhanh_right iframe {
    display: block;
    width: 100%;
    height: 600px
}

.chinhanh_scroll {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 5px
}

.flex_pro_detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.left_pro_detail {
    width: 45%
}

.right_pro_detail {
    width: calc(55% - 30px)
}

.MagicZoom,
.MagicZoom figure {
    width: 100%
}

.title_pro_detail {
    text-transform: capitalize;
    font-size: 22px;
    display: block;
    font-weight: 700;
    padding: 0 0 5px;
    border-bottom: 1px dotted #dfe0e1;
    margin-bottom: 10px
}

.attr-pro-detail {
    list-style: none;
    padding: 0;
    margin: 20px 0 0
}

.attr-pro-detail li {
    margin-bottom: 15px
}

.attr-content-pro-detail {
    display: inline-flex !important;
    margin-bottom: 0;
    gap: 10px;
    align-items: flex-end;
    font-size: 15px;
}

.price-new-pro-detail {
    font-size: 22px;
    font-weight: 700;
    color: var(--maincolor)
}

.price-old-pro-detail {
    font-size: 15px;
    font-weight: 500;
    color: #6c757d;
    text-decoration: line-through
}

.price-discount-pro-detail {
    font-size: 12px;
    color: #da291c;
    margin-bottom: 3px
}

.attr-label-pro-detail {
    margin: 0 5px 0 0;
    font-weight: 700;
    color: #000;
    font-size: 15px
}

.album_product {
    margin-top: 15px
}

.product_familiar,
.tabs_pro_detail {
    margin-top: 30px
}

.tabs_holder {
    display: flex;
    border-bottom: 1px solid #dee2e6;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px
}

.tabs_holder li {
    text-align: center;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 11px 15px 10px;
    font-weight: 700;
    color: #333;
    border: solid 1px #e6e6e6;
    margin-bottom: -1px;
    cursor: pointer
}

.tabs_holder li.active {
    background-color: var(--maincolor);
    color: #fff;
    border: solid 1px var(--maincolor);
    transition: .3s ease-in-out
}

.swiper-slide {
    height: auto !important
}

.swiper-slide img {
    display: inline-block
}

.swiper-thumbs .swiper-slide {
    opacity: .6;
    transition: .3s
}

.swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1
}

.zoom_thumb {
    position: relative;
    width: 100%
}

.zoom_thumb::after {
    display: block;
    content: "";
    padding-bottom: calc(500 / 600 * 100%)
}

.zoom_thumb picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform .1s ease-out
}

.product_thumb_placeholder {
    display: block;
    background-color: #eee
}

.product_nav_placeholder {
    cursor: pointer;
    background: #fff
}

.list-news-other {
    list-style: none;
    padding: 0;
    margin: 0
}

.list-news-other li {
    padding: 10px 0;
    border-bottom: 1px dashed #e8e8e8
}

.list-news-other li a {
    font-size: 15px;
    line-height: 20px;
    color: #3b3b3b;
    transition: .2s
}

.list-news-other li a:hover {
    color: red
}

.row_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.col_left {
    width: 23%
}

.col_right {
    width: 75%
}

.group-sidebox {
    position: -webkit-sticky;
    position: sticky;
    top: 60px
}

.title-menu-bar {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    height: 50px;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, var(--maincolor), var(--maincolor));
    border-radius: 8px 8px 0 0
}

.title-menu-bar i {
    margin-right: 15px;
    font-size: 22px
}

.submenu-links {
    margin: 0;
    padding: 0
}

.menuList-links {
    margin: 0;
    border: 1px solid #ccc;
    padding: 0
}

.menuList-links li {
    position: relative;
    list-style: none
}

.menuList-links>li {
    border-bottom: 1px solid #e7e7e7
}

.menuList-links li a {
    color: #252a2b;
    position: relative;
    font-size: 14px;
    display: block;
    text-transform: capitalize;
    transition: .3s
}

.menuList-links li a:hover {
    color: #d41313
}

ul.submenu-links li a {
    padding: 8px 0 8px 0
}

.menuList-links>li>a {
    display: block;
    padding: 12px 0;
    font-weight: 500;
    font-size: 15px
}

.menuList-links>li.has-submenu>a {
    padding-right: 30px;
    padding-left: 10px
}

.menuList-links>li.has-submenu span.icon-plus-submenu {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid transparent;
    display: none;
}

.icon-plus-submenu:after,
.icon-plus-submenu:before {
    background: rgba(9, 9, 9, .6);
    content: '';
    display: block;
    position: absolute;
    margin-right: 7px;
    top: 50%;
    right: 0;
    transition: all .25s linear
}

.icon-plus-submenu:before {
    width: 9px;
    height: 1px;
    transform: translateY(-50%)
}

.icon-plus-submenu:after {
    width: 1px;
    height: 9px;
    right: 4px;
    transform-origin: center;
    transform: translateY(-50%) scale(1, 1)
}

li.has-submenu.opened>a .icon-plus-submenu:after {
    transform: translateY(-50%) scale(1, 0)
}

.menuList-links>li.has-submenu .icon-plus-submenu:hover {
    border: 1px solid #e7e7e7
}

.submenu-links {
    display: none
}

li.has-submenu.level1>ul.submenu-links li a {
    padding-left: 25px
}

.markdownEditor {
    line-height: normal;
}

.markdownEditor h1 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px
}

.markdownEditor h2 {
    margin: 20px 0;
    font-size: 18px
}

.markdownEditor h3 {
    margin: 15px 0 20px;
    font-size: 16px
}

.markdownEditor table {
    width: 100%;
    margin: 10px 0 20px;
    font-size: 13px
}

.markdownEditor table th {
    background: #444;
    color: #fff;
    text-align: center;
    padding: 12px 7px
}

.markdownEditor table tr td {
    padding: 10px 7px
}

.markdownEditor tr:nth-child(even) {
    background: #f4f4f4
}

.markdownEditor tr:nth-child(odd) {
    background: #fff
}

.markdownEditor ul,
.markdownEditor ol {
    list-style-type: disc;
    margin: 10px 0
}

.markdownEditor ol li,
.markdownEditor ul li {
    margin-bottom: 10px
}

.markdownEditor a {
    color: #05f;
    font-weight: 700;
    display: contents
}

.postTags a {
    display: inline-block
}

.markdownEditor img {
    width: auto;
    height: auto !important;
    display: block;
    margin: 10px auto 20px
}

.markdownEditor .bg-video {
    cursor: pointer
}

.markdownEditor .bg-video img {
    height: 300px;
    max-height: 300px
}

.markdownEditor .video-container {
    margin: 20px auto;
    display: block;
    text-align: center
}

.markdownEditor .video-container video {
    width: 640px;
    height: 320px
}


.markdownEditor tr:nth-child(even) {
    background-color: #f2f2f2;
}

.markdownEditor tr:hover {
    background-color: #ddd;
}

.markdownEditor th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: var(--maincolor);
    color: white;
}

.markdownEditor td,
.markdownEditor th {
    border: 1px solid #ddd;
    padding: 8px;
}

.markdownEditor figcaption {
    text-align: center;
}

.markdownEditor blockquote {
    background: #f9f9f9;
    border-left: 5px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

.markdownEditor blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

.grid_rowdetail_album {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none;
}

#loader-wrapper #wrap {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

#loader-wrapper.show1 #wrap {
    background: transparent
}

#loader-wrapper:after {
    -webkit-mask: url(../images/mask-01.png);
    mask: url(../images/mask-01.png);
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    z-index: 10000;
}

#loader-wrapper.show1::after {
    -webkit-animation: MaskPlay 1s steps(22) forwards;
    animation: MaskPlay 1s steps(22) forwards;
}

#loader-wrapper.show1 #wrap {
    opacity: 0;
}

@-webkit-keyframes MaskPlay {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes MaskPlay {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

.icons_app_order{display: flex; justify-content: center;}
.icons_app_order a{display: inline-block; margin: 5px;}

.iconAppFix{
    position: fixed;
    right: 10px;
    bottom: 130px;
    z-index: 100;
}
.iconAppFix a{display: block; margin: 20px 0px;}
.iconAppFix .btn-frame{position: relative;}


.navigation{position:fixed;top:0;left:0;margin:0;width:100%;height:100%;text-align:right;opacity:0;pointer-events:none;overflow:hidden;}
.open-nav{pointer-events:auto;opacity:1;z-index:9999;}
.nav-click-close{position:absolute;top:67px;right:131px;z-index:1101;cursor:pointer;color:#fff!important;font-size:2rem;text-shadow:1px 1px 1px #000;}
.tencty{color:#fff;z-index:100;text-align:left;position:absolute;top:20px;left:20px;font-size:60px;text-shadow:1px 1px 0px #000;font-family:'font1';}
.menu-show{margin:0;padding:15vh 130px;z-index:100;width:100%;height:100%;text-align:right;position:relative;}
.menu-show ul{display:inline-block;min-width:200px;padding:0;}
.menu-show ul li{width:auto;height:auto;padding:10px 0px;text-align:right;list-style:none;position:relative;display:block; white-space: nowrap;}
.menu-show ul li a{color:#fff;font-size:1.25rem;text-shadow:1px 1px 1px #000;text-transform:capitalize;letter-spacing:2px;font-weight:600;}
.menu-show ul li span.btn_menu-show{display:inline-block;color:#fff;width:20px;height:25px;cursor:pointer;position:relative;top:0px;text-shadow:1px 1px 1px #000;font-size:13px;text-align:center;right:5px;}
.menu-show ul li ul{max-height:auto;padding-right:15px;margin:0;top:0!important;padding:0;position:absolute;min-width:100%;right:100%;transform:rotateY(-90deg);transform-origin:right;}
.menu-show ul li ul li{margin:0;}
.menu-show ul li ul li a{font-size:1.25rem;text-transform:capitalize;letter-spacing:1px;display:block;text-shadow:1px 1px 1px #000;color:#fff;/* padding: 10px 10px; */}
.menu-show ul li:hover > ul{opacity:1;display:grid!important;height:auto!important;transform:rotateY(0deg);}

.menu-show ul li a:hover{color: yellow;}
.svg-menu{height:100%;pointer-events:none;z-index:-1;position:fixed;}
#scene,
.svg-menu{top:0;right:0;width:100%;}
.style-1{--color-stop:var(--maincolor);}

.svg-menu{height:100%;pointer-events:none;z-index:-1;position:fixed;}
#scene,
.svg-menu{top:0;right:0;width:100%;}
.style-1{--color-stop:var(--m1);}
.gradient{transform-origin:center center}
.gradient path{fill:url(#ColorGradient)}
.gradient path:first-of-type{fill-opacity:.7;transform-origin:top right;transform:translate(50%,-180%)}
.gradient path:nth-of-type(2){fill-opacity:.3;transform-origin:center left;transform:translate(50%,-100%)}
.gradient path:nth-of-type(3){fill-opacity:.4;transform-origin:center left;transform:translate(50%,-50%)}
.gradient path:nth-of-type(4){fill-opacity:.5;transform-origin:top right;transform:translate(50%,-50%)}
.gradient path:nth-of-type(5){fill-opacity:.6;transform-origin:top right;transform:translate(100%,-50%)}