/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.section-footer span.ux-menu-link__text {
    color: #fff;
}

.section-footer span.ux-menu-link__text:hover {
    color: #77CDD1;
}

.section-footer a.ux-menu-link__link.flex {
    display: flex;
    width: max-content;
    justify-content: center;
    font-size: 18px;
    margin-bottom: -6px;
}

.section-footer a.icon.primary.button.circle {
    background: #77CDD1 !important;
    border-color: #77CDD1 !important;
}

.section-footer .social-icons {
    display: flex;
    gap: 4px;
    justify-content: center;
}

.header-main .nav>li>a {
    font-weight: 300;
}

.header-button a.button.primary {
    padding: 6px 20px;
}

ul.header-nav.header-nav-main.nav.nav-right {
    display: flex;
    gap: 5px;
}

.btn-white span {
    color: #77CDD1;
}

.btn-white:hover {
    background: #77CDD1 !important;
}

.btn-white:hover span {
    color: #fff !important;
}

.icon-box-review h3 {
    margin-bottom: 0px;
}

.icon-box-review {
    display: flex;
    align-items: center;
}

.col-review .text-review p {
    max-height: 150px;
    overflow-y: auto;
    padding-right: 10px;
}

.col-review .text-review p::-webkit-scrollbar {
    width: 4px;
}

.col-review .text-review p::-webkit-scrollbar-track {
    background: #e5e5e5;
}

.col-review .text-review p::-webkit-scrollbar-thumb {
    background: #8c8c8c;
    border-radius: 10px;
}



.row-services .title-divide h3 {
    width: max-content;
    max-width: 100%;
    font-weight: 500;
    letter-spacing: 1px;
}

.row-services .title-divide {
    display: flex;
    align-items: center;
    gap: 10px;
}

.row-services .title-divide::after {
    content: "";
    flex: 1;
    border-bottom: 3px dotted #666;
    transform: translateY(-2px);
}

.dark .nav-vertical-fly-out>li>a:hover,
.dark .nav>li.active>a,
.dark .nav>li>a.active,
.dark .nav>li>a:hover,
.nav-dark .nav>li.active>a,
.nav-dark .nav>li.current>a,
.nav-dark .nav>li>a.active,
.nav-dark .nav>li>a:hover,
.nav-dark a.plain:hover,
.nav-dropdown.dark .nav-column>li>a:hover,
.nav-dropdown.dark>li>a:hover {
    color: #77CDD1;
}


.dark .nav-vertical li li.menu-item-has-children>a,
.dark .nav-vertical-fly-out>li>a,
.dark .nav-vertical>li>ul li a,
.dark .nav>li.html,
.dark .nav>li>a,
.nav-dark .is-outline,
.nav-dark .nav>li>a,
.nav-dark .nav>li>button,
.nav-dropdown.dark .nav-column>li>a,
.nav-dropdown.dark>li>a {
    color: #fff;
}

.card .col-inner {
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 10%);

    background-color: #fff;
    padding: 15px;
    min-height: 350px;

    text-align: center;
    border-radius: 6;
    border-radius: 10px !important;
    border: none !important;
}

.card img {
    border-radius: 6px;
}


.accordion.acc-dao-tao .toggle {
    border-radius: 999px;
    height: 1.5em;
    right: 0;
    left: auto;
    margin-right: 5px;
    position: absolute;
    top: .3em;
    transform-origin: 50% 47%;
    width: 2.3em;
}

.acc-dao-tao .accordion-item {
    border: none;
    background: #fff;
    margin-bottom: 15px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

.acc-dao-tao .accordion-item:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}

.acc-dao-tao .accordion-title {
    position: relative;
    padding: 15px 15px 15px 30px;
    background: #fff;
    color: #70C1C5;
    font-weight: 700;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.acc-dao-tao .accordion-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 6px;
    background: #70C1C5;
    border-radius: 0 4px 4px 0;
    z-index: 1;
}

.acc-dao-tao .accordion-item.active .accordion-title {
    border: 1px solid #70C1C5;
    border-bottom: 1px solid transparent;
    border-radius: 8px 8px 0 0;
    background: #FFF2F2;
}

.acc-dao-tao .accordion-inner {
    padding: 20px;
    border: none;
    border-radius: 0 0 8px 8px;
    margin-top: -1px;
}

.acc-dao-tao .toggle {
    right: 15px;
    color: #70C1C5;
}

.acc-dao-tao .toggle {
    right: 15px !important;
    color: #70C1C5 !important;
}

.acc-dao-tao .accordion-title.active {
    border: 1px solid #70C1C5 !important;
    border-radius: 16px !important;
}




