body {
    font-size: 14px;
    color: var(--clr-black);
    margin: 0 auto;
}

body::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    transition: all 1s;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--clr-main);
    border-radius: 5px;
    transition: all 1s;
}

body::-webkit-scrollbar-track {
    background: #999;
    width: 4px;
    height: 4px;
    transition: all 1s;
}

#main-primary,
#footer-primary {}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

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

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

ul,
ol,
dl {
    list-style: revert;
    padding: 0 0 0 1.5rem;
}

.ckeditor-content a {
    color: var(--clr-main);
    text-decoration: underline;
}

.ckeditor-content a:hover {
    color: var(--clr-active);
}

.contact-input [type='text'],
.contact-input [type='email'],
.contact-input [type='number'] {
    border: 1px solid #ced4da;
}

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

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

figure {
    margin: 0;
    padding: 0;
}

.hidden--figcaption {
    overflow: hidden;
    width: 0;
    height: 0;
    margin: 0;
}

.hidden-seoh {
    overflow: hidden;
    visibility: hidden;
    height: 0;
    margin: 0;
}

.wrap-home {
    max-width: 100%;
    padding: 0;
}

.wrap-content {
    width: 1270px;
    margin: 0 auto;
    max-width: 90% !important;
}

.transition,
.transition:hover {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.grid-container {
    --col: 4;
    --gap-x: 10px;
    --gap-y: calc(var(--gap-x) * 2);
    display: grid;
    grid-template-columns: repeat(var(--col), 1fr);
    gap: var(--gap-x) var(--gap-y);
}

.text-split {
    --line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--line-clamp);
}

.--split-height {
    --line-height: 1.5em;
    height: -webkit-calc(var(--line-clamp) * var(--line-height));
    height: -moz-calc(var(--line-clamp) * var(--line-height));
    height: calc(var(--line-clamp) * var(--line-height));
    line-height: var(--line-height);
}

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

.progress-wrap {
    position: fixed;
    bottom: 60px;
    right: 15px;
    height: 56px;
    background: var(--clr-btn);
    width: 56px;
    cursor: pointer;
    display: block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    transition: all 400ms linear;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f077';
    text-align: center;
    line-height: 56px;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    left: 0;
    top: 0px;
    height: 55px;
    width: 56px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #fff;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    transition: all 400ms linear;
}

.page-item.page-item-ajax.disabled {
    display: none;
}

.page-link {
    min-width: 32px;
    min-height: 32px;
    padding: 3px 11px;
    font-size: 15px;
    background: transparent;
    border-color: var(--clr-main);
    border-radius: 5px;
    color: var(--clr-main);
}

.page-item.active .page-link {
    background: var(--clr-main);
    border-color: var(--clr-main);
    color: var(--clr-white);
}

.pagination {
    gap: 5px;
    flex-wrap: wrap;
}

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

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

coccocgrammar {
    display: none;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.content-main {
    line-height: 26px
}

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

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

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

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

.content-main table tr td {
    padding: 10px 7px
}

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

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

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

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

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

.content-main iframe {
    width: 100% !important;
    display: block;
    margin: 10px auto 20px
}

.content-main tr:nth-child(even) {
    background-color: #f2f2f2
}

.content-main tr:hover {
    background-color: #ddd
}

.content-main th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: var(--color-main);
    color: #fff
}

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

.content-main figcaption {
    text-align: center
}

.content-main ul {
    list-style: revert;
    padding-left: 1rem;
}

@keyframes menuSlideInDown {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@keyframes arrowBounceRight {

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

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

@keyframes spinCircle {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

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

    50% {
        -webkit-opacity: 0;
    }

    100% {
        -webkit-opacity: 1;
    }
}

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

    50% {
        -moz-opacity: 0;
    }

    100% {
        -moz-opacity: 1;
    }
}

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

    50% {
        -ms-opacity: 0;
    }

    100% {
        -ms-opacity: 1;
    }
}

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

    50% {
        -o-opacity: 0;
    }

    100% {
        -o-opacity: 1;
    }
}

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

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes shake-anim {

    0%,
    100% {
        -webkit-keyframes: rotate(0deg);
        transform-origin: 50% 50%;
    }

    10% {
        -webkit-keyframes: rotate(8deg);
    }

    20%,
    40%,
    60% {
        -webkit-keyframes: rotate(-10deg);
    }

    30%,
    50%,
    70% {
        -webkit-keyframes: rotate(10deg);
    }

    80% {
        -webkit-keyframes: rotate(-8deg);
    }

    90% {
        -webkit-keyframes: rotate(8deg);
    }
}

@-moz-keyframes shake-anim {

    0%,
    100% {
        -moz-keyframes: rotate(0deg);
        transform-origin: 50% 50%;
    }

    10% {
        -moz-keyframes: rotate(8deg);
    }

    20%,
    40%,
    60% {
        -moz-keyframes: rotate(-10deg);
    }

    30%,
    50%,
    70% {
        -moz-keyframes: rotate(10deg);
    }

    80% {
        -moz-keyframes: rotate(-8deg);
    }

    90% {
        -moz-keyframes: rotate(8deg);
    }
}

@-ms-keyframes shake-anim {

    0%,
    100% {
        -ms-keyframes: rotate(0deg);
        transform-origin: 50% 50%;
    }

    10% {
        -ms-keyframes: rotate(8deg);
    }

    20%,
    40%,
    60% {
        -ms-keyframes: rotate(-10deg);
    }

    30%,
    50%,
    70% {
        -ms-keyframes: rotate(10deg);
    }

    80% {
        -ms-keyframes: rotate(-8deg);
    }

    90% {
        -ms-keyframes: rotate(8deg);
    }
}

@-o-keyframes shake-anim {

    0%,
    100% {
        -o-transform: rotate(0deg);
        transform-origin: 50% 50%;
    }

    10% {
        -o-transform: rotate(8deg);
    }

    20%,
    40%,
    60% {
        -o-transform: rotate(-10deg);
    }

    30%,
    50%,
    70% {
        -o-transform: rotate(10deg);
    }

    80% {
        -o-transform: rotate(-8deg);
    }

    90% {
        -o-transform: rotate(8deg);
    }
}

