/*!
Theme Name: theme-main-v2
Theme URI: https://smartcom.vn
Author: Smartcom Dev
Author URI: https://smartcom.vn
Description: Description
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theme-main-v2
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

theme-main-v2 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    font-family: "Wix Madefor Display", sans-serif !important;
}

button, input, p, span, h1, h2, h3, h4, h5, h6 {
    font-family: "Wix Madefor Display", sans-serif !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    color: black;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

.entry-content img,
.entry-content figure,
.entry-content .wp-block-image,
.entry-content video,
.entry-content embed,
.entry-content object {
    max-width: 100%;
    height: auto;
}

html {
    box-sizing: border-box;
}

/* Offcanvas full màn hình, không tràn ngang */
#mobileMenu.offcanvas {
    width: 100vw !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
}

#mobileMenu .offcanvas-body {
    overflow-x: hidden !important;
}

/* Chặn tràn ngang toàn trang */


/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 0.8em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.accordion-item:last-of-type {
    border-radius: 10px;
}

.box-shadow {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15),
    0 20px 40px rgba(0, 0, 0, 0.1);
}

.suggest-img > img {
    border-radius: 10px;
    width: 100%;
}

.tile-block-section-2 {
    font-size: 1vw;
}

.swiper-slide {
    height: auto !important;
}

.btn-section-2 {
    border-radius: 30px;
    text-decoration: none;
    width: 45%;
    text-align: center;
    cursor: pointer;
    padding: 5px 15px 5px 15px;
    font-weight: 600;
    border: 1px solid #ffc600;
}

.bg-blue {
    background-color: #3b0e90;
    color: #fff;
}

.bg-gradient-blue {
    background: linear-gradient(to right, #3b0e90, #5941bd);
    color: #fff;
}

.color-pearl {
    color: #d50051;
}

.color-white {
    color: #fff;
}

.accordion-button::after {
    background-image: none !important;
    transform: none !important;
    content: "+";
    font-size: 24px;
    font-weight: 700;
    color: black;
    height: 30px;
}

.accordion-button:not(.collapsed)::after {
    content: "-";
}

.accordion-item:first-of-type {
    border-radius: 10px;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 10px;
}

.accordion-button {
    border-radius: 10px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 10px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
}

.acc-no {
    font-size: 1.5em;
    font-weight: bold;
}

.acc-title {
    font-size: 1.2em;
}

.accordion-item {
    border-radius: 10px 10px 10px 10px;
}

.accordion-button {
    padding: 10px;
}

.s-w-75 {
    width: 75%;
    margin: auto;
}

.bg-white {
    background: #fff;
}

.teacher-swiper {
    overflow: hidden;
}

.teacher-swiper .swiper-slide {
    transition: transform .35s ease, opacity .35s ease;
    transform: scale(.85);
}

.teacher-swiper .swiper-slide-active {
    transform: scale(1.1) !important;
    z-index: 3;
}

.teacher-swiper .swiper-slide-prev,
.teacher-swiper .swiper-slide-next {
    transform: scale(.92);
}

.teacher-next, .teacher-prev {
    z-index: 3;
}

.student-col {
    display: flex;
    align-items: flex-end;
    justify-content: end;
}

.student-img {
    margin-bottom: -40px;
    width: 90%;
}

#section-10 {
    background-color: #f3efef;
}

.button-container {
    font-family: "Wix Madefor Display", sans-serif;

}

.btn-purple {
    background: #3b0e90;
    color: #fff;
}

