:root {
    --maincolor: #EE222B;
    --subcolor: #FFD602;
    --fmain: 'Fraunces';
    --font-Fraunces: 'Fraunces';
    --font-a-Auto-Signature: 'LNTH-a Auto Signature';
    --font-SVN-Poppins: 'SVN-Poppins';
    --font-SVN-Poppins-Bold: 'SVN Poppins Bold';
}

@-webkit-keyframes snake-jump {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(clamp(-10px, -3vw, -15px)); }
}
@keyframes snake-jump {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(clamp(-10px, -3vw, -15px)); }
}

@-webkit-keyframes snake-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}
@keyframes snake-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.snake {
    -webkit-animation: 
        snake-jump 1.2s ease-in-out infinite,
        snake-blink 1.2s ease-in-out infinite;
            animation: 
        snake-jump 1.2s ease-in-out infinite,
        snake-blink 1.2s ease-in-out infinite;
}

.snake2 {
    -webkit-animation: 
        snake-jump 1.3s ease-in-out infinite,
        snake-blink 1.3s ease-in-out infinite;
            animation: 
        snake-jump 1.3s ease-in-out infinite,
        snake-blink 1.3s ease-in-out infinite;
}

.video-slide, .video-slide-mobile{
    display: flex;
}
.video-slide video {
    -o-object-fit: fill;
       object-fit: fill;
    aspect-ratio: 1366 / 720;
    width: 100%;
}
.video-slide-mobile video{
    -o-object-fit: fill;
       object-fit: fill;
    aspect-ratio: 9 / 16;
    width: 100%;
}

body {
    font-family: var(--fmain);
    font-size: 14px;
    background-color: #FCFCFC;
    top: 0 !important;
    overflow-x: hidden;
}

::-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
}

h1,
h2,
h3,
h4,
h5,
h6 {
    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: 1220px;
    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: .2s
}

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

.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
}

.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
}

a.mucluc-dropdown-list_button:before {
    content: "\f03a";
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    background: #111;
    color: var(--maincolor) !important;
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    border: 1px solid rgb(255,255,255,0.1);
}

.meta-toc-clone.fiedx {
    position: fixed;
    left: 5px;
    top: 200px;
    z-index: 11111;
}

.meta-toc-clone:not(.fiedx) .box-readmore {
    display: block !important
}

.box-readmore {
    padding: 10px;
    background-color: #ddd;
    width: 100%;
    margin-top: 2px;
    border: 1px solid rgb(255,255,255,0.2);
    font-size: 13px;
    margin-bottom: 10px
}

.meta-toc-clone .box-readmore {
    width: 350px;
    display: none;
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 0
}


.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 !important
}

.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
}

.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
}

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

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

.search {
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    width: 205px;
    border-radius: 35px;
    overflow: hidden;
    justify-content: space-between;
}

.search p {
    width: 35px;
    height: 35px;
    cursor: pointer;
    margin: 0; font-size: 16px; color: #333;
    color: #000;
    display: flex; justify-content: center; align-items: center;
}

.search input {
    width: calc(100% - 45px);
    height: 35px;
    outline: 0;
    padding: 0px 10px 0px 10px;
    border: 0;
    background: 0 0;
    color: #828282;
    font-size: 14px;
}

.search input::-webkit-input-placeholder {
    color: #313131; font-size: 13px;
}

.search input:-moz-placeholder {
    color: #313131; font-size: 13px;
}

.search input::-moz-placeholder {
    color: #313131; font-size: 13px;
}

.search input:-ms-input-placeholder {
    color: #313131; font-size: 13px;
}

.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
}

.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-input {
    position: relative;
    margin-bottom: 15px
}

.contact-input .form-control{
    background: #111; color: #fff;
    border: 1px solid transparent;
}

.did-floating-label-content {
    position: relative;
}

.did-floating-input {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 17px 0px 12px 32px;
    background: #fff; font-family: var(--font-SVN-Poppins);
    border: none; border-radius: 0px;
    border-bottom: 1px solid #B7B7B7;
}
.did-floating-input::-webkit-input-placeholder{
    font-family: var(--font-SVN-Poppins);
}
.did-floating-input::-moz-placeholder{
    font-family: var(--font-SVN-Poppins);
}
.did-floating-input:-ms-input-placeholder{
    font-family: var(--font-SVN-Poppins);
}
.did-floating-input::-ms-input-placeholder{
    font-family: var(--font-SVN-Poppins);
}
.did-floating-input::placeholder{
    font-family: var(--font-SVN-Poppins);
}
input#fullname-newsletter{
    background: url(../imgs/dknt1.png) no-repeat 0px center;
}
input#email-newsletter{
    background: url(../imgs/dknt2.png) no-repeat 0px center;
}

