@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
.gradient-style-1 {
  background: #ff8b02;
  background: linear-gradient(180deg, #ff8b02 0%, #ff6302 100%);
  color: white;
}
.title-thc {
  font-size: 2.5rem;
  color: #000000;
  font-family: "Lora", Sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 1rem;
}
h1, .h1 {
  font-size: 1.8rem;
}
h2, .h2 {
  font-size: 1.7rem;
}
h3, .h3 {
  font-size: 1.6rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.4rem;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lora", Sans-serif;
  color: #000;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Lora", Sans-serif;
  color: #000;
  font-weight: 400;
}
body {
  font-family: "Poppins", sans-serif;
  color: var(--text_color);
}
p {
  margin-bottom: 0.2rem;
}
.gradient-style-1:hover {
  color: var(--third_color);
}
.box-shadow-style-1 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.card-hover {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.card-hover:hover {
  cursor: pointer;
  box-shadow: -1px 10px 29px 0px rgba(0, 0, 0, 0.8);
}
.img-wrap {
  overflow: hidden;
}
.load-more:hover {
  cursor: pointer;
}
#ftwp-header-title {
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 16px;
}
.primary-button button, .primary-button a {
  text-transform: uppercase;
  text-decoration: none;
  color: #1b1b1b;
  padding: 0.5rem 2rem;
  border: 1px solid;
  border-radius: 1000px;
  display: inline-block;
  transition: all 0.2s;
  position: relative;
  min-width: 150px;
  font-size: 0.9rem;
  text-align: center;
}
.primary-button button i, .primary-button a i {
  width: 40px;
  height: 40px;
  padding: 10px;
  background: var(--primary_color);
  border-radius: 50%;
  border: 1px solid white;
  margin-left: 10px;
  transition: 0.5s all;
  transform: rotate(0deg);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.primary-button button:hover, .primary-button a:hover {
  background-color: var(--primary_color);
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}
.primary-button button:active, .primary-button a:active {
  transform: translateY(-1px);
  background-color: #584bd1;
}
.button-thc-pri a {
  color: white;
  height: 40px;
  background: var(--primary_color);
  border: none;
  padding: 15px 60px;
  display: flex;
  align-items: center;
  width: max-content;
  font-weight: 600;
  border-radius: 5px;
}
.button-thc-pri button {
  color: white;
  height: 40px;
  background: var(--primary_color);
  border: none;
  padding: 15px 60px;
  display: flex;
  align-items: center;
  width: max-content;
  font-weight: 600;
  border-radius: 5px;
}
.button-thc-sec a {
  color: var(--primary_color);
  height: 40px;
  background: #f2f2f2;
  padding: 15px 60px;
  display: flex;
  align-items: center;
  width: max-content;
  font-weight: 600;
}
.button-thc-sec button {
  color: var(--primary_color);
  height: 40px;
  background: #f2f2f2;
  padding: 15px 60px;
  display: flex;
  align-items: center;
  width: max-content;
  font-weight: 600;
}
.button-thc-pri:hover a {
  background: #a51a16;
}
.button-thc-pri:hover button {
  background: #a51a16;
  color: white;
}
.button-thc-sec:hover a {
  background: var(--primary_color);
  color: white;
}
.button-thc-sec:hover button {
  background: var(--primary_color);
  color: white;
}
.thc-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.thc-center-vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.img-wrap img, .thumbnail-wrapper img {
  transition: 0.3s;
}
.img-wrap:hover, .thumbnail-wrapper:hover {
  cursor: pointer;
}
.img-wrap:hover img, .thumbnail-wrapper:hover img {
  transform: scale(1.1);
}
.img-wrap:hover.no-scale-image img, .thumbnail-wrapper:hover.no-scale-image img {
  transform: none;
}
.thumbnail-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 66.67%;
  /* 2:3 ratio */
  overflow: hidden;
}
.thumbnail-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}
.no-scale-image:hover img {
  transform: unset;
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
#Side_slide {
  display: none;
}
.form-ft-input .wpcf7-submit {
  padding: 10px 14px;
  background-color: var(--secondary_color);
  color: white;
  border-radius: 10px;
  margin-left: 15px;
  font-weight: 500;
  font-size: 13px;
  border: none;
  height: 100%;
}
.menu-footer li a {
  color: white;
}
#menu-info-footer {
  list-style: none;
}
/* end scrollToTop */
.loading-overlay {
  position: fixed;
  display: none;
  z-index: 9999999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.footer-wrap > .row {
  flex-wrap: unset;
}
.loading-overlay > i {
  margin: auto;
  font-size: 60px;
  color: var(--primary_color);
  animation: rotate360 linear 0.5s infinite;
}
section .title {
  color: var(--primary_color);
  font-size: 28px;
  font-weight: 500;
  line-height: 35px;
}
section .title-with-border {
  color: var(--primary_color);
  width: max-content;
  font-size: 28px;
  font-weight: 500;
  padding: 10px 60px;
  margin: auto;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  border-radius: 50px;
  border: 1px solid var(--primary_color);
}
.half-fluid .left-half, .half-fluid .right-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
@media (min-width: 992px) {
  .half-fluid .left-half {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid .right-half {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}
.link-button {
  margin-top: 25px;
}
.link-button a {
  padding: 10px 25px;
  background: white;
  color: black;
}
.link-button a i {
  margin-left: 10px;
}
.link-button a:hover {
  cursor: pointer;
  background: var(--secondary_color);
  color: white;
}
#crumbs {
  padding: 15px 0;
}
#crumbs a, #crumbs .fas {
  color: #949494;
}
.banner_page .img-wrap {
  height: 27.77vw;
}
.banner_page .img-wrap:hover img {
  transform: unset;
}
.content-entry ol, .content-entry ul {
  margin-left: 15px;
}
/* Base layout — html, body, scrollbar */
html {
  font-size: 16px;
  color: #323232;
  overflow-x: hidden;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--primary_color);
  border: 2px solid var(--primary_color);
}
.thc-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.thc-scroll::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.thc-scroll::-webkit-scrollbar-thumb {
  background-color: var(--primary_color);
  border: 2px solid var(--primary_color);
}
li, p {
  font-size: 1rem;
}
a {
  color: var(--primary_color);
  text-decoration: unset;
}
.content-entry li, .content-entry p {
  font-size: 1rem;
  margin-bottom: 0.6rem;
}
a {
  text-decoration: unset;
}
a:hover {
  color: var(--secondary_color);
  text-decoration: none;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}
@media only screen and (max-width: 300px) {
  .title-thc {
    font-size: 15px;
    max-width: 250px;
  }
}
@media only screen and (max-width: 769px) {
  h1, .h1 {
    font-size: 24px;
  }
  h2, .h2 {
    font-size: 20px;
  }
  h3, .h3 {
    font-size: 18px;
  }
  h4, .h4 {
    font-size: 16px;
  }
  h5, .h5 {
    font-size: 16px;
  }
  section .title {
    width: 100%;
    font-size: 20px;
    padding: 10px;
  }
  section .title-with-border {
    width: 100%;
    font-size: 20px;
    padding: 10px;
  }
  .title-thc {
    font-size: 1.8rem;
    line-height: 1.2;
    width: 100%;
  }
  .title-thc.about-title {
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #0c406a;
  }
  body {
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 1050px) {
  html {
    font-size: 14px;
  }
}
