/*
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*/
ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase li {
    margin: 0px 20px;
}

ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase li.current-menu-item a {
    color: #63ab78;
}

ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase li a:hover {
    color: #63ab78;
}
ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase li a {
    color: black;
}
/*Home*/
.category-album-phong-su-cuoi .entry-content.single-page .box-image img {
    max-width: 100%;
    margin: 0 auto;
    object-fit: cover;
    width: 100%;
    height: 300px;
}

.bang-gia .nav-outline>li>a{
	padding: 0px;
}

.bang-gia .nav-outline>li>a:first-child{
	border-bottom:none;
}
.home-title h3 {
    font-size: 68px;
    letter-spacing: 2px;
    color: #61ab77;
    text-transform: none;
    font-weight: normal;
    line-height: 0;
    font-family: love;
}
.featured-table{
	border-color: #ffb500 !important;
}
.featured-table .featured-btn {color: #ffffff!important;
    background-color: #ffb500;
}
/*Cảm nhận khách hàng*/

.cam-nhan-khach-hang h3 {
		font-size: 52px;
    color: #ffffff;
    text-transform: none;
    font-weight: normal;
    line-height: 0;
    font-family: love;
}

.cam-nhan-khach-hang p {
    color: white;
}

.cam-nhan-khach-hang strong.testimonial-name.test_name {display: block;color: #61ab77;}

span.testimonial-name-divider {display: none;}
span.testimonial-company.test_company {
    color: whitesmoke;
}



/* Hover*/ 
.album-cuoi-hoi .box-image:before {   
		content: "";
    margin-left: -50%;
    width: 100%;
    height: 100%;
	background:rgba(65,53,50,.85);
    position: absolute;
    z-index: 99;
    margin-top: -100%;
    transition: margin-top 0.5s ease;
    outline: 1px solid #fff;
    outline-offset: -15px;}


.album-cuoi-hoi .col.post-item.is-selected:hover .box-image:before {margin-top: 0%;}


/*Bảng Giá*/
.pricing-table-wrapper {
    height: 100%;
}

.tab-panels .col-inner {
    border-radius: 10px;
}

.pricing-table-header {
    background: #63ab78;
}


.description.is-small {
    font-size: 18px;
    color: white;
    padding: 10px 10px 0px;
    flex: 1;
}


.pricing-table.ux_price_table.text-center.box-shadow-3-hover {
		height: 100%;
    border-radius: 10px;}

.tab-panels .col-inner {height: 100%;}

.pricing-table-items.items {
    padding: 10px 10%;

}


@media only screen and (max-width: 480px) {
.home-title h3 {
    font-size: 30px;
}
.cam-nhan-khach-hang h3 {
		font-size: 30px;
}

  
}
/* Liên Hệ */
.form-lien-he {
    padding: 10px 30px;
    border: 1px solid;
    border-radius: 10px;
    background: #666666;
    color: white;
}

.btn-submit p {
    text-align: center;
}

/*Footer*/
.footer-custom img.ux-logo-image.block {
    background: white;
}
.footer-custom a {
    color: white;
}

.footer-custom a:hover {
    color: #61ab77;
}

.footer-custom p {
    color: white;
}

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


}
@font-face {
 font-family: love;
 src: url(/wp-content/themes/flatsome-child/font/4117Love.woff);
 font-weight: normal;
 }