/*
Theme Name: Maxweb
Description: This is a child theme for Flatsome Theme
Theme URI: https:
Author: Hoan
Author URI: 
Template: flatsome
Version: 3.6.1
*/


/*************** ADD CUSTOM CSS HERE.   ***************/

/* basic */
::root {
	
}
body {
	line-height: 1.5;
	font-weight: normal;
	
}

/* top-bar */

#top-bar .nav>li>a {
	font-size: 0.8125rem;
    font-weight: 400;
    color: #ffffff;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0 15px;
    display: block;
    position: relative;
    transition: all 0.4s;
}
#top-bar .nav-small.nav>li.html {
	border-left: 1px solid rgba(255, 255, 255, 0.25);
	margin: 0;
}
#top-bar .nav-small.nav>li.html a:hover,
.header-main ul.nav >li >a::before {
	background: #f58220;
	
}


/* Dự án nổi bật */

.title-home {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    color: #005ba6;
    margin-bottom: 20px;
}
@media (min-width: 992px){
	.title-home {
		font-size: 1.875rem;
		margin-bottom: 30px;
	}
}

.product-left >.col-inner .row-small >.col {
	padding: 0;
}
.produc-left .box-overlay .box-text, .box-shade .box-text {
	left: 0;
	width: 50%;
	background: rgba(0, 91, 166, 0.85)
}
.produc-left .box-overlay .box-text, .box-shade .box-text .title-wrapper {
	font-size: 1.5rem;
	font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
	color: #fff;
}	
.product-left .box-text .title-wrapper::after {
	content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 1px;
    background-color: #f58220;
	
}

.product-right .box-text {
	background: #F5F5F5;
	
}	
.product-right .box-text .title-wrapper {
	font-size: 1.5rem;
	font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;

}
.product-right .box-text .title-wrapper::after {
	content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 1px;
    background-color: #f58220;
	
}
.product-right .box-text .title-wrapper p :hover {
	color: #f58220;
}
@media (min-width: 576px) {
	.product-order .col:last-child .product-order {
		display: flex;
	}
	.product-order .col:last-child .product-order .box-image {
		order: 2;

	}
	.product-order .col:last-child .product-order .box-text {
		order: 1;
		width: 50%;
	}
}
@media (max-width: 991.99px) {
	.medium-12 {
		max-width: 100%;
		flex-basis: 100%;
	}
}

	
.product-right .price-wrapper a {
	font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #005ba6;
    transition: all 0.4s;
}
.product-right .price-wrapper a:hover, .product-left .price-wrapper a:hover {
	color: #f58220;
}
	
.du-an-noi-bat .thong-tin-du-an {
	display: none;
}

.du-an-noi-bat .box-text .price-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.du-an-noi-bat .box-text .price-wrapper >.xemchitiet {
	order: 2;
}
.du-an-noi-bat .box-text .price-wrapper >p {
	order: 1;
}
/* 	deployment (dự án đang triển khai) */

.deployment .tabbed-content .flickity-slider .price-wrapper {
	display: none;
}
.deployment .tabbed-content .flickity-slider .title-wrapper >p {
	font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    color: #333333;
}
.deployment .tabbed-content .flickity-slider .title-wrapper >p :hover {
	color: #005ba6;	
}
.deployment .tabbed-content .flickity-slider .title-wrapper .thong-tin-du-an {
	font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
    color: #666666;	
}
.deployment .tabbed-content .title-wrapper .thong-tin-du-an p:first-child i {
	margin-right: 8px;
    font-size: 1rem;
    color: #d9d9d9;
}
.deployment .tabbed-content .title-wrapper .thong-tin-du-an p:last-child i {
	font-size: 1.5rem;
}
.deployment	.tabbed-content .box-text p {
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.deployment	.tabbed-content .box-image img {
	height: 200px;
	object-fit: cover;
}
.deployment	.tabbed-content .box-text {
	background: #fff;
	padding: 15px;
	min-height: 180px;
}
	
/* 	navbar-tab */

.deployment .tabbed-content >ul {
	display: flex;
    align-items: center;
    box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 10%);
	background: #fff;
	margin-bottom: 20px;
}
.deployment .tabbed-content >ul >li {
	border-left: 1px solid #f2f2f2;
	white-space: nowrap;
	text-align: center;
	height: 50px;
	align-items: center;
    display: flex;
	margin: 0;
	flex-grow: 1;
	justify-content: center;
	position: relative;
	transition: all .5s;
	
}
.deployment .tabbed-content >ul >li::after {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: transparent transparent transparent transparent;
    transition: all .5s;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
	margin: 0 auto;
	opacity: 0;
	border-color: #f58220 transparent transparent transparent;
}
.deployment .tabbed-content >ul >li:hover {
	background: #f58220;
	border-left: 0;
}
.deployment .tabbed-content >ul >li:hover::after {
	opacity: 1;
}
.deployment.tabbed-content >ul >li:hover a {
	color: #fff;
}
.deployment .tabbed-content >ul >li:first-child {
	border-left: 0;
	background: #f58220;
	border-right: 1px solid #f2f2f2;
}
.deployment .tabbed-content >ul >li:first-child::after {
	opacity: 1;
}
.deployment .tabbed-content >ul >li:first-child a {
	color: #fff !important;
}
.deployment.tabbed-content >ul >li a {
	font-size: 0.9375rem;
    font-weight: 500;
    color: #666666;
	text-transform: capitalize;
	transition: .4s;
}
	.btn-a {
		padding: 0 15px 0;
	}
