@charset "UTF-8"; /*main*/
:root {
    --color-min-green: #265131;
    --color-tra-green: #278D45;
    --color-green: #10401D;
    --color-red: #df0c00;
    --color-ye: #F5C239;
    --color-dark-ye: #51320D;
    --color-purple: #8C36A7;
    --color-black: #333333;
    --animate-delay: 0.5s;
    --footer-color: #fff;
    --four-color: #265131;
    --hover-color: black;
    --main-color: #265131;
    --sec-color: #fb4141;
    --thir-color: #6e6e6e
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url('../fonts/SVN-GilroyBold.woff2') format('woff2'), url('../fonts/SVN-GilroyBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url('../fonts/SVN-GilroyBlack.woff2') format('woff2'), url('../fonts/SVN-GilroyBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url('../fonts/SVN-GilroyXBold.woff2') format('woff2'), url('../fonts/SVN-GilroyXBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url('../fonts/SVN-GilroyThin.woff2') format('woff2'), url('../fonts/SVN-GilroyThin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url('../fonts/SVN-GilroySemiBold.woff2') format('woff2'), url('../fonts/SVN-GilroySemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url('../fonts/SVN-GilroyMedium.woff2') format('woff2'), url('../fonts/SVN-GilroyMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url('../fonts/SVN-GilroyLight.woff2') format('woff2'), url('../fonts/SVN-GilroyLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url('../fonts/SVN-Gilroy.woff2') format('woff2'), url('../fonts/SVN-Gilroy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url('../fonts/SVN-GilroyXLight.woff2') format('woff2'), url('../fonts/SVN-GilroyXLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LNTH-PaleBlueEyes';
    src: url('../fonts/LNTH-PaleBlueEyes.woff2') format('woff2'), url('../fonts/LNTH-PaleBlueEyes.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.montserrat-alternates-thin {
    font-family: "Montserrat Alternates", sans-serif;
}

body {
    font-family: 'Neue Einstellung';
    font-size: 14px;
    margin: 0;
    font-weight: normal;
    font-style: normal;
}

a {
    color: inherit;
    transition: .3s
}

a:hover {
    text-decoration: none
}

h2, h3, h4, h5, h6, p {
    margin-bottom: 0
}

figure {
    margin-bottom: 0
}

button, input, textarea {
    border: none;
    outline: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.w-clear:after {
    clear: both;
    content: "";
    display: block
}

.hidden {
    display: none
}

.clear {
    clear: both
}

.none {
    display: none
}

.hidden-seoh {
    height: 0;
    margin: 0;
    overflow: hidden;
    visibility: hidden
}

.wrapper {
    margin: 0 auto;
    padding: 0 15px;
    position: relative
}

.wrap-content {
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 10px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.wrap-content_lg {
    margin: 0 auto;
    max-width: 1290px;
    padding: 0 15px
}

img {
    height: auto;
    max-width: 100%
}

img:not([src]) {
    visibility: hidden
}

img.lazy {
    opacity: 0
}

img:not(.initial) {
    transition: opacity 1s
}

img.error, img.initial, img.loaded {
    opacity: 1
}

img.img-fluid, img.img-full, img.img-responsive {
    height: auto;
    width: 100% !important
}

div[data-slick] {
    display: none
}

div[data-slick].loaded {
    display: block
}

.custom-select, .form-control, .form-control-plaintext:not(textarea) {
    height: calc(1em + 1.25rem + 8px)
}

.text-sm {
    font-size: .875rem !important
}

.breadCrumbs {
    background: #cdd7cf;
}

.breadCrumbs .wrapper {
    padding: .75rem 15px
}

.breadCrumbs .wrapper .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0
}

.breadCrumbs .wrapper .breadcrumb-item a {
    color: #212529
}

.breadCrumbs .wrapper .breadcrumb-item.active a {
    color: #6c757d
}

.breadcrumb-item a span {
    color: var(--color-green);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    text-transform: capitalize;
    font-size: 15px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--color-green);
}

.breadcrumb {
    background: none;
    padding: 1rem 0;
}

.widthBox {
    width: 100%;
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 10px;
    position: relative
}

.w100 {
    height: auto;
    width: 100%
}

.cl-m {
    color: #1e4071
}

.row-50 {
    margin: 0 -25px
}

.padding-50 {
    padding: 0 25px
}

.row-20 {
    margin: 0 -10px
}

.padding-20 {
    padding: 0 10px
}

.row-10 {
    margin: 0 -5px
}

.padding-10 {
    padding: 0 5px
}

.row-0 {
    margin: 0 0
}

.padding-0 {
    padding: 0 0
}

.overText1 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.overText2 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.overText3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

/*slideshow*/
.control-owl {
    left: 0;
    position: absolute;
    top: calc(50% - 22.5px);
    width: 100%;
    z-index: 2
}

.control-owl button {
    align-items: center;
    background-color: #000;
    border-radius: 3px;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    display: flex;
    font-size: 25px;
    height: 45px;
    justify-content: center;
    margin: 0;
    opacity: .5;
    outline: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: .3s ease-out;
    width: 45px
}

.control-owl button.owl-prev {
    left: 20px
}

.control-owl button.owl-next {
    right: 20px
}

.control-owl button:hover {
    opacity: 1
}

.dots-slideshow {
    align-items: center;
    bottom: 15px;
    display: flex;
    justify-content: center;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 9
}

.dots-slideshow .owl-dot {
    background: #f2f2f2;
    border-radius: 50%;
    cursor: pointer;
    height: 10px;
    margin: 0 5px;
    transition: .3s;
    width: 10px
}

.dots-slideshow .owl-dot.active {
    background: #aaa
}

.slideshow {
}

.slideshow .slick-prev, .slideshow .slick-next {
    width: 88px;
    height: 28px;
}

.slideshow .slick-prev {
    left: 1rem;
    background: url(../images/left.png) no-repeat;
    background-size: 100% 100%;
}

.slideshow .slick-next {
    right: 1rem;
    background: url(../images/right.png) no-repeat;
    background-size: 100% 100%;
}

.slideshow .slick-prev:before, .slideshow .slick-next:before {
    display: none;
}

.infoSli {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.nameSli {
    color: #10401D;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 64px;
    /* 35.938% */
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.descSli {
    max-width: 800px;
    margin: 0px auto 2rem;
    font-size: 20px;
}

.linkSli {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.linkSli a {
    border-radius: 500px;
    border: 2px solid #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    padding: 5px 5px 5px 15px;
    color: #FFF;
    text-align: right;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Neue Einstellung";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: all 0.5s;
}

.linkSli a span {
    width: 45px;
    height: 45px;
    background: var(--color-ye);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--color-green);
}

.linkSli a span i {
}

.linkSli a:hover {
    background: #fff;
    color: var(--color-green);
}

/*newsletter*/
.newsletter .input-cell {
    margin-bottom: 10px
}

.newsletter .text-newsletter {
    border-radius: unset;
    height: 45px
}

.newsletter .btn-send .submit-newsletter {
    align-items: center;
    background: 0 0;
    color: #000;
    display: flex;
    justify-content: center;
    min-height: 45px;
    min-width: 100%;
    padding: 0 10px;
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content
}

.newsletter .btn-send .submit-newsletter:hover {
    background: #000;
    background: #ec2d3f;
    color: #fff;
    text-decoration: none
}

.newsletter::-webkit-input-placeholder {
    color: #ccc
}

.newsletter::-moz-placeholder {
    color: #ccc
}

.newsletter:-ms-input-placeholder {
    color: #ccc
}

.newsletter:-moz-placeholder {
    color: #ccc
}

#show_popup {
    padding: 0 !important
}

.fw-normal {
    font-weight: 400 !important
}

.text-main {
    color: var(--main-color)
}

.btn-main {
    background: var(--main-color);
    color: #fff;
    transition: .4s
}

.btn-main:hover {
    background: #fff;
    border: 1px solid var(--main-color);
    color: var(--main-color)
}

.btn-outline-main {
    background: #fff;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    transition: .4s
}

.btn-outline-main:hover {
    background: var(--main-color);
    color: #fff
}

.share-box {
    background: #f2f2f2;
    background: unset;
    border-radius: 10px;
    padding: 15px;
    padding: unset
}

.share-box p {
    margin-bottom: 3px
}

.wow {
    visibility: hidden
}

.article iframe, .article object {
    max-width: 100% !important
}

.article table {
    width: 100%
}

.article:not(iframe):not(object):not(img) {
    max-width: 100% !important
}

.flex-box {
    display: flex !important;
    flex-wrap: wrap
}

.text-split {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.overflow-hidden {
    overflow: hidden
}

.cursor-pointer {
    cursor: pointer
}

.hover-scale {
    display: block;
    overflow: hidden
}

.hover-scale img {
    transition: .7s !important
}

.hover-scale:hover img {
    transform: scale(1.1)
}

.hover-rotateZ img {
    transition: .8s !important
}

.hover-rotateZ:hover img {
    transform: rotateZ(30deg)
}

.hover-rotateY img {
    transition: .8s !important
}

.hover-rotateY:hover img {
    transform: rotateY(180deg)
}

.bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.yt {
    aspect-ratio: 139/106;
    position: relative
}

.transition {
    transition: .3s ease-out
}

.grecaptcha-badge {
    display: none !important;
    height: 0 !important;
    overflow: hidden;
    visibility: hidden !important;
    width: 0 !important
}

coccocgrammar {
    display: none
}

.modal-quickiew {
    max-width: 1000px !important
}

.fw-bold {
    font-weight: 700
}

.ft-italic {
    font-style: italic
}

.slick-data {
    display: none !important
}

.slick-data.loaded {
    display: block !important
}

.slick-data.slick-dotted {
    margin-bottom: 0
}

.alert-warning strong {
    font-weight: 700;
    font-weight: unset
}

#google_translate_element {
    opacity: 0;
    position: absolute;
    z-index: 999
}

a[aria-haspopup=true] {
    pointer-events: none
}

.list .tab-content>.tab-pane {
    display: block !important;
    height: 0;
    opacity: 0;
    visibility: hidden
}

.list .tab-content>.tab-pane.active {
    height: auto;
    opacity: 1;
    visibility: visible
}

.col-news {
    margin-bottom: 20px;
    padding: 0 10px
}

.row-news {
    margin: 20px -10px 0 -10px
}

.news_box {
    position: relative
}

.news_box:hover .news__name a {
    color: var(--hover-color)
}

.news__name {
    color: #000;
    margin: 15px 0 7px 0
}

.news__name a {
    color: inherit
}

.news__name.text-split {
    -webkit-line-clamp: 2
}

.news__desc.text-split {
    -webkit-line-clamp: 3
}

.othernews.share {
    margin-top: 20px
}

.othernews.share b {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}

.list-news-other {
    list-style: disc;
    padding-left: 17px;
    width: 100%;
}

.list-news-other li {
    padding: 9px 0;
}

.list-news-other li:not(:last-child) {
    border-bottom: 1px dashed #606060;
}

.list-news-other li a {
    color: #333;
    text-transform: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.5s;
}

.list-news-other li a:hover {
    color: var(--color-ye);
    padding-left: 5px;
}

.box.news {
    position: relative
}

.box.news--pic {
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    display: block;
    flex-shrink: 0;
    overflow: hidden;
    position: relative
}

.box.news--abs__date {
    background: #9acd32;
    border-bottom-right-radius: 20px;
    display: inline-block;
    left: 0;
    padding: 5px 5px;
    pointer-events: none;
    position: absolute;
    top: 0
}

.box.news--abs__date p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: underline
}

.box.news--abs__date span {
    color: #fff
}

.box.news--content {
    padding: 15px 0
}

.box.news--name {
    color: #000;
    font-size: 16px;
    font-weight: 700
}

.box.news--name:hover {
    color: #1e4071
}

.box.news--date {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-top: 10px
}

.box.news--date p {
    color: #6b6b6b
}

.box.news--date p img {
    margin-right: 5px
}

.box.news--desc {
    color: #000;
    margin-bottom: 10px
}

.box.news--btn {
    color: #1e4071;
    font-size: 14px;
    font-weight: 700
}

.box.news--btn:hover {
    color: #fb4141
}

.section-du-an .box__duan {
    margin: 10px 0
}

.row-product {
    margin: 25px -12px 0 -12px
}

.col-product {
    margin-bottom: 24px;
    padding: 0 12px
}

.product_box {
    position: relative
}

.product_box:hover .product__name a {
    color: var(--hover-color)
}

.product__info {
    position: relative
}

.product__name {
    color: #000;
    font-size: 20px;
    text-align: center
}

.product__name a {
    color: inherit
}

.product__name.text-split {
    -webkit-line-clamp: 2
}

.product__price {
    align-items: baseline;
    display: flex;
    justify-content: center
}

.price__pro_new a, .price__pro_new strong {
    color: #c00;
    font-size: 20px
}

.product__price .price__pro_new+.price__pro_old {
    margin-left: 7px
}

.discount-pro-detail {
    background-color: #ec2d3f;
    border-radius: 20px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 9px
}

.ProDetailBox {
    border-radius: 15px;
    border: 3px solid var(--color-green);
    padding: 1rem 10px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.left-pro-detail {
    position: relative;
    text-align: center;
    width: 33%;
}

.left-pro-detail .MagicZoom {
    background-color: #fff;
    position: relative;
    z-index: 10;
    border: 1px solid #eee;
    padding: 5px;
}

.center-pro-detail {
    width: 42%;
}

.right-pro-detail {
    width: 23%;
    padding: 0 0 0 10px;
    border-left: 1px solid #484848;
}

.cirteria2-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #484848;
    padding: 10px 0;
}

.pic-cirteria2 {
    width: 45px;
    height: 45px;
    background: #cfdfd2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 5px;
}

.cirteria2-item img {
    max-height: 30px;
}

.info-content-cirteria2 {
    width: calc(100% - 50px);
}

.name-cirteria2 {
    color: var(--color-green);
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    font-weight: 700;
}

.desc-cirteria2 {
    color: #333;
    font-size: 13px;
    margin: 0;
    line-height: 20px;
}

.pro-sppay-item {
    margin-top: 10px;
}

.pro-sppay-item label {
    color: var(--color-green);
    font-size: 17px;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.sppay-item {
}

.sppay-item i {
    color: var(--color-green);
}

.name-sppay {
    margin-bottom: 5px;
    font-size: 15px;
}

.tabs-pro-detail {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 2rem;
    max-width: 100%
}

.grid-pro-detail {
    margin-bottom: 3rem
}

.gallery-thumb-pro {
    margin-top: 10px;
    position: relative
}

.owl-pro-detail {
    padding: 0px 50px;
}

.control-pro-detail button {
    background-color: transparent;
    color: #222;
    opacity: 1;
    width: auto;
    font-size: 23px;
    border: none;
    position: absolute;
    top: 50%;
    height: auto;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.control-pro-detail button:hover {
    opacity: .7
}

.control-pro-detail button.owl-prev {
    left: 0;
    background: var(--color-green);
}

.control-pro-detail button.owl-next {
    right: 0;
    background: var(--color-green);
}

.control-pro-detail button svg {
    stroke: #fff;
    width: 30px;
}

.control-pro-detail button {
    width: 40px;
    height: 40px;
    box-shadow: rgb(255 255 255 / 15%) 1.4px 1.4px 3.2px !important;
    border-radius: 50%;
}

.control-pro-detail {
    top: calc(50% - 12.5px)
}

.control-pro-detail button {
    background-color: transparent;
    background: rgba(0, 0, 0, .4);
    border-radius: 50%;
    color: #fff;
    height: 35px;
    opacity: 1;
    width: 35px;
}

.control-pro-detail button.owl-prev {
    left: 10px
}

.control-pro-detail button.owl-next {
    right: 10px
}

.title-color, .title-size {
    color: #4ea8cd;
    font-weight: 400
}

.thumb-pro-detail {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    cursor: pointer;
    display: block !important;
    overflow: hidden
}

.thumb-pro-detail img {
    border-bottom: 0 !important;
    box-shadow: none !important;
    filter: brightness(100%) !important;
    padding-bottom: 0 !important
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
    border-color: #333
}

.title-pro-detail {
    color: var(--color-green);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-family: "Montserrat Alternates", sans-serif;
}

.top-info-pro-detail {
    align-items: baseline;
    display: flex;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0
}

.top-info-pro-detail li+li {
    border-left: 1px solid #eae4e8
}

.top-info-pro-detail li:first-child {
    padding-right: 7px
}

.top-info-pro-detail li:last-child {
    padding-left: 7px
}

.top-info-pro-detail li a, .top-info-pro-detail li span {
    color: #007bff;
    font-weight: 700;
    margin-left: 2px
}

.comment-pro-detail {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

.social-plugin-pro-detail {
    align-items: center;
    display: flex;
    margin-bottom: 1rem;
    margin-top: 1rem !important;
}

.desc-pro-detail {
    margin-bottom: 1rem
}

.attr-pro-detail {
    list-style: none;
    margin-bottom: 15px;
    margin: 0;
    padding: 0
}

.attr-pro-detail li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.attr-pro-detail li:last-child {
    margin-bottom: 0
}

.tags-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
}

.tags-list a {
    border: 1px solid #fff;
    display: inline-block;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 0 10px;
    color: #fff;
    transition: all 0.5s;
}

.tags-list a:hover {
    background: linear-gradient(90deg, var(--color-ye) 0%, #000 100%);
    border: 1px solid #000;
}

.link_cart {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.button_zalo {
    width: 140px;
}

.button_zalo a {
    background: linear-gradient(48deg, #83D4F2 -55.83%, #21AADE 18.85%, #2E3388 91.88%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    padding: 8px 10px;
    border-radius: 7px;
}

.button_zalo a img {
    max-height: 22px;
}

.button_zalo a:hover {
    background: linear-gradient(90deg, var(--color-ye) 0%, #000 100%);
}

.attr-label-pro-detail {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.attr-content-pro-detail {
    margin-bottom: 0
}

.price-new-pro-detail {
    color: var(--color-green);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: "Montserrat Alternates", sans-serif;
}

.price-old-pro-detail {
    color: #a7abaf;
    font-size: 16px;
    font-weight: 500;
    padding: 0 10px;
    text-decoration: line-through
}

.tabs-pro-detail .nav-tabs {
    justify-content: center;
    gap: 10px;
    border-bottom: 1px solid #484848;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link {
    border-bottom: 2px solid transparent;
    border: 0;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-green);
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link.active, .tabs-pro-detail .nav-tabs .nav-item .nav-link:hover {
    border-bottom-color: #fff;
    color: #fff;
    background: var(--color-green);
}

.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #555;
    font-weight: 700
}

.contact-article {
    margin-bottom: 3rem
}

.contact-input {
    margin-bottom: 15px;
    position: relative
}

.contact-input textarea {
    height: 150px;
    resize: none
}

.contact-input .custom-file-label::after {
    content: attr(title)
}

.contact-map {
    height: 500px;
    position: relative
}

.contact-map iframe {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important
}

.col-photo {
    margin-bottom: 20px;
    padding: 0 10px
}

.row-photo {
    margin: 20px -10px 0 -10px
}

.box:hover a, .box:hover h3 {
    color: var(--color-red) !important;
}

.box.photo {
    text-align: center
}

.box.photo .hover-scale {
    border-radius: 5px
}

.box.photo .name {
    color: var(--color-green);
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
    text-transform: capitalize;
}

.cart-fixed {
    align-items: center;
    background: var(--main-color);
    border-radius: 100%;
    color: #fff !important;
    display: flex !important;
    height: 40px;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 40px
}

.cart-fixed .count-cart {
    background: #ec2d3f;
    border-radius: 100%;
    color: #fff;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: 0;
    width: 20px;
    z-index: 1000
}

.popup-cart .total-procart {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 15px 0
}

.popup-cart .total-procart p:last-child {
    font-size: 19px
}

#popup-cart .card-cover {
    background: 0 0;
    bottom: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999
}

#popup-cart .cart-background {
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .4s cubic-bezier(.645, .045, .355, 1);
    visibility: hidden;
    z-index: -1
}

#popup-cart .price-new-cart {
    color: var(--color-green);
    font-weight: 500;
    font-size: 16px;
}

#popup-cart .cart-dialog {
    background: #fff;
    bottom: 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
    max-width: 90vw;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(120%);
    transition: transform .35s ease, right .25s ease, visibility 0s;
    transition: transform .5s;
    width: 480px;
    z-index: 1000
}

#popup-cart .wrap-cart {
    border-color: #e7e7e7;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    overscroll-behavior: none;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    width: 100%
}

#popup-cart .wrap-cart::-webkit-scrollbar {
    border-radius: 3px;
    height: 10px;
    width: 5px
}

#popup-cart .wrap-cart::-webkit-scrollbar-button {
    height: 0;
    width: 0
}

#popup-cart .wrap-cart::-webkit-scrollbar-track {
    background-color: #d4d4d4
}

#popup-cart .wrap-cart::-webkit-scrollbar-track-piece {
    background-color: #e7e7e7
}

#popup-cart .wrap-cart::-webkit-scrollbar-thumb {
    background-color: #d4d4d4;
    height: 60px
}

#popup-cart .wrap-cart::-webkit-scrollbar-corner {
    background-color: #e7e7e7
}

#popup-cart .wrap-cart::-webkit-resizer {
    background-color: #e7e7e7
}

