/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
body {
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding-top: 0 !important;
}
#main {
  margin-top: 0;
}
.slide-title {
  font-family: Inter;
  font-size: 50px;
  font-weight: 800;
  line-height: 75px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.slider-text {
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  color: #e1e4ed;
}

.slider-text-logo {
  font-family: Inter;
  font-size: 100px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.56em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  z-index: -1;
  opacity: 0.2;
}

.btn-color-action {
  color: #fff;
  background-color: #1a479e;
}
.btn-color-action:hover {
  color: #fff !important;
  background-color: #3976ed !important;
}
.background-object-fit {
  background-size: cover !important;
}

.img-object-fit {
  object-fit: cover !important;
}

.title span {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  line-height: 45px;
  text-align: left;
  color: #1a479e;
  margin-bottom: 20px;
}

.title-line-bottom {
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 2px solid #e1e4ed;
}

.about img {
  width: 540px;
  height: 500px;
  gap: 0px;
  opacity: 0px;
}

.about .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.about .cart-title h5 {
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  text-align: center;
}

.about .cart-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #19213d;
}

/* .about .cart-about {
  min-height: 283px!important;
  min-width: 352px !important; 
} */
.contact-bg {
  background-image: url(/wp-content/themes/khaihoan/assets/img/home/contact.png);
  max-width: 1440px;
  min-height: 600px;
}
.contact .reason-col {
  border-radius: 12px;
  opacity: 0.9;
}

.contact .reason-col p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.reason-col span {
  font-size: 28px;
  font-weight: 700;
  line-height: 45px;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 6px solid #679be8;
}
.project-text-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #6d758f;
}

.project-text-title {
  font-family: Inter;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  text-align: left;
  color: #353e5d;
}

.project,
.news {
  background-color: #f1f3f7;
}
/* .project-card {
  height: 520px !important;
} */

.card-img {
  height: 246px !important;
}

@media (min-width: 1441px) {
  .container {
    max-width: 1440px !important;
  }
}

@media (min-width: 1440px) {
  #recipeCarousel .carousel-control-prev {
    left: -100px;
  }

  #recipeCarousel .carousel-control-next {
    right: -100px;
  }

  #recipeCarousel2 .carousel-control-prev {
    left: -60px;
  }

  #recipeCarousel2 .carousel-control-next {
    right: -60px;
  }
  #recipeCarousel3 .carousel-control-prev {
    left: -60px;
  }

  #recipeCarousel3 .carousel-control-next {
    right: -60px;
  }
}

@media (max-width: 1024px) and (min-width: 720px) {
  .why-kh span {
    font-size: 23px !important;
  }
  .slider-text-logo {
    font-size: 60px;
  }
}

@media (max-width: 1300px) {
  .slider-text-logo {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .carousel-inner-1 .carousel-item > div {
    display: none;
  }
  .carousel-inner-1 .carousel-item > div:first-child {
    display: block;
    left: 100px;
  }
  .carousel-inner-2 .carousel-item > div {
    display: none;
  }
  .carousel-inner-2 .carousel-item > div:first-child {
    display: block;
    left: 100px;
  }

  .carousel-inner-3 .carousel-item > div {
    display: none;
  }
  .carousel-inner-3 .carousel-item > div:first-child {
    display: block;
    left: 100px;
  }
  .slider-text-logo {
    font-size: 22px;
  }
  #hero .carousel,
  #hero .carousel-inner,
  #hero .carousel-item,
  #hero .carousel-item::before {
    top: 0;
  }
  .carousel-inner-1 .img-slider {
    /* height: 250px; */
  }
  #menu-item-566-vi::before,
  #menu-item-564-vi::before {
    content: '' !important;
  }
  #menu-item-564-en::before {
    content: '' !important;
    padding: 20px 0px 0px 10px !important;
  }

  #menu-item-566-en::before,
  #menu-item-564-en::before {
    content: '' !important;
  }
  #menu-item-566-en::before,
  #menu-item-564-en::before {
    content: '' !important;
    padding: 20px 0px 0px 10px !important;
  }
  .lang-item a {
    padding: 10px 0px !important;
  }
}