.bg-gradient-s {
    background: linear-gradient(to right, #d50051, #ffc600) !important;
    color: #fff;
}

.watch-more a {
    padding: 10px 40px 10px 40px;
    border-radius: 40px;
    border: 1px solid #ffc600;
    text-decoration: none;
}

.button-container {
    color: #fff;
}

.button-container .btn-purple {
    padding: 10px 40px 10px 10px;
    border-radius: 20px;
}

.btn-download {
    padding: 15px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid #ffc600;

}

.btn-download:hover {
    color: #fff;
}

.wrapper-download {
    margin-left: -30px;
}

.register-header-mobile {
    display: none;
    border: 2px solid #3b0e90;
    padding: 5px;
    border-radius: 30px;
}

.register-header-web {
    display: block;
}


.register-web-intro {
    background-color: #fff;
}

.bg {
    display: inline-block;
    background-color: #fff;
    opacity: 0.5;
}

.icon-register {
    width: 50px;
    margin-right: 10px;
}

.form-contact-wrapper {
    background-color: #fff;
    border-radius: 0px 0px 20px 20px;
}

.header-img {
    border-radius: 20px 20px 0px 0px;
}

.form-contact-wrapper > div > img {
    border-radius: 0px 0px 0px 20px;
}

/*.wrapper-content{
	width:80%;
	margin:auto;
}*/
.accordion-button:not(.collapsed) {
    border-radius: 10px;
}

.register-web {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.register-web > .register-web-intro {
    flex: 1;
    border: 3px solid #3b0e90;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbsSwiper {
    position: relative;
}

.thumbsSwiper .swiper-slide {
    width: auto;
    opacity: .5;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 8px;
    overflow: hidden;
}

.thumbsSwiper img {
    height: 260px;
    width: auto;
    object-fit: cover;
    display: block;
}

.thumbsSwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 3px solid #000;
}

.thumb-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #fff;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    cursor: pointer;
}

.thumb-nav-prev {
    left: 6px;
}

.thumb-nav-next {
    right: 6px;
}

.thumb-nav-btn::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    display: block;
}

.thumb-nav-prev::after {
    transform: rotate(-135deg);
    margin-left: 3px;
}

.thumb-nav-next::after {
    transform: rotate(45deg);
    margin-right: 3px;
}

.nav-tabs-custom {
    border-bottom: none;
}

.nav-tabs-custom .nav-link {
    border: none;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
    background: none;
    transition: transform 0.2s;
    width: 100%;
}

.nav-tabs-custom .nav-link:hover {
    transform: translateY(-5px);
}

.side-card {
    cursor: pointer;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
    height: 100%;
}

.nav-tabs-custom .nav-link.active .side-card {
    box-shadow: 0 10px 20px rgba(233, 30, 99, 0.15);
    border: 1px solid #e91e63;
}

.side-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
}

.side-card p {
    color: #333;
    font-size: 0.8rem;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main-content-card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.main-content-card img {
    width: 100%;
    object-fit: cover;
}

.text-pink {
    color: #e91e63;
}

.video-thumb-small {
    width: 20%;
}

#videoPlaylist > .nav-link > img {
    margin-right: 5px;
}

#videoPlaylist {
    padding-top: 4em;
}

#videoPlaylistContent > .tab-pane > .ratio > iframe {
    height: 90%;
}

.scroll-list-video {
    height: 300px;
    overflow-y: auto;

}

.scroll-list-video::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.img-section-15 {
    width: 100%
}

.img-section-16 {
    width: 100%;
}

#section-16 {
    background-color: #f3efef;
}

#section-16 {
    position: relative;
    overflow: hidden;
}

#section-16 img[alt="image for pc"] {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 130%;
    max-width: none !important;
    height: auto;
    display: block;
}

.warp-model-invert {
    list-style: none;
    padding-left: 20px;
}

.warp-model-invert li {
    position: relative;
    margin-bottom: 10px;
}

.warp-model-invert li::before {
    content: "\2726";
    color: #fff;
    display: inline-block;

}

.model-invert {
    border-radius: 15px;
    width: 100%;
}

.warp-model-invert {
    font-size: 1.1em;
}

.course-wrapper {
    border-radius: 15px;
    padding: 15px;
}

.course-wrapper-content {
    font-size: 1em;
}

.course-wrapper-footer a {
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
    text-decoration: none;
}

.style-long .arrow-outside svg {
    width: 32px;
}

.container-btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.style-long .arrow-outside svg {
    width: 32px;
}

.arrow-outside {
    margin-left: 15px;
    display: flex;
    align-items: center;
    color: #ff5722;
    transition: all 0.3s ease;
}

.arrow-outside svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.style-long > .bg-gradient-s {
    display: inline-block;
    border-radius: 50px;
    font-size: 0.7em;
    padding: 10px 20px 10px 20px;
    box-shadow: 0 4px 12px rgba(255, 87, 34, 0.2);
    transition: all 0.3s ease;
}

.style-long > .bg-gradient-s:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

