/*
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.   ***************/
body {
  top: 0 !important;
}

.skiptranslate {
  display: none !important;
}
.container,
.container-width,
.full-width .ubermenu-nav,
.row {
  /*max-width: 1170px;*/
}
.ftInfo {
}
.ftInfo h4 {
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
.ftInfo h4::after {
  position: absolute;
  content: "";
  width: 62px;
  height: 6px;
  background: white;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}

.ftInfo ul {
}
.ftInfo ul li {
  list-style: none;
  margin: 0 0 0.6em;
  padding-left: 30px;
}
.ftInfo ul li:nth-child(1) {
  background: url(images/ft1.png) 0px 5px no-repeat;
}
.ftInfo ul li:nth-child(2) {
  background: url(images/ft1.png) 0px 5px no-repeat;
}
.ftInfo ul li:nth-child(3) {
  background: url(images/ft2.png) 0px 0px no-repeat;
}
.ftInfo ul li:nth-child(4) {
  background: url(images/ft3.png) 0px 5px no-repeat;
}
.ftSocial {
}

.ftSocial ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.ftSocial ul::before {
  content: "";
  background: white;
  width: 100%;
  height: 1px;
  display: none;
}

.ftSocial ul::after {
  content: "";
  background: white;
  width: 100%;
  height: 1px;
  display: none;
}

.ftSocial ul li {
  margin: 0;
  list-style: none;
}

.ftSocial ul li a {
  width: 36px;
  height: 36px;
  position: relative;
  display: block;
  background: white;
  border-radius: 50%;
}

.ftSocial ul li:nth-child(1) a {
  background: url(images/so1.png) center center no-repeat;
  background-size: 36px;
}



.ftSocial ul li:nth-child(2) a {
  background: url(images/so3.png) center center no-repeat;
  background-size: 36px;
}



.ftSocial ul li:nth-child(5) a {
  background: url(images/so5.png) center center no-repeat;
  background-size: 36px;
  display: none;
}
.ftSocial ul li:hover a {
}

.ftList {
  padding-top: 4px;
}
.ftList h3 {
  font-size: 20px;
  padding-bottom: 9px;
  margin-bottom: 17px;
  position: relative;
  font-weight: 700;
}
.ftList h3::before {
  position: absolute;
  content: "";
  width: 27px;
  height: 3px;
  background: white;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}

.abHome1 {
}
.abHome1 h2 {
  position: relative;
  font-size: 46px;
  padding-left: 20px;
}
.abHome1 h2::after {
  content: "";
  position: absolute;
  background: #ededed;
  width: 100%;
  height: 31px;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.abHome1 p {
  font-size: 14px;
  text-align: justify;
  color: #595959;
}
.abHomeRead {
  background: #2a7037;
  padding: 17px 70px;
  border-radius: 12px;
  min-height: unset;
  line-height: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.iBoxHome {
}
.iBoxHome .col-inner {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 25px;
  padding: 15px;
}
.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 h2 {
  color: #2a7037;
  font-size: 24px;
  margin-bottom: 5px;
}
.iBoxHome .icon-box-text p {
  color: #5c5b5b;
  font-weight: 600;
}
.hdHomePro {
}
.hdHomePro h2 {
  font-size: 32px;
  font-weight: 700;
  color: #213343;
  margin-bottom: 0;
}
.cpHome1 {
}
.cpHome1 h2 {
  font-size: 48px;
}
.cpHome1 p {
  font-size: 14px;
  text-align: justify;
  color: #595959;
  padding-right: 25px;
}
.comHomeItem {
}
.comHomeItemThumb {
}
.comHomeItemCover {
}
.comHomeItemCover img {
}
.comHomeOwl .owl-nav {
}
.comHomeOwl .owl-nav .owl-prev {
}
.comHomeOwl .owl-nav .owl-next {
}

.home-project-slider .owl-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-indent: -9999px;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(-20px, 0px);
}

.home-project-slider .owl-prev:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #2a7037;
  transition: 0.4s all;
  transform: rotate(0);
}

.home-project-slider .owl-prev:after {
  content: "";
  position: absolute;
  background: url(images/arrow-left.svg) center no-repeat;
  background-size: 15px;
  width: 25px;
  height: 12px;
}

.home-project-slider .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-indent: -9999px;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(20px, 0px);
}

