@import url("../js/library/fontawesome/css/all.css");
@import url("../js/library/aos/aos.css");
@import url("../js/library/swiper/swiper-bundle.min.css");
@import url("../js/library/slick/slick.css");
@import url("../js/library/themify-icons/themify-icons.css");
@import url("../js/library/select2/select2.min.css");
@import url("../js/library/wow/animate.min.css");
@import url("../js/library/themifi/themify-icons.css");
@import url("../js/library/magnific/magnific-popup.css");
@import url("../js/library/gallery/lightgallery.min.css");
@import url("../js/library/fullpage/fullpage.min.css");
@import url("../assets/font/Themify/stylesheet.css");
@import url("../assets/font/SRNCookieRun/stylesheet.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none !important; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  font-family: "SRN CookieRun", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: #000000;
  overflow: hidden / auto; }

a {
  text-decoration: none; }

button,
select {
  border: none;
  outline: none; }

.main {
  min-height: 68vh;
  overflow: hidden; }

.container {
  width: 100%;
  max-width: 90vw;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.over {
  overflow-x: auto;
  scroll-snap-type: x mandatory; }
  .over::-webkit-scrollbar {
    display: none; }

.no-scroll {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none; }

iframe {
  vertical-align: middle; }
/* Styles for dialog window */
.back-to-top {
  width: 4rem;
  height: 4rem;
  border-radius: 0.6rem;
  background-color: #000000;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: fixed;
  bottom: 6rem;
  right: 3rem;
  z-index: 7;
  transform: translateX(3rem);
  opacity: 0;
  transition: 0.5s linear;
  cursor: pointer;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .back-to-top {
      right: 1.5rem; } }
  .back-to-top.active {
    visibility: visible;
    transform: translateX(0);
    opacity: 1; }
  .back-to-top .triangle {
    display: block;
    width: 0;
    height: 0;
    z-index: 2;
    border: 8px solid transparent;
    border-bottom: 6px solid #fff;
    margin-top: -6px;
    border-radius: 5px; }
    .back-to-top .triangle:nth-child(1) {
      animation: BTT 1.5s linear 0.6s infinite; }
    .back-to-top .triangle:nth-child(2) {
      animation: BTT 1.5s linear 0.3s infinite; }
    .back-to-top .triangle:nth-child(3) {
      animation: BTT 1.5s linear 0s infinite; }
  @media only screen and (min-width: 901px) {
    .back-to-top:hover {
      visibility: visible;
      opacity: 1;
      transform: translateX(0); } }

.menu-nav {
  height: 100%; }
  .menu-nav > .menu-list {
    height: 100%; }
    .menu-nav > .menu-list > .menu-item {
      height: 100%;
      width: 12vw;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center; }
      .menu-nav > .menu-list > .menu-item::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 0.2rem;
        background-color: #000000;
        width: 0;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out; }
      @media screen and (min-width: 1201px) {
        .menu-nav > .menu-list > .menu-item:hover::before {
          width: 100%; } }
      .menu-nav > .menu-list > .menu-item > a {
        height: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        color: rgb(0, 0, 0);
    
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out; }
      .menu-nav > .menu-list > .menu-item.current_page_item > a {
        background-color: #ff0000;
        color: white; }
      .menu-nav > .menu-list > .menu-item > .menu-list {
        top: 100%; }

.menu-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }

