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

@font-face {
  font-family: "PoppinsVN";
  src: url("fonts/Poppins-Regular.woff2") format("woff2"),
    url("fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVNGilroy";
  src: url("fonts/SVN-Gilroy.woff2") format("woff2"),
    url("fonts/SVN-Gilroy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PoppinsVN";
  src: url("fonts/Poppins-ExtraBold.woff2") format("woff2"),
    url("fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "helveticaneue";
  src: url("fonts/Phelveticaneue.ttf") format("truefont");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SFU Eurostile";
  src: url("fonts/SFUEurostile.eot");
  src: url("fonts/SFUEurostile.eot?#iefix") format("embedded-opentype"),
    url("fonts/SFUEurostile.woff2") format("woff2"),
    url("fonts/SFUEurostile.woff") format("woff"),
    url("fonts/SFUEurostile.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SFU Eurostile Bold";
  src: url("fonts/SFUEurostileBold.eot");
  src: url("fonts/SFUEurostileBold.eot?#iefix") format("embedded-opentype"),
    url("fonts/SFUEurostileBold.woff2") format("woff2"),
    url("fonts/SFUEurostileBold.woff") format("woff"),
    url("fonts/SFUEurostileBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.col-inner {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

.single-page blockquote {
  border-radius: 20px;
  padding: 12px;
  border: dashed 2px orange;
  font-size: 16px;
  font-weight: 400;
  color: black;
  text-align: justify;
  line-height: 1.5;
  word-break: break-word;
}

body,
html,
.header-nav li a {}

h1,
h2,
h3,
h4,
h5,
h6 {}

/*End Font setting*/

.product-small.box {
  box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 8%);
  border-radius: 8px;
}

.product-small .box .box-image {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.price {
  /* font-family: "helveticaneue"; */
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  margin-top: 8px;
}

.price span.amount {
  color: #01b14e;
}

.ux-swatch.selected {
  box-shadow: 0 0 0 0.1rem #51a13e;
  border-radius: 5px;
}

.ux-swatch {
  border-radius: 5px;
}

:root {
  --primary-color: #01b14e;
  --fs-color-primary: #01b14e;
  --fs-color-secondary: #d26e4b;
  --fs-color-success: #7a9c59;
  --fs-color-alert: #b20000;
  --fs-experimental-link-color: #01b14e;
  --fs-experimental-link-color-hover: #111;
}

.tooltipster-base {
  --tooltip-color: #fff;
  --tooltip-bg-color: #000;
}

.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
  --drawer-width: 300px;
}

.off-canvas .mfp-content.off-canvas-cart {
  --drawer-width: 360px;
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row {
  max-width: 1200px;
}

.row.row-collapse {
  max-width: 1170px;
}

.row.row-small {
  max-width: 1192.5px;
}

.row.row-large {
  max-width: 1230px;
}

.header-main {
  height: 83px;
}

#logo img {
  max-height: 83px;
}

#logo {
  width: 176px;
}

.header-bottom {
  min-height: 10px;
}

.header-top {
  min-height: 30px;
}

.transparent .header-main {
  height: 30px;
}

.transparent #logo img {
  max-height: 30px;
}

.has-transparent+.page-title:first-of-type,
.has-transparent+#main>.page-title,
.has-transparent+#main>div>.page-title,
.has-transparent+#main .page-header-wrapper:first-of-type .page-title {
  padding-top: 30px;
}

.header.show-on-scroll,
.stuck .header-main {
  height: 70px !important;
}

.stuck #logo img {
  max-height: 70px !important;
}

.search-form {
  width: 100%;
}

.header-bg-color {
  background-color: #ffffff;
}

.header-bottom {
  background-color: #f1f1f1;
}

.header-main .nav>li>a {
  line-height: 16px;
}

.stuck .header-main .nav>li>a {
  line-height: 50px;
}

.header-bottom-nav>li>a {
  line-height: 16px;
}

@media (max-width: 549px) {
  .header-main {
    height: 70px;
  }

  #logo img {
    max-height: 70px;
  }
}

.nav-dropdown {
  font-size: 100%;
}

body {
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
  color: #000000;
}

.breadcrumbs {
  text-transform: none;
}

button,
.button {
  text-transform: none;
}

.nav>li>a,
.links>li>a {
  text-transform: none;
}

.section-title span {
  text-transform: none;
}

h3.widget-title,
span.widget-title {
  text-transform: none;
}

.header:not(.transparent) .header-nav-main.nav>li>a {
  color: #0a0a0a;
}

.header:not(.transparent) .header-nav-main.nav>li>a:hover,
.header:not(.transparent) .header-nav-main.nav>li.active>a,
.header:not(.transparent) .header-nav-main.nav>li.current>a,
.header:not(.transparent) .header-nav-main.nav>li>a.active,
.header:not(.transparent) .header-nav-main.nav>li>a.current {
  color: #0a0a0a;
}