#popup-cart .info-procart {
    padding-right: 0
}

#popup-cart .link-to-cart {
    background: var(--main-color);
    border-radius: 5px;
    border: 1px solid var(--main-color);
    color: #fff;
    display: block;
    margin-bottom: 10px;
    padding: 10px 0;
    transition: .4s;
    font-weight: 600;
    text-transform: capitalize;
}

#popup-cart .link-to-cart:hover {
    background: #fff;
    color: var(--main-color)
}

#popup-cart .buymore-cart {
    text-decoration: underline
}

#popup-cart .procart {
    padding: 15px 0
}

#popup-cart .quantity-counter-procart {
    border-color: #f9f9f9;
    border-radius: 0;
    margin-left: 0
}

#popup-cart .cart-header {
    padding: 15px 10px
}

#popup-cart .close-cart {
    background: 0 0;
    border: none;
    color: #333;
    font-size: 25px;
    height: 25px;
    outline: 0;
    width: 25px
}

#popup-cart .cart-title {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

#popup-cart .cart-header strong {
    color: var(--color-green);
}

#popup-cart .cart-footer {
    padding: 15px 10px
}

#popup-cart .cart-footer .total-procart {
    padding: 6px 0
}

#popup-cart .cart-footer .total-procart p:first-child {
    font-weight: 400
}

#popup-cart .cart-footer .total-procart p:last-child {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-green);
}

#popup-cart .cart-body {
    flex-grow: 1;
    position: relative
}

#popup-cart .del-procart {
    color: #ec2d3f;
    cursor: pointer;
    display: block;
    font-size: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: calc(50% - 7.5px);
    width: 15px
}

#popup-cart.opened .cart-background {
    opacity: 1;
    visibility: visible
}

#popup-cart.opened .card-cover {
    left: 0 !important;
    transition-delay: 0s
}

#popup-cart.opened .cart-dialog {
    right: 0;
    transform: translateX(0);
    transition-delay: .1s;
    transition-duration: .3s;
    transition: transform .35s ease, right .25s ease, visibility 0s;
    width: 480px
}

#popup-cart.opened {
    width: 85%
}

.no-cart {
    border-top: 1px solid #f9f9f9;
    padding: 15px 10px
}

.no-cart p {
    margin: 10px 0
}

.no-cart a {
    color: #1a73e8;
    display: inline-block;
    text-decoration: underline
}

.no-cart .form-search {
    margin: 30px auto 0 auto;
    position: relative;
    width: 50%
}

.no-cart input {
    border: 1px solid #ccc;
    height: 40px;
    outline: 0;
    padding: 0 40px 0 20px;
    width: 100%
}

.no-cart button {
    border: 1px solid #ccc;
    cursor: pointer;
    height: 100%;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.buymore-cart {
    color: var(--main-color);
    cursor: pointer;
    margin: 0;
    text-transform: capitalize;
}

.buymore-cart:hover {
    color: var(--color-green);
}

.buymore-cart i {
    font-size: 12px;
    margin-right: 2px;
    margin-top: 5px;
    vertical-align: top
}

.wrap-cart {
    background: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    padding: 20px 15px
}

.procart {
    padding: 15px 10px
}

.procart+.procart {
    border-top: 1px solid #f1f1f1
}

.top-cart .procart {
    padding: 15px 0
}

.number-pro-cart {
    font-size: 13px
}

.pic-procart {
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    max-width: 85px;
    position: relative
}

.pic-procart .del-procart {
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 15px;
    height: 15px;
    left: -7.5px;
    position: absolute;
    top: -7.5px;
    width: 15px
}

.pic-procart .del-procart i {
    display: block
}

.pic-procart .del-procart:hover {
    color: red
}

.pic-procart img {
    border: 1px solid #ededed;
    display: block
}

.price-info-cart strong {
    margin-right: 10px
}

.price-info-cart del {
    color: #8f9bb3;
    font-size: 12px
}

.name-procart a {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 700;
    transition: .3s
}

.name-procart a:hover {
    color: #ec2d3f
}

.properties-procart {
    display: block;
    font-size: 13px
}

.properties-procart p {
    display: inline-block;
    margin-bottom: 0
}

.properties-procart p:first-child {
    margin-right: 10px
}

.properties-procart p strong {
    font-weight: 700
}

.quantity-counter-procart {
    align-items: stretch;
    border: 1px solid #f9f9f9;
    display: flex;
    height: 25px;
    line-height: normal;
    margin-left: calc(100% - 90px);
    margin-top: 5px;
    text-align: center;
    width: 90px
}

.counter-procart {
    background-color: #f9f9f9;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: 700;
    outline: 0;
    width: 30%
}

.counter-procart:focus, .counter-procart:hover {
    color: #ec2d3f
}

.counter-procart:disabled, .counter-procart:disabled:hover {
    color: #ccc;
    cursor: not-allowed
}

.counter-procart-minus {
    line-height: 25px
}

.counter-procart-plus {
    line-height: 25px
}

.quantity-counter-procart .quantity-procart {
    border-left: 1px solid #f9f9f9;
    border-right: 1px solid #f9f9f9;
    border: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #333;
    outline: 0;
    padding: 0;
    text-align: center;
    width: 40%
}

.price-procart {
    -ms-flex: 0 0 95px;
    flex: 0 0 95px;
    max-width: 95px;
    text-align: right
}

.info-procart {
    flex-grow: 1;
    padding: 0 15px
}

.price-new-cart {
    color: var(--color-red);
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
}

.total-procart {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    padding: 5px 0
}

.total-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-green);
}

hr.hr-md {
    margin: .5rem 0
}

.link-to-payment {
    background: var(--main-color);
    border-radius: 0;
    border-radius: 5px;
    border: 1px solid var(--main-color);
    color: #fff;
    display: block;
    font-weight: 700;
    margin-top: 15px;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .4s
}

.link-to-payment:hover {
    background: #fff;
    color: var(--main-color)
}

.section-cart {
    background: #fff;
    border-radius: 5px
}

.section-cart.top {
    padding: 15px
}

.section-cart.bot {
    border-radius: 0 0 5px 5px;
    padding: 15px;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.section-cart h4 {
    border-bottom: 1px solid #eae4e8;
    color: var(--main-color);
    font-size: 16px;
    font-weight: 700;
    padding: 15px;
    text-transform: uppercase;
}

.section-cart>p {
    font-size: 14px;
    margin-bottom: 15px
}

.title-cart {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
    text-transform: capitalize;
}

.title-cart a {
    color: #000;
    font-size: 14px;
    font-weight: 400
}

.title-cart a:hover {
    color: #1e4071
}

.procart.procart-label {
    background: var(--main-color);
    color: #fff;
    font-weight: 700;
    padding: 10px
}

.input-cart {
    margin-bottom: .5rem;
    position: relative
}

.input-cart textarea {
    height: 100px;
    resize: none
}

.input-cart select {
    cursor: pointer
}

.payments-cart {
    margin-bottom: 5px;
    min-height: auto;
    text-align: left
}

.payments-cart:last-child {
    margin-bottom: 0
}

.payments-cart input {
    top: calc(50% - .625rem)
}

.payments-label {
    background: #eee;
    border-radius: 3px;
    color: #313131 !important;
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    padding: 10px 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.payments-label::after, .payments-label::before {
    top: calc(50% - .5rem)
}

.payments-label.active {
    background: var(--color-green);
    color: #fff !important
}

.payments-info {
    background: #f5efef;
    border-radius: 5px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden
}

.payments-info p {
    margin-bottom: 1em
}

.payments-info.active {
    height: auto;
    margin-top: 5px;
    opacity: 1;
    padding: 10px 15px;
    visibility: visible
}

.btn-cart {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    text-transform: uppercase
}

.btn-cart:hover {
    background: #fff;
    color: var(--main-color)
}

.empty-cart {
    color: #23527c !important;
    display: block;
    padding: 25px 30px;
    text-align: center;
    width: 100%
}

.empty-cart i {
    color: red;
    font-size: 70px
}

.empty-cart p {
    color: #333;
    font-size: 18px;
    margin: 15px 0
}

.empty-cart span {
    border-radius: 3px;
    border: 1px solid #2e9ef2;
    display: inline-block;
    font-size: 16px;
    max-width: 325px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%
}

.color-pro-detail {
    align-items: center;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #c6c6c6;
    cursor: pointer;
    display: block;
    display: flex;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    padding: 9px 23px;
    position: relative
}

.color-pro-detail.active::after {
    box-shadow: 0 0 4px rgba(0, 0, 0, .5)
}

.color-pro-detail:hover .color-tooltip {
    display: block
}

.capacity-pro-detail, .magic-pro-detail, .origin-pro-detail, .size-pro-detail {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    overflow: hidden;
    padding: 3px 10px;
    position: relative
}

.capacity-pro-detail+.capacity-pro-detail, .magic-pro-detail+.magic-pro-detail, .origin-pro-detail+.origin-pro-detail, .size-pro-detail+.size-pro-detail {
    margin-left: 5px
}

.capacity-pro-detail.active, .magic-pro-detail.active, .origin-pro-detail.active, .size-pro-detail.active {
    border-color: #000;
    color: #000
}

.capacity-pro-detail.active::before, .magic-pro-detail.active::before, .origin-pro-detail.active::before, .size-pro-detail.active::before {
    background: #080808;
    border-radius: 100%;
    content: "";
    font-size: 10px;
    height: 24px;
    line-height: 1;
    padding: 4px;
    position: absolute;
    right: -13px;
    top: -15px;
    transform: rotate(45deg);
    width: 26px
}

.capacity-pro-detail.active::after, .magic-pro-detail.active::after, .origin-pro-detail.active::after, .size-pro-detail.active::after {
    background-repeat: no-repeat;
    background-size: contain;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkCw8RJSHXzNuNAAAAfElEQVQoz7WRsQ2CYBQGLwRCaLRkDwqdwcLCSZjCmj2AgtoJXMbEUquzEAz+8Je89r675sGG59ka0ig+0ZFbJDGbgRwoAXemi/hb1QZw793ebB739cPgTdV2qvzZAFY+VL+VwB4nB59j5RLYhBVXcTBZw7NJDAN49LrFyz67GnkMHStx0wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMS0xNVQxNzozNzozMyswMDowMGfDTJEAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTEtMTVUMTc6Mzc6MzMrMDA6MDAWnvQtAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==);
    content: "";
    height: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 6px
}

.capacity-pro-detail input[type=radio], .color-pro-detail input[type=radio], .magic-pro-detail input[type=radio], .origin-pro-detail input[type=radio], .size-pro-detail input[type=radio] {
    display: none
}

.quantity-pro-detail {
    align-items: center;
    display: flex;
    justify-content: space-between;
    line-height: normal;
    max-width: 130px;
    text-align: center;
    width: 100%
}

.quantity-pro-detail span {
    background: #fff;
    border: 1px solid #ced4da;
    color: #a4aaaf;
    cursor: pointer;
    height: 44px;
    padding: 0;
    width: 44px
}

.quantity-pro-detail span i {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    transition: .3s;
    width: 44px
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    border-left: 0;
    border-radius: 0 5px 5px 0
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    border-radius: 5px 0 0 5px;
    border-right: 0
}

.quantity-pro-detail span:hover i {
    color: #000
}

.quantity-pro-detail input {
    border-bottom: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    font-size: 14px;
    height: 44px;
    padding: 5px;
    text-align: center;
    width: calc(100% - 88px)
}

.cart-pro-detail {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1rem;
}

.cart-pro-detail a {
    padding: 8px 10px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    cursor: pointer;
}

.btn-outline-pro {
    border: 2px solid var(--color-green);
    color: var(--color-green);
    border-radius: 7px;
}

.btn-pro {
    border: 2px solid var(--color-green);
    color: var(--color-green);
    border-radius: 7px;
}

.btn-outline-pro:hover {
    background: var(--color-green);
    color: #fff;
}

.btn-pro:hover {
    background: var(--color-green);
    color: #fff;
}

.group-quantity-pro-detail {
    width: 130px
}

.group-cart-pro-detail {
    -ms-flex: 0 0 calc(100% - 130px);
    flex: 0 0 calc(100% - 130px);
    max-width: calc(100% - 130px);
    padding-left: 10px
}

.cart-product {
    margin-bottom: 0
}

.cart-product span {
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    float: left;
    padding: 7px 5px;
    text-align: center;
    text-transform: capitalize;
    width: 49%
}

.cart-add {
    background-color: #ec2d3f;
    margin-right: 2%
}

.cart-add:hover {
    background-color: #c31829
}

.cart-buy {
    background-color: #28a745
}

.cart-buy:hover {
    background-color: #207d36
}

.cuppon-row p {
    background: url(../images/coupon-icon.webp) no-repeat left center;
    line-height: 22px;
    padding-left: 25px
}

.cuppon-row a {
    color: var(--main-color)
}

.lb-header-cuppon svg {
    margin-right: 5px;
    width: 30px
}

.cuppon-payment button {
    background: var(--main-color);
    border-radius: 5px;
    color: #fff;
    height: 42px;
    width: 100%
}

.color-tooltip {
    background: #000;
    border-radius: 5px;
    color: #fff;
    display: none;
    font-size: 11px;
    left: 50%;
    line-height: 20px;
    padding: 2px 8px;
    position: absolute;
    top: 0;
    transform: translate(-50%, calc(-100% - 10px))
}

.color-tooltip::after {
    background: #333;
    border-color: #000 transparent transparent transparent;
    border-style: solid;
    border-width: 3px 2.5px 0 2.5px;
    bottom: -4px;
    content: "";
    height: 8px;
    left: calc(50% - 4px);
    position: absolute;
    transform: rotate(45deg);
    width: 8px
}

.cupponBox {
    background: #fff;
    border-radius: 5px;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .15));
    min-height: 100px;
    padding: 10px;
    position: relative
}

