
/* ==========================================================================================
  CUSTOM FONTS
========================================================================================== */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap&subset=vietnamese');
/* @import url('https://fonts.googleapis.com/css?family=Muli:300,400,400i,600,600i,700,700i&amp;subset=vietnamese'); */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i&amp;subset=vietnamese');
  
/*************************************************************************************
*
* color: #009149;
* rgb: (0,145,73);
*
*************************************************************************************/

/* ==========================================================================================
  OVERWRITE BOOTSTRAP
========================================================================================== */
@media screen and (min-width: 768px){
  .container{
    max-width: 738px;
  }
}
@media screen and (min-width: 992px){
  .container{
    max-width: 990px;
  }
}
@media screen and (min-width: 1200px){
  .container{
    max-width: 1170px;
  }
}
html {
  overflow-x: hidden;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #323232;
  font-smoothing: antialiased;
  font-weight: 400;
  overflow-x: hidden;
  letter-spacing: 0.5px;
  line-height: 1.42857143;
}
.font-alt {
  font-family: 'Open Sans', sans-serif;
}
a{
  color: #323232;
  text-decoration: none !important;
}
.clearfix:after{
  display: block;
  content: "";
  clear: both;
}
.btn{
  letter-spacing: 1px;
  padding: 10px 22px;
  border-radius: 5px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
}
.btn:focus,
.form-control:focus,
button:focus{
  box-shadow: none !important;
}
.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control::placeholder,
input::placeholder {
  color: #868e96;
  opacity: 1;
}
p{
  margin-bottom: 10px;
}
.hidden{
  display: none !important;
}
@media screen and (max-width: 575px){
  .hidden-xs{
    display: none !important;
  }
  .container-fw-xs{
    max-width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px){
  .hidden-sm{
    display: none !important;
  }
  .container-fw-sm{
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .hidden-md{
    display: none !important;
  }
  .container-fw-md{
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .hidden-lg{
    display: none !important;
  }
  .container-fw-lg{
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px){
  .hidden-xl{
    display: none !important;
  }
  .container-fw-xl{
    max-width: 100%;
  }
}

/* ==========================================================================================
  CUSTOM CSS
========================================================================================== */
a:hover,
a:focus{
  color: #009149;
}
.padding-section {
  padding: 50px 0;
}
.padding-section > .padding-container{
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding-section > .padding-container:first-child{
  padding-top: 0;
}
.padding-section > .padding-container:last-child{
  padding-bottom: 0;
}
.padding-section-1{
  padding: 50px 0;
}
.padding-section-2{
  padding: 40px 0;
}
.padding-section-3{
  padding: 20px 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px){
 .padding-section {
    padding: 75px 0;
  }
  .padding-section-1{
    padding: 45px 0;
  } 
  .padding-section-2{
    padding: 35px 0;
  }
	.padding-section-3{
	  padding: 15px 0;
	}  
}
@media screen and (min-width: 768px) and (max-width: 991px){
 .padding-section {
    padding: 60px 0;
  } 
  .padding-section-1{
    padding: 40px 0;
  } 
  .padding-section-2{
    padding: 30px 0;
  }
	.padding-section-3{
	  padding: 15px 0;
	}  
}
@media (max-width: 767px){
 .padding-section {
    padding: 40px 0;
  } 
  .padding-section-1{
    padding: 30px 0;
  } 
  .padding-section-2{
    padding: 20px 0;
  }
	.padding-section-3{
	  padding: 20px 0;
	}  
} 
.container-large {
  max-width: 1440px;
}
.mb-15{
  min-height: 1px;
  margin-bottom: 15px !important;
}
.mt-15{
  min-height: 1px;
  margin-top: 15px !important;
}
.mb-30{
  min-height: 1px;
  margin-bottom: 30px !important;
}
.line-height-22{
  line-height: 22px !important;
}
.pt-15{
  padding-top: 15px !important;
}
.pb-15{
  padding-bottom: 15px !important;
}
.pl-15{
  padding-left: 15px !important;
}
.pr-15{
  padding-right: 15px !important;
}
.pb-20{
  padding-bottom: 20px !important;
}
.fs-24{
  font-size: 24px !important;
}
.bg-f7{
  background-color: #F7F7F7;
}
.bg-f1{
  background-color: #F1F1F1;
}
.bg-e{
  background-color: #eee;
}
.btn-white {
  border: 1px solid #fff;
  background-color: #fff;
}
.btn-white:hover{
  background-image: linear-gradient(to right, #0020dd, #009149);
  color: #fff;
}
.btn-white-bd{
  border: 1px solid #ccc;
}
.btn-t-white {
  border: 1px solid #fff;
  color: #fff;
}
.btn-t-white:hover {
  border-color:#fff;
  background-color: #fff;
  color: #009149;
}
.border-top-1{
  border-top: 1px solid #898989;
}
@media (min-width:768px) {
  .md-mg-0{
    margin: 0 !important;
  }
  .mb-d-15{
	margin-bottom: 15px;
  	min-height: 1px;
  }  
  .mb-d-30{
	margin-bottom: 30px;
  	min-height: 1px;
  }  
}
@media (min-width:992px) {
  .minheight-window{
    min-height: -webkit-calc(100vh - 70px);
    min-height: calc(100vh - 70px);
  }
}
.posistion-relative{
  position: relative;
}
.posistion-absolute{
  position: absolute;
}
.height-100{
  height: 100% !important;
  max-height: 100% !important;
}
.width-100{
  width: 100% !important;
  max-width: 100% !important;
}
.text-white a{
  color: #fff !important;
}
.theme-color{
  color: #009149;
}
.theme-bg{
  background-color: #009149;
  background-image: linear-gradient(to right, #009149, #009149);
}
.theme-bg-alt{
  background-color: #c40001 !important;
}
.theme-bg-alt-2{
  background-color: #e8bd20 !important;
}
.btn-theme{
  color: #fff;
}
.theme-before::before, 
.theme-after::after, 
.btn-theme, 
.btn-white:hover, 
.theme-hover:hover, 
.owl-nav > div {
  background-image: linear-gradient(to right, #009149, #009149);
}
.bg-temp{
  background-position: center;
  background-size: cover,contain;
  background-repeat: no-repeat;
}
img{
  max-width: 100%;
}
.hover-img{
  position: relative;
}
.hover-img:before,
.hover-img:after{
  content: '';
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(245, 246, 247, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.hover-img:before{
  left: 0;
}
.hover-img:after{
  right: 0;
}
.hover-img:hover:before,
.hover-img:hover:after{
  opacity: 1;
  visibility: visible;
  width: 0;
}
.text-middle {
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  align-items: center !important;
}

@media (min-width:992px) {
  body{
    /*padding-top: 40px;*/
  }
}
@media (min-width:768px) and (max-width:991px) {
  body{
    padding-top: 60px;
  }
  body.cke_editable {
	padding-top: 0px;
  }
}
@media (max-width:767px) {
  body{
    padding-top: 60px;
  }
  body.cke_editable {
	padding-top: 0px;
  }  
}

.title-section{
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 25px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
  color: #009149;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.title-section a{
	color: #2374bd;
}
.intro-section {
    margin-bottom: 40px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    color: #808080;
    font-size: 17px;
}
.intro-section:empty{
	display: none;
}


/* ==========================================================================================
  SCROLL TOP
========================================================================================== */
.scrollTop {
  opacity: 0;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 1000;
}
.scrollTop a {
  text-align: center;
  width: 50px;
  line-height: 44px;
  height: 50px;
  background-color: #fff;
  border-radius: 200px;
  color: #323232;
  border: 1px solid #ced4da;
  font-size: 1.25rem;
  text-decoration: none;
}
.scrollTop a:hover {
  background-color: #009149;
  border-color: #009149;
  color: #fff;
}

/* ==========================================================================================
  NAV MENU
========================================================================================== */
.nav-menu{
  z-index: 1001;
  position: relative;
  background-color: transparent;
  /*top: 40px;*/
  left: 0;
  right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.nav-menu a {
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
}
.nav-menu .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 0 30px;
  position: relative;
  line-height: 60px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.nav-menu .navbar-nav .nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  position: absolute;
  bottom: 15px;
  left:30px;
}
.nav-menu .navbar-nav li:hover .nav-link:before,
.nav-menu .navbar-nav .nav-link.active:before {
  width: 50%;
	background-color: yellow;
}
.nav-menu .navbar-nav .nav-link-btn {
  font-size: 12px;
  font-weight: 700;
  padding: 7px 18px;
  margin-left: 25px;
}
.nav-menu .navbar-nav .nav-link.active,
.nav-menu .navbar-nav li:hover .nav-link,
.nav-menu .navbar-nav .nav-link:hover{
  color: yellow;
}

/* menu dropdown */
.m-dropdown {
  position: relative;
}
.m-dropdown-multilevel .m-dropdown-menu {
  margin: 0;
  padding: 5px 0;
  background: #fff;
  width: 100%;
}
.m-dropdown-multilevel .m-dropdown-menu li {
  list-style-type: none;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
}
.m-dropdown-multilevel .m-dropdown-menu li a {
  text-align: left;
  font-size: 14px;
  color: #ff0000;
  text-transform: capitalize;
  margin: 0;
  display: block;
  position: relative;
  left: 0;
  padding: 8px 0;
  font-weight: 400;
  line-height: 1.42857143 !important;
	white-space: normal;
	border-bottom: 1px dotted #f1f1f1;
}
.m-dropdown-multilevel .m-dropdown-menu > li:last-child > a{
	border-bottom-color: transparent;	
}
.m-dropdown-multilevel .m-dropdown-menu li a.active{
  background-color: transparent;
}
.m-dropdown-multilevel .m-dropdown-menu li a:hover {
  color: #000;
}
.m-dropdown-multilevel .m-dropdown-menu ul {
  margin: 0;
  /* padding: 13px 0 15px; */
  background: #fff;
  width: 100%;
}
.m-dropdown-multilevel .m-dropdown-menu li a:hover,
.m-dropdown-multilevel .m-dropdown-menu li a:focus{
  background-color: transparent;
}

@media (min-width: 992px){
  .m-dropdown > a::after {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0px;
    border-left: 0.3em solid transparent;
  }
  li.m-dropdown.sub-dropdown li.m-dropdown.sub-dropdown > a::after{
    position: absolute;
    right: -8px;
    top: 15px;
    border-left: 0.3em solid;
    border-top: 0.3em solid transparent;
    border-right: 0px;
    border-bottom: 0.3em solid transparent;
  }
  .m-dropdown-multilevel .m-dropdown-menu > li > ul,
  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul,
  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul > li > ul,
  .m-dropdown .m-dropdown-menu {
   -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
   -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  /** ********************************************************************************** */
  .m-dropdown-multilevel .m-dropdown-menu > li:hover > ul,
  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li:hover > ul,
  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul > li:hover > ul,
  .m-dropdown:hover .m-dropdown-menu {
    /*-webkit-transition-delay: 200ms !important;
    transition-delay: 200ms !important;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;*/
  }
  li.m-dropdown-multilevel.sub-dropdown:hover > ul.m-dropdown-menu{
    -webkit-transition-delay: 200ms !important;
    transition-delay: 200ms !important;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
  }
  /** ********************************************************************************** */

  .m-dropdown .m-dropdown-toggle {
    display: none;
  }
  .m-dropdown-multilevel .m-dropdown-menu {
    position: absolute;
    top: -webkit-calc(100% - 1px);
    top: -moz-calc(100% - 1px);
    top: calc(100% - 1px);
    left: 0;
    z-index: 50;
    width: auto;
    box-shadow: 0 8px 20px -8px rgba(84,84,120,.26);
    min-width: 250px;  	
  }
  .m-dropdown-multilevel .m-dropdown-menu li.hover-trigger > a i {
    position: absolute;
    right: 0;
    font-size: 12px;
    margin-top: 0;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul > li > ul > li:hover > a,
  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul > li:hover > a,
  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li:hover > a,
  .m-dropdown-multilevel .m-dropdown-menu > li:hover > a {
    left: 4px;
    color: #009149;
    text-decoration: none;
  }
  .m-dropdown-multilevel .m-dropdown-menu > li a.active {
    color: #009149;
  }
  .m-dropdown-multilevel .m-dropdown-menu ul {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 50;
    width: auto;
    box-shadow: 0 8px 20px -8px rgba(84,84,120,.26);
    min-width: 250px;  	
  	max-width: 320px;
  }
  .m-dropdown-multilevel .m-dropdown-menu > li:first-child > ul.m-dropdown-menu{
	top: -6px;
  }
  .m-dropdown-multilevel > .m-dropdown-menu > li > ul > li > ul > li > ul{
	left: auto;
  	right: 100%;
  }
  /* .navbar-nav > li:nth-child(4).m-dropdown-multilevel > .m-dropdown-menu > li > ul{
	left: auto;
  	right: 100%;  	
  } */
} /*@media*/

@media (max-width: 991px){
  .m-dropdown .m-dropdown-toggle {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    color: #323232;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
  }
  .m-dropdown a .fa-angle-down {
    display: none;
  }
  .m-dropdown .m-dropdown-menu {
    padding: 8px 15px;
    display: none;
    background: #f5f5f5;
  }
  .m-dropdown .m-dropdown-mega-menu {
    padding: 15px 0;
  }
  .m-dropdown .m-dropdown-menu.open-menu {
    display: block;
  }
  .m-dropdown-multilevel .m-dropdown-menu li {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  .m-dropdown-multilevel .m-dropdown-menu li.hover-trigger {
    margin-bottom: 10px;
  }
  .m-dropdown-multilevel .m-dropdown-menu li.hover-trigger > ul > li {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
  }
  .m-dropdown-multilevel .m-dropdown-menu li.hover-trigger:last-child {
   margin-bottom: 0; 
  }
  .m-dropdown-multilevel .m-dropdown-menu li a .arrow {
    display: none;
  }
  .m-dropdown-multilevel .m-dropdown-menu li li {
    padding-left: 0;
    padding-right: 0; 
  }
  .m-dropdown-multilevel .m-dropdown-menu ul {
    padding: 0;
    float: none;
    background-color: transparent;
  }
  .m-dropdown-multilevel .m-dropdown-menu ul.open-menu {
    display: block;
    border-bottom: 2px solid rgba(255,255,255,0.1);
    padding: 0 0 0px 10px;
    margin-bottom: 15px;
  }
  .m-dropdown-multilevel .m-dropdown-menu .open-menu-parent > a {
    color: #009149;
  }
  .m-dropdown .m-dropdown-menu{
    background-color: transparent;
  }

}/*@media*/


@media screen and (min-width: 992px){
  .navbar-brand{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
  }
  .navbar-brand img{
    max-height: 60px;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
  }
  /* search button*/
  .navbar-expand-lg > .container{
	position: relative;
  }
  .navbar-expand-lg .navbar-collapse{
	   display: block !important;
  }
  .search-icon-mobile{
	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: auto;
  	right: 15px;
  	margin: auto;
  	height: 38px;
  }
  .btn-search-menu{
	  padding-left: 13px;
  	padding-right: 13px;
  	font-size: 12px;
  	-webkit-box-shadow: none;  	
  	box-shadow: none;
    color: #fff;
  }
  .navbar-fixed-top .btn-search-menu{
	color: #fff;
  }
}
@media screen and (min-width: 1200px){
  .navbar-brand img{
    
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .nav-menu{
    padding-left: 0;
    padding-right: 0;
  }
  .nav-menu .navbar-nav .nav-link{
    padding-left: 8px;
    padding-right: 8px;
  }
  .nav-menu .navbar-nav .nav-link-btn{
    margin-left: 15px;
  }
}
@media screen and (max-width: 991px){
	.navbar-brand{
		margin-right: 0;
	}
  .navbar-brand img{
    height: 50px;
  }
  .container
  .navbar-toggler-icon{
    line-height: 1.5em;
    color: #ccc;
  }
  .navbar-toggler{
    border: 1px solid #ccc;
    padding-left: 5px;
    padding-right: 5px;
  }
  .navbar-collapse{
    border-top: 1px solid rgba(0,0,0,.05);
  }
  .nav-menu{
    /*background-image: linear-gradient(to right, #0020dd, #009149);*/
  }
  .nav-menu .navbar-nav li,
  .nav-menu .navbar-nav .nav-link{
    line-height: 40px;
  }
  .nav-menu .navbar-nav .nav-link::before{
    bottom: 7px;
    left: 0;
  }
  .nav-menu .navbar-nav {
    padding: 5px 0 30px;
     /*max-height: 70vh;*/
    height: -webkit-calc(100vh - 128px);
    height: -moz-calc(100vh - 128px);
    height: calc(100vh - 128px);
    overflow-y: auto;
  	margin-top: 15px;
  	border-top: 1px solid rgba(0,0,0,.05);
  	display: block;
  }
  .nav-menu .navbar-nav li {
    width: 100%;
  }
  .nav-menu .navbar-nav > li:last-child {
    padding-bottom: 30px;
  }  
  .nav-menu .navbar-nav .nav-link{
    display: inline-block;
    padding-left: 0;
  }
  .nav-menu .navbar-nav .nav-link-btn{
    margin-left: 0;
  }
  .search-icon-mobile .btn-search-menu{
    color: #ccc;
  }
}

/* ==========================================================================================
  NAV SCROLL
========================================================================================== */
.navbar-fixed-top.nav-menu .navbar-nav .nav-link.active,
.navbar-fixed-top.nav-menu .navbar-nav .nav-link:hover{
  color: yellow;
}
.navbar-fixed-top.nav-menu .navbar-nav .btn-white.nav-link-btn {
  border-color: #009149;
}
.navbar-fixed-top.nav-menu .navbar-brand img{
  max-height: 54px;
}
.navbar-fixed-top.nav-menu .m-dropdown-multilevel .m-dropdown-menu{
  border-top: 1px solid #fefefe;
}
@media screen and (min-width: 992px){
	.navbar-fixed-top{
	  background-color: #fff;
	  -webkit-box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
	  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
	  /*-webkit-transition: all .1s ease 0s;
	  -o-transition: all .1s ease 0s;
	  transition: all .1s ease 0s;*/
	  top: 0;
    position: fixed;
    left: 0;
    width: 100%;
	}	
  .navbar-fixed-top.nav-menu{
    -webkit-box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
    box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
    background-color: #2374bd;
    /*top: 40px;*/
  } 
  .navbar-fixed-top .top-header{
    background-color: #3c3e4b;
  }
  .navbar-fixed-top.nav-menu .navbar-nav .nav-link {
    /*color: #fff;*/
  }
	.navbar-fixed-top.nav-menu .navbar-nav .nav-link:before {
	  background-color: yellow;
	}  
}
@media screen and (max-width: 991px){

	.navbar-fixed-top.nav-menu{
	  background-color: #fff;
	  -webkit-box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
	  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
	  -webkit-transition: all .1s ease 0s;
	  -o-transition: all .1s ease 0s;
	  transition: all .1s ease 0s;
	  top: 0px;
    position: fixed;
	}	
	.navbar-fixed-top.nav-menu .navbar-nav .nav-link:before	,
	.navbar-fixed-top.nav-menu .navbar-nav li:hover .nav-link:before	 {
	  background-color: transparent;
	}	
  .navbar-fixed-top .m-dropdown .m-dropdown-toggle {
    color: #444;
  }
  .navbar-fixed-top.nav-menu .m-dropdown-multilevel .m-dropdown-menu{
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .m-dropdown-multilevel .m-dropdown-menu li a,
  .m-dropdown-multilevel .m-dropdown-menu li a:hover{
    color: #444;
  }

}
@media screen and (max-width: 767px){
	.navbar-fixed-top.nav-menu{
	  top: 0px;
	}	
}

/* ==========================================================================================
  TOGGLE BUTTON
========================================================================================== */
.navbar-fixed-top-toggle .nav-menu{
  background-color: #009149;
  -webkit-box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
  -webkit-transition: all .1s ease 0s;
  -o-transition: all .1s ease 0s;
  transition: all .1s ease 0s;
  top: 0;
  padding-top: 22px;
}
.navbar-fixed-top-toggle.navbar-fixed-top.nav-menu{
  padding-top: 0; 
}
.navbar-fixed-top-toggle .nav-menu .navbar-nav .nav-link {
  color: #fff;
}
.navbar-fixed-top-toggle .nav-menu .navbar-nav .nav-link.active,
.navbar-fixed-top-toggle .nav-menu .navbar-nav .nav-link:hover{
  color: #fff;
}
.navbar-fixed-top-toggle .nav-menu .navbar-nav .btn-white.nav-link-btn {
  border-color: #fff;
}
.navbar-fixed-top-toggle .nav-menu .navbar-nav .nav-link:before {
  background-color: #fff;
}
.navbar-fixed-top-toggle .nav-menu .navbar-brand img{
  max-height: 60px;
}
.navbar-fixed-top-toggle .nav-menu .m-dropdown-multilevel .m-dropdown-menu{
  border-top: 1px solid #fefefe;
}
@media screen and (min-width: 992px){
  .navbar-fixed-top-toggle .nav-menu .navbar-brand{
    height: 70px;
  }
}
@media screen and (max-width: 991px){
  .navbar-fixed-top-toggle .nav-menu{
      background-color: #009149;
  }
}

/* ==========================================================================================
  SLIDER BANNER
========================================================================================== */
#slider-section{
  position: relative;
}
section.slider-section {
  height: 100%;
  width: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
.slider-wrapper {
  height: 100%;
  width: 100%;
}
.slider-wrapper .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  width: 100%;
  height: -webkit-calc(100vh - 171px);
  height: -moz-calc(100vh - 171px);
  height: calc(100vh - 171px);
  /* max-height: 667px; */
}
.slider-wrapper .item:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0);
}
.slider-wrapper .item .container{
  position: relative;
}
.slider-wrapper .slider-text {
  position: absolute;
  left: 0;
  top: 55vh;
  z-index: 99;
  width: 80%;
}
.slider-text h4 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0,0,0,0);
  position: relative;
	margin-bottom: 40px;
}
.slider-wrapper .slider-text h4:after{
  /*content: '';
  clear: both;
  width: 85px;
  display: block;
  border-bottom: 3px solid #009149;
  margin-top: 15px;*/
}
.slider-wrapper .slider-text h5 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 20px;
  line-height: 35px;
}
.slider-wrapper .owl-nav {
  position: absolute;
  top: 52vh;
  width: 100%;
  z-index:999;
  color:#fff;
  letter-spacing:3px;
  font-size:8px;
  text-transform:uppercase;
}
.slider-wrapper .owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 10px;
  margin: 0px;
  display: inline-block;
  cursor: pointer;
  padding: 0px !important;
  background: transparent !important;
  border-radius: 0px !important;  
}
.slider-wrapper .owl-theme .owl-nav [class*="owl-"]{
  display: none;
}
.slider-wrapper .owl-prev {
  float: left;
  margin-left:20px !important;
  position: relative;
}
.slider-wrapper .owl-next {
  float: right;
  margin-right:20px !important;
  position: relative;
}
.slider-wrapper .owl-prev:after,
.slider-wrapper .owl-next:after{
  position:absolute;
  content:'';
  width:50%;
  height:1px;
  background-color:#878989;
  bottom:-1px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.slider-wrapper .owl-prev:after {
  right:0px ;
}
.slider-wrapper .owl-next:after {
  left:0px ;
}
.slider-wrapper .owl-prev:hover:after,
.slider-wrapper .owl-next:hover:after{
  width:100%; 
}
.slider-wrapper .owl-dots {
  position: absolute;
  bottom: 10px;
  z-index: 99;
  width: 100%;
  text-align: center;
}
.slider-wrapper .owl-dot {
  display: inline-block;
}
.slider-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 3px;
  margin: 5px 7px;
  background: #878989;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff !important;
}
.slider-wrapper .slider-text .btn{
  min-width: 150px;
  margin: 0 8px;
}

@media (min-width: 992px){
  section.slider-section,
  .page-title-section,
  .slider-section-carouel {
    /* margin-top: 135px; */
  }
  section.slider-section.non-video{
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
  }
}
@media (max-width: 991px){
  section.slider-section,
  .page-title-section,
  .slider-section-carouel {
    /* margin-top: 100px; */
  }
  section.slider-section.non-video{
    /*height: -webkit-calc(100% - 60px);
    height: calc(100% - 100px);*/
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .slider-wrapper .item{
    height: 500px;
  }
  .slider-wrapper .slider-text{
    top: 45vh;
  }
  .slider-wrapper .slider-text h4{
    font-size: 24px;
  }
  .slider-wrapper .slider-text h5 {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px){
  .slider-wrapper .item{
    height: 33.3333vh;
  }
  .slider-wrapper .slider-text{
    top: 45vh;
  }
  .slider-wrapper .slider-text h4{
    font-size: 28px;
  }
  .slider-wrapper .slider-text h5 {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px){
  .slider-wrapper .item{
    height: 33.3333vh;
  }
  .slider-wrapper .slider-text{
    top: 45vh;
    left: 15px;
    width: calc(100% - 30px);
  }
  .slider-wrapper .slider-text h4{
    font-size: 22px;
  }
  .slider-wrapper .slider-text h5 {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

/* ==========================================================================================
  SLIDER BANNER - NON TEXT
========================================================================================== */
.carousel-inner .carousel-item img{
  width: 100%;
}

/* ==========================================================================================
  FOOTER
========================================================================================== */
.footer-area{
  padding-top: 50px;
  padding-bottom: 45px;
  color: #525252;
	background-color: #2374bd;
}
.footer-area a{
  color: #525252;
}
.title-footer{
  color: #009149;
  font-size: 14px;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.menu-footer{
  list-style: none;
  padding-left: 0;
}
.menu-footer li {
  padding: 5px 0;
  line-height: 1.42857143;
}
.menu-footer li a{
  line-height: 22.4px;
  display: block;
}
.menu-footer.menu-item li a{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menu-footer.menu-item li a:hover{
  color: #009149;
}
.menu-footer.menu-branchs{
  
}
.menu-footer.menu-branchs li:empty{
  display: none;
}
.menu-footer.menu-branchs li{
  position: relative;
  padding-left: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.menu-footer.menu-branchs li a:hover{
  color: #009149;
}
.menu-footer.menu-branchs li strong{
  color: #009149;	
}
.menu-footer.menu-branchs li .fa{
  position: absolute;
  top: 9px;
  left: 0;
  width: 15px;
  text-align: center;
}

.navbar-social{
  list-style: none;
  padding-left: 0;
  padding-top: 5px;
}
.navbar-social li{
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.navbar-social li a{
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #009149;
  color: #fff;
  text-align: center;
  line-height: 35px;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
}
.navbar-social li a:hover,
.navbar-social li a:focus{
  background-color: transparent;
  color: #009149;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0,60,139, 0.3);
  box-shadow: 1px 1px 1px 1px rgba(0,60,139, 0.3);
}

.box-company .info h6{  
  font-weight: 700;
  /* display: none; */
  line-height: 1.42857143;
  font-size: 14px;
	text-transform: uppercase;
}
.box-company .info p{
  line-height: 1.7;
}
.branchs-header{
  padding-top: 5px;
  line-height: 22.4px;
}
.branchs-title{
  font-size: 14px;
  font-weight: 700;
  color: #009149;
  position: relative;
  padding-left: 15px;
  cursor: pointer;
}
.branchs-title:before{
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
}
.branchs-title.collapsed:before{
  content: "+";
}
@media screen and (min-width:992px){
  .title-footer{
    margin-top: 110px;
  } 
}
/* =========================================================== */
.footer-area,
.footer-area a,
.footer-area .menu-footer.menu-item li a:hover,
.footer-area .menu-footer.menu-branchs li a:hover,
.footer-area .branchs-title {
	color: #fff;
}
.footer-area .navbar-social li a{
	background-color: #fff;
	color: #009149;
}
.footer-area .menu-footer.menu-branchs li strong{
	color: #f1f1f1;
}
.footer-area .title-footer,
.footer-area .box-company .info h6{
	color: yellow;	
	min-height: 34px;
}

/* ==========================================================================================
  COPYRIGHT
========================================================================================== */
.copyright-powered{
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #333;
  color: #ccc;
  font-size: 13px;
}
.copyright-powered a{
  color: #ccc;
}
.copyright{
  text-align: left;
}
.powered-by{
  text-align: right;
}
@media (max-width:767px) {
  .copyright,
  .powered-by{
    text-align: center;
  }
  .powered-by{
    margin-top: 5px;
  }
}

/* ==========================================================================================
  PAGE TITLE
========================================================================================== */
.page-title-section {
  padding: 100px 0 90px;
  position: relative;
  overflow: hidden;
}
.page-title-section:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
}
.page-title-white {
  margin-top: 70px;
  padding: 80px 0;
}
.page-title h1 {
  color: #fff;
  /* margin: 0 0 15px; */
	margin: 0;
  font-size: 50px;
  text-align: center;
  font-weight: 700;
}
.page-title-section .container {
  position: relative;
  z-index: 1;
}
.page-title-section .breadcrumb {
  padding: 0;
  margin: 0;
  background: none;
  text-align: center;
}
.page-title-section .breadcrumb li {
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  margin: 0 15px;
  position: relative;
}
.page-title-section .breadcrumb li:not(:first-child):after {
  width: 5px;
  height: 5px;
  background: #fff;
  left: -15px;
  content: "";
  float: left;
  position: absolute;
  top: 9px;
  border-radius: 50%;
}
.page-title-section .breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.page-title-section .breadcrumb .active a{
	color: #009149;
}

@media(min-width: 992px) {
	.page-title h1 {
	  	float: left;
	}
	.page-title-section .breadcrumb{
		float: right;
		min-height: 60px;
		padding-top: 18px;
	}
}
@media(max-width: 991px) {
  .page-title h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .page-title-section {
    padding: 70px 0 50px;
  }
}

/* ==========================================================================================
  PATH WAY
========================================================================================== */
.path-way-wrapper {
  background-color: #f5f5f5;
	margin-bottom: 0;
}
.path-way-wrapper .breadcrumb{
  margin-bottom: 0;
  padding: 15px 0;  
  background-color: transparent;
}
.path-way-wrapper .breadcrumb li{
  margin-right: 5px;
  color: #909aa2;
  font-weight: 600;
  font-size: 14px;
  font-family: "Open Sans";
}
.path-way-wrapper .breadcrumb a{
  color: inherit;
  
  -webkit-transition: all .35s ease-out 0s; 
  -moz-transition: all .35s ease-out 0s;
  -o-transition: all .35s ease-out 0s;
  transition: all .35s ease-out 0s; 
}
.path-way-wrapper .breadcrumb a .fa{
  font-size: 14px;
}
.path-way-wrapper .breadcrumb li:last-child,
.path-way-wrapper .breadcrumb li:last-child a{
  color: #009149;
}
.path-way-wrapper .breadcrumb a:HOVER{
  color: #009149 !important;
}
.path-way-wrapper .breadcrumb > li + li::before{
  content: "\f105";
  font-family: "FontAwesome";
  color: #909aa2;
  margin-right: 5px;
}
@media screen and (max-width:767px){
  .path-way-wrapper .breadcrumb a{
    font-size: 10px;
  } 
}
.bg-f7 .path-way-wrapper{
	background-color: #fff;
}
/* ==========================================================================================
  PAGINATION
========================================================================================== */
.pagination{
  margin-top: 20px;
}
.pagination .page-link{
  padding: 12px 18px;
}
.pagination li a:focus{
  box-shadow: none;
}
.page-link{
	color: #333;
}
.page-link:hover{
	color: #009149;
}
.page-item.active .page-link{
	background-color: #009149;
	border-color: #009149;
}

/* ==========================================================================================
  404 PAGE
========================================================================================== */
.box-error h4{
  font-size: 60px;
  font-weight: 700;
  color: #009149;
  letter-spacing: 1.8px;
}
.box-error h5 {
  font-size: 22px;
  color: #009149;
  font-weight: 700;
  letter-spacing: .60px;
  padding-top: 12px;
}
.box-error p{
  font-size: 14px;
  color: #666666;
  letter-spacing: .40px;
  padding: 30px 0px 15px 0px;
}
.box-error h6 {
  text-transform: uppercase;
  color: #666666;
  letter-spacing: .40px;
  font-weight: normal;
}

/* ==========================================================================================
  COMING SOON PAGE
========================================================================================== */
.coming-soon-page {
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  background-color: #ddd;
  background-position: center;
  background-repeat: no-repeat;
}
.coming-soon-page:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
}
.coming-content-area {
  height: 100vh;
  position: relative;
  z-index: 2;
}
.coming-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.coming-content h2 {
  color: #009149;
  font-size: 80px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.coming-content p {
  color: #fff;
  margin-bottom: 15px;
}
.coming-content a {
  margin-top: 35px;
  margin-right: 15px;
}

/* ==========================================================================================
  CONTACT FORM
========================================================================================== */
label.error{
  color: #dc1e1e;
}
label.error:empty{
  display: none;
}
.contact-area .box-company img{
  max-width: 250px;
  margin-top: 0px;
  max-height: 80px;
}
.contact-form{
  padding: 30px;
  border: 1px solid #ccc;
}
.security-code{
  position: relative;
}
.security-code .security-input{
  width: 90px;
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.security-code img{
  height: 38px;
  float: left;
}
.btn-contact{
  height: 38px;
  color: #fff;
  text-transform: uppercase;
  min-width: 200px;
}
@media screen and (min-width: 576px){
  .btn-contact{
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 575px){
  .btn-contact{
    margin-top: 15px;
    width: 100%;
  }
}
.form-control{
  border: 1px solid rgba(255,255,255,.3);
  color: #333;
  border-radius: 0;
  background-color: #f8fafa;
  font-size: 14px;
}
.form-control:focus{
  border: 1px solid rgba(255,255,255,.7);
  /*background-color: transparent;*/
}

.item-branchs-list{
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
  padding-bottom: 25px;
}
div > .item-branchs-list:last-child{
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.box-branchs,
.box-branchs a{
  color: #525252;
}
.box-branchs h3{
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}
.box-branchs .menu-footer.menu-branchs{
  padding-left: 0;
  font-size: 14px;
}
.box-branchs .menu-footer.menu-branchs li{
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.box-branchs .menu-footer.menu-branchs li .fa{

}
@media screen and (min-width: 992px){
  .box-branchs .menu-footer.menu-branchs{
    
  }
}
@media screen and (max-width: 991px){
  .box-branchs {
    margin-bottom: 15px;
  }
}

/* ==========================================================================================
  LANGUAGE DESKTOP + MOBILE
========================================================================================== */
.language {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.language .dropdown-menu{
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
  left: -4px;
  margin-top: 4px;
  min-width: 48px;
  text-align: left;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.176);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.176);
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 1002;
}
.language .caret {
  border-top: 4px solid #111;
}
.language .dropdown-toggle:after{
  vertical-align: 0.155em;
  border-top-color: #fff;
}
.language .dropdown-menu > li{
  display: block;
}
.language .dropdown-menu > li > a {
  line-height: 1;
  padding: 5px 10px;
  display: inline-block;
}
.language img{
  height: 16px;
}
.language .dropdown-menu > li:hover > a{
  background-color: transparent;
}
@media screen and (max-width: 991px){
  .mobile-header .language{
    right: 15px;
    z-index: 1005;
    top: 27px;
  }
  .language .caret{
    border-top-color: #777;
  }
}
.lang-mobile{
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0,0,0,.05); /* .2 */
  line-height: 1 !important;
  text-align: center;
  margin-bottom: 5px;
}
.lang-mobile a{
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
.lang-mobile a img{
  height: 25px;
}

/* ==========================================================================================
  TOP HEADER
========================================================================================== */
.top-header{
  z-index: 1000;
  background-color: #2374bd;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.top-container{
  padding-top: 5px;
  padding-bottom: 5px;
}
.nav-top{
  display: inline-block;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.nav-top li{
  display: inline-block;
  margin-right: 15px;
  color: #fff;
  font-size: 13px;
  line-height: 21px;
}
.nav-top li a{
  color: #fff;
}
.nav-top li a .fa{
  margin-right: 5px;
}
.nav-top.nav-social li{
  margin-right: 0;
}
.nav-top.nav-social a{
  display: inline-block;
}
.nav-top.nav-social li.icon-social .fa{
  display: inline-block;
  width: 30px;
  text-align: center;
  margin-right: 0;
  font-size: 15px;
}
.badget{
	background-color: #009149;
	border-radius: 3px;
	padding: 3px 8px;
	color: #fff;
}
@media (max-width:991px) {
	.top-header{
		background-color: #3b3d4a;
	}
}
@media (max-width:767px) {
	.top-header{
		display: none;
	}
	.w-m-100{
		width: 100%;
	}
	.nav-top-m{
		text-align: center;
		width: 100%;		
	}
}


/* ==========================================================================================
  ALO PHONE
========================================================================================== */
.alo-phone{
  position:fixed;
  visibility:hidden;
  background-color:transparent;
  width:100px;
  height:100px;
  cursor:pointer;
  z-index:20 !important;
  -webkit-backface-visibility:hidden;
  -webkit-transform:translateZ(0);
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s; 
  right:0;
  top:0;
  left: auto;
  bottom: -14px;
  margin: auto;
  opacity: 0;
}
@media screen and (max-width: 767px){
	.alo-phone{
		left: 0;
		top: auto;
		right: auto;
	}
}
.alo-phone.alo-show.show-active{
  visibility:visible;
  opacity: 1;
}
.alo-phone:hover{opacity:1}
.alo-ph-circle{
  width: 100px;
  height: 100px;
  top: 0px;
  left: 0px;
  position:absolute;background-color:transparent;-webkit-border-radius:100%;
  -moz-border-radius:100%;
  border-radius:100%;
  border:2px solid rgba(30,30,30,0.4);
  border:2px solid #bfebfc 9;
  opacity:.1;
  -webkit-animation:alo-circle-anim 1.2s infinite ease-in-out;
  -moz-animation:alo-circle-anim 1.2s infinite ease-in-out;
  -ms-animation:alo-circle-anim 1.2s infinite ease-in-out;
  -o-animation:alo-circle-anim 1.2s infinite ease-in-out;
  animation:alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
  -webkit-transform-origin:50% 50%;
  -moz-transform-origin:50% 50%;
  -ms-transform-origin:50% 50%;
  -o-transform-origin:50% 50%;
  transform-origin:50% 50%
}
.alo-phone:hover .alo-ph-circle{border-color:#00aff2;opacity:.5}
.alo-phone.alo-green:hover .alo-ph-circle{
  border-color:#75eb50;
  border-color:#baf5a7 9;
  opacity:.5
}
.alo-phone.alo-green .alo-ph-circle{border-color:#F20000;border-color:#bfebfc 9;opacity:.5}
.alo-phone.alo-gray:hover .alo-ph-circle{
  border-color:#ccc;opacity:.5
}
.alo-phone.alo-gray .alo-ph-circle{border-color:#75eb50;opacity:.5}
.alo-ph-circle-fill{
  width: 80px;
  height: 80px;
  top: 10px;
  left: 10px;
  position:absolute;background-color:#000;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  border-radius:100%;
  border:2px solid transparent;opacity:.1;
  -webkit-animation:alo-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation:alo-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation:alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation:alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation:alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
  -webkit-transform-origin:50% 50%;
  -moz-transform-origin:50% 50%;
  -ms-transform-origin:50% 50%;
  -o-transform-origin:50% 50%;
  transform-origin:50% 50%
}
.alo-phone.alo-active .alo-ph-circle-fill{
  -webkit-animation:alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation:alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation:alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation:alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation:alo-circle-fill-anim 1.7s infinite ease-in-out !important
}
.alo-phone.alo-static .alo-ph-circle-fill{
  -webkit-animation:alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation:alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation:alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation:alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation:alo-circle-fill-anim 2.3s infinite ease-in-out !important;opacity:0 !important
}
.alo-phone:hover .alo-ph-circle-fill{
  background-color:rgba(0,175,242,0.5);
  background-color:#00aff2 9;opacity:.75 !important
}
.alo-phone.alo-green:hover .alo-ph-circle-fill{
  background-color:rgba(117,235,80,0.5);
  background-color:#baf5a7 9;opacity:.75 !important
}
.alo-phone.alo-green .alo-ph-circle-fill{
  background-color:rgba(242, 223, 0, 0.85);
  background-color:#a6e3fa 9;
  opacity:.75 !important
}
.alo-phone.alo-gray:hover .alo-ph-circle-fill{
  background-color:rgba(204,204,204,0.5);
  background-color:#ccc 9;opacity:.75 !important
}
.alo-phone.alo-gray .alo-ph-circle-fill{
  background-color:rgba(117,235,80,0.5);
  opacity:.75 !important
}
.alo-ph-img-circle{
  width: 50px;
  height: 50px;
  top: 25px;
  left: 25px;
  position:absolute;
  background:rgba(30,30,30,0.1) url("images/icon-phone.png") no-repeat center center;
  -webkit-background-size: 30px 30px; 
  background-size: 30px 30px; 
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  border-radius:100%;
  border:2px solid transparent;
  opacity:.7;
  -webkit-animation:alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation:alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation:alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation:alo-circle-img-anim 1s infinite ease-in-out;
  animation:alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin:50% 50%;
  -moz-transform-origin:50% 50%;
  -ms-transform-origin:50% 50%;
  -o-transform-origin:50% 50%;
  transform-origin:50% 50%
}
.alo-phone.alo-active .alo-ph-img-circle{
  -webkit-animation:alo-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation:alo-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation:alo-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation:alo-circle-img-anim 1s infinite ease-in-out !important;
  animation:alo-circle-img-anim 1s infinite ease-in-out !important
}
.alo-phone.alo-static .alo-ph-img-circle{
  -webkit-animation:alo-circle-img-anim 0s infinite ease-in-out !important;
  -moz-animation:alo-circle-img-anim 0s infinite ease-in-out !important;
  -ms-animation:alo-circle-img-anim 0s infinite ease-in-out !important;
  -o-animation:alo-circle-img-anim 0s infinite ease-in-out !important;
  animation:alo-circle-img-anim 0s infinite ease-in-out !important
}
.alo-phone:hover .alo-ph-img-circle{
  background-color:#00aff2
}
.alo-phone.alo-green:hover .alo-ph-img-circle{
  background-color:#75eb50;
}
.alo-phone.alo-green .alo-ph-img-circle{
  background-color:#F20000
}
.alo-phone.alo-gray:hover .alo-ph-img-circle{
  background-color:#ccc
}
.alo-phone.alo-gray .alo-ph-img-circle{
  background-color:#75eb50
}

/** alo-ph-circle */
@-moz-keyframes alo-circle-anim{
  0%{-moz-transform:rotate(0) scale(.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}
  30%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}
  100%{-moz-transform:rotate(0) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}
}
@-webkit-keyframes alo-circle-anim{
  0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}
  30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}
  100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}
}
@-o-keyframes alo-circle-anim{
  0%{-o-transform:rotate(0) kscale(.5) skew(1deg);-o-opacity:.1}
  30%{-o-transform:rotate(0) scale(.7) skew(1deg);-o-opacity:.5}
  100%{-o-transform:rotate(0) scale(1) skew(1deg);-o-opacity:.1}
}
@keyframes alo-circle-anim{
  0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}
  30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}
  100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}
}

/** alo-ph-circle-fill */
@-moz-keyframes alo-circle-fill-anim{
  0%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
  50%{-moz-transform:rotate(0) -moz-scale(1) skew(1deg);opacity:.2}
  100%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
@-webkit-keyframes alo-circle-fill-anim{
  0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
  50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.2}
  100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
@-o-keyframes alo-circle-fill-anim{
  0%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
  50%{-o-transform:rotate(0) scale(1) skew(1deg);opacity:.2}
  100%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
@keyframes alo-circle-fill-anim{
  0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
  50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}
  100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}

/** alo-ph-img-circle */
@-moz-keyframes alo-circle-img-anim{
  0%{transform:rotate(0) scale(1) skew(1deg)}
  10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}
  20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}
  30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}
  40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}
  50%{-moz-transform:rotate(0) scale(1) skew(1deg)}
  100%{-moz-transform:rotate(0) scale(1) skew(1deg)}
}
@-webkit-keyframes alo-circle-img-anim{
  0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
  10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
  20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
  30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
  40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
  50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
  100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
}
@-o-keyframes alo-circle-img-anim{
  0%{-o-transform:rotate(0) scale(1) skew(1deg)}
  10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}
  20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}
  30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}
  40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}
  50%{-o-transform:rotate(0) scale(1) skew(1deg)}
  100%{-o-transform:rotate(0) scale(1) skew(1deg)}
}
@keyframes alo-circle-img-anim{
  0%{transform:rotate(0) scale(1) skew(1deg)}
  10%{transform:rotate(-25deg) scale(1) skew(1deg)}
  20%{transform:rotate(25deg) scale(1) skew(1deg)}
  30%{transform:rotate(-25deg) scale(1) skew(1deg)}
  40%{transform:rotate(25deg) scale(1) skew(1deg)}
  50%{transform:rotate(0) scale(1) skew(1deg)}
  100%{transform:rotate(0) scale(1) skew(1deg)}
}

/* ==========================================================================================
  ERROR - 404 PAGE
========================================================================================== */
.error-area{
	padding: 160px 0 50px;
}
.error-content h2 {
    line-height: 0.8;
    color: #0094f7;
	font-weight: 700;
}
.error-content h2 span {
    position: relative;
}
.error-content h2 span:after {
    position: absolute;
    content: '';
    -webkit-background-size: contain;	
    background-size: contain;	
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	background-color: transparent;
	background-position: center;
	background-repeat: repeat;
}
.error-content span.error-para {
    display: block;
    font-size: 70px;
    color: #0094f7;
	margin-bottom: 15px;
}
.error-content a {
    margin-top: 50px;
}
@media screen and (min-width:992px){
	.error-content h2 {
	    font-size: 350px;
	}	
}
@media screen and (min-width:768px) and (max-width:991px){
	.error-content h2 {
	    font-size: 280px;
	}	
}
@media screen and (min-width:576px) and (max-width:767px){
	.error-content h2 {
	    font-size: 190px;
	}	
	.error-content span.error-para{
		font-size: 30px;
	}
}
@media screen and (max-width:575px){
	.error-content h2 {
	    font-size: 100px;
	}		
	.error-content span.error-para{
		font-size: 25px;
	}
}

/* ==========================================================================================
  NEWSLETTER
========================================================================================== */
.newsletter-box .form-control {
    padding-right: 45px;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    border: 1px solid #e5e8ed;
    font-size: 14px;
}
.newsletter-box .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    border: none;
    border-radius: 0;
    padding: 0;
}

/* ==========================================================================================
  BANER RIGHT
========================================================================================== */
.adv-right{
  margin-bottom: 30px;
}
div > .adv-right:last-child{
  margin-bottom: 0;
}
.adv-right img{
  width: 100%;
}

/* ==========================================================================================
  ORDER BANNER
========================================================================================== */
.popup_bottom{
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	position: fixed;
	bottom: 0px;
	z-index: 1001;
	margin: 0px auto;
	display: block;
	right: 0;
}
.popup_bottom img {
    max-height: auto !important;
    width: 100% !important;
}
body #popupContact {
	z-index: 9999;	
}
#popupContact img{
	max-height: auto !important;
    width: 100% !important;
	border: 5px solid #000;	
}
#popupContactClose{
	right: -13px !important;
	top: -11px !important;
	border-radius: 50%;background-color: #f00 !important;
}
#box_content #popupContact{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
@media screen and (max-width:767px){
	#box_content #popupContact{
		max-width: -webkit-calc(100% - 30px) !important;		
		max-width: -moz-calc(100% - 30px) !important;		
		max-width: calc(100% - 30px) !important;		
		max-height: 200px !important;
	}
}

/* ==========================================================================================
  Coming soon page / .comming-soon-page
========================================================================================== */
.comming-soon-page {
    background: #ddd url('img/coming-soon.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
}
.comming-soon-page:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 1;
}
.comming-content-area {
    height: 100vh;
    position: relative;
    z-index: 2;
}
.comming-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.comming-content h2 {
    color: #0094f7;
    font-size: 80px;
    margin-bottom: 10px;
	text-transform: uppercase;
}
.comming-content p {
    color: #fff;
    margin-bottom: 15px;
}
.comming-content a {
    margin-top: 35px;
    margin-right: 15px;
}
body.comingsoon-page {
  padding-top: 0 !important;
}

/* ==========================================================================================
  NEWS AREA
========================================================================================== */
.post-item{
  margin-bottom: 30px;
}
.post-item .post-item-description{
  overflow: hidden;
}
.post-item figure{
  margin-bottom: 0;
	background-color: #f1f1f1;
}
.post-item h3{
  font-size: 22px;
  line-height: 23px;
  margin-bottom: 16px;
  color: #444;
  font-weight: 500;
}
.post-item h3 a{
  color: inherit;
}
.post-item h3:hover a{
  color: #009149;
}
.post-item p{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #777;
}
.post-item .item-link{
  color: #777;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

/**/
.post-item-2{
	margin-bottom: 30px;
}
.post-item-2 .pro-box figure{
	border: 1px solid rgba(0,145,73,.8);
}
.post-item-2 .pro-box h3{
	background-color: #009149;
}

@media (min-width:992px) {
  .post-item{
    padding-right: 30px;
  }
}
@media (min-width:768px) {
  .post-item figure{
    float: left;
    margin-right: 30px;
  }
  .post-item figure{
    width: 250px;
  }
}
@media (min-width:576px) and (max-width:767px) {
  .post-item figure{
    float: left;
    margin-right: 15px;
  }
  .post-item figure{
    width: 180px;
  }
}
@media (max-width:575px){
	.post-item-2 .pro-box figure{
		padding-top: 0;
	}	
	.post-item-2 .pro-box figure img{
		position: relative;
	}
}

.widget{
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.sidebar .widget:last-child{
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget h2{
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #2374bd;
}
.widget .list{
  padding-left: 0;
  list-style: none;
}
.widget .list-cate li{
  	display: block;
	/* text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden; */
	line-height: 22px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #f1f1f1;
	padding-left: 17px;
	position: relative;
}
.widget .list-cate li:before{
	content: "-";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #444;
	font-weight: bold;
}
.widget .list li a{
  color: #444;
  font-size: 14px;
}
.widget .list li.active a{
  color: #009149;
}


/* ==========================================================================================
  NEWS DETAIL
========================================================================================== */
.title-page{
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  color: #2374bd;
}
.title-page-xl{
  font-size: 45px;
  font-weight: 700;
}
.detail-box p{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}
.detail-box img{
  max-width: 100%;
}
.detail-box a{
	color: #007bff;
}
.list-recent .item-recent{
  border-bottom: 1px solid #f7f9fb;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  clear: both;
}
.list-recent .item-recent:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.item-recent figure{
  float: left;
  width: 70px;
  margin-right: 10px;
  margin-bottom: 0;
}
.item-recent .post-recent-intro h3{
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  color: #565656;
}
.item-recent .post-recent-intro h3 a{
  color: inherit;
}
.item-recent .post-recent-intro h3:hover a{
  color: #009149;
}
.item-recent .post-recent-intro .item-link{
  color: #777;
  font-size: 12px;
  letter-spacing: 1px;
}
@media (min-width:992px) {
  .detail-box{
    padding-right: 30px;
  }
}
@media (max-width:767px) {
  .title-page{
    font-size: 20px;
  }
  .detail-box img{
    max-width: 100%;
    height: auto !important;
    width: auto !important;
  }
  .content-wrapper{
	margin-bottom: 30px;
  }
}


/* ==========================================================================================
  ABOUT SECTION - HOMEPAGE
========================================================================================== */
.about-section{
  
}
.about-section.bg-section .title-section a{
  color: black ;
}
/*.about-section.bg-section .content-art{
  color: #fff;
}*/
.bg-temp-about{
  padding-left: 0;
  padding-right: 0;
}
.bg-temp-about img{
  width: 100%;
}
.content-art{
  font-size: 16px;
 
}
@media screen and (min-width:992px){
  
}
@media screen and (max-width:991px){
  .content-art{
    margin-bottom: 30px;
  }
}
@media screen and (max-width:767px){
  
}

/* ==========================================================================================
  SECTION-PRODUCT
========================================================================================== */
@media screen and (min-width: 768px){
  .section-product-slide{
    z-index: 2;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
  	padding-bottom: 20px;
  	padding-top: 30px;
  }
}
@media screen and (max-width: 767px){
  .section-product-slide{
    padding-top: 30px;
    background-color: #eee;
    padding-bottom: 30px;
  }
	.pro-box h3{
		background-color: rgba(0,0,0,.8);
	}  
	.pro-box{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 575px){
  .section-product-slide{
    padding-top: 15px;
    padding-bottom: 1px;
  }
}

.pro-box{
  position: relative;	
}
.pro-box figure{
  position: relative;	
	margin-bottom: 0;
	padding-top: 70%;
	overflow: hidden;
	border: 2px solid rgba(255,255,255,.8);	
	background-color: rgba(255,255,255,.4);
}
.pro-box figure img{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;	
	z-index: 1;
	max-width: 99%;	
	max-height: 99%;
	width: auto !important;		
}
.pro-box figure a:before,
.pro-box figure a:after{
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
}
.pro-box figure a:before {
  opacity: 0.7;
  background: linear-gradient(to bottom, transparent 75%, transparent);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.pro-box figure a:after{
  opacity: 0;
  background: linear-gradient(to bottom, transparent 75%, rgba(0,145,73,.8));
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}
.pro-box:hover figure a:before {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity .4s;
}
.pro-box:hover figure a:after {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity .3s;
}
.pro-box figure img{
  /* width: 100%; */
}

.pro-box h3{
  /* 
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: 3;
  width: 100%;
   */
  padding: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
	min-height: 32px;
	margin-bottom: 0;
}
.pro_slide .pro-box h3{
	height: 36px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  	background-color: rgba(0,145,73,.8);
}
.pro-box h3 a{
  color: inherit;
}

.pro_slide .owl-nav .owl-prev,
.pro_slide .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 0;
  background-color: rgba(0,145,73,.6);
  background-image: none;
  opacity: 0;
  visibility: hidden;

  -webkit-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.pro_slide:hover .owl-nav .owl-prev,
.pro_slide:hover .owl-nav .owl-next,
.pro_slide:focus .owl-nav .owl-prev,
.pro_slide:focus .owl-nav .owl-next{
  opacity: 1;
  visibility: visible;
}

.pro_slide .owl-nav .owl-prev {
  left: 0;
}
.pro_slide .owl-nav .owl-next {
  right: 0;
}
.pro_slide .owl-nav .owl-prev::before {
    content: "\f104";
    font-size: 26px;
    font-family: "FontAwesome";
    color: #fff;
}
.pro_slide .owl-nav .owl-next::before {
    content: "\f105";
    font-size: 26px;
    font-family: "FontAwesome";
    color: #fff;
}

/* ==========================================================================================
  SERVICES-BOX
========================================================================================== */
.service-box figure{
	position: relative;
	padding-top: 75%;
	overflow: hidden;
	background-color: #f1f1f1;
}
.service-box img{
  position: absolute;
	left: 0;
	top: 0;	
	width: 100%;
	z-index: 1;
}
.service-box h3{
  font-size: 18px;
  font-weight: 700;
  padding-top: 10px;
	line-height: 1.5;
	color: #009149;
}
.service-box h3 a{
	color: #2374bd;
}

.service-box .intro{
  color: #555;
  font-size: 14px;
}
@media (min-width:992px) {
  .service-box h3{
    min-height: 64px;
  }
}
@media (max-width:991px) {
  .service-box{
    margin-bottom: 40px;
  }
}
@media (max-width:767px) {
  .service-box{
    text-align: center;
  }
}

/* ==========================================================================================
  HEADER LOGO STYLE 2
========================================================================================== */
.logo_wrapper .logo-main{
	padding-bottom: 5px;
	padding-top: 5px;
}
.logo_wrapper .logo-main img{
	height: 100px;	
}
.logo_wrapper .logo-iso{
	text-align: right;
}
.logo_wrapper .logo-iso img{
	height: 80px;
}
.search_main{
	position: relative;
}
.search_main input.show-search{
	padding-right: 60px;
}
.search_main input.show-search:hover,
.search_main input.show-search:focus{
	border: 1px solid #f1f1f1;	
}
.search_main button{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	background-color: #2374bd;
	color: #fff;
	border-radius: 0;
	padding: 9px 20px;
	border: 1px solid transparent;	
	box-shadow: none;
}
.search_main button:hover,
.search_main button:focus{
	background-color: #fff;
	color: #009149;
	border: 1px solid #009149;
}
.nav-menu{
	background-color: #2374bd;
}
@media (min-width:992px) {
	.nav-menu .navbar-nav > li:first-child > .nav-link{
		padding-left: 0;
	}	
	.nav-menu .navbar-nav > li:last-child > .nav-link{
		padding-right: 0;
	}	
	.nav-menu .navbar-nav > li:first-child > .nav-link:before{
		left: 0;
	}
	.navbar-expand-lg .navbar-collapse{
		position: relative;
	}
	.search_mobile{
		position: absolute;
		left: 33.333333%;
		top: -59px;
	}	
}
@media (max-width:991px) {	
	.language .dropdown-toggle:after{
		border-top-color: #525252;
	}
	.nav-menu .navbar-nav .nav-link{
		color: #444;
	}
	.navbar-fixed-top.nav-menu .navbar-nav .nav-link.active, 
	.navbar-fixed-top.nav-menu .navbar-nav .nav-link:hover,
	.navbar-fixed-top.nav-menu .navbar-nav li:hover .nav-link{
		color: #009149;
	}
	.m-dropdown.sub-dropdown > .m-dropdown-menu > .m-dropdown.sub-dropdown > .m-dropdown-toggle{
		right: -15px;
	}
	.search_mobile{
		margin-top: 15px;
	}	
}

/* ==========================================================================================
  SEARCH PAGE
========================================================================================== */
.text-search{
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}

/* ==========================================================================================
  PARTNER
========================================================================================== */
.box-client{
	height: 120px;
	position: relative;
	border: 1px solid #f1f1f1;
}
.box-client img{
    max-height: -webkit-calc(100% - 10px) !important;
    max-height: calc(100% - 10px) !important;	
    max-width: -webkit-calc(100% - 10px) !important;
    max-width: calc(100% - 10px) !important;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.partner-slider .owl-nav .owl-prev,
.partner-slider .owl-nav .owl-next{
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 0;
    background-image: rgba(0,145,73,.9);
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center !important;
	align-items: center !important;
	display: -ms-flexbox;
	display: flex;
	
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-in 0s;
	-ms-transition: all 0.4s ease-in 0s;
	transition: all 0.4s ease-in 0s;	
}
.partner-slider .owl-nav .owl-prev:before,
.partner-slider .owl-nav .owl-next:before{
    font-size: 20px;
    font-family: "FontAwesome";
    color: #fff;	
}
.partner-slider .owl-nav .owl-prev{
    left: 0;
    background-image: linear-gradient(to right, rgba(0,145,73,.7), rgba(0,145,73,0));
}
.partner-slider .owl-nav .owl-next{
  	right: 0;
    background-image: linear-gradient(to left, rgba(0,145,73,.7), rgba(0,145,73,0));	
}
.partner-slider .owl-nav .owl-prev:before{
    content: "\f104";	
}
.partner-slider .owl-nav .owl-next:before{
  content: "\f105";
}
.partner-slider:hover .owl-nav .owl-prev,
.partner-slider:hover .owl-nav .owl-next,
.partner-slider:focus .owl-nav .owl-prev,
.partner-slider:focus .owl-nav .owl-next{
	opacity: 1;
	visibility: visible;	
}

/* ==========================================================================================
  CAROUSEL VERTICAL
========================================================================================== */
.vert .carousel-item{
	overflow: hidden;
	border: 2px solid rgba(255,255,255,.8);	
	background-color: rgba(0,0,0,.5);
	text-align: center;
	padding: 5px;
}
.vert .carousel-item img{
	width: auto !important;
}
.vert .carousel-item span{
	width: 100%;
	color: #fff;
	padding: 10px;
  	font-size: 13px;
	font-weight: 500;
	display: block;		
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  	background-color: rgba(0,145,73,.8);
	margin-top: 5px;
}
@media screen and (min-width:768px){
	.section-product-slide.slide-vert{
		width: 374px;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.vert .carousel-item-next.carousel-item-left,
	.vert .carousel-item-prev.carousel-item-right {
	   	-webkit-transform: translate3d(0, 0, 0);
	   	transform: translate3d(0, 0, 0);
	}
	
	.vert .carousel-item-next,
	.vert .active.carousel-item-right {
	   	-webkit-transform: translate3d(0, 100%, 0);
	   	transform: translate3d(0, 100% 0);
	}
	
	.vert .carousel-item-prev,
	.vert .active.carousel-item-left {
		-webkit-transform: translate3d(0,-100%, 0);
	    transform: translate3d(0,-100%, 0);
	}
	.vert .carousel-control-prev{
		-webkit-transform: rotate(90deg);	
		transform: rotate(90deg);	
		left: 0;
		right: 0;		
		bottom: auto;
		top: 0;
		margin: auto;
	}
	.vert .carousel-control-next{
		-webkit-transform: rotate(90deg);	
		transform: rotate(90deg);	
		left: 0;
		right: 0;		
		bottom: 0;
		top: auto;
		margin: auto;	
	}
	
	.section-product-slide.slide-vert{
		right: 0;
		left: auto;
		bottom: calc((100vh - 171px - 320px)/2)
	}	
	.vert .carousel-item img{
		height: 260px;
		width: auto !important;
	}
}
@media screen and (max-width:767px){
	.vert .carousel-item img{
		height: 300px;
		width: auto !important;
	}	
}
/************************/
.section-product-slide.slide-vert-swiper{
	padding-top: 0;
	padding-bottom: 0;
	bottom: 15px;
	left: auto;
	right: 15px;
}
.swiper-container{
	height: -webkit-calc(100vh - 171px - 30px);	
	height: calc(100vh - 171px - 30px);	
}
.swiper-wrapper,
.swiper-slide {
	height: -webkit-calc(100vh - 171px - 30px);	
	height: calc(100vh - 171px - 30px);	
}
.pro-box-2 h3{
	position: absolute;
	left: 2px;
	bottom: 2px;
	z-index: 3;
	width: -webkit-calc(100% - 4px);	
	width: calc(100% - 4px);	
	background-color: #2374bd;
}
.slide-vert-swiper .swiper-pagination-bullet{
	opacity: .5;
	width: 10px;
	height: 10px;
}
.slide-vert-swiper .swiper-pagination-bullet-active{
	background-color: #fff;
	opacity: 1;	
}
@media screen and (min-width:1200px){
	.section-product-slide.slide-vert-swiper{
		width: 200px;
	}
	.swiper-container{
		width: 200px;
	}
	.swiper-wrapper,
	.swiper-slide {
		width: 200px;
	}
	.pro-box-2{
		height: 100%;		
	}	
	.pro-box-2 figure{
		height: 100%;
		padding-top: 0;	
	}	
}
@media screen and (min-width:992px) and (max-width:1199px){
	.section-product-slide.slide-vert-swiper{
		width: 150px;
	}
	.swiper-container{
		width: 150px;
	}
	.swiper-wrapper,
	.swiper-slide {
		width: 150px;
	}
	.pro-box-2{
		height: 100%;
	}	
	.pro-box-2 figure{
		height: 100%;	
		padding-top: 0;			
	}	
}
@media screen and (min-width:768px) and (max-width:991px){
	.swiper-container{
		height: -webkit-calc(500px - 30px);	
		height: calc(500px - 30px);	
	}
	.swiper-wrapper,
	.swiper-slide {
		height: -webkit-calc(500px - 30px);	
		height: calc(500px - 30px);			
	}	
	.section-product-slide.slide-vert-swiper{
		width: 170px;
	}
	.swiper-container{
		width: 170px;
	}
	.swiper-wrapper,
	.swiper-slide {
		width: 170px;
	}
	.pro-box-2{
		height: 100%;
	}	
	.pro-box-2 figure{
		height: 100%;
		padding-top: 0;			
	}	
}
@media screen and (max-width:767px){
	.swiper-container{
		height: -webkit-calc(100vh/2);	
		height: calc(100vh/2);	
	}
	.swiper-wrapper,
	.swiper-slide {
		height: -webkit-calc(500px - 30px);	
		height: calc(500px - 30px);			
	}	
	.section-product-slide.slide-vert-swiper{
		width: 100%;
		padding: 30px 15px;
	}
	.swiper-container{
		width: 100%;
	}
	.swiper-wrapper,
	.swiper-slide {
		width: 100%;
	}
	.slide-vert-swiper .swiper-pagination-bullet-active{
		background-color: #009149;
	}
	.pro-box-2{
		height: 100%;
	}	
	.pro-box-2 figure{
		height: 100%;
		padding-top: 0;			
	}	
}

/* ==========================================================================================
  icon email
========================================================================================== */
.icon-email{
  position: fixed;
  right: 100px;
  bottom: 23px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
@media screen and (max-width: 767px){
  .icon-email{
    bottom: 15px;
    right: auto;
  	left: 115px;
  }
  .icon-email span{
	width: 36px;
	line-height: 33px;
	height: 36px;
  	font-size: 17px;
  }
}
.icon-email span{
  text-align: center;
  width: 50px;
  line-height: 44px;
  height: 50px;
  background-color: #009149;
  border-radius: 200px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.25rem;
  display: block;
  -webkit-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;	
}
.icon-email:hover span{
  background-color: #fff;
  color: #009149;
  border: 1px solid #009149;
}
/*************************************************************************************
*
* color: #009149;
* rgb: rgba(0,145,73,.9);
*
*************************************************************************************/






























/* ==========================================================================================
  DISPLAY TABLE - DISPLAY TABLE CELL
========================================================================================== */
.display-table{
  display: table;
  width: 100%;
}
.display-table .display-table-cell{
  display: table-cell;
}

/* ==========================================================================================
  OVERWRITE .panel TO .cart [Bootstrap 4.1.3]
========================================================================================== */
.card-group > .card{
  border-radius: 0;
  margin-bottom: 15px;
}
.card-group {
  -ms-flex-flow: column;
  flex-flow: column;
}
.card-header{
  border-bottom: 0;
}
.card-header .card-title{
  margin-bottom: 0;
}
.card-group .card-header + .card-collapse .card-body{
  border-top: 1px solid #e7e7e7;
}
.card-group > .card + .card{
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}
.card-body{
  padding: 15px;
}

/*********************************************************************
**
**  DEFINE BOOTSTRAP
**
**  push - col md lg
**  pull - col md lg
**
**********************************************************************/
@media (min-width:768px) {
    .pull-md-0 {
        right: auto
    }
    .pull-md-1 {
        right: 8.333333%
    }
    .pull-md-2 {
        right: 16.666667%
    }
    .pull-md-3 {
        right: 25%
    }
    .pull-md-4 {
        right: 33.333333%
    }
    .pull-md-5 {
        right: 41.666667%
    }
    .pull-md-6 {
        right: 50%
    }
    .pull-md-7 {
        right: 58.333333%
    }
    .pull-md-8 {
        right: 66.666667%
    }
    .pull-md-9 {
        right: 75%
    }
    .pull-md-10 {
        right: 83.333333%
    }
    .pull-md-11 {
        right: 91.666667%
    }
    .pull-md-12 {
        right: 100%
    }
    .push-md-0 {
        left: auto
    }
    .push-md-1 {
        left: 8.333333%
    }
    .push-md-2 {
        left: 16.666667%
    }
    .push-md-3 {
        left: 25%
    }
    .push-md-4 {
        left: 33.333333%
    }
    .push-md-5 {
        left: 41.666667%
    }
    .push-md-6 {
        left: 50%
    }
    .push-md-7 {
        left: 58.333333%
    }
    .push-md-8 {
        left: 66.666667%
    }
    .push-md-9 {
        left: 75%
    }
    .push-md-10 {
        left: 83.333333%
    }
    .push-md-11 {
        left: 91.666667%
    }
    .push-md-12 {
        left: 100%
    }
}

@media (min-width:992px) {
    .pull-lg-0 {
        right: auto
    }
    .pull-lg-1 {
        right: 8.333333%
    }
    .pull-lg-2 {
        right: 16.666667%
    }
    .pull-lg-3 {
        right: 25%
    }
    .pull-lg-4 {
        right: 33.333333%
    }
    .pull-lg-5 {
        right: 41.666667%
    }
    .pull-lg-6 {
        right: 50%
    }
    .pull-lg-7 {
        right: 58.333333%
    }
    .pull-lg-8 {
        right: 66.666667%
    }
    .pull-lg-9 {
        right: 75%
    }
    .pull-lg-10 {
        right: 83.333333%
    }
    .pull-lg-11 {
        right: 91.666667%
    }
    .pull-lg-12 {
        right: 100%
    }
    .push-lg-0 {
        left: auto
    }
    .push-lg-1 {
        left: 8.333333%
    }
    .push-lg-2 {
        left: 16.666667%
    }
    .push-lg-3 {
        left: 25%
    }
    .push-lg-4 {
        left: 33.333333%
    }
    .push-lg-5 {
        left: 41.666667%
    }
    .push-lg-6 {
        left: 50%
    }
    .push-lg-7 {
        left: 58.333333%
    }
    .push-lg-8 {
        left: 66.666667%
    }
    .push-lg-9 {
        left: 75%
    }
    .push-lg-10 {
        left: 83.333333%
    }
    .push-lg-11 {
        left: 91.666667%
    }
    .push-lg-12 {
        left: 100%
    }
}

/* ==========================================================================================
  CUSTOM FONTS
========================================================================================== */
/* ==========================================================================================
  OVERWRITE BOOTSTRAP
========================================================================================== */
/* ==========================================================================================
  CUSTOM CSS
========================================================================================== */
/* ==========================================================================================
  SCROLL TOP
========================================================================================== */
/* ==========================================================================================
  NAV MENU
========================================================================================== */
/* ==========================================================================================
  NAV SCROLL
========================================================================================== */
/* ==========================================================================================
  TOGGLE BUTTON
========================================================================================== */
/* ==========================================================================================
  SLIDER BANNER
========================================================================================== */
/* ==========================================================================================
  SLIDER BANNER - NON TEXT
========================================================================================== */
/* ==========================================================================================
  FOOTER
========================================================================================== */
/* ==========================================================================================
  COPYRIGHT
========================================================================================== */
/* ==========================================================================================
  PAGE TITLE
========================================================================================== */
/* ==========================================================================================
  PATH WAY
========================================================================================== */
/* ==========================================================================================
  PAGINATION
========================================================================================== */
/* ==========================================================================================
  404 PAGE
========================================================================================== */
/* ==========================================================================================
  COMING SOON PAGE
========================================================================================== */
/* ==========================================================================================
  CONTACT FORM
========================================================================================== */
/* ==========================================================================================
  LANGUAGE DESKTOP + MOBILE
========================================================================================== */
/* ==========================================================================================
  TOP HEADER
========================================================================================== */
/* ==========================================================================================
  ALO PHONE
========================================================================================== */
/* ==========================================================================================
  ERROR - 404 PAGE
========================================================================================== */
/* ==========================================================================================
  NEWSLETTER
========================================================================================== */
/* ==========================================================================================
  BANER RIGHT
========================================================================================== */
/* ==========================================================================================
  ORDER BANNER
========================================================================================== */
/* ==========================================================================================
  Coming soon page / .comming-soon-page
========================================================================================== */
/* ==========================================================================================
  NEWS AREA
========================================================================================== */
/* ==========================================================================================
  NEWS DETAIL
========================================================================================== */
/* ==========================================================================================
  ABOUT SECTION - HOMEPAGE
========================================================================================== */
/* ==========================================================================================
  SECTION-PRODUCT
========================================================================================== */
/* ==========================================================================================
  SERVICES-BOX
========================================================================================== */
/* ==========================================================================================
  HEADER LOGO STYLE 2
========================================================================================== */
/* ==========================================================================================
  SEARCH PAGE
========================================================================================== */
/* ==========================================================================================
  PARTNER
========================================================================================== */
/* ==========================================================================================
  CAROUSEL VERTICAL
========================================================================================== */
/* ==========================================================================================
  icon email
========================================================================================== */






/* ==========================================================================================
  DISPLAY TABLE - DISPLAY TABLE CELL
========================================================================================== */
/* ==========================================================================================
  OVERWRITE .panel TO .cart [Bootstrap 4.1.3]
========================================================================================== */
/* ==========================================================================================
  DEFINE BOOTSTRAP
========================================================================================== */