/*
Theme Name: Minh Web
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.custom-product-1 .col .col-inner {
    border: 1px solid #0b502a;
    border-radius: 8px;
}
.custom-product-1 .col .col-inner .box-text {
    background: #007a37;
}
.custom-product-1 .col .col-inner .box-text .product-title {
	color: #ffffff !important;
}
.wpcf7-spinner {
    display: none;
}
a.button.primary, .wpcf7-submit {
    border: 2px solid #fff !important;
    box-shadow: 0 0 5px #888 !important;
    margin: 0;
}
#fnbg {
    padding: 15px !important;
}

/*************** HOMEPAGE.   ***************/
.row-contact {
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .15));
}
.row-contact .wpcf7-submit {
    border: 0;
    border-radius: 99px;
    text-transform: none;
    font-weight: normal;
    margin: 0 auto;
    display: block;
}
.home .is-divider {
    display: none;
}
.bg-img {
    background-image: linear-gradient(150deg, #007a37 0%, #c6ebd6 100%);
}
.rmb p {
    margin-bottom: 0;
}
.bg-bottom {
    background-image: linear-gradient(0, #007a37 10%, rgb(255 255 255 / 65%) 100%);
}
.rmLine.rmb {
    margin-bottom: 0;
}
.rmLine.rmb .section-title {
	margin-bottom: 0;
}
.icon-arrow-right:after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/07/fast-forward.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: -21px;
    top: 15px;
    width: 42px;
    height: 42px;
}
.icon-arrow-left:after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/07/arrow-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: -21px;
    top: 15px;
    width: 42px;
    height: 42px;
}


.ss-services:before {
    background: #f3f3f2 url(/wp-content/uploads/2025/07/bg-house.png) 100% 0 / auto 80% no-repeat;
    content: "";
    height: 70%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
p.line-right {
	position: relative;
	margin-bottom: 0;
}
p.line-right:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: #000000;
    top: 13px;
    margin-left: 10px;
}
.custom-header-search .col {
	padding-bottom: 0;
}
.ux-search-box {
    border-radius: 99px !important;
    overflow: hidden;
    border-color: #ddd !important;
    border: 1px solid #ddd !important;
}
.ux-search-box input[type=search] {
    box-shadow: none !important;
    border: none;
}
.search_categories {
    border: none;
    box-shadow: none;
}
.submitNow {
    background: #ff0000 !important;    
    border-radius: 99px !important;
    margin: 0 !important;
}
.rmLine b {
    background: transparent;
}
.bottom-0 {
    margin-bottom: 0;
}
.bottom-0 .section-title {
    margin-bottom: 0;
}
/*************** CONTACT.   ***************/
.txt-sentence .section-title-main {
    text-transform: none !important;
}
.mt-80 {
    margin-top: -80px;
}
/*************** ABOUT.   ***************/
.bg-gradient-blue {
    background: linear-gradient(180deg, #0b502a 0%, rgba(104, 154, 75, 0) 100%);
}
.menu-link-active a span {
    color: #007A37;
    font-weight: 700;
}
.bg-about {
    background-image: url(/wp-content/uploads/2025/07/banner-4.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}
.fs68 {
    font-size: 68px;
    font-weight: 700;
	color: #007a37;
}
.fs32 {
	font-size: 32px;
}
.fs28 {
	font-size: 28px;
}
.rmp p {
    margin-bottom: 0;
}
.rmLine .section-title-normal span {
    border: none;
    margin: 0;
}
.rmLine .section-title-normal {
	border: none;
}

.related-gallery img {
    aspect-ratio: 16 / 9;
	width: 100%;
}
/*************** FOOTER.   ***************/
#footer {
    background-image: url(https://web454.webvungtau.com/wp-content/uploads/2025/07/bg-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#footer .menu-item a, #footer p {
    font-size: 15px;
}
#footer p {
	margin-bottom: 0;
}
#footer .menu-item a {
	min-height: auto !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.mt-80 {
		margin-top: 0 !important;
	}
	.icon-arrow-right:after, .icon-arrow-left:after {
		display: none;
	}
	#fnbg .button-small-mobile span {
		font-size: 14px;
	}
}