@keyframes shake-anim {

    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 50% 50%;
    }

    10% {
        transform: rotate(8deg);
    }

    20%,
    40%,
    60% {
        transform: rotate(-10deg);
    }

    30%,
    50%,
    70% {
        transform: rotate(10deg);
    }

    80% {
        transform: rotate(-8deg);
    }

    90% {
        transform: rotate(8deg);
    }
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

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

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

@keyframes mover {
    0% {
        transform: translateY(0);
    }

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

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

@-moz-keyframes mover {
    0% {
        -moz-transform: translateY(0);
    }

    50% {
        -moz-transform: translateY(-10px);
    }

    100% {
        -moz-transform: translateY(0px);
    }
}

@-ms-keyframes mover {
    0% {
        -ms-transform: translateY(0);
    }

    50% {
        -ms-transform: translateY(-10px);
    }

    100% {
        -ms-transform: translateY(0px);
    }
}

@-o-keyframes mover {
    0% {
        -o-transform: translateY(0);
    }

    50% {
        -o-transform: translateY(-10px);
    }

    100% {
        -o-transform: translateY(0px);
    }
}

@-webkit-keyframes xoayvong {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes xoayvong {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
    }
}

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

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

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100px, 0);
    }

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

@keyframes scaleLarge {
    0% {
        opacity: 0;
        transform: scale(2);
    }

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

@keyframes Start {
    from {
        visibility: hidden;
    }

    to {
        visibility: visible;
    }
}

@keyframes Preloader {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes Play {
    from {
        background-position: 0;
    }

    to {
        background-position: -360px;
    }
}

@keyframes Ani {
    0% {
        box-shadow: 0 0 0 rgba(220, 220, 220, 0);
        border: 1px solid rgba(220, 220, 220, 0);
        transform: scale(0);
    }

    70% {
        box-shadow: 0 0 50px gainsboro;
        border: 1px solid gainsboro;
        transform: scale(1);
    }

    100% {
        box-shadow: 0 0 60px rgba(220, 220, 220, 0);
        border: 0 solid rgba(220, 220, 220, 0);
        transform: scale(2);
    }
}

@keyframes BgColor {
    from {
        background-color: #004835;
    }

    to {
        background-color: #b05c1e;
    }
}

@keyframes Leftpage {
    from {
        left: -100%;
    }

    to {
        left: 100%;
    }
}

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

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

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100px, 0);
    }

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

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg) scale(0.5);
        opacity: 0;
    }

    100% {
        transform: perspective(400px) rotateX(0) scale(1);
        opacity: 1;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: perspective(400px) rotateX(90deg) scale(0.5);
        opacity: 0;
    }
}

@keyframes scaleSmall {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }

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

