@charset "UTF-8"; /*main*/
:root {
    --color-brown: #603913;
    --color-or: #F47C20;
    --color-x-green: #A0BE3D;
    --color-min-green: #7CC245;
    --color-green: #0C9447;
    --color-red: #DA3337;
    --animate-delay: 0.5s;
    --footer-color: #fff;
    --four-color: #fbad37;
    --hover-color: black;
    --main-color: #F47C20;
    --sec-color: #fb4141;
    --thir-color: #6e6e6e
}

@font-face {
    font-family: 'SVN-Gilroy';
    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: 'SVN-Gilroy';
    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: 'SVN-Gilroy';
    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: 'SVN-Gilroy';
    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: 'SVN-Gilroy';
    src: url('../fonts/SVN-GilroyMedium.woff2') format('woff2'), url('../fonts/SVN-GilroyMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.unbounded {
    font-family: "Unbounded", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body {
    font-family: 'SVN-Gilroy';
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.full {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
}

a {
    color: inherit;
    transition: .3s
}

a:hover {
    text-decoration: none;
    color: #333;
}

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: 1230px;
    padding: 0 15px
}

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

.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: #333;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #333;
}

.breadcrumb {
    background: #f7ede5;
    padding: 10px 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
}

/*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-evenly;
    width: 100%;
}

.menu ul.primary-menu > li {
    text-align: center;
}

.menu ul.primary-menu > li > a {
}

.menu ul li {
    position: relative;
    z-index: 1;
}

.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: 18px 16px;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

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

.menu ul li a.has-child::after {
    content: "";
    position: absolute;
    bottom: calc(50% - 2px);
    right: 5px;
    width: 5px;
    height: 5px;
    border: 1px solid #fafafa;
    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 {
    background: var(--color-brown);
    color: #fff;
}

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

.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: 500;
    font-size: 14px;
    text-align: left;
    color: #313131;
    border-bottom: 1px solid #ececec;
}

.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: 20px;
    position: relative;
    width: 35px;
    color: var(--color-green);
}

#hamburger span, #hamburger::after, #hamburger::before {
    background: var(--color-green);
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition-property: transform, top, bottom, left, opacity;
    transition: none .5s ease .5s;
    width: 100%
}

#hamburger::before {
    top: 0
}

#hamburger span {
    top: 50%;
    transform: translateY(-50%)
}

#hamburger::after {
    bottom: 0
}

.mm-wrapper_opening #hamburger::after, .mm-wrapper_opening #hamburger::before {
    top: 10px
}

.mm-wrapper_opening #hamburger span {
    left: -50px;
    opacity: 0
}

.mm-wrapper_opening #hamburger::before {
    transform: rotate(45deg)
}

.mm-wrapper_opening #hamburger::after {
    transform: rotate(-45deg)
}

.contact-mmobile {
    color: #000 !important
}

.mm-menu_opened {
    display: flex !important
}

.menu-m {
    box-shadow: 0 0 10px rgb(12 148 71 / 36%);
}

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

.menu-m .menu-m-inside img {
    max-height: 60px
}

.mm-listitem>a {
    border-bottom: 1px solid #f0f0f0;
    font-weight: 400;
    text-transform: capitalize;
}

.mm-btn:after, .mm-btn:before {
    border: 2px solid var(--mm-color-button);
    border-bottom: none;
    border-right: none;
}

.header-mmenu {
    display: none
}

/*search-res*/
.search-res {
    position: relative
}

.search-res .icon-search {
    color: #212529;
    cursor: pointer;
    font-size: 17px;
    height: 40px;
    line-height: 38px;
    margin: 0;
    text-align: center;
    width: 40px;
    color: var(--color-green);
    border: 2px solid var(--color-green);
    border-radius: 7px;
}

.search-res .icon-search.active {
    background: #fff;
    border-radius: 100%;
    color: #1e4071
}

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

.search-res .search-grid input {
    border: none;
    color: #333;
    float: right;
    line-height: 38px;
    outline: 0;
    width: calc(100% - 35px)
}

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

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

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

.search-res .search-grid.active {
    opacity: 1;
    width: 230px
}

/*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
}

/*tieuchi*/
.tieuchi {
    background-size: cover;
    background: #f5f5f5 center no-repeat;
    overflow: hidden;
    padding: 40px 0
}

.box__tieuchi {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.box__tieuchi:hover img {
    transform: rotateY(180deg)
}

.box__tieuchi:hover .box__tieuchi--name {
    color: #1e4071
}

.box__tieuchi--pic {
    flex-shrink: 0;
    margin-bottom: 10px
}

.box__tieuchi--pic img {
    max-height: 100px;
    transition: .5s
}

.box__tieuchi--content {
    text-align: center
}

.box__tieuchi--name {
    color: #212529;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .5s
}

.box__tieuchi--desc {
    color: #636366
}

.box__tieuchi__row {
    flex-direction: row
}

.box__tieuchi__row--pic {
    margin-bottom: 0;
    margin-right: 15px
}

.box__tieuchi__row--content {
    text-align: left
}

/*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
}

/*gioithieu*/
.gioithieu {
    overflow: hidden;
    padding: 60px 0
}

.gioithieu--title {
    color: #1e4071;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase
}

.gioithieu--title span {
    color: #6e6e6e
}

.gioithieu--desc {
    margin-bottom: 24px
}

.gioithieu .d-flex {
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between
}

.gioithieu .d-flex .btn--gioithieu {
    align-items: center;
    background: #1e4071;
    border-radius: 3px;
    color: #fff;
    display: flex;
    font-size: 14px;
    justify-content: center;
    min-height: 36px;
    min-width: 147px;
    padding: 0 10px;
    text-transform: capitalize;
    width: -moz-fit-content;
    width: fit-content
}

.gioithieu .d-flex .btn--gioithieu:hover {
    background: #000;
    color: #fff;
    text-decoration: none
}

.gioithieu .d-flex .hotline {
    align-items: center;
    display: flex;
    gap: 10px
}

.gioithieu .d-flex .hotline p {
    color: #212529;
    font-size: 12px
}

.gioithieu .d-flex .hotline a {
    color: #1e4071;
    font-size: 16px;
    line-height: 1.2
}

.gioithieu .d-flex .hotline a:hover {
    color: #fb4141
}

.info {
    background-size: cover;
    background: #1e4071 center no-repeat;
    padding: 25px 0
}

.info--container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between
}

.info .item {
    align-items: center;
    display: flex;
    gap: 10px
}

.info .item h3 {
    font-size: unset
}

.info .item h3 a {
    color: #fff;
    font-size: 16px;
    line-height: 1.2
}

/*all__list*/
.all__list {
    overflow: hidden;
    padding: 25px 0
}

.list__product {
    padding: 25px 0
}

.row.product {
    margin-bottom: -30px;
    margin-top: -30px
}

.box__product {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    margin: 15px 0;
    margin: 30px 0;
    position: relative
}

.box__product:hover .box__product--content {
    transition: .7s
}

.box__product--content {
    background: #fff;
    text-align: center
}

/*duan*/
.duan {
    overflow: hidden;
    padding: 50px 0
}

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

.box__duan--content {
    align-items: start;
    background: linear-gradient(0deg, rgba(30, 64, 113, .5) 0, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: end;
    left: 0;
    padding: 15px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.box__duan--name {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    pointer-events: all
}

.box__duan--name:hover {
    color: #fb4141
}

.box__duan--date {
    color: #fff
}

.box__duan--btn {
    bottom: 15px;
    color: #fff;
    pointer-events: all;
    position: absolute;
    right: 15px
}

.box__duan--btn i {
    font-size: 12px;
    margin-left: 5px
}

.box__duan--btn:hover {
    color: #fb4141
}

#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: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.list-news-other {
    list-style: disc;
    padding-left: 17px;
    width: 100%;
}

.list-news-other li {
    padding: 7px 0
}

.list-news-other li:not(:last-child) {
    border-bottom: 1px solid #eee
}

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

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

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

.left-pro-detail {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    margin-bottom: 20px;
    max-width: 40%;
    padding-right: 10px;
    position: relative;
    text-align: center
}

.left-pro-detail .MagicZoom {
    background-color: #fff;
    position: relative;
    z-index: 10
}

.right-pro-detail {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    margin-bottom: 20px;
    max-width: 60%;
    padding-left: 30px
}

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

.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;
    font-size: 23px;
    height: 25px;
    opacity: 1;
    width: 25px
}

.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: 2px solid transparent;
    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: #212529;
    color: #333;
    font-size: 22px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    text-transform: capitalize
}

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

