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

/*************** ADD CUSTOM CSS HERE.   ***************/
.related-post .box-text  h5{
	    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

body, p, h1, h2, h3, h4, h5, h6, .td-excerpt {
    font-family: Helvetica, Arial, Verdana, Geneva, sans-serif !important;

}

.box-text {

    border-bottom: 1px solid #e9e5e5;
    padding-bottom: 15px;
}
h1, h2, h3, h4, h5, h6, .heading-font {
    color: #025812!important;
}

@media (max-width: 549px) {
    .box-text {
        font-size: 100%!important;
    }
}
.header:not(.transparent) .header-bottom-nav.nav > li > a {
    color: #076442!important;
    font-weight: bold!important;
}
.header-bottom-nav li.active a {
    background: linear-gradient(to right, #8ef907 0%, #05f2fd 100%)!important;
}
h5:hover {
 
color: #2407c3 !important;
}
a.nav-top-link:hover {
	color: #2407c3 !important;
}
.header:not(.transparent) .header-bottom-nav.nav > li > a:hover {
    color: #2407c3 !important;
}
.gt_switcher_wrapper {
    background: darkseagreen;
}
form.cart {
    display: none;
}


.tour-card {
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    background: #fff;
    max-width: 350px;
}

.price {
    color: red;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.price del {
    color: #999;
    margin-left: 10px;
    font-size: 16px;
}
.description {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}
.meta {
    font-size: 14px;
    color: #777;
}
.add-to-cart-button {
    display: none!important;
}
.nguon-bai-viet {
    font: 600 12px / 14px Arial;
    color: #888 !important;
    box-sizing: border-box;
    background: #f2f2f2;
    border-radius: 100px;
    padding: 9px 11px;
    display: block;
    width: auto;
}
.lightbox-content {

    max-width: 740px!important;
   
}
.container .row:not(.row-collapse), .lightbox-content .row:not(.row-collapse), .row .gallery, .row .row:not(.row-collapse) {
    margin-left: auto!important;
    margin-right: auto!important;

}
.box-text p {

    text-align: justify!important;
}
.related-post .box-text h5 {

    display: flow!important;

}
.nav-dropdown>li>a {
    color: #0c6efd!important;
}