@keyframes scaleLarge {
    0% {
        opacity: 0;
        transform: scale(2);
    }

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

@keyframes scaleLarge2 {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }

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

@keyframes trackBallSlide {

    0%,
    100%,
    30%,
    60% {
        opacity: 1;
        transform: translateY(-12px);
    }

    15%,
    50% {
        opacity: 0;
        transform: translateY(8px);
    }
}

@keyframes goHeight {
    from {
        transform: scale3d(1, 0, 1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes goWidth {
    from {
        transform: scale3d(0, 1, 1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes aniHeight {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1, 0, 1);
    }
}

@keyframes aniWidth {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(0, 1, 1);
    }
}

@keyframes moveLeft {
    100% {
        transform: translateX(-100%);
    }
}

@keyframes moveRight {
    100% {
        transform: translateX(100%);
    }
}

@keyframes toRight {
    0% {
        opacity: 0;
        right: -100px;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@keyframes toLeft {
    0% {
        opacity: 0;
        left: -100px;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

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

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

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

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

@keyframes DrawStroke {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes goBg {
    0% {
        transform: translate3d(-50%, 0, 0);
    }

    100% {
        transform: none;
    }
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        opacity: 1;
    }
}

@keyframes Color2 {

    0%,
    60% {
        background-color: #00431c;
    }

    20% {
        background-color: #b08a30;
    }
}

@keyframes Border {

    0%,
    60% {
        border-top-color: #ffdd80;
    }

    20% {
        border-top-color: #117090;
    }
}

@keyframes Border1 {

    0%,
    60% {
        border-color: #ffdd80;
    }

    20% {
        border-color: #117090;
    }
}

@keyframes Shake {

    from,
    to {
        transform: translate3d(0, 0, 0) rotate(0);
    }

    0%,
    50% {
        transform: translate3d(-10px, 0, 0) rotate(15deg);
    }

    25% {
        transform: translate3d(10px, 0, 0) rotate(-15deg);
    }
}

@keyframes Bounce {
    0% {
        transform: translate3d(0, 0, 0) rotate(0);
    }

    50% {
        transform: translate3d(50px, 20px, 0) rotate(125deg);
    }

    100% {
        transform: translate3d(0, 0, 0) rotate(360deg);
    }
}

@keyframes StrokeLine {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: -200;
    }
}

@keyframes StrokeLine1 {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 200;
    }
}

@keyframes StrokeLine2 {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 300;
    }
}

@keyframes BorderBox {

    0%,
    100% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 100%;
    }
}

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

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

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

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

@keyframes sizingLarge {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes sizingSmall {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

@keyframes sh02 {
    from {
        opacity: 0;
        left: 0%;
    }

    50% {
        opacity: 1;
    }

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

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes xoay {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.navigation-fixed,
.has-scroll {
    position: var(--position) !important;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
}

.blink {
    -webkit-animation: blink 1s infinite linear;
    -moz-animation: blink 1s infinite linear;
    -ms-animation: blink 1s infinite linear;
    -o-animation: blink 1s infinite linear;
    animation: blink 1s infinite linear;
}

.shake-anim {
    -webkit-animation: shake-anim 1s infinite ease-in-out;
    -moz-animation: shake-anim 1s infinite ease-in-out;
    -ms-animation: shake-anim 1s infinite ease-in-out;
    -o-animation: shake-anim 1s infinite ease-in-out;
    animation: shake-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%;
}

.hvr-underline {
    display: inline;
    background: linear-gradient(90deg, transparent, transparent), linear-gradient(90deg, #1F1C17, #1F1C17);
    background-size: 100% 1px, 0 1px;
    background-position: 100% calc(100% - 3px), 0 calc(100% - 3px);
    background-repeat: no-repeat;
    transition: background-size 0.3s;
}

.hvr-underline:hover {
    background-size: 0 1px, 100% 1px;
}

.hvr-double-shape {
    overflow: hidden;
    position: relative;
    display: block;
}

.hvr-double-shape:before {
    opacity: 0.25;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    background: #fff;
    transform: scaleX(0);
    transition: transform 0.5s ease;
    top: 0;
    bottom: 50%;
    transform-origin: 100% 0%;
}

.hvr-double-shape:after {
    opacity: 0.25;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    background: #fff;
    transform: scaleX(0);
    transition: transform 0.5s ease;
    top: 50%;
    bottom: 0;
    transform-origin: 0% 100%;
}

.hvr-double-shape:hover:before {
    transform: scaleX(1);
    transform-origin: 0% 100%;
}

.hvr-double-shape:hover:after {
    transform: scaleX(1);
    transform-origin: 100% 0%;
}

.hvr-double-box {
    overflow: hidden;
    position: relative;
    display: block;
}

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

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

.hvr-double-box:hover:before {
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    -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;
}

.hvr-double-box:hover:after {
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    -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;
}

.hvr-float-shadow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    opacity: 0;
    position: absolute;
    content: '';
    top: 100%;
    left: 5%;
    z-index: -1;
    width: 90%;
    height: 10px;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, transparent 80%);
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    pointer-events: none;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.hvr-float-shadow:focus {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hvr-float-shadow:focus:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.hvr-float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hvr-float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.hvr-flash-shape {
    overflow: hidden;
    position: relative;
}

.hvr-flash-shape:before {
    content: '';
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 10;
    display: block;
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hvr-flash-shape:hover:before {
    transition: 1s;
    left: 130%;
}

.hrv-flash-box {
    overflow: hidden;
    position: relative;
    display: block;
}

.hrv-flash-box:hover:before {
    top: 0;
    left: 0;
}

.hrv-flash-box:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-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);
}

.hrv-flash-box:hover:after {
    right: 0;
    bottom: 0;
}

.hrv-flash-box:before {
    top: -100%;
    left: -100%;
    display: block;
    content: "";
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.hrv-flash-box:after {
    right: -100%;
    bottom: -100%;
    display: block;
    content: "";
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.hrv-flash-box img {
    transition: 0.7s;
}

.scale-img {
    overflow: hidden;
    display: block;
}

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

.scale-img:hover>img {
    -webkit-transition: 0.3s ease-out !important;
    -moz-transition: 0.3s ease-out !important;
    -ms-transition: 0.3s ease-out !important;
    -o-transition: 0.3s ease-out !important;
    transition: 0.3s ease-out !important;
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.mover {
    -webkit-animation: mover 1s infinite ease-in-out;
    -moz-animation: mover 1s infinite ease-in-out;
    -ms-animation: mover 1s infinite ease-in-out;
    -o-animation: mover 1s infinite ease-in-out;
    animation: mover 1s infinite ease-in-out;
}

.tada {
    -webkit-animation: tada 1s infinite ease-in-out;
    -moz-animation: tada 1s infinite ease-in-out;
    -ms-animation: tada 1s infinite ease-in-out;
    -o-animation: tada 1s infinite ease-in-out;
    animation: tada 1s infinite ease-in-out;
}

.moveleft {
    pointer-events: none;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    animation-name: moveLeft;
}

.moveright {
    pointer-events: none;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    animation-name: moveRight;
}

.contact-form {
    animation: Start 1s steps(1, end) 0s 1 normal both;
}

.container {
    animation: Start 1s steps(1, end) 0s 1 normal both;
}

.footer {
    animation: Start .5s steps(1, end) 0s 1 normal both;
}

.go-top {
    animation: Start 1s steps(1, end) 0s 1 normal both;
}

.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3a0304;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-top:active {
    color: #fff;
}

.hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.hvr-sweep-to-top:focus {
    color: #fff;
}

.hvr-sweep-to-top:focus:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.hvr-sweep-to-top:hover {
    color: #fff;
}

.hvr-sweep-to-top:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #33cbcc;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:active {
    color: #fff;
}

.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.hvr-sweep-to-right:focus {
    color: #fff;
}

.hvr-sweep-to-right:focus:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.hvr-sweep-to-right:hover {
    color: #fff;
}

.hvr-sweep-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btn-hover {
    position: relative;
    padding: 10px 20px;
    border-radius: 7px;
    border: 1px solid #3d6aff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    background: transparent;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.btn-hover:hover {
    background: #3d6aff;
    box-shadow: 0 0 30px 5px rgba(0, 142, 236, 0.815);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btn-hover:hover::before {
    -webkit-animation: sh02 0.5s 0s linear;
    -moz-animation: sh02 0.5s 0s linear;
    animation: sh02 0.5s 0s linear;
}

.btn-hover::before {
    content: '';
    display: block;
    width: 0px;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0%;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 50px 30px #fff;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.btn-hover:active {
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
}

.codepen-button {
    display: block;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    overflow: hidden;
    padding: 3px;
    isolation: isolate;
}

.codepen-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    height: 100%;
    background: linear-gradient(115deg, #4fcf70, #fad648, #a767e5, #12bcfe, #44ce7b);
    background-size: 25% 100%;
    animation: an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop 0.75s linear infinite;
    animation-play-state: paused;
    translate: -5% 0;
    transition: translate 0.25s ease-out;
}

.codepen-button:hover::before {
    animation-play-state: running;
    transition-duration: 0.75s;
    translate: 0 0;
}

.codepen-button span {
    position: relative;
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    background: #000;
    border-radius: 3px;
    height: 100%;
}

.box {
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.box::before {
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.5s;
}

.box::after {
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.5s;
}

.box:hover::after {
    -webkit-transform: scale(1);
}

.box:hover::before {
    -webkit-transform: scale(1);
}

.-item.foo {
    position: relative;
}

.-item.foo:hover::after,
.-item.foo:hover::before {
    -webkit-transform: scale(1);
}

.foo:before {
    position: absolute;
    border-top: 3px solid #B59A6B;
    border-right: 3px solid #B59A6B;
    -webkit-transform-origin: 100% 0%;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.5s;
    pointer-events: none;
    border-radius: 10px;
}

.foo:after {
    position: absolute;
    border-bottom: 3px solid #B59A6B;
    border-left: 3px solid #B59A6B;
    -webkit-transform-origin: 0 100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.5s;
    pointer-events: none;
    border-radius: 10px;
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animate__tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.mask {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999999;
    overflow: hidden;
}

.mask span {
    width: 100%;
    position: absolute;
    right: 0;
    background: -webkit-linear-gradient(90deg, #fff 0, #fff 100%);
    background: linear-gradient(90deg, #fff 0, #fff 100%);
    -webkit-transition: width 0.9s ease-in-out;
    transition: width 0.9s ease-in-out;
}

.mask span:nth-child(1) {
    height: 30vh;
    top: 0;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.mask span:nth-child(2) {
    height: 40vh;
    top: 30vh;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.mask span:nth-child(3) {
    height: 30vh;
    top: 70vh;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.mask.hideg {
    pointer-events: none;
}

.mask.hideg span {
    width: 0;
}

.loadicon {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 140px;
    margin: -70px 0 0 -100px;
    z-index: 110000;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
}

#loading .logo_2 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.5s;
}

#loading .logo_2 span {
    display: block;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.5);
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    -webkit-animation: Ani 2s infinite;
    animation: Ani 2s infinite;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    z-index: 9999999999;
}

#loading .logo_2 img {
    position: relative;
    max-width: 80px;
    z-index: 4;
}

#loading.finish {
    z-index: -9999;
}

#loading.finish .logo_2 span {
    display: none;
}

#loading.finish .logo_2 img {
    display: none;
}

.animate-border {
    position: relative;
    display: block;
    width: 100px;
    height: 3px;
    background: #000;
    overflow: hidden;
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    left: -30px;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

@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.2, 1.2, 1.2);
        opacity: 1;
    }

    100% {
        transform: scale3d(2.2, 2.2, 2.2);
        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;
    }
}

:root {
    --m1: #ff0000;
    --m2: #000;
    --color-red: #ff0000;
    --clr-primary: #333333;
    --clr-secondary: #666666;
    --clr-white: #ffffff;
    --clr-black: #000000;
    --clr-active: #4B4E51;
    --clr-btn: #4B4E51;
    --clr-main: #ff0000;
    --font-title: "Roboto-Black";
    --font-bold: "Roboto-Bold";
    --font-regular: "Roboto-Regular";
    --font-medium: "Roboto-m";
    --font-light: "Roboto-l";
}

@font-face {
    font-family: 'BeVietnamPro';
    src: url('../fonts/BeVietnamPro-Bold.woff2');
    font-display: swap;
    font-weight: 700;
}

@font-face {
    font-family: 'BeVietnamPro';
    src: url('../fonts/BeVietnam-Medium.ttf');
    font-display: swap;
    font-weight: 500;
}

@font-face {
    font-family: 'BeVietnamPro';
    src: url('../fonts/BeVietnamPro-Regular.woff2');
    font-display: swap;
}

@font-face {
    font-family: 'BeVietnamPro';
    src: url('../fonts/BeVietnamPro-SemiBold.woff2');
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: '1FTVVIPAnthonyHunter';
    src: url('../fonts/1FTVVIPAnthonyHunter.woff2');
    font-display: swap;
}

@font-face {
    font-family: 'UTMHelve';
    src: url('../fonts/UTMHelve.woff2');
    font-display: swap;
}

@font-face {
    font-family: 'UTMHelvetIns';
    src: url('../fonts/UTMHelvetIns.woff2');
    font-display: swap;
}

@font-face {
    font-family: 'UTMHelveBold';
    src: url('../fonts/UTMHelveBold.woff2');
    font-display: swap;
}

@font-face {
    font-family: 'UTMHelve-BoldItalic';
    src: url('../fonts/UTMHelve-BoldItalic.woff2');
    font-display: swap;
}

@font-face {
    font-family: 'UTMHelvetIns';
    src: url('../fonts/UTMHelvetIns.woff2');
    font-display: swap;
}

body {
    font-size: 14px;
    line-height: 1.5;
    font-family: 'BeVietnamPro'
}

.main__title {
    margin-bottom: 1.5rem;
}

.main__title h1,
.main__title h2,
.main__title p {
    font-size: clamp(24px, 3.5vw, 30px);
    text-transform: uppercase;
}

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

.title-main span {
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
}

.ff-title {}

.ff-bold {}

.ff-regular {}

.content-style>*:last-child {
    margin-bottom: 0px;
}

.content-main img {
    height: auto !important;
}

.content-style * {
    all: revert-layer;
    max-width: 100%;
    height: fit-content !important;
    word-break: break-word;
}

.img-light {
    filter: brightness(0) invert(1);
}

.d-deskop {
    display: block;
}

.d-mobile {
    display: none;
}

.transition,
.btn-frame .kenit-alo-circle-fill,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover>ul,
.scale-img img,
.scale-img:hover>img,
.support-online .kenit-alo-circle-fill {
    transition: 0.3s all;
}

.gutter-x-20 {
    --bs-gutter-x: 20px;
}

.gutter-x-5 {
    --bs-gutter-x: 5px;
}

.slideshow {
    position: relative;
}

.search {
    width: 50%;
    max-width: 215px;
    background: #fff;
    position: relative;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 1px solid #00000078;
}

.search input {
    width: calc(100% - 35px);
    font-size: 13px;
    color: #333;
    border-radius: 10px;
    border: none;
}

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

.search label {
    height: 35px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    background: #f00;
    color: #fff;
    border-radius: 10px;
    margin-right: 3px;
    padding: 5px 10px;
}

.search label i {
    font-weight: bold;
    color: #999;
}

.search div {
    width: 25px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #ffb703;
}

.search p {}

.box-search {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ds-item-search {
    width: calc(100% - 70px);
}

.ds-item-search a {
    font-size: 14px;
    color: #333;
}

.show-search {
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    padding: 10px 15px;
    max-height: 400px;
    overflow-y: auto;
    display: none;
}

.box-search {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 5px 0px;
    border-bottom: #cccccc solid 1px;
}

.box-search .pic-search {
    max-width: 70px;
}

.box-search .name-product {
    font-size: 13px;
    color: #000;
}

.box-search .price-product {
    margin-bottom: 0;
}

.box-search .price-new {
    color: #f00;
    font-weight: 500;
    font-size: 15px;
}

.box-search .price-old {
    color: #666;
    text-decoration: line-through;
    font-size: 12px;
}

.box-search .price-per {
    color: #f00;
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow: scroll;
}

.offcanvas-body::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-thumb {
    background-color: #0d6efd;
    border-radius: 5px;
    transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-track {
    background: #fff;
    width: 4px;
    height: 4px;
    transition: all 1s;
}

.btn-close-menu {
    position: absolute;
    right: 20px;
    top: 20px;
}

.menu-mobile ul {
    padding: 0px;
    list-style: none;
}

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

.menu-mobile ul li>span i {
    transition: transform 0.3s ease;
}

.menu-mobile ul li a {
    display: block;
    padding-right: 30px;
    color: #333;
    font-size: 15px;
    padding: 10px 0px;
    border-bottom: 1px solid #f1f1f1;
}

.menu-mobile ul li a i {
    margin-right: 10px;
}

.menu-mobile ul li li a {
    font-weight: normal;
}

.menu-mobile ul li a:hover {
    color: #f00;
}

.menu-mobile ul li .scroll {
    position: absolute;
    right: 0px;
    top: 9px;
    background: var(--clr-main);
    font-size: 17px;
    line-height: 18px;
    height: 25px;
    color: #fff;
    width: 35px;
    border-radius: 5px;
    display: flex;
    justify-content: end;
    align-items: center;
    cursor: pointer;
    padding-right: 14px;
}

.menu-mobile ul li:hover {
    color: #f00;
}

.menu-mobile ul ul li .scroll {
    background: none;
    color: var(--clr-main);
}

.menu-mobile ul li ul {
    padding-left: 10px;
}

.head-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.company {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

.company p {
    margin-bottom: 5px;
    font-size: 13px;
}

.company p span {
    color: #ffb703;
}

.search-menu {
    width: 100%;
    position: relative;
    margin: 10px 0px;
}

.search-menu input {
    width: 100%;
    background: #f5f5fa;
    border: 1px solid #f1f1f1;
    height: 40px !important;
    font-size: 13px;
}

.search-menu p {
    position: absolute;
    right: 10px;
    bottom: 8px;
}

.navigation {
    position: relative;
    --position: fixed;
    z-index: 999;
    /* background: #fff; */
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
    left: 0px;
}

.navigation .wrap-content {
    max-width: 100% !important;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.navigation.fixed .wrap-content {
    width: 1270px;
}

.navigation.navigation-fix {
    position: fixed;
    width: 100%;
    top: 0px;
    box-shadow: 0px 0px 7px #0005;
}

.navigation.navigation-fix .wrap-content {
    width: 1270px;
}

.navigation>.navigation__inner {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.navigation div#menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.navigation div#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation div#menu ul:has(.level-0) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.navigation div#menu ul li a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: transparent;
    border-radius: 5px;
    left: 0px;
    bottom: 14px;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.5s;
}

.navigation div#menu ul li ul li a::before {
    content: none;
}

.navigation div#menu ul li .submenu-toggle {
    display: none;
}

.navigation div#menu ul li.active a::before,
.navigation div#menu ul li:hover>a::before {
    transform-origin: left;
    transform: scaleX(1);
}

.navigation div#menu ul li a {
    display: block;
    position: relative;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    transition: 0.2s all;
    left: 0px;
    font-weight: 700;
    padding: 10px 0px;
}

.navigation div#menu ul li.active>a,
.navigation div#menu ul li:hover>a {
    color: var(--m1);
}

.navigation div#menu ul li ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 100%;
    display: block;
    background: #fff;
}

.navigation div#menu ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0);
    -moz-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.navigation div#menu ul li ul li:hover>a {
    left: 15px;
}

.navigation div#menu ul li:hover:before {
    width: 10px;
}

.navigation div#menu ul li ul li>ul {
    left: 100%;
    top: 0 !important;
}

.navigation div#menu ul li ul li {
    isolation: isolate;
    padding: 0 0.75rem;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: #eee solid 1px;
}

.navigation div#menu ul li ul li a {
    color: var(--clr-black);
    padding: .7rem 0;
}

.navigation div#menu ul li ul li:hover>a {
    background: transparent;
    color: var(--clr-active);
}

.navigation div#menu ul li ul li:before {
    content: '';
    width: 0px;
    height: 1px;
    position: absolute;
    background: var(--m1);
}

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

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