.btn-free {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-hoc-thu {
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    color: #ffffff;
    padding: 10px 40px 10px 40px;
    border-radius: 50px;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s, opacity 0.2s;
    border: 1px solid #ffc600;
    cursor: pointer;
}

.btn-hoc-thu:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

#section-19 {
    background: linear-gradient(to right, #3b0e90, #5941bd);
}

.custom-card-news {
    background: #ffffff;
    border-radius: 100px;
    transition: transform 0.3s ease;
}

.card-img-side .card-img-wrapper img {
    border-radius: 100px;
    width: 100%;
    border: 1px solid #0dcaf0;
}

.custom-card-news > div > .card-content-side {
    font-size: 0.7em;
    font-weight: bold
}

.image-accordion {
    padding-top: 10px;
    width: 100%;
    margin: auto;
}

.custom-card-news div {
    padding-left: 0;
    padding-right: 0;
}

#section-19 > .sm-wrapper > .row > div {
    padding: 15px;
}
/* ===== start sidebar ===== */
#secondary.widget-area{
    background: #fff;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 4px 22px rgba(0,0,0,.06);
}

#secondary.widget-area .widget{
    margin: 0 0 18px;
    padding: 0 0 16px;
    border-bottom: 1px solid rgba(0,0,0,.08);
}
#secondary.widget-area .widget:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

#secondary.widget-area .widget-title{
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 12px;
    line-height: 1.25;
    padding-left: 12px;
    border-left: 4px solid #0d6efd;
    color: #111;
}

#secondary.widget-area .menu,
#secondary.widget-area .menu-category-menu,
#secondary.widget-area .menu-category-menu-container ul{
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#secondary.widget-area .menu li{
    margin: 0 !important;
    padding: 0 !important;
}

#secondary.widget-area .menu li > a{
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 10px 10px;
    border-radius: 10px;

    color: #222;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.35;

    transition: all .15s ease;
    border: 1px solid transparent;
}

#secondary.widget-area .menu li > a:hover{
    background: #f2f6ff;
    border-color: rgba(13,110,253,.25);
    color: #0d6efd;
    transform: translateY(-1px);
}

#secondary.widget-area .menu .current-menu-item > a,
#secondary.widget-area .menu .current-menu-ancestor > a,
#secondary.widget-area .menu .current-menu-parent > a{
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

#secondary.widget-area .menu .sub-menu{
    margin-top: 6px !important;
    padding-left: 14px !important;
    border-left: 2px dashed rgba(0,0,0,.12);
}
#secondary.widget-area .menu .sub-menu li > a{
    padding: 8px 10px;
    font-size: 14px;
}

#secondary.widget-area .menu li > a::before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(13,110,253,.35);
    flex: 0 0 8px;
}
#secondary.widget-area .menu .current-menu-item > a::before,
#secondary.widget-area .menu li > a:hover::before{
    background: rgba(255,255,255,.85);
}

@media (max-width: 576px){
    #secondary.widget-area{ padding: 12px; border-radius: 12px; }
    #secondary.widget-area .widget-title{ font-size: 18px; }
    #secondary.widget-area .menu li > a{ padding: 9px 9px; font-size: 14px; }
}

.wrapper-section-22 {
    border-radius: 30px;
    border: 1px solid #3b0e90;
}

.register-trial > span > .form-control {
    border-radius: 30px;
    border: 1px solid #3b0e90;
}

.register-trial > .contact-btn > input {
    background: linear-gradient(to right, #e91e63, #ff9800);
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
}

#section-20 > .container > .custom-accordion > .accordion-item {
    border: none
}

.img-section {
    width: 100%;
}

.section-wrapper-6 {
    border-radius: 5px;
}

.nav-pills .video-item.active {
    background-color: #f3f3f3;
}

.img-content {
    margin-top: -55px;
}

.student-col > img {
    width: 97%;
}

news-logo-slider {
    padding: 30px 0;
}

.newsSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsSwiper img {
    max-height: 60px;
    max-width: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.section-wrapper-6 > div > p {
    font-size: 0.8rem;
}

.section-wrapper-6 > p {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.suggest-card {

    /*border: 1px solid #f3efef;*/

}

.block-section-2 {
    border: 1px solid #e8dfdf94;
    margin-bottom: 20px;
    border-radius: 15px;
}

#section-8 > div {
    border-radius: 22px;
}

#section-8 > h2 {
    line-height: 1.5em;
}

.nameandemail > div > span .form-register {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #3b0e90;

}