.attr-label-pro-detail {
    color: #212529;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.attr-content-pro-detail {
    margin-bottom: 0
}

.price-new-pro-detail {
    color: var(--color-or);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.price-old-pro-detail {
    color: #6c757d;
    font-size: 16px;
    padding: 0 10px;
    text-decoration: line-through
}

.tabs-pro-detail .nav-tabs {
    justify-content: center;
    gap: 10px;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link {
    border-bottom: 2px solid transparent;
    border: 0;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: capitalize;
}

.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: var(--color-or);
    background: #f7ede5;
}

.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 input, .contact-input textarea {
    border-radius: 10px;
    background: #F8F8FA !important;
    height: auto;
    padding: 15px 15px;
    font-size: 15px !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

.contact-input textarea {
    height: 150px;
    resize: none
}

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

.contact-map {
    height: 500px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

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

.box.photo {
    text-align: center
}

.box.photo .hover-scale {
    border-radius: 5px
}

.box.photo .name {
    color: #333;
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: capitalize;
}

.box.photo .name:hover {
    color: var(--color-or)
}

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

#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-red);
}

#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;
    font-weight: 300;
}

.buymore-cart:hover {
    color: var(--color-red);
}

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

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

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
}

.section-cart h4 {
    border-bottom: 1px solid #eae4e8;
    color: var(--main-color);
    font-size: 16px;
    font-weight: 700;
    padding: 15px
}

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

