/* Fonts  */
@font-face {
    font-family: 'SVN-The Voice';
    src: url('../fonts/SVN-The Voice/SVN-TheVoice.eot');
    src: url('../fonts/SVN-The Voice/SVN-TheVoice.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SVN-The Voice/SVN-TheVoice.woff2') format('woff2'),
        url('../fonts/SVN-The Voice/SVN-TheVoice.woff') format('woff'),
        url('../fonts/SVN-The Voice/SVN-TheVoice.ttf') format('truetype'),
        url('../fonts/SVN-The Voice/SVN-TheVoice.svg#SVN-TheVoice') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Darleston';
    src: url('../fonts/SVN-Darleston/SVN-Darleston.eot');
    src: url('../fonts/SVN-Darleston/SVN-Darleston.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SVN-Darleston/SVN-Darleston.woff2') format('woff2'),
        url('../fonts/SVN-Darleston/SVN-Darleston.woff') format('woff'),
        url('../fonts/SVN-Darleston/SVN-Darleston.ttf') format('truetype'),
        url('../fonts/SVN-Darleston/SVN-Darleston.svg#SVN-Darleston') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-1: "Plus Jakarta Sans", sans-serif;
    --font-2: 'SVN-The Voice';
    --font-3: 'SVN-Darleston';
}

/* Main  */
:root {
    --color-main: #318CE7;
    --color-social: #318CE7;
    --color-hover: #ff0000;
    --color-text: #000000;
    --color-linear: linear-gradient(180deg, #318CE7 0%, #54A9FD 52.5%, #318CE7 100%);
    --menu-border: rgb(255 255 255 / 20%);
    --menu-color: #fff;
}

body {
    font-size: 14px;
    font-family: var(--font-1);
}

.max-width {
    max-width: 1300px;
    margin: 0px auto;
}

.wrap-content {
    margin: auto;
    max-width: 1300px;
}

.container-custom {
    padding: 0px 10px;
    margin: 0px auto;
}

img {
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.social-plugin {
    display: flex;
    margin-top: 10px;
}

.p-relative {
    position: relative;
}

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

.none {
    display: none;
}

/* Scale IMG */
.scale-img {
    overflow: hidden;
    display: block;
}

.scale-img img {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.scale-img:hover>img {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

/* Text Hide */
.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    word-break: break-word;
}

/* Transition All */
.transition {
    transition: 0.3s all;
}

/* General  */
.title-main {
    margin-bottom: 1.5rem;
    text-align: center;
    position: relative;
}

.title-main span {
    display: block;
    font-size: 32px;
    color: var(--color-main);
    line-height: 1.2;
    text-transform: uppercase;
    font-family: var(--font-2);
}

.title-main p {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 15px;
    color: #111;
}

.title-main.changeWhite span,
.title-main.changeWhite p {
    color: #fff;
}

.title-main1 {
    margin-bottom: 34px;
    text-align: center;
    position: relative;
}

.title-main1::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    right: 0;
    height: 70px;
    pointer-events: none;
    background: url('../images/title_main_shadow.png')no-repeat top center;
    background-size: contain;
}

.title-main1>span {
    display: inline-block;
    padding: 0 55px;
    position: relative;
    z-index: 2;
}

.title-main1>span::before {
    position: absolute;
    content: '';
    z-index: 0;
    left: 55px;
    top: 0;
    bottom: 0;
    right: 55px;
    background: url('../images/title_main_center.png')repeat-x;
    background-size: contain;
}

.title-main1>span span {
    position: relative;
    z-index: 2;
    display: block;
    padding: 15px 0;
    line-height: 30px;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-family: var(--font-2);
}

.title-main1>span i {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    display: block;
    width: 70px;
    background: url('../images/title_main_left.png')no-repeat;
    background-size: contain;
}

.title-main1>span i.i-first {
    left: 0;
}

.title-main1>span i.i-last {
    right: 0;
    transform: rotateY(180deg);
}

/* Toc */
a.mucluc-dropdown-list_button:before {
    content: "\f03a";
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    background: #fff;
    color: #006ACB !important;
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ddd;
}

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

.meta-toc .mucluc-dropdown-list_button {
    display: none
}

.meta-toc.fiedx .mucluc-dropdown-list_button {
    display: block;
}

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

.box-readmore {
    padding: 10px;
    background-color: #f5f5f5;
    width: 100%;
    margin-top: 2px;
    border: 1px solid #dddddd;
    font-size: 13px;
    margin-bottom: 10px;
}

.meta-toc.fiedx .box-readmore {
    width: 350px;
    display: none;
    max-height: calc(100vh - 200px);
    overflow: overlay;
}

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

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

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

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

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

.box-readmore ul li a {
    color: #000 !important;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}

.box-readmore ul li li a {
    font-weight: 400;
}

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

/* .box-readmore ul li:before,.box-readmore li ul > li:before{content: '';} */

/* Custom scrollbar  */
.scroll-custom {
    overflow-y: auto;
    overflow-x: hidden;
}

.scroll-custom::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scroll-custom::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.scroll-custom::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #A2A3A3;
}

.scroll-menu-mobile {
    overflow-y: auto;
    overflow-x: hidden;
}

.scroll-menu-mobile::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scroll-menu-mobile::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.scroll-menu-mobile::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #A2A3A3;
}

/* ===== Start My Effect ===== */

/* Scale IMG */
.scale-img {
    overflow: hidden;
    display: block;
}

.scale-img img {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.scale-img:hover>img {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

/* Effect */
.effect {
    display: block;
    overflow: hidden
}

.effect img {
    transition: all 1s !important;
}

.effect:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    transition: all 1s
}

.effect-1 {
    position: relative;
    overflow: hidden;
    transition: all 0.75s;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -ms-transition: all 0.75s;
}

.effect-1:after {
    position: absolute;
    top: 0;
    left: -66%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 100%);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.effect-1:hover:after {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.effect-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* width: 100%; */
    /* height: 100%; */
    /* left: 0; */
    /* top: 0; */
    /* right: 0; */
    /* bottom: 0; */
    text-align: center;
}

.effect-2:before,
.effect-2:after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    z-index: 9;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    transform-origin: center;
}

.effect-2:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale3d(0, 1, 1);
}

.effect-2:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: scale3d(1, 0, 1);
}

.effect-2:hover {
    background: rgba(0, 0, 0, 0.45);
}

.effect-2:hover:before,
.effect-2:hover:after {
    transform: scale3d(1, 1, 1);
    transition: transform 0.5s;
}

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

.effect-2:hover>img {
    opacity: 0.8;
}

.effect-3>img {
    transform: translateY(0px);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }

    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translatey(-20px);
    }

    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
}

.effect-4 {
    transform: translateY(0px);
    animation: float1 5s ease-in-out infinite;
}

@keyframes float1 {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

/* Effetc go and back */
.go-and-back {
    transform: translateX(0px);
    animation: drifted 40s ease-in-out infinite;
}

@keyframes drifted {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(200px);
    }

    100% {
        transform: translateX(0px);
    }
}

