@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: 'Unicef';
  src: url("https://file.hstatic.net/200000865571/file/unicef-icons_30b9acad16dd41d29b55ebe545c15db4.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'univers';
  src: url(https://file.hstatic.net/200000870533/file/fzunivers.ttf);
  font-weight: 400; }

@font-face {
  font-family: 'univers';
  src: url(https://file.hstatic.net/200000870533/file/fzuniversbold.ttf);
  font-weight: 500; }

@font-face {
  font-family: 'univers';
  src: url(https://file.hstatic.net/200000870533/file/fzuniversbold.ttf);
  font-weight: 600; }

@font-face {
  font-family: 'univers';
  src: url(https://file.hstatic.net/200000870533/file/fzuniversbold.ttf);
  font-weight: 700; }

/* 1rem = 16px */
/* table 	= min 768px */
/* mobile = min 550px */
:root {
  --background-color: #fff;
  --text-color: #222222;
  --primary-color: #1cabe2;
  --secondary-color: #32b3e5;
  --border-color: #f5f3f5;
  --shop-color-main: #1cabe2;
  --shop-color-border: #eae4e8;
  --btn-background: #febc00;
  --btn-border: #fed969;
  --btn-color: #fff;
  --btn-link-color: #1cabe2;
  --gray-dark: #343a40; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  line-height: 1.15; }

body, html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: var(--background-color);
  color: var(--text-color);
  /*font-family: "Quicksand", sans-serif;*/
  font-size: 14px;
  font-weight: 400;
  position: relative;
  /*font-family: 'univers', sans-serif;*/
  font-family: "Noto Sans", sans-serif; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type='text'], input[type='email'], input[type='tel'], input[type='password'], .input, select {
  position: relative;
  display: inline-block;
  cursor: text;
  border-radius: var(--border-input-radius);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  box-sizing: border-box;
  background-color: #fff; }

input[type='text'], input[type='email'], input[type='tel'], input[type='password'], .input {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none; }

/* 1.1 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
  display: block; }

/* 1.2 - Typography */
h1, h2, h3, h4, h5, h6 {
  color: var(--text-color);
  margin: 0 0 10px 0;
  font-weight: 700;
  line-height: 1.3; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--text-color); }

/* 1.3 - Links  */
a {
  color: var(--text-color);
  text-decoration: none;
  outline: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:not(.button-link):hover, a:not(.button-link):focus {
    color: var(--text-color);
    text-decoration: none;
    outline: none; }
  a:active {
    outline: none; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

textarea {
  resize: none; }

/* 1.4 - Layout */
.container, .container-fluid {
  padding: 0 8px; }

.row {
  margin: 0 -8px; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 8px;
  padding-right: 8px; }

@media (min-width: 992px) {
  .container-fluid {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1140px; } }

@media (min-width: 1420px) {
  .container-fluid {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 32px; }
  .container {
    max-width: 1240px;
    margin: 0 auto; } }

@media (min-width: 1620px) {
  .container-fluid {
    max-width: 1540px; }
  .container {
    max-width: 1340px; } }

/* 1.5 - Lists */
ul, ol {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.typeList-style * {
  max-width: 100% !important; }

.typeList-style ul {
  list-style: initial;
  padding-left: 20px; }

.typeList-style ol {
  list-style-type: decimal;
  padding-left: 20px; }

.typeList-style ul ul {
  list-style-type: circle; }

.typeList-style ul ul ul {
  list-style-type: square; }

.typeList-style ul li, .typeList-style ol li {
  margin: 5px 0; }

/* 1.6 - Variable */
/* 1.7 - Anmaiton css3 */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes loadingC {
  0 {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, 15px); }
  100% {
    transform: translate(0, 0); } }

@keyframes loadingC {
  0 {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, 15px); }
  100% {
    transform: translate(0, 0); } }

@keyframes loading-dot-8px {
  0% {
    animation-timing-function: ease-in-out;
    opacity: 0;
    transform: scale(0); }
  50% {
    opacity: 1; }
  75% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: scale(1); }
  to {
    opacity: 0;
    transform: scale(1); } }

@keyframes loading-dot-15px {
  0% {
    animation-timing-function: ease-in-out;
    opacity: 0;
    transform: scale(0); }
  50% {
    opacity: 1; }
  75% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: scale(1); }
  to {
    opacity: 0;
    transform: scale(1); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(100%); } }

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(100%); } }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@keyframes pulseSmall {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(3.4);
    transform: scale(3.4);
    opacity: 0; } }

/* 1.8 - Button */
button {
  outline: none !important; }

.button {
  font-weight: 600;
  position: relative;
  cursor: pointer;
  padding: 10px 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--btn-background);
  color: var(--btn-color);
  outline: none !important;
  border: 2px solid var(--btn-border);
  border-radius: 30px;
  text-transform: uppercase;
  white-space: nowrap; }
  .button.btn-small {
    padding: 6px 25px; }
  .button.btn-large {
    padding: 12px 30px; }
  .button:hover {
    color: var(--btn-color) !important; }

.button-link {
  font-weight: 600;
  position: relative;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--btn-link-color); }
  .button-link.btn-underline {
    text-decoration: underline; }
  .button-link.has-svg-large {
    gap: 12px; }
    .button-link.has-svg-large img {
      width: 50px; }
  .button-link.has-svg-small {
    gap: 8px; }
  .button-link.text-white {
    color: #fff; }
  .button-link:hover {
    color: var(--btn-link-color) !important; }

/* 1.9 Image & Loading */
img {
  max-width: 100%; }

img.lazyload:not([src]) {
  visibility: hidden; }

video {
  border: none !important; }

.video-iframe {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .video-iframe .video-ytb-iframe {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    height: auto; }
  .video-iframe iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: calc(100% + 0px); }

.aspect-ratio {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: block;
  padding-bottom: calc(var(--height-img-mb)/var(--width-img-mb) * 100%); }
  .aspect-ratio picture {
    height: inherit;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: -1px;
    width: 100%; }
  .aspect-ratio img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: bottom; }
  @media (min-width: 992px) {
    .aspect-ratio {
      padding-bottom: calc(var(--height-img-desk)/var(--width-img-desk) * 100%); } }

/* 1.10 */
.post-listing {
  gap: 16px; }
  .post-listing.row {
    gap: 32px 0; }
  @media (min-width: 992px) {
    .post-listing {
      gap: 32px 16px; }
      .post-listing.row {
        gap: 58px 0; } }