.nav-dropdown,
.nav-dropdown ul.sub-menu {
    background: #28282B;
    padding: 0;
    border: none;
    width: 250px;
    display: flex;
    flex-direction: column;
}

.nav-dropdown li a,
ul.sub-menu li a {
    color: #fff;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 300;
    text-transform: unset;
    display: block;
    border-bottom: 1px solid #3e3e42;
    margin: 0;
}

.nav-dropdown li a:hover,
ul.sub-menu li a:hover {
    color: #fff;
    background: #70C1C5;
}

.sub-menu>li.menu-item-has-children {
    position: relative;
}

.sub-menu>li.menu-item-has-children>.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    margin: 0;
}

.sub-menu>li.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
}

.sub-menu>li.menu-item-has-children>.sub-menu {
    margin-top: 0px;
}

.nav-dropdown-has-border .nav-dropdown {
    top: 64px;
    border: none;
}

.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after,
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    display: none;
}

.nav-dropdown>li.image-column,
.nav-dropdown>li.nav-dropdown-col {
    display: table-cell;
    min-width: unset;
    text-align: left;
    white-space: nowrap;
    width: unset;
}

.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: unset;
    margin: 0px;
    color: #fff;
    padding-left: 15px;
    padding-right: 0;
    text-transform: none;
    font-size: 16px;
    font-weight: 100;
}


.text-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(180deg, #70C1C5, #59a6aa);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.text-number p {
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}

.row-lo-trinh {
    position: relative;
}

.row-lo-trinh::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 278px;
    transform: translateX(-50%);
    width: 3px;
    background: linear-gradient(180deg,
            #70C1C5 0%,
            #59a6aa 25%,
            #4a8c90 50%,
            #3b7278 75%,
            #2c585e 100%);
    border-radius: 2px;
    height: 582px;
}


.booking-container {
    max-width: 500px;
    margin: 0px auto 20px auto;
    padding: 20px;
    border-radius: 8px;
}

.booking-container label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
}

.booking-container input,
.booking-container select,
.booking-container textarea {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.booking-container .wpcf7-submit {
    background-color: #8edee2 !important;
    color: white !important;
    border: none;
    padding: 6px 20px;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    transition: 0.3s;
}

.booking-container .wpcf7-submit:hover {
    background-color: #60b6bb !important;
}

.booking-container input.wpcf7-form-control.wpcf7-submit {
    margin-bottom: -30px !important;
}


body.post-type-archive-product.woocommerce-shop #masthead.header-main,
body.tax-product_cat #masthead.header-main,
body.single.single-product #masthead.header-main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.post-type-archive-product.woocommerce-shop #masthead.header-main .nav>li>a,
body.post-type-archive-product.woocommerce-shop #masthead.header-main .nav-top-link,
body.post-type-archive-product.woocommerce-shop #masthead.header-main .icon-menu,
body.post-type-archive-product.woocommerce-shop #masthead.header-main .icon-search,
body.post-type-archive-product.woocommerce-shop #masthead.header-main .icon-user,
body.post-type-archive-product.woocommerce-shop #masthead.header-main .icon-shopping-cart,
body.tax-product_cat #masthead.header-main .nav>li>a,
body.tax-product_cat #masthead.header-main .nav-top-link,
body.tax-product_cat #masthead.header-main .icon-menu,
body.tax-product_cat #masthead.header-main .icon-search,
body.tax-product_cat #masthead.header-main .icon-user,
body.tax-product_cat #masthead.header-main .icon-shopping-cart,
body.single.single-product #masthead.header-main .nav>li>a,
body.single.single-product #masthead.header-main .nav-top-link,
body.single.single-product #masthead.header-main .icon-menu,
body.single.single-product #masthead.header-main .icon-search,
body.single.single-product #masthead.header-main .icon-user,
body.single.single-product #masthead.header-main .icon-shopping-cart {
    color: #fff !important;
}

body.post-type-archive-product.woocommerce-shop #masthead.header-main .nav>li>a:hover,
body.post-type-archive-product.woocommerce-shop #masthead.header-main .nav>li.active>a,
body.tax-product_cat #masthead.header-main .nav>li>a:hover,
body.tax-product_cat #masthead.header-main .nav>li.active>a,
body.single.single-product #masthead.header-main .nav>li>a:hover,
body.single.single-product #masthead.header-main .nav>li.active>a {
    color: #7bd6dc !important;
}

body.post-type-archive-product.woocommerce-shop #masthead.header-main .header-button .button,
body.tax-product_cat #masthead.header-main .header-button .button,
body.single.single-product #masthead.header-main .header-button .button {
    background-color: #76d1d6 !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.post-type-archive-product.woocommerce-shop #masthead.header-main .header-button .button:hover,