.nameandemail > div {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.nameandemail > div > .form-register-btn {
    padding: 10px;
    border-radius: 10px;
    background-color: #c40711;
    border: 1px solid #3b0e90;
    color: #fff;
    font-weight: 600;
    margin-right: -5px;
}

.bg-footer-end {
    background-color: #c40711;
}

.sm-wrapper {
    width: 65%;
    margin: auto;
}

.bg-white > .row > .col-md-5 {
    padding-right: 0;
}

.register-web > .register-web-intro > img {
    width: 30%;
}

#section-5 {
    margin-top: 1.4em;
}

.border-radius-wrapper6 {
    border-radius: 14px;
}

#section-8 > h4 {
    line-height: 1.4em;
}

.border-radius-top-wrapper6 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

#section-7 {
    background-color: #f3efef;
}

.new-contact-form > div {
    padding: 5px;
}

.new-contact-form > div > label {
    width: 100%;
}

.new-contact-form > div > .submit-ielt-9 {
    margin-top: 10px;
    border-radius: 60px;
    font-weight: bold;
    padding: 10px 40px 10px 40px;
    border: 1px solid #ffc600
}

#section-13 > .sm-wrapper > .row > div {
    padding: 0;
}

.main-content-card > .card-body-s > p {
    font-size: 0.7em;
}

.side-card > img {
    border: 1px solid #00fff6;
}

.side-card > a {
    text-decoration: none;
}

.card-content-side {
    font-size: .7em;
}

.news-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 15px; /* ngang */
    row-gap: 20px;
}

.news-grid > * {
    min-width: 0;

}

.news-card {
    height: var(--card-h);
    display: flex;
    align-items: stretch;
    gap: 12px;
    background: #fff;
    border-radius: 999px;
    overflow: hidden;
    text-decoration: none;
    color: #111;
}


.news-card__img {
    height: 100%;
    width: clamp(170px, 38%, 250px);
    border-radius: 999px;
    overflow: hidden;
    flex: 0 0 auto;
}

.news-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: 1px solid #00fff6;
}

.news-card__content {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 14px 10px 0; /* canh giá»‘ng pill */
}

.news-card__text {
    flex: 1;
    min-width: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card__arrow {
    flex: 0 0 auto;
    font-size: 24px;
    line-height: 1;
}

.register-trial div span .form-trial {
    width: 100%;
    padding: 1em;
    border-radius: 30px;
    border: 1px solid #3b0e90;
    margin: 3px;
    font-size: 1em;
}

.register-trial div .btn-trial {
    padding: 10px 40px 10px 40px;
    font-size: 0.9em;
    font-weight: bold;
    border-radius: 30px;
    border: 1px solid #ffc600;
}

.wpcf7-spinner {
    display: block;
    margin-top: 8px;
}

.image-section-11 {
    width: 12%
}

.content-section-11 {
    width: 87%
}

#myTabContent > div {
    border-radius: 20px;
}

.img-grid img {
    padding: 5px;
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 14px;
}

.suggest-img {
    width: 100%;
}

.img-left-16 {
    width: 76%;
    margin-left: 7.4em;
}

#question > .accordion-item > .accordion-collapse > .accordion-body {
    padding: 0;
}

#question > .accordion-item {
    border: none;
}

.img-end-s {
    width: 75%;
}

.course-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.custom-nav {
    position: relative;
}


/* mobile submenu hidden by default */
.navbar-toggler {
    border: 0;
    padding: 8px;
}

.hamburger {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
}

.hamburger span {
    width: 24px;
    height: 2px;
    background: #111;
    display: block;
}

.nav-toggle {
    position: relative;
    width: 44px;
    height: 44px;
    display: none; /* bạn đang set mobile mới hiện */
    align-items: center;
    justify-content: center;
}

.nav-toggle .bar {
    position: absolute;
    left: 10px;
    width: 24px;
    height: 2px;
    background: #111;
    transition: transform .22s ease, opacity .18s ease;
    transform-origin: center;
}

/* 3 lines position */
.nav-toggle .bar:nth-child(1) {
    transform: translateY(-7px);
}

.nav-toggle .bar:nth-child(2) {
    transform: translateY(0);
}

.nav-toggle .bar:nth-child(3) {
    transform: translateY(7px);
}

/* active -> X */
.custom-nav.nav-open .nav-toggle .bar:nth-child(1) {
    transform: translateY(0) rotate(45deg);
}

.custom-nav.nav-open .nav-toggle .bar:nth-child(2) {
    opacity: 0;
}

.custom-nav.nav-open .nav-toggle .bar:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
}

.offcanvas-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

/* cho nút close dễ bấm */
.offcanvas .btn-close {
    opacity: 1;
}

