:root {
    --maincolor: #DB232A;
    --subcolor: #FFB706;
    --fmain: 'SVN-Poppins';
    --fontPoppins: 'SVN-Poppins';
    --fontPoppinsBold: 'SVN Poppins Bold';
    --fontPoppinsSemiBold: 'SVN Poppins SemiBold';
    --fontPoppinsSemiMedium: 'SVN Poppins Medium';
    --fontUTMHelvetIns: 'UTM HelvetIns';
    --fontMontserrat: 'Montserrat';
}

body {
    font-family: var(--fontPoppins);
    font-size: 14px;
    color: #333;
    top: 0 !important;
    overflow-x: hidden;
    min-width: 1366px; margin: auto;
}

::-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 {
    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 15px
}

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

.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: #fff;
    color: var(--maincolor) !important;
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ddd
}

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

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

.box-readmore {
    padding: 10px;
    background-color: #f5f5f5;
    width: 100%;
    margin-top: 2px;
    border: 1px solid #ddd;
    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 {
    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 !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
}

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

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

.did-floating-label {
    z-index: 5;
    color: #777;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 15px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    -ms-transition: .2s ease all;
    -o-transition: .2s ease all
}

.did-floating-input {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 15px 20px;
    background: #fff;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important
}

.did-floating-input:focus,
.did-floating-input:not(:placeholder-shown) {
    outline: 0;
    padding: 25px 15px 5px 15px
}

.did-floating-input:focus~.did-floating-label {
    top: 6px;
    font-size: 12px
}

.did-floating-input:not(:placeholder-shown)~.did-floating-label {
    top: 6px;
    font-size: 12px
}

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

.breadCrumbs ol {
    margin: 0
}

.breadCrumbs ol li a {
    color: #333
}

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

.header__sline {
    background: #cacaca;
    width: 1px;
    height: 26px;
    margin: 0 30px
}

.search {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    max-width: 300px;
}

.search p {
    width: 22px;
    height: 22px;
    background: url(../imgs/ic_search.png) no-repeat center center;
    position: absolute; 
    right: 12px; top: 8px;
}

.search input {
    width: 100%;
    height: 38px;
    outline: 0;
    padding: 0;
    border: 1px solid #EDEDED;
    border-radius: 5px;
    background: #F8F8F8;
    text-indent: 15px;
    color: #333;
    font-size: 14px; padding-right: 45px;
}

.search input::-webkit-input-placeholder {
    color: #333
}

.search input:-moz-placeholder {
    color: #333
}

.search input::-moz-placeholder {
    color: #333
}

.search input:-ms-input-placeholder {
    color: #333
}

.menu-res {
    display: none
}

.menu {
    background: var(--maincolor);
    position: -webkit-sticky;
    position: sticky; top: 0px; z-index: 1000;
}
.menu .wrap-content{display: flex; align-items: center;}

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

.menu_left {
    width: calc(280/1200*100%)
}

.menu_right {
    width: calc(1000/1200*100%)
}

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

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

.menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-family: var(--fontPoppinsSemiBold);
    text-transform: uppercase;
    height: 47px;
    line-height: 1;
    padding: 0 17px;
    position: relative
}

.menu ul li a.active,
.menu ul li:hover>a {
    color: yellow
}

.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 ul li.menu_dmsp > a{ 
    display: flex; align-items: center; gap: 10px;
    background-color: var(--subcolor); color: #000;
    font-size: 17px; text-transform: uppercase;
    font-family: var(--fontPoppinsBold); padding: 0px 40px 0px 20px;
}

.menu_dmsp .menu_lvl {
    position: absolute;
    width: 280px;
    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{
    border-bottom: 1px solid #f2f2f2;
}
.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;
    font-weight: 500;
    padding: 14px;
    border-left: 2px solid transparent;
    background: #fff;
    margin: 0;
    height: auto;
}

.menu_dmsp .menu_lvl ul li:hover>a {
    border-color: var(--subcolor);
    color: var(--subcolor)
}

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


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

.search-res .icon-search {
    width: 35px;
    height: 35px;
    cursor: pointer;
    text-align: center;
    background-color: #fff; border-radius: 35px;
    color: var(--maincolor);
    font-size: 17px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px
}

.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: 41px;
    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
}


.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: var(--maincolor);
    font-size: clamp(22px, 4vw, 36px);
    font-weight: 700;
    margin-bottom: 0;
    font-family: var(--fontPoppinsBold);
}

