.pb-0{padding-bottom: 0px;}
.pb-25{padding-bottom: 25px;}
.mb-0{margin-bottom: 0;}
.mb-25{margin-bottom: 25px;}
.ml-15{margin-left: 15px;}
.mr-15{margin-right: 15px;}

/* ------ inside pages ------- */

/* 240116 */
.tbContent,
.tbContent .tbLeft ul,
.tbContent .tbRight ul:not(.dropdown-menu){
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0;
}

.tbContent .tbLeft{
  width: 60%;
}
.tbContent .tbRight{
  width: calc( 100% - 60% );
}
.tbContent .tbLeft ul{
  padding: 0;
  justify-content: flex-start;
}
.tbContent .tbLeft ul li{
  width: calc( 100% / 3 );
}
.tbContent .tbRight ul{
  justify-content: space-between;
  padding-left: 0;
}

/* 230920 240116 */
.b-topBar__nav ul,.b-topBar__sm ul{
  display: flex;
  padding: 0;
  margin: 0;
}

.b-topBar__nav .cart-txt{
  display: inline-block;
  letter-spacing: .05rem;
}
.b-topBar__nav li a:hover, .b-topBar__sm li a:hover{
    color: #569E34;
}
.b-topBar__lang ul.dropdown-menu{
    left: 9px;
}
.m-home .b-topBar__tel, .m-home .b-topBar__nav ul li, .m-home .b-topBar__sm ul li,.b-topBar__lang a:hover {
  /* text-align: center; */
  text-align: left;
}
.b-topBar .b-topBar__tel .sp{
  display: inline-block;
}

/* 230920 */
.b-topBar .b-topBar__tel p{
  margin-bottom: 0;
}

.b-topBar__tel a{
    color: #222;
    text-decoration: none;
}
.b-topBar__tel a:hover{
   color: #569E34;
}
.b-best img.b-best_img{
    position: relative;
    top: 50px;
}
.b-blog__posts-one-body .b-blog__posts-one-body-why p{
    font-size: 1rem;
    letter-spacing: .05rem;
    text-align: justify;
    padding: 0;
}
.b-blog__posts-one-body-main{
    margin-bottom: 50px;
}
.b-blog__posts-one-body-main p{
    text-align: justify;
    font-size: 1rem;
}
.b-blog__posts-one-body-main.b-blog__description p{
  text-align: justify;
  font-size: 1rem;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.b-blog__posts-one-body-main.b-blog__button .b-blog__text-center{
  display: block;
  text-align: center;
}
.b-blog__posts-one-body-main.b-blog__button button{
    width: 100px;
    height: 50px;
    background-color: #003D19;
    border: none;
    margin-top: 50px;
    transition: all .2s ease-in-out;
}
.b-blog__posts-one-body-main.b-blog__button button::after{
  content: '';
  position: absolute;
  background-color: transparent;
}
.b-blog__posts-one-body-main.b-blog__button button:hover{
    transform: translateY(-5px);
    color: #fff;
    background-color: #00622D;
}

.b-blog__posts-one-body-main.b-blog__button button > p{
    color: #f2f2f2;
    font: 400 .85rem 'Open Sans',sans-serif, 'Microsoft JhengHei', 'Apple LiGothic';
    text-align: center;
}
.b-blog__posts-one-body-main.b-blog__button button::after{
    height: 50px;
}

.b-blog__posts-one-body-main-img,.b-blog__posts-one-body-main-img img{
    width: 100%;
}
.b-blog__aside-categories-list li a {
  display: block;
  margin: auto;
  padding: 10px 0px;
  font: 400 1rem 'Open Sans',sans-serif, 'Microsoft JhengHei', 'Apple LiGothic';
  letter-spacing: .05rem;
  text-align: center;
 }
 .b-blog__aside-categories-list li:hover a{
  padding: 10px 0px;
  }

/* form table */
.b-blog__table{
  display: block;
  text-align: center;
  margin-bottom: 35px;
}
.b-blog__table span.b-blog__caption{
  display: block;
  color: #003D19;
  font-size: 1.2rem;
  font-weight: 600;
  padding-bottom: 15px;
}

.b-blog__table img{
  width: 45px;
  margin-right: 5px;
  margin-bottom: 7px;
}

.b-blog__table form ,.b-blog__table form > table{
  width: 100%;
  text-align: center;
}
.b-blog__table form > table tr th{
  position: relative;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 7px 0;
  text-align: center;
  background: #57A619;
}
.b-blog__table form > table tr td, .b-blog__table form > table tr td a{
  width: 25%;
  color: #333;
  font-size: 1rem;
  padding: 5px 0;
  text-decoration: none;
}

.b-blog__table form > table tr td a:hover{
  color: #57A619;
}

/* --- form table query car --- */
.b-querycar .b-blog__table img.b-querycar__img, .b-querycar .b-blog__table img.b-querycar__img {
  width: 90%;
  margin: auto;
}
.b-querycar .b-blog__table form > table tr td, .b-blog__table form > table tr td a{
  width: 30%;
  color: #333;
  font-size: 1.2rem;
  padding: 5px 0;
  text-decoration: none;
}
.b-querycar .b-blog__posts-one-body {
  margin-left: 0;
}
.b-querycar .b-blog__table input{
  width: 65%;
  text-align: center;
}

.b-querycar .b-blog__table form.s-form img.b-querycar__img, .b-querycar .b-blog__table form.s-form img.b-querycar__img {
  width: 100%;
  margin: auto;
}
.b-querycar .b-blog__table form.s-form input{
  width: 100%;
  text-align: left;
}

.b-querycar .b-blog__table input.b-querycar__checkbox{
  position: relative;
  display: inline;
  left: 0;
}

.b-blog__table form.s-form img {
  width: auto;
  margin-right: 5px;
  margin-bottom: 7px;
}

.s-form textarea.b-querycar-textarea {
  height: 142px;
}

.b-querycar .b-blog__table form input.b-querycar__checkbox {
  position: relative;
  left: -48%;
  height: 17px;
}

.b-querycar input#b-querycar-box {
  position: relative;
  display: inline-block;
  height: 17px;
}

