/*
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.   ***************/

.header-block {
    top: 0!important;
}
.laha_ueser_online, .laha_view_daily, .laha_view_total {
  margin: 0 10px;
  color: #ffffff;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}

main#main {
    background: url(https://dauchinhhang686.com/wp-content/uploads/2020/11/bg_body.jpg);
}
.support_onl {
    background: white;
    height: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.support_onl_title {
    background: red;
    padding-top: 10px;
}
.support_onl .support_onl_content {
    margin: 15px;
    padding: 15px;
    padding-bottom: 26px;
    border: 1px dashed;
}
.support_onl_content strong:hover {
    color: #ffd500;
    transition: 0.3s;
}
.support_onl_title i.icon-clock {
    color: yellow;
}
@media (max-width: 1024px){

    .support_onl_title span.section-title-main {
        font-size: 100% !IMPORTANT;
    }
    .support_onl .support_onl_content {
         padding-bottom: 0;
    }
    .support_onl .support_onl_content {
        padding-bottom:35px;
        margin: 12px;
    }
    .support_onl .support_onl_content {
        padding-bottom: 35px;
    }
}
@media (max-width: 768px) {

}
.footer-2 div.footer-widgets {
    padding: 10px;
}
.footer-2 .is-divider.small {
    margin: 5px;
}
.footer-2 .wg-logo .item .title-menu4.icon_none_first {
    margin-top: 5px;
}
.footer-2 .item p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer-2 .block_widget {
    height: 215px;
}

.shop-page-title .page-title-inner {
    position: relative;
    padding-top: 0;
    min-height: 0;
}
.page-title-inner .category-filtering .filter-button strong {
    text-shadow: 0 0 4px black;
}
.featured-title .page-title-inner {
    padding-bottom: 0;
}
#block_widget-8 .has-block .item p {
    margin-top: 2px;
    margin-bottom: 2px;
}
div#block_widget-5, #block_widget-8, .div#social-2 {
    margin: 0;
}
.section_product__banner.has-block.tooltipstered {
    padding: 15px 0 !important;
}
.padding_bottom0 form.wpcf7-form.init {
    margin-bottom: 0;
}
.padding_bottom0 div.form-lh {
    padding-top: 15px;
}


.footer-2 .tzwidget-social {
    margin: 30px 0;
}
.footer-2 .tzwidget-social a {
    margin-right: 30px;
}
.footer-2 .tzwidget-social i {
    font-size: 30px;
}
.footer-2 .tzwidget-social a {
    background: transparent;
}
.footer-2 .tzwidget-social a.facebook_bg, a.google_bg, .footer-2 .tzwidget-social i.fab.fa-twitter{
    color: grey;
    transition: 0.3s;
}
.footer-2 .tzwidget-social a.facebook_bg:hover{
    color: blue;
}
.footer-2 .tzwidget-social a.google_bg:hover{
    color: red;
}
.footer-2 .tzwidget-social i.fab.fa-twitter:hover{
    color: #50ABF1;
}
.footer-widgets.footer.footer-2 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.absolute-footer.dark.medium-text-center.small-text-center {
    padding: 0;
}
.footer-2 .has-block div.col {
    padding: 0;
}
.copyright-footer {
    transform: translate(0,37%);
}
li.tab.lh_view__allitem {
    position: absolute;
    right: 0;
    z-index: 9999;
}
.section_like_product h2.title-head {
    min-width: 320px;
    width: 100%;
    text-align: center;
    background: transparent !important;
    color: red;
}
.send_now p {
    text-align: center;
}
h3.lh_subtitle {
    padding: 0;
}
.section_like_product h2.title-head {
    font-size: 22px;
}
.shop-page-title.featured-title .title-overlay {
    background-color: #80a5f7cf !important;
}
.product-thumbnails img, .product-gallery-slider img {
    width: auto;
}
.product-info h1.product-title.product_title.entry-title {
    font-weight: 600;
}
h5.lh_booking {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    border: 1px solid;
    padding: 3px;
    margin-top: 5px;
    display: inline-block;
    width: 90px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    cursor: pointer;
}

h5.lh_booking:hover {
    background: #ff0000;
    color: #ffffff;
}

.form_booking__product {
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    visibility: hidden;
    position: fixed;
    opacity: 0;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 200%;
}

.form_booking__product.active {
    visibility: visible;
    opacity: 1;
    z-index: 99999999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.form_booking__product .form_booking {
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    margin-top: -100px;
}
.form_booking__product.active .form_booking {
    margin-top: 0;
}

.form_booking {
    max-width: 480px;
    margin: 0 auto;
    border: 1px solid #ffffff;
    padding: 20px 20px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #f5f5f5f5;
    position: relative;
    max-height: calc(100vh - 150px);
    overflow: auto;
    overflow-x: hidden;
}
.form_booking input,.form_booking select,.form_booking textarea {
    font-size: 14px;
    box-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.form_booking h3 {
    color: #333333;
    text-align: center;
    margin-bottom: 18px;
    font-size: 26px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ffffff;
}

.form_booking .close_form {
    padding: 5px 15px;
    color: red;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.product_typeone__cotent {
    text-align: center;
}
.box-text.box-text-products {
    text-align: center;
}
@media (max-width: 768px) {
    #footer .gap-element {
        padding-top: 7px;
    }

    .lh_slide h2.title-head {
        min-width: 320px;
        font-size: 18px !important;
    }
    .section_like_product .tab_border span {
        font-style: italic;
    }
}
@media (max-width: 480px) {
    .footer-2 #block_widget-5 {
        margin: 0 !important;
    }
    .footer-2 div#social-2 {
        margin: 0;
    }
    #top-bar .mobile-nav .html_topbar_left span.welcome_text {
        font-size: 16px !important;
    }

}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: white;
}