.tt-toc {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

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

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

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

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

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

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

.video-main {
    position: relative;
}

.list-video {
    margin-top: 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.img-video span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid #ff000066;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f00;
    background: #ffffffa8;
    font-size: 27px;
    cursor: pointer;
    transition: all 1s;
}

.video-item:hover span {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
}

.video-name {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

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

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

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

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

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

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

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

.detail-product .left-pro-detail {
    width: 40%;
    border: 1px solid #ddd;
}

.detail-product .right-pro-detail {
    width: 57%;
}

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

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

.detail-product .right-pro-detail ul li .title-pro-detail {
    font-size: 18px;
}

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

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

.tabs-pro-detail .tab-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px;
}

.nav-tabs li a {
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    color: #f00;
}

.left-pro-detail .MagicZoom {
    background-color: var(--clr-white);
}

.left-pro-detail .MagicZoom img {}

.tabs-pro-detail .tab-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px;
}

.nav-tabs li a {
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    color: #f00;
}

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

.title-pro-detail {
    text-transform: capitalize;
    display: block;
}

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

.quantity-pro-detail {
    width: 100%;
    max-width: 110px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin-right: 20px;
    font-weight: 500;
}

.quantity-pro-detail span {
    line-height: 40px;
    padding: 0;
    width: 30px;
    height: 40px;
    color: #000;
    cursor: pointer;
    font-size: 22px;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    border-left: 0;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    border-right: 0;
}