.home-project-slider .owl-next:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #2a7037;
  transition: 0.4s all;
  transform: rotate(0);
}

.home-project-slider .owl-next:after {
  content: "";
  position: absolute;
  background: url(images/arrow-right.svg) center no-repeat;
  background-size: 15px;
  width: 25px;
  height: 12px;
}

.home-project-slider .owl-prev:hover:before,
.home-project-slider .owl-next:hover:before {
  transition: 0.4s all;
  transform: rotate(45deg);
}
.lydoHeading {
}
.lydoHeading h2 {
  font-size: 32px;
  font-weight: 700;
  color: #213343;
  margin-bottom: 0;
}
.lydoCol {
}
.lydoCol .icon-box {
}
.lydoCol .icon-box .icon-box-img {
}
.lydoCol .icon-box .icon-box-img .icon {
}
.lydoCol .icon-box .icon-box-img .icon .icon-inner {
}
.lydoCol .icon-box .icon-box-img .icon .icon-inner img {
}
.lydoCol .icon-box-text {
}
.lydoCol .icon-box-text h3 {
  color: #2a7037;
  font-size: 20px;
}
.lydoCol .icon-box-text p {
  color: #595959;
}
.postHomeHeading {
}
.postHomeHeading h2 {
  font-size: 32px;
  font-weight: 700;
  color: #213343;
  margin-bottom: 0;
}
.chatluongBox {
}
.chatluongBox h2 {
  margin-bottom: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: end;
}
.chatluongBox p {
  font-weight: 500;
  font-size: 15px;
  word-spacing: 0.06em;
}
.chatluongBox h2::before {
  content: "";
  width: 93px;
  height: 1px;
  display: block;
  background: #37de56;
  transform: translate(0px, -8px);
}
.chatluongBox h2::after {
  content: "";
  width: 93px;
  height: 1px;
  display: block;
  background: #37de56;
  transform: translate(0px, -8px);
}

.postHomeGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.postHomeItem {
  position: relative;
  overflow: hidden;
}
.postHomeItemThumb {
}
.postHomeItemCover {
  padding-top: 142%;
  position: relative;
}
.postHomeItemCover img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  transition: all 500ms;
}
.postHomeItemContent {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  left: 0;
  background: hsl(0deg 0% 0% / 80%);
  padding: 20px 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  transition: all 500ms;
}
.postHomeItemTitle {
  margin-bottom: 10px;
}
.postHomeItemTitle a {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.postHomeItemText1 {
  color: hsl(0deg 0% 100% / 80%);
  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;
  transition: all 500ms;
}
.postHomeItemReadMore {
}
.postHomeItemReadMore a {
  color: white;
  font-weight: bold;
  font-size: 14px;
}
.postHomeItem:hover .postHomeItemTitle a {
}
.postHomeItem:hover .postHomeItemText1 {
  -webkit-line-clamp: 4;
  height: auto;
}
.postHomeItem:hover .postHomeItemCover img {
  transform: scale(1.1);
}
.postHomeItem:hover .postHomeItemReadMore a {
}
.postHomeItem:hover .postHomeItemContent {
  background: hsl(118deg 80% 21% / 90%);
}

.breamBox {
  min-height: 45px;
  align-items: center;
  display: flex;
  position: relative;
  background-color: rgb(241, 241, 241);
  width: 100%;
}

.breamBox a {
  color: black;
}
.breadcrumb_last {
  font-weight: bold;
  color: #2a7037;
}

.pagePostHeading {
  margin-bottom: 20px;
}

.pagePostHeading h1 {
  background: transparent;
  display: block;
  width: auto;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 1.8em;
  text-transform: uppercase;
  margin: 0;
  color: #2a7037;
  text-align: center;
}

.pagePostHeading h1 a {
  color: white;
}

.postPage {
  padding: 30px 0;
}

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

.pagePostDetails {
  padding: 30px 0;
}

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

.signPostBoxEx {
  margin-bottom: 30px;
  border-radius: 8px;
  color: black;
}

.signDate {
  display: none;
}

.signPostBoxEx p {
  margin-top: 10px;
}

.signPostBoxTitle h1 {
  margin: 0 0 25px 0;
  line-height: 1.4;
  text-align: center;
  font-size: 1.5em;
  background: linear-gradient(110.15deg, #247eda 5.6%, #81e2a6 95.6%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.pagePostDetails {
  padding: 30px 0;
}

.relate-post h3 {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  font-size: 1.5em;
  color: #2a7037;
  text-transform: uppercase;
  margin-top: 20px;
}

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

.postRelate:hover .postTwoThumb img {
  transform: scale(1.1);
}
.pPageItem:hover .pPageItemThumb img {
  transform: scale(1.1);
}
.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;
}

.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.9em;
  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: #2a7037;
}

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

