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

/* ==========================================================================================
  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;
}
.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: 500;
  text-transform: uppercase;
  border: none;
}
.btn:focus,
.form-control:focus,
button:focus{
  box-shadow: none !important;
}
.form-control{
	border-radius: 0;
}
input[disabled="disabled"],
.form-control:disabled,
.form-control[readonly]{
  background-color: #ccc;
  cursor: no-drop;
}
.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;
}
.news-area .content a {
    color: red;
}
@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%;
  }
}

/* ==========================================================================================
  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
**
**  row-78
**
**  row
**  margin-left: -7px;
**  margin-right: -8px;
**
**  coll
**  padding-left: 7px;
**  padding-right: 8px;
**
**  row-0
**
**  row
**  margin-left: 0;
**  margin-right: 0;
**
**  coll
**  padding-left: 0;
**  padding-right: 0;
**
**********************************************************************/
.row-78{
  margin-left: -7px !important;
  margin-right: -8px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-78 > div{
  padding-left: 7px !important;
  padding-right: 8px !important;
}
.row-0{
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-0 > div{
  padding-left: 0 !important;
  padding-right: 0 !important;
}


/* ==========================================================================================
  CUSTOM CSS
========================================================================================== */
.padding-section {
  padding: 70px 0 40px;
}
.padding-section-1{
  padding: 50px 0 35px;
}
.padding-section-2{
  padding: 40px 0 25px;
}
.padding-section-3{
  padding: 30px 0 15px;
}
@media screen and (min-width: 992px) and (max-width: 1199px){
 .padding-section {
    padding: 60px 0 35px;
  }
  .padding-section-1{
    padding: 45px 0;
  } 
  .padding-section-2{
    padding: 35px 0;
  }
  .padding-section-3{
    padding: 25px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
 .padding-section {
    padding: 50px 0 30px;
  } 
  .padding-section-1{
    padding: 40px 0;
  } 
  .padding-section-2{
    padding: 30px 0;
  }
  .padding-section-3{
    padding: 25px 0;
  }
}
@media (max-width: 767px){
 .padding-section {
    padding: 50px 0 30px;
  } 
  .padding-section-1{
    padding: 30px 0;
  } 
  .padding-section-2{
    padding: 20px 0;
  }
  .padding-section-3{
    padding: 15px 0;
  }
	.cate_description {
		overflow: auto;
		max-height: 400px;
	}
} 
.container-large {
  max-width: 1440px;
}
.mt-15{
  min-height: 1px;
  margin-top: 15px !important;
}
.mt-20{
  min-height: 1px;
  margin-top: 20px !important;
}
.mt-30{
  min-height: 1px;
  margin-top: 30px !important;
}
.mt-50{
  min-height: 1px;
  margin-top: 50px !important;
}
.mb-10{
  min-height: 1px;
  margin-bottom: 10px !important;
}
.mb-15{
  min-height: 1px;
  margin-bottom: 15px !important;
}
.mb-20{
  min-height: 1px;
  margin-bottom: 20px !important;
}
.mb-30{
  min-height: 1px;
  margin-bottom: 30px !important;
}
.mb-40{
  min-height: 1px;
  margin-bottom: 30px !important;
}
.mb-50{
  min-height: 1px;
  margin-bottom: 30px !important;
}
.line-height-22{
  line-height: 22px !important;
}
.pt-15{
  padding-top: 15px !important;
}
.pt-25{
  padding-top: 25px !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;
}
.mr-10{
  margin-right: 10px;
}
.b-15{
  bottom: 15px;
}
.t-15{
  top: 15px;
}
.r-15{
  right: 15px;
}
.l-15{
  left: 15px;
}
.fs-24{
  font-size: 24px !important;
}
.bg-f7{
  background-color: #F7F7F7;
}
.bg-f1{
  background-color: #F1F1F1;
}
.bg-fff{
  background-color: #fff;
}
select.select-field{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-image: url('images/icon-dropdown-3.png') !important;
  background-position: center right 8px !important;
  background-repeat: no-repeat;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #727272 !important;
  font-size: 14px;
}
.border-top-1{
  border-top: 1px solid #898989;
}
.border-bottom-1{
  border-bottom: 1px solid #eef3f6;
}
@media (min-width:768px) {
  .md-mg-0{
    margin: 0 !important;
  }
}
@media (min-width:992px) {
  .minheight-window{
    min-height: -webkit-calc(100vh - 70px);
    min-height: calc(100vh - 70px);
  }
}
.position-relative{
  position: relative;
}
.position-absolute{
  position: absolute;
}
.height-100{
  height: 100%;
}
.width-100{
  width: 100%;
}
.bc-transparent{
  border-color: transparent !important;
}
.text-white a{
  color: #fff !important;
}
.bg-temp{
  background-position: center;
  background-size: cover,contain;
  background-repeat: no-repeat;
}
.color-theme{
  color: #8dc642 !important;
}
.btn-theme{
  background-color: #8dc642;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 20px;
}
.btn-theme:hover,
.btn-theme:focus{
  background-color: #fff;
  color: #8dc642;
  border: 1px solid #8dc642;
}
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;
}
.text-middle-left {
  -ms-flex-pack: left !important;
  justify-content: left !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.text-middle-right {
  -ms-flex-pack: right !important;
  justify-content: right !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.text-bottom-left{
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.scale-img{
  position: relative;
  overflow: hidden;
}
.scale-img img{
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.scale-img:hover img{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.badget {
  background-color: #555;
  border-radius: 3px;
  padding: 3px 8px;
  color: #fff;
}

body.cke_editable{
  padding-top: 0 !important;
}
@media (min-width: 992px){
  body {
    padding-top: 123px;
  }
}
@media (max-width: 991px){
  body {
    padding-top: 60px;
  } 
}

/* ==========================================================================================
  SCROLL TOP
========================================================================================== */
body {
  position: relative;
}
.scrollTop {
  opacity: 0;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9999;
  
  -webkit-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;  
}
.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: #8dc642;
  border-color: #8dc642;
  color: #fff;
}

/* ==========================================================================================
  NAV MENU
========================================================================================== */
.nav-menu{
  z-index: 1001;
  position: absolute;
  background-color: #fff;
  top: 36px;
  left: 0;
  right: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
}
.nav-menu a {
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
}
.nav-menu .navbar-nav .nav-link {
  color: #343433;
  font-size: 15px;
  font-weight: 700;
  padding: 0 12px;
  position: relative;
  line-height: 87px;
  text-transform: uppercase;
}
.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: 22px;
  left: 12px;
}
.nav-menu .navbar-nav li:hover .nav-link:before,
.nav-menu .navbar-nav .nav-link.active:before {
  width: 50%;
  background-color: #ff0000;
}
.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 .nav-link:hover{
  color: #ff0000;
}
@media screen and (max-width: 991px){
  .nav-menu .navbar-nav li:hover .nav-link:before, 
  .nav-menu .navbar-nav .nav-link.active:before{
    background-color: transparent !important;
  }
}

/* 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: 13px;
  color: #323232;
  text-transform: capitalize;
  margin: 0;
  display: block;
  position: relative;
  left: 0;
  padding: 8px 0;
  font-weight: 400;
  line-height: 1.42857143 !important;
}
.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: 100%;
    left: 0;
    z-index: 50;
    width: auto;
    box-shadow: 0 8px 20px -8px rgba(84,84,120,.26);
    min-width: 200px;
  }
  .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: #000;
    text-decoration: none;
  }
  .m-dropdown-multilevel .m-dropdown-menu > li a.active {
    color: #27ad5f;
  }
  .m-dropdown-multilevel .m-dropdown-menu ul {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 50;
    min-width: 220px;
    width: auto;
    box-shadow: 0 8px 20px -8px rgba(84,84,120,.26);
  }
  .m-dropdown-multilevel .m-dropdown-menu > li > ul {
    position: absolute;
    top: -6px;
    left: 100%;
  }
  .m-dropdown-multilevel > .m-dropdown-menu > li > ul > li > ul{
  left: auto;
    right: 100%;
    box-shadow: 0 8px 20px -8px rgba(84,84,120,.9);
  }
  .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: #27ad5f;
  }
  .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: 75px;
    -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;
  }
  .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 (min-width: 768px) and (max-width: 991px){
  
}
@media screen and (max-width: 991px){
  .navbar-brand img{
    height: 50px;
  }
  .container .navbar-toggler-icon{
    line-height: 1.5em;
    color: #aaa;
  }
  .navbar-toggler{
    border: 1px solid #aaa;
    padding: 0;
  }
  .navbar-collapse{
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .nav-menu{
    /*background-image: linear-gradient(to right, #0020dd, #27ad5f);*/
  }
  .nav-menu .navbar-nav li,
  .nav-menu .navbar-nav .nav-link{
    line-height: 40px;
  }
  .nav-menu .navbar-nav > li{
    border-bottom: 1px solid #eee;
  }
  .nav-menu .navbar-nav .nav-link::before{
    bottom: 7px;
    left: 0;
  }
  .nav-menu .navbar-nav {
    margin-top: 10px;
    padding: 5px 0 15px;
     /*max-height: 70vh;*/
    height: -webkit-calc(100vh - 60px);
    height: -moz-calc(100vh - 60px);
    height: calc(100vh - 60px);
    overflow-y: auto;
    border-top: 1px solid #eee;
  }
  .nav-menu .navbar-nav li {
    width: 100%;
  }
  .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: #808080;
    -webkit-box-shadow: none;   
    -moz-box-shadow: none;    
    box-shadow: none;  
    padding-left: 7px;
    padding-right: 7px;
  }
}

/* ==========================================================================================
  NAV SCROLL
========================================================================================== */
/*.navbar-fixed-top .nav-menu .navbar-nav .nav-link.active,*/
.navbar-fixed-top .nav-menu .navbar-nav .nav-link:hover{
  color: #fff;
}
.navbar-fixed-top .nav-menu .navbar-nav .btn-white.nav-link-btn {

}
.navbar-fixed-top .nav-menu .navbar-nav .nav-link:before {

}
.navbar-fixed-top .nav-menu .navbar-brand img{
  max-height: 75px;
}
.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;
  } 
  .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: rgba(0,0,0,0.8); */
    top: 0;
    position: fixed;
  } 
  .navbar-fixed-top .top-header{
    background-color: #3c3e4b;
  }
  .navbar-fixed-top .nav-menu .navbar-nav .nav-link {
    /* color: #fff; */
  }
}
@media screen and (max-width: 991px){

  .navbar-fixed-top .nav-menu{
    background-color: rgba(0,0,0,1);
    -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;    
  } 
  .navbar-fixed-top .m-dropdown .m-dropdown-toggle,
  .m-dropdown-multilevel .m-dropdown-menu li a  {
    color: #343433;
  }
  .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:hover,
  .m-dropdown-multilevel .m-dropdown-menu li a.active{
    color: #8dc642;
  }

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

/* ==========================================================================================
  LOGO
========================================================================================== */
.nav-menu .navbar-brand{
  position: relative;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  transition: all .6s ease 0s;
  margin-right: 0;  
}
.nav-menu .navbar-brand img{
  /* visibility: hidden;
  opacity: 0; */
}
@media screen and (min-width: 992px){
  .nav-menu .navbar-brand img{
    /*position: absolute;
    top: 5px;
    left: 0;*/
  }
}
.nav-menu .navbar-brand img.logo_main{
  /* visibility: visible;
  opacity: 1; */ 
}
.navbar-fixed-top .nav-menu .navbar-brand img{
  /* visibility: visible;
  opacity: 1; */
}
.navbar-fixed-top .nav-menu .navbar-brand img.logo_main{
  /*visibility: hidden;
  opacity: 0; */
}
@media screen and (min-width: 992px){
  .nav-menu .navbar-brand{
    height: 85px;
  }
  .navbar-fixed-top .nav-menu .navbar-brand{
    height: 85px;
  }
}
@media screen and (max-width: 991px){
  .nav-menu{
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;    
    top: 0;
    /* padding-top: 22px; */
  }
  .navbar-fixed-top .nav-menu{
    background-color: #27ad5f;
    padding-top: 0;   
  }
  .nav-menu .navbar-brand{
    height: 60px;
  } 
  .nav-menu .navbar-brand img{
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;    
  }
  .nav-menu.nav-menu-open{
    background-color: #fff;
  } 
}

/* ==========================================================================================
  TOGGLE BUTTON
========================================================================================== */
.navbar-fixed-top-toggle .nav-menu{
  background-color: #27ad5f;
  -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;
  /*background-image: linear-gradient(to right, #27ad5f, #0020dd);*/
  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;
}
.navbar-fixed-top-toggle .nav-menu .navbar-brand img{
  visibility: visible;
  opacity: 1;
}
.navbar-fixed-top-toggle .nav-menu .navbar-brand img.logo_main{
  visibility: hidden;
  opacity: 0; 
}
@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: #27ad5f;
  }
}