.quantity-pro-detail input {
    height: 40px;
    width: calc(100% - 60px);
    text-align: center;
    font-size: 20px;
    padding: 5px;
    font-weight: 700;
}

.cart-pro-detail {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cart-pro-detail a {
    text-align: center;
    color: #fff;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}

.cart-pro-detail a.addnow {
    margin-right: 10px;
    color: #fff;
    border-radius: 5px;
}

.cart-pro-detail a.addnow:hover {
    background-color: #f00;
    color: #fff;
    border-color: #f00;
}

.cart-pro-detail a.buynow {
    background-color: #000;
}

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

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

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

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

.frm_contact {
    border: 1px solid #ddd;
    padding: 30px;
}

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

.breadCrumbs ol {
    margin: 0px;
}

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

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

.paging-product {
    position: relative;
}

.pagination {
    margin: 10px 0px;
    text-align: center;
}

.pagination li span {
    cursor: pointer;
}

.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}

.btn-frame i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* background: #1182fc; */
    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: #F6A938;
    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: 40px;
    height: 40px;
    top: 5px;
    right: 5px;
    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;
}

.grid-properties {
    display: flex;
    gap: 10px;
}

.grid-properties span {
    position: relative;
    border: 1px solid #ddd;
    padding: 5px 15px;
    cursor: pointer;
}

