/*
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.   ***************/

.service-item .col-inner{
	border: 1px solid #e1e1e1;
	padding: 10px;
	border-radius: 10px;
	background: linear-gradient(
    180deg,
    #f4f9f4 0%,
    #e6f3e8 40%,
    #d4ead9 70%,
    #c2e0cc 100%
  	);
}

.service-item .icon-box{
	margin-top: -75px;
	padding: 0 15px;
}
.service-item .icon-box .icon-box-img .icon-inner{
	padding: 10px;
	width: 70px;
	height: 70px;
	border-radius: 10px;
	border: 1px solid #fff;
	background: #107227;
}
.service-item ul{
	padding-left: 15px;
	margin-top: 20px;
}
.service-item ul a{
	font-weight: bold;
}
.service-item .show-more{
	color: #107227;
	font-weight: bold;
	padding-left: 15px;
}
.service-item .show-more:hover{
	color: #333;
}
.service-item .cover img{
	border-radius: 10px;
}
.title-more a{
	border-radius: 5px;
	border: 1px solid #107227;
	color: #107227;
	font-weight: bold;
	padding: 5px 10px;
}
.home-posts .box-text{
	vertical-align: top;
	padding-top: 0;
}
.home-posts .is-divider{
	display: none;
}
.home-posts .post-meta {
	font-size: 14px;
	color: #666;
}
.copyright-footer{
	color: #fff;
}
#menu-footer-menu a{
	color: #fff;
}
.footer-info img{
	border-radius: 5px;
	padding: 0;
}
#breadcrumb {
	text-transform: uppercase;
	color: #107227;
}
#breadcrumb a{
	color: #107227;
	text-transform: uppercase;
}
h1.page-title{
	font-size: 150%;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
h1.page-title:after{
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background: #107227;
	position: absolute;
	bottom: 0;
	left: 0;

}
.pd-bottom-10{
	padding-bottom: 10px !important;
}

.post-lists .post-item .col-inner{
	border: 1px solid #e1e1e1;
	padding: 10px;
	border-radius: 10px;
	background: linear-gradient(
    180deg,
    #f4f9f4 0%,
    #e6f3e8 40%,
    #d4ead9 70%,
    #c2e0cc 100%
  	);
}
.post-lists .post-item .col-inner img{
	border-radius: 10px;
}
.post-lists .post-title{
	padding: 10px 0;
	font-size: 1.25em;
	line-height: 1.5em;
}
.post-lists .box-text{
	padding-bottom: 0;
}
.post-lists .is-divider{
	display: none;
}
.post-lists .post-meta{
	opacity: 1;
	font-size: 1em;
	color: #333;
	font-weight: 600;
	font-style: italic;
}

.post-lists .button{
	color: #107227;
	text-transform: none;
	font-size: 1.1em;
}
.nav-pagination .page-number{
	border-radius: 5px;
	border:0;
}
.nav-pagination .page-number:hover{
	background-color: #107227;
}
.nav-pagination .page-number.current{
	background-color: #107227;

}
.blog-single .entry-title{
	padding-top: 15px;
}
.blog-single .entry-meta {
	font-style: italic;
}
.relatedpost ul{
	padding-left: 15px;
}
#media_image-2 .widget-title{
	font-size: 1.3em;
}
#media_image-2 .is-divider{
	background: #107227;
}
.widget{
	margin-bottom: 15px;
}
.widget_media_image img, .custom-html-widget{
	border-radius: 10px;
	overflow: hidden;
}
.widget_nav_menu .widget-title{
	text-align: center;
	font-size: 1.3em;
	color: #107227;
	width: 100%;
	display: block;
}
.widget_nav_menu .is-divider {
	width: 100%;
	max-width: 100%;
	background: #107227;
}
.widget_nav_menu .menu li{
	border: 0;
	padding-left: 15px;
	position: relative;
}
.widget_nav_menu .menu li:before{
 	content: '\f105'; /* mã icon */
    font-family: 'Font Awesome 5 Free'; /* QUAN TRỌNG */
    font-weight: 900; /* solid */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* căn giữa dọc */
    font-size: 14px;
    color: #000;
}
.widget_nav_menu .menu li a{
	color: #333 !important;
	font-weight: 600;
}

.cf7-row {
    display: flex;
    align-items: center; /* căn giữa theo chiều dọc */
    margin-bottom: 12px;
}

.cf7-row label {
    width: 150px; /* độ rộng cột label */
    margin-bottom: 0;
}

.cf7-field {
    flex: 1;
}

.cf7-field input,
.cf7-field textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.cf7-field textarea {
    height: 150px;
}

/* nút */
.cf7-submit .cf7-field {
    display: flex;
    gap: 10px;
}
.cf7-submit p{
	display: flex;
}

.cf7-submit input[type="submit"] {
    background: #107227 !important;
    color: #fff;
    border: none;
    padding: 5px 18px;
    border-radius: 4px;
    line-height: 1.8em;
}

.cf7-submit input[type="reset"] {
    background: #ddd;
    border: none;
    padding: 5px 18px;
    border-radius: 4px;
    line-height: 1.8em;
}
.cf7-submit .wpcf7-spinner{
	display: none;
}
.lanhdao-item{
	border-radius: 10px;
	border: 1px solid #e1e1e1;
}
.lanhdao-item p{
	margin-bottom: 5px;
}

#vb-wrap { max-width:1000px }
.vb-form input, .vb-form select {
    width:100%; margin-bottom:10px; padding:8px;
    box-shadow: none;
    border-radius: 7px;
}
#vb-btn {
    background:#107227; color:#fff; border:0; padding:3px 15px;
}
.vb-table { 
	width:100%; 
	border-collapse:collapse; 
	margin-top:15px;
	border: 1px solid #eee;
	border-radius: 4px;

}
.vb-table th { 
	padding: 15px 10px;
	white-space: nowrap;
 }
.vb-table th, .vb-table td {
    border-bottom:1px solid #eee; padding:10px;
    
    color: #333;
}
.vb-table .download{
	color: #107227;
}
.vb-page { margin:3px; cursor:pointer }
.vb-active { font-weight:bold; color:#107227 }

.vb-pagination {
    margin-top:15px;
}

.vb-page {
    display:inline-block;
    padding:6px 10px;
    margin:2px;
    border:1px solid #ddd;
    cursor:pointer;
}

.vb-page.active {
    background:#2e7d32;
    color:#fff;
    border-color:#2e7d32;
}
.nav-dropdown{
	padding: 5px 10px;
}
.nav-dropdown a{
	color: #333 !important;
}
.nav-dropdown a:hover{
	color: #107227 !important;
}



 
.iptc-social-fixed{
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 9999;

    display: flex;
    flex-direction: column;
    gap: 10px;
}

.iptc-social-fixed a{
    display: block;
    transition: all .3s ease;
}

.iptc-social-fixed a:hover{
    transform: translateX(-5px);
}

.iptc-social-fixed img{
    width: 45px;
    height: 45px;
    object-fit: contain;
    display: block;
}

@media(max-width: 767px){
    .iptc-social-fixed{
        right: 10px;
        bottom: 80px;
    }

    .iptc-social-fixed img{
        width: 40px;
        height: 40px;
    }
}