.header-nav-main.nav-line-bottom>li>a:before,
.header-nav-main.nav-line-grow>li>a:before,
.header-nav-main.nav-line>li>a:before,
.header-nav-main.nav-box>li>a:hover,
.header-nav-main.nav-box>li.active>a,
.header-nav-main.nav-pills>li>a:hover,
.header-nav-main.nav-pills>li.active>a {
  color: #fff !important;
  background-color: #0a0a0a;
}

@media screen and (min-width: 550px) {
  .products .box-vertical .box-image {
    min-width: 300px !important;
    width: 300px !important;
  }
}

.page-title-small+main .product-container>.row {
  padding-top: 0;
}

.nav-vertical-fly-out>li+li {
  border-top-width: 1px;
  border-top-style: solid;
}

/* Custom CSS */

body {
  color: #333;
}

.gallery-columns-1 .gallery-item,
.large-columns-1>.col,
.large-columns-1 .flickity-slider>.col {
  border-bottom: 1px solid #ececec;
  padding-top: 20px;
}

.archive-page-header {
  border-bottom: 1px solid #ececec;
}

div.exqute-masonry-seperator {
  display: none;
}

.woocommerce-result-count.hide-for-medium {
  display: none;
}

.woocommerce-loop-product__title {
  font-size: 0.9em;
}

.term-description,
.text-expand {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 25px;
}

.devvn_readmore_taxonomy_flatsome {
  text-align: center;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  background: #fff;
}

.devvn_readmore_taxonomy_flatsome:before {
  height: 55px;
  margin-top: -45px;
  content: "";
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%);
  display: block;
}

.devvn_readmore_taxonomy_flatsome a {
  color: #fff;
  display: block;
  background: var(--primary-color);
  width: 120px;
  margin: 0 auto;
  font-size: 0.9em;
  padding: 5px 0;
}

.devvn_readmore_taxonomy_flatsome a:after {
  content: "";
  width: 0;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 5px;
}

.devvn_readmore_taxonomy_flatsome_less:before {
  display: none;
}

.devvn_readmore_taxonomy_flatsome_less a:after {
  border-top: 0;
  border-bottom: 6px solid #fff;
}

a.tra-gop-btn {
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}

a.tra-gop-btn span {
  display: block;
  font-size: 70%;
}

/** Rank Math SEO FAQ **/

#rank-math-faq {
  margin-top: 40px;
  border: 1px solid #e0e0e0;
  border-top: 4px solid #22a8e2;
  padding: 20px;
  position: relative;
}

#rank-math-faq .rank-math-question {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  padding: 18px 0 13px;
  margin: 0;
  color: #333;
  cursor: pointer;
  position: relative;
}

#rank-math-faq .rank-math-question:after {
  content: "";
  background: url(//thachpham.com/chevron-down-black.svg) no-repeat right center;
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: rotate(0deg);
  transition: all 0.3s;
}

#rank-math-faq .rank-math-question.faq-active:after {
  transform: rotate(180deg);
}

#rank-math-faq .rank-math-list-item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

#rank-math-faq .rank-math-answer {
  padding: 0 10px;
  color: #666;
  background: #fff;
  font-size: 18px;
}

.SVNGilroy h2 {
  font-size: 45px;
}

/* Tablet */

@media (max-width: 849px) {
  .SVNGilroy h2 {
    font-size: 35px;
  }
}

/* Mobile */

@media (max-width: 549px) {

  .home_clack_usa .img-inner.box-shadow-4.dark,
  .lien-he-tu-van .img-inner.image-zoom.dark {
    margin-top: 0 !important;
  }

  .dinh-huong {
    display: none;
  }

  h2.SVNGilroy {
    font-size: 25px;
  }
}

.label-new.menu-item>a:after {
  content: "New";
}

.label-hot.menu-item>a:after {
  content: "Hot";
}

.label-sale.menu-item>a:after {
  content: "Sale";
}

.label-popular.menu-item>a:after {
  content: "Popular";
}

/* Additional Custom CSS */

.SVNGilroy {
  font-family: "SVNGilroy", sans-serif !important;
}

.SVNGilroy h2 {
  font-family: "SVNGilroy", sans-serif !important;
  color: rgb(31, 92, 186);
  text-align: center;
  line-height: 1.4;
  text-shadow: rgb(31 92 186) 1px 1px 0;
}