body.tax-product_cat #masthead.header-main .header-button .button:hover,
body.single.single-product #masthead.header-main .header-button .button:hover {
    background-color: #5fc1c7 !important;
    color: #fff !important;
}

body.post-type-archive-product.woocommerce-shop #header,
body.post-type-archive-product.woocommerce-shop .header-wrapper,
body.tax-product_cat #header,
body.tax-product_cat .header-wrapper,
body.single.single-product #header,
body.single.single-product .header-wrapper {
    background: transparent !important;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.widget>ul>li>a,
.widget>ul>li>span:first-child,
ul.menu>li>a,
ul.menu>li>span:first-child {
    color: #000;
}

#shop-sidebar a.icon-circle:hover,
#shop-sidebar a.remove:hover,
#shop-sidebar a:hover {
    color: #70C1C5;
}

.product-small.box {
    position: relative;
    padding: 8px;
    border: 1px solid transparent;
    transition: border-color 0.25s ease;
}

.product-small.box:hover {
    border-color: #000;
}

.product-small.box .box-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fff;
}

.product-small.box .box-image .image-zoom,
.product-small.box .box-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.product-small.box .box-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.product-small.box .product-title,
.product-small.box .woocommerce-loop-product__title {
    min-height: 48px;
    margin: 14px 0 4px;
    text-align: center;
    line-height: 1.35;
}

.product-small.box .product-title a,
.product-small.box .woocommerce-loop-product__title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #111;
    font-size: 15px;
}

.product-small.box .product-title a:hover,
.product-small.box .woocommerce-loop-product__title a:hover {
    color: #70C1C5;
}

.product-small.box .price {
    color: #111;
    font-size: 18px;
    line-height: 1.2;
}


span.widget-title {
    color: #000;
}

.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-handle,
.widget_price_filter .price_slider_amount .button {
    background-color: #70C1C5;
}

.prod-title p {
    font-size: 36px;
    color: #fff;
    font-weight: 800;
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav li a {
    background: #F0F0F0;
    color: #6a6a6a;
    border-radius: 0px;
    padding: 6px 20px;
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav li.active a,
ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav li a:hover {
    background: #2C2C2C;
    color: #fff;
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav {
    display: flex;
    gap: 25px;
}


.product-footer .tab-panels .entry-content {
    border-color: rgba(97, 106, 100, 0.1) !important;
    padding: 20px;
    border: 1px solid;
    color: #000;
}

h3.product-section-title.container-width.product-section-title-related {
    color: #000;
}

.single-product .auralash-product-rating {
    margin: 8px 0 14px;
}

.single-product .auralash-rating-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #555;
    text-decoration: none;
}

.single-product .auralash-rating-link:hover .auralash-review-count {
    text-decoration: underline;
}

.single-product .auralash-product-rating .star-rating {
    margin: 0;
    color: #f7c948;
    font-size: 16px;
    letter-spacing: 2px;
}

.single-product .auralash-review-count {
    font-size: 16px;
    color: #555;
}

.star-rating span:before {
    color: #F6E58D;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}

.star-rating:before,
.woocommerce-page .star-rating:before {
    color: #F6E58D;
    content: "";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}

.product-info bdi {
    color: #77CDD1;
    font-size: 28px;
}

h1.product-title.product_title.entry-title {
    color: #000;
    font-size: 30px;
}



.single_add_to_cart_button,
.ux-buy-now-button {
    display: block;
    width: 100%;
    margin: 10px 0;
    margin-left: 0;
    text-align: center;
}

.single_add_to_cart_button,
.ux-buy-now-button {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff;
}

.single_add_to_cart_button:hover,
.ux-buy-now-button:hover {
    background-color: #333333 !important;
    color: #ffffff;
}

.product-info .ml-half {
    margin-left: 0;
    margin: 0px;
}

.col.post-item .col-inner {
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .03);
}
.col.post-item .box-text.text-left {
    padding: 20px;
}
.col.post-item .box-text.text-left p.from_the_blog_excerpt {
    font-size: 16px;
}

.post-meta.is-small {
    padding: 10px 0px;
}
h5.post-title.is-large a {
    color: #000;
}

h5.post-title.is-large a:hover {
    color: #77CDD1;
}


li.cart-item.has-icon.has-dropdown > ul.nav-dropdown.nav-dropdown-default {
    width: 380px !important;
    min-width: 380px !important;
    padding: 20px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18) !important;
    overflow: visible !important;
}

li.cart-item.has-icon.has-dropdown > ul.nav-dropdown.nav-dropdown-default > li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

li.cart-item.has-icon.has-dropdown .widget_shopping_cart_content,
li.cart-item.has-icon.has-dropdown .widget_shopping_cart_content * {
    box-sizing: border-box;
}

li.cart-item.has-icon.has-dropdown .woocommerce-mini-cart {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    max-height: 340px;
    overflow-y: auto;
}

li.cart-item.has-icon.has-dropdown .woocommerce-mini-cart-item {
    position: relative !important;
    display: block !important;
    min-height: 96px;
    margin: 0 0 16px !important;
    padding: 0 34px 16px 92px !important;
    border-bottom: 1px solid #ececec !important;
    color: #222 !important;
}

li.cart-item.has-icon.has-dropdown .woocommerce-mini-cart-item > a:not(.remove) {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #222 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    min-height: auto !important;
	    background: unset;
}

li.cart-item.has-icon.has-dropdown .woocommerce-mini-cart-item > a:not(.remove) img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 76px !important;
    height: 76px !important;
    margin: 0 !important;
    object-fit: cover !important;
    border: 1px solid #eee !important;
    border-radius: 8px !important;
    background: #fff !important;
}