:root {
    --nav-h: 72px;
}

.image-icon-menu {
    width: 30px;
}

.mega-right-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column; /* mỗi nút 1 hàng */
    gap: 12px;
}

/* mỗi item */
.mega-right-menu li {
    width: 100%;
}

/* style nút */
.mega-right-box li a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%; /* QUAN TRỌNG */
    min-height: 44px;

    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 10px;

    text-decoration: none;
    font-weight: 600;
    color: #111;
    background: #fff;

    transition: all .2s ease;
}

.mega-right-box li a:hover {
    background: #111;
    color: #fff;
}

.login-button-header-nav > a {
    text-decoration: none;
    padding: 1em;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    font-size: 0.6em;
}

.login-button-header-nav > a:hover {
    color: #fff;
}

#megaNav > .container-fluid > div > ul > li {
    font-size: 1em;
}

.offcanvas-body > .mega-group-list, .mega-deep, .mega-group > ul {
    list-style: none;
}

.mega-deep > li > a > div > div > img {
    width: 15px;
}

.mega-group-title > a, .mega-item > a, .mega-deep li a {
    text-decoration: none;
}


.bxh-wrapper > .bxh-header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
}

.bxh-wrapper > .all-time {
    background: linear-gradient(180deg, #6b4cbb 29.17%, #63cbe0 100%, #63cbe0 0);
}

.bxh-wrapper > .test-most {
    background: linear-gradient(180deg, #6b4cbb 29.17%, #63cbe0 100%, #63cbe0 0);
}

.bxh-wrapper > .near-week {
    background: linear-gradient(180deg, #d80150, #f4a149)
}

.bxh-point > .fa-star {
    color: #FFA500F9;
}

.bxh-stt > span {
    background-color: rgba(10, 122, 255, 0.49);
    color: #fff;
    padding: 0.4em 0.7em;
    border-radius: 50px;
    font-weight: bold;
}

.bxh-stt, .bxh-title, .bxh-point {
    font-size: 0.8em;
}

#section-20 {
    background-color: #f3efef;
}

.header-logo {
    width: 90px;
}

.bxh-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
}

.bxh-body {
    flex: 1;
}

#section-21 > .container > div > .bg-gradient-s {
    text-decoration: none;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px 40px 10px 40px
}

.img-student-skill {
    bottom: -0.2em;
}

.attachment-post-thumbnail {
    width: 100%;
    height: auto;
}

.socials-share {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.info-author-image a img {
    width: 48px;
    height: auto;
    border-radius: 40px;

}

.info-author-wrapper {
    border: 1px solid #38a7ff;
    border-radius: 8px;
    box-shadow: 0 0 0 4px rgba(56, 167, 255, 0.24);
}

.info-author-title a {
    text-decoration: none;
}

.info-author-title > p > a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0;
    color: #337ab7;
}

.info-author-title span {
    color: #039855;
    font-size: 0.7em
}

.social-post ul {
    list-style: none;

}

.social-post > ul > li > a {
    color: #000000;
}

.info-author-content > .content > p {
    font-size: 1.2rem;
    color: #525666;
    font-weight: 400;
    text-align: justify;
    line-height: 32px;
    margin-bottom: 0;
}

.title-social > p {
    font-size: 0.8em;
    font-weight: bold;
}

.social-post > ul > .nav-link {
    padding: 1em;
}

.brxe-heading {
    font-size: 1em;
}

.widget-title {
    font-size: 1.5em;
}

.widget_nav_menu > .menu-category-menu-container > ul > li > a, .widget_text > .textwidget > a {
    font-size: 0.9em;
    text-decoration: none;
}

.breadcrumb-wrapper img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.breadcrumb-wrapper-block {
    width: 50%;
    margin: auto;

}

.breadcrumb-block {
    padding: 24px;
    border-radius: 12px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
}

.breadcrumb-seo > .blog-single-breadcrumb__breadcrumb > span > span > a, .breadcrumb-seo > .blog-single-breadcrumb__breadcrumb > span > .breadcrumb_last {
    text-decoration: none;
    font-size: 0.8em;
}

.breadcrumb-seo > .blog-single-breadcrumb__breadcrumb > span > span > a {
    color: #337ab7;
    font-weight: bolder;
}

.breadcrumb-info > img {
    width: 30px;
    height: 30px;
}

