/* slider banner */
#autoSlider {
    position: relative;
}

.carousel-item img {
    width: 100%;
    /*height: 501px;*/
    object-fit: contain;
}

.carousel-item h3 {
    color: #2e7d32;
    font-weight: bold;
    margin-bottom: 15px;
}

.carousel-item p {
    font-size: 16px;
    color: #444;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #72c043;
    border-radius: 50%;
    padding: 10px;
}

.custom-dots {
    position: absolute;
    bottom: 10px; /* hoặc margin-top: -50px tùy bạn */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    z-index: 10;
}

.custom-dots button {
    width: 20px;
    height: 20px;
    margin: 0 6px;
    border-radius: 50%;
    border: 2px solid #00A651;
    background-color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    outline: none;
}

/* Active dot */
.custom-dots button.active {
    background: radial-gradient(circle, #00A651 0%, #fff 100%);
    box-shadow: 0 0 8px #00A651;
}

/*  */
.custom-search .wp-block-search {
    border: none;
}

.custom-search .wp-block-search__inside-wrapper {
    border: 1.5px #73BB43 solid;
}

.custom-search input {
    padding: 0 10px;
}

.custom-search input::placeholder {
    color: #73BB43;
}

.custom-search .wp-block-search__button:focus {
    outline: none;
    box-shadow: none;
}

.custom-search .wp-block-search__button svg {
    width: 28px;
    height: 28px;
    stroke: #73BB43;
    fill: #73BB43;
}

#logo_card {
    margin-left: 125px;
    margin-right: -100px;
}

/* --- */
.wpls-logo-showcase {
    padding: 0 !important;
}

.wpls-logo-showcase .slick-list {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 684px !important;
    object-fit: contain;
}

.wpls-logo-showcase .slick-dots {
    position: absolute !important;
    bottom: 35px !important; /* tăng hoặc giảm để điều chỉnh vị trí */
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 10;
}

/* Khi được chọn (active) */
.wpls-logo-showcase .slick-dots li.slick-active button {
    background: radial-gradient(#598E00, #C8DBAA);
}

.wpls-logo-showcase .slick-dots li.slick-active button {
    background: #73BB43 !important;

}

.wpls-logo-showcase .slick-dots li button {
    border: 1px #01BF65 solid !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 4px !important;
}

.has-global-padding > .alignfull {
    margin: 0 !important;
}

/*  */
.item-home {
    padding: 30px 10px;
}

.item-home:hover {
    background-color: #f9fde4; /* màu nền */
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0); /* ban đầu không có bóng */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
    cursor: pointer;
}

.text-four {
    font-size: 20px !important;
}

.is-layout-constrained {
    max-width: 100% !important;
}

/* */
.course-card {
    /*width: 339px;*/
    border-radius: 12px;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    background: #fff;
    font-family: sans-serif;
    cursor: pointer;
}

.course-image {
    position: relative;
    width: 100%;
    height: auto;
}

.course-image img {
    width: 100%;
    height: 345px;
    left: calc(50% - 313px/2);
    top: 10px;
    border-radius: 20px;
    padding: 10px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.course-image:hover img {
    transform: scale(1.02);
}

.course-tag {
    position: absolute;
    bottom: -9px;
    right: 17px;
    background: white;
    color: #2d6a4f;
    border: 1px solid #2d6a4f;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 8px;
    font-weight: 600;
    font-family: Quicksand;
}

.course-content {
    padding: 16px;
    text-align: left;
}

.course-title {
    /*width: 313px;*/
    /*height: 56px;*/
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    /*line-height: 28px;*/
    display: flex;
    align-items: center;
    color: #407B37;
    margin-bottom: 20px;
    /* */
    align-items: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    height: 2.8em;
}

.course-title a {
    color: #407B37;
    text-decoration: none;
    align-items: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    height: 2.8em;
    transition: height 0.3s ease;
}

.course-price {
    width: 117px;
    height: 28px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #407B37;
    margin: 0;
}

.course-price-old {
    text-decoration: line-through;
    margin-bottom: 0;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #3E3E3E;
}

.register-button {
    display: inline-block;
    background-color: #407B37;
    color: white;
    padding: 8px 16px;
    border-radius: 15px;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
    width: 152px;
    height: 42px;
    text-align: center;
    border: none;
}

.register-button:hover {
    background-color: white;
    border: 1px #407B37 solid;
    color: #407B37;
}

.center-box {
    text-align: center;
    padding: 20px;
    border-radius: 12px;
    justify-content: center;
}

.calendar-text {
    left: calc(50% - 819px/2 + 0.5px);
    top: 49px;
    font-family: 'Baloo 2';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 64px;
    text-transform: uppercase;
    color: #407B37;
    margin-top: 20px;
}

.calendar-text-p {
    left: calc(50% - 365px/2 + 0.5px);
    top: 108px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #407B37;
}

.course-card-online {
  background: #fff;
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.16);
  text-align: center;
  /*width: 280px;*/
  font-family: sans-serif;
  cursor: pointer;
}

