body {
  background-color: #FFF2F4;
}

@media (min-width: 676px) {
  #list-btn-gh div, #list-btn-sk div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#list-btn-gh div .btn-form, #list-btn-gh div .btn-instruct, #list-btn-sk div .btn-form, #list-btn-sk div .btn-instruct {
  background-color: #CD0F1B;
  color: #FFFFFF;
  padding: 18px 29px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  text-wrap: nowrap;
  text-align: center;
  width: 100%;
}
@media (max-width: 676px) {
  #list-btn-gh div .btn-form, #list-btn-gh div .btn-instruct, #list-btn-sk div .btn-form, #list-btn-sk div .btn-instruct {
    font-size: 13px;
    padding: 11px 22px;
  }
}
#list-btn-gh div .btn-instruct, #list-btn-sk div .btn-instruct {
  margin-top: 15px;
}

.banner_first_home {
  background: #FFF2F4;
  position: relative;
  padding: 72px 0 112px;
}
@media (max-width: 992px) {
  .banner_first_home {
    padding: 40px 0;
  }
}
.banner_first_home .bg {
  content: "";
  width: 100%;
  height: 31%;
  background: url("../../../../../resources/images/use/bg_video_home.jpg") no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.banner_first_home .banner_item {
  position: relative;
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
}
.banner_first_home .banner_item video {
  width: 100%;
  height: auto;
}
.banner_first_home .banner_item img {
  width: 100%;
}
.banner_first_home .banner_item iframe {
  height: 675px;
  width: 100%;
}
@media (max-width: 992px) {
  .banner_first_home .banner_item iframe {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .banner_first_home .banner_item iframe {
    height: 350px;
  }
}
.banner_first_home #slide_home {
  z-index: 1;
  position: relative;
}
@media (min-width: 992px) {
  .banner_first_home #slide_home {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.banner_first_home #slide_home .row_item .item .iframe_video {
  aspect-ratio: 16/9;
}
.banner_first_home #slide_home .row_item .item .iframe_video iframe {
  width: 100%;
  height: 100%;
}
.banner_first_home #slide_home .row_item .item video {
  border-radius: 15px;
  width: 100%;
}
.banner_first_home #slide_home .row_item .item .title {
  text-align: center;
  color: #FFF;
  font-weight: 500;
  font-size: 22px;
  padding-top: 10px;
}
@media (max-width: 992px) {
  .banner_first_home #slide_home .row_item .item .title p {
    font-size: 16px !important;
  }
  .banner_first_home #slide_home .row_item .item .title p span {
    font-size: 16px !important;
  }
}
@media (max-width: 475px) {
  .banner_first_home #slide_home .row_item .item .title p {
    font-size: 14px !important;
  }
  .banner_first_home #slide_home .row_item .item .title p span {
    font-size: 14px !important;
  }
}
.banner_first_home #slide_home .row_item .item .list-btn-href {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 992px) {
  .banner_first_home #slide_home .row_item .item .list-btn-href {
    gap: 10px;
  }
}
.banner_first_home #slide_home .row_item .item .list-btn-href .btn-show-gh {
  background-color: #FFFFFF;
  color: #FF5170;
  padding: 18px 29px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 17px;
}
@media (max-width: 992px) {
  .banner_first_home #slide_home .row_item .item .list-btn-href .btn-show-gh {
    padding: 13px 24px;
    font-size: 16px;
    width: 100%;
  }
}
.banner_first_home #slide_home .row_item .item .list-btn-href .btn-show-gh:hover {
  background-color: #CD0F1B;
  color: #FFFFFF;
}
.banner_first_home #slide_home .row_item .item .list-btn-href .btn-show-sk {
  background-color: #FC4868;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 18px 29px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 17px;
}
@media (max-width: 992px) {
  .banner_first_home #slide_home .row_item .item .list-btn-href .btn-show-sk {
    padding: 13px 24px;
    font-size: 16px;
    width: 100%;
  }
}
.banner_first_home #slide_home .row_item .item .list-btn-href .btn-show-sk:hover {
  background-color: #CD0F1B;
  color: #FFFFFF;
  border: 1px solid #CD0F1B;
}
.banner_first_home #slide_home .slick-arrow {
  width: 50px;
  height: 50px;
  background: #FFF2F4;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  opacity: 1;
  z-index: 1;
  cursor: pointer;
  -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: 1200px) {
  .banner_first_home #slide_home .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1200px) {
  .banner_first_home #slide_home .slick-arrow.slick-prev {
    left: -15px;
  }
}
.banner_first_home #slide_home .slick-arrow.slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  color: #CD0F1B;
}
@media (max-width: 1200px) {
  .banner_first_home #slide_home .slick-arrow.slick-next {
    right: -15px;
  }
}
.banner_first_home #slide_home .slick-arrow.slick-next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: #CD0F1B;
}