input#phone-newsletter{
    background: url(../imgs/dknt3.png) no-repeat 0px center;
}

input#content-newsletter{
    background: url(../imgs/dknt4.png) no-repeat 0px center;
}

.input-group {
    display: flex
}

.input-group-append {
    display: flex;
    align-items: center
}

.input-group-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    height: 34px;
    color: #323840;
    padding: 0 5px 0 20px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #3d85d8;
    border-radius: 4px 0 0 4px;
    border-right: none
}

.contact-input .custom-file-label::after {
    content: attr(title)
}

.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: #151515;
}

.breadCrumbs ol {
    margin: 0
}

.breadCrumbs ol li a {
    color: #fff; text-transform: capitalize;
}

.breadCrumbs ol li a:hover {
    color: var(--maincolor)
}

.pagination {
    margin: 30px 0 0 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: #fff;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--maincolor);
    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)
}

.progress-wrap {
    background-color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .4s linear
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.progress-wrap i {
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: 900;
    color: var(--maincolor);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all .4s linear
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    stroke: var(--maincolor);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all .4s linear
}

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

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

.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
}

.btnMenu{
    background: url(../imgs/btn_menu.png) no-repeat center bottom / cover;
    width: 124px; height: 82px; display: flex; justify-content: center; gap: 10px;
    color: #fff; align-items: end;
    font-family: var(--font-SVN-Poppins-Bold);
    font-size: 18px; padding-bottom: 10px;
    font-style: normal; cursor: pointer;
    line-height: normal;
    text-transform: uppercase;
}

.search-res {
    position: relative;
}

.search-res .icon-search {
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    color: #ccc;
    font-size: 17px;
    margin: 0; background: url(../imgs/bg_tk.png) no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.search-res .icon-search.active {
    color: #fff;
}

.search-res .search-grid {
    position: absolute;
    top: 52px;
    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;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.search-res .search-grid p {
    width: 34px;
    height: 34px;
    cursor: pointer;
    margin: 0;
    font-size: 14px;
    background: var(--maincolor);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    margin-left: 2px;
    padding: 7px
}

.search-res .search-grid input {
    width: calc(100% - 36px);
    outline: 0;
    border: none;
    color: #666363;
    font-size: 13px;
    text-indent: 10px
}

.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
}

.menu-res {
    display: none
}

.menu {
   position: relative; flex: 1; display: none;
}

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

.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: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    height: 60px;
    padding: 0 0px;
    position: relative
}

.menu ul li a.active,
.menu ul li:hover>a {
    color: var(--subcolor);
}

.menu_search {
    margin-left: auto
}

.menu ul.menu-main li a.active:after,
.menu ul.menu-main li:hover>a:after {
    opacity: 1
}

.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)
}

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

.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_vlist_pic {
    max-width: 24px
}

.menu_dmsp .menu_lvl ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: capitalize;
    gap: 10px;
    color: #555;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    padding: 14px;
    border-left: 2px solid transparent;
    background: #fafbff;
    margin: 0;
    height: auto
}

.menu_dmsp .menu_lvl ul li:hover>a {
    border-color: var(--maincolor);
    color: var(--maincolor)
}
.menu ul li ul li{
    border-top: 1px solid #f3f3f3;
}
.menu ul li ul li a {
    padding: 12px !important;
    border: none !important
}

.menu ul li ul li a:after {
    display: none !important
}

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

.slideshow_item {
    display: block;
    position: relative
}

.swiper_slideshow {
    height: calc(100vw * 530 / 1366);
    position: relative
}

.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
}

.spacer {
    margin: 60px 0
}

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

.title-detail {
    position: relative;
    margin-bottom: 30px
}

.title-detail h1 {
    color: #0F1A1A;
    font-size: clamp(1.75rem, 1.65rem + .5vw, 2.25rem);
    font-weight: 700;
    margin-bottom: 0
}