.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-red);
    color: var(--color-red);
    border-radius: 7px;
}

.btn-outline-pro:hover {
    background: var(--color-green);
    color: #fff;
}

.btn-pro:hover {
    background: var(--color-red);
    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: 15px
}

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

.titleMain2 {
    margin-bottom: 2rem;
}

.titleMain2 h2 {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 1rem;
    position: relative;
}

.bar {
    height: 4px;
    width: 85px;
    background: var(--color-or);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 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 {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
    border-radius: 5px;
}

.pagination-cus .page-item:not(:first-child) .page-link {
    margin-left: 0
}

.pagination-cus .page-link {
    border: 0;
    color: var(--main-color);
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    width: 35px;
    font-weight: 500;
}

.pagination-cus .page-link:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
    z-index: 2
}

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

.social_fixed {
    align-items: center;
    top: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: fixed;
    right: 10px;
    z-index: 999999;
    transform: translate(0, -50%);
}

.support-online a {
    align-items: center;
    background: var(--color-or);
    border-radius: 100rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    display: flex;
    height: 55px;
    justify-content: center;
    position: relative;
    text-align: left;
    transition: .3s;
    width: 55px;
    overflow: hidden;
}

.support-online a:hover {
    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-name: fa-bounce;
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
    animation: unset
}

.support-online i, .support-online img {
    color: #fff;
    font-size: 20px;
    line-height: 1.9;
    max-height: 55px;
    max-width: 55px;
    position: relative;
    text-align: center;
    z-index: 999;
    border-radius: 50%;
}

.support-online .btn-support {
    cursor: pointer
}

.kenit-alo-circle-fill {
    background-color: rgba(30, 64, 113, .5);
    border-radius: 100%;
    border: 2px solid transparent;
    height: 60px;
    opacity: .75;
    position: absolute;
    right: -7.5px;
    top: -7.5px;
    transition: all .2s ease-in-out;
    transition: all .5s;
    width: 60px
}

.kenit-alo-circle {
    background-color: transparent;
    border-color: var(--main-color);
    border-radius: 100%;
    border: 1px solid rgba(30, 64, 113, .4);
    height: 55px;
    left: -5px;
    opacity: .1;
    opacity: .5;
    position: absolute;
    top: -5px;
    width: 55px
}

.social_fixed-phone {
    background: #181818;
    bottom: 0;
    color: #fff;
    display: none;
    height: 55px;
    left: 0;
    line-height: 45px;
    position: fixed;
    width: 100%;
    z-index: 50
}