/* ==========================================================================================
  BANER RIGHT
========================================================================================== */
.adv-right{
  margin-bottom: 30px;
}
.adv-right img{
}

/* ==========================================================================================
  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;
  }
}
/* ==========================================================================================
  SLIDER BANNER
========================================================================================== */
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 - 119px);
  height: -moz-calc(100vh - 119px);
  height: calc(100vh - 119px);
  max-height: 667px;
}
.slider-wrapper .item:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(24,185,208,.1);
}
.slider-wrapper .item .container{
  position: relative;
}
.slider-wrapper .slider-text {
  position: absolute;
  left: 0;
  top: 25vh;
  z-index: 99;
  width: 80%;
}
.slider-wrapper .slider-text h4 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0,0,0,.4);
  position: relative;
}
.slider-wrapper .slider-text h4:after{
  /*content: '';
  clear: both;
  width: 85px;
  display: block;
  border-bottom: 3px solid #27ad5f;
  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: 991px){
  section.slider-section,
  .page-title-section {
  }
  section.slider-section.non-video{
    height: -webkit-calc(100% - 119px);
    height: calc(100% - 119px);
  }
}
@media (max-width: 991px){
  section.slider-section {
  }
  section.slider-section.non-video{
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
  }
  .slider-wrapper .item{
    /* height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px); */
    height: 50vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .slider-wrapper .slider-text{
    top: 35vh;
  }
  .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 .slider-text{
    top: 35vh;
  }
  .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 .slider-text{
    top: 35vh;
    left: 15px;
    width: calc(100% - 30px);
  }
  .slider-wrapper .slider-text h4{
    font-size: 25px;
  }
  .slider-wrapper .slider-text h5 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

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

/* ==========================================================================================
  HEADER 2 
========================================================================================== */
.header_2 .nav-menu{
  background-color: #fff;
}
.header_2 .top-header .top-container{
  
}
.header_2 .nav-menu .navbar-nav .nav-link.active, 
.header_2 .nav-menu .navbar-nav .nav-link:hover{
  color: #8dc642;
}
.header_2 .nav-menu .navbar-nav li:hover .nav-link:before, 
.header_2 .nav-menu .navbar-nav .nav-link.active:before{
  background-color: transparent;
}
.header_2 .nav-menu .navbar-nav .nav-link{
  font-size: 16px;
  /*font-weight: 400;
  text-transform: none;*/
}
.header_2 .btn-search-menu{
  color: #fff;
}
.header_2 .nav-menu .navbar-brand{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.header_2 .nav-top.nav-social .icon-social{
  /*border-left: 1px solid #3b4d5d;*/
}
.header_2 .nav-top.nav-social > .icon-social:last-child{
  /*border-right: 1px solid #3b4d5d;*/
}
.header_2 .nav-top.nav-social li.icon-social{
  line-height: 33px;
  padding-left: 1px;
  padding-right: 1px;
}
.header_2 .nav-menu .navbar-brand img{
  max-height: 75px;
}
@media (max-width:991px) {
  .header_2 .nav-menu .navbar-brand img{
    max-width: 210px;
    max-height: auto !important;
    height: auto !important;
    max-height: 50px;
  }
}

/* ==========================================================================================
  TOP HEADER
========================================================================================== */
.top-header{
  z-index: 1002;
  background-color: #669900;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.top-container{
  padding-top: 1px;
  padding-bottom: 1px;
}
.nav-top{
  display: inline-block;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #fff;
}
.nav-top li{
  display: inline-block;
  margin-right: 15px;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
}
.nav-top a{
  color: #fff;
}
.nav-top a:hover{
  color: #8dc642;
}
.nav-top li a .fa{
  margin-right: 5px;
}
.nav-top.nav-social{
  
}
.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: #555;
    border-radius: 3px;
    padding: 3px 8px;
    color: #fff;
}

/* ==========================================================================================
  PAGE TITLE
========================================================================================== */
.page-title-section {
  padding: 160px 0 70px;
  position: relative;
  overflow: hidden;
	-webkit-background-size: cover,contain;	
	-moz-background-size: cover,contain;	
	background-size: cover,contain;
	background-position: center;
}
.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;
  font-size: 30px;
  text-align: center;
  font-weight: 500;
}
.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: #fff;
}

