/*Footer always bottom*/
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    margin-top: auto;
}
/*End Footer always bottom*/

.entry-bank .img-qr-code {
    max-width: 180px;
    height: auto;
}

.logo-footer img {
    filter: brightness(0) invert(1);
}

.form-email-footer .invalid-feedback {
    position: absolute;
    bottom: -5px;
    font-size: 10px;
}

.btn {
    cursor: pointer;
}

img {
    display: inline-block;
}

.img-circle {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}

.sidebar-mini-cart {
    display: none;
}

/*product item*/
.product-item {
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    height: 100%;
}

.product-item .inner-image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.product-item .inner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4/3;
}

.product-item .inner-onsale {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 1;
    background: var(--color-main);
    border-radius: 5px;
    padding: 6px 10px;
    font-size: 13px;
    color: var(--white);
    font-weight: 600;
}

.product-item .inner-rating {
    display: flex;
    flex-wrap: wrap;
}
/*End product item*/

/*course detail*/
.course-detail-title {
    font-size: 38px;
    color: var(--color-main);
    line-height: 1.5;
    margin-bottom: 10px;
}
/*End course detail*/

/*accordion*/
.accordion-chapter {
    background: var(--color-main);
    border-radius: 8px;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.accordion-chapter h2 {
    font-size: 20px;
    color: var(--white);
    line-height: 1.4;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.accordion-item .inner-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-item .inner-head h3 {
    font-size: 18px;
    display: flex;
    align-items: center;
    line-height: 1.4;
    margin-right: 20px;
}

.accordion-item .inner-head h3 i {
    margin-right: 6px;
}

.accordion-item .inner-head a {
    display: inline-block;
    white-space: nowrap;
}

.accordion-item .inner-desc {
    font-size: 13px;
    margin-top: 12px;
}
/*End accordion*/

.modal .close {
    background: var(--color-highlight);
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
}

.modal .close:hover {
    opacity: 1!important;
}

.blog-item .course-content .inner-description {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 13px;
}

/*article-detail*/
.box-content-detail h2 {
    font-size: 28px;
    line-height: 1.6;
    font-weight: bold;
}

.box-content-detail h3 {
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;
}

.box-content-detail h4 {
    font-size: 22px;
    line-height: 1.6;
    font-weight: bold;
}

.box-content-detail h5 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
}

.box-content-detail h6 {
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
}

.box-content-detail img {
    max-width: 100%;
    height: auto;
}

.box-content-detail iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}
/*End article-detail*/

.google-map iframe {
    width: 100%;
    height: 450px;
}

.p-relative {
    position: relative;
}

.contact-field .invalid-feedback {
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 11px;
}

/*section-1*/
.section-1 {
    padding-top: 150px;
    padding-bottom: 100px;
}

.section-1 h1 {
    font-size: 58px;
    line-height: 1.5;
}

.section-1 img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}
/*End section-1*/

/*section-2*/
.section-2 .column-title {
    font-size: 38px;
    line-height: 1.5;
}
/*End section-2*/

/*feedback-list*/
.feedback-list .inner-item {
    display: block;
}

.feedback-list .inner-item .inner-box {
    padding: 10px;
    border-radius: 5px;
}

.feedback-list .inner-item .inner-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.feedback-list .inner-item .inner-name {
    color: var(--color-main);
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}
/*End feedback-list*/

.iframe-youtube iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}

/*section-8*/
.section-8 .column-title {
    font-size: 32px;
    line-height: 1.7;
}
/*End section-8*/

/*section-9*/
.section-9 .column-title {
    font-size: 38px;
    line-height: 1.7;
}
/*End section-9*/

/*section-17*/
.section-17 .column-title {
    font-size: 38px;
    line-height: 1.7;
}
/*End section-17*/

.feedback-list .slick-next:before, .feedback-list .slick-prev:before {
    font-size: 34px;
    color: var(--color-main);
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
}

.slick-slider .slick-next, .slick-slider:hover .slick-next {
    right: -22px;
    opacity: 1;
    filter: opacity(1);
}