.social_fixed-phone ul {
    display: flex;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

.social_fixed-phone ul li {
    -ms-flex: 0 0 100%/4;
    flex: 0 0 100%/4;
    max-width: 100%/4;
    width: 100%
}

.social_fixed-phone ul li a {
    align-items: center;
    border-left: 1px solid rgba(30, 64, 113, .2);
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 11px;
    height: 100%;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 2;
    padding-top: 3px;
    text-decoration: none
}

.social_fixed-phone ul li a i {
    font-size: 19px
}

.social_fixed-phone img {
    display: block;
    height: 19px;
    margin: 0 auto;
    max-width: 100%
}

.mobile_menu_section {
    flex-direction: column;
    padding: 10px 0;
    font-weight: 400;
    color: #333;
    !i; !; }

.mobile_menu_section .mobile_menu_section-title {
    color: var(--color-green);
    margin-bottom: 5px
}

.mobile_menu_section img, .mobile_menu_section svg {
    height: 14px;
    margin-right: 5px;
    max-height: 14px;
    max-width: 14px;
    width: 14px
}

.mobile_menu_section .mobile_menu_help {
    align-items: center;
    display: flex
}

.mobile_menu_help svg path {
    fill: #333;
}

.border-animation {
    animation: squares 3s linear 0s infinite;
    border-radius: 50%;
    border: 1px solid rgba(30, 64, 113, .5);
    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% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        opacity: 1;
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        background-position: 0 50%;
        color: #ffc853;
        opacity: 0;
        opacity: 1;
        transform: scale(1.6);
        transform: translateY(-8px)
    }
}

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

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

.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 {
    flex: 0 0 50%;
    max-width: 50%
}

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

/*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
}

/*technologyNews*/
.technologyNews__item {
    margin: 0 10px
}

.technologyNews__list__slide {
    margin: 0 -10px
}

.technologyNews__title h2 {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase
}

.technologyNews__item__title {
    -webkit-line-clamp: 2;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.technologyNews__item__thumbnail {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    margin-bottom: 14px;
    overflow: hidden
}

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

.technologyNews__navControl a {
    align-items: center;
    background: #d4001b;
    background: #e4e5e4;
    border-radius: 4500px;
    color: #181818;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    gap: 5px;
    line-height: normal;
    padding: 11px 25px;
    text-align: center
}

.technologyNews__wrapper {
    padding-bottom: 71px
}

.list__social {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 5px 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
}

.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 {
    ); background: var(--color-brown);
}

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-or);
    border-color: var(--color-or);
}

.btn-primary:hover {
    background: var(--color-brown);
}

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
}

span.price-new {
    color: var(--color-red);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

span.price-old {
    color: #b0b0b0;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: line-through;
    padding-left: 5px;
}

p.price-old-cart {
    text-decoration: line-through
}

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

.img__color__pro.text-center a {
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, .25)
}

.alert-warning {
    background: #f0fff6;
    border-color: #f0fff6;
    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
}

ul.list__social li {
    border-radius: 500px;
    transition: all .3s linear
}

ul.list__social li:hover {
    box-shadow: 0 0 10px 0 #000
}

a.btn__primary svg path {
    fill: #181818
}

.technologyNews__navControl a svg path {
    fill: #181818
}

li.filter__pro__item a svg {
    height: 18px;
    width: 18px
}

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

.product__navSlide__container .slick-track {
    margin-left: auto
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

div#popup .modal-content {
    background: 0 0;
    border: unset
}

div#popup .modal-dialog {
    border: unset;
    max-width: 600px
}

div#popup .modal-content .modal-header {
    border: unset;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 999
}

.text-decoration-line-through {
    text-decoration: line-through
}

/* back to top */
/*#Toptop//================================================== */
@-webkit-keyframes totop {
    0%, 100% {
        -webkit-transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(4px);
    }
}

@keyframes totop {
    0%, 100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
}

