/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1764386337
Updated: 2025-11-29 10:18:57

*/

.menu-item-object-language_switcher a {
    margin-right: 10px !important;
}

.menu-item-object-language_switcher:last-child a{
    margin-left: 10px !important; 
}

.single-product .content-area {
    background: #141e30;
}

.course-product .summary.entry-summary {
    width: 100% !important;
    margin-bottom: 0 !important;
    margin-top: 25px;
}

.widget-area .widget .widget-title {
    margin-bottom: 37px;
/*    color: #222;*/
    line-height: 1;
    padding-bottom: 10px;
    font-size: 23px;
}

.widget ul:last-child {
    margin-bottom: 0;
}

.widget ul li, .widget ol li {
    text-transform: capitalize;
    padding: 10px 0;
}

.woocommerce ul.product_list_widget li a {
    position: relative;
    margin-bottom: 5px;
    font-weight: 700;
    color: #222;
}

.products-featured ul.product_list_widget li img {
    height: 80px;
    object-fit: cover;
}

ul.product_list_widget .product-title {
    color: #fff;
}

.product_list_widget .amount {
    font-weight: 600;
    color: green;
    font-size: 15px;
}

.variation-item {
    margin-bottom: 25px;
/*    background: #f5f5f5;*/
    padding: 20px;
    border: 1px dashed #fff;
}

.info-variation h2 {
    font-size: 22px !important;
    line-height: 1;
    color: #141e30 !important;
}

form.cart.action-variation .form-content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}



form.cart.action-variation .button {
    font-size: 16px !important;
    line-height: 1.3;
    margin-top: auto;
    width: 100%;
}

/*.widget .widget-title::before {
    content: "";
    width: 100%;
    background: #eee;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -13px;
}

.widget .widget-title::after {
    content: "";
    width: 35px;
    height: 3px;
    position: absolute;
    bottom: -14px;
    left: 0;
}*/

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 80px;
    float: left;
    margin-right: 10px;
    min-height: 60px;
    margin-left: 0;
}


.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 0 0 13px;
    margin: 13px 0 0;
    min-height: 65px;
}

.woocommerce ul.product_list_widget li {
    border-bottom: 1px dashed #eee;
    position: relative;
}



.thumbs-arrow a {
    background: #4ca1f2;
    float: none;
    width: 25px;
    height: auto;
    position: absolute;
    top: 10px;
    bottom: 10px;
    margin: 0;
    text-align: left;
    color: #fff;
    -moz-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    -webkit-transition: background 0.2s 
ease-in;
    -ms-transition: background 0.2s ease-in;
    transition: background 0.2s 
ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.flexslider-thumbs {
    padding: 10px 45px !important;
    position: relative !important;
    box-shadow: none !important;
    border: none !important;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0 !important;
    background: #f5f5f5 !important;
}

.flexslider {
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}

.flexslider .slides>li {
    cursor: pointer;
}

img {
    display: block;
    margin: 0 auto;
}

img, video {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #151515;
}

.thumbs-arrow a.flex-next {
    right: 10px;
}

/*custom*/
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 8px;
    color: #000;
    font-size: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 8px 8px;
    font-size: 16px;
    font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-bottom: 5px;
}
.woo-thumb-wrap .product-icons-pack {
    display: none;
}
.woocommerce-page .price_slider_amount .button {
    padding: 8px 12px;
}
.wc-block-cart__submit-button {
    background: #ffd801;
    font-weight: bold;
}
.calendar_wrap th, tfoot td {
    background: #ffd801;
}
footer.entry-footer .post-comment {
    display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
}


/*Content Course*/
a.course-item:hover{
    color:currentColor;
}
.course-item-article {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    overflow: hidden;
    flex-direction: column;
}
.course-item-content {
    padding: 15px;
    flex: 1;
    width: 100%;
}


