section.hero-section.section-daotao {
    padding: 80px 0;
    background: #122351;
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
    overflow: hidden;
    height: unset;
}

.box-loading-pages.ps-block__content h2 {
    padding-top: 15px;
}

section.box-sumenh.sumenhsimple2 .list-item-sumenh {
    overflow: hidden;
}

section.hero-section.section-daotao::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
    opacity: 0.9;
    z-index: -1;
}

section.hero-section.section-daotao .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    animation: fadeInUp 1s ease-out;
    width: 100%;
    max-width: 100%;
    padding: unset;
}

section.hero-section.section-daotao .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    animation: slideInFromTop 1s ease-out;
    color: #fff;
    font-size: 28px;
}

section.hero-section.section-daotao .hero-subtitle {
    font-size: 15px;
    margin-bottom: 2rem;
    opacity: 0.95;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeIn 1.5s ease-out;
    color: #fff;
}

section.hero-section.section-daotao .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

section.hero-section.section-daotao .feature-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    animation: fadeInUp 1s ease-out;
}

section.hero-section.section-daotao .feature-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

section.hero-section.section-daotao .feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #ffecd2 0%, #fcb69f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
    transition: transform 0.3s ease;
}

section.hero-section.section-daotao .feature-card:hover .feature-icon {
    transform: rotate(360deg);
}

section.hero-section.section-daotao .feature-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

section.hero-section.section-daotao .feature-list {
    list-style: none;
    padding: 0;
}

section.hero-section.section-daotao .feature-list li {
    margin-bottom: 10px;
    position: relative;
    opacity: 0.9;
}

section.hero-section.section-daotao .feature-list li::before {
}

/* Section 2: ChÃ†Â°Ã†Â¡ng trÃƒÂ¬nh Ã„â€˜ÃƒÂ o tÃ¡ÂºÂ¡o vÃƒÂ  Cam kÃ¡ÂºÂ¿t */
section.training-section.section-trenning {
    padding: 20px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

section.training-section.section-trenning::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><defs><linearGradient id="gradient" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" style="stop-color:white;stop-opacity:0.1"/><stop offset="100%" style="stop-color:white;stop-opacity:0"/></linearGradient></defs><rect width="100" height="20" fill="url(%23gradient)"/></svg>');
    opacity: 0.1;
}

section.training-section.section-trenning .section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

section.training-section.section-trenning .section-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
    animation: fadeInDown 1s ease-out;
}

section.training-section.section-trenning .section-subtitle {
    font-size: 16px;
    margin: 0 auto;
    animation: fadeIn 1.2s ease-out;
}

section.training-section.section-trenning .content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    position: relative;
    z-index: 2;
}

section.training-section.section-trenning .training-programs,
.commitments {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    animation: slideInFromLeft 1s ease-out;
}

section.training-section.section-trenning .commitments {
    animation: slideInFromRight 1s ease-out;
}

section.training-section.section-trenning .training-programs:hover,
.commitments:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.15);
}

section.training-section.section-trenning .content-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

section.training-section.section-trenning .content-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(45deg, #667eea, #764ba2);
    border-radius: 2px;
}

section.training-section.section-trenning .program-item,
.commitment-item {
    margin-bottom: 20px;
    padding: 15px;
    background: linear-gradient(45deg, #f8f9ff, #e8f2ff);
    border-radius: 12px;
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

section.training-section.section-trenning .program-item:hover,
.commitment-item:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.2);
}

section.training-section.section-trenning .program-title,
.commitment-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

section.training-section.section-trenning .program-desc,
.commitment-desc {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
}

section.training-section.section-trenning .highlight {
    color: #667eea;
    font-weight: 600;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideInFromTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Design */


@keyframes floating {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}




section.field .slide_item_wrapper:hover:before {
    content: '';
    opacity: 1;
}

section.field .slide_item_wrapper:hover .slide_item_inner {
    opacity: 1;
}

.benefit-card h4 {
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}

.breadcrumb__list.js_breadcrumb_reduce_length_on_mobile {
    text-align: left;
}

.faq-item.active .faq-answer {
    overflow: visible;
    max-height: unset;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ttttskynang .faq-item.active .faq-answer {
    display: block !important;
    overflow: visible;
    max-height: unset;
}

.box-kynang-dd .fade-in.visible {
    margin-top: 20px;
}

.item-images span {
    text-align: center;
    font-weight: 900;
    line-height: 1.2;
    display: inline-block;
    padding: 20px;
    color: #a20d3b;
}

.box-kynang-dd {
    /* Comparison Table */
    /* Industry Grid */
    /* FAQ Section */
    /* Highlight Boxes */
    /* Responsive Design */
    /* Animation for scroll */
}

.box-kynang-dd .main-content {
    padding: 40px 0;
}

.box-kynang-dd .section {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transform: translateY(20px);
    opacity: 0;
    animation: slideUp 0.8s ease-out forwards;
}

.box-kynang-dd .section:nth-child(even) {
    animation-delay: 0.2s;
}

.box-kynang-dd .section:nth-child(odd) {
    animation-delay: 0.4s;
}

@keyframes slideUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.box-kynang-dd .section h2 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid #3498db;
    position: relative;
}

.box-kynang-dd .section h2::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #e74c3c;
}

.box-kynang-dd .section h3 {
    color: #34495e;
    font-size: 1.5rem;
    margin: 25px 0 15px 0;
    padding-left: 20px;
    border-left: 4px solid #3498db;
}

.box-kynang-dd .benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.box-kynang-dd .benefit-card {
    background: linear-gradient(135deg, #74b9ff, #0984e3);
    color: white;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    transform: translateY(0);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.box-kynang-dd .benefit-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    transform: scale(0);
    transition: transform 0.5s ease;
}

.box-kynang-dd .benefit-card:hover::before {
    transform: scale(1);
}

.box-kynang-dd .benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.box-kynang-dd .benefit-card i {
    font-size: 3rem;
    margin-bottom: 15px;
    display: block;
}

.box-kynang-dd .comparison-table {
    overflow-x: auto;
    margin: 20px 0;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.box-kynang-dd .comparison-table table {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

.box-kynang-dd .comparison-table th {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 20px;
    text-align: left;
    font-weight: 600;
}

.box-kynang-dd .comparison-table td {
    padding: 15px 20px;
    border-bottom: 1px solid #ecf0f1;
    transition: background 0.3s ease;
}

.box-kynang-dd .comparison-table tr:hover td {
    background: #f8f9fa;
}

.box-kynang-dd .comparison-table tr:nth-child(even) {
    background: #f8f9fa;
}

.box-kynang-dd .industry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.box-kynang-dd .industry-card {
    background: linear-gradient(135deg, #74b9ff, #0984e3);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.box-kynang-dd .industry-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

.box-kynang-dd .industry-card:hover::before {
    left: 100%;
}

.box-kynang-dd .industry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.box-kynang-dd .industry-card h4 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
}

.box-kynang-dd .faq-item {
    margin: 15px 0;
    border: 1px solid #ecf0f1;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.box-kynang-dd .faq-question {
    background: #f8f9fa;
    padding: 8px 20px;
    cursor: pointer;
    font-weight: 600;
    color: #2c3e50;
    transition: all 0.3s ease;
    position: relative;
}

.box-kynang-dd .faq-question:hover {
    background: #e9ecef;
}

.box-kynang-dd .faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.box-kynang-dd .faq-question.active::after {
    transform: translateY(-50%) rotate(45deg);
}

.box-kynang-dd .faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background: white;
}

.box-kynang-dd .faq-answer.active {
    padding: 20px;
    max-height: 200px;
}

.box-kynang-dd .highlight-box {
    /* background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%); */
    border-radius: 15px;
    margin: 20px 0;
    /* border-left: 5px solid #e74c3c; */
    position: relative;
    overflow: hidden;
}

.box-kynang-dd .highlight-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.3), transparent);
    pointer-events: none;
}

.box-kynang-dd .highlight-box h4 {
    color: #c0392b;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    section.training-section.section-trenning .content-wrapper {
        grid-template-columns: 1fr;
        gap: 20px 0px;
    }

    section.training-section.section-trenning .training-programs,
    .commitments {
        padding: 10px;
        border-radius: 10px;
    }

    .box-kynang-dd .header h1 {
        font-size: 2rem;
    }

    .box-kynang-dd .section {
        padding: 20px;
        margin: 20px 0;
    }

    .box-kynang-dd .section h2 {
        font-size: 1.5rem;
    }

    .box-kynang-dd .benefits {
        grid-template-columns: 1fr;
    }

    .box-kynang-dd .industry-grid {
        grid-template-columns: 1fr;
    }
}

.box-kynang-dd .fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.box-kynang-dd .fade-in.visible {

    opacity: 1;
    transform: translateY(0);
}





.ttttskynang .faq-header {
    text-align: center;
    margin-bottom: 50px;
    color: white;
}

