:root {
    --maincolor: #FF8309
}

body {
    font-family: var(--fmain);
    font-size: 14px;
    color: #333;
    top: 0 !important;
    font-family: "Roboto", sans-serif;
}

::-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) {
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

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

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

button,
input,
select {
    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: 0.2s;
}

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


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

.hover-img:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .8s cubic-bezier(.94, .85, .1, .62) 0s;
    -o-transition: all .8s cubic-bezier(.94, .85, .1, .62) 0s;
    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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-powered {
    background: #f1f1f1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-cat {
    text-align: center
}

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

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

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

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

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

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

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

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

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

.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: sticky;
    top: 0;
    background: #fff;
    z-index: 99
}

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

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

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

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

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

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

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

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

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

.cursor-pointer {
    cursor: pointer
}

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

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

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

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

.breadCrumbs ol {
    margin: 0
}

.breadCrumbs ol li a {
    color: #333
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    50% {
        opacity: .5
    }

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

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

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

.header_wrap {
    position: relative;
    background: #fff
}

.header__logo {
    display: inline-block
}

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

.socialh {
    gap: 0 20px
}

.social li {
    display: inline-block
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu-res {
    display: none
}
.my-scrollbar1 {
    overflow-y: auto;
}
.menu {
}

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

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

.menu ul li a {
    display: block;
    position: relative;
    color: #254377;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 39px 18px;
}

.menu_search {
    margin-left: auto
}

.menu ul li a.active,
.menu ul li:hover>a {
    background: var(--maincolor);
    color: #fff;
}

.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;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu_dmsp .menu_lvl {
    position: absolute;
    width: 250px;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    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 {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible
}

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

.menu_dmsp .menu_lvl ul {
    background: #fff
}

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

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

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

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

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

.slideshow_item {
    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: 50px 0
}

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

.title-main h2,.title-main h3,.title-main h4,.title-main h5,.title-main h6,.title-main p {
    margin: 0;
    color: var(--NAM-02, #254377);
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    position: relative;
    padding-bottom: 12px;
}
.title-main h2:after, .title-main h3:after, .title-main h4:after, .title-main h5:after, .title-main h6:after, .title-main p:after {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, #FF8309 0%, #254377 100%);
    width: 70%;
    left: calc(50%);
    bottom: 0;
    max-width: 150px;
    height: 2px;
    transform: translateX(-50%);
}
.product_box {
    display: block;
    position: relative
}

.product_pic {
    position: relative
}

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

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

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

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

.product__pricenew {
    font-weight: 600;
    font-size: 16px;
    color: #bb0007
}

.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 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.list_monnb button {
    display: inline-block;
    color: #333;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 20px;
    border: solid 1px var(--maincolor);
    background: #fff;
    transition: .3s
}

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

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

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

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

.news_box {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: flex-start
}

.news_pic {
    width: 35%
}

.news_info {
    width: calc(65% - 15px)
}

.news__name {
    color: #111;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .3s;
    margin-bottom: 5px
}

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

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

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

.news__desc.text-split {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px
}

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

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

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

.validation-input {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer_article {
    background: #F8F8F8;
    padding-top: 30px;
    padding-bottom: 30px;
}

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

.footer_news:nth-child(1) {
    width: calc(350/1200*100%)
}

.footer_news:nth-child(2) {
    width: calc(350/1200*100%)
}

.footer_news:nth-child(3) {
    width: calc(450/1200*100%)
}

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

.footer_title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px
}

.footer_info {
    color: #fff;
    font-size: 15px
}

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

.policy_list li a {
    color: #fff;
}

div#footer-map {
    overflow: hidden
}

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

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

.copyright {
    text-align: center;
    color: #fff;
    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(2, 1fr);
    gap: 30px
}

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

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

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

.chinhanh_left {
    width: 30%
}

.chinhanh_right {
    width: 70%
}

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

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

.chinhanh__pic {
    width: 100px
}

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

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

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

.chinhanh__desc p {
    margin: 0
}

.chinhanh__desc a {
    color: #a5a5a5
}

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

.chinhanh_right {
    overflow: hidden
}

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

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

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

.left_pro_detail {
    width: 45%
}

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

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

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

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

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

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

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

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

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

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

.album_product {
    margin-top: 15px
}

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

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

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

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

.swiper-slide {
    height: auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col_left {
    width: 23%
}

.col_right {
    width: 75%
}

.group-sidebox {
    position: 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;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

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

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

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

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

.submenu-links {
    display: none
}

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

.markdownEditor {
    line-height: 26px;
}

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

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

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

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

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

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

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

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

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

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

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

.postTags a {
    display: inline-block
}

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

.markdownEditor .bg-video {
    cursor: pointer
}

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

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

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


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

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

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

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

.markdownEditor figcaption {
    text-align: center;
}

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

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

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


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

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

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

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

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

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

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

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

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

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}
div.wrap-news-doitac{
    
    position: relative;
}
div.wrap-news-doitac::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #E4F4FF 0%, rgba(255, 255, 255, 0.00) 31.33%), url('../images/bg-doitac-new.png') lightgray 0px 0px / 100% 99.668% no-repeat;
    opacity: 0.5;
    left: 0;
    top: 0;
}
div.wrap-conso{
    padding: 20px 0;
    background: url('../images/bg-tieuchi.jpg') no-repeat center center / cover;
}
div.wrap-hoptac{
    padding: 45px 0;
    background: url('../images/bg-nhantin.jpg') no-repeat right #254377;
    background-size: 50% 100%;
}
div.wrap-hoptac .title-main h6::after{
    background: #fff;
}
div.photo-about-content{}
div.photo-about-content > p{
    display: block;
    -webkit-mask-image: url(../images/mask.png);
    mask-image: url(../images/mask.png);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}
div.photo-about-content > p a{
    display: inline-block;
}
div.photo-about-content > p a img{}
div.box-info-hanhtrinh{
    z-index: 22;
    max-width: 172px;
    bottom: 17%;
    left: -6%;
}
div.box-info-hanhtrinh > span.icon-hinhtrinh{
    position: absolute;
    top: -30px;
}
div.box-info-hanhtrinh > span.icon-hinhtrinh img{}
div.box-info-hanhtrinh > p.title-hanhtrinh{
    color: var(--NAM-02, #254377);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 62.4px */
    text-transform: uppercase;
    margin-bottom: 0;
    margin-bottom: 8px;
}
div.box-info-hanhtrinh > p.title-hanhtrinh span{}
div.box-info-hanhtrinh .block-name{
    background: #254377;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 19px 22px 18px 22px;
}
div.wrap-quytrinh{
    background: url('../images/bg-quytrinh.png') no-repeat center center #fff;
}
ul li.tab-banggia-item p{
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);

}
div.footer-content__info{}
div.footer-content__info p{
    display: flex;
    align-items: start;
    column-gap: 8px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}
div.footer-content__info p img{
    margin-top: 3px;
}
div.map-s iframe{
    width: 100%;
    height: 100%;
}
div.list-history-order ul li:first-child .grid:first-child .line-history span:first-child{
    height: 50%;
}