.colgiua {
  background-image: url(/wp-content/uploads/2023/05/5hyy.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.row-xuly {
  background-color: #009aff36;
  border-radius: 10px;
  backdrop-filter: blur(10px);
}

.row-xuly .col.medium-6 {
  padding-bottom: 0;
}

.slide-doitac .img {
  background-color: whitesmoke;
  border-radius: 7px;
}

.slide-doitac .col {
  padding-right: 5px;
  padding-left: 5px;
}

.box-service {
  border-radius: 10px;
  padding: 5px;
}

.box-service p {
  margin-bottom: 5px;
}

.box-service .image-cover img {
  border-radius: 5px;
}

.box-service:before,
.box-service:after {
  content: "";
  position: absolute;
  width: 55px;
  height: 30px;
  transition: 0.5s;
}

.box-service:before {
  border-left: 2px solid #3a5cff;
  border-top: 2px solid #3a5cff;
  left: 0;
  top: 0;
}

.box-service1:before {
  border-left: 2px solid #4c9b3c;
  border-top: 2px solid #4c9b3c;
}

.box-service:after {
  border-right: 2px solid #3a5cff;
  border-bottom: 2px solid #3a5cff;
  right: 0;
  bottom: 0;
}

.box-service:hover:before {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.box-service:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.box-service .box-text {
  z-index: 2;
}

.ketnoivoichungtoi {
  background-image: url(/wp-content/uploads/2023/05/arrow.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 25% auto;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border-radius: 10px;
}

input[type="submit"] {
  width: 100%;
  border: none;
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  padding: 18px 20px;
  margin-bottom: 20px;
  background-color: #fa8a1a;
  border-radius: 12px;
  outline: none;
  background-image: url(/wp-content/uploads/2023/05/bg-submit.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
}

.lightbox-content {
  border-radius: 10px;
}

a {
  color: #01b14e;
}

.name.product-title {
  font-size: 1em;
}

.name.product-title a {
  text-align: center;
  font-weight: bold;
}

.copyright p {
  margin: 0;
}

.page-title-inner {
  padding-top: 0;
}

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

.devvn_single_price {
  background-color: #199bc42e;
  border: 1px dashed #199bc4;
  padding: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0 0 10px;
  color: #000;
}

.devvn_single_price .price-line {
  display: flex;
  align-items: baseline;
}

.devvn_single_price span.label {
  color: #333;
  font-weight: 400;
  font-size: 14px;
  padding: 0;
  margin: 0;
  float: left;
  width: 150px;
  text-align: left;
}

.devvn_single_price span.devvn_price .amount {
  font-size: 14px;
  font-weight: 700;
  color: #ff3a3a;
}

.devvn_single_price span.devvn_price del .amount,
.devvn_single_price span.devvn_price del {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}

.topText1 {
  background: url(images/top1.png) 0px 0px no-repeat;
  padding-left: 20px;
  font-size: 14px;
}

.topText2 {}

.topText2 ul {
  display: flex;
  gap: 40px;
}

.topText2 ul li {
  margin: 0;
  list-style: none;
  padding-left: 20px;
  font-size: 14px;
}

.topText2 ul li:nth-child(1) {
  background: url(images/top2.png) 2px 2px no-repeat;
  padding-left: 20px;
}

.topText2 ul li:nth-child(2) {
  background: url(images/top3.png) 2px 5px no-repeat;
  padding-left: 20px;
}

.topText2 ul li a {}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}

.form-flat input:not([type="submit"]),
.form-flat select,
.form-flat textarea {

  border-color: #38C427;
  background: white;

}

.ftFooter {}

}

.ftInfo {}

.ftInfo h4 {
  font-size: 22px;
  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;
  margin: 0;
}

.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/so2.png) center center no-repeat;
  background-size: 36px;
}



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

}

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

}

.ftSocial ul li:hover a {}

.ftList {}

.ftList h3 {
  text-transform: uppercase;
  font-size: 1.1em;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.ftList h3::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 4px;
  border-radius: 5px;
  background: white;
  left: 0;
  bottom: 0;
}

.ftList ul {
  margin-bottom: 0;
}

.ftList ul li {
  list-style: none;
  margin: 0 0 0.5em;
  font-size: 16px;
}

.ftList ul li:last-child {
  margin-bottom: 0;
}

.ftList ul li a {
  position: relative;
  padding-left: 15px;
  transition: all 500ms;
  /* font-size: 15px; */
}

.ftList ul li a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.ftList ul li a:hover {
  padding: 0;
}

.ftList ul li a:hover::before {
  visibility: hidden;
}

.ftImage {}

.ftImage .images img {}

.ftImage .col-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.wishlist-icon {
  display: none !important;
}

.product-small {
  padding: 14px;
}

.product-small .box-image {}

.product-small .box-image .image-fade_in_back {
  position: relative;
  padding-top: 100%;
}

.product-small .box-image .image-fade_in_back img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-small .box-text.box-text-products {
  margin: 0;
  padding: 10px 0;
}

.product-small .box-text.box-text-products .title-wrapper {}

