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;
}

.content-page {
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .content-page {
    padding-bottom: 30px;
  }
}

.box-search-blog {
  max-width: 776px;
  margin: 0 auto;
}
.box-search-blog .search-blog {
  position: relative;
  margin: 40px 0;
}
.box-search-blog .search-blog input {
  background: #292845;
  border-radius: 8px;
  width: 100%;
  border: 0;
  color: #fff;
  height: 64px;
  padding: 0 60px 0 24px;
}
@media only screen and (max-width: 767px) {
  .box-search-blog .search-blog input {
    height: 50px;
  }
}
.box-search-blog .search-blog .btn-search {
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 6px;
  border-left: solid 2px #37364e;
  padding-left: 14px !important;
  cursor: pointer;
}
.box-search-blog .search-blog .btn-search img:hover {
  filter: opacity(0.5);
}
@media only screen and (max-width: 767px) {
  .box-search-blog .search-blog .btn-search img {
    height: 30px;
  }
}
.box-search-blog .search-blog .btn-search i {
  color: #3dd0d8;
  font-size: 40px;
}
.box-search-blog .search-blog .btn-clear {
  position: absolute;
  top: 0;
  right: 78px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 6px;
  cursor: pointer;
}
.box-search-blog .search-blog .btn-clear img {
  width: 40px;
}
.box-search-blog .search-blog .btn-clear img:hover {
  filter: opacity(0.5);
}
@media only screen and (max-width: 767px) {
  .box-search-blog .search-blog .btn-clear img {
    height: 30px;
    width: 30px;
  }
}
.box-search-blog .search-blog .btn-clear i {
  color: #3dd0d8;
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .box-search-blog .search-blog .btn-clear {
    right: 68px;
  }
}

.box-tab-blog .search-result {
  padding: 16px 0;
  font-size: 24px;
}
.box-tab-blog .search-result span {
  color: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 767px) {
  .box-tab-blog .search-result {
    padding: 8px 0;
    font-size: 18px;
  }
}
.box-tab-blog .btn-clear {
  margin-left: 12px;
  border-left: solid 2px #37364e;
  padding-left: 12px;
}
.box-tab-blog .btn-clear img {
  width: 28px;
}
@media only screen and (max-width: 767px) {
  .box-tab-blog .btn-clear img {
    width: 24px;
  }
}
.box-tab-blog .btn-clear:hover img {
  filter: opacity(0.5);
}

.y-pagination {
  margin-top: 40px;
}
.y-pagination ul {
  display: inline-block;
  margin: 0;
}

.y-pagination li {
  display: inline-block;
  list-style: none;
  padding: 0 8px;
}
@media only screen and (max-width: 767px) {
  .y-pagination li {
    padding: 0 4px;
  }
}
.y-pagination li.prev a, .y-pagination li.next a {
  background-color: transparent;
  border: 0;
}

.y-pagination li > a {
  position: relative;
  float: left;
  padding: 5px 16px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  background-color: #292845;
  border: 1px solid #292845;
  border-radius: 2px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .y-pagination li > a {
    font-size: 16px;
    padding: 3px 12px;
  }
}

.y-pagination li.active > a,
.y-pagination li.active > a:focus,
.y-pagination li.active > a:hover {
  background-color: #3dd0d8;
  border-color: #3dd0d8;
  color: #fff;
  z-index: 2;
}

.y-pagination li > a:focus,
.y-pagination li > a:hover {
  background-color: #3dd0d8;
  border-color: #3dd0d8;
  color: #fff;
}