/*template*/
/*template news*/
.BoxNewsTemplate {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.ItemNews {
    width: calc((100% - 3rem)/3);
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    top: 0;
    transition: all 0.5s;
}

.ItemNews:hover {
    top: -5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.picNews {
    border-radius: 6px;
    margin-bottom: 10px;
}

.nameNews {
    font-size: 18px;
    line-height: 25px;
    -webkit-line-clamp: 2;
    min-height: 50px;
    margin-bottom: 10px;
    font-weight: 600;
}

.nameNews:hover {
    color: var(--color-or);
}

.ItemNews a {
    color: #333;
}

.descNews {
    -webkit-line-clamp: 3;
    font-size: 15px;
}

/*template product*/
.BoxProduct {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.itemProduct {
    width: calc((100% - 3rem)/4);
    padding: 0px 0px 10px;
    text-align: center;
    transition: all 0.4s;
}

.nameProduct {
    margin-bottom: 10px;
    line-height: 22px;
}

.nameProduct a {
    -webkit-line-clamp: 1;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.picProduct {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.picProduct span {
    position: absolute;
    top: 10px;
    left: -4px;
}

.nameProduct a:hover {
    color: var(--color-or);
}

/* header */
#header {
}

.dts-headSlogan {
    background: var(--color-brown);
    padding: 10px 0;
}

.dts-headSlogan .widthBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.dts-headSlogan p {
    width: calc(50% - 1rem);
    color: #fff;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.dts-headSlogan p svg {
    vertical-align: bottom;
}

.dts-headSlogan p:nth-child(2) {
    justify-content: flex-end;
    gap: 1rem;
}

.dts-headSlogan p:nth-child(2) span {
}

.dts-headSlogan p:nth-child(2) span:last-child {
    padding-left: 1rem;
    border-left: 1px solid #ffffff80;
}

.dts-headTop {
    padding: 1rem 0;
}

.dts-headTop .widthBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.logo-header {
    width: 20%;
    max-width: 161px;
}

.headTopCen {
    width: 50%;
    max-width: calc(100% - 14rem - 20%);
}

.dts-headBot {
    background: var(--color-or);
    box-shadow: rgb(167 74 3) 1px 4px 6px 0px inset, rgb(255 255 255 / 0%) -3px -3px 6px 1px inset;
}

.headTopHotline {
}

.headTopHotline a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.icon_call {
    width: 55px;
    height: 55px;
    background: var(--color-or);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.headTopHotline a span {
    width: calc(100% - 65px);
    color: #929292;
    font-weight: 600;
}

.headTopHotline a span b {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 700;
}

/*search*/
.search {
    position: relative;
    z-index: 9;
    width: 100%;
}

.form-search {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    display: flex;
    height: auto;
    overflow: hidden;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.form-search input {
    background: 0 0;
    height: 100%;
    padding: 18px 10px;
    width: calc(100% - 63px);
    color: #898989;
}

.form-search button {
    height: 26px;
    width: 63px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #D9D9D9;
    transition: all 0.5s;
    position: relative;
    top: 0;
}

.form-search button:hover {
    transform: scale(1.1);
    top: -5px;
}

/* slider */
.section-slider {
}

.slide__container {
}

.slide__main {
}

/*criteria*/
.dts-wrap-criteria {
    position: relative;
    margin: -3.5rem auto 0rem;
}

.itemTc {
    width: 94%;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    margin: 10px auto;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 85px;
    cursor: pointer;
    transition: all 0.5s;
}

.picTc {
    width: 55px;
}

.picTc img {
    max-height: 55px;
}

.nameTc {
    width: calc(100% - 65px);
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-transform: capitalize;
}

.itemTc:hover {
    box-shadow: 0px 0px 10px 0px rgb(244 124 32);
}

/* About */
.dts-wrap-about {
    padding: 2rem 0;
}

.dts-wrap-about .wrap-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.AboutLeft {
    width: 49%;
}

.AboutRight {
    width: 49%;
    max-width: 580px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.picAbout {
    position: relative;
    border: 2px solid var(--color-or);
    border-radius: 108px 108px 0px 0px;
    transition: all 0.7s;
    top: 0;
    right: 0;
    cursor: pointer;
}

.picA1 {
    padding: 10px;
    max-width: 420px;
}

.picA1 img {
    border-radius: 98px 98px 0px 0px !important;
    !i; !; }

.picA2 {
    position: absolute;
    padding: 6px;
    left: 0;
    max-width: 250px;
    top: 50%;
    transform: translate(0, -50%);
}

.picAbout img {
    border: 2px solid var(--color-or);
    border-radius: 108px 108px 0px 0px;
}

.AboutRight:hover .picA1 {
    top: -1rem;
    right: -1rem;
}

.AboutRight:hover .picA2 {
    left: -1rem;
}

.titleAbout {
    margin-bottom: 1.5rem;
    font-family: Unbounded;
}

.titleAbout p {
    color: var(--color-or);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.nameAbout {
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 45px;
}

.descAbout {
    -webkit-line-clamp: 6;
    font-size: 16px;
    color: #898989;
    font-weight: 500;
    margin-bottom: 2rem;
}

.viewAbout {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
    align-items: center;
}

.viewAll {
}

.viewAll a {
    display: inline-block;
    background: var(--color-or);
    color: #fff;
    padding: 10px 2rem;
    font-size: 16px;
    font-weight: 700;
    border-radius: 2rem;
    text-transform: capitalize;
    border: 2px solid var(--color-or);
    transition: all 0.5s;
}

.viewAll a i {
    vertical-align: text-bottom;
}

.viewAll a:hover {
    color: var(--color-or);
    background: #fff;
}

.callAbout {
    color: #333;
    !i; !; line-height: 22px;
}

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

.icon_callAb {
    width: 50px;
    height: 50px;
    background: var(--color-brown);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.callAbout span {
    font-weight: 600;
}

.callAbout span b {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

/* Khuyenmai */
.dts-wrap-km {
}

.dts-wrap-km .wrap-content {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.banner-km1 img, .banner-km2 img, .banner-km3 img {
    border-radius: 10px;
}

.banner-km1, .banner-km3 {
    width: calc((50% - 18px)/2);
    transition: all 0.5s;
    border-radius: 12px;
    overflow: hidden;
    line-height: 0;
}

.banner-km2 {
    width: calc(50% - 18px);
    transition: all 0.5s;
    border-radius: 12px;
    overflow: hidden;
}

.banner-km1:hover, .banner-km2:hover, .banner-km3:hover {
    box-shadow: rgb(184 80 0) 0px 3px 8px;
}

/* san pham noi bat */
.dts-wrap-product-tab {
    padding: 2rem 0;
}

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

.dtsProductLeft {
    width: 325px;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    overflow: hidden;
}

.dtsProductRight {
    width: calc(100% - 340px);
}

.titleLeft {
    background: var(--color-or);
    ); ) _; ); text-align: center;
    padding: 15px 10px;
    color: #FFF;
    font-family: Unbounded;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.titleLeft i {
    font-size: 16px;
    margin-right: 1rem;
}

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

.ListProIndex li {
    border-bottom: 1px solid #EBEBEB;
    transition: all 0.5s;
}

.ListProIndex li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 15px;
    gap: 10px;
}

.ListProIndex li:last-child {
    border-bottom: none;
}

.ListProIndex li:hover a h3 {
    color: var(--color-or);
}

.ListProIndex li:hover {
    background: #ffefe3;
}

.picproList {
    width: 30px;
}

.nameproList {
    width: calc(100% - 40px);
    color: #898989;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.itemProIn {
    width: 95%;
    margin: 0px auto;
}

.list__products__slide {
    padding-bottom: 1.5rem;
}

.list__products__slide .slick-prev {
    left: 0;
}

.list__products__slide .slick-next {
    right: auto;
    left: 41px;
}

.list__products__slide .slick-prev, .list__products__slide .slick-next {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #F1F1F1;
    top: auto;
    bottom: -2.5rem;
    transition: all 0.5s;
    transform: translate(0, 0);
}

.list__products__slide .slick-prev:before, .list__products__slide .slick-next:before {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    color: #333;
    font-size: 15px;
    font-weight: 700;
}

.list__products__slide .slick-prev:before {
    content: '\f053';
}

.list__products__slide .slick-next:before {
    content: '\f054';
}

.list__products__slide .slick-prev:hover, .list__products__slide .slick-next:hover {
    background: var(--color-or);
}

.list__products__slide .slick-prev:hover:before, .list__products__slide .slick-next:hover:before {
    color: #fff;
}

.viewMore {
    text-align: right;
}

.viewMore a {
    display: inline-block;
    background: var(--color-or);
    color: #fff;
    padding: 7px 1.5rem;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    text-transform: capitalize;
    border: 2px solid var(--color-or);
    transition: all 0.5s;
}

.viewMore a:hover {
    color: var(--color-or);
    background: #fff;
}

/* banner quangcao */
.dts-wrap-banner-quangcao {
}

.dts-wrap-banner-quangcao .wrap-content {
    display: flex;
    justify-content: space-between;
}

.banner-qc {
    width: calc((100% - 20px)/2);
    border-radius: 10px;
    overflow: hidden;
}

/* services */
.dts-wrap-ServicesProject {
    padding: 2rem 0;
}

.title-desk {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    background: url(../images/line.png) no-repeat center bottom;
    color: #333;
    text-align: center;
    font-family: Unbounded;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.BoxdvList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 22px;
    margin-bottom: 1.5rem;
}

.itemdvList {
    width: calc((100% - 44px)/3);
    max-width: 385px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.infodvList {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    background-image: linear-gradient(180deg, #ffffff00 0%, #00000024 80%, #000000b5 100%);
}

.itemdvList img {
    transition: all 0.5s;
}

.itemdvList:hover img {
    transform: scale(1.2);
}

.namedvList {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.dts-wrap-ServicesProject .viewAll {
    text-align: center;
}

/*ProductNoibat*/
.dts-wrap-spnb {
    padding: 1rem 0;
}

.dts-wrap-spnb .viewAll {
    text-align: center;
}

/* dktv */
.dts-wrap-dktv {
    position: relative;
    padding: 3rem 0 2rem;
}

.dts-wrap-dktv:after {
    content: '';
    width: 100%;
    height: 40%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.dts-wrap-dktv .wrap-content {
    position: relative;
    z-index: 9;
}

.title-desk2 {
    text-align: center;
    color: #fff;
    margin-bottom: 2.5rem;
}

.title-desk2 span {
    padding-bottom: 2.5rem;
    background: url(../images/line2.png) no-repeat center bottom;
    display: block;
    margin-bottom: 2rem;
    font-family: Unbounded;
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
}

.title-desk2 a {
    display: inline-block;
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    border: 2px solid #fff;
    padding: 10px 2rem;
    border-radius: 3rem;
}

.title-desk2 a:hover {
    background: var(--color-or);
}

form.validation-newsletter {
    background: #fff;
    max-width: 1000px;
    margin: 0px auto;
    padding: 2rem;
    border-radius: 1rem;
}

form.validation-newsletter {
    max-width: 1000px;
    margin: 0px auto;
    padding: 2rem;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
}

.title-desk2 a:hover {
    background: var(--color-or);
}

.title-dknt {
    text-align: center;
    margin-bottom: 1rem;
}

.title-dknt p {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.title-dknt span {
    color: #898989;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-right: 10px;
}

.title-dknt span sup {
    color: var(--color-red);
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 0;
}

.newsletter__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 1rem;
}

.newsletter__input {
    width: calc((100% - 1rem)/2);
}

.newsletter__input:nth-child(3) {
    width: 100%;
}

.newsletter__button {
    width: 100%;
    max-width: 585px;
    height: 48px;
    margin: 0px auto;
    transition: all 0.4s;
    position: relative;
    background: var(--color-or);
    border-radius: 10px;
}

.newsletter__input input, .newsletter__input textarea {
    border: none;
    border-radius: 10px;
    background: #F8F8FA;
    height: auto;
    padding: 15px 15px;
    font-size: 15px !important;
    !I; !; }

.newsletter__button svg {
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 7rem);
    transition: all 0.6s;
}

.newsletter__button input {
    position: absolute;
    width: 100%;
    background: 0 0;
    height: 100%;
    color: #fff;
    text-transform: capitalize;
    padding: 0 0 0 2rem;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.newsletter__button:hover {
    background: var(--color-brown);
}

/*workingProcess*/
.workingProcess__content {
}

.workingProcess__content__steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem;
    position: relative;
    padding-top: 1rem;
}

.workingProcess__content__step__icon {
    border-radius: 500px;
    background: #E8E8E8;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    transition: all .3s linear
}

.workingProcess__content__step {
    text-align: center;
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.workingProcess__content__step__content h3 {
    color: #333;
    line-height: 25px;
    margin: 18px 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.workingProcess__content__step__content p {
    color: #898989;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.workingProcess__content__step__icon img {
    max-width: 74px
}

.workingProcess__wrapper {
    padding: 2rem 0 1rem;
}

.line__step img {
    width: 100%
}

.line__step {
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 885px;
}

.workingProcess__content__step:nth-child(2n) {
    margin-top: 6rem;
}

.workingProcess__content__step {
    top: 0;
}

.workingProcess__content__step__icon:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 91px solid #B1B1B1;
    border-radius: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-5deg);
    border-right-color: transparent;
    border-bottom-color: transparent;
    transition: all .3s linear
}

.workingProcess__content__step__icon img {
    position: relative;
    z-index: 999999;
    display: block
}

.workingProcess__content__step:hover .workingProcess__content__step__icon:before {
    transform: translate(-50%, -50%) rotate(105deg);
    border-color: var(--color-brown);
    border-right-color: transparent;
    border-bottom-color: transparent
}

.workingProcess__content__step:hover .workingProcess__content__step__icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7498%) hue-rotate(316deg) brightness(102%) contrast(105%)
}

.workingProcess__content__step:hover .workingProcess__content__step__icon {
    background: var(--color-or);
}

/* News */
.dts-wrap-news {
    padding: 1rem 0;
}

.BoxNewsEvent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0rem;
}

.NewsLeft {
    width: 50%;
    height: calc(100% - 10px);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.NewsRight {
    width: calc(50% - 5px);
}

.NewsLeft a {
    color: #fff;
}

.InfoBlogLeft {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2rem;
    background-image: linear-gradient(0deg, var(--color-brown) 0%, #60391300 100%);
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
}

.PicBlogLeft {
    height: 100%;
}

.PicBlogLeft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.timeBlog {
    font-weight: 600;
    margin-bottom: 7px;
    width: 100%;
}

.nameBlog {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 1rem;
    width: 100%;
    -webkit-line-clamp: 2;
}

.descBlog {
    font-size: 16px;
    font-weight: 500;
    -webkit-line-clamp: 3;
    width: 100%;
}

.NewsLeft:hover .InfoBlogLeft {
    background-image: linear-gradient(0deg, var(--color-or) 0%, #60391300 100%);
}

.NewsLeft:hover .PicBlogLeft img {
    transform: scale(1.2);
}

.slick__tintuc .slick-slide > div {
    padding: 0;
    line-height: 0;
}

.itemNewsIndex {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: calc(100% - 10px);
    margin: 5px auto;
}

.itemNewsIndex a {
    color: #fff;
    line-height: 20px;
}

.PicNewsIndex img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.InfoNewsIndex {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem;
    background-image: linear-gradient(0deg, var(--color-brown) 0%, #60391300 100%);
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
}

.timeNewsIndex {
    width: 100%;
    font-weight: 600;
    margin-bottom: 7px;
    display: block;
}

.nameNewsIndex {
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    width: 100%;
    -webkit-line-clamp: 2;
}

.itemNewsIndex:hover .InfoNewsIndex {
    background-image: linear-gradient(0deg, var(--color-or) 0%, #60391300 100%);
}

.itemNewsIndex:hover .PicNewsIndex img {
    transform: scale(1.2);
}

/* partner */
.dts-wrap-partner {
    padding: 2rem 0 3rem;
}

.partner {
    width: calc(100% - 10px);
    margin: 10px auto;
    background: #eeeeee3d;
    padding: 2rem 10px;
    text-align: center;
    border-radius: 10px;
    transition: all 0.6s;
    cursor: pointer;
}

.partner img {
    margin: 0px auto;
}

.partner:hover {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

/*footer*/
.footer_wrapper {
    padding: 2rem 0 0;
}

.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: 30%;
}

.Footer-col:nth-child(2) {
    width: 15%;
}

.Footer-col:nth-child(3) {
    width: 19%;
}

.Footer-col:nth-child(4) {
    width: 30%;
}

.Footer-title {
    font-weight: 700;
    font-size: 19px;
    text-transform: capitalize;
    margin-bottom: 1.5rem;
}

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

.footer-ul li {
    margin-bottom: 1rem;
}

.footer-ul li a {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
}

.footer-ul li a:hover {
    color: var(--color-or);
    padding-left: 3px;
}

.content__footer__mor {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 1rem;
}

.BackToTop {
    max-width: 1200px;
    margin: 0px auto;
    text-align: center;
    padding: 10px 0 1rem;
    border-bottom: 1px dashed #ffffff7a;
}

.BackToTop .wrap-content {
}

.BackToTop a {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.BackToTop img {
    max-height: 20px;
    vertical-align: sub;
}

.BackToTop a:hover {
    color: var(--color-or)
}

.BackToTop a:hover img {
    filter: brightness(0) saturate(100%) invert(54%) sepia(66%) saturate(1616%) hue-rotate(347deg) brightness(98%) contrast(94%);
}

.FooterTop {
    padding: 2rem 0;
}

.boxMap {
    width: 100%;
}

.boxMap iframe {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
}

.copyright {
}

.copyright .wrap-content {
    padding: 1.5rem 0;
    border-top: 1px dashed #ffffff7a;
    display: block;
    text-align: right;
    font-size: 15px;
}

/*duan*/
.itemDuan {
    text-align: center;
}

.itemDuan .nameNews {
    -webkit-line-clamp: 1;
    min-height: 25px;
}

.BoxHinhanh {
    column-count: 3;
    column-gap: 10px;
    row-gap: 10px;
    margin-bottom: 2rem;
}

.picHa {
    break-inside: avoid;
    margin-bottom: 10px;
    transition: all 0.6s;
    cursor: pointer;
}
