:root {
    --linear-gradient: linear-gradient(90deg, #E83B40 3.82%, #D42328 100%);
    --linear-gradient-2: linear-gradient(90deg, #000000 0%, #E82828 100%);
    --linear-gradient-3: linear-gradient(90deg, #FF9500 0%, #FF4D00 100%);
    --linear-gradient-4: linear-gradient(90deg, #FFC400 0%, #00E6FF 100%);
    --linear-gradient-5: linear-gradient(90deg, #FF7700 0%, #FF0606 100%);
    --linear-gradient-6: linear-gradient(180deg, #D42328 0%, #FFAA0B 100%);
    --linear-gradient-7: linear-gradient(180deg, #FFF5F3 0%, #FFFFFF 100%);
    --linear-gradient-8: linear-gradient(85.51deg, #F5AB22 6.66%, #EE3F3F 89.29%);
    --linear-gradient-9: linear-gradient(90deg, #DFB91E 0%, #DA2626 100%);
    --linear-gradient-10: linear-gradient(90deg, #FFA7A7 0%, #FFD992 100%);
    --font-html-size: 62.5%;
}

html {
    font-size: var(--font-html-size);
}

body {
    font-size: 1.5rem;
    color: #000;
}

b,
strong {
    font-weight: bold;
}

.m-00 * {
    margin: 0 !important;
}

.mb-00 * {
    margin-bottom: 0 !important;
}

.slider-mb::after {
    content: 'flickity' !important;
    display: none !important;
}

.slider-mb .flickity-prev-next-button {
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 50%;
    box-shadow: 0 .4rem 3.5rem 0 #0000001A;
    background: #fff;
    opacity: 1;
}

.slider-mb .flickity-prev-next-button svg {
    width: 3.3rem;
}

@media screen and (min-width: 850px) {
    .slider-mb::after {
        content: '' !important;
    }
}

@media screen and (max-width: 850px) {
    .row.slider-mb {
        flex-wrap: nowrap;
    }
}

.box-overlay.dark .box-text,
.box-shade.dark .box-text {
    text-shadow: none !important;
}

.title-ld h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: capitalize;
}

.title-ld h2 strong {
    color: transparent !important;
    background: var(--linear-gradient-5);
    background-clip: text;
    font-size: 5rem;
    font-weight: normal;
    font-family: 'Blanka', sans-serif;
}

.widget-line *,
.title-ld h2 em {
    color: transparent !important;
    background: var(--linear-gradient-4);
    font-style: normal;
    background-clip: text;
    font-size: 2.8rem;
    position: relative;
}

.title-ld-2 p {
    line-height: normal;
    margin-bottom: 1rem;
}

.title-ld-2 h2 {
    font-size: 3.6rem;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: -.1rem;
}

.title-ld-2 h2 strong {
    color: transparent !important;
    background: var(--linear-gradient-5);
    background-clip: text;
    font-size: 5rem;
    display: inline-block;
    line-height: 6rem;
    position: relative;
    padding-bottom: .8rem;
}

.widget-line *::after,
.title-ld h2 em::after,
.title-ld-line h2 strong::after {
    content: "";
    width: 0%;
    height: .6rem;
    display: inline-block;
    background: url(../images/line-title.png) center / contain no-repeat;
    position: absolute;
    bottom: .6rem;
    left: 0;
}

.widget-line *::after,
.title-ld h2 em::after {
    width: 100%;
}

.title-ld-line h2 strong.show-line::after {
    animation: widthMain 1s ease-in-out forwards;
}

.dark .widget-line *::after,
.title-ld h2 em::after {
    background: url(../images/line-title-white.png) center / contain no-repeat;
    height: 1.3rem;
    bottom: -.8rem;
}

@keyframes widthMain {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.title-ld-2-m h2 {
    font-size: 3rem;
}

.title-ld-i h2 {
    text-transform: none;
    letter-spacing: normal;
}

@keyframes zoom-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.title-ld h2 strong,
.title-ld-2 h2 strong {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.title-ld h2 strong .word,
.title-ld-2 h2 strong .word {
    visibility: hidden;
    text-transform: none;
    display: inline-flex;
}

.title-ld h2 strong .line-w,
.title-ld-2 h2 strong .line-w {
    content: '';
    display: flex;
    width: 0.3rem;
    background: var(--linear-gradient-5);
    animation: blink-caret 0.75s step-end infinite;
}

@keyframes blink-caret {
    50% {
        visibility: hidden;
    }
}

a.button.primary.is-link.btn-link-to span {
    line-height: inherit;
}

a.button.primary.is-link.btn-link-to {
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
    min-height: unset;
    line-height: 3rem;
    padding-bottom: .2rem;
    display: inline-block;
    width: max-content;
    margin: 0 auto;
    border-bottom: .3rem solid #D5252A !important;
}

a.button.primary.is-link.btn-link-to:hover {
    color: var(--primary-color);
}

a.button.primary.is-link.btn-link-to i {
    line-height: 1
}

a.button.primary.is-link.btn-link-to i::before {
    line-height: 1;
    content: url(../images/btn-right.svg);
}

a.button.primary.is-link.btn-link-to:hover i::before {
    content: url(../images/btn-right-r.svg);
}

.slider-mb::after {
    content: 'flickity';
    display: none;
}


.fz-18 {
    font-size: 1.8rem;
    line-height: 3.8rem;
}

.box-title.button {
    background-color: transparent;
    font-size: 1.8rem;
    min-width: 23.7rem;
    height: 6rem;
    line-height: 6rem;
    border-radius: 3rem;
}

.box-title.button:hover {
    background-color: var(--primary-color);
}

.fz-18-m {
    font-size: 1.8rem;
}

.ss-bg-lg {
    background: linear-gradient(180deg, #FFF5F3 0%, #FFFFFF 100%);
}

.slider-mb .flickity-prev-next-button {
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 50%;
    box-shadow: 0 .4rem 3.5rem 0 #0000001A;
    background: #fff;
    opacity: 1;
}

.slider-mb .flickity-prev-next-button svg {
    width: 3.3rem;
}

.box-widget {
    margin-bottom: 4rem;
    padding-top: 4rem;
}

.box-widget .box-text {
    padding: 0 4rem !important;
}

.box-widget .box-image img {
    border-radius: 3rem;
}

.box-widget-desc * {
    font-weight: bold;
    font-size: 2.4rem;
}

.rank-math-breadcrumb a:first-child {
    font-weight: bold;
}

.rank-math-breadcrumb a:hover {
    color: var(--primary-color);
}

.rank-math-breadcrumb * {
    text-transform: capitalize;
    color: #000;
    font-size: 1.6rem
}

.rank-math-breadcrumb .separator {
    font-size: 0;
}

.rank-math-breadcrumb .separator:before {
    content: "\f105";
    font-size: 2rem;
    font-family: fl-images;
    margin: 0 1.5rem;
    position: relative;
    top: .3rem;
}

.blog-archive .archive-page-header {
    display: none;
}

ul.page-numbers.nav-pagination.links.text-center {
    display: none;
}

#load-more {
    position: relative;
    min-width: 16.7rem;
    border-radius: 3rem;
    line-height: 5rem;
    text-align: center;
    font-size: 1.5rem;
    text-transform: none;
    margin-top: 2rem;
    font-weight: normal;
}

#load-more:hover {
    background-color: var(--primary-color);
    color: #fff;
}

#load-more * {
    z-index: 3;
    position: relative;
}

#load-more::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    padding: .2rem 0.3rem;
    border-radius: 3rem;
    background: var(--linear-gradient-9);
    mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
    z-index: 2;
}

#load-more:hover::before {
    opacity: 0;
}

.blog-wrapper {
    padding-top: 0;
}

.slick-list.draggable {
    overflow: unset;
}

@media screen and (min-width: 850px) {
    .slider-mb::after {
        content: '';
    }
}

@media screen and (max-width: 850px) {
    .title-ld h2 {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 550px) {
    .fz-18 {
        font-size: 1.5rem;
        line-height: 2;
    }

    .title-ld-2 h2,
    .title-ld h2 {
        font-size: 25px;
    }

    .title-ld h2 strong {
        font-size: 3.4rem;
    }

    .title-ld-2-b-sm h2 strong {
        font-size: 3rem;
    }

    .title-ld-line-2 h2 strong {
        display: block;
        margin: 1rem 0;
    }

    .box-widget .box-text {
        padding: 0 1rem !important;
    }
}

/* home */
.image-banner .image-video {
    position: relative;
    z-index: 1;
}

.image-banner .image-video img {
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 .4rem 2.5rem 0 #0000001A;
}

.image-banner .uxb-wrapper {
    position: static;
}

.image-banner .logo-1 {
    position: absolute;
    z-index: 2;
    max-width: 8rem;
    top: 6.1rem;
    left: -12rem;
}

.image-banner .logo-1 img {
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 .4rem 2.5rem 0 #0000001A;
    padding: 1.2rem;
}

.image-banner .logo-2 {
    position: absolute;
    max-width: 20.6rem;
    z-index: 2;
    border-radius: 1rem;
    overflow: hidden;
    right: -15.7rem;
    bottom: 3.1rem;
}

.image-banner .line-1 {
    background-color: #30C55D;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: normal;
    width: max-content;
    position: absolute;
    left: -15.2rem;
    bottom: 6.5rem;
    z-index: 2;
    border-radius: 1rem;
    padding: 0.8rem 2.4rem 1rem 2.1rem;
    animation: zoom-in 2s ease-in-out;
}

.image-banner .line-2 {
    background-color: #3684F9;
    color: #fff;
    position: absolute;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: normal;
    width: max-content;
    position: absolute;
    right: -11.8rem;
    top: -5.1rem;
    padding: 0.3rem 2.4rem 1rem 2.1rem;
    animation: zoom-in 2s ease-in-out;
    border-radius: 1rem;
}

.banner-main h2 {
    font-size: 6rem;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: 0 .4rem .4rem #00000040;
    margin: 0;
}

.box-title {
    position: relative;
    max-width: 37.6rem;
    border-radius: 5rem;
    line-height: 6.4rem;
    text-align: center;
    margin: 4.1rem 0 2.8rem;
    font-size: 2.4rem;
    text-transform: capitalize;
    font-weight: 700;
}

.box-title * {
    z-index: 3;
    position: relative;
}

.box-title::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    padding: .2rem 0.3rem;
    border-radius: 5rem;
    background: var(--linear-gradient-3);
    mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
    z-index: 2;
}

.text-main * {
    background: var(--linear-gradient-4);
    color: transparent !important;
    font-size: 3rem;
    font-weight: 700;
    width: max-content;
    max-width: 100%;
    background-clip: text;
}

.text-main::after {
    content: "";
    background: url(../images/line-text.png) center / contain no-repeat;
    width: 21.6rem;
    height: 1.9rem;
    display: block;
    margin-top: -.5rem;
}

.why-text {
    padding-left: 3.3rem;
    position: relative;
}

.why-text::after {
    content: "";
    border: .1rem solid #EF3333;
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    left: -.4rem;
    top: .3rem;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.why-text::before {
    content: "";
    background-color: #EF3333;
    width: .6rem;
    height: .6rem;
    position: absolute;
    left: 0;
    top: .65rem;
    border-radius: 50%;
}

.why-text:hover::after {
    opacity: 1;
}

.why-text p {
    font-size: 1.5rem;
    margin-bottom: 2.1rem;
}

.why-text h3 {
    line-height: 1;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.btn-show {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: capitalize;
}

.btn-show i::before {
    content: url(../images/down.svg);
}

.btn-show.white i::before {
    content: url(../images/down-white.svg);
}

/* accordion  */
.acc-cus .accordion-item {
    margin-bottom: 1em;
    box-shadow: unset;
    background: transparent;
    overflow: unset;
}

.acc-cus .accordion-title {
    border-top: 0 !important;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    box-shadow: 0 1em 2.5rem 0 #0000001A;
    padding: 2.2rem 3em !important;
    padding-right: 6.7rem !important;
    position: relative;
    font-size: 1.6rem;
    background-color: #fff;
    font-weight: 600;
}

.acc-cus .accordion-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: .5rem;
    background: var(--linear-gradient-6);
    opacity: 0;
}

.acc-cus .accordion-title.active {
    box-shadow: 0 .5rem 1.5rem 0 #00000026;
    background-color: #fff;
    color: #000;
}

.acc-cus .accordion-title.active::before {
    opacity: 1;
}

.acc-cus .accordion-title .toggle {
    position: absolute;
    right: 1.6rem;
    top: 50%;
    left: auto;
    bottom: auto;
    opacity: 1;
    height: auto;
    transform: translateY(-50%) !important;
}

.acc-cus .accordion-title .toggle i::before {
    content: url(../images/plus2.svg);
}

.acc-cus .accordion-title.active .toggle i::before {
    content: url(../images/minus.svg);
}

.acc-cus .accordion-inner {
    padding: 3.1rem 2.8rem 1.4rem 3.1rem;
    font-size: 1.5rem;
}

/* box-seo */
.box-seo-img {
    border-radius: 2rem;
    overflow: hidden;
    margin: 0 !important;
}

.box-seo-icon {
    border-radius: 50%;
    max-width: 12rem;
    height: 12rem;
    padding: 2.5rem;
    margin-top: -6rem;
    box-shadow: 0 .4rem 3.5rem 0 #0000001A;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 4rem !important;
}

.box-seo-desc p {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.box-seo-desc h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

/* box-icon-s */
.box-icon-s .icon-box {
    margin-bottom: 2.5rem;
}

.box-icon-s p {
    font-size: 1.5rem;
    opacity: 0.6;
}

.box-icon-s h3 {
    font-weight: 600;
    letter-spacing: -0..8rem;
    text-transform: capitalize;
    font-size: 2rem;
}

.box-icon-s .icon-box-text {
    padding-left: 1.2rem !important;
}


/* .slider-web-main */
.slider-web-main .col {
    margin: 0 2rem !important;
}

.slider-web-main .flickity-viewport {
    overflow: unset;
    overflow-x: clip;
}

.slider-web-main .col .img {
    box-shadow: 0 .4rem 3.5rem 0 #0000001A;
}

.slider-web-main .box-img-web {
    max-width: 59.3rem;
}

.slider-web-main .box-img-mb {
    max-width: 20.4rem;
}

.box-img-web .img::before {
    position: absolute;
    content: url(../images/icon-box.svg);
    top: 2.1rem;
    left: 3.2rem;
    line-height: 1;
}

.box-img-web .img img {
    border-radius: 2rem;
    object-fit: cover;
    height: 34.2rem;
}

.box-img-web .img {
    background-color: #fff;
    padding: 4.8rem 1rem 1rem;
    border-radius: 2rem;
}

.box-img-mb .img {
    border-radius: 2rem;
    padding: 1.5rem;
    overflow: hidden;
    background-color: #fff;
}

.box-img-mb .img img {
    height: 36.7rem;
    object-fit: cover;
}

.slider-web-main .img .img-inner::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-radius: 2rem;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.2);
}

.slider-web-main .btn-link-web {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    left: 0;
    right: 0;
    margin: 4.6rem auto 0;
    font-weight: 600;
    width: max-content;
    text-transform: none;
    font-size: 1.5rem;
    transition: all 0.5s;
    opacity: 0;
}

.slider-web-main .btn-link-web::after {
    content: url(../images/icon-link.svg);
    position: relative;
    top: .5rem;
}

.slider-web-main .btn-link-popup {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: max-content;
    text-transform: none;
    background: var(--linear-gradient);
    border-radius: 3rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.5rem;
    opacity: 0;
    padding: 0 1.9rem;
    transition: all 0.5s;
}

.slider-web-main .col:hover .btn-link-popup,
.slider-web-main .col:hover .btn-link-web,
.slider-web-main .col:hover .img-inner::after {
    opacity: 1;
}

.bg-ss::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #FFF5F3 0%, #FFFFFF 100%);
    width: 100%;
    height: 269.6rem;
    top: 0;
    left: 0;
}

.bg-ss .section-content {
    z-index: 2;
}

.stack.gird-main img {
    border-radius: 2rem;
}

.box-cat-gird * {
    color: #000 !important;
    text-shadow: none;
    margin: 0 !important;
    line-height: normal;
}

.box-cat-gird {
    box-shadow: 0 .4rem 3.5rem 0 #0000001A;
    text-transform: capitalize;
    width: max-content;
    padding: 1.4rem 2.4rem;
    background-color: #fff;
    border-radius: 1rem;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
}

.box-over-tt p {
    margin-bottom: 1.3rem;
    font-size: 1.8rem;
}

.box-over-tt h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 2.3rem;
}

.box-over-tt .box-text-inner {
    max-width: 47.1rem;
    margin: 0 auto;
}

.box-over-tt .box-text {
    padding: 0 1.5rem;
}

.box-over-tt .box-image img {
    border-radius: 2rem;
}

.row-map {
    background: url(../images/map.png) center / contain no-repeat;
    font-size: 1.5rem;
    padding-top: 8rem;
}

.row-map .icon-box-img {
    box-shadow: 0 .4rem 3.5rem 0 #0000001A;
    width: 10rem !important;
    height: 10rem;
    padding: 2rem;
    background-color: #fff;
    margin-bottom: 5rem;
    border-radius: 1rem;
}

.row-map h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    letter-spacing: -0..5rem;
}

.w-100 {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
}

.box-title-ss *:not(span) {
    color: #000 !important;
}


.box-title-ss .box-text {
    text-shadow: none !important;
    max-width: 33.1rem;
    margin-left: auto;
    margin-top: 12.2rem;
    padding: 0;
    margin-right: 8rem;
    font-size: 1.8rem;
}

.box-title-ss h2 {
    margin-bottom: 4rem;
}

section.ss-register {
    border-radius: 3rem;
    overflow: hidden;
}

section.ss-register .section-content {
    padding: 0 1.5rem;
}

section.ss-register .form-flat {
    display: flex;
    background-color: #Fff;
    max-width: 70.8rem;
    margin: 0 auto;
    margin-top: 3rem;
    position: relative;
    border-radius: 6rem;
}

section.ss-register .form-flat input::placeholder {
    color: #787878;
}

section.ss-register .form-flat input:not([type=submit]) {
    color: #000;
    width: 100%;
    height: 6.6rem;
    border-radius: 6rem;
    font-size: 1.5rem;
    margin: 0;
    width: 100%;
    padding-left: 3rem;
    background-color: #fff !important;
}

section.ss-register .form-flat button {
    width: 30rem;
    position: absolute;
    right: 0;
    margin: 0;
    top: 0;
    height: 6.6rem;
    font-size: 1.8rem;
    line-height: 6.6rem;
    color: #fff;
    border-radius: 6rem;
}

section.ss-register .form-flat button svg {
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
    top: .5rem;
    margin-left: 1rem
}

section.ss-register h2 {
    letter-spacing: normal;
}

section.ss-register-sub {
    font-size: 1.8rem;
}

.ss-mainbg {
    border-radius: 0 0 0 15rem;
    overflow: hidden;
}

.logo-ss .col-inner {
    box-shadow: 0 .4rem 3.5rem 0 #0000001A;
    padding: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
}

.logo-ss .col-inner img {
    height: 10rem;
    object-fit: contain;
}

.logo-ss .slick-slide .col {
    max-width: 100%;
}

.re-box .col-inner {
    padding: 8.3rem 4.8rem 11.8rem 7.8rem;
    border-radius: 5rem 0;
        box-shadow: 0 4px 9px 0 #0000001A;
    background-color: #fff;
}

.re-desc h3 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 3rem;
    text-transform: capitalize;
}

.re-desc p {
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.re-desc p:last-child {
    margin-bottom: 0;
}

.re-name {
    margin-top: 3.8rem;
    padding-left: 2.6rem;
    position: relative;
    z-index: 2;
}

.re-name::before {
    content: "";
    position: absolute;
    background-color: #EF3333;
    top: 0;
    left: 0;
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
}

.re-name::after {
    content: "";
    height: 4.2rem;
    border-left: .1rem solid #EF3333;
    position: absolute;
    left: .3rem;
    top: .7rem;
}

.re-name h4 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1.1rem;
}

.re-name p {
    margin-bottom: 0;
}

.slider-re-sub .flickity-viewport {
    overflow: unset;
    overflow-x: clip;
}

.re-num * {
    font-size: 10.2rem;
    -webkit-text-fill-color: transparent;
    margin: 0;
    -webkit-text-stroke: 0..6rem #C0C0C0;
    font-family: 'Blanka', sans-serif;
}

.re-num {
    position: absolute;
    right: 6.8rem;
    bottom: 8.3rem;

}

.slider-re-sub .col {
    padding-bottom: 0;
    opacity: 0;
}
.slider-re-sub .col.is-selected {
    opacity: 1;
}
.slider-re-sub {
    position: relative;
}

.slider-re-sub .flickity-page-dots {
    bottom: 4rem;
}

.slider-re-sub .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    border: 0 !important;
    margin: 0 1.3rem;
    position: relative;
    background-color: #DADADA;
}

.slider-re-sub .flickity-page-dots .dot.is-selected {
    background-color: #EF3333;
}

.slider-re-sub .flickity-page-dots .dot.is-selected::after {
    content: "";
    border: .1rem solid #EF3333;
    inset: -.4rem;
    position: absolute;
    border-radius: 50%;
}

.box-ch .box-image {
    box-shadow: 0 .4rem 3.6rem 0 #0000001A;
    border-radius: 2rem;
    background-color: #fff;
    padding: .9rem;
}

.box-ch .box-image img {
    border-radius: 2rem;
}

.box-ch .box a {
    color: #000;
}

.box-ch .box a:hover {
    color: var(--primary-color);
}

.box-ch p {
    font-size: 1.6rem;
    font-weight: 600;
}

.box-ch .cat-label {
    max-width: max-content;
    width: 100%;
    height: 3.9rem;
    line-height: 4rem;
    font-size: 1.5rem;
    font-weight: normal;
    padding: 0 2.8rem;
    margin: 3rem 0 2rem;
    font-size: 1.5rem;
    position: relative;
    font-weight: normal;
    opacity: 1;
    text-transform: capitalize;
    font-size: 16px;
}

.box-ch .cat-label::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    padding: .2rem 0.3rem;
    border-radius: 5rem;
    background: var(--linear-gradient-3);
    mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
    z-index: 2;
}

.box-ch .box-text {
    padding: 0;
}

.box-ch .box-blog-post .post-title a {
    font-size: 16px
}

.sub-main * {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: .1rem #8b8b8b;
    font-size: 12rem;
    opacity: 0.2;
    text-transform: capitalize;
    margin-bottom: -12.2rem;
    font-weight: bold;
    margin-left: 29.3rem;
    width: max-content;
}

/* tab */
.box-tab .col-inner {
    padding: 7rem 0 56.5rem 4rem;
    overflow: hidden;
}

.box-tab-desc {
    max-width: 24.4rem;
    line-height: 2;
    font-size: 1.5rem;
    text-transform: capitalize;
    font-weight: 500;
}

.box-tab .icon-logo {
    position: absolute;
    right: 3rem;
    top: 3rem;
    max-width: 6rem;
}

.box-tab-list {
    position: absolute;
    height: 41.7rem;
    width: 48.5rem;
    bottom: 0;
    right: 0;
}

.box-tab-list .img {
    border-radius: 2rem;
    overflow: hidden
}

.box-tab-list img {
    border-radius: 2rem;
    box-shadow: 0 .4rem 20rem 0 #00000040;
    border: .2rem solid #FFFFFF;
    object-fit: cover;
}

.img.list-img-1 {
    position: absolute;
    width: auto !important;
    top: 2.9rem;
    right: -4.6rem;
    z-index: 2;
}

.img.list-img-1 img {
    width: 37rem;
    height: 44.6rem;
}

.img.list-img-2 {
    position: absolute;
    width: auto !important;
    top: -11.5rem;
    left: 0;
    z-index: 1;
}

.img.list-img-2 img {
    width: 33.3rem;
    height: 55.2rem;
}

.img.list-img-3 {
    width: auto !important;
    position: absolute;
    top: -25rem;
    right: 3rem;
    z-index: 2;
}

.img.list-img-3 img {
    width: 24.7rem;
    height: 34.7rem;
}

.box-tab-list-text {
    position: absolute;
    transform: rotate(-90deg) translateX(-39%);
    font-weight: normal;
    transform-origin: top left;
    bottom: 0;
    left: -12rem;
    text-transform: uppercase;
}

.box-tab-list-text * {
    font-size: 12rem;
    font-weight: 700;
    color: #C71C21 !important;
    margin: 0;
}

.box-tab h2 {
    padding-right: 4rem;
}

.box-web-show {
    margin-bottom: .8rem;
}

.box-web-show .box {
    border-radius: 3rem;
    overflow: hidden;
    box-shadow: 0 .4rem 1.5rem 0 #0000001A;
    font-size: 1.4rem;
}

.box-web-show .box * {
    font-size: 1.4rem;
    text-shadow: none;
    color: #000;
}

.box-web-show h3 {
    font-size: 1.8rem;
    margin-top: 3rem;
}

.box-web-show .box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: .2rem;
    border-radius: 3rem;
    background: var(--linear-gradient-3);
    mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s;
}