.breadcrumb-author, .breadcrumb-date, .breadcrumb-share {
    padding: 0.5em;
    font-size: 0.8em;
}

.breadcrumb-share a {
    text-decoration: none;
    color: #337ab7;
}

.breadcrumb-block {
    position: relative;
    top: -1em;
}

.widget_nav_menu > .menu-category-menu-container > .menu-category-menu {
    list-style: none;
}

.widget_nav_menu > .menu-category-menu-container > .menu-category-menu li {
    border-right: 1px solid;
}

#section-18 > .sm-wrapper > div > div > .course-card {
    border-radius: 15px;
}

.course-card > div > a {
    border-radius: 60px;
}

@media (min-width: 992px) {
    .img-grid {
        grid-template-columns: 1fr;
    }

    .img-grid > :last-child:nth-child(odd) {
        grid-column: auto;
        justify-self: stretch;
        width: 100%;
        max-width: none;
    }

    .suggest-swiper .swiper-wrapper {
        transform: none !important;
        display: flex;
        gap: 24px;
    }

    .suggest-swiper .swiper-slide {
        width: calc((100% - 48px) / 3) !important;
        flex: 0 0 auto;
    }

    .navbar-nav {
        display: flex;
        gap: 18px;
        align-items: center;
    }

    .navbar-nav .nav-link {
        padding: 12px 6px;
        text-decoration: none;
        color: #111;
        white-space: nowrap;
    }

    .navbar-nav .nav-item.active > .nav-link {
        font-weight: 700;
    }

    .mega-panel {
        position: fixed;
        left: 0;
        right: 0;
        width: 100vw;
        display: none;
        background: #fff;
        border-top: 1px solid #eee;
        z-index: 9999;
        top: 0;
    }


    .mega-panel.is-open {
        display: block;
    }

    .mega-inner {
        margin: 0 auto;
        padding: 0 15px;
        display: grid;
        grid-template-columns: 260px 1fr 320px;
        min-height: 280px;
        gap: 0;
    }

    .mega-col-right {
        padding: 14px;
        border-left: 1px solid #eee;
        background: #fafafa;
    }

    /* cột trái */
    .mega-col-left {
        border-right: 1px solid #eee;
    }

    .left-list {
        list-style: none;
        margin: 0;
        padding: 10px;
    }

    .left-item {
        padding: 10px 12px;
        cursor: pointer;
        user-select: none;
    }

    .left-item.active {
        font-weight: 700;
        background: #f6f6f6;
    }

    .mega-col-center {
        padding: 14px;
    }

    .sub-content {
        display: none;
    }

    .sub-content.show {
        display: block;
    }

    .mega-groups {
        display: grid;
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .mega-group-title a {
        font-weight: 700;
        text-decoration: none;
        display: inline-block;
        padding: 6px 0;
    }

    .mega-group-list {
        list-style: none;
        margin: 8px 0 0;
        padding: 0;
    }

    .mega-group-list .mega-item {
        margin: 6px 0;
    }

    .mega-group-list .mega-item > a {
        text-decoration: none;
    }

    .mega-deep {
        list-style: none;
        margin: 6px 0 0;
        padding-left: 14px;
        border-left: 2px solid #eee;
    }

    .mega-deep li {
        margin: 6px 0;
    }

    .mega-deep a {
        text-decoration: none;
    }
}

@media (max-width: 991px) {
    .news-grid {
        grid-template-columns: 1fr;
    }

    .news-card {
        border-radius: 80px;
    }

    .news-card__img {
        width: clamp(150px, 45%, 220px);
    }

    .img-end-s {
        width: 50%;
        height: auto;
    }

    .img-content {
        margin-top: 0;
        width: 100%;
        height: 100%;
    }

    #section-22 > .container > .row > div > img {
        width: 100%;
        bottom: -8em;
    }

    .register-trial {
        z-index: 1;

    }

    .mega-panel {
        display: none !important;
    }

    .navbar-toggler {
        border: 0;
        padding: 8px;
    }

    .hamburger {
        position: relative;
        width: 24px;
        height: 18px;
    }

    .hamburger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #111;
        transition: transform .25s ease, opacity .2s ease;
    }

    .hamburger span:nth-child(1) {
        top: 0;
    }

    .hamburger span:nth-child(2) {
        top: 8px;
    }

    .hamburger span:nth-child(3) {
        top: 16px;
    }

    .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}