/* Effetc change lightmode */
.changelightmode img {
    filter: brightness(60%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.changelightmode:hover img {
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

/* Effetc change darkmode */
.changedarkmode img {
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.changedarkmode:hover img {
    filter: brightness(60%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

/* Hover xam */
.hover_xam {
    position: relative;
    overflow: hidden;
}

.hover_xam::before {
    content: "";
    background: rgba(255, 255, 255, .5);
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 0;
    height: 0;
    z-index: 2;
}

.hover_xam::after {
    content: "";
    background: rgba(255, 255, 255, .5);
    top: 0;
    right: 0;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 0;
    height: 0;
    z-index: 2;
}

.hover_xam:hover::before,
.hover_xam:hover::after {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -ms-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
    -khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

/* Effect hover underline */
.ef_hover_underline>a:after {
    content: "";
    width: 0;
    height: 3px;
    background-color: var(--color-main);
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

.ef_hover_underline:hover>a:after,
.ef_hover_underline>a.active:after {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

/* Start effect phone ring ring animation */
.alo-circle-effect {
    -webkit-animation: alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: alo-circle-img-anim 1s infinite ease-in-out;
    animation: alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@-moz-keyframes alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-o-keyframes alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

/* Effect slide down */
.ef-slide-down {
    animation: slide-down 0.7s;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

/*Hover RotateY */
.hrv-rotateY img {
    transition: all 0.9s ease 0s !important;
}

.hrv-rotateY:hover {
    text-decoration: none;
}

.hrv-rotateY:hover img {
    transition-delay: 1s;
    transition: all 0.7s ease 0s;
    transform: rotateY(180deg);
    text-decoration: none;
}

/* Blink */
.blink {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blink;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*Shake animation*/
.shake-anim {
    -webkit-animation: shake-anim 1s infinite ease-in-out;
    animation: shake-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes shake-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10%,
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20%,
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }

    100%,
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes shake-anim {

    0%,
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10%,
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
}

/* Effect rotate  */
.auto-rotate-effect {
    -webkit-animation: rotation 15s infinite linear;
    -moz-animation: rotation 15s infinite linear;
    -o-animation: rotation 15s infinite linear;
    -ms-animation: rotation 15s infinite linear;
    animation: rotation 15s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-ms-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

/* Mirrored Animation */
.mirrored-effect {
    position: relative;
}

.mirrored-effect:after,
.mirrored-effect:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 100%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .75);
    z-index: 11;
}

.mirrored-effect:after {
    right: -5%;
    animation: light-right 2.5s infinite alternate linear;
}

.mirrored-effect:before {
    left: -5%;
    animation: light-left 2.5s infinite alternate linear;
}

@keyframes light-left {
    0% {
        left: -5%;
        opacity: 0
    }

    50% {
        left: 50%;
        opacity: 1
    }

    to {
        left: 105%;
        opacity: 0
    }
}

@keyframes light-right {
    0% {
        right: -5%;
        opacity: 0
    }

    50% {
        right: 50%;
        opacity: 1
    }

    to {
        right: 105%;
        opacity: 0
    }
}

/* Mask image  */
.mask1 {
    -webkit-mask-image: url('../images/mask1.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
}

/* Animation keyframes */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse-animation {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 0;
    }

    10% {
        transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
    }

    100% {
        transform: scale3d(1.6, 1.6, 1.6);
        opacity: 0;
    }
}

@keyframes border-animation {
    0% {
        transform: scale3d(0.6, 0.6, 0.6);
        opacity: 0;
    }

    20% {
        transform: scale3d(1.2, 1.2, 1.2);
        opacity: 1;
    }

    100% {
        transform: scale3d(1.4, 1.4, 1.4);
        opacity: 0;
    }
}

/* Effect slide down */
.ef-slide-down {
    animation: slide-down 0.7s;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.go-drifted {
    transform: translateX(0px);
    animation: drifted1 0.5s ease-in-out infinite;
}

@keyframes drifted1 {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(-3px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

/* ===== End My Effect ===== */

/*   Header   */
.groupinfohead-top {
    padding: 0 40px;
    min-height: 44px;
    background: url('../images/decor_headertop.png')no-repeat;
    background-size: 100% 100%;
}

.slogan-header {
    width: 32%;
}

.slogan-header span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.social-header {
    width: 32%;
}

.social-header a {
    transition: all .7s;
    margin: 0 5px;
}

.social-header a:hover {
    transform: rotate(360deg);
}

.groupinfohead-bottom {
    padding: 5px 0;
}

.hotline-header {
    padding-left: 50px;
    position: relative;
    min-height: 40px;
}

.hotline-header i {
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    background: url('../images/hotline_icon.png')no-repeat;
}

.hotline-header p {
    margin-bottom: 5px;
    color: #111;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.hotline-header span {
    display: block;
    line-height: 1.1;
    color: var(--color-main);
    font-family: var(--font-2);
    font-size: 20px;
}

.boxLogoHeader .logo-header {
    margin-top: -15px;
}

.header-bottom {
    padding: 10px;
    background: #fff;
}

.right-header {
    display: none;
}

/* Menu */
.boxright-menu {
    width: calc(77% - 10px);
    position: relative;
    padding-top: 6px;
}

.boxright-menu::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid var(--color-main);
    border-bottom: 1px solid var(--color-main);
}

.menu ul.ul-menu {
    background-color: var(--color-main);
}

.menu {
    position: relative;
    z-index: 100;
    background: transparent;
}

.menu.menu-fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px 0;
    background-color: #eee;
    -webkit-box-shadow: 0px 5px 5px 0px rgb(148 145 148);
    -moz-box-shadow: 0px 5px 5px 0px rgba(148, 145, 148, 1);
    box-shadow: 0px 5px 5px 0px rgb(148 145 148);
}

.menu ul.ul-menu>li.dots-menu {
    width: 5.7px;
    height: 5.7px;
    background-color: #fff;
    transform: rotate(-45deg);
}

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

.menu ul li.li-normal {
    position: relative;
}

.menu ul li.li-normal a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 24px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}

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

.menu ul li.li-normal ul {
    position: absolute;
    min-width: 250px;
    left: 0;
    background: var(--color-main);
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.menu ul li.li-normal:hover>ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    transition: all .5s;
}

.menu ul li.li-normal ul li {
    text-align: left;
    border-bottom: 1px solid rgb(255 255 255 / 32%);
}

.menu ul li.li-normal ul li:last-child {
    border-bottom: 0px;
}

.menu ul li.li-normal ul li a {
    font-size: 14px;
    padding: 10px;
    display: block;
    color: #fff;
    text-decoration: none !important;
    line-height: 20px;
    text-align: left;
    font-weight: 500;
    text-transform: capitalize;
}

.menu ul li.li-normal ul li ul {
    top: 0px;
    left: 100%;
}

.menu ul li.li-normal ul li a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    visibility: hidden;
    opacity: 0;
}

.menu ul li.li-normal ul li:hover>a:before,
.menu ul li.li-normal ul li>a.active:before {
    left: 0;
    visibility: visible;
    opacity: 1;
    width: 10px;
}

.menu ul li.li-normal ul li:hover>a {
    padding-left: 20px;
    color: #fff;
    background: var(--color-linear);
}

.danh-muc-dv {
    position: relative;
    cursor: pointer;
    width: 23%;
    padding-top: 6px;
}

.danh-muc-dv::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 226px;
    height: 5px;
    background: url('../images/topdecor_categoryservice.png')no-repeat;
}

.danh-muc-dv>span {
    display: block;
    position: relative;
    background-color: #EEEEEE;
    padding: 10px 20px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 800;
    border: 1px solid var(--color-main);
    border-bottom-width: 0;
    text-transform: uppercase;
    color: #fff;
}

.danh-muc-dv>span>span {
    position: relative;
    z-index: 2;
}

.danh-muc-dv>span::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 95%;
    background-color: #2676C5;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.danh-muc-dv>span::after {
    position: absolute;
    content: '';
    top: -3px;
    left: -1px;
    bottom: 3px;
    width: calc(95% - 4px);
    background-color: var(--color-main);
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.menu.menu-fix .danh-muc-dv>span {
    border-bottom-width: 1px;
}

.show-menu {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: transparent;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.show-menu.isHome {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    transition: all .7s;
}

/* .danh-muc-dv:hover .show-menu.isHome{-webkit-transform:perspective(600px) rotateX(0);transform:perspective(600px) rotateX(0);-webkit-transform-origin:0 0 0;opacity:1;visibility:visible;transition:all .7s;} */
.show-menu.dispmenu {
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.danh-muc-dv:hover .show-menu.dispmenu,
.danh-muc-dv:hover .show-menu.isPage {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    transition: all .7s;
}

.danh-muc-dv .boxshadown {
    position: relative;
    border-radius: 0;
    background-color: #EEEEEE;
    padding: 8px 0 0;
    border: 1px solid var(--color-main);
    border-top: 0;
}

.show-menu ul {
    background-color: #EEEEEE;
    padding: 6px;
}

.show-menu ul.box_menu {
    padding: 0;
    background-color: #EEEEEE;
    height: 440px;
    width: 100%;
    overflow: overlay;
}

.show-menu ul.box_menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 50px;
}

.show-menu ul.box_menu::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}

.show-menu ul.box_menu::-webkit-scrollbar-thumb {
    background-color: var(--color-main);
}

.show-menu ul.box_menu li {
    background: linear-gradient(to bottom, #EEEEEE 0%, #EEEEEE 50%, #E3E3E3 100%);
    border-bottom: 1px solid #BCBCBC;
}

.show-menu ul.box_menu li:last-child {
    border-bottom: 0;
}

.show-menu ul.box_menu li a {
    position: relative;
    display: block;
    padding: 10px 12px 10px 37px;
    line-height: 30px;
    color: #333;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}

.show-menu ul.box_menu li a:hover {
    color: var(--hover-color);
}

.show-menu ul.box_menu li a::before {
    position: absolute;
    content: '';
    top: calc(50% - 6px);
    left: 16px;
    width: 12px;
    height: 12px;
    background: url('../images/liststyle_menupro.png')no-repeat;
    transform: translateX(0px);
    animation: drifted1 1s ease-in-out infinite;
}

.show-menu ul li>ul {
    position: absolute;
    min-width: 250px;
    padding: 0;
    left: 100%;
    -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.show-menu ul li:hover>ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    transition: all .7s;
}

.show-menu ul li ul li {
    position: relative;
}

.show-menu ul li ul li ul {
    left: 100%;
    top: 0;
}

/* .boxMainDropdown{position: absolute;border-radius: 0; top: 10px; left: calc(100% - 2px);height: calc(100% - 11px);width: calc(100vw - (100vw - (1200px - 273px)));border-radius: 5px;  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(.95) scaleY(.95);  opacity: 0; z-index: 1;  transition-duration: 800ms;  transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); border-top: 0px solid #a0a0a06b;  border-bottom-width: 1px;  border-color: #a0a0a06b;  background-color: #F6F6F6;  padding-top: calc(30/1920*100rem);padding-left: 1.5rem;padding-right: 1.5rem;   padding-bottom: calc(55 / 1920 * 100rem);    pointer-events: none;}
.boxMainDropdown::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3); background-color: #F5F5F5; border-radius: 50px; }
.boxMainDropdown::-webkit-scrollbar { width: 3px; background-color: #F5F5F5;}
.boxMainDropdown::-webkit-scrollbar-thumb { background-color: var(--color-main);}
.mega-dropdown:hover > .boxMainDropdown{ overflow: overlay; transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1); opacity: 1; max-height: calc(100vh - (100 / 1920 * 100rem)); pointer-events: auto;box-shadow: 0 0px 10px 0 rgb(255 255 255 / 30%);}
.dropdown-prod-lv2{columns: auto 4;column-gap: 35px;}
.dropdown-prod-lv2 > li{break-inside: avoid;margin-bottom: calc(40/1920*100rem);}
.dropdown-prod-lv2 > li a{display: block; font-size: 13px; font-weight: 700; color: #121212;text-decoration:none;text-transform: uppercase;}
.dropdown-prod-lv2 > li > a:hover{color: red;}
.dropdown-prod-lv2 > li ul{list-style: inside;padding:0px;margin-bottom: 0;height: 100%;margin-top: calc(10/1920*100rem);}
.dropdown-prod-lv2 > li ul li a{display: inline; margin-bottom: 3px; font-size: 12px; text-transform: capitalize;}
.dropdown-prod-lv2 > li ul li a:hover{text-decoration: underline;} */

/* Search */
.groupsearch-header,
.groupinfohead-left {
    width: calc(50% - 150px);
}

.search {
    position: relative;
    background: #FFFFFF;
    padding: 0 20px;
    width: 248px;
}

.search::before {
    position: absolute;
    content: '';
    pointer-events: none;
    transform: skewX(-25deg);
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    border: 1px solid #9D9D9D;
}

.search input {
    width: calc(100% - 40px);
    height: 40px;
    outline: none;
    padding: 0px 14px;
    border: 0;
    background: transparent;
    font-size: 14px;
    color: #777777;
    border-radius: 0;
    outline: none;
}

.search p {
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: url('../images/search_icon.png')no-repeat center;
    border-radius: 0;
    color: #fff;
}

.search input::placeholder {
    color: #777777;
}

.search input:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none;
}

/* Button tra cứu */
.lookupwarranty {
    width: 175px;
    padding: 0 20px;
    position: relative;
}

.lookupwarranty::before {
    position: absolute;
    content: '';
    pointer-events: none;
    transform: skewX(-25deg);
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    border: 1px solid var(--color-main);
    background: var(--color-linear);
}

.lookupwarranty span {
    position: relative;
    z-index: 2;
    text-align: center;
    display: block;
    padding: 10px 0;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

/* Search Res */
.search-res {
    position: relative;
}

.search-res .icon-search {
    width: 35px;
    height: 35px;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    color: var(--color-main);
    font-size: 15px;
    margin: 0px;
    border: 1px solid var(--color-main);
    border-radius: 50%;
    margin-left: 15px;
}

.search-res .icon-search.active {
    color: var(--color-main);
    background: #ffffff;
    border-radius: 100%;
}

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

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

.search-res .search-grid input {
    width: calc(100% - 40px);
    float: right;
    /* line-height: 38px; */
    outline: none;
    border: none;
    color: var(--color-main);
}

.search-res .search-grid input::-webkit-input-placeholder {
    color: #313131;
}

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

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

.search-res .search-grid input:-ms-input-placeholder {
    color: #313131;
}

.search-res input:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none;
}

/* Button menu */
#hamburger {
    display: block;
    width: 30px;
    height: 23px;
    position: relative;
    margin-left: 15px;
    display: block;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    background: var(--color-main);
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px;
}

#hamburger:before {
    top: 0px;
}

#hamburger span {
    top: 10px;
}

#hamburger:after {
    top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity;
}

.menu-mobile-opened #hamburger:before,
.menu-mobile-opened #hamburger:after {
    top: 10px;
}

.menu-mobile-opened #hamburger span {
    left: -50px;
    opacity: 0;
}

.menu-mobile-opened #hamburger:before {
    transform: rotate(45deg);
}

.menu-mobile-opened #hamburger:after {
    transform: rotate(-45deg);
}

.mm-menu_opened {
    display: block !important;
}

/*   SLider */
.wrap-slideshow {
    padding-top: 8px;
}

.slideshowleft {
    width: 23%;
}

.slideshowright {
    width: calc(77% - 10px);
}

.slideshow {
    position: relative;
}

.slideshow .info {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    max-width: calc(100% - 120px);
}

.slideshow .info .name {
    font-weight: 800;
    font-size: 30px;
    color: var(--color-main);
    transform: translateX(150px);
    opacity: 0;
    transition: all 0.4s;
}

.slideshow .info .desc {
    color: #fff;
    line-height: 25px;
    transform: translateX(150px);
    opacity: 0;
    transition: all 0.4s;
}

.slideshow .swiper-slide-active .info .name {
    transform: translateX(0px);
    opacity: 1;
    transition: all 0.4s;
    transition-delay: 0.5s;
}

.slideshow .swiper-slide-active .info .desc {
    transform: translateX(0px);
    opacity: 1;
    transition: all 0.4s;
    transition-delay: 1s;
}

.control-owl {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: calc(50% - 22.5px);
}

.control-owl button {
    opacity: 0.5;
    top: 0px;
    position: absolute;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 25px;
    margin: 0px;
    background-color: #000000;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.control-owl button:hover {
    opacity: 1;
}

.control-owl button.owl-prev {
    left: 20px;
}

.control-owl button.owl-next {
    right: 20px;
}

/* Arrow swiper  */
.slideshow .swiper-button-next,
.slideshow .swiper-button-prev {
    color: var(--color-main);
    opacity: 0;
    transition: all .7s;
}

.slideshow:hover .swiper-button-next,
.slideshow:hover .swiper-button-prev {
    opacity: 1;
}

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

.breadCrumbs ol {
    margin: 0px;
}

.breadCrumbs ol li a {
    color: #333;
}

.breadCrumbs ol li a:hover {
    color: #f00;
}

/* Danh mục dịch vụ nổi bật */
.wrap-listServiceNB {
    padding: 70px 0 7px;
    overflow: hidden;
}

.box-listServiceNB {
    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
    position: relative;
}

.listServiceNB-img {
    padding: 3px;
    border: 3px solid var(--color-main);
    border-radius: 50%;
}

.listServiceNB-img span,
.listServiceNB-img img {
    border-radius: 50%;
}

.info-listServiceNB {
    padding-top: 15px;
    text-align: center;
}

.name-listServiceNB {
    font-size: 16px;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
}

.name-listServiceNB:hover {
    color: var(--color-hover);
}

.name-listServiceNB.text-split {
    -webkit-line-clamp: 1;
}

.box-listServiceNB .swiper-button-next,
.box-listServiceNB .swiper-button-prev {
    color: #7A7A7A;
    transition: all .7s;
    width: 15px !important;
    height: 27px !important;
}

.box-listServiceNB .swiper-button-next {
    right: -35px;
}

.box-listServiceNB .swiper-button-prev {
    left: -35px;
}

.box-listServiceNB .swiper-button-next::after,
.box-listServiceNB .swiper-button-prev::after {
    font-size: 27px;
    font-weight: 700;
}

.box-listServiceNB .swiper-button-next:hover,
.box-listServiceNB .swiper-button-prev:hover {
    color: var(--color-main);
}

/* Giới thiệu */
.wrap-about {
    padding-top: 50px;
    position: relative;
    overflow: hidden;
}

.wrap-about::before {
    position: absolute;
    content: '';
    top: -5px;
    left: 0;
    width: 148px;
    height: 129px;
    background: url('../images/decor_about.png')no-repeat;
}

.wrap-about::after {
    position: absolute;
    content: '';
    top: -5px;
    right: 0;
    width: 148px;
    height: 129px;
    transform: rotateY(180deg);
    background: url('../images/decor_about.png')no-repeat;
}

.wrap-about>.container-custom {
    padding: 55px 10px 60px;
    background: url('../images/bck_about.webp')no-repeat;
    background-size: cover;
}

.about_top {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 39px;
}

.title-about {
    margin-bottom: 15px;
    text-align: center;
}

.title-about span {
    display: block;
    line-height: 1.2;
    color: var(--color-main);
    text-transform: uppercase;
    font-size: 62px;
    font-family: var(--font-2);
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.title-about p {
    margin-bottom: 0;
    line-height: 1.2;
    font-family: var(--font-3);
    font-size: 54px;
    color: #111;
}

.desc-about {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 26px;
    color: #333;
}

.desc-about p {
    margin-bottom: 10px;
}

.btn-seemore a {
    padding: 0 20px;
    position: relative;
}

.btn-seemore a span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 10px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

.btn-seemore a::before {
    position: absolute;
    content: '';
    transition: all .7s;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    transform: skewX(-25deg);
    background-color: var(--color-main);
}

.btn-seemore a:hover::before {
    transform: unset;
}

.btn-seemore a:hover span {
    color: yellow;
}

.aboutImg-item {
    width: calc(50% - 10px);
}

.about-img {
    padding: 4px;
    background-color: var(--color-main);
}

/* Dịch vụ nổi bật */
.wrap-servicenb {
    padding: 75px 0 30px;
    overflow: hidden;
}

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

.newscustom-img {
    padding: 3px;
}

.newscustomimg-font {
    position: relative;
    z-index: 1;
}

.newscustomimg-back {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    z-index: 2;
    opacity: 0;
    transition: all .4s;
}

.item-newscustom:hover .newscustomimg-back {
    opacity: 1;
}

.newscustom-img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/mask1.png')no-repeat;
    background-size: 100% 100%;
}

.info-newscustom {
    position: relative;
    z-index: 2;
    margin-top: -30px;
    padding: 15px 30px 15px 20px;
    min-width: 75%;
    max-width: 90%;
    background: url('../images/af_infonameservice.png')no-repeat;
}

.name-newscustom {
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.name-newscustom:hover {
    color: yellow;
}

.name-newscustom.text-split {
    -webkit-line-clamp: 1;
}

/* Product */
.wrap-product {
    overflow: hidden;
}

.item-listProductNB {
    padding: 30px 0;
}

.item-listProductNB:nth-child(2n) .flex-listProductNB {
    flex-direction: row-reverse;
}

.listProductNB-left {
    width: 33%;
}

.listProductNB-right {
    width: calc(67% - 10px);
}

.title-listProductNB {
    margin-bottom: 15px;
}

.title-listProductNB>span {
    margin-bottom: 7px;
    position: relative;
    padding: 0 50px 0 20px;
    display: inline-block;
    max-width: calc(100% - 160px);
    min-width: 332px;
}

.title-listProductNB>span>span {
    position: relative;
    display: block;
    line-height: 30px;
    z-index: 2;
    padding: 10px 0;
    color: #fff;
    font-size: 24px;
    font-family: var(--font-2);
    text-transform: uppercase;
    background: url('../images/title_listpro02.jpg')repeat-x;
    background-size: contain;
}

.title-listProductNB>span>span>span.text-split {
    -webkit-line-clamp: 1;
}

.title-listProductNB>span::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 21px;
    background: url('../images/title_listpro01.png')no-repeat;
    background-size: contain;
}

.title-listProductNB>span::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    background: url('../images/title_listpro03.png')no-repeat;
    background-size: contain;
}

.more-listProductNB {
    margin-top: 7px;
    margin-left: -30px;
    position: relative;
    flex: 1 1 auto;
    max-width: calc(100% - 298px);
    padding: 10px 35px;
}

.more-listProductNB::before {
    position: absolute;
    content: '';
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    transform: skewX(-35deg);
    background: linear-gradient(180deg, #CCC 0%, #E7E7E7 35.04%, #BFBFBF 155.63%);
}

.more-listProductNB a {
    position: relative;
    z-index: 2;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}

.more-listProductNB a:hover {
    color: var(--color-hover);
}

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

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

.box-product {
    position: relative;
    padding: 10px;
    background-color: #EBEBEB;
    border: 1px solid #CACACA;
}

.pic-product {
    position: relative;
    background-color: #F2F2F2;
}

.info-product {
    padding: 20px 0px 10px;
    text-align: center;
}

.name-product {
    margin-bottom: 5px;
    line-height: 23px;
    min-height: 46px;
    font-size: 14px;
    color: #111;
    text-transform: capitalize;
    font-weight: 500;
}

.name-product:hover {
    color: var(--color-hover);
}

.name-product.text-split {
    -webkit-line-clamp: 2;
}

.price-product {
    margin-bottom: 0;
    color: #111;
    font-size: 14px;
}

.price-new {
    font-size: 14px;
    font-weight: 700;
    color: #D11111;
    display: inline-block;
    text-transform: capitalize;
}

.price-old {
    display: none;
    padding-left: 5px;
    font-size: 13px;
    text-decoration: line-through;
    color: grey;
    text-transform: capitalize;
}

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

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

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

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

.row-product {
    margin: 0px;
    margin: 0px -10px;
}

.col-product {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.grid-pro-detail {
    display: flex;
    justify-content: space-between;
}

.grid-pro-detail .left-pro-detail {
    width: 40%;
}

.grid-pro-detail .right-pro-detail {
    width: 56.5%;
}

.grid-pro-detail .right-pro-detail ul {
    list-style: none;
    padding: 0px;
}

.grid-pro-detail .right-pro-detail ul li {
    margin-bottom: 20px;
}

.grid-pro-detail .right-pro-detail .title-pro-detail {
    font-size: 19px;
    font-weight: 500;
}

.grid-pro-detail .right-pro-detail ul li .attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px;
}

.grid-pro-detail .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: #f00;
}

.album-product {
    position: relative;
    max-width: 550px;
    margin: 10px auto 0px;
}

.row-pro-detail {
    margin: 0px -5px;
}

.col-pro-detail {
    padding: 0px 5px;
}

.swiper-pro-detail .swiper-button-prev {
    left: 0px;
}

.swiper-pro-detail .swiper-button-next {
    right: 0px;
}

.swiper-pro-detail .swiper-button-prev,
.swiper-pro-detail .swiper-button-next {
    top: calc(50% + 7px);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 50%);
    border-radius: 5px;
    color: #fff;
}