.cupponBox::before {
    background-clip: padding-box;
    background: repeating-linear-gradient(#e5e5e5, #e5e5e5 5px, transparent 0, transparent 9px, #e5e5e5 0, #e5e5e5 10px) 0/1px 100% no-repeat, radial-gradient(circle at 0 7px, transparent, transparent 2px, rgba(229, 229, 229, .9333333333) 0, #e5e5e5 3px, currentColor 0) 1px 0/100% 10px repeat-y;
    color: #fff;
    content: "";
    height: 100%;
    left: -3px;
    position: absolute;
    top: 0;
    width: 10px
}

.cuppon__slick--items {
    padding: 7px
}

.cuppon__slick {
    margin: 0 -7px
}

.cupponBox_icon {
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px
}

.cupponBox_info {
    -ms-flex: 0 0 calc(100% - 90px);
    flex: 0 0 calc(100% - 90px);
    max-width: calc(100% - 90px);
    padding-left: 10px
}

.cupponBox_info h3 {
    color: var(--main-color);
    font-size: 15px;
    font-weight: 700;
    transition: .3s
}

.cupponBox_info p {
    margin: 4px 0
}

.cupponBox_info button {
    background: var(--main-color);
    border-radius: 12px;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 2px 15px
}

.cupponBox_info a {
    text-decoration: underline
}

.status_card {
    height: 0;
    opacity: 0;
    pointer-events: none
}

.status_card.active {
    height: auto;
    opacity: 1
}

.section-main {
    margin-bottom: 25px;
    margin-top: 1.5rem;
}

.title-main {
    margin-bottom: 1.5rem;
    text-align: center
}

.title-main h2 {
    color: #1e4071;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase
}

.time-main {
    color: #999;
    margin-bottom: .75rem
}

.time-main i {
    margin: 3px 7px 0 0;
    vertical-align: top
}

.time-main span {
    display: inline-block;
    vertical-align: top
}

.header-container {
    text-align: start
}

.header-container h2 {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 1rem;
    position: relative;
}

.header-container h2:before {
    content: '';
    width: 70px;
    height: 3px;
    background: var(--color-green);
    position: absolute;
    bottom: 0;
    left: 0;
}

.titleMain2 {
    margin-bottom: 2rem;
    text-align: center;
}

.titleMain2 h2 {
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 1rem;
    position: relative;
}

.titleMain2 h2 b {
    font-weight: 600;
}

.bar {
    height: 4px;
    width: 90px;
    background: var(--color-green);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 0px auto 16px;
}

.bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #fff;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG
}

@keyframes MOVE-BG {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(85px)
    }
}

.titleMain {
    margin-bottom: 30px
}

.titleMain h2 {
    color: #212529;
    font-size: 32px;
    margin: 0 auto;
    position: relative;
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content
}

.titleMain h2::before {
    background: #000;
    content: "";
    height: 1px;
    opacity: .2;
    position: absolute;
    right: calc(100% + 15px);
    top: 50%;
    width: 160px
}

.titleMain h2::after {
    background: #000;
    content: "";
    height: 1px;
    left: calc(100% + 15px);
    opacity: .2;
    position: absolute;
    top: 50%;
    width: 160px
}

.titleMain p {
    color: #212529;
    text-align: center
}

.pagination-cus .page-item {
    margin: 0 4px
}

.pagination-cus .page-item:first-child .page-link {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-cus .page-item:last-child .page-link {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination-cus .page-item.active .page-link {
    border-color: var(--color-green);
    color: #fff;
    background-color: var(--color-green);
}

.pagination-cus .page-item:not(:first-child) .page-link {
    margin-left: 0
}

.pagination-cus .page-link {
    border: 0;
    color: #333;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    width: 35px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 6px;
}

.pagination-cus .page-link:hover {
    border-color: var(--color-green);
    color: #fff;
    z-index: 2;
    background: var(--color-green);
}

.pagination-ajax {
    text-align: center
}

.pagination-ajax a {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #666 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 35px;
    line-height: 33px;
    margin: 0 3px 3px 3px;
    text-decoration: none !important;
    vertical-align: top;
    width: 35px
}

.pagination-ajax a.current, .pagination-ajax a:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff !important
}

.pagination-ajax a.first {
    background-color: #fff !important;
    position: relative;
    text-indent: -9999px
}

.pagination-ajax a.first::before {
    background-color: transparent;
    background-image: url(../images/page-first.png);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.pagination-ajax a.last {
    background-color: #fff !important;
    position: relative;
    text-indent: -9999px
}

.pagination-ajax a.last::before {
    background-color: transparent;
    background-image: url(../images/page-last.png);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.pagination-ajax a.prev {
    background-color: #fff !important;
    position: relative;
    text-indent: -9999px
}

.pagination-ajax a.prev::before {
    background-color: transparent;
    background-image: url(../images/page-prev.png);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.pagination-ajax a.next {
    background-color: #fff !important;
    position: relative;
    text-indent: -9999px
}

.pagination-ajax a.next::before {
    background-color: transparent;
    background-image: url(../images/page-next.png);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.box-readmore {
    background: rgba(128, 128, 128, .15);
    border-radius: 5px;
    border: 1px solid #dedede;
    margin-bottom: 2rem;
    padding: 8px 15px
}

.box-readmore ul {
    counter-reset: item;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 8px;
    padding-left: 0 !important
}

.box-readmore ul li {
    counter-increment: item;
    display: table;
    margin-bottom: 5px
}

.box-readmore ul li a {
    color: #333;
    cursor: pointer;
    font-weight: 600
}

.box-readmore ul li a:hover {
    color: #767676
}

.box-readmore ul li::before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 5px
}

.box-readmore ul li ul>li {
    margin-bottom: 8px;
    margin: 0
}

.box-readmore ul li ul>li::before {
    content: counters(item, ".") " "
}.search.w-clear {
    width: 100%;
    max-width: 350px;
    position: relative;
    border: 2px solid var(--color-green);
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    background: #fff;
    overflow: hidden;
    margin: 10px auto 0;
    margin-bottom: 10px;
    padding: 5px;
}
.search p {
    margin: 0;
    width: 30px;
    text-align: center;
    font-size: 20px;
    color: var(--color-green);
    /* height: 30px; */
}
.mobile_menu_section {
    flex-direction: column;
    padding: 10px 0;
    font-weight: 500;
    color: #333;
    !i; !; font-size: 16px;
}
.search input#keyword {
    height: auto;
    padding: 10px;
    width: calc(100% - 35px);
    border: none;
}
.mobile_menu_section .mobile_menu_section-title {
    color: var(--color-green);
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.mobile_menu_section img, .mobile_menu_section svg {
    height: 20px;
    margin-right: 5px;
    max-height: 20px;
    max-width: 20px;
    width: 20px;
}

.mobile_menu_section .mobile_menu_help {
    align-items: center;
    display: flex
}

.mobile_menu_help svg path {
    /* fill: #fff; */
    stroke: var(--color-green);
}

.border-animation {
    animation: squares 3s linear 0s infinite;
    border-radius: 50%;
    border: 1px solid var(--color-ye);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.border-animation.border-2 {
    animation-delay: 1s
}

.border-animation.border-3 {
    animation-delay: 2s
}

@keyframes squares {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    20% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    opacity: 1
}

.animated.infinite {
    animation-iteration-count: infinite
}

.zoomIn {
    animation-name: customzoomIn
}

@keyframes customzoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        background-position: 100% 50%;
        color: red;
        opacity: 0;
        opacity: 1;
        transform: translateY(12px)
    }
}

.swing-vertical {
    animation: top-image-bounce 2s infinite ease-in-out
}

@keyframes top-image-bounce {
    0% {
        transform: translateY(-8px)
    }
}

.vibration-icon {
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
}

.blink_me {
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-timing-function: linear;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blinker;
    -webkit-animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: blinker;
    animation-timing-function: linear
}

@keyframes blinker {
    0% {
        opacity: 1
    }
}

@keyframes customfadeIn {
    0% {
        opacity: 0
    }

    to {
        -webkit-transform: rotate(359deg);
        filter: hue-rotate(360deg);
        opacity: 0;
        opacity: 1;
        transform: rotateY(360deg);
        transform: translateZ(0)
    }
}

@keyframes customfadeOut {
    0% {
        opacity: 1
    }
}

@keyframes customfadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0)
    }
}

@keyframes customfadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100px, 0)
    }
}

@keyframes customfadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(100px, 0, 0)
    }
}

@keyframes customfadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(-100px, 0, 0)
    }
}

.text-nhapnhay {
    animation: my .7s infinite
}

@keyframes my {
    0% {
        color: #ffc853
    }
}

.rotate360 {
    animation: rotation 2s infinite linear
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0)
    }
}

.blink {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: blink;
    animation-timing-function: linear
}

@keyframes blink {
    0% {
        opacity: 1
    }
}

@keyframes gradient {
    0% {
        background-position: 0 50%
    }
}

.menu-slide .col-lg-3 {
    flex: 0 0 270px;
    max-width: 270px
}

.menu-slide .col-lg-9 {
    flex: 0 0 calc(100% - 270px);
    max-width: calc(100% - 270px)
}

.cont-menu {
    align-items: center;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between
}

.cont-menu a {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 10px)
}

.icon-mn1 {
    margin-right: 15px
}

.wrapper-dropdown-menu {
    border: 1px solid #1e4071;
    height: 100%;
    position: relative
}

.wrapper-dropdown-menu-slide {
    background: #fff;
    height: 100%;
    padding-bottom: 0;
    padding-top: 0
}

.show-second-menu .on-bar:hover .wrapper-dropdown-menu {
    display: block
}

.scroll-second-menu {
    height: 100%;
    max-height: calc(100% - 1px);
    overflow-y: auto;
    width: 100%
}

.scroll-second-menu::-webkit-scrollbar {
    height: 10px;
    width: 5px
}

.scroll-second-menu::-webkit-scrollbar-button {
    height: 0;
    width: 0
}

.scroll-second-menu::-webkit-scrollbar-track {
    background-color: #d4d4d4
}

.scroll-second-menu::-webkit-scrollbar-track-piece {
    background-color: #e7e7e7
}

.scroll-second-menu::-webkit-scrollbar-thumb {
    background-color: #d4d4d4;
    height: 60px
}

.scroll-second-menu::-webkit-scrollbar-corner {
    background-color: #e7e7e7
}

.scroll-second-menu::-webkit-resizer {
    background-color: #e7e7e7
}

.second-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.second-menu>li {
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    height: 50px;
    padding: 0 10px
}

.second-menu>li>a {
    color: #000;
    position: relative;
    width: 100%
}

.second-menu>li>a img {
    margin-right: 10px;
    max-height: 20px;
    max-width: 20px
}

.second-menu>li .sub-menu {
    background: #fff;
    border-top: 0;
    border: 1px solid #1e4071;
    height: calc(100% + 2px);
    left: 100%;
    top: -1px;
    transform: rotate3d(0, 1, 0, 90deg)
}

.second-menu>li .sub-menu li {
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    height: 50px;
    justify-content: flex-start;
    padding: 0 10px;
    position: unset
}

.second-menu>li:hover {
    background: #1e4071;
    border-color: #1e4071
}

.second-menu>li:hover>.sub-menu {
    transform: rotate3d(0, 0, 0, 0deg)
}

.second-menu>li:hover>a {
    color: #fb4141;
    text-decoration: none
}

.second-menu .text-second-menu {
    display: block;
    overflow: hidden;
    padding: 9.2px 25px 9.2px 0;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sub-menu {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: absolute;
    transform-origin: 0 0 0;
    transform: rotate3d(1, 0, 0, -90deg);
    transition: all .5s ease;
    width: 240px;
    z-index: 99
}

.sub-menu li {
    position: relative;
    text-align: left
}

.sub-menu li a {
    color: #000;
    position: relative;
    text-transform: capitalize;
    width: 100%
}

.sub-menu li a.has-child {
    margin-right: 0;
    padding-right: 15px
}

.sub-menu li a.has-child::after {
    border-color: #313131;
    border-left: 0;
    border-top: 0;
    border: 1px solid #fafafa;
    bottom: calc(50% - 2px);
    content: "";
    height: 5px;
    position: absolute;
    right: 15px;
    transform: rotate(-45deg);
    transform: rotate(45deg);
    transition: all .3s ease-out;
    width: 5px
}

.sub-menu li ul {
    left: 100%;
    margin-left: 0;
    margin-top: 0;
    top: -3px;
    transform: rotate3d(0, 1, 0, 90deg)
}

.sub-menu>li:hover {
    background: #1e4071 !important;
    border-color: #1e4071 !important
}

.sub-menu>li:hover>a {
    color: #fb4141;
    text-decoration: none
}

.sub-menu>li:hover>.sub-menu {
    transform: rotate3d(0, 0, 0, 0deg)
}

.sub-menu li:hover>ul {
    transform: rotate3d(0, 0, 0, 0deg)
}

.sub-menu li a.active.has-child:after, .sub-menu ul li ul li:hover>a.has-child:after {
    border-color: #1e4071
}

.custom__scroll::-webkit-scrollbar {
    height: 5px;
    width: 5px
}

.custom__scroll::-webkit-scrollbar-button {
    height: 0;
    width: 0
}

.custom__scroll::-webkit-scrollbar-track {
    background-color: #1e4071
}

.custom__scroll::-webkit-scrollbar-track-piece {
    background-color: #fff
}

.custom__scroll::-webkit-scrollbar-thumb {
    background-color: #1e4071;
    border-radius: 3px;
    height: 50px
}

.custom__scroll::-webkit-scrollbar-corner {
    background-color: #fff
}

.hover-transformY:hover img {
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: spinY;
    -moz-animation-timing-function: linear;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-name: spinY;
    -ms-animation-timing-function: linear;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: spinY;
    -webkit-animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: spinY;
    animation-timing-function: linear
}

@keyframes spinY {
    from {
        transform: rotateY(0)
    }
}

@keyframes hueRotate {
    from {
        filter: hue-rotate(0)
    }
}

.wrap-user {
    border-radius: 5px;
    border: 1px solid #18181824;
    margin-bottom: 10px;
    margin: auto;
    max-width: 550px;
    width: 100%
}

.title-user {
    -ms-flex-align: end;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -webkit-box-pack: justify;
    align-items: flex-end;
    background-color: #d4001b;
    border-radius: 5px 5px 0 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    padding: 12px 15px
}

.title-user span {
    color: #fff
}

.title-user a {
    color: #fff;
    font-size: 12px
}

.form-user {
    padding: 0 15px
}

.input-user {
    margin-bottom: .75rem
}

.input-user input {
    font-size: 14px
}

.button-user {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem
}

.button-user input {
    font-size: 14px
}

.checkbox-user, .radio-user {
    cursor: pointer
}

.checkbox-user input {
    height: auto;
    top: calc(50% - 1.25rem / 2)
}

.checkbox-user label {
    cursor: pointer;
    font-size: 14px
}

.checkbox-user label::after, .checkbox-user label::before {
    top: calc(50% - 1rem / 2)
}

.radio-user {
    margin-right: 1rem
}

.radio-user:last-child {
    margin-right: 0
}

.radio-user label::after, .radio-user label::before {
    top: calc(50% - 1rem / 2)
}

.note-user {
    border-top: 1px solid #ddd;
    font-size: 14px;
    padding-top: .5rem
}

.poly .dropdown.poly-fw .dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    left: 0;
    right: 0
}

.poly .dropdown:hover .dropdown-menu {
    display: block
}

.poly .nav>li>a img {
    height: 24px;
    width: 24px
}

.poly .nav>li>a .caret {
    color: #999
}

.poly .navbar-nav>.open>a, .poly .navbar-nav>.open>a:focus, .poly .navbar-nav>.open>a:hover {
    background-color: transparent
}

.poly .nav>li>a {
    background-color: transparent;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    min-height: 15px;
    padding: 14px 7px;
    text-transform: uppercase
}

.poly .collapse, .poly .dropdown, .poly .dropup, .poly .nav {
    position: static
}

.poly .container {
    position: relative
}

.poly .dropdown-menu {
    left: auto
}