.box-web-show:hover .box::before {
    opacity: 1;
}

.tab-cus>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    max-width: 132rem;
    margin: 0 auto 2rem;
}

.tab-cus>ul>li {
    margin: 0 !important;
}

.tab-cus>ul>li>a {
    padding: 1.1rem 3.3rem;
    box-shadow: 0 .4rem 3.5rem 0 #0000001A;
    background-color: #fff;
    border-radius: 3rem;
    color: #000;
    text-transform: capitalize;
    font-size: 1.5rem;
    margin: 0;
    width: max-content;
}

.tab-cus>ul>li.active>a {
    background: var(--linear-gradient-8);
    color: #fff;
}


/* single */
.article-inner .entry-header {
    display: flex;
    flex-direction: column-reverse;
}

.article-inner .entry-meta {
    font-size: 0;
    position: absolute;
    left: 3rem;
    top: -2rem;
}

.article-inner .entry-meta span.posted-on a {
    font-size: 1.6rem;
    color: #666666;
    min-width: 18.3rem;
    display: block;
    background-color: #fff;
    border-radius: 3rem;
    text-transform: none;
    text-align: center;
    line-height: 4rem;
}

.article-inner .entry-meta span.posted-on a * {
    z-index: 3;
    position: relative;
}

.article-inner .entry-meta span.posted-on a::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    padding: .2rem 0.3rem;
    border-radius: 3rem;
    background: #fff;
    z-index: 1;
}