.carousel-inner-1 .carousel-item.active,
.carousel-inner-1 .carousel-item-next,
.carousel-inner-1 .carousel-item-prev {
  display: flex;
  margin-bottom: 10px;
}

.carousel-inner-2 .carousel-item.active,
.carousel-inner-2 .carousel-item-next,
.carousel-inner-2 .carousel-item-prev {
  display: flex;
}

.carousel-inner-3 .carousel-item.active,
.carousel-inner-3 .carousel-item-next,
.carousel-inner-3 .carousel-item-prev {
  display: flex;
}

.carousel-inner-1 .img-slider {
  /* height: 250px; */
  width: 100% !important;
}
@media (min-width: 768px) {
  .carousel-inner-1 .carousel-item-end.active,
  .carousel-inner-1 .carousel-item-next {
    transform: translateX(0%);
  }

  .carousel-inner-1 .carousel-item-start.active,
  .carousel-inner-1 .carousel-item-prev {
    transform: translateX(-0%);
  }

  .carousel-inner-2 .carousel-item-end.active,
  .carousel-inner-2 .carousel-item-next {
    transform: translateX(0%);
  }

  .carousel-inner-2 .carousel-item-start.active,
  .carousel-inner-2 .carousel-item-prev {
    transform: translateX(-0%);
  }

  .carousel-inner-3 .carousel-item-end.active,
  .carousel-inner-3 .carousel-item-next {
    transform: translateX(0%);
  }

  .carousel-inner-3 .carousel-item-start.active,
  .carousel-inner-3 .carousel-item-prev {
    transform: translateX(-0%);
  }
}

.carousel-inner-1 .carousel-item-end,
.carousel-inner-1 .carousel-item-start {
  transform: translateX(0);
}
.carousel-inner-2 .carousel-item-end,
.carousel-inner-2 .carousel-item-start {
  transform: translateX(0);
}

.carousel-inner-3 .carousel-item-end,
.carousel-inner-3 .carousel-item-start {
  transform: translateX(0);
}

#recipeCarousel .carousel-control-prev {
  filter: invert(100%);
  bottom: 24px;
  padding: 10px;
  left: -6%;
}

#recipeCarousel .carousel-control-next {
  filter: invert(100%);
  bottom: 24px;
  padding: 10px;
  right: -7%;
}

#recipeCarousel2 .carousel-control-prev {
  filter: invert(100%);
  bottom: 24px;
  padding: 10px;
  left: -7%;
}

#recipeCarousel2 .carousel-control-next {
  filter: invert(100%);
  bottom: 24px;
  padding: 10px;
  right: -7%;
}

#recipeCarousel3 .carousel-control-prev {
  filter: invert(100%);
  bottom: 24px;
  padding: 10px;
  left: -7%;
}

#recipeCarousel3 .carousel-control-next {
  filter: invert(100%);
  bottom: 24px;
  padding: 10px;
  right: -7%;
}

.slider-partner {
  width: 160px;
  height: 30px;
}

.partner img:hover {
  filter: none;
  transform: scale(1.15);
}

.news-card {
  max-width: 500px !important;
  height: 620px;
  border-radius: 10px;
}

.news-card-img-slider {
  height: 380px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.card-border {
  border-radius: 12px !important;
}
.card-project-shadow {
  box-shadow: 0px 2px 2px 0px #00000040;
}
.card-img-border {
  border-radius: 12px !important;
}

.card-border-bottom {
  border-radius: 0 0 12px 12px !important;
}

.news-text-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #353e5d;
  text-transform: uppercase;
}

.news .card-footer {
  background-color: #fff;
  padding-bottom: 20px;
  border: none;
}

.footer-logo {
  height: 3rem;
  /* width: 7.5ren; */
}

.footer-icon {
  /* height: 70px; */
  width: 96px;
}
.contact-services .form-contact p {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #6d758f;
}
.contact-services .form-contact input {
  box-shadow: 2px 4px 4px 2px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
}