p.course-item-description {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.meta-blog-ppl {
    font-size: 14px;
    margin-bottom: 15px;
}

.course-item-content ul.desc-repeat{
    list-style: none;
    font-size: 15px;
    margin: 15px 0;
    padding: 15px 0;
    border-width: 1px 0px 1px 0px;
    border-style: dashed;
    border-color: #ddd;
    color: #000;
}
ul.desc-repeat {
    list-style: none;
    font-size: 15px;
    margin: 15px 0;
    padding: 15px 0;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #ddd;
    color: #000;
}

ul.desc-repeat li {
    line-height: 1.6;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
}
ul.desc-repeat li i {
    color: #35ac19;
}

.price-right {
    text-align: right;
    font-size: 20px;
    color: #da251d;
    font-weight: bold;
}

.single-product .woocommerce-notices-wrapper {
    margin-bottom: 0px;
}
.whychoose, .support_sidebar {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 20px;

}
.support_sidebar{
    margin-top: 15px;
}
.whychoose h3, .support_sidebar h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.2;
    text-align: center;
}
ul.list-whychoose {
    list-style: none;
    padding: 0;
}
ul.list-whychoose li {
    display: flex;
    gap: 10px;
}
ul.list-whychoose li .ic-whychoose {
    width: 35px;
    height: 35px;
    background: #f9d301;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}
ul.list-whychoose li i {
    font-size: 18px;
    color: #fff;
}

.desc-whychoose strong {
    font-size: 16px;
}

.desc-whychoose p, .support_sidebar p {
    font-size: 15px;
}
.products-featured ul.product_list_widget li img {
    height: 80px;
    object-fit: cover;
}

.flex-direction-nav a:before{
    font-size: 30px;
}

h2.yikes-custom-woo-tab-title {
    display: none;
}
.discount {
    z-index: 1;
    line-height: 80px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9167em;
    letter-spacing: 0.04em;
    text-indent: -3px;
    display: block;
    position: absolute;
    left: -4px;
    top: -4px;
    width: 100px;
    height: 102px;
    color: #fff;
    background: url('/wp-content/themes/hello-elementor-child/assets/img/discount.png') no-repeat;
}
.discount .discount-text {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    writing-mode: lr-tb;
}
.discount .discount-text {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    writing-mode: lr-tb;
    font-size: 12px;
}
a.course-item:hover{
    color:currentColor;
}
.course-item-article {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    overflow: hidden;
    flex-direction: column;
}
.course-item-content {
    padding: 15px;
    flex: 1;
}
.course-item-image {
    flex-shrink: 0;
    height: 200px;
    width: 100%;
    overflow: hidden;
}

.course-item-image img, .woocommerce ul.products li.product a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.woocommerce ul.products li.product a {
    text-decoration: none;
    color: #fff;
}
h3.course-item-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0px;
    line-height: 1.4;
    color: #000;
    height: 60px;
}