.content-post .date-post {
  color: #3dd0d8;
}
.content-post .title-post {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1199px) {
  .content-post .title-post {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .content-post .title-post {
    font-size: 30px;
  }
}
.content-post .box-tag-post {
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
}
.content-post .box-tag-post .title-tag {
  margin-right: 15px;
}
.content-post > hr {
  background-color: rgba(255, 255, 255, 0.3);
  height: 2px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 991px) {
  .related-post {
    margin-top: 30px;
  }
}
.related-post .box-related-post {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1199px) {
  .related-post .box-related-post {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .related-post .box-related-post {
    font-size: 18px;
  }
}
.related-post .list-related-post .item-blog {
  margin-bottom: 24px;
}

.recuirt-page .banner-recuirt {
  position: relative;
}
.recuirt-page .banner-recuirt .box-title-banner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
}
.recuirt-page .banner-recuirt .box-title-banner .title-banner {
  display: inherit;
  font-family: "PoppinsVN";
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .recuirt-page .banner-recuirt .box-title-banner .title-banner {
    font-size: 30px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 575px) {
  .recuirt-page .banner-recuirt .box-title-banner .title-banner {
    font-size: 25px;
  }
}
.recuirt-page .banner-recuirt .box-title-banner .box-btn-main {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .recuirt-page .banner-recuirt .box-title-banner .box-btn-main .btn-view {
    font-size: 14px;
    padding: 2px 20px;
    height: 40px;
  }
}
.recuirt-page .choose-recuirt {
  margin: 70px 0;
}
@media only screen and (max-width: 767px) {
  .recuirt-page .choose-recuirt {
    margin: 60px 0;
  }
}
.recuirt-page .choose-recuirt .box-title-main {
  margin-bottom: 15px;
}
.recuirt-page .choose-recuirt .desc-choose {
  max-width: 560px;
}
@media only screen and (max-width: 767px) {
  .recuirt-page .choose-recuirt .desc-choose {
    margin-bottom: 24px;
  }
}
.recuirt-page .choose-recuirt .list-choose .item-choose {
  position: relative;
  display: flex;
  align-items: center;
  color: #3dd0d8;
  font-family: "PoppinsVN";
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 24px;
  padding-left: 40px;
}
@media only screen and (max-width: 1199px) {
  .recuirt-page .choose-recuirt .list-choose .item-choose {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .recuirt-page .choose-recuirt .list-choose .item-choose {
    font-size: 24px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .recuirt-page .choose-recuirt .list-choose .item-choose {
    font-size: 20px;
    padding-left: 0;
  }
}
.recuirt-page .choose-recuirt .list-choose .item-choose i {
  font-size: 30px;
  margin-right: 30px;
}
@media only screen and (max-width: 991px) {
  .recuirt-page .choose-recuirt .list-choose .item-choose i {
    font-size: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .recuirt-page .choose-recuirt .list-choose .item-choose i {
    font-size: 18px;
  }
}
.recuirt-page .game-slider {
  padding-bottom: 0;
}
.recuirt-page .game-slider .item-game {
  display: flex;
  flex-wrap: wrap;
  background-color: #292845;
  border-radius: 16px;
}
@media only screen and (max-width: 991px) {
  .recuirt-page .game-slider .item-game {
    padding-bottom: 40px;
  }
}
.recuirt-page .game-slider .item-game .img-game {
  width: 60%;
}
@media only screen and (max-width: 991px) {
  .recuirt-page .game-slider .item-game .img-game {
    width: 100%;
  }
}
.recuirt-page .game-slider .item-game .info-game {
  width: 40%;
  padding: 40px;
}
@media only screen and (max-width: 1199px) {
  .recuirt-page .game-slider .item-game .info-game {
    padding: 20px 30px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .recuirt-page .game-slider .item-game .info-game {
    width: 100%;
    padding: 30px 30px 40px;
  }
}
.recuirt-page .game-slider .item-game .info-game .tag-cate {
  display: flex;
  margin-bottom: 16px;
}
.recuirt-page .game-slider .item-game .info-game .tag-cate .item {
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-right: 10px;
  padding: 1px 15px;
}
.recuirt-page .game-slider .item-game .info-game .name-game {
  font-size: 24px;
  font-weight: bold;
  color: #3dd0d8;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .recuirt-page .game-slider .item-game .info-game .name-game {
    font-size: 22px;
  }
}
.recuirt-page .game-slider .item-game .info-game .desc-game {
  margin-bottom: 8px;
}
@media only screen and (max-width: 1199px) {
  .recuirt-page .game-slider .item-game .info-game .desc-game {
    font-size: 14px;
  }
}
.recuirt-page .game-slider .item-game .info-game .view-detail {
  display: block;
  color: #3dd0d8;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1199px) {
  .recuirt-page .game-slider .item-game .info-game .view-detail {
    margin-bottom: 20px;
  }
}
.recuirt-page .game-slider .item-game .info-game .box-btn-main {
  margin: 0 auto;
}
.recuirt-page .game-slider .owl-dots {
  width: 40%;
  right: 0;
  left: inherit;
  bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .recuirt-page .game-slider .owl-dots {
    bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .recuirt-page .game-slider .owl-dots {
    left: 0;
    right: 0;
    width: 100%;
    bottom: 40px;
  }
}

.form-main .title-form {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 38px;
}
@media only screen and (max-width: 767px) {
  .form-main .title-form {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .form-main .title-form {
    margin-bottom: 24px;
  }
}
.form-main .title-form span {
  color: #3dd0d8;
}
.form-main .form-group {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .form-main .form-group {
    margin-bottom: 16px;
  }
}
.form-main .form-group label {
  font-weight: bold;
}
.form-main .form-group .form-control {
  background-color: #292845;
  color: #fff;
  border-radius: 4px;
  min-height: 50px;
}
.form-main .box-btn-main {
  margin: 70px auto 0;
}
@media only screen and (max-width: 767px) {
  .form-main .box-btn-main {
    margin-top: 40px;
  }
}

.box-form-apply {
  background: #292845;
  border-radius: 16px;
  padding: 60px 40px;
}
@media only screen and (max-width: 767px) {
  .box-form-apply {
    padding: 40px 20px;
  }
}

.box-input-upload {
  text-align: right;
}
.box-input-upload a {
  text-decoration: underline;
  color: #3dd0d8;
  font-weight: bold;
}

.upload-btn-wrapper {
  position: relative;
}
.upload-btn-wrapper .upload-cv .name-file {
  font-style: italic;
}

.upload-btn-wrapper .img-upload {
  pointer-events: none;
}

.upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.upload-btn-wrapper .name-file {
  text-align: center;
}

.contact-page .info-contact {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .contact-page .info-contact {
    margin-bottom: 40px;
  }
}
.contact-page .info-contact .item-contact {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact-page .info-contact .item-contact {
    margin-bottom: 36px;
  }
}
.contact-page .info-contact .item-contact .box-icon {
  background-color: #292845;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
}
@media only screen and (max-width: 767px) {
  .contact-page .info-contact .item-contact .box-icon {
    width: 80px;
    height: 80px;
  }
}
.contact-page .info-contact .item-contact .box-icon i {
  color: #3dd0d8;
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  .contact-page .info-contact .item-contact .box-icon i {
    font-size: 40px;
  }
}
.contact-page .info-contact .item-contact .name {
  color: #3dd0d8;
  font-family: "BigNoodleTitling";
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .contact-page .info-contact .item-contact .name {
    margin-bottom: 5px;
  }
}
.contact-page .info-contact .item-contact .desc a {
  color: #fff;
}
.contact-page .map-iframe {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .contact-page .map-iframe {
    margin-bottom: 20px;
  }
}
.contact-page .map-iframe iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .contact-page .map-iframe iframe {
    height: 400px;
  }
}
.contact-page .form-contact .box-btn-main {
  margin-top: 40px;
  width: 100%;
}
.contact-page .form-contact .box-btn-main .btn-main {
  width: 100%;
}

.hidden {
  display: none !important;
}

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