/*
Theme Name: LePhuc Flatsome
Description: This is a child theme for Flatsome Theme
Author: LePhuc Themes 
Template: flatsome
Version: 3.17.7
*/
:root {
    /* Color */
    /* --primary-color: #009444; */
    --secondary-color: #d42a29;
    --success-color: #8dc63f;
    --alert-color: #faf24f;
    /* 
    Use With Value
    var(--primary-color); 
    var(--secondary-color); 
    var(--success-color); 
    var(--alert-color); 
    */
}

.absolute-footer {
    display: none;
}

.back-to-top {
    border-color: var(--secondary-color) !important;
    background-color: var(--primary-color) !important;
    color: white !important;
}

.bgr-fixed .bg {
    background-attachment: fixed;
}

.mr-0,
.mb0,
.mb0 h2,
.mb0 h4,
.mb0 p {
    margin-bottom: 0;
}

.mrb-7 p {
    margin-bottom: 7px;
}

.review-cmt .form-group {
    display: flex;
    align-items: center;
}

.review-cmt .form-group label {
    width: 150px;
}

.review-cmt .review-ct p img {
    margin-bottom: 0 !important;
}

.review-ct h3 {
    font-size: large;
}

.uu-diem .icon-box {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    height: 100%;
}

.uu-diem .icon-box-img {
    border: 10px solid #fff;
    border-radius: 100%;
    /* min-width: 80px; */
    height: 80px;
    width: 80px !important;
    margin-bottom: 0;
    background: var(--primary-color);
    z-index: 999;

}

.uu-diem .icon-box .icon-box-text {
    padding-bottom: 20px;
}

.uu-diem .icon-box {
    position: relative;
}

.uu-diem .icon {
    padding: 8px;
}

.uu-diem svg {
    padding: 0;
}

.uu-diem .icon-box::after {
    display: block;
    content: '';
    position: absolute;
    background-color: #fff;
    height: 40px;
    width: 120%;
    left: -20px;
}

.star-rating span::before,
.star-rating::before {
    color: #fad04f !important;
}

.widget .current-cat>a,
#secondary .current_page_item>a {
    color: var(--secondary-color);
    font-weight: normal;
}

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

.align-items-center {
    align-items: center !important;
}

.row-dvct .col-inner {
    box-shadow: 0 0 11px 0 #0a0a0a38;
    border-radius: 25px;
}

.row-dvct .image-cover {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

ul.sub-menu.nav-dropdown.nav-dropdown-bold {
    padding: 0
}

.nav-dropdown.nav-dropdown-bold>li>a {
    border-radius: 0;
    margin: 0
}

#secondary .widget-title {
    margin-bottom: 15px;
    padding: 15px 20px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    display: block;
    background-color: var(--primary-color);
    color: #fff;
    text-align: center;
}

#secondary .widget {
    border: 1px solid #e3e3e3;
    border-radius: 7px;
}

#secondary .ux-menu-link:hover,
header .ux-menu-link:hover {
    transition: all .3s linear;
    background-color: var(--fs-color-secondary);

}

#secondary .ux-menu-link:hover .ux-menu-link__link,
header .ux-menu-link:hover .ux-menu-link__link {
    border-bottom-color: var(--fs-color-secondary);

}

header .ux-menu-link__link {
    padding-left: 10px;
    padding-right: 10px;
}

#secondary .ux-menu .ux-menu-link:last-child {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

#secondary .ux-menu-link:hover i,
header .ux-menu-link:hover i,
header .ux-menu-link:hover span,
#secondary .ux-menu-link:hover span {
    color: #fff;
}

.list-blog .post-item,
.list-blog .box-text {
    padding-bottom: 0;
}

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

.list-blog .post-title {
    font-weight: normal;
}

.all-maps .icon-box-text {
    padding-left: 0.5em !important;
    margin-top: -3px;
}

.ft-contact .plain {
    margin: 0 auto;
    display: table;
}

@media screen and (min-width: 850px) {

    .col-border+.col,
    .col-divided+.col,
    .row-large .large-3 {
        padding-left: 10px;
        border-left: none !important;
    }

    .large-9.left.col.col-divided,
    .row-large.row-divided .large-9.col {
        padding-right: 10px;
        border-right: none;

    }
}

@media (min-width:1201px) {}

@media (min-width:1600px) {}

/* Từ ipad lớn trở lên */
@media (min-width:850px) {}

/*  Từ ipad trở lên */
@media (min-width: 550px) {}

/*  Từ ipad pro đến 1200px */
@media (min-width: 1000px) and (max-width:1200px) {}

/*  Từ ipad đến ipad lơn */
@media (min-width: 850px) and (max-width:1024px) {}

/*  Từ mobile đến ipad */
@media (min-width: 550px) and (max-width:850px) {}

/*  Từ ipad trở xuống */
@media (max-width: 999px) {}

@media (max-width: 849px) {}

/*  Từ mobile trở xuống */
@media (max-width: 549px) {
    .row-dvct .col:nth-child(odd) {
        padding-bottom: 14px;
        padding-right: 7px;
    }

    .row-dvct .col:nth-child(even) {
        padding-bottom: 14px;
        padding-left: 7px;
    }

    .row-dvct h4 {
        font-size: inherit;
    }
}


/* ADD Slider bar on single post */
.single-post .entry-divider,
#secondary .is-divider {
    display: none;
}

.pd-b0 {
    padding-bottom: 0 !important;
}


#secondary .icon-box {
    width: max-content;
}


#secondary .call-phone {
    background-color: #e60808;
}

#secondary .chat-zalo {
    background-color: #2196F3;
}

#secondary .has-block {
    padding-top: 15px;
}

#secondary ul {
    padding: 10px 20px;
}

#secondary .menu-item {
    padding: 0 20px;
}

@media screen and (min-width: 850px) {
    .row-large .large-9 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
        padding-right: 20px;
    }

    .row-large .large-3 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
        padding-left: 20px;
    }
}