.article-inner .entry-meta span.posted-on a::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    padding: .2rem 0.3rem;
    border-radius: 3rem;
    background: var(--linear-gradient-9);
    mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
    z-index: 2;
}

.entry-header-text-top {
    position: relative;
    padding: 0 3.5rem;
    padding-top: 4.5rem;
    padding-bottom: 0;
}

.entry-divider.is-divider.small {
    display: none
}

.entry-content {
    padding: 0 3.5rem 3rem;
    font-size: 1.5rem;
}

h1.entry-title {
    font-size: 2.4rem;
    font-weight: 600;
}

.article-inner {
    padding: 1.5rem;
    box-shadow: 0 .4rem 3.6rem 0 #0000001A;
    background-color: #fff;
    border-radius: 2rem;
}

.author-main>* {
    z-index: 3;
    position: relative;
}

.author-main::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    padding: .2rem 0.3rem;
    border-radius: 2rem;
    background: var(--linear-gradient-9);
    mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
    z-index: 2;
}

.author-main {
    border-radius: 2rem;
    padding: 3rem;
    position: relative;
    margin-top: 3rem;
    background-color: #fff;
}

.author-main-inner {
    display: flex;
}

.author-avatar {
    width: 10rem;
    height: 10rem;
    border-radius: 100%;
    overflow: hidden;
}