.swiper-pro-detail .swiper-button-next:after,
.swiper-pro-detail .swiper-button-prev:after {
    font-size: 15px;
}

.swiper-pro-detail .swiper-button-prev:hover,
.swiper-pro-detail .swiper-button-next:hover {
    background: var(--color-main);
    color: #fff;
}

.item-detail {
    color: #8E8E8E;
    font-size: 14px;
    padding: 0px 19px;
    position: relative;
}

.item-detail::after {
    position: absolute;
    right: 0px;
    top: 3px;
    width: 1px;
    height: 14px;
    background: #8E8E8E;
    content: '';
}

.item-detail:last-child::after {
    display: none;
}

.item-detail i {
    margin-right: 5px;
}

.item-detail-comment-star {
    position: relative;
    font-size: 13px;
    margin-right: 19px;
}

.item-detail-comment-star::after {
    position: absolute;
    right: -19px;
    top: 3px;
    width: 1px;
    height: 14px;
    background: #8E8E8E;
    content: '';
}

.item-detail-comment-star span {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #FFCD00;
    white-space: nowrap;
    overflow: hidden;
}

.product-sold-detail {
    color: #9F9F9F;
    font-size: 14px;
}

.product-sold-detail span {
    color: #474747;
    font-weight: 600;
}

.product-price-detail {
    background: #F5F5F5;
    padding: 12px 20px;
    border-radius: 6px;
}

