/*
Theme Name: real-academy
Description: real-academy
Author:  EDB
Template: flatsome
Version: 1.0.016
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Luxurious+Script&display=swap');

#wp-admin-bar-a2ztech>.ab-item:before {
    width: 100%;
    height: 30px;
    background-size: contain;
    content: "";
    display: block;
    background-position: left bottom;
    background-repeat: no-repeat;
}

#wp-admin-bar-a2ztech .ab-item {
    width: 110px;
    height: 30px !important;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#wp-admin-bar-a2ztech>.ab-item:before {
    width: 100%;
    height: 30px;
    background-size: contain;
    content: "";
    display: block;
    background-position: left bottom;
    background-repeat: no-repeat;
}

#wp-admin-bar-a2ztech .ab-item {
    width: 110px;
    height: 30px !important;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

div#wp-toolbar {
    display: flex;
    justify-content: space-between;
}

p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.8;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

b,
strong {
    font-weight: 700;
}

a.button.primary.btn-call {
    border-radius: 50px !important;
    background: linear-gradient(90deg, #F14C4F 0%, #7A0C0C 100%);
    border: none;
    min-height: 54px;
    padding-left: 66px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 250px;
    font-size: 16px;
    font-weight: normal;
    padding-right: 5px;
}

.btn-call::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(./assets/img/phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.banner h1,
.banner h2,
.banner h3 {
    line-height: 1.4;
}

a.button.white.btn-more {
    width: 187px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto !important;
    font-size: 16px;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding-right: 32px;
}

a.button.white.btn-more:hover,
.banner-home .banner:hover .button.white.btn-more {
    background-color: #fff !important;
    color: #020D42 !important;
    opacity: 1;
}

.banner-home .banner:hover {
    cursor: pointer;
}

a.button.white.btn-more::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(./assets/img/arrow-right-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: .3s;
}

a.button.white.btn-more:hover::after,
.banner-home .banner:hover .button.white.btn-more:after {
    background-image: url(/wp-content/uploads/2025/02/arrow-narrow-right-2.svg);

}

.has-hover:hover .has-hover .show-on-hover {
    opacity: 0;
    transform: translateY(-50%);
}

.has-hover .has-hover:hover .show-on-hover {
    opacity: 1;
}

.text-cs-banner {
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
    color: #fff;
    font-size: 32px;
}

a.button.primary.btn-main.mx-auto {
    margin: 0 auto !important;
    display: block;
}

.box-event h3 a {
    font-size: 24px;
    color: #020D42;
}

.box-event-text {
    padding: 10px;
}

.box-event-text h3 {
    margin: 0;
    font-size: 18px;
}

.text-cs-banner h2 {
    color: #fff;
    font-family: "Libre Baskerville", serif;
    font-size: 32px !important;
    margin-bottom: 5px;
}

.text-cs-banner p {
    font-size: 32px;
}

.info-top {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav-small.nav>li.html {
    font-size: 14px;
}

.info-top a {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.eng-course .banner h3.uppercase {
    font-size: 23px;
}

.header-button .button {
    width: 240px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 2px;
    background: var(--Gold, radial-gradient(76.16% 76.16% at 31.97% 19.67%, rgba(238, 238, 238, 0.60) 0%, rgba(238, 238, 238, 0.00) 69.79%, rgba(238, 238, 238, 0.00) 100%), #C0903B);
    box-shadow: 0px 0px 10px 0px rgba(32, 32, 32, 0.25);
    color: rgba(255, 255, 255, 0.90);
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    font-family: "Libre Baskerville", serif;
    font-size: 16px;
    height: 55px;
    padding: 4px 5px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: unset;
    padding-left: 20px;
    transition: all .3s;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.15em;
}

.header-button .button {
    background: linear-gradient(90deg, #CBA96A 0%, #DCC9A9 50%, #F2D5B2 100%);
}

.header-button .button:hover {
    color: #020D42;
}

.header-button .button span {
    line-height: 1.2;
}

.header-button .button::after {
    content: "";
    width: 35px;
    height: 25px;
    background-image: url(/wp-content/uploads/2025/02/email-1.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    transition: .3s;
}

.header-button .button:hover::after {

    background-image: url(/wp-content/uploads/2025/02/mail-blue.svg);

}

#logo img {
    width: 100%;
    height: auto;
}

body #logo {
    width: 245px;
}

.header-wrapper .header-nav-main {
    justify-content: center;
}

.header-main .nav>li>a {
    font-family: "Libre Baskerville", serif;
    font-size: 17px;
    font-weight: 400;
    flex-direction: column;
    min-width: 115px;
    letter-spacing: 1.82px;
    letter-spacing: 0.15em;
    padding-left: 10px;
    padding-right: 10px;
}

.header-main .nav>li>a span {
    margin-top: 10px;
    font-size: 13px;
}

.header-main .nav>li>a::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #dac287;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s;
}

.header-main .nav>li:hover>a,
.header-main .nav>li:not(#menu-item-1405).active>a {
    color: #dac287;
}

.header-main .nav>li:hover>a::after,
.header-main .nav>li:not(#menu-item-1405).active>a::after {
    width: 100%;
    color: #dac287
}

.count-up {
    font-weight: 700;
}

.footer-wrapper {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #556987;
}

.footer-wrapper h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #151A30;
    margin-bottom: 25px;
}

.footer-wrapper ul li {
    list-style: none;
    margin-left: 0;
}

.footer-wrapper p {
    margin-bottom: 12px;
}

.footer-wrapper ul li+li {
    margin-top: 12px;
}

.footer-wrapper .row-ft-bottom p {
    margin-bottom: 0;
}

.absolute-footer {
    display: none;
}

.list-logo-partner .ux-logo .ux-logo-link {
    padding: 0 !important;
}

.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: #00827c;
    border-color: #00827c;
}

.btn-link {
    min-height: 60px;
    min-width: 217px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 20px;
    width: max-content;
    border-radius: 4px;
    font-size: 20px;
}

.btn-link::after {
    content: '';
    background-image: url(./assets/img/icon-arrow-right-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 29px;
    height: 18px;
    margin-left: 12px;
}

.btn-link.btn-link-v1 {
    min-height: 42px;
    min-width: 187px;
    display: flex;
    font-weight: 400;
    font-size: 14px;
}

.btn-link.btn-link-v1::after {
    background-image: url(./assets/img/icon-arrow-right.svg);
    width: 12px;
    height: 12px;
}

.box-service {
    background: #FCFCFC;
}

.box-service:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.box-service .box-service-text {
    padding: 20px;
}

.box-service .box-service-text .post-title a {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #151A30;
}

.box-service .box-service-text .des-service ul,
.box-service .box-service-text .des-service li:last-child {
    margin-bottom: 0;
}

.box-service .box-service-text .des-service li {
    list-style: none;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #556987;
    margin-left: 0;
    padding-left: 26px;
    margin-bottom: 12px;
}

.box-service .box-service-text .des-service li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    background-image: url(./assets/img/icon-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 17px;
    height: 17px;
}


.home-reason .icon-box .icon-box-img {
    width: 48px;
    height: 48px;
    border: 1px solid #00827C;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-reason .icon-box .icon-box-img img {
    width: 23px;
    height: 23px;
    padding-top: 0;
}

.home-reason .icon-box .icon-box-text {
    text-align: justify;
}

.home-gallery .flickity-slider {
    display: flex;
    align-items: center;
}

.home-gallery .gallery-col {
    padding-bottom: 0;
}

.home-gallery .gallery-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-gallery .slider .flickity-prev-next-button {
    top: 50% !important;
    transform: translateY(-50%) translateX(0) !important;
    bottom: unset !important;
    display: block;
}

.row-slider-client {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #183B56;
}

.row-slider-client img:not(.attachment-medium) {
    margin-bottom: 16px;
}

.row-slider-client .icon-box :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #183B56;
    margin-bottom: 4px;
}

.row-slider-client .icon-box {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #5A7184;
    padding-top: 16px;
    padding-bottom: 16px;
}

.row-slider-client .icon-box img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.row-slider-client .icon-box p {
    position: relative;
    padding-left: 24px;
}

.row-slider-client .icon-box p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    background-image: url(./assets/img/icon-check-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
}

.home-gallery-client .flickity-slider>.row {
    opacity: 1;
}

.home-gallery-client .flickity-slider>.row {
    padding: 0px 48px;
}

.home-gallery-client .flickity-slider>.row.is-selected {
    border-right: 1px solid #E5EAF4;
}

.home-gallery-client .flickity-prev-next-button {
    top: 100%;
    width: 50px;
    background-image: url(./assets/img/icon-arrow-slider.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 16px;
    opacity: 1;
    display: block;
}

.home-gallery-client .flickity-prev-next-button svg {
    display: none;
}

.home-gallery-client .slider-show-nav .flickity-prev-next-button.previous {
    left: calc(50% - 70px);
    transform: rotate(180deg) !important;
}

.home-gallery-client .slider-show-nav .flickity-prev-next-button.next {
    right: calc(50% - 70px);
}

.post-item>.col-inner {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    /* border-radius: 10px; */
    overflow: hidden;
}

.post-item .box-text {
    padding: 15px 25px 95px;
    background-color: white;
}

.post-item .box-text .is-divider {
    display: none;
}

.post-item .box-text .post-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}

.post-item .box-text .post-title a {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-family: "Noto Serif JP", serif;
    font-family: "Libre Baskerville", serif;
    font-weight: 500;
}

.post-item .box-text .from_the_blog_excerpt {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-top: 12px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 112px;
}

.box-product-post button.button.white.is-link.is-small.mb-0 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    text-transform: math-auto;
    font-weight: 700;
    opacity: 0;
    transition: .3s;
}

.box-product-post:hover button.button.white.is-link.is-small.mb-0 {
    opacity: 1;
}

.cat-post {
    position: relative;
    z-index: 10;
}

.cat-post button,
.cat-post a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #B91C1C;
    margin: 0px 0px 10px;
    padding: 0;
    min-height: unset;
}

.home-banner-solution .banner p {
    margin: 0;
}

/* .client-item .box-client{
    position: relative;
    min-height: 373px;
} */
.client-item .box-client:hover .overlay {
    opacity: 0;
}

.client-item .box-client .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: -1px;
    right: -1px;
    background: #fff;
    transition: .5s;
}

.client-item:nth-child(6n + 1) .box-client .overlay,
.client-item:nth-child(6n + 6) .box-client .overlay {
    background: #F8F9FD;
}

.client-item:nth-child(6n + 2) .box-client .overlay,
.client-item:nth-child(6n + 4) .box-client .overlay {
    background: #ADC8FF;
}

.client-item:nth-child(6n + 3) .box-client .overlay,
.client-item:nth-child(6n + 5) .box-client .overlay {
    background: linear-gradient(270deg, #FE8888 27.16%, #8066FF 97.86%);
}

.client-item .box-client-img {
    position: relative;
    padding-top: 100%;
}

.client-item .box-client-img>img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.client-item .box-client-text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 15px 15px 15px;
    width: 100%;
    transition: 0.5s;
}

.client-item:hover .box-client-text {
    background: linear-gradient(0deg, rgba(0, 130, 124, 1) 50%, rgba(0, 130, 124, 0.9) 80%, rgba(255, 255, 255, 0) 100%);
    color: #fff;
}

.client-item:hover .box-client-text .view-client,
.client-item:hover .box-client-text .post-title a {
    color: #fff;
}

.client-item:hover .box-client-text .view-client::before {
    filter: brightness(0) invert(1);
}

.client-item .box-client-text .post-title a {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #192038;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.client-item .box-client-text .view-client {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #254EDB;
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    display: inline-block;
}