.grid-properties span:hover,
.grid-properties span.active {
    border: 1px solid #f00;
    color: #f00;
}

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

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

.ds-news span {
    display: block;
    line-height: 25px;
    color: #999;
    font-size: 13px;
    margin: 10px 0px 0px;
    font-style: italic;
}

.ds-news h3 a {
    font-size: 16px;
    margin: 0;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-line-clamp: 2 !important;
}

.ds-news .desc {
    color: #333;
}

.item-news-all {
    display: flex;
    justify-content: space-between;
}

.item-news-all .ds-news {
    width: calc(100% - 110px);
}

.item-news-all .ds-news h3 {
    text-transform: capitalize;
    font-size: 15px;
}

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

.news-left {
    width: 68%;
}

.news-right {
    position: sticky;
    top: 20px;
    width: 30%;
    background: #f1f1f1cc;
    padding: 20px;
    box-shadow: 0px 0px 5px #99999978;
}

.news-item {
    display: grid;
}

.news-photo {}

.news-info {
    margin-top: 10px;
    color: #000;
}

.news-time {}

.news-name {
    font-size: 18px;
    font-weight: 700;
}

.news-desc {
    margin-top: 5px;
}

.product-item {
    display: block;
    position: relative;
}

.product-item:hover h3 {
    color: var(--m1)
}

.product-photo {
    margin-bottom: 13px;
    border-radius: 10px;
    border: #ffb638 solid 3px;
    overflow: hidden;
    position: relative;
}

.product-photo:before {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    width: 100px;
    height: 7px;
    background: #ffb638;
    z-index: 9;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.product-photo:after {
    content: '';
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 100px;
    height: 7px;
    background: #ffb638;
    z-index: 9;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

.product-info {}

.product-name {
    -webkit-line-clamp: 1;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: normal;
    color: #333333;
    font-weight: 600;
    text-align: center;
}

.product-price {
    display: flex;
    justify-content: center;
    gap: 5px 10px;
    align-items: baseline;
}

.product-price-new {
    font-size: 20px;
    font-weight: 700;
    color: #f00;
}

.product-price-old {
    text-decoration: line-through;
    color: #666;
}

.product-price-per {
    background: var(--m1);
    color: #fff;
    padding: 3px 10px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.product-btn {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.product-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px 0;
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    flex: 1;
    transition: 0.2s all
}

.product-btn a:nth-child(1) {
    background: var(--m1);
    color: #fff;
}

.product-btn a:nth-child(2) {
    color: black;
    background: #f5f5f5;
}

.product-btn a:hover {
    box-shadow: 0px 0px 8px #0005
}

.overflow-x-hidden {
    overflow-x: clip;
}

.modal-title {
    font-size: 20px;
}

.loading-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.loading {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 5px solid #3498db;
    animation: spin 1s linear infinite;
}

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

.grid-album {
    --col: 4;
    --gap-x: 15px;
    --gap-y: 15px;
}

.album-item {
    position: relative;
    z-index: 1;
}

.album-txt {
    color: #000;
    text-align: center;
    font-size: 20px;
    margin-top: 10px
}

.album-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000082;
    z-index: 1;
    display: grid;
    place-content: center;
    padding: 10px 15px;
    opacity: 0;
    transition: all 300ms ease;
}

.album-name a {
    font-size: clamp(16px, calc(20 / 1188 * 100vw), 20px);
    color: var(--clr-white);
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.album-item:hover .album-info {
    opacity: 1;
    transition: all 300ms ease;
}

.album-item:hover .album-name a {
    width: 100%;
    transition: all 300ms ease;
}

.search__toggle {
    --height: 40px;
    position: relative;
}

.search__toggle .search__icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: var(--height);
    font-size: 17px;
    color: var(--clr-white);
    cursor: pointer;
}

.search__toggle .search__icon.active {
    color: var(--clr-active);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--clr-white);
}

.search__toggle .search__grid {
    opacity: 1;
    width: 230px;
    overflow: hidden;
    position: absolute;
    top: 50px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--height);
    border: 1px solid var(--clr-active);
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    background: var(--clr-white);
    padding: 0rem 0.25rem;
}

.search__toggle .search__grid .search__button {
    display: grid;
    place-items: center;
    width: 35px;
    font-size: 17px;
    color: var(--clr-active);
    background: none;
}

.search__toggle .search__grid .search__input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: var(--clr-active);
    text-indent: 10px;
    width: 100%;
}

.search__toggle .search__grid input,
.search__toggle .search__grid input:focus {
    box-shadow: none;
    border: none;
}

.search__toggle .search__grid input::-webkit-input-placeholder {
    color: var(--clr-silver);
}

.search__toggle .search__grid input::-moz-placeholder {
    color: var(--clr-silver);
}

.search__toggle .search__grid input::-ms-input-placeholder {
    color: var(--clr-silver);
}

.footer-line {
    height: 20px;
    position: absolute;
    bottom: 100%;
    background: var(--m1);
    width: 100%;
    left: 0px;
}

.footer-line:before,
.footer-line:after {
    content: '';
    border-bottom: #175ea0 solid 20px;
    border-left: transparent solid 20px;
    position: absolute;
}

.footer-line:before {
    right: 100%;
}

.footer-line:after {
    left: 100%;
    transform: rotateY(180deg);
}

.footer-article {
    background: url(../images/bg_ft.jpg) center/cover;
    position: relative;
    padding-bottom: 75px;
}

.footer-article .wrap-content {
    display: grid;
    grid-template-columns: 435fr 810fr;
    gap: 40px 25px;
}

.footer-box {}

.footer-box:nth-child(1) {
    background: var(--m1);
    color: #fff;
    padding: 20PX 30PX 40px 30px;
    position: relative;
    border-radius: 0px 0px 40px 40px;
}