p.course-item-description {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.meta-blog-ppl {
    font-size: 14px;
    margin-bottom: 15px;
}



.course-item-button a {
    margin-top: 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background: #4ca1f2;
    display: block;
    text-align: center;
}


/*Course Wiget*/
.flexslider {
    margin: 0;
    border: none;
}

.thumbs-arrow a.flex-prev{
    left: 10px;
}
.thumbs-arrow a.flex-next{
    right: 10px;
}
.thumbs-arrow a {
    background: #0dcaf0;
    float: none;
    width: 25px;
    height: auto;
    position: absolute;
    top: 10px;
    bottom: 10px;
    margin: 0;
    text-align: left;
    color: #fff;
    -moz-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    -webkit-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.course-product .summary.entry-summary {
    width: 100% !important;
    margin-bottom: 0 !important;
    margin-top: 25px;
}
.woocommerce div.product form.cart .variations select {
    padding: 5px;
    font-size: 15px;
}
.woocommerce div.product form.cart .variations th {
    padding-left: 0;
}
.flexslider .slides>li {
    cursor: pointer;
}

/*Variable*/
.variation-item{
    margin-bottom: 25px;
    background: #f5f5f5;
    padding: 20px;
    border: 1px dashed #073a7b;
}
.info-variation{
    display: flex;
    justify-content: space-between;

}

form.cart.action-variation {
    margin-bottom: 0 !important;
}

form.cart.action-variation .form-content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
form.cart.action-variation .form-content input#start_date, form.cart.action-variation .form-content select {
    height: 40px;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #212121;
}
form.cart.action-variation .form-content .group-form:last-child {
    grid-column: span 2;
    display: flex;
}
.single-product.woocommerce div.product .product_title{
    font-size: 28px;
}
.single-product .product_meta{
    padding: 10px 0;
}
form.cart.action-variation .button {
    font-size: 16px !important;
    line-height: 1.3;
    margin-top: auto;
    width: 100%;
}
form.cart.action-variation .form-content label {
    font-size: 15px;
    color: #073a7b;
}
.right-variation {
    display: flex;
    flex-direction: column;
}
span.text-green {
    color: #da251d;
    font-weight: 400;
}
ul.nav.social-icons {
    display: flex;
    align-items: center;
}
li.social-zalo-li {
    height: 40px;
}
footer .contact-widget-info>p {
    margin-bottom: 15px;
    line-height: 1.2;
}

.secondary-menu-area-inner p, .secondary-menu-area .contact-widget-info span a {
    line-height: 1.2;
    font-size: 15px;
    color: #000;
}

.product_list_widget .amount {
    font-weight: 600;
    color: green;
    font-size: 15px;
}
.woo-top-meta form, .woo-top-meta .woocommerce-result-count, .woo-top-meta .woocommerce-notices-wrapper {
    display: none;
}

aside.widget-area section.divein_latest_post_widget li .side-item-text a {
    width: 100%;
    font-size: 16px;
}
.comments-wrap span {
    color: #000;
}

@media screen and ( max-width: 767px ){

    .form-content input, .form-content select {
        width: 100% ;
    }
    span.text-green {
        color: green;
        font-weight: bold;
        font-size: 24px;
        display: inline-block;
        padding: 15px 0px;
    }
    .info-variation h2 {
        font-size: 25px;
        line-height: 1.3;
        color: #073a7b;
    }
    form.cart.action-variation .button {
        width: 100%;
    }
    .info-variation {
        flex-direction: column;
    }
    form.cart.action-variation .form-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .form-content .group-form:first-child, .form-content .group-form:last-child {
        grid-column: span 2;
    }
    .icon-ct-box {
        margin-top: 60px;
    }

    h3.course-item-title {
        font-size: 20px !important;
    }
    .woocommerce ul.products.shop-col-2 li.product {
        margin: 0 !important;
    }
    .woocommerce ul.products {
        margin: 0;
    }
    .course-item-article {
        margin-bottom: 25px;
    }
    h2.section-title {
        font-size: 32px;
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #4ca1f2;
    color: #fff;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border: 0px;
    margin: 0;
    background: #f0f0f0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
    overflow: visible;
}
.woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel {
    padding: 30px 25px;
    border: 1px solid #eaeaea;
    margin-top: -1px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 4em;
}

.divein-single-product .page-title-wrap-inner {
    color: #ffffff;
    background-color: #141414;
    background-image: url(https://lanbienvietnam.com/wp-content/uploads/2020/04/page-title-bg-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 84px;
    padding-bottom: 84px;
}

nav.woocommerce-breadcrumb {
    padding-top: 50px !important;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
    border: none !important;
    width: 0 !important;
    height: 0 !important;
}

.form-content .group-form button {
    background: #4ca1f2 !important;
}

.woocommerce-page div.product .woocommerce-tabs #tab-description h2 {
    display: none;
}
.woocommerce-tabs .panel h2 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 30px;
    color: #000;
}
/*css-single-product*/

.breadcrumb-fullwidth {
    display: flex;
    justify-content: center;
    background: #000;
    align-items: center;
}.breadcrumb-fullwidth {
    display: flex;
    justify-content: center;
    background: #000;
    align-items: center;
    background: url('/wp-content/themes/hello-elementor-child/assets/img/bg-single.jpg') no-repeat center center/cover;
    min-height: 400px;
}
.breadcrumb-fullwidth nav.woocommerce-breadcrumb {
    padding: 100px 0 !important;
    color: #fff;
}
.breadcrumb-fullwidth nav.woocommerce-breadcrumb a {
    color: #fff;
}

.woo-top-section {
    background: #141e30;
    padding: 100px 0px;
}
.woo-top-section .container {
    max-width: 1140px;
}
.woo-top-section p, .yikes-custom-woo-tab-title p {
    color: #fff;
}
.woocommerce .summary .product_meta>span {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 36px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #dc3545 !important;
}
.product-gallery .flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 23px;
    display: inline-block;
    content: '\f001';
    color: #fff !important;
    text-shadow: none !important;
}
.woocommerce-message {
    border-top-color: #4ca1f2;
    outline: none;
}
.woocommerce-message::before {
    content: "\e015";
    color: #4ca1f2;
}
input#coupon_code {
    color: #212121;
    border: 1px solid #000;
    padding: 10px;
}