.client-item .box-client-text .view-client::before {
    content: '';
    position: absolute;
    right: -15px;
    top: 6px;
    background-image: url(./assets/img/icon-arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: unset;
    width: 10px;
    height: 10px;
}

.client-item .box-client:hover .view-client {
    visibility: visible;
    opacity: 1;
    animation: fadeInUp .5s;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.home-product::after {
    content: "";
    width: 100%;
    height: 375px;
    background: linear-gradient(180deg, #FFECD5 0%, #FFF7ED 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.nav-dots-small .flickity-page-dots .dot,
.row-slider .flickity-page-dots .dot {
    background-color: #E7E8EC;
    opacity: 1;
}

.slider-nav-light .flickity-page-dots .dot.is-selected,
.slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: #FFB346;
}

/* 
Tuyển dụng
*/

.icon-box-work .icon-box-img {
    background-color: #F0F3FE;
    border-radius: 50%;
    padding: 24px;
    height: 72px;
}

.icon-box-work .icon-box-img img {
    padding-top: 0;
}

.icon-box-work .icon-box-text h3 {
    font-size: 18px;
}

.blog-archive .post-item .box-text {
    padding: 20px;
}

.blog-archive .post-item .box-text .post-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

.blog-archive .post-item .box-text .from_the_blog_excerpt {
    line-height: 24px;
    margin-top: 8px;
}

.blog-archive .post-item .box-image .image-cover {
    padding-top: 260px !important;
}

.post-news-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #757779;
    margin-bottom: 8px;
}

.btn-reamore {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #B91C1C;
    min-height: auto;
    padding-right: 20px;
    margin-top: 22px;
}

.btn-reamore::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(./assets/img/icon-arrow-right-green.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 12px;
    height: 11px;
}

.blog-single .entry-title {
    font-size: 36px;
    color: #262626;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
}

/* Widget */

.widget .widget-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #0A0A0A;
    margin-bottom: 24px;
    display: block;
}

.widget .is-divider {
    display: none;
}

.post-news-item {
    display: flex;
    align-items: center;
}

.post-news-item+.post-news-item {
    margin-top: 32px;
}

.post-news-item .post-news-img {
    width: 104px;
    height: 104px;
}

.post-news-item .post-news-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.post-news-text {
    flex: 1;
    margin-left: 16px;
}

.post-title-news {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news-date {
    font-size: 16px;
    line-height: 20px;
    color: #757779;
    margin-bottom: 0;
}

.box-flex-cat {
    display: flex;
    align-items: center;
}

.row-divided>.col+.col:not(.large-12) {
    border: none;
}

.c-meta-category {
    color: #B91C1C;
    padding-right: 10px;
    border-right: 1px solid #262626;
    margin-right: 10px;
    line-height: 1;
}

/* Phân trang */
.post-type-archive-client .nav-pagination {
    margin-top: 30px;
}

.nav-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.nav-pagination li {
    margin: 0 2px !important;
}

.nav-pagination li a.next,
.nav-pagination li a.prev {
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
    color: #151A30;
    background-color: #FFFFFF !important;

}

.nav-pagination li a.next {
    margin-left: 12px;
}

.nav-pagination li a.prev {
    margin-right: 12px;
}

.nav-pagination li a.next:before {
    content: 'Cuối cùng';
    font-family: "Inter", sans-serif !important
}

.nav-pagination li a.prev:after {
    content: 'Đầu tiên';
    font-family: "Inter", sans-serif !important
}

.nav-pagination .page-number:not(.next, .prev) {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    background-color: #F5F8FD;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.nav-pagination .page-number:is(.next, .prev) i:before {
    content: '';
    background: url(./assets/img/arrow-right.svg) no-repeat;
    background-size: cover;
    width: 8px;
    height: 12px;
    display: inline-block;
    margin-left: 12px
}

.nav-pagination .page-number.prev i:before {
    transform: rotate(180deg);
    margin-right: 12px;
    margin-left: 0
}

.nav-pagination .page-number.current:not(.next, .prev),
.nav-pagination .page-number:not(.next, .prev):hover {
    background-color: #00827C;
    color: #fff
}

.content-project-top {
    background-color: #F6F8FA;
    padding: 72px 0px;
    overflow: hidden;
}

.title-project {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.01em;
    color: #183B56;
}

.content-project {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #556987;
    margin-top: 16px;
}

.content-project-top {
    position: relative;
}

.content-project-top::before {
    content: '';
    position: absolute;
    right: -80px;
    bottom: -103px;
    width: 406px;
    height: 406px;
    background: #254EDB;
    border-radius: 50%;
}

.relate-project {
    padding: 48px 0px;
}

.relate-project>.row {
    margin-top: 33px;
    margin-bottom: 18px;
}

.btn-view-live {
    margin-top: 32px;
}

.btn-view-live {
    border: 1px solid #00827C !important;
    border-radius: 8px;
    padding: 5px 20px;
    position: relative;
    min-width: 183px;
    height: 42px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #00827C;
    display: flex;
    align-items: center;
    width: max-content;
}

.btn-view-live::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(./assets/img/icon-arrow-right-green.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px 7px;
    background-color: aliceblue;
    border-radius: 50%;
    width: 28px;
    height: 28px;
}

.btn-view-live:hover {
    background-color: #00827C;
    color: #fff;
}

.btn-website {
    padding: 8px 33px;
    min-width: 156px;
    min-height: 42px;
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.12) !important;
    display: flex;
    align-items: center;
    width: max-content;
    color: #FFFFFF;
    font-weight: 500;
}

.btn-website span::before {
    content: '';
    background-image: url(./assets/img/icon-mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 17px;
    height: 13px;
    display: inline-block;
    margin-right: 12px;
}

.btn-website span {
    line-height: initial;
    position: relative;
}

.btn-advise {
    padding: 5px 20px;
    min-width: 172px;
    min-height: 42px;
    border: 2px solid #FF9E00 !important;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    color: #FF9E00 !important;
    background-color: #fff !important;
}

.btn-advise span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-advise span::before {
    content: '';
    background-image: url(./assets/img/icon-phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 13px;
}

.img-project {
    text-align: right;
}

.des-content-project {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #556987;
}

.des-content-project ul li {
    list-style: none;
    position: relative;
    margin-left: 0;
    padding-left: 26px;
    margin-bottom: 12px;
}

.des-content-project ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    background-image: url(./assets/img/icon-check-3.svg );
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 14px;
    height: 12px;
}

.label-text * {
    padding: 4px 20px;
    display: inline-block;
    background: rgba(54, 179, 126, 0.1);
    border-radius: 49px;
    color: #36B37E;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

.text-qna {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #556987;
    padding-left: 35px;
}

.text-qna h3 {
    font-size: 18px;
    line-height: 26px;
    color: #00827C;
    position: relative;
    margin-bottom: 4px;
}

.text-qna h3::before {
    content: '';
    position: absolute;
    left: -35px;
    top: 3px;
    background-image: url(./assets/img/icon-circle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.lightbox-register-service .text-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-register-service .text-bottom img {
    margin-right: 10px;
}

.lightbox-register-service .form-field .wpcf7-list-item label {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.lightbox-register-service .form-field .wpcf7-list-item label .wpcf7-list-item-label {
    width: calc(100% - 30px);
}

.lightbox-register-service .form-field input[type="checkbox"] {
    position: relative;
    width: 44px;
    height: 24px;
    background: #E5E7EB;
    outline: none;
    border-radius: 12px;
    box-shadow: inset 0 0 5px rgba(255, 0, 0, 0.2);
    transition: 0.7s;
    display: inline-block;
    padding: 2px;
    margin-bottom: 0;
    margin-top: 0;
    -webkit-appearance: none;
}

.lightbox-register-service .form-field input:checked[type="checkbox"] {
    background: #03a9f4;
}

.lightbox-register-service .form-field input[type="checkbox"]:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    background: #ffffff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
    transition: .5s;
}

.lightbox-register-service .form-field input:checked[type="checkbox"]:before {
    left: 22px;
}

.btn-sm-consultation.btn-sm-hotline {
    bottom: 100px;
}

.btn-sm-consultation {
    position: fixed;
    bottom: 160px;
    left: 10px;
    z-index: 10;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #ccc;
    border-radius: 50%;
    color: #fff;
    padding: 10px;
    min-height: 45px;
    min-width: 45px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.5s;
    display: none;
}

.btn-sm-consultation img {
    max-width: 18px;
}

.footer-wrapper h3 button {
    height: auto;
}

.slider-logo .flickity-slider .img {
    width: 20% !important;
    text-align: center;
}

.slider-logo .flickity-slider .img img {
    width: auto;
}

.slider-logo .flickity-slider .img .img-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    overflow: visible;
}

.row-history>.col {
    padding-bottom: 0;
}

.banner-home {
    position: relative;
}

/* .banner-home:after {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2024/12/object.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
} */

@media (min-width: 850px) {
    .header-main .header-inner.flex-row.container.logo-left.medium-logo-left {
        padding: 0 64px;
    }

    .home-gallery-client .slider-wrapper .slider .flickity-slider>* {
        max-width: 50% !important;
    }

    /* .blog-archive .post-item:nth-child(1)  > .col-inner {
        border: none;
        box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
        padding: 16px 16px 16px 20px;
    }
    .blog-archive .post-item:nth-child(1){
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .blog-archive .post-item:nth-child(2),
    .blog-archive .post-item:nth-child(3){
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .blog-archive .post-item:nth-child(1) .box {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    .blog-archive .post-item:nth-child(1) .box-text {
        flex: 1;
        padding: 0;
        margin-right: 36px;
    }
    .blog-archive .post-item:nth-child(1) .box-text .post-title {
        font-weight: 500;
    }
    .blog-archive .post-item:nth-child(1) .box-image {
        width: 688px;
    }
    .blog-archive .post-item:nth-child(1) .box-image .image-cover{
        padding-top: 308px!important;
    } */
}

@media (max-width: 849px) {
    .home-gallery-client .flickity-slider>.row.is-selected {
        border-right: none;
    }

    .home-gallery-client .flickity-slider>.row {
        padding: 0px 24px;
    }

    .btn-link {
        min-width: 180px;
        min-height: 40px;
        font-size: 14px;
    }

    .btn-link::after {
        width: 22px;
        height: 18px;
    }

    .img-project {
        text-align: center;
    }

    .mfp-content .lightbox-register-service {
        padding: 30px 20px;
    }

    .lightbox-register-service .title-sec {
        font-size: 30px;
    }

    .content-recruitment {
        flex-direction: column;
    }

    .title-recruitment {
        font-size: 20px;
    }

    .slider-logo .flickity-slider .img {
        width: 33.3333% !important;
    }
}

@media only screen and (max-width: 768px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

}

@media only screen and (max-width: 549px) {
    .center-sm .text-box-content>* {
        text-align: center;
    }

    .center-sm .text-box-content a.button.btn-call {
        margin: 0 auto;
    }

    .slide-nav-hide-sm .flickity-viewport {
        overflow: visible;
    }

    .slider-logo .flickity-slider .img {
        width: 50% !important;
    }

    .slide-nav-hide-sm .service-item.post-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .service-item.post-item.is-selected .box-service {
        background: #B91C1C;
        color: #fff;
    }

    .service-item.post-item.is-selected .box-service .post-title a {
        color: #fff;
    }

    .service-item.post-item.is-selected .box-service ul li {
        color: #fff;
    }

    .service-item.post-item.is-selected .box-service a.button.btn-main {
        background-color: #fff;
    }

    .box-service .box-service-text {
        padding: 15px;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse;
    }

    .btn-sm-consultation {
        display: flex;
    }

    .menu-footer {
        padding-bottom: 0;
    }

    .list-logo-partner .ux-logo .ux-logo-link img {
        max-height: 40px;
    }

    .client-item .box-client-text .post-title a {
        font-size: 17px;
    }

    .icon-box-work .icon-box-img {
        margin-left: auto;
        margin-right: auto;
    }

    .icon-box-work .icon-box-text {
        text-align: center;
    }

    .copy-a2z {
        justify-content: space-between;
        text-align: center;
    }

    .copy-a2z .icon-box-img {
        width: 140px !important;
    }

    .copy-a2z .icon-box-text {
        flex: none;
    }

    .copy-a2z>div {
        margin: unset !important;
    }
}

@media only screen and (max-width: 445px) {
    .stack .btn-website {
        padding: 8px 20px;
        min-width: 140px;
    }

    .stack .btn-view-live {
        padding: 12px 14px;
        min-width: 165px;
    }

    .stack .btn-view-live::after {
        content: '';
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url(./assets/img/icon-arrow-right-green.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 7px 7px;
        background-color: aliceblue;
        border-radius: 50%;
        width: 28px;
        height: 28px;
    }

    p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 380px) {
    .single-client .stack {
        flex-direction: column;
    }

    .single-client .stack .button {
        width: 100%;
        --stack-gap: 0 !important;
    }

    .single-client .stack .button+.button {
        margin-top: 10px !important;
    }
}

/* //// */
.box-img-custom .box-text {
    background-color: #fff;
    border-radius: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    text-align: center;
    padding: 10px 30px 10px;
    height: 81px;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: calc(100% - 40px);
}

.box-img-custom:hover .box-text {
    height: calc(100% - 40px);
    padding: 62px 16px;
}

.box-img-custom .box-text .img {
    margin-bottom: 22px;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 0;
}

.box-img-custom {
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

.box-img-custom:hover .box-text .img {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.1s;
    transform: scale(1);
    margin-bottom: 35px;
    height: auto;
}

.box-img-custom .box-text p {
    color: var(--Text-3);
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 2;
}

.box-img-custom:hover .box-text p {
    transition-delay: 0.2s;
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.box-img-custom .box-text h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #000;
}

.box-img-custom .box-text h4:after {
    content: "";
    position: absolute;
    bottom: 0px;
    background: #f8c32c;
    width: 64px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px) translateX(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box-img-custom:hover .box-text h4:after {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px) translateX(-50%);
}

.box-img-custom:hover .box-text a.button.btn-main {
    transition-delay: 0.3s;
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.box-img-custom .box-text a.button.btn-main {
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translateY(15px);
    visibility: hidden;
    opacity: 0;
}

.box-img-custom .box-text a.button.btn-main {
    width: 169px;
    height: 54px;
    padding-top: 8px;
}

.box-img-custom .box-text a.button.btn-main:after {
    right: 2px;
    left: auto;
    background-image: url(./assets/img/icon-arrow-right-1.svg);
}

a.button.btn-main.btn-small {
    width: 169px;
}

a.button.btn-main.white::after {
    background-image: url(/wp-content/uploads/2025/01/icon-right-2.svg);
}

a.button.btn-main.white:hover::after {
    background-image: url(/wp-content/uploads/2024/12/arrow-narrow-right.png);
}

a.button.secondary.btn-main {
    width: 273px;
    background-color: #000;
}

a.button.secondary.btn-main:after {
    right: 2px;
    left: auto;
    background-image: url(./assets/img/icon-arrow-right-1.svg);
}

.stack-group .banner {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px -1px rgba(16, 24, 40, 0.10);
    max-width: 384px;
    transition: .3s;
}

.stack-group .banner:hover {
    background-color: #FFB346 !important;
}

.stack-group .banner h3 {
    font-family: Montserrat;
    font-size: 36px;
    margin-top: 15px;
}

.home-info {
    position: relative;
}

.home-info::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2024/12/bg-lienhe.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.main-title.btn-while p {
    color: #fff;
}

.main-title.btn-while h2 {
    color: #fff;
}

.main-title.btn-while::after {}

.home-info a.button.btn-main {
    width: 384px;
    background-color: #000;
}

.box-footer-link h2 a {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.box-footer-link h2 a:hover {
    color: #8C0002;
}

.box-footer-link .ux-menu-link a {
    color: #000;
    font-size: 16px;
    border-bottom: 0;
    padding-left: 15px;
    position: relative;
}

.box-footer-link .ux-menu-link a:hover {
    color: #8C0002;
}

a.button.btn-main:hover {
    background-color: #fff;
    color: #020D42;
    box-shadow: none;
}

a.button.btn-main:hover:after {
    background-image: url(/wp-content/uploads/2025/02/arrow-narrow-right-2.svg);
}

.testimonial-meta {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    color: #111827;
    font-family: "Noto Serif JP", serif;
    font-family: "Libre Baskerville", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding: 0;
}

.box-footer-link .ux-menu-link a:after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: 3px;
    top: 12px;
}

.text-copy p strong {
    color: #8C0002;
}

.text-copy p strong {
    color: #8C0002;
}

.home-map:after {
    content: "";
    width: calc(50% - 100px);
    height: 387px;
    background-color: #FFB346;
    position: absolute;
    left: 0;
    bottom: 0;
}

.home-map:before {
    content: "";
    width: 284px;
    height: 465px;
    background-image: url(/wp-content/uploads/2024/12/bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: -89px;
}

.post-item .box-text button.button.primary {
    font-size: 16px;
    padding-top: 1px;
    color: #4A4C52;
    text-transform: none;
}

.post-item .box-text button.button.primary::after {
    content: "";
    width: 32px;
    height: 32px;
    mask-image: url(/wp-content/uploads/2024/12/arrow-sm-right.svg);
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url(/wp-content/uploads/2024/12/arrow-sm-right.svg);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #4A4C52;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    transition: .3s;
}

.post-item:hover .box-text button.button.primary {
    color: #8C0002;
}

.post-item:hover .box-text button.button.primary::after {
    background-color: #8C0002;
}

.post-item:hover .box-text .post-title a {
    color: #8C0002;
}

.slider-custom {
    padding: 0;
    bottom: 0px;
}

.slider-custom .flickity-slider .img {
    max-width: 20% !important;
    margin: 5px;
    border: 2px solid #fff;
}

.slider-custom .flickity-page-dots {
    display: none;
}

.slide-cs .slider:not(.slider-custom) {
    max-width: 400px;
    margin: 0 auto;
}

.main-title.left:after {
    left: 0;
    transform: translateY(-50%);
}

input.wpcf7-submit.btn-send {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 206px;
    text-transform: math-auto;
    text-align: center;
    height: 52px;
    border-radius: 0;
    background-image: url(/wp-content/uploads/2025/02/arrow-narrow-right.svg);
    background-size: 24px 24px;
    background-position: center right 24px;
    background-repeat: no-repeat;
    font-size: 16px;
}

.home-brand {
    position: relative;
}

.home-brand::after {
    content: "";
    width: 50%;
    height: 531px;
    background-image: url(/wp-content/uploads/2024/12/bg-brand.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 210px;
}

/* ????????? */
.box-icon-home {
    padding: 16px 18px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    color: #4A4C52;
}

.box-icon-home p {
    position: relative;
}

.home-about .section-bg.fill {
    opacity: 0.3;
}

.box-icon-home p::after {
    content: "";
    width: 9px;
    height: 15px;
    background-image: url(./assets/img/arrow-right.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
}

.box-icon-home h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.box-icon-home .icon-box-img {
    margin-bottom: 8px;
}

.about-left .icon-box-text p {
    margin-bottom: 0;
    font-size: 16px;
}

.about-left .icon-box {
    align-items: center;
}

.main-title {
    position: relative;
}

body {
    font-family: "Noto Serif JP", serif;
    font-family: "Libre Baskerville", serif;
}

.main-title p {
    position: relative;
    margin-bottom: 5px;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
    font-family: "Libre Baskerville", serif;
    font-size: 36px;
    color: #020D42;
    letter-spacing: 0.1em;
}

/* .main-title:after{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background-image: url(./assets/img/logo-img.png);
    background-size: 100% 100%;
    opacity: 0.2;
    content: '';
}
.main-title.title-center:after{
    left: 50%;
    transform: translateX(-50%);
} */
.main-title .hom-testi {
    position: relative;
}

.home-news::after {
    /* width: 216px;
    height: 549px;
    content: "";
    position: absolute;
    left: 0;
    top: -150px;
    background-color: #F3E6E6; */
}

.hom-testi::after {
    /* width: 112px;
    height: 450px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #F3E6E6; */
}

.hom-testi::before {
    /* width: 206px;
    height: 490px;
    content: "";
    position: absolute;
    right: 0;
    top: -100px;
    background-color: #F3E6E6; */
}

.hom-testi .slider-nav-circle .flickity-prev-next-button .arrow,
.hom-testi .slider-nav-circle .flickity-prev-next-button svg {
    border: 1px solid;
    border-radius: 0;
    color: #020D42;
}

.home-news .flickity-prev-next-button,
.home-event .flickity-prev-next-button {
    top: -80px;
    opacity: 1;
    border-radius: 0;
    transform: none;
    height: fit-content;
    margin-top: 0 !important;
}

.home-news .flickity-prev-next-button svg,
.home-event .flickity-prev-next-button svg {
    border-radius: 0;
    border-width: 1px;
    color: #020D42;
    background-color: #F7F8F9;
}

.home-news .flickity-prev-next-button.previous,
.home-event .flickity-prev-next-button.previous {
    left: auto;
    right: 100px;
    transform: none;
    height: fit-content;
    margin-top: 0;
}

.main-title h2 {
    color: #8C0002;
    font-family: "Libre Baskerville", serif;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 0.1em;
}

a.button.btn-main {
    border: 1px solid;
    padding-top: 5px;
    /* font-weight: 400; */
    height: 52px;
    font-size: 16px;
    padding-left: 20px;
    width: 206px;
    padding-right: 40px;
    letter-spacing: 2.24px;
}

a.button.btn-main.white {
    color: #020D42 !important;
}

a.button.btn-main.white:hover {
    color: #fff !important;
    background-color: #020D42 !important;
}

.home-event .post-item>.col-inner,
.home-news .post-item>.col-inner {}

.m-auto p {
    margin-left: auto;
    margin-right: auto;
}

.tab-home .nav-tabs+.tab-panels {
    padding: 30px 0;
    border: none;
}

.tabbed-content.tab-home .nav {
    border-bottom: 1px solid #B1B5C3;
}

.tabbed-content.tab-home .nav li a {
    background-color: transparent;
    border: none;
    height: 52px;
    display: flex;
    align-items: center;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    width: 200px;
    justify-content: center;
    color: #4A4C52;
    border-radius: 6px 6px 0px 0px;
    font-size: 16px;
    text-transform: none;
}

.tabbed-content.tab-home .nav li.active a {
    background-color: #000;
    color: #fff;
}

.flickity-page-dots .dot.is-selected {
    background-color: #FFB346;
}

.row-slider .flickity-page-dots {
    bottom: -20px;
}

a.button.btn-main:after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/uploads/2024/12/arrow-narrow-right.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: .3s;
}

a.btn-main.btn-main-contact {
    font-size: 16px;
    font-weight: 400;
}

a.btn-main.btn-main-contact::after {
    background-color: #fff;
}

a.btn-main.btn-main-contact:hover::after {
    background-color: #B91C1C;
}


.box-border-2 .col-inner .is-border {
    border-bottom-color: #B91C1C !important;
}

.sign h2 {
    font-family: 'Luxurious Script', cursive;
    font-size: 50px !important;
    font-weight: normal;
}

.home-about .main-title p:after {
    background: rgba(255, 255, 255, 0.20);
}

.form-flat input:not([type=submit]) {
    background-color: transparent;
    height: 40px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-main {
    font-weight: normal;
    background-color: transparent;
    color: #B91C1C;
    border: 1px solid #B91C1C;
    border-radius: 50px;
    text-transform: none;
    margin-bottom: 0;
    font-size: 16px;
    padding-right: 62px;
    background-image: url(./assets/img/icon-arrow-right.svg);
    background-size: 30px 30px;
    background-position: center right 16px;
    background-repeat: no-repeat;
    transition: .3s;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-main:hover {
    opacity: .5;
}

.box-shadow-cs .col-inner {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.cat-post {
    display: flex;
    gap: 15px;
    align-items: center;
}

.cat-post .post-news-date {
    margin-bottom: 0;
    padding-top: 0px;
    border-left: 1px solid #262626;
    padding-left: 15px;
}

.home-news ol.flickity-page-dots,
.home-event ol.flickity-page-dots,
.home-service ol.flickity-page-dots {
    bottom: -10px !important;
}

.home-news ol.flickity-page-dots li,
.home-event ol.flickity-page-dots li,
.home-service ol.flickity-page-dots li {
    width: 20px !important;
    border-radius: 10px !important;
    transition: all .3s !important;
}

.home-news .flickity-page-dots .dot.is-selected,
.home-event .flickity-page-dots .dot.is-selected,
.home-service .flickity-page-dots .dot.is-selected {
    width: 30px !important;
    background-color: #B91C1C;
    border-color: transparent;
}

.html a.button.primary.btn-call {
    color: #fff !important;
    width: 203px;
}

.html .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 8px;
}

.flex-top-bar p {
    font-size: 14px;
}

.flex-top-bar .icon-box-left {
    width: fit-content;
}

.header-social-icons a {
    font-size: 16px;
}

.logo-left .logo {
    margin-right: 0;
}

.box-icon-about .icon-box-text h3 {
    margin-bottom: 0;
}


.box-icon-about {
    align-items: center;
    padding: 22px;
    border-radius: 8px;
    transition: all .3s;
    overflow: hidden;
}

.box-icon-about:hover {
    box-shadow: 0px 0px 10px 0px rgba(179, 53, 53, 0.20);
}

.box-text-scroll {
    max-height: 300px;
    overflow-y: scroll;
    padding-right: 13px;
}

.box-text-scroll::-webkit-scrollbar {
    width: 8px;
}

.box-text-scroll::-webkit-scrollbar {
    background: transparent;
    width: 10px;
}

.box-text-scroll::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    width: 10px;
    border-radius: 10px;
}

.box-develop .col-inner {
    border-top: 5px solid transparent;
    transition: .3s ease-in-out;
}

.box-develop .col-inner:hover {
    border-color: #B91C1C;
    box-shadow: 0px 0px 10px 0px rgba(179, 53, 53, 0.20);
}

.home-event .col-inner.box-shadow-1 {
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2) !important;
    margin-top: 10px;
    padding: 16px 16px 16px 16px;
    border-radius: 10px;
}

.home-event ul.slick-dots {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.home-event ul.slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 11px;
    background-color: #D9D9D9;
    margin: 0 5px;
    border-radius: 10px;
    transition: .3s;
}

.home-event ul.slick-dots li button {
    padding: 0;
    opacity: 0;
    height: 11px;
    margin: 0;
    min-height: unset;
    padding: 0;
    margin: 0;
}

.home-event ul.slick-dots li.slick-active {
    background-color: #B91C1C;
    width: 30px;
}

a.view-service {
    color: #B91C1C;
    position: relative;
    padding-right: 50px;
}

.archive a.view-service::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(./assets/img/icon-arrow-right-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}


.des-service {
    margin-bottom: 16px;
}

.des-service p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.archive .box-service {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.service-wrap-main {
    margin-top: 18px;
}

.box-why-service .icon-box {
    border-radius: 10px;
    background: #FFF;
    /* box-shadow: 0px 0px 10px 0px rgba(222, 8, 8, 0.10); */
    padding: 10px;
    margin-bottom: 32px;
    transition: .3s;
}

.box-why-service .icon-box:last-child {
    margin-bottom: 0;
}

.box-why-service .icon-box:hover {
    box-shadow: 0px 0px 10px 0px rgba(222, 8, 8, 0.10);
}

.box-why-service .icon-box h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
}

.box-why-service .icon-box .icon-inner,
.box-why-service .icon-box .icon-inner svg>path {
    transition: .1s;
}

.box-why-service .icon-box:hover .icon-inner {
    color: #B91C1C !important;
}

.box-why-service .icon-box:hover .icon-inner svg>path {
    stroke: #fff;
}

.single-service-gd .ux-shape-divider--bottom {
    background-image: url(https://ketoantruongthanh.a2ztech.vn/wp-content/uploads/2024/02/Vector-2.png);
    height: 90px;
    background-size: cover;
}

.single-service-gd .ux-shape-divider--bottom svg {
    display: none;
}

.box-our-work .icon-box:not(:last-child) {
    margin-bottom: 30px;
}

.box-our-work .icon-box img {
    padding-top: 0;
}

.list-cat-blog li a {
    border: 1px solid #B91C1C;
    border-radius: 29px;
    padding: 10px 16px;
    margin-right: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #B91C1C;
    display: block;
}

.list-cat-blog li.active a {
    background: #B91C1C;
    color: #fff
}

.list-cat-blog {
    justify-content: center;
    margin-bottom: 32px;
    margin-top: 10px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.list-cat-blog li {
    height: 41px;
    display: block;
}

.category .row.align-center.category-wrapper {
    margin-top: 32px;
}

.meta-bottom-single {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 30px;
    margin-bottom: 30px;
}

.meta-bottom-single .list-tags {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.meta-bottom-single .list-tags a {
    border-radius: 32px;
    background: rgba(185, 28, 28, 0.20);
    font-size: 16px;
    padding: 2px 15px;
    margin-right: 8px;
    margin-bottom: 8px;
    color: #B91C1C;
}

.list-social-share {
    display: flex;
    align-items: center;
}

.list-social-share a {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-content: center;
    background-color: #F5F6F7;
    margin-left: 12px;
    padding: 6px;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
}

.form-franche .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
    padding: 13px 24px;
    height: auto;
    border-radius: 4px;
    border: 1px solid var(--Border-Default, #DAE2EE);
    background: var(--White-900, #FEFEFE);
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #9BA5AF;
}

.form-franche select.select-custom.wpcf7-form-control {
    background-image: url(./assets/img/arrow-down-gray.svg);
    background-size: 30px 30px;
    background-position: center right 20px;
    background-repeat: no-repeat;
}

.w-100 {
    width: 100%;
}

.box-map iframe {
    height: 306px;
    width: 100%;
}

.box-text-store {
    text-align: center;
    color: #000;
}

.slide-banner .flickity-page-dots {
    bottom: 65px;
}

.slide-banner .flickity-page-dots .dot {
    width: 20px;
    height: 11px;
    border-radius: 10px;
    background: #5d2626;
    border: none;
    transition: .3s;
}

.slide-banner li.dot.is-selected {
    border: none;
    background: #B91C1C;
    width: 30px;
}

.text-banner h2 {
    font-size: 32px !important;
    line-height: 1.3;
}

.text-banner h2 span {
    font-size: 64px;
}

h3.page-title {
    display: flex;
    max-width: 513px;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    min-width: fit-content;
    font-family: Montserrat;
    font-size: 48px;
    line-height: 1.3;
    font-weight: 900;
    text-transform: uppercase;
}


a.button.btn-main.view-service {
    display: block;
    max-width: 190px;
    margin: 0 auto;
}

.banner-intro:after {
    content: "";
    width: 227px;
    height: 186px;
    position: absolute;
    background-image: url(/wp-content/uploads/2024/02/icon-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0px;
    right: 100px;
}

.box-service-text .post-title a {
    font-size: 24px;
    color: #000;
}

section.main-index {
    padding: 80px 0;
}

div#secondary {
    background: var(--Base-White, #FFF);
    padding: 32px;
    border: 1px solid #EAECF0;
}

.post-meta-single {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.post-meta-single img {
    border-radius: 50%;
    margin-right: 12px;
}

.post-meta-single .post-date {
    margin-left: 12px;
    padding-left: 12px;
    position: relative;
}

.post-meta-single .post-date::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #D0D5DD;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

div#form-dangky {
    border-radius: 10px;
}

.single-recruitment a.button.btn-main {
    border-radius: 25px;
}

.box-text-single {
    text-align: center;
}

.box-text-single a.button.primary.btn-call {
    margin: 0 auto !important;
}

.single-service #text-box-1694898497 {
    padding-top: 60px;
}

.box-service {
    transition: .3s;
}

.box-service:hover {
    background: #B91C1C;
    color: #fff;
}

.box-service:hover .box-service-text .post-title a {
    color: #fff;
}

.box-service:hover .box-service-text .des-service li {
    color: #fff;
}

.box-service:hover a.button.btn-main.view-service {
    color: #fff;
}

.box-service:hover a.button.btn-main:after {
    background-color: #fff;
}

.box-side-pro {
    padding: 32px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.box-side-pro h3 {
    font-family: Montserrat;
    font-size: 24px;
    color: #262626;
}

ul.box-product-cat {
    list-style: none;
}

ul.box-product-cat li {
    margin-left: 0;
    margin-bottom: 0;
}

ul.box-product-cat li a {
    padding: 16px 24px;
    display: block;
}

.main-archive-product {
    padding: 60px 0;
}

.flex-contact {
    display: flex;
    align-items: center;
    font-weight: bold;
    gap: 24px;
}

.flex-contact .button {
    width: 400px;
    font-family: Montserrat;
    font-size: 30px;
    display: flex;
    align-items: center;
    height: 65px;
    min-height: unset;
    justify-content: center;
    border-radius: 40px;
    margin: 0;
}

.flex-contact p {
    margin: 0;
}

h2.title-product-single {
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    color: #8C0002;
}

.slider-nav .slick-list {
    margin: 0 -8px;
    padding: 0 !important;
}

.slider-nav .slick-slide {
    padding: 0 8px;
}

button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
    width: 70px;
    height: 70px;
    padding: 0;
    border-radius: 50%;
    left: -35px;
    margin: 0;
    z-index: 1;
}

button.slide-arrow.next-arrow.slick-arrow {
    left: auto;
    right: -35px;
}

.box-product-info {
    margin-bottom: 30px;
}

.product-info-infor {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.product-info-infor h2 {
    width: 115px;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.product-info-infor p {
    margin: 0;
    line-height: 2;
}

.main-single-service {
    padding: 60px 0;
    position: relative;
}

.main-single-service::after {
    content: "";
    width: 134px;
    height: 260px;
    background-image: url(https://gomgiathuy.e-databank.website/wp-content/uploads/2024/12/bg-cs-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    bottom: -30px;
}

.page-header {
    position: relative;
}

.page-header .fill {
    z-index: 3;
}

.page-header:after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-image: url(/wp-content/uploads/2025/02/bg-page.png); */
    background: #7d7d7d;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.page-header::before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    /* background-image: url(/wp-content/uploads/2025/02/Frame-1000008615.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.box-sp-text .col-inner {
    padding-left: 50px;
}

.row-reverse .box-sp-text .col-inner {
    padding-left: 0;
    padding-right: 50px;
}

.icon-box-sp {
    margin-bottom: 25px;
}

.home p.cat-label {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -25px;
    background: #020D42;
    opacity: 1;
    padding: 5px;
}

.home .post-meta {
    font-size: 16px;
    margin-bottom: 10px;
    opacity: 1;
}

.box-testi {
    background: var(--Generic-White, #FFF);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 24px;
    display: flex;
    flex-direction: column-reverse;
}

.main-title.text-while h2 {
    color: #fff;
}

.main-title.text-while p {
    color: #fff;
}

.box-text-contact h2 {
    font-size: 36px;
    margin-bottom: 0;
}

.box-text-contact p {
    margin-bottom: 0;
}

a.button.btn-contact {
    width: 261px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #020D42 !important;
    letter-spacing: 0.14em;
    position: relative;
    font-size: 16px;
    border-width: 1px;
}

a.button.btn-contact::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/uploads/2025/02/mail-open-alt.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    transition: .3s;
}

a.button.btn-contact:hover::after {
    background-image: url(/wp-content/uploads/2025/01/mail.png);
}


.h3,
h3 {
    font-size: 24px;
}

.stack-info .text:nth-child(1) {
    width: 250px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #020D42;
    color: #fff;
}

.stack-info .text:nth-child(2) {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 64px;
}

.stack-info {
    margin-bottom: 16px;
}

.about-access:after {
    content: "";
    width: 175px;
    height: 613px;
    background: #F3E6E6;
    position: absolute;
    left: 0;
    top: -196px;
}

.about-info::after {
    content: "";
    width: 120px;
    height: 613px;
    background: #F3E6E6;
    position: absolute;
    right: 0;
    top: 0;
}

.box-icon-study {
    border-radius: 8px;
    background: var(--Generic-White, #FFF);
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px -1px rgba(16, 24, 40, 0.10);
    padding: 24px;
}

.box-icon-study h3 {
    font-size: 18px;
    font-weight: bold;
    color: #111827;
}

.box-icon-sp .col-inner {
    display: flex;
    flex-wrap: wrap;
}

.icon-support {
    background-color: #fff;
    padding: 16px;
    min-height: 200px;
    margin-left: 210px;
    margin-bottom: 85px;
    text-align: center;
    max-width: 310px;
    position: relative;
}

.icon-support:nth-child(1) {
    margin-left: 0;
}

/* 
.icon-support:nth-child(3)::after,
.icon-support:nth-child(4)::after {
    content: "";
    width: 300px;
    height: 300px;
    background-image: url(/wp-content/uploads/2025/02/bg-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -300px;
    z-index: -1;
} */

.icon-support:nth-child(4)::before {
    content: "";
    width: 65px;
    height: 65px;
    background-image: url(/wp-content/uploads/2025/02/fly.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -60px;
    top: -157px;
    z-index: -1;
}

.icon-support h3 {
    font-family: "Noto Serif JP", serif;
    font-family: "Libre Baskerville", serif;
    font-weight: bold;
    color: #111827;
    font-size: 16px;
}

.icon-support p {
    text-align: center;
    color: #111827;
}

.icon-data {
    border-radius: 8px;
    background: var(--White, #FFF);

    /* Drop shadow/Small */
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px -1px rgba(16, 24, 40, 0.10);
    padding: 16px;
    min-height: 112px;
}

.icon-data h3 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.icon-data p {
    letter-spacing: 0.1em;
}

.banner-course .banner-layer {
    height: calc(100% - 64px);
    width: calc(100% - 64px);
    background: rgba(255, 255, 255, 0.80);
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-course .banner-layer h3 {
    font-family: "Libre Baskerville", serif;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    padding: 16px;
}

a.button.btn-mail {
    height: 112px;
    padding: 16px 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Libre Baskerville", serif;
    font-size: 24px;
    font-weight: 700;
}

a.button.btn-mail::after {
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(./assets/img/icon-mail.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}

.form-field label {
    font-size: 16px;
    font-weight: 400;
    font-family: "Noto Serif JP", serif, "Libre Baskerville", serif;
}

.form-field span.label-text {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
    position: relative;
    width: fit-content;
}

.form-field span.label-text.req:after {
    display: flex;
    content: '*';
    color: red;
    position: absolute;
    right: -20px;
    top: 0;
}

.icon-course {
    border-right: 1px solid #CBCDD7;
}

.col:last-child .icon-course {
    border-right: none;
}

.icon-course h3 {
    font-weight: bold;
}

.class-box h3.uppercase {
    width: fit-content;
    background: #020D42;
    color: #fff;
    font-size: 16px;
    padding: 2px 8px;
    margin-bottom: 15px;
}

.class-box h4 {
    color: #020D42;
    font-weight: bold;
}

.class-box p {
    margin: 0;
    color: #020D42;
}

.course-data {
    border: 1px solid #CBCDD7;
    border-width: 0 1px 1px 0;
    padding: 16px 0;
    display: flex;
    flex-direction: column-reverse;
}

.col:nth-child(5) .course-data,
.col:nth-child(4) .course-data,
.col:nth-child(6) .course-data {
    border-bottom: none;
}

.course-data img {
    padding: 0;
    height: 175px;
}

.col:nth-child(3) .course-data,
.col:nth-child(6) .course-data {
    border-right: none;
}

a.button.primary.btn-main.mr-0 {
    margin-left: auto;
    display: block;
    margin-bottom: 0;
}

section.box-course {
    padding: 100px 0;
}

.box-eng-course {
    max-width: 800px;
    margin: 50px auto;
}

.box-thumbnail {
    position: relative;
}

.box-text-course {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 555px;
    padding: 16px 32px;
    background-color: #fff;
}

.box-text-course h3 {
    font-size: 20px;
    margin-bottom: 0;
    color: #020D42;
    font-weight: bold;
}

.course-cat {
    font-weight: bold;
}

.english-course .slick-list {
    overflow: visible;
    margin: 0 -16px;
}

.english-course .slick-slide {
    padding: 0 16px;
}

.box-thumbnail:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
    opacity: 1;
}

.slick-active .box-thumbnail:after {
    opacity: 0;
    z-index: -1;
}

.accordion.box-faq button.toggle {
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.accordion.box-faq a {
    font-size: 16px;
    padding: 10px 16px;
    font-weight: 500;
    color: #4A4C52;
}

.box-date .text:nth-child(1) {
    width: 250px;
    padding: 32px;
}

.box-date .text:nth-child(2) {
    padding: 32px;
    flex: 1;
    margin: 0 !important;
}

a.title-event {
    font-size: 24px;
    color: #020D42;
    font-weight: bold;
    font-family: 'Abhaya Libre';
}

.box-text-event {
    padding: 12px 0;
}

.box-form-search {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
}

.box-form-search label {
    display: flex;
    align-items: center;
    width: max-content;
    font-size: 16px;
    margin-bottom: 0;
}

.box-form-search input.search-field,
.box-form-search select {
    width: 208px;
    height: 44px;
    box-shadow: none;
    margin: 0;
    margin-left: 15px;
}

input.search-submit {
    margin: 0;
    height: 44px;
}

.blog-wrapper.blog-archive.page-wrapper,
.category-wrapper {
    padding: 100px 0;
}

div#text-1230498511 {
    min-height: 285px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

ul.wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    list-style: none;
    margin: 30px 0;
    padding-left: 0;
}

.list-mxh {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.nextpostslink,
a.previouspostslink {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;

    font-weight: 500;
    color: #000;
    width: 129px;
    height: 52px;
    display: flex;
    align-items: center;
    background-color: #E6E7EC;
    text-decoration: none;
    justify-content: center;
}

.box-share {
    padding: 30px 0;
    border-bottom: 1px solid #CCCCCC;
}

a.previouspostslink {
    right: auto;
    left: 35px;
    /* background-image: url(/wp-content/uploads/2025/01/icon-prev.svg); */

}

a.nextpostslink:hover,
a.previouspostslink:hover {
    background-color: #020D42;
    color: #fff;
}

a.btn.btn-main {
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #020D42;
    font-size: 18px;
    color: #fff;
}

a.btn.btn-main:hover {
    background-color: #fff;
    color: #020D42;
}

.header.transparent .header-wrapper {
    background-color: #020D42;
}

.banner-icon-box p {
    margin: 0;
}

.banner-icon-box {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.50);
    transition: .3s;
    border-bottom: 1px solid #fff;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);
    background-color: rgba(139, 0, 0, 0.5);
}

.banner-icon-box:hover::after {
    right: 15px;
}

.banner-icon-box::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(./assets/img/arrow-right-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: .3s;
}

.banner-icon-box:hover {
    background-color: rgb(139, 0, 0);
}

.banner-text h2 {
    font-family: "Noto Serif JP", serif;
    font-family: "Libre Baskerville", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700 !important;
}

.banner-text h3 {
    font-family: "Noto Serif JP", serif;
    font-family: "Libre Baskerville", serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
}

.home-news ol.flickity-page-dots,
.home-event ol.flickity-page-dots {
    display: none;
}

.box-link-footer {
    /* border-radius: 7px 0px 0px 7px; */
    background: linear-gradient(135deg, #CBA96A 0%, #DCC9A9 50%, #F2D5B2 100%);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    position: fixed;
    top: 230px;
    right: 0;
    padding: 15px 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9;

}

.box-link-footer a {
    width: 30px;
    margin: 15px 0;
    text-align: center;
}

.box-link-footer a:first-child img {
    width: 23px;
}

/* //// */



.product-item h3.post-title.is-large {
    font-size: 20px;
    font-weight: bold
}

.box-img-custom .img-inner img {
    width: 105px;
}

.widget>ul>li>a:hover {
    color: #8C0002;
}

.logo-footer .ux-logo-link.block.image- {
    padding: 0 !important;
}

.page-header h3 {
    font-family: "Noto Serif JP", serif;
    font-family: "Libre Baskerville", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    color: #020D42;
    letter-spacing: 0.1em;
    text-align: center;
    text-shadow: 0px 3px 6px rgba(50, 50, 50, .6);
    color: white;
}

.home-our::after {
    content: "";
    width: 390px;
    height: 444px;
    background-image: url(/wp-content/uploads/2025/02/bg-gach.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.home-our::before {
    content: "";
    width: 390px;
    height: 444px;
    background-image: url(/wp-content/uploads/2025/02/bg-gach-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.banner-our {
    border: 3px solid #8B0000;
}

.banner-our h2.uppercase {
    font-size: 48px;
    letter-spacing: 2.24px;
    font-weight: 400;
}

.page-header p {
    width: 100%;
    color: #020D42;
    letter-spacing: 2.24px;
    text-align: center;
    font-size: 20px;
    margin-top: 0;
    color: white;
    text-shadow: 0px 3px 6px rgba(50, 50, 50, .6);
}

.box-text-footer {
    padding-top: 35px;
}

/* .page-header {
    margin-top: 112px;
} */
.box-text-footer h2 {
    font-family: "Noto Serif JP", serif;
    font-family: "Libre Baskerville", serif;
}

.col.post-item .col-inner:hover img {
    transform: scale(1.1);
}

.box-event-img {
    height: auto;
    overflow: hidden;
    height: 100px;
}

.box-event-img img {
    transition: all 0.5s;
}

.tabbed-content.contact-tab>h4 {
    display: none;
}

.tabbed-content.contact-tab ul.nav {
    justify-content: center;
    margin-bottom: 40px;
}

.tabbed-content.contact-tab ul.nav li a {
    font-size: 16px;
    color: #020D42;
    padding: 15px 15px;
    border: 1px solid #020D42;
    font-weight: 400;
}

.tabbed-content.contact-tab .nav-line>li.active>a,
.tabbed-content.contact-tab .nav-line>li:hover>a {
    color: white;
    background-color: #020D42;
}

.rank-math-breadcrumb {
    font-family: "Noto Serif JP", serif;
    font-family: "Libre Baskerville", serif;
}

.contact-box .icon-box-text h1 {
    color: #020D42;
    font-family: "Noto Serif JP", serif;
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
}

.contact-box a.button {
    padding-top: 15px;
    padding-bottom: 15px;
}

body .home-main-banner {
    padding-top: 400px;
}

div#text-3264075015 {}

.stack-reading {
    padding-left: 90px;
    position: relative;
    margin-bottom: 20px;
}

.stack-reading .text:nth-child(1) {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 4px;
    text-align: center;
    background-color: #d23339;
    border-radius: 5em;
    color: #fff;
    min-width: 110px;
}

.stack-reading .text:nth-child(1) p {
    color: #fff;
}

.stack-reading .text:nth-child(1) h2 {
    color: #fff;
    font-size: 16px;
}

.stack-reading .text:nth-child(2) {
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #e7e4df;
}

.stack-reading .text:nth-child(2) h3 {
    font-weight: bold;
    color: #222;
}

.april-curriculum__arrow {
    width: 0;
    margin-inline: auto;
    margin-block: clamp(20px, 3.259452412vw, 30px);
    border-top: 30px solid #d23339;
    border-right: 80px solid rgba(0, 0, 0, 0);
    border-bottom: 0 solid rgba(0, 0, 0, 0);
    border-left: 80px solid rgba(0, 0, 0, 0);
    margin-top: 0;
}

.box-thinking .col-inner {
    padding: 0;
    border-radius: 0 0 10px 10px;
    border: 0;
    background-color: #e7e4df;
}

.box-thinking .col-inner h2 {
    padding: 8px;
    background-color: #d23339;
    border-radius: 5px 5px 0 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.box-thinking .col-inner row {
    padding: 50px;
}

.box-thinking .col-inner .row {
    padding: 50px;
    margin: 0;
}

.box-thinking .col-inner .row .col {
    padding-bottom: 0;
}

span.april-clearning__label {
    padding: clamp(2px, 0.4563233377vw, 5px) 30px;
    border: 1px solid #d23339;
    border-radius: 5em;
    font-size: clamp(13px, 1.8252933507vw, 15px);
    font-weight: 700;
    color: #d23339;
    line-height: 1.5;
}

.title-label h2 {
    padding: 5px 7px;
    text-align: center;
    background-color: #d23339;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.video.video-fit.mb.video-width .wp-video {
    width: 295px !important;
    height: 165px;
}

.video.video-fit.mb.video-width {
    padding: 0 !important;
}

.tab-page .tab-panels {
    padding: 100px;
    border: 2px solid #d23339;
    border-radius: 20px;
}

.title-left h3 {
    padding-left: 10px;
    border-left: 3px solid #d23339;
    font-size: 24px;
    font-weight: bold;
    color: #222;
    margin-bottom: 30px;
}

.title-tab p {
    margin-bottom: 5px;
}

.title-tab h2 {
    font-weight: bold;
}

.tab-page .tab-panels {
    padding: 100px;
    border: 2px solid #d23339;
    border-radius: 20px;
}

.title-left h3 {
    padding-left: 10px;
    border-left: 3px solid #d23339;
    font-size: 24px;
    font-weight: bold;
    color: #222;
    margin-bottom: 30px;
}

.title-tab p {
    margin-bottom: 5px;
}

.title-tab h2 {
    font-weight: bold;
}

.tab-page ul li {
    width: 40%;
}

.tab-page ul li a {
    width: 100%;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e7e4df;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    font-weight: 500;
}

.tab-page ul {
    gap: 20px;
}

.tab-page ul li.active a {
    background-color: #d23339;
}

.stack-read .text {
    padding: 10px;
    border: 1px solid #222;
    border-radius: 5px;
    text-align: center;
    min-width: 180px;
}

.stack-read .text p {
    font-size: 15px;
    line-height: 1.5;
}

.i-wonder-app__arrow {
    width: 0;
    margin-inline: auto;
    margin-top: clamp(10px, 1.3037809648vw, 20px);
    border-top: 30px solid #222;
    border-right: 26px solid rgba(0, 0, 0, 0);
    border-bottom: 0 solid rgba(0, 0, 0, 0);
    border-left: 26px solid rgba(0, 0, 0, 0);
}

.event-list .box-event-img {
    width: 120px;
    height: auto;
}

.event-list .event-title .box-event-text {
    width: calc(100% - 120px);
    padding-left: 20px;
}

.event-list .box-event-infor {
    font-size: 16px;
    padding-left: 0;
}

.event-list .flex-row.event-title {
    margin-bottom: 0;
}

.event-list .event-mark {
    position: absolute;
    right: 15px;
    top: 15px;
}

.date-event {
    font-size: 16px;
    font-weight: 500;
}

.event-list .event-item .col-inner {
    padding: 25px;
}

.event-list {
    margin-top: 50px;
}

ul.list-blog-cat {
    list-style: none;
    margin: 20px 0;
}

ul.list-blog-cat li {
    position: relative;
}

ul.list-blog-cat li:after {
    content: "\f105";
    font-family: 'fl-icons';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

ul.list-blog-cat li a {
    display: block;
}

.box-blog-cs {
    padding: 20px;
    border-bottom: 1px solid #aeaeae;
    width: 85%;
}

.blog-item {
    padding-bottom: 0;
}

.blog-item:first-child .box-blog-cs {
    border-top: 2px solid #aeaeae;
    width: 85%;
}

.box-cat-date {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.list-cate {
    display: flex;
    align-items: center;
    gap: 16px;
}

.list-cate p {
    margin-bottom: 0;
}

section.blog-list {
    padding: 100px 0;
}

.blog-list-right {
    padding-top: 40px;
}

body .home-main-banner {
    padding-top: 0;
    top: unset;
    bottom: 0;
}

.about-access:after,
.about-info::after {
    display: none;
}

.banner-home .banner .text-box-content>div {
    height: 532px;
}

.text-cs-banner {
    width: fit-content;
}

body.post-type-archive-course .box-thumbnail:after {
    display: none;
}

.box-eng-course {
    max-width: 100%;
}

.box-text-course {
    position: static;
    padding-top: 50px;
}

.item-course .box-thumbnail {
    display: flex;
    width: 100%;
    margin-bottom: 50px;
}

.item-course .box-thumbnail>a {
    width: 30%;
}

.box-text-course {
    width: 70%;
    max-width: 1000px;
    padding-top: 25px;
}

@media (max-width: 849px) {

    .item-course .box-thumbnail>a {
        width: 100%;
    }

    body .home-main-banner {
        padding-top: 0;
    }

    .banner-home .banner .text-box-content>div {
        height: auto;
    }

    .box-blog-cs {
        padding: 15px 0;
    }

    .event-list .flex-row.event-title {
        flex-direction: column;
    }

    .event-list .box-event-img {
        width: 100%;
    }

    .event-list .box-event-img img {
        max-width: 100px;
    }

    .event-list .event-title .box-event-text {
        width: 100%;
        padding: 10px 0;
    }

    .tab-page .tab-panels {
        padding: 15px;
        border-width: 1px;
    }

    .tab-page ul li a {
        height: 37px;
        font-size: 14px;
    }

    .title-left h3 {
        font-size: 18px;
        border-width: 2px;
    }

    .tab-page .tab-panels .gap-element {
        padding-top: 30px !important;
    }

    .tab-page .tab-panels .is-divider {
        margin: 50px 0 !important;
        height: 1px;
    }

    .main-title h2 {
        font-size: 18px !important;

    }

    .box-thinking .col-inner .row {
        padding: 25px 15px;
    }

    .title-label h2 {
        font-size: 16px !important;
    }

    .box-thinking .col-inner h2 {
        font-size: 16px;
    }

    .main-title h3 {
        font-size: 17px;
    }

    .stack-reading .text:nth-child(2) h3 {
        font-size: 18px;
    }

    .stack-reading .text:nth-child(1) h2 {
        font-size: 14px;
    }

    .stack-reading .text:nth-child(1) {
        min-width: 80px;
    }

    .stack-reading {
        padding-left: 60px;
    }

    body .home-main-banner {
        padding-top: 0;
    }

    .home-our::after,
    .home-our::before {
        width: 133px;
        height: 146px;
    }

    /* .page-header {
        margin-top: 70px;
    } */
    .transparent .header-main {
        height: 92px !important;
    }

    .box-link-footer {
        padding: 0 8px;
    }

    .slider-mobile ul.slick-dots {
        margin: 0 auto;
    }

    .eng-course .banner h3.uppercase {
        font-size: 18px;
    }

    .home-contact {
        background-color: transparent !important;
    }

    .home-contact .row {
        background-color: #F7F8F9;
        max-width: calc(100% - 32px);
        padding: 32px 16px;
    }

    .header-button .button {
        border: none !important;
    }

    .home-contact .main-title {
        text-align: center;
        color: #020D42;
    }

    .home-contact .main-title h2 {
        color: #8B0000;
    }

    .box-text-contact {
        text-align: center;
        color: #000;
    }

    .box-text-contact p {
        color: #000;
    }

    .box-text-contact h2 {
        font-family: "Libre Baskerville", serif;
        font-size: 36px !important;
        font-style: normal;
        font-weight: 700;
        color: #020D42;
    }

    .home-contact a.button.btn-contact {
        margin: 0 auto;
    }

    .home-news .flickity-prev-next-button.previous,
    .home-event .flickity-prev-next-button.previous {
        display: none;
    }

    .home-news .flickity-prev-next-button,
    .home-event .flickity-prev-next-button {
        display: none;
    }

    .home-news ol.flickity-page-dots,
    .home-event ol.flickity-page-dots {
        display: block;
        bottom: 10px !important;
        z-index: 9;
        pointer-events: visible;
    }

    ul.slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        list-style: none;
    }

    ul.slick-dots li {
        width: 10px;
        height: 10px;
        background: #CBCDD7;
        margin: 0 5px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    ul.slick-dots li button {
        padding: 0;
        margin: 0;
        height: auto;
        min-height: unset;
        opacity: 0;
        height: 10px;
    }

    section.box-course {
        padding: 30px 0;
    }

    .accordion.box-faq a {
        font-size: 18px;
        padding-right: 30px;
    }

    .course-data {
        padding: 16px;
        margin: 0 16px;
        border-right: none;
    }

    .col:nth-child(5) .course-data,
    .col:nth-child(4) .course-data,
    .col:nth-child(6) .course-data {
        border-bottom: 1px solid #CBCDD7;
    }

    .course-data img {
        width: 100px;
        height: auto;
    }

    ul.slick-dots li.slick-active {
        background: #8B0000;
    }

    .box-text-course {
        position: static;
        width: 100%;
        padding: 0;
    }

    a.button.primary.btn-main.mr-0 {
        margin: 0 auto !important;
    }

    a.button.btn-mail {
        font-size: 18px;
        min-height: unset;
        padding: 8px 15px !important;
        justify-content: flex-start;
        height: 70px;
    }

    div#text-1230498511 {
        min-height: 95px;
    }

    .box-sp-text .col-inner {
        padding-left: 0;
    }

    .row-reverse .box-sp-text .col-inner {
        padding-right: 0;
    }

    .box-date .text:nth-child(1) {
        padding: 10px;
        width: 60px;
    }

    .box-date .text:nth-child(2) {
        padding: 10px;
    }

    body.page-id-131 .page-header:after body:not(.page-id-131) .page-header:after {
        width: 50%;
        height: 100%;
    }

    .header-inner.flex-row.container.logo-left.medium-logo-center {
        border-radius: 5px 5px 25px 25px;
    }

    .home-brand::after {
        display: none;
    }

    .sm-center .button.btn-main {
        display: block;
        margin: 0 auto !important;
    }

    div#masthead {
        padding: 0 16px;
    }

    div#form-dangky {
        padding: 30px 20px !important;
    }

    .related-recruitment h4 {
        font-size: 24px;
        color: #000;
    }

    .info-recruitment h3 {
        font-size: 24px;
    }

    .nav-sidebar.nav-vertical>li+li {
        border-color: #F7F8F9;
    }

    .header-button .button {
        width: 100%;
        height: 52px;
        padding-top: 7px;
        color: #000;
        border: 1px solid #8C0002;
    }

    .single-recruitment a.button.btn-main {
        border-radius: 30px;
    }

    .search-banner {
        margin-bottom: 0;
        padding-top: 100px;
    }

    section.main-index {
        margin-top: 20px;
    }

    .box-develop p {
        font-size: 16px;
    }

    .banner-intro:after {
        width: 186px;
        height: 100px;
        right: 40px;
    }

    .banner-intro {
        padding-bottom: 90px !important;
    }

    .slide-banner .flickity-page-dots {
        bottom: 5px;
    }

    .text-banner h2 {
        font-size: 20px !important;
    }

    .html a.button.primary.btn-call {
        padding: 7px 0;
        padding-left: 45px;
        margin-left: 0;
    }

    .text-banner h2 span {
        font-size: 30px;
    }

    .form-franche .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
        padding: 8px 16px;
    }

    a.button.primary.btn-call {
        font-size: 15px;
        min-height: 36px;
        padding-left: 45px;
        max-width: 220px;
    }

    .btn-call::after {
        width: 32px;
        height: 32px;
    }

    .main-title p {
        font-size: 18px;
        margin: 0 auto 5px;
        font-weight: bold;
    }

    .main-title h2 {
        font-size: 24px;
    }

    .main-title p:after {
        bottom: 6px;
        height: 4px;
    }

    .single-service .box-icon-about .icon-box-text p {
        font-size: 18px;
    }

    .tabbed-content.tab-home .nav {
        flex-wrap: nowrap;
        overflow: scroll;
        justify-content: flex-start;
    }

    .list-reason .col-inner {
        padding-left: 0;
    }

    .list-reason .icon-box {
        left: 0 !important;
        margin-bottom: 20px;
    }

    .list-reason .icon-box::before {
        display: none;
    }

    .list-reason .icon-box img {
        width: 100%;
    }

    .list-reason .icon-box-left .icon-box-img {
        width: 75px !important;
    }

    .slide-nav-hide-sm button.flickity-button {
        display: none;
    }

    .list-reason .icon-box .icon-box-img+.icon-box-text {
        padding: 10px;
    }

    .list-reason .icon-box .icon-box-text h3 {
        font-size: 15px;
    }

    .list-reason .icon-box .icon-box-text p {
        font-size: 13px;
        line-height: 1.2;
    }

    .reason-img img {
        max-width: 340px;
    }

    .form-flat .flex-row .flex-col,
    .flex-row.form-flat .flex-col {
        padding-right: 0;
        margin-left: 0;
    }

    .mb-sm-0 {
        margin-bottom: 0;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .home-news ol.flickity-page-dots,
    .home-service ol.flickity-page-dots {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .home-news ol.flickity-page-dots li,
    .home-service ol.flickity-page-dots li {
        width: 15px !important;
        margin: 0 3px;
    }

    .home-news .flickity-page-dots .dot.is-selected,
    .home-service .flickity-page-dots .dot.is-selected {
        width: 20px !important;
    }

    .menu-footer .icon-box-text {
        padding-left: 10px;
    }

    .menu-footer .icon-box-text p {
        margin-bottom: 0;
    }

    .menu-footer .icon-box {
        align-items: center;
    }

    .footer-wrapper h3 {
        margin-bottom: 5px;
    }

    .footer-wrapper {
        padding-bottom: 0;
    }

    a.button.btn-call.btn-call-sm {
        max-width: 170px;
    }

    .box-icon-about {
        padding: 10px;
    }

    .box-icon-about .icon-box-img {
        width: 40px !important;
    }

    .box-icon-about .icon-box-text {
        padding-left: 10px !important;
    }

    .box-icon-about .icon-box-text p {
        font-size: 14px;
    }

    .box-text-scroll {
        max-height: unset;
        padding-right: 0;
    }

    .box-text-scroll::-webkit-scrollbar {
        display: none;
    }

    .box-icon-about {
        box-shadow: 0px 0px 10px 0px rgba(179, 53, 53, 0.20);
    }

    .row-sm-small .col {
        padding: 0 10px 20px;
    }

    .box-develop .col-inner {
        border-color: #B91C1C;
        box-shadow: 0px 0px 10px 0px rgba(179, 53, 53, 0.20);
    }

    .box-service-sm {
        margin: 0 15px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
        max-width: calc(100% - 30px) !important;
        overflow: hidden;
        margin-bottom: 30px;
        border-radius: 10px;
    }

    .html img.header_logo.header-logo {
        width: 150px;
        margin: 0 auto;
    }

    li.html.custom.html_topbar_right>a {
        padding: 0;
    }

    .box-service-sm .col {
        padding: 0;
    }

    .box-service-sm .col .box-service-text {
        padding: 10px 10px 25px;
    }

    .service-wrap-main {
        margin-top: 0px;
    }

    .box-why-service .icon-box {
        box-shadow: 0px 0px 10px 0px rgba(222, 8, 8, 0.10);
    }

    .single-service-gd .ux-shape-divider--bottom {
        height: 60px;
    }

    .list-cat-blog {
        overflow-x: overlay;
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding-bottom: 12px;
    }

    .list-cat-blog li {
        height: auto;
        width: max-content;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .list-cat-blog li a {
        padding: 8px 16px;
        margin-bottom: 0;
        margin: 0;
        font-weight: 500;
        width: 100%;
        font-size: 15px;
        text-align: center;
        width: max-content;
    }

    .meta-bottom-single {
        flex-direction: column;
    }

    .blog-single .entry-title {
        font-size: 24px;
    }

    .info-top {
        justify-content: space-between;
    }

    li.html.custom.html_topbar_left {
        width: 100%;
    }

    .off-canvas .sidebar-menu {
        padding-bottom: 0;
    }

    .archive a.view-service {
        padding: 8px 16px;
        border: 1px solid;
        border-radius: 30px;
        padding-right: 50px;
    }

    .archive a.view-service::after {
        background-image: url(./assets/img/right-red.svg);
    }

    #text-box-1694898497 {
        width: 80% !important;
    }

    #section_1899995687 .ux-shape-divider--bottom svg {
        height: 100px !important;
    }

    h3.page-title {
        font-size: 24px;
    }

    h1.entry-title {
        font-size: 24px;
    }

    #banner-428834609 {
        padding-top: 450px !important;
    }

    .item-document .content .meta {
        flex-direction: column;
        gap: 5px;
    }

    .item-document .content .meta .cateogry a {
        margin-left: 0;
    }

    .meta-box .item-meta {
        width: calc(50% - 5px);
    }

    .meta-box .item-meta:not(:last-child) {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .meta-box .item-meta:nth-child(2n) {
        margin-right: 0;
    }

    .meta-box .item-meta .content-meta b {
        font-size: 14px;
    }

    .meta-box .item-meta .content-meta span {
        font-size: 14px;
        white-space: nowrap;
    }

    .body-content-single h1 {
        font-size: 24px;
    }

    .box-img-custom .box-text h4:after {
        visibility: visible;
        opacity: 1;
        transform: translateY(0px) translateX(-50%);
        width: 128px;
    }

    .column-sm-reverse {
        flex-direction: column-reverse;
    }

    .stack-btn a.button.btn-main {
        width: 100%;
    }

    .home-map:after {
        width: calc(100% - 45px);
        height: 215px;
        bottom: 20px;
    }

    .home-map:before {
        width: 114px;
        height: 293px;
        background-size: cover;
        background-position: left;
        top: 170px;
    }

    .box-img-custom .box-text a.button.btn-main {
        transition-delay: 0.3s;
        transform: translateY(0px);
        visibility: visible;
        opacity: 1;
    }

    .box-img-custom .box-text p {
        transition-delay: 0.2s;
        transform: translateY(0px);
        visibility: visible;
        opacity: 1;
    }

    .box-img-custom .box-text,
    .box-img-custom:hover .box-text {
        height: calc(100% - 40px);
        padding: 16px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.80);
    }

    .box-img-custom .box-text .img,
    .box-img-custom:hover .box-text .img {
        visibility: visible;
        opacity: 1;
        transition-delay: 0.1s;
        transform: scale(1);
        margin-bottom: 15px;
        height: auto;
    }

    .box-img-custom .box-text h4 {
        margin-bottom: 10px;
    }

    .box-img-custom .box-text p {
        line-height: 1.5;
    }

    .box-img-custom .box-image img {
        height: 100%;
    }

    .box-img-custom .img-inner img {
        width: 85px;
    }

    .home-map:after {
        width: calc(100% - 45px);
        height: 215px;
        bottom: 20px;
    }

    .home-info a.button.btn-main {
        width: 100%;
        font-size: 14px;
        padding-top: 6px;
    }

    .post-item .box-text .post-title a {
        font-size: 16px;
    }

    .text-sm-justify p {
        text-align: justify;
    }

    a.link-home-top {
        width: 100%;
        padding: 0 !important;
    }

    .page-header:after {
        width: 50%;
        height: 100%;

    }

    #banner-428834609 .bg.bg-loaded {
        background-image: url(/wp-content/uploads/2024/12/bg-sm.png);
    }

    .js-scrollable {
        overflow: hidden;
    }

    .js-scrollable .img-inner {
        overflow: scroll;
    }

    .js-scrollable .img-inner img {
        width: 560px;
        max-width: unset;
    }

    .text-cs-banner {
        top: 40px;
        width: 100%;
    }

    .text-cs-banner h2 {
        font-size: 30px !important;
    }

    .banner-home .banner {
        min-height: unset;
        height: auto;
        padding-top: 480px !important;
    }

    .header-main .nav>li>a {
        min-width: unset;
    }

    .banner-home {
        padding-top: 90px !important;
    }

    .banner-slide-sm .col-inner {
        max-width: 220px;
        margin: 0 auto;
    }

    .banner-slide-sm .slick-list {
        overflow: visible;
        margin: 0 -8px;
    }

    .banner-slide-sm .slick-slide {
        padding: 0 8px;
    }

    .ov-sm-hidden {
        overflow: hidden;
    }

    .banner-icon-box {
        padding: 16px;
        padding-right: 16px;
        border: 1px solid #FFF;
        box-shadow: 0px 0px 10px 0px #FFF inset;
        background: transparent;
        min-height: 120px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
  
    .banner .icon-box-left .icon-box-img+.icon-box-text {
        padding: 0;
    }

    .banner-slide-sm ul.slick-dots {
        margin-top: 20px;
    }

    .banner-icon-box .icon-box-left {
        padding-left: 0;
    }

    .banner-icon-box p {
        font-size: 16px;
        text-align: center;
    }

    .banner-icon-box .icon-box-img {
        display: none;
    }

    .banner-icon-box::after {
        display: none;
    }

    .banner-text h2 {
        font-size: 24px;
    }

    .banner-text h3 {
        font-size: 20px;
    }

    .home-news::after {
        width: 80px;
        height: 350px;
        top: -330px;
    }

    .hom-testi::after {
        width: 60px;
        bottom: -100%;
    }

    .hom-testi::before {
        width: 60px;
    }

    .main-title.text-while p {
        color: #020D42;
    }

    .home-contact a.button.btn-contact {
        color: #020D42 !important;
        background-color: #fff !important;
    }

    .home-contact a.button.btn-contact::after {
        background-image: url(/wp-content/uploads/2025/01/mail.png);
    }

    .icon-box-sp {
        margin-bottom: 5px;
    }

    .slide-testi .col-inner {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    }

    .box-testi .testimonial-text {
        font-style: normal !important;
    }

    .box-testi .testimonial-text p {
        line-height: 1.4
    }

    .off-canvas .nav-vertical>li>a span {
        margin-left: 15px;
    }

    .icon-box-img img,
    .icon-box-img svg {
        padding-top: 0;
    }

    .box-link-footer a {
        width: 30px;
    }

    .stuck #logo img,
    #logo img {
        max-width: 214px;
    }
}

@media (min-width: 768px) and (max-width: 1230px) {
    .eng-course .banner h3.uppercase {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1400px) {
    .header-main .header-inner.flex-row.container.logo-left.medium-logo-left {
        padding: 0 16px;
    }
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .heading-font,
body .off-canvas-center .nav-sidebar.nav-vertical>li>a,
body .banner-text h2 {

    font-family: "Noto Serif JP", serif;
    font-family: "Libre Baskerville", serif;
}

.blog-single .entry-title {
    font-weight: 500;
}

.is-full-height {
    max-height: 1000px;
    min-height: 750px;
}

.eng-course .banner {
    padding-top: 40px;
    padding-bottom: 40px;
}

.text.tile-3 {
    display: flex;
    align-items: center;
}


@media(max-width:1435px) and (min-width:850px) {
    .header-main .nav>li>a {
        font-size: 15px;
        min-width: 0;
    }

    body #logo {
        width: 215px;
    }

    .header-button .button {
        width: 210px;
        font-size: 14px;
        padding-left: 10px;
    }

}

@media(max-width:1220px) and (min-width:850px) {
    .header-main .nav>li>a {
        font-size: 13px;
        min-width: 0;
        padding-left: 5px;
        padding-right: 5px;
    }

    body #logo {
        width: 170px;
    }

    .header-button .button {
        width: 150px;
        font-size: 12px;
        padding-left: 5px;
    }

    .header-button .button::after {
        width: 25px;
        right: 5px;
    }

    .list-service h2,
    .hesinhthai h2,
    section div.banner-text h2 {
        font-size: 25px;
    }

    .banner-text h3 {
        font-size: 25px;
    }

    .home-main-banner .text-inner {
        padding: 32px 32px 32px 32px !important;
    }

    .text-cs-banner h2 {
        font-size: 45px !important;
    }

    header .nav>li {
        margin: 0 3px;
    }
}



@media(max-width:950px) and (min-width:850px) {
    .header-main .nav>li>a {
        font-size: 13px;
        min-width: 0;
        padding-left: 5px;
        padding-right: 5px;
    }

    .header-button .button {
        width: 50px;
        font-size: 12px;
        padding-left: 5px;
    }

    .header-button .button span {
        display: none;
    }

    .header-button .button::after {
        width: 40px;
        right: 5px;
    }

    .banner-home .banner .text-box-content>div {
        padding: 20px;
    }
}

.contact-wrap .tabbed-content>h4:first-child {
    display: none;
}

.contact-wrap .tabbed-content>ul.nav {
    position: absolute;
    left: -99999px;
    top: -99999px;
}

#select-form {
    max-width: 400px;
}

.houshin-field {
    margin-top: 20px;
    margin-bottom: 20px;
}

.houshin-field input[type=checkbox] {
    width: 23px;
    height: 23px;
    margin-bottom: 0;
    position: relative;
    top: 5px;
    cursor: pointer;
}

.page-header::before {
    background-color: lightgrey;
}

body.page-id-131 .page-header:after,
body:not(.page-id-131) .page-header:after {
    background-color: lightgrey;
}

.page-header p {
    position: relative;
}

.page-header p:after {
    display: block;
    position: absolute;
    width: 200px;
    height: 50px;
    content: '';
    background-image: url('/wp-content/uploads/2025/02/parts01.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: -70px;
    display: none;
}

@media (max-width: 849px) {


    .page-header h3 {
        font-size: 18px;
    }

    .page-header p {
        font-size: 15px;
    }

    .page-header p:after {
        width: 100px;
        height: 25px;
    }

    .page-header p:after {
        bottom: -40px;
    }

    .home-contact.dark h3 {
        color: #000 !important;
    }

    .home-contact .main-title:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .event-title {
        margin-bottom: 20px;
    }

    p.sc-blKGMR.jWtzlt {
        font-size: 14px;
    }
}

@media (min-width: 550px) {
    .header-wrapper {
        border-top: 2px solid #dac287
    }
}

.nav-vertical>li>a,
.nav-vertical>li>ul>li a {
    font-family: "Noto Serif JP", serif, "Libre Baskerville", serif !important;

}

.banner-home .video-overlay {
    position: relative;
    z-index: 1;
}

.banner-home .banner-layers .fill {
    background: linear-gradient(25deg, rgba(139, 0, 0, 0.25) 20%, rgba(2, 13, 66, 0.5) 80%);


}

.event-item .col-inner {
    padding: 15px 25px 40px;
    /* background-color: #eedcb3; */
    height: 100%;
}

.event-item .col-inner .top {
    padding: 15px 25px 40px;
    /* background-color: #eedcb3; */
    
    height: 100%;
}

.event-item {
}
.post-type-archive-event main#main .box-course > .container{
    max-width: 840px;
}
.box-event-infor {
    margin-top: 20px;
    padding: 0 15px;
}

.box-event-infor>.flex-row {
    align-items: flex-start;
}

.box-event-infor>.flex-row>.left {
    width: 66px;
    flex-shrink: 0;
}

.box-event-infor>.flex-row>.right {
    width: 100%;
}

.box-event-text {
    padding: 15px;
}

.event-banner {
    margin-top: 50px;
}

.event-banner img {
    width: 100%;
    height: auto;
}

.event-single-wrap {
    margin-top: 100px;
}

.event-title {
    font-size: 20px;
    font-weight: bold;
    color: #020D42;
    margin-bottom: 40px;
}

.event-desc {
    margin-bottom: 40px;
}

.event-infor {
    margin-top: 30px;
}

.event-infor .left {
    flex-shrink: 0;
    width: 70px;
    font-weight: bold;
}

.event-infor>div {
    justify-content: flex-start;
    margin-bottom: 20px;
}

.event-banner .col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-content {
    margin-top: 80px;
    margin-bottom: 80px;
}

.event-contact {
    background-color: rgb(247, 248, 249);
    margin-top: 40px;
}

.form-wrap {
    padding: 30px;
    background-color: white;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    margin-top: 40px;
}

#form,
#map {
    padding-top: 90px;
    padding-bottom: 90px;
}

.map-wrap {
    margin-top: 40px;
}

.map-wrap iframe {
    width: 100%;
}

.home p.cat-label {
    color: white;
    width: fit-content;
    position: static;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
    letter-spacing: 0.1em;
    background-color: #dac287;
}

.box-text-inner.blog-post-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home .post-meta {
    margin-top: 10px;
    margin-left: 10px;
}

.post-item .box-text .post-title {
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    letter-spacing: 0.1em;
}

.post-item .box-text .from_the_blog_excerpt {
    line-height: 1.75;
}

.flickity-prev-next-button.next {
    right: -50px;
}

.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: 0;
}

.flickity-prev-next-button.previous {
    left: -50px;
}

.post-item .box-text:after {
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-color: #fff;
    transition: all .5s linear;
    content: '';
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-image: url('/wp-content/uploads/2025/01/icon-right-2.svg');
    background-position: center;
    background-repeat: no-repeat;
    transition: background-color 0s;
}

.post-item .box-text:before {
    width: calc(100% - 91px);
    right: 64px;
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    bottom: 52px;
    background-image: linear-gradient(to right, #020d42 0%, #020d42 50%, #dac287 50%, #dac287 100%);
    background-size: 200% 100%;
    background-position: left 0% center;
    transition: all 0.5s;
}

.post-item>.col-inner:hover .box-text:before {
    background-position: left -100% center;

}

.post-item>.col-inner:hover .box-text:after {
    background-color: #dac287;
    transition: background-color 0.5s;
}

.box-text-inner.blog-post-inner {
    margin-bottom: 30px;
}

.list-service h2,
.hesinhthai h2,
section div.banner-text h2,
.banner-text h3 {
    text-shadow: 0px 3px 6px rgba(50, 50, 50, .6);
}

.banner-home .banner:hover .banner-layers .fill {
    background: linear-gradient(25deg, rgba(139, 0, 0, 0.35) 20%, rgba(2, 13, 66, 0.65) 80%);
}

.box-event-img {
    width: 100px;
    flex-shrink: 0;
}

.event-title .box-event-text {
    font-size: 20px;
    width: calc(100% - 100px);
    padding-right: 10px;
    padding: 0 15px 0 0;
}

.box-event-img img {
    width: 100%;
    height: auto;
}

.box-event h3 a {
    font-size: 18px;
}

.event-mark {
    border: 1px solid #8C0002;
    color: #8C0002;
    padding: 5px 10px;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 10px;
}

.event-mark.ended-mark {
    color: rgba(102, 102, 102, 0.85);
    border-color: rgba(102, 102, 102, 0.85);
}

.single-event .event-mark {
    margin-right: 10px;
    margin-left: 0;
}

.single-event-title {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}

.single-event-title .event-title {
    margin-bottom: 0;
}

.course-text {
    margin-top: 50px;
}

.slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
}

.flex-row.event-title {
    align-items: flex-start;
}

.slick-dots ul {
    list-style: none;
}

.slick-dots button {
    opacity: 0;
    display: none;
}

.slick-dots li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #020D42;
    margin: 10px;
    border: 1px solid #020D42;
    cursor: pointer;
}

.slick-dots li.slick-active {

    background-color: #fff;
}

.course-cat {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.news-filter {
    max-width: 700px;
    margin: 50px auto;
}

a.glink {
    color: #020D42;
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

a.glink.gt-current-lang {
    color: #dac287;
    text-shadow: none;
}

.gt_switcher_wrapper {
    top: 125px !important;
    right: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.5);
}

body.admin-bar .gt_switcher_wrapper {
    top: 157px !important;
}

.box-background .text-box-content {
    padding: 15px;
    border: 3px solid #8B0000;
    background-color: rgba(255, 255, 255, 0.65);
}

.testimonial-box .testimonial-text,
.testimonial-box .icon-box-text {
    width: 100%;
}


@media(max-width:849px) {
    .item-course .box-thumbnail {
        flex-wrap: wrap;
    }

    .item-course .box-thumbnail>div {
        width: 100%;
    }

    .box-text-course {
        padding-top: 20px;
    }
}

.sidebar-blog {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-blog select {
    margin-bottom: 0;
    width: 280px;
    margin-left: 15px;
}

a.post-category-link {
    background-color: #dac287;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
}

.post-categories {
    width: 50%;
    flex-shrink: 0;
}

.box-blog-post:hover .post-categories a {
    background-color: var(--fs-color-secondary);
}

.main-title {
    position: relative;
    padding-bottom: 5px;
}

.main-title h1,
.main-title h2 {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.main-title:after {
    display: block;
    position: absolute;
    width: fit-content;
    width: 150px;
    height: 2px;
    bottom: 0;
    background-color: #8C0002;
    content: '';
    bottom: 2px;
}

.center-title.main-title:after {
    left: 50%;
    transform: translateX(-50%);
}

.gt_switcher_wrapper {
    opacity: 0;
}

a.button.btn-main {
    height: fit-content;
    min-height: 52px;
}

html:lang(en) a.button.btn-main {
    font-size: 14px;
    min-height: 0;
}

.postid-1068 main#main *,
.postid-1271 main#main * {

    font-family: "Noto Sans JP", sans-serif;
}

.postid-1068 .main-title h3,
.postid-1271 .main-title h3 {
    font-size: 32px;
    font-weight: bold;
    color: black;
}

.postid-1068 .main-title h2,
.postid-1271 .main-title h2 {
    font-size: 18px;
    font-weight: bold;
    color: rgb(34, 34, 34);
    padding-bottom: 0;
}

.postid-1068 .main-title:after,
.postid-1271 .main-title:after {
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #D23339 20%, #E7E4DF 20%);
}

.postid-1068 .box-breads,
.postid-1271 .box-breads {
    background-color: white;
    color: rgb(34, 34, 34);
    padding-top: 20px;
    font-family: "Noto Sans JP", sans-serif;

}

.postid-1068 .rank-math-breadcrumb,
.postid-1271 .rank-math-breadcrumb {
    background-color: white;
    color: rgb(34, 34, 34);
    padding-top: 20px;
    font-family: "Noto Sans JP", sans-serif;

}

.postid-1068 .rank-math-breadcrumb a,
.postid-1271 .rank-math-breadcrumb a,
.postid-1068 .rank-math-breadcrumb span.last,
.postid-1271 .rank-math-breadcrumb span.last {
    color: rgb(34, 34, 34);
    font-family: "Noto Sans JP", sans-serif;

}

.postid-1068 .rank-math-breadcrumb .separator,
.postid-1271 .rank-math-breadcrumb .separator {
    background-image: url(./assets/img/arrow-right-black-2.svg);
}

.postid-1068 .rank-math-breadcrumb p>a:nth-child(1):before,
.postid-1271 .rank-math-breadcrumb p>a:nth-child(1):before {
    background-image: url(./assets/img/home-black.svg);
}

.postid-1068 .page-header p,
.postid-1271 .page-header p {
    display: none;
}

.postid-1068 .page-header h3,
.postid-1271 .page-header h3 {

    font-family: "Noto Sans JP", sans-serif;
    font-size: 48px;
    text-shadow: none;
    color: #222;
    justify-content: flex-start;
    text-align: left;
    font-weight: bold;
}

.postid-1068 .page-header div#text-1230498511,
.postid-1271 .page-header div#text-1230498511 {
    min-height: 150px;
}

.postid-1068 #text-box-1604136874 .text-inner,
.postid-1271 #text-box-1604136874 .text-inner {
    padding-top: 120px;
}

.header-image {
    margin-left: 0 !important;
}

.header-image img {
    width: 210px;
}

.class-box a.fill {
    z-index: 10;
}

@media(max-width:1550px) and (min-width:850px) {
    #menu-item-16 {
        display: none;
    }

    .header-main .header-inner.flex-row.container.logo-left.medium-logo-left {
        padding: 0 10px;
    }
}

@media(max-width:1180px) and (min-width:850px) {
    .eng-course .banner .tile-3 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tile-3 h2 {
        font-size: 20px;
    }

    .tile-3 h3 {
        font-size: 20px;
    }
}

@media(max-width:1220px) and (min-width:850px) {}


@media (max-width: 849px) {
    body .gt_switcher_wrapper {
        flex-direction: column;
        padding: 4px;
        right: 0 !important;
        top: 158px !important;
        max-width: 46px;
    }

    .slider-mobile .medium-3 {
        max-width: unset;
    }
}
@media (max-width: 550px) {
    .box-link-footer{
        bottom: 0;
        top: unset;
        width: 100%;
        flex-flow: row;
        justify-content: flex-start;
    }
    .box-link-footer a{
        width: 20%;
    }
    .box-link-footer a img{
        height: 30px;
        width: auto;
    }
    html body .gtranslate_wrapper .gt_switcher_wrapper{
        bottom: 10px ;
        top: unset !important;
        left: 40vw !important;
        flex-direction: row;
        max-width: 130px;
    }
    a.glink{
        padding-left: 10px;
        padding-right: 10px;
    }
    footer{
        padding-bottom: 60px !important;
    }
    .postid-1068 .main-title h3,
    .postid-1271 .main-title h3 {
        font-size: 15px;
    }

    .blog-wrapper.blog-archive.page-wrapper,
    .category-wrapper {
        padding: 20px 0;
    }

    a.btn.btn-main {
        width: 120px;
        height: 40px;
        font-size: 15px;
    }

    a.nextpostslink,
    a.previouspostslink {
        right: 0;
        width: 90px;
        height: 30px;
        font-size: 13px;
    }

    ul.wp-pagenavi li {
        margin: 0;
    }

    .single .blog-single {
        padding: 30px 0;
    }

    .mt-50.row.row-divided.row-large {
        margin-top: 0px;
    }

    section.blog-list {
        padding: 30px 0;
    }

    .form-field span.label-text {
        font-size: 15px;
    }

    .bday-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .bday-select {
        width: 120px;
    }

    .single-event-title .event-title {
        font-size: 17px;
    }

    .single-event .event-mark {
        margin-bottom: 0;
    }
}
body.home .event-item .col-inner{
    background: linear-gradient(to right, #e4cdac, #f8f6e6);
}
.event-item .col-inner{
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.class-box .text-box.banner-layer{
    padding-bottom: 100px;
    
}
.class-box .text-box.banner-layer:before{
    width: calc(100% - 91px);
    right: 64px;
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    bottom: 52px;
    background-image: linear-gradient(to right, #555 0%, #555 50%, #1b1e97 50%, #1b1e97 100%);
    background-size: 200% 100%;
    background-position: left 0% center;
    transition: all 0.5s;
    
}
.class-box.class-box-2 .text-box.banner-layer:before{
    background-image: linear-gradient(to right, #020d42 0%, #020d42 50%, #16af70 50%, #16af70 100%);
}
.class-box:hover .text-box.banner-layer:before {
    background-position: left -100% center;

}

.class-box .text-box.banner-layer:after {
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-color: #fff;
    transition: all .5s linear;
    content: '';
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-image: url(/wp-content/uploads/2025/01/icon-right-2.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: background-color 0s;
}

.class-box:hover .text-box.banner-layer:after {
    background-color: #1b1e97;
    transition: background-color 0.5s;
}
.class-box.class-box-2:hover .text-box.banner-layer:after {
    background-color: #16af70;
    transition: background-color 0.5s;
}

.class-box{
    border:20px solid #1b1e97;
    border-radius: 10px;
} 
.class-box.class-box-2{
    border-color: #16af70;
}
.icon-support{
    max-width: unset;
}
.text h4{
    line-height: 1.5;
}
.box-breads{
    position: relative;
    z-index: 1;
}
.rank-math-breadcrumb a{
    transition: all 0.5s;
}
.rank-math-breadcrumb a:hover{
    color: white;
    opacity: 0.6;
}
@media(max-width:550px){
    .class-box{
        border-width: 10px;
        border-radius: 5px;
    }
    .box-background .text-box-content h3{
        font-size: 22px;
    }
    .icon-support{
        padding: 8px;
    }
    .row.process-row .col:nth-child(2n+1){
        padding-right: 5px;
    }
    .row.process-row .col:nth-child(2n){
        padding-left: 5px;
    }
    .icon-support{
        margin-bottom: 20px;
    }
    .text.tile-3{
        margin-bottom: 10px;
    }
    .is-italic p{
        font-style: italic;
    }
    .event-body-content,.event-body-content p{
        line-height: 1.4;
    }
}

