/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --primary-color: #0039a6;
    --secondary-color: #0039a6;
}

.searchform-wrapper form {
    width: 530px;
}


.searchform-wrapper input {
    height: 45px;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    padding: 10px 20px;
    width: 100%;
    outline: none;
    background-color: #fff;
    color: var(--primary-color);
}


.searchform-wrapper input::placeholder {
    font-size: 14px;
}

button.ux-search-submit:hover {
    box-shadow: unset !important;
    color: var(--primary-color) !important;
}

.ux-search-submit {
    background: none;
    border: none;
    color: var(--primary-color);
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}

.search-field::placeholder {
    color: var(--primary-color);
    opacity: 0.8;
}

ul#header-contact a {
    color: var(--primary-color);
    font-size: 18px
}

ul#header-contact a .icon-phone {
    font-size: 18px !important;
}

ul.header-nav.header-nav-main.nav.nav-right {
    display: flex;
    gap: 25px;
}

.absolute-footer.dark {
    display: none;
}

.section-footer span.ux-menu-link__text {
    color: #fff;
}

.section-footer span.ux-menu-link__text:hover {
    color: var(--fs-color-secondary);
}

.section-footer a.ux-menu-link__link.flex {
    margin-bottom: -10px;
}

.section-footer a.icon.button.circle {
    background: #fff;
    border-color: #fff;
}

.section-footer a.icon.button.circle i,
.section-footer .social-icons .button.icon:hover i {
    color: var(--primary-color) !important;
}

.section-footer .social-icons .button.icon:hover {
    background: #fff !important;
    border-color: #fff !important;
}

.section-footer .social-icons.follow-icons {
    display: flex;
    gap: 10px;
}

.font-alex>* {
    font-family: "Alexandria", Sans-serif !important;
    font-size: 133px;
    font-weight: 700;
    text-transform: uppercase;
}

.icon-box.featured-box.icon-box-left.text-left {
    display: flex;
    align-items: center;
}

.icon-box.featured-box.icon-box-left.text-left p {
    margin-bottom: 0px;
    margin-top: 0px;
}

.btn-uu-dai {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.btn-uu-dai::after {
    content: "";
    margin-left: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    transition: all 0.3s ease;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D9B843' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E");
}

.btn-uu-dai:hover {
    background-color: var(--secondary-color);
}

.btn-uu-dai:hover::after {
    background-color: var(--secondary-color);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E");
}

.nav-dropdown,
.nav-dropdown ul.sub-menu {
    background: #28282B;
    padding: 0;
    border: none;
    width: 250px;
    display: flex;
    flex-direction: column;
}

.nav-dropdown li a,
ul.sub-menu li a {
    color: #fff;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 300;
    text-transform: unset;
    display: block;
    border-bottom: 1px solid #3e3e42;
    margin: 0;
}

.nav-dropdown li a:hover,
ul.sub-menu li a:hover {
    color: #fff;
    background: var(--secondary-color);
}

.sub-menu>li.menu-item-has-children {
    position: relative;
}

.sub-menu>li.menu-item-has-children>.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    margin: 0;
}

.sub-menu>li.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
}

.sub-menu>li.menu-item-has-children>.sub-menu {
    margin-top: 0px;
}

.nav-dropdown-has-border .nav-dropdown {
    top: 64px;
    border: none;
}

.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after,
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    display: none;
}

.nav-dropdown>li.image-column,
.nav-dropdown>li.nav-dropdown-col {
    display: table-cell;
    min-width: unset;
    text-align: left;
    white-space: nowrap;
    width: unset;
}

.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: unset;
    margin: 0px;
    color: #fff;
    padding-left: 15px;
    padding-right: 0;
    text-transform: none;
    font-size: 16px;
    font-weight: 100;
}