.title-main h1,
.title-main h2 {
    color: var(--maincolor);
    font-size: clamp(22px, 4vw, 36px);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: var(--fontPoppinsBold);
}
.title-main2 h2{color: #fff;}
.title-main .line{
    background: url(../imgs/line.png) no-repeat center top; height: 13px;
}
.title-main .slogan{
    color: #666;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0.42px;
    text-align: center; margin-bottom: 5px;
}
.title-main2 .slogan{
    color: #fff;
}
.title-main3{
    margin-bottom: 10px;
}

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

    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}

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

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

.product_info {
    text-align: center;
    padding: 10px 5px;
}

.product__name.text-split {
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
    color: #333;
    font-size: clamp(14px, 15px, 15px);
    font-family: var(--fontPoppinsSemiBold);
}

.product__name.text-split:hover {
    color: var(--maincolor)
}
.product__desc.text-split{
    -webkit-line-clamp: 3;
    margin-bottom: 0;
    color: #888; margin-top: 5px;
}

.product__price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.product__pricenew {
    color: var(--maincolor);
    font-size: 15px; font-family: var(--fontPoppinsSemiBold);
    font-weight: 600;
}

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

.product__priceper {
    font-size: 10px;
    padding: 2px 4px;
    background: #feeeea;
    color: #ee4d2d
}

.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(--subcolor);
    border-color: var(--subcolor);
    border-width: 2px
}

.news_box {
    display: block;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    background: #fff;
    border: solid 1px #e7e7e7
}

.news_pic {
    position: relative
}

.news_info {
    padding: 20px;
    position: relative;
    z-index: 1
}

.news__name.text-split {
    -webkit-line-clamp: 2;
    color: #212121;
    font-size: clamp(14px, 16px, 16px);
    font-weight: 500;
    text-transform: capitalize;
    margin: 0; margin-bottom: 5px;
}

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

.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;
    color: #737373;
    margin: 5px 0
}

.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: #333;
    font-size: clamp(13px, 14px, 14px)
}

.news__next {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--subcolor);
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s
}

.news__next span {
    font-size: clamp(13px, 14px, 14px);
    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
}

.newsletter_grid {
    gap: 12px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.newsletter_grid .did-floating-label-content:last-child {
    grid-column: span 2;
}

.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_article {
    background: url(../imgs/bg_foot.jpg) no-repeat center center / cover;
    padding: 70px 0 50px;
}
.footer_article .wrap-content{
    max-width: 1330px;
}

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

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

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

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

.logoFooter {
    text-align: center; margin-bottom: 20px;
}
.socialf {
    gap: 10px; justify-content: center;
}

.socialf li a {
    display: block
}

.footer_logo {
    max-width: 195px
}

.footer_title {
    color: #FFB705;
    font-family: var(--fontPoppinsBold);
    font-size: 20px;
    font-style: normal;
    line-height: 20px;
    text-transform: uppercase;
    border-left: 3px solid #FFB705; padding-left: 22px;
    margin-bottom: 30px;
}
.footer_title2{
    color: #FFF; line-height: normal;
    font-size: clamp(22px, 5vw, 32px); font-weight: 800;
    margin-bottom: 25px; margin-top: -20px;
}
.lkmxh{
    color: #fff; display: flex; gap: 10px; align-items: center;
    margin-top: 20px;
}
.footer_info {
    color: #fff;
}
.r_footer_info > div{
    color: #fff; margin-bottom: 10px; min-height: 26px;
    position: relative; padding-left: 36px;
}

.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: #A10002;
    padding: 15px 0;
}

.copyright {
    text-align: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: .42px
}

.r_thongke > div{
    color: #fff; font-size: 12px;
    margin-bottom: 10px; padding-left: 45px;
    padding-bottom: 12px; min-height: 29px;
    border-bottom: 1px solid #f2f2f2; padding-top: 8px;
}
.r_thongke > div:nth-child(1){
    background: url(../imgs/ic_tk1.png) no-repeat 5px 0px;
}
.r_thongke > div:nth-child(2){
    background: url(../imgs/ic_tk2.png) no-repeat 5px 0px;
}
.r_thongke > div:nth-child(3){
    background: url(../imgs/ic_tk3.png) no-repeat 5px 0px;
}
.r_thongke > div:nth-child(4){
    background: url(../imgs/ic_tk4.png) no-repeat 5px 0px;
}

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

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

