/*
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-bg-color, .header-wrapper {
    margin: 0;
    padding: 0;
    background: linear-gradient(-90deg,#3baa34,#115aaf);
}
.header-nav {
    float: right;
    width: 100%;
    text-align: center;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 100%;
}
.header-main .nav > li > a {
    padding: 8px 10px 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    display: flex;
    border-radius: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.nav {
    width: 100%;
    position: relative;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav-spacing-large>li {
    margin: 0;
}
.nav li.has-icon-left>a>img {
    width: 24px;
    height: 24px;
    display: block;
    margin-bottom: 6px;
    display: block !important;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 6px;
}

.menu-item i._mi, .menu-item img._mi {
    display: inline-block;
    vertical-align: middle;
}
.header-main .nav > li > a {
    display: block;
    text-align: center;
   
	border-left: 1px solid rgba(51,51,51,.5);
}
.header-main ul>li {
    float: none;
    height: 100%;
    flex: auto;
    position: relative;
}
.header-main ul>li>a:hover, .header-main ul>li.current-menu-item>a, .header-main ul>li.current-menu-parent a {
    text-decoration: none;
    color: #fff;
    background: linear-gradient(-90deg,#3baa34,#117faf 95%);
	padding-left: 10px;
}
.nav-dropdown-has-border .nav-dropdown {
    border: 2px solid #349b50;
}
.nav-dropdown-default {
    padding: 10px 0;
}
.tieude1 {
    font-weight: 700;
    background: -webkit-linear-gradient(45deg,#0800e8,#3baa34 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 30px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
    font-family: 'Playfair Display',serif;
    line-height: 48px;
}
.tieude1 h3:before, h3.tieude1:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #acacac;
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
    margin: 0 auto;
}
.lienhe2 {
    background: linear-gradient(-90deg,#115aaf,#3baa34);
    color: #fff;
}
.flex-row {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}

.feature {
    position: relative;
    overflow: hidden;
}
.feature::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.feature .image{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
}
ul.row.related-post li {
    list-style: none;
}
.related-title {
    line-height: 1.3 !important;
    margin-top: 10px !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.nav li.has-icon-left>a>img {
    margin: 0 10px;
    margin-bottom: 0px;
}
.off-canvas .sidebar-menu {
    background: #707070;
}
}

.nf-form-content input[type=button], .nf-form-content input[type=submit] {
  background: #3baa34 !important;
}

.entry-meta {
	display: none !important;
}