/* font */
:root {
  --main-font: "Inter", sans-serif;
  /* --primary-color: #1890FF; */
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3,
h3.is-large {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p,
ul,
ol,
li {
  font-size: 16px;
  line-height: 1.4;
}

body {
  font-family: var(--main-font);
  font-style: normal;
}

.nav > li > a {
  font-family: var(--main-font);
  font-size: 0.9rem;
  font-weight: bold;
}

.mobile-sidebar-levels-2 .nav > li > ul > li > a {
  font-family: var(--main-font);
}

.mobile-sidebar-levels-2 .nav > li > ul > li > a {
  font-weight: 500;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-family: var(--main-font);
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
  font-weight: 700;
  font-style: normal;
}

/* common */
html,
.mfp-content {
  background-color: #000 !important;
}

figure {
  margin: 1rem auto !important;
  max-width: 100%;
}

figcaption {
  text-align: center;
  background-color: rgb(240, 240, 240);
  line-height: 2;
}

.j-logo {
  max-width: 200px;
}

.menu-item .nav-dropdown {
  padding: 0 !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-danger {
  color: #af2130;
}

.p-0 {
  padding: 0 !important;
}
/* .j-search */
.j-search h1 {
  justify-content: center;
}

.rank-math-breadcrumb p {
  margin-bottom: 0;
}

/* .j-heading */
.j-heading b,
.j-heading-left b {
  display: none;
}

.j-heading .section-title,
.j-heading-left .section-title {
  border: unset;
}

.j-heading .section-title {
  justify-content: center;
}

.j-heading-left .section-title {
  justify-content: flex-start;
}

.j-heading .section-title span,
.j-heading-left .section-title span {
  border: unset;
  margin: unset;
  padding: unset;
}

.j-heading-left .section-title span {
  text-align: left;
}

.j-heading .section-title span {
  text-align: center;
}

/* .j-sidebar */

.j-sidebar > .col-inner .is-divider {
  display: none;
}

.col-inner:has(.j-sidebar) {
  position: sticky;
  top: 110px;
}

.j-sidebar .j-heading {
  margin-bottom: 0.5rem;
}

.j-sidebar .j-heading .section-title {
  margin-bottom: unset;
  font-size: 20px;
}

.j-sidebar .post-item .box {
  display: flex;
  gap: 10px;
  padding: 5px 0;
}

.j-sidebar .post-item:first-child .box {
  border-top: unset;
}

.j-sidebar .post-item .box-text {
  padding: unset;
}

.j-sidebar .post-item .post-title {
  font-size: 16px;
}

.j-sidebar .post-item .box-image {
  width: 40% !important;
}

/* .j-cate */
.j-cate .category-page-title .page-title-inner .flex-col:first-child,
.j-cate .category-page-title .page-title-inner .flex-col:last-child {
  display: none;
}

.j-cate .category-page-title .page-title-inner .flex-col {
  margin: unset;
}

.j-cate .category-page-title .page-title-inner {
  padding: unset;
}

/* at_posts_related */
#at_posts_related .text-center {
  text-align: left;
}

#at_posts_related .row {
  margin-left: -5px;
  margin-right: -5px;
}

#at_posts_related .col {
  padding-left: 5px;
  padding-right: 5px;
}

#at_posts_related .is-divider,
#at_posts_related .badge {
  display: none;
}

/* j-footer */
.j-footer .ux-menu .ux-menu-title {
  color: #f4f4f4;
  font-size: 1rem;
}

.j-footer .ux-menu .ux-menu-link__link {
  color: #999999;
}

.j-footer .ux-menu .ux-menu-link__link:hover {
  color: #af2130;
}

.j-footer .img-inner {
  border-radius: 8px;
}

.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
  font-weight: bold;
}

/* header */
.header-top .section,
.header-top .section .slider .col {
  padding: unset !important;
}

.header-top .stack .icon-box-img {
  width: 10px !important;
}

.header-top .stack .icon-box-left {
  width: 45%;
}

.header-top .stack .text p {
  display: inline-block;
  font-size: 14px;
}

.header-top .stack .slider-wrapper {
  width: 205px;
}

.header-top .stack .slider-wrapper .text a {
  color: #fff;
  font-size: 14px;
}

.header-top .social-icons {
  width: 60px;
  display: flex;
  gap: 10px;
}

