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

/*************** ADD CUSTOM CSS HERE.   ***************/
li::marker {
	color: white;
}

.flex-form p {
	padding: 0px 20px;
}

.cs .col-inner.text-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 549px) {
	.rowcs {
		max-width: 100% !important;
	}
}

@media (max-width: 549px) {
	.order-small-1 {
		order: 1;
	}

	.order-small-2 {
		order: 2;
	}
}

.logo a {
	display: flex !important;
	justify-content: center !important;
}

.back-to-top {
	left: unset;
	right: 20px !important;
	bottom: 80px !important;
}

.wpcf7.js form p {
	text-align: left !important;
}

.back-to-top.left {
	right: 20px !important;
	left: unset !important;
	background: rgba(255, 255, 255, 0.509) !important;
}

.header-main {
	background: #081A12 !important;
}

.back-to-top.left:hover {
	background: #ea4f19 !important;
}

input[type='email'],
input[type='date'],
input[type='search'],
input[type='number'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection {
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0 .75em;
	height: 2.507em;
	font-size: .97em;
	border-radius: 0;
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	background-color: #fff;
	color: #333;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	transition: color .3s, border .3s, background .3s, opacity .3s;
}

.flex-form {
	padding-top: 20px;
}

.flex-form {
	display: flex;
	flex-wrap: wrap;
}

div#wpcf7-f842-o1 div#contact-form .col.medium-12 {
	padding-bottom: 0;
}

.pum-content.popmake-content {
	padding: 40px;
}

span.wpcf7-not-valid-tip {
	color: red !important;
}

@keyframes glowing {
	0% {
		background: #1d7bbe;
	}

	50% {
		background: #4d9bd5;
	}

	100% {
		background: #1d7bbe;
	}
}

.aml-box-highlight {
	position: fixed;
	right: 10px;
	margin-bottom: 0;
	z-index: 50;
	clip-path: polygon(11% 0, 89% 0, 100% 50%, 89% 100%, 11% 99%, 0 50%);
	width: 160px;
	height: 38px;
	border: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	-webkit-animation: glowing 800ms infinite;
	-moz-animation: glowing 800ms infinite;
	-o-animation: glowing 800ms infinite;
	animation: glowing 800ms infinite;
}

.aml-highlight-item .text.aml-right {
	float: left !important;
	margin: 10px;
	width: auto !important;
	padding: 3px;
}

.text.aml-text-transform-uppercase.aml-right {
	padding: 0px 15px !important;
}

.aml-highlight-item .text {
	white-space: nowrap;
}

.aml-text-transform-uppercase {
	text-transform: uppercase !important;
}

.row2 p {
	color: rgb(0 0 0) !important;
}

.sectionbg .section-bg.fill {
	opacity: .5;
	background-size: 1037px !important;
	background-repeat: repeat !important;
	width: 100%;
}

.header-inner.flex-row.container.logo-left.medium-logo-center {
	max-width: 90%;
}

@media (min-width: 2149px) {
	.header-inner.flex-row.container.logo-left.medium-logo-center {
		max-width: 60% !important;
	}
}

.cl_custom {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.6em;

}

.pum-content.popmake-content .wpcf7-response-output {
	color: #005d93 !important;
}

.wpcf7-response-output {
	color: white;
}

.cl_custom {
	color: #005d93 !important;
	background: none;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #005d93;
}

.r {
	float: right;
	color: #fff;
	font-weight: 700;
	height: 50px;
	padding-left: 58px;
	padding-right: 10px;
	font-size: 16px;
	background: #081A12 url(../../uploads/2025/06/icon-hotline-01.png) no-repeat 12px center;
	background-size: 40px;
}

.r span {
	display: block;
	color: white;
}

.r b {
	color: white;
}

ul.header-nav.header-nav-main.nav.nav-right.nav-size-medium.nav-uppercase li {
	font-size: 20px;
	margin: 0px 12px;
}

.fa.fa-check-square-o:before {
	content: "\f14a";
	color: #01262e;
	margin-right: 3px;
}

.mt-content ul li {
	color: #3a3a3a;
	font-family: "GilroyRegular", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 5px;
}

.mt-content ul li {
	list-style-type: none;
	position: relative;
}