.b-querycar p.b-querycar-text{
  margin-bottom: 0;
  display: inline-block;
}


/* ------ */


.m-listingsTwo .b-items__cars-one-info p {
    font-size: 1rem;
}
.b-items__cars-one-info a.btn {
    font: 600 .95rem 'Open Sans',sans-serif, 'Microsoft JhengHei', 'Apple LiGothic'!important;
}
.b-items__pagination-main {
    position: relative;
    height: 34px;
}
.b-items__pagination-main > a > span{
    position: absolute;
    top: 0px;
}
.b-items__pagination-main > a.m-left,.m-right {
    position: relative;
    top: -2px;
}
.b-items__pagination-main > a > span.fa-angle-left{
    left: 7px;
}
.b-items__pagination-main > a > span.fa-angle-right{
    right: 7px;
}
.b-items__pagination-main > span > a{
    position: relative;
    top: -10px;
}
.b-info-logo{
    width: 100%;
}
.b-info-logo img{
    width: 250px;
}
.b-info__slogan{
    border-top: 2px solid #57A619;
    padding: 15px 0;
}
.m-home .b-count,.m-home .b-count .m-main{
    background-color: #f2f2f2;
    border-bottom-left-radius: 90% 10%;
    border-bottom-right-radius: 90% 10%;
}
.m-home .b-count__item h2{
    color: #57A619;
}
.b-more__info-block-inside a{
    text-decoration: none;
 }
.b-more__info-block-inside a:hover p{
    color: #57A619;
}

.b-personal .s-titleDet{
    border: none;
}
.b-personal h3.s-titleBg {
    color: #fff;
}
.b-personal h3{
    color: #003D19;
}
.b-personal h4.s-tilteDet{
    text-align: center;
}
.b-personal p{
    padding: 0 12px;
    text-align: justify;
}
.b-personal img{
    width: 45px;
    margin-right: 5px;
    margin-bottom: 7px;
}
.b-personal__worker{
    height: 200px;
    max-height: 280px;
    background-color: #fff;
    border: solid 1px #003D19;
    margin: 0 5px;
}

