/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.19.9
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
.top-divider {
    display: none;
}

p {
    margin-bottom: 5px;
}

:root {
	--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	--bs-box-shadow-min: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.color-primary {
	color: var(--primary-color) !important;
}

.mb-3 {
    margin-bottom: 20px;
}

.mobile-sidebar {
    background: #2c768b;
}

.card-shadow {
    visibility: visible;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    animation-name: fadeIn;
    box-shadow: var(--bs-box-shadow);
    border-radius: 10px;
    padding: 30px 20px;
}

.card-shadow:hover {
    background: #d9a7c7;
    background: -webkit-linear-gradient(to right, #fffcdc23, #d9a7c71a);
    background: linear-gradient(to right, #fffcdc23, #d9a7c71a);
    cursor: pointer;
    transition: all 0.4s;
    cursor: pointer;
}


.nav-dropdown {
    min-width: 370px;
    padding: 10px 0;
}

.nav-dropdown.nav-dropdown-bold>li>a:hover {
    background: var(--fs-color-secondary);
    color: var(--primary-color) !important;
    border-radius: 5px;
}

.menu-item:hover ul.sub-menu.nav-dropdown {
    animation: dropdown-show 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes dropdown-show {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}

.title-head {
    color: var(--primary-color);
    font-size: 40px;
    margin-bottom: 10px;
}

.line-title {
    width: 95px;
    height: 2px;
    background-color: var(--primary-color);
    display: block;
    margin-bottom: 15px;
}


.gal-brand .flickity-prev-next-button {
    margin-top: -2.5% !important;
}

.gal-brand .box-text {
	display: none;
}

.gal-brand .box-image {
    border-radius: 5px;
    box-shadow: var(--bs-box-shadow-min);
}

span.wpcf7-spinner {
    display: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.button {
    padding: 0px 25px;
    margin: 0;
    width: 100%;
}

input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control {
    background: white !important;
}

.img-border img {
    border-radius: 15px;
}

.slide-custom .img.has-hover.img-border {
    opacity: unset;
}

.slide-custom .slider-style-focus .flickity-page-dots {
    bottom: 50px;
}

.slide-custom .flickity-page-dots .dot {
	border: 1px solid var(--primary-color);
    background: var(--primary-color);
    height: 8px;
	width: 8px;
}

.ic-next {
    float: right;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    width: 2.24rem;
    height: 2.24rem;
    padding: 0;
    border-radius: 99px;
    box-shadow: var(--bs-box-shadow);
}

.card-custom {
    box-shadow: var(--bs-box-shadow);
    border-radius: 10px;
}

.card-custom .box-text {
    padding: 15px 10px;
}

.card-custom img.attachment-original {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.title-ic {
  display: flex;
  justify-content: space-between; 
  align-items: center; 
  margin: 0; 
  padding: 0;
}

.title-ic p {
 	margin: 0;   
}

.title-ic .title-ic-text {
    font-size: 20px;
    font-weight: 900;
    color: #424242;
}

.btn-round {
    margin-right: 0;
    border-radius: 99px;
    height: 45px;
    align-content: center;
}

.button.primary {
    box-shadow: none;
}

.button.primary:hover {
    background: white;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-pink {
    background: white;
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.btn-pink:hover {
    background: var(--primary-color) !important;
    color: white !important;
}

.card-col .col-inner {
    border-radius: 10px;
    box-shadow: var(--bs-box-shadow-min);
}

.card-col .card-text {
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: -15px;
}

.form-can-ban .col-inner {
    background: white;
    padding: 45px;
    border-radius: 10px;
    box-shadow: var(--bs-box-shadow-min);
}

.form-can-ban input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control {
    border-radius: 5px;
    font-size: 16px;
    height: 45px;
}

input.wpcf7-form-control:focus {
    color: #51596c;
    background-color: #fff;
    border-color: rgb(237 83 102 / 27%);
    outline: 0;
    box-shadow: 0 0 1rem 0 rgb(238 82 103 / 33%);
}

@media (min-width: 768px) {
	.flex-col.left {
        padding-right: 10px !important;
        width: 100%;
    }

    .flex-col.right {
        padding-right: 0px !important;
        padding-left: 10px;
        width: 100%;
    }
}

select.wpcf7-form-control.wpcf7-select {
    border-radius: 5px;
    background-color: white;
    margin: 0;
    height: 45px;
}

@media (max-width: 768px) {
    .flex-row.form-flat.medium-flex-wrap.mb-3 {
        margin-bottom: 0px;
    }
}

.post-item .box-blog-post {
    box-shadow: var(--bs-box-shadow-min);
    border-radius: 10px;
}

.post-item .box-blog-post img.attachment-original {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.post-item .box-blog-post .is-divider {
    display: none;
}

.post-item .box-blog-post .box-text {
    padding: 20px 15px;
}

.post-item .box-blog-post .post-meta {
    font-size: 14px;
    font-weight: 900;
    opacity: unset;
}

.post-item .box-blog-post .cat-label {
    font-size: 12px;
    border-radius: 99px;
    background: var(--primary-color);
    opacity: unset;
    padding: 2px 14px;
    margin: 0;
    color: white;
}

#comments {
	display: none;
}

.post-sidebar {
    border: 0 !important;
    padding-left: 15px !important;
}

.article-inner .entry-category {
    font-size: 14px;
    border-radius: 99px;
    background: var(--primary-color);
    opacity: unset;
    padding: 5px 16px;
    margin: 0;
}

.article-inner .entry-category a {
	color: white;
    font-weight: 900;
}

.article-inner .entry-meta span.date {
    font-weight: 900;
}

@media (min-width: 768px) {
    .entry-title {
        font-size: 34px;
    }
}

.blog-share .is-divider {
    display: none;
}

.blog-share {
    text-align: left;
    padding-top: 20px;
}

.blog-share .icon.primary.button {
    min-width: 40px !important;
    height: 40px !important;
    align-content: center;
    margin: 0;
    margin-right: 5px;
}

.entry-content.single-page {
    padding: 0;
}

.blog-wrapper.blog-single.page-wrapper .post.type-post {
    margin: 0;
}

.widget-area .is-divider {
    display: none;
}

.widget-area .widget-title span {
    font-size: 26px;
    text-transform: math-auto;
}

.widget-area ul {
    padding-top: 15px;
}

.widget-area li.cat-item {
    border-top: 0 !important;
    font-size: 18px;
    font-weight: 900;
}

.post-sidebar .post-item .box-blog-post .box-text {
    padding: 10px 15px;
}

.post-sidebar .post-item .box-blog-post .post-meta {
	font-size: 12px;
}

.box-vertical img.wp-post-image {    
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.box-vertical .badge.absolute.top.post-date.badge-circle-inside {
    display: none;
}

.page-title span {
    border-bottom: 2px solid;
    color: var(--primary-color);
    font-size: 40px;
    float: left;
}

.video-border {
    border-radius: 10px;
}

.col-kienthuc a.button.primary {
    border-radius: 5px;
    text-align: left;
    padding: 0px 25px !important;
    height: 55px;
    text-transform: math-auto;
    font-size: 18px;
}

.accordion-item .accordion-title {
    padding: 15px;
}

.accordion .toggle {
    right: 0;
    left: auto;
    align-self: anchor-center;
}

.accordion-item .accordion-title {
    padding: 15px;
    border-top: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 900;
}

.accordion-item .accordion-title.active {
    background: var(--primary-color);
    color: white;
}

.sec-card .col.medium-3, .sec-card .col-inner, .sec-card .icon-box {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    #footer .footer .section-content.relative {
        background: #0b5370c9;
    }
}

.nav li:first-child {
    margin-right: 0;
}


#footer .footer {
	background: #2C768B;
    background: linear-gradient(0deg, rgba(44, 118, 139, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.footer .section-bg.fill {
    background-image: url(https://3304.mevivu.net/wp-content/uploads/2025/11/lotus-scaled.png);
    background-size: cover;
}

ul.nav.nav-center.nav-small.mobile-nav.nav-divided {
    justify-content: right;
}
***************/