@media(min-width: 992px) {
  .page-title.page-title-2 h1 {
      float: left;
  }
  .page-title-section .breadcrumb{
    min-height: 60px;
    padding-top: 18px;
  }
  .page-title-section .page-title-2 .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: 90px 0 70px;
  }
}

.page-title-section-5{
  padding-top: 167px;
  padding-bottom: 80px;
}
@media(max-width: 991px) {
  .page-title-section-5{
  padding-top: 80px;
    padding-bottom: 50px;
  }
}


/* ==========================================================================================
  PATH WAY
========================================================================================== */
.path-way-wrapper {
  background-color: #f5f5f5;
}
.path-way-wrapper .breadcrumb{
  margin-bottom: 0;
  padding: 10px 0;  
  background-color: transparent;
}
.path-way-wrapper .breadcrumb li{
  margin-right: 5px;
  text-transform: uppercase;
  color: #909aa2;
  font-weight: 700;
  font-size: 14px;
  font-family: "Source Sans Pro";
}
.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: #8dc642;
}
.path-way-wrapper .breadcrumb a:HOVER{
  color: #8dc642 !important;
}
.path-way-wrapper .breadcrumb > li + li::before{
  content: "\f105";
  font-family: "FontAwesome";
  color: #909aa2;
  margin-right: 5px;
}
@media screen and (min-width:992px){
  .path-way-wrapper{
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width:767px){
  .path-way-wrapper{
  }
}
@media screen and (max-width:767px){
  .path-way-wrapper .breadcrumb a{
    font-size: 10px;
  } 
}

/* ==========================================================================================
  LANGUAGE DESKTOP + MOBILE
========================================================================================== */
.language {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.language .dropdown-menu{
  background-color: #fff;
  border-color: #ddd;
  left: -4px;
  margin-top: 12px;
  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;
}
.language .caret {
  border-top: 4px solid #111;
}
.language .dropdown-toggle:after{
  vertical-align: 0.155em;
  border-top-color: #111;
}
.language .dropdown-menu > li{
  display: block;
  line-height: 1.42857143;
}
.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;
  }
  .language .dropdown-toggle:after{
     border-top-color: #111; 
  }
}
.lang-mobile{
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,.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;
}

/* ==========================================================================================
  LANGUAGE DROP
========================================================================================== */
.lang-drop.language{
  margin-right: 0;
}
.lang-drop-2 .dropdown-toggle a{
  color: #fff;
  font-size: 11px;
}
.lang-drop-2 img{
  margin-right: 5px;
  vertical-align: bottom;
}
.lang-drop.language .dropdown-menu{
  font-size: 11px;
}
@media screen and (max-width: 991px){
  .lang-drop.language .dropdown-menu{
    top: 22px !important;
  }
}

/* ==========================================================================================
  PAGINATION
========================================================================================== */
.pagination{
  margin-top: 20px;
}
.pagination .page-link{
  padding: 12px 18px;
  color: #525252;
}
.pagination li a:focus{
  box-shadow: none;
}
.pagination .page-item.active .page-link{
  background-color: #8dc642;
  border-color: #8dc642;
}

/* ==========================================================================================
  404 PAGE
========================================================================================== */
.error-area{
  padding: 60px 0 50px;
}
.error-content h2 {
    line-height: 0.8;
    color: #8dc642;
  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: #8dc642;
  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;
  }
}

/* ==========================================================================================
  COMING SOON PAGE
========================================================================================== */
body.coming-soon{
  padding-top: 0 !important;
}
.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: #8dc642;
  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;
}