.product-small .box-text.box-text-products .title-wrapper .category {
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: #747474;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 16px;
}

.product-small .box-text.box-text-products .title-wrapper .name.product-title {}


.product-small .box-text.box-text-products .title-wrapper .name.product-title a {
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 37px;
  color: #38C427;
  font-size: 16px;
}


.suggest-search {
  background: #fff;
  border-radius: 8px;
  right: 0;
  max-width: 500px;
  position: absolute;
  top: 50px;
  width: 100vw;
  z-index: 31;
  z-index: 999999;
  box-shadow: 0px -1px 10px 0px #a4a4a4;
  display: none;
}

.list-variants .item-variant:not(:nth-child(3n)) {}

.suggest-search.active {
  display: block;
}

.headingDefault {}

.headingDefault h2 {
  font-size: 32px;
  color: #38C427;
  font-weight: 800;
  margin-bottom: 0;
}

.headingDefault h2::before {
  background: #38C427;
  width: 72px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
}

.aboutHomeInfo {}

.aboutHomeInfo h2 {
  font-size: 24px;
  text-transform: uppercase;
}

.aboutHomeInfo p {
  font-size: 14px;
  text-align: justify;
}

.btnRead1 {
  background: #38C427;
  border-radius: 20px;
  min-width: 185px;
}

.btnRead1 span {}

.btnRead1:hover {}

.btnRead1:hover span {}

.btnRead2 {
  background: #38C427;
}

.btnRead2 span {}

.btnRead2:hover {}

.btnRead2:hover span {}

.xProBoxHome {}

.xProBoxHome .col-inner {
  border-radius: 10px;
}

.xProBoxImage img {
  border-radius: 10px;
}

.xProHome {}

.xProHome .btnSignProRead {
  margin: 25px auto 0 !important;
  background: #38C427;
  color: white;
  padding: 10px 35px;
  border-radius: 40px;
  display: block;
  max-width: 158px;
  text-align: center;
}

.colVisao {}

.colVisao .col-inner {
  border-radius: 15px;
}

.frHomeForm {}

.frHomeForm h2 {
  color: #38c427;
}

.frHomeForm .wpcf7-submit {
  padding: 5px 45px 5px 25px;
  display: inline-block;
  background: url(images/ar1.png) #38C427 no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 17px);
  width: auto;
  font-size: 19px;
  margin: 0;
}

.aboutIframe {}

.aboutIframe iframe {
  border-radius: 15px;
}

.post-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

/* Bài nổi bật */
.post-featured {
  background: #fff;
  /* border-radius: 12px; */
  overflow: hidden;
}

.post-featured img {
  width: 100%;
  height: 326px;
  object-fit: cover;
  border-radius: 12px;
}

.post-content {
  padding: 20px 0;
}

.post-title {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.post-title a {
  color: #38C427;
  text-decoration: none;
}

.post-meta {
  font-size: 13px;
  color: #888;
  margin-bottom: 12px;
  background: url(images/itime.png) 0px 1px no-repeat;
  padding-left: 23px;
}

.post-excerpt {
  color: #555;
  line-height: 1.6;
}

/* Cột phải */
.post-side {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.post-item {
  display: flex;
  gap: 30px;
  align-items: center;
}

.post-item img {
  width: 277px;
  min-width: 277px;
  max-width: 277px;
  height: 144px;
  max-height: 144px;
  object-fit: cover;
  border-radius: 8px;
}

.post-item h3 {
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 6px;
}

.post-item h3 a {
  text-decoration: none;
  color: #38C427;
  font-size: 16px;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 44px;
  margin-bottom: 0;
}

.post-item .post-meta {
  font-size: 12px;
}

.postText1 {
  color: #333333;
  font-size: 14px;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 61px;
  margin-bottom: 0;
}


.partner-slider .owl-dots {
  margin-top: 30px;
}

.partner-slider .owl-dot span {
  width: 28px;
  height: 6px;
}

.partner-slider .owl-dot.active span {
  width: 56px;
  background: #37c837;
}
.visaoLogo{

}
.visaoLogo img{
  width: auto;
}
@media only screen and (max-width: 48em) {

  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .topText1 {
    background: url(images/top1.png) 0px 15px no-repeat;
    padding: 10px 15px;
    font-size: 14px;
  }

  .postText1 {
    margin-top: 10px;
}

  .post-layout {
    grid-template-columns: 1fr;
  }

  .post-featured img {
    height: 240px;
  }

  .post-item {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    display: block;
  }

  .post-item img {
    width: 100%;
    height: 240px;
    max-width: 100%;
    min-width: 100%;
    max-height: unset;
    object-fit: cover;
    margin-bottom: 10px;
  }
}

@media (min-width: 550px) {

  p.form-row-last,
  p.form-row-first {
    width: 100%;
    float: left;
  }


}