.about-us {
  padding-bottom: 20px;
  padding-top: 40px;
}
.about-us .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1.25%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-us .container .box-left {
  overflow: hidden;
  width: 100%;
  background-color: #FF5170;
  padding: 20px 15px 14.8px 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .about-us .container .box-left {
    width: 31.7%;
    margin-bottom: 0;
  }
}
.about-us .container .box-left .title-box-news {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: white;
  line-height: 25px;
  padding-bottom: 18px;
}
.about-us .container .box-left .list-news {
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  overflow-y: auto;
  height: 94%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.about-us .container .box-left .list-news::-webkit-scrollbar {
  display: none;
}
.about-us .container .box-left .list-news {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media (min-width: 992px) {
  .about-us .container .box-left .list-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.about-us .container .box-left .list-news a.item {
  background-color: #FFFFFF;
  padding: 11px;
  padding-bottom: 12px;
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .about-us .container .box-left .list-news a.item {
    width: 48%;
  }
}
@media (max-width: 576px) {
  .about-us .container .box-left .list-news a.item {
    width: 100%;
  }
}
.about-us .container .box-left .list-news a.item .img-news {
  overflow: hidden;
  border-radius: 10px;
}
.about-us .container .box-left .list-news a.item .img-news img {
  width: 100%;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.about-us .container .box-left .list-news a.item .img-news img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.about-us .container .box-left .list-news a.item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-us .container .box-left .list-news a.item .info .date {
  padding-right: 10px;
}
.about-us .container .box-left .list-news a.item .info .date .day {
  font-size: 35px;
  font-weight: 700;
  color: #707070;
  line-height: 47px;
}
.about-us .container .box-left .list-news a.item .info .date .month-year {
  line-height: 14px;
  font-size: 10px;
  color: #707070;
}
.about-us .container .box-left .list-news a.item .info .title {
  border-left: 1px solid #707070;
  padding-left: 9px;
  font-size: 18px;
  font-weight: 700;
  color: #1D1D1D;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.about-us .container .box-right {
  width: 100%;
}
@media (min-width: 992px) {
  .about-us .container .box-right {
    width: 67%;
  }
}
.about-us .container .box-right .title {
  font-size: 18px;
  color: #1D1D1D;
  text-align: center;
  line-height: 22px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.about-us .container .box-right .title1 {
  font-size: 25px;
  font-weight: 700;
  color: #CD0F1B;
  text-align: center;
  line-height: 30px;
  padding-bottom: 65px;
  text-transform: uppercase;
}
.about-us .container .box-right .list-item-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12%;
  padding-bottom: 56px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 480px) {
  .about-us .container .box-right .list-item-banner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.about-us .container .box-right .list-item-banner .item-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .about-us .container .box-right .list-item-banner .item-banner {
    width: 20%;
  }
}
.about-us .container .box-right .list-item-banner .item-banner .short {
  margin-top: auto;
  font-size: 42px;
  font-weight: 900;
  color: #CD0F1B;
  line-height: 57px;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (max-width: 768px) {
  .about-us .container .box-right .list-item-banner .item-banner .short {
    font-size: 35px;
  }
}
.about-us .container .box-right .list-item-banner .item-banner .title {
  font-size: 12px;
  font-weight: 500;
  color: #1D1D1D;
  line-height: 15px;
}
.about-us .container .box-right .banner-about {
  width: 100%;
  height: auto;
}

.map {
  color: #FFF;
  font-weight: 500;
  padding: 38px 0 60px;
}
@media (max-width: 992px) {
  .map {
    padding: 30px 0 40px;
  }
}
.map .title {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 13px;
}
@media (max-width: 992px) {
  .map .title {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.map .content {
  padding-bottom: 37px;
}
@media (max-width: 992px) {
  .map .content {
    padding-bottom: 25px;
  }
}
.map .view_map iframe {
  width: 100%;
  height: 530px;
}
@media (max-width: 992px) {
  .map .view_map iframe {
    height: 450px;
  }
}

.sponsor {
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .sponsor {
    padding-bottom: 40px;
  }
}
.sponsor .head {
  border-bottom: 1px solid #CD0F1B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .sponsor .head {
    margin-bottom: 30px;
  }
}
.sponsor .head .wrap_nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 10px;
}
@media (max-width: 576px) {
  .sponsor .head .wrap_nav {
    overflow-x: auto;
  }
}
@media (max-width: 576px) {
  .sponsor .head ul.nav {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.sponsor .head ul.nav li a {
  font-size: 18px;
  font-weight: 500;
  color: #CD0F1B;
  text-transform: uppercase;
  border-radius: 10px 10px 0 0;
  padding: 13px 22px 10px;
  background: #FFF2F4;
}
@media (max-width: 992px) {
  .sponsor .head ul.nav li a {
    font-size: 16px;
    padding: 8px 12px 6px;
  }
}
@media (max-width: 576px) {
  .sponsor .head ul.nav li a {
    font-size: 14px;
  }
}
.sponsor .head ul.nav li a.active {
  color: #FFF;
  background: #CD0F1B;
}
.sponsor .head ul.slide-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  .sponsor .head ul.slide-control {
    padding-bottom: 5px;
  }
}
.sponsor .head ul.slide-control .btn-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background: #FFF2F4;
}
@media (max-width: 992px) {
  .sponsor .head ul.slide-control .btn-arrow {
    width: 30px;
    height: 30px;
  }
}
.sponsor .head ul.slide-control .btn-arrow i {
  width: 8px;
  height: 12px;
}
.sponsor .head ul.slide-control .btn-arrow i:before {
  display: none;
}
.sponsor .head ul.slide-control .btn-arrow.btn-prev {
  margin-right: 8px;
}
.sponsor .head ul.slide-control .btn-arrow.btn-prev i {
  background: url("../../../../../resources/images/use/left.png") no-repeat;
  background-size: contain;
}
.sponsor .head ul.slide-control .btn-arrow.btn-next i {
  background: url("../../../../../resources/images/use/right.png") no-repeat;
  background-size: contain;
}
.sponsor .list_item {
  margin: 0 -36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 992px) {
  .sponsor .list_item {
    margin: 0 -15px;
  }
}
.sponsor .list_item > .banner_item {
  padding: 0 36px 50px;
}
@media (max-width: 992px) {
  .sponsor .list_item > .banner_item {
    padding: 0 15px 30px;
  }
}
.sponsor .list_item > .banner_item a {
  padding-top: 38.37%;
  position: relative;
  display: block;
}
.sponsor .list_item > .banner_item a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto !important;
  padding: 8px 20px;
}
@media (max-width: 992px) {
  .sponsor .list_item > .banner_item a img {
    padding: 5px;
  }
}
@media (min-width: 426px) {
  .sponsor .list_item > .banner_item {
    width: 33.3333333333%;
  }
  .sponsor .list_item > .banner_item:nth-child(3) ~ .banner_item {
    display: none;
  }
}
@media (min-width: 769px) {
  .sponsor .list_item > .banner_item {
    width: 25%;
  }
  .sponsor .list_item > .banner_item:nth-child(4) ~ .banner_item {
    display: none;
  }
}
@media (max-width: 425px) {
  .sponsor .list_item > .banner_item {
    width: 50%;
  }
  .sponsor .list_item > .banner_item:nth-child(2) ~ .banner_item {
    display: none;
  }
}
.sponsor .list_item .slick-slide > div:last-child .banner_item {
  padding-bottom: 0;
}
.sponsor .list_item .banner_item {
  padding: 0 36px 50px;
}
@media (max-width: 992px) {
  .sponsor .list_item .banner_item {
    padding: 0 15px 30px;
  }
}
.sponsor .list_item .banner_item a {
  padding-top: 38.37%;
  position: relative;
  display: block;
}
.sponsor .list_item .banner_item a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto !important;
  padding: 8px 20px;
}
@media (max-width: 992px) {
  .sponsor .list_item .banner_item a img {
    padding: 5px;
  }
}

.album_picture {
  margin-top: 30px;
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 992px) {
  .album_picture {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1310px) {
  .album_picture .container {
    max-width: 1310px;
  }
}
.album_picture .list_item {
  position: relative;
  margin-bottom: 0 !important;
}
.album_picture .list_item .slick-arrow {
  width: 50px;
  height: 50px;
  background: #FFF2F4;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  opacity: 1;
  z-index: 1;
  cursor: pointer;
}
.album_picture .list_item .slick-arrow i {
  color: #CD0F1B;
}
.album_picture .list_item .slick-arrow.prev-arrow {
  left: 15px;
}
.album_picture .list_item .slick-arrow.next-arrow {
  right: 15px;
}
.album_picture .list_item ul.slick-dots {
  position: unset;
  margin: 0 -4px;
  padding-top: 30px;
}
.album_picture .list_item ul.slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 4px 8px;
}
.album_picture .list_item ul.slick-dots li.slick-active button {
  opacity: 1;
}
.album_picture .list_item ul.slick-dots li button {
  width: 10px;
  height: 10px;
  background: #f95d80;
  border-radius: 50%;
  padding: 0;
  opacity: 0.4;
}
.album_picture .list_item ul.slick-dots li button:before {
  display: none;
}
.album_picture .slick-list {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
@media (max-width: 992px) {
  .album_picture .slick-list {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (max-width: 576px) {
  .album_picture .slick-list {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 375px) {
  .album_picture .slick-list {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
}
.album_picture .slick-list .slick-track {
  max-width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  -webkit-perspective: 100px;
          perspective: 100px;
}
.album_picture .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}
.album_picture .item a {
  position: relative;
}
.album_picture .slick-sprev2 {
  opacity: 0.4;
  -webkit-transform: translate3d(-20%, 0, -18px);
          transform: translate3d(-20%, 0, -18px);
}
.album_picture .slick-sprev {
  opacity: 0.4;
  -webkit-transform: translate3d(-10%, 0, -10px);
          transform: translate3d(-10%, 0, -10px);
}
@media (max-width: 992px) {
  .album_picture .slick-sprev {
    -webkit-transform: translate3d(-10%, 0, -12px);
            transform: translate3d(-10%, 0, -12px);
  }
}
@media (max-width: 768px) {
  .album_picture .slick-sprev {
    -webkit-transform: translate3d(-10%, 0, -11px);
            transform: translate3d(-10%, 0, -11px);
  }
}
.album_picture .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}
.album_picture .slick-snext {
  opacity: 0.4;
  -webkit-transform: translate3d(10%, 0, -10px);
          transform: translate3d(10%, 0, -10px);
  z-index: 1;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media (max-width: 992px) {
  .album_picture .slick-snext {
    -webkit-transform: translate3d(10%, 0, -12px);
            transform: translate3d(10%, 0, -12px);
  }
}
@media (max-width: 992px) {
  .album_picture .slick-snext {
    -webkit-transform: translate3d(10%, 0, -11px);
            transform: translate3d(10%, 0, -11px);
  }
}
.album_picture .slick-snext2 {
  opacity: 0.4;
  -webkit-transform: translate3d(20%, 0, -18px);
          transform: translate3d(20%, 0, -18px);
  z-index: 0;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.google_form {
  background: #FFF2F4;
  padding: 40px 0;
}
.google_form .content {
  font-weight: 500;
  color: #333333;
}
.google_form .content p {
  line-height: 24px;
}
.google_form .detail {
  padding-top: 20px;
  text-align: center;
}
.google_form .detail a {
  min-width: 140px;
  text-align: center;
  background: #f95d80;
  color: #FFF;
  padding: 8px 12px;
  border-radius: 4px;
}