.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;
    text-transform: none;
    color: #333;
    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
}

#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: 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 {
    background: url(../imgs/bg_head.jpg) no-repeat center center / cover;
    position: relative;
    z-index: 101;
    padding: 15px 0px;
}

.header_flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.header_left {
    width: 225px;
    text-align: right;
}

.header_right {
    flex: 1;
}

.flex-header-1{display: flex; align-items: center; justify-content: space-between; padding-left: 4%;}
.flex-header-2{padding-top: 15px;}
.hotline_header {
    background: url(../imgs/hl.png) no-repeat 0px center;
    min-height: 70px; padding-left: 80px; padding-top: 10px;
    color: #231F20;
    font-size: 14px;
    font-style: normal;
    line-height: normal; 
    font-family: var(--fontMontserrat);
}

.hotline_header span {
    color: #FE001C;
    font-size: 26px;
    font-style: normal;
    font-family: var(--fontPoppinsBold);
    line-height: 20px;margin-top: 10px; display: inline-block;
}


.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;
    background: url(../imgs/bg_other.jpg) no-repeat center center / cover;
}

.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: 20px;
}

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

#tieuchi{
    position: relative; padding: 15px 0px;
}
#tieuchi .wrap-content{
    max-width: 1270px;
}
.tieuchi .splide__track{padding: 20px 20px !important;}
.itemTC{
    border-radius: 10px;
    background: #fff; padding: 20px 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    display: flex; align-items: start; gap: 15px;
}
.itemTC img{border-radius: 10px;}
.itemTC .name{
    color: #38312B;
    font-size: 15px; margin-bottom: 4px;
    font-style: normal;
    font-family: var(--fontPoppinsSemiBold);
    line-height: 25px;
}

.itemTC .desc.text-split{
    color: #727B81;
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    -webkit-line-clamp: 2;
}

#about{
    padding: 85px 0px 112px;
    position: relative;
    background: url(../imgs/bg_gt.jpg) no-repeat center center / cover;
}
.flex-gt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
}
.flex-gt .col-l{
    position: relative; height: 565px; width: 590px;
}
.flex-gt .col-l::before{
    content: '';
    position: absolute;
    top: -35px; left: -35px; width: 88px; height: 116px;
    background: url(../imgs/ic_gt.png);
    z-index: 0;
}
.flex-gt .col-l::after{
    content: '';
    position: absolute;
    bottom: -35px; right: -35px; width: 88px; height: 116px;
    background: url(../imgs/ic_gt.png);
    z-index: 0;
}
.flex-gt .col-l img{
    border-radius: 20px;
}
.flex-gt .col-l .imggt1{
    position: absolute;
    top: 0px; left: 0px; 
    z-index: 1;
}
.flex-gt .col-l .imggt2{
    position: absolute;
    bottom: 0px; right: 0px; z-index: 2;
}
.flex-gt .col-r{
    padding-top: 25px; flex: 1;
}
.itemKN{
    position: absolute; right: 0px; top: 90px; z-index: 2;
    border-radius: 10px;
    border: 1px solid #fff; padding: 12px 15px;
    background: #F7FDF7;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    display: flex; align-items: center; gap: 8px;
}
.itemKN .name{
    color: #DB232A;
    font-size: 35px;
    font-style: normal; margin-top: 5px;
    font-family: var(--fontPoppinsBold);
    line-height: 25px; margin-bottom: 10px;
}
.itemKN .desc{
    color: #1A1A1A;
    font-size: 14px;
    font-style: normal;
    line-height: 25px;
}

.flex-gt .col-r .r1{
    display: inline-block;
    color: #FFF; background-color: #FFB706; padding: 12px 17px; border-radius: 30px;
    font-size: 18px;
    font-style: normal;
    line-height: 20px; font-family: var(--fontPoppinsSemiBold);
    letter-spacing: 0.9px;
}
.flex-gt .col-r .r2{
    color: #FE001C;
    font-family: var(--fontUTMHelvetIns);
    font-size: 50px;
    font-style: normal;
    font-weight: 400; margin-bottom: 10px;
}
.flex-gt .col-r .r3{
    color: #333;
    text-align: justify;
    font-size: 15px;
    font-style: normal;
    line-height: 27px; 
}
.flex-gt .col-r .view{
    text-align: left; margin-top: 10px;
}
.flex-gt .col-r .view a{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-flex; gap: 10px; align-items: center;
    background-color: #DB232A;
    padding: 15px 23px; border-radius: 30px;
}
.flex-gt .col-r .view a:hover{
    background-color: var(--subcolor);
}

