
/* ==========================================================================================
  CUSTOM FONTS
========================================================================================== */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i&amp;subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,600,700,800&amp;subset=vietnamese');
  
/*************************************************************************************
*
* color: #006633;
* color: #333333;
* 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: 'Maven Pro', sans-serif;
  font-size: 15px;
  color: #222;
  font-smoothing: antialiased;
  font-weight: 400;
  overflow-x: hidden;
  letter-spacing: .2px;
  line-height: 1.5;
}
a{
  color: #222;
  text-decoration: none !important;
}
a:hover,
a:focus{
  color: #4a4c4e;
}
.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: 600;
  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;
}
@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;
**
**  col
**  padding-left: 7px;
**  padding-right: 8px;
**
**  row-0
**
**  row
**  margin-left: 0;
**  margin-right: 0;
**
**  col
**  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;
}
/*********************************************************************
**
**  DEFINE BOOTSTRAP
**
**  col 20%
**
**
**********************************************************************/
@media screen and (min-width: 992px){
  .col-lg-20{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}


/* ==========================================================================================
  CUSTOM CSS
========================================================================================== */
.padding-section {
  padding: 90px 0 65px;
}
.padding-section-1{
  padding: 70px 0 55px;
}
.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: 75px 0;
  }
  .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: 60px 0;
  } 
  .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;
  } 
  .padding-section-1{
    padding: 30px 0;
  } 
  .padding-section-2{
    padding: 20px 0;
  }
  .padding-section-3{
    padding: 15px 0;
  }
} 
.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;
}
.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: 50px !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;
}
.pb-20{
  padding-bottom: 20px !important;
}
.pl-15{
  padding-left: 15px !important;
}
.pr-15{
  padding-right: 15px !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 !important;
}
.border-top-1{
  border-top: 1px solid #898989;
}
.border-bottom-1{
  border-bottom: 1px solid #eef3f6;
}
.border-bottom-2{
  border-bottom: 1px solid #eee;
}
@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);
  }
}
.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: #006633 !important;
}
.color-theme-sub{
  color: #111 !important;
}
.bg-theme{
  background-color: #006633;
}
.btn-theme{
  background-color: #006633;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
}
.btn-theme-2{
  background-color: #323232;
  color: #ddd;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-theme-2:hover,
.btn-theme-2:focus{
  background-color: #006633 !important;
  color: #333 !important;
  border: 1px solid #006633;
}
.btn-theme-xl{
  padding: 15px 40px;
}
.btn-theme:hover,
.btn-theme:focus{
  background-color: transparent !important;
  color: #006633 !important;
  border: 1px solid #006633;
}
.btn-theme-alt{
  background-color: transparent;
  color: #c5c5c5;
  border: 1px solid #555;
  border-radius: 3px;
}
.btn-theme-alt:hover,
.btn-theme-alt:focus{
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000;
}
.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;
}

ul.list-style{
  list-style: none;
  padding-left: 0;
}
ul.list-style li{
  position: relative;
  padding-left: 20px;
}
ul.list-style li:before{
  position: absolute;
  content: "";
  z-index: 1;
  top: 8px;
  left: 1px;
  background-color: #006633;
  width: 5px;
  height: 5px;
}

/* ==========================================================================================
  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: #006633;
  border-color: #006633;
  color: #fff;
}

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

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

/* ==========================================================================================
  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 - 117px);
  height: -moz-calc(100vh - 117px);
  height: calc(100vh - 117px);*/
  min-height: 100vh;
  max-height: 667px;
}
.slider-wrapper .item:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  /*background-color: rgba(0,0,0,0.25);*/
}
.slider-wrapper .item .container{
  position: relative;
}
.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;
}

