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

/*************** ADD CUSTOM CSS HERE.   ***************/
.header:not(.transparent) .header-logo-dark{
	display: block !important;
}

.header:not(.transparent) .header-logo{
	display: none !important;
}

.header:not(.transparent) .header-button a {
	color: #5c6d2f !important;
}

.header.transparent .header-button a {
	color: #fff;
}

/* .header:not(.transparent) .header-search a {
	color: #5c6d2f !important;
}

.header.transparent .header-search a {
	color: #fff;
} */

.wpcf7-form {
    position: relative;
    overflow: hidden;
    display: block !important;
}

.form-dat-phong h3 {
    text-transform: uppercase;
    font-weight: 400;
    color: #5c6d2f;
    font-size: 15px;
}

.form-dat-phong h2 {
    color: #5c6d2f;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.form-dat-phong input, .form-dat-phong textarea {
    box-shadow: none;
    border: none;
    font-size: 14px;
    border-radius: 5px;
}

.form-dat-phong input[type=submit] {
    margin: 0;
    width: 100%;
    padding: 5px 10px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 15px;
    background-color: #5c6d2f;
}

.form-dat-phong {
    background: #efedd4;
    padding: 30px;
}

.dark .social-icons, .nav-dark .social-icons {
    color: #fff;
}

.social-icons {
    color: #999;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.dark .form-flat input:not([type=submit]), .dark .form-flat select, .dark .form-flat textarea, .nav-dark .form-flat input:not([type=submit]), .nav-dark .form-flat select, .nav-dark .form-flat textarea {
    background-color: hsla(0,0%,100%,.2)!important;
    border-color: hsla(0,0%,100%,.09);
    color: #fff;
}

.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
    background-color: rgba(0,0,0,.03);
    border-color: rgba(0,0,0,.09);
    border-radius: 99px;
    box-shadow: none;
    color: currentColor!important;
}

.wpcf7 .wpcf7-not-valid-tip {
    background-color: #f1f1f1;
    border-radius: 3px;
    color: #b20000;
    line-height: 1.2em;
    margin-top: -10px;
    opacity: .8;
    padding: 5px 8px;
    position: relative;
}

.btn-footer {
    background-color:#5c6d2f;
    color: #fff;
}

.btn-trangchu {
    background-color: #e59f4f;
}

.btn-trangchu2 {
    background-color: #5c6d2f;
}

.row.row-small {
    max-width: 1232.5px;
}

.gallery, .row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.align-middle {
    align-items: center!important;
    align-self: center!important;
    vertical-align: middle!important;
}

.img1-trangchu {
display: inline-block;
}

.img2-trangchu {
    display: inline-block;
    margin-left: 9px;
}

.img3-trangchu {
    display: inline-block;
    margin-left: 9px;
}

.img4-trangchu {
    display: inline-block;
    margin-left: 9px;
}

.img5-trangchu {
    display: inline-block;
    margin-left: 10px;
}

.blog-trangchu h5 {
    color: #5c6d2f;
}

.blogend-trangchu button {
    color:#5c6d2f;
}

.blogend-trangchu button:hover {
    background-color: #5c6d2f;
}

.footer-trangchu {
    background-image: url(http://resort.ninhbinhweb.top/wp-content/uploads/2023/07/bg_contact_home.jpg);
}

.tab-spatrilieu button {
    display: none;
}

.tab-spatrilieu {
    font-size: 24px;
}

.col-contact:not(.map) .col-inner{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-trangchu2 {
	font-size: 20px;
}

.section-title-normal span {
	border-bottom: 2px solid #5c6d2f;
}

.title-hang-phong a {
	border: 1px solid #5c6d2f;
	padding: 10px;
	border-radius: 5px;
	background: #5c6d2f;
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.title-hang-phong a:hover {
	background: transparent;
	color: #5c6d2f;
}

.btn-phone-k span{
	font-size: 18px;
	line-height: unset;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}