/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.breamBox {
  background: #f5f5f5;
  padding: 10px 0;
}
.breamBox span {
}
.breamBox span > span {
  font-size: 14px;
  color: #252a2b;
}
.breamBox span > span > a {
  color: #252a2b;
}
.container,
.container-width,
.full-width .ubermenu-nav,
.row {
  /*max-width: 1170px;*/
}

.xHomeBanner {
}

.xHomeBanner h2 {
  font-size: 3.2em;
}

.xHomeBanner p {
  color: white;
}

.xHomeBanner .button {
  background: #01673a !important;
  border-radius: 8px;
  border: 1.5px solid white;
  height: 40px;
  line-height: 40px;
}

.xHomeBanner .button span {
}

.headingDefault {
}

.headingDefault h2 {
  text-transform: uppercase;
  font-size: 1.8em;
  color: #212c2b;
}

.iBoxHome {
}

.iBoxHome .icon-box-img {
}

.iBoxHome .icon-box-img .icon {
}

.iBoxHome .icon-box-img .icon .icon-inner {
}

.iBoxHome .icon-box-img .icon .icon-inner img {
}

.iBoxHome .icon-box-text {
}

.iBoxHome .icon-box-text h3 {
  color: #1f1f1f;
}

.iBoxHome .icon-box-text p {
}

.categoryHome {
}

.categoryHome .box-category {
}

.categoryHome .box-image {
}

.categoryHome .box-image img {
}

.categoryHome .box-text {
  margin-bottom: 0;
  padding-bottom: 0;
}

.categoryHome .box-text .box-text-inner {
}

.categoryHome .box-text .box-text-inner .header-title {
  font-size: 1.2em;
  margin-bottom: 5px;
}

.categoryHome .box-text .box-text-inner .count {
  display: none;
}

.headHotline {
  font-weight: bold;
}

.ftInfo {
}

.ftInfo ul {
  margin: 0;
}

.ftInfo ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  padding-left: 24px;
}

.ftInfo ul li:nth-child(1) {
  background: url(images/i1.png) 0px 5px no-repeat;
  background-size: 16px;
}

.ftInfo ul li:nth-child(2) {
  background: url(images/i1.png) 0px 5px no-repeat;
  background-size: 16px;
}

.ftInfo ul li:nth-child(3) {
  background: url(images/i2.png) 0px 1px no-repeat;
  background-size: 16px;
}

.ftInfo ul li:nth-child(4) {
  background: url(images/i3.png) 0px 4px no-repeat;
  background-size: 16px;
}

.postGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.postItem {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  overflow: hidden;
}

.postItemThumb {
}

.postItemImage {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}

.postItemImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms;
}

.postItemContent {
  padding: 20px;
}

.postItemTitle {
  margin-bottom: 8px;
}

.postItemTitle a {
  font-size: 16px;
  color: #01673a;
  font-weight: bold;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 46px;
}

.postItemDesc {
  color: #333333;
  font-size: 14px;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 44px;
  margin-bottom: 15px;
}

.postItemReadMore {
}

.postItemReadMore a {
  font-size: 12px;
  color: #01673a;
  font-weight: bold;
  /* background: url(images/ar3.png) no-repeat; */
  padding-left: 0;
  /* height: 25px; */
  display: flex;
  align-items: center;
  background: #01673a;
  display: inline-block;
  color: white;
  padding: 7px 14px;
  border-radius: 7px;
  text-transform: uppercase;
}

.postItem:hover .postItemImage img {
  transform: scale(1.1);
}

.postItem:hover .postItemTitle a {
}

.postItem:hover .postItemReadMore a {
}

.aboutInfo {
}

.aboutInfo h2 {
}

.aboutInfo h3 {
}

.aboutInfo p {
}

.xVisionCol {
}

.xVisionCol .col-inner {
  padding: 20px;
  background: white;
  border-radius: 15px;
  overflow: hidden;
}

.xVisionCol h3 {
}

.xSubVision {
  display: flex;
  align-items: center;
}

.xSubVision .icon-inner {
}

.xSubVision .icon-inner img {
  padding: 0;
}

.xSubVision .icon-box-text h3 {
  font-size: 1.1em;
  margin: 0;
}

.xSubVision p {
}

.categoryList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.categoryItem {
}

.categoryItemThumb {
}