.product-price-detail strong {
    color: #474747;
    font-size: 16px;
    font-weight: 500;
    margin-right: 15px;
}

.product-price-detail .attr-content-pro-detail {
    display: flex;
    align-items: center;
}

.product-price-detail .price-new-pro-detail {
    color: var(--color-main);
    font-size: 20px;
}

.product-price-detail .price-old-pro-detail {
    color: #9E9E9E;
    font-size: 15px;
    margin-right: 35px;
}

.product-price-detail .percent-pro-detail {
    color: #fff;
    font-size: 13px;
    padding: 1px 10px;
    border-radius: 2px;
    background: var(--color-main);
}

.attr-label-pro-detail {
    font-weight: 500;
    color: #474747;
}

.price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: #ff2e00
}

.price-old-pro-detail {
    font-weight: 500;
    color: #666;
    text-decoration: line-through;
    padding-left: 10px
}

.color-pro-detail.active,
.size-pro-detail.active,
.size-pro-detail:hover {
    color: #fff !important;
    background: var(--color-main);
}

.quantity-pro-detail {
    margin-top: 10px;
    width: 100%;
    max-width: 164px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    border: 1px solid #000;
    margin-right: 20px;
    border-radius: 15px;
    font-weight: 500;
    border: none;
    border-radius: 0px;
}

