/*
Theme Name: MH-Puraboo
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.sec2_icon {
  position: absolute;
  left: 100px;
  top: 45%;
  max-width: 250px;
  opacity: 0.5;
  transform: rotate(22deg);
}
.sec2_icon.icon_22 {
  left: auto;
  right: 100px;
  max-width: 200px;
  transform: rotate(-16deg);
}
.section-title-container {
  margin-bottom: 25px;
}
.section-title-normal {
  border-bottom: 0;
}
.section-title-normal span {
  border: 0;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.section-title-normal span:after {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 3px;
  height: 100%;
  background: #32459a;
}
.section-title-center b {
  background: transparent;
}
.section-title-center span {
  text-align: center;
  display: inline-block;
  padding: 16px 40px 10px;
  background: #32459a;
  color: #fff;
  border-radius: 35px;
  text-transform: none;
  text-transform: capitalize;
}
.row-tt .col-inner {
  box-shadow: 8px 8px 30px 0 #2a437126;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.5s;
}
.row-tt .col-inner:hover {
  transform: translateY(-10px);
  background: #eafdff4d;
}
.row-tt .box {
  cursor: pointer;
}
.row-tt .box .box-text {
  padding: 10px 15px 20px;
  transition: all 0.5s;
}
.row-tt .box h3 {
  height: 50px;
  line-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
  text-transform: capitalize;
}
h2 {
  font-size: 28px;
}
.box-ct1 {
  color: #32459a;
}
.box-ct1 ul {
  list-style: none;
}
.box-ct1 ul li {
  margin-left: 0;
  position: relative;
  padding-left: 30px;
}
.box-ct1 ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(images/star.png);
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  transform: rotate(22deg);
}
.box-tgt .col-inner {
  padding: 30px 50px 10px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 8px 8px 30px 0 #2a437126;
}
.box-ttct .col-inner {
  padding: 30px 50px 10px;
  background: #eafdff54;
  border-radius: 20px;
  border: 3px dashed #32459a;
}
.row-sp .box {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #32459a;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
}
.row-sp .box:hover {
  background: #eafdff4d;
  transform: translateY(-10px);
  box-shadow: 0px 8px 15px 0 #e3e3e3;
}
.row-sp .box .box-image {
  flex-basis: 35%;
  max-width: 35%;
  border-radius: 10px;
  overflow: hidden;
}
.row-sp .box .box-text {
  flex-basis: 65%;
  max-width: 65%;
  order: -1;
  padding: 10px 20px 10px 0;
}
.row-sp .box .box-text .box-text-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.row-sp .box .box-text h3 {
  text-transform: capitalize;
  margin-bottom: 20px;
}
.row-sp .box .box-text h4 {
  font-size: 18px;
  color: #32459a;
  margin-top: auto;
  border-top: 2px dashed #32459a;
  width: auto;
  display: block;
  padding: 15px 0 0;
}
.row-sp .box .box-text ul {
  list-style: none;
}
.row-sp .box .box-text ul li {
  margin-left: 0;
  position: relative;
  padding-left: 30px;
  color: #32459a;
}
.row-sp .box .box-text ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(images/star.png);
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  transform: rotate(22deg);
}
.wpcf7 input {
  border-radius: 5px;
  min-height: 50px;
}
.wpcf7 textarea {
  border-radius: 5px;
}
.wpcf7 input.wpcf7-form-control.wpcf7-submit.has-spinner {
  padding: 6px 40px 4px;
}
.footer-wrapper {
  box-shadow: 0 -2px 10px rgba(50, 69, 154, 0.12);
}
.footer-wrapper h3 {
  margin-bottom: 20px;
  text-transform: capitalize;
}
.footer-wrapper ul {
  list-style: none;
}
.footer-wrapper ul li {
  margin-left: 0;
}
.footer-wrapper ul li i {
  color: #32459a;
}
.footer-wrapper .col-logo {
  padding-bottom: 0;
}
.footer-wrapper .ux-logo-link {
  margin-top: -40px;
}
.contact {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact .item-ct img {
  display: block;
  width: 50px;
  height: auto;
  border-radius: 50%;
  border: 3px solid #32459a;
  padding: 5px;
  transition: 0.5s ease;
}
.contact .item-ct:hover img {
  animation: hoverScale 1s ease-in-out infinite;
}
.contact .item-ct:nth-child(2) img {
  padding: 0;
}
@keyframes hoverScale {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
    /* phóng */
  }
  75% {
    transform: scale(0.9);
    /* thu nhẹ */
  }
  100% {
    transform: scale(1);
    /* về lại bình thường */
  }
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