.mt-content .title-ctkn {
	color: #930;
	font-size: 17px;
	font-weight: 700;
	line-height: 26px;
	font-family: "Open Sans", sans-serif;
}

.mt-content p,
.mt-content p span {
	font-family: "GilroyRegular", sans-serif !important;
}

.mt-content p {
	margin-bottom: 1.5rem;
}

@keyframes hig-alo-circle-anim {
	0% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2;
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2;
	}

	100% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2;
	}
}

@keyframes hig-alo-circle-img-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
	}

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

.hig-alo-phone.hig-alo-green .hig-alo-ph-circle {
	border-color: #e8000b;
	opacity: .5;
}

.hig-alo-ph-circle {
	width: 86px;
	height: 86px;
	top: -20px;
	left: -20px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(30, 30, 30, .4);
	border: 2px solid #bfebfc 9;
	opacity: .1;
	-webkit-animation: hig-alo-circle-anim 1.2s infinite ease-in-out;
	-moz-animation: hig-alo-circle-anim 1.2s infinite ease-in-out;
	-ms-animation: hig-alo-circle-anim 1.2s infinite ease-in-out;
	-o-animation: hig-alo-circle-anim 1.2s infinite ease-in-out;
	animation: hig-alo-circle-anim 1.2s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.hig-alo-phone.hig-alo-green .hig-alo-ph-circle-fill {
	background-color: rgba(216, 2, 208, .5);
	background-color: #a6e3fa 9;
	opacity: .75 !important;
}

.hig-alo-ph-circle-fill {
	width: 66px;
	height: 66px;
	top: -10px;
	left: -10px;
	position: absolute;
	background-color: #000;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	opacity: .1;
	-webkit-animation: hig-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation: hig-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-ms-animation: hig-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation: hig-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: hig-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.hig-alo-phone.hig-alo-green .hig-alo-ph-img-circle {
	background-color: #e8000b;
}

.hig-alo-ph-circle-shake {
	-webkit-animation: hig-alo-circle-img-anim 1s infinite ease-in-out;
	-moz-animation: hig-alo-circle-img-anim 1s infinite ease-in-out;
	-ms-animation: hig-alo-circle-img-anim 1s infinite ease-in-out;
	-o-animation: hig-alo-circle-img-anim 1s infinite ease-in-out;
	animation: hig-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.hig-alo-ph-img-circle {
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
	padding: 8px;
	position: absolute;
	background: rgba(30, 30, 30, .1) url(../../uploads/2025/04/phone.png) no-repeat center center;
	background-size: 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	box-sizing: initial;
	-webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 75%);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 75%);
}

.hig-alo-phone span {
	display: block;
	background-color: #e6050b;
	color: #fff;
	padding: 0 30px 0 60px;
	line-height: 46px;
	font-size: 1.5rem;
	position: absolute;
	top: 1px;
	left: 6px;
	white-space: nowrap;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.hig-alo-phone {
	position: fixed;
	left: 20px;
	bottom: 30px;
	visibility: visible;
	background-color: transparent;
	width: 80px;
	height: 60px;
	cursor: pointer;
	z-index: 20000 !important;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: visibility .5s;
	-moz-transition: visibility .5s;
	-o-transition: visibility .5s;
	transition: visibility .5s;
}

.hotline-footer {
	display: none;
}

@media (max-width: 549px) {
	.pum-content.popmake-content {
		padding: 10px !important;
	}

	.aml-box-highlight {
		bottom: 60px !important;
	}

	.pum-content.popmake-content ul {
		display: none;
	}
}

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

@media (max-width: 767px) {
	.back-to-top {
		left: 20px !important;
		right: unset !important;
		bottom: 80px !important;
	}

	.back-to-top.left {
		left: 20px !important;
		right: unset !important;
		bottom: 80px !important;
	}


	div#hig-alo-phoneIcon {
		display: none;
	}

	.hotline-footer {
		display: block !important;
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 50px;
		z-index: 99;
		background: rgba(0, 0, 0, 0.6);
	}

	.hotline-footer .left a {
		background: #3fb801;
		line-height: 40px;
		margin: 5px;
		border-radius: 3px;
	}

	.hotline-footer .right a {
		background: #d32727;
		line-height: 40px;
		margin: 5px;
		border-radius: 3px;
	}

	.hotline-footer .right {
		width: 35%;
		float: right;
		height: 100%;
		line-height: 43px;
		text-align: center;
	}

	.hotline-footer a {
		display: block;
		color: white;
	}

	.hotline-footer .left img,
	.hotline-footer .right img {
		width: 38px;
		padding-right: 10px;
		padding-bottom: 3px;
	}

	.hotline-footer .left {
		width: 65%;
		float: left;
		height: 100%;
		color: white;
		line-height: 43px;
		text-align: center;
	}
}




.phan-tich-form-box h3 {
	color: #dcab3a;
}

.absolute-footer.dark.medium-text-center.text-center {
	display: none;
}

.cs-w-\[2\.875rem\] {
	width: 2.875rem;
}

.cs-flex {
	display: flex;
}

p.cs-text-\[\#5e1237\]:nth-child(2) {
	margin-left: 20px;
}

.row2 .col {
	padding-bottom: 10px;
}

.cs-items-center {
	align-items: center;
}

.row2 .text {
	display: flex;
	align-items: center;
}

.cs-justify-center {
	justify-content: center;
}

.cs-rounded-full {
	border-radius: 9999px;
}

.cs-h-\[2\.875rem\] {
	height: 2.875rem;
}

/* LIEN LAC */
.gt3_tools_bar {
	position: fixed;
	right: -400px;
	top: 0;
	background-color: #ffffff;
	width: 400px;
	height: 100%;
	z-index: 10001;
	-webkit-transition: right .3s ease;
	-moz-transition: right .3s ease;
	transition: right .3s ease;
}

.gt3_tools_bar .gt3_tools_bar__icon_container {
	/* width: 50px; */
	position: absolute;
	top: calc(75% - 88px);
	left: -45px;
	display: inline-block;
	box-shadow: -8px 8px 30px rgba(0, 0, 0, 0.07);
}

.gt3_tools_bar__icon.gt3_tools_bar__icon_side_bar div.gt3_tools_bar__icon_src {
	background-position: 28px -36px;
}

.gt3_tools_bar__icon:hover {
	left: -130px;
}

.gt3_tools_bar__icon.gt3_tools_bar__icon_side_bar {
	background: #3b5998;

}

.gt3_tools_bar__icon {
	height: 45px;
	line-height: 45px;
	text-align: center;
	position: relative;
	background-color: #3b5998;
	color: #ffffff;
	cursor: pointer;
	left: 0;
	white-space: nowrap;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.gt3_tools_bar__icon.gt3_tools_bar__icon_side_bar div.gt3_tools_bar__icon_src {
	background-position: 28px -36px;
}

.gt3_tools_bar__icon div.gt3_tools_bar__icon_src {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 48px;
	vertical-align: middle;
	border-radius: 0 !important;
	transition: opacity .2s ease;
	color: #ffffff;
}

.gt3_tools_bar__icon_tooltip {
	font-size: 13px;
	width: 130px;
	height: 45px;
	font-weight: 700;
	line-height: 45px;
	text-align: center;
	transition: all .2s ease;
	padding: 0;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.24);
	border-radius: 0;
	display: block;
	float: right;
	color: #ffffff;
}

.gt3_tools_bar__icon.gt3_tools_bar__icon_sale {
	background: #f73859;
}

.gt3_tools_bar__icon {
	height: 45px;
	line-height: 45px;
	text-align: center;
	position: relative;
	background-color: #2f323a;
	color: #ffffff;
	cursor: pointer;
	left: 0;
	white-space: nowrap;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.gt3_tools_bar__icon a {
	color: #ffffff;
}

.gt3_tools_bar__icon.gt3_tools_bar__icon_sale div.gt3_tools_bar__icon_src {
	background-position: -37px -4px;
}

.gt3_tools_bar__icon.gt3_tools_bar__icon_support {
	background-color: #4fa8f5d4;
}

.gt3_tools_bar__icon.gt3_tools_bar__icon_docs {
	background: #48ab5fd1;
}

p.ww {
	margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
	.pum-container.pum-responsive.pum-responsive-nano {
		margin-left: -5%;
		width: 4%
	}

	.pum-container.pum-responsive.pum-responsive-micro {
		margin-left: -10%;
		width: 50%
	}

	.pum-container.pum-responsive.pum-responsive-tiny {
		margin-left: -15%;
		width: 60%
	}
}

/* END */