.quantity-pro-detail span {
    line-height: 31px;
    padding: 0;
    width: 37px;
    height: 33px;
    color: #000;
    cursor: pointer;
    font-size: 18px;
    border-radius: 3px;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    margin-left: -1px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    margin-right: -1px;
}

.quantity-pro-detail input {
    height: 33px;
    width: calc(100% - 72px);
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #ddd;
}

.quantity-pro-detail .quantity-minus-pro-detail,
.quantity-pro-detail .quantity-plus-pro-detail {
    background-color: #FFFFFF;
    border: 1px solid #ddd;
}

.cart-pro-detail {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-end;
}

.cart-pro-detail a {
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    text-transform: capitalize;
    cursor: pointer;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    border: 1px solid var(--color-main);
}

.cart-pro-detail a.addnow {
    margin-right: 10px;
    color: var(--color-main)
}

.cart-pro-detail a.addnow:hover {
    background-color: var(--color-main);
    color: #fff;
    border-color: var(--color-main);
}

.cart-pro-detail a.buynow {
    background-color: var(--color-main)
}

.cart-pro-detail a.buynow:hover {
    background-color: var(--color-main);
    color: #fff
}

.cart-pro-detail a i {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 8px
}

.social-product-detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 25px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.left-social-product-detail {
    width: 61.7%;
}

.right-social-product-detail {
    width: 34.8%;
    padding-top: 15px;
}

.title-product-tuvan {
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 15px;
}

.title-product-tuvan span {
    display: inline-block;
    color: #1C1B19;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: -1px;
    border-bottom: 1px solid var(--color-main);
    text-transform: capitalize;
}

.title-product-tuvan span i {
    color: var(--color-main);
    font-size: 18px;
    margin-right: 10px;
}

.item-social-product-detail {
    display: inline-block;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    padding: 6px;
    margin-right: 6px;
}

.item-social-product-detail img {
    border-radius: 10px;
}

.customer-benefits {
    padding: 10px 25px;
    background: #F6F6F6;
    border-radius: 15px;
}

.title-customer-benefits {
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 10px;
}

.title-customer-benefits span {
    color: #1C1B19;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid #CCCCCC;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: -1px;
}

.content-customer-benefits {
    color: #585858;
    font-size: 14px;
}

.left-content-detail {
    width: calc(100% - 320px);
    background: #FAFAFA;
    padding: 30px 20px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
}

.right-content-detail {
    width: 300px;
}