@media (max-width: 768px) {
    .img-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .img-grid > :last-child:nth-child(odd) {
        grid-column: 1 / -1;
        justify-self: center;
        width: 50%;
        max-width: 320px;
    }

    .video-section-height > div > img {
        height: 400px;
    }

    #section-17 > div > h2 {
        font-size: 1.3em;
    }

    #section-17 {
        padding-left: 0.8em;
        padding-right: 0.8em;
    }

    .video-section-height > div > img {
        padding-right: 1em;
        padding-left: 1em;

    }

    .scroll-list-video {
        height: 250px;
        padding-right: 1.2em;
        padding-left: 1.2em;
    }

    #videoPlaylist {
        overflow-y: hidden;
        height: 345px;
    }

    #section-22 > .container > .row > div > img {
        width: 80%;
        height: auto;
    }

    #section-2 > div > h2,
    #section-3 > h2,
    #section-5 > div > h2,
    #section-7 > div > h2,
    #section-8 > h2,
    #section-12 > h2,
    #section-13 > .sm-wrapper > div > h2,
    #section-14 > .container > div > h2,
    #section-15 > div > h2,
    #section-17 > .sm-wrapper > h2,
    #section-19 h2,
    #section-20 h2,
    #section-21 h2 {
        font-size: 1.2em;
    }

    #section-2 > div > h3 {
        font-size: 0.5em;
    }

    #section-13 > .sm-wrapper > div > p {
        font-size: 1em;
    }

    .title-social {
        padding-left: 0.9em;
        padding-right: 0.8em;
    }

    #section-4, #section-9, #section-2, #section-12, #section-18, #section-19, #section-20 {
        padding-left: 1em;
        padding-right: 1em;
    }

    .block-section-11 {
        padding: 0.8em;
    }

    .breadcrumb-wrapper-block {
        width: 100%;
    }

    .header-logo {
        width: 60px;
    }

    .tile-block-section-2 {
        font-size: 1rem;
    }

    .section-wrapper-6 > div > p, .acc-title {
        font-size: 0.7rem;
    }

    .slide-section-1 {

    }

    .img-left-16 {
        display: none;
    }

    #section-22 > .sm-wrapper {
        padding-bottom: 20px;
    }

    .wrapper-section-22 {
        margin: 0 10px 10px 10px;
    }

    .wrapper-download {
        margin-left: 0;
    }

    .button-container .btn-purple {
        padding: 1em;
        border-radius: 20px;
    }

    .sm-wrapper {
        width: 100%;
    }

    .section-wrapper-6 > div > img {
        width: 100%;
    }

    .img-section {
        width: 99px !important;
        height: 140px !important;
    }

    .image-accordion {
        width: 100%;
    }

    .custom-card-news .card-content-side {
        font-size: 0.6em
    }

    .custom-card-news {
        background: #ffffff;
        border-radius: 100px;
        transition: transform 0.3s ease;
    }

    .card-img-side .card-img-wrapper img {
        border-radius: 100px;
        width: 178px;
    }

    .course-wrapper {
        padding: 0.5em;
    }

    .style-long > .bg-gradient-s {
        font-size: 0.7em;
        padding: 0.5em;
    }

    .course-wrapper-content {
        font-size: 0.7em;
    }

    .model-invert {
        width: 100%;
    }

    .student-img {
        margin-bottom: 0;
        width: 100%;
    }

    .student-col {
        justify-content: center;
    }

    .register-header-mobile {
        display: block;
    }

    .register-header-web {
        display: none;
    }

    .icon-register {
        display: none;
    }

    .form-contact-wrapper > div {
        width: 100% !important;
    }

    .form-contact-wrapper > div > img {
        border-radius: 0 0 0 0;
    }

    .s-w-75 {
        width: 95%;
    }

    .img-info {
        padding-top: 3em;
    }

    #section-11 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #section-13 {
        padding: 1em;
    }

    .img-section-15 {
        width: 100%;
    }

    .img-section-16 {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .video-section-height > div > img {
        padding-right: 3em;
        padding-left: 3em;
        height: 500px;
    }

    .scroll-list-video {
        padding-right: 3em;
        padding-left: 3em;
    }

    #videoPlaylist {
        overflow-y: hidden;
        height: 500px;
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    #section-22 > .container > .row > div > img {
        position: relative !important;
        left: 10%;
        transform: translateX(-50%);
        width: 60%;
        max-width: none !important;
        height: auto;
    }

}