/* ==========================================================================================
  ICON FONE
========================================================================================== */
.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;
}

.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)}
}

@media screen and (min-width: 992px){
  .alo-phone.alo-show.show-active{
    /* visibility: hidden;
    opacity: 0;  */
  }
}
@media screen and (max-width: 767px){
  .alo-phone{
    left: 0;
    top: auto;
    right: auto;
  }
}

/* ==========================================================================================
  HEADER 5
========================================================================================== */
.nav-menu.nav-menu-5 .search-icon-mobile .btn-search-menu{
  color: #fff;
}
@media (min-width: 992px){
	.nav-menu.nav-menu-5 .navbar-nav > li.btn-moigioi > a:before{
		border: 1px solid rgba(255,255,255,.5);
		content: "";
		width: 100%;
		position: absolute;
		z-index: 1;
		top: 8px;
		left: 0;
		height: 34px;
	}	
  .nav-menu.nav-menu-5{
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  
    -webkit-transition: background 0s ease-in 0s;
    -ms-transition: background 0s ease-in 0s;
    transition: background 0s ease-in 0s;  
  	
    border-bottom: 1px solid rgba(255,255,255,.25);
  }
  .nav-menu.nav-menu-5 .navbar-nav .nav-link.active,
  .nav-menu.nav-menu-5 .navbar-nav .nav-link:hover{
    /* color: #fff; */
  }
  .nav-menu.nav-menu-5 .navbar-nav li:hover .nav-link::before,
  .nav-menu.nav-menu-5 .navbar-nav .nav-link.active::before{
    /* background-color: transparent; */
  }
	.navbar-fixed-top .nav-menu.nav-menu-5 .navbar-nav > li.btn-moigioi > a:before{
		/* border: 1px solid rgba(0,0,0,.5); */
	}  
	.navbar-fixed-top .nav-menu.nav-menu-5 .navbar-nav > li.btn-moigioi > a:hover:before,
	.navbar-fixed-top .nav-menu.nav-menu-5 .navbar-nav > li.btn-moigioi > a.active:before{
		border-color: #8dc642;
	}	
  .navbar-fixed-top .nav-menu.nav-menu-5{
    -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: #464d52;  	
  }
  .navbar-fixed-top .nav-menu.nav-menu-5 .navbar-nav .nav-link.active,
  .navbar-fixed-top .nav-menu.nav-menu-5 .navbar-nav .nav-link:hover{
   color: #8dc642;
  }
  .navbar-fixed-top .nav-menu.nav-menu-5 .navbar-nav li:hover .nav-link::before,
  .navbar-fixed-top .nav-menu.nav-menu-5 .navbar-nav .nav-link.active::before{
    /* background-color: #f00; */
  }
}
@media (max-width: 991px){
	.nav-menu.nav-menu-5 .search-icon-mobile .btn-search-menu{
	  /* color: #aaa; */
	}
	.btn-moigioi{
	 	background-color: #8dc642;
		padding-left: 15px;
	}
	.btn-moigioi a{
		color: #fff !important;
	}
}
/* ==========================================================================================
  NAV NO BANNER
========================================================================================== */
@media screen and (min-width: 992px){
	.navbar-fixed-top-no-banner .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: #fff;
	}
	.navbar-fixed-top-no-banner .nav-menu .navbar-nav .nav-link	{
		/*color: #fff;*/
	}
	.navbar-fixed-top-no-banner .nav-menu.nav-menu-5 .navbar-nav .nav-link.active,
	.navbar-fixed-top-no-banner .nav-menu.nav-menu-5 .navbar-nav .nav-link:hover{
	  	color: #8dc642;
	}
	.navbar-fixed-top-no-banner .nav-menu.nav-menu-5 .navbar-nav > li.btn-moigioi > a:before{
		/* border: 1px solid rgba(0,0,0,.5); */
	}	
	.navbar-fixed-top-no-banner .nav-menu.nav-menu-5 .navbar-nav > li.btn-moigioi > a:hover:before{
		border-color: #8dc642;
	}	
	.navbar-fixed-top-no-banner .nav-menu.nav-menu-5 .btn-search-menu{
	  	color: #fff;
	}
	.navbar-fixed-top-no-banner.navbar-fixed-top .nav-menu .navbar-nav .nav-link	{
		/*color: #fff;*/
	}
	.navbar-fixed-top-no-banner.navbar-fixed-top .nav-menu.nav-menu-5 .navbar-nav .nav-link.active,
	.navbar-fixed-top-no-banner.navbar-fixed-top .nav-menu.nav-menu-5 .navbar-nav .nav-link:hover{
		color: #8dc642;
	}
	.navbar-fixed-top-no-banner.navbar-fixed-top .nav-menu.nav-menu-5 .btn-search-menu{
	  	color: #fff;
	}	
}

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

/* ==========================================================================================
  NAV SOCIAL FOOTER
========================================================================================== */
footer .navbar-social{
  display: inline-block;
}
.navbar-social{
  list-style: none;
  padding-left: 0;
  padding-top: 5px;
}
.navbar-social li{
  display: inline-block;
  margin-right: 10px;
}
.navbar-social li a{
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: transparent;
  color: #fff;
  text-align: center;
  line-height: 35px;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  border: 1px solid #fff;
}
.navbar-social li a:hover,
.navbar-social li a:focus{
  background-color: #8dc642;
  color: #fff;
  -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);
}
.navbar-social.navbar-social-2{
  margin-bottom: 0;
}
.navbar-social.navbar-social-2 li{
  margin-bottom: 0;
}
.navbar-social.navbar-social-2 li a{
  border-color: transparent;
  width: auto;
  height: auto;
  background-color: transparent !important;
  font-size: 20px;
  line-height: inherit;
  color: #808080;
  border-radius: 0;
  box-shadow: none;
}
.navbar-social.navbar-social-2 li a:hover{
  color: #8dc642;
}

