/*
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-main.show-logo-center{
	height: auto;
}
#logo{
	padding-top: 10px;
	text-align: center;
	width: 100%!important;
}
.logo a{
	display: inline-block;
}
.logo img{
	margin: 0 auto;
}
.stuck #masthead.header-main {
     height: auto!important; 
}
.header-wrapper .header-bottom {
    background-color: #8cc63f;
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav.header-nav.header-bottom-nav > li > a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 10px 0;
    font-weight: 200;
    line-height: 1.3;
    position: relative;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
}
.nav.header-nav.header-bottom-nav > li {
    padding: 0 25px;
    border-right: 1px solid #fff;
}
.nav.header-nav.header-bottom-nav > li:last-child {
    border-bottom: none;
    border-right: none;
}
.nav>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav-dropdown li.active>a, .nav-column li.active>a, .nav-dropdown>li>a:hover, .nav-column li>a:hover {
    color: #F56960;
}
.sliderHome .flickity-page-dots{
	bottom: -30px;
}
.slider-nav-light .flickity-page-dots .dot {
    border-color: #528909;
    opacity: 0.8;
}
.slider-nav-light .flickity-page-dots .dot.is-selected {
    background-color: #888484;
}

.btnHieuSinhHome{
  text-align: center;
  margin-bottom: 15px;
}
.btnHieuSinhHome span{
  background-color: #f7941d;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  padding: 5px 30px;
  font-family: arial;
  font-size: 0.9em;
  display: inline-block;
  font-weight: 400;
}


.sliderItemHome .slider-style-container .flickity-slider>*:not(.is-selected),.sliderItemHome .slider-style-shadow .flickity-slider>*:not(.is-selected), .slider-style-focus .flickity-slider>*:not(.is-selected) {
    opacity: 1;
}
.titleCompany{
	margin-bottom: 10px;
}
.textRight_footer{
	text-align: right;
}
.footer-2 .widget.widget_block{
	margin-bottom: 0;
}
.footer-2 .widget.widget_block p{
	margin-bottom: 0;
}
.absolute-footer.dark {
    background-color: #563e28;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}