.deployment .btn-a a {
	font-size: 0.9375rem;
    font-weight: 500;
    color: #005ba6;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 40px;
    text-align: center;
    border: 1px solid #005ba6!important;
    transition: all 0.4s;
	
	
}
.deployment .btn-a a i {
	font-size: 20px;
}
eployment .button.is-underline, .button.is-link:hover {
	color: #FFF!important;
    background-color: #005ba6!important;
}

/* land đất miền nam */
.land .desire-desc {
	padding-bottom: 15px;
}
.land .button.is-outline {
	border: 1px solid #005ba6!important;
	color: #005ba6;
	font-size: 0.875rem;
    font-weight: 500;
	height: 36px;
	line-height: 35px;
	width: 250px;
}
.land .primary.is-outline:hover {
	color: #FFF!important;
    background-color: #005ba6!important;
}
.land .button.is-outline i {
	float: right;
	line-height: 36px;
	font-size: 20px;
}
.land .icon-box .col-inner >div >.col {
	padding: 0 15px 0;
}
/* 	blog lĩnh vực hoạt động */

.blog .bg-fill {
	background-repeat: repeat!important;
	background-size: auto!important;
}
.blog .col {
	padding: 0 15px 0;
}
@media (max-width: 991.99px) {
	.blog .post-item:nth-child(3) {
		margin: auto;
	}
	.blog .post-item {
    	padding-top: 30px;
	}
}
/* info-company */
	
.info-company .item-counter {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    padding: 15px;
    flex-direction: column;
    border: 2px solid #f58220;
	margin: 15px 0;
} 
.info-company .item-counter .counter-wrap span {
	font-size: 3rem;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
    text-shadow: 3px 3px 6px rgb(0 0 0 / 20%);

}
.info-company .item-counter .desc {
	font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
}
.info-company .col {
	padding: 0 15px 0;
}
@media (max-width: 991.99px) {
	.info-company .medium-6 {
		max-width: 50%;
		flex-basis: 50%;
	}
}
@media (max-width: 575.99px) {
	.info-company .small-12 {
		max-width: 100%;
		flex-basis: 100%;
	}
}

/* tin tuc */