.b-personal__worker-title{
    position: relative;
}

.b-items__cell.b-items__padding{
   padding: 0;
}
.b-items__cell  ul.b-items__date{
   display: flex;
   color: #f2f2f2;
   font-family: 'Open Sans',sans-serif, 'Microsoft JhengHei', 'Apple LiGothic';
   font-size: .9rem;
   font-weight: 500;
   padding: 10px 0;
   margin:10px 0 0;
   background-color: #003D19;
   list-style: none;
}
.b-items__cell  ul.b-items__date li{
    padding: 0 5px;
    margin: auto;
}
.b-items__cell .b-items__padding{
    padding: 0;
}
.b-items__cell .b-items__cell-info-title.b-items__padding a{
    color: #003D19;
    text-decoration: none;
}
.b-items__cell .b-items__cell-info-title.b-items__padding a:hover{
    color: #57A619;
}
.b-items__cell .b-items__cell-info-title.b-items__padding h2{
    font: 700 1.2rem 'Open Sans',sans-serif, 'Microsoft JhengHei', 'Apple LiGothic';
    text-align: center;
    margin: 0 7px;
}
.b-items__cell .b-items__cell-info.b-items__margin{
    text-align: center;
}

.b-items__cell .b-items__cell-info.b-items__margin a{
    margin-top: 15px;
}
.b-gallery .b-detail__main-title{
  padding: 2px;
}
.b-gallery .b-detail__main table tr td{
  text-align: center;
  font-weight: 500;
  font-size: .95rem;
  padding: 10px 0;
}
.b-gallery .b-detail__main-title-left,.b-detail__main-title-right{
  color: #fff;
  background: linear-gradient(35deg,#003D19,#57A619);
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px; 
}
.b-gallery .b-detail__main-title-left{
  padding-right: 0;
}
.b-gallery .b-detail__main-title-right{
  padding-left: 0;
}
.b-gallery .b-detail__main p{
    font-size: 1rem;
    text-align: justify;
}
.b-detail__main .b-detail__btn{
  text-align: center;
}
.b-gallery .b-detail__main-info-images > h2 > img, .b-article .sitemap-title > h2 > img{
  width: 45px;
  margin-right: 5px;
  margin-bottom: 10px;
}

/* sitemap */
/* .m-home .b-article{
  background-color: #fff;
  border-bottom-left-radius: 90% 10%;
  border-bottom-right-radius: 90% 10%;
} */
.b-article .sitemap-title{
  margin-bottom: 20px;
  text-align: center;
}
.b-article .sitemap-title > h2{
  font-size: 30px;
  font-weight: 500;
}
.b-article ul.sitemap-main{
  padding: 0;
}
.b-article ul.sitemap-main li.sitemap-block{
  width: 100%;
  padding: 5px;
  margin: 0 5px;
}
.b-article ul.sitemap-main li.sitemap-block .sitemap-cf-title{
  text-align: center;
  padding: 10px 13px;
  background: transparent;
  border:solid 1px #57A619;
}
.b-article ul.sitemap-main li.sitemap-block .sitemap-cf-title.deco{
  border: none;
  background: linear-gradient(35deg,#003D19,#57A619);
}
.b-article ul.sitemap-main li.sitemap-block .sitemap-cf-title a{
  color: #003D19;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
}
.b-article ul.sitemap-main li.sitemap-block .sitemap-cf-title.deco a{
  color: #f2f2f2;
}
.b-article ul.sitemap-main li.sitemap-block .sitemap-cf-title a:hover{
  color:#bad842;
}
.b-article ul.sitemap-main li.sitemap-block .sitemap-cf-title > ul > li > a{
  color: #57A619;
}
.b-article ul.sitemap-main .b-blog__aside-categories-list li {
  border: none;
}
.b-article .b-blog__aside-text.deco{
  margin-bottom: 110px;
  border-bottom: solid 1px #f2f2f2;
}

/* sitemap */
.b-detail__main .b-detail__btn button{
  width: 100px;
  height: 50px;
  background-color: #003D19;
  border: none;
  margin-top: 50px;
  transition: all .2s ease-in-out;
}
.b-detail__main .b-detail__btn button::after{
  content: '';
  position: absolute;
  background-color: transparent;
}
.b-detail__main .b-detail__btn button:hover{
  transform: translateY(-5px);
  color: #fff;
  background-color: #00622D;
}

.b-detail__main .b-detail__btn button > p{
  color: #f2f2f2;
  font: 400 .85rem 'Open Sans',sans-serif, 'Microsoft JhengHei', 'Apple LiGothic';
  text-align: center;
}
.b-detail__main .b-detail__btn button::after{
  height: 50px;
}
.b-contacts #contactForm button{
  display: block;
  margin: auto;
}
.b-contacts #contactForm button::after{
  content: "";
  opacity: 0;
  visibility: hidden;
}
.b-contacts label{
    display: block;
    width: 100%;
    color: #f2f2f2;
    margin-bottom: 15px;
    padding: 15px 20px;
    font: 400 .95rem 'Open Sans',sans-serif, 'Microsoft JhengHei', 'Apple LiGothic';
    border: 1px solid #57A619;
    background-color: #569E34;
    text-transform: uppercase;
    text-align: center;
}
.b-contacts__form__info{
  text-decoration: none;
  color: #57A619;
  font-size: 1rem;
  margin-left: 25px;
}
a.b-contacts__form__info:hover {
  text-decoration: none;
  color: #003D19;
}
a.b-contacts__form__info:visited {
  text-decoration: none;
  color: #003D19;
}