.title-main h1,
.title-main h2 {
    color: #0F1A1A;
    font-size: clamp(25px, 6vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0px;
}
.title-main .line{width: 85px; height: 1px; background-color: #CAB9A5; margin: auto; margin-top: 15px;}
.title_com {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--subcolor)
}

.title_com p {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin: 0
}

.product_box {
    display: block;
    position: relative;
    transition: .25s; 
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
}

.product_item{
    position: relative;
}
.product_pic {
    position: relative;
    overflow: hidden;  width: 100%;
}
.product_info {
    text-align: center; padding: 15px 10px 5px 10px;
}

.product__name.text-split {
    -webkit-line-clamp: 1;
    margin-bottom: 0; color: #fff;
    font-size: clamp(15px, 3.2vw, 17px); 
}
.product__name.text-split a{
    color: #fff;
}
.product__name.text-split:hover {
    color: var(--maincolor)
}
.product__desc.text-split{
    color: #282828;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    line-height: 25px;
    -webkit-line-clamp: 3;
}

.product__price{
    display: inline-flex; align-items: flex-end; justify-content: center; gap: 4px;
}
.product__price > a{
    color: yellow;
    font-size: 15px; display: inline-block;
    font-style: normal; font-weight: 500;
}
.product__priceold {
    text-decoration: line-through;
    font-size: 12px;
    color: #333
}

.product__priceper {
    font-size: 10px;
    padding: 2px 4px;
    background: #feeeea;
    color: #ee4d2d
}
.product_item .linkMain{
    justify-content: center; text-transform: uppercase; margin-top: 5px;
}

.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 {
    margin-bottom: 30px;
    border-bottom: solid 1px #c8c8c8;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap
}

.list_monnb button {
    text-align: center;
    padding: 0 0 7px 0;
    color: #828282;
    background: 0 0;
    border: none;
    border-bottom: solid 1px transparent
}

.list_monnb button.active {
    color: var(--maincolor);
}

.news_box {
    display: block;
    position: relative;
    overflow: hidden;
    background: none;
}

.news_pic {
    position: relative; border-radius: 10px; overflow: hidden;
}

.news_info {
    padding: 20px 20px 20px; background: #fff;
    position: relative; border-radius: 10px;
    z-index: 1; width: calc(100% - 40px); margin: auto;
    margin-top: -40px;
}

.news__name.text-split {
    -webkit-line-clamp: 2;
    color: #000; font-family: var(--font-SVN-Poppins-Bold);
    font-size: 14px;
    margin-bottom: 10px;
}

.news_box:hover .news__name {
    color: var(--maincolor)
}

.news_box:hover .news__next {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px)
}

.news__date {
    display: flex;
    align-items: center;
    gap: 5px; font-size: 15px;
    color: var(--maincolor);
    margin-bottom: 5px;
}

.news__date .day {
    font-size: clamp(1.25rem, 1.175rem + .375vw, 1.625rem);
    font-weight: 700;
    line-height: 1;
    border-bottom: solid 1px #fff;
    margin-bottom: 7px;
    padding-bottom: 3px;
    width: 100%;
    text-align: center
}

.news__date .month {
    font-size: clamp(.875rem, .8125rem + .3125vw, 1.1875rem);
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1
}

.news__desc.text-split {
    color: #666; -webkit-line-clamp: 2;font-family: var(--font-SVN-Poppins);
    font-size: 13px;
}

.news__next {
    margin-top: 10px;
    display: flex;
    align-items: center; justify-content: end;
    gap: 5px;
    color: var(--maincolor);
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s
}

.news__next span {
    font-size: 13px; font-family: var(--font-SVN-Poppins);
    font-weight: 500
}

.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
}
.wrap-book{
    background: #000; border: 1px solid #BE272D;
    padding: 35px 30px;
}

.newsletter_wrap{
    position: relative; background: url(../imgs/bg_dknt.jpg); padding: 70px 0px;
}
form#form_newsletter{
    background: #fff; max-width: 500px; border-radius: 15px; margin: auto; padding: 20px 60px 30px;
}
.newsletter_grid {
    gap: 12px;
    display: flex;
    flex-direction: column;
}

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

