/*
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.   ***************/
.xem-them .tieu-de-xem-them {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    font-size: 19px;
    color: black;
}
.xem-them {
	margin-bottom: 30px;
}
.xem-them ul{
    margin-bottom: 0;
}
.xem-them ul li {
    margin-bottom: 3px;
}
.xem-them ul li a {
    font-weight: 700;
    font-size: 15px;
}
.xem-them ul li a:hover {
    text-decoration: underline;
}
.blog-single .entry-meta {
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
    color: gray;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
    background: #f9f9f9;
}
.danh-muc {
    margin-bottom: 15px;
}
.danh-muc span.title, .the-tim-kiem span.title {
    border-radius: 4px;
    background: #2a4d9f;
    padding: 4px 10px;
    color: white;
    margin-right: 5px;
}
.danh-muc a, .the-tim-kiem a {line-height:32px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 4px 10px;
    background: #dedede;
    color: #464646;
}
.danh-muc a:hover, .the-tim-kiem a:hover {
    background: #36C0CA;
    color: white;
}
.bai-viet-lien-quan {
    margin-top: 15px;
}
.bai-viet-lien-quan h3 {
    font-size: 19px;
    color: black;
}
.bai-viet-lien-quan ul {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}
.bai-viet-lien-quan ul li {
    list-style: none;
    width: 33.33%;
    color: graytext;
    float: left;
    padding-left: 4px;
    padding-right: 5px;
}
.bai-viet-lien-quan ul li .box-image img {
    height: 150px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
}
.bai-viet-lien-quan h4 {
    font-size: 15px;
    color: black;
    line-height: 19px;
    padding-top: 7px;
    height: 40px;
    overflow: hidden;
}
.bai-viet-lien-quan ul li {
    width: 33.33%;
}
.bai-viet-lien-quan ul li .box-image img {
    height: 150px;
}
.xem-them{
	    background: #e6f4ff;
    padding: 10px;
    border: 1px dashed #0092ff;
    border-radius: 3px;
    padding-left: 30px;
}
.ftwp-heading::before {
    content: "";
    padding: 5px 17px;
    margin-right: -20px;
    border-radius: 50%;
    background-color: #ffb800;
}
.widget-area {
	position: sticky;
    top: 50px;
}
.is-divider{
	display: none;
}
.co-the-ban-quan-tam .post-item{
	        padding-bottom: 0;
        height: 80px;
        border-bottom: 1px solid #ececec;
        display: flex;
        align-items: center;
}
.co-the-ban-quan-tam a{font-size: 15px;
    font-weight: normal;
    color: var(--primary-color);
}
.kk-star-ratings{
	    margin-top: 0;
    margin-bottom: 30px;
}
.kk-star-ratings .kksr-stars > div > div:nth-child(1),
.kk-star-ratings .kksr-stars > div > div:nth-child(2),
.kk-star-ratings .kksr-stars > div > div:nth-child(3) {
    pointer-events: none;
}
.nav-dropdown li:hover{
	background: #36C0CA;
}
.nav-dropdown-has-border .nav-dropdown {
    border: 0!important;
	padding: 0!important;
}
.nav-dropdown>li>a:hover {
    color: #fff;
}
.nav-dropdown>li>a{
	padding: 15px 10px;
}
.nav-dropdown>li>a
.header-bottom .flex-col {
    width: 100%;
}
.header-bottom .flex-row .flex-col{
	width: 100%;
}
.header-bottom-nav {
    justify-content: space-between !important;
}
.ftwp-in-post#ftwp-container-outer.ftwp-float-none #ftwp-contents {
    width: 100%!important;
}
.home-top .box-overlay.dark .box-text{
	text-shadow: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background-color: #00000000!important;
}
.section-title-normal {
    margin-bottom: 1.7rem;
    border-bottom: 2px solid #4db2ec;
}
.section-title-normal span {
    background-color: #4db2ec;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    padding: 7px 12px;
    margin-bottom: -2px;
    margin-right: 15px;
    padding-bottom: 7.5px;
}
.home-body .box-text-inner h5{
	font-weight: normal;
}
.home-body .post-item{
	margin-bottom: 15px;
}
.dona-why .icon-box{
	border: 1px solid #e5e5e5;
    background: white;
    align-items: center;
    border-radius: 10px;
	padding: 20px 0;
}
.section-content .col{
	padding-bottom:0;
}
.section.dona-why{
	margin-top: 30px;
}
.form-dang-ky{
	display: flex;
    gap: 10px;
}
.form-dang-ky input{
	background: #fff;
	border-radius: 7px;
}
.form-dang-ky input[type=submit], input[type=submit].button {
    background-color: var(--fs-color-secondary);
}
.list-menu-footer{
	color: #fff;
}
.list-menu-footer a:hover{
	color: #fff!important; 
	text-decoration: underline;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}