.text.count-up .count-up {
        background: linear-gradient(to bottom, #3b6ccd, #0039a6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.text.count-up {
    line-height: 1.15;
    text-align: center;
    color: var(--primary-color);
}

.text.count-up h3 {
    color: var(--primary-color);
}

.text-grad-yellow h2 {
    background: linear-gradient(to bottom, #3b6ccd, #0039a6);
    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;

    font-weight: 700;
}

.col-why .col-inner {
    min-height: 186px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    display: flex;
}

.col-why:hover .col-inner {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.col-why:hover .icon-box-img img {
    filter: invert(47%) sepia(21%) saturate(1476%) hue-rotate(6deg) brightness(90%) contrast(92%);
    transition: filter 0.3s ease;
}

.custom-form-container input[type="text"],
.custom-form-container input[type="tel"],
.custom-form-container input[type="email"],
.custom-form-container select {
    background-color: #f4f6f7;
    border: none;
    border-radius: 8px;
    padding: 8px 15px;
    width: 100%;
}

.custom-form-container label {
    font-weight: 600;
    margin-bottom: -10px;
    font-size: 14px;
}

.custom-form-container .btn-submit {
    background-color: #d61c1c;
    color: #fff;
    border: none;
    padding: 4px 15px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
    margin-bottom: -36px;
}

.custom-form-container .btn-submit:hover {
    background-color: #a80000;
}

.lightbox-content {
    border-radius: 12px;
}

.btn-register-free {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3.125rem;
    border: 4px solid #FFF;
    background: var(--primary-color);
    box-shadow: 0 4px 4px 0 #D9D9D9;
    width: max-content;
    max-width: 100%;
    text-decoration: none;
    color: #fff;
}

.btn-register-free:hover {
    background: linear-gradient(180deg, #3b6ccd 36.06%, #0039a6 100%);
    box-shadow: 0 4px 4px 0 #D9D9D9;
    width: max-content;
    max-width: 100%;
    text-decoration: none;
    color: #fff;
}

.accordion.acc-dao-tao .toggle {
    border-radius: 999px;
    height: 1.5em;
    right: 0;
    left: auto;
    margin-right: 5px;
    position: absolute;
    top: .3em;
    transform-origin: 50% 47%;
    width: 2.3em;
}

.acc-dao-tao .accordion-item {
    border: none;
    background: #fff;
    margin-bottom: 15px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

.acc-dao-tao .accordion-item:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}

.acc-dao-tao .accordion-title {
    position: relative;
    padding: 15px 15px 15px 30px;
    background: #fff;
       color: var(--primary-color);
    font-weight: 700;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.acc-dao-tao .accordion-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 6px;
       background: var(--primary-color);
    border-radius: 0 4px 4px 0;
    z-index: 1;
}

.acc-dao-tao .accordion-item.active .accordion-title {
    border: 1px solid #db1f1f;
    border-bottom: 1px solid transparent;
    border-radius: 8px 8px 0 0;
    background: #FFF2F2;
}

.acc-dao-tao .accordion-inner {
    background: #dfe9fd;
    padding: 20px;
    border: none;
    border-radius: 0 0 8px 8px;
    margin-top: -1px;
}

.acc-dao-tao .toggle {
    right: 15px;
    color: var(--fs-color-secondary);
}

.acc-dao-tao .toggle {
    right: 15px !important;
    color: var(--fs-color-secondary) !important;
}

.acc-dao-tao .accordion-title.active {
      border: 1px solid var(--primary-color) !important;
    border-radius: 16px !important;
}

.icon-box-acc {
    border-bottom: 1.5px dashed var(--primary-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.btn-red {
    gap: 17px;
    background: linear-gradient(180deg, var(--primary-color) 0%, #092a68 100%);
    border: 4px solid #ffffff;
    border-radius: 50px;
    padding: 2px 22px;
    box-shadow: 0px 4px 4px rgba(217, 217, 217, 1);
    cursor: pointer;
    transition: all 0.3s ease;
}


.slider-teacher .flickity-viewport {
    overflow: visible !important;
    padding-top: 50px !important;
}

.box.img-box-teacher .box-image {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    z-index: 10;
    overflow: visible;
}

.box.img-box-teacher .box-image::after {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    background-image: url('http://localhost/hoanguduong/wp-content/uploads/2026/06/boderava.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: 11;
}

.box.img-box-teacher .box-image img {
    width: 75% !important;
    height: 90% !important;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin-top: -14px;
    margin-left: 23px;
}

.box.img-box-teacher .box-text {
    padding-top: 80px;
    border: none;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
	min-height: 515px;

}

.box.img-box-teacher .box-text .box-text-inner {
    z-index: 99;
    position: relative;
    min-height: 270px;
}

.box.img-box-teacher h3 {
    background: linear-gradient(180deg, #3b6ccd 36.06%, #0039a6 100%);
    color: #fff;
    padding: 8px 15px;
    border-radius: 12px;
    margin-bottom: 22px;
    z-index: 5;
    position: relative;
    display: inline-block;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: max-content;
}

.img-box-teacher::after {
    content: '';
    height: 0.75rem;
    width: 50%;
    border-radius: 0 0 1.25rem 1.25rem;
    position: absolute;
    bottom: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #3b6ccd 36.06%, #0039a6 100%);
}

.box.img-box-teacher .box-text::before {
    content: "";
    position: absolute;
    top: 105px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    background: #F9F8F3;
    pointer-events: none;
    z-index: 1;
}

.btn-white {
    border-color: #fff !important;
    color: #fff;
}

.btn-white:hover span {
    color: var(--primary-color) !important;
}

h5.post-title.is-large a {
    color: #000;
    font-size: 24px;
}

p.from_the_blog_excerpt {
    color: #000;
    font-size: 16px;
}

.blog-vertical h5.post-title.is-large a {
    font-size: 15px;
}

.blog-vertical p.from_the_blog_excerpt {
    color: #000;
    font-size: 14px;
}

.blog-vertical .col.post-item {
    margin-bottom: -22px;
}

.text-underline h3 {
    border-bottom: 2px solid var(--primary-color);
    width: max-content;
}

h5.post-title.is-large a:hover {
    color: var(--primary-color);
}


.custom-form-container {
    max-width: 600px;
    margin: auto;
    font-family: sans-serif;
}

.custom-form-container label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    color: #000;
    text-align: left;
}

.custom-form-container input[type="text"],
.custom-form-container input[type="email"],
.custom-form-container input[type="tel"],
.custom-form-container select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 6px 10px;
    height: 45px;
    box-shadow: unset;
    background: #fff;
}

.form-group-inline {
    display: flex;
    gap: 15px;
}

.form-group-inline>div {
    flex: 1;
}

.submit-btn {
    width: 100%;
    background-color: var(--primary-color) !important;
    color: white !important;
    padding: 6px 15px !important;
    border: none !important;
    border-radius: 5px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    cursor: pointer;
    transition: 0.3s;
    margin: 15px 0px -15px !important;
}

.submit-btn:hover {
    background-color: var(--primary-color) !important;
}

.img-radius img {
    border-radius: 22px;
}

.row-5-col>.col {
    flex-basis: 20%;
    max-width: 20%;
}

.icon-box-value .icon-box-img .icon .icon-inner {
    background-color: var(--primary-color);
    border-radius: 8px;
    padding: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}

.icon-box-value .icon-box-img .icon .icon-inner svg {
    fill: #ffffff !important;
    width: 40px !important;
    height: 40px !important;
    color: #fff;
    display: block !important;
    flex-shrink: 0;
}

.icon-box-value {
    background-color: transparent;
}

/* Khối bao quanh ảnh */
.img-box-bld .box-image {
    margin: 0 auto;
    border: 3px solid #ba0c2f;
    /* Đường viền màu đỏ của ảnh */
    border-radius: 50%;
    /* Bo tròn ảnh thành hình tròn */
    overflow: hidden;
    padding: 5px;
    /* Tạo khoảng cách giữa viền và ảnh */
    width: 150px !important;
    /* Kích thước cố định cho ảnh */
    height: 150px;
}

.img-box-bld .box-image .image-cover {
    border-radius: 50%;
}

.img-box-bld.box-text-bottom {
    background: #f7f7f7;
    padding: 75px 20px 30px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.img-box-bld em {
    color: #000;
    text-transform: none;
    font-weight: 100;
}


.img-box-bld h3 {
    font-weight: 700;
    margin-bottom: 5px !important;
}

.img-box-bld p {
    color: var(--primary-color) !important;
    margin-bottom: 10px !important;
}

.img-box-bld {
    margin-top: 110px;
    position: relative;
    padding-top: 60px;
}

.img-box-bld .box-image {
    position: absolute;
    top: -80px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);

    border: 3px solid var(--primary-color);
    border-radius: 50%;
    overflow: hidden;
    padding: 2px;
    width: 150px !important;
    height: 150px;
}

.banner-dhs .custom-breadcrumb,
.banner-dhs .custom-breadcrumb a,
.banner-dhs .custom-breadcrumb .separator {
    color: #fff;
}

.row-sticky,
.blog-single .row.row-large {
    display: flex;
    align-items: flex-start;
}

.row-sticky>.col:nth-child(2),
.blog-single .row.row-large>.col:nth-child(2) {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.menu-sidebar .ux-menu-link {
    transition: all 0.3s ease;
    border-bottom: 1px solid #eee;
    border-radius: 8px;
}

.menu-sidebar .ux-menu-link:hover {
    background-color: var(--primary-color);
}

.menu-sidebar .ux-menu-link:hover .ux-menu-link__text {
    color: #fff !important;
}

.menu-sidebar .ux-menu-link__text {
    transition: color 0.3s ease;
    padding: 10px 15px;

    display: block;
}

.row.pt-lg {
    padding: 40px 0px;
}

h1.entry-title {
    color: var(--primary-color);
    font-size: 30px;
    padding-top: 15px;
}

.title-divide {
    position: relative;
    padding-left: 20px;
}

.title-divide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 5px;
    background-color: var(--primary-color);
    border-radius: 2px;
}

.icon-box-left .icon-box-img+.icon-box-text p {
    text-transform: none;
}

.text-short p,
.text-short h2 {
    margin-bottom: 8px;
}

.img-box-kh.box-text-bottom {
    background: var(--fs-color-secondary);
}

.img-box-kh em {
    color: #fff;
    text-transform: none;
    font-weight: 100;
}

.image-box-hoc-vien {
    display: flex;
    flex-direction: row-reverse;
    background-color: transparent;
    overflow: visible;
    align-items: stretch;
}

.image-box-hoc-vien .box-image {
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    overflow: hidden;
}

.image-box-hoc-vien .box-text {
    background-color: #ffffff;
    border-bottom-left-radius: 22px;
    padding: 15px;
    position: relative;
    flex: 1;
}

.image-box-hoc-vien h3 {
    color: var(--primary-color);
}


.image-box-hoc-vien .box-text:before {
    content: "";
    position: absolute;
    top: -18px;
    left: -18px;
    width: 30px;
    height: 30px;
    display: block;
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23FFFFFF'%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0V256H0c0 141.4 114.6 256 256 256z'/%3E%3C/svg%3E");

    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.icon-box.testimonial-box.icon-box-left.testimonial {
    display: flex;
    align-items: center;
}

.icon-box.testimonial-box.icon-box-left.testimonial h3 {
    margin-bottom: 0px;
}

.col-testimonials>.col-inner {
    min-height: 430px;
}

.flickity-page-dots {
    bottom: -10px;
}

table.tablepress tr th,
table.tablepress tbody tr td {
    padding: 14px;
    text-align: center;
}

.tablepress>:where(thead, tfoot)>tr>* {
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 700;
    vertical-align: middle;
    word-break: normal;
}

caption {
    display: none;
}

.title-info-course {
	position: relative;
	display: flex;
	align-items: center;
}
.title-info-course .box-image {
	margin: 0;
}
.title-info-course .box-image img {
	width: auto;
	max-width: 100%;
	max-height: 71px;
}
.title-info-course .box-text {
	position: absolute;
    width: auto;
    left: 80px;
    top: 45%;
    transform: translateY(-50%);
}

.course-dt-info-table table {
    width: 100%;
}
.course-dt-info-table thead {
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.course-dt-info-table thead tr:first-child {
    background-color: var(--primary-color);
    font-size: 2rem;
}
.course-dt-info-table thead tr:nth-child(n+2) {
    background-color: #343e5e;
}
.course-dt-info-table th, .course-dt-info-table td {
    border: 1px solid rgba(112, 112, 112, .5);
	padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
}
.course-dt-info-table th {
	text-align: center;
}
.course-dt-info-table tbody td:first-child {
    font-weight: 600;
    text-align: center;
    font-size: 1.5em;
}

.course-dt-info-table table tbody>tr:nth-child(odd)>td, 
.course-dt-info-table table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50.2%, .0705882353);
}

.section-form-dang-ky .section-bg-overlay {
	width: 50%;
	left: auto;
	right: 0;
}

.js-readmore-wrapper, .js-readmore-wrapper-single {
    position: relative;
}
.js-readmore-content {
    max-height: 600px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.js-readmore-btn, .js-collapse-btn {
    display: block;
    margin: 15px auto 0;
    background: var(--fs-color-primary);
    border: none;
    color: #ffffff;
    font-weight: 400;
    cursor: pointer;
    text-transform: none;
    border-radius: 99px;
    position: relative;
}
.js-readmore-btn:after, .js-collapse-btn:after {
    content: "";
    speak: none !important;
    display: inline-block;
    font-display: block;
    font-family: fl-icons !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: none !important;
    margin-left: 5px;
    position: relative;
    top: 2px;
}
.js-readmore-fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    height: 120px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 80%);
    pointer-events: none;
}
.js-readmore-wrapper.is-open .js-readmore-content {
    max-height: none;
}
.image-box-effect .box {
	border-radius: 9px;
	overflow: hidden;
}
.image-box-effect .box .box-text {
	height: 100%;
	text-shadow: none;
}
body:not(.ux-builder-iframe) .image-box-effect .box .box-text .text-1 {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
	padding: 24px;
	display: grid;
    grid-template-columns: 1fr 8fr;
    align-items: center;
	text-align: left;
	font-size: 20px;
}
body:not(.ux-builder-iframe) .image-box-effect .box .box-text .text-1 h3:first-child {
    border-right: solid 1px;
    padding-right: 5px;
    font-size: 45px;
    line-height: 45px;
}
body:not(.ux-builder-iframe) .image-box-effect .box .box-text .text-1 h3:last-child {
    padding-left: 10px;
}
body.ux-builder-iframe .image-box-effect .box .box-text .text-2 {
	margin-top: 25px;
}
body:not(.ux-builder-iframe) .image-box-effect .box .box-text .text-2 {
    position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 24px;
	background: var(--fs-color-secondary);
	color: #ffffff;
	text-align: center;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transform: translateX(0) translateY(100%);
	transition: all .6s ease-in-out;
}
body:not(.ux-builder-iframe) .image-box-effect .box .box-text:hover .text-2 {
	transform: none;
}
.image-box-effect .box .box-text .text-2 h3 {
	color: var(--primary-color);
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
}
.tu-van-du-hoc .banner-inner {
	width: calc(100% - 10px);
    left: 5px;
	right: auto;
}
.tu-van-du-hoc .text-box h3 {
	font-size: 88px;
	display: inline-block;
	width: auto;
	border-bottom: 5px #ffffff solid;
}
.tu-van-du-hoc .text-box p {
	height: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease-in-out;
}
.tu-van-du-hoc .banner:hover .text-box p {
	height: 160px;
	opacity: 1;
	visibility: visible;
}
.icon-box.featured-box.icon-box-left.text-left.top {
    align-items: flex-start;
}
.vi-sao-chon .icon-box-img img,
.vi-sao-chon .icon-box-img svg {
	width: auto;
	height: 50px;
}
strong {
    font-weight: unset;
}
.title-bg h4 {
    border-radius: 0.625rem 1.25rem;
/*     background: var(--Gradient-LMC, linear-gradient(180deg, #153E86 0%, #102856 100%)); */
	    background: var(--Gradient-LMC, linear-gradient(180deg, var(--primary-color) 0%, #153E86 100%));
    color: #FFF !important;
    text-align: center;

    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: max-content;
    padding: 0.25rem 1rem;
}
.col-dash {
    position: relative;
}
.col-dash::before {
    content: '';
    width: 5px;
    height: 90%;
    border-left: 5px dotted #B7C6CD;
    position: absolute;
    left: 27px;
    top: 10px;
}

.item-ly-do > .col-inner {
	padding: 12px;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
	border: 1px solid transparent;
    border-radius: 12px;
	overflow: hidden;
    transition: all 0.3s ease;
}
.item-ly-do > .col-inner.active {
	border-color: var(--primary-color);
    box-shadow: none;
}
.item-ly-do .icon-inner {
	width: 45px;
	height: 45px;
	display: flex;
    align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: rgba(0, 57, 166, 0.5);
}
.item-ly-do .icon-inner img,
.item-ly-do .icon-inner svg {
	width: auto;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	object-fit: contain;
	padding: 0;
}
.item-ly-do .icon-box-text h3 {
	font-weight: 400 !important;
	line-height: 1.2em;
}
.item-ly-do .active .icon-box-text h3 {
	font-weight: 700 !important;
	color: var(--primary-color);
}
.ct-accordion-content {
    display:none;
	padding-top: 12px;
	margin-top: 12px;
	border-top: 1px dashed #555;
}
.ct-accordion-content p:last-child {
	margin: 0;
}

/* .item-ly-do .active .ct-accordion-content {
    display:block;
} */

.ct-accordion-title {
    cursor:pointer;
	position: relative;
}
.ct-accordion-title:after {
	content: "";
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2026/07/arrow-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
    position: absolute;
    right: 16px;
    bottom: 0;
    transform: translateY(-100%);
    position: absolute !important;
    right: 5px !important;
    bottom: 0px !important;
    margin: 0 !important;
    transform-origin: center !important;
    transform: rotate(0deg) !important;
}
.item-ly-do .active .ct-accordion-title:after {
	transform: rotate(180deg) !important;
}

.info-schools {
	margin-bottom: 30px;
}
.list-schools .box-text .box-text-inner-top {
	display: flex;
	align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
}
.list-schools .box-text .box-text-inner-top .button {
	white-space: nowrap;
	text-transform: none;
	margin: 0;
}
.list-schools .box-text .post-title {
	font-size: 1.2em;
	flex: 1;
}
.list-schools .box-text strong {
	font-weight: 700 !important;
}

.info-schools .info-left {
    background: var(--primary-color);
    padding: 15px 15px 10px;
}
.info-schools .info-left .school-logo {
	border-radius: 15px;
    box-shadow: 0px 0px 20px #fff;
}
.info-schools .info-left .item {
	display: block;
	border-radius: 2px;
    font-size: 13px;
    background-color: #ededed;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    color: #333;
    padding: 7px;
    text-align: center;
    border: 1px solid #0000000d;
    text-transform: uppercase;
    transition: .3s;
    font-weight: 700;
    cursor: pointer;
	margin-top: 12px;
}
.info-schools .info-left .item {
	box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);
}
.info-schools .info-right {
	padding: 10px 15px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1);
}
.info-schools .info-right .row h3 {
	border-bottom: 1px #d8d8d8 solid;
    background: #f2f2f2;
    text-align: center;
}
.info-schools .info-right .item {
	padding: 5px 0;
	border-bottom: 1px #d8d8d8 solid;
}
.info-schools .info-right .item strong {
	font-weight: 700 !important;
}
.info-right-bottom {
	padding-top: 5px;
	border-top: 1px #d8d8d8 solid;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
	a.button.primary.is-large.btn-register-free {
    margin: 0px;
    display: flex;
    margin: 0 auto;
		        padding: 5px 20px;
}
	
	
	div.course-dt-info-table {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 0 5px;
}

div.course-dt-info-table table {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

div.course-dt-info-table table th,
div.course-dt-info-table table td {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  padding: 6px 3px;
  font-size: 11px;
  line-height: 1.3;
}

div.course-dt-info-table table td p {
  margin: 0;
  padding: 0;
  word-break: break-word;
}

div.course-dt-info-table table th:nth-child(1) {
  width: 7%;
  text-align: center;
}

div.course-dt-info-table table td:nth-child(1) {
  width: 7%;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  color: #666666;
  padding: 6px 1px;
}

div.course-dt-info-table table th:nth-child(2),
div.course-dt-info-table table td:nth-child(2) {
  width: 46.5%;
}

div.course-dt-info-table table th:nth-child(3),
div.course-dt-info-table table td:nth-child(3) {
  width: 46.5%;
}

div.course-dt-info-table table th[colspan="3"] {
  width: 100%;
  font-size: 13px;
  text-align: center;
}
}