.b-contacts__form p.b-contact-checkbox{
    position: absolute;
    display: inline;
    font-size: .85rem;
    text-align: justify;
    top: 167px;
    left: 40px;
}
.b-contacts__form p.b-querycar-checkbox{
  position: absolute;
  display: inline;
  font-size: .85rem;
  text-align: justify;
  top: 6px;
  left: 40px;
}
.b-contacts .b-contacts__form .b-contacts-verifiaction{
    display: block;
    margin: auto;
    padding: 15px 0;
}

.b-contacts-radio .b-contacts-radio-frame{
  display: inline-block;
}

.b-contacts-radio p{
  display: inline-block;
  font-size: .85rem;
  margin-right: 15px;
}

.b-contacts-radio span{
  display: inline-block;
  font-size: .85rem;
  margin: 15px 0 15px;
}

.b-contacts-radio span > input.b-contacts-input{
  position: relative;
  padding: 5px;
}

.s-form select > option{
  color: #569E34;
}

.b-footer__content-social a, .b-footer__content-social a:visited{
    color: #fff;
}
.b-footer__content-social img {
    width: 32px;
    color: #fff;
    margin-bottom: 5px;
}

/* ------ footer ------ */
.b-info__slogan > a{
    color: #003D19;
    text-decoration: none;
    
}
.b-info__slogan > a > p{
    color: #fff;
    font: 600 1.5rem 'Microsoft JhengHei', 'Apple LiGothic';
    margin: 0 0 5px 0;
    letter-spacing: .3rem;
    transition: all .3s ease-in-out;
}

/* 240116 */
.b-info-contact {
  padding-left: 45px;
}
.b-info-contact h3, .b-info__latest h3, .b-info__contacts > p{
    border-color: #57A619;
}

.b-detail__main-aside p{
    font-size: 1rem;
    letter-spacing: .05rem;
    text-align: justify;
}

/* ------ search bar ------ */
.b-nav__list {
  position: relative;
}
.close{
  position:absolute;
  color:#000;
  top: 75px;
  right: -45px;
  font-size:2rem;
  cursor:pointer;
  display:none;
  z-index:100;
  -webkit-transition: all .1s ease-in-out;
  transition:  all .1s ease-in-out;
}