.title-product-detail {
    background: #EEEEEE;
    color: #1C1B19;
    padding: 12px 18px;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.sub-right {
    margin-bottom: 30px;
}

.title-right {
    color: #1C1B19;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 13px 18px;
    margin-bottom: 5px;
    border-bottom: 2px solid var(--color-main);
    border-radius: 3px;
    background: #F9F9F9;
}

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

.item-properties .attr-label-pro-detail {
    width: 100px;
}

.item-properties .grid-properties {
    width: calc(100% - 110px);
}

.tags-pro-detail {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5px;
}

.tags-pro-detail a {
    background: var(--color-main);
    color: #fff;
}

.tags-pro-detail a:hover {
    color: #fff;
    background: #f00;
}

.sort-product {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.item-sort {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.item-sort i {
    margin-left: 10px;
}

.item-sort:hover,
.item-sort.active {
    color: #fff;
    background: #A86B11;
    border-color: #A86B11;
}

.chitietsanpham {
    position: relative;
}

.wrap-show-content {
    position: relative;
}

.wrap-show-content.max-height {
    max-height: 500px;
    overflow: hidden;
}

.wrap-show-content.active {
    max-height: 100%;
}

.btn-show-content {
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, transparent, #FAFAFA);
    padding-top: 100px;
}

.btn-show-content span {
    background: var(--color-main);
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}

.btn-show-content span i {
    margin-left: 10px;
}

.wrap-show-content.active .btn-show-content {
    position: relative;
    padding: 20px;
    background: none;
}

.grid-properties {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.grid-properties span {
    position: relative;
    border: 1px solid #CDCDCD;
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 14px;
    color: #595959;
}

.grid-properties span:hover,
.grid-properties span.active {
    border: 1px solid var(--color-main);
    color: #fff;
    background: var(--color-main);
}

.grid-properties span:hover:after,
.grid-properties span.active:after {
    content: "";
    border: 0.9375rem solid transparent;
    border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
    bottom: 0;
    position: absolute;
    right: -0.9375rem;
}

.grid-properties span.outstock {
    pointer-events: none;
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.26);
    cursor: not-allowed;
}

/* Brand Product */
.box-brand {
    text-align: center;
}

.name-brand {
    margin-top: 10px;
}

.name-brand a {
    color: #333;
    font-size: 15px;
}

.name-brand a:hover {
    color: var(--color-main);
}

/* Hiệu quả dịch vụ  */
.wrap-effectiveService {
    padding: 30px 0 60px;
    overflow: hidden;
}

.box-effectiveService {
    margin: 0 auto;
    padding: 14px;
    max-width: 1187px;
    min-height: 598px;
    background: url('../images/decor_effectiveservice.png')no-repeat;
    background-size: 100% 100%;
}

.twentytwenty-container {
    position: relative;
    border: 4px solid var(--color-main);
}

.twentytwenty-container img {
    width: 100%;
}

/* News */
.grid-tintuc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
}

.news {
    display: block;
    margin-bottom: 20px;
    display: block;
}

.pic-news {
    border-radius: 10px;
    display: block;
    overflow: hidden;
    position: relative;
}

.pic-news img {
    width: 100%;
}

a.views {
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
    border: solid 1px #ccc;
    padding: 7px 20px;
    border-radius: 20px;
    color: #000;
    font-size: 16px;
}

a.views:hover {
    border: solid 1px #fed402;
    color: #fed402;
}

.name-news {
    color: #1b1b1b;
    font-size: 18px;
    line-height: 22px;
    max-height: 40px;
    -webkit-line-clamp: 2 !important;
    font-weight: 400;
}

a.name-news.name1 {
    font-size: 25px;
    line-height: 32px;
    max-height: 64px;
}

.name-news:hover {
    color: #fed402;
}

.time-news {
    color: #fed402;
    margin-bottom: 0px;
    font-size: 12px;
    margin: 7px 0;
    font-style: italic;
    font-weight: 500;
}

.share {
    padding: 17px 10px 10px 10px;
    line-height: normal;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    border-radius: 5px;
}

.share b {
    display: block;
    margin-bottom: 5px;
}

.a2a_kit {
    margin-right: 2px;
}

.a2a_kit .a2a_svg {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.othernews b {
    margin-bottom: 10px;
}

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

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

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

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

.owl-news {
    margin-top: 30px;
}

.row-news {
    margin: 0px -11.5px;
}

.col-news {
    padding: 0px 11.5px;
    margin-bottom: 30px;
}

.info-news {
    padding-top: 15px;
}

.info-news h3 {
    margin-bottom: 5px;
}

.info-news h3 a {
    color: #1C1B19;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.info-news h3 a.text-split {
    -webkit-line-clamp: 2;
}

.info-news h3 a:hover {
    color: var(--color-main);
}

.desc-news {
    line-height: 1.7;
    font-size: 14px;
    color: #333;
    margin-bottom: 0px;
    margin-top: 5px;
    height: auto;
}

.desc-news.text-split {
    -webkit-line-clamp: 3;
}

.info-news span {
    color: var(--color-main);
    font-size: 13px;
    font-style: italic;
}

.info-news span i {
    margin-right: 7px;
}

/* Tin tức nổi bật  */
.wrap-newsnb {
    padding: 60px 0;
    overflow: hidden;
    background-color: #EBEBEB;
}

.newsnb-left {
    width: calc(51% - 26px);
}

.newsnb-img {
    width: 33.85%;
}

.info-newsnb {
    width: calc(66.25% - 19px);
}

.name-newsnb {
    margin-bottom: 10px;
    line-height: 23px;
    min-height: 46px;
    font-size: 16px;
    color: #111;
    font-weight: 700;
}

.name-newsnb:hover {
    color: var(--color-hover);
}

.name-newsnb.text-split {
    -webkit-line-clamp: 2;
}

.desc-newsnb {
    margin-bottom: 3px;
    font-size: 14px;
    color: #111;
    line-height: 24px;
    min-height: 72px;
}

.more-newsnb a {
    color: var(--color-main);
    font-size: 14px;
    font-weight: 600;
}

.more-newsnb a:hover {
    color: var(--color-hover);
}

.newsnb-right {
    width: calc(49% - 1px);
}

/* Video nổi bật */
.boxVideonb-child {
    margin-top: 17px;
}

.slick-videonb {
    margin: 0 -7px;
}

.slick-videonb .slick-slide {
    margin: 0 7px;
}

.btn_play {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 86px;
    height: 86px;
    z-index: 99;
    background: url('../images/btn_play.png')no-repeat;
    cursor: pointer;
    background-size: 100% 100%;
}

.boxVideonb-child .btn_play {
    width: 58px;
    height: 58px;
}

.btn_play:hover {
    opacity: 0.8;
}

.waves-block .waves {
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -100px;
    z-index: 9;
}

.waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

/* Video tiktok  */
.wrap-videoTiktok {
    padding: 60px 0;
    overflow: hidden;
}

/* Đối tác  */
.wrap-partner {
    padding: 60px 0;
    overflow: hidden;
}

.box-partner {
    min-height: 410px;
    padding: 45px 0 66px;
    background: url('../images/frame_partner.png')no-repeat;
    background-size: 100% 100%;
}

.boxSlidepartner {
    width: 100%;
    max-width: 1195px;
    margin: 0 auto;
}

.boxSlidepartner .swiper-button-next,
.boxSlidepartner .swiper-button-prev {
    color: var(--color-main);
    transition: all .7s;
    width: 15px !important;
    height: 27px !important;
}

.boxSlidepartner .swiper-button-next {
    right: -35px;
}

.boxSlidepartner .swiper-button-prev {
    left: -35px;
}

.boxSlidepartner .swiper-button-next::after,
.boxSlidepartner .swiper-button-prev::after {
    font-size: 27px;
    font-weight: 700;
}

.boxSlidepartner .swiper-button-next:hover,
.boxSlidepartner .swiper-button-prev:hover {
    color: #fff;
}

/* Contact */
.contact-detail {
    display: flex;
    justify-content: space-between;
}

.left-contact-detail {
    width: 60%;
}

.right-contact-detail {
    width: calc(100% - 60% - 60px);
}

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

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

.row-contact {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
}

.social-contact {
    text-align: center;
}

.social-contact>div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-main);
    padding: 5px 30px;
    margin-top: 30px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.social-contact>div a {
    display: inline-block;
    margin: 0 2px;
}

.contact-item {
    width: calc((100% / 3) - 10px);
    text-align: center;
    font-size: 15px;
}

.contact-item i {
    display: inline-block;
    margin-bottom: 10px;
}

.contact-item img {
    width: 40px;
    height: 40px !important;
}

.contact-item p {
    margin-bottom: 10px;
    font-weight: 700;
}

.contact-item span {
    font-size: 14px;
}

.row-contact-input {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.row-contact-input .contact-input:nth-child(1) {
    width: 80%;
}

.row-contact-input .contact-input:nth-child(2) {
    width: calc(100% - 80% - 8px);
}

.row-contact-input .contact-input:nth-child(2) label {
    margin-bottom: 15px;
}

.contact-input label {
    font-size: 12px;
    font-weight: 600;
    color: #22292f;
    transition: all 0.8s;
}

.contact-input input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
    height: 45px;
    margin-bottom: 15px;
    overflow: hidden;
}

.contact-input input::placeholder {
    font-size: 15px;
    color: #ced4da;
    transition: all 0.5s !important;
}

.contact-input textarea {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
    height: 70px;
    margin-bottom: 20px;
}

.contact-input textarea::placeholder {
    font-size: 15px;
    color: #ced4da;
    transition: all 0.5s !important;
}

.contact-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    width: 100%;
    height: 40px;
    background: var(--color-main);
    border-radius: 30px;
    margin: auto;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.3s;
}

.contact-form button:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    background: #000;
}