.btn_newsletter {
    display: block; width: 100%;
    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{
    padding: 190px 0px 60px;
    background: url(../imgs/bg_foot.jpg) no-repeat center top / cover;
}

.footer_flex {
    display: flex;
    align-items: center; justify-content: space-between;
    gap: 40px; padding: 50px 0px;
}

.footer_news:nth-child(3){
    max-width: 350px;
}

.socialf {
   display: flex; gap: 17px; align-items: center; justify-content: center;
}

.logof {
    text-align: center;
}

.footer_content{
    color: #FFF;
    font-size: 15px;
    font-style: normal;font-family: var(--font-SVN-Poppins);
    padding: 30px 0px;
}

.wrap-fan{
    border: 2px solid #fff; 
    border-radius: 10px; padding: 10px; display: inline-block;
}
.wrap-fan > div{
    color: #FFF;
    text-align: center;
    font-size: clamp(16px,20px,20px);
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 5px; margin-bottom: 10px;
}
.wrap-fan img{
    border-radius: 10px;
}

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

.footer_ul li a {
    color: #fff;
}

.footer_ul li a:hover {
    color: var(--subcolor)
}

div#footer-map {
    overflow: hidden
}

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

.footer_powered {
    background-color: rgb(0,0,0,0.3);
    padding: 20px 0; position: relative;
}

.copyright {
    text-align: center;
    color: #fff; font-family: var(--font-SVN-Poppins);
    font-size: 14px;
}

.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
}

.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: block;
    padding: 10px;
    background: #fff;
    cursor: pointer
}

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

.chinhanh__pic {
    width: 100px
}

.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: grid;
    grid-template-columns: 40% calc(60% - 30px);
    justify-content: space-between;
}

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

.proDetail_nameL {
    text-align: left;
    font-size: clamp(16px, 3vw, 20px);
    font-style: normal;
    margin-bottom: 0px;
    font-weight: 600;
    line-height: normal;
}
.title_pro_detail {
    text-transform: capitalize;
    font-size: 22px;
    color: #111;
    display: block;
    font-weight: 700;
    padding: 0 0 5px;
    border-bottom: 1px dotted rgb(255,255,255,.2);
    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;
    font-size: 15px
}

.album_product {
    margin-top: 15px
}

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

.tabs_holder {
    display: flex;
    border-bottom: 1px solid rgb(255,255,255,.2);
    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;
    border: solid 1px rgb(255,255,255,.2);
    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
}

.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 #ccc
}

.list-news-other li a {
    font-size: 15px;
    text-transform: none;
    color: #111;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s
}

.list-news-other li a i {
    margin-right: 5px
}

.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
}

.content-main {
    line-height: 26px
}

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

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

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

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

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

.content-main table tr td {
    padding: 10px 7px
}

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

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

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

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

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

.content-main iframe {
    width: 100% !important;
    display: block;
    margin: 10px auto 20px
}

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

.content-main .bg-video {
    cursor: pointer
}

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

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

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

.content-main tr:nth-child(even) {
    background-color: #f2f2f2
}

.content-main tr:hover {
    background-color: #ddd
}

.content-main th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: var(--maincolor);
    color: #fff
}

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

.content-main figcaption {
    text-align: center
}

.grid_rowdetail_album {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 30px
}
.grid_rowdetail_album2{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 20px
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    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: 0 0
}

#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
    }
}

.splide__track--nav>.splide__list>.splide__slide {
    border: none;
    opacity: .6
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: none;
    opacity: 1
}

.box_changelang {
    position: relative;
    cursor: pointer
}

#google_translate_element {
    clear: both;
    width: auto !important;
    text-align: right;
    display: none
}

.box_changelang .lang_current {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    color: #000
}

.box_changelang .lang_current i {
    font-size: 8px
}

.box_changelang .box_solang {
    position: absolute;
    top: 105%;
    right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
    padding: 12px;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    width: 170px;
    box-sizing: border-box
}

.box_changelang .box_solang a {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    color: #333;
    font-size: 12px;
    height: 20px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    background-size: 30px 20px;
    margin-bottom: 15px;
    min-width: 120px
}

.box_changelang .box_solang a:last-child {
    margin-bottom: 0
}

.skiptranslate {
    display: none !important
}

.header_wrap {
    position: fixed;
    transition: all .3s;
    top: 30px; left: 0px; width: 100%;
    padding: 5px 0;
    z-index: 999;
    background: transparent;
}
.header_wrap.fixed{
    transition: all .3s; top: 0px;
}
.header_flex{
    display: flex; justify-content: space-between; align-items: center;
}
.header_logo{
    position: absolute; left: 50%; top: 0px; transform: translate(-50%,0);
}

.header_wrap.header_in{
    position: -webkit-sticky;
    position: sticky; top: 0px; background-color: #000;
}
.header_wrap.header_in .header_flex{
    padding-bottom: 10px;
}

.list_pic {
    border-radius: 12px;
    border: 1.5px solid #eaf1ff;
    background: #fff
}

