/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: HiroshiLord
Template: flatsome
Version: 3.0
*/
:root {
	--title-color: #155f8a;
}
/* Custom demo */
.right-sidebar-news .box-text{
	padding: 0px 10px!important;
}
#close-popup {
    position: absolute;
    top: -20px;
    right: -18px;
    font-size: 36px;
    color: #fff;
    cursor: pointer;
    transition: color 0.3s;
    z-index: 999;
    padding: 0;
}

.custom-page-header .page-title-inner{
	padding:0px!important;
}
#popup-overlay.show {
    opacity: 1;
    visibility: visible;
}
.custom-row-popup {
	background:var(--fs-color-primary);
}
.custom-row-popup  .col{
	padding:15px!important;
}
.custom-row-popup,
.custom-row-popup img,
.custom-row-popup .wpcf7-submit{
	border-radius:12px;
}

#popup-overlay {
    position: fixed;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s;
}
.nut2,.btn-submit{
	background:var(--fs-color-primary)!important;
	color:#fff;
	border-radius:5px!important;
	text-transform:capitalize!important;
}
.custom-row-popup .wpcf7-submit{
	background: var(--fs-color-secondary)!important;
	border-radius:25px!important;
	box-shadow:none!important;
}
.custom-row-popup .custom-form-popup label{
	color:#fff;
}
.custom-row-popup .custom-form-popup input{
	border-radius:8px;
	outline:none;
	box-shadow:none;
}
.custom-btn-k {
	border:1px solid;
	color:#333!important;
	height:45px;
	box-shadow:none!important;
}
.custom-page-header .woocommerce-breadcrumb{
	text-transform:capitalize!important;
}
.video_full .wp-video ,.video_full .wp-video .mejs-container ,.video_full .wp-video .mejs-container video#video-2-1_html5{
    width: 100% !important;
    height: 650px !important;
}

/* a.plain:hover{
color:var(--fs-color-secondary)!important;
} */

/* End */
.icon-menu {
	color:#fff!important;
}
.flickity-page-dots .dot.is-selected {
	background-color: var(--fs-color-secondary)!important;
	opacity: 1 !important;
}
.flickity-page-dots .dot {
	border: 3px solid var(--fs-color-secondary)!important;
}
.d-flex {
	display: flex;
	justify-content: space-around;
	gap: 10px;
}
.custom-content-product .d-flex p {
	flex: 1;
	font-size: 13px;
	text-align: left;
}
.news-home .post-item .col-inner {
	border-radius:8px;
	overflow:hidden;
}
.news-home .is-divider{
	display:none;
}
.section-title-normal{
	border-bottom:0;
}
.section-title-normal span{
	border-bottom:none;
}
.section-title-container .section-title b {
	opacity: 0;
}
.custom-title-news .section-title b{
	background:var(--fs-color-primary)!important;
	opacity:1;
	height:3px;
}
.custom-title-news .section-title-main{
	background:var(--fs-color-primary);
	border-radius:25px;
	color:#fff!important;
	margin:0!important;
	padding: 5px 15px;
}
.section-footer .box-image {
	margin: 0;
}
.section-footer .section-title-container {
	margin-bottom: 0;
}