.menu-item {
  position: relative;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s; }
  @media screen and (min-width: 1201px) {
    .menu-item:hover > .menu-list {
      opacity: 1;
      visibility: visible;
      transform: translate(0, 0); } }
  .menu-item > a {
    color: #fef08b;
    font-weight: 600;
    display: block; }
    .menu-item > a > i {
      display: none;
      font-weight: 400;
      margin-left: 0.4rem; }
  .menu-item.dropdown > a > i {
    display: inline-block; }
  .menu-item > .menu-list {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 20rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out; }
    @media screen and (min-width: 1201px) {
      .menu-item > .menu-list {
        opacity: 0;
        visibility: hidden;
        transform: translate(0, 5px); } }
    .menu-item > .menu-list > .menu-item {
      margin-left: 0;
      width: 100%; }
      .menu-item > .menu-list > .menu-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 0.3rem;
        background-color: #4ca5f7;
        transition: 0.2s ease-in-out;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -o-transition-delay: 0s;
        opacity: 0; }
      @media screen and (min-width: 1201px) {
        .menu-item > .menu-list > .menu-item:hover {
          background-color: rgba(76, 165, 247, 0.1); }
          .menu-item > .menu-list > .menu-item:hover::before {
            opacity: 0; } }
      .menu-item > .menu-list > .menu-item > a {
        padding: 1rem;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .menu-item > .menu-list > .menu-item > a > i {
          transform: rotate(-90deg) translate(5px, 0);
          margin-top: 0.8rem; }
      .menu-item > .menu-list > .menu-item > .menu-list {
        left: 100%; }

.menu-page {
  background-color: #fef08b; }
  @media screen and (max-width: 1200px) {
    .menu-page .container {
      padding: 0; } }
  @media screen and (max-width: 1200px) {
    .menu-page .menu-list {
      overflow-x: auto;
      overflow-y: hidden; }
      .menu-page .menu-list::-webkit-scrollbar {
        display: none; }
      .menu-page .menu-list::-webkit-scrollbar {
        height: 0.2rem; } }
  .menu-page .menu-item {
    flex: 1;
    text-align: center; }
    @media screen and (min-width: 1201px) {
      .menu-page .menu-item:hover {
        background-color: #4ca5f7; } }
    .menu-page .menu-item:not(:first-child) {
      margin-left: 0; }
      .menu-page .menu-item:not(:first-child)::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 0.1rem;
        height: 2.4rem;
        background-color: rgba(255, 255, 255, 0.4);
        left: 0; }
    .menu-page .menu-item::after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      opacity: 0;
      visibility: hidden;
      transition: 0.1s ease-in-out;
      -webkit-transition: 0.1s ease-in-out;
      -moz-transition: 0.1s ease-in-out;
      -ms-transition: 0.1s ease-in-out;
      -o-transition: 0.1s ease-in-out;
      transition-delay: 0s;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
      -o-transition-delay: 0s;
      border-left: 1.5rem solid transparent;
      border-top: 1.5rem solid transparent;
      border-right: 1.5rem solid transparent;
      border-bottom: 1.5rem solid #000000; }
    .menu-page .menu-item.current_page_item {
      background-color: #4ca5f7; }
      .menu-page .menu-item.current_page_item::after {
        opacity: 1;
        visibility: visible; }
    .menu-page .menu-item a {
      padding: 3rem 1.5rem;
      text-transform: uppercase;
      color: rgb(0, 0, 0);
      overflow: hidden; }
      @media screen and (max-width: 1200px) {
        .menu-page .menu-item a {
          white-space: nowrap;
          padding: 2.4rem 3rem; } }

::-webkit-scrollbar {
  width: 0.5rem; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4ca5f7; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4ca5f7; }

.header {
  font-family: 'UTM FacebookR K&T';
  height: 7vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
  z-index: 50;
  background-color: #fcec30; }
  @media screen and (max-width: 1000px) {
    .header {
      height: 6vh; } }
  @media screen and (max-width: 1000px) {
    .header {
      height: 6vh;
      position: sticky; } }
  .header.sticky {
    height: 5.6rem; }
  .header-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    height: 100%; }
  .header-logo {
    display: block;
    width: 5rem;
    height: 5rem;
    border-radius: 6px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    cursor: pointer;
    flex-shrink: 0; }
    .header-logo img {
      width: auto;
      height: 100%; }
  .header-right {
    margin-left: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center; }
  .header-nav {
    width: 55vw;
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
   }
    @media screen and (max-width: 1000px) {
      .header-nav {
        display: none; } }
    .header-nav-list {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center; }
    .header-nav-item {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      position: relative; }
      .header-nav-item.current_page_item .header-nav-link {
        color: red; }
      .header-nav-item.dropdown > i {
        display: block; }
      .header-nav-item > i {
        font-weight: 400;
        display: none; }
      .header-nav-item > .smenu {
        position: absolute;
        top: 100%;
        left: 0; }
      .header-nav-item:hover > .smenu {
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0); }
  @media screen and (max-width: 1000px) {
    .header-mxh {
      display: none; } }
  .header-user {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-left: 1.6rem; }
    .header-user-ava {
      width: 4rem;
      height: 4rem;
      border-radius: 100rem;
      overflow: hidden; }
      .header-user-ava img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .header-user-content {
      margin-left: 0.8rem; }
    .header-user-name {
      font-size: 1.2rem;
      color: white; }
    .header-user-id {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center; }
    .header-user-uid {
      font-size: 1.1rem;
      color: white; }
      .header-user-uid span {
        color: white; }
    .header-user-rid {
      font-size: 1.1rem;
      color: white;
      margin-left: 0.4rem; }
      .header-user-rid span {
        color: white; }
  .header-search-icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-left: auto;
    cursor: pointer; }
    @media screen and (min-width: 769px) {
      .header-search-icon {
        display: none; } }
    .header-search-icon i {
      color: white;
      font-size: 1.6rem; }

.footer {
  overflow: hidden; }
  .footer-mxh {
    padding: 5.6rem 0;
    background-color: #4ca5f7;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 500px) {
      .footer-mxh {
        padding: 2.4rem 0; } }
    .footer-mxh-list {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -ms-align-items: stretch;
      align-items: stretch;
      -webkit-align-items: stretch;
      justify-content: center;
      margin: 0 -2.4rem; }
      @media screen and (max-width: 768px) {
        .footer-mxh-list {
          margin: 0 -1.2rem;
          margin-bottom: -2.4rem; } }
    .footer-mxh-item {
      padding: 0 2.4rem; }
      @media screen and (max-width: 768px) {
        .footer-mxh-item {
          padding: 0 1.2rem;
          margin-bottom: 2.4rem;
          width: calc(100% / 4); } }
      @media screen and (max-width: 350px) {
        .footer-mxh-item {
          width: calc(100% / 2); } }
    .footer-mxh-link {
      display: block;
      width: 8.6rem;
      height: 8.6rem;
      margin: 0 auto;
      flex-shrink: 0;
      border-radius: 100rem;
      background-color: #08fff9;
      border: 2px solid #ffffff;
      box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.16);
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -webkit-justify-content: center;
      position: relative; }
      @media screen and (max-width: 768px) {
        .footer-mxh-link {
          width: 4rem;
          height: 4rem; } }
      .footer-mxh-link:hover::before {
        transform: scale(1.5);
        opacity: 0; }
      .footer-mxh-link .icon {
        width: 3.2rem;
        height: 3.2rem; }
        @media screen and (max-width: 768px) {
          .footer-mxh-link .icon {
            width: 1.4rem;
            height: 1.4rem; } }
      .footer-mxh-link::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: white;
        border-radius: 100rem;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        z-index: -1; }
    .footer-mxh-name {
      color: white;
      font-size: 2rem;
      font-weight: 700;
      text-align: center;
      margin-top: 1.6rem;
      display: block;
      transition: 1s ease-in-out;
      -webkit-transition: 1s ease-in-out;
      -moz-transition: 1s ease-in-out;
      -ms-transition: 1s ease-in-out;
      -o-transition: 1s ease-in-out;
      transition-delay: 0s;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
      -o-transition-delay: 0s; }
      @media only screen and (max-width: 1200px) {
        .footer-mxh-name {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 800px) {
        .footer-mxh-name {
          font-size: 1.6rem; } }
      @media screen and (max-width: 500px) {
        .footer-mxh-name {
          font-size: 1.4rem;
          margin-top: 0.8rem; } }
      .footer-mxh-name:hover {
        color: #ff0000; }
  .footer-main {
    padding: 6rem 0;
    background-color: #2c2d2c; }
    @media screen and (max-width: 500px) {
      .footer-main {
        padding: 2.4rem 0; } }
  .footer-logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .footer-logo-link:nth-child(1) {
        width: 16rem; }
        .footer-logo-link:nth-child(1) img {
          width: 100%;
          height: auto; } }
    .footer-logo-link:nth-child(2) {
      margin-left: 2.4rem;
      margin-top: -2rem; }
      @media screen and (max-width: 768px) {
        .footer-logo-link:nth-child(2) {
          width: 9rem;
          margin-top: -1.2rem; }
          .footer-logo-link:nth-child(2) img {
            width: 100%;
            height: auto; } }
  .footer-content {
    font-family: 'Roboto Regular';
    text-align: center; }
    .footer-content .text {
      color: #868686;
    }
      @media screen and (max-width: 500px) {
        .footer-content .text {
          font-size: 1.4rem; } }

.burger {
  cursor: pointer;
  padding-left: 1.2rem;
  margin-left: 1.2rem;
  position: relative; }
  .burger::before {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 1.6rem;
    left: 0;
    background-color: white; }
  @media screen and (min-width: 1001px) {
    .burger {
      display: none; } }

.hamburger .line {
  width: 2.2rem;
  height: 0.2rem;
  border-radius: 4px;
  background-color: #ff6d0d;
  display: block;
  margin: 0.5rem 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: auto; }

#hamburger.active .line:nth-child(1) {
  width: 1.8rem;
  margin-left: auto; }

#hamburger.active .line:nth-child(2) {
  margin-left: auto; }