.header-main .header-nav .sub-menu .menu-item {
  padding: 10px 10px 0;
}
.header-main .header-nav .sub-menu .menu-item:last-child {
  padding-bottom: 10px;
}
.header-main .header-nav .sub-menu .menu-item a {
  padding: 10px;
  margin: unset;
}
.header-main .header-nav .sub-menu .menu-item:hover a {
  background: #eeeeee;
  color: #af2130;
  border-radius: 10px;
}

/* .j-section-divider */
.j-section-divider .ux-shape-divider {
  z-index: 99;
}

/* .j-criteria */
.j-criteria .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.j-criteria .section-content .icon-box {
  max-width: 330px;
  height: 380px;
  padding: 15px 30px;
  background: linear-gradient(
    153deg,
    rgb(209, 165, 61) 0%,
    rgb(176, 135, 47) 100%
  );
  position: relative;
  border-radius: 4px;
  margin-bottom: 40px;
  margin-top: 20px;
  display: inline-block;
}
.j-criteria .section-content h4 {
  font-weight: 500;
  line-height: 1.2;
}

.j-criteria .section-content small {
  font-size: 13px;
}

.j-criteria .icon-box {
}

.j-criteria .col:nth-child(1) .icon-box::before {
  content: "1";
}

.j-criteria .col:nth-child(2) .icon-box::before {
  content: "2";
}

.j-criteria .col:nth-child(4) .icon-box::before {
  content: "3";
}

.j-criteria .col:nth-child(6) .icon-box::before {
  content: "4";
}

.j-criteria .col:nth-child(7) .icon-box::before {
  content: "5";
}

.j-criteria .icon-box::before {
  font-size: 232px;
  font-family: "UTM Swiss";
  z-index: -1;
  position: absolute;
  left: -68px;
  bottom: 30px;
  color: #e1e1e1;
  line-height: 150px;
}

.j-criteria .icon-box::after {
  content: "";
  width: 118px;
  height: 82px;
  background-image: url(/wp-content/uploads/2024/09/snowflakes.webp);
  background-size: 100%;
  position: absolute;
  bottom: 1px;
  right: 0;
}

.j-criteria .icon-box:hover {
  background: #c22f2f;
}

.j-criteria .icon-box:hover::before {
  color: rgb(209, 165, 61);
}

/* .j-programme */
.j-programme .row .col:last-child .col-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.j-programme .row .col:last-child .col-inner .icon-box-text {
  padding: 10px;
}
/* .j-programme-2 */
.j-programme-2 .box {
  border-radius: 5px;
  overflow: hidden;
}

.j-programme-2 .box-text {
  padding: 0;
}

.j-programme-2 .box-text .j-text-1,
.j-programme-2 .box-text .j-text-2 {
  background: #be202f;
}

.j-programme-2 .box-text .j-text-1 {
  padding: 10px;
  transform: translateY(337%);
}

.j-programme-2 .box-text .j-text-1::before,
.j-programme-2 .box-text .j-text-1::after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2024/09/snowflake2.webp);
  background-size: cover;
  opacity: 1;
}

.j-programme-2 .box-text .j-text-1::before {
  width: 40px;
  height: 20px;
  top: 0;
  left: -10px;
  background-position-y: 19px;
}

.j-programme-2 .box-text .j-text-1::after {
  width: 40px;
  height: 40px;
  top: 17px;
  right: -10px;
}

.j-programme-2 .box-text .j-text-2 {
  height: 100%;
  padding: 30px;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
}

.j-programme-2 .box:hover .j-text-2 {
  transform: translateY(0%);
}

.j-programme-2 .box:hover .j-text-1 {
  display: none;
}

/* .j-programme-3 */
.j-programme-3 .box-text {
  height: 20%;
  padding: 10px;
  background: rgba(194, 47, 47, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.j-programme-3 .box:hover .box-text {
  height: 100%;
}

/* .j-exp */
.j-exp .j-grid-video .col-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.j-exp .j-grid-video .col-inner .video:first-child {
  margin-bottom: 0px !important;
  grid-area: 1 / 1 / 1 span / 4 span;
}

.j-exp .j-grid-video .col-inner .video:last-child {
  margin-bottom: 30px !important;
}

/* .j-doi-tac */
.j-doi-tac .slider .img {
  padding: 0 20px;
}

.j-doi-tac .slider .img img {
  height: 50px;
  object-fit: contain;
}

/* title */
.section-title-main::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #e1e1e1;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}