.footer-box:nth-child(2) {}

.footer-box:nth-child(3) {
    grid-column: 2 span;
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-title span {
    font-size: 17px;
    color: #ffffff;
    font-weight: 700;
    display: block;
}

.footer-map {
    margin-top: 50px;
    border-radius: 20px;
    overflow: hidden;
}

.footer-title p {
    margin: 0;
    font-size: 22px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 700;
}

.footer-policy {
    display: grid;
    gap: 10px;
}

.footer-policy li {}

.footer-policy li a {
    color: #fff;
}

.footer-policy li a:hover {
    color: #ff0;
}

.footer-powered {
    background: #000;
    color: #fff;
}

.footer-powered .wrap-content {
    display: flex;
    justify-content: center;
    padding: 15px 0px;
}

.footer-copyright {}

.footer-statistic {}

.footer-statistic span {}

.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-social a {
    max-width: 40px;
}

.footer-map iframe {
    width: 100%
}

.footer-tags {
    display: flex;
    color: #fff;
    align-items: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

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

.footer-tags span:last-child {
    display: none
}

.custom-py {
    padding: 60px 0px;
}

.contact-form textarea {
    height: 100px;
}

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

.product-page a:hover,
.product-page a.active {
    background-color: var(--m1);
    color: #fff;
}

.product-page a.active {
    pointer-events: none;
}

.product-page a:hover path {
    fill: #fff;
}

.product-page {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 15px;
}

.product-page a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #d5d5d5 solid 1px;
    color: #000;
    cursor: pointer;
    background: #fff;
    border-radius: 5px
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
}

.product-list a {
    border: var(--m1) solid 1px;
    padding: 10px 20px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.product-list a:hover,
.product-list a.active {
    color: #fff;
    background: var(--m1);
}

.product-list a.active {
    pointer-events: none;
}

div:has(.product-loading) {
    position: relative;
}

.product-loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nhantin {}

.nhantin-form {}

.nhantin-form .contact-input {}

.nhantin-form .contact-input input {}

.nhantin-form .contact-input textarea {}

.nhantin-form button {}

#menu-mobile {
    max-width: 75%;
}

.header {}

.header .wrap-content {
    display: flex;
    gap: 60px;
    align-items: center;
}

.header-logo {
    width: 105px;
}

.header-banner {}

.header-top .wrap-content {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

.header-bottom {
    height: 90px;
    display: flex;
    align-items: center;
}

.header-bottom .wrap-content {
    display: flex;
    padding: 10px 0px;
}

.search-phone {
    display: none;
}

.header-right {
    flex: 1
}

.header-top {
    display: flex;
    align-items: center;
    padding: 1px 0px;
    border-bottom: var(--m1) solid 1px;
}

.header-info {
    display: flex;
    align-items: center;
    color: #333333;
    gap: 10px;
}

.header-line {
    height: 15px;
    width: 1px;
    background: var(--m1);
    margin: 0px 30px;
}

.header-social {
    display: flex;
    gap: 10px;
    margin-left: auto;
}

.header-social a {
    max-width: 40px;
}

.tieuchi-number {
    position: relative;
    font-size: 36px;
    line-height: normal;
    color: var(--color-main);
    font-weight: 700;
    display: flex;
}

.tieuchi-number span:nth-child(1) {
    position: absolute;
}

.tieuchi-number span:nth-child(2) {
    opacity: 0;
}

.gioithieu {
    background: url(../images/bg_gt.jpg) center/cover;
    padding: 70px 0px;
    margin-bottom: 15px;
}

.gioithieu .wrap-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.gioithieu-txt-1 {
    display: grid;
    margin-bottom: 10px;
}

.gioithieu-txt-1 span:nth-child(1) {
    font-size: 36px;
    line-height: normal;
    color: #333333;
    font-family: '1FTVVIPAnthonyHunter';
}

.gioithieu-txt-1 span:nth-child(2) {
    font-size: 32px;
    line-height: normal;
    text-transform: uppercase;
    color: #d61414;
    font-weight: 700;
}

.gioithieu-txt-2 {
    margin-bottom: 28px;
    -webkit-line-clamp: 6;
}

.gioithieu-txt-3 {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 18px;
    line-height: normal;
    color: #333333;
    font-weight: 600;
}

.gioithieu-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    background: #ffb703;
    border-radius: 5px;
    font-size: 15px;
    color: #faf9f6;
    font-weight: 700;
    padding: 3px;
    text-align: center;
    width: 160px;
}

.gioithieu-img {
    border-radius: 15px;
    overflow: hidden;
}

.tieuchi-d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

.tieuchi-item {
    padding: 10px 20px;
    border-radius: 6px;
    filter: drop-shadow(1.854px 5.706px 5px rgba(0, 0, 0, 0.05));
    background-color: #ffffff;
}

.tieuchi-txt {
    font-size: 16px;
    color: black;
    -webkit-line-clamp: 1;
}

.sanpham {}

.sanpham .product-page {}

.sanpham>div {
    margin-bottom: 65px;
}

.sanpham>div:last-child {
    margin-bottom: 0px;
}

.sanpham-name {
    overflow: hidden;
    display: flex;
    align-items: end;
    justify-content: space-between;
    border-bottom: 1px solid #0000006b;
    padding-bottom: 3px;
    margin-bottom: 30px;
}

.sanpham-title {}

.sanpham-title div {
    margin-bottom: -56px;
    color: #EAEAEA;
    text-transform: uppercase;
    font-size: 70px;
    font-family: 'BeVietnamPro';
    font-weight: 700;
    pointer-events: none;
}

.sanpham-title h2 {
    display: flex;
    align-items: center;
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    color: var(--color-main);
    font-weight: 800;
}

.sanpham-name a {
    font-size: 15px;
    line-height: normal;
    color: var(--m1);
    position: relative;
    bottom: 17px;
}

.product-arr {
    width: 45px;
    height: 45px;
    background-color: rgb(0 0 0 / 30%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.product-prev {
    left: 10px;
}

.product-next {
    right: 10px;
}

.product-slide {
    position: relative;
}

.tags-d {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.title-index {
    text-align: center;
    display: grid;
    justify-items: center;
    margin-bottom: 35px;
}

.title-index h2 {
    font-size: 34px;
    line-height: normal;
    text-transform: uppercase;
    color: var(--m1);
    font-weight: 700;
}

.title-index span {
    font-size: 15px;
    line-height: normal;
    color: #333333;
    font-weight: 400;
    margin: 15px 0;
    display: block;
}

.quytrinh {
    padding: 50px 0;
    background: url('../images/bg_quytrinh.jpg') center/100% 100%;
    margin: 50px 0px;
}

.quytrinh-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 2;
    /* padding: 0 100px; */
}

.quytrinh-step {
    width: 50px;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quytrinh-item.qtrinh0 .quytrinh-step {
    background: url(../images/b1.png) no-repeat;
    background-size: 100% 100%;
}

.quytrinh-item.qtrinh1 .quytrinh-step {
    background: url(../images/b2.png) no-repeat;
    background-size: 100% 100%;
}

.quytrinh-item.qtrinh2 .quytrinh-step {
    background: url(../images/b3.png) no-repeat;
    background-size: 100% 100%;
}

.quytrinh-item.qtrinh3 .quytrinh-step {
    background: url(../images/b4.png) no-repeat;
    background-size: 100% 100%;
}

.quytrinh-item.qtrinh4 .quytrinh-step {
    background: url(../images/b5.png) no-repeat;
    background-size: 100% 100%;
}

.quytrinh-item.qtrinh5 .quytrinh-step {
    background: url(../images/b1.png) no-repeat;
    background-size: 100% 100%;
}

.quytrinh-namebox {
    width: 160px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    overflow: hidden;
    background: white;
}

.quytrinh-item.qtrinh0 .quytrinh-namebox {
    border: 5px solid #5d296a;
}

.quytrinh-item.qtrinh1 .quytrinh-namebox {
    border: 5px solid #3c65aa;
}

.quytrinh-item.qtrinh2 .quytrinh-namebox {
    border: 5px solid #9ec845;
}

.quytrinh-item.qtrinh3 .quytrinh-namebox {
    border: 5px solid #fbcc17;
}

.quytrinh-item.qtrinh4 .quytrinh-namebox {
    border: 5px solid #af1616;
}

.quytrinh-item.qtrinh5 .quytrinh-namebox {
    border: 5px solid #5d296a;
}

.quytrinh-name {
    padding: 10px;
    font-size: 17px;
    line-height: normal;
    text-transform: uppercase;
    color: #333333;
    font-weight: 700;
    text-align: center;
}

.quytrinh-slide {
    position: relative;
}

.quytrinh-slide::before {
    content: '';
    background: url(../images/bg_qtrinha.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 196px;
    bottom: -19px;
    left: 0;
    pointer-events: none;
    z-index: 0;
}

.quytrinh-item::before {
    content: '';
    background: #ffb54d;
    position: absolute;
    width: 1px;
    height: 43px;
    pointer-events: none;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
}

.quytrinh-item:hover .quytrinh-step {
    transform: rotateY(360deg);
    transition: all .4s linear;
}

.quytrinh-item .quytrinh-step {
    transition: all .4s linear;
}

.dichvu {
    margin: 50px 0px
}

.dichvu-item {}

.dichvu-img {
    border-radius: 20px;
}

.dichvu-txt {
    margin-top: 15px;
    font-size: 17px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
    text-align: center;
}

.dichvu-item:hover h3 {
    color: var(--m1);
}

.hinhanh {
    padding: 50px 0;
    background: url(../images/bg_hahd.jpg) center/cover
}

.hinhanh-img {
    border-radius: 10px;
}

.hinhanh-txt {
    margin-top: 15px;
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

.hinhanh-item:hover h3 {
    color: var(--m1);
}

.banner {
    margin-bottom: 50px;
}

.video-tintuc {
    margin: 50px 0px;
}

.video-tintuc .wrap-content {}

.video-tintuc-d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.video-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    min-width: 100%;
}

.video-load iframe {
    width: 100%;
    aspect-ratio: 620/480;
    height: auto;
    max-width: 100%;
}

.video-load {}

.video-option {
    width: calc(100% - 20px);
    position: absolute;
    bottom: 0;
    height: 55px;
    border-radius: 35px;
    left: 10px;
    padding: 0 10px;
}

.tintuc-box {
    overflow: clip;
    min-width: 100%;
}

.tintuc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.tintuc-img {
    width: 205px;
    border-radius: 10px;
    overflow: hidden;
}

.tintuc-txt {
    flex: 1;
}

.tintuc-txt-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.tintuc-date {
    border: 2px solid var(--m1);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    color: #333333;
    font-weight: 600;
    text-align: center;
    width: 45px;
}

.tintuc-txt-2 {
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    -webkit-line-clamp: 2;
    flex: 1;
}

.tintuc-txt-3 {
    font-size: 15px;
    line-height: normal;
    color: #5c5c5c;
    font-weight: 300;
    margin-top: 10px;
    -webkit-line-clamp: 3;
}

.tintuc-more {
    text-align: end;
    margin-top: 10px;
    color: var(--m1);
}

.tintuc-item:hover .tintuc-txt-2 {
    color: var(--m1);
    transition: all .2s linear;
}

.tintuc-more:hover {
    color: var(--m2);
    transition: all .2s linear;
}

.tintuc-padding {
    padding-bottom: 15px;
}

.tintuc-slide {
    margin-bottom: -15px;
}

.slogan_website {
    position: absolute;
    top: 0px;
    z-index: 2;
    background: #0000004d;
    padding: 10px 0px;
    width: 100%;
}

.slogan_website div {
    display: flex;
    align-items: center;
    color: #fff;
    max-width: 750px;
    margin: 0px auto;
}

.end-pro-detail {
    width: 25%;
    border: #eee solid 1px;
    padding: 15px;
}

.tuvan-name {
    font-size: 20px;
    font-weight: 700;
}

.tuvan-d {
    display: grid;
    gap: 20px;
    margin-top: 20px;
}

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

.tuvan-img {
    max-width: 50px;
}

.tuvan-txt {
    flex: 1;
}

.tuvan-txt div {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.tuvan-txt span {
    font-size: 13px;
}

.main__title h1 {
    font-size: 24px;
}
.bannerquangcao-slide{
    text-align:center
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%);
}
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}
.offcanvas.show {
    transform: none;
}
.btn-close-menu {
    position: absolute;
    right: 20px;
    top: 20px;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: url(../images/download.svg);
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}
.mt-40px{
    margin-top: 40px;
}