.signPostHeading {
}

.signPostHeading h1 {
  text-transform: uppercase;
  font-size: 1.4em;
  color: #2a7037;
}

.postRelate:hover .postTwoTitle a {
  color: #2a7037;
}

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

#secondary {
  position: sticky;
  top: 60px;
}

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

.widget .widget-title {
  background: #2a7037;
  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;
}

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

.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: flex;
  padding: 0.75rem;
  border-radius: 0.5rem;
  background: white;
  /*    align-items: center;*/
}

.pPageItemThumb {
  position: relative;
  max-width: 310px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0.5em;
  height: 190px;
  width: 290px;
}

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

.pPageItemContent {
}

.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 .pPageItemTitle a {
  color: #2a7037;
}

.pPageItem:hover .pPageItemTitle a {
  color: #2a7037;
}
.boxPostGrid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 25px;
}

.abPage1 .text1 {
  background: url(images/ab2.png) no-repeat;
  padding: 24px 30px;
  background-size: 100% 100%;
}
.abPage1 .text1 p {
  color: white;
  margin-bottom: 0;
  font-weight: 600;
}
.phucvuHeading h2 {
  color: #595959;
  font-size: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.abPage5Info .col-inner {
  background: url(images/ab5.png) no-repeat;
  background-size: contain;
  border-radius: 20px; /* overflow: hidden; */
}
.abPage5Info .col-inner p {
  color: white;
  font-size: 16px;
}
.abPage5Info .img {
  margin-bottom: -80px;
}
.abText7 {
}
.abText7 .col-inner {
}
.abText7 .col-inner .text {
  padding: 0 20px;
}
.abText7 .col-inner .text::before {
  content: "";
  background: url(images/phay1.png) no-repeat;
  width: 18px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.abText7 .col-inner .text::after {
  content: "";
  background: url(images/phay2.png) no-repeat;
  width: 18px;
  height: 15px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.abText7 .col-inner .text p {
  margin-bottom: 5px;
}
.xProTab {
}
.xProTab .nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.xProTab .nav .tab {
  margin: 0;
}
.xProTab .nav .tab a {
      display: block;
    text-align: center;
    background: #595959;
    color: white;
    font-size: 15px;
    font-weight: bold;
    border-radius: 10px;
    padding: 7px 4px;
}
.xProTab .nav .tab a::before {
  content: "";
  display: none;
}
.xProTab .nav .tab a span {
}
.xProTab .nav .tab.active {
  text-align: center;
}
.xProTab .nav .tab.active a {
  background: #2a7037;
}
.xProHeading {
}
.xProHeading h2 {
  color: #2a7037;
  font-size: 24px;
}
.xProHeading p {
  color: #595959;
  margin-bottom: 5px;
}
.xProSt .row .col.large-6 {
  margin-bottom: 30px;
}
.hdTop {
}
.hdTop ul {
  display: flex;
  gap: 30px;
  align-items: center;
  list-style: none;
  justify-content: center;
}
.hdTop ul li {
  margin: 0;
  padding-left: 25px;
}
.hdTop ul li a {
  font-size: 15px;
}
.hdTop ul li strong {
  color: #2a7037;
}
.hdTop ul li:nth-child(1) {
  background: url(images/hd1.png) 0px 2px no-repeat;
}
.hdTop ul li:nth-child(2) {
  background: url(images/hd2.png) 0px 2px no-repeat;
}
.xProHome {
}
.xProHomeRow {
}
.xProHomeRow .col {
  padding: 0;
}
.xProHomeRow .xCol1 {
}
.xProHomeRow .xCol1 .col-inner {
  padding: 35px 120px;
  height: 100%;
  position: relative;
}
.xProHomeRow .xCol1 .col-inner::after{
    position: absolute;
    content: "";
    background: url(images/elip1.png);
    width: 179px;
    height: 202px;
    z-index: 99;
    right: 0;
    bottom: 0;
}
.xProHomeRow .xCol1 h3 {color: white;font-size: 32px;margin-bottom: 5px;}
.xProHomeRow .xCol1 h4 {background: hsl(0deg 0% 0% / 40%);color: white;display: inline-flex;width: auto;padding: 6px 16px;border-radius: 8px;font-size: 15px;align-items: center;}
.xProHomeRow .xCol1 p{
    color: white;
    font-size: 16px;
    text-align: justify;
}

.xProHomeRow .button {background: #FEF4EA;color: #595959;border: none;box-shadow: none;border-radius: 10px;padding: 4px 29px;}
.xProHomeRow .button span {
}
.xProHomeRow .xCol2 {
}
.xProHomeRow .xCol2 .col-inner{
   height: 100%;
}
.xProHomeRow .xCol2 .col-inner .img {
   height: 100%;
}
.xProHomeRow .xCol2 .col-inner .img .img-inner{
   height: 100%;
}
.xProHomeRow .xCol2 .col-inner .img .img-inner img{
      height: 100%;
    object-fit: cover;
}
.xProHomeRow .button {
   
    z-index: 9999;
}
.xProHomeRow .xCol1 h3 {
  z-index: 9999;
}
.xProHomeRow .xCol1 h4 {
   z-index: 9999;
}
.xProHomeRow .xCol1 p {

    z-index: 9999;
    position: relative;
}
/*desktop*/
@media only screen and (min-width: 1200px) {
  .xProHomeRow .xCol1 p {
    color: white;
    font-size: 16px;
    text-align: justify;
    z-index: 999999;
    position: relative;
}
  .rRowx .abPage1 {
    padding-right: 0;
  }
  .rRowx .abPage2 {
    padding-left: 0;
  }
}

@media only screen and (max-width: 48em) {
  .xProHomeRow .xCol1 .col-inner {
    padding: 20px 15px;

}
    .xProTab .nav {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}
  .abPage5Info .col-inner p {
    text-align: justify;
  }
  .abPage5Info .col-inner {
    background-size: cover;
  }
  .abPage1 .text1 {
    margin-bottom: 15px;
  }
  .postRelate {
    flex-wrap: wrap;
  }

  .signRelateGrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
  .chatluongBox h2 {
    font-size: 16px;
  }
  .postHomeHeading h2 {
    font-size: 27px;
    font-weight: 700;
    color: #213343;
    margin-bottom: 0;
  }
  .lydoCol .col-inner {
    margin-bottom: 10px;
  }
  .lydoHeading h2 {
    font-size: 27px;
  }
  .home-project-slider .owl-prev {
    transform: translate(-12px, 0px);
  }
  .home-project-slider .owl-next {
    transform: translate(12px, 0px);
  }
  .cpHome1 h2 {
    font-size: 35px;
  }
  .hdHomePro h2 {
    font-size: 26px;
  }
  .abHome1 h2 {
    font-size: 35px;
  }
  .postHomeGrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .button.icon.is-small {
    background: #2a7037;
  }
  .ftInfo h4 {
    font-size: 22px;
  }
}