#proHome{
    padding: 50px 0px; position: relative;
}
.viewPro{text-align: center; margin-top: 30px;}
.viewPro a{display: inline-flex; align-items: center; gap: 10px;
    border-radius: 50px;
    border: 1px dashed var(--maincolor);
    background: #fff;
    color: var(--maincolor);
    font-family: var(--fontPoppinsBold);
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    padding: 9px 10px 9px 20px;
}
.viewPro a:hover{
    border: 1px dashed var(--subcolor);
    background-color: var(--subcolor);
}

#services{
    padding: 50px 0px 80px; position: relative;
    background: url(../imgs/bg_dv.jpg) no-repeat center center / cover;
}
#services .wrap-content{
    max-width: 1270px;
}
#services .splide__track{
    padding: 20px 10px 40px !important;
}
.itemDV{
    border-radius: 40px;
    background: #FFF; padding: 30px 30px 40px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.50);
}
.itemDV .wrap{
    position: relative;
}
.itemDV .wrap::before{
    content: '';
    position: absolute;
    top: 0px; left: 0px; width: 100%; height: 100%;
    background: transparent; border-radius: 15px; 
    z-index: 0; border: 2px solid var(--maincolor);
}
.itemDV .wrap::after{
    content: '';
    position: absolute;
    bottom: 0px; left: 0px; width: 68px; height: 51%;
    background: #fff;
    z-index: 1;
}
.itemDV .img{
    padding: 19px; overflow: hidden; position: relative; z-index: 2;
}
.itemDV .img img{
    border-radius: 15px; 
}
.itemDV .info{
    position: relative; z-index: 2; padding: 0px 10px 42px 0px;
}
.itemDV .name{
    color: var(--maincolor);
    font-family: var(--fontPoppinsSemiBold);
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; margin-bottom: 5px;
    -webkit-line-clamp: 1;
}
.itemDV .desc{
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; 
    -webkit-line-clamp: 5;
    min-height: 105px;
}
.itemDV .view{
    position: absolute; bottom: -15px; left: -5px; z-index: 2;
}

.wrap-splide .splide__pagination{
    gap: 10px; bottom: -15px;
}
.wrap-splide .splide__pagination__page{
    width: 19px; height: 19px; background: none; border: 1px solid #fff;
    margin: 0px; position: relative;
}
.wrap-splide .splide__pagination__page.is-active{
    transform: scale(1);
    border: 1px solid var(--subcolor);
}
.wrap-splide .splide__pagination__page.is-active::before{
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    width: 10px; height: 10px;
    background: var(--subcolor);
    border-radius: 50%;
    transform: translate(-50%, -50%);   
}
.itemDV:hover .name{
    color: var(--subcolor);
}