body.sub-page .slider-wrapper .item {
  /*min-height: 75vh;*/
}
@media (min-width: 991px){
  section.slider-section{
    /*height: -webkit-calc(100% - 87px);
    /*height: calc(100% - 87px);
  }
  .slider-wrapper.slider-wrapper-alt .item{
    /*height: 500px;*/
  }
}
@media (max-width: 991px){
  section.slider-section {
  }
  section.slider-section{
    /*height: -webkit-calc(100% - 60px);*/
    /*height: calc(100% - 60px);*/
  }
  .slider-wrapper .item{
    /*height: 75vh;*/
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  
}
@media (max-width: 767px){
  .slider-wrapper .item{
    height: -webkit-calc(100vh - 80px);
    height: -moz-calc(100vh - 80px);
    height: calc(100vh - 80px);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px){
  
}
@media screen and (max-width: 575px){
  
}
 

/* ==========================================================================================
  COPYRIGHT
========================================================================================== */
.copyright-powered{
  padding-top: 6px;
  padding-bottom: 8px;
  background-color: #006633;
  color: #ddd;
  font-size: 13px;
}
.copyright-powered a{
  color: #ddd;
}
.copyright{
  
}
.powered-by{
  text-align: right;
}
@media (min-width:768px) and (max-width: 991px){
  .copyright{
    text-align: left;
    font-size: 13px;
  }
  .copyright-powered{
    
  }
}
@media (max-width:767px) {
  .copyright,
  .powered-by{
    text-align: center;
  }
  .powered-by{
    
  }
}

/* ==========================================================================================
  PATH WAY
========================================================================================== */
.path-way-wrapper {
  background-color: #f7f7f7;
}
.path-way-wrapper .breadcrumb{
  margin-bottom: 0;
  padding: 12px 0 10px;  
  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: #006633;
}
.path-way-wrapper .breadcrumb a:HOVER{
  color: #006633 !important;
}
.path-way-wrapper .breadcrumb > li + li::before{
  /*content: "\f105";
  font-family: "FontAwesome";
  color: #909aa2;
  margin-right: 5px;*/
}
.bg-space{
  background-color: #fff;
}
@media screen and (min-width:992px){
  .path-way-wrapper{
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .bg-space{
    padding-top: 180px;
  }
}
@media screen and (max-width:991px){
  .bg-space{
    padding-top: 90px;
  }
}
@media screen and (max-width:767px){
  .path-way-wrapper .breadcrumb a{
    font-size: 10px;
  } 
}

.breadcrumb.breadcrumb-style{
  background-color: transparent;
  padding-left: 0;
}
.breadcrumb.breadcrumb-style li{
  margin-right: 5px;
  padding-right: 11px;
  position: relative;
}
.breadcrumb.breadcrumb-style li:after{
  position: absolute;
  z-index: 1;
  content: "/";
  top: 0;
  right: 0;
}
.breadcrumb.breadcrumb-style > li:last-child:after{
  content: "";
}
ol.breadcrumb-style li a{
  text-transform: uppercase;
  color: #111
}
.breadcrumb.breadcrumb-style li a:hover,
.breadcrumb.breadcrumb-style li a:focus{
  color: #000;
}

/* ==========================================================================================
  PAGINATION
========================================================================================== */
.pagination{
  margin-top: 20px;
}
.pagination .page-link,
.page-item.disabled .page-link{
  padding: 12px 18px;
  color: #525252;
  background-color: transparent;
  border-color: transparent;
}
.pagination li{
  margin-left: 5px;
  margin-right: 5px;
}
.pagination li a:focus{
  box-shadow: none;
}
.pagination .page-item .page-link{
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 5px;
  line-height: 27px;
  text-align: center;
  color: #666;
  background-color: #f1f1f1;
  border-color: transparent;
}
.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link{
  background-color: #006633;
  color: #fff;
}

/* ==========================================================================================
  404 PAGE
========================================================================================== */
.error-content h2 {
    font-size: 400px;
    line-height: 0.8;
    color: #006633;
  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: #006633;
}
.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: #006633;
  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;
}

/* ==========================================================================================
  LANGUAGE DESKTOP + MOBILE
========================================================================================== */
.language {
  display: inline-block;
  position: relative;
}
.language .dropdown-menu{
  background-color: rgba(44,44,44,.92);
  border-color: rgba(44,44,44,.92);
  left: -4px;
  margin-top: 4px;
  min-width: 46px;
  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: #525252;
}
.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 (min-width: 992px){
  .language {
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 0;
    -webkit-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
  }
  .language .dropdown-toggle:after{
    border-top-color: #222;
  }
  .lang-drop .lang-desktop{
    list-style: none;
    height: 110px;
  }
  .lang-drop .lang-desktop li{
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
  }
  .lang-drop .lang-desktop li img{
    height: 18px;
  }
}
@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: #aaa; */
  }
  .language img{
    height: 20px;
  }
  .header_2 .language.lang-drop{
    top: auto !important;
  }
}