.social span {
  text-decoration: none;
  color: #1a479e;
  font-size: 24px;
}

.social span:hover {
  text-decoration: none;
  color: #3976ed;
  font-size: 24px;
}

.social-footer {
  text-decoration: none;
  color: #1a479e;
  font-size: 24px;
}

.footer .social .bi-facebook::before {
  color: #fff;
}

.footer .social .bi-instagram::before {
  color: #fff;
}

.footer .social .bi-twitter::before {
  color: #fff;
}

.footer .social .bi-linkedin::before {
  color: #fff;
}

.footer .social .bi-youtube::before {
  color: #fff;
}

.footer-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  color: #f8faff;
  text-transform: uppercase;
}

.footer-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #f8faff;
}

.footer-text-copy {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #6d758f;
}
.navbar-brand-img {
  width: 178px;
  height: 32px;
}
.tab-content {
  padding: 0 !important;
}

#main-about-us .container-fluid {
  padding: 0 !important;
}

.about-us-vision-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #b4b9c9;
}

.nav-pills .nav-link,
.nav-pills .nav-link {
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #b4b9c9;
  text-transform: uppercase;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:focus {
  background-color: #f1f3f7;
  color: #1a479e;
  font-weight: 7000;
  text-transform: uppercase;
}
.about-us-letter-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  color: #353e5d;
}

.card-letter {
  padding-left: 0 !important;
}

.license-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 15.6px;
  text-align: left;
  color: #19213d;
}
.project-list li {
  padding: 12px 18px;
  background-color: #1a479e;
  border-radius: 6px;
  margin-top: 18px;
  color: #e3efff;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  text-transform: uppercase;
}
.project-list img {
  color: #e3efff;
  padding-right: 16px;
}

td.project-table-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #1a479e;
  text-transform: uppercase;
}

td.project-table-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #6d758f;
}

@media (min-width: 980px) {
  td.project-table-text {
    padding-left: 60px;
  }
}

table.table-project-process {
  padding: 20px 0 !important;
}

.table-project-process tr:last-child td {
  border-bottom: 0;
}

/* .project-card-img-liberty {
  height: 282px !important;
  max-width: 476px;
} */

/* .project-card-img-innews {
  height: 374px !important;
  max-width: 476px;
}

.card-img-influence {
  height: 330px !important;
  max-width: 476px;
} */

/* .card-img-influence-sub {
  height: 163px !important;
  max-width: 476px;
} */

.project-card-contact {
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  text-align: left;
  color: #1a479e;
  text-align: left;
}

@media (max-width: 767px) {
  .project-card-img-liberty {
    max-width: 340px;
  }

  .project-card-img-innews {
    max-width: 320px;
  }
  .card-img-influence {
    max-width: 320px;
  }
  .card-img-influence-sub {
    max-width: 320px;
  }
}

.col-middle .advise-card-img {
  max-width: 255px;
}

.advise-card-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #6d758f;
}

.job-requirement-card-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #1a479e;
}

.news-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #1a479e !important;
}

.news-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #353e5d;
}

.news a {
  color: #4e9fff;
}

.post-entry-vertical h3 a {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #353e5d;
}

.post-entry-vertical .post-date span {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.25px;
  text-align: left;
  color: #353e5d;
}

.post-entry-vertical img {
  width: 100px;
  max-width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: left center;
  border-radius: 10px;
}

.post-title {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  text-align: left;
  color: #1a479e;
}

#header .button-get-started {
  display: none;
}

body:not(.home) #header .button-get-started {
  display: inline-block;
  background-color: #1a479e !important;
  color: #fff;
}

body:not(.home) #header .button-get-started:hover {
  color: #fff !important;
  background-color: #3976ed !important;
}

@media (max-width: 480px) {
  .button-get-started {
    display: none !important;
  }
}

body:not(.home) #header .navbar-brand-img img {
  src: url('/wp-content/themes/khaihoan/assets/img/home/logo.png');
}
.job .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #353e5d;
}