@media (min-width: 992px) and (max-width: 1024px) {
    .scroll-list-video {
        height: 230px;
    }

}

/*popup start*/
.sm-popup-body{
    background-image: url("https://smartcom.vn/wp-content/uploads/2026/03/nen-8.png");
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 450px 100%;
    background-position: center;
}

.sm-popup-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
}

.sm-popup-modal.is-active {
    display: block;
}

.sm-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
}

.sm-popup-dialog {
    position: relative;
    z-index: 2;
    width: calc(100% - 30px);
    max-width: 450px;
    margin: 60px auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,.18);
    animation: smPopupFadeIn .25s ease;
}

@keyframes smPopupFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sm-popup-close-btn {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    color: #fff;
}
.sm-popup-body .wpcf7 form {
    margin: 0;
}

.sm-popup-body .wpcf7-form p {
    margin-bottom: 14px;
}

.sm-popup-body .wpcf7 input[type="text"],
.sm-popup-body .wpcf7 input[type="email"],
.sm-popup-body .wpcf7 input[type="tel"],
.sm-popup-body .wpcf7 textarea,
.sm-popup-body .wpcf7 select {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 15px;
    outline: none;
    box-sizing: border-box;
}

.sm-popup-body .wpcf7 textarea {
    min-height: 120px;
    resize: vertical;
}

.sm-popup-body .wpcf7 input[type="submit"] {
    width: 100%;
    min-height: 46px;
    border: 0;
    border-radius: 10px;
    background: #CD2028;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.sm-popup-body .wpcf7-spinner {
    display: none;
}

.sm-popup-body .wpcf7-response-output {
    text-align: center;
    padding-bottom: 1.2em;
    border-radius: 8px;
    font-size: 14px;
    color: #ffff;
}

body.sm-popup-open {
    overflow: hidden;
}

@media (max-width: 767px) {
    .sm-popup-dialog {
        margin: 30px auto;
        padding: 22px 16px 18px;
        border-radius: 12px;
    }
}

.popup-header{
    padding-bottom: 1em;
}
.popup-container{

    padding: 1.2em;
    border: none;
    border-radius: 10px;
}

.popup-content .txt-form{
    display: block;
    border-radius: 5px;
    border: none;
    padding: 0.5em;
    width: 100%;
    margin-bottom: 15px;

}

.popup-footer{
    text-align: center;
}

.popup-footer .popup-submit{
    border: none;
    background-color: #CD2028;
    padding: 15px;
    width: 100%;
    color: #ffff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 10px;
    cursor: pointer;
}
/*popup end*/

/*cta start*/
.test-cta-container {
    text-align: center;
    margin: 30px 0;
}

.content_detail_main a:not(.ez-toc-link) {
    color: #990000 !important;
    text-decoration: none;
}

.test-cta-btn {
    display: inline-block;
    background: #7c3aed !important;
    color: #ffffff !important;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(124, 58, 237, 0.4);
    border: none !important;
}

.test-cta-btn:hover{
    transform: scale(1.1);
}
/*cta end*/

/*support chat*/
.support-chat-widget {
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.support-chat-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    pointer-events: none;
    transition: all 0.3s ease;
}

.support-chat-widget.is-open .support-chat-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.support-chat-item {
    min-width: 220px;
    max-width: 280px;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #222;
    font-size: 18px;
    line-height: 1.2;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.support-chat-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.16);
}

.support-chat-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.support-chat-toggle,
.support-chat-close {
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.support-chat-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #1e90ff, #0d6efd);
    color: #fff;
    border-radius: 999px;
    padding: 14px 22px;
    box-shadow: 0 6px 18px rgba(13,110,253,0.3);
    font-weight: 600;
}

.support-chat-toggle-icon {
    font-size: 18px;
    line-height: 1;
}

.support-chat-close {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    box-shadow: 0 6px 18px rgba(13,110,253,0.3);
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    line-height: 1;
}

.support-chat-widget.is-open .support-chat-toggle {
    display: none;
}

.support-chat-widget.is-open .support-chat-close {
    display: inline-flex;
}

@media (max-width: 767px) {
    .support-chat-widget {
        right: 14px;
        bottom: 14px;
    }

    .support-chat-item {
        min-width: 200px;
        padding: 12px 16px;
        font-size: 16px;
    }

    .support-chat-toggle {
        padding: 12px 18px;
        font-size: 15px;
    }

    .support-chat-close {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}
/*end support chat*/