.post-loop {
  display: flex;
  flex-direction: column;
  gap: 8px; }
  .post-loop .post-thumb {
    overflow: hidden;
    border-radius: 4px; }
  .post-loop .post-detail {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .post-loop .post-detail h3 {
      font-size: 16px;
      margin-bottom: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      max-height: 42px;
      min-height: 42px; }
    .post-loop .post-detail p {
      margin-bottom: 0; }
    .post-loop .post-detail .button-link {
      justify-content: flex-start; }
  @media (min-width: 992px) {
    .post-loop {
      gap: 16px; }
      .post-loop .post-detail {
        gap: 16px;
        font-size: 16px; }
        .post-loop .post-detail h3 {
          font-size: 18px;
          max-height: 46px;
          min-height: 46px; } }

.event-loop {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .event-loop label {
    padding: 2px 8px;
    border-radius: 4px;
    color: #fff;
    width: fit-content;
    margin-bottom: 0;
    font-size: 12px; }
    .event-loop label.news {
      background: #feae25; }
    .event-loop label.events {
      background: #6dc34e; }
    .event-loop label.blogs {
      background: #00aaef; }
  .event-loop .event-thumb {
    overflow: hidden;
    border-radius: 4px; }
  .event-loop .event-detail {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
    font-size: 14px; }
    .event-loop .event-detail h3 {
      font-size: 16px;
      margin-bottom: 0; }
    .event-loop .event-detail .button-link {
      justify-content: flex-start; }
  .event-loop.first-loop .event-thumb label {
    position: absolute;
    top: 8px;
    left: 8px; }
  @media (min-width: 992px) {
    .event-loop label {
      font-size: 14px; }
    .event-loop .event-detail {
      font-size: 16px;
      gap: 6px 0; }
      .event-loop .event-detail h3 {
        font-size: 18px; } }

.list-social {
  display: inline-flex;
  align-items: center;
  gap: 8px; }
  .list-social svg {
    width: initial;
    height: initial; }

/* ----------------------------------------------- */
/* HEADER + FOOTER */
/* ----------------------------------------------- */
.topbar {
  padding: 10px 0;
  background: #32b3e5; }
  .topbar * {
    color: #fff; }
  .topbar .topbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .topbar .inner {
    display: flex;
    align-items: center;
    gap: 20px; }
  .topbar .element {
    display: inline-flex;
    align-items: center; }
    .topbar .element:not(.element-social) a > svg {
      width: 20px;
      height: 20px; }
    .topbar .element a {
      display: inline-flex;
      align-items: center;
      gap: 8px; }
      .topbar .element a.btn-language > span {
        min-width: 90px;
        position: relative;
        padding-right: 20px; }
      .topbar .element a.btn-language > span > span {
        width: 16px;
        height: 20px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        text-align: center; }
        .topbar .element a.btn-language > span > span svg {
          width: 16px;
          height: 16px;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      .topbar .element a.btn-language.active > span > span svg {
        transform: rotate(180deg); }
    .topbar .element.element-language {
      position: relative; }
      .topbar .element.element-language:hover ul {
        display: block; }
      .topbar .element.element-language ul {
        position: absolute;
        top: 100%;
        z-index: 9;
        background: #FFFFFF;
        padding: 8px 16px;
        border-radius: 4px;
        box-shadow: 0 2px 2px gray;
        display: flex;
        flex-direction: column;
        gap: 5px;
        display: none; }
        .topbar .element.element-language ul li {
          color: #000000;
          cursor: pointer; }

.header {
  min-height: 60px;
  background: #1cabe2;
  padding: 14px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5; }
  .header .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px; }
  .header .topbar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header .inner-right {
    display: flex;
    align-items: center;
    gap: 10px; }
    .header .inner-right #nav-menu {
      display: flex; }
      .header .inner-right #nav-menu ul li a {
        position: relative;
        margin: auto;
        min-height: 45px;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        display: flex;
        align-items: center;
        white-space: nowrap;
        color: #fff;
        height: 60px;
        line-height: 60px;
        padding: 0 16px; }
    .header .inner-right .element-language a {
      color: #fff;
      display: inline-flex;
      align-items: center;
      gap: 5px;
      white-space: nowrap;
      padding: 0 16px 0 0; }
      .header .inner-right .element-language a svg {
        width: 25px;
        height: 25px; }
      .header .inner-right .element-language a.active svg {
        transform: scale(1.3); }
  .header .main-nav-menu ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none; }
  .header .main-nav-menu .menu-list {
    display: flex; }
    .header .main-nav-menu .menu-list svg.icon--arrow-bottom {
      width: 10px;
      height: 6px;
      margin-left: 4px;
      -webkit-transition: .2s;
      -moz-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
    .header .main-nav-menu .menu-list svg.icon--nav-triangle {
      opacity: 0;
      position: absolute;
      bottom: -1px;
      right: 50%;
      width: 20px;
      height: 9px;
      z-index: 4; }
    .header .main-nav-menu .menu-list.menu-list--top {
      gap: 20px; }
      .header .main-nav-menu .menu-list.menu-list--top > li {
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .header .main-nav-menu .menu-list.menu-list--top > li > a {
          position: relative;
          display: block;
          margin: auto;
          min-height: 45px;
          line-height: 100px;
          font-size: 16px;
          font-weight: 600;
          text-decoration: none;
          display: flex;
          align-items: center;
          color: #fff; }
          @media (max-width: 1349px) {
            .header .main-nav-menu .menu-list.menu-list--top > li > a {
              font-size: 15px; } }
          .header .main-nav-menu .menu-list.menu-list--top > li > a > span.icon--menu {
            height: 20px;
            width: 20px;
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: 50%;
            display: inline-block;
            margin-right: 4px; }
        .header .main-nav-menu .menu-list.menu-list--top > li > a > span[data] {
          display: block; }
        .header .main-nav-menu .menu-list.menu-list--top > li.active > a {
          color: #fff; }
        .header .main-nav-menu .menu-list.menu-list--top > li:hover > a {
          color: #fff; }
          .header .main-nav-menu .menu-list.menu-list--top > li:hover > a svg.icon--nav-triangle {
            opacity: 1; }
        .header .main-nav-menu .menu-list.menu-list--top > li.menu-item--dropdown {
          display: inline-flex;
          justify-content: center;
          position: relative; }
          .header .main-nav-menu .menu-list.menu-list--top > li.menu-item--dropdown .menu-list--dropdown {
            background: #fff;
            position: absolute;
            z-index: 3;
            opacity: 0;
            visibility: hidden;
            padding: 12px 0;
            border-radius: 0 0 5px 5px;
            list-style-type: none;
            top: 100%;
            -moz-box-shadow: 0px 2px 6px rgba(193, 193, 193, 0.25);
            -webkit-box-shadow: 0px 2px 6px rgba(193, 193, 193, 0.25);
            box-shadow: 0px 2px 6px rgba(193, 193, 193, 0.25); }
            .header .main-nav-menu .menu-list.menu-list--top > li.menu-item--dropdown .menu-list--dropdown li {
              position: relative; }
              .header .main-nav-menu .menu-list.menu-list--top > li.menu-item--dropdown .menu-list--dropdown li a {
                padding: 8px 20px;
                white-space: nowrap;
                text-align: left;
                display: block;
                font-size: 13px; }
                .header .main-nav-menu .menu-list.menu-list--top > li.menu-item--dropdown .menu-list--dropdown li a svg.icon--arrow-bottom {
                  -webkit-transform: rotate(-90deg);
                  -moz-transform: rotate(-90deg);
                  -ms-transform: rotate(-90deg);
                  -o-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
                .header .main-nav-menu .menu-list.menu-list--top > li.menu-item--dropdown .menu-list--dropdown li a svg.icon--nav-triangle {
                  top: 15px;
                  right: -6px;
                  width: 18px;
                  height: 9px;
                  -webkit-transform: rotate(270deg);
                  -moz-transform: rotate(270deg);
                  -ms-transform: rotate(270deg);
                  -o-transform: rotate(270deg);
                  transform: rotate(270deg); }
              .header .main-nav-menu .menu-list.menu-list--top > li.menu-item--dropdown .menu-list--dropdown li .menu-list--dropdown {
                left: 100%;
                top: 0;
                margin-left: 0px;
                margin-top: -1px;
                visibility: hidden;
                opacity: 0;
                list-style-type: none;
                border-radius: 0 5px 5px 0;
                -moz-box-shadow: 0px 2px 6px rgba(193, 193, 193, 0.25);
                -webkit-box-shadow: 0px 2px 6px rgba(193, 193, 193, 0.25);
                box-shadow: 0px 2px 6px rgba(193, 193, 193, 0.25); }
              .header .main-nav-menu .menu-list.menu-list--top > li.menu-item--dropdown .menu-list--dropdown li:hover > .menu-list--dropdown {
                visibility: visible;
                opacity: 1; }
              .header .main-nav-menu .menu-list.menu-list--top > li.menu-item--dropdown .menu-list--dropdown li:hover svg.icon--nav-triangle {
                opacity: 1; }
          .header .main-nav-menu .menu-list.menu-list--top > li.menu-item--dropdown:hover > .menu-list--dropdown {
            visibility: visible;
            opacity: 1; }
          .header .main-nav-menu .menu-list.menu-list--top > li.menu-item--dropdown.last {
            position: relative; }
            .header .main-nav-menu .menu-list.menu-list--top > li.menu-item--dropdown.last .menu-list--dropdown {
              right: 0; }
          @media (max-width: 991px) {
            .header .main-nav-menu .menu-list.menu-list--top > li.menu-item--dropdown {
              flex-wrap: wrap; }
              .header .main-nav-menu .menu-list.menu-list--top > li.menu-item--dropdown .menu-list--dropdown {
                position: relative;
                display: none;
                opacity: 1;
                visibility: visible;
                top: 0;
                width: 100%;
                box-shadow: none; } }
        .header .main-nav-menu .menu-list.menu-list--top > li.menu-red > a {
          color: #FFF097; }
          .header .main-nav-menu .menu-list.menu-list--top > li.menu-red > a::before, .header .main-nav-menu .menu-list.menu-list--top > li.menu-red > a::after {
            background: #FFF097; }
        .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content {
          width: 100%;
          padding: 20px 0 40px;
          position: absolute;
          left: 0;
          border-top: 1px solid var(--maincolor);
          background: #fff;
          z-index: 2;
          overflow: hidden;
          opacity: 0;
          visibility: hidden;
          -moz-box-shadow: 0px 2px 6px rgba(193, 193, 193, 0.25);
          -webkit-box-shadow: 0px 2px 6px rgba(193, 193, 193, 0.25);
          box-shadow: 0px 2px 6px rgba(193, 193, 193, 0.25); }
          .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex {
            display: flex;
            align-items: flex-start;
            max-width: 1600px;
            margin-left: auto;
            margin-right: auto;
            padding: 0 10px; }
            @media screen and (min-width: 992px) {
              .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex {
                padding: 0 60px; } }
            .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex > a {
              padding: 0 15px;
              font-size: 13px;
              text-transform: uppercase;
              line-height: 55px; }
            .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex .menu-col--l {
              -ms-flex: 0 0 83%;
              flex: 0 0 83%;
              max-width: 83%;
              display: flex;
              padding-right: 15px; }
            .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex .menu-col--r {
              -ms-flex: 0 0 17%;
              flex: 0 0 17%;
              max-width: 17%; }
            .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--second {
              background-color: inherit;
              text-align: left;
              display: flex;
              flex-wrap: wrap; }
              .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--second.one {
                -ms-flex: 0 0 22%;
                flex: 0 0 22%;
                max-width: 22%;
                background: #F6F6F6;
                padding: 10px 0 10px; }
                .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--second.one li {
                  width: 100%; }
                .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--second.one li > a {
                  display: block;
                  padding: 10px 30px;
                  font-size: 13px;
                  font-weight: 500;
                  text-transform: uppercase; }
                .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--second.one .menu-list--thirt {
                  border: 0;
                  display: block; }
                  .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--second.one .menu-list--thirt li {
                    width: 100%; }
                  .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--second.one .menu-list--thirt li > a {
                    font-size: 13px;
                    font-weight: 400;
                    text-transform: uppercase;
                    padding: 10px 30px;
                    line-height: 20px;
                    display: block; }
                    .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--second.one .menu-list--thirt li > a > span.menu-lable {
                      display: inline-block;
                      background: #ff0100;
                      color: #fff;
                      font-size: 10px;
                      line-height: 17px;
                      position: relative;
                      top: -2px;
                      margin-left: 8px;
                      padding: 0px 6px; }
                      .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--second.one .menu-list--thirt li > a > span.menu-lable:before {
                        content: "";
                        border: 4px solid transparent;
                        border-right-color: #ff0100;
                        position: absolute;
                        left: -8px;
                        top: 4px; }
              .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--second.more {
                -ms-flex: 0 0 78%;
                flex: 0 0 78%;
                max-width: 78%;
                padding: 10px 0 0 30px;
                display: block;
                -webkit-column-count: 3;
                -moz-column-count: 3;
                column-count: 3; }
                .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--second.more > li {
                  /*width: calc(100%/3);*/
                  -webkit-column-break-inside: avoid;
                  -moz-column-break-inside: avoid;
                  -moz-page-break-inside: avoid;
                  page-break-inside: avoid;
                  break-inside: avoid-column; }
                  .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--second.more > li > a {
                    display: block;
                    padding: 10px 15px;
                    font-size: 13px;
                    font-weight: 500;
                    text-transform: uppercase; }
                  .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--second.more > li:last-child {
                    padding-right: 15px; }
                  .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--second.more > li .menu-list--thirt {
                    display: table;
                    margin-bottom: 19px; }
                    .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--second.more > li .menu-list--thirt li {
                      width: 100%; }
                    .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--second.more > li .menu-list--thirt li > a {
                      font-size: 13px;
                      font-weight: 400;
                      padding: 10px 15px;
                      line-height: 20px;
                      display: block; }
                    .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--second.more > li .menu-list--thirt li.current > a {
                      color: var(--maincolor); }
              .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--second.last {
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
                padding: 10px 0 0; }
                .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--second.last li {
                  width: 100%; }
                .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--second.last > li > a {
                  display: block;
                  padding: 10px 15px;
                  font-size: 13px;
                  font-weight: 500;
                  text-transform: uppercase; }
                .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--second.last .menu-list--thirt {
                  display: block; }
                  .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--second.last .menu-list--thirt li {
                    width: 100%; }
                  .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--second.last .menu-list--thirt li > a {
                    font-size: 13px;
                    font-weight: 400;
                    padding: 10px 15px;
                    line-height: 20px;
                    display: block; }
                  .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--second.last .menu-list--thirt li.current > a {
                    color: var(--maincolor); }
            .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--img {
              position: relative;
              text-align: center;
              display: block; }
              .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--img li {
                width: 100%; }
                .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--img li a {
                  font-size: 13px;
                  display: inline-block;
                  color: #000;
                  text-decoration: none;
                  padding: 0; }
                .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--img li p {
                  margin-top: 10px;
                  margin-bottom: 0px;
                  line-height: 20px;
                  text-transform: capitalize;
                  font-size: 12px; }
                .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content .menu-flex ul.menu-list--img li + li {
                  margin-top: 20px; }
          .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.memu-lines-product .menu-flex {
            justify-content: center; }
            .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.memu-lines-product .menu-flex ul.menu-list--second {
              background-color: inherit;
              text-align: left;
              display: inline-flex;
              flex-direction: column;
              flex-basis: 18%; }
              .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.memu-lines-product .menu-flex ul.menu-list--second > li {
                width: 100%;
                max-width: 400px;
                margin-bottom: 5px; }
                .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.memu-lines-product .menu-flex ul.menu-list--second > li > a {
                  display: block;
                  padding: 0 0 10px;
                  font-weight: 500;
                  font-size: 13px;
                  text-transform: uppercase; }
                  @media (max-width: 1023px) and (min-width: 992px) {
                    .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.memu-lines-product .menu-flex ul.menu-list--second > li > a {
                      font-size: 10px; } }
                  @media (max-width: 1230px) and (min-width: 1024px) {
                    .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.memu-lines-product .menu-flex ul.menu-list--second > li > a {
                      font-size: 12px; } }
                .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.memu-lines-product .menu-flex ul.menu-list--second > li ul.menu-list--thirt {
                  display: table;
                  margin-bottom: 10px;
                  margin-left: 1px;
                  border-left: 1px solid rgba(0, 0, 0, 0.3); }
                  .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.memu-lines-product .menu-flex ul.menu-list--second > li ul.menu-list--thirt li {
                    width: 100%; }
                    .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.memu-lines-product .menu-flex ul.menu-list--second > li ul.menu-list--thirt li > a {
                      font-size: 13px;
                      font-weight: 300;
                      padding: 7px 10px;
                      line-height: 18px;
                      display: block; }
                      .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.memu-lines-product .menu-flex ul.menu-list--second > li ul.menu-list--thirt li > a:hover {
                        text-decoration: underline; }
                      @media (max-width: 1023px) and (min-width: 992px) {
                        .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.memu-lines-product .menu-flex ul.menu-list--second > li ul.menu-list--thirt li > a {
                          font-size: 10px; } }
                      @media (max-width: 1230px) and (min-width: 1024px) {
                        .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.memu-lines-product .menu-flex ul.menu-list--second > li ul.menu-list--thirt li > a {
                          font-size: 12px; } }
            .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.memu-lines-product .menu-flex ul.menu-list--img {
              position: relative;
              text-align: center;
              display: flex;
              justify-content: center;
              flex-basis: 40%;
              margin-left: 20px; }
              .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.memu-lines-product .menu-flex ul.menu-list--img li {
                width: 88%;
                margin: 0; }
                .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.memu-lines-product .menu-flex ul.menu-list--img li a {
                  display: inline-block;
                  color: #000;
                  text-decoration: none;
                  padding: 0 5px 10px 5px !important; }
                .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.memu-lines-product .menu-flex ul.menu-list--img li:first-child {
                  margin-right: 5px;
                  width: 100%; }
          .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.menu-promotion .menu-flex {
            justify-content: center; }
            .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.menu-promotion .menu-flex ul.menu-list--second {
              background-color: inherit;
              text-align: left;
              display: inline-flex;
              flex-direction: column;
              flex-basis: 22%; }
              .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.menu-promotion .menu-flex ul.menu-list--second > li {
                width: 100%;
                max-width: 400px;
                margin-bottom: 5px; }
                .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.menu-promotion .menu-flex ul.menu-list--second > li > a {
                  display: block;
                  padding: 0 0 10px;
                  font-weight: 500;
                  font-size: 13px;
                  text-transform: uppercase; }
                  @media (max-width: 1023px) and (min-width: 992px) {
                    .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.menu-promotion .menu-flex ul.menu-list--second > li > a {
                      font-size: 10px; } }
                  @media (max-width: 1230px) and (min-width: 1024px) {
                    .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.menu-promotion .menu-flex ul.menu-list--second > li > a {
                      font-size: 12px; } }
                .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.menu-promotion .menu-flex ul.menu-list--second > li ul.menu-list--thirt {
                  display: table;
                  margin-bottom: 10px;
                  margin-left: 1px;
                  border-left: 1px solid rgba(0, 0, 0, 0.3); }
                  .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.menu-promotion .menu-flex ul.menu-list--second > li ul.menu-list--thirt li {
                    width: 100%; }
                    .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.menu-promotion .menu-flex ul.menu-list--second > li ul.menu-list--thirt li > a {
                      font-size: 13px;
                      font-weight: 300;
                      padding: 7px 10px;
                      line-height: 18px;
                      display: block; }
                      .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.menu-promotion .menu-flex ul.menu-list--second > li ul.menu-list--thirt li > a:hover {
                        text-decoration: underline; }
                      @media (max-width: 1023px) and (min-width: 992px) {
                        .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.menu-promotion .menu-flex ul.menu-list--second > li ul.menu-list--thirt li > a {
                          font-size: 10px; } }
                      @media (max-width: 1230px) and (min-width: 1024px) {
                        .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.menu-promotion .menu-flex ul.menu-list--second > li ul.menu-list--thirt li > a {
                          font-size: 12px; } }
            .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.menu-promotion .menu-flex ul.menu-list--img {
              position: relative;
              text-align: center;
              display: flex;
              justify-content: center;
              flex-basis: 40%;
              margin-left: 20px; }
              .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.menu-promotion .menu-flex ul.menu-list--img li {
                width: 87%;
                margin: 0; }
                .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.menu-promotion .menu-flex ul.menu-list--img li a {
                  display: inline-block;
                  color: #000;
                  text-decoration: none;
                  padding: 0 5px 10px 5px !important; }
                .header .main-nav-menu .menu-list.menu-list--top > li.mega .menu-content.menu-promotion .menu-flex ul.menu-list--img li:not(:last-child) {
                  margin-right: 5px;
                  width: 100%; }
        .header .main-nav-menu .menu-list.menu-list--top > li.mega:hover .menu-content {
          visibility: visible;
          opacity: 1; }
  @media (min-width: 992px) {
    .header {
      padding: 0;
      /*
		.header-wrapper .header-inner--left .header-logo  {
			-ms-flex: 0 0 25%;
			flex: 0 0 25%;
			max-width: 25%;
		}
    */ } }
  @media (min-width: 1200px) {
    .header .main-nav-menu .menu-list.menu-list--top > li > a {
      line-height: 130px; } }
  @media (max-width: 991px) {
    .header .header-wrapper {
      position: relative;
      justify-content: space-between; }
      .header .header-wrapper .logo {
        width: 50%;
        flex: 0 0 auto; }
      .header .header-wrapper .header-inner--left {
        width: 0;
        flex: 0 0 auto; }
        .header .header-wrapper .header-inner--left .header-mainmenu {
          position: absolute;
          top: 100%;
          left: -10px;
          margin: 14px 0;
          z-index: 100;
          background: #fff;
          width: calc(100% + 20px);
          max-width: none;
          padding: 0;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
          .header .header-wrapper .header-inner--left .header-mainmenu a {
            color: var(--text-color) !important; }
    .header .main-nav-menu .menu-list {
      flex-wrap: wrap;
      gap: 0 !important;
      max-height: calc(100vh - 70px);
      overflow: auto; }
      .header .main-nav-menu .menu-list.menu-list--top > li {
        width: 100%; }
        .header .main-nav-menu .menu-list.menu-list--top > li > a {
          height: 48px;
          line-height: 48px;
          display: flex;
          width: 100%;
          padding: 0 15px;
          justify-content: space-between; } }
  @media (max-width: 767px) {
    .header .container-fluid {
      padding-top: 0px;
      padding-bottom: 0px; }
    .header .inner-right .element-language a {
      transform: unset; }
    .header .inner-right .element-language a.active {
      display: none; } }

.header-logo {
  /*
  	-ms-flex: 0 0 25%;
  	flex: 0 0 25%;
  	max-width: 25%;
  */ }
  .header-logo img {
    height: 40px;
    width: auto; }
  @media (max-width: 767px) {
    .header-logo {
      max-width: 257px; }
      .header-logo img {
        height: auto;
        width: auto; } }

.mainBody-wrapper {
  margin-top: 60px; }

.footer * {
  color: #fff; }

.footer h3 {
  font-size: 18px; }

.footer .footer-top {
  padding: 40px 0;
  background: #1cabe2; }

.footer .copyright {
  background: #49bce8;
  padding: 20px 0;
  text-align: center; }
  .footer .copyright p {
    margin-bottom: 0; }

.footer .footer-social-follow-links {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center; }
  .footer .footer-social-follow-links .social-follow-item a {
    font-family: Unicef;
    font-size: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    line-height: 0;
    color: #ffffff; }
    .footer .footer-social-follow-links .social-follow-item a:hover {
      background-color: #0e95ca; }
    .footer .footer-social-follow-links .social-follow-item a.icon-instagram:before {
      content: "\e937"; }
    .footer .footer-social-follow-links .social-follow-item a.icon-linkedin:before {
      content: "\e938"; }
    .footer .footer-social-follow-links .social-follow-item a.icon-twitter:before {
      content: "\e958";
      transform: scale(0.8);
      transform-origin: center center; }
    .footer .footer-social-follow-links .social-follow-item a.icon-youtube-play:before {
      content: "\e93c"; }
    .footer .footer-social-follow-links .social-follow-item a.icon-facebook:before {
      content: "\e93d"; }
    .footer .footer-social-follow-links .social-follow-item a.icon-tiktok:before {
      content: "\e951"; }

.footer .button-footer {
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  min-width: 160px;
  word-wrap: break-word;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  color: #e34e09;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.1), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.1), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.1), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12); }

.footer a:hover {
  color: #fff;
  text-decoration: underline; }

.footer .footer-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px; }
  .footer .footer-block .footer-content ul {
    margin: 0; }
  .footer .footer-block .footer-content ul li a {
    display: block;
    font-weight: 500; }
  .footer .footer-block .footer-content ul li + li a {
    padding-top: 8px; }
  .footer .footer-block .footer-link {
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 12px;
    padding-top: 30px;
    border-top: 2px solid #fff;
    margin-top: 20px; }
  .footer .footer-block .sub-menu {
    display: flex;
    justify-content: center;
    gap: 24px;
    font-size: 12px; }
    .footer .footer-block .sub-menu li {
      position: relative; }
    .footer .footer-block .sub-menu li:not(:last-child):after {
      content: '';
      width: 1px;
      height: 60%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: -12px;
      margin: auto;
      background: #fff; }

@media (min-width: 992px) {
  .footer .footer-block {
    margin-bottom: 0; }
    .footer .footer-block .footer-content .footer-link {
      margin-bottom: 0; }
    .footer .footer-block .footer-link {
      justify-content: flex-end;
      text-align: right;
      gap: 12px;
      padding-top: 0;
      border-top: none;
      margin-top: 0px; }
    .footer .footer-block .sub-menu {
      justify-content: flex-end; }
  .footer .footer-social-follow-links {
    justify-content: flex-end;
    margin: 12px 0; } }

#banner_main {
  width: 100%;
  position: relative;
  padding-top: calc(100% * 5 / 9.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(https://cdn.hstatic.net/files/200000870533/file/banner_ldp.png); }
  #banner_main h1 {
    position: absolute;
    bottom: 10%;
    left: 10%;
    background: var(--gray-dark);
    color: #fff;
    font-size: 1.2857rem;
    margin-bottom: 0;
    padding: 18px 36px;
    text-transform: uppercase; }
  @media (max-width: 767px) {
    #banner_main {
      background-image: url(https://cdn.hstatic.net/files/200000870533/file/banner_ldp.png);
      padding-top: 100%; }
      #banner_main h1 {
        transform: translateX(-50%);
        width: max-content;
        left: 50%; } }

/* ----------------------------------------------- */
/* HOME */
/* ----------------------------------------------- */
.section {
  position: relative;
  overflow: hidden; }
  .section h2.title {
    font-size: 30px;
    color: var(--primary-color);
    margin-bottom: 0; }
    .section h2.title.text-white {
      color: #fff; }
    .section h2.title img {
      width: 200px; }
  .section .s-title {
    padding-bottom: 30px; }
    .section .s-title .desc {
      width: 100%;
      margin: 16px auto 0;
      font-size: 14px; }
  .section .box-text {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .section .box-text .desc {
      font-size: 14px; }
    .section .box-text .action {
      display: flex;
      align-items: center;
      gap: 16px; }
    .section .box-text .quote {
      position: relative;
      text-align: center;
      padding: 16px 0;
      margin-top: 10px;
      font-size: 14px;
      font-weight: 700;
      font-style: italic; }
      .section .box-text .quote:before, .section .box-text .quote:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        height: 2px;
        background: #fff; }
      .section .box-text .quote:before {
        top: 0; }
      .section .box-text .quote:after {
        bottom: 0; }
      .section .box-text .quote.quote-short:before, .section .box-text .quote.quote-short:after {
        width: 20%; }
      .section .box-text .quote.quote-long:before, .section .box-text .quote.quote-long:after {
        width: 100%; }
  @media (min-width: 992px) {
    .section h2.title {
      font-size: 50px; }
      .section h2.title img {
        width: 250px; }
    .section .s-title {
      padding-bottom: 60px; }
      .section .s-title .desc {
        width: 70%;
        margin: 32px auto 0;
        font-size: 24px; }
    .section .box-text {
      padding: 40px;
      gap: 16px; }
      .section .box-text .desc {
        font-size: 18px; }
      .section .box-text .action {
        gap: 32px; }
      .section .box-text .quote {
        padding: 32px 0;
        font-size: 17px; } }

.section-mission.bg-image {
  padding: 100px 0 50px;
  background: #06b0f4; }
  .section-mission.bg-image * {
    color: #fff; }

@media (min-width: 992px) {
  .section-mission.bg-image {
    background-position: right;
    padding: 100px 0; } }

.section-campaign {
  background: #e9edef; }
  .section-campaign .right-column {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 90px;
    color: #FFFFFF; }
    @media (max-width: 991px) {
      .section-campaign .right-column {
        padding: 0 15px;
        margin-top: 30px; } }
    .section-campaign .right-column .wrap-content {
      font-size: 24px; }
      @media (max-width: 991px) {
        .section-campaign .right-column .wrap-content {
          font-size: 18px; } }
  .section-campaign .s-wrapper.bg-image {
    padding: 40px 0 80px;
    background-image: url(https://file.hstatic.net/200000865571/file/donation_main_banner_3effa6874f8f4aaa95d8966689a8d605.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; }
    .section-campaign .s-wrapper.bg-image:before {
      content: "";
      position: absolute;
      z-index: 0;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      /*display: none;*/ }
    .section-campaign .s-wrapper.bg-image .box-donation {
      padding: 20px;
      background: #fff;
      border-radius: 10px;
      margin-top: 20px;
      display: flex;
      flex-direction: column;
      /*
      visibility: hidden;
      opacity: 0;
      */ }
      .section-campaign .s-wrapper.bg-image .box-donation .box-head {
        padding: 0 0 16px; }
        .section-campaign .s-wrapper.bg-image .box-donation .box-head h3 {
          font-size: 18px;
          margin-bottom: 0;
          color: #1cabe2;
          text-transform: uppercase; }
      .section-campaign .s-wrapper.bg-image .box-donation .box-body {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 16px 0;
        border-top: 1px solid var(--border-color);
        border-bottom: 1px solid var(--border-color); }
        .section-campaign .s-wrapper.bg-image .box-donation .box-body .donation-number {
          font-size: 18px;
          font-weight: 600;
          position: relative;
          padding-left: 35px; }
          .section-campaign .s-wrapper.bg-image .box-donation .box-body .donation-number:before, .section-campaign .s-wrapper.bg-image .box-donation .box-body .donation-number:after {
            content: "";
            background-color: #000;
            border-radius: 100%;
            display: block;
            left: 10px;
            width: 8px;
            height: 8px;
            position: absolute;
            top: 12px; }
          .section-campaign .s-wrapper.bg-image .box-donation .box-body .donation-number:after {
            background-color: transparent;
            border: 1px solid #000;
            animation: pulseSmall 1.25s linear infinite; }
        .section-campaign .s-wrapper.bg-image .box-donation .box-body .list-donation-money {
          display: flex;
          flex-wrap: wrap;
          border-radius: 0;
          border: none;
          gap: 15px;
          justify-content: space-between; }
          .section-campaign .s-wrapper.bg-image .box-donation .box-body .list-donation-money .item {
            flex: 1;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 4px 10px;
            cursor: pointer; }
            .section-campaign .s-wrapper.bg-image .box-donation .box-body .list-donation-money .item:not(.item-other) {
              flex: 0 0 auto;
              width: calc((100% - 30px) / 3);
              border: 1px solid #d9d9d9;
              border-radius: 5px;
              padding: 8px 0; }
            .section-campaign .s-wrapper.bg-image .box-donation .box-body .list-donation-money .item.item-other {
              padding: 10px 10px 10px 50px;
              border: 1px solid #d9d9d9;
              border-radius: 5px;
              position: relative; }
              .section-campaign .s-wrapper.bg-image .box-donation .box-body .list-donation-money .item.item-other span {
                position: absolute;
                left: 0;
                top: 0;
                display: inline-flex;
                height: 100%;
                width: 50px;
                align-items: center;
                justify-content: center; }
              .section-campaign .s-wrapper.bg-image .box-donation .box-body .list-donation-money .item.item-other input#other_value {
                border: 0;
                width: 100%; }
                .section-campaign .s-wrapper.bg-image .box-donation .box-body .list-donation-money .item.item-other input#other_value:focus {
                  outline: none; }
          .section-campaign .s-wrapper.bg-image .box-donation .box-body .list-donation-money .item:not(.item-other).active {
            background: #1cabe2;
            color: #fff; }
          .section-campaign .s-wrapper.bg-image .box-donation .box-body .list-donation-money .item.item-other.active {
            border: 1px solid #1cabe2; }
            .section-campaign .s-wrapper.bg-image .box-donation .box-body .list-donation-money .item.item-other.active input#other_value {
              font-weight: 700;
              /*&::placeholder{
									color: #fff;
								}*/ }
        .section-campaign .s-wrapper.bg-image .box-donation .box-body .desc {
          display: flex;
          align-items: center; }
          .section-campaign .s-wrapper.bg-image .box-donation .box-body .desc img {
            width: 100%; }
          .section-campaign .s-wrapper.bg-image .box-donation .box-body .desc .img {
            -ms-flex: 0 0 50px;
            flex: 0 0 50px;
            max-width: 50px; }
          .section-campaign .s-wrapper.bg-image .box-donation .box-body .desc .text {
            -ms-flex: 0 0 calc(100% - 50px);
            flex: 0 0 calc(100% - 50px);
            max-width: calc(100% - 50px);
            padding-left: 20px; }
            .section-campaign .s-wrapper.bg-image .box-donation .box-body .desc .text p {
              margin-bottom: 0; }
      .section-campaign .s-wrapper.bg-image .box-donation .box-foot {
        padding: 16px 0 0;
        align-items: center;
        display: flex;
        justify-content: space-between;
        gap: 12px;
        flex-direction: column; }
      @media (min-width: 1240px) {
        .section-campaign .s-wrapper.bg-image .box-donation {
          padding: 40px;
          margin-top: 30px; }
          .section-campaign .s-wrapper.bg-image .box-donation .box-head {
            padding: 0 0 26px; }
            .section-campaign .s-wrapper.bg-image .box-donation .box-head h3 {
              font-size: 24px; }
          .section-campaign .s-wrapper.bg-image .box-donation .box-body {
            padding: 26px 0;
            gap: 20px; }
            .section-campaign .s-wrapper.bg-image .box-donation .box-body .list-donation-money {
              width: 70%; }
          .section-campaign .s-wrapper.bg-image .box-donation .box-foot {
            padding: 26px 0 0;
            flex-direction: row; } }
  .section-campaign .s-wrapper:not(.bg-image) {
    margin-top: -40px; }
    .section-campaign .s-wrapper:not(.bg-image) .list-campaign {
      gap: 16px 0; }
      .section-campaign .s-wrapper:not(.bg-image) .list-campaign div:nth-child(2) .box-campaign img {
        object-fit: unset;
        object-position: unset;
        height: auto;
        transform: translateY(-25%); }
    .section-campaign .s-wrapper:not(.bg-image) .box-campaign {
      display: flex;
      flex-direction: column;
      border-radius: 10px;
      overflow: hidden; }
      .section-campaign .s-wrapper:not(.bg-image) .box-campaign .detail {
        padding: 8px;
        background: #1cabe2;
        text-align: center; }
        .section-campaign .s-wrapper:not(.bg-image) .box-campaign .detail h3 {
          font-size: 14px;
          text-align: left; }
          .section-campaign .s-wrapper:not(.bg-image) .box-campaign .detail h3 a {
            color: #fff;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            align-self: stretch;
            overflow: hidden; }
        .section-campaign .s-wrapper:not(.bg-image) .box-campaign .detail .button {
          width: 100%;
          margin: 8px 0 8px;
          font-size: 10px;
          padding: 6px 8px; }
    .section-campaign .s-wrapper:not(.bg-image) .viewmore {
      padding: 16px 0;
      text-align: center; }
  @media (min-width: 992px) {
    .section-campaign .s-wrapper.bg-image {
      padding: 40px 0 120px; }
    .section-campaign .s-wrapper:not(.bg-image) .box-campaign .detail {
      padding: 16px; }
      .section-campaign .s-wrapper:not(.bg-image) .box-campaign .detail h3 {
        font-size: 18px; }
      .section-campaign .s-wrapper:not(.bg-image) .box-campaign .detail .button {
        width: 80%;
        margin: 32px 0 16px;
        font-size: 14px;
        padding: 6px 25px; }
    .section-campaign .s-wrapper:not(.bg-image) .viewmore {
      padding: 32px 0; } }

.section-programe, .section-collection, .section-testimonial-comments {
  padding: 40px 0; }
  @media (min-width: 992px) {
    .section-programe, .section-collection, .section-testimonial-comments {
      padding: 60px 0; } }

.section-event {
  padding: 40px 0; }
  .section-event .row {
    gap: 16px 0; }
  .section-event .event-loop.loop-row {
    flex-direction: row; }
    .section-event .event-loop.loop-row .event-thumb {
      -ms-flex: 0 0 35%;
      flex: 0 0 35%;
      max-width: 35%; }
    .section-event .event-loop.loop-row .event-detail {
      -ms-flex: 0 0 calc(65% - 16px);
      flex: 0 0 calc(65% - 16px);
      max-width: calc(65% - 16px); }
    .section-event .event-loop.loop-row + .event-loop {
      margin-top: 16px; }
  @media (min-width: 992px) {
    .section-event {
      padding: 60px 0; }
      .section-event .row {
        gap: 16px 0; } }

.section-activity {
  padding: 60px 0;
  text-align: center;
  background-image: url(https://file.hstatic.net/200000865571/file/layer_37_464130c8c2b040ac98c7246837a3c6dc.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  border-bottom: 2px solid #fff; }
  .section-activity .video-iframe {
    margin-bottom: 30px; }
  @media (min-width: 992px) {
    .section-activity {
      padding: 60px 0; }
      .section-activity .video-iframe {
        margin-bottom: 60px; } }

.section-info {
  border-bottom: 2px solid #fff;
  background-image: url("https://file.hstatic.net/200000865571/file/layer_50_50d2a31e2c28481daab815d4039d37ef.jpg");
  background-repeat: no-repeat; }
  .section-info .box-info {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 42px;
    justify-content: space-between; }
    .section-info .box-info h2.title {
      font-size: 24px;
      margin-bottom: 16px; }
    .section-info .box-info p {
      margin-bottom: 0; }
    .section-info .box-info .action {
      display: flex;
      justify-content: center; }
    .section-info .box-info .quote {
      position: relative;
      text-align: center;
      padding: 30px 0;
      font-style: italic; }
      .section-info .box-info .quote:before, .section-info .box-info .quote:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        height: 2px;
        background: #fff; }
      .section-info .box-info .quote:before {
        top: 0; }
      .section-info .box-info .quote:after {
        bottom: 0; }
      .section-info .box-info .quote.quote-short:before, .section-info .box-info .quote.quote-short:after {
        width: 20%; }
      .section-info .box-info .quote.quote-long:before, .section-info .box-info .quote.quote-long:after {
        width: 100%; }
    .section-info .box-info.left {
      background-image: url("https://file.hstatic.net/200000865571/file/layer_45_97b540c96b6f4a46946a03af91a8cd16.jpg"); }
    .section-info .box-info.right {
      background-image: url("https://file.hstatic.net/200000865571/file/layer_48_0c296546609b42b0b6005475b78b1d28.jpg"); }
  @media (min-width: 992px) {
    .section-info {
      padding: 70px 0 75px;
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover; }
      .section-info .box-info {
        background-image: none !important;
        padding: 0 24px;
        height: 100%; }
        .section-info .box-info.left {
          padding-left: 0;
          padding-right: 10%; }
        .section-info .box-info.right {
          padding-right: 0;
          padding-left: 10%; }
        .section-info .box-info h2.title {
          font-size: 30px;
          margin-bottom: 32px; } }

.layout-blog .sidebar-block h2, .layout-article .sidebar-block h2 {
  font-size: 24px;
  color: #1cabe2; }

.layout-blog .sidebar-block .post-loop-sidebar, .layout-article .sidebar-block .post-loop-sidebar {
  display: flex;
  flex-direction: row;
  gap: 16px; }
  .layout-blog .sidebar-block .post-loop-sidebar .post-thumb, .layout-article .sidebar-block .post-loop-sidebar .post-thumb {
    overflow: hidden;
    border-radius: 4px;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%; }
  .layout-blog .sidebar-block .post-loop-sidebar .post-detail, .layout-article .sidebar-block .post-loop-sidebar .post-detail {
    -ms-flex: 0 0 calc(65% - 16px);
    flex: 0 0 calc(65% - 16px);
    max-width: calc(65% - 16px);
    display: flex;
    flex-direction: column;
    gap: 8px 0;
    font-size: 14px; }
    .layout-blog .sidebar-block .post-loop-sidebar .post-detail h3, .layout-article .sidebar-block .post-loop-sidebar .post-detail h3 {
      font-size: 16px;
      margin-bottom: 0; }
    .layout-blog .sidebar-block .post-loop-sidebar .post-detail .button-link, .layout-article .sidebar-block .post-loop-sidebar .post-detail .button-link {
      justify-content: flex-start; }
  .layout-blog .sidebar-block .post-loop-sidebar + .post-loop-sidebar, .layout-article .sidebar-block .post-loop-sidebar + .post-loop-sidebar {
    margin-top: 16px; }

.layout-blog .banner-head, .layout-article .banner-head {
  position: relative;
  overflow: hidden; }
  .layout-blog .banner-head .banner-desc, .layout-article .banner-head .banner-desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px; }
    .layout-blog .banner-head .banner-desc h1, .layout-blog .banner-head .banner-desc h2, .layout-article .banner-head .banner-desc h1, .layout-article .banner-head .banner-desc h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 16px; }
      .layout-blog .banner-head .banner-desc h1 a, .layout-blog .banner-head .banner-desc h2 a, .layout-article .banner-head .banner-desc h1 a, .layout-article .banner-head .banner-desc h2 a {
        font-size: 24px;
        text-transform: uppercase;
        color: #fff; }
  @media (min-width: 1024px) {
    .layout-blog .banner-head .box-text, .layout-article .banner-head .box-text {
      width: 60%;
      margin: auto; }
    .layout-blog .banner-head .banner-desc h1, .layout-article .banner-head .banner-desc h1 {
      font-size: 40px; } }

.layout-blog .post-more, .layout-article .post-more {
  display: flex;
  justify-content: center;
  padding: 80px 0 0; }

.layout-blog .article-main, .layout-article .article-main {
  margin-top: 40px; }
  .layout-blog .article-main h1, .layout-article .article-main h1 {
    font-size: 24px;
    margin-bottom: 32px;
    font-weight: bold; }
  .layout-blog .article-main .article-detail, .layout-article .article-main .article-detail {
    margin-bottom: 40px; }
  .layout-blog .article-main .article-sidebar, .layout-article .article-main .article-sidebar {
    margin-bottom: 40px;
    position: sticky;
    top: 0; }
    .layout-blog .article-main .article-sidebar .sidebar-group + .sidebar-group, .layout-article .article-main .article-sidebar .sidebar-group + .sidebar-group {
      margin-top: 20px; }

.section-testimonial-comments {
  background: #e4e4e4; }
  .section-testimonial-comments .item-comment {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px; }
  .section-testimonial-comments .box-comment {
    background: #FFF;
    padding: 10px;
    color: #1cabe2;
    font-weight: 500;
    position: relative; }
    .section-testimonial-comments .box-comment .icon-quote svg {
      width: 40px;
      height: 40px; }
      .section-testimonial-comments .box-comment .icon-quote svg path {
        fill: #1cabe2; }
    .section-testimonial-comments .box-comment .icon-quote.text-right svg {
      transform: rotate(180deg); }
    .section-testimonial-comments .box-comment::after {
      content: "";
      position: absolute;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%);
      border-width: 10px;
      border-style: solid;
      border-color: #ffffff transparent transparent transparent; }
  .section-testimonial-comments .info-comment {
    display: flex;
    gap: 10px;
    align-items: center; }
  .section-testimonial-comments .img-comment {
    width: 30%; }
  .section-testimonial-comments .n-info-comment {
    width: 70%; }
  .section-testimonial-comments .name-comment {
    font-weight: bold; }
  .section-testimonial-comments .slick-arrow {
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
    border-radius: 100%;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9; }
    @media (max-width: 991px) {
      .section-testimonial-comments .slick-arrow {
        bottom: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        background: #c8c8c8; } }
    .section-testimonial-comments .slick-arrow img {
      width: 20px;
      height: 20px; }
    .section-testimonial-comments .slick-arrow.prev-arrow img {
      transform: rotate(180deg); }
    .section-testimonial-comments .slick-arrow.next-arrow {
      right: 0; }
  .section-testimonial-comments .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px; }
    .section-testimonial-comments .slick-dots li.slick-active button {
      background: #1cabe2; }
    .section-testimonial-comments .slick-dots li button {
      width: 12px;
      height: 12px;
      background: gray;
      font-size: 0;
      border: none;
      outline: none;
      box-shadow: none;
      border-radius: 100%; }

/* Donate Success */
.success_donate {
  padding: 80px 0; }
  .success_donate h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .success_donate .img_checkout {
    width: 74%;
    margin: 0 auto; }
    .success_donate .img_checkout__frame {
      text-align: center; }
    .success_donate .img_checkout__caption {
      margin: 10px 0 15px; }
  .success_donate .content_checkout {
    width: 74%;
    margin: 0 auto; }
  @media (max-width: 767px) {
    .success_donate h1 {
      font-size: 30px; }
    .success_donate .img_checkout, .success_donate .content_checkout {
      width: 100%; } }