/* ==========================================================================================
  TEXT BANNER
========================================================================================== */
.text-banner{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.text-banner h2{
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px){
  .text-banner h2{
    margin-bottom: 40px;
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .text-banner h2{
    font-size: 26px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px){
  .text-banner h2{
    font-size: 26px;
  }
}

/* ==========================================================================================
  SECTION
========================================================================================== */
@media screen and (min-width: 992px){
  body > .padding-section:nth-child(2n){
    background-color: #f7f7f7;
  }
  body > .padding-section:nth-child(2n+1){
    background-color: #fff;
  }
}
@media screen and (max-width: 991px){
  body > .padding-section:nth-child(2n){
    background-color: #fff;
  }
  body > .padding-section:nth-child(2n+1){
    background-color: #f7f7f7;
  }
}
.title-cate{
  color: #8dc642;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}
.line-cate{
  width: 100%;
}
.line-cate .line{
  position: relative;
  display: inline-block;
}
.line-cate .line.line-left{
  padding-left: 60px;
}
.line-cate .line.line-right{
  padding-right: 60px;
}
.line-cate .line.line-left:before{
  content: '';
  height: 1px;
  width: 50px;
  top: 7px;
  left: 0;
  position: absolute;
  background-color: #343433;
  opacity: .6;
}
.line-cate .line.line-right:after{
  content: '';
  height: 1px;
  width: 50px;
  top: 7px;
  right: 0;
  position: absolute;
  background-color: #343433;
  opacity: .6;
}
.title-section{
  color: #343433;
  font-size: 34px;
  font-weight: 700;
}
.content{
  color: #565656;
  font-size: 16px;
}
.line-height-17{
  line-height: 1.7;
}
@media screen and (min-width: 992px){
  .title-cate{
    /*margin-bottom: 20px;*/
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .title-cate{
    margin-bottom: 15px;
  }
  .title-section{
    font-size: 28px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px){
  .title-cate{
    margin-bottom: 15px;
  }
  .title-section{
    font-size: 24px;
  }
}
@media screen and (max-width: 767px){
  .title-cate{
    margin-bottom: 15px;
  }
  .title-section{
    font-size: 24px;
  }
}


/* ==========================================================================================
  SECTION - BACKGROUND
========================================================================================== */
.bg-section{
  position: relative;
}
.bg-section:before{
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .85;
  background-color: #8dc642;
}
.bg-section.bg-color-transparent:before{
  background-color: transparent;
}
.bg-section .title-cate,
.bg-section .title-section,
.bg-section .content,
.bg-section .intro {
  color: #fff;
}
.bg-section .line-cate .line.line-left:before,
.bg-section .line-cate .line.line-right:after{
  background-color: #fff;
}
.bg-section .content{
  color: #fff;
}

/* ==========================================================================================
  LOGO SLIDE - logo-section
========================================================================================== */
.logo-section{
  margin-top: 30px;
}
.logo-section h3{
  font-size: 13px;
  color: rgba(86,86,86,.4);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
@media screen and (min-width: 992px)){
  .logo-section{
    margin-top: 50px;
  }
}

/* box logo*/
.box-logo{
  background-color: transparent;
  overflow: hidden;
}
@media (min-width:1200px) {
  .box-logo img{
    height: 80px;
  } 
}
@media (min-width:992px) and (max-width:1199px){
  .box-logo img{
    height: 70px;
  } 
}
@media (min-width:768px) and (max-width:991px){
  .box-logo img{
    height: 70px;
  } 
}
@media (min-width:576px) and (max-width:767px){
  .box-logo img{
    height: 70px;
  } 
}
@media (max-width:575px){
  .box-logo img{
    height: 70px;
  } 
}
.box-logo figure{
  margin-bottom: 0;
}
.box-logo img{
  width: auto !important; 
  height: auto !important;  
  max-width: 100% !important; 
  max-height: 100% !important;  
}

/* .bg-section */
.bg-section .logo-section h3{
  color: #fff;
}


/* ==========================================================================================
  WHYUS SECTION
========================================================================================== */
.box-whyus{
  margin-top: 20px;
}
.box-whyus figure{
  float: left;
	margin-right: 15px;
}
.box-whyus figure img{
  max-height: 30px;
}
.box-whyus .intro{
  overflow: hidden;
}
.box-whyus .intro h3{
  font-size: 16px;
  color: #343433;
  font-weight: 700;
	line-height: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .box-whyus .intro p{
    font-size: 14px;
  }
}
.bg-right{
  background-position: top right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px){
  .whyus-section.bg-right{
    background-image: none !important;
  }
}

/* ==========================================================================================
  TESTIMONIAL SECTION
========================================================================================== */
.box-testimonial{
  background-color: #fff;
  padding: 40px;
}
.box-testimonial .header-box{
  margin-top: 25px;
}
.box-testimonial .header-box figure{
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
.box-testimonial .header-box .intro{
 width: 100%;
}
.box-testimonial .header-box .intro h3{
  color: #343433;
  font-size: 18px;
  font-weight: 700;
}
.box-testimonial:hover .header-box .intro h3{
  color: #8dc642;
}
.box-testimonial .header-box .intro .addr{
  font-style: italic;
  color: #363636;
  font-size: 14px;
}
.box-testimonial .body-box{
  font-size: 16px;
  color: #565656;
  line-height: 1.6;
}

.slider-testimonial .owl-dots {
  position: absolute;
  bottom: -30px;
  z-index: 99;
  width: -webkit-calc(100vw - 30px);
  width: -moz-calc(100vw - 30px);
  width: calc(100vw - 30px);
  text-align: center;
}
.slider-testimonial .owl-dot {
  display: inline-block;
}
.slider-testimonial .owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 5px 7px;
  background-color: #ddd;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 0px;
  border-radius: 50%; 
}
.slider-testimonial .owl-theme .owl-dots .owl-dot.active span, 
.slider-testimonial .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #808080 !important;
}

/* .bg-section */
.bg-section .slider-testimonial .owl-theme .owl-dots .owl-dot.active span, 
.bg-section .slider-testimonial .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ddd !important;
}

.slider-testimonial{
  max-width: 740px;
  margin: 0 auto;
}
.box-testimonial .body-box .icon-quote{
  font-size: 30px;
  color: #8dc642;
  margin-bottom: 15px;
}
@media(max-width: 991px){
  .box-testimonial{
    
  }
}
@media(max-width: 767px){
  .box-testimonial{
    padding: 25px;
  }
}
@media(max-width: 575px){
  .box-testimonial{
    padding: 15px;
  }
}

.slider-testimonial .owl-nav .owl-prev,
.slider-testimonial .owl-nav .owl-next{
  position: absolute;
  top: -webkit-calc(50% - 25px);
  top: calc(50% - 25px);
  right: -100px;
  width: 50px;
  height: 50px;
  line-height: 47px;
  background-color: #8dc642;
  font-size: 0;
  border-radius: 50%;
}
.slider-testimonial .owl-nav .owl-prev{
  right: auto;
  left: -100px;
}
.slider-testimonial .owl-nav .owl-next{
  content: "\f105";
}
.slider-testimonial .owl-nav .owl-prev:before,
.slider-testimonial .owl-nav .owl-next:before{
  font-family: "FontAwesome";
  font-size: 28px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  text-align: center;
}
.slider-testimonial .owl-nav .owl-prev:before{
  content: "\f104";
}
.slider-testimonial .owl-nav .owl-next:before{
  content: "\f105";
}

/* ==========================================================================================
  NEWS SECTION
========================================================================================== */
.news-box-6{
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.news-box-6 h6{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  min-height: 48px;
}
.news-box-6 .news-content{
  padding: 15px 30px 0;
  color: #5c727d;
  padding-bottom: 50px;
  position: relative;
  border: 1px solid #eee;
}
.news-box-6 .img{
  position: relative;
}
.news-box-6 .img:after{
  height: 4px;
  background-color: #8dc642;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.news-box-6:hover .img:after{
  height: 0;
}
.news-box-6 .date{
  line-height: 1.65em;
  font-size: 13px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 1;
  color: #808080;
	font-style: italic;
  /* text-shadow: 1px 1px 1px rgba(0,0,0,.8); */
}
.news-box-6 .more{
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #8dc642;
  font-weight: 700;
  font-size: 12px;
}
.news-box-6 .news-content .intro{
  font-size: 14px;
}
@media screen and (min-width: 992px){
  .news-box-6 .news-content{
    min-height: 255px;
  }
}
@media screen and (max-width: 991px){
  .news-box-6 .news-content{
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-box-6 .date{
    left: 15px;
  }
}
@media screen and (max-width: 768px){
  .news-box-6{
    margin-bottom: 15px;
  }
}

/* ==========================================================================================
  FOOTER
========================================================================================== */
.border-soc{
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
}
.border-soc-alt{
  border-bottom: 1px solid rgba(0,0,0, 0.1);
  margin-bottom: 15px;
}
.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: #8dc642;
}
.menu-footer.menu-branchs{
  font-size: 13px;
}
.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: #fff;
}
.menu-footer.menu-branchs li .fa{
  position: absolute;
  top: 9px;
  left: 0;
  width: 15px;
  text-align: center;
  color: #8dc642;
}
.menu-footer.menu-branchs li .fa{
  position: absolute;
  top: 9px;
  left: 0;
  width: 15px;
  text-align: center;
  color: #8dc642;
}
@media(max-width: 575px){
  
}
.logo-footer img{
  max-height: 50px; 
}
.footer-area {
    padding-top: 50px;
    padding-bottom: 45px;
    color: #fff;
}
.footer-area a{
  color: #fff;
}
.title-footer{
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}

.bg-footer{
  background: 50% 0% no-repeat;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-color: #252C30;
  background-color: var(--black);
}

/* ==========================================================================================
  FOOTER - Style 1
========================================================================================== */
.footer-area-1{
  background-color: #252c30;
}
.footer-area-1 a{
  color: #fff;
}
.footer-area-1 .title-footer{
  color: #fff;
}
.footer-area-1 .box-company{
  line-height: 28px;
}
@media (min-width:576px) {
  .footer-area-1 .logo-footer{
    height: 100%;
    -ms-flex-pack: left !important;
    justify-content: left !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media (max-width:575px) {
  .footer-area-1 .logo-footer{
    text-align: center;
    width: 100%;
  }
}
@media (min-width:768px) {
  .social-align{
    text-align: right;
  }
}
.text-social{
  line-height: 35px;
  padding-right: 30px;
  position: relative;
  margin-top: -10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-right: 40px;
}
.text-social:after{
  position: absolute;
  z-index: 1;
  width: 15px;
  height: 2px;
  border: 1px solid #fff;
  right: 0;
  top: 6px;
  content: "";
}


/* ==========================================================================================
  SERVICES PAGE
========================================================================================== */
.box-left-menu{
  border-radius: 5px;
  /*border: 1px solid #eee;*/
  background-color: #f4f7f1;
  padding-top: 40px;
  padding-bottom: 15px;
}
.list-menu-left{
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.list-menu-left li{
  position: relative;
  padding: 15px 30px;
}
.list-menu-left > li:last-child{
  border-color: transparent;
}
.list-menu-left li a{
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: #343433;
  font-weight: 700;
  font-size: 15px;
  display: block;
}
.list-menu-left li a:after{
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 15px;
  content: "\f105";
  font-family: "FontAwesome";
}
.list-menu-left li > a:hover,
.list-menu-left li.active > a{
  color: #8dc642;
}

.list-menu-left li:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  background-color: #eee;
  height: 1px;
}
.box-left-menu .newsletter-box,
.box-left-menu .line-cate{
  padding-left: 30px;
  padding-right: 30px;
}
@media(max-width: 767px){
  .box-left-menu{
    padding-top: 15px;
  }
  .list-menu-left li a:after{
    right: 15px;
  }
  .box-left-menu .newsletter-box,
  .box-left-menu .line-cate{
    padding-left: 15px;
    padding-right: 15px;
  }
  .list-menu-left li:after{
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}

/* ==========================================================================================
  FEATURE BOX
========================================================================================== */
.box-feature{
  position: relative;
  margin-bottom: 5px;
}
.box-feature figure{
  margin-bottom: 0;
}
.box-feature .feature-wrapper{
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  padding: 20px 20px 15px;
  background-color: #fff;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin: -60px auto 0;
  z-index: 1;
  position: relative;
}
.box-feature .feature-wrapper h2{
  font-size: 24px;
  font-weight: 700;
}

/* ==========================================================================================
  PRODUCT BOX
========================================================================================== */
.box-product{
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  background-color: rgba(245,248,242,.3);
}
.box-product:hover{
  -webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.11);
    box-shadow:0 10px 20px 0 rgba(0,0,0,.11);
}
.box-product img{
  width: 100%;
}
.box-product .intro{
  padding-left: 15px;
  padding-right: 15px;
}
.box-product h3{
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}
.box-product h3 a{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  white-space: normal;
  -webkit-box-orient: vertical;
  /* height: 58px; */

  color: #8dc642;
  line-height: 18px;
}
@media screen and (min-width: 1200px){
  .box-product img{
    height: 200px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .box-product img{
    height: 166px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .box-product img{
    height: 225px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px){
  .box-product img{
    height: 245px;
  }
}
@media screen and (max-width: 575px){
  .box-product img{
    height: 165px;
  }
}
@media(max-width: 767px){
  .box-product h3 a{
    height: auto;
  }
}
.box-product p{
  color: #525252;
  font-size: 14px;
  margin-bottom: 20px;
}
.box-product .price{
  font-size: 12px;
}
.box-product .price a{
  color: #525252;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
}
.over-show{
  -webkit-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(245,248,242,.666);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 5px solid #8dc642;
  border-radius: 3px;
}
.box-product:hover .over-show{
  opacity: 1;
  visibility: visible;
}

.opt-label{
  border-radius: 3px;
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 5px 3px;
  color: #fff;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}
.box-product .opt-label {
    position: absolute;
    z-index: 2;
    background-color: #8dc642;
}
@media(max-width: 767px){
  .box-product{
    background-color: #f4f7f1;
  }
}

/* ==========================================================================================
  VIDEO SECTION
========================================================================================== */
.video-wrapper iframe{
  max-width: 100% !important;
}
@media(max-width: 991px){
  .video-wrapper iframe{
    height: 400px !important;
  }
}
@media(max-width: 767px){
  .video-wrapper iframe{
    height: 280px !important;
  }
}
@media(max-width: 575px){
  .video-wrapper iframe{
    height: 200px !important;
  }
}

/* ==========================================================================================
  CONTACT SECTION
========================================================================================== */
.contact-box p{
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.contact-box .call-icon{
  font-size: 30px;
  font-weight: 700;
  padding-left: 70px;
  position: relative;
}
.contact-box .call-icon img{
  height: 60px;
  position: absolute;
  left: 0;
  top: -12px;
  z-index: 1;
}
@media(max-width: 991px){
  .contact-box{
    margin-bottom: 20px;
  }
}

/* ==========================================================================================
  SEARCH
========================================================================================== */
.form-search-main .form-control{
  padding-right: 60px;
  height: 30px;
  background-color: #eee;
  font-size: 12px;
  width: 300px;
}
.btn-search{
  background-color: #8dc642;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 15px;
}
.btn-search:hover,
.btn-search:focus{
  background-color: #fff;
  color: #8dc642;
  border: 1px solid #8dc642;
}
.form-search-main .btn-search{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

/* ==========================================================================================
  ABOUT
========================================================================================== */
.box-sr-one{
  margin-bottom: 30px;
}
.box-sr-one img{
  height: 70px;
}
.box-sr-one h3{
  font-size: 18px;
  line-height: 1.6;
  font-weight: 800;
}
.box-sr-one .intro{
  color: #777;
  font-size: 16px;
}
.box-rs{
  margin-bottom: 30px;
}
.box-rs h3{
  font-size: 36px;
  font-family: "Muli";
  font-weight: 700;
  margin-bottom: 30px;
}
.box-rs ul{
  list-style: none;
  padding-left: 0;
}
.box-rs ul li{
  padding-left: 30px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}
.box-rs ul li:before{
  font-family: "FontAwesome"; 
  content: "\f00c";
  color: #ffcc30;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
}
.box-rs figure{
  text-align: center;
}
.box-rs .intro{
  font-size: 16px;
  color: #444c59;
}
.box-sr-two{
  margin-bottom: 30px;
}
.box-sr-two figure{
  width: 100px;
  float: left;
}
.box-sr-two figure img{
  height: 60px;
}
.box-sr-two .intro{
  overflow: hidden;
}
.box-sr-two .intro h3{
  font-size: 18px;
  font-family: "Muli";
  font-weight: 700;
  color: #444c59; 
}
.box-sr-two .intro p{
  font-size: 16px;
  color: #777;
}
@media (min-width:1200px){
  .box-sr-one{
    padding-left: 30px;
    padding-right: 30px;
  } 
  .order-md-1 .box-rs.padding-rs{
    padding-right: 30px;
  } 
  .order-md-2 .box-rs.padding-rs{
    padding-left: 45px;   
  } 
  .content-art .title-section{
    margin-bottom: 50px;
  } 
}
@media (min-width:992px) and (max-width:1199px){
  .order-md-1 .box-rs.padding-rs{
    padding-right: 15px;
  } 
  .order-md-2 .box-rs.padding-rs{
    padding-left: 30px;   
  } 
  .content-art .title-section{
    margin-bottom: 40px;
  } 
}
@media (min-width:768px) and (max-width:991px){
  
}
@media (max-width:991px){
  .box-rs ul li{
    padding-left: 30px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  } 
  .box-rs h3{
    font-size: 24px;
    font-family: "Muli";
    font-weight: 700;
    margin-bottom: 15px;
  } 
  .box-sr-two{
    margin-bottom: 15px;
  }
}
@media (max-width:767px){
  .box-sr-two figure{
    width: 60px;
  } 
}


/* ==========================================================================================
  CONTACT PAGE
========================================================================================== */
.box-company.box-company-contact  .info {
    line-height: 28px;
}
.box-company.box-company-contact  img{
  max-height: 100px;
}
.box-company-contact{
  font-size: 16px;
}
.box-company-contact .menu-footer.menu-branchs li{
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.box-company-contact .menu-footer.menu-branchs li a{
  font-size: 16px;
}
.box-company-contact .menu-footer.menu-branchs li a:hover{
  color: inherit;
}
.box-company-contact .menu-footer.menu-branchs li .fa{
  font-size: 26px;
  top: 10px;
	width: 30px;
}
.box-company-contact .navbar-social li a{
  background-color: #fff;
  color: #8dc642;
  border-color: #8dc642;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}
.box-company-contact h3 {
    font-weight: 500;
    font-size: 19px;
    color: #525252;
}
.contact-form-1{
  background-color: #f5f8f2;
  padding: 50px 50px 30px 50px;
  border-radius: 3px;
}
.contact-form-1 .form-control{
  border-radius: 25px;
  padding-left: 25px;
}
.contact-form-1 input.form-control{
  height: 50px;
}
@media screen and (max-width: 575px){
  .contact-form-1{
    padding: 20px 20px 5px 20px;
  }
}
.contact-form-1 label.error{
  color: #88bd45;
  padding-left: 25px;
  margin-top: 5px;
}  

.security-code{
  position: relative;
}
.security-code .security-input{
  float: left;
  border-radius: 25px 0 0 25px;
  width: -webkit-calc(100% - 117px);
  width: calc(100% - 117px);
}
.security-code img{
  height: 50px;
  float: left;
}
@media screen and (max-width: 575px){
  .btn-contact{
    width: 100%;
  }
}
.btn-contact {
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    min-width: 170px;
    border-radius: 25px;
}

/* ==========================================================================================
  CONTENT PAGE
========================================================================================== */
.title-page{
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  font-family: "Muli";
}
.content {
    /* color: #777; */
    line-height: 1.6;
}

.detail-box-1{
  font-size: 14px;
  line-height: 1.5;
  color: #525252;
}
.sidebar-widget {
  margin-bottom: 40px;
  padding: 15px;
  background: #fff;
  border: 1px solid #eee;
  border-bottom: 4px solid #eee;
}
.widget-title{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.latest-post {
  margin: 0;
  padding: 0;
}
.latest-post li {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.latest-post li:not(:last-child) {
  padding: 0 0 18px 0;
  margin: 0 0 18px 0;
  border-bottom: 1px solid #e5e8ed;
}
.latest-post li:last-child {
  margin-bottom: 0;
}
.latest-post .lp-img {
  width: 80px;
  float: left;
}
.latest-post .lp-img img{
  max-width: 100%;
}
.latest-post .lp-text {
  padding-left: 10px;
  overflow: hidden;
}
.latest-post .lp-text h6 {
  display: inline-block;
  max-width: 100%;
  margin: 0 0 3px;
  color: #525252;
  font-weight: 700;
  line-height: 1.4;
  font-size: 13px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}
.latest-post .lp-text a {
  color: inherit;
}
.latest-post li:hover .lp-text a{
  color: #ffcc30;
}
.latest-post .date {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* ==========================================================================================
  NEWS-PAGE
========================================================================================== */
.news-box{
  margin-bottom: 30px;
}
@media screen and (max-width: 767px){
  .news-box{
    margin-bottom: 15px;
  }
}

/* ==========================================================================================
  NEWS-PAGE - Style 4
========================================================================================== */
.news-box-4{
  padding-bottom: 30px;
  border-bottom: 1px solid #f7f7f7;
  font-family: "Muli";  
  width: 100%;
}
@media screen and (min-width:1200px){
  .news-box-4{
    padding-right: 15px;
  } 
}
@media screen and (min-width:768px){
  .news-box-4 .img-box{
    width: 250px;
    float: left;
    margin-right: 30px;
    margin-bottom: 0;
  }   
}
.news-box-4 h3{
  margin-top: 0;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 500;
}
.news-box-4 h3 a{
  color: #444;
}
.news-box-4:hover h3 a{
  color: #fdc53c;
}
.news-box-4 .date{
  color: #808080;
  margin-bottom: 10px;
}
.news-box-4 .intro-news{
  color: #707070;
  font-size: 15px;
  overflow: hidden;
}
@media screen and (max-width:767px){
  .news-box-4{
    padding-bottom: 5px;
  }
  .news-box-4 h3{
    margin-top: 0;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 500;
  }  
}

/* ==========================================================================================
  PRODUCT DETAIL
========================================================================================== */
.product-slide .flexslider{
  margin-bottom: 15px;
  border: none;
}
.product-slide .flexslider-carousel .slides > li{
  border: 1px solid #eee;
}
.product-slide .flexslider-carousel .slides > li.flex-active-slide{
  border-color: #8dc642;
}
.product-slide .flex-direction-nav a::before{
  font-size: 26px;
  opacity: 0.6;
}

.product-info{
  font-size: 16px;
  color: #525252;
}
.product-info .code{
  color: #808080;
  font-size: 26px;
}
.box-desc{
  background-color: #f5f8f2;
  padding: 15px;
  font-size: 14px;
  line-height: 1.8;
}
.title-desc{
  font-size: 26px;
  font-weight: 700;
}
@media screen and (min-width: 992px){
  .product-info{
    padding-right: 50px;
    padding-left: 50px;
  }
  .box-desc{
    padding: 30px;
  }
}

/* ==========================================================================================
  SEARCH-MOBILE
========================================================================================== */
.icon-search{
  margin-right: 15px;
}
.icon-search .dropdown-toggle .fa{
  color: #525252;
}
.icon-search .dropdown-toggle::after{
  display: none;
}
.icon-search .dropdown-menu.search-mobile{
  width: 100vw;
  position: fixed;
  left: 0;
  top: 60px;
  margin-top: 0;
  border-radius: 0;
  border-color: #eee;
}
.icon-search .form-search-main .form-control{
  width: 100%;
}

/* ==========================================================================================
  Sub menu left
========================================================================================== */
.sub-list .sub-menu{
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 3;

  background-color: #fff;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  min-width: 200px;

  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
}
.sub-list:hover .sub-menu{
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.11);
    box-shadow:0 10px 20px 0 rgba(0,0,0,.11);
}
.sub-list:hover .sub-menu li:hover{
    background-color: #f4f7f1;
}
.list-menu-left li.sub-list li{
}
.list-menu-left li.sub-list li a::after{
  display: none;
}

/* ==========================================================================================
  map
========================================================================================== */
.map iframe{
	width: 100% !important;
	height: 400px !important;
}

















/*************************************************************************************
*
* color: #8dc642;
* color: #343433;
* rgb: rgba(,.9);
*
*************************************************************************************/

/* ==========================================================================================
  Icon-contact
========================================================================================== */
.icon-contact{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #145287;
  position: fixed;
  right: 100px;
  bottom: 25px;
  border: 1px solid transparent;
  padding: 10px;
  z-index: 2;
}
.icon-contact::before {
  content: "";
  background-color: #145287;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  left: 0;
  top: 0;
}

.icon-contact .icon-contact-slide{
  z-index: 2;
}
.icon-contact .icon-contact-slide .carousel-inner{
  width: 39px;
  height: 39px;
  line-height: 39px;
  border-radius: 50%;
  background-color: #fff;
}
.icon-contact .icon-contact-slide .carousel-item{
  color: #145287;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  line-height: 38px;
  transition-duration: .1s;
}
.icon-contact-dropdown{
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
}
.icon-contact-dropdown .click-icon-dropdown{
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0;
  opacity: 0;
  background-color: transparent;
}
.icon-contact-dropdown.show .click-icon-dropdown{
  background-color: #145287;
  -webkit-opacity: 1;
  opacity: 1;
  border-radius: 50%;
}
.icon-contact-dropdown.show .click-icon-dropdown:after{
  content: "\f00d";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  color: #fff;
  border: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
.icon-contact-dropdown .dropdown-menu{
  right: 0;
  bottom: 70px;
  top: auto !important;
  left: auto !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  border: 0;
  -webkit-box-shadow: 0 0 10px -1px rgba(0,0,0,.6);
  box-shadow: 0 0 10px -1px rgba(0,0,0,.6);
}
.icon-contact-dropdown .dropdown-menu:after{
  position: absolute;
  bottom: -7px;
  right: 25px;
  left: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid #FFF;
  border-left: 8px solid transparent;
  content: '';
}
.icon-contact-dropdown .dropdown-menu > .dropdown-item{
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}
.icon-contact-dropdown .dropdown-menu > .dropdown-item:last-child{
  margin-bottom: 0;
}
.icon-contact-show{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 39px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-right: 5px;
}
.icon-contact-show.icon-contact-phone{
  background-color: #be0000;
}
.icon-contact-show.icon-contact-email{
  background-color: #ff643a;
}
.icon-contact-show.icon-contact-facebook{
  background-color: #0470e5;
}

@media screen and (max-width: 767px){
  .icon-contact{
    right: auto;
    bottom: 25px;
    left: 25px;
  }
  .icon-contact-dropdown .dropdown-menu{
    right: auto !important;
    bottom: 70px;
    top: auto !important;
    left: 0 !important;
  }
  .icon-contact-dropdown .dropdown-menu:after{
    bottom: -7px;
    right: auto;
    left: 25px;
  }
}
/***************************************************************************************************/
.icon-ph-circle-fill{
  background-color: #bfebfc;
  opacity: .5 !important;
  position: absolute;
  z-index: 1;
  width: 74px;
  height: 74px;
  top: -8px;
  left: -8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .1;
  -webkit-animation: icon-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: icon-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: icon-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: icon-circle-fill-anim 2.3s infinite ease-in-out;
  animation: icon-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%;
}
/** icon-ph-circle-fill */
@-moz-keyframes icon-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 icon-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 icon-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 icon-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}
}
/***************************************************************************************************/
.icon-ph-circle{
  opacity: .5 !important;
  width: 100px;
  height: 100px;
  top: -21px;
  left: -21px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #F20000;
  opacity: .1;
  -webkit-animation: icon-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: icon-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: icon-circle-anim 1.2s infinite ease-in-out;
  -o-animation: icon-circle-anim 1.2s infinite ease-in-out;
  animation: icon-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%;  
}

/** icon-ph-circle */
@-moz-keyframes icon-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 icon-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 icon-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 icon-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}
}