.poly .mega-list .list-item {
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

.poly .mega-list .list-item .item {
    -ms-flex-align: center;
    -ms-flex: 0 0 calc(25% - 10px);
    -webkit-box-align: center;
    -webkit-box-flex: 0;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #666;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex: 0 0 calc(25% - 10px);
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden
}

.poly .mega-list {
    padding: 20px 15px
}

.poly .mega-list .list-item .item a {
    -ms-flex-align: center;
    -o-transition: all .4s ease-in-out;
    -webkit-box-align: center;
    -webkit-transition: all .4s ease-in-out;
    align-items: center;
    color: #666;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    font-weight: 400;
    height: 100%;
    padding-bottom: .45rem;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .45rem;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
    width: 100%
}

.poly .mega-list .list-item .item:hover a {
    background: #222;
    color: #fff
}

.poly .mega-list .list-item .item a span {
    font-size: 15px;
    margin-left: 2px
}

.poly .mega-list .list-brand .brand-item {
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.5rem
}

.poly .mega-list .list-brand .brand-item .item {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    margin-bottom: 15px;
    text-align: center
}

.poly .mega-list .list-brand .brand-item .item a {
    display: block
}

.poly .mega-list .list-brand .brand-item .item a img {
    -o-transition: all .3s ease-in-out;
    -webkit-filter: grayscale(100%) contrast(25%);
    -webkit-transition: all .3s ease-in-out;
    filter: grayscale(100%) contrast(25%);
    margin: 0 auto;
    max-width: 100%;
    transition: all .3s ease-in-out;
    vertical-align: middle
}

.poly .mega-list .list-brand .brand-item .item:hover a img {
    -webkit-filter: inherit;
    filter: inherit
}

.poly .mega-list .list-item .item:hover a .img-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(22%) saturate(0) hue-rotate(250deg) brightness(108%) contrast(105%)
}

.accordion-header .icon {
    transition: transform .3s ease
}

.accordion-header .icon.rotate {
    transform: rotate(90deg)
}

.faq__list__pro {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #c6c6c6;
    margin-top: 27px;
    padding: 29px
}

.faq__list__pro--title {
    margin-bottom: 26px;
    text-align: center
}

.faq__list__pro--title span {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-transform: capitalize
}

.accordion-header {
    background: #fff;
    border-radius: 15px !important;
    border: 1px solid #c6c6c6
}

.accordion-header h3 a {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize
}

#faqAccordion .card {
    border: unset;
    padding-bottom: 17px
}

.product__control__custome-next.product__control__custome.slick-arrow {
    right: -10px
}

.product__control__custome-prev.product__control__custome.slick-arrow {
    left: -10px
}

.btn__google.btn.btn-primary.btn-flat.rounded-0 {
    background: #181818
}

.box__product--name {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333;
    display: -webkit-box;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    min-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.box__product--price {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 10px
}

.box__product--null, .box__product--regular {
    color: #898989;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.box__product--sale {
    color: #d4001b;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: right
}

.box__product--null:hover {
    color: var(--sec-color)
}

.section-tin-tuc .box__tintuc {
    align-items: unset
}

.section-tin-tuc .box__tintuc--name {
    font-size: 17px
}

.left-pro-detail, .right-pro-detail {
}

.section-tin-tuc .box__tintuc--btn {
    background: var(--main-color);
    bottom: 0;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 0
}

.box__product--content article {
    max-height: 70%;
    overflow: hidden;
    position: relative
}

.box__product--content article::after {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    content: '';
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%
}

.ul-tabs-pro-detail {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0;
    position: relative
}

.ul-tabs-pro-detail li {
    align-items: center;
    border-radius: 20px;
    color: #222;
    cursor: pointer;
    display: flex;
    font-family: var(--title-font);
    font-size: 16px;
    height: 40px;
    justify-content: center;
    margin: 0 5px 10px 5px;
    padding: 0 20px;
    position: relative
}

.ul-tabs-pro-detail li.active, .ul-tabs-pro-detail li:hover {
    background: var(--main-color);
    color: #fff
}

.content-tabs-pro-detail {
    display: none;
    position: relative
}

.content-tabs-pro-detail.active {
    display: block
}

.ul-news li {
    color: #fff;
    font-size: 12px
}

.header__top {
    background: #181818;
    padding: 12px 0
}

.slogan__text {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center
}

.headerBottom__container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.list__control__search {
    display: flex;
    gap: 55px;
    list-style: none;
    margin-bottom: 11px;
    padding-left: 30px
}

.list__control__search li a {
    align-items: center;
    color: #333;
    display: inline-flex;
    font-style: normal;
    font-weight: 500;
    gap: 7px;
    line-height: normal;
    text-align: center
}

.headerBottom {
    padding: 15px 0
}

.form-search input::placeholder {
    color: #b6b7b9;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-indent: 15px
}

.box__menu__list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style: none
}

.box__menu__list ul li a {
    align-items: center;
    border-bottom: unset;
    border-right: unset;
    border-top: unset;
    border: 1px dashed #b6b7b9;
    color: #898989;
    display: flex;
    flex-direction: column;
    font-style: normal;
    font-weight: 500;
    gap: 12px;
    line-height: normal;
    text-align: center
}

.icon__menu {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px
}

.box__menu__list {
    width: 40%
}

.box__menu__list ul li:last-child a {
    border-right: 1px dashed #b6b7b9
}

/*tagsSearch*/
.tagsSearch {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase
}

.tagsSearch__wrapper {
    padding: 32px 0
}

.tagsSearch__item {
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 5px;
    padding: 15px 10px;
    text-align: center
}

.tagsSearch__list {
    margin: 0 -5px
}

.tagsSearch__title {
    margin-bottom: 21px
}

.tagsSearch__list__custome {
    align-items: center;
    background: 0 0;
    display: flex !important;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.tagsSearch__list__slide {
    position: relative
}

.tagsSearch__list__custome.tagsSearch__list__prev {
    left: -10px
}

.tagsSearch__list__custome.tagsSearch__list__next {
    right: -10px
}

.list__products {
    display: grid;
    gap: 27px 21px;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 30px
}

.list__products .box__product {
    margin: 0;
    padding: 8px 8px 20px 8px
}

.brand-catalogy__list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(9, 1fr)
}

a.brand-catalogy__item img {
    height: 20px;
    max-width: none;
    min-width: 86px;
    object-fit: contain
}

a.brand-catalogy__item {
    align-items: center;
    border-radius: 4px;
    border: 1px solid #e5e7eb;
    display: flex;
    height: 34px;
    justify-content: center;
    padding: 2px 4px;
    text-align: center
}

.list__brand-catalogy {
    margin-bottom: 20px
}

.list__filter__pro ul {
    align-items: center;
    display: flex;
    gap: 16px;
    list-style: none
}

.list__filter__pro ul li a {
    align-items: center;
    background: #f3f4f6;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    color: #333;
    cursor: pointer;
    display: flex;
    font-style: normal;
    font-weight: 500;
    gap: 6px;
    line-height: normal;
    padding: 11px 17px
}

.title__filter span {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.list__filter__pro {
    margin: 2rem 0
}

.title__filter {
    margin-bottom: 17px
}

.list__filter__pro ul li a.active {
    background: #fef2f2;
    border-color: #d4001b
}

.attr-content-pro-detail.capacity-detail {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #c6c6c6;
    overflow: hidden;
    position: relative;
    text-align: center
}

.attr-content-pro-detail.capacity-detail a strong {
    color: #898989;
    font-style: normal;
    font-weight: 500 !important;
    text-align: center
}

.list__capacity {
    display: grid;
    gap: 19px;
    grid-template-columns: 1fr 1fr 1fr
}

span.price-new-capacity {
    color: #898989;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.attr-content-pro-detail.capacity-detail a {
    display: block;
    padding: 8px 0
}

.attr-content-pro-detail.capacity-detail.active {
    border-color: #d4001b
}

.attr-content-pro-detail.capacity-detail.active a strong {
    color: #d4001b
}

.attr-content-pro-detail.capacity-detail.active a span {
    color: #d4001b
}

.attr-content-pro-detail.capacity-detail.active:before {
    background-position: center center;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDIwIDE2IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMCAxNkg4LjkzNjgxQzE1LjA0NTEgMTYgMjAgMTAuOTk0MyAyMCA0LjgyMzMxVjBIOC44NDY1NEMzLjk2MTg5IDAgMCA0LjAwMjUzIDAgOC45MzczVjE2WiIgZmlsbD0iI0Q0MDAxQiIvPgogIDxwYXRoIGQ9Ik01IDguODYxMjRMNy42ODU4IDEwLjcwMzRDNy42ODU4IDEwLjcwMzQgMTAuNTI2NSA1Ljk1NDU1IDE0IDNDMTQgMyA4LjY1NDIzIDEwLjkxODcgOC40OTkyOCAxM0w1IDguODYxMjRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=) no-repeat;
    color: #fff;
    content: '';
    font-size: 10px;
    height: 16px;
    left: 0;
    padding-bottom: 2px;
    padding-left: 4px;
    position: absolute;
    top: 0;
    width: 20px
}

.attr-content-pro-detail--color {
    display: grid;
    gap: 19px;
    grid-template-columns: 1fr 1fr 1fr
}

.image__photo img {
    height: 34px;
    object-fit: cover;
    width: 34px
}

label.color-pro-detail.text-decoration-none.active {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #d4001b
}

label.color-pro-detail.text-decoration-none.active:before {
    background-position: center center;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDIwIDE2IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMCAxNkg4LjkzNjgxQzE1LjA0NTEgMTYgMjAgMTAuOTk0MyAyMCA0LjgyMzMxVjBIOC44NDY1NEMzLjk2MTg5IDAgMCA0LjAwMjUzIDAgOC45MzczVjE2WiIgZmlsbD0iI0Q0MDAxQiIvPgogIDxwYXRoIGQ9Ik01IDguODYxMjRMNy42ODU4IDEwLjcwMzRDNy42ODU4IDEwLjcwMzQgMTAuNTI2NSA1Ljk1NDU1IDE0IDNDMTQgMyA4LjY1NDIzIDEwLjkxODcgOC40OTkyOCAxM0w1IDguODYxMjRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=) no-repeat;
    color: #fff;
    content: '';
    font-size: 10px;
    height: 16px;
    left: 0;
    padding-bottom: 2px;
    padding-left: 4px;
    position: absolute;
    top: 0;
    width: 20px
}

span.name__attr {
    color: #898989;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.group__action__addCart {
    align-content: stretch;
    display: flex;
    gap: 14px
}

.btn__addCartPro {
    width: 145px
}

.btn__buyNowPro {
    width: calc(100% - 159px)
}

.btn__buyNowPro a {
    background: #d4001b;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    padding: 12px 0;
    text-align: center
}

.btn__addCartPro a {
    align-items: center;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #d4001b;
    cursor: pointer;
    display: block;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 100%;
    justify-content: center
}

.btn__addCartPro a span {
    color: #d4001b;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center
}

a.btn-pro.btn__changeNew {
    background: #333;
    border-radius: 10px;
    display: block;
    padding: 12px 0
}

a.btn-pro.btn__changeNew span {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-transform: uppercase
}

.btn__changeNew__pro {
    margin-top: 14px;
    text-align: center
}

a.btn-pro.btn__changeNew p {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center
}

.form__sale__pro {
    background: #fff;
    border-radius: 15px;
    margin-bottom: 23px
}

.header__title__sale {
    background: #fde2e2;
    border-radius: 15px 15px 0 0;
    padding: 12px 23px
}

.header__title__sale span {
    align-items: center;
    color: #d4001b;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    gap: 8px;
    line-height: normal;
    text-transform: uppercase
}

.content__sale__pro {
    border-radius: 0 0 15px 15px;
    border-top: 0;
    border: 1px solid #c6c6c6;
    padding: 9px 17px
}

.banner__catagory__item a {
    border-radius: 20px;
    display: block;
    overflow: hidden
}

.banner__catagory__item {
    margin-top: 40px
}

.info__product-detail--content {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #c6c6c6;
    padding: 32px
}

.info__product-detail--article {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #c6c6c6;
    height: 100%;
    padding: 20px 0
}

span.info__product-detail--content--title {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center
}

span.info__product-detail--article--title {
    color: #333;
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: unset;
    padding: 24px
}

.info__product-detail {
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    padding-top: 71px
}

div#info-pro-detail {
    max-height: 500px;
    overflow: hidden;
    position: relative
}

.cps-block-content_btn-showmore {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .91) 50%, #fff 55%);
    bottom: 0;
    display: block;
    left: 0;
    margin-bottom: 0;
    padding-top: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%
}

a.btn-show-more.button__content-show-more {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    gap: 5px;
    justify-content: center;
    line-height: normal;
    text-align: center
}

.menu ul.primary-menu>li>a.active {
}

a.btn__primary.btn-secon:hover {
    color: #fff
}

.frefix__user__info__container {
    border-radius: 10px;
    border: 1px solid #0000003b;
    margin-bottom: 20px;
    margin-top: 5rem;
    overflow: hidden
}

.frefix__user__info__list-group {
    border-radius: unset;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    padding-left: 10px;
    width: 100%
}

.frefix__user__info__list-group .list-group-item {
    background: #181818;
    border-radius: 0;
    border-radius: 10px 0 0 10px;
    border-right: unset;
    border: unset;
    box-shadow: unset;
    color: #fff;
    margin-bottom: 5px;
    outline: #fff
}

.frefix__user__info__tab-content {
    margin-bottom: 10px;
    margin-top: 0;
    padding: 10px 2rem
}

.frefix__user__info__form-user {
    margin-top: 20px
}

.frefix__user__info__input-user {
    margin-bottom: 20px
}

.frefix__user__info__input-user .input-group-prepend .input-group-text {
    background-color: #f8f9fa;
    border: 1px solid #ced4da
}

.frefix__user__info__input-user .form-control {
    font-size: 14px;
    height: auto;
    padding: 10px
}

.frefix__user__info__button-user {
    text-align: center
}

.frefix__user__info__button-user .btn {
    font-size: 16px;
    padding: 10px;
    width: 100%
}

.frefix__user__info__input-user .custom-control-label {
    margin-left: 10px
}

.frefix__user__info__input-user .custom-radio {
    display: inline-block;
    margin-right: 20px
}

.tab-content.frefix__user__info__tab-content h3 {
    font-weight: 700;
    text-transform: uppercase
}

.frefix__user__info__list-group .list-group-item.active {
    background: #fff;
    border-color: #fff;
    color: #000
}

.container.frefix__user__info__container .col-md-3 {
    background: #181818;
    padding-left: 0;
    padding-right: 0
}

.frefix__user__info__list-group .list-group-item:hover {
    background: #ffffff3d;
    transition: all .3s linear
}

a.list-group-item.list-group-item-action.active:hover {
    color: #fff
}

.btn-primary {
    background: var(--color-green);
    border-color: var(--color-green);
}

.btn-primary:hover {
    background: #07328ce3
}

a.btn__google {
    border-radius: 4px !important;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
    margin: 0 auto;
    width: 80%
}

a.btn__google img {
    max-width: 25px
}

ul.technical-content li:nth-child(odd) {
    background: #f8f8f8
}

li.technical-content-item div {
    color: #333;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: start;
    width: 50%
}

li.technical-content-item p {
    color: #333;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 40%
}

ul.technical-content li {
    padding: 14px 23px !important
}

.btn__viewDetail__technical {
    margin: 40px 11px 0 11px;
    text-align: center
}

.btn__viewDetail__technical a {
    border-radius: 15px;
    border: 1px solid #c6c6c6;
    color: #333;
    display: block;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 15px;
    text-align: center
}

.info__product-detail .row .col-md-4 {
    height: 100%;
    position: sticky;
    top: 0
}

.technologyNews__item__title:hover {
    color: #d4001b
}

a.box__product--pic img {
    border-radius: 5px
}

.item-categories-outer a {
    -webkit-text-decoration: none;
    background-position: 100% 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 90px;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
    display: block;
    min-height: 125px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 100%
}

.list__product__Cat {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    position: relative
}

.item-categories-outer {
    width: 10%
}

.item-categories-outer a span {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    max-width: 114px;
    padding: 0 5px;
    width: 100%;
    word-break: break-word
}

.menu ul.primary-menu>li>a:hover {
}

.list__filter__pro ul li a.checked, .list__filter__pro ul li a:hover {
    background: #fef2f2;
    border-color: #d91e36
}

.keyword-autocomplete {
    background: #fff;
    border-radius: 0 0 20px 20px;
    border-top: unset;
    border: 1px solid #00000033;
    left: 0;
    max-height: calc(80px * 4);
    max-height: calc(98px * 5);
    overflow-x: hidden;
    overflow-y: auto;
    overflow: hidden;
    padding-bottom: 1rem;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%
}

.autocomplete_item {
    border-bottom: 1px solid #b3b3b333;
    display: block
}

.autocomplete_item a {
    align-items: center;
    display: flex !important;
    gap: .5rem;
    padding: .2rem !important
}

.autocomplete_item a picture {
    border-radius: 5px;
    border: 1px solid #18181854;
    max-width: 10%;
    max-width: 15%;
    min-width: 15%;
    min-width: 20%;
    padding: 2px
}

.autocomplete_item a section {
    flex-grow: 1;
    position: relative
}

.autocomplete_item a h3 {
    color: #222;
    font-size: 14px;
    margin: 0
}

.autocomplete_item a p {
    align-items: center;
    display: flex;
    float: none;
    gap: 10px;
    height: unset;
    line-height: unset;
    text-align: left;
    width: 100%
}

.autocomplete_item a p span {
    font-size: 14px
}

.autocomplete_item a p span.price-per {
    background: red;
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    height: auto;
    line-height: unset;
    padding: 2.5px 5px;
    right: 0;
    top: 0;
    width: auto;
    z-index: 2
}

