body {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  font-family: "PoppinsVN";
  color: #fff;
  background-color: #1e1d32;
  margin: 0 auto !important;
}
@media only screen and (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  body {
    font-size: 13px;
  }
}

*,
::after,
::before {
  box-sizing: border-box;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  border-color: #3dd0d8 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(61, 208, 216, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(61, 208, 216, 0.6) !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  background-image: url("../images/icons/select-arrow.svg");
  background-position: calc(100% - 8px) 50%;
  background-repeat: no-repeat;
  background-size: 6px;
  padding-left: 10px;
  padding-right: 18px !important;
}

a:hover {
  color: #3dd0d8;
  text-decoration: none;
}

img,
iframe {
  max-width: 100%;
}

img {
  width: 100%;
  height: auto;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.container {
  max-width: 1200px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fefefe;
}

.color-main {
  color: #3dd0d8;
}

.y-box-img {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}

.y-box-img .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.y-box-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.y-box-zoom {
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  position: absolute;
}

.y-box-zoom:hover {
  transform: scale(1.05);
}

.box-img-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.box-img-flex.y-img-left {
  justify-content: flex-start;
}

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

.box-iframe {
  position: relative;
  padding-bottom: 56.25%;
}
.box-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.y-text-editor * {
  max-width: 100%;
}

.y-text-editor blockquote {
  margin: 0 0 1.25em;
  padding: 0 1.25em 0 1.875em;
  border-left: 2px solid #111;
  font-style: italic;
}

.y-text-editor p {
  margin-bottom: 10px;
}

.y-text-editor img {
  max-width: 100%;
  height: auto !important;
  display: initial;
}

.y-text-editor iframe {
  max-width: 100%;
}

.y-text-editor table {
  width: 100%;
}

.y-text-editor i {
  font-style: italic;
}

.y-text-editor u {
  text-decoration: underline;
}

.y-text-editor a {
  text-decoration: underline;
}

.y-text-editor b,
.y-text-editor strong {
  font-weight: bold;
}

.y-text-editor ul {
  padding-left: 30px;
  list-style-type: disc;
}

.y-text-editor ul li {
  display: list-item;
}

.y-text-editor ol {
  padding-left: 30px;
  list-style-type: decimal;
}

.y-text-editor ol li {
  display: list-item;
}

.y-text-editor blockquote {
  border-left: 8px solid #3dd0d8;
}

.box-title-main {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  pointer-events: none;
  z-index: 5;
}
@media only screen and (max-width: 1500px) {
  .box-title-main {
    margin-bottom: 20px;
  }
}
.box-title-main .title-main {
  display: inline-flex;
  align-items: center;
  font-family: "BigNoodleTitling";
  font-size: 64px;
  color: #fff;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 4px;
}
@media only screen and (max-width: 1199px) {
  .box-title-main .title-main {
    font-size: 56px;
  }
}
@media only screen and (max-width: 991px) {
  .box-title-main .title-main {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .box-title-main .title-main {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .box-title-main .title-main {
    font-size: 36px;
  }
}
.box-title-main .title-main.title-left {
  text-align: left;
  display: inherit;
}
.box-title-main .title-main span {
  color: #3dd0d8;
  padding-left: 14px;
}
.box-title-main .desc-main {
  font-size: 16px;
  color: #f1f1f1;
  padding: 0 15px;
}
@media only screen and (max-width: 1199px) {
  .box-title-main .desc-main {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .box-title-main .desc-main {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .box-title-main .desc-main {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .box-title-main .desc-main br {
    display: none;
  }
}

.box-btn-main {
  position: relative;
  width: max-content;
  text-align: center;
  overflow-y: hidden;
}
.box-btn-main .btn-main {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #292845;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 60px;
  text-align: center;
  background-color: #3dd0d8;
  transition: background-color 0.5s;
  height: 50px;
  border-radius: 6px;
}
@media only screen and (max-width: 991px) {
  .box-btn-main .btn-main {
    padding: 5px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .box-btn-main .btn-main {
    padding: 5px 30px;
    font-size: 15px;
    height: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .box-btn-main .btn-main {
    font-size: 14px;
  }
}
.box-btn-main .btn-main:hover {
  background-color: #00ddff;
}
.box-btn-main .btn-main.btn-2 {
  background-color: #292845;
  color: #fff;
}
.box-btn-main .btn-main.btn-2 img {
  max-width: 16px;
  height: 16px;
}
.box-btn-main .btn-main span {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
}
.box-btn-main .btn-main img {
  max-width: 18px;
  height: 24px;
  padding-left: 8px;
}
@media only screen and (max-width: 767px) {
  .box-btn-main .btn-main img {
    height: 20px;
  }
}

.owl-carousel {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .owl-carousel {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .owl-carousel {
    padding-bottom: 30px;
  }
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .owl-carousel .owl-dots {
    bottom: 5px;
  }
}
.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 100%;
  border: 1px solid #3dd0d8;
}
@media only screen and (max-width: 767px) {
  .owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .owl-carousel .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
  }
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #3dd0d8;
  width: 32px;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .owl-carousel .owl-dots .owl-dot.active {
    width: 20px;
  }
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  background-color: #292845;
  padding: 20px 20px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
  .owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    padding: 18px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    padding: 15px 6px;
  }
}
.owl-carousel .owl-nav .owl-prev img,
.owl-carousel .owl-nav .owl-next img {
  height: 40px;
}
@media only screen and (max-width: 1199px) {
  .owl-carousel .owl-nav .owl-prev img,
.owl-carousel .owl-nav .owl-next img {
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .owl-carousel .owl-nav .owl-prev img,
.owl-carousel .owl-nav .owl-next img {
    height: 26px;
  }
}
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
  color: #cfcfcf;
}
@media only screen and (max-width: 767px) {
  .owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
    display: none;
  }
}
.owl-carousel .owl-nav .owl-prev {
  left: -100px;
  border-radius: 8px 0px 0px 8px;
}
@media only screen and (max-width: 1500px) {
  .owl-carousel .owl-nav .owl-prev {
    left: -50px;
  }
}
@media only screen and (max-width: 1199px) {
  .owl-carousel .owl-nav .owl-prev {
    left: -10px;
  }
}
.owl-carousel .owl-nav .owl-next {
  right: -100px;
  border-radius: 0 8px 8px 0px;
}
@media only screen and (max-width: 1500px) {
  .owl-carousel .owl-nav .owl-next {
    right: -50px;
  }
}
@media only screen and (max-width: 1199px) {
  .owl-carousel .owl-nav .owl-next {
    right: -10px;
  }
}
.owl-carousel .owl-nav .owl-next img {
  transform: rotate(180deg);
}

.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
}
@media (max-width: 767px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}
.modal-dialog .close {
  position: absolute;
  top: -20px;
  right: -15px;
  width: 34px;
  height: 34px;
  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;
  color: #fff;
  z-index: 2;
  opacity: 1;
  font-size: 40px;
  background-color: #562ad9;
  border-radius: 100%;
}

.padding-section {
  padding: 40px 0;
}
@media only screen and (max-width: 991px) {
  .padding-section {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .padding-section {
    padding: 30px 0;
  }
}

.box-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.box-row .box-left {
  width: 50%;
  padding: 0 12px;
}
@media only screen and (max-width: 767px) {
  .box-row .box-left {
    width: 100%;
  }
}
.box-row .box-right {
  width: 50%;
  padding: 0 12px;
}
@media only screen and (max-width: 767px) {
  .box-row .box-right {
    width: 100%;
  }
}

[class*=col-] {
  padding-left: 12px;
  padding-right: 12px;
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}
.row.row-center {
  justify-content: center;
}

.show-desktop {
  display: block;
}
@media only screen and (max-width: 991px) {
  .show-desktop {
    display: none;
  }
}

.show-mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .show-mobile {
    display: block;
  }
}

.nav-tabs-main {
  border: 0;
  margin: 0 auto 60px;
  width: max-content;
}
@media only screen and (max-width: 767px) {
  .nav-tabs-main {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
  }
}
.nav-tabs-main .nav-item {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .nav-tabs-main .nav-item {
    margin-bottom: 10px;
  }
}
.nav-tabs-main .nav-item .nav-link {
  background-color: transparent;
  color: #fff;
  border-color: transparent;
  padding: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .nav-tabs-main .nav-item .nav-link {
    font-size: 16px;
    width: max-content;
  }
}
.nav-tabs-main .nav-item .nav-link.active {
  border-bottom-color: #3dd0d8;
}

.y-scrollbar {
  overflow-y: auto;
}

.y-scrollbar::-webkit-scrollbar {
  width: 8px;
}

.y-scrollbar::-webkit-scrollbar-thumb {
  background-color: #292845;
  border-radius: 10px;
}

body.fixed .header {
  position: fixed;
  display: flex;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  body.fixed .box-section {
    padding-top: 30px;
  }
}

.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #242f3f;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.loader-wrapper .content-loader {
  text-align: center;
}
.loader-wrapper .content-loader .box-img-flex {
  height: 120px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .loader-wrapper .content-loader .box-img-flex {
    height: 100px;
  }
}
.loader-wrapper .content-loader .text-loading {
  width: 100%;
}

.section-full {
  position: relative;
}
.section-full.active .txt-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.section-full .txt-animate {
  position: relative;
  transition: all 1200ms;
  opacity: 0;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

.header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
  padding: 24px 0;
  background-color: #1e1d32;
}
@media only screen and (max-width: 991px) {
  .header {
    display: flex;
    padding: 10px 0;
  }
}
.header .box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .box-header .logo-header {
  display: flex;
}
.header .box-header .logo-header .box-img-flex {
  height: 60px;
}
@media only screen and (max-width: 1199px) {
  .header .box-header .logo-header .box-img-flex {
    height: 50px;
  }
}
.header .box-header .menu-fullpage {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .box-header .menu-fullpage ul {
  display: flex;
  align-items: center;
}
.header .box-header .menu-fullpage ul li {
  padding: 8px 12px;
}
@media only screen and (max-width: 991px) {
  .header .box-header .menu-fullpage ul li {
    display: none;
    padding: 0 10px;
  }
}
.header .box-header .menu-fullpage ul li.active a {
  color: #fff;
  border-bottom: 2px solid #3dd0d8;
}
.header .box-header .menu-fullpage ul li a {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #fff;
  padding: 0px 0;
}
@media only screen and (max-width: 1199px) {
  .header .box-header .menu-fullpage ul li a {
    font-size: 14px;
  }
}
.header .box-header .menu-fullpage ul li a:hover {
  color: #3dd0d8;
}
.header .box-header .menu-fullpage ul li a span {
  display: block;
}
@media only screen and (max-width: 991px) {
  .header .box-header .list-social {
    display: none;
  }
}
.header .box-header .list-social li a i {
  color: #3dd0d8;
}

.btn-menu-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 30px;
  position: relative;
  display: none;
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .btn-menu-mobile {
    display: flex;
  }
}
.btn-menu-mobile span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.btn-menu-mobile span:not(:last-child) {
  margin-bottom: 6px;
}

/* Menu mobile */
.y-mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -85%;
  width: 85%;
  max-width: 400px;
  background-color: #562ad9;
  box-sizing: border-box;
  font-size: 14px;
  transition: 0.2s;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999;
}
.y-mobile-menu.show {
  right: 0;
}
.y-mobile-menu .m-menu__title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.y-mobile-menu .m-menu__title .title {
  font-size: 14px;
  margin: 0;
  text-align: center;
  width: 100%;
}
.y-mobile-menu .m-menu__title .m-menu-close {
  padding: 0;
  font-size: 36px;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 22px;
  text-decoration: none;
  color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 10px;
}
.y-mobile-menu ul {
  margin: 0;
  padding-left: 0;
}
.y-mobile-menu ul li {
  position: relative;
  list-style-type: none;
}
.y-mobile-menu ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 11px 20px;
  transition: 0.2s;
  line-height: 1.3;
}
.y-mobile-menu ul li.active > a {
  color: #00b140;
}
.y-mobile-menu ul li.has-submenu a {
  padding-right: 35px;
}
.y-mobile-menu .list-social {
  display: flex;
  margin-top: 20px;
}

.y-mobile-menu li > a:before {
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
}

.has-submenu > a {
  position: relative;
}

.has-submenu > .btn-toggle-sub {
  width: 40px;
  height: 42px;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  z-index: 2;
}

.has-submenu > .btn-toggle-sub:before {
  content: "+";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  font-size: 18px;
}

.has-submenu.opened > .btn-toggle-sub:before {
  content: "-";
}

.has-submenu .sub-menu {
  padding-left: 20px;
  display: none;
}
.has-submenu .sub-menu li a {
  font-size: 14px;
}

.overlay-menu.active {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.5s;
  z-index: 888;
}

.box-1700 {
  margin: 0 auto;
  padding: 0 100px;
}
@media only screen and (max-width: 1500px) {
  .box-1700 {
    padding: 0 70px;
  }
}
@media only screen and (max-width: 1500px) {
  .box-1700 {
    max-width: 1500px;
  }
}
@media only screen and (max-width: 1199px) {
  .box-1700 {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .box-1700 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .box-1700 {
    padding: 0 15px;
  }
}

.box-mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .box-mobile {
    display: block;
  }
}

.download-app {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #1e1d32;
  padding: 6px 10px 7px;
  width: max-content;
  border-radius: 40px;
}
@media only screen and (max-width: 767px) {
  .download-app {
    padding: 4px 5px 5px;
  }
}
.download-app:after {
  position: absolute;
  content: "";
  top: 50%;
  left: calc(50% - 1px);
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 1px;
  height: 16px;
  border-bottom: 10px;
  line-height: 1;
}
.download-app .box-icon {
  padding: 0 11px;
}
@media only screen and (max-width: 767px) {
  .download-app .box-icon {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 575px) {
  .download-app .box-icon {
    padding: 0 6px;
  }
}
.download-app .box-icon img {
  height: 20px;
}
@media only screen and (max-width: 575px) {
  .download-app .box-icon img {
    height: 16px;
  }
}

.banner-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .banner-section {
    margin-bottom: 30px;
  }
}
.banner-section .banner-slider {
  padding-bottom: 0;
}
.banner-section .banner-slider .owl-dots {
  bottom: 40px;
}
@media only screen and (max-width: 1500px) {
  .banner-section .banner-slider .owl-dots {
    bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-section .banner-slider .owl-dots {
    bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-slider .owl-dots {
    bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .banner-slider .owl-dots {
    bottom: 5px;
  }
}
.banner-section .banner-slider .owl-dots .owl-dot {
  width: 92px;
  height: 8px;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .banner-section .banner-slider .owl-dots .owl-dot {
    width: 50px;
    height: 4px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-slider .owl-dots .owl-dot {
    width: 30px;
    height: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .banner-slider .owl-dots .owl-dot {
    width: 20px;
    height: 4px;
  }
}
.banner-section .banner-slider .owl-dots .owl-dot:not(.active) {
  border-color: transparent;
  background-color: #9a6eb9;
}
.banner-section .box-title {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 26%;
  height: 100%;
  margin-right: auto;
  padding: 0 15px;
}
@media only screen and (max-width: 1199px) {
  .banner-section .box-title {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .box-title {
    width: 30%;
    padding: 0 10px;
  }
}
.banner-section .box-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: -20%;
  width: 120%;
  height: 100%;
  transform: skewX(-8deg);
  background-color: #1e1d32;
  opacity: 0.75;
}
.banner-section .box-title .content-title {
  width: max-content;
  margin: 0 auto;
}
.banner-section .box-title .title-banner {
  position: relative;
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .banner-section .box-title .title-banner {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .box-title .title-banner {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-section .box-title .title-banner {
    font-size: 18px;
  }
}
.banner-section .box-title .download-app {
  background-color: rgba(255, 255, 255, 0.25);
}
.banner-section .box-title .desc-banner {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 300;
}
@media only screen and (max-width: 1199px) {
  .banner-section .box-title .desc-banner {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .box-title .desc-banner {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .box-title .desc-banner {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-section .box-title .desc-banner {
    font-size: 16px;
  }
}
.banner-section .list-app {
  display: flex;
  justify-content: center;
}
.banner-section .list-app .item {
  margin: 0 20px;
}
.banner-section .list-app .item img {
  max-width: 240px;
}

.about-section {
  position: relative;
}
.about-section .box-title-main {
  margin-bottom: 10px;
  text-align: left;
}
.about-section .box-title-main .title-main {
  color: #1e1d32;
}
.about-section .content-about {
  background-color: #fff;
  color: #1e1d32;
  padding: 60px 0;
  border-radius: 16px;
}
@media (min-width: 1200px) {
  .about-section .content-about {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 767px) {
  .about-section .content-about {
    padding: 40px 0;
  }
}
.about-section .content-about .box-about {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-right: -60px;
  padding-left: 60px;
}
@media only screen and (max-width: 1199px) {
  .about-section .content-about .box-about {
    margin-right: 0;
    padding: 0 20px;
  }
}
.about-section .content-about .box-about .box-left {
  position: relative;
  width: 50%;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .about-section .content-about .box-about .box-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.about-section .content-about .box-about .box-left::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background-image: url("../images/index/bg-about.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.05;
}
.about-section .content-about .box-about .box-left .about-content {
  margin-bottom: 40px;
}
.about-section .content-about .box-about .box-right {
  width: 50%;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .about-section .content-about .box-about .box-right {
    width: 100%;
    padding-left: 0;
  }
}

.find-section .box-title-main {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.find-section .list-our-game {
  justify-content: center;
}
.find-section .item-game {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .find-section .item-game {
    margin-bottom: 60px;
  }
}
.find-section .item-game .left {
  padding: 0 15px 0 0;
  display: flex;
  flex-wrap: wrap;
  width: 43%;
}
@media only screen and (max-width: 767px) {
  .find-section .item-game .left {
    width: 100%;
    justify-content: center;
    align-items: center;
    order: 2;
  }
}
.find-section .item-game .left .name-game {
  font-size: 94px;
  font-weight: 800;
  margin-bottom: 40px;
  line-height: 0.88;
}
@media only screen and (max-width: 1500px) {
  .find-section .item-game .left .name-game {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .find-section .item-game .left .name-game {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .find-section .item-game .left .name-game {
    font-size: 66px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .find-section .item-game .left .name-game {
    font-size: 54px;
    margin-bottom: 20px;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .find-section .item-game .left .name-game {
    font-size: 40px;
  }
}
.find-section .item-game .left .name-game .c-blue {
  color: #3cd0d8;
}
.find-section .item-game .left .name-game .c-orange {
  color: #ffb66e;
}
.find-section .item-game .left .name-game .c-green {
  color: #8ff225;
}
.find-section .item-game .left .desc-game {
  font-size: 16px;
}
@media only screen and (max-width: 1500px) {
  .find-section .item-game .left .desc-game {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .find-section .item-game .left .desc-game {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .find-section .item-game .left .desc-game {
    font-size: 13px;
    text-align: center;
  }
}
.find-section .item-game .left .list-reward {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .find-section .item-game .left .list-reward {
    margin-top: 15px;
  }
}
.find-section .item-game .left .list-reward img {
  width: 162px;
}
@media only screen and (max-width: 1500px) {
  .find-section .item-game .left .list-reward img {
    width: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .find-section .item-game .left .list-reward img {
    width: 130px;
  }
}
.find-section .item-game .right {
  width: 57%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .find-section .item-game .right {
    width: 100%;
    text-align: center;
  }
}
.find-section .item-game .right img {
  width: auto;
}
.find-section .item-game .box-btn-game {
  display: flex;
  margin-top: 80px;
}
@media only screen and (max-width: 1500px) {
  .find-section .item-game .box-btn-game {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .find-section .item-game .box-btn-game {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .find-section .item-game .box-btn-game {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .find-section .item-game .box-btn-game {
    margin-top: 30px;
  }
}
.find-section .item-game .box-btn-game.box-btn-app a:first-child {
  margin-right: 16px;
}
.find-section .item-game .box-btn-game a {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #292845;
  font-weight: bold;
  border-radius: 10px;
}
@media only screen and (max-width: 1500px) {
  .find-section .item-game .box-btn-game a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .find-section .item-game .box-btn-game a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .find-section .item-game .box-btn-game a {
    font-size: 16px;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .find-section .item-game .box-btn-game a {
    font-size: 16px;
  }
}
.find-section .item-game .box-btn-game a img {
  width: 22px;
  margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .find-section .item-game .box-btn-game a img {
    width: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .find-section .item-game .box-btn-game a img {
    width: 18px;
  }
}
.find-section .item-game .box-btn-game .btn-see-games {
  background-color: #3dd0d8;
  padding: 25px 66px;
}
@media only screen and (max-width: 1500px) {
  .find-section .item-game .box-btn-game .btn-see-games {
    padding: 20px 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .find-section .item-game .box-btn-game .btn-see-games {
    padding: 18px 50px;
  }
}
@media only screen and (max-width: 991px) {
  .find-section .item-game .box-btn-game .btn-see-games {
    padding: 16px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .find-section .item-game .box-btn-game .btn-see-games {
    padding: 14px 30px;
  }
}
.find-section .item-game .box-btn-game .btn-app {
  background-color: #ffaa31;
  width: 232px;
  height: 80px;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1500px) {
  .find-section .item-game .box-btn-game .btn-app {
    width: 200px;
    height: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .find-section .item-game .box-btn-game .btn-app {
    width: 180px;
    height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .find-section .item-game .box-btn-game .btn-app {
    width: 160px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .find-section .item-game .box-btn-game .btn-app {
    width: 140px;
    height: 46px;
  }
}
.find-section .gameplay-slider .item {
  background-color: #292845;
  padding: 40px;
  border-radius: 16px;
}
.find-section .gameplay-slider .item .img-game {
  height: 170px;
  margin: 0 auto 16px;
}
@media only screen and (max-width: 767px) {
  .find-section .gameplay-slider .item .img-game {
    height: 100px;
  }
}
.find-section .gameplay-slider .item .name-game {
  margin-bottom: 16px;
  text-align: center;
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .find-section .gameplay-slider .item .name-game {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .find-section .gameplay-slider .item .name-game {
    font-size: 20px;
  }
}
.find-section .gameplay-slider .item .desc-game {
  margin-bottom: 42px;
}
.find-section .gameplay-slider .item .list-top {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.find-section .gameplay-slider .item .list-top img {
  max-width: 136px;
  margin: 0 12px;
}
.find-section .gameplay-slider .item .list-store {
  display: flex;
  justify-content: center;
}
.find-section .gameplay-slider .item .list-store a {
  max-width: 176px;
  margin: 0 12px;
}

.hiring-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #292845;
  margin: 30px 0;
  flex-direction: row;
  /* horizontal alignment of flex items (default value; can be omitted) */
  align-items: stretch;
  /* will apply equal heights to flex items (default value; can be omitted) */
  height: 100%;
}
.hiring-section .box-left {
  width: 50%;
  text-align: center;
  padding: 40px 30px;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .hiring-section .box-left {
    width: 100%;
    padding: 40px 15px 30px;
  }
}
.hiring-section .box-left .content-left {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  padding: 60px 20px 40px;
}
@media only screen and (max-width: 991px) {
  .hiring-section .box-left .content-left {
    margin: 0 auto;
  }
}
.hiring-section .box-left .content-left::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-image: url("../images/index/bg-hiring.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}
.hiring-section .box-left .content-left .box-title-main {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .hiring-section .box-left .content-left .box-title-main {
    margin-bottom: 24px;
  }
}
.hiring-section .box-left .box-number {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .hiring-section .box-left .box-number {
    margin-bottom: 35px;
  }
}
.hiring-section .box-left .box-number .item {
  background-color: #1e1d32;
  padding: 15px 20px;
  width: calc(50% - 8px);
  border-radius: 16px;
}
.hiring-section .box-left .box-number .item .number {
  color: #3dd0d8;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.1;
}
@media only screen and (max-width: 991px) {
  .hiring-section .box-left .box-number .item .number {
    font-size: 38px;
  }
}
.hiring-section .box-left .box-btn-main {
  margin: 0 auto;
}
.hiring-section .box-right {
  position: relative;
  width: 50%;
  display: flex;
  /* nested flex container */
  flex-direction: column;
  /* vertical alignment of flex items */
  justify-content: center;
  /* center flex items vertically */
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .hiring-section .box-right {
    width: 100%;
  }
}
.hiring-section .box-right::after {
  position: absolute;
  content: "";
  top: 0;
  left: -10%;
  width: 20%;
  height: 100%;
  background-color: #292845;
  transform: skewx(-10deg);
  z-index: 0;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .hiring-section .box-right::after {
    display: none;
  }
}
.team-section .team-slider .item-team {
  text-align: center;
  background-color: #292845;
  border-radius: 16px;
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .team-section .team-slider .item-team {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .team-section .team-slider .item-team {
    font-size: 18px;
  }
}
.team-section .team-slider .item-team .avatar {
  position: relative;
  margin-bottom: 24px;
}
.team-section .team-slider .item-team .avatar img {
  position: relative;
}
.team-section .team-slider .item-team .name {
  font-weight: bold;
  color: #fff;
}
.team-section .team-slider .item-team .position {
  font-family: "BigNoodleTitling";
  padding-bottom: 24px;
  color: #3dd0d8;
  text-transform: uppercase;
}

.milestones-section .box-milestones {
  display: flex;
  flex-wrap: wrap;
}
.milestones-section .box-milestones .box-left {
  position: relative;
}
.milestones-section .box-milestones .box-left::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(180deg, rgba(30, 29, 50, 0) 0%, #1e1d32 70.94%);
  z-index: 3;
  pointer-events: none;
}
.milestones-section .box-milestones .list-milestones {
  position: relative;
  max-height: 500px;
  overflow-y: auto;
}
.milestones-section .box-milestones .list-milestones::after {
  position: absolute;
  content: "";
  top: 40px;
  right: 50px;
  width: 1px;
  height: 120%;
  background-color: #3dd0d8;
}
@media only screen and (max-width: 767px) {
  .milestones-section .box-milestones .list-milestones::after {
    right: 10px;
  }
}
.milestones-section .box-milestones .list-milestones .item {
  position: relative;
  margin-bottom: 24px;
  padding-right: 60px;
  cursor: pointer;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .milestones-section .box-milestones .list-milestones .item {
    padding-right: 40px;
  }
}
.milestones-section .box-milestones .list-milestones .item::after {
  position: absolute;
  content: "";
  top: 40px;
  right: 38px;
  width: 24px;
  height: 24px;
  border: 1px solid #3dd0d8;
  border-radius: 100%;
  background-color: #1e1d32;
}
@media only screen and (max-width: 767px) {
  .milestones-section .box-milestones .list-milestones .item::after {
    right: 0;
    width: 20px;
    height: 20px;
  }
}
.milestones-section .box-milestones .list-milestones .item:last-child {
  padding-bottom: 50px;
}
.milestones-section .box-milestones .list-milestones .item.active::before {
  position: absolute;
  content: "";
  top: 44px;
  right: 42px;
  width: 16px;
  height: 16px;
  background-color: #3dd0d8;
  border-radius: 100%;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .milestones-section .box-milestones .list-milestones .item.active::before {
    top: 43px;
    right: 3px;
    width: 14px;
    height: 14px;
  }
}
.milestones-section .box-milestones .list-milestones .item .name {
  font-family: "BigNoodleTitling";
  font-size: 24px;
  color: #3dd0d8;
  margin-bottom: 8px;
  text-transform: uppercasex;
}
.faq-item {
  margin-bottom: 40px;
  border-radius: 16px;
  background-color: #292845;
  padding: 16px;
}
@media only screen and (max-width: 991px) {
  .faq-item {
    margin-bottom: 24px;
  }
}
.faq-item .faq-title {
  padding: 24px 40px;
  margin: 0;
  color: #3dd0d8;
  font-size: 16px;
  line-height: 1.3;
  cursor: pointer;
  position: relative;
  transition: all 0.4s;
}
@media only screen and (max-width: 991px) {
  .faq-item .faq-title {
    padding: 15px 20px;
  }
}
.faq-item .faq-title:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  background-image: url("../images/icomoon/plus.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 34px;
  height: 34px;
}
@media only screen and (max-width: 991px) {
  .faq-item .faq-title:after {
    right: 15px;
  }
}
.faq-item .faq-title.active {
  padding-bottom: 24px;
}
.faq-item .faq-title.active:after {
  background-image: url("../images/icomoon/minus.png");
}
.faq-item .faq-content {
  padding: 0 40px 16px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .faq-item .faq-content {
    padding: 0 20px 15px;
  }
}

.item-blog .img-blog img {
  border-radius: 16px 16px 0 0;
}
.item-blog .info-blog {
  background-color: #292845;
  border-radius: 0 0 16px 16px;
  padding: 24px;
}
.item-blog .info-blog .date-blog {
  font-size: 14px;
  color: #3dd0d8;
  margin-bottom: 3px;
}
@media only screen and (max-width: 767px) {
  .item-blog .info-blog .date-blog {
    font-size: 13px;
  }
}
.item-blog .info-blog .name-blog {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .item-blog .info-blog .name-blog {
    font-size: 16px;
  }
}
.item-blog .info-blog .desc-blog {
  margin-bottom: 8px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .item-blog .info-blog .desc-blog {
    font-size: 14px;
  }
}
.item-blog .info-blog .line-blog {
  background-color: rgba(255, 255, 255, 0.15);
  margin: 24px 0 16px;
}
@media only screen and (max-width: 767px) {
  .item-blog .info-blog .line-blog {
    margin: 18px 0 12px;
  }
}

.tag-blog .tag {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .tag-blog .tag {
    font-size: 12px;
  }
}

.list-blog {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.list-blog .item-blog {
  width: 33.33%;
  padding: 0 12px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .list-blog .item-blog {
    width: 50%;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .list-blog .item-blog {
    width: 100%;
    margin-bottom: 20px;
  }
}

.partner-section {
  background-color: #18152d;
}
.partner-section .list-partner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 50px auto 0;
}
.partner-section .list-partner .item-partner {
  width: 16.666%;
  padding: 0 12px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .partner-section .list-partner .item-partner {
    width: 33.333%;
  }
}

.list-social {
  display: inline-flex;
  justify-content: center;
}
.list-social li {
  list-style: none;
  padding: 0 10px;
}
.list-social li a {
  display: flex;
  height: 50px;
}
.list-social li a i {
  font-size: 20px;
  color: #3dd0d8;
}

.footer {
  background-color: #292845;
  color: #fff;
  padding: 80px 0;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .footer {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 30px;
  }
}
.footer .box-section {
  display: flex;
  flex-wrap: wrap;
}
.footer .box-section a {
  color: #fff;
}
.footer .box-section a:hover {
  color: #3dd0d8;
}
.footer .box-section .item-footer {
  width: 33.33%;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .footer .box-section .item-footer {
    margin-bottom: 30px;
    width: 100%;
  }
}
.footer .box-section .item-footer .title-footer {
  font-size: 24px;
  color: #3dd0d8;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .footer .box-section .item-footer .title-footer {
    font-size: 18px;
  }
}
.footer .box-section .logo-footer {
  margin-bottom: 16px;
  height: 83px;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .footer .box-section .logo-footer {
    height: 50px;
    margin-bottom: 15px;
  }
}
.footer .box-section .list-address {
  margin-bottom: 16px;
}
.footer .box-section .list-social {
  justify-content: flex-start;
}
.footer .box-section .list-social a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  font-size: 20px;
}
.footer .box-section .list-social a:after {
  position: absolute;
  content: "";
  right: 0;
  height: 90%;
  width: 1px;
  background-color: #fff;
}
.footer .box-section .list-social a:last-child:after {
  display: none;
}
.footer .box-section .link-footer {
  display: flex;
  flex-wrap: wrap;
}
.footer .box-section .link-footer .list-link a {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer .box-section .link-footer .list-link a {
    width: 50%;
    margin-bottom: 12px;
  }
}
.footer .box-section .box-link .list-link {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .footer .box-section .box-link .list-link {
    width: 100%;
  }
}

.copyright-section {
  padding: 20px 0;
  background-color: #1e1d32;
}
.copyright-section .box-left {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .copyright-section .box-left {
    text-align: center;
    width: 100%;
    margin-bottom: 12px;
  }
}
.copyright-section .box-right {
  width: 40%;
}
.copyright-section .copyright {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .copyright-section .copyright {
    text-align: center;
    width: 100%;
  }
}

.gameplay-modal .modal-dialog {
  max-width: 900px;
}
.gameplay-modal .modal-body {
  padding: 10px;
}
.gameplay-modal .close {
  position: absolute;
  top: -20px;
  right: -15px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 2;
  opacity: 1;
  font-size: 40px;
  background-color: #2f2477;
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .gameplay-modal .close {
    right: -10px;
  }
}
.gameplay-modal .box-iframe {
  position: relative;
  padding-bottom: 56.25%;
}
.gameplay-modal .box-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.breadcrumb-section {
  display: block;
  background-color: #292845;
  padding: 50px 15px;
  font-family: "BigNoodleTitling";
  letter-spacing: 4px;
  font-size: 64px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb-section {
    font-size: 56px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb-section {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-section {
    font-size: 40px;
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .breadcrumb-section {
    font-size: 36px;
  }
}

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