.author-desc {
    width: calc(100% - 10rem);
    padding-left: 2.5rem;
}

.author-avatar img {
    width: 100%;
    height: 100%;
}

h3.author-name {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    text-transform: capitalize;
}

.author-link {
    display: flex;
    gap: 1.4rem;
    font-size: 2rem;
}

p.author-description {
    margin-bottom: 1rem;
}

.image-video .text-box {
    background: #fff;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2.4rem;
    overflow: hidden;
}

.image-video .text-box * {
    text-shadow: none;
    color: #9C9999;
    font-size: 14px
}

.image-video {
    border-radius: 20px;
    overflow: hidden;
}

.image-video::before {
    position: absolute;
    content: url(../images/icon-box.svg);
    top: 1.8rem;
    left: 2.4rem;
    line-height: 1;
    z-index: 2
}

.image-video video.video-bg {
    height: calc(100% - 50px);
    top: auto;
}

@media screen and (min-width: 850px) {
    .row-map .icon-box.show-arr .icon-box-img::after {
        content: url(../images/Isolation_Mode.svg);
        position: absolute;
        left: calc(100% + 1.5rem);
        top: .6rem;
    }

    section.ss-register h2 br {
        display: none;
    }

    .stack.gird-main {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 3rem;
        max-width: 1430px;
        margin: 0 auto;
    }

    .stack.gird-main>*:nth-child(1) {
        grid-column: 1/3;
        grid-row: 1/3;
    }

    .stack.gird-main>*:nth-child(2) {
        grid-column: 3 / 5;
        grid-row: 1 / 2;
    }

    .stack.gird-main>*:nth-child(3) {
        grid-column: 3 / 4;
        grid-row: 3 / 2;
    }

    .stack.gird-main>*:nth-child(4) {
        grid-column: 4 / 5;
        grid-row: 2 / 4;
    }

    .stack.gird-main>*:nth-child(5) {
        grid-column: 2 / 4;
        grid-row: 3 / 4;
    }

    .blog-wrapper>.row>.col.large-9 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .blog-wrapper>.row>.col.large-3 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

}