.ttttskynang .faq-header h1 {
    font-size: 39px;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.ttttskynang .faq-header p {
    font-size: 1.1rem;
    opacity: 0.9;
}

.ttttskynang .faq-section {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.ttttskynang .faq-item {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.ttttskynang .faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.ttttskynang .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    background: #f8f9fa;
    padding: 8px 20px;
    cursor: pointer;
    font-weight: 600;
    color: #2c3e50;
    transition: all 0.3s ease;
    position: relative;
}

.ttttskynang .faq-question:hover {
    background: #e9ecef;
}

.ttttskynang .faq-question .icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.ttttskynang .faq-question.active .icon {
    transform: rotate(180deg);
}

.ttttskynang .faq-answer {
    background: #f8f9fa;
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.ttttskynang .faq-answer.active {
    padding: 20px 25px;
    max-height: 200px;
}

.ttttskynang .faq-answer p {
    color: #555;
    line-height: 1.7;
    font-size: 0.95rem;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.ttttskynang .highlight {
    color: #ee5a24;
    font-weight: 600;
}

.ttttskynang .contact-info {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    color: white;
    padding: 25px;
    border-radius: 15px;
    margin-top: 30px;
    text-align: center;
}

.ttttskynang .contact-info h3 {
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.ttttskynang .contact-info p {
    opacity: 0.9;
}

@media (max-width: 768px) {
    .ttttskynang .faq-header h1 {
        font-size: 2rem;
    }

    .ttttskynang .faq-section {
        padding: 25px;
    }

    .ttttskynang .faq-question {
        padding: 15px 20px;
        font-size: 0.9rem;
    }
}

.ttttskynang .header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
    padding: 3rem 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.ttttskynang .header h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.ttttskynang .header p {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.ttttskynang .section {
    background: white;
    margin: 2rem 0;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ttttskynang .section:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.ttttskynang .section h2 {
    color: #667eea;
    font-size: 25px;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #667eea;
    position: relative;
}

.ttttskynang .section h2::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #764ba2;
}

.ttttskynang .section h3 {
    color: #5a67d8;
    font-size: 1.3rem;
}

.ttttskynang .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.ttttskynang .card {
    background: linear-gradient(135deg, #f8f9ff 0%, #f0f2ff 100%);
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.ttttskynang .card:hover {
    background: linear-gradient(135deg, #f0f2ff 0%, #e8ecff 100%);
    transform: translateX(5px);
}

.ttttskynang .highlight-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1rem;
    border-radius: 15px;
    margin: 2rem 0;
    text-align: center;
}

.ttttskynang .salary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.ttttskynang .salary-card {
    background: linear-gradient(135deg, #e8f5e8 0%, #f0f8f0 100%);
    padding: 1.5rem;
    border-radius: 10px;
    border: 2px solid #4ade80;
    text-align: center;
}

.ttttskynang .salary-amount {
    font-size: 1.5rem;
    font-weight: bold;
    color: #16a34a;
    margin: 0.5rem 0;
}

.ttttskynang .industry-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.item-images img {
    margin: 0 auto;
}

.ttttskynang .industry-card {
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #f97316;
}

.ttttskynang .process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.section-title span:after {
    background: none;
}

.ttttskynang .step {
    background: linear-gradient(135deg, #fef3c7 0%, #fed7aa 100%);
    padding: 1.5rem;
    border-radius: 10px;
    position: relative;
    border: 2px solid #f59e0b;
}

.ttttskynang .step-number {
    position: absolute;
    top: -10px;
    left: 20px;
    background: #f59e0b;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.ttttskynang .warning-box {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    border: 2px solid #ef4444;
    border-radius: 10px;
    padding: 1.5rem;
    margin: 1.5rem 0;
}

.ttttskynang .warning-box h4 {
    color: #dc2626;
    margin-bottom: 1rem;
}

.ttttskynang .contact-info {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    margin: 2rem 0;
}

.ttttskynang .contact-info h3 {
    color: white;
    margin-bottom: 1rem;
}

.ttttskynang .btn {
    display: inline-block;
    background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
    color: white;
    padding: 1rem 2rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    margin: 1rem 0;
}

.ttttskynang .btn:hover {
    background: linear-gradient(135deg, #d97706 0%, #ea580c 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.ttttskynang ul,
.ttttskynang ol {
    margin: 1rem 0;
    padding-left: 2rem;
}

.ttttskynang li {
    margin: 0.5rem 0;
}

.ttttskynang table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.ttttskynang th,
.ttttskynang td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}

.ttttskynang th {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-weight: bold;
}

.ttttskynang tr:hover {
    background: #f8fafc;
}

@media (max-width: 768px) {
    .ttttskynang .header h1 {
        font-size: 2rem;
    }

    .ttttskynang .section {
        padding: 1.5rem 10px;
        margin: 1rem 0;
    }

    .ttttskynang .grid,
    .ttttskynang .salary-grid,
    .ttttskynang .industry-list,
    .ttttskynang .process-steps {
        grid-template-columns: 1fr;
    }
}

/* Hero Section */
.thuctapsinhmd {
    /* Navigation */
    /* Section Styles */
    /* About Section */
    /* Features Section */
    /* Requirements Section */
    /* Benefits Section */
    /* FAQ Section */
    /* Contact Section */
    /* Animations */
    /* Responsive */
}

.thuctapsinhmd .hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.thuctapsinhmd .hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="80" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="60" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="60" cy="40" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.thuctapsinhmd .hero-content {
    text-align: center;
    color: white;
    max-width: 100%;
    padding: 2rem;
    position: relative;
    z-index: 2;
    animation: fadeInUp 1s ease-out;
}

.thuctapsinhmd .hero h1 {
    font-size: 42px;
    margin-bottom: 1rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.thuctapsinhmd .hero p {
    font-size: 16px;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.thuctapsinhmd .cta-button {
    display: inline-block;
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: white;
    padding: 15px 40px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(238, 90, 36, 0.3);
}

.thuctapsinhmd .cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(238, 90, 36, 0.4);
}

.thuctapsinhmd .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.thuctapsinhmd .nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

.thuctapsinhmd .logo {
    font-size: 1.8rem;
    font-weight: 700;
    color: #667eea;
}

.thuctapsinhmd .nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.thuctapsinhmd .nav-links a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
}

.thuctapsinhmd .nav-links a:hover {
    color: #667eea;
}

.thuctapsinhmd .section {
    padding: 2rem 0;
    position: relative;
}

.thuctapsinhmd .section-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 27px;
    margin-bottom: 3rem;
    color: #333;
    position: relative;
}

.thuctapsinhmd .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(45deg, #667eea, #764ba2);
    border-radius: 2px;
}

.thuctapsinhmd .about {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.thuctapsinhmd .about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.thuctapsinhmd .about-card {
    background: white;
    padding: 20px 20px 10px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.thuctapsinhmd .about-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(45deg, #667eea, #764ba2);
}

.thuctapsinhmd .about-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.thuctapsinhmd .about-card h3 {
    font-size: 20px;
    margin-bottom: 1rem;
    color: #333;
}

.thuctapsinhmd .about-card p {
    color: #666;
    line-height: 1.8;
}

.thuctapsinhmd .features {
    background: white;
}

.thuctapsinhmd .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.thuctapsinhmd .feature-card {
    text-align: center;
    padding: 20xp 10px 20px;
    border-radius: 15px;
    transition: all 0.3s ease;
    position: relative;
}

.thuctapsinhmd .feature-card:hover {
    transform: translateY(-5px);
}

.thuctapsinhmd .feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.thuctapsinhmd .feature-card h3 {
    font-size: 19px;
    margin-bottom: 1rem;
    color: #333;
}

.thuctapsinhmd .feature-card p {
    color: #666;
    line-height: 1.7;
}

.thuctapsinhmd .requirements {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.thuctapsinhmd .requirements-table {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    margin-top: 2rem;
}

.thuctapsinhmd .requirements-table table {
    width: 100%;
    border-collapse: collapse;
}

.thuctapsinhmd .requirements-table th,
.thuctapsinhmd .requirements-table td {
    padding: 1.5rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.thuctapsinhmd .requirements-table th {
    background: rgba(255, 255, 255, 0.1);
    font-weight: 600;
    font-size: 1.1rem;
}

.thuctapsinhmd .requirements-table td {
    font-size: 1rem;
}

.thuctapsinhmd .benefits {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.thuctapsinhmd .benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.thuctapsinhmd .benefit-card {
    background: white;
    padding: 20px 20px 10px 20px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.thuctapsinhmd .benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(45deg, #28a745, #20c997);
}

.thuctapsinhmd .benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.thuctapsinhmd .benefit-card h3 {
    font-size: 18px;
    margin-bottom: 1rem;
    color: #28a745;
}

.thuctapsinhmd .benefit-card p {
    color: #666;
    line-height: 1.8;
}

.thuctapsinhmd .faq {
    background: white;
}

.thuctapsinhmd .faq-item {
    margin-bottom: 1.5rem;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.thuctapsinhmd .faq-item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.thuctapsinhmd .faq-question {
    background: #f8f9fa;
    padding: 10px;
    cursor: pointer;
    font-weight: 600;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.thuctapsinhmd .faq-answer {
    padding: 10px;
    background: white;
    color: #666;
    line-height: 1.8;
}

.thuctapsinhmd .contact {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
}

.thuctapsinhmd .contact-content {
    max-width: 600px;
    margin: 0 auto;
}

.thuctapsinhmd .contact p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.thuctapsinhmd .fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.thuctapsinhmd .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .thuctapsinhmd .hero h1 {
        font-size: 2.5rem;
    }

    .thuctapsinhmd .hero p {
        font-size: 1.1rem;
    }

    .thuctapsinhmd .nav-links {
        display: none;
    }

    .thuctapsinhmd .section-title {
        font-size: 2rem;
    }

    .thuctapsinhmd .requirements-table th,
    .thuctapsinhmd .requirements-table td {
        padding: 1rem;
    }
}

.kysunhatban {
    /* Hero Section */
    /* Section Styles */
    /* Cards */
    /* Features Grid */
    /* Salary Info */
    /* Process Steps */
    /* FAQ */
    /* Footer */
    /* Responsive */
    /* Animation for scroll */
}

section.kysunhatban h2 {
    text-transform: uppercase;
}

.kysunhatban .header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.kysunhatban .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.kysunhatban .logo {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2c5aa0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.kysunhatban .logo::before {
    content: "ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€šÃ‚Âµ";
    font-size: 2rem;
}

.kysunhatban .nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.kysunhatban .nav-links a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.kysunhatban .nav-links a:hover {
    color: #2c5aa0;
}

.kysunhatban .nav-links a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #2c5aa0;
    transition: width 0.3s ease;
}

.kysunhatban .nav-links a:hover::after {
    width: 100%;
}

.kysunhatban .hero {
    background: linear-gradient(135deg, rgba(44, 90, 160, 0.9), rgba(67, 124, 205, 0.9)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="a" cx="50%" cy="50%"><stop offset="0%" stop-color="%23ffffff" stop-opacity="0.1"/><stop offset="100%" stop-color="%23ffffff" stop-opacity="0"/></radialGradient></defs><circle cx="200" cy="200" r="100" fill="url(%23a)"/><circle cx="800" cy="300" r="150" fill="url(%23a)"/><circle cx="400" cy="700" r="120" fill="url(%23a)"/></svg>');
    height: 65vh;
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.kysunhatban .hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation: float 20s infinite linear;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-100px);
    }
}

.kysunhatban .hero-content {
    position: relative;
    z-index: 2;
    animation: fadeInUp 1s ease;
    max-width: 100%;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.kysunhatban .hero h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.kysunhatban .hero p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.kysunhatban .cta-button {
    background: linear-gradient(45deg, #ff6b6b, #ffa500);
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 8px 32px rgba(255, 107, 107, 0.3);
}

.kysunhatban .cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(255, 107, 107, 0.4);
}

.kysunhatban .section {
    padding: 28px 0 20px;
    position: relative;
    overflow: hidden;
}

.kysunhatban .section:nth-child(even) {
    background: rgba(255, 255, 255, 0.8);
}

.kysunhatban .section:nth-child(odd) {
    background: rgba(240, 248, 255, 0.8);
}

.kysunhatban .section-title {
    text-align: center;
    font-size: 2.5rem;
    color: #2c5aa0;
    margin-bottom: 3rem;
    position: relative;
}

.kysunhatban .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(45deg, #ff6b6b, #ffa500);
    border-radius: 2px;
}

.kysunhatban .cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    margin-top: 3rem;
}

.kysunhatban .card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 1rem 2rem;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.kysunhatban .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(31, 38, 135, 0.25);
}

.kysunhatban .card-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
}

.kysunhatban .card h3 {
    color: #2c5aa0;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.kysunhatban .features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.kysunhatban .feature {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.kysunhatban .feature:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: scale(1.05);
}

.kysunhatban .feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #2c5aa0, #437ccd);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
    color: white;
}

.kysunhatban .salary-info {
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    color: white;
    padding: 2rem;
    border-radius: 20px;
    margin: 2rem 0;
    position: relative;
    overflow: hidden;
}

.kysunhatban .salary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
    padding: 0px 10px;
}

.kysunhatban .salary-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.kysunhatban .process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(312px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.kysunhatban .step {
    background: rgba(255, 255, 255, 0.9);
    padding: 2rem;
    border-radius: 15px;
    position: relative;
    border-left: 5px solid #2c5aa0;
    transition: all 0.3s ease;
}

.kysunhatban .step:hover {
    box-shadow: 0 10px 30px rgba(44, 90, 160, 0.2);
    transform: translateX(10px);
}

.kysunhatban .step-number {
    position: absolute;
    top: -15px;
    left: 20px;
    background: linear-gradient(45deg, #2c5aa0, #437ccd);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.kysunhatban .faq-item {
    background: rgba(255, 255, 255, 0.9);
    margin-bottom: 1rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.kysunhatban .faq-question {
    background: #f8f9fa;
    padding: 8px 20px;
    cursor: pointer;
    font-weight: 600;
    color: #2c3e50;
    transition: all 0.3s ease;
    position: relative;
}

.kysunhatban .faq-question:hover {
    background: #e9ecef;
}

.kysunhatban .faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.kysunhatban .faq-question.active::after {
    transform: translateY(-50%) rotate(45deg);
}

.kysunhatban .faq-answer {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.kysunhatban .faq-answer.active {
    padding: 1.5rem;
    max-height: 200px;
}

.kysunhatban .footer {
    background: linear-gradient(135deg, #2c3e50, #3498db);
    color: white;
    text-align: center;
    padding: 3rem 0;
}

.kysunhatban .footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.kysunhatban .footer-section h3 {
    margin-bottom: 1rem;
    color: #ffa500;
}

@media (max-width: 768px) {
    .kysunhatban .hero h1 {
        font-size: 2.5rem !important;
    }

    .kysunhatban .hero p {
        font-size: 1.1rem;
    }

    .kysunhatban .nav-links {
        display: none;
    }

    .kysunhatban .section-title {
        font-size: 2rem;
    }
}

.kysunhatban .fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.kysunhatban .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}





.news-item-img figure {
    margin-bottom: 0px;
}

.breadcrumb__list span {
    font-size: 14px;
}

.hedding-item-body-condition-2 h2 {
    font-size: 23px;
}

.tp-postbox-details-content p {
    font-size: 16px;
}

section.tp-blog-grid-area {
    margin-top: 20px;
}

section.breadcrumb__area.include-bg.pt-20.pb-20.mb-20.text-start {
    margin-bottom: 0px;
}

.about-section .about-grid {
    margin-top: 30px;
}

.box-member-feature .subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    animation: slideInUp 1s ease-out 0.3s both;
}

.list-desc-hanquoc p {
    margin-bottom: 0px;
}

div#table-of-contents ul li {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.content-desp-free-consultation h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

@keyframes slideInDown {
    from {
        transform: translateY(-100px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        transform: translateY(100px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.box-member-feature nav {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.box-member-feature .nav-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.box-member-feature .nav-item {
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    transform: translateY(0);
}

.box-member-feature .nav-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(238, 90, 36, 0.4);
    background: linear-gradient(135deg, #ee5a24, #ff6b6b);
}

.box-member-feature main {
    padding: 4rem 0;
}

.box-member-feature .section {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    margin: 2rem 0;
    padding: 2rem 2rem 1rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 0.8s ease-out forwards;
}

.box-member-feature .section:nth-child(even) {
    animation-delay: 0.2s;
}

.box-member-feature .section:nth-child(odd) {
    animation-delay: 0.4s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.box-member-feature .section:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.box-member-feature h2 {
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #ff6b6b;
    position: relative;
}

.box-member-feature h2::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 2px;
}

.box-member-feature h3 {
    font-size: 19px;
    color: #34495e;
    margin: 16px 0 10px 0;
    display: flex;
    align-items: center;
}

.box-member-feature h3::before {
    /* content: 'ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸Ãƒâ€¦Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¸'; */
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

.box-member-feature .highlight-box {
    background: linear-gradient(135deg, #ffeaa7, #fdcb6e);
    padding: 1.5rem;
    border-radius: 15px;
    margin: 1.5rem 0;
    border-left: 5px solid #e17055;
    position: relative;
    overflow: hidden;
}

.box-member-feature .highlight-box::before {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    opacity: 0.7;
}

.box-member-feature .tip-box {
    background: linear-gradient(135deg, #74b9ff, #0984e3);
    color: white;
    padding: 1.5rem;
    border-radius: 15px;
    margin: 1.5rem 0;
    position: relative;
}

.box-member-feature .tip-box::before {
    /* content: 'ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€šÃ‚Â¡'; */
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
}

.box-member-feature .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0 0px;
}

.box-member-feature .feature-card {
    background: linear-gradient(135deg, #a8edea, #fed6e3);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.box-member-feature .feature-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    transform: scale(0);
    transition: transform 0.5s ease;
}

.box-member-feature .feature-card:hover::before {
    transform: scale(1);
}

.box-member-feature .feature-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.box-member-feature .feature-icon {
    font-size: 3rem;
    margin-bottom: 2rem;
    display: block;
}

.box-member-feature .faq-item {
    background: rgba(255, 255, 255, 0.8);
    margin: 1rem 0;
    border-radius: 15px;
    overflow: hidden;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); */
    transition: all 0.3s ease;
}

.box-member-feature .faq-question {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.box-member-feature .faq-question:hover {
    background: linear-gradient(135deg, #764ba2, #667eea);
}

.box-member-feature .faq-answer {
    padding: 0px;
    background: white;
    display: none;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.box-member-feature .faq-toggle {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.box-member-feature .faq-item.active .faq-toggle {
    transform: rotate(180deg);
}

.box-member-feature .faq-item.active .faq-answer {
    display: block;
}

.box-member-feature footer {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    color: white;
    text-align: center;
    padding: 3rem 0;
    margin-top: 4rem;
}

.box-member-feature .footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.box-member-feature .footer-section h3 {
    color: #ff6b6b;
    margin-bottom: 1rem;
}

.box-member-feature .footer-section h3::before {
    content: '';
    margin-right: 0;
}

.box-member-feature .contact-info {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    padding: 2rem;
    border-radius: 15px;
    margin: 2rem 0;
    text-align: center;
    color: white;
}

@media (max-width: 768px) {
    .ovfl-table .editor-table {
        /* overflow-x: scroll; */
        /* width: 100%; */
        /* min-width: max-content; */
        /* max-width: fit-content; */
    }

    .ovfl-table {
        overflow-x: scroll;
    }

    .box-member-feature .container {
        padding: 0 15px;
    }

    .box-member-feature h1 {
        font-size: 2rem;
    }

    .box-member-feature .section {
        padding: 2rem 1.5rem;
        margin: 1rem 0;
    }

    .box-member-feature .nav-container {
        gap: 1rem;
    }

    .box-member-feature .nav-item {
        padding: 0.4rem 1rem;
        font-size: 0.9rem;
    }

    .box-member-feature .features-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 10px 10px;
    }

    .box-member-feature .feature-card {
        padding: 1.5rem;
    }

    .box-member-feature h2 {
        padding: 10px;
    }

    .box-member-feature h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .box-member-feature h1 {
        font-size: 1.5rem;
    }

    .box-member-feature .section {
        padding: 0px 0rem !important;
        border-radius: 15px;
    }

    .box-member-feature .nav-container {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .box-member-feature .faq-question {
        padding: 1rem;
        font-size: 0.9rem;
    }

    .box-member-feature .faq-answer {
        padding: 1rem;
    }
}

.box-member-feature .scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.box-member-feature .scroll-animate.animate {
    opacity: 1;
    transform: translateY(0);
}


.tp-product-details-bottom {
    padding-bottom: 20px;
}

.tp-related-product {
    margin-top: 30px;
    margin-bottom: 10px;
}

section.taisao2 {
    margin-top: 66px;
}

section.nophoso {
    padding: 2rem 0px;
}

.member-5 .section-header {
    text-align: center;
    margin-bottom: 60px;
    color: white;
}

.member-5 .section-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    /* text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3); */
    /* background: linear-gradient(45deg, #ffd700, #ff6b6b, #4ecdc4); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* background-clip: text; */
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
    }
}

.member-5 .section-subtitle {
    font-size: 1.3rem;
    opacity: 0.9;
    font-weight: 300;
}

.member-5 .cost-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.member-5 .cost-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    border-radius: 25px;
    padding: 35px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.member-5 .cost-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4);
    border-radius: 25px 25px 0 0;
}

.member-5 .cost-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.2);
}

.member-5 .cost-card.vietnam::before {
    background: linear-gradient(90deg, #ff7675, #fd79a8);
}

.member-5 .cost-card.korea-fixed::before {
    background: linear-gradient(90deg, #74b9ff, #0984e3);
}

.member-5 .cost-card.korea-monthly::before {
    background: linear-gradient(90deg, #00b894, #00cec9);
}

.member-5 .cost-card.total::before {
    background: linear-gradient(90deg, #fdcb6e, #e84393);
    animation: pulse-gradient 2s infinite;
}

@keyframes pulse-gradient {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.member-5 .cost-icon {
    font-size: 3.5rem;
    margin-bottom: 25px;
    text-align: center;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
}

.member-5 .cost-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    text-align: center;
}

.member-5 .cost-items {
    margin-bottom: 25px;
}

.member-5 .cost-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #ecf0f1;
    transition: all 0.3s ease;
}

.member-5 .cost-item:hover {
    background: rgba(116, 185, 255, 0.1);
    padding-left: 10px;
    border-radius: 8px;
}

.member-5 .cost-item:last-child {
    border-bottom: none;
}

.member-5 .item-name {
    font-weight: 500;
    color: #34495e;
    flex: 1;
}

.member-5 .item-price {
    font-weight: 600;
    color: #e74c3c;
    font-size: 1.1rem;
}

.member-5 .total-amount {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 20px;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    }

    to {
        box-shadow: 0 15px 40px rgba(102, 126, 234, 0.5);
    }
}

.member-5 .highlight-card {
    grid-column: span 3;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    text-align: center;
    padding: 50px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

.member-5 .highlight-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.member-5 .highlight-content {
    position: relative;
    z-index: 1;
}

.member-5 .highlight-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.member-5 .highlight-amount {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 15px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}

.member-5 .highlight-description {
    font-size: 1.2rem;
    opacity: 0.9;
    font-weight: 300;
}

.member-5 .additional-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.member-5 .info-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.member-5 .info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.member-5 .info-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 10px;
}

.member-5 .info-list {
    list-style: none;
}

.member-5 .info-list li {
    padding: 8px 0;
    color: #34495e;
    position: relative;
    list-style: disc;
    margin-left: 20px;
}

.member-5 .note-box {
    background: linear-gradient(135deg, #ffeaa7, #fab1a0);
    padding: 25px;
    border-radius: 15px;
    margin-top: 30px;
    border-left: 5px solid #e17055;
}

.member-5 .note-title {
    font-weight: 700;
    color: #d63031;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.member-5 .note-text {
    color: #2d3436;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .member-5 .section-title {
        font-size: 2.5rem;
    }

    .member-5 .cost-overview {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .member-5 .highlight-card {
        grid-column: span 1;
        padding: 30px;
    }

    .member-5 .highlight-title {
        font-size: 2rem;
    }

    .member-5 .highlight-amount {
        font-size: 28px;
    }

    .member-5 .additional-info {
        grid-template-columns: 1fr;
    }
}

.member-5 .sparkle {
    animation: sparkle 1.5s ease-in-out infinite;
}

@keyframes sparkle {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

.nophoso .section-header {
    text-align: center;
    margin-bottom: 60px;
    color: white;
}

.nophoso .section-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); */
    /* background: linear-gradient(45deg, #ffd700, #ff6b6b); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    background-clip: text;
}

.nophoso .section-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    font-weight: 300;
}

.nophoso .seasons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.nophoso .season-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.nophoso .season-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4);
    border-radius: 20px 20px 0 0;
}

.nophoso .season-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.nophoso .season-card.spring::before {
    background: linear-gradient(90deg, #ffeaa7, #00b894);
}

.nophoso .season-card.summer::before {
    background: linear-gradient(90deg, #fab1a0, #e17055);
}

.nophoso .season-card.autumn::before {
    background: linear-gradient(90deg, #fdcb6e, #e84393);
}

.nophoso .season-card.winter::before {
    background: linear-gradient(90deg, #74b9ff, #0984e3);
}

.nophoso .season-icon {
    font-size: 3rem;
    margin-bottom: 21px;
    text-align: center;
    margin-top: 20px;
}

.nophoso .season-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3436;
    margin-bottom: 15px;
    text-align: center;
}

.nophoso .season-info {
    margin-bottom: 15px;
}

.nophoso .info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.nophoso .info-row:last-child {
    border-bottom: none;
}

.nophoso .info-label {
    font-weight: 600;
    color: #636e72;
    font-size: 16px;
}

.nophoso .info-value {
    color: #2d3436;
    font-weight: 500;
    text-align: right;
    flex: 1;
    margin-left: 15px;
    font-size: 14px;
}

.nophoso .season-note {
    background: linear-gradient(135deg, #667eea 20, #764ba2 20);
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 16px;
    color: #636e72;
    margin-top: 15px;
    border-left: 3px solid #667eea;
}

.nophoso .important-notes {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}

.nophoso .notes-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2d3436;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.nophoso .notes-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    border-radius: 2px;
}

.nophoso .note-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.nophoso .note-item:hover {
    background: #e9ecef;
    transform: translateX(10px);
}

.nophoso .note-icon {
    font-size: 1.2rem;
    margin-right: 15px;
    margin-top: 2px;
    flex-shrink: 0;
}

.nophoso .note-text {
    color: #495057;
    line-height: 1.6;
    font-size: 16px;
}

.nophoso .highlight {
    font-weight: 600;
}

@media (max-width: 768px) {
    .nophoso .section-title {
        font-size: 2rem;
    }

    .nophoso .seasons-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .nophoso .season-card {
        padding: 20px;
    }

    .nophoso .important-notes {
        padding: 25px 10px !important;
    }
}

.nophoso .pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}


.taisao2 .header {
    text-align: center;
    margin-bottom: 40px;
    animation: fadeInDown 1s ease-out;
}

.taisao2 .logo-section {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    margin-bottom: 30px;
}

.taisao2 .main-title {
    font-size: 2.5rem;
    font-weight: bold;
    /* background: linear-gradient(45deg, #ff6b6b, #4ecdc4); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* background-clip: text; */
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.taisao2 .subtitle {
    font-size: 1.2rem;
    color: #666;
    font-weight: 300;
}

.taisao2 .content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.taisao2 .info-card {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    animation: fadeInUp 1s ease-out;
}

.taisao2 .info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.taisao2 .card-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.taisao2 .icon {
    width: 30px;
    height: 30px;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.taisao2 .warning-box {
    background: linear-gradient(135deg, #ffeaa7, #fdcb6e);
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    border-left: 5px solid #e17055;
    animation: pulse 2s infinite;
}

.taisao2 .warning-title {
    font-weight: bold;
    color: #2d3436;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.taisao2 .warning-text {
    color: #2d3436;
    font-size: 0.95rem;
}

.taisao2 .commitment-section {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    margin: 30px 0;
    animation: fadeInUp 1s ease-out 0.3s both;
}

.taisao2 .commitment-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(45deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 30px;
}

.taisao2 .commitment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.taisao2 .commitment-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 10px;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    margin-bottom: 0px;
}

.taisao2 .commitment-item:hover {
    transform: translateX(5px);
    border-left-color: #667eea;
    background: linear-gradient(135deg, #fff, #f8f9fa);
}

.taisao2 .check-icon {
    width: 25px;
    height: 25px;
    background: linear-gradient(45deg, #00b894, #00cec9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 2px;
}

.taisao2 .cta-section {
    background: linear-gradient(135deg, #74b9ff, #0984e3);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    color: white;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 1s ease-out 0.6s both;
}

.taisao2 .cta-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.taisao2 .cta-text {
    font-size: 1.1rem;
    margin-bottom: 25px;
    opacity: 0.9;
}

.taisao2 .contact-button {
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.taisao2 .contact-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.taisao2 .floating-elements {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.taisao2 .floating-element {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.taisao2 .floating-element:nth-child(1) {
    width: 80px;
    height: 80px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.taisao2 .floating-element:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 20%;
    right: 10%;
    animation-delay: 2s;
}

.taisao2 .floating-element:nth-child(3) {
    width: 100px;
    height: 100px;
    bottom: 10%;
    left: 15%;
    animation-delay: 4s;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}


.about-section .about-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.about-section .about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-section .about-content {
    animation: fadeIn 1.2s ease-in-out;
}

.about-section .about-tag {
    font-size: 14px;
    font-weight: 500;
    color: #74b9ff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.about-section .about-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.2;
}

.about-section .about-title span {
    background: linear-gradient(90deg, #74b9ff, #0984e3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-section .about-description {
    color: #636e72;
    margin-bottom: 32px;
}

.about-section .button-group {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
}

.about-section .btn {
    padding: 12px 32px;
    border-radius: 8px !important;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    font-size: 16px;
}

.about-section .btn-primary {
    background: linear-gradient(to right, #74b9ff, #0984e3);
    color: white;
}

.about-section .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(116, 185, 255, 0.3);
}

.about-section .btn-secondary {
    background: white;
    border: 1px solid #e1e1e1;
    color: #2d3436;
}

.about-section .btn-secondary:hover {
    border-color: #74b9ff;
    color: #74b9ff;
}

.about-section .stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}

.about-section .stats-item {
    background: white;
    padding: 24px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.about-section .stats-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.about-section .stats-number {
    font-size: 32px;
    font-weight: 700;
    color: #74b9ff;
    margin-bottom: 4px;
}

.about-section .stats-label {
    font-size: 14px;
    color: #636e72;
}

.about-section .social-links {
    display: flex;
    gap: 16px;
}

.about-section .social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #636e72;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-section .social-link:hover {
    background: #74b9ff;
    color: white;
}

.about-section .about-image {
    position: relative;
    animation: slideUp 0.8s ease-out;
}

.about-section .about-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease-out;
    position: relative;
    z-index: 99999;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.about-section .about-image img:hover {
    transform: translateY(-5px);
}

.about-section .image-overlay {
    position: relative;
    width: 100%;
    height: 100%;
}

.about-section .image-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(116, 185, 255, 0.2), rgba(9, 132, 227, 0.1));
    border-radius: 12px;
}

.about-section .experience-badge {
    position: absolute;
    bottom: -20px;
    right: 40px;
    background: white;
    padding: 16px 24px;
    border-radius: 999px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 9999999;
}

.about-section .badge-icon {
    width: 40px;
    height: 40px;
    background: rgba(116, 185, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #74b9ff;
    font-size: 20px;
}

.about-section .badge-text {
    font-size: 14px;
    color: #636e72;
}

.about-section .badge-number {
    font-size: 18px;
    font-weight: 700;
    color: #2d3436;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .about-section .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-section .about-title {
        font-size: 36px !important;
    }

    .about-section .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-section .button-group {
        flex-direction: column;
        margin-left: 0px !important;
        gap: 10px;
        margin-top: 10px;
    }

    .about-section .btn {
        margin: 0px;
        width: 100%;
        text-align: center;
        padding: 12px 4px;
    }

    .about-section .experience-badge {
        right: 20px;
    }


    .about-section .button-group a {
        margin-left: 0px !important;
        flex-direction: unset;
        /* margin-right: 20px !important; */
        gap: 10px 0px;
        display: flex;
        gap: 0px 15px;
    }

    .about-image img {
        width: 100% !important;
        height: 100% !important;
    }

    .experience-badge {
        display: none !important;
    }
}



.box-hanquoc {
    /* Hero Section */
    /* Features Section */
    /* Programs Section */
    /* Stats Section */
    /* CTA Section */
    /* Footer */
    /* Responsive */
    /* Animation for scroll */
}

.box-hanquoc header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.box-hanquoc nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-hanquoc .logo {
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.box-hanquoc .nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.box-hanquoc .nav-links a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.box-hanquoc .nav-links a:hover {
    color: #ffd700;
}

.box-hanquoc .hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 120px 0 80px;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.box-hanquoc .hero::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>') repeat;
    animation: float 20s infinite linear;
}

@keyframes float {
    0% {
        transform: translateX(-50%) translateY(-50%);
    }

    100% {
        transform: translateX(-50%) translateY(-60%);
    }
}

.box-hanquoc .hero-content {
    position: relative;
    z-index: 2;
    max-width: unset;
}

.box-hanquoc .hero h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    animation: fadeInUp 1s ease;
}

.box-hanquoc .hero p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    animation: fadeInUp 1s ease 0.2s both;
}

.box-hanquoc .cta-button {
    display: inline-block;
    background: linear-gradient(45deg, #ff6b6b, #feca57);
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    animation: fadeInUp 1s ease 0.4s both;
    box-shadow: 0 10px 30px rgba(255, 107, 107, 0.4);
}

.box-hanquoc .cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(255, 107, 107, 0.6);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.box-hanquoc .features {
    padding: 100px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.box-hanquoc .section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #333;
    position: relative;
    text-transform: uppercase;
}

.box-hanquoc .section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(45deg, #ff6b6b, #feca57);
    margin: 1rem auto;
    border-radius: 2px;
}

.box-hanquoc .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

.box-hanquoc .feature-card {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.box-hanquoc .feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ff6b6b, #feca57, #48dbfb);
    transition: all 0.5s ease;
}

.box-hanquoc .feature-card:hover::before {
    left: 0;
}

.box-hanquoc .feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.box-hanquoc .feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.box-hanquoc .feature-card h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #333;
}

.box-hanquoc .feature-card p {
    color: #666;
    line-height: 1.6;
}

.box-hanquoc .programs {
    padding: 31px 0;
    background: white;
}

.box-hanquoc .programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

.box-hanquoc .program-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    overflow: hidden;
    color: white;
    transition: all 0.3s ease;
    position: relative;
}

.box-hanquoc .program-card:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3);
}

.box-hanquoc .program-image {
    height: 280px;
    background: linear-gradient(45deg, #ff9a9e, #fecfef, #fecfef, #f093fb);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    position: relative;
    overflow: hidden;
}

.box-hanquoc .program-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.box-hanquoc .program-content {
    padding: 2rem;
    height: 270px;
}

.box-hanquoc .program-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.box-hanquoc .program-card p {
    margin-bottom: 1rem;
    opacity: 0.9;
}

.box-hanquoc .program-visa {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 10px;
}

.box-hanquoc .stats {
    padding: 80px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.box-hanquoc .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    text-align: center;
}

.box-hanquoc .stat-item {
    padding: 2rem;
}

.box-hanquoc .stat-number {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    background: linear-gradient(45deg, #ffd700, #ff6b6b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.box-hanquoc .stat-label {
    font-size: 1.1rem;
    opacity: 0.9;
}

.box-hanquoc .cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%);
    text-align: center;
}

.box-hanquoc .cta-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #333;
    text-transform: uppercase;
}

.box-hanquoc .cta-section p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #666;
}

.box-hanquoc footer {
    background: #2c3e50;
    color: white;
    padding: 50px 0 20px;
}

.box-hanquoc .footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.box-hanquoc .footer-section h3 {
    margin-bottom: 1rem;
    color: #ffd700;
}

.box-hanquoc .footer-section p,
.box-hanquoc .footer-section li {
    margin-bottom: 0.5rem;
    opacity: 0.8;
}

.box-hanquoc .footer-section ul {
    list-style: none;
}

.box-hanquoc .footer-section a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.box-hanquoc .footer-section a:hover {
    color: #ffd700;
}

.box-hanquoc .footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #34495e;
    opacity: 0.6;
}

@media (max-width: 768px) {
    .box-hanquoc .hero h1 {
        font-size: 25px !important;
    }

    .box-hanquoc .hero p {
        font-size: 18px !important;
    }

    .box-hanquoc .nav-links {
        display: none;
    }

    .box-hanquoc .features-grid,
    .box-hanquoc .programs-grid {
        grid-template-columns: 1fr;
    }
}

.box-hanquoc .fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.box-hanquoc .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}



/* about  */

section.about-sec {
    padding: 20px 0 20px;
}

.about-image-box-wp {
    position: relative;
    max-width: 520px;
    margin-left: auto;
}

.about-image-box-bg {
    width: 487px;
    height: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: linear-gradient(-90deg, rgba(164, 68, 253, 1) 0%, rgba(208, 94, 252, 1) 100%);
    border-radius: 30px;
    overflow: hidden;
    z-index: -1;
}

.about-image-content {
    position: relative;
}

.about-image-content img {
    width: 100%;
}

.about-image-bg-shape {
    position: relative;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
}

.about-image-bg-shape::before,
.about-image-bg-shape::after {
    content: "";
    position: absolute;
    top: 105px;
    left: 0;
    width: 100%;
    height: 90px;
    transform: skewY(-15deg);
    background-color: rgb(25 37 75 / 60%);
}

.about-image-bg-shape::after {
    top: 245px;
}

.about-image {
    text-align: right;
}

.about-image-icon.top-icon {
    bottom: -5px;
    left: -10px;
    transform: rotate(21deg);
}

.about-image-icon {
    height: 66px;
    width: 66px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 40px -1px rgb(0 0 0 / 20%);
    transition: 0.3s;
}

.about-image-icon img {
    width: 56px;
    object-fit: cover;
}


.about-image-icon.bottom-icon {
    right: 59px;
    top: 108px;
    transform: rotate(-14deg);
}



.students-endroll-title .h5-title {
    margin-bottom: 11px;
}

.h5-title {
    font-size: 20px;
    line-height: 30px;
    color: #19254b;
}

.students-endroll-image {
    margin-bottom: 13px;
}

.students-endroll-text p {
    color: rgb(25 37 75 / 70%);
    margin-bottom: 0px;
    padding-bottom: 0px;
}






.about-feature-text p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}





.sec-btn span::after {
    content: "";
    position: relative;
    left: 0;
    display: block;
    width: 18px;
    height: 13px;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    --mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDIwIDE0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTE4LjkyMzIgNi4wODQ4NEwxMy4wODk4IDAuMjUxNTA1QzEyLjkzMjcgMC4wOTk3MDY2IDEyLjcyMjEgMC4wMTU3MTA5IDEyLjUwMzcgMC4wMTc2MDk2QzEyLjI4NTIgMC4wMTk1MDgzIDEyLjA3NjEgMC4xMDcxNDkgMTEuOTIxNiAwLjI2MTY1NkMxMS43NjcxIDAuNDE2MTYzIDExLjY3OTUgMC42MjUxNzMgMTEuNjc3NiAwLjg0MzY3QzExLjY3NTcgMS4wNjIxNyAxMS43NTk3IDEuMjcyNjcgMTEuOTExNSAxLjQyOTg0TDE2LjMyMjMgNS44NDA2N0gxLjY2NzMyQzEuNDQ2MyA1Ljg0MDY3IDEuMjM0MzQgNS45Mjg0NyAxLjA3ODA2IDYuMDg0NzVDMC45MjE3ODIgNi4yNDEwMyAwLjgzMzk4NCA2LjQ1Mjk5IDAuODMzOTg0IDYuNjc0MDFDMC44MzM5ODQgNi44OTUwMiAwLjkyMTc4MiA3LjEwNjk4IDEuMDc4MDYgNy4yNjMyNkMxLjIzNDM0IDcuNDE5NTQgMS40NDYzIDcuNTA3MzQgMS42NjczMiA3LjUwNzM0SDE2LjMyMjNMMTEuOTExNSAxMS45MTgyQzExLjgzMTkgMTEuOTk1IDExLjc2ODQgMTIuMDg3IDExLjcyNDcgMTIuMTg4N0MxMS42ODExIDEyLjI5MDMgMTEuNjU4MSAxMi4zOTk3IDExLjY1NzEgMTIuNTEwM0MxMS42NTYxIDEyLjYyMSAxMS42NzcyIDEyLjczMDcgMTEuNzE5MSAxMi44MzMxQzExLjc2MSAxMi45MzU1IDExLjgyMjkgMTMuMDI4NiAxMS45MDEyIDEzLjEwNjhDMTEuOTc5NCAxMy4xODUxIDEyLjA3MjQgMTMuMjQ3IDEyLjE3NDkgMTMuMjg4OUMxMi4yNzczIDEzLjMzMDggMTIuMzg3IDEzLjM1MTggMTIuNDk3NyAxMy4zNTA5QzEyLjYwODMgMTMuMzQ5OSAxMi43MTc3IDEzLjMyNjkgMTIuODE5MyAxMy4yODMzQzEyLjkyMSAxMy4yMzk2IDEzLjAxMjkgMTMuMTc2MSAxMy4wODk4IDEzLjA5NjVMMTguOTIzMiA3LjI2MzE3QzE5LjA3OTQgNy4xMDY5IDE5LjE2NzEgNi44OTQ5OCAxOS4xNjcxIDYuNjc0MDFDMTkuMTY3MSA2LjQ1MzA0IDE5LjA3OTQgNi4yNDExMSAxOC45MjMyIDYuMDg0ODRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=);
    mask-image: var(--mask-image);
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    transition: 0.3s;
}






.lvhd_xem_them a {
    padding: 9px 31px 11px 31px;
}

.lvhd_xem_them a {
    color: #fff;
    border-radius: 30px;
    border: 1px solid #fff;
    display: inline-block;
}



.lvhd-button-next {
    right: 20px;
}

.lvhd-button-prev,
.lvhd-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/next-1.svg) center center no-repeat;
    width: 56px;
    height: 56px;
    background-size: contain;
    z-index: 5;
    cursor: pointer;
}


.lvhd_col_right .lvhd-button-prev {
    left: 20px !important;
    transform: rotate(180deg) translateY(70%);
    background: url(../images/next-1.svg) center center no-repeat;
    background-size: contain;
}





.icon-featured img {
    width: 54px;
}

ul.nav.nav-tabs.nav-justified.featured-boxes a .tab-title {
    color: #08296C;
    display: block;
    margin-top: 15px;
    font-weight: 600;
}

ul.nav.nav-tabs.nav-justified.featured-boxes .nav-item.active {
    border-bottom: 3px solid #00a0e3;
    background: linear-gradient(180deg, rgba(217, 241, 251, 0) 0%, #D9F1FB 100%);
}

ul.nav.nav-tabs.nav-justified.featured-boxes {
    border: none;
}

ul.nav.nav-tabs.nav-justified.featured-boxes .nav-link:hover {
    border: none;
}

.lvhd-button-prev {
    transform: rotate(180deg) translateY(70%);
}

.nganh-hang-tabs .portfolio-item-wrapper:hover {
    background: linear-gradient(180deg, rgba(217, 241, 251, 0) 0%, #D9F1FB 100%);
}

.nganh-hang-tabs .portfolio-item-wrapper {
    background: #F8F8F8;
}

.porfolio-cat-list {
    position: relative;
}

.lvhd_col_bottom .tab-content {
    margin-top: 30px;
}



.lvhd_col_bottom {
    margin-top: 20px;
}







.content-equal-item-member p {
    font-size: 14px;
    color: #a20d3b;
    line-height: 1.5;
}




.content-aspact-vamas p {
    font-size: 14px;
    line-height: 1.3;
}

.content-aspact-vamas {
    flex: 1;
}

.box-images-brand-slider-twe img {
    padding: 10px;
    height: 175px;
    width: 100%;
    object-fit: contain;
}

.box-images-brand-slider-twe {
    height: calc((100% - 30px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}

.list-brand-slider {
    overflow: hidden;
}

.box-block-list-bottom .news-item.news-item-side {
    display: block;
    height: unset !important;
}

.item-left-brand-cl span {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.05em;
    color: #08296C;
    font-weight: 600;
    font-family: unset;
}

.box-brand-cl {
    background: #ECF2F4;
    border-radius: 12px;
    padding: 20px 21px !important;
}



.news-item-side .news-item-img figure {
    overflow: hidden;
}


.news-item-side .news-item-img img {
    width: 100%;
    height: 309px !important;
    object-fit: cover;
}



.tp-review-meta span {
    margin-left: 10px;
    color: #fcb040;
}


/* about  */

section.about-sec {
    padding: 20px 0 20px;
}

.about-image-box-wp {
    position: relative;
    max-width: 520px;
    margin-left: auto;
}

.about-image-box-bg {
    width: 487px;
    height: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: linear-gradient(-90deg, rgba(164, 68, 253, 1) 0%, rgba(208, 94, 252, 1) 100%);
    border-radius: 30px;
    overflow: hidden;
    z-index: -1;
}

.about-image-content {
    position: relative;
}

.about-image-bg-shape {
    position: relative;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
}

.about-image-bg-shape::before,
.about-image-bg-shape::after {
    content: "";
    position: absolute;
    top: 105px;
    left: 0;
    width: 100%;
    height: 90px;
    transform: skewY(-15deg);
    background-color: rgb(25 37 75 / 60%);
}

.about-image-bg-shape::after {
    top: 245px;
}

.about-image {
    text-align: right;
}

.about-image img {
    max-width: 444px;
    max-height: 557px;
}

.about-image-icon.top-icon {
    bottom: -5px;
    left: -10px;
    transform: rotate(21deg);
}

.about-image-icon {
    height: 66px;
    width: 66px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 40px -1px rgb(0 0 0 / 20%);
    transition: 0.3s;
}

.about-image-icon img {
    width: 56px;
    object-fit: cover;
}


.about-image-icon.bottom-icon {
    right: 59px;
    top: 108px;
    transform: rotate(-14deg);
}

.students-endroll-box {
    position: absolute;
    top: 168px;
    left: 0;
    border-radius: 10px;
    padding: 14px 22px 19px;
    background: linear-gradient(-120deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.3) 100%);
    box-shadow: 10px 14px 60px -1px rgb(0 0 0 / 20%);
    backdrop-filter: blur(15px);
}

.students-endroll-title .h5-title {
    margin-bottom: 11px;
}

.h5-title {
    font-size: 20px;
    line-height: 30px;
    color: #19254b;
}

.students-endroll-image {
    margin-bottom: 13px;
}

.students-endroll-text p {
    color: rgb(25 37 75 / 70%);
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.sub-title {
    display: block;
    font-size: 20px;
    line-height: 22px;
    color: #e30006;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.about-content .sec-title .h2-title {
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 40px;
    color: #18203d;
}

.about-text {
    margin-bottom: 19px;
}

.about-feature-info {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.about-feature-box {
    display: flex;
    align-items: center;
    gap: 14px;
}

.about-feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0px 4px 40px -1px rgb(0 0 0 / 20%);
}

.about-feature-text p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.about-content-btn {
    margin-top: 27px;
}

.sec-btn:hover {
    color: #fff;

}

.sec-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #0d5189;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 21px 36px;
    outline: none;
    border: none;
    transition: 0.3s;
    background-size: 100% 100%;
    background-position: left center;
    z-index: 1;
}


.sec-btn span {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
    gap: 10px;
}


.sec-btn span::after {
    content: "";
    position: relative;
    left: 0;
    display: block;
    width: 18px;
    height: 13px;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    --mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDIwIDE0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTE4LjkyMzIgNi4wODQ4NEwxMy4wODk4IDAuMjUxNTA1QzEyLjkzMjcgMC4wOTk3MDY2IDEyLjcyMjEgMC4wMTU3MTA5IDEyLjUwMzcgMC4wMTc2MDk2QzEyLjI4NTIgMC4wMTk1MDgzIDEyLjA3NjEgMC4xMDcxNDkgMTEuOTIxNiAwLjI2MTY1NkMxMS43NjcxIDAuNDE2MTYzIDExLjY3OTUgMC42MjUxNzMgMTEuNjc3NiAwLjg0MzY3QzExLjY3NTcgMS4wNjIxNyAxMS43NTk3IDEuMjcyNjcgMTEuOTExNSAxLjQyOTg0TDE2LjMyMjMgNS44NDA2N0gxLjY2NzMyQzEuNDQ2MyA1Ljg0MDY3IDEuMjM0MzQgNS45Mjg0NyAxLjA3ODA2IDYuMDg0NzVDMC45MjE3ODIgNi4yNDEwMyAwLjgzMzk4NCA2LjQ1Mjk5IDAuODMzOTg0IDYuNjc0MDFDMC44MzM5ODQgNi44OTUwMiAwLjkyMTc4MiA3LjEwNjk4IDEuMDc4MDYgNy4yNjMyNkMxLjIzNDM0IDcuNDE5NTQgMS40NDYzIDcuNTA3MzQgMS42NjczMiA3LjUwNzM0SDE2LjMyMjNMMTEuOTExNSAxMS45MTgyQzExLjgzMTkgMTEuOTk1IDExLjc2ODQgMTIuMDg3IDExLjcyNDcgMTIuMTg4N0MxMS42ODExIDEyLjI5MDMgMTEuNjU4MSAxMi4zOTk3IDExLjY1NzEgMTIuNTEwM0MxMS42NTYxIDEyLjYyMSAxMS42NzcyIDEyLjczMDcgMTEuNzE5MSAxMi44MzMxQzExLjc2MSAxMi45MzU1IDExLjgyMjkgMTMuMDI4NiAxMS45MDEyIDEzLjEwNjhDMTEuOTc5NCAxMy4xODUxIDEyLjA3MjQgMTMuMjQ3IDEyLjE3NDkgMTMuMjg4OUMxMi4yNzczIDEzLjMzMDggMTIuMzg3IDEzLjM1MTggMTIuNDk3NyAxMy4zNTA5QzEyLjYwODMgMTMuMzQ5OSAxMi43MTc3IDEzLjMyNjkgMTIuODE5MyAxMy4yODMzQzEyLjkyMSAxMy4yMzk2IDEzLjAxMjkgMTMuMTc2MSAxMy4wODk4IDEzLjA5NjVMMTguOTIzMiA3LjI2MzE3QzE5LjA3OTQgNy4xMDY5IDE5LjE2NzEgNi44OTQ5OCAxOS4xNjcxIDYuNjc0MDFDMTkuMTY3MSA2LjQ1MzA0IDE5LjA3OTQgNi4yNDExMSAxOC45MjMyIDYuMDg0ODRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=);
    mask-image: var(--mask-image);
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    transition: 0.3s;
}

.sec-btn::after {
    --size: 122px;
    content: "";
    position: absolute;
    top: -65px;
    right: -48px;
    width: 122px;
    height: 122px;
    opacity: 0.2;
    background: #ffffff;
    --mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5OCIgaGVpZ2h0PSIxMDIiIHZpZXdCb3g9IjAgMCA5OCAxMDIiPgo8cGF0aCBkPSJNNDAuNzcyIDQuODk3OTFDNDQuMzQ3MyAtMS41NzU3MiA1My42NTI3IC0xLjU3NTcyIDU3LjIyOCA0Ljg5NzkxVjQuODk3OTFDNTkuNjIwMSA5LjIyOTE2IDY0Ljk2MDQgMTAuOTY0MyA2OS40NDE1IDguODY2MzNWOC44NjYzM0M3Ni4xMzkxIDUuNzMwNTggODMuNjY3MyAxMS4yMDAxIDgyLjc1NDcgMTguNTM4OVYxOC41Mzg5QzgyLjE0NDEgMjMuNDQ5IDg1LjQ0NDYgMjcuOTkxOCA5MC4zMDMxIDI4LjkyODRWMjguOTI4NEM5Ny41NjQ3IDMwLjMyODMgMTAwLjQ0IDM5LjE3ODIgOTUuMzg4MyA0NC41NzlWNDQuNTc5QzkyLjAwODIgNDguMTkyNCA5Mi4wMDgyIDUzLjgwNzYgOTUuMzg4MyA1Ny40MjFWNTcuNDIxQzEwMC40NCA2Mi44MjE4IDk3LjU2NDcgNzEuNjcxNyA5MC4zMDMxIDczLjA3MTZWNzMuMDcxNkM4NS40NDQ2IDc0LjAwODIgODIuMTQ0MSA3OC41NTEgODIuNzU0NyA4My40NjExVjgzLjQ2MTFDODMuNjY3MyA5MC43OTk5IDc2LjEzOTEgOTYuMjY5NCA2OS40NDE1IDkzLjEzMzdWOTMuMTMzN0M2NC45NjA0IDkxLjAzNTcgNTkuNjIwMSA5Mi43NzA4IDU3LjIyOCA5Ny4xMDIxVjk3LjEwMjFDNTMuNjUyNyAxMDMuNTc2IDQ0LjM0NzMgMTAzLjU3NiA0MC43NzIgOTcuMTAyMVY5Ny4xMDIxQzM4LjM3OTkgOTIuNzcwOCAzMy4wMzk2IDkxLjAzNTcgMjguNTU4NSA5My4xMzM3VjkzLjEzMzdDMjEuODYwOSA5Ni4yNjk0IDE0LjMzMjcgOTAuNzk5OSAxNS4yNDUzIDgzLjQ2MTFWODMuNDYxMUMxNS44NTU5IDc4LjU1MSAxMi41NTU0IDc0LjAwODIgNy42OTY5IDczLjA3MTZWNzMuMDcxNkMwLjQzNTI3MyA3MS42NzE3IC0yLjQ0MDIzIDYyLjgyMTggMi42MTE3MiA1Ny40MjFWNTcuNDIxQzUuOTkxNzggNTMuODA3NiA1Ljk5MTc4IDQ4LjE5MjQgMi42MTE3MiA0NC41NzlWNDQuNTc5Qy0yLjQ0MDIzIDM5LjE3ODIgMC40MzUyNzIgMzAuMzI4MyA3LjY5NjkgMjguOTI4NFYyOC45Mjg0QzEyLjU1NTQgMjcuOTkxOCAxNS44NTU5IDIzLjQ0OSAxNS4yNDUzIDE4LjUzODlWMTguNTM4OUMxNC4zMzI3IDExLjIwMDEgMjEuODYwOSA1LjczMDU4IDI4LjU1ODUgOC44NjYzM1Y4Ljg2NjMzQzMzLjAzOTYgMTAuOTY0MyAzOC4zNzk5IDkuMjI5MTYgNDAuNzcyIDQuODk3OTFWNC44OTc5MVoiLz4KPC9zdmc+);
    mask-image: var(--mask-image);
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    transition: 0.3s;
    z-index: -1;
}

.about-counter-row {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 33px 24px;
}

.about-counter-row .about-counter-box-wp {
    flex: 0 0 calc(25% - 24px);
    display: block;
}

.h3-title {
    font-size: 40px;
    line-height: 60px;
    color: #0d5189;
    margin-bottom: 0;
}

.about-counter-text {
    position: relative;
}

.about-counter-text::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background-color: #ff6100;
}

.about-counter-text p {
    padding-left: 19px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #e30006;
}

/* end about  */



.ttv_title,
.lvhd_title {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -0.05em;
    padding-left: 54px;
    margin-bottom: 22px;
    border-left: 4px solid #ffffff;
    z-index: 10;
    position: relative;
}

.lvhd_xem_them {
    padding-top: 10px;
    padding-left: 54px;
}

.lvhd_des,
.lvhd_title {
    padding-left: 54px;
    color: #fff;
    z-index: 10;
    position: relative;
}

.lvhd_xem_them a {
    padding: 9px 31px 11px 31px;
}

.lvhd_xem_them a {
    color: #fff;
    border-radius: 30px;
    border: 1px solid #fff;
    display: inline-block;
    position: relative;
}

.lvhd_col_left {
    position: relative;
}

.lvhd_col_left .box-wrapper-field-left:before {
    content: "";
    position: absolute;
    background: #0d5189;
    border-radius: 50%;
    width: 850px;
    height: 850px;
    left: -261px;
    top: -168px;
    z-index: 0;
}

.box-wrapper-field-left {
    position: relative;
    max-width: 481px;
    margin-top: 31px;
}

.lvhd-button-next {
    right: 6px;
}

.lvhd-button-prev,
.lvhd-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/next-1.svg) center center no-repeat;
    width: 56px;
    height: 56px;
    background-size: contain;
    z-index: 5;
    cursor: pointer;
}

.lvhd_col_right .slide_item_wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(180deg, rgba(0, 160, 227, 0) 25.46%, #0d5189a3 77.31%);
    opacity: 0;
}

.lvhd_col_right .slide_item_inner {
    top: 79%;
    position: absolute;
    transition: all .3s ease-out;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    font-weight: bold;
    opacity: 0;
}

.lvhd_slide_title {
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 38px 0 10px 0;
}

.lvhd_col_right .slide_item_wrapper:hover>.slide_item_inner {
    top: 0;
    background: #0d5189e0;
}

.lvhd_slide_xem_them {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.lvhd_col_right .slide_item_wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.lvhd_col_right .lvhd-button-prev {
    left: -6px !important;
    transform: rotate(180deg) translateY(70%);
    background: url(../images/next-1.svg) center center no-repeat;
    background-size: contain;
}

.lvhd_col_right .btt_white {
    font-family: "Circularstd-book", sans-serif;
    color: #fff;
    border: 1px solid #fff;
    padding: 7px 33px 9px;
    border-radius: 24px;
    font-size: 16px;
}

.lvhd_col_right .slide_item_wrapper {
    overflow: hidden;
}

.lvhd_col_right .slide_item_wrapper {
    width: 100%;
    height: 380px;
    background-size: cover;
    border-radius: 16px;
}

.lvhd_col_right {
    overflow: hidden;
    position: relative;
}

.lvhd_col_right {
    right: -70px;
}

.tabs.nganh-hang-tabs.tabs-simple.tabs-light {
    margin-left: 33px;
    background: #fff;
    padding: 20px 15px;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
}

ul.nav.nav-tabs.nav-justified.featured-boxes .nav-item {
    margin-left: 0;
    text-align: center;
    padding-bottom: 20px;
}

.icon-featured img {
    width: 54px;
}

ul.nav.nav-tabs.nav-justified.featured-boxes a .tab-title {
    color: #08296C;
    display: block;
    margin-top: 15px;
    font-weight: 600;
    font-size: 17px;
}

ul.nav.nav-tabs.nav-justified.featured-boxes .nav-item.active {
    border-bottom: 3px solid #0d5189;
    background: linear-gradient(180deg, rgba(217, 241, 251, 0) 0%, #D9F1FB 100%);
}

ul.nav.nav-tabs.nav-justified.featured-boxes .nav-item {
    border-bottom: 3px solid #eee;
}

ul.nav.nav-tabs.nav-justified.featured-boxes {
    border: none;
}

ul.nav.nav-tabs.nav-justified.featured-boxes .nav-link:hover {
    border: none;
}

.lvhd-button-prev {
    transform: rotate(180deg) translateY(70%);
}

.nganh-hang-tabs .portfolio-item-wrapper:hover {
    background: linear-gradient(180deg, rgba(217, 241, 251, 0) 0%, #D9F1FB 100%);
}

.nganh-hang-tabs .portfolio-item-wrapper {
    background: #F8F8F8;
    overflow: hidden;
}

.nganh-hang-tabs .pitem-image img {
    width: 100%;
    margin: auto;
    object-fit: cover;
}

.nganh-hang-tabs .pitem-title {
    width: auto !important;
}

.porfolio-cat-list {
    position: relative;
}

.lvhd_col_bottom .tab-content {
    margin-top: 30px;
}

.pitem-image {
    text-align: center;
    margin-bottom: 3px;
}

.nganh-hang-tabs .pitem-title {
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: auto;
    text-align: center;
    padding: 10px;
    font-weight: 600;
}

section.field .container {
    max-width: 100% !important;
    padding-left: 80px;
    padding-right: 80px;
}

.lvhd_col_bottom {
    margin-top: 20px;
    background: #fff;
    position: relative;
}





















section.equal {
    background: url(https://suleco.vn/Data/Sites/1/media/website/bgchungnhan.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}

.list-equal-right {
    background: #fff;
    padding: 20px;
    /* display: flex; */
    border-radius: 5px;
    overflow: hidden;
}

.modul-equal-top {}

.box-suleco-bottom {
    background: #fff;
    margin-top: 15px;
    padding: 20px;
    border-radius: 5px;
}

.content-suleco-bottom {
    border-right: 1px solid #000;
}

.hedding-suleco span {
    color: #e30006;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
}

.content-succer-col p {
    color: #e30006;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
    padding-bottom: 0px;
}

.item-vamas-suleco {}

.item-vamas-suleco {
    display: flex;
    gap: 0px 10px;
}

.ModuleContent-equal-left {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.ModuleContent-equal-left img {
    width: 100%;
}

.content-equal-item-member span {
    font-size: 15px;
    color: #a20d3b;
    font-weight: 600;
}

.content-equal-item-member p {
    font-size: 14px;
    color: #a20d3b;
    line-height: 1.5;
}

.content-equal-item-member {
    margin-top: 15px;
}

.item-equal-cake a {
    display: block;
    text-align: center;
}

.content-vamas-suleco {
    display: flex;
    gap: 0px 10px;
}

.images-vamas-suleco {
    width: 66px;
}

.content-aspact-vamas p {
    font-size: 14px;
    line-height: 1.3;
}

.content-aspact-vamas {
    flex: 1;
}


.hedding-equal-top-text-connet span {
    color: #e30006;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
}

.box-hedding-title-brand h2 {
    font-weight: 500;
    font-size: 39px;
    line-height: 46px;
    letter-spacing: -0.05em;
    padding-left: 54px;
    border-left: 4px solid #08296c;
    position: relative;
    z-index: 10;
    color: #0d5189;
}

.list-brand-slider {
    overflow: hidden;
}


.list-slick-slider-brand-mafei {
    overflow: hidden;
}

.item-slider-mafei-brand img {
    border-radius: 10px;
    width: 100%;
}

.item-left-brand-cl span {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.05em;
    color: #08296C;
    font-weight: 600;
    font-family: unset;
}

.box-brand-cl {
    background: #ECF2F4;
    border-radius: 12px;
    padding: 20px 21px !important;
}

.news-item-side .news-item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    width: 100%;
}


.news-item-side .news-item-img figure {
    overflow: hidden;
}

section.block-news {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(rgba(237, 237, 237, .4)));
    background: linear-gradient(180deg, #ededed, rgba(237, 237, 237, .4));
    height: 100%;
    overflow: hidden;
    padding: 20px 0px;
}

.news-item.news-item-big {
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .05);
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}

.news-item.news-item-big img {
    width: 100%;
    height: 450px;
}

.news-item-date {
    font-size: 15px;
    line-height: 1.42857;
    color: #989898;
}

.news-item-title a {
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333 !important;
    =:
        inline;
    font-size: 17px;
    font-weight: 600;
}

.news-item-brief {
    color: #989898;
}

.news-item-caption {
    padding: 20px;
}

.news-item.news-item-side {
    display: flex;
    overflow: hidden;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .05);
    border-radius: .41667rem;
    background-color: #fff;
    margin-bottom: 17px;
    height: 145px !important;
}

.news-item.news-item-side .news-item-brief {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    margin-top: 5px;
}

.news-item-side .news-item-img img {
    width: 100%;
    height: 309px !important;
}

.news-slide-list {
    overflow: hidden;
    height: 640px;
}


.section-heading {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
}

.section-heading h2 {
    color: #0d5189;
    font-size: 30px;
}

section.field {
    overflow: hidden;
    padding: 30px 0px;
}

.box-block-news .section-heading a {
    -webkit-transition: all .3s ease-in-out;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: .625rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    padding: 5px 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #e30006;
    color: #fff;
    border: none;
    border-radius: 5px !important;
    height: 43px;
}

section.box-brand-container {
    padding: 30px 0px;
}

p.content-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-client-card {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 23px #23397426;
    box-shadow: 0px 0px 23px #23397426;
    padding: 40px 20px 15px 30px;
    margin: 30px 20px 20px;
    position: relative;
}

.single-client-card .quote {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    display: inline-block;
    margin-left: -50px;
    margin-top: -70px;
    background: #085fab;
    color: #ffffff;
    font-size: 28px;
    border-radius: 10px;
}

.single-client-card .quote svg {
    /* padding: 9px; */
    stroke-width: unset;
    width: 36px;
    height: 36px;
    margin-left: 10px;
}

.single-client-card .quote svg path {
    fill: #fff;
}

.single-client-card .content-text {
    margin-bottom: 20px;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.single-client-card .media .media-left img {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    margin-right: 15px;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.content-text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.text-peaster-member {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-client-card .media .media-body h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #0d5189;
}

.single-client-card .media .media-body .tp-review-meta {
    float: right;
}


.ic-yellow {
    color: #fcb040;
}

.single-client-card .media .media-body span {
    font-weight: 500;
    font-size: 14px;
}

.tp-review-meta span {
    margin-left: 10px;
    color: #fcb040;
}

.box-slider-custumer-giayphep {
    overflow: hidden;
}

.item-image-stva img {
    width: 100%;
}

.box-slider-custumer {
    overflow: hidden;
}

.box-customer-container {
    padding: 20px 0px;
}

.about-feature-text {
    flex: 1;
}

.hedding-customer span {
    margin-bottom: 25px;
    display: inline-block;
}

.hedding-customer {
    width: 65%;
    text-align: center;
    margin: 0 auto;
}

section.customer {
    padding: 30px 0px;
}

.hedding-customer span {
    font-weight: 700;
    color: #0d5189;
    font-size: 30px;
}

footer {
    background-color: var(--footer-background-color);
    padding: 40px;
}

ul.elementor-icon-list-items li {
    color: #fff;
    margin-bottom: 10px;
}

.hedding-footer-center h2 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 20px;
}

.hedding-footer-right h2 {
    color: #fff;
}

.list-media-footer-bottom ul {
    display: flex;
    gap: 0px 10px;
}

.list-media-footer-bottom ul li a {
    background: #ea4335;
    color: #Fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.list-media-footer-bottom {
    margin-top: 15px;
    margin-bottom: 20px;
}

.bocongthuong-footer img {
    height: 62px;
}

.images-footer-left {
    margin-bottom: 20px;
}

.box-item-footer-seciton-twe {
    display: flex;
    gap: 0px 10px;
    align-items: start;
}

.content-section-map-footer a p {
    padding: unset;
    margin: unset;
    font-style: italic;
    color: var(--footer-link-color);
    font-weight: 600;
    font-size: 16px;
}

.content-section-map-footer a {
    color: var(--footer-text-color);
    font-size: 14px;
}

.box-item-footer-seciton-twe {
    color: #fff;
}

.footer-bottom-section-twe {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid var(--footer-border-color);
}
























h1.heading-title-post-details {
    color: #a20d3b;
    font-weight: 800;
    margin-bottom: 0.25rem;
    font-size: 23px;
}

.title-slibar {
    background: #efefef;
    color: #464646;
    padding-right: .83333rem;
    padding-left: .83333rem;
    padding-top: 1.04167rem;
    padding-bottom: 1.04167rem;
    font-weight: 700;
}

.title-slibar {
    font-weight: 700;
    font-size: 16px;
}

.title-slibar h2 {
    font-size: 17px;
    color: #464646;
    font-weight: 700;
}

.body-new-orther {
    border: 1px solid #efefef;
    padding: 1.04167rem;
}

.item-slibar-col-member {
    margin-bottom: 20px;
}

.box-slibar-col {
    position: sticky;
    top: 20px;
}

.item-block-sliber-orther {
    display: flex;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
}

.news-item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.25%;
    flex: 0 0 31.25%;
    width: 100%;
}

.news-item-caption {
    padding-left: .625rem;
}

.news-item-caption-block {
    padding-left: .625rem;
}

.news-item-caption-block .news-item-date {
    color: #989898;
    font-size: 11px;
}

.news-item-caption-block .news-item-title a {
    color: #a20d3b;
    margin-top: .20833rem;
    font-size: 14px;
}

.news-item-img img {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.news-item-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.list-galaxy-slider-images {
    overflow: hidden;
}

.images-slider-galaxy {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.images-slider-galaxy:before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    width: 100%;
    height: 100%;
}

.content-slider-galaxy-images {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.content-slider-galaxy-images i {
    font-size: 22px;
}

.content-slider-galaxy-images span {
    font-size: 17px;
}

.box-contact-body {
    text-align: center;
    width: 65%;
    margin: 20px auto;
}

.hedding-header-contact h1 {
    color: #a20d3b;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hedding-header-contact span {
    margin-bottom: 20px;
    display: block;
}

.body-contact-track form {
    display: flex;
    gap: 0px 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item-label-form {
    width: 49%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.item-label-form input {
    height: 40px;
    border-radius: 25px;
    padding: 0px 20px;
}

.textrax-label-form {
    width: 100%;
}

.textrax-label-form textarea {
    border-radius: 15px;
    height: 137px !important;
}

.policy-label-form {
    text-align: left;
    padding: 10px 4px;
}

.baomat-contact a {
    background: #fa3960;
    color: #fff;
    padding: 5px 10px;
    display: block;
    font-style: italic;
    border-radius: 5px;
}

.btn-form-contacts button {
    background: #a20d3b;
    color: #fff;
    display: flex;
    gap: 0px 5px;
    font-size: 13px;
    padding: 5px 20px;
    border-radius: 5px;
    align-items: center;
}



.box-contact-article-section {
    position: relative;
    padding: 5.20833rem 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.title-article-contact {
    margin-bottom: 45px;
    text-align: center;
}

.title-article-contact h2 {
    color: #Fff;
    font-size: 33px;
}

.item-section-article-member {
    display: flex;
    gap: .83333rem;
}

.item-section-article-member .number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 4.5rem;
    padding-top: 2.70833rem;
    width: 100%;
    max-width: 4.5rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    font-size: 27px;
}

.caption-body-article {
    padding-left: 20px;
    border-left: 1px solid #fff;
    color: #fff;
}

.list-article-item .row {
    gap: 30px 0px;
}

.caption-body-article ul {
    margin-top: 10px;
    font-size: 14px;
}

.caption-body-article ul li {
    margin-bottom: 5px;
}

.caption-body-article>span {
    font-weight: 700;
    font-size: 17px;
}

.line-contact img {
    margin-bottom: -310px;
}

.map-contact iframe {
    width: 100%;
}




































section.about-product1 {
    /* background-color: #18203d; */
    padding: 50px 0 50px 0;
    position: relative;
}



.hedding-about1 {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}

.hedding-about1 span {
    color: #FFF;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
}

.hedding-about1 h2 {
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px;
}

.hedding-about1 a {
    font-size: 21px;
    font-weight: 600;
    background-color: #71819a;
    border-radius: 20px 20px 20px 20px;
    padding: 7px 30px;
    color: #fff;
    fill: #fff;
    text-align: center;
    display: inline-block;
}

.content-about-product-1 p {
    color: #fff;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    display: block;
}

.btn-dangky-about1 {
    font-size: 19px;
    font-weight: 600;
    background-color: #E0762A;
    border-radius: 20px 20px 20px 20px;
    padding: 10px 30px;
    color: #fff;
    display: inline-block;
}

.btn-dangky-about1 svg {
    width: 25px;
    height: 25px;
}

.btn-dangky-about1 svg path {
    fill: #fff;
}

.content-about-product-1-right p {
    color: #fff;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    display: block;
}

.box-body-about-product1 {
    margin-bottom: 40px;
}

.box-container-mucluc-abouts h3 {
    text-transform: uppercase;
}

.mucluc-about-products {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 50px 50px 50px 50px;
    background-color: #FFF;
    border-radius: 20px 20px 20px 20px;
    margin: 0 auto;
}

.box-container-mucluc-abouts h2 {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
}

.list-mucluc-about ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.list-mucluc-about ul li {
    margin-bottom: 20px;
    list-style: disc;
}









.hedding-header-contact h1 {
    font-size: 20px;
}

.title-article-contact h2 {
    font-size: 28px;
}


.tp-instagram-icon a {
    font-size: 17px;
    line-height: 1.4;
}

.tp-instagram-item:hover .tp-instagram-icon {
    width: 94%;
    margin: 0 auto;
    text-align: center;
}







.hedding-reasons {
    background-color: #347c95;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 0 30px 0;
    text-align: center;
}

.hedding-member-reasons span {}

.hedding-member-reasons span {
    padding: 5px 20px 5px 20px;
    background-color: #fff;
    border-radius: 25px 25px 25px 25px;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 20px;
}

.hedding-member-reasons h2 {
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hedding-member-reasons p {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.3em;
}

.item-header-reasons {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #347c95;
    margin-bottom: 30px;
}

.list-reasons-body {
    padding: 30px 0px 0px;
}

.item-header-reasons span {
    color: #18203d;
    font-family: "Roboto", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.3;
}

.box-right-item-reasons-header span {
    color: #18203d;
    font-family: "Roboto", Sans-serif;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
}

.box-right-item-reasons-header p {
    padding: 5px 10px 5px 10px;
    background-color: #da3318;
    text-align: center;
    color: #ffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}






section.free-consultation {
    background-color: #233b5e;
    background-image: url(https://yoko.edu.vn/wp-content/uploads/2022/03/cam-nang-du-hoc-yoko-nen-tu-van.jpg);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 0 40px 0;
}

.images-free-consultation p {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.content-desp-free-consultation h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.content-desp-free-consultation ul li {
    color: #ffff;
    list-style: disc;
    margin-left: 20px;
    padding-bottom: 10px;
}

.content-desp-free-consultation ul {
    margin-bottom: 30px;
}

.box-btn-free-consultation {
    text-align: center;
}

section.condition {
    background-color: #535f66;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 0 0px 0;
}

.hedding-condition {
    text-align: center;
}

.hedding-condition span {
    padding: 5px 10px 5px 10px;
    background-color: #fff;
    border-radius: 25px 25px 25px 25px;
    display: inline-block;
    margin-bottom: 10px;
}

.hedding-condition h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.hedding-condition p {
    color: #95daf8;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.box-content-about-condition p {
    color: #fff;
    font-size: 15px;
}

.disc-content-condition-bottom-about {
    padding: 20px;
    text-align: center;
    color: #95daf8;
    font-size: 22px;
    font-weight: 600;
    /* text-transform: uppercase; */
}

.list-clause {
    margin-top: 20px;
}

.clause-item-header {
    margin: 0 380px 0 380px;
    padding: 2px 8px 2px 8px;
    background-color: #3a4349;
    border-style: solid;
    border-color: #3a4349;
    border-radius: 20px 20px 0 0;
    text-align: center;
}

.clause-item-header span {
    font-size: 22px;
    color: #Fff;
    font-weight: 600;
    /* text-transform: uppercase; */
}

.content-clause-body-item {
    padding: 25px 25px 25px 25px;
    background-color: #fff;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #3a4349;
}


.item-clause {
    margin-bottom: 0px;
}








section.condition-2 {
    padding: 1rem 0px;
}

section.condition-2 .hedding-condition span {
    padding: 5px 20px 5px 20px;
    background-color: #234b3c;
    border-radius: 25px 25px 25px 25px;
    color: #fff;
}

section.condition-2 .hedding-condition h2 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
}

section.condition-2 .hedding-condition p {
    color: #868686;
    font-family: "Roboto", Sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.hedding-item-body-condition-2 {
    display: flex;
    gap: 0px 20px;
    align-items: center;
    margin-bottom: 20px;
}

.hedding-item-body-condition-2 span {
    color: #234b3c;
    font-family: "Roboto", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    padding: 2px 10px 2px 10px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #234b3c;
}








.condition-3 .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.condition-3 .section-label {
    display: inline-block;
    background-color: #fff;
    color: #4a6fa1;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.condition-3 .section-title {
    font-size: 28px;
    color: #334b72;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.condition-3 .section-subtitle {
    color: #334b72;
    font-size: 18px;
    margin-bottom: 30px;
}

.condition-3 .section-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.condition-3 .column-left,
.column-right {
    padding: 20px;
    position: relative;
    color: #fff;
}

.condition-3 .column-bottom {
    width: 100%;
    padding: 20px;
    position: relative;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin-top: 20px;
}

.condition-3 .column-number {
    font-size: 60px;
    font-weight: bold;
    color: rgb(255 255 255);
    margin-bottom: 20px;
}

.condition-3 .column-title {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
}

.fee-list {
    margin-top: 20px;
}

.fee-list p {
    margin-bottom: 10px;
    line-height: 1.6;
}

.promotion-banner {
    background-color: #fff;
    color: #334b72;
    text-align: center;
    padding: 12px 20px;
    border-radius: 30px;
    font-weight: bold;
    margin: 25px auto;
    width: fit-content;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.section-container.condition-3 {
    background: #cad5da;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 0 30px 0;
}

.condition-3 .section-content .column-right {
    border-left: 1px solid #000000;
}

.title-tongprice p {
    padding: 10px 0px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}

.title-tongprice {
    border-color: #3F5159;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background: #3F5159;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 30px;
}

.luuy-condition-3 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 25px 10px 10px 10px;
    background-color: #3F5159;
    border-radius: 8px;
    color: #Ffff;
}

.luuy-condition-3 span {
    margin-left: 20px;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 8px;
}

.luuy-condition-3 ul li {
    list-style: decimal;
    margin-left: 30px;
    margin-bottom: 10px;
}

.luuy-condition-3 span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #347c95;
    bottom: 0;
}


section.scholarships {
    margin-top: 30px;
    margin-bottom: 30px;
}

section.scholarships .section-header {
    text-align: center;
}

section.scholarships .section-header .section-label {
    padding: 5px 20px 5px 20px;
    background-color: #e0762a;
    border-radius: 25px 25px 25px 25px;
    display: inline-block;
    color: #fff;
    margin-bottom: 20px;
}

.hedding-scholarships {
    display: flex;
    gap: 0px 20px;
    margin-bottom: 20px;
}

.hedding-scholarships span {
    color: #ec7335;
    font-family: "Roboto", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    border-right: 2px solid #ec7335;
    line-height: 55px;
    height: 55px;
    padding-right: 10px;
}

.hedding-scholarships p {
    color: #18203d;
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.5em;
}

.list-scholarships {
    margin-top: 30px;
}

.scholarships-body .clause-item-header {
    background: #e0762a;
    border-color: #e0762a;
    border-radius: 55px 55px 0 0;
}

.scholarships-body .content-clause-body-item {
    border-color: #e0762a;
    border-width: 3px 3px 3px 3px;
}

.box-btn-dangky {
    text-align: center;
}

.scholarships-body .item-clause {
    margin-bottom: 10px;
}












section.application .section-header {
    background-color: #2f6681;
    color: #fff;
    text-align: center;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0040px;
    margin-bottom: 0;
    padding: 30px 0 30px 0;
}

section.application .section-label {
    padding: 5px 20px 5px 20px;
    background-color: #FFF;
    border-radius: 25px 25px 25px 25px;
    display: inline-block;
    margin-bottom: 10px;
    color: #2D6681;
    font-weight: 600;
}

.ps-block__content table {
    width: 100%;
}

.about-feature-text h4 {
    font-size: 19px;
}

section.application .section-title {
    color: #fff;
}

em.far.fa-arrow-right-to-arc svg path {
    stroke: #fff;
}

.about-feature-icon img {
    width: 35px;
    height: 35px;
}

.box-block-list-bottom .news-item-caption {
    height: 165px;
}

.clause-item-header span {
    font-size: 18px;
}

.hedding-header-contact h1 {
    font-size: 25px;
    margin-bottom: 10px;
}

.hedding-header-contact {
    padding-bottom: 15px;
}

.box-contact-article-section {
    padding: 2.20833rem 0;
}

.btn-form-contacts button {
    font-size: 16px;
}

div#table-of-contents ul li {
    list-style: disc !important;
    margin-left: 20px;
    color: #000;
}

@media (max-width: 768px) {
    .news-item.news-item-big img {
        width: 100%;
        height: unset;
    }

    .form-contacts {
        flex-direction: column;
    }

    .box-hanquoc .cta-section h2 {
        line-height: 1 !important;
    }

    .box-hanquoc .program-content {
        height: unset;
        padding-bottom: 20px !important;
    }

    section.taisao2 {
        margin-top: 10px;
    }

    .member-5 .highlight-description {
        font-size: 15px;
    }

    .member-5 .note-box {
        margin-left: 0px !important;
    }

    .member-5 .cost-title {
        font-size: 20px !important;
    }

    .member-5 .total-amount {
        font-size: 19px;
    }

    .member-5 .cost-icon {
        font-size: 31px;
    }

    .box-hanquoc .section-title {
        margin-bottom: 15px;
        font-size: 21px !important;
    }

    .box-hanquoc .features {
        padding: 35px 0px !important;
    }

    section.nophoso {
        padding: 10px 0px !important;
    }

    .box-hanquoc .cta-section h2 a {
        font-size: 25px !important;
        line-height: 1.2 !important;
    }

    .box-hanquoc .cta-section {
        padding-right: 26px !important;
    }

    .box-hanquoc .cta-section p {
        margin: 30px 0px !important;
        font-size: 16px;
    }

    .taisao2 .subtitle {
        font-size: 18px !important;
    }

    .taisao2 .commitment-title {
        font-size: 25px !important;
    }

    .taisao2 .commitment-section {
        padding: 10px !important;
    }

    .taisao2 .content-grid {
        grid-template-columns: 1fr;
    }

    .taisao2 .main-title {
        font-size: 25px !important;
    }

    .taisao2 .commitment-grid {
        grid-template-columns: 1fr;
    }

    .taisao2 .container {
        padding: 15px;
    }
}

@media (min-width: 769px) {
    .news-item-side .news-item-img figure {
        -o-object-fit: cover;
        width: 100%;
        height: 7.03125rem;
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 991px) {
    .ttttskynang .warning-box {
        height: unset !important;
    }

    .luuy-condition-3 {
        height: unset !important;
        margin: unset !important;
    }

    section.about-product1 {
        padding-left: 0px !important;
        padding-bottom: 0px;
    }

    .fee-list {
        margin: 20px 0px 0px !important;
    }

    .column-right {
        height: auto !important;
    }

    section#process {
        padding-left: 0px !important;
    }

    .box-hanquoc .programs {
        padding-left: 0px !important;
    }

    .nophoso .notes-title {
        font-size: 25px !important;
    }

    .btn-dangky-about1 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .content-about-product-1-right iframe {
        width: 100%;
    }

    .hedding-member-reasons h2>div {
        font-size: 22px !important;
    }

    .hedding-member-reasons span {
        font-size: 17px !important;
        display: inline-block !important;
    }

    .hedding-member-reasons p {}

    .box-content-about-condition p {
        font-size: 18px !important;
    }

    .images-about-right-condition img {
        width: 100%;
        height: 100%;
        margin-left: unset !important;
    }

    .box-content-about-condition {
        padding: 20px 0px !important;
    }

    .disc-content-condition-bottom-about span {
        /* font-size: 20px !important; */
        display: block;
    }

    .disc-content-condition-bottom-about p {}

    section.condition p {
        margin-left: unset !important;
        border-radius: 5px !important;
    }

    .clause-item-header {
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100% !important;
        padding-bottom: 0px !important;
    }

    section.maketing-city img {
        width: 100%;
    }

    section.condition-2 img {
        width: 100%;
    }

    section.condition-2 img {
        width: 100% !important;
        height: 100%;
    }

    .content-list-condition-2 span {
        width: 100% !important;
        height: 100% !important;
    }

    .desc-content-body-condition-2 p {
        font-size: 20px !important;
    }

    .column-left {
        padding: 20px 10px !important;
    }

    .condition-3 .section-content .column-right {
        padding: 20px 0px !important;
    }

    .condition-3 .section-content .column-right {}

    .fee-list {
        margin-bottom: 10px !important;
    }

    .luuy-condition-3 {
        padding: 20px 10px 13px 17px !important;
        /* margin-left: 10px !important; */
    }

    .box-loading-pages img {
        width: 100% !important;
        height: 100%;
        padding-bottom: 10px;
    }

    section.application .section-title {
        font-size: 24px;
    }




    .hedding-member-reasons p {
        font-size: 17px;
    }

    .clause-item-header {
        margin: unset;
    }

    .hedding-member-reasons span {
        font-size: 17px;
    }

    .hedding-item-body-condition-2 h2 {
        font-size: 22px;
    }

    .desc-content-body-condition-2 {
        margin-top: 25px;
    }

    .box-right-item-reasons-header span {
        font-size: 19px;
    }

    .item-header-reasons span {
        font-size: 45px;
    }

    .box-right-item-reasons-header span {
        font-size: 19px;
    }

    .item-header-reasons {
        flex-direction: column;
    }


    .box-right-item-reasons-header {
        order: 1;
    }

    .box-right-item-reasons-header p {
        font-size: 14px;
    }

    .tp-shop-main-wrapper {
        padding: unset;
    }

    section.about-sec .container {
        padding: unset;
    }

    .condition-3 .section-content .column-right {
        border: unset;
    }

    .mucluc-about-products {
        padding: 20px 20px 25px 29px;
    }

    figure {
        margin: 0 0 0rem 0px;
    }

    .box-contact-body {
        width: 100%;
    }

    .item-label-form {
        width: 100%;
    }

    .box-slibar-col {
        position: unset;
        margin-top: 20px;
    }

    .box-item-footer-seciton-twe {
        margin-bottom: 20px;
    }

    .box-nav-tabs-hangngang {
        overflow-x: scroll;
    }

    ul.nav.nav-tabs.nav-justified.featured-boxes {
        width: 100%;
        max-width: fit-content;
        min-width: max-content;
    }

    .single-client-card {
        margin: 30px 0px 20px;
    }

    .box-footer-left {
        margin-bottom: 20px;
    }

    .footer-center-member {
        margin-bottom: 20px;
    }

    .hedding-footer-center h2 {
        font-size: 17px;
    }

    .hedding-footer-right h2 {
        font-size: 20px;
    }

    .single-client-card .quote {
        margin-left: -20px;
        margin-top: -70px;
    }

    footer {
        padding: 20px 0px;
    }

    .news-item.news-item-side {
        margin-bottom: 20px;
        display: flex !important;
    }

    .lvhd_xem_them {
        padding-left: 0px;
    }

    .lvhd_col_right {
        right: 0px;
    }

    .box-wrapper-field-left {
        margin-bottom: 20px;
    }

    .lvhd_des,
    .lvhd_title {
        padding-left: 15px;
    }

    section.field .container {
        max-width: 100% !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .modul-equal-top {
        margin-top: 20px;
    }

    section.equal {
        padding: 20px 0px;
    }

    .item-left-brand-cl {
        text-align: center;
        margin-bottom: 20px;
    }

    .box-hedding-title-brand br {
        display: none;
    }

    section.customer {
        padding: 10px 0px;
    }

    .box-hedding-title-brand h2 {
        font-size: 28px;
        padding-left: 17px;
        line-height: 36px;
        margin-bottom: 25px;
    }

    .students-endroll-image {
        margin-bottom: 0px;
    }

    .about-image-box-wp {
        max-width: 100%;
    }


    .about-image-box-wp {
        margin: 0 auto;
    }

    .about-image-box-bg {
        aspect-ratio: 1 / 0.93023255;
    }

    .about-image-box-bg {
        width: 100%;
    }

    .about-image {
        text-align: center;
    }

    .about-image-icon img {
        width: 51px;
    }

    .about-image-icon.bottom-icon {
        right: -10px;
        top: 65px;
    }

    .h5-title {
        font-size: 16px;
        line-height: 26px;
    }

    .students-endroll-image img {
        width: 150px;
    }

    .about-content {
        margin-left: 0;
        margin-top: 60px;
    }

    .sub-title {
        margin-bottom: 14px;
    }

    .sub-title {
        font-size: 18px;
        line-height: 18px;
    }


    .about-feature-info {
        flex-direction: column;
        justify-content: start;
    }

    .sec-btn {
        padding: 16px 31px;
    }

    .about-counter-row .about-counter-box-wp {
        flex: 0 0 calc(49% - 24px);
    }



    .about-counter-row {
        margin-top: 25px;
    }

    section.condition-2 .hedding-condition h2 {
        font-size: 20px !important;
    }
}

@media (min-width: 769px) {
    .news-item-side .news-item-img figure {
        -o-object-fit: cover;
        width: 100%;
        height: 7.03125rem;
        height: 100%;
        object-fit: cover;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 991px) {
    .section-container.condition-3 {
        padding-bottom: 0px;
    }

    .hedding-scholarships p {
        font-size: 18px;
    }

    .mucluc-about-products {
        padding: 20px 15px 20px 22px !important;
    }

    .box-container-mucluc-abouts h3 {
        margin-bottom: 20px;
    }

    .section-heading {
        justify-content: center;
    }

    .single-client-card .quote svg {
        margin-bottom: -5px;
    }

    .news-item-side .news-item-img img {
        height: 166px !important;
    }

    .news-item-side .news-item-img {
        flex: 0 0 39.25%;
    }

    .content-succer-col p {
        font-size: 16px;
    }

    .box-block-news .section-heading a {
        display: none;
    }

    .content-vamas-suleco {
        flex-direction: column;
        gap: 10px 0px;
        margin-bottom: 20px;
    }

    .section-heading h2 {
        font-size: 24px;
    }

    h2.lvhd_title {
        font-size: 29px;
        line-height: 35px;
    }

    .hedding-customer span {
        font-size: 25px;
    }

    .hedding-customer {
        width: 98%;
    }

    .news-item-side .news-item-img figure {
        width: 100%;
        height: 100%;
    }

    .tabs.nganh-hang-tabs.tabs-simple.tabs-light {
        margin-left: 0px;
        padding: 20px 0px;
    }

    .news-slide-list {
        margin-top: 20px;
        height: unset;
        overflow: hidden;
    }

    .h3-title {
        font-size: 38px;
    }

    .students-endroll-image {
        margin-bottom: 0px;
    }

    .about-image-box-wp {
        max-width: 100%;
    }

    .about-sec {
        padding: 20px 0px 20px !important;
    }

    .about-image-box-wp {
        margin: 0 auto;
    }

    .about-image-box-bg {
        aspect-ratio: 1 / 0.93023255;
    }

    .about-image-box-bg {
        width: 100%;
    }

    .about-image {
        text-align: center;
    }

    .about-image img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .about-image-icon img {
        width: 51px;
    }

    .about-image-icon.bottom-icon {
        right: -10px;
        top: 65px;
    }

    .students-endroll-box {
        padding: 12px;
        top: 310px;
    }

    .h5-title {
        font-size: 16px;
        line-height: 26px;
    }

    .students-endroll-image img {
        width: 150px;
    }

    .about-content {
        margin-left: 0;
        margin-top: 20px;
    }

    .sub-title {
        margin-bottom: 14px;
    }

    .sub-title {
        font-size: 18px;
        line-height: 18px;
    }

    .about-content .sec-title .h2-title {
        margin-bottom: 12px;
        font-size: 25px;
        line-height: 30px;
    }

    .about-feature-info {
        flex-direction: column;
        justify-content: start;
    }

    .sec-btn {
        padding: 16px 31px;
    }

    .about-counter-row .about-counter-box-wp {
        flex: 0 0 calc(49% - 24px);
    }

    .about-counter-text p {
        font-size: 13px;
        line-height: 18px;
    }

    .about-counter-row {
        margin-top: 25px;
        gap: 10px 10px;
    }
}

.box-galery-images .title-gallery {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 21px;
}

.box-galery-images a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #33333345;
}

.box-galery-images a {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.box-galery-images img {
    /* height: 420px; */
}

.tp-product-title {
    text-align: left;
    color: var(--primary-color);
    width: 100%;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0 4px;
    /* overflow: hidden; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tp-product-desc {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 0px;
    height: 60px;
    text-align: justify;
    line-height: 20px;
}

.tp-product-desc p {
    line-height: 20px !important;
}

.tp-product-content {
    padding: 10px 15px 20px !important;
}

.tp-cross-sale-product,
.tp-product-details-top {
    margin: 10px 0 !important;
}

.tp-full-width {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.box-contact-article-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #172041b5;
    top: 0;
}

.box-contact-article-section .container {
    position: relative;
}

.box-member-form .demo-container {
    text-align: center;
    color: white;
    margin-bottom: 30px;
}

.box-member-form .demo-container h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.box-member-form .trigger-btn {
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 1.1rem;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    margin: 10px;
}

.box-member-form .trigger-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.box-member-form .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 9999999999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.box-member-form .popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.box-member-form .popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    transition: all 0.3s ease;
    z-index: 1001;
}

.box-member-form .popup-overlay.active .popup-container {
    transform: translate(-50%, -50%) scale(1);
}

.box-member-form .popup-header {
    background: #152147;
    color: white;
    padding: 18px 18px 15px;
    border-radius: 20px 20px 0 0;
    position: relative;
    text-align: center;
}

.box-member-form .popup-header h2 {
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 700;
    color: #fff;
}

.box-member-form .popup-header p {
    opacity: 0.9;
    font-size: 1rem;
    color: #fff;
}

.box-member-form .close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.box-member-form .close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.box-member-form .popup-content {
    padding: 30px;
}

.box-member-form .form-group {
    margin-bottom: 20px;
}

.box-member-form .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}

.box-member-form .form-control {
    width: 100%;
    padding: 9px 15px;
    border: 2px solid #e1e8ed;
    border-radius: 25px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
    height: 45px;
}

.box-member-form .form-control:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    background: white;
}

.box-member-form textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

.box-member-form .submit-btn {
    /* width: 100%; */
    background: #152147;
    color: white;
    border: none;
    padding: 15px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
}

.box-member-form .submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.box-member-form .submit-btn:active {
    transform: translateY(0);
}

.box-member-form .success-message {
    display: none;
    text-align: center;
    padding: 30px;
    color: #27ae60;
}

.box-member-form .success-message.show {
    display: block;
}

.box-member-form .success-icon {
    font-size: 4rem;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .box-member-form .popup-container {
        /* margin: 20px; */
        width: calc(100% - 40px);
    }

    .box-member-form .popup-header {
        padding: 20px;
    }

    .box-member-form .popup-header h2 {
        font-size: 1.5rem;
    }

    .box-member-form .popup-content {
        padding: 20px;
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translate(-50%, -30%) scale(0.8);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.box-member-form .popup-overlay.active .popup-container {
    animation: slideInUp 0.4s ease;
}

.tp-related-product h3.section-title.tp-section-title-6 {
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #ff6b6b;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

.tp-related-product h3.section-title.tp-section-title-6:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 2px;
}

.tp-product-related-slider-active.swiper-container.mb-10.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    overflow: hidden;
}

.item-images {
    text-align: center;
}

.list-equal-right {
    display: flex;
    flex-wrap: wrap;
}

.item-equal-cake {
    width: calc(100% / 4 - 12px);
}

.box-container-equal-top {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.item-equal-cake img {
    object-fit: contain;
}
    .box-nhatban .about-product1 {
    padding-bottom: 0px !important;
}

.box-nhatban section.nophoso {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}

.box-nhatban .important-notes {
    margin-top: 0px !important;
}
.box-member-about1-nhatban {
    padding-bottom: 30px;
    padding-top: 30px;
}
.box-hanquoc.section5-nhatban {
    padding: 30px 0px;
}
.box-hanquoc.section5-nhatban .nophoso .seasons-grid {
    margin-bottom: 30px;
}
.box-hanquoc.section5-nhatban .nophoso .section-header {
    margin-bottom: 30px;
}
section.condition.section6-nhatban {
    padding-top: 0px;
}

section.condition.section6-nhatban .box-member-feature .scroll-animate {
    margin-top: 0px;
}



section.section7-nhatban section.section.scroll-animate.visible {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    padding-top: 10px;
}
section.section7-nhatban section#process {
    padding-top: 0px;
}

section.condition.section6-nhatban .section {
    margin-top: 0px;
    padding-top: 10px;
}

section.condition.section6-nhatban .disc-content-condition-bottom-about {
    padding: unset;
}

section.box-member-feature.section8-nhatban section.section.scroll-animate.visible {
    margin-top: 0px;
    padding-top: 10px;
}

.section-container.condition-3.section9-nhatban {
    padding-top: 0px;
    padding-bottom: 0px;
}


.section-container.condition-3.section9-nhatban section.section.scroll-animate.visible {
    padding-top: 15px;
}
section.box-member-feature.section10-nhatban section.section.scroll-animate.visible {
    padding-top: 15px;
    padding-bottom: 15px !important;
}
section.ttttskynang.section-6-hanquoc .section-title {
    border: none;
}

.section-6-hanquoc .section h2::after {
    left: 50%;
}
section.member-5.section-7-hanquoc .cost-overview {
    margin-bottom: 20px;
}

.section-3-hanquoc {
    padding: 30px 0px !important;
}

section.member-5.section-7-hanquoc {
    padding-bottom: 20px;
}

.section.box-ttskynang-section-1 .highlight-box {
    margin-bottom: 0px;
}

.section.box-ttskynang-section-2 .grid {
    margin-bottom: 0px;
}

.section.box-ttskynang-section-3 .highlight-box {
    margin-bottom: 0px;
}

.section.box-ttskynang-section-4 .industry-list {
    margin-bottom: 0px;
}

.section.box-ttskynang-section-5 .grid {
    margin-bottom: 0px;
}

.section.box-ttskynang-section-6 .highlight-box {
    margin-bottom: 0px;
}

.section.box-ttskynang-section-7 .process-steps {
    margin-bottom: 0px;
}

.section.box-ttskynang-section-7 .warning-box {
    margin-bottom: 0px;
}
.box-container-section-ttskynang h2 {
    text-transform: uppercase;
    font-size: 22px !important;
}

.section.box-ttskynang-section-8 .warning-box {
    margin-bottom: 0px;
}

section.section.fade-in.visible.ss-kndd-1 {
    padding-bottom: 0px;
}

section.box-kynang-dd.ss-kndd .section {
    padding-bottom: 15px;
}

section.box-kynang-dd.ss-kndd h2 {
    text-transform: uppercase;
    font-size: 22px !important;
}
section.kysunhatban.kysuthuatvien h2 {margin-bottom: 20px;}

.kysuthuatvien-4 .salary-info {
    padding-top: 20px !important;
}

section.kysunhatban.kysuthuatvien .kysunhatban .fade-in {
    padding-bottom: 20px !important;
}
.gioithieuchung1 section.hero-section.section-daotao {
    padding: 30px 0px;
}

.gioithieuchung1 .training-section.section-trenning {
    margin-top: 0px;
}

.raw-html-embed.gioithieuchung1 .section-header {
    margin-bottom: 30px !important;
}

.raw-html-embed.gioithieuchung1 .training-programs {
    padding: 20px !important;
}

.raw-html-embed.gioithieuchung1 .commitments {
    padding: 20px !important;
}
.newsletter-popup .newsletter-popup-content {
    display: none;
}

.newsletter-popup .modal-content {
    width: 100%;
}

.newsletter-popup .modal-content img {
    width: 100%;
    height: 100%;
    display: block;
}

.newsletter-popup .newsletter-popup-bg {
    width: 100%;
}
.newsletter-popup:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #0000005e;
}
section.member-5.section-7-hanquoc .cost-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media(max-width:990px) {
    .box-kynang-dd .faq-question::after {
    content: '+';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}
    .newsletter-popup .modal-dialog .newsletter-popup-bg {
    height: 100%;
    display: block !important;
}
#button-contact-vr {
    bottom: 0px;
}
.item-equal-cake img {margin: 0 auto;}
    section.about-section.section-about-tts .button-group {
    margin-bottom: 0px;
}

section.box-kynang-dd.ss-kndd h2 {
    font-size: 18px !important;
}
section.about-section.section-about-tts .about-grid {
    gap: 20px;
}
    section.ttttskynang.section-6-hanquoc .grid {
    margin-top: 0px;
}

section.member-5.section-7-hanquoc {
    padding-bottom: 0px;
}
.box-nhatban section.about-product1 {
    padding-bottom: 0px !important;
}


    section.REASONS-p1.tp-full-width.pt-20 h2.section-title {
        padding: 0px 10px !important;
    }

    section.section.scroll-animate.visible {
        margin-top: 0px;
    }

    .box-member-feature .highlight-box {
        margin: 15px 10px;
    }

    .box-member-feature .tip-box {
        margin: 15px 10px;
    }

    .kysunhatban .process-steps {
        padding: 10px;
        margin-top: 0px;
    }

    h2#section-16 {
        padding: 10px;
    }


    .desc-timvc {
        padding: 0px 10px;
        text-align: justify;
    }

    .ttttskynang .highlight-box h3 {
        line-height: 1.6;
    }

    .item-equal-cake {
        width: calc(100% / 2);
    }

    h2#section-15 {
        padding: 20px 10px;
    }

    section.box-member-feature {
        margin-top: 20px;
    }

    .list-equal-right {
        padding: 20px 0px;
    }

    .box-nhatban .important-notes {
    padding: unset !important;
}

.box-hanquoc.section5-nhatban {
    padding-bottom: 0px;
}

.box-hanquoc.section5-nhatban section.nophoso {
    padding-bottom: 0px !important;
}

section.condition.section6-nhatban .box-member-feature .scroll-animate {
    padding: 10px 10px;
}

section.condition.section6-nhatban .section {
    padding-bottom: 5px;
}

section.section7-nhatban section.section.scroll-animate.visible {
    padding: 0px 10px;
}

section.box-member-feature.section8-nhatban .desc-content-body-condition-2 {
    margin-top: 0px;
}
section.REASONS-p1.section11-nhatban .note-item {
    margin: 10px;
}
section.REASONS-p1.section11-nhatban h2#section-15 {
    font-size: 17px;
}
.box-hanquoc.section5-nhatban .section-title {
    font-size: 21px !important;
}
.box-hanquoc.section5-nhatban .notes-title {
    font-size: 21px !important;
}

section.condition.section6-nhatban .section.scroll-animate.visible h2 {
    font-size: 17px !important;
}

section.condition.section6-nhatban .ttttskynang .section h2 {
    font-size: 17px !important;
}

section.section7-nhatban section.kysunhatban h2 {
    font-size: 17px;
}

.section-container.condition-3.section9-nhatban  h2 {
    font-size: 17px !important;
}

section.box-member-feature.section10-nhatban h2 {
    font-size: 17px;
}

.box-nhatban h2 {
    font-size: 17px !important;
    text-transform: uppercase;
}
.box-nhatban h2#section-1 {
    font-size: 25px !important;
}
.box-hanquoc.section5-nhatban .note-item {
    margin: 10px;
}
.nophoso .section-subtitle {
    text-align: justify;
    font-size: 16px;
}
.tp-blog-thumb {
    height: unset !important;
}

section.REASONS-p1.section11-nhatban .important-notes #tim-viec {
    padding-bottom: 10px !important;
}


section.taisao2.section-2-hanquoc .commitment-section {
    padding: 20px;
}

section.taisao2.section-2-hanquoc .cta-text {
    margin-bottom: 0px;
}


section.ttttskynang.section-6-hanquoc h2.section-title {
    border: none;
    display: inline-block;
    padding-bottom: 20px !important;
}


section.ttttskynang.section-6-hanquoc h2::after {
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(45deg, #ff6b6b, #feca57);
}
section.member-5.section-7-hanquoc {
    padding-top: 30px;
}
section.taisao2.section-2-hanquoc .commitment-section {
    padding-bottom: 10px;
}

section#features {
    padding: 20px 0px !important;
}

.section-3-hanquoc .features-grid {
    margin-top:30px;
}

section.nophoso.section-4-hanquoc .section-header {
    margin-bottom: 27px;
}
section.kysunhatban.kysuthuatvien h2 {
    font-size: 21px !important;
}
section.nophoso.section-4-hanquoc {
    padding: 30px 0px !important;
}

section.member-5.section-7-hanquoc {
    background: rgba(240, 248, 255, 0.8);
}

section.member-5.section-7-hanquoc .cost-overview {
    margin-bottom: 10px;
}

section.ttttskynang.section-6-hanquoc {
    padding: 20px 0px;
}

section.member-5.section-7-hanquoc .box-kynang-dd {
    padding-bottom: 20px;
}
section.member-5.section-7-hanquoc .cost-overview {
    margin-bottom: 20px;
}
.nophoso .important-notes {
    margin-top: 15px !important;
}
.kysuthuatvien-4 .salary-info {
    margin-bottom: 0px;
}
section.nophoso.section-4-hanquoc .seasons-grid {
    margin-bottom: 20px !important;
}
p.section-subtitle {
    text-align: justify;
}
.desc-hedding-custommer p {
    text-align: justify;
}
.back-to-top-btn-show {
    bottom: 30px !important;
}
.lvhd_des, .lvhd_title {
    text-align: justify;
}
.newsletter-popup .modal-dialog.modal-lg {
    width: auto !important;
    height: auto;
}
.about-text p {
    text-align: justify;
}

.list-mucluc-about ul li a {
    font-size: 15px;
}
section.section.kysuthuatvien-6 .salary-info {
    margin-bottom: 10px !important;
}
section.REASONS-p1.section11-nhatban #tim-viec {
    padding: 20px 10px;
}

.text-jus {
    text-align: justify;
}
}