.contact-input {
    display: flex;
    flex-direction: column-reverse
}

.contact-input .form-control {
    overflow: hidden;
}

.contact-input .form-control:focus {
    color: #212529;
    border-color: var(--color-main);
    outline: 0;
    box-shadow: unset
}

.contact-input .form-control:focus::placeholder {
    transform: translateY(-200%);
}

.contact-input .form-control:focus+label {
    color: var(--color-main);
}

.contact-input input input[type=number]::-webkit-inner-spin-button,
.contact-input input input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.contact-input input[type="file"] {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    transition: all 0.4s;
    font-size: 20px;
    display: block;
    text-align: center;
}

.file-input.has-file label {
    color: var(--color-main);
}

.custom-file-upload i {
    font-size: 25px;
}

.custom-file-upload:hover {
    color: var(--color-main);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

/* Newsletter  */
.wrap-newsletter {
    padding: 60px 0 62px;
    overflow: hidden;
    background: url('../images/bck_newsletter.webp')no-repeat;
    background-size: cover;
}

.newsletter-left {
    width: calc(56% - 48px);
}

.boxNewsletter {
    padding: 57px 54px;
    min-height: 478px;
    background: url('../images/frame_newsletter.png')no-repeat;
    background-size: 100% 100%;
}

.title-newsletter {
    text-align: center;
    margin-bottom: 28px;
}

.title-newsletter span {
    display: block;
    font-size: 32px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: var(--font-2);
}

.title-newsletter p {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 15px;
    color: #fff;
}

.flex-form .newsletter-input {
    width: calc(50% - 6px);
}

.newsletter-input {
    margin-bottom: 15px;
}

.newsletter-input.nletter-content {
    margin-bottom: 15px;
}

.newsletter-input input,
.newsletter-input textarea {
    padding-left: 20px;
    height: 50px;
    outline: none;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    background-color: rgb(255, 255, 255, 0.3);
    font-size: 14px;
    color: #fff;
}

.newsletter-input textarea {
    padding-top: 15px;
    height: 123px;
    resize: none;
}

.newsletter-input input::-webkit-input-placeholder,
.newsletter-input textarea::-webkit-input-placeholder {
    color: #fff;
}

.btn-submit {
    outline: none;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    border: 0;
    background-color: var(--color-main);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-submit:hover {
    color: yellow;
}

.newsletter-right {
    width: 44%;
    text-align: center;
    padding-top: 40px;
}

/* Tra cứu bảo hành */
.boxFormLookupWarranty {
    max-width: 500px;
    margin: 0 auto 25px;
}

.flexform-lookupWarranty {
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid var(--color-main);
}

.lookupWarranty-input {
    width: calc(100% - 100px);
}

.lookupWarranty-input input {
    padding-left: 20px;
    height: 50px;
    outline: none;
    border: 0;
    border-radius: 8px;
    background-color: #fff;
    font-size: 14px;
    color: #333;
}

.lookupWarranty-input input::-webkit-input-placeholder {
    color: #333;
}

.lookupWarranty-button {
    width: 100px;
}

.lookupWarranty-submit {
    outline: none;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    border: 0;
    background-color: var(--color-main);
    color: #fff;
    font-size: 16px;
    font-family: var(--font-2);
    text-transform: uppercase;
}

.lookupWarranty-submit:hover {
    color: yellow;
}

.note-lookupWarranty {
    margin-bottom: 5px;
    color: #333;
    text-align: center;
}

.frame-searchResults {
    position: relative;
    padding: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.frame-searchResults>div {
    padding: 40px;
    border: 1px solid var(--color-main);
}

.vector_decor1,
.vector_decor2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 234px;
    height: 15px;
    background: url('../images/vector_decor2.png')no-repeat;
}

.vector_decor1 {
    top: 0;
}

.vector_decor2 {
    bottom: 0;
    transform: translateX(-50%) rotate(180deg);
}

.vector_decor3,
.vector_decor4,
.vector_decor5,
.vector_decor6 {
    position: absolute;
    display: block;
    width: 100px;
    height: 101px;
    background: url('../images/vector_decor.png')no-repeat;
}

.vector_decor3 {
    top: 0;
    left: 0;
}

.vector_decor4 {
    right: 0;
    top: 0;
    transform: rotateY(180deg);
}

.vector_decor5 {
    left: 0;
    bottom: 0;
    transform: rotate(-90deg);
}

.vector_decor6 {
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
}

.listinfo-searchResults p {
    padding-left: 20px;
    position: relative;
    font-size: 15px;
}

.listinfo-searchResults p span {
    font-weight: 600;
    font-size: 16px;
}

.listinfo-searchResults p::before {
    position: absolute;
    content: '';
    top: calc(50% - 6px);
    left: 0;
    width: 12px;
    height: 12px;
    background: url('../images/liststyle_menupro.png')no-repeat;
    transform: translateX(0px);
    animation: drifted1 1s ease-in-out infinite;
}


/* Footer */
.footer {
    background: url('../images/bck_footerpc.webp')no-repeat;
    background-size: 100% 100%;
}

.footer-article {
    padding: 85px 0px 62px;
}

.footer-title {
    margin-bottom: 24px;
    padding-bottom: 18px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.footer-title::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: var(--color-main);
}

.footer-name {
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 48px;
    color: #fff;
    font-family: var(--font-2);
    text-transform: uppercase;
}

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

.flex-article {
    gap: 20px;
}

.footer-news:nth-child(1) {
    width: 100%;
    max-width: 520px;
}

.footer-news:nth-child(2) {
    width: 100%;
    max-width: 200px;
}

.footer-news:nth-child(3) {
    width: 100%;
    max-width: 400px;
}

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

.footer-ul li {
    margin-bottom: 15px;
}

.footer-ul li::marker {
    color: #fff;
}

.footer-ul li:hover::marker {
    color: yellow;
}

.footer-ul li:last-child {
    margin-bottom: 0px;
}

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

.footer-ul li a:hover {
    text-decoration: none;
    color: yellow;
}

.footer-powered {
    text-align: center;
}

.footer-copyright {
    background-color: #fff;
    padding: 3px 3px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    clip-path: polygon(2% 0, 98% 0, 100% 100%, 0% 100%);
}

.footer-copyright>div {
    background-color: var(--color-main);
    line-height: 30px;
    padding: 10px 0;
    clip-path: polygon(2% 0, 98% 0, 100% 100%, 0% 100%);
}

.footer-copyright span {
    text-transform: uppercase;
}

.footer-copyright a {
    color: #fff;
}

.footer-statistic {
    text-align: right;
}

.footer-statistic span {
    padding-right: 10px;
}

.footer-statistic span:last-child {
    padding-right: 0px;
}

#footer-map {
    position: relative;
    height: 281px;
    margin-top: 0px;
}

#footer-map iframe {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
}

.customized {
    background-color: #fff;
    background-size: 100% 100%;
}

#someone-purchased::before {
    content: "";
    position: absolute;
    top: -58px;
    z-index: 1;
    right: 20px;
    background-size: 100%;
    width: 100px;
    height: 85%;
}

#someone-purchased {
    border: 0;
    opacity: 0;
    border-radius: 0;
    bottom: 20px;
    left: 20px;
    padding: 0;
    position: fixed;
    text-align: left;
    width: auto;
    z-index: 99999;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 4px 0;
    top: auto !important;
    right: auto !important;
    width: 23%;
}