.job .text {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.job-detail {
  padding: 8px 10px;
  background-color: #353e5d;
  color: #fff;
  border-radius: 6px;
}

.job-detail:hover {
  background-color: #b4b9c9;
  color: #333;
}

/* body:not(.home) #header .navbar a {
  color: #b4b9c9;
} */

body:not(.home) #header .navbar a:hover,
.navbar .active,
.navbar .active:focus {
  color: #1a479e !important;
}

#header.header-scrolled .navbar a:hover,
.navbar .active,
.navbar .active:focus {
  color: #1a479e !important;
}

.wpcf7-submit:before {
  content: '\f30b';
  font-family: 'Font Awesome 5 Free' !important;
}

.form-contact-footer {
  padding: 28px;
  border-radius: 10px;
  border: 1px solid #e1e4ed;
}

.license-image {
  display: none;
}

.license-image-display {
  display: block;
}

.polylang_langswitcher {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.lang-item {
  display: inline;
  padding-left: 10px;
  list-style: none;
}

.lang-item a img {
  width: 20px !important;
  height: auto !important;
}

.lang-item a {
  padding: 0 0 0 20px;
}

.lang-item a:focus {
  padding: 0 !important;
}

.current-lang a {
  font-weight: 700;
}

.lang-item {
  display: flex;
}

.lang-item a {
  padding-left: 0;
}

#menu-item-566-vi::before {
  content: '|';
  margin-right: 10px;
  color: #b4b9c9;
  padding: 0;
}

#menu-item-564-vi::before {
  content: '|';
  margin-right: 10px;
  color: #b4b9c9;
  padding: 0;
}

.wrapper-page-padding {
  padding-top: 120px;
}

.wrapper-page-padding-product {
  padding-top: 50px;
}

.product-category-link {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #1a479e;
  text-transform: uppercase;
  padding: 10px;
}

.product-category-link.inactive {
  /* opacity: 0.5; */
  color: #6d758f;
}

.product-category-link:hover {
  /* opacity: 0.5; */
  color: #1a479e;
}

.product-category-link.active {
  font-weight: bold;
  color: #1a479e; /* Active category color */
}
.wrapper-page-padding-cate-product {
  padding-top: 80px;
}
@media (max-width: 690px) {
  .wrapper-page-padding {
    padding-top: 80px;
  }
  #hero h2 {
    font-size: 24px;
    line-height: 46px;
  }
}

.form-contact-footer p {
  margin-bottom: 5px;
}

.news-view-more {
  background: #19479e;
  color: #fff;
  padding: 8px 35px;
  border-radius: 8px;
  display: inline-block;
  margin-top: 5px;
}

.carousel-control-prev {
  left: 7%;
}

.carousel-control-next {
  right: 7%;
}

.about-us-mt-5 {
  margin-top: 5rem !important;
}

@media (max-width: 590px) {
  .carousel-control-prev {
    left: 0;
  }
  .carousel-control-next {
    right: 0;
  }

  #hero .carousel-control-next-icon,
  #hero .carousel-control-prev-icon {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
  #contact .container-fluid.row {
    margin: 0;
  }
  #header,
  #header.header-scrolled {
    padding: 20px 16px;
  }
}

.about-field-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #353e5d;
}

.product-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  color: #353e5d;
}

.product-price {
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  text-align: left;
  color: #ee4d2d;
}

.product-price-category {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #ee4d2d !important;
}
.product-bg {
  max-width: 100%;
  min-height: 108px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1260px) {
  .product-bg {
    max-width: 100% !important;
    max-width: 100% !important;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 385px;
  }
}

.nav-link-services-product {
  background-color: #fff;
  font-size: 20px;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
  text-transform: uppercase;
}

.product-card-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #002851;
  height: 80px;
  margin-bottom: 0;
}