@media screen and (max-width: 1200px) {
    .sub-main * {
        margin-left: 0;
    }

    .box-tab .col-inner {
        padding: 4rem 0 27rem 3rem;
    }

    .box-tab-list {
        top: 27.2rem;
        bottom: auto;
    }

    .img.list-img-2 {
        right: 4.4rem;
        top: 0;
        left: auto;
    }

    .img.list-img-2 img {
        width: 26.1rem;
        height: 43.2rem;
        position: unset;
    }

    .img.list-img-3 {
        right: -3.7rem;
        top: -4.2rem;
        z-index: 5;
    }

    .img.list-img-3 img {
        width: 16.4rem;
        height: 23.1rem;
    }

    .img.list-img-1 {
        right: -9.4rem;
        top: 6rem;
    }

    .img.list-img-1 img {
        width: 29rem;
        height: 36.5rem;
    }
}

@media screen and (max-width: 850px) {

    .tab-cus>ul {
        display: grid;
        grid-template-rows: repeat(2, auto);
        grid-auto-flow: column;
        overflow-x: auto;
        justify-content: start;
        gap: 2rem;
        padding: 1rem;
    }

    .tab-cus>ul>li {
        /* width: max-content; */
        text-align: center;
    }

    .banner-main h2 {
        font-size: 5rem;
        text-align: center;
    }

    .box-title {
        margin: 3.1rem auto 2.1rem;
        font-size: 2rem;
    }

    .text-main * {
        margin: 0 auto;
        font-size: 2.4rem;
    }

    .text-main::after {
        margin: -0.5rem auto 0;
    }

    .stack.gird-main .image-cover {
        padding-top: 30rem !important;
    }

    .stack.gird-main .box {
        margin: 0 1rem !important;
        max-width: 30rem !important;
    }

    .stack.gird-main .box-text {
        bottom: auto !important;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        text-align: right !important;
    }

    .stack.gird-main .box-text .box-text-inner>* {
        margin-left: auto;
    }

    .box-over-tt p {
        font-size: 1.5rem;
        margin-bottom: .9rem;
    }

    .box-over-tt h2 {
        margin-bottom: 1.6rem;
        font-size: 2.4rem;
    }

    .box-title-ss .box-image {
        display: none;
    }

    .box-title-ss .box-text {
        position: unset !important;
        max-width: 100%;
        margin: 0 !important;
    }

    .box-title-ss h2 {
        margin-bottom: 3.2rem;
    }

    .box-title-ss h2 br:nth-of-type(2) {
        display: none;
    }

    section.ss-register .form-flat {
        gap: 2rem;
        flex-direction: column;
        background-color: transparent;
    }

    section.ss-register {
        margin: 0 1.5rem;
        width: unset;
    }

    section.ss-register .form-flat>* {
        width: 100%;
    }

    section.ss-register .form-flat button {
        width: 100%;
        position: unset;
    }

    section.ss-register .form-flat input:not([type=submit]) {
        padding: 0 1.5rem;
    }

    .ss-mainbg {
        border-radius: 0 0 15rem 0;
    }

    .ss-mainbg .section-bg {
        display: none;
    }

    .banner-cat h2,
    .banner-cat h1 {
        margin-top: 2rem;
    }

    .banner-cat img {
        margin-top: 2rem;
    }

}