#someone-purchased div img {
    cursor: pointer;
    float: left;
    max-height: 110px;
    width: 87px;
    padding: 6px;
}

#someone-purchased div p {
    color: #373737;
    float: right;
    font-size: 13px;
    margin: 0;
    width: calc(100% - 90px);
    padding: 6px 6px 0 0;
    line-height: 20px;
}

#someone-purchased div p a {
    display: block;
    font-size: 14px;
    color: #373737 !important;
}

#someone-purchased div p a span:nth-child(1) {
    color: #b10202;
}

#someone-purchased div p a span:nth-child(2) {
    color: var(--color-main);
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-top: 1px;
}

#someone-purchased div p a:hover {
    color: #000;
}

#someone-purchased div p small {
    text-align: right;
    display: block;
    font-size: 10px;
    margin-bottom: -1px;
}

#someone-purchased .someone__product-desc {
    height: 0;
    overflow: hidden;
    display: none;
}

#someone-purchased.fade-in {
    opacity: 0;
    visibility: visible;
    animation-name: nFadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}

#someone-purchased.fade-out {
    opacity: 0;
    visibility: hidden;
    animation-name: nFadeOut;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.someone__product-title .tendichvu {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-word;
}

@keyframes nFadeIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes nFadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
        bottom: 0;
    }
}

/* Tags */
.footer-tags {
    padding: 40px 0px;
}

.title-tags {
    color: var(--color-main);
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.item-tags {
    display: inline-block;
    background: #F1F1F1;
    color: #525252;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px 8px 12px;
    border-radius: 3px;
    margin: 0px 10px 10px 0px;
}

.item-tags i {
    margin-right: 7px;
    color: var(--color-main);
    font-size: 18px;
    vertical-align: middle;
}

.item-tags:hover {
    color: #fff;
    background: var(--color-main);
}

.item-tags:hover i {
    color: #fff;
}

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

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

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

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

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

/* Btn Frame */
.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 111;
    cursor: pointer;
}

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

.btn-frame i img {
    vertical-align: middle;
    width: 70%;
}

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

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

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

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

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

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

.btn-frame svg {
    max-width: 32px;
}


.cart-fixed {
    bottom: 315px;
    text-align: center;
    color: #fff !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-fixed i {
    font-size: 25px;
}

.cart-fixed span {
    position: absolute;
    top: 0px;
    right: -5px;
    color: #ffffff;
    width: 25px;
    height: 25px;
    background: #f00;
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%;
    z-index: 9;
}

/* Btn phone  */
/* .btn-phone { bottom: 315px; } */

/* Btn messenger  */
.btn-messenger {
    bottom: 150px;
}

/* Btn zalo  */
.btn-zalo {
    bottom: 230px;
}

#qrzalo .modal-dialog {
    max-width: 250px;
    margin: 0.5rem auto;
}

/* paging */
.pagination {
    margin: 20px 0px;
}

.pagination li a {
    cursor: pointer;
}

/* Paging Ajax */
.page-item-ajax {
    text-align: center;
}

.page-item-ajax a,
.page-item-ajax span {
    padding: 0;
    border-radius: 4px !important;
    display: inline-block;
    vertical-align: top;
    margin: 0px 9px 5px;
    width: 30px;
    height: 30px;
    line-height: 25px;
    color: #4D4D4D !important;
    border: 1px solid #CACACA;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none !important;
    background: linear-gradient(180deg, #FFF 0%, #F0F0F0 100%);
}

.page-item-ajax:last-child a,
.page-item-ajax:last-child span {
    margin-right: 0;
}

nav .page-item-ajax.active a.page-link,
.page-item-ajax a:hover,
nav .page-item-ajax.active span.page-link,
.page-item-ajax span:hover {
    color: #ffffff !important;
    border-color: var(--color-main);
    background: var(--color-main);
}

nav .page-item.disabled a.page-link,
nav .page-item.disabled span.page-link {
    border-color: #CACACA;
}

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

/* Hidden Google Captcha */
.grecaptcha-badge {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    overflow: hidden;
}

[x-cloak] {
    display: none !important;
}

.swiper .swiper-wrapper {
    width: inherit;
    height: inherit;
}

.swiper.swiper-initialized .swiper-wrapper {
    margin: 0;
    width: 100%;
    height: 100%;
}

.swiper.swiper-initialized .swiper-slide {
    padding: 0;
    margin: 0px;
}

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

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

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

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

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

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

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

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

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

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

/* Video*/
.row-video {
    margin: 0px -10px;
}

.col-video {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.name-video {
    margin-bottom: 0px;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    color: var(--color-black);
}

.owl-video {
    margin-top: 25px;
}

.box-video {
    cursor: pointer;
}

.img-video {
    position: relative;
    padding-top: calc(360 / 480 * 100%);
}

.img-video img {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-video::after {
    position: absolute;
    width: 63px;
    height: 63px;
    top: calc(50% - 63px / 2);
    left: calc(50% - 63px / 2);
    background: url(../images/video_small.png) center center no-repeat;
    background-size: contain;
    content: '';
}

.box-video h3 {
    color: #1C1B17;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 16px;
}

/* Album */
.row-album {
    margin: 0px -10px;
}

.col-album {
    padding: 0px -10px;
    margin-bottom: 20px;
}

.album {
    cursor: pointer;
}

.pic-album {
    margin-bottom: 10px;
    display: block;
}

.name-album {
    margin: 0px;
    font-size: 18px;
    text-align: center;
    font-size: 15px;
    color: #333;
}

.name-album a {
    color: #333;
}

.name-album:hover,
.name-album a:hover {
    color: var(--color-main);
}

.album .album-image {
    margin-bottom: 0.75rem;
}

.album .album-name {
    margin-bottom: 0px;
    text-align: center;
    font-size: 15px;
    color: #212529;
}

/* modal-detail */
.modal-detail::-webkit-scrollbar {
    width: 10px;
}

.modal-detail::-webkit-scrollbar-thumb {
    width: 10px;
    background: #4d90e0;
    border-radius: 10px;
    height: 50px;
}

.modal-detail {
    position: fixed;
    z-index: 999;
    background: #000000c4;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.content-modal-detail {
    background: #fff;
    max-width: 1200px;
    margin: 0px auto;
    min-height: 100vh;
}

.content-modal-detail .tabs {
    display: flex;
    cursor: pointer;
    padding: 0;
    list-style: none;
    justify-content: center;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 99;
}

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

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

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

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

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

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

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

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

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

.cursor-pointer {
    cursor: pointer;
}

/* Tien ich */
.wrap-ti {
    padding: 20px 0px;
}

.box-ti {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    min-height: 135px;
}

.wrap-ti .owl-item:nth-child(n + 1) .box-ti {
    background-color: rgb(220, 238, 255);
}

.wrap-ti .owl-item:nth-child(n + 2) .box-ti {
    background-color: rgb(254, 245, 207);
}

.wrap-ti .owl-item:nth-child(n + 3) .box-ti {
    background-color: rgb(255, 239, 219);
}

.wrap-ti .owl-item:nth-child(n + 4) .box-ti {
    background-color: rgb(225, 254, 207);
}

.ds-ti {
    width: calc(100% - 45px);
}

.ds-ti h3 {
    font-size: 15px;
}

.ds-ti h3 a {
    color: #333;
}

.ds-ti h3 a:hover {
    color: #f00;
}

.form-newsletter2 .newsletter2-input label {
    font-size: 17px;
    font-family: var(--font-2);
    margin-bottom: 0.5rem;
}

.xp_booking {
    position: fixed;
    right: 0;
    bottom: 400px;
    z-index: 99;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 10px 0px 0px 10px;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.xp_booking i {
    font-size: 25px;
    color: var(--color-main);
}

.xp_booking span {
    display: block;
    font-size: 17px;
    color: var(--color-main);
    font-family: var(--font-2);
    text-align: center;
}