.tin-tuc .box-text-inner .is-divider {
	display: none;
}
.tin-tuc .box-text-inner >h5 {
	font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
    min-height: 3rem;

   
	transition: .5s;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
	
.tin-tuc .tin-tuc-blog .box-text {
	padding: 15px 20px 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.tin-tuc .box-text-inner {
	position: relative;
}
.tin-tuc .tin-tuc-blog .box-text-inner::before {
	content: '';
    width: 4px;
    height: 13px;
    background: #f58220;
    position: absolute;
    top: 5px;
    left: -20px;
}
	
.tin-tuc .icon-box {
	font-weight: 500;
	line-height: 1.4;
	text-transform: uppercase;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.tin-tuc .icon-box .icon-box-text {
	
	color: #fff;
	padding-left: 0;
}
.tin-tuc-blog .has-hover:hover h5{
	color: #f58220;
		
}
.tin-tuc .icon-box .icon-box-img {
	margin-right: 7px;
}
@media (min-width: 1200px) {
	.tin-tuc .icon-box .icon-box-text {
		font-size: 1.5rem;
	}
}
/* blog liên quan */
	
	.relate-1 .post-item .has-hover {
		display: flex;
		align-items: center;
	}
	.relate-1 .post-item .box-image img {
		
		object-fit: cover;
		margin: 0;
	}
	.relate-1 .post-item .box-image .image-zoom {
		width: 90px;
		min-height: 60px;
	}
	.relate-1 .post-item .box-text {
		padding: 0 0 0 15px;
	}
	.relate-1 .post-item .box-text h5 {
		font-size: 100%;
    	font-weight: normal;
	}
	.relate-1 .post-item .has-hover:hover h5 {
		color: #f58220;
	}
@media screen and (min-width: 550px) {
	.relate-1 .post-item .box-image {
		width: 120px!important;
	}
}	
@media screen and (max-width: 550px) {
	.relate-1 .post-item .box-image {
		width: 120px!important;
	}
}
	
/* prize đối tác + giải thưởng */
	.prize .doi-tac {
		display: flex;
		align-items: center;
	}
	.prize .doi-tac >div {
		padding: 0 15px 0;
	}
	.prize .img-inner {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		overflow: hidden;
		height: 125px;
	}
	.prize .img img {
		width: unset!important;
	}
	
/* border__partner */
@media (min-width: 992px) {
	.doi-tac {
		border: 1px solid #d9d9d9;
		border-bottom: none;	
	}
	.doi-tac >div {
		border-bottom: 1px solid #d9d9d9;
	}
	.doi-tac >div:nth-child(3n + 2) {
		border-left: 1px solid #d9d9d9;
		border-right: 1px solid #d9d9d9;
	}
	.row.doi-tac {
		margin: 0!important;
	}
}
@media (max-width: 991.99px) {
	.doi-tac .img-inner {
		border: 1px solid #d9d9d9;
		margin-bottom: 10px;
	}
	.prize .section-content {
		padding: 0 30px;
	}
	.prize .doi-tac >div {
		padding: 0 5px;
	}
	.prize h2.title-banner {
		margin-left: -10px;
	}
}
@media (max-width: 575.99px) {
	.giai-thuong .col {
		padding: 0 0 30px;
	}
	.giai-thuong .box-text {
		padding: 0 10px!important;
	}
	.background-image .box-image .image-zoom {
		width: 146px!important;
	}
}	
	
.prize h2.title-banner {
	text-transform: uppercase;
	font-weight: 500;
}	
	
/* giai thuong */
	.giai-thuong .box-text {
		padding: 0;
		margin-top: 15px;
	}
	.giai-thuong .box-text h3 {
		font-size: 0.8125rem!important;
		font-weight: 500!important;
		line-height: 1.4;
		color: #333333;
		text-align: center;
		transition: all 0.4s;
	}
	.giai-thuong .box-image img {
		width: unset;
		display: block;
	}
	.background-image .box-image .image-zoom {
		width: 158px;
    	height: 112px;
		margin: 0 auto;
    	align-items: center;
    	justify-content: center;
    	background: url(/wp-content/uploads/2021/06/khung_giaithuong.png) top center no-repeat;
    	background-size: contain;
		display: flex;
	}
	.background-image:hover h3 {
		color: #f58220;
	}

/* footer */

.footer h2 {
	font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.footer h2::after {
	content: '';
    width: 50px;
    height: 1px;
    background-color: #f58220;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.footer address .addr {
	font-style: normal;
	
}
.footer address {
	display: flex;
	margin-bottom: 30px;
}
.footer address i {
	font-size: 0.9375rem;
    width: 25px;
    float: left;
    margin-top: 2px;
}
.footer address .addr span {
	font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    float: left;
    width: calc(100% - 30px);
}
/* form */

.footer form p >label {
	margin-bottom: 0!important;
}
.footer form p >label span >input,
.footer form p >label span >textarea {
	height: 40px;
    line-height: 1.4;
    padding: 0 15px;
    font-size: 0.8125rem;
    font-weight: 300;
    color: #666666;
    background-color: #e4e4e4;
    width: 100%;
    border: none;
	box-shadow: none;
}
.footer form p >label span >textarea {
	padding: 15px;
}
.footer input[type="submit"],
.ket-noi a.button,
.footer .ModuleContent >p:last-child a {
	font-size: 0.9375rem;
    text-transform: uppercase;
    border: 1px solid #005ba6;
    transition: all 0.4s;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0 20px;
    background-color: transparent!important;
    border-radius: 0;
    color: #005ba6;
}
.footer input[type="submit"]:hover,
.ket-noi a.button:hover,
.footer .ModuleContent >p:last-child a:hover {
	background: #005ba6!important;
	box-shadow: none;
	color: #fff;
}
.footer .ModuleContent >p:last-child a {
	padding: 10px 20px;
	font-weight: 600;
}
.ket-noi nav {
	margin-bottom: 20px;
}
.ket-noi nav >a {
	width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    background-color: #0069c0;
	color: #fff;
	margin-right: 10px;
}
.ket-noi .col-inner >p >span >a {
	color: #007bff;
	
}
#footer {
	background-image: url(/wp-content/uploads/2021/06/footer_bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
#footer::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 36.5%;
    z-index: 2;
    height: 3px;
    background-color: #f58220;
}
#footer::after {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 3px;
    background-color: #005ba6;
}
.absolute-footer {
	background-color: transparent;
}
 
.absolute-footer .pull-left {
	line-height: 47.6px;
}
.absolute-footer .container {
	border-top: 1px solid #cccccc;
	padding-top: 10px;
}








/* LIÊN HỆ */


.lien-he-location h1.title-content {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
	text-transform: uppercase;
	color: #005ba6;
	text-align: center;
}
@media (min-width: 992px) {
	.lien-he-location h1.title-content {
		font-size: 1.875rem;
	}
}
.lien-he-location .ModuleContent a {
	color: #007bff;
}

@media (min-width: 850px) {
	.lien-he-location .tabbed-content .nav-vertical {
		width: 30%;
	}
}

.lien-he-location .tabbed-content ul {
	text-align: left;
}
.lien-he-location .tabbed-content ul li:first-child a {
	cursor: pointer;
    background: #005ba6;
    color: #fff;
	
}
.lien-he-location .tabbed-content ul li a {
	text-transform: capitalize;
	font-weight: normal;
	padding: 20px;
	transition: all .5s;
}
.lien-he-location .tabbed-content ul li >p {
	display: none;
}
.lien-he-location .tabbed-content ul li:first-child h4 {
	color: #fff;
	font-size: .875rem;
	text-transform: uppercase;
	transition: .5s;
}
.lien-he-location .tabbed-content ul li:first-child h3 {
	font-size: 1.125rem;
    font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.lien-he-location .tabbed-content ul li:hover >a {
	background: #005ba6;
    color: #fff;
	border-top: 1px solid #fff;
}
.lien-he-location .tabbed-content ul li:hover >a h4 {
	color: #fff;
}
.lien-he-location .tabbed-content .tab-panels {
	padding: 0;
	border: 0;
}

/* thông tin khách hàng */

.thong-tin label input {
	height: 45px;
    line-height: 45px;
    padding: 0 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #666666;
    border: none;
    border-radius: 3px;
}

.thong-tin h2.module-title {
	font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 15px;
    color: #ffffff;
}
.thong-tin label textarea {
	min-height: 165px;
    line-height: 1.4;
    padding: 15px;
	border-radius: 3px;
	font-weight: 400;
}
.thong-tin input[type = "submit"] {
	height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 0.9375rem;
    color: #ffffff;
    padding: 0 20px;
    width: 120px;
    border-radius: 0;
    background-color: #f58220 !important;
    transition: all 0.4s;
}

/* GIỚI THIỆU */


.gioi-thieu .image-box .box-text {
	left: unset;
	bottom: unset;
	top: 50%;
    right: 0;
	transform: translateY(-50%);
    width: 500px;
    padding: 10px;
    background-color: rgba(0, 91, 166, 0.5);
}
.gioi-thieu .image-box .box-text .content-summary {
	font-size: 14.5px;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 0px;
}
.gioi-thieu .image-box .box-text .content-summary p {
	color: unset;
}


/* DỰ ÁN */

.trang-chu {
	padding: 0;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
.trang-chu .icon p {
	text-align: right;
}
.trang-chu .icon p br {
	display: none;
}
.trang-chu .icon p i {
	font-size: .875rem;
	color: #999;
}
.trang-chu .icon p a:last-child i {
	padding: 0 20px;
}

/* đất miền xanh nam */

@media (min-width: 992px) {
	font-size: 1.875rem;
    margin-bottom: 30px;
}
.section-tab h1 {
	font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    color: #005ba6;
    text-align: center;
	font-size: 1.5rem;
    margin-bottom: 20px;
}

.section-tab .box-text .price-wrapper {
	display: none;
}