.categoryItemCover {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.categoryItemCover img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 500ms;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.categoryItemContent {
}

.categoryItemTitle {
  padding: 4px 0;
  text-align: center;
}

.categoryItemTitle a {
  color: black;
  text-align: left;
  font-weight: bold;
  font-size: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.categoryItemText {
  font-size: 16px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 51px;
}

.headingCategory {
}
.headingCategory p {
  margin-bottom: 0;
}

.categoryItem:hover .categoryItemTitle a {
  color: rgb(1, 103, 58);
}

.categoryItem:hover .categoryItemCover img {
  transform: scale(1.1);
}

.headingCategory h1 {
  font-size: 2em;
}
.proPageList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.pagePro {
  padding: 30px 0;
}
.signProPage {
  padding: 30px 0;
}
.benefitGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.beItem {
  background: url(images/ar2.png) top no-repeat white;
  text-align: center;
  padding: 0 30px 30px;
}
.beThumb {
  transform: translate(0px, -59px);
  margin-bottom: -50px;
}
.beThumb img {
}
.beContent {
}
.beTitle {
  color: #3c96be;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 35px;
  height: 76px;
}
.beText1 {
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.proHomeItem {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 8px;
  overflow: hidden;
}
.proHomeItemThumb {
  margin-bottom: 5px;
  padding: 10px;
}
.proHomeImage {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.proHomeImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 500ms;
}
.proHomeItemContent {
  padding: 14px;
}
.proHomeItemTitle {
  margin-bottom: 3px;
}
.proHomeItemTitle a {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 26px;
}
.proHomeGroup {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.proHomeGroup .proHomeItemPrice {
}
.proHomeItemPrice {
  font-size: 16px;
}
.proHomeItemPrice .new span {
  color: #1c6ba0;
}
.proHomeGroup .proHomeItemPrice .contact {
  font-weight: bold;
  color: #1c6ba0;
  /* font-size: 14px; */
}

.proHomeItemReadMore {
}
.proHomeItemReadMore a {
  font-size: 13px;
  color: #333333;
  font-weight: bold;
}
.proHomeGroupBox1 {
}
.proHomeGroupBox2 a {
  width: 40px;
  height: 40px;
  background: url(images/iaddto.png) no-repeat;
  background-size: 40px;
  display: block;
}
.proHomeItem:hover .proHomeItemTitle a {
}
.proHomeItem:hover .proHomeImage img {
  transform: scale(1.1);
}
.proHomeItemText {
  font-size: 16px;
  padding: 0px 0;
  text-align: left;
  color: #01673a;
  margin-top: 5px;
  margin-bottom: 10px;
}
.pageProHeaing {
}
.pageProHeaing h1 {
  text-align: center;
  color: #01673a;
}
.servicesCol {
}
.servicesCol .col-inner {
  border-radius: 10px;
}
.colWhy ul {
  list-style: none;
}
.colWhy li {
  list-style: none;
}

.widget {
  border-radius: 5px;
  overflow: hidden;
}

.widget .widget-title {
  background: rgb(1, 103, 58);
  color: white;
  display: block;
  padding: 15px 30px;
}

.widget .widget-title span {
}

.widget .is-divider {
  display: none;
}

.widget ul {
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: white;
}

.widget ul li {
  border: none !important;
}

.widget ul li a {
  border-bottom: 1px dashed #cecaca !important;
  display: block;
  line-height: 18px;
  padding: 10px 24px 10px 5px;
  position: relative;
  margin-bottom: 0;
  color: black;
}

.widget ul li:last-child a {
  border: none !important;
}

.postAsideList {
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: white;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}

.postAsideHomeItem {
  display: flex;
  gap: 10px;
  align-items: center;
}

.postAsideHomeItemThumb {
  height: 60px;
  min-width: 60px;
  max-width: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.postAsideHomeItemThumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.postAsideHomeItemContent {
}

.postAsideHomeItemTitle {
}

.postAsideHomeItemTitle a {
  color: black;
  font-size: 0.95em;
  font-style: normal;
  /* line-height: normal; */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.postAsideHomeItemDesc {
  display: none;
}

.postAsideHomeItem:hover .postAsideHomeItemTitle a {
  color: rgb(1, 103, 58);
}

.boxPostGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}

.pPageItem {
  gap: 20px;
  overflow: hidden;
  box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  display: block;
  padding: 0.75rem;
  border-radius: 0.5rem;
  background: white;
  /*    align-items: center;*/
  flex-wrap: wrap;
}

.pPageItemThumb {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 100%;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0.5em;
}
.pPageItemThumbCover {
  position: relative;
  width: 100%;
  padding-top: 65%;
  overflow: hidden;
}
.pPageItemThumbCover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 500ms;
}
.postAsideHomeItemCover {
}
.postAsideHomeItemCover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pPageItemThumb img {
}

.pPageItemContent {
  padding: 10px 0;
}

.pPageItemTitle {
}

.pPageItemTitle a {
  font-weight: bold;
  color: black;
  font-size: 18px;
  text-transform: uppercase;
}

.pPageItemDate {
  color: #0066b5;
}

.pPageItemDescription {
  margin-top: 8px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: justify;
  color: black;
  margin-bottom: 10px;
}

.pPageItemRead {
  margin-top: 15px;
}

.pPageItemRead a {
  height: 35px;
  background: #0066b5;
  border: 1px solid #cbd5e1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  font-size: 0.775rem;
  text-transform: uppercase;
  line-height: 130%;
  color: white;
  max-width: 110px;
}

.pPageItem:hover .pPageItemThumbCover img {
  transform: scale(1.1);
}
.pPageItem:hover .pPageItemTitle a {
  color: #01673a;
}
.postPage {
  padding: 30px 0;
}
.pagePostDetails {
  padding: 30px 0;
}

.signRelateGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}
.relate-post {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  font-size: 1.5em;
  color: rgb(1, 103, 58);
  text-transform: uppercase;
}

.postTwoThumb {
  width: 202px;
  flex-shrink: 0;
  border-radius: 0.25rem;
  overflow: hidden;
}

.postTwo {
  background-color: white;
  padding: 0.75rem;
  border-radius: 0.5rem;
  margin-bottom: 33px;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.postTwoThumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s;
  transition-duration: 0.3s;
}

.postRelate {
  flex-wrap: wrap;
  background: white;
  box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  margin-bottom: 0px !important;
}

.postRelate .postTwoThumb {
  width: 100%;
  height: 160px;
}

.postTwoTitle a {
  font-size: 1em;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: bold;
  height: 49px;
  margin-bottom: 5px;
}

.postTwoDescription {
  font-size: 0.9em;
  color: black;
  /* line-height: normal; */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 48px;
}

.signPostBoxContent {
}
.signPostBoxContent ul {
  padding-left: 17px;
}

.proListAside {
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: white;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}

.proAsideItem {
  display: flex;
  gap: 10px;
  align-items: center;
}

.proAsideThumb {
  height: 60px;
  min-width: 60px;
  max-width: 60px;
  /* border-radius: 50%; */
  overflow: hidden;
  /* border: 1px solid #efefef; */
}

.proAsideThumb img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.proAsideContent {
}

.proAsideTitle {
  margin-bottom: 5px;
}

.proAsideTitle a {
  color: black;
  font-weight: bold;
  font-size: 0.95em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 49px;
}

.proAsideGrPrice {
  display: flex;
  font-size: 0.85em;
  gap: 10px;
  align-items: end;
}

.proAsideGrPrice .new {
}

.proAsideGrPrice .new .woocommerce-Price-amount {
  color: #b20000;
}

.proAsideGrPrice .old {
}

.proAsideGrPrice .old .woocommerce-Price-amount {
}

.proItemPrice {
  display: flex;
  font-size: 0.85em;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.proItemPrice .new {
  font-size: 20px;
  order: 2;
}

.proItemPrice .new .woocommerce-Price-amount {
  color: #b20000;
}

.proItemPrice .old {
}

.proItemPrice .old .woocommerce-Price-amount {
  font-size: 15px;
}
.woocommerce-tabs{
  margin-top: 20px;
}
.signAddCart{
  display: none;
}
.headHotline {background: url(images/hotline.png) no-repeat #01673a;background-size: 30px;background-position-x: 9px;background-position-y: center;padding: 3px 18px 3px 48px;color: white;border-radius: 40px;}
.headHotline b{display: block;}
.headHotline span{

}
.contactCol{

}
.contactCol h2{

}
.contactCol p{

}
.contactColImage .img-inner img{
  width: auto;
  margin: auto;
}
/*desktop*/
@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 48em) {
  .postGrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
  .button.icon.is-small {
      background: #01673a !important;
}
  .boxPostGrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
}
  .proPageList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .categoryList {
    grid-template-columns: repeat(2, 1fr);
  }
}