.box__search {
    position: relative;
    z-index: 99
}

form.form-search.search.w-clear.active {
    border-radius: 22px 22px 0 0
}

.box__product--main, .box__product--sale {
    color: #d4001b;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: right
}

p.price-old-cart {
    text-decoration: line-through;
    font-size: 13px;
}

.autocomplete_item:hover {
    background: #e1e1e145
}

.img__color__pro.text-center {
    margin-top: 5px
}

a.btn__primary:hover {
    background: #fff;
    box-shadow: 0 0 10px 0 #000;
    color: #181818
}

a.btn__primary:hover svg path {
    fill: #000
}

.btn__primary.btn-secon:hover {
    background: #fff;
    color: #000 !important
}

.box__menu__list ul li a:hover {
    color: #181818;
    transition: all .3s linear
}

.header__menu.sticky.animate__animated.animate__fadeInDown {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.img__color__pro.text-center a {
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, .25)
}

.alert-warning {
    background: #eff3f0;
    border-color: #cdd7cf;
    color: #333;
    font-weight: 500;
}

ul.technical-content {
    padding: 0 5px
}

.keyword__autoComplete {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 28px 0
}

.keyword__autoComplete span {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.keyword__autoComplete__container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

.keyword__autoComplete__container a {
    background: #fff;
    border-radius: 500px;
    border: 1px solid #898989;
    color: #898989;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 16px 25px;
    text-align: center
}

.control__mobile {
    display: none
}

a.btn__primary svg path {
    fill: #181818
}

.technologyNews__navControl a svg path {
    fill: #181818
}

li.filter__pro__item a svg {
    height: 18px;
    width: 18px
}

.product__navSlide__container .slick-track {
    margin-left: auto
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

#popup .modal-content {
    background: 0 0;
    border: unset
}

#popup .modal-dialog {
    border: unset;
    max-width: 600px
}

#popup .modal-content .modal-header {
    border: unset;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 999
}

.text-decoration-line-through {
    text-decoration: line-through
}

/*animation star*/
.phone {
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    5% {
        transform: rotate(30deg);
    }

    10% {
        transform: rotate(-28deg);
    }

    15% {
        transform: rotate(34deg);
    }

    20% {
        transform: rotate(-32deg);
    }

    25% {
        transform: rotate(30deg);
    }

    30% {
        transform: rotate(-28deg);
    }

    35% {
        transform: rotate(26deg);
    }

    40% {
        transform: rotate(-24deg);
    }

    45% {
        transform: rotate(22deg);
    }

    50% {
        transform: rotate(-20deg);
    }

    55% {
        transform: rotate(18deg);
    }

    60% {
        transform: rotate(-16deg);
    }

    65% {
        transform: rotate(14deg);
    }

    70% {
        transform: rotate(-12deg);
    }

    75% {
        transform: rotate(10deg);
    }

    80% {
        transform: rotate(-8deg);
    }

    85% {
        transform: rotate(6deg);
    }

    90% {
        transform: rotate(-4deg);
    }

    95% {
        transform: rotate(2deg);
    }

    100% {
        transform: rotate(-1deg);
    }
}

/*tienich-phone*/
.social_fixed {
    position: fixed;
    right: 25px;
    bottom: 110px;
    z-index: 999999;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.support-online a {
    position: relative;
    text-align: left;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100rem;
    background-color: var(--color-dark-ye);
    transition: 0.3s;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.support-online a:not(.cart-fixed) {
    animation: hueRotate infinite 600s;
}

.support-online a:hover {
    animation: unset;
    animation-name: fa-bounce;
    animation-delay: var(--fa-animation-delay, 0);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.support-online i, .support-online img {
    max-width: 40px;
    max-height: 40px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

.support-online .btn-support {
    cursor: pointer;
}

.kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -7.5px;
    right: -7.5px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    border-radius: 100%;
    border: 2px solid transparent;
    transition: all 0.5s;
    background-color: rgba(30, 64, 113, 0.5);
    opacity: 0.75;
}

.kenit-alo-circle {
    width: 55px;
    height: 55px;
    top: -5px;
    left: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 1px solid rgba(30, 64, 113, 0.4);
    opacity: 0.1;
    border-color: var(--main-color);
    opacity: 0.5;
}

.social_fixed-phone {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 55px;
    line-height: 45px;
    color: #fff;
    z-index: 50;
    display: none;
    background: var(--main-color);
}

.social_fixed-phone ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    height: 100%;
}

.social_fixed-phone ul li {
    flex: 0 0 100%/4;
    -ms-flex: 0 0 100%/4;
    max-width: 100%/4;
    width: 100%;
}

.social_fixed-phone ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    letter-spacing: 1px;
    line-height: 2;
    height: 100%;
    border-left: 1px solid rgba(30, 64, 113, 0.2);
    padding-top: 3px;
}

.social_fixed-phone ul li a i {
    font-size: 19px;
}

.social_fixed-phone img {
    display: block;
    margin: 0 auto;
    height: 19px;
    max-width: 100%;
}

/* Scroll Top */
.goTop {
    width: 45px;
    height: 45px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    bottom: 65px;
    right: 25px;
    display: none;
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-dark-ye);
    border-radius: 100rem;
    transition: 1s;
    margin: 0 auto;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.goTop i {
    color: #fff;
    font-size: 22px;
}

.goTop.hide {
    opacity: 0;
    visibility: visible;
    pointer-events: none;
}

/* News */
.BoxNewsFull {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.BoxNews {
    width: calc(100% - 340px);
}

.BoxNewsRight {
    width: 320px;
    position: sticky;
    top: 0;
    right: 0;
}

.itemNews {
    margin-bottom: 1rem;
}

.itemNews a {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    color: #333;
}

.picNews {
    width: 35%;
}

.picNews img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.infoNews {
    width: calc(65% - 1rem);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
}

.timeNews {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-dark-ye);
    width: 100%;
}

.nameNews {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    width: 100%;
}

.nameNews:hover {
    color: var(--color-green);
}

.infoNews p {
    color: #898989;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
}

.titleRight {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 10px;
    background: var(--color-min-green);
    text-align: center;
    margin-bottom: 10px;
    color: var(--color-green);
}

.NewsRight {
    margin-bottom: 10px;
}

.NewsRight a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: #333;
}

.picNewsRight {
    width: 40%;
}

.nameNewsRight {
    width: 57%;
    font-size: 15px;
    -webkit-line-clamp: 2;
    font-weight: 600;
}

.nameNewsRight:hover {
    color: var(--color-green);
}

.nameNewsRight span {
    -webkit-line-clamp: 2;
}

/* slide */
.slide__main {
    position: relative;
}

.slide__main .slick-dots {
    bottom: 0;
    right: 0;
    text-align: end
}

.slide__main .slick-dots button:before {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0 0 2px 0 #000000b3;
    color: transparent;
    display: inline-block;
    height: 12px;
    opacity: 1;
    width: 12px
}

.slide__main .slick-dots button {
    height: 12px;
    width: 12px
}

.slide__main .slick-dots li.slick-active button:before {
    background: #b6b7b9;
    border-color: #b6b7b9;
    color: transparent;
    opacity: 1
}

/* doitac */
.dts-wrap-partner {
    padding: 2rem 0;
}

.picPartner {
    width: calc(100% - 1rem);
    margin: 8px auto;
    border: 1px dashed #d9d9d9;
    padding: 1rem;
}

.picPartner img {
    margin: 0px auto;
    transition: all 0.2s;
    filter: brightness(0) saturate(100%) invert(83%) sepia(2%) saturate(21%) hue-rotate(342deg) brightness(88%) contrast(94%);
    min-height: 65px;
}

.picPartner:hover img {
    filter: unset;
}

/*animation star*/
.posi-ab {
    position: absolute;
    z-index: 1;
}

.icon-star-image img {
    animation: zoom 1s linear 1s infinite;
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

.rotate img {
    animation: rotate 30s infinite linear;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.leftright {
    animation: exportmoveobject 3s infinite linear alternate;
}

@keyframes exportmoveobject {
    50% {
        left: 50px;
    }
}

.rightleft {
    animation: exportmoveobject2 3s infinite linear alternate;
}

@keyframes exportmoveobject2 {
    50% {
        right: 50px;
    }
}

@keyframes exportmoveobject3 {
    50% {
        right: 150px;
    }
}

/*questions*/
.question__container {
    max-width: 1000px;
    margin: 0px auto;
}

.question__item .i-box-question h5 {
    padding: 16px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    gap: 1rem;
    border-radius: 15px 15px 0px 0px;
    background: #10401D;
}

.question__item .i-box-question h5 span {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    width: calc(100% - 90px);
}

.question__item .i-box-question h5.active span {
    color: #fff;
}

.question__item .i-box-question h5 small {
    width: 40px;
    height: 40px;
    color: #fff;
    position: relative;
    background: var(--color-ye);
    border-radius: 50%;
}

.question__item .i-box-question h5 small:before {
    content: '+';
    font-size: 30px;
    position: absolute;
    top: 0px;
    left: 10px;
}

.question__item .i-box-question h5.active small:before {
    content: '-';
    left: 13px;
}

.i-desc-question {
    padding: 10px 1rem 1rem;
    color: #333;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
    border-radius: 0 0 15px 15px;
    background: #F3F5F3;
}

.question__item {
    cursor: pointer;
    margin-bottom: 1rem;
    overflow: hidden;
}

.i-box-question {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.i-desc-question {
    display: none
}

.i-box-question.active .i-desc-question {
    display: block
}

/* header */
#header {
    width: 100%;
    z-index: 99;
}

.header_in {
    position: absolute;
    top: 0;
    left: 0;
}

.dts-headTop {
    position: relative;
    z-index: 99;
    background: var(--color-green);
    color: #fff;
}

.dts-headTop .wrap-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    flex-wrap: wrap;
}

.headTopLeft {
    background: var(--color-min-green);
    padding: 5px 1rem;
    border-radius: 1rem;
    max-width: 30%;
}

.headTopCen {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.headTopRight {
    max-width: 20%;
}

.headTopCen p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}

.headTopCen p span {
    width: 35px;
    height: 35px;
    background: var(--color-ye);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.headTopCen p b {
    font-weight: 500;
}

.list_social {
    margin: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px 1.5rem;
    background: var(--color-min-green);
    padding: 5px 1rem;
    border-radius: 1rem;
}

.list_social li img {
    transition: all 0.5s;
}

.list_social li:hover img {
    transform: rotate(15deg);
}

.menu-m-inside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.bar-menu {
    width: 126px;
}

.logoMb img {
    max-height: 70px;
}

.menuRight {
    width: 126px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cartHead {
    cursor: pointer;
    font-size: 17px;
    width: 55px;
    height: 55px;
    margin: 0;
    text-align: center;
    background: var(--color-ye);
    border-radius: 50%;
    position: relative;
}

.cartHead a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cartHead span.count-cart {
    position: absolute;
    top: 0;
    right: -5px;
    background: var(--color-green);
    color: #fff;
    display: inline-block;
    padding: 0px 3px;
    border-radius: 50%;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #ffffff7a;
    text-align: center;
    min-width: 22px;
}

/*menu*/
.block-menu {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.block-menu.sticky {
    position: fixed;
}

#fix {
    position: sticky;
    top: 0;
    z-index: 9999;
}

#fix .headerBottom {
    background: transparent;
}

.menu {
}

.menu ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu ul.primary-menu {
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 0;
    justify-content: space-between;
    width: 100%;
}

.menu ul.primary-menu > li {
    text-align: center;
}

.menu ul.primary-menu > li > a {
}

.menu ul li {
    position: relative;
    z-index: 9 !important;
}

.menu ul li .d-flex {
    align-items: center;
    gap: 10px;
    margin-left: 20px;
}

.menu ul li .d-flex .icon-search i {
    font-size: 20px;
}

.menu ul li .d-flex .cart {
    font-size: 20px;
    padding: 5px;
    color: #212529;
    position: relative;
}

.menu ul li .d-flex .cart:hover {
}

.menu ul li .d-flex .cart .count-cart {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #ffffff;
    width: 15px;
    height: 15px;
    background: #ec2d3f;
    text-align: center;
    line-height: 15px;
    font-size: 11px;
    border-radius: 100%;
    z-index: 1000;
}

.menu ul li a {
    display: block;
    position: relative;
    color: #fff;
    padding: 12px 10px;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    z-index: 9;
}

.menu ul li a.has-child {
    padding-right: 16px;
    margin-right: 0px;
}

.menu ul li a.has-child::after {
    content: "";
    position: absolute;
    bottom: calc(50% - 2px);
    right: 5px;
    width: 5px;
    height: 5px;
    border: 1px solid #333;
    border-top: 0px;
    border-left: 0px;
    transform: rotate(45deg);
    transition: all 0.3s ease-out;
}

.menu ul li a.active, .menu ul li:hover > a {
    color: var(--color-green);
}

.menu ul li:hover > a.has-child:after, .menu ul li a.active.has-child:after {
}

.menu ul li ul {
    position: absolute;
    min-width: 250px;
    background-color: #fafafa;
    border-radius: 0.25rem;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    transform: perspective(600px) rotateX(-90deg);
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: 999;
    !; !i; !; }

.menu ul li:hover > ul {
    transform: perspective(600px) rotateX(0);
    opacity: 1;
    visibility: visible;
    transition: all 0.7s;
}

.menu ul li ul li {
    padding-left: 0;
    padding-right: 0;
}

.menu ul li ul li a {
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    color: #313131;
    border-bottom: 1px solid #ececec;
    text-transform: capitalize;
}

.menu ul li ul li:last-child > a {
    border-bottom: 0px;
}

.menu ul li ul li a.has-child {
    margin-right: 0px;
}

.menu ul li ul li a.has-child:after {
    border-color: #313131;
    transform: rotate(-45deg);
}

.menu ul li ul li a.active, .menu ul li ul li:hover > a {
}

.menu ul li ul li:hover > a.has-child:after, .menu ul li ul li a.active.has-child:after {
}

.menu ul li ul li a {
    padding: 10px 10px 9px 10px;
    text-transform: capitalize;
}

.menu ul li ul li ul {
    top: 0;
    left: 100%;
    margin-top: 0px;
}

/* mmenu*/
#menu {
    display: none
}

.mm-navbar__title {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    color: var(--color-green) !important;
    !i; !; }

#hamburger {
    display: block;
    height: 55px;
    position: relative;
    /* width: 55px; */
    color: #ffffff00;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
a#hamburger span {
    font-family: "Neue Einstellung";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
#hamburger svg rect, #hamburger svg path {
    transition: all 0.3s;
}

#hamburger:hover svg rect {
    fill: var(--color-ye);
}

#hamburger:hover svg path {
    fill: var(--color-green);
}

.contact-mmobile {
    color: #000 !important
}

.mm-menu_opened {
    display: flex !important
}

.menu-m {
}

.menu-m .menu-m-inside {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-left: 16rem;
}

.menu-m .menu-m-inside img {
    max-height: 68px;
}

.mm-listitem>a {
    border-bottom: 1px dashed #10401d40;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--color-green) !important;
    !important; !important; !important; font-size: 16px;
}

.mm-btn:after, .mm-btn:before {
    border: 2px solid var(--color-green);
    border-bottom: none;
    border-right: none;
}

/*search-res*/
.search-res {
    position: relative
}