.slick-slider .slick-prev, .slick-slider:hover .slick-prev {
    left: -36px;
    opacity: 1;
    filter: opacity(1);
}

.slick-next:before {
    content: '\f35a';
}

.slick-prev:before {
    content: '\f359';
}

/*section-18*/
.section-18 .inner-list .inner-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.section-18 .inner-list .inner-box .inner-title {
    background: var(--color-main);
    width: 20%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    margin-right: 15px;
    margin-bottom: 10px;
}

.section-18 .inner-list .inner-box .inner-desc {
    flex: 1;
    border-radius: 10px;
    padding: 15px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    margin-bottom: 20px;
    background: #fff;
    color: #000;
}
/*End section-18*/

/*social-list*/
.social-list {
    display: inline-flex;
    float: right;
    margin: 0 10px;
    padding: 0;
}

footer .social-list {
    float: none;
}

.social-list li {
    margin: 6px;
}

.social-list li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-main);
    font-size: 16px;
    border: 1px solid var(--color-main);
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.social-list li a:hover {
    color: var(--white);
    background: var(--color-main);
}

@media (max-width: 767px) {
    .social-list {
        margin: 0 6px;
    }
    
    .social-list li {
        margin: 2px;
    }
    
    .social-list li a {
        font-size: 14px;
        width: 30px;
        height: 30px;
    }
}
/*End social-list*/

/*Responsive*/
.is-mobile .main-menu {
    float: right;
}

.is-mobile .breadcrumbs h2 {
    font-size: 24px;
    line-height: 1.7;
}

@media (max-width: 1199px) {
    .section-1 h1 {
        font-size: 48px;
    }
    
    .section-3 .column-title {
        font-size: 38px;
        line-height: 1.5;
    }
    
    .section-7 .column-title {
        font-size: 38px;
        line-height: 1.5;
    }
    
    .section-15 .column-title {
        font-size: 38px;
        line-height: 1.5;
    }
}

@media (max-width: 991px) {
    .logo {
        text-align: center;
    }
    
    .course-detail-title {
        font-size: 24px;
    }
    
    .course-tab li a {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    
    .accordion-chapter {
        padding: 8px 12px;
        margin-bottom: 12px;
    }
    
    .accordion-chapter h2 {
        font-size: 15px;
    }
    
    .accordion-item .inner-head h3 {
        font-size: 14px;
    }
    
    .accordion-item .inner-head {
        flex-wrap: wrap;
    }
    
    .accordion-item .inner-head .inner-file {
        margin: 10px 0;
    }
    
    .article-title-detail {
        font-size: 24px;
    }
    
    .section-18 .inner-list .inner-box {
        flex-wrap: wrap;
    }
    
    .section-18 .inner-list .inner-box .inner-title {
        width: 100%;
        margin-right: 0;
    }
    
    .section-18 .inner-list .inner-box .inner-desc {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .section-1 {
        padding-top: 80px;
        padding-bottom: 30px;
    }
    
    .section-1 h1 {
        font-size: 28px;
    }
    
    .section-1 .leading-\[30px\] {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .section-2 .column-title {
        font-size: 24px;
    }
    
    .section-2 .text-xl {
        font-size: 18px;
    }
    
    .section-3 .column-title {
        font-size: 24px;
    }
    
    .section-5 .leading-\[30px\] {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .section-5 .inner-desc {
        font-size: 12px;
    }
    
    .section-7 .column-title {
        font-size: 24px;
    }
    
    .section-8 .column-title {
        font-size: 24px;
    }
    
    .section-9 .column-title {
        font-size: 24px;
    }
    
    .section-10 .text-2xl {
        font-size: 18px;
        line-height: 1.7;
    }
    
    .section-10 .mini-title {
        font-size: 16px;
        line-height: 1.7;
    }
    
    .section-15 .column-title {
        font-size: 24px;
    }
    
    .feedback-list .inner-item .inner-name {
        font-size: 14px;
    }
    
    .section-17 .column-title {
        font-size: 24px;
    }
    
    .btn {
        display: inline-block;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 14px;
    }
}
/*End Responsive*/