.hotline-green {
	text-align: center;
}
.hotline-green a {
	font-size: 19pt;
	color: #99cc00;
	justify-content: center;
}
.hotline-green a:hover span {
	color: #99cc00;
}
.hotline-red a {
	font-size: 2em;
	color: #ff0000;
	font-weight: bold;
	justify-content: center;
}
.hotline-red a:hover span {
	color: #ff0000;
}
.tablepress caption {
	display: none;
}
.custom-table-general td,
.custom-table-general th,
.custom-table-general a,
.custom-table-nearby td {
	color: #fff;
	font-weight: 600;
}
.custom-table-nearby tr.row-1 td {
	color: var(--fs-color-secondary);
}
.custom-table-nearby {
	border: 1px dotted var(--fs-color-secondary);
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.custom-table-nearby .tablepress > tbody > * ~ :where(:not(.child)) > * {
	border-top: 1px solid var(--fs-color-secondary);
}
.custom-table-general td {
	display: table-cell;
	width: 48%;
}
.ul-tq {
	margin-bottom: 0;
}
.custom-table-general br,
.custom-table-nearby br {
	display: none;
	height: 0;
}
.custom-stack-project {
	align-items: stretch;
}
/* Thuộc tính cắt div thành hình bầu dục */
.section-detail {
	clip-path: ellipse(70% 60.48% at 50% 40%);
}
.custom-stack-project .row {
	flex: 1;
}
.custom-stack-project .row .col {
	padding: 0;
}
.custom-stack-project .row:hover {
	cursor: pointer;
	background: rgba(26, 182, 241, 0.32);
}
.custom-stack-project .box-image {
	padding: 20px;
}
.custom-stack-project .row:hover img {
	animation: 0.5s ease 0s 1 normal both running swing;
}
.section-why .medium-9.small-12.large-9 .col-inner {
	border-radius: 12px;
}
.custom-room-marketing a,
.custom-room-marketing {
	color: #fff;
	font-size: 21px;
}
.section-contact-project .contact-form {
	display: flex;
	gap: 20px;
	align-items: center;
}
.section-contact-project .contact-form p {
	flex: 1;
}
.contact-form input {
	height: 40px;
	border-radius: 25px;
	margin-bottom: 0.5em;
}
.section-contact-project .btn-gold {
	background: #c67355;

	font-size: 18px;
	border-radius: 5px;
}
.wpcf7-spinner {
	display: none;
}
.ldstyl-ul li {
	list-style: none;
	padding: 5px;
	box-sizing: border-box;
	background: #fbe8b0;
	margin-bottom: 10px;
	margin-right: 2%;
	border-radius: 10px;
	border: 1px dashed orange;
	font-size: 18px;
}
.section-slider-custom {
	align-items: stretch !important;
}

.slider-style-focus {
	padding: 0;
}
.widget_block .right-sidebar-avatar,
.widget_block .right-sidebar-news {
	border: 1px solid #ebebeb;
	border-radius: 12px;
	margin-bottom: 30px;
}
.widget_block .right-sidebar-avatar .col,
.widget_block .right-sidebar-news .col {
	padding: 15px !important;
}
.widget_block .right-sidebar-news .is-divider {
	display: none;
}
.my-products .title-wrapper {
	font-size: 16px;
}
.my-products .category {
	display: none;
}
.content-detail-product-k .d-flex {
	justify-content: start;
	gap: 40px;
}
/* .flickity-slider img{
height: 300px;
} */
.content-detail-product-k .mota p {
	font-weight: normal;
	color: #696969;
	margin-bottom: 5px;
	font-size: 16px;
}
.content-detail-product-k .price-detail,
.content-detail-product-k .value-detail {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.content-detail-product-k .price-detail {
	color: red;
}
.woocommerce-product-gallery__image img {
	width: 100%;
	height: 800px;
	object-fit: cover; /* hoặc "contain" nếu không muốn ảnh bị crop */
	display: block;
}
.product-thumbnails img {
	height: 160px;
	object-fit: cover;
}
.widget_block .blog-post-inner .post-title {
	font-size: 13px;
	font-weight: 500;
}
.btn-blue {
	background: #009ba1;
	font-size: 18px;
	letter-spacing: 0.5px;
	border: 1px solid #009ba1;
}
.btn-white {
	background-color: #fff;
	border: 1px solid #333;
	color: #333;
	position: relative;
	height:45px;
	font-size:16px;
}
/*  */
.btn-white::before {
	content: "";
	position: absolute;
	left: 14%;
	top: 3px;
	height: 80%;
	width: 50px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../../uploads/2025/05/zalo.png);
}
.btn-white:hover {
	background-color: white !important;
	box-shadow: none;
	color: #333;
}
.btn-news{
	background-color: #155F8A;
	text-align: left;
	padding-left: 15px!important;
}
li#tab-tin-bất-động-sản {}

.menu_link_news li a {
    background: var(--primary-color);
    color: #fff !important;
    padding: 10px;
    border-radius: 10px !important;
    border: none !important;
}
.menu_link_news li.active a {
    background: var(--fs-color-secondary);
}

.menu_link_news li a:before {
    display: none;
}
.custom-img-popup {
	text-align: center;
}
.custom-form-popup {
    text-align: left;
}
@media screen and (max-width: 768px) {
	.custom-page-header .title-breadcrumbs{
		text-align: left;
		padding-left: 15px;
	}
	#popup-overlay {
		padding: 15px;
	}
	#popup-overlay .w-full{
		width:100%
	}
	#popup-overlay .ux-logo-link{
		margin-top:20px;
	}
	.custom-stack-project {
		flex-direction: column;
	}
	.section-detail {
		clip-path: ellipse(139% 54% at 50% 38%);
		padding-bottom: 131px !important;
	}
	.section-contact-project .contact-form {
		display: flex;
		gap: 20px;
		flex-direction: column !important;
	}
	.ldstyl-ul li {
		margin-right: 0%;
		margin-left: 0 !important;
	}
	.woocommerce-product-gallery__image img {
		height: 100%;
	}
	.product-thumbnails img {
		height: 100%;
	}
	.content-detail-product-k .mota {
		flex-wrap: wrap;
		gap: 20px;
	}
	.post-sidebar.large-3{
		display:none!important;
	}
	.blog-wrapper.blog-single,
	.blog-wrapper.blog-single .large-9.col{
		padding-bottom:0!important;
	}
}
@keyframes swing {
	20% {
		transform: rotate(15deg);
	}

	40% {
		transform: rotate(-10deg);
	}

	60% {
		transform: rotate(5deg);
	}

	80% {
		transform: rotate(-5deg);
	}

	100% {
		transform: rotate(0deg);
	}
}