.product-card:hover .card-title-product {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding-top: 40px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.card-product {
  /* height: 396px; */
  border-color: #eceaea;
}

.card-product:hover {
  background-color: #1a479e;
  color: #fff;
  border-radius: 4px;
}

.hover-text {
  position: relative;
  font-size: 16px;
  color: #333;
}

.card-img-product-thumb {
  width: 526px;
  height: 526px;
  background-color: #f1f3f7;
  border-radius: 12px !important;
}

.card-img-product-detail {
  min-width: 120px;
  min-height: 120px;
}

.card-img-product {
  min-width: 116px;
  height: 116px;
  background-color: #f1f3f7;
  border-radius: 10px;
  cursor: pointer;
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 4px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #002851;
  text-decoration: none;
  opacity: 0.8;
}

.pagination .current {
  color: #002851;
  border: 1px solid #002851;
}

.pagination .disabled {
  color: #ddd;
  border: 1px solid #ddd;
}

.pagination a:hover {
  background-color: #f1f1f1;
  border-color: #ddd;
}

.product-detail-block {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.product-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.product-item:last-child {
  border-bottom: none;
}

.product .text {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #353e5d;
}

.product .text {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.product-detail {
  padding: 8px 10px;
  background-color: #353e5d;
  color: #fff;
  border-radius: 6px;
}

.breadcrumb {
  margin-top: 20px;
  padding: 10px 0;
  font-size: 14px;
}

.breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.breadcrumb-item {
  margin-right: 0;
}

.breadcrumb-item a {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #333;
}

.breadcrumb-item:not(:last-child)::after {
  content: '';
  margin-left: 5px;
  margin-right: 5px;
}

.thumbnail-product .thumbnail {
  transition: opacity 0.3s ease;
}

.thumbnail-product .thumbnail.initial {
  opacity: 1;
  border: 2px solid #1a479e;
}

.thumbnail-product .thumbnail.selected {
  opacity: 1;
  border: 2px solid #1a479e;
}

.thumbnail-product .thumbnail:not(.selected):not(.initial) {
  opacity: 0.5;
}

.read-more {
  display: inline-block;
  padding: 20px 0px;
  color: #353e5d;
  text-decoration: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}

.read-more:hover {
  opacity: 0.7;
  color: #0073aa;
}

.read-more .bi {
  margin-left: 8px;
}

.additional-content {
  margin-top: 10px;
}
.contact-product {
  background-color: #f1f3f7;
  border-radius: 16px;
  margin-bottom: 20px;
}

.product-social {
  width: Fill (215px) px;
  height: Hug (56px) px;
  padding: 10px 14px;
  gap: 8px;
  opacity: 0px;
}

.product-social span {
  font-size: 20px;
}

.icon-text-box {
  background-color: #3976ed;
  padding: 10px;
  display: flex;
  border-radius: 5px;
  height: 60px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.icon-text-box i {
  font-size: 24px;
  color: #f1f3f7;
  margin-right: 10px;
}

.icon-text-box .text {
  font-size: 16px;
  color: #fff;
}

.icon-text-box-right {
  background-color: #3976ed;
  padding: 10px;
  align-items: center;
  border-radius: 5px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-direction: column;
}
.product-detail-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  color: #353e5d;
}

.single-product .wrapper-page-padding {
  padding-top: 80px;
}

.single-product .breadcrumb {
  margin-bottom: 0;
}

.single-product .icon-text-box-right span {
  font-size: 18px;
}

.category-description p {
  color: #6d758f;
  font-size: 18px;
}

/* .product-description-wrapper {
  height: 500px;
  overflow: hidden;
} */

.product-description-overlay {
  background: #ffffff9c;
  position: relative;
  padding-top: 24px;
}

.product-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery-certi {
  margin-bottom: 26px;
}

.gallery-certi h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.certificate-item {
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 15px 15px;
  /* flex: 25%; */
  flex-basis: 23%;
}

@media (max-width: 690px) {
  .certificate-item {
    flex-basis: 100%;
  }
}

.certificate-item img {
  width: 100%;
}

.certificate-item h4 {
  color: #002851;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 20px;
}

.list-certificate {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
}

.certificate-item span {
  color: #333;
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}