#other{
    position: relative; padding: 50px 0px;
    background: url(../imgs/bg_ykien.jpg) no-repeat center center / cover;
}
.flex-other{
    display: flex; gap: 25px; align-items: center; padding: 20px 5px;
    align-items: start;
}
.name_other{
    display: flex; justify-content: center; gap: 8px;
    color: #fff;
    font-family: var(--fontPoppinsBold);
    font-size: 20px;
    font-style: normal;
    text-transform: uppercase; margin-bottom: 20px; margin-top: 10px;
} 
.col-map{
    border-radius: 20px;
    background: var(--trai_mau, linear-gradient(270deg, #F6821F 0%, #ED1B24 100%));
    padding: 13px;
    flex: 1;
}
.content_other img, .content_other iframe{
    border-radius: 12px;
    width: 100%;
    height: auto;
}
 .content_other iframe{
    height: 435px;
 }
.col-fb{
    border-radius: 20px;
    background: var(--trai_mau, linear-gradient(270deg, #F6821F 0%, #ED1B24 100%));
    padding: 13px;
    flex: 1;
}
.col-kh{
    flex: 1;
}
.col-kh .name{
    margin-top: 20px;
    color: #FFF;
    font-family: var(--fontPoppinsSemiBold);
    font-size: 23px;
    font-style: normal;
    line-height: 20px; 
    text-transform: uppercase;
    text-align: left;
    border-left: 4px solid #F3731E;
    padding-left: 12px; margin-bottom: 40px;
}
.itemKH{
    display: flex; gap: 2px; align-items: center;
    background: linear-gradient(to right, rgb(0,0,0,0), rgb(255,255,255,.1));
    border-radius: 10px;
}
.itemKH .img{
    width: 150px;
    -webkit-clip-path: polygon(36px 0, 100% 0, 100% calc(100% - 36px), calc(100% - 36px) 100%, 0 100%, 0 36px);
        clip-path: polygon(36px 0, 100% 0, 100% calc(100% - 36px), calc(100% - 36px) 100%, 0 100%, 0 36px);
    position: relative;
    background: linear-gradient(to right, #ED1B24, #F6821F);
    padding: 2px;
}
.itemKH .img img{
    -webkit-clip-path: polygon(36px 0, 100% 0, 100% calc(100% - 36px), calc(100% - 36px) 100%, 0 100%, 0 36px);
            clip-path: polygon(36px 0, 100% 0, 100% calc(100% - 36px), calc(100% - 36px) 100%, 0 100%, 0 36px);
}
.itemKH .col-r{
    flex: 1; padding: 10px;
}
.headKH{display: flex; align-items: center; gap: 8px; justify-content: start;}
.headKH .note{background: url(../imgs/ic_note.png); width: 39px; height: 35px;}
.headKH .info{flex: 1;}
.headKH .info p{margin: 0px; line-height: normal;}
.headKH .info p:nth-child(1){
    color: var(--subcolor);
    font-family: var(--fontPoppinsBold);
    font-size: 15px;
    font-style: normal;
}
.headKH .info p:nth-child(2){
    color: #fff;
    font-size: 12px;
    font-style: normal; margin-top: 2px;
}
.bodyKH.text-split{
    color: #fff; font-size: 14px; line-height: 20px; margin-top: 15px; -webkit-line-clamp: 4;
}
.itemKH2{
    background: linear-gradient(to right, rgb(255,255,255,.1), rgb(0,0,0,0));
}
.itemKH2 .img{order: 2;}
.itemKH2 .col-r{order: 1;}
.wrap-splide-kh .splide__pagination{
    bottom: -40px;
}

.flex-news{
    display: flex; gap: 35px; align-items: start;
}
.flex-news .col-l{
    flex: 1; display: flex; gap: 20px; align-items: start;
}
.flex-news .col-vd{
    width: 380px;
}
.splideVD{margin-top: 10px;}
.itemVD{
    position: relative; border-radius: 10px; overflow: hidden;
}
.itemVD .play{
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); 
    background: url(../imgs/ic_play.png) no-repeat center center; width: 60px; height: 60px;
}
.itemVD2 .play{
    width: 30px; height: 30px;background-size: 100% 100%;
}
.news-l{width: 47%;}
.news-r{width: 53%;}

.itemNews1 .img{
    overflow: hidden;
    border-radius: 10px;
}
.itemNews1 .info{
    padding-top: 15px;
}
.itemNews1 .name{
    color: #333;
    font-family: var(--fontPoppinsSemiBold);
    font-size: 14px;
    font-style: normal;
    -webkit-line-clamp: 2;
    margin-bottom: 7px;
}
.itemNews1 .desc{
    color: #666;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
}
.itemNews1 .view{
    display: inline-flex; gap: 10px; align-items: center;
    padding: 10px 10px 8px 15px; color: #fff; background-color: var(--maincolor);
    border-radius: 10px;
}
.itemNews1:hover .name{
    color: var(--maincolor);
}
.itemNews1 .view:hover{
    background-color: var(--subcolor);
}

.itemNews2 a{
    display: flex; gap: 10px; align-items: start;
}
.itemNews2 .img{
    overflow: hidden; width: 135px;
    border-radius: 10px;
}
.itemNews2 .info{
    flex: 1;
}
.itemNews2 .name{
    color: #333;
    font-family: var(--fontPoppinsSemiBold);
    font-size: 14px;
    font-style: normal;
    -webkit-line-clamp: 2;
    margin-bottom: 7px;
}
.itemNews2 .desc{
    color: #666;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
}
.itemNews2:hover .name{
    color: var(--maincolor);
}