/*
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;
}
.btnHieuSinhHome_orange span{
	
}

.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;
}
.nav.header-nav .nav-dropdown{
	width: 360px;
}
.nav.header-nav .nav-dropdown li a{
	text-transform: uppercase;
}
.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;
}

/*addThis_listSharing*/
.addThis_listing.list-unstyled {
	list-style: none;
}
.addThis_listSharing {
    opacity: 1;
    display: block;
    position: fixed;
    bottom: 120px;
    z-index: 999;
    top: auto !important;
    right: 10px;
}
.addThis_listing .addThis_item {
    margin-bottom: 5px;
}
.addThis_listing .addThis_item .addThis_item--icon {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
    position: absolute;
    top: 4px;
    right: 55px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    width: auto;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.addThis_listing .addThis_item .addThis_item--icon:hover {
    text-decoration: none;
    opacity: .9;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15),0 4px 15px rgba(0,0,0,0.13)
}

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1
}
/*end addThis_listSharing*/

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


}