/* ==========================================================================================
  HEADER
========================================================================================== */
.header_2{
  background-color: transparent;
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
}
.header_2 .navbar-brand img{
  height: 70px;
  -webkit-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.header_2 .navbar-nav .nav-link{
  color: #222222;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Roboto Condensed";
}
.header_2 .navbar-nav > .nav-item > .nav-link{
padding-left: 15px;
  padding-right: 15px;
}
.header_2 .navbar-nav .dropdown-menu{
  border-radius: 0;
  background-color: rgba(255,255,255,1);
  top: 53px;
  border-color: #fafafa;
}
.header_2 .navbar-nav .dropdown-menu .nav-item:hover{
  background-color: transparent;
}
.header_2 .navbar-nav .dropdown-menu .nav-link{
  padding: 5px 0;
  font-weight: 400;
	position:relative;
	display:block;
}
.header_2 .navbar-nav .nav-link.btn-menu{
  padding: 10px 15px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 0;
  color: #006633;
  margin-left: 10px;
  -webkit-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.header_2 .navbar-nav .nav-link.btn-menu:hover{
  border: 1px solid #006633;
  background-color: #006633;
  color: #fff;
}
@media screen and (min-width: 992px){
  .header_2 .navbar{
    display: block;
  }
  .logo-header{
    text-align: center;
    padding-bottom: 5px;
  }
  .header_2 .logo-header .navbar-brand img{
    height: 100px;
  }
  .header_2 .navbar-nav .nav-link.btn-menu{
    margin-left: 15px;
  }
	.header_2 .navbar-nav > .nav-item{
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	.header_2 .navbar-nav > .nav-item > .nav-link{
		padding-top: 0;
		padding-bottom: 0;
	}
	.header_2 .navbar-nav .nav-item:hover > ul{
		display:block;
	}
	.header_2 .navbar-nav > .nav-item > ul{
		top: 35px;
	}
	.header_2 .navbar-nav > .nav-item > ul .nav-link:after{
		transform: rotate(-90deg);
		position:absolute;
		right: -14px;
		top: 13px;
	}
	.header_2 .navbar-nav > .nav-item > ul ul {
		top: calc(-0.5rem - 1px);
		left: 100%;
		margin-top:0;
		min-width: 100%;
	}
}
@media screen and (max-width: 991px){
  .header_2{
    position: fixed;
  }
  .header_2 .navbar-nav.nav-log{
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    flex-direction: row;
    text-align: center;
    justify-content: center;
  }
  .header_2 .navbar-nav.nav-log .nav-item{
    display: inline-block;
    margin-right: 10px;
  }
  .header_2 .navbar-collapse.collapsing,
  .header_2 .navbar-collapse.collapse.show{
    border-top: 1px solid #eee;
  }
  .header_2 .dropdown-menu{
    border-color: transparent;
  }
  .header_2 .navbar-collapse{
    margin-right: -15px;
    margin-left: -15px;
    background-color: #fff;
    padding-top: .5rem;
    padding-bottom: .5rem;
	  width: 100%;
  }
	.header_2 .navbar-nav > .nav-item ul{
		display:block
	}
	.header_2 .navbar-nav .nav-item > .nav-link:after{
		position:absolute;
		right: 14px;
		top: 13px;
	}
	.header_2 .navbar-nav > .nav-item > ul li{
		padding-right:0;
	}
	.header_2 .navbar-nav{
		height: -webkit-calc(100vh - 80px - 1rem);
		height: calc(100vh - 80px - 1rem);
		overflow-y: auto;
		padding-bottom: 80px;
	}
		
}
 
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover, 
.navbar-light .navbar-nav .nav-link.active{
  color: #006633;
}
.navbar-light .navbar-nav > .nav-item > .nav-link.active,
.navbar-light .navbar-nav > .nav-item > .nav-link:hover,
.navbar-light .navbar-nav > .nav-item > .nav-link:focus, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show > .nav-link{
  color: #006633;
}
@media screen and (max-width: 991px){
  .fixed-top{
    background-color: #fff;
  }
}
.dropdown-item.active, .dropdown-item:active{
  background-color: transparent;
}


/* ==========================================================================================
  HEADER - fixed
========================================================================================== */
.header_2.navbar-fixed-top{
  background-color: rgba(255,255,255,1);
  position: fixed;

  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
  box-shadow: 0 1px 3px rgba(0,0,0,0.11);
}
.header_2.navbar-fixed-top .navbar{
  display: -ms-flexbox;
  display: flex;
}
.header_2.navbar-fixed-top .navbar-brand img{
  height: 70px;
}
.header_2.navbar-fixed-top .navbar-nav .nav-link{
  /*color: #2f373c;*/
}
.header_2.navbar-fixed-top .navbar-nav .dropdown-menu .nav-link{
  /*color: #2f373c;*/
}

.header_2.navbar-fixed-top .language .dropdown-toggle:after{
  /*border-top-color: #2f373c;*/
}
.navbar-fixed-top .navbar-light .navbar-nav > .nav-item > .nav-link.active,
.navbar-fixed-top .navbar-light .navbar-nav > .nav-item > .nav-link:hover,
.navbar-fixed-top .navbar-light .navbar-nav > .nav-item > .nav-link:focus{
  /*color: #006633;*/
}

/************************************************/
/* COLUA */
.header_2.navbar-fixed-top .logo-header{
  padding-bottom: 0;
}
.header_2.navbar-fixed-top .lang-drop{
  padding-bottom: 0;
  left: auto;
  right: 0;
  top: 25px;
}
.header_2.navbar-fixed-top .language.lang-drop .lang-desktop{
  display: none !important;
}
.header_2.navbar-fixed-top .language.lang-drop .lang-mobile{
  display: block !important;
}
.header_2.navbar-fixed-top .header-cart{
  height: 80px;
  right: 50px;
}
.header_2.navbar-fixed-top .collapse .navbar-nav{
  margin-left: 0 !important;
}
@media screen and (min-width: 992px){
  .header_2.navbar-fixed-top{
    padding-left: 40px;
    padding-right: 40px;
  }
	.header_2.navbar-fixed-top .collapse{
	  padding-left: 50px;
	}
}
/************************************************/
.navbar-fixed-top .nav-menu{
  z-index: 99992;
  width: 100%;
  background-color: rgba(255,255,255,1);
}
@media screen and (min-width: 992px){
  .navbar-fixed-top .language {
    
  }
  .navbar-fixed-top{
    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{
    -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-expand-lg > .container, 
  .navbar-expand-lg > .container-fluid, 
  .navbar-expand-lg > .container-lg, 
  .navbar-expand-lg > .container-md, 
  .navbar-expand-lg > .container-sm, 
  .navbar-expand-lg > .container-xl{
    padding-left: 15px;
    padding-right: 15px;
  }

}
@media screen and (max-width: 767px){
  .navbar-fixed-top .nav-menu{
    top: 0px;
  } 
}
/* ==========================================================================================
  TEXT BANNER
========================================================================================== */
.text-banner{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: -webkit-calc(100% - 100px);
  height: calc(100% - 100px);
}
.text-index{
  color: #222;
}
.text-banner h2,
.text-banner h1{
  font-size: 30px;
  font-family: "Roboto Condensed";
  letter-spacing: 1px;
  font-weight: 700;
}
.text-banner h4{
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (min-width: 992px){
  .text-banner h2,
  .text-banner h1{
    font-size: 60px;
  }
  body.sub-page .text-banner{
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .text-banner h2,
  .text-banner h1{
    font-size: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px){
  .text-banner h2,
  .text-banner h1{
    font-size: 30px;
  }
}
@media screen and (max-width: 767px){
  .text-banner h4{
    font-size: 18px;
  }
}
@media screen and (max-width: 991px){
  .text-banner.page-banner h1{
    margin-top: 60px;
  }
}


/* ==========================================================================================
  no-banner
========================================================================================== */
body.no-banner{
  padding-top: 70px;
}
body.no-banner .header_2 .nav-menu{
  background-color: #fff;
  -webkit-box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
}
body.no-banner .header_2 .nav-menu .navbar-nav .nav-link{
  color: #323232;
}
body.no-banner .header_2 .nav-menu .navbar-nav .nav-link.active, 
body.no-banner .header_2 .nav-menu .navbar-nav .nav-link:hover{
  color: #006633;
}
@media screen and (max-width: 991px){
  body.no-banner{
    padding-top: 60px;
  }
}
body.no-banner .header_2 .navbar-nav .nav-link{
  color: #333;
}

/* ==========================================================================================
  SECTION
========================================================================================== */
body{
  background-color: #fff;
  /*padding-top: 117px;*/
}
@media screen and (max-width: 767px){
  body{
    /*padding-top: 80px;*/
  }
}
/*body > .padding-section:nth-child(2n){
  background-color: #2c2c2c;
}
body > .padding-section:nth-child(2n+1){
  background-color: #2c2c2c;
}*/
.title-cate{
  color: #006633;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.6;
}
.title-section{
  font-size: 30px;
  color: #303033;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
}
.title-section-xl{
  font-size: 40px;
  font-weight: 700;
  color: #303033;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
}
.title-page{
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  color: #303033;
  font-family: "Roboto Condensed";
}
.content{
  color: #666;
  font-size: 15px;
}
.content-xs{
  color: #666;
  font-size: 14px;
}
.content-xl{
  font-size: 20px;
  color: #666;
}
.content img{
  max-width: 100%;
}
.link-section{
  color: #333333;
  font-size: 16px;
  text-decoration: underline !important;
  font-weight: 600;
}
.fontsize-inherit{
  font-size: inherit !important;
}
.line-height-17{
  line-height: 1.7;
}
@media screen and (min-width: 992px){
  .title-cate{
    
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .title-cate{
    margin-bottom: 15px;
  }
  .title-section{
    font-size: 26px;
  }
  .title-section-xl{
    font-size: 34px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px){
  .title-cate{
    margin-bottom: 15px;
  }
  .title-section{
    font-size: 20px;
    font-family: "Roboto Condensed";
  }
  .title-section-xl{
    font-size: 30px;
  }
}
@media screen and (max-width: 767px){
  .title-cate{
    margin-bottom: 15px;
  }
  .title-section{
    font-size: 20px;
    color: #006633;
    font-family: "Roboto Condensed";
  }
  .title-section-xl{
    font-size: 28px;
  }
}

/* ==========================================================================================
  SECTION - BACKGROUND
========================================================================================== */
.bg-section{
  position: relative;
}
.bg-section:before{
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .5;
  background-color: #000;
}
.bg-section .title-cate,
.bg-section .title-section,
.bg-section .title-section-xl,
.bg-section .content,
.bg-section .content-xl,
.bg-section .intro ,
.bg-section h3 {
  color: #fff !important;
}
.bg-fff .title-cate,
.bg-fff .title-section,
.bg-fff .title-section-xl,
.bg-fff .content,
.bg-fff .content-xl,
.bg-fff .intro {
  color: #333;
}
.bg-section .line-cate .line.line-left:before,
.bg-section .line-cate .line.line-right:after{
  background-color: #fff;
}

.bg-section a{
  color: #c5c5c5 !important;
}
.bg-black{
  background-color: #111;
}
.bg-section.bg-section-alt a{
  color: #333333 !important;
}
.bg-theme-alt{
  background-color: #fafafa;
  color: #2c2c2c;
}
.bg-theme-alt:before{
  background-color: #fafafa;
}
.bg-theme-alt .title-section,
.bg-theme-alt .title-section-xl,
.bg-theme-alt .title-page,
.bg-theme-alt .content,
.bg-theme-alt .content-xl{
  color: #2c2c2c;
}

/* ==========================================================================================
  TESTIMONIAL SECTION
========================================================================================== */
@media (min-width:1200px){
  .container-testimonial{
    
  } 
}
@media (min-width:992px) and (max-width:1199px){
  .container-testimonial{
    
  } 
}

@media (min-width:768px) and (max-width:991px){
  .container-testimonial{
    
  } 
}
.box-testimonial{
  background-color: transparent;
  padding: 0 25px 25px;
  border-radius: 5px;
  height: 100%;
}
.quote-icon{
  color: #006633;
  font-size: 45px;
}
.bg-section .quote-icon{
  color: #ddd;
}
.box-testimonial .header-box figure{
  width: 110px;
  border-radius: 50%;
  border: 2px solid #eeeeee;
  overflow: hidden;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.box-testimonial .header-box .intro{
  overflow: hidden;
  height: 100%;
}
.box-testimonial .header-box .intro h3{
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.box-testimonial:hover .header-box .intro h3{
  /*color: #006633;*/
}
.box-testimonial .body-box{
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
}
.box-testimonial .body-box .content-quote{
  margin-bottom: 30px;
}
.box-testimonial .body-box .content-quote p{
  margin-bottom: 0;
}

.slider-testimonial .owl-dots {
  position: absolute;
  bottom: -30px;
  z-index: 99;
  /* width: -webkit-calc(100vw - 30px);
  width: -moz-calc(100vw - 30px); */
  width: 100%;
  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: #666;
  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: #ddd !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;
}
.bg-testimonial{
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}
.bg-testimonial:before{
  position: absolute;
  content: "";
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.25);
}
.bg-testimonial .container{
  position: relative;
  z-index: 1;
}

/* ==========================================================================================
  FOOTER
========================================================================================== */
footer{
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #f7f7f7;
  color: #888;
}
footer a{
  color: #888;
}
.box-info-company{
  margin-bottom: 40px;
}
.box-info-company img{
  height: 100px;
}

ul.footer-social{
  list-style: none;
}
ul.footer-social li{
  display: inline-block;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 50%;
  background-color: #888888;
}
ul.footer-social li:hover{
  background-color: #669933;
}
ul.footer-social li a{
  display: block;
  width: 38px;
  height: 38px;
  line-height: 36px;
  border: 2px solid transparent;
  color: #fff;
  text-align: center;
}
.box-footer h3{
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  color: #222;
}
.box-footer h3::before {
  content: "";
  width: 50px;
  background-color: #222;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.box-footer p{
  margin-bottom: 5px;
}
ul.menu-footer{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
ul.menu-footer li{
  margin-bottom: 5px;
}
@media (max-width:991px){
  .box-footer {
    margin-top: 30px;
  } 
}
@media (max-width:575px){
  .box-footer {
    text-align: center;
  } 
  .box-footer h3::before{
    right: 0;
    margin: 0 auto;
  }
}

/* ==========================================================================================
  HEADER - CART
========================================================================================== */
.header-cart{
  font-size: 22px;
}
.header-cart a{
  position: relative;
  color: #222222;
}
.header-cart .badget{
  background-color: #669933;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  position: absolute;
  z-index: 1;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 14px;
}
@media (min-width:992px){
  .header-cart{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 110px;
    width: 40px;
  }
}
@media (max-width:991px){
  .header-cart{
    position: absolute;
    right: 70px !important;
    top: 24px;
    height: auto !important;
  }
}

/* ==========================================================================================
  PADDING - CONTAIER
========================================================================================== */
@media screen and (min-width: 991px){
  .padding-container{
    padding-left: 50px;
    padding-right: 50px;
  }
}
/* ==========================================================================================
  SECTION FEATURE
========================================================================================== */
.box-feature figure{
  float: left;
  margin-right: 20px;
}
.box-feature figure img{
  width: 50px;
}
.box-feature .feature-content{
  overflow: hidden;
}
.feature-content h3{
  font-size: 16px;
  font-weight: 700;
}
@media (min-width:992px){
  .box-feature{
    padding-right: 15px;
  }
  .box-feature figure{
    padding-top: 10px;
  }
}

/* ==========================================================================================
  SECTION PRODUCT ATP
========================================================================================== */
.box-product-atp{
  position: relative;
}
.box-product-atp img{
  width: 100%;
}
.box-product-atp .intro{
  position: absolute;
  text-align: left;
  left: 30px;
  top: 50%;
  width: 38%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
.box-product-atp .intro h3{
  font-family: "Roboto Condensed";
  font-size: 26px;
  margin-bottom: 15px;
}
.box-product-atp .intro h5{
  font-size: 18px;
  margin-bottom: 25px;
}
.box-product-atp .intro .link{
  color: #222;
  display: inline-block;
  border-bottom: 2px solid #006633;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  pointer-events: visible;
}
.box-product-atp .intro .link:hover{
  color: #006633;
}
@media (max-width:767px){
  .box-product-atp{
    margin-bottom: 30px;
  }
}
@media (max-width:575px){
  .box-product-atp .intro h3{
    font-size: 22px;
    margin-bottom: 10px;
  }
  .box-product-atp .intro h5{
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width:991px){
  .box-product-atp .intro h3{
    font-size: 20px;
  }
  .box-product-atp .intro h5{
    font-size: 14px;
    margin-bottom: 15px;
  }
}

/* ==========================================================================================
  SECTION PRODUCT
========================================================================================== */
.box-product{
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.box-product img{
  width: 100%;
}
.opt-label:empty{
  display: none;
}
.opt-label{
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  background-color: #f00;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px;
}
.box-product h3{
  text-transform: capitalize;
  font-size: 16px;
  margin-bottom: 15px;
}
.box-product .price{
  color: #006633;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.box-product .price span{
  color: #666;
  text-decoration: line-through;
  font-weight: 500;
  padding-left: 5px;
}
@media (max-width:575px){
  .box-product{
    margin-bottom: 30px;
  }
}

/* ==========================================================================================
  SECTION ABOUT
========================================================================================== */
.border-space{
  border-top: 1px solid #ebebeb;
  min-height: 1px;
  width: 100%;
}
.box-img img{
  max-width: 100%;
}
@media (max-width:768px){
  .box-img{
    text-align: center;
  }
}

/* ==========================================================================================
  SECTION BLOG
========================================================================================== */
.box-news img{
  width: 100%;
}
.box-news h3{
  font-size: 18px;
}
.box-news:hover h3 a{
  color: #669933;
}
.box-news .date{
  color: #006633;
  margin-bottom: 15px;
  font-size: 13px;
}
.box-news .box-news-content .content{
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.box-news a.btn-news{
  font-family: "Roboto Condensed";
  padding-bottom: 1px;
  border-bottom: 1px solid #333;
}
.box-news:hover a.btn-news{
  color: #669933;
  border-bottom-color: #669933;
}
@media (max-width:768px){
  .box-news{
    margin-bottom: 30px;
  }
}

/* ==========================================================================================
  SECTION GALLERY
========================================================================================== */
.box-gallery{
  position: relative;
  border: 1px solid #eee;
}
.box-gallery img{
  width: 100%;
  position: relative;
  z-index: 1;
}
.box-gallery a:before{
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0
  left: 0;
  background-color: rgba(0,0,0,0);

  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.box-gallery:hover a:before{
  opacity: 1;
  visibility: visible;
  background-color: rgba(0,0,0,0.3);
}
.box-gallery a span{
  width: 50px;
  height: 50px;
  line-height: 45px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;

  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.box-gallery:hover span{
  opacity: 1;
  visibility: visible;
}
@media (min-width:992px){
  .section-gallery .row-0 > .col-lg-2{
    display: none;
  }
  .section-gallery .row-0 > .col-lg-2:nth-child(0),
  .section-gallery .row-0 > .col-lg-2:nth-child(1),
  .section-gallery .row-0 > .col-lg-2:nth-child(2),
  .section-gallery .row-0 > .col-lg-2:nth-child(3),
  .section-gallery .row-0 > .col-lg-2:nth-child(4),
  .section-gallery .row-0 > .col-lg-2:nth-child(5),
  .section-gallery .row-0 > .col-lg-2:nth-child(6),
  .section-gallery .row-0 > .col-lg-2:nth-child(7),
  .section-gallery .row-0 > .col-lg-2:nth-child(8),
  .section-gallery .row-0 > .col-lg-2:nth-child(9),
  .section-gallery .row-0 > .col-lg-2:nth-child(10),
  .section-gallery .row-0 > .col-lg-2:nth-child(11),
  .section-gallery .row-0 > .col-lg-2:nth-child(12){
    display: inherit;
  }
}
@media (min-width: 768px) and (max-width:992px){
  .section-gallery .row-0 > .col-md-3{
    display: none;
  }
  .section-gallery .row-0 > .col-md-3:nth-child(0),
  .section-gallery .row-0 > .col-md-3:nth-child(1),
  .section-gallery .row-0 > .col-md-3:nth-child(2),
  .section-gallery .row-0 > .col-md-3:nth-child(3),
  .section-gallery .row-0 > .col-md-3:nth-child(4),
  .section-gallery .row-0 > .col-md-3:nth-child(5),
  .section-gallery .row-0 > .col-md-3:nth-child(6),
  .section-gallery .row-0 > .col-md-3:nth-child(7),
  .section-gallery .row-0 > .col-md-3:nth-child(8){
    display: inherit;
  }
}
@media (min-width: 576px) and (max-width:768px){
  .section-gallery .row-0 > .col-sm-4{
    display: none;
  }
  .section-gallery .row-0 > .col-sm-4:nth-child(0),
  .section-gallery .row-0 > .col-sm-4:nth-child(1),
  .section-gallery .row-0 > .col-sm-4:nth-child(2),
  .section-gallery .row-0 > .col-sm-4:nth-child(3),
  .section-gallery .row-0 > .col-sm-4:nth-child(4),
  .section-gallery .row-0 > .col-sm-4:nth-child(5),
  .section-gallery .row-0 > .col-sm-4:nth-child(6){
    display: inherit;
  }
}
@media (max-width: 575px){
  .section-gallery .row-0 > .col-6{
    display: none;
  }
  .section-gallery .row-0 > .col-6:nth-child(0),
  .section-gallery .row-0 > .col-6:nth-child(1),
  .section-gallery .row-0 > .col-6:nth-child(2),
  .section-gallery .row-0 > .col-6:nth-child(3),
  .section-gallery .row-0 > .col-6:nth-child(4){
    display: inherit;
  }
}

/* ==========================================================================================
  CONTACT PAGE
========================================================================================== */
.contact-title{
  position: relative;
}
.contact-title::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background: #ebebeb;
  top: 50%;
  left: 0;
}
.wrapper-title{
  display: inline-block;
  padding-right: 20px;
  z-index: 1;
  position: relative;
  background-color: #fff;
}
.wrapper-title h3{
  font-size: 26px;
  margin-bottom: 0;
  text-transform: capitalize;
  font-family: "Roboto Condensed";
}
.box-contact-info{
  margin-bottom: 15px;
}
.box-contact-info h3{
  font-size: 18px;
}
.box-contact-info p,
.box-contact-info p a{
  color: #888;
}
.box-contact-form input.form-control{
  height: 45px;
}
.box-company-map{
  background-color: #fff;
  height: 100%;
}
.box-company-map iframe{
  width: 100% !important;
  height: 100% !important;
}
.security-code{
  position: relative;
}
.security-code .security-input{
  width: 120px;
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.security-code img{
  height: 45px;
  float: left;
}

/* ==========================================================================================
  NEWSLETTER
========================================================================================== */
.newsletter-box .form-control {
  padding-right: 45px;
  box-shadow: none;
  height: 45px;
  border: 1px solid #e9e9e9;
  font-size: 14px;
  background-color: #f8f8f8;
  color: #333;
  border-radius: 30px;
}
.newsletter-box .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  color: #ddd;
  box-shadow: none;
}
@media (min-width:992px){
  .newsletter-box{
    
  }
}

/* ==========================================================================================
  BLOG PAGE
========================================================================================== */
.body-box-content{
  padding: 15px;
}
.body-box-content > .body-box-item:last-child {
  margin-bottom: 0;
}
.body-box-item {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.body-box-item figure{
  width: 75px;
  float: left;
  margin-right: 10px;
}
.body-box-item figure img{
  width: 100%;
}
.body-box-item .item-info{
  overflow: hidden;
}
.body-box-item .item-info h3{
  font-size: 14px;
  font-weight: 500;
}
.body-box-item .item-info h3 a{
  color: #444;

  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.body-box-item .item-info .date{
  color: #808080;
  font-size: 11px;
  font-style: italic;
}
.detail-content .date{
  color: #fff;
}

/* box-news box-news-2 */
@media (min-width:991px){
  .box-news.box-news-2{
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
  }
  .box-news.box-news-2 figure {
    width: 300px;
    float: left;
    margin-right: 30px;
  }
  .box-news.box-news-2 .box-news-content{
    overflow: hidden;
  }
  .box-news.box-news-2 .box-news-content h3{
    font-size: 26px;
    margin-bottom: 15px;
  }
  .box-news.box-news-2 .box-news-content .content{
    border-color: transparent;
  }
}
/* box-news box-news-2 */

.detail-content .img-detail img{
  width: 100%;
}
.detail-content .date{
  color: #cacad5;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width:991px) {
  
}
@media (max-width:767px) {
  .detail-content img{
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
  }
}

/* ==========================================================================================
  GALLERY PAGE
========================================================================================== */
.box-gallery a span.title{
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 50px;
  font-size: 22px;
  font-weight: 500;
}
.grid-gallery > .grid-image-item{
  width: 25%;
  float: left;
}
.grid-gallery > .grid-image-item img{
  width: 100%;
}

/* ==========================================================================================
  GALLERY PAGE
========================================================================================== */
.box-mission{
  text-align: center;
}
.box-mission img{
  width: 100%;
}
.box-mission h3{
  font-size: 22px;
  font-weight: 400;
}
.box-mission .content{
  color: #999999;
}
@media (max-width:767px) {
  .box-mission{
    margin-bottom: 30px;
  }
}

/* ==========================================================================================
  SHOP PAGE
========================================================================================== */
.btn-addcart{
  background-color: #222222;
  padding: 10px 40px;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  font-weight: 500;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.btn-addcart:hover{
  background-color: transparent;
  color: #222222;
  border-color: #222222;
}
@media (min-width: 768px){
  .box-product.box-product-2{
    text-align: left;
    margin-bottom: 40px;
  }
  .box-product.box-product-2 figure{
    width: 200px;
    float: left;
    margin-right: 30px;
    position: relative;
  }
  .box-product.box-product-2 .info-product{
    overflow: hidden;
  }
  .box-product .btn-addcart,
  .box-product .info-product .content{
    display: none;
  }
  .box-product.box-product-2 .btn-addcart,
  .box-product.box-product-2 .info-product .content{
    display: inline-block;
  }
}

/********************************************************/
/* style btn grid */
@media (min-width:1200px) {
  .show_view_shop{
    right: 50px;
    top: -110px;
  }
}
@media (min-width:992px) and (max-width: 1199px){
  .show_view_shop{
    right: 50px;
    top: -85px;
  }
}
@media (min-width:768px) and (max-width: 991px){
  .show_view_shop{
    right: 15px;
    top: -78px;
  }
}
@media (min-width: 768px){
  .show_view_shop{
    position: absolute;
    z-index: 1;
  }
  .view_shop_icon{
    display: inline-block;
    color: #888;
    margin-left: 10px;
    cursor: pointer;
    font-size: 20px;
  }
  .view_shop_icon:hover,
  .view_shop_icon.active{
    color: #222;
  }
}
@media (max-width: 767px){
  .show_view_shop{
    display: none;
  }
}
/********************************************************/

/*********************************************************/
.slider-sync1,
.slider-sync2{
  margin-bottom: 20px;
}
.slider-sync1 .item,
.slider-sync2 .item{
    background-color: #f4f4f4;
    position: relative;
}
.slider-sync1 .item{
    height: 350px;
}
@media (min-width: 992px){
  .slider-sync1 .item{
      height: 350px;
  }
}
.slider-sync2 .item{
    height: 60px;
}
.slider-sync2 .active.synced .item{
    background-color: #ccc;
}
.slider-sync1 .item img,
.slider-sync2 .item img{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
}
.slider-sync1 .item img{
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px);
    max-height: -webkit-calc(100% - 20px);
    max-height: calc(100% - 20px);
}
.slider-sync2 .item img{
    max-width: -webkit-calc(100% - 5px);
    max-width: calc(100% - 5px);
    max-height: -webkit-calc(100% - 5px);
    max-height: calc(100% - 5px);
}
.slider-sync1.owl-carousel .owl-nav .owl-prev, 
.slider-sync1.owl-carousel .owl-nav .owl-next, 
.slider-sync1.owl-carousel .owl-dot,
.slider-sync2.owl-carousel .owl-nav .owl-prev, 
.slider-sync2.owl-carousel .owl-nav .owl-next, 
.slider-sync2.owl-carousel .owl-dot{
  color: #fff;
}
.slider-sync1 .owl-nav .owl-prev,
.slider-sync1 .owl-nav .owl-next,
.slider-sync2 .owl-nav .owl-prev,
.slider-sync2 .owl-nav .owl-next{
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 100%;
  top: 0;
  font-size: 0;
}
.slider-sync1 .owl-nav .owl-prev,
.slider-sync2 .owl-nav .owl-prev{
  left: 0;
}
.slider-sync1 .owl-nav .owl-next,
.slider-sync2 .owl-nav .owl-next{
  right: 0;
}
.slider-sync1 .owl-nav .owl-prev:before,
.slider-sync1 .owl-nav .owl-next:before,
.slider-sync2 .owl-nav .owl-prev:before,
.slider-sync2 .owl-nav .owl-next:before{
  position: absolute;
  z-index: 1;
  width: 100%;
  color: #ddd;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-family: "FontAwesome";
  font-weight: 700;
  text-align: center;
}
.slider-sync1 .owl-nav .owl-prev:before,
.slider-sync1 .owl-nav .owl-next:before{
  font-size: 40px;
  height: 55px;

  -webkit-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  opacity: 0;
  visibility: hidden;
}
.slider-sync1:hover .owl-nav .owl-prev:before,
.slider-sync1:hover .owl-nav .owl-next:before{
  opacity: 1;
  visibility: visible;
}
.slider-sync2 .owl-nav .owl-prev:before,
.slider-sync2 .owl-nav .owl-next:before{
  font-size: 20px;
  height: 30px;
}
.slider-sync1 .owl-nav .owl-prev:before,
.slider-sync2 .owl-nav .owl-prev:before{
  content: "\f104";
}
.slider-sync1 .owl-nav .owl-next:before,
.slider-sync2 .owl-nav .owl-next:before{
  content: "\f105";
}
/*********************************************************/

.product-detail .price {
  color: #006633;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 20px;
}
.product-detail .price span{
  color: #999;
  text-decoration: line-through;
  font-weight: 500;
  padding-left: 5px;
  font-size: 16px;
}
@media (max-width: 767px){
  .product-slider{
    margin-bottom: 30px;
  }
  .product-detail .price {
    font-size: 17px;
  }
  .product-detail .price span{
    font-size: 15px;
  }
}

.slider-related{
  position: relative;
}
.slider-related .owl-nav .owl-prev,
.slider-related .owl-nav .owl-next{
  position: absolute;
  top: -45px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(26,157,216,0.7);
  font-size: 0;
}
.slider-related .owl-nav .owl-prev{
  right: 50px;
}
.slider-related .owl-nav .owl-next{
  content: "\f105";
}
.slider-related .owl-nav .owl-prev:before,
.slider-related .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-related .owl-nav .owl-prev:before{
  content: "\f104";
}
.slider-related .owl-nav .owl-next:before{
  content: "\f105";
}

/* ==========================================================================================
  CART PAGE
========================================================================================== */
.container-cart{
  border-top: 3px solid #006633;
}
.container-cart .fa{
  color: #006633;
}
.empty-cart{
  padding: 15px;
  background-color: #f7f7f7;
}

.th-cart.thead-cart{
  background-color: #f7f7f7;
  font-weight: 500;
  color: #4c4c4c;
}
.th-cart.body-cart{
  border-bottom: 1px solid #ebebeb;
}
.th-cart .td-cart{
  display: inline-block;
  padding: 15px 10px;
}
.th-cart .del-cart{
  width: 60px;
  text-align: left;
}
.th-cart .img-cart{
  width: 190px;
  text-align: left;
}
.th-cart .price-cart{
  width: 150px;
  text-align: right;
}
.th-cart .name-cart{
  width: -webkit-calc(100% - 414px);
  width: calc(100% - 414px);
  text-align: left;
}
.th-cart .td-cart.img-cart img{
  width: 100px;
}
.th-cart.body-cart .td-cart.price-cart{
  color: #006633;
  font-weight: 700;
  text-transform: uppercase;
}
.th-cart.body-cart .td-cart.price-cart span {
  color: #666;
  text-decoration: line-through;
  font-weight: 500;
  padding-right: 5px;
}
.th-cart.body-cart .td-cart.name-cart{
  font-size: 18px;
}
.th-cart.footer-cart .td-cart.name-cart{
  text-align: right;
  font-weight: 500;
}

.box-total{
  padding: 20px;
  border-radius: 5px;
  background-color: #f7f7f7;
  border: 1px solid #ebebeb;
}
.box-total .wrapper-title{
  background-color: #f7f7f7;
}
.box-total .subtotal-item .price{
  color: #333;
  text-transform: uppercase;
}
.box-total .subtotal-item.subtotal-item-last .price{
  color: #006633;
  font-weight: 700;
  font-size: 18px;
}

@media (max-width: 991px){
  .container-cart{
    margin-bottom: 30px;
  }
}
@media (max-width: 767px){
  .th-cart .td-cart{
    padding-left: 5px;
    padding-right: 5px;
  }
  .th-cart .img-cart{
    display: none;
  }
  .th-cart .del-cart{
    width: 40px;
  }
  .th-cart .price-cart{
    width: 125px;
  }
  .th-cart .name-cart {
    width: -webkit-calc(100% - 175px);
    width: calc(100% - 175px);
  }
}

/* ==========================================================================================
  PAYMENT PAGE
========================================================================================== */
.box-total .subtotal-item .price.total-price{
  font-size: 22px;
  color: #f00;
}
.box-total.box-cart-payment .subtotal-item{
  border-bottom: 1px solid #ebebeb;
}
.box-total.box-cart-payment > .subtotal-item:last-child{
  border-bottom: 0;
}
.payment-form .input-group .input-group-text{
  width: 130px;
  border-radius: 0;
  border-color: transparent;
  background-color: #f7f7f7;
}
.payment-form .input-group .form-control{
  border-color: #e5e5e5;
}
.payment-form .input-group input.form-control{
  height: 45px;
}
.container-cart.payment-cart .empty-cart .content{
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 767px){
  .payment-cart{
    margin-bottom: 30px;
  }
}

/* ==========================================================================================
  PRODUCT CONTACT TEXT
========================================================================================== */
.product-contact-text a{
  color: #007bff;
}
.btn-outofstock{
  background-color: #fff;
  color: #f37043 !important;
  border: 1px solid #f37043;
  border-radius: 3px;
  cursor: no-drop;
}










/*************************************************************************************
*
* color: #006633;
* color: #333333;
* rgb: rgba(,.9);
* #669933
*
*************************************************************************************/