/* 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(../icons/down.svg);
}

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

/* accordion  */
.acc-cus .accordion-item {
    margin-bottom: 1em;
}

.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;
    padding-right: 6.7rem;
    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;
    opacity: 1;
    transform: translateY(-50%);
}

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

.acc-cus .accordion-title.active .toggle i::before {
    content: url(../icons/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;
}

/* widget */

.widget-title {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 3.8rem;
    margin-bottom: 3rem;
    color: #000000;
}

.post-re-box {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    width: 100%;
}

.post-re-box:last-child {
    margin-bottom: 0;
}

.post-re-img {
    width: 15rem;
    border-radius: 1.5rem;
    overflow: hidden;
}

.post-re-img img {
    width: 100%;
    height: 10.4rem;
    object-fit: cover;
}

.post-re-text {
    width: calc(100% - 15rem);
    padding-left: 2rem;
}

.post-re-date {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #666666;
}

.post-re-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #332828;
    margin-bottom: 2rem;
    transition: all 0.3s ease-in-out;
}

.post-re-box:hover .post-re-title {
    color: var(--primary-color);
}

.post-new {
    padding: 0 2.5rem 3rem;
    border-radius: 3rem;
    overflow: hidden;
    box-shadow: 0 .4rem 3.6rem 0 #0000001A;
}

.blog-wrapper>.row>.col {
    padding: 0 1.5rem 3rem !important;
}

.blog-wrapper>.row.row-large {
    max-width: 132rem;
}

/* .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(../icons/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(../icons/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;
}

.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(../icons/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;
}

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

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

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

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

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

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

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

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

.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 .4rem 3.6rem 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;
}

.slider-re-sub {
    position: relative;
}

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

.slider-re-sub .flickity-page-dots .dot {
    width: .6rem;
    height: .6rem;
    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 .box-title {
    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;
}

.box-ch .box-title * {
    font-size: 1.5rem;
    font-weight: normal;
}

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

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

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

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

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

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

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

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

.banner-cat {
    padding: 6.7rem 0 0;
    margin-bottom: 6.6rem;
}

.banner-cat h2,
.banner-cat h1 {
    font-size: 3.6rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.banner-cat p {
    margin-bottom: 0;
    font-size: 1.6rem;
}

.show-cat {
    display: none;
}

.tin-lien-quan .show-cat,
.archive .show-cat {
    display: block;
    color: #666666;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.box.box-blog-post.box-vertical {
    padding: .6rem;
    border-radius: 2rem;
    box-shadow: 0 .4rem 3.6rem 0 #0000001A;
}

.box.box-blog-post.box-vertical .box-text-inner {
    display: flex;
    flex-direction: column;
}

.box.box-blog-post.box-vertical .box-text-inner .post-title {
    order: -1;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.box-blog-post .is-divider {
    display: none;
}

.box.box-blog-post.box-vertical .box-text-inner .post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.archive .from_the_blog_excerpt {
    font-size: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.box.box-blog-post.box-vertical .box-image .image-cover {
    padding-top: 68.99% !important;
    border-radius: 2rem;
}

/* 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(../icons/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(../icons/Isolation_Mode.svg);
        position: absolute;
        left: calc(100% + 1.5rem);
        top: .6rem;
    }

    .box.box-blog-post.box-vertical .box-image {
        width: 25.8rem !important;
    }

    .box.box-blog-post.box-vertical .box-text {
        width: calc(100% - 25.8rem);
        padding-left: 3.6rem;
    }

    .blog-archive .col.post-item:first-child .box.box-blog-post {
        padding: 1.5rem;
    }

    .blog-archive .col.post-item:first-child .box.box-blog-post .box-text,
    .blog-archive .col.post-item:first-child .box.box-blog-post .box-image {
        width: 100% !important;
        display: block;
    }

    .blog-archive .col.post-item:first-child .box.box-blog-post .box-text {
        padding: 4.5rem 3rem 2.5rem;
    }

    .blog-archive .col.post-item:first-child .show-cat {
        position: absolute;
        top: -2rem;
        border-radius: 3rem;
        background-color: #fff;
        min-width: 18.3rem;
        line-height: 4rem;
        text-align: center;
        font-size: 1.5rem;
    }

    .blog-archive .col.post-item:first-child .box.box-blog-post .box-text-inner .post-title {
        margin-top: 0;
    }

    .blog-archive .col.post-item:first-child .box.box-blog-post .box-text-inner .post-title a {
        font-size: 2.4rem;
        -webkit-line-clamp: 3;
    }

    .blog-archive .col.post-item:first-child .box.box-blog-post .box-text-inner .from_the_blog_excerpt {
        -webkit-line-clamp: 3;
    }

    .blog-archive .col.post-item:first-child .show-cat * {
        z-index: 3;
        position: relative;
    }

    .blog-archive .col.post-item:first-child .show-cat::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;
    }

    .banner-cat img {
        max-width: 39.9rem;
        margin-left: auto;
        display: block;
    }

    .post-new .post-re-box:first-child {
        flex-direction: column;
        margin: 0 -2.5rem;
        width: auto;
    }

    .post-new .post-re-box:first-child .post-re-img {
        border-radius: 0;
        width: 100%;
    }

    .post-new .post-re-box:first-child .post-re-img img {
        height: 25rem;
        border-radius: 0;
    }

    .post-new .post-re-box:first-child .post-re-text {
        width: 100%;
        padding: 2rem 2.5rem 0;
        margin-bottom: 2rem;
    }

    .post-new .post-re-box:first-child .post-re-text::after {
        border-bottom: .1rem solid #D9D9D9;
        content: "";
        display: block;
        width: 100%;
        margin-top: 1.5rem;
    }

    .post-new .post-re-box:first-child .post-re-title {
        font-size: 1.8rem;
        -webkit-line-clamp: 3;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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 10.7rem 1.1rem 3rem;
    }

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

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