.list_name.text-split {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
    color: #555;
    text-align: center;
    font-size: clamp(.875rem, .85rem + .125vw, 1rem);
    font-weight: 500;
    text-transform: capitalize
}

.list_item:hover .list_pic {
    border-color: var(--subcolor)
}

.list_item:hover .list_name.text-split {
    color: var(--subcolor)
}

.splide__arrow {
    background: var(--subcolor)
}

.splide__arrow svg {
    fill: #fff
}

.newsnb_wrap {
    padding: 50px 0;
    position: relative;
    background: url(../imgs/bg_tt.jpg);
}

.doitac_item {
    border-radius: 10px;
    border: 1.5px solid #e0e1e1;
    background: #fff;
    overflow: hidden;
    display: block;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s
}

.doitac_item:hover {
    border-color: var(--subcolor)
}

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

.pro_detail_chinhanh .title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: clamp(.9375rem, .9125rem + .125vw, 1.0625rem);
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 15px
}

.box_detail_chinhanh {
    border: dashed 1px var(--maincolor);
    padding: 10px 10px 20px 10px;
    box-shadow: inset 0 0 3px var(--maincolor);
    display: flex;
    flex-direction: column;
    gap: 15px
}

.detail_chinhanh_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.detail_chinhanh_top svg {
    color: #333;
    margin-right: 10px
}

.detail_chinhanh_top b {
    font-size: 14px;
    color: var(--subcolor);
    flex: 1 1 0%
}

.detail_chinhanh_info {
    font-size: 13px;
    color: #111
}

.detail_chinhanh_info p {
    margin-bottom: 0
}

.hotline-pro-detail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 500px; margin-top: 30px;
}

.hotline-pro-detail a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: clamp(.875rem, .85rem + .125vw, 1rem);
    color: #fff;
    font-weight: 500;
    background: var(--maincolor);
    padding: 8px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.hotline-pro-detail a:hover {
    background: var(--subcolor)
}

.news_detail_flex {
    display: grid;
    grid-template-columns: calc(70% - 30px) 30%;
    justify-content: space-between
}