.course-img {
    width: 100%;
    height: 232px;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 20px;
    transition: transform 0.4s ease;
}

.course-img:hover {
    transform: scale(1.02);
}

.rating {
    width: 21px;
    height: 26px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #407B37;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.course-title-online {
    /*width: 246px;*/
    height: 56px;
    left: 16px;
    top: 311px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #407B37;
    text-align: left;
    /* */
    align-items: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course-title-online a {
    color: #407B37;
    align-items: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.price {
    display: flex;
    /*gap: 75px;*/
    justify-content: space-between;
    align-items: center;
}

.new-price {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #407B37;
}

.old-price {
    text-decoration: line-through;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #407B37;
}

.course-meta {
    display: flex;
    justify-content: space-between;
    /*gap: 10px;*/
    margin: 20px 0 15px 0;
    /*width: 238px;*/
    /*height: 28px;*/
    left: 16px;
    top: 425px;
}

.badge {
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-style: normal;
    font-weight: 300;
    box-shadow: 0px 0px 6px 1px rgba(190, 190, 190, 0.45);
    background-color: white;
}

.btn-register-online {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 42px;
    top: 469px;
    background: #407B37;
    border-radius: 15px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    line-height: 28px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-register-online a {
    color: #FFFFFF;
    text-decoration: none;
}

.btn-register-online:hover {
    background-color: white;
    border: 1px #407B37 solid;
    color: #407B37;
}

.btn-register-online:hover a {
    color: #407B37;
}

/**/
.slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    display: flex;
    justify-content: center;
}

.slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    width: 100%;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.icon-slide {
    display: flex;
    justify-content: center;   /* căn giữa ngang */
    align-items: center;       /* căn giữa dọc */
}

.slider-btn.prev {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    background: #407B37;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    transform: rotate(180deg);
    color: white;
    font-size: 30px;
}

.slider-btn.next {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    background: #407B37;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    transform: rotate(180deg);
    color: white;
    font-size: 30px;
}

/* uu dac quyen home */
.promo-banner {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, #407B37 0%, #579D4D 50%, #6FBF62 100%);
    border-radius: 30px;
    padding: 40px;
    width: 100%;
    max-width: 1280px;
    height: 375px;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    margin-top: 140px;
}

.promo-text {
    max-width: 55%;
    justify-content: left;
    text-align: left;
    flex: 1; /* chiếm 1 phần */
    margin-left: 55px;
}

.promo-text h2 {
    width: 745px;
    height: 106px;
    left: calc(50% - 745px/2 - 168.5px);
    top: 70px;
    font-family: 'Baloo 2';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.promo-button {
    display: inline-block;
    padding: 12px 20px;
    background: white;
    color: #407B37;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease;
    left: calc(50% - 175px/2 - 13.5px);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}

.promo-button:hover {
    background: #f0f0f0;
}

.promo-image img {
    object-fit: contain;
    width: 422px;
    height: 565px;
    position: relative; /* hoặc absolute nếu cần */
    z-index: 2;
    margin-top: -190px;
    margin-right: -40px;
}

/* tang cong thuc free */
.formula-text {
    left: calc(50% - 819px/2 + 0.5px);
    top: 49px;
    font-family: 'Baloo 2';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 64px;
    text-transform: uppercase;
    color: #407B37;
}

.formula-text-p {
    left: calc(50% - 365px/2 + 0.5px);
    top: 108px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 10px;
    color: #407B37;
}

.card {
    border-radius: 25px !important;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    /*width: 368px;*/
    background-color: #73BB43 !important;
    text-decoration: none;
}

.card-image {
    overflow: hidden;
}

.card-image img {
    width: 100%;
    display: block;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 404px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card-image:hover img {
    transform: scale(1.04);
}

.card-image-nhatky {
    overflow: hidden;
}

.card-image-nhatky img {
    width: 100%;
    display: block;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 234px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card-image-nhatky:hover img {
    transform: scale(1.04);
}

.card-content {
    font-family: 'Quicksand';
    background: #73BB43; /* Màu xanh giống hình */
    color: #fff;
    padding: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.card-content .title {
    margin: 0 0 10px;
    text-align: left;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    /*line-height: 24px;*/
    color: #FFFFFF;
    /* */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    min-height: 3em;
}

.card-content .description {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /*line-height: 22px;*/
    align-items: center;
    color: #FFFFFF;
    text-align: left;
    /* Giới hạn 3 dòng */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
    line-height: 1.4em;
    height: 4.2em;
    margin-bottom: 20px;
}

.date {
    display: flex;
    align-items: center;
    font-size: 14px;
    opacity: 0.9;
    justify-content: right;
    font-family: 'Quicksand';
    font-weight: 500;
}

.calendar-icon {
    margin-right: 6px;
}

.btn-info-home {
    width: 212px;
    height: 44px;
    left: calc(50% - 212px/2);
    top: 738px;
    background: linear-gradient(180deg, #54C543 0%, #407B37 100%);
    border-radius: 15px;
    border: none;
    padding: 10px 25px;
    text-decoration: none;
    color: white;
}

.btn-info-home a {
    color: white;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
}

.btn-info-home:hover {
    background: white;
    border: 1px #407B37 solid;
    color: #407B37;
}

.btn-info-home:hover a {
    color: #407B37;
}

/* footer */
.footer {
    background: #407b37 !important;
    color: white;
    font-family: Arial, sans-serif;
    padding: 40px 0 100px 100px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /*margin-bottom: 100px;*/
    margin-top: 50px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin: 0 auto;
}

.footer-column {
    flex: 1;
    min-width: 250px;
}

.footer-column h3 {
    margin-bottom: 15px;
    width: 244px;
    height: 24px;
    left: 84px;
    top: 166px;
    font-family: 'Baloo 2';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 35px;
    margin-bottom: 25px;
}

.footer-column p {
    margin: 8px 0;
    display: flex;
    align-items: center;
}

.footer-column i {
    margin-right: 8px;
    color: white;
}

.footer-column ul {
    padding: 0;
    list-style: none;
}

.footer-column ul li {
    margin: 10px 0;
}

.footer-column ul li a {
    color: white;
    text-decoration: none;
    transition: 0.3s;
    width: 135px;
    height: 23px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.footer-column ul li a:hover {
    text-decoration: underline;
}

.footer-follow {
    position: relative;
    min-width: 280px;
    display: flex;
    justify-content: space-between;
    width: 650px;
    height: 263px;
    right: 0px;
    background: #73BB43;
    border-radius: 20px;
}

.follow-box {
    padding: 20px 0 20px 20px;
    color: white;
    flex: 1;
    border-radius: 20px;
    margin-left: 15px;
}

.follow-box h3 {
    font-family: 'Baloo 2';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 10px 0 30px 0;
}

.follow-box p {
    width: 342px;
    height: 72px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.social-icons img {
    width: 32px;
    height: 32px;
}

.footer-img {
    height: 383px;
    object-fit: contain;
    margin-top: -120px;
}

.footer-bottom {
    text-align: center;
    margin-top: 50px;
    border-top: 1px solid #ffffff33;
    padding-top: 10px;
    margin-right: 100px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.footer-bottom p {
    margin: 10px 0;
}

.social-icon {
    width: 56px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.social-icon img {
    max-width: 60%;
    max-height: 60%;
    object-fit: contain;
}

.text-footer {
    width: 381px;
    height: 52px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}

.text-footer-span {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}
/* */
.support-bar {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 12px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    width: 50%;
    height: 100px;
}

.support-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #2F8E46;
    text-decoration: none;
    outline: none;
}

.support-item img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #2f7834;
    padding: 10px;
    box-shadow: 0 0 0 4px rgba(47, 120, 52, 0.1);
    margin-bottom: 5px;
}

/* col-4 */
.stats-section {
    background-color: #72c043;
    color: white;
    padding: 40px 0;
    margin-bottom: 25px;
}
.stat-icon {
    font-size: 40px;
    margin-bottom: 15px;
}
.stat-number {
    font-size: 32px;
    font-weight: bold;
}
.stat-description {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 10px;
}
.fw-bold {
    font-weight: bold;
}

/* slide feedback */
.feedback-section {
    padding: 50px 0;
}

.feedback-box {
    /*background-color: #f8f9fa;*/
    /*border-radius: 10px;*/
}

.rating-box {
    background-color: #4e9d2d;
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    width: 150px;
    margin: 20px 0;
}

.testimonial-text {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #407B37;
}

.student-info {
    display: flex;
    align-items: center;
    margin-top: 60px;
    gap: 12px;
}

.student-name {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.013em;
    color: #407B37;
}

.student-sub {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.64);
}

.student-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #4e9d2d;
    border-radius: 50%;
    padding: 10px;
}

.carousel-control-prev,
.carousel-control-next {
    width: auto;
}

.feedback-title {
    font-family: 'Baloo 2';
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 52px;
    text-transform: uppercase;
    color: #407B37;
}

button.btn.rounded-circle {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.box-btn {
    position: absolute;
    bottom: 0;
    right: 0;
}

#prevBtn {
    /*transform: translateY(-100px);*/
    z-index: 10;
    background: none;
    border: none;
}

#nextBtn {
    /*transform: translateY(-100px);*/
    z-index: 10;
    background: none;
    border: none;
}

/* dich vu */
.service-main {
    display: flex;
    justify-content: center;
    align-content: center;
}

.search-box input::placeholder {
    color: #73BB43;
}

.service-icon {
    background-color: #72c043;
    color: white;
    width: 141px;
    height: 141px;
    border-radius: 50%;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.service-title {
    font-family: 'Baloo 2';
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
    font-size: 28px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #407B37;
    margin-top: 30px;
}

.section-heading {
    font-family: 'Baloo 2';
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 70px;
    text-transform: uppercase;
    color: #407B37;
}

.section-subtitle {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #1F5D2E;
}

.service-item {
    /*margin-bottom: 40px;*/
    width: 371px;
    height: 260px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px 10px;
    text-decoration: none;
}

.service-item:hover {
    background-color: #f9fde4; /* màu nền */
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0); /* ban đầu không có bóng */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
    cursor: pointer;
}

/* header */
.search-box {
    border: 2px solid #8BC34A;
    border-radius: 50px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    width: 300px;
}

.search-box input {
    border: none;
    outline: none;
    flex: 1;
    color: #66BB6A;
}

.search-box i {
    color: #66BB6A;
}

.logo {
    text-align: center;
}

.logo-title {
    color: #FFD54F;
    font-weight: bold;
    font-size: 36px;
}

.logo-sub {
    background-color: #8BC34A;
    padding: 5px 20px;
    border-radius: 25px;
    color: white;
    font-size: 24px;
    display: inline-block;
    margin-top: -10px;
}

.cart-icon {
    position: relative;
    margin-right: 15px;
}

.cart-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #FFD54F;
    color: white;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 50%;
}

.btn-login {
    width: 144px;
    height: 49px;
    background: #73BB43;
    border-radius: 20px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    border: 1px #73BB43 solid;
    text-decoration: none;
    padding: 13.5px 28px;
    margin-right: 10px;
}

.btn-register {
    width: 144px;
    height: 49px;
    border-radius: 20px;
    border: none;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #73BB43;
    background-color: white;
    cursor: pointer;
    border: 1px #73BB43 solid;
    text-decoration: none;
    padding: 13.5px 39px;
}

.btn-register:hover {
    background-color: #73BB43;
    color: white;
}

.logo img {
    width: 223px;
    height: 135px;
}

.icon-cart {
    width: 42px;
    height: 42px;
}

.group-btn-2 {
    display: flex;
}

.icon-login {
    width: 35px;
    height: 35px;
    color: #73BB43;
}

.icon-register {
    width: 35px;
    height: 35px;
    color: #73BB43;
}

.icon-search {
    width: 30px;
    height: 30px;
    fill: #73BB43;
}

.icon-feedback {
    width: 47px;
    height: 44px;
}

.group-icon-feedback {
    display: flex;
    justify-content: end;
}

/* icon search */
.search-bar {
    position: fixed; /* cố định trên màn hình */
    top: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 10px;
    z-index: 1000; /* nổi lên trên */
}

.div-search-bar {
    border: 2px solid #8BC34A;
    border-radius: 50px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
}

.div-search-bar input {
    border: none;
    outline: none;
    flex: 1;
    color: #66BB6A;
}

.div-search-bar input::placeholder {
    color: #73BB43;
}

/* start slide home page - khoa hoc online - btn pre + btn next */
.swiper-slide {
    padding: 10px 0;
}

.section_course .swiper-button-next,
.section_course .swiper-button-prev {
    background-color: #3d7a3d; /* green background */
    border-radius: 50%;        /* circle shape */
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

/* Remove Swiper default arrow background image */
.section_course .swiper-button-next::after,
.section_course .swiper-button-prev::after {
    content: ''; /* clear default content */
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

/* Right arrow */
.section_course .swiper-button-next::after {
    border-left: 8px solid white; /* arrow color */
}

/* Left arrow */
.section_course .swiper-button-prev::after {
    border-right: 8px solid white; /* arrow color */
}

/* Position adjustments */
.section_course .swiper-button-prev {
    left: 10px;
}
.section_course .swiper-button-next {
    right: 10px;
}

/* Hover effect */
.section_course .swiper-button-next:hover,
.section_course .swiper-button-prev:hover {
    background-color: #2e5f2e; /* darker green on hover */
}

/* ------------- */

.section_product .swiper-button-next,
.section_product .swiper-button-prev {
    background-color: #3d7a3d; /* green background */
    border-radius: 50%;        /* circle shape */
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

/* Remove Swiper default arrow background image */
.section_product .swiper-button-next::after,
.section_product .swiper-button-prev::after {
    content: ''; /* clear default content */
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

/* Right arrow */
.section_product .swiper-button-next::after {
    border-left: 8px solid white; /* arrow color */
}

/* Left arrow */
.section_product .swiper-button-prev::after {
    border-right: 8px solid white; /* arrow color */
}

/* Position adjustments */
.section_product .swiper-button-prev {
    left: 10px;
}
.section_product .swiper-button-next {
    right: 10px;
}

/* Hover effect */
.section_product .swiper-button-next:hover,
.section_product .swiper-button-prev:hover {
    background-color: #2e5f2e; /* darker green on hover */
}

/* end */


#mySwiper {
    position: relative;
}

.swiper-slide img {
    width: 100%;
    object-fit: cover;
}

.mySwiper .swiper-pagination-bullet {
    opacity: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #00A651;
    background-color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    outline: none;
    margin: 0 6px !important;
}

.mySwiper .swiper-pagination-bullet-active {
    background: #009245;
    box-shadow: 0 0 5px rgba(0,146,69,0.6);
    transform: scale(1.1);
}

.mySwiper .swiper-pagination {
    position: absolute;
    bottom: 15px;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 20;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: 50% !important;
    bottom: 30px !important;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}
img.alignright {
    display: block;
    margin: 0 0 0 auto;
}
.wp-caption {
    max-width: 100%;
}
.aligncenter {
    margin: 0 auto;
    text-align: center;
}
.alignright {
    text-align: right;
    margin: 0 0 0 auto;
}
.alignleft {
    text-align: left;
}

/*  */
.custom-radio {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #ccc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
}

.custom-radio {
    background-color: #f45d22; /* màu cam */
    border-color: #f45d22;
    color: white;
}

.custom-radio::after {
    content: "✔";
    font-size: 14px;
    display: none;
}

.custom-radio::after {
    display: block;
}

/*  */
.content-voucher {
    text-align: left;
}

.circle-white {
    position: relative;
    margin-right: -90px;
    background: white;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

/* Hình tròn custom */
.custom-radio-voucher {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
    background-color: #fff;
    position: relative;
}

/* Ẩn input radio gốc */
input[name="voucher"] {
    display: none;
}

/* Mặc định: ẩn dấu check */
.custom-radio-voucher::after {
    content: "";
    width: 6px;
    height: 12px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    display: none;
    position: absolute;
}

/* Khi được chọn */
input[name="voucher"]:checked + .custom-radio-voucher {
    background-color: #f45d22;  /* nền cam */
    border-color: #f45d22;
}

input[name="voucher"]:checked + .custom-radio-voucher::after {
    display: block;   /* hiện dấu ✔ màu trắng */
}

.text-title-thanks {
    font-family: 'Baloo 2';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    color: #252525;
}

.text-thanks {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    margin-top: 20px;
}

.div-btn-vat {
    display: flex;
    justify-content: center;
}

.btn-save-vat-modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 35px;
    background: linear-gradient(180deg, #F68853 0%, #F26622 100%);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF;
    cursor: pointer;
    width: auto;
}

.btn-cancel-modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background: white;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #F26622;
    cursor: pointer;
    border: 1px #F26622 solid;
    margin-right: 20px;
    width: auto;
}
