/* include file scss */
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@font-face {
  font-family: "Averta Std CY";
  src: url("../fonts/Averta_Std_Cy/AvertaStdCY-Black_1.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Averta Std CY";
  src: url("../fonts/Averta_Std_Cy/AvertaStdCY-Extrabold_1.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Averta Std CY";
  src: url("../fonts/Averta_Std_Cy/AvertaStdCY-Bold_1.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Averta Std CY";
  src: url("../fonts/Averta_Std_Cy/AvertaStdCY-Semibold_1.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Averta Std CY";
  src: url("../fonts/Averta_Std_Cy/AvertaStdCY-Regular_3.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Averta Std CY";
  src: url("../fonts/Averta_Std_Cy/AvertaStdCY-Light_1.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Averta Std CY";
  src: url("../fonts/Averta_Std_Cy/NotoSansJP-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Averta Std CY";
  src: url("../fonts/Averta_Std_Cy/AvertaStdCY-Thin_1.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
body {
  font-family: "Averta Std CY", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #181818;
  line-height: 24px;
  font-style: normal;
}
body.no-scroll {
  overflow: hidden;
}

.single .type-post a, .single .type-post a:visited {
  color: rgb(0, 112, 186);
  text-decoration: none;
}
.single .type-post a:hover {
  text-decoration: underline;
}
.single .type-post ol {
  list-style-type: numbee;
}

figure {
  padding: 10px 0;
}
figure.wp-caption {
  text-align: center;
  margin: 0 auto;
}
figure figcaption {
  background: #ddd;
  font-size: 11px;
  font-style: italic;
}

.clip-custom-logo {
  clip-path: polygon(0 0, 86% 0, 100% 100%, 0 100%);
}

.language-switcher {
  display: flex;
}
.language-switcher .lang-item {
  list-style: none;
}
.language-switcher .lang-item a {
  color: #3695C4;
}
.language-switcher .lang-item:not(:last-child)::after {
  content: "|";
  color: #A6A6A6;
  margin: 0 10px;
}
.language-switcher .lang-item.current-lang a {
  color: #FFBE28;
}

header {
  position: sticky;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 49;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.text-stroke {
  text-shadow: 0 0 8px rgb(54, 151, 194);
}

.single-post .type-post a, .single-post .type-post a:visited {
  color: rgb(0, 112, 186);
  text-decoration: none;
}
.single-post .type-post a:hover {
  text-decoration: underline;
}
.single-post .type-post ol {
  list-style-type: numbee;
}

.aligncenter {
  margin: 0 auto;
  text-align: center;
}

/* Track */
/*-- Common code for theme --*/
/** Common code **/
.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.cabin-bold {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.cabin {
  font-family: "Cabin", sans-serif;
}

.cabin-regular {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.has-tooltip {
  position: relative;
}
.has-tooltip .tooltip {
  position: absolute;
  width: auto;
  display: block;
  top: 55px;
  right: 30px;
}

.truncate-text {
  width: 200px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.truncate-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  line-height: 1.5em;
}

.truncate-4-lines {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 6em;
  line-height: 1.5em;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #1669AA;
}

.owl-carousel-project .owl-dots .owl-dot.active span, .owl-carousel-project .owl-dots .owl-dot:hover span {
  background: #FFCC4A;
}

.owl-theme .owl-dots .owl-dot span {
  background: #D9D9D9;
  width: 16px;
  height: 16px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
}

.text-countUp {
  background: linear-gradient(90deg, #02AFB0, #195CA9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tab_active {
  color: #181818 !important;
  background-color: #FFCC4A !important;
}

.icon_home {
  position: relative;
}
.icon_home::before {
  content: url("../images/breadcrumb-icon-home.svg");
  display: flex;
  position: absolute;
  align-items: center;
  left: 0;
  top: 0;
}

@media not all and (min-width: 768px) {
  .truncate-text {
    width: 100%;
  }
  .tp-leftarrow, .tp-rightarrow {
    display: none !important;
  }
}
#primary-menu > .current-menu-item > a, #primary-menu .current-menu-parent > a {
  background-color: #246086;
  border-bottom: 4px solid #FFBE28;
  color: white;
}
#primary-menu .sub-menu .current-menu-item, #primary-menu .sub-menu .current-menu-parent {
  background: #3697C2;
}
#primary-menu .sub-menu .current-menu-item > a, #primary-menu .sub-menu .current-menu-parent > a {
  color: white;
  border-bottom: unset !important;
  background-color: unset !important;
}
#primary-menu .sub-menu .menu-item:hover {
  background: #3697C2;
}
#primary-menu .sub-menu .menu-item:hover > a {
  border-bottom: 1px solid transparent !important;
}
#primary-menu .sub-menu .menu-item > a {
  border-bottom: 1px solid #DADADA;
}
#primary-menu .menu-item-has-children > a {
  position: relative;
}
#primary-menu .menu-item-has-children > a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  right: 5px;
}

.menu-item-has-children.active > a {
  background-color: #246086;
  border-bottom: 3px solid #FFBE28;
  color: white;
}

header {
  background: #3697C2;
  background: linear-gradient(261deg, rgb(54, 151, 194) 10%, rgb(33, 80, 124) 85%, rgb(255, 255, 255) 85%);
}

@media not all and (min-width: 768px) {
  #primary-menu .menu-item-has-children > a::after {
    right: 15px;
  }
  .body-content-wrapper {
    margin-top: 34px;
  }
}
@media (min-width: 1650px) {
  header {
    background: #3697C2;
    background: linear-gradient(261deg, rgb(54, 151, 194) 10%, rgb(33, 80, 124) 76%, rgb(255, 255, 255) 76%);
  }
}

/*# sourceMappingURL=main.css.map */