#about{
    position: relative;
    padding: 120px 0px 115px; background: url(../imgs/bg_gt.jpg) no-repeat center center / cover;
}
#about .imgs-gt{
    position: relative; padding-left: 75px;
}
.imgs-gt img{border-radius: 20px;}
.imgs-gt .txt{
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-size: 40px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    transform: rotate(-90deg); color: transparent;
    top: 50%; left: -14.5%; position: absolute;
}
.flex-ab{
   display: flex; gap: 60px;
} 
.flex-ab .col-l{width: 45%;}
.flex-ab .col-r{width: 55%;}
.imgGT{border-radius: 150px; overflow: hidden;}
.title-gt{
    text-align: left; margin-bottom: 10px;
}
.title-gt .r1{
    color: #EE222B;
    font-family: var(--font-a-Auto-Signature);
    font-size: clamp(32px,4vw,50px);
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.title-gt .r2{
    color: #0F1A1A;
    font-size: clamp(50px,6vw,100px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.descGT{
    color: #70635D;
    font-family: var(--font-SVN-Poppins);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.view_gt{margin-top: 30px;}
.view_gt a{display: inline-flex; justify-content: start; gap: 5px; align-items: center; color: #fff; background: #0F1A1A; border-radius: 5px;
    padding: 8px 15px; font-family: var(--font-SVN-Poppins);
}
.view_gt a:hover{background: var(--maincolor);}
.view_gt2{margin-top: 20px;}
.link-datban-gt{width: 100%; max-width: 537px; font-size: clamp(16px, 2vw, 20px); padding: 15px 20px;}


.title-menu{
    text-align: center; margin-bottom: 30px;
}
.title-menu .r1{
    color: #FFF;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FFF;
    font-size: clamp(42px, 6vw, 140px);
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    -webkit-filter: blur(0.3333333432674408px);
            filter: blur(0.3333333432674408px);
}
.title-menu .r2{
    color: var(--maincolor);
    text-align: center;
    font-size: clamp(32px, 5vw, 42px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}



.title-pro{text-align: left; position: relative;}
.title-pro h2{
    color: var(--maincolor);
    font-family: "Times New Roman";
    font-size: clamp(22px,3.2vw,40px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.linkMain{
    color: var(--maincolor);
    font-size: 16px;
    font-style: normal;
    font-family: var(--fontPoppinsBold);
    line-height: normal;
    display: flex; gap: 10px; align-items: center;
}
.linkMain:hover{
    color: var(--subcolor);
}
.itemTC{
    display: flex; gap: 8px; align-items: center;
    color: #0F1A1A; margin-bottom: 10px;
    font-family: var(--font-SVN-Poppins);
    font-size: 15px;
    font-style: normal;
}
#productnb{
    position: relative;
    padding: 50px 0px; background-color: #F2F2F2;
}
.proOne{
    display: flex; flex-wrap: wrap; gap: 30px; align-items: center; margin-bottom: 30px;
}
.proOne .img{width: 42%;}
.proOne .info{flex: 1;}
.proOne .info h3{
    font-size: clamp(16px, 3.5vw, 20px);
}
.proOne .info h3 a{
    color: #282828;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}
.proOne .desc{
    color: #4D4D4D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
}
.proOne .price{
    display: inline-flex; align-items: anchor-center; justify-content: center;
    min-width: 191px; color: #fff; gap: 8px; line-height: 50px; font-size: 13px; margin-top: 15px;
}
.proOne .price span{
    color: #FFF600;
    font-size: 16px;
    font-style: normal;
    line-height: 30px;
}
.proOne:hover .info h3 a{
    color: var(--maincolor);
}

#dangkytv{
    position: relative;
    padding: 50px 0px;
}
img.img-dktv{
    position: absolute;
    top: -115px; right: -125px;
}
.frmDangKy .r-input{margin-bottom: 15px;}
.frmDangKy label{
    margin-bottom: 5px;
}

.frmDangKy input, .frmDangKy textarea{
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #E6E6E6;
}

.frmDangKy input::-webkit-input-placeholder, .frmDangKy textarea::-webkit-input-placeholder{
    color: #B7B7B7; font-size: 12px;
}

.frmDangKy input::-moz-placeholder, .frmDangKy textarea::-moz-placeholder{
    color: #B7B7B7; font-size: 12px;
}

.frmDangKy input:-ms-input-placeholder, .frmDangKy textarea:-ms-input-placeholder{
    color: #B7B7B7; font-size: 12px;
}

.frmDangKy input::-ms-input-placeholder, .frmDangKy textarea::-ms-input-placeholder{
    color: #B7B7B7; font-size: 12px;
}

.frmDangKy input::placeholder, .frmDangKy textarea::placeholder{
    color: #B7B7B7; font-size: 12px;
}

.frmDangKy input#fullname-newsletter{
    background: url(../imgs/input1.png) no-repeat calc(100% - 10px) center;
    padding-right: 45px;
}
.frmDangKy input#email-newsletter{
    background: url(../imgs/input2.png) no-repeat calc(100% - 10px) center;
    padding-right: 45px;
}

.wrap-slogan-runner{margin-top: 30px;}
.txtSlogan{
    text-align: justify;
    font-size: clamp(35px,5vw,50px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 20px;
    background: linear-gradient(90deg, #581215 0%, #F81F28 49.04%, #581215 98.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wrap-ttnb{margin-top: 30px;}
.newsHome{position: relative;}
.newsHome a{
    display: inline-block; padding: 10px; border: 1px solid #E4CE75; position: relative;
}

.newsHome .img img{width: 100%; height: auto;}

.newsHome .name{
    color: #FFF; position: absolute; z-index: 1; bottom: 0px; left: 0px; width: 100%; text-align: center;
    font-size: clamp(12px, 3vw, 20px);
    padding: 10px 15px 20px; font-weight: 800;
}
.newsHome .desc.text-split{
    -webkit-line-clamp: 4;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.newsHome a::after {
    z-index: 0;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.newsHome:hover .name{
    color: var(--maincolor);
}

.wrap-map{
    display: flex; align-items: center; margin-top: 30px;
}
.wrap-map .map{
    flex: 1;
}
.wrap-map iframe{
    width: 100%; border-radius: 290px;
    height: 425px;
}

.price-pro-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333; font-size: 14px; gap: 30px;
}
.price-pro-detail > div{display: flex; gap: 5px;}
.price-pro-detail span{
    color: var(--maincolor);
    font-family: var(--fontNasi);
    font-size: clamp(15px, 3vw, 22px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#other{
    padding: 60px 0px; position: relative; z-index: 1;
}
.flex-other{
    position: relative; display: flex; justify-content: space-between; flex-wrap: wrap;
}
.flex-other .col-kh{
    max-width: 850px; width: 100%;
}
.flex-other .col-vd{
    position: relative; height: 440px;
}
.flex-other .col-vd .line{
    width: 272px; height: 100%; position: absolute; top: 0px; right: 0px;
    border: 1px solid #AC0000; border-radius: 20px; z-index: 1;
}
.flex-other .col-vd .txt{
    color: #AC0000;
    font-size: clamp(28px, 4vw, 40px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    transform: rotate(90deg);
    position: absolute; top: 41%; right: -64px; 
    z-index: 2; white-space: nowrap;
}
.wrap-vd{
    position: absolute; z-index: 3; top: 85px; right: 65px;
    width: 440px; height: 315px;
}
.itemVD{
    position: relative; 
}
.itemVD a{display: block;}

.itemVD .play{
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-size: contain;
    width: 113px; height: 111px; background: url(../imgs/play.png) no-repeat center center;
}
.itemKH{
    display: flex; align-items: flex-start;
}
.itemKH .img{
    width: 278px; 
}
.itemKH .img img{
    border-radius: 300px 300px 0px 0px;
}
.itemKH .bodyKH {
	flex: 1; padding: 100px 0px 0px 30px; width: 100%; max-width: 390px;
   
}
.itemKH .bodyKH .r1{
    color: #282828;
    font-size: 16px;
    font-style: normal;
}
.itemKH .bodyKH .r2{
    color: #898989;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
.itemKH .bodyKH .r3.text-split{
    color: #4D4D4D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
    -webkit-line-clamp: 6;
}

.wrap-img-qc{margin-top: -150px;}
.img_qc{border-radius: 20px; overflow: hidden;}

#imgsMenu{
    background: url(../imgs/bg_menu.jpg) no-repeat center center / cover;
}
.wrap-imgs-menu{
    padding: 50px 0px;
}
.imgMN{ border-radius: 20px; overflow: hidden; position: relative;}
.imgMN a{display: block;}
.khung-menu{position: relative; background: url(../imgs/bg_in_menu.png) no-repeat center top / cover; max-width: 984px; margin: auto; padding: 30px;}
.khung-menu .inner{background: #fff; border-radius: 20px; padding: 30px 20px;}

#album{
    padding: 50px 0px 70px; position: relative; background: url(../imgs/bg_al.jpg) no-repeat center center / cover;
}
.grid-al{
    position: relative;
    height: 850px;
}
.itemAl{
    position: relative; overflow: hidden; border-radius: 15px; margin-bottom: 15px;
}
.link-view-al{max-width: 355px; margin: auto; margin-top: 30px;}
.link-view-al a{display: flex; gap: 15px; text-transform: uppercase;}

#booking{
    padding: 80px 0px; background: url(../imgs/bg_datban.jpg) no-repeat center center / cover;
}
.itemSk{
    position: relative; border-radius: 10px; overflow: hidden; border: 1px solid #BE272D;
}
.itemSk a{display: block; position: relative;}
.itemSk a::after{
    z-index: 0;
    content: ''; position: absolute; left: 0px; bottom: 0px; width: 100%; height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.itemSk .name{
    position: absolute; z-index: 1; bottom: 0px; left: 0px; width: 100%; text-align: center;
    padding: 10px 20px 20px 20px; color: #fff; font-size: clamp(16px,2.2vw,18px);
}
.title-home{
    margin-bottom: 40px; position: relative; 
}
.title-home .r1{
    color: #EE222B;
    text-align: center;
    font-family: var(--font-a-Auto-Signature);
    font-size: clamp(22px,4.5vw,50px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.title-home .r12{
    font-size: clamp(18px,4vw,35px);
}
.title-home .r2{
    color: #0F1A1A;
    text-align: center;
    font-size: clamp(22px,5vw,50px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.title-home .r22{
    font-size: clamp(20px,5vw,40px);
}
.title-home2 .r2{color: #fff;}
.title-lh{margin-bottom: 20px;}

#socialFoot{
    background: url(../imgs/bg_mxh.jpg) no-repeat center center / cover;
    padding: 120px 0px;
}
#socialFoot .wrap-content{
    display: flex; flex-direction: column; align-items: center; gap: 60px;
}
#socialFoot .r1{
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}
.flex-mxh{
    display: flex; margin-bottom: 30px;
    justify-content: center; gap: 20px; flex-wrap: wrap;
}
.flex-mxh a{
    color: #EE222B;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400; border-radius: 50px;
    display: inline-block; padding: 13px 30px; border: 1px solid #EE222B;
}
.flex-mxh a:hover{
    background: var(--maincolor); transition: all .3s; color: #fff;
}
#socialFoot .r3{
    display: flex; justify-content: center;
}
#socialFoot .r3 .link-datban{
    max-width: 537px;
}

#socialFoot .r3 .link-datban{
    color: #FFF;
    font-size: clamp(18px,4vw,24px);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    padding: 16px 20px;
    background: linear-gradient(90deg, rgba(190, 39, 45, 0.00) 5.21%, #BE272D 50.87%, rgba(190, 39, 45, 0.00) 98.31%);
}

.item-video{
    position: relative; cursor: pointer; 
}
.item-video a{display: block;}
.item-video .img-video{
    border-radius: 10px; overflow: hidden;
}
.item-video h3{text-align: center; margin-top: 10px; color: #fff; font-size: 15px;}
.item-video span.play{
    position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
    background: url(../imgs/play.png); width: 50px; height: 35px;
}

.link_footer_fixed{
    position: fixed;border-color: rgb(193, 37, 42);
    background: #391F1F;
    bottom: 0px; left: 0px; width: 100%; 
    z-index: 1000; display: flex; gap: 5px; justify-content: space-between;
}
.link_footer_fixed a{display: flex; gap: 10px; align-items: center; font-size: 14px; text-transform: uppercase;}



.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(--maincolor);}
.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%)}

.ic_home{
    background: url(../imgs/ic_name.png) no-repeat center top; height: 41px; margin-bottom: 10px;
}
.ic_home2{
    background: url(../imgs/ic_name2.png) no-repeat center top;
}

#menuHome{
    position: relative;
    padding: 150px 0px 240px; 
    background: url(../imgs/bg_sp.jpg) no-repeat center center / cover;
}
.splideProHNav .splide__track--nav>.splide__list>.splide__slide{
    opacity: 1;
}
.itemProH{
    display: flex; gap: 60px; align-items: center; justify-content: space-between;
}
.itemProH .img{
    width: 60%;
}
.itemProH .info{
    width: 40%; text-align: center; color: #fff;
}
.itemProH .listPro{
    text-align: center;
    font-size: clamp(20px,3vw,40px);
    font-style: normal;
    font-weight: 600; margin-bottom: 20px;
    line-height: normal;
    text-transform: uppercase;
}
.itemProH .name h3{
    font-size: clamp(20px,3vw,40px);
    font-style: normal;
    font-weight: 300; margin-bottom: 15px;
    line-height: normal;
}
.itemProH .desc{
    font-family: var(--font-SVN-Poppins);
    font-size: 15px; margin-bottom: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.itemProH .price{
    font-size: clamp(28px,4vw,56px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.splideProHNav{margin-top: 70px;}
.itemProS{
    padding: 40px 20px 40px; background: url(../imgs/bg_sp.png) no-repeat center top / 100% auto;
    position: relative; display: inline-block;
}
.itemProS .info{
    text-align: center; color: #fff; padding-top: 10px;
}
.itemProS .nameL{
    text-align: center;
    font-size: clamp(16px,3vw,20px);
    font-style: normal; margin-bottom: 10px;
    font-weight: 600;
    line-height: normal;
}
.itemProS .name h3{
    margin-bottom: 0px;
    font-size: clamp(16px,3vw,20px);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

#feedback{
    position: relative; padding: 50px 0px;
}
.itemFeed{
    display: flex; gap: 35px; margin-bottom: 20px;
}
.itemFeed .img{
    position: relative; 
}
.itemFeed .img-mask{
    -webkit-mask-image: url(../imgs/mask_kh.png); width: 254px;
            mask-image: url(../imgs/mask_kh.png); 
}
.itemFeed .img::after{
    content: ''; background: url(../imgs/bg_kh.png) no-repeat center center / 100% 100%;
    width: 282px; height: 206px; position: absolute; left: 6px; top: 52px;
}
.itemFeed .info{
    flex: 1; background: url(../imgs/note.png) no-repeat left top; padding-top: 55px;
}
.itemFeed .desc{
    color: #383838;
    font-family: var(--font-SVN-Poppins);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
.itemFeed .name{
    color: #0F1A1A; margin-top: 7px;
    font-family: var(--font-SVN-Poppins-Bold);
    font-size: 14px;
    font-style: normal;
}