@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(23, 26, 31, 0.05);
}

::-webkit-scrollbar-thumb {
  background: #cacbcd;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(23, 26, 31, 0.4);
}

.w-scrollbar::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.w-scrollbar::-webkit-scrollbar-track {
  background: #f6050b;
  border: 3px solid #fff;
}

.w-scrollbar::-webkit-scrollbar-thumb {
  background: #f6050b;
  border-radius: 3px;
}

.w-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(23, 26, 31, 0.4);
}

body,
html {
  padding: 0;
  margin: 0;
}

body {
  -webkit-overflow-scrolling: auto;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000000;
}

.the-conten {
  text-align: center;
}

@media (max-width: 991px) {
  #wrapper {
    font-size: 0.938rem;
    line-height: 1.6;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1224px;
  }
}

@media (max-width: 991px) {
  .container {
    padding: 0 15px;
  }
}

*,
a:active,
a:focus {
  outline: 0 !important;
}

:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

* {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-transition: all 5000s ease-in-out 0s;
  transition: all 5000s ease-in-out 0s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

a,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}

.cl-blue :hover {
  color: red;
}

a {
  color: #000000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

a:hover {
  color: #f6050b;
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
pre,
textarea,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 991px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}

ol,
ul {
  list-style: none;
}

img {
  border: none;
  max-width: 100%;
  width: auto;
  height: auto;
}

input {
  color: #333;
}

select::-ms-expand {
  display: none;
}

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

b,
strong {
  font-weight: 700;
}

@media (max-width: 991px) {
  .noscroll {
    overflow: hidden !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive:before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9:before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9:before {
  padding-top: 56.25%;
}

.embed-responsive-4by3:before {
  padding-top: 75%;
}

.embed-responsive-1by1:before {
  padding-top: 100%;
}

@font-face {
  font-family: IcoFont;
  font-weight: 400;
  font-style: Regular;
  src: url(../fonts/icofont/fonts/icofont.woff2) format("woff2"),
    url(../fonts/icofont/fonts/icofont.woff) format("woff");
}

[class*=" icofont-"],
[class^="icofont-"] {
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.icofont-search:before {
  content: "\ed1b";
}

.icofont-envelope:before {
  content: "\ef14";
}

.icofont-thin-down:before {
  content: "\eac8";
}

.icofont-thin-left:before {
  content: "\eac9";
}

.icofont-thin-right:before {
  content: "\eaca";
}

.icofont-thin-up:before {
  content: "\eacb";
}

.icofont-caret-down:before {
  content: "\ea67";
}

.icofont-caret-up:before {
  content: "\ea6a";
}

.icofont-plus:before {
  content: "\efc2";
}

.icofont-minus:before {
  content: "\ef9a";
}

.icofont-thin-double-left:before {
  content: "\eac6";
}

.icofont-thin-double-right:before {
  content: "\eac7";
}

.icofont-long-arrow-up:before {
  content: "\ea95";
}

.icofont-close-line:before {
  content: "\eee1";
}

.icofont-star:before {
  content: "\f000";
}

/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(../fonts/fontawesome/webfonts/fa-brands-400.eot);
  src: url(../fonts/fontawesome/webfonts/fa-brands-400.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),
    url(../fonts/fontawesome/webfonts/fa-brands-400.woff) format("woff"),
    url(../fonts/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),
    url(../fonts/fontawesome/webfonts/fa-brands-400.svg#fontawesome)
      format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../fonts/fontawesome/webfonts/fa-regular-400.eot);
  src: url(../fonts/fontawesome/webfonts/fa-regular-400.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),
    url(../fonts/fontawesome/webfonts/fa-regular-400.woff) format("woff"),
    url(../fonts/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),
    url(../fonts/fontawesome/webfonts/fa-regular-400.svg#fontawesome)
      format("svg");
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(../fonts/fontawesome/webfonts/fa-solid-900.eot);
  src: url(../fonts/fontawesome/webfonts/fa-solid-900.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),
    url(../fonts/fontawesome/webfonts/fa-solid-900.woff) format("woff"),
    url(../fonts/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),
    url(../fonts/fontawesome/webfonts/fa-solid-900.svg#fontawesome)
      format("svg");
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}

.fa,
.fas {
  font-weight: 900;
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-reply:before {
  content: "\f3e5";
}

@supports (-webkit-backdrop-filter: blur(1px)) {
  svg {
    height: intrinsic;
  }
}

.des,
.tend,
.tend a {
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.img-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.cl-white,
.cl-white *,
.cl-white a:hover,
a.cl-white {
  color: #fff !important;
}

.cl-white a:hover,
a.cl-white:hover {
  text-decoration: underline;
}

.cl-red {
  color: #f6050b !important;
}

.cl-blue {
  color: #2b27fa !important;
}

a.cl-blue:hover {
  color: #000000 !important;
}

.no-bg {
  background: none !important;
}

.no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.no-bor {
  border: none !important;
}

.rad-web {
  border-radius: 15px;
}

@media (max-width: 991px) {
  .rad-web {
    border-radius: 10px;
  }
}

@media (max-width: 991px) {
  .row {
    margin: 0 -8px;
  }

  .row [class^="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 991px) {
  .scroll-mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .scroll-mb::-webkit-scrollbar {
    width: 0;
    display: none;
  }
}

.flex-hidden {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.slick-init .item {
  display: none;
}

.slick-init .item.slick-slide,
.slick-init .item:first-child {
  display: block;
}

.sl-gen .slick-list {
  margin: 0 -12px;
}

@media (max-width: 991px) {
  .sl-gen .slick-list {
    margin: 0 -8px;
  }
}

.sl-gen .item {
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 991px) {
  .sl-gen .item {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.no-space .slick-list {
  margin: 0 !important;
}

.no-space .item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.slick-slide img {
  display: inline-block;
}

.sl-gen .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  z-index: 5;
  width: 50px;
  height: 50px;
  border: 1px solid #b5b5b5;
  border-radius: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.sl-gen .slick-arrow:before {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  content: "";
  border-radius: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.39, 1.01);
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.39, 1.01);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.sl-gen .slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32%;
  height: 32%;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sl-gen .slick-arrow:hover:before {
  opacity: 1;
  background-color: #f6050b;
}

@media (max-width: 991px) {
  .sl-gen .slick-arrow {
    width: 40px;
    height: 40px;
    border-color: #f6050b;
  }

  .sl-gen .slick-arrow:before {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #f6050b;
  }
}

.sl-gen .slick-prev {
  left: 15px;
}

@media (max-width: 991px) {
  .sl-gen .slick-prev {
    left: -15px;
  }
}

.sl-gen .slick-prev:after {
  background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 10" width="16" height="10"><path class="a" d="m5.5 9.5q0.1-0.1 0.2-0.2 0-0.2 0-0.3 0-0.1 0-0.3-0.1-0.1-0.2-0.2l-2.7-2.8h12.2q0.3 0 0.5-0.2 0.2-0.2 0.3-0.5-0.1-0.3-0.3-0.5-0.2-0.2-0.5-0.3h-12.2l2.7-2.7q0.2-0.2 0.2-0.5 0-0.3-0.2-0.5-0.2-0.2-0.5-0.2-0.3 0-0.5 0.2l-4 4q-0.1 0.1-0.2 0.2-0.1 0.2-0.1 0.3 0 0.1 0.1 0.3 0.1 0.1 0.2 0.2l4 4q0.1 0.1 0.2 0.2 0.2 0 0.3 0 0.1 0 0.3 0 0.1-0.1 0.2-0.2z" fill="%23646464"/></svg>');
}

.sl-gen .slick-next {
  right: 15px;
}

@media (max-width: 991px) {
  .sl-gen .slick-next {
    right: -15px;
  }
}

.sl-gen .slick-next:after {
  background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 10" width="16" height="10"><path class="a" d="m10.5 9.5q-0.1-0.1-0.2-0.2 0-0.2 0-0.3 0-0.1 0-0.3 0.1-0.1 0.2-0.2l2.7-2.8h-12.2q-0.3 0-0.5-0.2-0.2-0.2-0.3-0.5 0.1-0.3 0.3-0.5 0.2-0.2 0.5-0.3h12.2l-2.7-2.7q-0.2-0.2-0.2-0.5 0-0.3 0.2-0.5 0.2-0.2 0.5-0.2 0.3 0 0.5 0.2l4 4q0.1 0.1 0.2 0.2 0.1 0.2 0.1 0.3 0 0.1-0.1 0.3-0.1 0.1-0.2 0.2l-4 4q-0.1 0.1-0.2 0.2-0.2 0-0.3 0-0.1 0-0.3 0-0.1-0.1-0.2-0.2z" fill="%23646464"/></svg>');
}

.sl-gen .slick-disabled {
  opacity: 0;
  cursor: default;
}

.sl-gen.white .slick-arrow {
  border-color: #ffffff;
}

.sl-gen.white .slick-arrow:after {
  -webkit-filter: invert(1) brightness(3);
  filter: invert(1) brightness(3);
}

.sl-gen.color .slick-arrow {
  border-color: #f6050b;
}

.sl-gen.color .slick-prev:not(:hover):after {
  background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 10" width="16" height="10"><path class="a" d="m5.5 9.5q0.1-0.1 0.2-0.2 0-0.2 0-0.3 0-0.1 0-0.3-0.1-0.1-0.2-0.2l-2.7-2.8h12.2q0.3 0 0.5-0.2 0.2-0.2 0.3-0.5-0.1-0.3-0.3-0.5-0.2-0.2-0.5-0.3h-12.2l2.7-2.7q0.2-0.2 0.2-0.5 0-0.3-0.2-0.5-0.2-0.2-0.5-0.2-0.3 0-0.5 0.2l-4 4q-0.1 0.1-0.2 0.2-0.1 0.2-0.1 0.3 0 0.1 0.1 0.3 0.1 0.1 0.2 0.2l4 4q0.1 0.1 0.2 0.2 0.2 0 0.3 0 0.1 0 0.3 0 0.1-0.1 0.2-0.2z" fill="%23c4996c"/></svg>');
}

.sl-gen.color .slick-next:not(:hover):after {
  background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 10" width="16" height="10"><path class="a" d="m10.5 9.5q-0.1-0.1-0.2-0.2 0-0.2 0-0.3 0-0.1 0-0.3 0.1-0.1 0.2-0.2l2.7-2.8h-12.2q-0.3 0-0.5-0.2-0.2-0.2-0.3-0.5 0.1-0.3 0.3-0.5 0.2-0.2 0.5-0.3h12.2l-2.7-2.7q-0.2-0.2-0.2-0.5 0-0.3 0.2-0.5 0.2-0.2 0.5-0.2 0.3 0 0.5 0.2l4 4q0.1 0.1 0.2 0.2 0.1 0.2 0.1 0.3 0 0.1-0.1 0.3-0.1 0.1-0.2 0.2l-4 4q-0.1 0.1-0.2 0.2-0.2 0-0.3 0-0.1 0-0.3 0-0.1-0.1-0.2-0.2z" fill="%23c4996c"/></svg>');
}

.sl-gen.bottom {
  padding-bottom: 80px;
}

.sl-gen.bottom .slick-arrow {
  top: auto;
  bottom: 0;
  -webkit-transform: none;
  transform: none;
}

.sl-gen.bottom .slick-prev {
  left: 50%;
  margin-left: -55px;
}

.sl-gen.bottom .slick-next {
  right: 50%;
  margin-right: -55px;
}

@media (max-width: 991px) {
  .sl-gen.bottom {
    padding-bottom: 60px;
  }

  .sl-gen.bottom .slick-prev {
    margin-left: -45px;
  }

  .sl-gen.bottom .slick-next {
    margin-right: -45px;
  }
}

.sl-gen:not(.white) .slick-arrow:hover {
  border-color: #f6050b;
}

.sl-gen:not(.white) .slick-arrow:hover:after {
  -webkit-filter: invert(1) brightness(3);
  filter: invert(1) brightness(3);
}

@media (max-width: 991px) {
  main .sl-gen:not(.center):not(.slick-dotted) {
    padding-bottom: 60px;
  }

  main .sl-gen:not(.center):not(.slick-dotted) .slick-arrow {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
  }

  main .sl-gen:not(.center):not(.slick-dotted) .slick-prev {
    left: 50%;
    margin-left: -45px;
  }

  main .sl-gen:not(.center):not(.slick-dotted) .slick-next {
    right: 50%;
    margin-right: -45px;
  }

  main .sl-gen:not(.v2) .slick-arrow:after {
    -webkit-filter: invert(1) brightness(5);
    filter: invert(1) brightness(5);
  }
}

.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 5;
}

.slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  background: none;
  border-radius: 100%;
  border: none;
  background-color: #ddd;
  font-size: 0;
  padding: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}

.slick-dots li.slick-active button {
  background-color: #2b27fa;
}

.slick-dotted {
  padding-bottom: 40px;
}

.no-transform {
  -webkit-transform: none !important;
  transform: none !important;
}

.sl-equal .slick-slide,
.sl-equal .slick-track,
.view-col > div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.sl-equal .slick-slide {
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-title {
  position: relative;
}

.box-title .title {
  font-size: 2.25rem;
}

@media (max-width: 1199px) {
  .box-title .title {
    font-size: 1.875rem;
  }
}

@media (max-width: 991px) {
  .box-title .title {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .box-title .title {
    font-size: 1.375rem;
  }
}

@media (min-width: 992px) {
  .box-title .title.t1 {
    font-size: 1.675rem;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .box-title .title.t1 {
    font-size: 1.325rem;
  }
}

.box-title .title .line {
  height: 1px;
  background-color: #2b27fa;
}

.box-title.bg {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #2b27fa;
  border-radius: 10px;
}

.box-title.bg .title {
  font-size: 1.125rem;
  line-height: 1.4;
}

.box-title.bg .title img {
  width: 22px;
}

.heading-page {
  font-size: 2.25rem;
}

@media (max-width: 991px) {
  .heading-page {
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .heading-page {
    font-size: 1.5rem;
  }
}

.button-web {
  display: inline-block;
  max-width: 100%;
  padding: 12px 30px;
  background-color: #fff;
  border: none;
  border-radius: 52px;
  position: relative;
  vertical-align: bottom;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  white-space: nowrap;
  font-size: 0.938rem;
  color: #000000;
  text-align: center;
}

.button-web span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.button-web.sm {
  padding: 7px 20px;
}

.button-web.lg {
  padding-top: 16px;
  padding-bottom: 16px;
}

.button-web.color {
  background-color: #f6050b;
  color: #fff;
}

.button-web.arr {
  padding: 0;
  padding-right: 36px;
  background: none;
  border: none;
  color: #f6050b;
}

.button-web.arr:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icofont";
  content: "\eaca";
  font-weight: 700;
  color: #fff;
  line-height: 28px;
}

.button-web.arr span {
  line-height: 22px;
}

.button-web.arr span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #2b27fa;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.button-web.arr:hover {
  color: #2b27fa !important;
}

.button-web.arr:hover span:before {
  width: 100%;
}

.button-web.arr.circle:after {
  width: 28px;
  height: 28px;
  background-color: #f6050b;
  border-radius: 100%;
}

.button-web.arr.circle:hover:after {
  background-color: #2b27fa;
}

@media (max-width: 575px) {
  .button-web.arr.circle {
    font-weight: 500;
  }
}

.button-web.ico-circle span {
  padding-top: 2px;
}

.button-web.ico-circle span:after,
.button-web.ico-circle span:before {
  position: absolute;
  top: 50%;
  border-radius: 100%;
  content: "";
}

.button-web.ico-circle.left span {
  padding-left: 45px;
}

.button-web.ico-circle.left span:before {
  left: 0;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  background: #fff url(../images/icon/arr-right-1.svg) center center/auto 30%
    no-repeat;
}

.button-web.ico-circle.right span {
  padding-right: 40px;
}

.button-web.ico-circle.right span:after {
  right: 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #f6050b
    url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 14" width="8" height="14"><path d="m0.3 13.7q-0.1-0.1-0.2-0.3-0.1-0.2-0.1-0.4 0-0.2 0.1-0.4 0.1-0.2 0.2-0.3l5.3-5.3-5.3-5.3q-0.3-0.3-0.3-0.7 0-0.4 0.3-0.7 0.3-0.3 0.7-0.3 0.4 0 0.7 0.3l6 6q0.1 0.1 0.2 0.3 0.1 0.2 0.1 0.4 0 0.2-0.1 0.4-0.1 0.2-0.2 0.3l-6 6q-0.1 0.1-0.3 0.2-0.2 0.1-0.4 0.1-0.2 0-0.4-0.1-0.2-0.1-0.3-0.2z" fill="%23FFFFFF"/></svg>')
    54% 49% / auto 32% no-repeat;
}

.button-web:not(.arr):hover {
  background-color: #f6050b;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  color: #fff !important;
}

.button-web.color:hover {
  background-color: #2b27fa;
}

@media (max-width: 991px) {
  .button-web {
    padding: 10px 20px;
    min-width: inherit;
  }

  .button-web.lg {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .button-web.ico-circle span:after,
  .button-web.ico-circle span:before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }

  .button-web.ico-circle.left span {
    padding-left: 40px;
  }

  .button-web.ico-circle.right span {
    padding-right: 40px;
  }
}

.btn-send span:after {
  background-color: #fff !important;
  background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 14" width="8" height="14"><path d="m0.3 13.7q-0.1-0.1-0.2-0.3-0.1-0.2-0.1-0.4 0-0.2 0.1-0.4 0.1-0.2 0.2-0.3l5.3-5.3-5.3-5.3q-0.3-0.3-0.3-0.7 0-0.4 0.3-0.7 0.3-0.3 0.7-0.3 0.4 0 0.7 0.3l6 6q0.1 0.1 0.2 0.3 0.1 0.2 0.1 0.4 0 0.2-0.1 0.4-0.1 0.2-0.2 0.3l-6 6q-0.1 0.1-0.3 0.2-0.2 0.1-0.4 0.1-0.2 0-0.4-0.1-0.2-0.1-0.3-0.2z" fill="%236e6e6e"/></svg>') !important;
}

.box-border {
  padding: 10px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid rgba(41, 36, 250, 0.29);
}

.sub-box {
  border-radius: 15px;
  background-color: #fff;
  padding: 10px;
}

.sub-box.bor {
  border: 1px solid #d6d6d6;
}

.sub-box .img {
  border-radius: 10px;
  overflow: hidden;
}

.sub-box:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .sub-box {
    border-radius: 10px;
  }

  .sub-box .img {
    border-radius: 8px;
  }

  .sub-box:not(:last-child) {
    margin-bottom: 16px;
  }
}

.img.full-frame {
  display: block;
  position: relative;
  overflow: hidden;
}

.img.full-frame img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.link-txt {
  text-decoration: underline;
}

.link-txt:hover {
  text-decoration: none;
}

.link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -33%, 0);
    transform: translate3d(0, -33%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -33%, 0);
    transform: translate3d(0, -33%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes Reveal {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes Reveal {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.Reveal {
  -webkit-animation-name: Reveal;
  animation-name: Reveal;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@keyframes loadLeft {
  0% {
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes loadLeft {
  0% {
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.loadLeft {
  -webkit-animation-name: loadLeft;
  animation-name: loadLeft;
}

@keyframes loadRight {
  0% {
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes loadRight {
  0% {
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.loadRight {
  -webkit-animation-name: loadRight;
  animation-name: loadRight;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes aniWidth {
  0% {
    width: 100%;
  }

  to {
    width: 0;
  }
}

@keyframes aniWidth {
  0% {
    width: 100%;
  }

  to {
    width: 0;
  }
}

@-webkit-keyframes goLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes goLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes goRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes goRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes scaleLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes scaleLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

.scaleLarge {
  -webkit-animation-name: scaleLarge;
  animation-name: scaleLarge;
}

@-webkit-keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes stuckMoveDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes stuckMoveDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.scale-animate {
  display: block;
  position: relative;
  overflow: hidden;
}

.scale-animate img {
  -webkit-transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -webkit-transition: -webkit-transform 0.5s
    cubic-bezier(0.44, 0.185, 0.575, 0.86);
  transition: -webkit-transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  transition: transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86),
    -webkit-transform 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ani-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: transform 5s ease-in-out;
  -webkit-transition: -webkit-transform 5s ease-in-out;
  transition: -webkit-transform 5s ease-in-out;
  transition: transform 5s ease-in-out;
  transition: transform 5s ease-in-out, -webkit-transform 5s ease-in-out;
}

.ani-img.invert:before {
  left: auto;
  right: 0;
}

.ani-img.on-show:before {
  opacity: 1;
  z-index: 1;
  -webkit-animation: aniWidth;
  animation: aniWidth;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes stuckMoveDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes stuckMoveDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 1101px) {
  .scale-animate:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .lazyloading {
    filter: alpha(opacity=0);
    opacity: 0;
  }

  .lazy-start {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.popup {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  z-index: 1010;
  text-align: left;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, top 0.25s ease;
  transition: opacity 0.3s ease, top 0.25s ease;
}

.click-popup.active .popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.desc ol,
.desc ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-bottom: 1rem;
}

.desc ol li,
.desc ul li {
  margin-top: 0.4rem;
}

.desc ul li {
  position: relative;
  padding-left: 16px;
}

.desc ul li:before {
  position: absolute;
  top: 8px;
  left: 2px;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000000;
  border-radius: 100%;
}

.desc ol {
  counter-reset: list;
}

.desc ol li {
  position: relative;
  padding-left: 16px;
}

.desc ol li:before {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  counter-increment: list;
  content: counters(list, ".") ". ";
  color: #000000;
  font-size: 1rem;
}

.desc .h1,
.desc .h2,
.desc .h3,
.desc .h4,
.desc .h5,
.desc .h6,
.desc h1,
.desc h2,
.desc h3,
.desc h4,
.desc h5,
.desc h6 {
  margin-bottom: 1rem;
  line-height: 1.4;
}

.desc h2 {
  font-size: 1.25rem;
}

@media (max-width: 991px) {
  .desc h2 {
    font-size: 1.125rem;
  }
}

.desc h3 {
  font-size: 1.125rem;
}

@media (max-width: 991px) {
  .desc h3 {
    font-size: 1rem;
  }
}

.desc h4 {
  font-size: 1rem;
}

@media (max-width: 991px) {
  .desc h4 {
    font-size: 0.875rem;
  }
}

.desc img {
  max-width: 100% !important;
  height: auto !important;
}

.desc iframe,
.desc video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.ds-share li:not(:last-child) {
  margin-right: 10px;
}

.ds-share li a {
  display: block;
  font-size: 0.875rem;
  width: 32px;
  height: 32px;
  text-align: center;
  border: 1px solid #f6050b;
  border-radius: 4px;
  line-height: 30px;
  color: #f6050b;
}

.ds-share li a:hover {
  color: #fff;
}

.ds-share li.facebook a:hover {
  background-color: #3b5a9b;
  border-color: #3b5a9b;
}

.ds-share li.twitter a:hover {
  background-color: #2593e9;
  border-color: #2593e9;
}

.ds-share li.linkedin a:hover {
  background-color: #0073af;
  border-color: #0073af;
}

.ds-share li.instagram a {
  font-size: 1rem;
}

.ds-share li.instagram a:hover {
  background: radial-gradient(
    circle at 33% 100%,
    #fed373 4%,
    #f15245 30%,
    #d92e7f 62%,
    #9b36b7 85%,
    #515ecf
  );
}

@media (max-width: 991px) {
  .video-wrapper {
    margin-top: -7rem;
  }
}

main .box-section {
  padding: 2rem 0;
}

main .box-section.line {
  border-top: 1px solid #d1d1d1;
}

main .box-section .box-content + hr {
  position: relative;
  bottom: -40px;
}

@media (max-width: 991px) {
  main .box-section {
    padding: 10px 0;
    overflow: hidden;
    margin-top: 1rem;
  }

  main .box-section .box-content + hr {
    bottom: -30px;
  }
}

.padd-bottom {
  padding-bottom: 30px;
}

@media (min-width: 1200px) {
  #sidebar {
    width: 320px;
  }

  #main-col {
    width: calc(100% - 320px);
  }
}

.breadcrumb {
  margin: 0;
  padding: 0;
  background: none;
  font-size: 0.875rem;
}

.breadcrumb li {
  padding: 0;
  margin-left: 20px;
  display: inline-block;
  position: relative;
  line-height: 20px;
}

.breadcrumb li:first-child {
  margin-left: 0;
}

.breadcrumb li a {
  display: block;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
  color: #000000;
}

.breadcrumb li a span {
  display: block;
}

.breadcrumb li:not(:first-child):after {
  font-family: "icofont";
  content: "\eac7";
  font-size: 0.75rem;
  font-weight: 700;
  position: absolute;
  left: -18px;
  top: 1px;
}

.breadcrumb li:last-child {
  margin-right: 0;
}

.breadcrumb li a:hover {
  color: #000;
}

.pagination {
  margin: 0 -10px;
}

.pagination li {
  display: inline-block;
  margin: 0 3px;
}

.pagination li a,
.pagination li span.pagecur {
  display: table-cell;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  line-height: 28px;
  vertical-align: middle;
  background-color: #fff;
  color: #000;
  text-align: center;
}

.pagination li .btn-page i {
  font-weight: 700;
}

.pagination li a:hover,
.pagination li span.pagecur {
  color: #fff;
  border-color: #f6050b;
  background-color: #f6050b;
}

.fancybox-content {
  background: none;
  opacity: 0;
  padding: 0;
}

.fancybox-is-open .fancybox-content {
  -webkit-animation: fadeIn;
  animation: fadeIn;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  overflow: visible;
}

.fancybox-bg {
  height: 0;
  top: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.fancybox-inner {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.fancybox-is-open .fancybox-inner {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.fancybox-is-open .fancybox-bg {
  height: 100%;
}

.fancybox-active {
  overflow: hidden;
}

.fancybox-slide {
  padding: 0 !important;
}

.fancybox-is-open .fancybox-button--close,
.fancybox-is-open .fancybox-close-small {
  opacity: 1 !important;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 33" width="33" height="33"><style>.a{fill:%23fff}</style><path class="a" d="m11.7 23.8l-7.9 7.9c-0.7 0.7-1.8 0.7-2.5 0-0.7-0.7-0.7-1.8 0-2.5l7.9-7.9c2.7-2.7 2.7-7.2 0-9.9l-7.9-7.9c-0.7-0.7-0.7-1.8 0-2.5 0.7-0.7 1.8-0.7 2.5 0l7.9 7.9c2.7 2.7 7.2 2.7 9.9 0l7.9-7.9c0.7-0.7 1.8-0.7 2.5 0 0.7 0.7 0.7 1.8 0 2.5l-7.9 7.9c-2.7 2.7-2.7 7.2 0 9.9l7.9 7.9c0.7 0.7 0.7 1.8 0 2.5-0.7 0.7-1.8 0.7-2.5 0l-7.9-7.9c-2.7-2.7-7.1-2.7-9.9 0z"/></svg>')
    center center/80% no-repeat;
}

.fancybox-button--close svg,
.fancybox-close-small svg {
  display: none;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: default;
}

.my-fancybox .fancybox-is-open .fancybox-close-small {
  top: -20px;
  right: -20px;
}

.my-fancybox .fancybox-caption__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.25rem;
  font-weight: 400;
  -webkit-line-clamp: 1;
  max-height: 36px;
  pointer-events: none;
}

.my-fancybox .fancybox-caption__body .slide-count {
  margin-left: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fancybox-caption__body,
.my-fancybox .fb-caption {
  color: #ccc;
  text-transform: uppercase;
}

.my-fancybox .fb-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  z-index: 99996;
  pointer-events: none;
  text-align: center;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  background: none;
  padding: 15px 50px;
}

.my-fancybox.fancybox-is-open .fancybox-infobar,
.my-fancybox.fancybox-is-open .fancybox-navigation .fancybox-button,
.my-fancybox.fancybox-is-open .fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important;
}

.my-fancybox .fancybox-stage {
  bottom: 50px;
}

.my-fancybox.fancybox-show-thumbs .fancybox-stage {
  top: 13.87vh;
  bottom: 15.47vh;
  width: 100%;
  max-width: 1200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.my-fancybox .fancybox-caption {
  bottom: auto;
  top: 5.34vh;
  padding: 0 44px;
  margin: 0;
  color: #fff;
  background: none;
}

.my-fancybox .fancybox-thumbs {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.my-fancybox .fancybox-thumbs::-webkit-scrollbar {
  width: 0;
  display: none;
}

.my-fancybox .fancybox-thumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
}

.my-fancybox .fancybox-thumbs__list a {
  float: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 10.67vh;
  opacity: 0.5;
  background-color: transparent;
}

.my-fancybox .fancybox-thumbs__list a:not(:last-child) {
  margin-left: 0;
  margin-right: 1.04166vw;
}

.my-fancybox .fancybox-thumbs__list a.fancybox-thumbs-active {
  opacity: 1;
}

.my-fancybox .fancybox-thumbs__list a:before {
  border: none;
}

.my-fancybox .fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 4.8vh;
  left: 0;
  right: 0;
  height: 7.9vh;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  text-align: center;
}

.my-fancybox.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 0;
}

.my-fancybox .fancybox-content {
  width: 100%;
  overflow: visible;
}

.my-fancybox .fancybox-navigation .fancybox-button {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.my-fancybox .fancybox-navigation .fancybox-button > div {
  display: none;
}

.my-fancybox .fancybox-button--arrow_left {
  left: 20px;
  background: url(../images/icon/prev.svg) center center/auto 44px no-repeat;
}

.my-fancybox .fancybox-button--arrow_right {
  right: 20px;
  background: url(../images/icon/next.svg) center center/auto 44px no-repeat;
}

.my-fancybox .fancybox-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  opacity: 1 !important;
  background: url(../images/icon/w-close-icon.png) center center/contain
    no-repeat;
}

.my-fancybox .fancybox-infobar {
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}

@media (min-width: 1280px) {
  .my-fancybox .fancybox-button--arrow_left {
    left: 50%;
    margin-left: -580px;
  }

  .my-fancybox .fancybox-button--arrow_right {
    right: 50%;
    margin-right: -580px;
  }
}

@media (min-width: 1101px) {
  .fancybox-content {
    padding: 20px 0;
  }

  .fancybox-is-open .fancybox-button--close:hover,
  .fancybox-is-open .fancybox-close-small:hover {
    -webkit-transform: rotate(90deg) scale(1.1);
    transform: rotate(90deg) scale(1.1);
  }

  .my-fancybox .fancybox-thumbs {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 1400px) {
  .my-fancybox .fancybox-button--arrow_left {
    left: 50%;
    margin-left: -680px;
  }

  .my-fancybox .fancybox-button--arrow_right {
    right: 50%;
    margin-right: -680px;
  }
}

@media (max-width: 1100px) {
  .fancybox-is-open .fancybox-button--close,
  .fancybox-is-open .fancybox-close-small {
    width: 32px;
    height: 32px;
    top: 10px;
    right: 10px;
  }

  .my-fancybox .fancybox-caption__body {
    font-size: 1rem;
    -webkit-line-clamp: 2;
    max-height: 48px;
  }
}

@media (max-width: 767px) {
  .my-fancybox .fancybox-button--arrow_left {
    left: 0;
  }

  .my-fancybox .fancybox-button--arrow_right {
    right: 0;
  }
}

@media (max-width: 575px) {
  .my-fancybox .fancybox-navigation .fancybox-button {
    background-size: auto 30px !important;
  }
}

.nav-tabs-content li:not(:last-child) {
  margin-right: 50px;
}

@media (max-width: 991px) {
  .nav-tabs-content li:not(:last-child) {
    margin-right: 30px;
  }
}

.nav-tabs-content li a {
  display: block;
  padding: 19px 0;
  text-align: center;
  position: relative;
  font-size: 1.125rem;
  color: #b5b4b4;
  -webkit-transition: none;
  transition: none;
}

.nav-tabs-content li a.active {
  color: #2b27fa;
}

@media (max-width: 991px) {
  .nav-tabs-content li a {
    font-size: 1rem;
  }
}

.nav-tabs-content li:hover a {
  color: #000000;
}

.nav-tabs-content li.active a {
  color: #2b27fa;
}

@media (max-width: 575px) {
  .menu-scroll {
    width: calc(100% + 15px);
  }
}

@media (max-width: 991px) {
  .menu-scroll ul {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .menu-scroll ul::-webkit-scrollbar {
    width: 0;
    display: none;
  }
}

.menu-scroll .content {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.menu-scroll ul {
  max-width: 100%;
  overflow-x: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

@media (min-width: 576px) and (max-width: 991px) {
  .menu-scroll.v2 .nav-tabs-content ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.menu-scroll.v2 .nav-tabs-content li {
  width: 180px;
}

.menu-scroll.v2 .nav-tabs-content li:not(:last-child) {
  margin-right: 10px;
}

.menu-scroll.v2 .nav-tabs-content li a {
  width: 100%;
  padding: 8px 15px;
  border-radius: 26px;
  background-color: #f7f7f7;
  font-size: 0.938rem;
  color: #000000;
}

.menu-scroll.v2 .nav-tabs-content li a.active {
  background-color: #f6050b;
  color: #fff;
}

@media (max-width: 575px) {
  .menu-scroll.v2 .nav-tabs-content li:last-child {
    margin-right: 15px;
  }
}

.menu-fix {
  min-height: 64px;
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
}

.menu-fix.fixed .target-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 112;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  -webkit-animation: fadeInDown 0.5s 1;
  animation: fadeInDown 0.5s 1;
}

@media (max-width: 991px) {
  .menu-fix li:last-child {
    margin-right: 15px;
  }
}

.social-links li:not(:last-child) {
  margin-right: 10px;
}

.social-links a {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid #000000;
  text-decoration: none !important;
  text-align: center;
}

.social-links a i {
  display: inline-block;
  line-height: 35px;
  font-size: 1rem;
}

.social-links li:hover a {
  color: #fff;
}

.social-links .facebook:hover a {
  background-color: #3b5a9a;
  border-color: #3b5a9a;
}

.social-links .instagram:hover a {
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(
      #6559ca,
      #bc318f 30%,
      #e33f5f 50%,
      #f77638 70%,
      #fec66d 100%
    );
}

.social-links .youtube:hover a {
  background-color: #f00;
  border-color: #f00;
}

.social-links .tiktok:hover a {
  background-color: #000;
  border-color: #000;
}

.social-links .twitter:hover a {
  background-color: #1d9bf0;
  border-color: #1d9bf0;
}

.social-links .linkedin:hover a {
  background-color: #0073af;
  border-color: #0073af;
}

.social-links .telegram:hover a {
  background-color: #33a9e4;
  border-color: #33a9e4;
}

.accordion-item {
  background-color: #eef4ff;
  border: none !important;
  border-radius: 12px !important;
  overflow: hidden;
}

.accordion-item:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .accordion-item {
    border-radius: 10px !important;
  }
}

.accordion-item .accordion-header > button {
  width: 100%;
  text-align: left;
  position: relative;
  padding: 16px 64px 16px 24px;
  font-size: 1rem;
  font-weight: 600;
  color: #2b27fa;
  background: none;
}

.accordion-item .accordion-header > button:after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border-radius: 100%;
  content: "";
  background: #fff
    url('data:image/svg+xml,<svg width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.5 11H0" stroke="%23f6050b" stroke-width="2"/><path d="M10.25 21.25L10.25 0.75" stroke="%23f6050b" stroke-width="2"/></svg>')
    center center/12px auto no-repeat;
  -webkit-transition: none;
  transition: none;
}

.accordion-item .accordion-header > button:not(.collapsed) {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  .accordion-item .accordion-header > button {
    padding: 14px 48px 14px 16px;
  }

  .accordion-item .accordion-header > button:after {
    width: 28px;
    height: 28px;
    margin-top: -14px;
    background-size: 12px auto;
  }
}

.accordion-item .accordion-header > button[aria-expanded="true"]:after {
  background-image: url('data:image/svg+xml,<svg width="21" height="4" viewBox="0 0 21 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.5 2H0" stroke="%23f6050b" stroke-width="2"/></svg>');
}

.accordion-item .accordion-body {
  padding: 0 24px 20px 24px;
}

@media (max-width: 991px) {
  .accordion-item .accordion-body {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}

.accordion-item .card.active {
  padding-bottom: 24px;
}

.accordion.v2 .accordion-item {
  background: none;
  border: 1px solid rgba(148, 144, 143, 0.29) !important;
}

.accordion.v2 .accordion-item .accordion-header > button {
  font-size: 1.125rem;
  color: #000000;
}

.accordion.v2 .accordion-item .accordion-header > button:after {
  border: 1px solid rgba(148, 144, 143, 0.29);
}

.accordion.v3 .accordion-item {
  background: #f7f7f7;
  border: 0.95px solid rgba(148, 144, 143, 0.95) !important;
}

.accordion.v3 .accordion-item .accordion-header > button {
  font-size: 1.125rem;
  color: #000000;
}

.accordion.sub-level .accordion {
  width: calc(100% + 48px);
}

.accordion.sub-level .accordion-item {
  background: none;
  border: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
}

.accordion.sub-level .accordion-item .accordion-header {
  margin-bottom: 0;
  border-top: 1px solid #a5a5a5;
}

.accordion.sub-level .accordion-item .accordion-header > button {
  font-size: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.accordion.sub-level .accordion-item .accordion-header > button:after {
  right: 0;
}

.accordion.sub-level .accordion-body {
  padding-right: 48px;
}

@media (min-width: 992px) {
  .accordion.sub-level {
    width: calc(100% + 8px);
  }
}

.row-input {
  position: relative;
}

.form-control,
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f6050b;
}

.form-control {
  font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid transparent;
  background-color: #fff;
  border: 1px solid rgba(88, 88, 88, 0.37);
  height: 46px;
  padding: 8px 12px 8px 16px;
  font-size: 1rem;
  color: #000;
  border-radius: 10px;
}

.form-control.disabled,
.form-control.event-waiting,
.form-control:disabled {
  pointer-events: none;
  opacity: 0.5;
  background-color: #eee !important;
}

@media (max-width: 767px) {
  .form-control {
    height: 42px;
    padding: 6px 8px 9px 12px;
    font-size: 0.938rem;
  }
}

.form-control::-webkit-input-placeholder {
  color: #595858;
}

.form-control::-moz-placeholder {
  color: #595858;
}

.form-control:-ms-input-placeholder {
  color: #595858;
}

.form-control:-moz-placeholder {
  color: #595858;
}

.form-control.white {
  color: #fff;
  border-color: #fff;
}

.form-control.white::-webkit-input-placeholder {
  color: #fff;
}

.form-control.white::-moz-placeholder {
  color: #fff;
}

.form-control.white:-ms-input-placeholder {
  color: #fff;
}

.form-control.white:-moz-placeholder {
  color: #fff;
}

textarea.form-control {
  height: 120px !important;
}

.input-group {
  width: 100%;
}

.input-group-img {
  width: 90px;
  white-space: nowrap;
  padding-left: 7px;
  display: table-cell;
  vertical-align: middle;
}

.input-group-img img {
  max-width: inherit;
}

.required {
  color: #f6050b;
}

.error-info {
  color: #f6050b !important;
  font-size: 0.813rem;
  line-height: 16px;
  margin-bottom: 0;
  margin-top: 4px;
}

.dropdown-list {
  position: relative;
}

.dropdown-list.disabled .form-control {
  pointer-events: none;
  opacity: 0.5;
}

.dropdown-list:after {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  display: block;
  font-family: "icofont";
  content: "\eac8";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 20px;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.dropdown-list:not(.selected):after {
  color: #7f7f7e;
}

.dropdown-list:not(.selected) select {
  color: #525f73;
}

.dropdown-list select {
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-right: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.dropdown-list select option {
  display: block;
  padding: 10px 12px;
  line-height: 1.5;
}

.dropdown-list select option:checked {
  background-color: #f6f6f6;
}

.dropdown-list:focus,
.dropdown-list:visited {
  background: none;
  border-color: #000000;
}

.row-form {
  margin: 0 -8px !important;
}

.row-form [class*="col-"] {
  padding: 0 8px !important;
}

.form-group .txt {
  font-size: 0.938rem;
  font-weight: 300;
}

.f-txt {
  line-height: 1.2;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 14px;
  margin-bottom: 0;
  pointer-events: none;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

@media (max-width: 767px) {
  .f-txt {
    font-size: 0.938rem;
  }
}

.form-group.focused .f-txt {
  font-size: 0.75rem;
  color: #9fa4aa;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

.modal {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.modal-open,
.modal-open .modal {
  padding: 0 !important;
}

.modal-open {
  overflow: hidden !important;
}

.modal .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  border-radius: 100%;
  background-color: #f6050b;
  z-index: 10;
}

.modal .close-icon svg {
  width: 100%;
  height: 100%;
  padding: 12px;
  fill: #fff;
}

.modal .modal-dialog {
  width: 96%;
  max-width: 700px;
}

.modal .modal-title {
  font-size: 2rem;
}

@media (max-width: 991px) {
  .modal .modal-title {
    font-size: 1.5rem;
  }
}

.modal-content {
  border-radius: 30px;
}

@media (max-width: 991px) {
  .modal-content {
    border-radius: 15px;
  }
}

.modal-content .form-control {
  border: 1px solid #949291;
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

#header {
  position: relative;
  min-height: 140px;
}

@media (max-width: 1100px) {
  #header {
    min-height: 60px;
  }
}

#header.andi {
  opacity: 0;
  pointer-events: none;
}

#header .sticker {
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px rgba(7, 4, 4, 0.06);
  box-shadow: 0 0 24px rgba(7, 4, 4, 0.06);
}

#header .main-head {
  padding: 0 24px;
  height: 90px;
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1100px) {
  #header .main-head {
    height: 70px;
    padding: 0 16px;
  }
}

#header .logo {
  width: 25%;
  max-width: 310px;
  position: relative;
}

#header .logo img {
  max-height: 70px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (max-width: 1100px) {
  #header .logo {
    width: 55%;
  }

  #header .logo img {
    max-height: 50px;
  }
}

#header .social-links {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-tools .button-web {
  padding: 10px 16px;
  font-weight: 700;
}

.header-tools .button-web span {
  padding-left: 28px;
}

.header-tools .button-web span:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  content: "";
  background-position: 0 center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.header-tools .popup {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1100px) {
  .header-tools > div {
    width: 32px;
  }

  .header-tools .trigger {
    text-align: center;
    position: relative;
    width: 100%;
    height: 32px;
    border-radius: 100%;
    border: 1px solid #dbdada;
  }

  .header-tools .trigger svg {
    width: 60%;
    fill: #4e4e4e;
  }

  .header-tools .popup {
    top: 53px;
    left: auto;
    right: -50px;
    border-radius: 8px;
  }

  .header-tools .click-popup.active .trigger:after {
    position: absolute;
    bottom: -22px;
    right: 5px;
    width: 100%;
    content: "";
    width: 0;
    height: 0;
    z-index: 10000;
    border-style: solid;
    border-width: 0 10px 8px 10px;
    border-color: transparent transparent #fff transparent;
    -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
  }
}

.search-top .form-control {
  background: none;
  border: none;
  font-size: 0.875rem;
  height: 42px;
  padding-left: 0;
}

.search-top .btn-search {
  width: 40px;
  height: 40px;
  background: url(../images/icon/search-icon.svg) center center/60% no-repeat;
}

.search-top .btn-search i {
  line-height: 40px;
}

@media (min-width: 1101px) {
  .search-top {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .search-top .popup {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    left: auto !important;
    opacity: 1 !important;
    padding: 0 !important;
    pointer-events: auto !important;
    position: relative;
    top: auto !important;
    visibility: visible !important;
    width: 100% !important;
  }

  .search-top .box-search {
    max-width: 70%;
    border: 1px solid #dbdada;
    border-radius: 27px;
  }
}

@media (max-width: 1100px) {
  .search-top .trigger .icon-close {
    display: none;
    font-size: 1.125rem;
    line-height: 38px;
    font-weight: 700;
    color: #f6050b;
  }

  .search-top .popup {
    padding-right: 5px;
  }

  .search-top:not(.active) .trigger {
    background: url(../images/icon/search-icon.svg) center center/70% no-repeat;
  }

  .search-top.active .trigger {
    background-color: #eeeeee;
  }

  .search-top.active .trigger .icon-close {
    display: block;
  }

  .search-top.active .popup {
    width: 440px;
    right: -86px;
  }
}

@media (max-width: 575px) {
  .search-top .popup {
    width: calc(100vw - 36px) !important;
  }
}

.account .popup {
  width: 150px;
}

.account li a {
  display: block;
  padding: 8px 15px;
}

.account li ~ li {
  border-top: 1px solid #dbdada;
}

.hotline-head .button-web {
  padding: 8px 20px 7px 20px;
  background-color: #eef4ff;
}

/* .hotline-head .button-web span:before {
  background-image: url(../images/icon/phone-icon-color.svg);
} */

.hotline-head .txt {
  font-size: 120%;
  color: #4354a5;
}

@media (min-width: 1101px) {
  .hotline-head:hover .button-web {
    background-color: #4354a5;
  }

  .hotline-head:hover span:before {
    -webkit-filter: invert(1) brightness(3);
    filter: invert(1) brightness(3);
  }

  .hotline-head:hover .txt {
    color: #fff;
  }
}

.head-booking span:before {
  background-image: url(../images/icon/email-icon-white.svg);
}

.online-learning .button-web {
  background-color: #f6050b;
  color: #fff;
}

.online-learning span:before {
  background: url(../images/icon/bullet-icon.svg) 0 center/100% no-repeat;
}

.menu-mobile {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.menu-mobile .icon-menu {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}

.menu-mobile:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  margin-top: -1px;
  margin-left: -12px;
  background: #000000;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.menu-mobile.showmenu {
  z-index: 502;
}

.menu-mobile.showmenu:before {
  display: none;
}

.menu-mobile .style-icon:after,
.menu-mobile .style-icon:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  width: 25px;
  height: 2px;
  margin-left: -12px;
  background: #000000;
  -webkit-transition: -webkit-transform 0.1806s
    cubic-bezier(0.04, 0.04, 0.12, 0.96);
  transition: -webkit-transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  transition: transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  transition: transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96),
    -webkit-transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.menu-mobile .style-icon:before {
  top: 12px;
}

.menu-mobile .style-icon:after {
  top: 26px;
}

.menu-mobile.showmenu .icon-menu .style-icon:after,
.menu-mobile.showmenu .icon-menu .style-icon:before {
  top: 20px;
}

.menu-mobile.showmenu .icon-menu .style-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-mobile.showmenu .icon-menu .style-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-wrap {
  background-color: #fff;
}

@media (max-width: 1100px) {
  .menu-wrap {
    position: fixed;
    top: 70px;
    right: -100%;
    width: 100%;
    max-width: 360px;
    height: calc(100% - 70px);
    max-height: calc(100% - 70px);
    background-color: #fefefe;
    z-index: 500;
    overflow: hidden;
    overflow-y: auto;
    text-align: left;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .menu-wrap.active {
    right: 0;
  }
}

.menu-nav li {
  position: relative;
}

.menu-nav li a {
  display: block;
  position: relative;
}

.menu-nav li li a {
  font-size: 0.938rem;
}

.menu-nav > ul > li > a {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.menu-nav > ul > li.has-sub > a {
  pointer-events: none;
}

.menu-nav .sub-menu {
  pointer-events: auto;
}

@media (min-width: 1101px) {
  .menu-nav {
    padding: 0 24px;
  }

  .menu-nav > ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-nav > ul:after {
    content: "";
    display: block;
    clear: both;
  }

  .menu-nav > ul > li {
    margin: 0 1vw;
    display: inline-block;
  }

  .menu-nav > ul > li > a {
    font-size: 1.15vw;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
  }

  .menu-nav > ul > li:first-child {
    margin-left: 0 !important;
  }

  .menu-nav > ul > li:first-child > a {
    position: relative;
    padding-left: 32px;
  }

  .menu-nav > ul > li:first-child > a:before {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 0;
    width: 32px;
    height: 32px;
    content: "";
    background: url(../images/icon/home-icon.svg) center center/100% 100%
      no-repeat;
  }

  .menu-nav > ul > li:last-child {
    margin-right: 0 !important;
  }

  .menu-nav > ul > li.has-sub > a:after {
    display: inline-block;
    font-family: "icofont";
    content: "\ea67";
    font-size: 0.75rem;
    margin-left: 6px;
  }

  .menu-nav > ul > li.active:after,
  .menu-nav > ul > li:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .menu-nav > ul > li.active > a,
  .menu-nav > ul > li:hover > a {
    color: #2b27fa;
  }

  .menu-nav .icon-drop {
    display: none;
  }

  .menu-nav .sub-menu {
    position: absolute;
    left: -9999px;
    top: 120%;
    min-width: 200px;
    display: inherit !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, top 0.25s ease;
    transition: opacity 0.3s ease, top 0.25s ease;
    z-index: 10000;
    text-align: left;
    padding: 15px 0 10px;
  }

  .menu-nav .sub-menu:before {
    position: absolute;
    top: 8px;
    left: 0;
    bottom: 0;
    width: 100%;
    content: "";
    background-color: #fff;
    -webkit-box-shadow: 0 3px 13px rgba(7, 7, 7, 0.08);
    box-shadow: 0 3px 13px rgba(7, 7, 7, 0.08);
    border-radius: 10px;
    z-index: -1;
  }

  .menu-nav .sub-menu:after {
    position: absolute;
    top: 0;
    left: 32px;
    width: 100%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 8px 10px;
    border-color: transparent transparent #fff transparent;
    -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
  }

  .menu-nav .sub-menu li {
    display: block;
  }

  .menu-nav .sub-menu li.has-sub > a {
    padding-right: 12px !important;
  }

  .menu-nav .sub-menu li.has-sub > a:after {
    position: absolute;
    top: 9px;
    right: 0;
    text-align: right;
    display: inline-block;
    font-family: "icofont";
    font-weight: 700;
    content: "\eaca";
  }

  .menu-nav ul.sub-menu > li:not(:last-child) > a {
    border-bottom: 1px solid #eef4ff;
  }

  .menu-nav ul.sub-menu > li a {
    padding: 8px 20px;
    white-space: nowrap;
  }

  .menu-nav li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    left: 0;
    top: calc(100% - 5px);
  }

  .menu-nav li li > .sub-menu:after {
    display: none;
  }

  .menu-nav li li:hover > .sub-menu {
    top: 0;
    left: 100%;
  }

  .menu-nav li:last-child .sub-menu:after {
    left: auto;
    right: 36px;
  }

  .menu-nav > ul > li:last-child:hover > .sub-menu {
    left: auto;
    right: 0;
  }

  .menu-nav ul.sub-menu a:hover,
  .menu-nav > ul > li > ul > li:hover > a,
  .menu-nav > ul > li > ul > li > ul > li:hover > a {
    background-color: #eef4ff;
    color: #000000;
  }
}

@media (min-width: 1321px) {
  .menu-nav > ul > li > a {
    font-size: 1.1vw;
  }

  .menu-nav > ul > li:first-child > a {
    padding-left: 45px;
  }
}

@media (min-width: 1400px) {
  .menu-nav > ul > li > a {
    font-size: 1rem;
  }
}

@media (min-width: 1600px) {
  .menu-nav > ul > li {
    margin: 0 20px;
  }
}

@media (min-width: 1800px) {
  .menu-nav > ul > li {
    margin: 0 30px;
  }
}

@media (max-width: 1100px) {
  .menu-nav > ul > li > a {
    padding: 14px 20px;
  }

  .menu-nav > ul > li.has-sub > a {
    padding-right: 48px !important;
  }

  .menu-nav li {
    display: block;
  }

  .menu-nav li a {
    display: block;
    text-decoration: none;
    outline: none;
  }

  .menu-nav li .icon-drop {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 54px;
    cursor: pointer;
  }

  .menu-nav li .icon-drop:before {
    font-size: 1.25rem;
    font-weight: 700;
    position: absolute;
    right: 16px;
    top: 52%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: all 0.3s linear;
    -ms-transform: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .menu-nav li:not(:last-child) > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .menu-nav li.current > a,
  .menu-nav li.has-sub.current > .icon-drop:before {
    color: #f6050b;
    font-weight: 600;
  }

  .menu-nav li.current > a {
    color: #2b27fa;
  }

  .menu-nav li li .icon-drop {
    height: 40px;
  }

  .menu-nav li .sub-menu {
    display: none;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .menu-nav li ul.sub-menu > li a {
    padding: 10px 30px !important;
    line-height: 1.5;
  }

  .menu-nav li ul.sub-menu > li li > a {
    padding-left: 45px !important;
  }

  .menu-nav li ul.sub-menu > li li ul a {
    padding-left: 55px !important;
  }

  .menu-nav li ul.sub-menu > li li .icon-drop {
    top: 0;
  }

  .menu-nav li.has-sub.current > .icon-drop:before {
    content: "\eacb";
    color: #2b27fa;
  }
}

@media (min-width: 1101px) and (max-width: 1320px) {
  .menu-nav > ul > li:first-child > a {
    text-indent: -9999px;
  }
}

@media (max-width: 1100px) {
  .ovh {
    overflow: hidden !important;
    inset: -808px 0 0;
  }

  .ovh .overlay {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 49;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    opacity: 1;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
}

#header.fixed .sticker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-box-shadow: 4px 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 0 15px rgba(0, 0, 0, 0.15);
  -webkit-animation: stuckMoveDown 0.5s 1;
  animation: stuckMoveDown 0.5s 1;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (min-width: 1101px) {
  #header.fixed .main-head {
    display: none !important;
  }
}

#footer {
  background-color: #eeeeee;
  border-top: 2px solid #2b27fa;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
}

.phone-number {
  color: #ffffff !important; /* Đảm bảo màu trắng được áp dụng */
}

.main-foot {
  padding-top: 30px;
}

.main-foot .box-bot {
  margin-bottom: 30px;
}

.main-foot .title {
  font-size: 1.25rem;
  font-weight: 600;
}

@media (max-width: 991px) {
  .main-foot .title {
    font-size: 1.125rem;
  }
}

.logo-foot {
  width: 100%;
  max-width: 260px;
}

.address-foot {
  word-break: break-word;
}

.address-foot .name {
  font-size: 1.2rem;
}

.contact-item .secondName {
  font-size: 0.85rem;
}

.address-foot p {
  margin-bottom: 4px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .address-foot {
    padding-right: 100px;
  }
}

.online-apps .note {
  color: #686767;
}

.online-apps img {
  width: 80%;
  max-width: 200px;
}

.map-foot .content {
  overflow: hidden;
}

.map-foot iframe {
  width: 100% !important;
  height: 220px !important;
}

.bot-foot {
  border-top: 1px solid #a8a8a8;
  padding: 15px 0;
}

@media (max-width: 991px) {
  .bot-foot {
    padding-bottom: 80px;
  }
}

.copyright {
  font-size: 0.75rem;
  color: #4c4c4c;
}

@media (max-width: 767px) {
  .address-foot p,
  .social-links ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.go-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 50;
  display: none;
  width: 32px;
  height: 32px;
  border: 2px solid #878787;
  border-radius: 5px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 40px;
  color: #000;
  -webkit-box-shadow: 0 0 10px rgba(24, 24, 24, 0.15);
  box-shadow: 0 0 10px rgba(24, 24, 24, 0.15);
  background-color: #eeeeee;
}

.go-top i {
  font-size: 1.5rem;
  color: #878787;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .go-top {
    bottom: 140px;
  }
}

.tool-fix {
  position: fixed;
  z-index: 49;
}

.tool-fix .icon {
  border-radius: 100%;
  background-color: #f6050b;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tool-fix .info {
  position: absolute;
  z-index: -1;
  font-size: 0.875rem;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 150px;
}

.tool-fix .info:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  background: #f6050b;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  z-index: -1;
}

.tool-fix .link {
  padding: 5px 0;
  text-decoration: none !important;
}

.tool-fix .link:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.tool-fix .hotline .info {
  font-size: 1rem;
}

@media (min-width: 992px) {
  .tool-fix {
    top: 50%;
    right: 10px;
    margin-top: -130px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateX(130%);
    -webkit-transform: translateX(130%);
    -moz-transform: translateX(130%);
    -o-transform: translateX(130%);
    -ms-transform: translateX(130%);
    color: #fff;
  }

  .tool-fix.onshow {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    opacity: 1;
    visibility: visible;
  }

  .tool-fix .icon {
    width: 44px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 44px;
    border: 1px solid #fff;
    position: relative;
  }

  .tool-fix .icon img {
    width: 20px;
    height: 20px;
  }

  .tool-fix .info {
    display: block !important;
    top: 50%;
    right: 110%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px 30px 10px 15px;
    opacity: 0;
    pointer-events: none;
  }

  .tool-fix .info:before {
    right: 15px;
    border-radius: 10px;
  }

  .tool-fix .info:after {
    position: absolute;
    right: 14px;
    top: 50%;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #f6050b;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .tool-fix li {
    position: relative;
  }

  .tool-fix li > a {
    display: block;
    width: 44px;
    height: 44px;
  }

  .tool-fix li ~ li {
    margin-top: 10px;
  }

  .tool-fix li.hotline .icon img {
    width: 18px;
  }

  .tool-fix li.zalo .icon img {
    width: 24px;
  }

  .tool-fix li:hover .icon {
    background-color: #ae0001;
  }

  .tool-fix li:hover .info {
    right: 100%;
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 991px) {
  .tool-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    border-top: 1px solid #a8a8a8;
  }

  .tool-fix .text {
    min-width: 100%;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    -webkit-line-clamp: 1;
    font-size: 0.7rem;
  }

  .tool-fix li {
    width: 25%;
    text-align: center;
    padding: 6px 3px 3px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    cursor: pointer;
    position: relative;
  }

  .tool-fix li button {
    width: 100%;
  }

  .tool-fix .icon {
    display: block;
    width: 28px;
    height: 28px;
    margin: auto;
    margin-bottom: 4px;
  }

  .tool-fix .icon img {
    width: 18px;
    height: 16px;
  }

  .tool-fix .info {
    bottom: 100%;
    padding: 10px 15px 100px;
    text-align: left;
  }

  .tool-fix .info:before {
    right: 0;
    border-radius: 10px 10px 0 0;
    border: 1px solid #fff;
  }

  .tool-fix .hotline {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .tool-fix .hotline .info {
    left: 0;
  }

  .tool-fix .zalo .icon img {
    width: 20px;
  }

  .tool-fix .socials .info {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.ovh .tool-fix {
  opacity: 0;
}

.meta-news {
  font-size: 0.875rem;
  font-weight: 300;
}

.news {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}

.news .img {
  position: relative;
  overflow: hidden;
  padding-top: 67%;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .news .img {
    border-radius: 8px;
  }
}

.news .tend {
  font-size: 1rem;
  line-height: 1.5;
}

.news .tend a {
  -webkit-line-clamp: 3;
  max-height: 72px;
}

@media (max-width: 575px) {
  .news .tend {
    font-size: 1rem;
    font-weight: 600;
  }

  .news .tend a {
    max-height: 68px;
  }
}

.news .des {
  -webkit-line-clamp: 3;
  max-height: 68px;
}

@media (min-width: 992px) {
  .news .des {
    font-size: 0.938rem;
  }
}

.news .cate-news:after {
  display: inline-block;
  content: "|";
  padding-left: 8px;
  margin-right: 8px;
}

@media (max-width: 480px) {
  .news .cate-news {
    display: none;
  }
}

.noti .meta-news {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eeeeee;
}

@media (max-width: 575px) {
  .noti {
    max-width: 400px;
    margin: 0 auto;
  }
}

.hot-news .tend {
  font-size: 1.125rem;
  line-height: 1.4;
}

.hot-news .tend a {
  -webkit-line-clamp: 2;
  max-height: 52px;
}

@media (max-width: 991px) {
  .hot-news a {
    -webkit-line-clamp: 3;
    max-height: 76px;
  }
}

.top-news .news ~ .news {
  margin-top: 24px;
}

@media (max-width: 991px) {
  .top-news .news ~ .news {
    margin-top: 16px;
  }
}

.top-news .news .img-wrap {
  width: 32%;
  max-width: 140px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
}

.top-news .news .img {
  padding-top: 100%;
}

.top-news .news .date-post {
  font-size: 0.8rem;
}

.list-news .item {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .list-news .item {
    margin-bottom: 16px;
  }
}

.side-news .news {
  padding: 5px 0;
}

.side-news .news .img-wrap {
  width: 32%;
  max-width: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.side-news .news .img {
  padding-top: 100%;
}

.side-news .news .tend {
  font-size: 0.938rem;
  line-height: 1.4;
}

.side-news .news .tend a {
  max-height: 64px;
}

.side-news .news .tend a:not(:hover) {
  color: #686767;
}

.side-news .news .date-post {
  font-size: 0.8rem;
  color: #908e8e;
  line-height: 1.2;
}

.news-content .sub-box.hot-news {
  border-color: rgba(41, 36, 250, 0.29);
}

.news-content .list-news .news .img-wrap {
  width: 40%;
  max-width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
}

@media (min-width: 1200px) {
  .news-content .list-news .news .img-wrap {
    margin-right: 24px;
  }
}

@media (max-width: 575px) {
  .news-content .list-news .news .des {
    display: none;
  }
}

.news-area .meta-news {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.news-area .meta-news > div {
  padding-left: 30px;
}

.news-area .meta-news > div:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.news-area .meta-news .cate-news:before {
  background-image: url(../images/icon/newspaper-icon.svg);
}

.news-area .meta-news .date-post:before {
  background-image: url(../images/icon/time-icon.svg);
}

@media (min-width: 992px) {
  .group-box {
    position: sticky;
    top: 60px;
    z-index: 10;
  }
}

.heading-title {
  font-size: 1.75rem;
  line-height: 1.4;
  color: #000;
}

@media (max-width: 991px) {
  .heading-title {
    font-size: 1.375rem;
  }
}

.mytools {
  margin-top: 20px;
}

.tags {
  font-size: 0.875rem;
}

.tags a {
  display: block;
  padding: 4px 12px 4px 24px;
  border-radius: 30px;
  background-color: #e6e6e6;
  margin-right: 8px;
  position: relative;
}

.tags a:before {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 100%;
}

.tags a:hover {
  background-color: #f6050b;
  color: #fff;
}

@media (min-width: 992px) {
  .sl-news .slick-arrow:before {
    background-color: rgba(233, 238, 241, 0.64);
  }
}

@media (max-width: 1199px) {
  .sl-news .slick-arrow {
    top: calc(36.0262008734% - 30px);
  }
}

@media (max-width: 767px) {
  .sl-news .slick-arrow {
    top: calc(36.0262008734% - 40px);
  }
}

@media (max-width: 575px) {
  .sl-news .slick-arrow {
    top: 16vw;
  }
}

@media (max-width: 480px) {
  .sl-news .slick-arrow {
    top: 26vw;
  }
}

@media (min-width: 576px) {
  .other-news .link-all {
    position: absolute;
    top: -46px;
    right: 0;
    z-index: 1;
    padding-left: 10px;
    background-color: #fff;
  }
}

@media (max-width: 480px) {
  .other-news .slick-list {
    padding-right: 15%;
    overflow: visible;
  }
}

@media (max-width: 575px) {
  .other-news.v2 .slick-prev {
    left: 0 !important;
    margin-left: 0 !important;
  }

  .other-news.v2 .slick-next {
    right: auto !important;
    left: 45px !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 575px) {
  .other-news.v2 .link-all {
    position: absolute;
    right: 0;
    bottom: 8px;
  }
}

.begin-load-start {
  overflow: hidden;
}

.end-load-start {
  overflow: visible;
}

.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  overflow: hidden;
}

.openmenu {
  overflow-y: hidden !important;
}

.begin-load-start .loading {
  opacity: 1;
}

.end-load-start .loading {
  pointer-events: none;
}

.begin-load-start.end-load-start .loading {
  pointer-events: none;
  -webkit-animation: fadeOut;
  animation: fadeOut;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.circle-loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: transparent;
  border: 5px solid #f5f5f5;
  border-top-color: #f6050b;
  -webkit-animation: 1s spin linear infinite;
  animation: 1s spin linear infinite;
}

.wrap-video iframe,
.wrap-video video {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: auto;
  display: block;
  visibility: inherit;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

@media (min-width: 992px) {
  .banner-slider .slick-arrow:before,
  .sl-single .slick-arrow:before {
    background-color: rgba(233, 238, 241, 0.64);
  }
}

.banner-slider .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-slider .slick-arrow {
  border-color: rgba(246, 5, 11, 0.37);
}

@media (min-width: 1101px) {
  .banner-slider .slick-arrow {
    opacity: 0;
  }
}

.banner-slider .slick-prev {
  left: 3% !important;
}

.banner-slider .slick-next {
  right: 3% !important;
}

@media (min-width: 1101px) {
  .banner-slider:hover .slick-arrow {
    opacity: 1;
  }
}

.banner-slider .slick-dots {
  bottom: 10px;
}

.bg-color {
  background-color: #f7f7f7;
}

.content-text p:last-child,
.main-des p:last-child {
  margin-bottom: 0;
}

.main-des {
  max-width: 750px;
  font-size: 112.5%;
}

@media (max-width: 991px) {
  .main-des {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .menu-news .collapse {
    display: block !important;
    height: auto !important;
  }
}

@media (max-width: 991px) {
  .menu-news .icon-click {
    width: 26px;
    height: 26px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #2b27fa;
    color: #fff;
    line-height: 27px;
  }

  .menu-news .content {
    position: absolute;
    top: 100%;
    right: 0;
    width: 90vw;
    max-width: 320px;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    padding: 0 16px;
    z-index: 50;
    max-height: 420px;
    overflow: auto;
  }

  .menu-news li a {
    display: block;
    padding: 10px 0;
  }

  .menu-news li ~ li a {
    border-top: 1px dashed #d6d6d6;
  }

  .menu-news li.active a,
  .menu-news li:hover a {
    color: #f6050b;
  }
}

.play-video {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 22%;
  max-width: 90px;
  pointer-events: none;
}

.play-video .icon {
  display: block;
  padding-top: 100%;
  background: url(../images/icon/play-icon.svg) center center/100% no-repeat;
}

.img-wrap:hover .play-video .icon {
  -webkit-animation-name: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

.box-about {
  border-top: 2px solid #fff;
}

.box-about .news .img {
  padding-top: 75%;
}

.box-about .news .tend {
  font-size: 1.125rem;
  line-height: 1.5;
}

.box-about .news .tend a {
  -webkit-line-clamp: inherit;
  max-height: inherit;
}

.box-about .news .tend b {
  display: block;
  font-size: 125%;
}

@media (min-width: 992px) {
  .box-about .news .des {
    font-size: 1rem;
    max-height: 72px;
  }
}

@media (max-width: 991px) {
  .box-about .news .tend {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .box-about .item ~ .item .news {
    margin-top: 12px;
    padding-top: 20px;
    border-top: 1px dotted #c6c6c6;
  }
}

.download-apps .txt {
  position: relative;
  padding-left: 32px;
  font-size: 120%;
  font-weight: 300;
}

.download-apps .txt:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/icon/download-app-icon.png) 0 center/100% no-repeat;
}

.download-apps img {
  max-height: 50px;
}

.box-services .content-text {
  text-align: justify;
}

.box-services .img {
  overflow: hidden;
}

.box-services .highlight {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}

.box-services .highlight.current {
  display: block;
  opacity: 1;
  -webkit-animation: loadRight 0.5s 1 ease-out;
  animation: loadRight 0.5s 1 ease-out;
}

.course {
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid rgba(43, 39, 250, 0.15);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.course .img {
  padding-top: 67%;
  border-radius: 14px;
}

.course .tend {
  font-size: 1.125rem;
  line-height: 1.4;
}

.course .tend a {
  -webkit-line-clamp: 2;
  max-height: 52px;
}

@media (max-width: 991px) {
  .course .tend {
    font-size: 1rem;
  }

  .course .tend a {
    max-height: 45px;
  }
}

.course .training-time {
  padding: 12px 0;
  border-top: 1px dashed #d9d9d9;
  border-bottom: 1px dashed #d9d9d9;
}

.course .des {
  -webkit-line-clamp: 8;
  max-height: 192px;
}

.course:hover {
  -webkit-box-shadow: 0 0 20px rgba(7, 4, 4, 0.25);
  box-shadow: 0 0 20px rgba(7, 4, 4, 0.25);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

@media (min-width: 992px) {
  .sl-courses {
    padding-bottom: 70px !important;
  }
}

.sl-courses .item {
  padding-top: 30px;
  padding-bottom: 10px;
}

.sl-courses .slick-list {
  margin-right: 0;
}

@media (max-width: 575px) {
  .sl-courses .slick-list {
    padding-right: 15%;
  }
}

@media (max-width: 575px) {
  .box-courses .box-content {
    width: calc(100% + 15px);
  }
}

.items-why .accordion-item {
  background: none;
  border: 1px dotted rgba(43, 39, 250, 0.81) !important;
  border-radius: 15px !important;
  margin-bottom: 15px;
  overflow: visible;
}

.items-why .accordion-item .accordion-header > button {
  min-height: 14px;
  color: #000000;
}

.items-why .accordion-item .accordion-header > button:after {
  right: -14px;
  font-family: "icofont";
  content: "";
  width: 28px;
  height: 28px;
  margin-top: -14px;
  border: 1px solid #fff;
  background: #6957f9 url(../images/icon/check-icon.svg) center center/50%
    no-repeat;
  pointer-events: none;
}

.items-why
  .accordion-item
  .accordion-header
  > button[aria-expanded="true"]:after {
  -webkit-transform: none;
  transform: none;
}

/* .items-why .accordion-item:hover {
  background-color: #f6050b;
  border-color: #f6050b !important;
  color: #fff;
} */
/* .items-why .accordion-item:hover .accordion-header > button {
  color: #fff;
} */
/* .items-why .accordion-item:hover .accordion-header > button:after {
  background-color: #f6050b;
} */
@media (max-width: 767px) {
  .box-why .box-title {
    text-align: center;
  }
}

.box-why .img-wrap {
  padding-left: 8%;
  overflow: visible;
}

.box-why .img-wrap:before {
  position: absolute;
  top: 14%;
  left: 0;
  bottom: -8%;
  right: 14%;
  content: "";
  z-index: -1;
  border-radius: 20px;
  border: 2px dashed #2b27fa;
}

@media (max-width: 991px) {
  .box-why .img-wrap:before {
    border-radius: 10px;
  }
}

@media (max-width: 991px) {
  .box-why .img-wrap {
    max-width: 500px;
    margin: auto;
  }
}

@media (max-width: 1199px) {
  .videoBanner {
    max-height: 280px;
  }
}

.overview {
  position: relative;
  z-index: 1;
}

.overview .icon-wrap {
  width: 100%;
  max-width: 60px;
  border-radius: 100%;
  border: 1px solid #fff;
}

@media (max-width: 1199px) {
  .overview .icon-wrap {
    max-width: 100px;
  }
}

@media (max-width: 991px) {
  .overview .icon-wrap {
    max-width: 40px;
  }
}

.overview .icon {
  position: relative;
  padding-top: 100%;
}

.overview .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 35%;
  max-height: 35%;
}

.overview .number {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  margin-top: -4px;
}

@media (min-width: 992px) {
  .overview .number {
    margin-top: -12px;
  }
}

@media (max-width: 1199px) {
  .overview .number {
    font-size: 2.5rem;
  }
}

@media (max-width: 991px) {
  .overview .number {
    font-size: 1.75rem;
  }
}

.overview .des {
  color: #fff100;
}

@media (min-width: 1400px) {
  .overview .des {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .overview .des {
    font-size: 0.875rem;
  }
}

.box-overview {
  background-color: #4e4be8;
}

@media (max-width: 991px) {
  .box-overview {
    max-height: 17rem;
  }
}

@media (max-width: 767px) {
  .box-overview .item:nth-child(n + 3) {
    margin-top: 1rem;
  }
}

.star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 1px;
  overflow: hidden;
  position: relative;
  font-size: 1rem;
  line-height: 24px;
}

.star-rating i {
  color: #f4b854;
}

.star-rating i:before {
  letter-spacing: 0.05em;
}

.star-rating i.rat {
  font-weight: 400;
  color: #6a7a93;
}

.review {
  border: 1px solid rgba(43, 39, 250, 0.37);
  border-radius: 30px;
}

.review .img-wrap {
  width: 20%;
  max-width: 80px;
}

.review .img {
  padding-top: 100%;
  border-radius: 100%;
}

.review .tend {
  font-size: 1rem;
  line-height: 1.5;
}

.review .position {
  font-size: 0.875rem;
}

.review ~ .review {
  margin-top: 12px;
}

@media (max-width: 991px) {
  .review {
    border-radius: 15px;
  }
}

@media (max-width: 575px) {
  .review {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.sl-review .slick-list {
  margin: 0 -6px;
}

@media (max-width: 575px) {
  .sl-review .slick-list {
    padding-right: 15%;
  }
}

.sl-review .item {
  padding: 1px 6px;
}

@media (max-width: 575px) {
  .box-review .box-content {
    width: calc(100% + 15px);
  }
}

.box-form-offer {
  background-color: #f6050b;
}

@media (max-width: 991px) {
  .box-form-offer {
    text-align: center;
  }
}

.box-form-offer .gift-icon {
  width: 20%;
  max-width: 80px;
  border-radius: 100%;
  border: 1px solid #ffffff;
}

.box-form-offer .gift-icon .icon {
  display: block;
  position: relative;
  padding-top: 100%;
  background: url(../images/icon/gift-box.png) center center/50% no-repeat;
}

.box-form-offer .des {
  font-size: 1.325rem;
  color: #fff100;
}

@media (max-width: 1199px) {
  .box-form-offer .des {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .box-form-offer .link {
    text-align: right;
  }
}

.box-form-offer .button-web {
  font-size: 1.125rem;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  color: #f6050b;
  -webkit-box-shadow: 0 3px 13px rgba(7, 7, 7, 0.16);
  box-shadow: 0 3px 13px rgba(7, 7, 7, 0.16);
}

.box-form-offer .button-web:hover {
  background-color: #2b27fa;
}

@media (max-width: 991px) {
  .tab-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 12px;
  }
}

.tab-links li a {
  color: #2b27fa;
}

.tab-links li a.active,
.tab-links li a:hover {
  color: #f6050b;
}

@media (min-width: 992px) {
  .tab-links li:first-child {
    position: relative;
    padding-left: 30px;
  }

  .tab-links li:first-child:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    content: "";
    margin-top: -8px;
    background-color: #f6050b;
    border-radius: 50%;
  }

  .tab-links li ~ li {
    margin-left: 20px;
  }

  .tab-links li ~ li a {
    position: relative;
    padding-left: 20px;
  }

  .tab-links li ~ li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 1px;
    height: 20px;
    content: "";
    margin-top: -10px;
    background-color: #2b27fa;
  }
}

@media (max-width: 991px) {
  .tab-links li a {
    color: #232323;
    font-size: 0.875rem;
  }
}

.brick {
  float: left;
  padding: 5px;
  -webkit-transition: top 0.7s ease, left 0.7s ease;
  transition: top 0.7s ease, left 0.7s ease;
}

.brick .img {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-top: 60%;
  height: 100%;
}

.brick .img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3) url(../images/icon/expand-icon.svg) center
    center/15% auto no-repeat;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.masonry {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr [6];
  -ms-grid-columns: 1fr [8];
  grid-template: repeat(6, 1fr) / repeat(8, 1fr);
}

@media (max-width: 991px) {
  .masonry {
    -ms-grid-columns: 1fr [6];
    -ms-grid-rows: (1fr) [6];
    -ms-grid-columns: (1fr) [6];
    grid-template: repeat(6, 1fr) / repeat(6, 1fr);
  }
}

.masonry .brick:first-child {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 4;
  grid-row: span 4;
}

.masonry .brick:nth-child(2),
.masonry .brick:nth-child(3),
.masonry .brick:nth-child(6),
.masonry .brick:nth-child(8) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 3;
  grid-row: span 3;
}

.masonry .brick:nth-child(4) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 5;
  grid-row: span 5;
}

.masonry .brick:nth-child(5) {
  -ms-grid-row-span: 3;
  grid-row: span 3;
}

.masonry .brick:nth-child(7) {
  -ms-grid-row-span: 3;
  grid-row: span 3;
}

.masonry .brick:nth-child(9) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

@media (max-width: 991px) {
  .masonry .brick:first-child {
    -ms-grid-row-span: 3;
    grid-row: span 3;
  }

  .masonry .brick:nth-child(2),
  .masonry .brick:nth-child(3),
  .masonry .brick:nth-child(6),
  .masonry .brick:nth-child(8) {
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }

  .masonry .brick:nth-child(4) {
    -ms-grid-row-span: 4;
    grid-row: span 4;
  }

  .masonry .brick:nth-child(5) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }

  .masonry .brick:nth-child(7) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }

  .masonry .brick:nth-child(9) {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}

.masonry .button-web {
  border-radius: 10px;
  background-color: #2b27fa;
}

.masonry .button-web i {
  font-style: normal;
}

.masonry .button-web:hover {
  background-color: #f6050b;
}

@media (max-width: 575px) {
  .masonry .button-web span > i {
    display: none;
  }
}

.box-featured-news .hot-news .img {
  padding-top: 84%;
}

@media (max-width: 991px) {
  .box-featured-news .hot-news {
    margin-bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .box-featured-news .link-all {
    position: absolute;
    top: -60px !important;
    right: 0;
  }
}

@media (max-width: 1199px) {
  .box-featured-news .link-all {
    margin-top: 30px;
  }
}

.home-content {
  border-top: 1px solid #c6c6c6;
}

.home-content .box-services .title {
  display: inline-block;
  background-color: #fff;
}

.home-content .box-services .top-content:before {
  position: absolute;
  top: 20px;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  border: 1px solid #b3b2fd;
  border-radius: 20px;
  pointer-events: none;
}

@media (max-width: 991px) {
  .home-content .box-services .top-content:before {
    border-radius: 10px;
  }
}

.sub-banner {
  padding: 60px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.top-heading .caption:before {
  position: absolute;
  top: -60px;
  left: -6.25vw;
  right: -6.25vw;
  bottom: -60px;
  content: "";
  background: url(../images/transparent-bg.png) center center/100% 100%
    no-repeat;
  pointer-events: none;
}

.top-heading .caption * {
  position: relative;
  z-index: 1;
}

.wrap-cont .menu-news li a {
  display: block;
  padding: 8px 0 8px 26px;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
}

.wrap-cont .menu-news li a:before {
  position: absolute;
  top: 16px;
  left: 12px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  content: "";
  background-color: #000000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (max-width: 991px) {
  .wrap-cont .menu-news li a {
    padding-left: 20px;
  }

  .wrap-cont .menu-news li a:before {
    top: 18px;
    left: 4px;
  }
}

.wrap-cont .menu-news li.active a,
.wrap-cont .menu-news li:hover a {
  color: #2b27fa;
}

.wrap-cont .menu-news li.active a:before,
.wrap-cont .menu-news li:hover a:before {
  background-color: #2b27fa;
}

.row-content .name {
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  .row-content:nth-child(odd) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .row-content:nth-child(odd) .item:last-child {
    padding-right: 0;
  }

  .row-content:nth-child(odd) .content-text {
    padding-left: 16px;
  }

  .row-content:nth-child(2n + 2) .item:last-child {
    padding-left: 0;
  }

  .row-content:nth-child(2n + 2) .content-text {
    padding-right: 16px;
  }

  .row-content .name {
    font-size: 1.25rem;
  }
}

.box-intro .logo-icon {
  max-width: 300px;
}

@media (max-width: 991px) {
  .box-intro .box-title {
    text-align: center;
  }
}

.box-leader .nav-tabs-content li {
  width: auto !important;
}

.box-leader .nav-tabs-content li a {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.condition-items .item {
  border-radius: 0 15px 15px 15px;
  background-color: #eef4ff;
  overflow: hidden;
  margin-bottom: 16px;
}

.condition-items .tend {
  padding: 10px 16px;
  background-color: #2b27fa;
  font-size: 112.5%;
  color: #fff;
  line-height: 1.5;
}

.list-price .box-title .title {
  min-height: 64px;
  padding: 5px 8px;
  background-color: #eef4ff;
  border-radius: 10px;
  font-size: 1rem;
}

.list-price .box-title .title .txt-lg {
  display: block;
  font-size: 125%;
}

.list-price .f-price {
  font-size: 0.875rem;
}

.list-price .m-price {
  font-size: 150%;
  line-height: 1.2;
}

.list-price li:before {
  display: none !important;
}

.list-price .item li {
  padding: 6px 0 !important;
  margin-top: 0 !important;
  border-top: 1px dashed #e0e0e0;
}

.list-price .item li:last-child {
  border-bottom: 1px dashed #e0e0e0;
}

.list-price .sl-gen {
  margin: 0 -8px;
}

.list-price .sl-gen .item {
  padding-left: 8px;
  padding-right: 8px;
}

.list-price .slick-dots {
  margin: 0;
}

.list-price .slick-dots li {
  padding: 0;
}

@media (max-width: 480px) {
  .list-price .slick-list {
    padding-right: 15%;
  }
}

.filter-time .form-control {
  min-width: 200px;
  height: 36px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #eeeeee;
  border-radius: 26px;
  border: 1px solid rgba(148, 144, 143, 0.15);
  font-size: 0.938rem;
}

@media (max-width: 767px) {
  .filter-time {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 10px;
  }
}

#accordion-schedule .news .des {
  line-height: 1.6;
  max-height: 72px;
}

.box-profile .box-content,
.box-program .box-content {
  border: 2px dashed #dddddd;
}

.box-program .desc {
  height: 600px;
  max-height: 80vh;
  overflow: auto;
}

.box-offer .main-des {
  max-width: 700px;
}

.box-offer .desc {
  background-color: #b00a0e;
  color: #fff;
}

.course-content .box-intro .box-content {
  border: 1px solid rgba(41, 36, 250, 0.29);
}

.course-content .box-intro .short-info {
  border-left: 4px solid #2b27fa;
}

.course-content .link-full .button-web {
  font-size: 125%;
}

.course-content .box-services .main-des {
  max-width: 760px;
}

.course-content .other-news .box-title {
  position: relative;
  bottom: -8px;
}

@media (min-width: 576px) {
  .course-content .other-news .link-all {
    top: -24px;
  }
}

.box-detail-noti .news-area {
  max-width: 960px;
  background-color: #f7f7f7;
}

.policy .name {
  font-size: 1.125rem;
}

.policy .des p:last-child {
  margin-bottom: 0;
}

.box-policy .main-des {
  font-size: 1rem;
}

.box-policy .sub-box {
  background-color: #eef4ff;
  border: 2px dashed #dddddd;
}

.box-policy .item:nth-child(n + 3) {
  margin-top: 24px;
}

@media (max-width: 991px) {
  .box-policy .item:nth-child(n + 3) {
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .box-policy .item:nth-child(n + 2) {
    margin-top: 16px;
  }
}

.list-recruits .row-th {
  background-color: #f7f7f7;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.list-recruits .tend {
  font-size: 1rem;
}

.list-recruits .tend .more {
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
}

.list-recruits .tend .more:after {
  display: inline-block;
  font-family: "icofont";
  font-weight: 700;
  content: "\eaca";
  margin-left: 2px;
}

.list-recruits .button-web {
  min-width: 80px;
  border-radius: 5px;
  background-color: #f6050b;
}

@media (min-width: 992px) {
  .list-recruits .col-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .list-recruits .col-td {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    width: 10%;
    padding: 10px 15px;
  }

  .list-recruits .col-td:first-child {
    width: 5%;
  }

  .list-recruits .col-td:nth-child(2) {
    width: 60%;
  }

  .list-recruits .col-td:nth-child(4) {
    width: 15%;
  }

  .grid-content .col-td {
    border-bottom: 1px solid #f6050b;
  }

  .grid-content .col-td:last-child {
    padding-right: 0;
    text-align: right;
  }

  .button-web {
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .row-rec {
    padding: 10px 0;
    position: relative;
  }

  .row-rec:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }

  .row-rec .col-td:not(:first-child) {
    width: 100% !important;
    text-align: left;
    padding: 1px 0 1px 36px;
    position: relative;
  }

  .row-rec .col-td[data-cont]:before {
    content: attr(data-cont);
    color: #625f5f;
    margin-right: 4px;
    white-space: nowrap;
  }

  .row-rec .col-td:first-child {
    position: absolute;
    top: 12px;
    left: 0;
    width: 24px !important;
    height: 24px;
    line-height: 24px;
    background-color: #494747;
    color: #fff;
    border-radius: 100%;
    text-align: center;
  }

  .row-rec .link {
    text-align: right !important;
  }
}

.fileCV {
  padding: 10px 12px 10px 16px;
  border-radius: 10px;
  border: 1px solid #949291;
  cursor: pointer;
}

.fileCV label {
  pointer-events: none;
}

.fileCV input[type="file"] {
  font-size: 0.813rem;
  padding: 0;
  cursor: pointer;
}

@media (max-width: 991px) {
  .fileCV {
    padding: 8px 8px 8px 12px;
  }
}

.form-recruit .fileCV,
.form-recruit .position {
  height: auto;
  min-height: 48px;
}

@media (max-width: 991px) {
  .form-recruit .fileCV,
  .form-recruit .position {
    min-height: 42px;
  }
}

.box-detail-recruit .sub-box {
  max-width: 960px;
  border-color: rgba(41, 36, 250, 0.29);
}

.box-detail-recruit .short-info {
  border-radius: 10px;
  background-color: #eef4ff;
  border: 1px solid rgba(148, 144, 143, 0.07);
}

.box-detail-recruit .short-info .txt {
  display: block;
  line-height: 1.35;
  width: 150px;
  border-right: 1px solid #fff;
}

@media (max-width: 575px) {
  .box-detail-recruit .short-info .txt {
    width: 130px;
  }
}

.box-detail-recruit .short-info li > span {
  padding: 8px 16px;
}

.box-detail-recruit .short-info li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

@media (max-width: 575px) {
  .box-detail-recruit .short-info li > span {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .recruitment-content .box-title .title {
    text-align: center;
  }
}

.contact-content .sub-box {
  border-color: rgba(41, 36, 250, 0.29);
}

.info-contact .name {
  font-size: 1.125rem;
}

.info-contact p {
  margin-bottom: 4px;
}

.info-contact .active .office {
  background-color: #eee;
  border-radius: 12px;
}

.info-contact li a:hover {
  color: #000000;
}

@media (min-width: 992px) {
  .box-form .sub-box {
    border-radius: 30px;
  }
}

.box-form .form-control {
  background-color: #f7f7f7;
  border: 1px solid rgba(152, 150, 150, 0.15);
}

.map-contact {
  overflow: hidden;
}

.map-contact iframe {
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 991px) {
  .map-contact iframe {
    height: 400px !important;
    max-height: 80vh;
  }
}

@media (min-width: 1101px) {
  .show-mobile {
    display: none !important;
  }
}

@media (max-width: 1100px) {
  .hide-mobile {
    display: none !important;
  }
}