@media screen and (max-width: 550px) {
    .image-video .text-box {
        height: 30px
    }

    .image-video video.video-bg {
        height: calc(100% - 30px);
    }

    .image-video::before {
        top: 1rem;
        left: 1rem;
        transform: scale(0.6);
    }

    .banner-main h2 {
        font-size: 40px;
    }

    .box-title {
        max-width: calc(100% - 2.6rem);
    }

    .image-banner .image-video {
        position: relative;
        margin-top: 3em;
        margin-bottom: -5em !important;
    }

    .banner-main {
        margin-bottom: 5em;
    }

    .bg-mobile {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .bg-mobile * {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    body {
        font-size: 1.5rem;
    }

    .why-text {
        margin-bottom: 1.9rem;
    }

    .why-text h3 {
        font-size: 1.5rem;
    }

    .why-text p {
        margin-bottom: 0;
        font-size: 1.4rem;
        display: none;
    }

    .box-show p {
        display: none;
    }

    /* accordion */
    .acc-cus .accordion-title {
        padding: 0.7rem 9.7rem 1.1rem 3rem !important;
    }

    .box-icon-s .col-inner {
        padding-left: 2rem;
    }

    .box-icon-s .icon-box {
        margin-bottom: 0;
    }

    .box-icon-s .icon-box-text {
        padding-left: 2.5rem !important;
        max-width: 25.5rem;
    }

    .slider-web-main .box-img-web {
        max-width: 34.5rem;
    }

    .slider-web-main .box-img-mb {
        max-width: 20.4rem;
    }


    .box-title-ss .title h2 {
        font-size: 2rem;
    }

    section.ss-register-sub {
        max-width: 25.7rem;
        margin: 0 auto;
    }

    .ss-mainbg .title h2 {
        font-size: 3rem;
    }

    .ss-mainbg .title h2 em {
        display: block;
        text-align: center;
        margin-top: 1.3rem !important;
    }

    .ss-mainbg .title h2 strong {
        font-size: 5rem;
    }

    .logo-ss .slick-slide .col {
        padding: 0 .8rem 1.5rem;
    }

    .logo-ss .slick-slide {
        max-width: 15rem;
    }

    .logo-ss .col-inner img {
        height: 5rem;
    }

    .re-box .col-inner {
        padding: 4.9rem 1.8rem 8.5rem 3.6rem;
    }

    .re-desc p {
        display: none;

    }

    .re-desc p:nth-of-type(1) {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .re-num {
        bottom: 5rem
    }

    .box-ch:not(:first-child) {
        display: none;
    }

    .sub-main * {
        margin-left: -16rem;
    }

    .box-tab h2 {
        font-size: 3.6rem;
    }

    .box-tab-list {
        top: 38.8rem;
        bottom: auto;
    }

    .box.box-blog-post.box-vertical .box-text-inner {
        padding: 0 1rem;
    }

    .entry-header-text-top {
        padding: 4.5rem 0 0;
    }

    .entry-content {
        padding: 0 0 3rem;
    }

    .banner-cat {
        padding-top: 4rem;
    }

    .html-before-comments.mb {
        margin: 0;
    }

    .single .col.post-item:last-child {
        padding-bottom: 0;
    }
}