li.cart-item.has-icon.has-dropdown .ux-mini-cart-qty {
    display: block !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    color: #777 !important;
        font-size: 18px !important;
    line-height: 1.3 !important;
    text-align: left !important;
}

li.cart-item.has-icon.has-dropdown .ux-mini-cart-qty .quantity {
    color: #777 !important;
}

li.cart-item.has-icon.has-dropdown .ux-mini-cart-qty .amount,
li.cart-item.has-icon.has-dropdown .ux-mini-cart-qty bdi {
    color: #555 !important;
    font-weight: 600 !important;
}

li.cart-item.has-icon.has-dropdown .woocommerce-mini-cart-item .remove {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 26px !important;
    height: 26px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #666 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

li.cart-item.has-icon.has-dropdown .woocommerce-mini-cart-item .remove:hover {
    background: #222 !important;
    border-color: #222 !important;
    color: #fff !important;
}

li.cart-item.has-icon.has-dropdown .ux-mini-cart-footer {
    margin: 0 !important;
    padding: 0 !important;
}

li.cart-item.has-icon.has-dropdown .woocommerce-mini-cart__total {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 16px !important;
    margin: 0 0 16px !important;
    padding: 16px 0 !important;
    border-top: 1px solid #f0f0f0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    color: #222 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
}

li.cart-item.has-icon.has-dropdown .woocommerce-mini-cart__total strong {
    color: #222 !important;
    font-weight: 700 !important;
}

li.cart-item.has-icon.has-dropdown .woocommerce-mini-cart__total .amount,
li.cart-item.has-icon.has-dropdown .woocommerce-mini-cart__total bdi {
    color: #111 !important;
    font-weight: 700 !important;
}

li.cart-item.has-icon.has-dropdown .woocommerce-mini-cart__buttons {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
}

li.cart-item.has-icon.has-dropdown .woocommerce-mini-cart__buttons .button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 12px 14px !important;
    border: 1px solid #dedede !important;
    border-radius: 8px !important;
    background: #f7f7f7 !important;
    color: #222 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    box-shadow: none !important;
}

li.cart-item.has-icon.has-dropdown .woocommerce-mini-cart__buttons .button:hover {
    background: #eeeeee !important;
    color: #222 !important;
}

li.cart-item.has-icon.has-dropdown .woocommerce-mini-cart__buttons .checkout {
    border-color: #68c8cb !important;
    background: #68c8cb !important;
    color: #fff !important;
}

li.cart-item.has-icon.has-dropdown .woocommerce-mini-cart__buttons .checkout:hover {
    border-color: #4eb9bd !important;
    background: #4eb9bd !important;
    color: #fff !important;
}

/* Empty cart */
li.cart-item.has-icon.has-dropdown .woocommerce-mini-cart__empty-message {
    margin: 0 !important;
    padding: 10px 0 !important;
    color: #333 !important;
    font-size: 14px !important;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
i.icon-shopping-cart, i.icon-menu {
    color: #fff;
}
	
	.img-mobile-100 .img-inner.image-cover.dark {
    padding-top: 100% !important;
}
	
	.row-lo-trinh::before{
		display:none;
	}
	
	
	.nav-dropdown li a, ul.sub-menu li a {
    color: #fff;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 300;
    text-transform: unset;
    display: block;
    border-bottom: unset;
    margin: 0;
}
	
	.prod-title p {
    font-size: 25px;
    color: #fff;
    font-weight: 800;
}
	h5.post-title.is-large a {
    color: #000;
    font-size: 20px;
}

}