.search-res .icon-search {
    cursor: pointer;
    font-size: 17px;
    width: 55px;
    height: 55px;
    margin: 0;
    text-align: center;
    background: var(--color-ye);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-res .icon-search.active {
    background: #fff;
    border-radius: 100%;
    color: var(--color-green);
}

.search-res .search-grid {
    background: #fff;
    border-radius: 25px;
    border: 2px solid var(--color-green);
    height: 50px;
    line-height: normal;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 60px;
    transition: .3s;
    width: 0;
    z-index: 2
}

.search-res .search-grid input {
    border: none;
    color: #333;
    float: right;
    line-height: 46px;
    outline: 0;
    width: calc(100% - 40px);
    font-size: 16px;
    font-weight: 500;
}

.search-res .search-grid input::-moz-placeholder {
    color: #a7a7a7;
    font-weight: 400;
}

.search-res .search-grid input::placeholder {
    color: #a7a7a7;
    font-weight: 400;
}

.search-res .search-grid button {
    background: #fff;
    border: none;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 17px;
    height: 46px;
    line-height: 25px;
    margin: 0;
    outline: 0;
    text-align: center;
    width: 40px;
    color: var(--color-green);
}

.search-res .search-grid.active {
    opacity: 1;
    width: 270px;
}

.book-res {
}

.book-res a {
    background: var(--color-green);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}

/* dich vu */
.dts-wrap-services {
    padding: 3rem 0;
    position: relative;
    background: var(--color-ye);
}

.dts-wrap-services:before {
    content: '';
    width: 100%;
    height: 20px;
    background: url(../images/line1.png) repeat-x bottom center;
    position: absolute;
    top: -20px;
    left: 0;
}

.line_white {
    background: #fff;
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.line_white:before {
    content: '';
    width: 100%;
    height: 28px;
    background: url(../images/line2.png) repeat-x bottom center;
    position: absolute;
    top: -28px;
    left: 0;
}

.itemSernb {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

.infoSernb {
    width: calc(100% - 2rem);
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: #fff;
    padding: 1rem;
    border-radius: 15px;
    height: 90px;
    transition: all 1.0s;
    overflow: hidden;
}

.nameSernb {
    color: #333;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
    transition: all 0.3s;
}

.descSernb {
    transform: scale(0);
    height: 1px;
    transition: all 0.5s;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 10px;
}

.itemSernb:hover .descSernb {
    transform: scale(1.0);
    height: 100%;
}

.itemSernb:hover .infoSernb {
    height: calc(100% - 2rem);
}

.itemSernb:hover .nameSernb {
    display: none;
}

.nameSernb span {
    -webkit-line-clamp: 2;
}

.iconSernb {
    height: 72px;
}

.descSernb h3 {
    color: #333;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    /* 150% */
    text-transform: capitalize;
    position: relative;
    padding-bottom: 1rem;
}

.descSernb h3:before {
    content: '';
    width: 80px;
    height: 3px;
    background: var(--color-ye);
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
}

.descSernb h3 span {
    -webkit-line-clamp: 2;
}

.descSernb p {
    color: #898989;
    font-size: 15px;
}

.viewSernb {
    display: inline-block;
    background: var(--color-green);
    color: #fff;
    padding: 10px 2rem;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 10px;
}

.viewSernb:hover {
    background: var(--color-ye);
    color: var(--color-green);
}

.Boxservices {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1rem;
}

.itemSer {
    width: calc((100% - 2rem)/3);
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

.itemSer:hover .descSernb {
    transform: scale(1.0);
    height: 100%;
}

.itemSer:hover .infoSernb {
    height: calc(100% - 2rem);
}

.itemSer:hover .nameSernb {
    display: none;
}

/* About */
.dts-wrap-about {
    padding: 2rem 0;
}

.dts-wrap-about .wrap-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.aboutLeft {
    width: calc(63% - 2rem);
    max-width: 715px;
}

.aboutRight {
    width: 37%;
}

.titleAbout {
    margin-bottom: 1.5rem;
}

.titleAbout p {
    color: #278D45;
    font-family: "LNTH-PaleBlueEyes";
    font-size: 40px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.titleAbout h2 {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    /* 140.625% */
    text-transform: capitalize;
    font-family: "Montserrat Alternates", sans-serif;
}

.descAbout {
    color: #898989;
    font-size: 16px;
    -webkit-line-clamp: 6;
    margin-bottom: 1.5rem;
}

.viewAll {
}

.viewAll a {
    background: var(--color-green);
    color: #fff;
    display: inline-flex;
    padding: 3px 3px 3px 2rem;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 2rem;
    border: 2px solid var(--color-green);
    transition: all 0.5s;
}

.viewAll a span {
    width: 39px;
    height: 39px;
    background: var(--color-ye);
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}

.viewAll a span i {
    font-size: 18px;
    color: var(--color-green);
}

.viewAll a:hover {
    background: #fff;
    color: var(--color-green);
    gap: 1.5rem;
}

.viewAll a:hover span {
    background: var(--color-green);
}

.viewAll a:hover span i {
    color: var(--color-ye);
}

.picAbout {
    border-radius: 20px;
    margin-top: 1.5rem;
}

/* about right */
.BoxAboutKhach {
    border-radius: 20px;
    background: var(--color-ye);
    padding: 2.5rem;
    position: relative;
    margin-bottom: 2rem;
}

.BoxAboutKhach:before {
    content: '';
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    position: absolute;
    top: 1rem;
    left: 1rem;
    border-radius: 14px;
    border: 1px dashed #FFF;
    z-index: 1;
}

.BoxAboutTieuchi {
    border-radius: 20px;
    background: var(--color-green);
    padding: 2.5rem;
    position: relative;
    color: #fff;
}

.BoxAboutTieuchi:before {
    content: '';
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    position: absolute;
    top: 1rem;
    left: 1rem;
    border-radius: 14px;
    border: 1px dashed #FFF;
    z-index: 1;
}

.titleAboutKhach {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.titleAboutKhach p {
    width: calc(100% - 67px);
    color: var(--color-dark-ye);
}

.titleAboutKhach p span {
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.titleAboutKhach p b {
    font-size: 64px;
    font-weight: 800;
    line-height: normal;
    position: relative;
}

.titleAboutKhach small {
    width: 57px;
    height: 57px;
    display: flex;
    background: var(--color-dark-ye);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.titleAboutKhach p b:after {
    content: '+';
}

.descTieuchi {
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
}

.descTieuchi ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.descTieuchi ul li {
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 500;
}

.boxTieuchi {
    padding: 0;
    margin: 0;
    list-style: none;
}

.itemTc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.descTieuchi:after {
    content: '';
    width: 80%;
    height: 1px;
    background: rgba(255, 255, 255, 0.30);
    position: absolute;
    bottom: 0;
    left: 10%;
}

.descTieuchi ul li:last-child {
    margin-bottom: 0;
}

.iconTc {
    width: 64px;
    height: 64px;
    background: var(--color-tra-green);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.itemTc p {
    width: calc(100% - 74px);
    font-size: 20px;
    font-weight: 500;
}

.itemTc:last-child {
    margin-bottom: 0;
}

/* cong nghe */
.dts-wrap-congnghe {
    padding: 3rem 0;
    background: url(../images/line3.png) no-repeat center top #F3F0EB;
    position: relative;
}

.title-desk {
    padding-bottom: 1.5rem;
    position: relative;
    margin-bottom: 2rem;
    text-align: center
}

.title-desk small {
    color: var(--color-tra-green);
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'LNTH-PaleBlueEyes';
}

.title-desk h2 {
    max-width: 656px;
    color: #333;
    font-family: "Montserrat Alternates";
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    text-transform: capitalize;
    margin: 10px auto;
}

.title-desk p {
    color: #898989;
    font-size: 16px;
    line-height: 23px;
    max-width: 730px;
    margin: 0px auto;
}

.title-desk:after {
    content: '';
    width: 85px;
    height: 3px;
    background: var(--color-ye);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

.BoxCongnghe {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.itemCongnghe {
    width: calc((100% - 4.5rem)/4);
    position: relative;
    padding: 0 2rem 2rem;
}

.itemCongnghe a {
    color: #fff;
    position: relative;
    z-index: 9;
}

.PicCongnghe {
    border-radius: 50%;
    background: #FFF;
    box-shadow: 2px 4px 4px 3px rgba(0, 0, 0, 0.25);
    width: 112px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 1rem;
}

.PicCongnghe img {
    max-height: 84px;
}

.itemCongnghe:before {
    content: '';
    width: 100%;
    height: calc(100% - 56px);
    background: var(--color-green);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 20px;
}

.itemCongnghe:after {
    content: '';
    width: calc(100% - 2rem);
    height: 0px;
    border: 1px dashed #fff;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    border-radius: 14px;
    transition: all 0.5s;
    opacity: 0;
}

.itemCongnghe:hover:after {
    height: calc(100% - 2rem - 56px);
    opacity: 1;
}

.InfoCongnghe {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.nameCongnghe {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
    text-transform: capitalize;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

.nameCongnghe:before {
    content: '';
    width: 50px;
    height: 3px;
    background: var(--color-ye);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 1rem;
}

/* visao */
.dts-wrap-visao {
    padding: 1rem 0 2rem;
}

.dts-wrap-visao .wrap-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: stretch;
}

.VisaoLeft {
    width: 52%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}

.VisaoRight {
    width: 48%;
    padding-left: 3%;
}

.picVisao {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 550px;
}

.playVideo {
    position: absolute;
    top: 2rem;
    left: 0;
    background: var(--color-ye);
    border-radius: 20px;
    width: 140px;
    height: 160px;
    z-index: 2;
    transition: all 0.5s;
}

.playVideo:before {
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px dashed #fff;
    border-radius: 14px;
}

.playVideo a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}

.playVideo svg {
    animation: rotate 10s infinite linear;
}

.playVideo svg rect {
    transition: all 0.4s;
}

.playVideo:hover svg rect {
    fill: var(--color-ye);
}

.playVideo:hover {
    background: var(--color-green);
}

.title-desk2 {
    position: relative;
    margin-bottom: 1rem;
    text-align: left;
}

.title-desk2 small {
    color: var(--color-tra-green);
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'LNTH-PaleBlueEyes';
}

.title-desk2 h2 {
    color: #333;
    font-family: "Montserrat Alternates";
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    text-transform: capitalize;
    margin: 10px auto;
}

.descVisao {
    -webkit-line-clamp: 6;
    color: #898989;
    font-size: 16px;
    line-height: 25px;
    /* 143.75% */
}

.VisaoFull {
    border-radius: 20px;
    background: var(--color-dark-ye);
    width: 100%;
    max-width: 90%;
    position: relative;
    z-index: 9;
    margin-top: -7rem;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 2rem 0;
}

.itemVisao {
    width: calc(100% / 3);
    padding: 0rem 2rem;
    color: #fff;
}

.itemVisao:nth-child(2) {
    border-left: 1px dashed #ffffff66;
    border-right: 1px dashed #ffffff66;
}

.iconVisao {
    margin-bottom: 10px;
}

.iconVisao img {
    max-height: 31px;
}

.nameVisao {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.itemVisao p {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    /* 164.286% */
}

/* sanpham */
.dts-wrap-product {
    background: url(../images/line3.png) no-repeat top center, var(--color-green);
    padding: 3rem 0;
    position: relative;
    max-width: 1920px;
    margin: 0px auto;
    overflow: hidden;
}

.dts-wrap-product .wrap-content {
    position: relative;
}

.title-desk3 {
    text-align: center;
    margin-bottom: 3rem;
}

.title-desk3 small {
    color: var(--color-ye);
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'LNTH-PaleBlueEyes';
}

.title-desk3 h2 {
    font-family: "Montserrat Alternates";
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    text-transform: capitalize;
    color: #fff;
}

.title-desk3 svg {
}

.Pro_loop .owl-stage-outer {
    overflow: visible;
    margin-bottom: 2rem;
}

.iProIndex {
    overflow: hidden;
    border-radius: 20px;
}

.picProIndex {
    border-radius: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition: filter 0.5s ease;
    -khtml-transition: filter 0.5s ease;
    -moz-transition: filter 0.5s ease;
    -ms-transition: filter 0.5s ease;
    -o-transition: filter 0.5s ease;
    transition: filter 0.5s ease;
    overflow: hidden;
}

.picProIndex img {
    width: 100%;
    border-radius: 20px;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.pxl-overlay {
    content: "";
    height: 60%;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    background: linear-gradient(to top, rgb(0 0 0 / 80%) 0%, rgba(13, 21, 15, 0.01) 100%);
    transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}

.infoProIndex {
    position: absolute;
    width: calc(100% - 3rem);
    left: 1.5rem;
    bottom: 1.5rem;
    overflow: hidden;
    transition: all 1.0s;
    height: 110px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    gap: 1rem;
}

.nameProFull {
    padding-bottom: 1rem;
    margin-bottom: 0rem;
    position: relative;
    transition: all 0.5s;
}

.nameListPro {
    color: var(--color-ye);
    font-family: 'LNTH-PaleBlueEyes';
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
}

.nameProIndex {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}

.nameProIndex a {
    color: #fff;
}

.nameProFull:before {
    content: '';
    width: 75px;
    height: 3px;
    background: var(--color-ye);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 1rem;
}

.descProIndex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: scale(0);
    height: 1px;
    transition: all 0.5s;
}

.readmoreProIndex {
    width: 56px;
}

.readmoreProIndex svg rect, .readmoreProIndex svg path {
    transition: all 0.5s;
}

.readmoreProIndex:hover svg rect {
    fill: var(--color-green);
}

.readmoreProIndex:hover svg path {
    fill: #fff;
}

.excerptProIndex {
    width: calc(100% - 5rem);
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}

.iProIndex:hover .descProIndex {
    transform: scale(1.0);
    height: auto;
}

.iProIndex:hover .infoProIndex {
    height: calc(100% - 2rem);
}

.iProIndex:hover .pxl-overlay {
    height: 100%;
}

.Pro_loop .owl-dots {
    margin-top: 0 !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 60%;
}

.Pro_loop .owl-dots button {
}

.Pro_loop .owl-dots button.active {
}

.Pro_loop .owl-dots button span {
    width: 8px !important;
    height: 8px !important;
    background: var(--color-green) !important;
}

.Pro_loop .owl-dots button.active span {
    width: 16px !important;
    height: 16px !important;
    background: var(--color-tra-green) !important;
}

.viewProIndex {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 990;
}

.viewProIndex a {
    color: var(--color-green);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    border-bottom: 2px solid var(--color-ye);
    position: relative;
    z-index: 999;
    transition: all 0.3s;
    padding: 5px 10px;
}

.viewProIndex:hover:before {
    width: 100%;
}

.viewProIndex:before {
    content: '';
    width: 0%;
    height: 100%;
    background: #bad1c1;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.6s;
    border-radius: 7px 7px 0 0;
}

.viewProIndex:hover a {
}

.line_white2 {
    background: #F3F0EB;
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.line_white2:before {
    content: '';
    width: 100%;
    height: 28px;
    background: url(../images/line4.png) repeat-x bottom center;
    position: absolute;
    top: -28px;
    left: 0;
}

.dts-wrap-feedback {
    padding: 2rem 0;
}

.dts-wrap-feedback .wrap-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.feedbackLeft {
    width: 48%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
}

.feedbackRight {
    width: 48%;
}

.iconFBleft {
    position: absolute;
    top: 1.5rem;
    left: 0;
}

.picFBleft {
    width: 93%;
    max-width: 535px;
    20px: o; overflow: hidden;
    border-radius: 20px;
}

.titleFBright {
    margin-bottom: 1rem;
}

.titleFBright small {
    color: var(--color-green);
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'LNTH-PaleBlueEyes';
}

.titleFBright h5 {
    color: #333;
    font-family: "Montserrat Alternates";
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.titleFBright svg {
}

.itemFeed {
    padding: 2rem 0 0 0;
    background: url(../images/nhay.png) no-repeat top right;
}

.descFeed {
    color: #898989;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 1rem;
}

.infoFeed {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.picFeed {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #F5C239;
    overflow: hidden;
}

.nameFeed {
    width: calc(100% - 80px);
}

.nameFeed b {
    display: block;
    color: #10401D;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.nameFeed span {
    color: #898989;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.cont_feedback {
    padding-bottom: 3rem;
}

.cont_feedback .slick-prev, .cont_feedback .slick-next {
    bottom: 0;
    top: auto;
    width: 50px;
    height: 16px;
}

.cont_feedback .slick-prev {
    left: auto;
    right: 5rem;
    background: url(../images/left2.png) no-repeat;
    background-size: 100% 100%;
}

.cont_feedback .slick-next {
    right: 0;
    background: url(../images/right2.png) no-repeat;
    background-size: 100% 100%;
}

.cont_feedback .slick-prev:before, .cont_feedback .slick-next:before {
    display: none;
}

/*san pham trong*/
.BoxProduct {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2rem;
}

.iProduct {
    width: calc((100% - 2rem)/2);
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.picProduct {
    border-radius: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition: filter 0.5s ease;
    -khtml-transition: filter 0.5s ease;
    -moz-transition: filter 0.5s ease;
    -ms-transition: filter 0.5s ease;
    -o-transition: filter 0.5s ease;
    transition: filter 0.5s ease;
    overflow: hidden;
}

.picProduct img {
    width: 100%;
    border-radius: 20px;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.infoProduct {
    position: absolute;
    width: calc(100% - 3rem);
    left: 1.5rem;
    bottom: 1.5rem;
    overflow: hidden;
    transition: all 1.0s;
    height: 110px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    gap: 1rem;
}

.nameProduct {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}

.nameProduct a {
    color: #fff;
}

.descProduct {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: scale(0);
    height: 1px;
    transition: all 0.5s;
}

.readmoreProduct {
    width: 56px;
}

.readmoreProduct svg rect, .readmoreProduct svg path {
    transition: all 0.5s;
}

.readmoreProduct:hover svg rect {
    fill: var(--color-green);
}

.readmoreProduct:hover svg path {
    fill: #fff;
}

.excerptProduct {
    width: calc(100% - 5rem);
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}

.iProduct:hover .descProduct {
    transform: scale(1.0);
    height: auto;
}

.iProduct:hover .infoProduct {
    height: calc(100% - 2rem);
}

.iProduct:hover .pxl-overlay {
    height: 100%;
}

/*thong so*/
.dts-wrap-thongso {
    padding: 5rem 0;
    background: url(../images/line3.png) no-repeat top center, url(../images/line2.png) repeat-x bottom center, var(--color-dark-ye);
    position: relative;
}

.dts-wrap-thongso .wrap-content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 1rem;
    flex-wrap: wrap;
}

.namchay {
    width: calc((100% - 3rem)/4);
    text-align: center;
}

.icon-cs {
    margin-bottom: 1rem;
}

.i-so {
    line-height: 64px;
}

.i-so b {
    color: var(--color-ye);
    font-size: 64px;
    font-weight: 700;
}

.so-cs span {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    talize; text-transform: capitalize;
}

.dts-wrap-thongso-detail {
    padding: 2rem 0;
}

.dts-wrap-thongso-detail .wrap-content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 1rem;
    flex-wrap: wrap;
}

.dts-wrap-thongso-detail .so-cs span {
    color: #333;
}

/* question */
.dts-wrap-question {
    padding: 2rem 0 1rem;
    overflow: hidden;
}

.dts-wrap-question .wrap-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.QuestionLeft {
    width: 53%;
    position: sticky;
    top: 0;
    left: 0;
}

.QuestionRight {
    width: 43%;
    max-width: 505px;
    position: sticky;
    top: 0;
    left: 0;
}

.picQaRight {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.descQaRight {
    background: var(--color-green);
    padding: 2rem;
    border-radius: 0 0 20px 20px;
}

.descQaRight p {
    color: #FFF;
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    /* 145.833% */
    text-transform: capitalize;
    margin-bottom: 2rem;
}

.QuestionRight:after {
    content: '';
    width: 150px;
    height: 163px;
    background: url(../images/la2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 5rem;
    right: -4rem;
}

.descQaLeft {
    color: #898989;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    /* 156.25% */
    margin-bottom: 2rem;
}

.viewAll2 {
}

.viewAll2 a {
    background: #fff;
    color: var(--color-green);
    display: inline-flex;
    padding: 3px 3px 3px 2rem;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 2rem;
    border: 2px solid #fff;
    transition: all 0.5s;
}

.viewAll2 a span {
    width: 39px;
    height: 39px;
    background: var(--color-ye);
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}

.viewAll2 a span i {
    font-size: 18px;
    color: var(--color-green);
}

.viewAll2 a:hover {
    gap: 1.5rem;
}

.viewAll2 a:hover span {
    background: var(--color-green);
}

.viewAll2 a:hover span i {
    color: var(--color-ye);
}

/* Blog */
.dts-wrap-news {
    padding: 2rem 0;
}

.News_loop {
    margin-bottom: 2rem;
}

.itemBlogIndex {
    position: relative;
}

.itemBlogIndex a {
    color: #333;
}

.PicBlogIndex {
    border-radius: 20px;
    position: relative;
    margin-bottom: 1rem;
}

.timeBlogIndex {
    background: var(--color-ye);
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
}

.timeBlogIndex b {
    font-family: 'LNTH-PaleBlueEyes';
    font-size: 32px;
    font-weight: 400;
    display: block;
    line-height: 28px;
    width: 100%;
}

.timeBlogIndex span {
    width: 100%;
    font-weight: 700;
    font-size: 12px;
}

.InfoBlogIndex {
    text-align: center;
}

.nameBlogIndex {
    color: var(--color-green);
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    -webkit-line-clamp: 2;
    margin-bottom: 1rem;
}

.nameBlogIndex:hover {
    color: var(--color-ye);
}

.InfoBlogIndex p {
    color: #898989;
    font-size: 16px;
    line-height: 25px;
    /* 143.75% */
    margin-bottom: 1rem;
}

.viewBlogIndex {
    color: var(--color-green);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 5px;
    position: relative;
    max-width: 90px;
    margin: 0px auto;
    overflow: hidden;
    transition: all 0.5s;
}

.viewBlogIndex:before {
    content: '';
    width: 90px;
    height: 2px;
    background: var(--color-ye);
    position: absolute;
    bottom: 0;
    right: calc(50% - 45px);
    transition: all 0.3s;
}

.viewBlogIndex:after {
    content: '';
    width: 90px;
    height: 2px;
    background: var(--color-green);
    position: absolute;
    bottom: 0;
    left: -100%;
    transition: all 0.5s;
}

.viewBlogIndex:hover:before {
    right: -100%;
}

.viewBlogIndex:hover:after {
    left: 0;
}

.viewBlogIndex:hover {
    color: var(--color-ye);
}

.BoxNewsTem {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 2rem 1rem;
    margin-bottom: 2rem;
}

.itemBlog {
    position: relative;
    width: calc((100% - 2rem)/3);
}

.itemBlog a {
    color: #333;
}

/* dky tuvan */
.dts-wrap-dktv {
}

.dts-wrap-dktv .wrap-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.TuvanLeft {
    width: 42%;
    max-width: 480px;
}

.TuvanRight {
    width: 55%;
    background: url(../images/dknt3.png) no-repeat top right, url(../images/dknt4.png) no-repeat bottom left, var(--color-green);
    url(, var(--color-green)); url(var(--color-green)); padding: 3rem;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    gap: 2rem;
}

.picTvLeft {
    border-radius: 20px;
    margin-bottom: 2rem;
}

.infoTvLeft {
    border-radius: 20px;
    background: var(--color-ye);
    position: relative;
    padding: 3rem;
}

.infoTvLeft:before {
    content: '';
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    border: 1px dashed #fff;
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 1;
    border-radius: 12px;
}

.itemTv {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    color: var(--color-dark-ye);
}

.itemTv:last-child {
    margin-bottom: 0;
}

.iconTv {
    width: 56px;
    height: 56px;
    background: var(--color-dark-ye);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.itemTv p {
    width: calc(100% - 66px);
}

.itemTv p b {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
}

.itemTv p span {
    font-size: 16px;
    text-transform: capitalize;
}

.itemTv p span a {
    font-size: 18px;
    font-weight: 700;
}

.titleTuvan {
    width: 100%;
}

.titleTuvan b {
    display: block;
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.titleTuvan p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    /* 143.75% */
    margin-bottom: 1rem;
}

.titleTuvan h3 {
    display: inline-block;
    color: var(--color-ye);
    font-family: 'LNTH-PaleBlueEyes';
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
}

.titleTuvan h3:after {
    content: '';
    width: 25px;
    height: 29px;
    background: url(../images/dknt1.png) no-repeat;
    position: absolute;
    top: -10px;
    right: -30px;
}

form.validation-dangkytuvan {
    width: 100%;
}

.tuvan_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
}

.tuvan_input, .tuvan_button {
    width: 100%;
}

.tuvan_input input, .tuvan_input textarea {
    height: auto;
    padding: 14px 16px;
    font-size: 16px !important;
    font-weight: 400;
    background: #40664A;
    outline: none;
    border: none;
    border-radius: 1.5rem;
    color: #fff;
}

.tuvan_input input::placeholder, .tuvan_input textarea::placeholder {
    color: #ffffff80;
    font-weight: 400;
}

.tuvan_button {
    background: #fff;
    color: var(--color-green);
    font-size: 16px;
    font-weight: 600;
    border-radius: 2rem;
    transition: all 0.5s;
    max-width: 200px;
    position: relative;
    overflow: hidden;
}

.tuvan_button input {
    width: 100%;
    height: auto;
    padding: 13px 30px 13px 10px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--color-green);
    background: none;
}

.tuvan_button i {
    width: 39px;
    height: 39px;
    background: var(--color-ye);
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    position: absolute;
    top: 5px;
    right: 5px;
}

.tuvan_button:hover {
    background: var(--color-ye);
}

.tuvan_button:hover i {
    background: #fff;
}

/* doitac */
.dts-wrap-doitac {
    padding: 2rem 0 0;
}

.itemDt {
    text-align: center;
    padding: 2rem 1rem;
}

.itemDt img {
    opacity: 0.5;
    transition: all 0.5s;
}

.itemDt:hover img {
    opacity: 1;
}

/*footer*/
.footer_top {
}

.footer_top .wrap-content {
    padding: 2rem 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px dashed #ffffff66;
}

.logo-ft {
    width: 25%;
}

.logo-ft img {
    max-height: 62px;
}

.list_social_footer {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 25%;
    text-align: right;
}

.list_social_footer li {
    display: inline-block;
    margin: 0 2px 3px;
    transition: all 0.5s;
}

.list_social_footer li:hover {
    transform: rotate(15deg);
}

.slogane-ft {
    width: 46%;
    color: #FFF;
    text-align: center;
    font-family: LNTH-PaleBlueEyes;
    font-size: 36px;
    font-weight: 400;
    text-transform: capitalize;
}

.footer {
    background: url(../images/bg_ft1.png) no-repeat bottom right, var(--color-green);
    position: relative;
    margin-top: 3rem;
}

.footer:before {
    content: '';
    width: 100%;
    height: 20px;
    background: url(../images/line5.png) repeat-x bottom center;
    position: absolute;
    top: -20px;
    left: 0;
}

.footer_wrapper {
    padding: 3rem 0 2rem;
}

.footer_wrapper .wrap-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    color: #fff;
}

.Footer-col:nth-child(1) {
    width: 28%;
}

.Footer-col:nth-child(2) {
    width: 16%;
}

.Footer-col:nth-child(3) {
    width: 19%;
}

.Footer-col:nth-child(4) {
    width: 28%;
    max-width: 325px;
}

.Footer-title {
    color: #FFF;
    font-size: 20px;
    font-family: "Montserrat Alternates";
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 1.5rem;
}

.footer-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-ul li {
    margin-bottom: 10px;
}

.footer-ul li a {
    color: #fff;
    text-transform: capitalize;
    transition: all 0.5s;
    font-size: 15px;
}

.footer-ul li a i {
    margin-right: 5px;
    font-size: 7px;
    vertical-align: middle;
}

.footer-ul li a:hover {
    color: var(--color-ye);
    padding-left: 5px;
}

.footer-info {
    margin-bottom: 1rem;
}

.copyright {
}

.copyright .wrap-content {
    padding: 1.5rem 10px;
    border-top: 1px dashed #ffffff66;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-info {
    margin-bottom: 1rem;
}

.copyright p {
    width: 50%;
    color: #fff;
}

.copyright p b {
    font-weight: 600;
    color: var(--color-ye);
}

.list_tt {
    width: 45%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 7px;
}

.validation-newsletter {
    width: 100%;
}

.newsletter_container {
    width: 100%;
}

.newsletter_input {
    margin-bottom: 1rem;
}

.newsletter_input input {
    height: auto;
    padding: 14px 16px;
    font-size: 16px !important;
    font-weight: 400;
    background: #40664A;
    outline: none;
    border: none;
    border-radius: 1.5rem;
    color: #fff;
}

.newsletter_input input::placeholder {
    color: #ffffff80;
}

.newsletter_button {
    width: 100%;
    background: #fff;
    color: var(--color-green);
    font-size: 16px;
    font-weight: 600;
    border-radius: 2rem;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}

.newsletter_button input {
    width: 100%;
    height: auto;
    padding: 13px 30px 13px 10px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--color-green);
    background: none;
}

.newsletter_button input::placeholder {
    text-align: left;
}

.newsletter_button label {
    width: 39px;
    height: 39px;
    background: var(--color-ye);
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    position: absolute;
    top: 5px;
    right: 5px;
}

.newsletter_button:hover {
    background: var(--color-ye);
}

.newsletter_button:hover label {
    background: #fff;
}

.Boxvideo {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1rem;
}

.video {
    width: calc((100% - 2rem)/3);
    border-radius: 15px;
}

/* responsive */
@media screen and (max-width: 1466px) {
    .slideshow .slick-prev, .slideshow .slick-next {
        width: 55px;
        height: 20px;
    }

    .nameSli {
        font-size: 54px;
        line-height: 54px;
    }

    .descSli {
        font-size: 17px;
    }

    .linkSli a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1366px) {
    .infoSli {
        top: 60%;
    }

    .nameSli {
        margin-bottom: 1rem;
        font-size: 50px;
        line-height: 50px;
    }

    .descSli.text-split {
        margin: 0px auto 1rem;
    }

    .title-desk small {
        font-size: 22px;
    }

    .title-desk h2 {
        font-size: 28px;
        line-height: 38px;
    }
}

@media screen and (max-width: 1330px) {
    .QuestionRight:after {
        width: 111px;
        height: 123px;
        top: 3rem;
        right: -1rem;
    }
}

@media screen and (max-width: 1270px) {
    .list__products__slide .slick-prev, .list__products__slide .slick-next {
        top: 100%;
        width: 40px;
        height: 40px;
        box-shadow: 0 0 5px #0c9447ad;
        border-radius: 7px;
        transform: translate(0, -100%);
    }

    .list__products__slide {
        padding-bottom: 4rem;
    }

    .list__products__slide .slick-prev:before, .list__products__slide .slick-next:before {
        color: var(--color-green);
    }

    .list__products__slide .slick-prev {
        left: calc(50% - 45px);
    }

    .list__products__slide .slick-next {
        right: calc(50% - 45px);
    }
}

@media screen and (max-width: 1230px) {
    .menu-m {
        padding: 10px 0
    }

    .menu-slide .col-lg-3 {
        display: none
    }

    .menu-slide .col-lg-9 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .block-menu {
        background: #fff
    }

    .block-menu.sticky {
        background: #fff
    }

    .mb15_1230 {
        margin-bottom: 15px
    }

    .QuestionRight:after {
        display: none;
    }
}

@media (max-width: 1200px) {
    .row-20 {
        margin: 0;
    }

    .nameSli {
        font-size: 45px;
        line-height: 45px;
        -webkit-text-stroke-width: 2px;
    }

    .descSli {
        font-size: 16px;
    }

    .linkSli a {
        font-size: 16px;
    }

    #header {
        position: relative;
    }

    .infoSli {
        top: 60%;
    }

    #hamburger, #hamburger svg {
        /* width: 45px; */
        height: 45px;
    }

    .search-res .icon-search, .cartHead {
        width: 45px;
        height: 45px;
        font-size: 15px;
    }

    .bar-menu, .menuRight {
        width: 100px;
    }

    .titleAbout h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .titleAboutKhach p b {
        font-size: 55px;
    }

    .itemTc p {
        font-size: 18px;
    }
}

@media (max-width: 1100px) {
    .menu ul li a {
        font-size: 15px;
    }

    .title-dm-left h2 {
        font-size: 28px;
    }

    .nameProList {
        font-size: 22px;
    }
}

@media (max-width: 1024px) {
    .nameSernb {
        font-size: 18px;
    }

    .dts-wrap-services {
        padding: 1.5rem 0;
    }

    .iconSernb, .iconSernb img {
        height: 55px;
    }

    .descSernb h3 {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 10px;
    }

    .BoxCongnghe {
        gap: 10px;
    }

    .itemCongnghe {
        width: calc((100% - 30px) / 4);
        padding: 0 1rem 2rem;
    }

    .nameCongnghe {
        font-size: 18px;
        line-height: 26px;
    }

    .title-desk2 h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .title-desk3 h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .i-so b {
        font-size: 54px;
    }
}

@media (min-width: 992px) {
}

@media (max-width: 991px) {
    #show_popup {
        transform: scale(.8)
    }

    .mb15_991 {
        margin-bottom: 15px
    }

    .mb10_991 {
        margin-bottom: 10px
    }

    .title-cart {
        font-size: 15px
    }

    .cupponBox_info h3 {
        font-size: 14px
    }

    .quantity-pro-detail {
        max-width: 105px
    }

    .quantity-pro-detail span {
        width: 35px;
        height: 35px
    }

    .quantity-pro-detail span i {
        line-height: 35px;
        width: 35px;
        height: 35px
    }

    .quantity-pro-detail input {
        height: 35px;
        width: calc(100% - 70px)
    }

    .group-quantity-pro-detail {
        width: 105px
    }

    .group-cart-pro-detail {
        flex: 0 0 calc(100% - 105px);
        -ms-flex: 0 0 calc(100% - 105px);
        max-width: calc(100% - 105px)
    }

    .procart {
        padding: 8px 0
    }

    .procart+.procart {
        border-top: 1px solid #f1f1f1
    }

    .pic-procart {
        flex: 0 0 60px;
        -ms-flex: 0 0 60px;
        max-width: 60px
    }

    .pic-procart .del-procart {
        top: 0;
        left: 0;
        position: static;
        margin: 5px auto 0 auto
    }

    .cover-list-pro {
        border-radius: 0;
        box-shadow: none
    }

    .section-cart.bot, .section-cart.top {
        padding: 0
    }

    .section-cart h4 {
        font-size: 15px;
        padding: 0 0 15px 0;
        margin-bottom: 15px
    }

    .section-cart>p {
        font-size: 13px;
        margin-bottom: 5px
    }

    .section-cart .list-procart {
        padding: 0;
        border: 0;
        border-radius: 0
    }

    .gallery-thumb-pro {
        margin-top: 5px
    }

    .left-pro-detail {
        width: 50%;
    }

    .center-pro-detail {
        width: calc(50% - 1rem);
    }

    .right-pro-detail {
        width: 100%;
        margin-top: 1rem;
        border-left: none;
        display: flex;
        padding: 0;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .pro-cir-item, .pro-sppay-item {
        width: calc((100% - 1rem) / 2);
        margin: 0;
    }

    .name-cirteria2 {
        font-size: 16px;
    }

    .product__price {
        text-align: center;
        flex-wrap: wrap
    }

    .product__price .price__pro_new {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 5px
    }

    .product__price .price__pro_old {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%
    }

    .product__price .price__pro_new+.price__pro_old {
        margin-left: 0
    }

    .section-main .form-search {
        width: 100%
    }

    .tabs-pro-detail .nav-tabs .nav-link {
        font-size: 13px !important
    }

    .header__menu {
        display: none
    }

    .header__top {
        display: none
    }

    .top-cart {
        margin-top: 2rem
    }

    .cart-sticky {
        position: sticky;
        top: 60px
    }

    .d-lg-list {
        display: list-item !important
    }

    .ProMoi_left {
        width: 100%;
        margin-bottom: 2rem;
    }

    .title-promoi {
        margin: 0rem 0 1rem;
        text-align: center;
    }

    .ul-tabs-Pro {
        max-width: 400px;
        justify-content: space-between;
        margin: 0px auto;
    }

    .ul-tabs-Pro li {
        width: calc((100% - 1rem)/2);
    }

    .ProMoi_right {
        width: 100%;
    }

    .ProTags_loop {
        padding: 0 10px;
    }

    .footer_wrapper {
        padding: 2rem 0 2rem;
    }

    .footer_wrapper .wrap-content {
        gap: 1rem;
    }

    .Footer-col:nth-child(1) {
        width: 100%;
        text-align: center;
    }

    .Footer-col:nth-child(2), .Footer-col:nth-child(3) {
        width: 30%;
    }

    .Footer-col:nth-child(4) {
        width: 34%;
        max-width: 325px;
    }

    .nameProOwl {
        font-size: 18px;
    }

    .headTopLeft {
        width: 100%;
        max-width: fit-content;
        text-align: center;
        margin: 0px auto;
    }

    .dts-headTop .wrap-content {
        padding: 10px 10px;
        gap: 10px;
    }

    .headTopRight {
        display: none;
    }

    .headTopCen {
        width: 100%;
    }

    .footer_top .wrap-content {
        gap: 10px;
    }

    .logo-ft {
        width: 100%;
        text-align: center;
    }

    .slogane-ft {
        width: 100%;
    }

    .list_social_footer {
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 870px) {
    .section-slider {
    height: 300px;
}

.section-slider img {
    height: 300px;
    object-fit: cover;
}
    .descSli.text-split, .nameSli {
        display: none;
    }
.dts-headTopMobi.wrap-content {
    position: absolute;
}

    .nameSli {
        font-size: 36px;
        line-height: 36px;
    }

    .aboutLeft {
        width: 100%;
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .aboutRight {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
    }

    .picAbout {
        width: 100%;
    }

    .picAbout img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .BoxAboutKhach {
        margin-bottom: 0rem;
        width: 48%;
    }

    .BoxAboutTieuchi {
        width: 50%;
    }

    .nameProIndex {
        font-size: 22px;
    }

    .nameListPro {
        font-size: 20px;
    }

    .nameProFull {
        padding-bottom: 10px;
    }

    .infoProIndex {
        gap: 10px;
    }

    .itemCongnghe {
    }

    .itemCongnghe:after {
        width: calc(100% - 20px);
        bottom: 10px;
        left: 10px;
    }

    .itemCongnghe:hover:after {
        height: calc(100% - 20px - 56px);
    }

    .QuestionLeft {
        width: 100%;
    }

    .QuestionRight {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        border-radius: 20px;
        overflow: hidden;
    }

    .picQaRight {
        border-radius: 0;
        width: 40%;
    }

    .picQaRight img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .descQaRight {
        width: 60%;
        border-radius: 0;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        padding: 1rem;
        text-align: center;
    }

    .descQaRight p {
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 768px) {
    .wrapper {
        max-width: 750px
    }
}

@media screen and (max-width: 768px) {
    #show_popup {
        transform: scale(.7)
    }

    .tieuchi {
        padding: 20px 0
    }

    .gioithieu {
        padding: 30px 0
    }

    .gioithieu--title {
        font-size: 24px
    }

    .info {
        padding: 12.5px 0
    }

    .info-procart {
        padding: 0 10px
    }

    .info__product-detail {
        padding-top: 15px
    }

    .info__product-detail--content {
        padding: 10px
    }

    .info__product-detail--content--title {
        font-size: 20px
    }

    .all__list {
        padding: 12.5px 0
    }

    .list__product {
        padding: 12.5px 0
    }

    .list__products {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }

    .list__filter__pro ul {
        flex-wrap: wrap;
        gap: 10px
    }

    .list__capacity {
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }

    .list-news-other {
        width: 100%
    }

    .row-news {
        margin: 15px -5px 0 -5px
    }

    .row-product {
        margin: 20px -5px 0 -5px
    }

    .row.product {
        margin-top: -7px;
        margin-bottom: -7px
    }

    .col-news {
        padding: 0 5px;
        margin-bottom: 10px
    }

    .col-product {
        padding: 0 5px;
        margin-bottom: 10px
    }

    .price-new-pro-detail {
        font-size: 16px
    }

    .price-old-pro-detail {
        font-size: 13px;
        padding: 0 7px
    }

    .box__product {
        margin: 7px 0
    }

    .box__product.slick-slide {
        padding: 5px;
        margin: 5px
    }

    .box__product--sale {
        font-size: 14px
    }

    .box__product--null, .box__product--regular {
        font-size: 13px
    }

    .box__product--price {
        gap: 2px;
        flex-direction: column;
        min-height: 34px
    }

    .box__product--name {
        font-size: 13px
    }

    .primary_nav {
        flex-direction: column;
        gap: 14px
    }

    .product__navControl {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%
    }

    .product__navSlide {
        width: 80%;
        margin: 0
    }

    .product__navSlide__item a {
        font-size: 12px;
        padding: 7px
    }

    .brand-catalogy__list {
        grid-template-columns: repeat(3, 1fr)
    }

    .control__mobile {
        display: block
    }

    .product__navControl__item-pc {
        display: none
    }

    .menu-slide.wrap-content {
        padding: 5px
    }

    .wrap-content_lg {
        padding: 5px
    }

    .slide__container {
        display: block;
        padding: 5px 0
    }

    .titleMain h2 {
        font-size: 24px
    }

    .title-pro-detail {
        font-size: 20px
    }

    .faq__list__pro--title {
        margin-bottom: 10px
    }

    .faq__list__pro--title span {
        font-size: 18px
    }

    .faq__list__pro {
        margin-bottom: 15px;
        padding: 10px
    }

    .accordion-header h3 a {
        font-size: 14px
    }

    .box.news--name {
        font-size: 14px
    }

    .box.news--content {
        padding: 10px 0
    }

    .box.news--pic {
        border-radius: 5px
    }

    .mb15_767 {
        margin-bottom: 15px
    }

    .technologyNews__wrapper {
        padding-bottom: 20px
    }

    .technologyNews__item__title {
        font-size: 14px
    }

    .technologyNews__title h2 {
        font-size: 20px
    }

    .tagsSearch__item {
        font-size: 12px
    }

    .keyword__autoComplete__container {
        gap: 5px
    }

    .keyword__autoComplete__container a {
        font-size: 12px;
        padding: 10px
    }

    .group__action__addCart {
        flex-direction: column
    }

    .btn__buyNowPro {
        width: 100%
    }

    .btn__addCartPro {
        width: 100%
    }

    .btn__addCartPro a {
        padding: 5px
    }

    span.info__product-detail--content--title {
        font-size: 20px
    }

    .attr-content-pro-detail--color {
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }

    .section-slider {
        padding: 0;
    }

    .dts-wrap-tags {
        padding: 1rem 0;
    }

    .title-tags-product .wrap-content {
        gap: 1rem;
        justify-content: center;
        text-align: center;
    }

    .name-tags {
        width: 100%;
        font-size: 22px;
    }

    .desc-tags {
        width: 100%;
    }

    .title-tags-product {
        margin-bottom: 1rem;
    }

    .iProTags {
        margin: 10px 0;
    }

    .iProTags:hover {
        transform: scale(1.0);
        border: 1px solid var(--color-ye);
    }

    .dknt-left {
        width: 100%;
        text-align: center;
    }

    .dknt-right {
        width: 100%;
        margin: 1rem auto 0;
    }

    .title-dknt p {
        max-width: 100%;
    }

    .validation-newsletter.w-clear {
        max-width: 550px;
        margin: 0px auto;
    }

    .title-dknt {
        text-align: center;
    }

    .iTieuchi {
        width: calc((100% - 1rem) / 2);
        border-radius: 20px;
    }

    .desc-tt {
        width: 100%;
    }

    .Footer-col:nth-child(2), .Footer-col:nth-child(3) {
        width: 100%;
    }

    .Footer-col:nth-child(4) {
        width: 100%;
        text-align: center;
        margin: 0px auto;
        max-width: 100%;
    }

    .Footer-title {
        text-align: center;
    }

    .Footer-title:before {
        left: calc(50% - 20px);
    }

    .footer-ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        gap: 10px;
        text-align: center;
    }

    .footer-ul li {
        width: calc((100% - 10px)/2);
        margin: 0;
    }

    .copyright p {
        width: 100%;
        text-align: center;
    }

    .list_tt {
        width: 100%;
        justify-content: center;
    }

    .copyright .wrap-content {
        gap: 10px;
        padding: 1rem 10px;
        flex-wrap: wrap;
    }

    .left-pro-detail {
        width: 100%;
    }

    .ProDetailBox {
        gap: 1rem;
    }

    .center-pro-detail {
        width: 100%;
    }

    .titleMain2 h2 {
        font-size: 23px;
    }

    .itemCongnghe {
        width: calc((100% - 10px) / 2);
    }

    .title-desk h2, .titleAbout h2, .title-desk2 h2, .title-desk3 h2, .titleFBright h5 {
        font-size: 24px;
        line-height: 32px;
    }

    .VisaoFull {
        margin-top: 1rem;
        max-width: 100%;
    }

    .playVideo {
        width: 100px;
        height: 120px;
    }

    .playVideo svg {
        width: 45px;
    }

    .feedbackLeft {
        width: 100%;
        max-width: max-content;
        margin: 0px auto 2rem;
    }

    .feedbackRight {
        width: 100%;
    }

    .picFBleft {
        max-width: 535px;
    }

    .titleFBright {
        text-align: center;
    }

    .namchay {
        width: calc((100% - 1rem) / 2);
    }

    .dts-wrap-thongso {
        padding: 3rem 0;
    }

    .nameBlogIndex {
        font-size: 20px;
        line-height: 25px;
    }

    .dts-wrap-dktv .wrap-content {
        gap: 1rem;
    }

    .TuvanLeft {
        width: 100%;
        display: flex;
        max-width: 100%;
        justify-content: space-between;
        align-items: stretch;
    }

    .picTvLeft {
        margin: 0;
        width: 49%;
    }

    .picTvLeft img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .infoTvLeft {
        width: 49%;
        padding: 2rem;
    }

    .dts-wrap-dktv .wrap-content {
        gap: 1rem;
    }

    .itemTv p b {
        font-size: 18px;
    }

    .TuvanRight {
        width: 100%;
    }

    .title-desk h2, .titleAbout h2, .title-desk2 h2, .title-desk3 h2, .titleFBright h5 {
        font-size: 22px;
        line-height: 30px;
    }

    .BoxProduct {
        gap: 1rem;
    }

    .iProduct {
        width: calc((100% - 1rem) / 2);
    }

    .nameProduct {
        font-size: 20px;
    }

    .itemSer {
        width: calc((100% - 1rem) / 2);
    }

    .itemBlog {
        width: calc((100% - 1rem) / 2);
    }

    .video {
        width: calc((100% - 1rem)/2);
    }
}

@media screen and (min-width: 701px) {
}

@media screen and (max-width: 750px) {
    .iProduct {
        width: calc((100% - 1rem) / 2);
    }
}

@media screen and (max-width: 700px) {
    .sliderLeft {
        width: 100%;
        text-align: center;
    }

    .sliderRight {
        width: 100%;
    }

    .infoSli {
        justify-content: center;
    }

    .BoxSlider:before {
        top: 0;
    }

    .BoxSlider:after {
        bottom: 0;
    }

    .title-dm-left, .title-dm-right {
        width: 100%;
        text-align: center;
    }

    .dts-wrap-listproduct {
        padding: 1rem 0;
    }

    .VisaoFull {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .itemVisao {
        padding: 0rem 10px;
        width: calc((100% - 20px)/2);
        text-align: center;
    }

    .itemVisao:nth-child(2) {
        border: none;
    }
}

@media (max-width: 650px) {
    .nameSernb {
        line-height: 22px;
        font-size: 16px;
    }

    .infoSernb {
        height: 80px;
    }

    .nameSli {
        font-size: 32px;
        line-height: 32px;
        -webkit-text-stroke-width: 1px;
    }

    .descSli {
        margin: 0px auto 0rem;
    }

    .slideshow .slick-prev, .slideshow .slick-next {
        width: 35px;
        height: 15px;
    }

    .BoxAboutKhach, .BoxAboutTieuchi {
        width: 100%;
    }

    .aboutRight {
        gap: 1rem;
    }

    .aboutLeft {
        margin-bottom: 1rem;
    }

    .descProIndex {
        display: none;
    }

    .viewProIndex a {
        font-size: 16px;
    }

    .dts-wrap-about {
        padding: 1rem 0;
    }

    .excerptProduct {
        width: calc(100% - 3.5rem);
        font-size: 15px;
        line-height: 22px;
    }

    .readmoreProduct {
        width: 45px;
    }

    .readmoreProduct svg {
        width: 45px;
    }

    .infoProduct {
        width: calc(100% - 2rem);
        left: 1rem;
    }
}

@media (max-width: 600px) {
    .section-slider {
    height: 300px;
}

.section-slider img {
    height: 300px;
    object-fit: cover;
}

.linkSli a {
    font-size: 15px;
    padding: 4px 4px 4px 10px;
}

a#hamburger span {
    font-size: 16px;
}

#hamburger svg {
    width: 40px;
}

.linkSli a span {
    width: 40px;
    height: 40px;
}
}

@media screen and (min-width: 576px) {

    #show_popup {
        transform: scale(.6);
    }

    .wrapper {
        max-width: 570px;
    }

    .mb15_576 {
        margin-bottom: 15px;
    }

    .social_fixed {
        bottom: 80px;
    }

    .item-categories-outer {
        width: 70px !important;
    }

    .item-categories-outer a {
        min-height: 90px !important;
        background-size: 40px !important;
    }

    .item-categories-outer a span {
        font-size: 10px !important;
    }
}

@media (max-width: 575px) {
    .itemProList {
        padding: 1rem 10px;
    }

    .picProList {
        margin: 0px auto 10px;
    }

    .nameProList {
        font-size: 20px;
    }

    .countProList {
        font-size: 14px;
    }

    .title-dknt h3, .title-promoi, .name-tags h3 {
        font-size: 28px;
    }

    .titSli {
        font-size: 14px;
    }

    .descSernb p {
        display: none;
    }

    .descSernb h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .slogane-ft {
        font-size: 32px;
    }

    .TuvanLeft {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .TuvanRight {
        padding: 2rem;
    }

    .picTvLeft {
        width: 100%;
    }

    .infoTvLeft {
        width: 100%;
    }

    .descQaRight p {
        font-size: 22px;
        line-height: 31px;
    }

    .i-so b {
        font-size: 44px;
    }

    .i-so {
        line-height: 46px;
    }

    .descSli {
        display: none;
    }

    .nameSli {
        margin-bottom: 0;
    }

    .VisaoLeft {
        width: 100%;
        margin-bottom: 1rem;
    }

    .VisaoRight {
        width: 100%;
    }

    .menu-m-inside {
        padding: 0.5rem 10px;
    }

    .search-res .icon-search, .cartHead {
        width: 40px;
        height: 40px;
    }

    .search-res .icon-search svg, .cartHead svg {
        width: 15px;
    }

    .bar-menu, .menuRight {
        width: 90px;
    }

    #hamburger, #hamburger svg {
        /* width: 40px; */
        height: 40px;
    }

    .logoMb img {
        max-height: 55px;
    }

    .headTopLeft {
        display: none;
    }

    .descProduct {
        display: none;
    }

    .BoxProduct {
        gap: 10px;
    }

    .iProduct {
        width: calc((100% - 10px) / 2);
    }

    .nameBlogIndex {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 525px) {
    .itemKhach {
        padding: 1rem 1rem;
    }

    .iTieuchi {
        padding: 1rem;
    }

    .iTieuchi b {
        line-height: 40px;
    }

    .pro-cir-item, .pro-sppay-item {
        width: 100%;
    }

    .picQaRight {
        width: 100%;
    }

    .descQaRight {
        width: 100%;
    }

    .iconSernb, .iconSernb img {
        height: 40px;
    }

    .viewSernb {
        padding: 5px 1rem;
        font-size: 13px;
    }

    .Boxvideo {
        gap: 10px;
    }

    .video {
        width: calc((100% - 10px) / 2);
    }
}

@media (max-width: 475px) {
    .footer-ul li {
        width: 100%;
    }

    .itemBlog {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .mb15_375 {
        margin-bottom: 15px
    }
}

.support-content .story-text {
    position: absolute;
    width: auto;
    height: auto;
    top: 7px;
    right: 55px;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    background: var(--color-dark-ye);
    border-radius: 20px;
    text-transform: uppercase;
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
    text-align: center;
    white-space: nowrap;
    transition: all .3s ease-in-out;
}

.support-content:hover .story-text {
    opacity: 1 !important;
    transform: none !important;
}

.support-content {
    position: relative;
}

.support-content .story-text:after {
    content: '';
    position: absolute;
    right: -17px;
    bottom: auto;
    top: calc(50% - 10px);
    border-width: 10px 10px 10px 10px;
    border-color: transparent transparent transparent var(--color-dark-ye);
    width: 0;
    height: 0;
    border-style: solid;
    transform: rotate(0deg);
}
