/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.rmLineCenter b {
    background: transparent;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
.col-note li {
    margin-left: 0 !important;
    list-style: none;
    background: url(https://f89.com.vn/wp-content/uploads/2024/07/check.png) no-repeat;
    background-position: left;
    padding-left: 30px;
    background-size: 18px;
}
.col-price tr td:last-child {
    border-right: 1px solid #000000 !important;
}
.col-price tr td:first-child {
    border-left: 1px solid #000000 !important;
	padding-left: 5px;
}
.col-price tr:first-child td {
	border-top: 1px solid #000000 !important
}
.col-price tr:last-child td {
    border-bottom: 1px solid #000000 !important;
}
.col-price tr td {
    border-bottom: 1px dashed #000000 !important;
}
.col-price tr td:nth-child(1), .col-price tr td:nth-child(2) {
	border-right: 1px solid #000000 !important;
}
#footer p {
    margin-bottom: 0;
}
.news-hidden-image {
    height: 200px;
    overflow-y: scroll;
}
.news-hidden-image .box-image {
    display: none !important;
}
.section-title a {
    font-size: 16px;
    color: #00b74f;
    font-weight: normal;
}
.absolute-footer {
    background-image: linear-gradient(90deg, #015aad, #00b74f) !important;
}
.is-divider {
    display: none;
}
.archive .box {
    box-shadow: 4px 12px 40px rgba(28, 28, 30, .06);
    padding: 15px;
}
span.widget-title {
    background: #00b74f;
    padding: 10px 20px;
    display: block;
    color: #fff;
}
.widget-area .widget .row {
    border: 1px solid #dde6e8;
    padding-left: 15px;
    padding-right: 15px;
    border-top: none;
}
.news-list {
	overflow-y: scroll;
	height: 570px;
    padding-right: 5px;
    scrollbar-width: thin;
    scrollbar-color: #afb8b6 #f4f7f8;
}
.news-list::-webkit-scrollbar, .news-hidden-image::-webkit-scrollbar {
    width: 8px;
    background: #fff;
}
.news-list::-webkit-scrollbar-thumb, .news-hidden-image::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #ccc;
    background-color: #b5bec1;
}
.news-list::-webkit-scrollbar-track, .news-hidden-image::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
    border-radius: 10px;
    background-color: #fff;
}
td.money, table tr td:first-child {
    color: #00b74f;
    font-weight: bold;
}
.col-rate {
    box-shadow: 0 4px 8px rgba(28, 28, 30, .06);
}
span.section-title-main {
	text-transform: none;
    margin: 0;
    border: none;
    background: -webkit-linear-gradient(0, #015aad, #00b74f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-title.section-title-normal {
    border: none;
}
.bottom-contact {
	display: none;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.mobile-center {
		text-align: center;
		margin: 0 auto;
	}
	.news-list {
		height: auto !important;
	}
	.bottom-contact {
		display: block;
		position: fixed;
		bottom: 0;
		background: #06396a;
		width: 100%;
		z-index: 99;
		box-shadow: 2px 1px 9px #dedede;
		border-top: 1px solid #eaeaea
	}
	.bottom-contact ul li {
		width: 33%;
		float: left;
		list-style: none;
		text-align: center;
		font-size: 0.65em !important;
	}
	.bottom-contact ul li span {
		color: white;
	}
	.bottom-contact ul li img {
		width: 35px;
		margin-top: 10px;
		margin-bottom: 0px
	}
}