#hamburger.active .line:nth-child(3) {
  width: 1.4rem;
  margin-left: auto; }

.mobile {
  position: absolute;
  z-index: 140;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #0056a6;
  overflow: hidden;
  display: none; }
  @media screen and (max-width: 500px) {
    .mobile {
      width: 100%;
      min-width: initial; } }
  .mobile.sticky {
    top: 0; }
  @media screen and (min-width: 1201px) {
    .mobile {
      display: none; } }
  .mobile-con {
    width: 100%;
    height: 100%;
    overflow-y: auto; }
  .mobile-heading {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #4ca5f7;
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase; }
  .mobile-overlay {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    height: calc(100vh - 40px);
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    opacity: 0;
    visibility: hidden; }
    .mobile-overlay.sticky {
      top: 0; }
    .mobile-overlay.open {
      opacity: 1;
      visibility: visible;
      transform: translateX(0); }
    @media screen and (min-width: 1201px) {
      .mobile-overlay {
        display: none; } }
  .mobile .mxh {
    margin-top: 1.6rem; }
  .mobile .mxh-list {
    justify-content: center; }
  .mobile-wr {
    padding: 2.4rem 0;
    position: relative; }
  .mobile-nav > .menu-list > .menu-item.current_page_item > a {
    background-color: #ff0000;
    color: white;
    background-color: transparent; }
  .mobile-nav > .menu-list > .menu-item > a {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    text-align: center;
    justify-content: center; }
  .mobile-nav .menu-list {
    flex-direction: column;
    align-items: flex-start;
    position: static;
    min-width: initial;
    width: 100%;
    box-shadow: none;
    transition: initial; }
  .mobile-nav .menu-item {
    margin-left: 0;
    width: 100%;
    flex-direction: column; }
    .mobile-nav .menu-item.active > a > i {
      transform: rotate(-180deg) !important; }
    .mobile-nav .menu-item.dropdown > a > i {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -webkit-justify-content: center; }
    .mobile-nav .menu-item a {
      width: 100%;
      padding: 1.2rem 1.2rem !important;
      font-weight: 400;
      text-transform: uppercase;
      color: #fef08b;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: 2; }
      .mobile-nav .menu-item a i {
        transform: initial !important;
        margin-top: 0;
        width: 3rem;
        height: 2rem;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out; }
    .mobile-nav .menu-item > .menu-list {
      padding-left: 1rem;
      display: none; }
      .mobile-nav .menu-item > .menu-list > .menu-item > a {
        position: relative; }
        .mobile-nav .menu-item > .menu-list > .menu-item > a::after {
          content: "";
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: 0;
          width: 100vw;
          height: 1px;
          background-color: rgba(0, 0, 0, 0.1); }
        .mobile-nav .menu-item > .menu-list > .menu-item > a::before {
          content: "";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 2px;
          width: 4px;
          height: 4px;
          border-radius: 100rem;
          border: 1px solid #fef08b; }
        .mobile-nav .menu-item > .menu-list > .menu-item > a i {
          margin-top: 0; }
  .mobile-content {
    padding: 1.5rem; }
  .mobile-title {
    font-size: 2.4rem;
    color: #fef08b;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.8rem; }
    @media only screen and (max-width: 1200px) {
      .mobile-title {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .mobile-title {
        font-size: 1.7rem; } }
  .mobile-fl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center; }
    .mobile-fl span {
      color: #fef08b;
      margin-right: 0.4rem; }
  .mobile-text {
    color: #4ca5f7; }
  .mobile-mxh {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .mobile-mxh-link {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -webkit-justify-content: center;
      flex: 1;
      height: 100%;
      background-color: white;
      cursor: pointer; }
      .mobile-mxh-link:not(:first-child) {
        border-left: 1px solid rgba(0, 0, 0, 0.1); }
      .mobile-mxh-link .icon {
        color: #ffffff; }
  .mobile-account {
    position: absolute;
    top: 1rem;
    left: 1rem; }
  .mobile-re {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center; }
    .mobile-re-link {
      font-size: 1.6rem;
      color: #4ca5f7;
      text-decoration: underline; }
      .mobile-re-link:not(:first-child) {
        margin-left: 16px; }
  .mobile-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid #4ca5f7;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
    background-color: white; }
    .mobile-close:hover .icon {
      transform: rotate(360deg); }
    .mobile-close .icon {
      transition: 0.6s ease-in-out;
      font-weight: 500;
      font-size: 1.8rem;
      color: #4ca5f7; }

.select2-container {
  height: 37px;
  background-color: transparent;
  border-radius: 6px; }

.select2.select2-container {
  width: 100% !important; }

.selection {
  width: 100%; }

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 6px;
  color: #ffffff;
  height: 37px;
  background-color: #e6eeed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%; }

.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid white;
  animation: loader 2s infinite ease; }

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: white;
  animation: loader-inner 2s infinite ease-in; }

@keyframes loader {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(180deg); }
  50% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes loader-inner {
  0% {
    height: 0%; }
  25% {
    height: 0%; }
  50% {
    height: 100%; }
  75% {
    height: 100%; }
  100% {
    height: 0%; } }

 
  .banner-posi {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
    .banner-posi .container {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
  .banner-inner {
    padding-bottom: 20.4vh; }
    @media screen and (max-width: 1400px) {
      .banner-inner {
        width: 50%;
        margin: 0 auto; } }
    @media screen and (max-width: 768px) {
      .banner-inner {
        padding-bottom: 2.4rem; } }
    @media screen and (max-width: 768px) {
      .banner-inner {
        width: 70%; } }
    @media screen and (max-width: 600px) {
      .banner-inner {
        width: 90%; } }
    @media screen and (max-width: 500px) {
      .banner-inner {
        width: 100%;
        padding-bottom: 1.2rem; } }
    @media screen and (max-width: 1200px) {
      .banner-inner .btn-pri::before {
        right: -7px !important; } }
    .banner-inner-list {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media screen and (max-width: 1400px) {
        .banner-inner-list {
          margin: 0 -0.4rem;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: center; } }
    @media screen and (max-width: 1400px) {
      .banner-inner-item {
        padding: 0 0.4rem; } }
    .banner-inner-content {
      font-size: 1.6rem;
      letter-spacing: 0.05em;
      text-shadow: 2px 1px 0px #ffffff;
      text-align: center;
      margin-top: 2.4rem;
      white-space: nowrap; }
      @media screen and (max-width: 1200px) {
        .banner-inner-content {
          margin-top: 8px; } }
      @media screen and (max-width: 768px) {
        .banner-inner-content {
          font-size: 1.2rem; } }
      .banner-inner-content a {
        font-weight: 700;
        color: #ff0000;
        letter-spacing: 0.05em;
        text-shadow: 2px 1px 0px #ffffff;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out; }
        .banner-inner-content a:hover {
          text-decoration: underline; }

@keyframes sc {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

.btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  min-width: 24rem;
  width: fit-content;
  border-radius: 2.4rem;
  padding: 1.6rem;
  background-color: #4ca5f7;
  border: 1px solid #08fff9;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 1200px) {
    .btn {
      padding: 0.8rem 1.2rem;
      min-width: initial; } }
  .btn:hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%); }
    .btn:hover::after {
      transform: scale(1.2);
      opacity: 0; }
  .btn .text {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    white-space: nowrap;
    margin-bottom: -3px; }
    @media screen and (max-width: 1200px) {
      .btn .text {
        font-size: 1.4rem; } }

.btn-pri {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 1.6rem 3.2rem;
  background: linear-gradient(180deg, #fda742 0%, #fe8125 100%);
  border: 1px solid #ffd532;
  border-radius: 2.4rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out; }
  @media screen and (max-width: 1200px) {
    .btn-pri {
      padding: 0.8rem 1.2rem;
      min-width: initial; } }
  .btn-pri:hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%); }
    .btn-pri:hover::after {
      transform: scale(1.2);
      opacity: 0; }
  .btn-pri.decor::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 3.8rem;
    height: 6rem;
    background-image: url(../assets/images/cat-decor.png);
    background-size: contain; }
    @media screen and (max-width: 1200px) {
      .btn-pri.decor::before {
        width: 1.8rem !important;
        height: 2.7rem !important; } }
  .btn-pri.second {
    background: #4ca5f7;
    border: 1px solid #08fff9; }
    .btn-pri.second.decor::before {
      width: 3rem;
      height: 4.8rem; }
    .btn-pri.second .text {
      font-size: 1.6rem; }
  .btn-pri .small {
    padding: 1.2rem 3.2rem; }
  .btn-pri .text {
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    white-space: nowrap;
    margin-bottom: -2px; }
    @media screen and (max-width: 1200px) {
      .btn-pri .text {
        font-size: 1.4rem; } }

.input {
  font-family: "SRN CookieRun", sans-serif;
  width: 100%; }
  .input-area {
    height: auto; }



@media screen and (max-width: 1200px) {
  .side-fixed {
    position: fixed;
    width: 300px;
    max-width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    z-index: 51;
    transition: 0.4s ease-in-out;
    opacity: 0;
    transform: translateX(110%);
    visibility: hidden; }
    .side-fixed.open {
      opacity: 1;
      transform: translate(0, 0);
      visibility: visible; } }

@media screen and (max-width: 1200px) {
  .side-fixed-wrap {
    padding: 6rem 2.4rem;
    width: 100%;
    height: 100%;
    overflow-y: auto; } }

.side-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50;
  transition: 0.5s ease-in-out;
  opacity: 0;
  transform: translateX(110%);
  visibility: hidden; }
  .side-overlay.open {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible; }
  @media screen and (min-width: 1201px) {
    .side-overlay {
      display: none; } }

.side-open {
  width: 4rem;
  height: 4rem;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  background-color: #fef08b;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem 0 0 100rem;
  cursor: pointer;
  transition: 0.4s ease-in-out; }
  .side-open.close {
    opacity: 0;
    transform: translate(100%, -50%);
    visibility: visible; }
  @media screen and (min-width: 1201px) {
    .side-open {
      display: none; } }
  .side-open-wrap {
    width: 30px;
    height: 30px;
    border-radius: 100rem;
    background-color: white;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center; }
    .side-open-wrap .icon {
      color: #fef08b;
      font-weight: 600;
      font-size: 1.6rem; }

.side-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: white;
  border: 1px solid #4ca5f7;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer; }
  .side-close:hover .icon {
    transform: rotate(360deg); }
  .side-close .icon {
    font-size: 1.8rem;
    font-weight: 400;
    transition: 0.6s ease-in-out; }
  @media screen and (min-width: 1201px) {
    .side-close {
      display: none; } }

.mxh-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-left: -1.6rem; }

.mxh-link {
  display: block;
  margin-right: 1.1vw;
}
  .mxh-link:hover {
    transform: translateY(-5px); }
  .mxh-link .icon {
    width: 100%;
    height: auto; }

.fixed {
  position: fixed;
  top: 17%;
  right: 3.2rem;
  z-index: 50;
  width: 10vw;
  height: 32vh;
}
  @media screen and (max-width: 768px) {
    .fixed {
      display: none; } }
  .fixed.open {
    transform: translateX(0); }
    .fixed.open .fixed-toggle {
      left: -1.6rem; }
      .fixed.open .fixed-toggle .icon {
        transform: rotate(0); }
  .fixed-main {
    height: 32vh;
    border: 1px solid white;
    border-radius: 2.4rem;
    position: relative; }
  .fixed-wrapper {
    height: 32vh;
    padding: 1.2rem;
    border-radius: 2.4rem;
    background-image: linear-gradient(#ffd96f, #ff7416);
    border: 1px solid whitesmoke;}
  .fixed-qr {
    margin-bottom: 1.6rem; }
    .fixed-qr-head {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center; }
      .fixed-qr-head .text {
        color: white; }
      .fixed-qr-head .icon {
        margin-left: 0.8rem;
        position: relative;
        top: 2px; }
    .fixed-qr-img {
      padding-top: 100%;
      position: relative;
      border-radius: 1.2rem;
      background-color: white; }
      .fixed-qr-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
        height: 85%; }
  .fixed-dl {
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
    }
    .fixed-dl-link {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      padding: 8px;
      background: #000000;
      border: 1px solid #a6a6a6;
      border-radius: 6px;
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out; }
      .fixed-dl-link:hover {
        filter: brightness(110%); }
      .fixed-dl-link:not(:last-child) {
        margin-bottom: 0.8rem; }
      .fixed-dl-link .text {
        color: white;
        font-size: 1.2rem;
        margin-left: 0.8rem; }
  .fixed-toggle {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 100rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border: 1px solid white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -4rem;
    
    background-image: url('../assets/images/close-fix-menu-v2.png');

    cursor: pointer;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out; }
    .fixed-toggle .icon {
      color: white;
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      font-weight: 400;
      font-size: 1.2rem;
      transform: rotate(180deg); }

.info-upload {
  display: none;
}
.logout {
  cursor: pointer;
  color: #ffef8b;
}

.add-padding {
  padding: 0 4.1rem;
}

.tham-gia-ngay {
  margin-bottom: 2vh;
}

.logo-icon {
  margin-left: 5rem;
}

.group-download-icon {
  margin-left: 1rem;
  margin-right: 8rem;
}

.remove-padding {
  padding: 0 !important;
}

.headline {
  margin-top: 2vh;
}

.headline-img {
  width: 31.15%;
}

.img-btn {
  width: 80%;
}

.confirm-popup-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center; }
  .confirm-popup-btn .btn {
    min-width: initial; }
    .confirm-popup-btn .btn:not(:first-child) {
      margin-left: 2.4rem; }
      @media screen and (max-width: 500px) {
        .confirm-popup-btn .btn:not(:first-child) {
          margin-left: 1.6rem; } }