.close:hover{
  color: #003D19;
}
/*-------------- saerch section -----------*/

.search {
  position: relative;
  top: 10px;
  left: 15px;
  width: 30px;
  height: 30px;
  margin: 0;
  background-color: transparent;
  overflow: hidden;
  transition: all 0.5s ease;
}
.search:before {
  content: '';
  display: block;
  width: 3px;
  height: 35px;
  position: relative;
  background-color: #57A619;
  transition: all 0.5s ease;
}
.search.open {
  width: 355px;
  display:flex;
  align-items:center;
}
.search.open:before {
  height: 30px;
  margin: 0 0;
  position: absolute;
}

/* 240116 */
.search-box {
  position: relative;
  /*bottom: 7px;*/
  /* left: 5px; */
  /* width: 90%; */
  left: 0;
  width: 47%;
  height: 100%;
  box-shadow: none;
  border: 1px solid;
  background: transparent;
  color: #555;
  padding: 0px 0px 0px 5px;
  font-size: 1rem;
  border-bottom: #a2a2a2 1px solid;
}
.search-box:focus {
  outline: none;
}
.search-select {
    font-size:1rem;
    height: 100%;
}
.search-button {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px 5px 5px;
  cursor: pointer;
}

.search-icon {
  width: 18px;
  height: 18px;
  border-radius: 20px;
  border: 3px solid #003D19;
  display: block;
  position: relative;
  margin-left: 0px;
  transition: all 0.5s ease;
}
.search-icon:before {
  content: '';
  width: 3px;
  height: 11px;
  position: absolute;
  right: -5px;
  top: 10px;
  display: block;
  background-color: #003D19;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}
.search-icon-go {
  width: 18px;
  height: 18px;
  border-radius: 20px;
  border: 3px solid #003D19;
  display: inline-block;
  position: relative;
  /*top: -4px;*/
  /*left: -5px;*/
  margin-left: 0px;
  transition: all 0.5s ease;
}

  .search-icon-go:before {
      content: '';
      width: 3px;
      height: 11px;
      position: absolute;
      right: -5px;
      top: 10px;
      display: block;
      background-color: #003D19;
      transform: rotate(-45deg);
      transition: all 0.5s ease;
  }
  .b-nav__list ul li .search a {
    width: auto;
  }
    .b-nav__list ul li .search a:hover {
        border-bottom: none;
    }
.search-icon:after {
  content: '';
  width: 3px;
  height: 12px;
  position: absolute;
  right: -12px;
  top: 35px;
  display: block;
  background-color: #003D19;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}
.open .search-button {
  padding: 0px;
}
.open .search-icon {
  margin: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
.open .search-icon:before {
  transform: rotate(45deg);
  right: 10px;
  top: 4px;
  height: 16px;
}
.open .search-icon:after {
  transform: rotate(-225deg);
  right: 10px;
  top: 4px;
  height: 16px;
}



/* b-buttons */
#b-category{
  width: 45px;
  z-index: 1;
}
#b-category::after{
  display: none;
}
#b-join-us{
  width: 85px;
  height: 85px;
  color: #fff;
  background-color: #333;
  font-size: 1.2rem;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  transition: all .2s ease-in-out;
}
  #b-join-us:hover{
      left: 100px;
      color: #fff;
      background-color: #57A619;
      transform: translateY(-5px);
  }
  #b-join-us:active{
      transform: translateY(5px);
      background-color: #003D19;
  }

  /* === owl === */
  .b-homeReviews .owl-theme .owl-controls{
    margin-top: 30px !important;
  }
  .b-homeReviews .owl-theme .owl-controls .owl-buttons div {
    top: -8px;
  }
  footer ul{
    list-style: none;
  }

  /* ---------------------------------
  ============ @media =============
  --------------------------------- */

  @media screen and (min-width:992px) and (max-width:1199px){
    .b-welcome .container{
        padding-top: 34px;
    }
    .b-nav {
        z-index: 9999;
    }
    .b-slider__info h2 {
        clear: both;
        margin: 0;
        font-size: 1.8rem;
        letter-spacing: .1rem;
        text-transform: none;
    }
  }
  @media (max-width:1199px){
    .b-welcome img.b-welcome__img {
        left: -75px;
    }
    .b-info-logo img{
       margin-left: 35px;
    }
    .close {
      top: 75px;
    }
    .search-b .input {
      top: 50%;
      left: 45%;
    }
    .b-items__cell .b-items__cars-one-img-check {
      position: absolute;
      top: 15px;
    }
  }
 
  @media (max-width:991px){ 
    /* 240116 */
    .tbContent{
      flex-direction: column;
    }
    .tbContent .tbLeft,
    .tbContent .tbRight {
      width: 100%;
      padding: 15px 0;
    }
    .tbContent .tbLeft ul {
      flex-direction: row;
    }
    .tbContent .tbRight ul {
      justify-content: center;
    }
      .m-home .b-topBar__tel, .m-home .b-topBar__nav ul li, .m-home .b-topBar__sm ul li, .b-topBar__lang a:hover {
        text-align: center;
    }
    .b-info-contact{
      padding-left: 15px;
      margin-top: 30px;
    }

    .b-best img.b-best_img{
        top: 0px;
        margin-top: 25px;
        margin-bottom: 75px;
    }
    .b-info-logo img {
        margin-left: 5px;
    }
    .close {
      right: -55px;
    }
    .m-home .b-slider__info h2 {
        display: inline-block;
        line-height: 1!important;
        background-color: rgba(0,0,0,.5);
        padding: 15px;
    }
    .b-slider__info h2 {
        font-size: 1.5rem;
        letter-spacing: .1rem;
    }
  }

  /* sticky b-nav 768↑ */
  @media (min-width:768px){
    .b-nav .b-nav__ml{
      margin-left: -15px;
    } 
    /* .show-navPos, */
    .show-winPos {
      position:fixed;
      top:0px;
      right:0px;
      color:#fff;
    }
    .show-winPos {
      top:0px;
    }
    .fixed {
      position:fixed;
      top:0;
      left:0;
      width: 100%;
      z-index: 999999;
    }
    .shadow {
      -webkit-box-shadow: 0px 7px 7px -2px rgba(117,117,117,.2);
       -moz-box-shadow: 0px 7px 7px -2px rgba(117,117,117,.2);
       box-shadow: 0px 7px 7px -2px rgba(117,117,117,.2);
    }
    /* .tbContent ul li.topBar__lang .dropdown ul.dropdown-menu, */
    .m-home .b-topBar__lang ul.dropdown-menu {
      left: 4px;
    }
    /* .m-home .b-count, .m-home .b-count .m-main {
      background-color: #f2f2f2;
      border-bottom-left-radius: 90% 3%;
      border-bottom-right-radius: 90% 3%;
    } */
  }

  @media (min-width:992px){
    .b-nav .b-nav__ml{
      margin-left: -30px;
    }
  }

  @media (max-width:500px){
    .close {
      right: -20%;
    }
    .search-b .input {
      width: 280px;
    }
    .search-b.open {
      width: 350px;
    }
    .b-topBar .b-topBar__tel .sp{
      display: block;
      margin-bottom: 5px;
    }
    .b-slider__info h2 {
        font-size: 1.2rem;
        letter-spacing: .1rem;
    }
    .b-slider__info h3 {
        font-size: .5rem;
        line-height: 1rem;
        letter-spacing: .05rem;
    }
    .b-gallery .b-detail__main h2{
      text-align: center;
    }
    .b-items__cars-one {
      padding: 15px;
    }
  }
    @media (max-width:375px){
      .b-nav__logo img {
         width: 95%;
        height: auto;
      }
      .b-nav__logo ul li {
        padding-right: 0;
      }
      .close {
        position: absolute;
        right: -110px;
      }
      .search-b .input {
        left: 44%;
        width: 250px;
      }
      .search-b.open {
        width: 320px;
    }
  }

.search-img {
    width: 200px;
}