.layout__sticky-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 52px;
  height: 52px;
  background: #64C9F3;
  border-radius: 100px;
  position: fixed;
  right: 40px;
  bottom: 100px;
  z-index: 9;
  flex-direction: column;
}
@media (max-width: 767px) {
  .layout__sticky-icon {
    right: 16px;
  }
}
.layout__sticky-icon .icon {
  display: flex;
}
.layout__menu-nav {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
  z-index: 9;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(82, 82, 82, 0.2);
  border-radius: 0px 10px 10px 0px;
}
.layout__menu-nav:hover .item .text {
  width: 226px;
}
@media (max-width: 1199px) {
  .layout__menu-nav {
    box-shadow: 0px 8px 20px rgba(63, 63, 63, 0.25);
    border-radius: 100px;
    left: auto;
    right: 40px;
    bottom: 21px;
    transform: none;
    height: 60px;
    top: auto;
    display: flex;
    overflow: hidden;
  }
  .layout__menu-nav.show .layout__mn-list {
    opacity: 1;
    visibility: visible;
    max-width: 283px;
  }
  .layout__menu-nav.show .icon-mob {
    background: #0A3F7F;
  }
  .layout__menu-nav.show .icon-mob .svg-w {
    fill: #fff;
  }
  .layout__menu-nav .icon-mob {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    outline: none;
  }
}
@media (max-width: 767px) {
  .layout__menu-nav {
    right: 16px;
  }
}
@media (max-width: 1199px) {
  .layout__menu-nav .layout__mn-list {
    overflow: hidden;
    height: 60px;
    display: flex;
    opacity: 0;
    visibility: hidden;
    max-width: 0px;
    transition: opacity 0.75s, visibility 0.75s, width 0.75s, all 0.75s;
  }
  .layout__menu-nav .layout__mn-list .item {
    width: 85px;
    flex-direction: column;
    padding: 0px 10px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #0A3F7F;
    height: 60px;
    justify-content: center;
    border-bottom: 0;
  }
  .layout__menu-nav .layout__mn-list .item .icon {
    margin-bottom: 4px;
    order: 0;
  }
  .layout__menu-nav .layout__mn-list .item .icon svg {
    width: 24px;
  }
  .layout__menu-nav .layout__mn-list .item .text {
    width: 100%;
    white-space: inherit;
    height: 24px;
    overflow: hidden;
  }
}
.layout__menu-nav .item {
  display: flex;
  padding: 16px;
  border-bottom: 1px solid #EAEAEA;
  width: 100%;
  justify-content: space-between;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.778rem;
  color: #434343;
  align-items: center;
  height: 76px;
}
@media (max-width: 1600px) {
  .layout__menu-nav .item {
    padding: 10px;
    height: 50px;
  }
}
.layout__menu-nav .item:last-child {
  border-bottom: 0;
}
.layout__menu-nav .item .icon {
  order: 1;
}
@media (max-width: 1600px) {
  .layout__menu-nav .item .icon svg {
    width: 30px;
  }
}
.layout__menu-nav .item .text {
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s;
}
.layout__viewmore .button {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .layout__viewmore .button {
    margin: 0;
  }
}
.layout__tab-page-content .content-main {
  display: none;
  opacity: 0;
  transition: opacity 0.45s linear;
}
.layout__tab-page-content .content-main.active {
  display: block;
}
.layout__tab-page-content .content-main.show {
  opacity: 1;
}

.content-main-child {
  display: none;
  opacity: 0;
  transition: opacity 0.45s linear;
}
.content-main-child.active {
  display: block;
}
.content-main-child.show {
  opacity: 1;
}

#back-to-top {
  display: none;
}
#back-to-top.show {
  display: block;
}

.section-mar {
  margin-bottom: 8.3333333333%;
}
@media (max-width: 991px) {
  .section-mar {
    margin-bottom: 8.072653885%;
  }
}
@media (max-width: 767px) {
  .section-mar {
    margin-bottom: 60px;
  }
}
.w-1408 .section-mar {
  margin-bottom: 11.3636363636%;
}
@media (max-width: 991px) {
  .w-1408 .section-mar {
    margin-bottom: 8.3420229406%;
  }
}
@media (max-width: 767px) {
  .w-1408 .section-mar {
    margin-bottom: 60px;
  }
}

.mb-32 {
  margin-bottom: 2rem;
}

.page-tab-nav, .page-tab-child {
  margin-bottom: 3.333rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-tab-nav, .page-tab-child {
    margin-bottom: 32px;
  }
  .page-tab-nav .w-1408, .page-tab-child .w-1408 {
    position: relative;
  }
}
.page-tab-nav .layout__tab-page, .page-tab-nav .page-tab-nav-child, .page-tab-child .layout__tab-page, .page-tab-child .page-tab-nav-child {
  background: #F7F7F7;
  border-radius: 8px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 8px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .page-tab-nav .layout__tab-page, .page-tab-nav .page-tab-nav-child, .page-tab-child .layout__tab-page, .page-tab-child .page-tab-nav-child {
    width: 100%;
    padding: 0;
  }
}
.page-tab-nav .layout__tab-page.tab-2 .item, .page-tab-nav .page-tab-nav-child.tab-2 .item, .page-tab-child .layout__tab-page.tab-2 .item, .page-tab-child .page-tab-nav-child.tab-2 .item {
  text-align: center;
  padding: 0.444rem 1.667rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.222rem;
  text-align: center;
  width: 50%;
  min-width: 452px;
}
@media (max-width: 991px) {
  .page-tab-nav .layout__tab-page.tab-2 .item, .page-tab-nav .page-tab-nav-child.tab-2 .item, .page-tab-child .layout__tab-page.tab-2 .item, .page-tab-child .page-tab-nav-child.tab-2 .item {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  .page-tab-nav .layout__tab-page.tab-2 .item, .page-tab-nav .page-tab-nav-child.tab-2 .item, .page-tab-child .layout__tab-page.tab-2 .item, .page-tab-child .page-tab-nav-child.tab-2 .item {
    width: 100% !important;
    display: none;
    font-size: 18px;
    line-height: 24px;
    padding: 0.444rem 36px;
  }
}
.page-tab-nav .layout__tab-page.tab-2 .item.active, .page-tab-nav .page-tab-nav-child.tab-2 .item.active, .page-tab-child .layout__tab-page.tab-2 .item.active, .page-tab-child .page-tab-nav-child.tab-2 .item.active {
  background: linear-gradient(119.53deg, #25B6F2 12.51%, #018BD9 90.56%);
  border-radius: 5px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .page-tab-nav .layout__tab-page.tab-2 .item.active, .page-tab-nav .page-tab-nav-child.tab-2 .item.active, .page-tab-child .layout__tab-page.tab-2 .item.active, .page-tab-child .page-tab-nav-child.tab-2 .item.active {
    display: block;
  }
}
.page-tab-nav .layout__tab-page.tab-3 .item, .page-tab-nav .page-tab-nav-child.tab-3 .item, .page-tab-child .layout__tab-page.tab-3 .item, .page-tab-child .page-tab-nav-child.tab-3 .item {
  text-align: center;
  padding: 0.444rem 1.667rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.222rem;
  text-align: center;
  width: 33.33%;
}
@media (max-width: 991px) {
  .page-tab-nav .layout__tab-page.tab-3 .item, .page-tab-nav .page-tab-nav-child.tab-3 .item, .page-tab-child .layout__tab-page.tab-3 .item, .page-tab-child .page-tab-nav-child.tab-3 .item {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  .page-tab-nav .layout__tab-page.tab-3 .item, .page-tab-nav .page-tab-nav-child.tab-3 .item, .page-tab-child .layout__tab-page.tab-3 .item, .page-tab-child .page-tab-nav-child.tab-3 .item {
    width: 100% !important;
    display: none;
    font-size: 18px;
    line-height: 24px;
  }
}
.page-tab-nav .layout__tab-page.tab-3 .item.active, .page-tab-nav .page-tab-nav-child.tab-3 .item.active, .page-tab-child .layout__tab-page.tab-3 .item.active, .page-tab-child .page-tab-nav-child.tab-3 .item.active {
  background: linear-gradient(119.53deg, #25B6F2 12.51%, #018BD9 90.56%);
  border-radius: 5px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .page-tab-nav .layout__tab-page.tab-3 .item.active, .page-tab-nav .page-tab-nav-child.tab-3 .item.active, .page-tab-child .layout__tab-page.tab-3 .item.active, .page-tab-child .page-tab-nav-child.tab-3 .item.active {
    display: block;
  }
}
.page-tab-nav .layout__tab-page.tab-4 .item, .page-tab-nav .page-tab-nav-child.tab-4 .item, .page-tab-child .layout__tab-page.tab-4 .item, .page-tab-child .page-tab-nav-child.tab-4 .item {
  text-align: center;
  padding: 0.444rem 1.667rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.222rem;
  text-align: center;
  width: 25%;
  min-width: 300px;
}
@media (max-width: 1499px) {
  .page-tab-nav .layout__tab-page.tab-4 .item, .page-tab-nav .page-tab-nav-child.tab-4 .item, .page-tab-child .layout__tab-page.tab-4 .item, .page-tab-child .page-tab-nav-child.tab-4 .item {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  .page-tab-nav .layout__tab-page.tab-4 .item, .page-tab-nav .page-tab-nav-child.tab-4 .item, .page-tab-child .layout__tab-page.tab-4 .item, .page-tab-child .page-tab-nav-child.tab-4 .item {
    width: 100% !important;
    display: none;
    font-size: 18px;
    line-height: 24px;
  }
}
.page-tab-nav .layout__tab-page.tab-4 .item.active, .page-tab-nav .page-tab-nav-child.tab-4 .item.active, .page-tab-child .layout__tab-page.tab-4 .item.active, .page-tab-child .page-tab-nav-child.tab-4 .item.active {
  background: linear-gradient(119.53deg, #25B6F2 12.51%, #018BD9 90.56%);
  border-radius: 5px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .page-tab-nav .layout__tab-page.tab-4 .item.active, .page-tab-nav .page-tab-nav-child.tab-4 .item.active, .page-tab-child .layout__tab-page.tab-4 .item.active, .page-tab-child .page-tab-nav-child.tab-4 .item.active {
    display: block;
  }
}
.page-tab-nav .prev-tab, .page-tab-child .prev-tab {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.page-tab-nav .prev-tab.disable-tab, .page-tab-child .prev-tab.disable-tab {
  opacity: 0;
}
.page-tab-nav .next-tab, .page-tab-child .next-tab {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.page-tab-nav .next-tab.disable-tab, .page-tab-child .next-tab.disable-tab {
  opacity: 0;
}

.modal-search .middle .submit-search, .search-container .middle .submit-search {
  top: 50%;
  transform: translateY(-50%);
  right: 1.278rem;
  position: absolute;
}
.modal-search .middle .submit-search svg, .search-container .middle .submit-search svg {
  top: auto;
  transform: none;
  right: auto;
}

.about-section-5 .news-slider-container {
  display: block;
}

.item-loading .news-avatar, .item-loading .box-title, .item-loading .box-location, .item-loading .box-bottom, .item-loading .news-category, .item-loading .news-title, .item-loading .sapo, .item-loading .news-date {
  position: relative;
  overflow: hidden;
}
.item-loading .news-avatar:after, .item-loading .box-title:after, .item-loading .box-location:after, .item-loading .box-bottom:after, .item-loading .news-category:after, .item-loading .news-title:after, .item-loading .sapo:after, .item-loading .news-date:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #f9f9f9 !important;
  z-index: 1;
  opacity: 1 !important;
  top: 0;
  height: 100% !important;
  width: 100% !important;
}
.item-loading .news-avatar:before, .item-loading .box-title:before, .item-loading .box-location:before, .item-loading .box-bottom:before, .item-loading .news-category:before, .item-loading .news-title:before, .item-loading .sapo:before, .item-loading .news-date:before {
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, transparent 0%, #E8E8E8 50%, transparent 100%);
  animation: load 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  z-index: 2;
}
.item-loading .box-news-horizon-text .headline-1 {
  position: relative;
  overflow: hidden;
}
.item-loading .box-news-horizon-text .headline-1:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #f9f9f9;
  z-index: 1;
}
.item-loading .box-news-horizon-text .headline-1:before {
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, transparent 0%, #E8E8E8 50%, transparent 100%);
  animation: load 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  z-index: 2;
}
.item-loading .box-news-horizon-text p {
  position: relative;
  overflow: hidden;
}
.item-loading .box-news-horizon-text p:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #f9f9f9;
  z-index: 1;
}
.item-loading .box-news-horizon-text p:before {
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, transparent 0%, #E8E8E8 50%, transparent 100%);
  animation: load 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  z-index: 2;
}

.tldhcd-detail-content .detail-title {
  font-weight: 500;
  font-size: 1.222rem;
  line-height: 1.889rem;
  text-align: justify;
  color: #434343;
  padding-bottom: 1.778rem;
  border-bottom: 1px solid #BABABA;
  margin-bottom: 1.778rem;
}
@media (max-width: 767px) {
  .tldhcd-detail-content .detail-title {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.tldhcd-detail-content .detail-content {
  font-size: 1rem;
  line-height: 1.778rem;
  text-align: justify;
  color: #434343;
}
@media (max-width: 767px) {
  .tldhcd-detail-content .detail-content {
    font-size: 14px;
    line-height: 24px;
  }
}

@keyframes load {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
[data-role=content] .VCSortableInPreviewMode[type=Photo] a {
  margin: 0 auto;
}

[data-role=content] .VCSortableInPreviewMode .PhotoCMS_Caption, [data-role=content] .VCSortableInPreviewMode .VideoCMS_Caption {
  background: 0 !important;
  width: 100%;
  text-align: center;
  font-style: italic;
}

@font-face {
  font-family: "Dancing Script";
  src: url("https://static.mediacdn.vn/napas/fonts/DancingScript-Regular.eot");
  src: url("https://static.mediacdn.vn/napas/fonts/DancingScript-Regular.eot?#iefix") format("embedded-opentype"), url("https://static.mediacdn.vn/napas/fonts/DancingScript-Regular.woff2") format("woff2"), url("https://static.mediacdn.vn/napas/fonts/DancingScript-Regular.woff") format("woff"), url("https://static.mediacdn.vn/napas/fonts/DancingScript-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.section__banner {
  position: relative;
  margin-bottom: 3.125%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section__banner {
    margin-bottom: 1.778rem;
  }
}
.section__banner.section-fillter {
  overflow: inherit;
}
.section__banner.banner-c3:before {
  display: none;
}
.section__banner.banner-c3 .section__b-lauout {
  aspect-ratio: 1408/500;
}
@media (max-width: 767px) {
  .section__banner.banner-c3 .section__b-lauout {
    aspect-ratio: 375/250;
    padding: 1.778rem 0px;
  }
}
.section__banner.banner-c4:before {
  background: linear-gradient(180deg, rgba(67, 67, 67, 0) 0%, #434343 100%);
  mix-blend-mode: multiply;
  opacity: 0.8;
  height: 50%;
  bottom: 0;
  top: auto;
}
.section__banner.banner-c4 .section__b-lauout {
  aspect-ratio: 1408/800;
  height: auto;
}
@media (max-width: 767px) {
  .section__banner.banner-c4 .section__b-lauout {
    aspect-ratio: 375/250;
    padding: 1.778rem 0px;
  }
}
.section__banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #434343;
  mix-blend-mode: multiply;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
}
.section__banner-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section__b-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-name: customZoomCover;
}
.section__b-lauout {
  aspect-ratio: 1408/500;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 4.2613636364% 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .section__b-lauout {
    padding: 1.778rem 0px;
    min-height: 250px;
    aspect-ratio: auto;
  }
}
.section__b-lauout .flex-selector {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .section__b-lauout .flex-selector {
    display: block;
  }
}
.section__b-lauout .role {
  font-weight: 500;
  font-size: 1.111rem;
  line-height: 1.667rem;
  color: #fff;
}
.section__b-lauout .section__b-title {
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  text-transform: uppercase;
  max-width: 1050px;
}
.section__ctn-a-flex {
  display: flex;
  flex-wrap: wrap;
}
.section__ctn-a-content {
  flex: 1;
}
@media (max-width: 767px) {
  .section__ctn-a-content {
    width: 100%;
    flex: unset;
  }
}
.section__ctn-a-image {
  flex: 1;
  margin-left: 1.778rem;
}
@media (max-width: 767px) {
  .section__ctn-a-image {
    width: 100%;
    margin-left: 0;
    flex: unset;
  }
}
.section__title {
  color: #0b3f7e;
  margin-bottom: 0.444rem;
}
.section__ctn-a-sapo {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.778rem;
  margin-bottom: 2.222rem;
  color: #434343;
}
@media (max-width: 767px) {
  .section__ctn-a-sapo {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 34px;
  }
}
.section__ctn-a-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section__ctn-a-list .box {
  width: calc(50% - 16px);
}
@media (max-width: 767px) {
  .section__ctn-a-list .box {
    margin-bottom: 1.778rem;
  }
}
@media (max-width: 575px) {
  .section__ctn-a-list .box {
    width: 100%;
  }
}
.section__ctn-a-list .box .title {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #009bda;
  border-bottom: 1px solid #64c9f3;
  font-size: 1rem;
  line-height: 1.222rem;
  padding-bottom: 0.722rem;
  margin-bottom: 0.444rem;
}
@media (max-width: 991px) {
  .section__ctn-a-list .box .title {
    font-size: 15px;
    line-height: 20px;
  }
}
.section__ctn-a-list .box .title .icon {
  width: 1.333rem;
  margin-right: 0.778rem;
}
.section__ctn-a-list .box .list .text {
  font-weight: 500;
  color: #434343;
  position: relative;
  font-size: 1rem;
  line-height: 1.222rem;
  margin-bottom: 0.889rem;
  padding-left: 1.111rem;
}
@media (max-width: 991px) {
  .section__ctn-a-list .box .list .text {
    font-size: 15px;
    line-height: 20px;
  }
}
.section__ctn-a-list .box .list .text:last-child {
  margin-bottom: 0;
}
.section__ctn-a-list .box .list .text:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #434343;
  position: absolute;
  left: 4px;
  top: 8px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .section__ctn-a-list .box .list .text:before {
    top: 6px;
  }
}
.section__ctn-a-character .list .item {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #434343;
  border-bottom: 1px solid #bababa;
  width: 100%;
  padding: 0.667rem 0;
  font-size: 1rem;
  line-height: 1.778rem;
}
@media (max-width: 991px) {
  .section__ctn-a-character .list .item {
    font-size: 14px;
    line-height: 24px;
  }
}
.section__ctn-a-character .list .item .icon {
  margin-right: 1.167rem;
}
@media (max-width: 991px) {
  .section__ctn-a-character .list .item .icon {
    font-size: 14px;
    line-height: 24px;
    margin-right: 12px;
  }
  .section__ctn-a-character .list .item .icon svg {
    width: 24px;
  }
}
.section__ctn-difference {
  background: #eaeaea;
  padding: 3.333rem 0;
}
@media (max-width: 767px) {
  .section__ctn-difference {
    padding: 1.778rem 0;
  }
}
.section__ctn-difference .title-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .section__ctn-difference .title-section {
    margin-bottom: 1.778rem;
  }
}
.section__ctn-difference .title-section .text {
  color: #0b3f7e;
}
.section__ctn-difference .title-section .swiper-controll {
  display: flex;
  align-items: center;
}
.section__ctn-difference .title-section .swiper-controll .section-difference-next {
  margin-left: 16px;
  cursor: pointer;
}
.section__ctn-difference .title-section .swiper-controll .section-difference-next:hover svg {
  background: #0093cf;
  border-radius: 50%;
}
.section__ctn-difference .title-section .swiper-controll .section-difference-next:hover svg path {
  fill: #fff;
}
.section__ctn-difference .title-section .swiper-controll .section-difference-next:hover svg rect {
  stroke: #0093cf;
}
.section__ctn-difference .title-section .swiper-controll .section-difference-prev {
  cursor: pointer;
}
.section__ctn-difference .title-section .swiper-controll .section-difference-prev:hover svg {
  background: #0093cf;
  border-radius: 50%;
}
.section__ctn-difference .title-section .swiper-controll .section-difference-prev:hover svg path {
  fill: #fff;
}
.section__ctn-difference .title-section .swiper-controll .section-difference-prev:hover svg rect {
  stroke: #0093cf;
}
@media (max-width: 767px) {
  .section__ctn-difference .title-section .swiper-controll svg {
    width: 32px;
  }
}
.section__ctn-difference .swiper-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .section__ctn-d-content .swiper-slide {
    width: 11.778rem;
  }
}
.section__ctn-d-content .box-item {
  text-align: center;
}
.section__ctn-d-content .box-item .icon {
  display: inline-flex;
  width: 4.889rem;
  height: 4.889rem;
  background: #ffffff;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.222rem;
  /*img {
      max-width: 36px;
      height: auto;
      max-height: 36px;
      width: auto;
  }*/
}
@media (max-width: 767px) {
  .section__ctn-d-content .box-item .icon {
    width: 72px;
    height: 72px;
    margin-bottom: 16px;
  }
}
.section__ctn-d-content .box-item .text {
  font-weight: 400;
  text-align: center;
  color: #434343;
  font-size: 1rem;
  line-height: 1.778rem;
}
@media (max-width: 767px) {
  .section__ctn-d-content .box-item .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.section__ctn-procedure .section__title {
  margin-bottom: 1.778rem;
}
@media (max-width: 767px) {
  .section__ctn-procedure .section__title {
    margin-bottom: 16px;
  }
}
.section__ctn-p-content .table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  counter-reset: section;
}
@media (max-width: 767px) {
  .section__ctn-p-content .table {
    border: 1px solid #f0f0f0;
  }
}
.section__ctn-p-content .table .table-row {
  display: table-row;
}
@media (max-width: 767px) {
  .section__ctn-p-content .table .table-row {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px;
  }
}
.section__ctn-p-content .table .table-row.bg {
  background: #009bda;
  text-align: center;
}
@media (max-width: 767px) {
  .section__ctn-p-content .table .table-row.bg {
    display: none;
  }
}
.section__ctn-p-content .table .table-row.bg .table-head {
  color: #ffffff;
  font-family: Helvetica Neue;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding: 10px 24px;
}
@media (max-width: 1490px) {
  .section__ctn-p-content .table .table-row.bg .table-head {
    font-size: 15px;
    line-height: 29px;
    padding: 10px 15px;
  }
}
.section__ctn-p-content .table .table-row .table-head {
  display: table-cell;
  border: #f0f0f0 1px solid;
  color: #000000;
  font-family: Helvetica Neue;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding: 10px 24px;
}
@media (max-width: 1490px) {
  .section__ctn-p-content .table .table-row .table-head {
    font-size: 15px;
    line-height: 29px;
    padding: 10px 15px;
  }
}
.section__ctn-p-content .table .table-row .table-cell {
  display: table-cell;
  border: #f0f0f0 1px solid;
  color: #000000;
  font-family: Helvetica Neue;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding: 10px 24px;
}
@media (max-width: 1490px) {
  .section__ctn-p-content .table .table-row .table-cell {
    font-size: 15px;
    line-height: 29px;
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .section__ctn-p-content .table .table-row .table-cell {
    padding: 0;
    display: block;
    border: none;
    text-align: start !important;
    padding-bottom: 4px;
  }
  .section__ctn-p-content .table .table-row .table-cell:last-child {
    padding-bottom: 0;
  }
  .section__ctn-p-content .table .table-row .table-cell.stt:before {
    content: "No. :";
    text-align: start;
    margin-right: 8px;
  }
  .section__ctn-p-content .table .table-row .table-cell:before {
    content: "Country:";
    font-weight: 900;
    margin-right: 8px;
  }
  .section__ctn-p-content .table .table-row .table-cell:nth-child(3):before {
    content: "Partner :";
  }
  .section__ctn-p-content .table .table-row .table-cell:nth-child(4):before {
    content: "Issuing members :";
  }
  .section__ctn-p-content .table .table-row .table-cell:nth-child(5):before {
    content: "Applicable Card type :";
  }
  .section__ctn-p-content .table .table-row .table-cell:nth-child(6):before {
    content: "Acceptance points :";
  }
  .section__ctn-p-content .table .table-row .table-cell:nth-child(7):before {
    content: "Status :";
  }
}
.section__ctn-p-content .table .table-row .stt {
  text-align: center;
}
.section__ctn-p-content .table .table-row .stt::after {
  counter-increment: section;
  content: "" counter(section);
  font-family: Helvetica Neue;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
}
.section__ctn-p-content .table2 {
  border: 1px solid #f0f0f0;
  counter-reset: section;
}
.section__ctn-p-content .table2 .table-top-flex {
  display: flex;
  background: #009bda;
}
.section__ctn-p-content .table2 .table-top-flex .table-stt {
  color: #ffffff;
  font-family: Helvetica Neue;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding: 10px 24px;
  width: 10%;
  text-align: center;
  border-right: 1px solid #f0f0f0;
}
@media (max-width: 767px) {
  .section__ctn-p-content .table2 .table-top-flex .table-stt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
  }
}
@media (max-width: 575px) {
  .section__ctn-p-content .table2 .table-top-flex .table-stt {
    width: 10%;
  }
}
.section__ctn-p-content .table2 .table-top-flex .table-head {
  color: #ffffff;
  font-family: Helvetica Neue;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding: 10px 24px;
  width: 20%;
  text-align: center;
  border-right: 1px solid #f0f0f0;
}
@media (max-width: 767px) {
  .section__ctn-p-content .table2 .table-top-flex .table-head {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .section__ctn-p-content .table2 .table-top-flex .table-head {
    width: 30%;
  }
}
@media (max-width: 450px) {
  .section__ctn-p-content .table2 .table-top-flex .table-head {
    width: 45%;
    padding: 5px 5px;
  }
}
.section__ctn-p-content .table2 .table-top-flex .table-head:nth-child(3) {
  width: 70%;
  border-right: 0;
}
@media (max-width: 767px) {
  .section__ctn-p-content .table2 .table-top-flex .table-head:nth-child(3) {
    width: 33%;
  }
}
@media (max-width: 575px) {
  .section__ctn-p-content .table2 .table-top-flex .table-head:nth-child(3) {
    width: 60%;
  }
}
.section__ctn-p-content .table2 .table-body {
  display: flex;
}
.section__ctn-p-content .table2 .table-body .table-left {
  width: 30%;
}
@media (max-width: 767px) {
  .section__ctn-p-content .table2 .table-body .table-left {
    width: 66%;
  }
}
@media (max-width: 575px) {
  .section__ctn-p-content .table2 .table-body .table-left {
    width: 40%;
  }
}
@media (max-width: 450px) {
  .section__ctn-p-content .table2 .table-body .table-left {
    width: 50%;
  }
}
@media (max-width: 385px) {
  .section__ctn-p-content .table2 .table-body .table-left {
    width: 51%;
  }
}
.section__ctn-p-content .table2 .table-body .table-left .item {
  display: flex;
  border-bottom: 1px solid #f0f0f0;
}
.section__ctn-p-content .table2 .table-body .table-left .item:last-child {
  border-bottom: 0;
}
.section__ctn-p-content .table2 .table-body .table-left .item .table-no {
  padding: 10px 24px;
  width: 33%;
  text-align: center;
  border-right: 1px solid #f0f0f0;
}
.section__ctn-p-content .table2 .table-body .table-left .item .table-no::after {
  counter-increment: section;
  content: "" counter(section);
  font-family: Helvetica Neue;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
}
@media (max-width: 767px) {
  .section__ctn-p-content .table2 .table-body .table-left .item .table-no {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .section__ctn-p-content .table2 .table-body .table-left .item .table-no {
    width: 0%;
  }
}
.section__ctn-p-content .table2 .table-body .table-left .item .table-name {
  color: #000000;
  font-family: Helvetica Neue;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding: 10px 24px;
  width: 67%;
  text-align: center;
  border-right: 1px solid #f0f0f0;
}
@media (max-width: 767px) {
  .section__ctn-p-content .table2 .table-body .table-left .item .table-name {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .section__ctn-p-content .table2 .table-body .table-left .item .table-name {
    width: 0%;
    flex: 1;
    padding: 5px 5px;
  }
}
.section__ctn-p-content .table2 .table-body .table-right {
  width: 70%;
}
@media (max-width: 767px) {
  .section__ctn-p-content .table2 .table-body .table-right {
    width: 33%;
  }
}
@media (max-width: 575px) {
  .section__ctn-p-content .table2 .table-body .table-right {
    width: 60%;
  }
}
@media (max-width: 450px) {
  .section__ctn-p-content .table2 .table-body .table-right {
    width: 50%;
  }
}
@media (max-width: 385px) {
  .section__ctn-p-content .table2 .table-body .table-right {
    width: 49%;
  }
}
.section__ctn-p-content .table2 .table-body .table-right .item {
  color: #000000;
  font-family: Helvetica Neue;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding: 10px 24px;
}
@media (max-width: 767px) {
  .section__ctn-p-content .table2 .table-body .table-right .item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.section__ctn-partner .partner-tab {
  display: flex;
  margin-top: 1.889rem;
}
@media (max-width: 767px) {
  .section__ctn-partner .partner-tab {
    margin-top: 16px;
  }
}
.section__ctn-partner .partner-tab .item {
  font-weight: 500;
  font-size: 1.222rem;
  line-height: 1.889rem;
  color: #bababa;
  margin-right: 1.778rem;
}
@media (max-width: 767px) {
  .section__ctn-partner .partner-tab .item {
    font-size: 15px;
    line-height: 20px;
  }
}
.section__ctn-partner .partner-tab .item.active, .section__ctn-partner .partner-tab .item:hover {
  color: #434343;
}
.section__ctn-partner-content .tab-content {
  display: none;
  opacity: 0;
  transition: 0.5s;
}
.section__ctn-partner-content .tab-content.active {
  display: block;
}
.section__ctn-partner-content .tab-content.show {
  opacity: 1;
}
.section__ctn-partner-content .list {
  display: flex;
  flex-wrap: wrap;
}
.section__ctn-partner-content .list .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(20% - 2.222rem);
  margin-right: 2.778rem;
  margin-top: 1.778rem;
  background: #ffffff;
  border: 1px solid #bababa;
  border-radius: 8px;
  padding: 0.889rem;
  aspect-ratio: 215/112;
  overflow: hidden;
  /*@media (max-width: 991px) {
      margin-right: 16px;
      width: calc(25% - 12.8px);
      margin-top: 24px;
      padding: 8px;

      &:nth-child(1) {
          margin-top: 16px;
      }

      &:nth-child(2) {
          margin-top: 16px;
      }

      &:nth-child(3) {
          margin-top: 16px;
      }

      &:nth-child(4) {
          margin-top: 16px;
      }
  }*/
}
@media (max-width: 1499px) {
  .section__ctn-partner-content .list .item {
    margin-right: 40px;
    width: calc(20% - 32px);
  }
}
@media (max-width: 1199px) {
  .section__ctn-partner-content .list .item {
    height: auto;
    margin-right: 30px;
    width: calc(20% - 24px);
  }
}
@media (max-width: 767px) {
  .section__ctn-partner-content .list .item {
    margin-right: 21.5px;
    width: calc(33.33% - 14.33px);
    margin-top: 24px;
  }
  .section__ctn-partner-content .list .item:nth-child(1) {
    margin-top: 16px;
  }
  .section__ctn-partner-content .list .item:nth-child(2) {
    margin-top: 16px;
  }
  .section__ctn-partner-content .list .item:nth-child(3) {
    margin-top: 16px;
  }
}
.section__ctn-partner-content .list .item:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .section__ctn-partner-content .list .item:nth-child(5n) {
    margin-right: 21.5px;
  }
}
@media (max-width: 767px) {
  .section__ctn-partner-content .list .item:nth-child(4n) {
    margin-right: 21.5px;
  }
}
@media (max-width: 767px) {
  .section__ctn-partner-content .list .item:nth-child(3n) {
    margin-right: 0;
  }
}
.section__ctn-partner-content .list .item img {
  width: auto;
  max-height: 100%;
}
.section__cmnh-deploy .section__title {
  margin-bottom: 1.778rem;
}
.section__cmnh-deploy-content .list {
  display: flex;
  flex-wrap: wrap;
}
.section__cmnh-deploy-content .list .item {
  width: calc(33.33% - 22px);
  margin-right: 1.833rem;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  flex: 1;
  max-height: 370px;
}
@media (max-width: 991px) {
  .section__cmnh-deploy-content .list .item {
    width: calc(33.33% - 5px);
    margin-right: 7px;
  }
}
@media (max-width: 575px) {
  .section__cmnh-deploy-content .list .item {
    width: 100%;
    margin-bottom: 16px;
    height: 250px;
    flex: auto;
  }
}
.section__cmnh-deploy-content .list .item:hover img {
  transform: scale(1.3);
}
.section__cmnh-deploy-content .list .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.section__cmnh-deploy-content .list .item:nth-child(3n) {
  margin-right: 0;
}
.section__cmnh-deploy-content .list .item:before {
  background: #434343;
  mix-blend-mode: multiply;
  opacity: 0.8;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.section__cmnh-deploy-content .list .item .item-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  padding: 1.333rem;
  align-items: center;
}
@media (max-width: 991px) {
  .section__cmnh-deploy-content .list .item .item-cover {
    padding: 16px;
  }
}
.section__cmnh-deploy-content .list .item .item-cover .item-content {
  z-index: 2;
  color: #fff;
}
.section__cmnh-deploy-content .list .item .item-cover .item-content .stt {
  font-weight: 700;
  font-size: 2.111rem;
  line-height: 2.889rem;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 991px) {
  .section__cmnh-deploy-content .list .item .item-cover .item-content .stt {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .section__cmnh-deploy-content .list .item .item-cover .item-content .stt {
    font-size: 19px;
    line-height: 24px;
  }
}
.section__cmnh-deploy-content .list .item .item-cover .item-content .name {
  font-weight: 500;
  font-size: 1.222rem;
  line-height: 1.889rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .section__cmnh-deploy-content .list .item .item-cover .item-content .name {
    font-size: 1rem;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .section__cmnh-deploy-content .list .item .item-cover .item-content .name {
    font-size: 15px;
    line-height: 20px;
  }
}
.section__cmnh-deploy-content .list .item .item-cover .view-more {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.778rem;
  text-align: right;
  color: #ffffff;
  opacity: 0.5;
  position: absolute;
  bottom: 1.333rem;
  left: 1.333rem;
}
@media (max-width: 1199px) {
  .section__cmnh-deploy-content .list .item .item-cover .view-more {
    bottom: 16px;
  }
}
@media (max-width: 991px) {
  .section__cmnh-deploy-content .list .item .item-cover .view-more {
    left: 16px;
  }
}
@media (max-width: 767px) {
  .section__cmnh-deploy-content .list .item .item-cover .view-more {
    font-size: 14px;
    line-height: 24px;
    opacity: 1;
  }
}
.section__cmnd-atm .section__title {
  margin-bottom: 1.778rem;
}
.section__cmnd-atm .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section__cmnd-atm .list .item-box {
  position: relative;
  width: calc(50% - 16px);
  padding: 2.222rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section__cmnd-atm .list .item-box {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .section__cmnd-atm .list .item-box {
    width: calc(50% - 8px);
  }
}
@media (max-width: 575px) {
  .section__cmnd-atm .list .item-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.section__cmnd-atm .list .item-box:last-child:before {
  background: rgba(0, 155, 219, 0.8);
}
.section__cmnd-atm .list .item-box:before {
  background: rgba(11, 63, 126, 0.8);
  mix-blend-mode: normal;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section__cmnd-atm .list .item-box .item-box-bg {
  z-index: 2;
  position: relative;
}
.section__cmnd-atm .list .item-box .title-box {
  font-weight: 500;
  font-size: 1.556rem;
  line-height: 2.333rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .section__cmnd-atm .list .item-box .title-box {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .section__cmnd-atm .list .item-box .title-box {
    font-size: 15px;
    line-height: 20px;
  }
}
.section__cmnd-atm .list .item-box .list-content .item {
  padding: 0.889rem 0;
  border-bottom: 1px solid #bababa;
  display: flex;
  font-size: 1rem;
  line-height: 1.778rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .section__cmnd-atm .list .item-box .list-content .item {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .section__cmnd-atm .list .item-box .list-content .item {
    font-size: 14px;
    line-height: 24px;
  }
}
.section__cmnd-atm .list .item-box .list-content .item .icon {
  display: flex;
  margin-right: 1.313rem;
  width: 1.778rem;
}
@media (max-width: 767px) {
  .section__cmnd-atm .list .item-box .list-content .item .icon {
    width: 24px;
    margin-right: 12px;
  }
}
.section__ctt-r-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section__ctt-r-flex.multi .box-item {
  margin-bottom: 1.778rem;
}
@media (max-width: 575px) {
  .section__ctt-r-flex.multi .box-item {
    margin-bottom: 16px;
  }
}
.section__ctt-r-flex.multi .box-item:first-child .title:before {
  background: #a6ce39;
}
.section__ctt-r-flex.multi .box-item:nth-child(2) .title:before {
  background: #0b3f7e;
  opacity: 0.6;
}
.section__ctt-r-flex.multi .box-item:nth-child(3) .title:before {
  background: #009bda;
}
.section__ctt-r-flex.multi .box-item:last-child .title:before {
  background: #836695;
}
.section__ctt-r-flex .box-item {
  width: calc(50% - 0.944rem);
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section__ctt-r-flex .box-item {
    width: calc(50% - 6px);
  }
}
@media (max-width: 575px) {
  .section__ctt-r-flex .box-item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.section__ctt-r-flex .box-item:last-child .title:before {
  background: #0b3f7e;
}
.section__ctt-r-flex .box-item.show .title .content-title .icon {
  transform: rotate(180deg);
}
.section__ctt-r-flex .box-item .title {
  aspect-ratio: 688/250;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.889rem;
}
@media (max-width: 767px) {
  .section__ctt-r-flex .box-item .title {
    min-height: 150px;
    aspect-ratio: auto;
  }
}
.section__ctt-r-flex .box-item .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #009bda;
  opacity: 0.8;
  z-index: 2;
}
.section__ctt-r-flex .box-item .title .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section__ctt-r-flex .box-item .title .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__ctt-r-flex .box-item .title .content-title {
  display: flex;
  font-weight: 500;
  font-size: 1.556rem;
  line-height: 2.333rem;
  text-align: center;
  color: #ffffff;
  max-width: 390px;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .section__ctt-r-flex .box-item .title .content-title {
    font-size: 20px;
    line-height: 1.778rem;
  }
}
@media (max-width: 767px) {
  .section__ctt-r-flex .box-item .title .content-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.section__ctt-r-flex .box-item .title .content-title .icon {
  margin-left: 25px;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .section__ctt-r-flex .box-item .title .content-title .icon {
    margin-left: 22px;
  }
  .section__ctt-r-flex .box-item .title .content-title .icon svg {
    width: 11px;
  }
}
.section__ctt-r-flex .box-item .content-col {
  padding: 1.333rem;
  display: none;
  border: 1px solid #bababa;
  border-radius: 0px 0px 8px 8px;
}
@media (max-width: 991px) {
  .section__ctt-r-flex .box-item .content-col {
    padding: 16px;
  }
}
.section__ctt-r-flex .box-item .content-col .list .item {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.778rem;
  color: #434343;
  position: relative;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .section__ctt-r-flex .box-item .content-col .list .item {
    font-size: 14px;
    line-height: 20px;
  }
}
.section__ctt-r-flex .box-item .content-col .list .item:before {
  width: 4px;
  height: 4px;
  content: "";
  position: absolute;
  left: 0;
  top: 0.778rem;
  background: #434343;
  border-radius: 50%;
}
.section__ctn-document .title-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.section__ctn-document .title-section .text {
  color: #0b3f7e;
}
.section__ctn-document .list .item {
  border-bottom: 1px solid #bababa;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1.333rem 0;
  font-size: 1rem;
  line-height: 1.778rem;
  color: #434343;
  align-items: center;
}
@media (max-width: 767px) {
  .section__ctn-document .list .item {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
  }
}
.section__ctn-document .list .item .text {
  flex: 1;
}
.section__ctn-document .list .item .go-detail {
  font-weight: 400;
  font-size: 1rem;
  line-height: 2.222rem;
  text-align: right;
  text-decoration-line: underline;
  color: #009bda;
  margin-left: 40px;
  width: 135px;
}
@media (max-width: 767px) {
  .section__ctn-document .list .item .go-detail {
    font-size: 14px;
    line-height: 24px;
    margin-left: 20px;
    width: 80px;
  }
}
@media (max-width: 767px) {
  .section__select-date-box {
    margin-top: 8px;
    display: inline-flex;
  }
}
.section__select-date-box.show {
  background: #ffffff;
  box-shadow: 0px 5px 12px rgba(77, 77, 77, 0.18);
}
.section__select-date-box.show .title-select {
  color: #434343;
}
.section__select-date-box.show .title-select .icon {
  transform: rotate(180deg);
}
.section__select-date-box.show .title-select .icon svg path {
  fill: #434343;
}
.section__select-date-box.show .section__select-date-list {
  max-height: 250px;
}
.section__select-date-box .title-select {
  font-weight: 500;
  font-size: 1.222rem;
  line-height: 1.889rem;
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 175px;
  padding: 0.444rem 0.889rem;
}
@media (max-width: 767px) {
  .section__select-date-box .title-select {
    font-size: 15px;
    line-height: 20px;
    width: 130px;
  }
}
.section__select-date-box .title-select .icon {
  margin-left: 10px;
  transition: all 0.3s;
}
.section__select-date-list {
  top: 100%;
  left: 0;
  width: 175px;
  background: #fff;
  padding: 0 0.889rem;
  max-height: 0;
  overflow-y: auto;
  transition: all 0.3s;
  scrollbar-color: #bababa;
  scrollbar-width: thin;
  /* Track */
  /* Handle */
}
@media (max-width: 767px) {
  .section__select-date-list {
    width: 130px;
  }
}
.section__select-date-list::-webkit-scrollbar {
  width: 2px;
}
.section__select-date-list::-webkit-scrollbar-track {
  background: #fff;
}
.section__select-date-list::-webkit-scrollbar-thumb {
  background: #bababa;
}
.section__select-date-list .section__select-date-option a {
  padding: 8px 0;
  font-size: 1.222rem;
  line-height: 1.889rem;
  display: flex;
  align-items: flex-end;
  color: #bababa;
}
@media (max-width: 767px) {
  .section__select-date-list .section__select-date-option a {
    font-size: 15px;
    line-height: 20px;
  }
}
.section__select-date-list .section__select-date-option a.active, .section__select-date-list .section__select-date-option a:hover {
  color: #009bda;
}
.section__dhcd .title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.778rem;
  color: #0b3f7e;
}
@media (max-width: 575px) {
  .section__dhcd .title-section {
    margin-bottom: 16px;
  }
}
.section__dhcd .title-section .swiper-controll {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .section__dhcd .title-section .swiper-controll {
    display: none;
  }
}
.section__dhcd .title-section .swiper-controll .section-dhcd-next {
  margin-left: 16px;
  cursor: pointer;
}
.section__dhcd .title-section .swiper-controll .section-dhcd-next:hover svg {
  background: #0093cf;
  border-radius: 50%;
}
.section__dhcd .title-section .swiper-controll .section-dhcd-next:hover svg path {
  fill: #fff;
}
.section__dhcd .title-section .swiper-controll .section-dhcd-next:hover svg rect {
  stroke: #0093cf;
}
.section__dhcd .title-section .swiper-controll .section-dhcd-prev {
  cursor: pointer;
}
.section__dhcd .title-section .swiper-controll .section-dhcd-prev:hover svg {
  background: #0093cf;
  border-radius: 50%;
}
.section__dhcd .title-section .swiper-controll .section-dhcd-prev:hover svg path {
  fill: #fff;
}
.section__dhcd .title-section .swiper-controll .section-dhcd-prev:hover svg rect {
  stroke: #0093cf;
}
.section__dhcd .content-section {
  margin-bottom: 1.778rem;
}
@media (max-width: 575px) {
  .section__dhcd .content-section {
    margin-bottom: 22px;
  }
}
.section__dhcd .content-section.box-has-location .box-top .box-title {
  min-height: 150px;
}
@media (max-width: 767px) {
  .section__dhcd .content-section.box-has-location .box-top .box-title {
    min-height: 70px;
  }
}
.section__dhcd .content-section.box-has-location .box-top .box-location {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.778rem;
  color: #797979;
}
@media (max-width: 767px) {
  .section__dhcd .content-section.box-has-location .box-top .box-location {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.section__dhcd .content-section .swiper {
  padding: 4px 10px 10px;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.section__dhcd .content-section .swiper-slide {
  height: auto;
}
@media (max-width: 575px) {
  .section__dhcd .content-section .swiper-slide {
    width: 195px;
  }
}
.section__dhcd .content-section .box-item {
  box-shadow: 0px 2px 10px rgba(82, 82, 82, 0.2);
  border-radius: 8px;
  padding: 1.333rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .section__dhcd .content-section .box-item {
    padding: 16px 8px;
  }
}
@media (max-width: 575px) {
  .section__dhcd .content-section .box-item {
    padding-bottom: 8px;
  }
}
.section__dhcd .content-section .box-item:hover .box-bottom .icon {
  opacity: 1;
}
.section__dhcd .content-section .box-item .box-title {
  flex: 1;
  min-height: 250px;
  font-weight: 500;
  font-size: 1.222rem;
  line-height: 1.889rem;
  color: #434343;
  margin-bottom: 1.111rem;
}
@media (max-width: 991px) {
  .section__dhcd .content-section .box-item .box-title {
    font-size: 17px;
    line-height: 25px;
    min-height: 150px;
  }
}
@media (max-width: 767px) {
  .section__dhcd .content-section .box-item .box-title {
    font-size: 15px;
    line-height: 20px;
    min-height: 150px;
  }
}
.section__dhcd .content-section .box-item .box-bottom {
  border-top: 1px solid #bababa;
  padding-top: 0.944rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.778rem;
  color: #434343;
}
@media (max-width: 991px) {
  .section__dhcd .content-section .box-item .box-bottom {
    padding-top: 4px;
    font-size: 14px;
    line-height: 24px;
  }
}
.section__dhcd .content-section .box-item .box-bottom .icon {
  opacity: 0;
  transition: all 0.3s;
}
.section__cbtt .content-section {
  margin-bottom: 0.889rem;
}
@media (max-width: 575px) {
  .section__cbtt .content-section {
    margin-bottom: 1.778rem;
  }
}
.section__cbtt .content-section.mb-32 {
  margin-bottom: 1.778rem;
}
.section__cbtt .content-section .list .item {
  padding: 1.111rem 0;
  display: flex;
  border-bottom: 1px solid #bababa;
  align-items: center;
}
@media (max-width: 991px) {
  .section__cbtt .content-section .list .item {
    padding: 12px 0;
  }
}
.section__cbtt .content-section .list .item .detail {
  font-weight: 400;
  font-size: 1rem;
  line-height: 2.222rem;
  text-decoration-line: underline;
  color: #009bda;
  width: 208px;
  text-align: right;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .section__cbtt .content-section .list .item .detail {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .section__cbtt .content-section .list .item .detail {
    font-size: 14px;
    line-height: 24px;
    width: 50px;
    margin-left: 16px;
  }
}
.section__cbtt .content-section .list .item .time {
  width: 208px;
  font-size: 1rem;
  line-height: 1.778rem;
  color: #bababa;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .section__cbtt .content-section .list .item .time {
    width: 150px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .section__cbtt .content-section .list .item .time {
    display: none;
  }
}
.section__cbtt .content-section .list .item .name {
  flex: 1;
  font-size: 1rem;
  line-height: 1.778rem;
  color: #434343;
}
@media (max-width: 991px) {
  .section__cbtt .content-section .list .item .name {
    font-size: 14px;
    line-height: 24px;
  }
}
.section__qhcdl .title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.778rem;
  color: #0b3f7e;
}
@media (max-width: 575px) {
  .section__qhcdl .title-section {
    margin-bottom: 16px;
  }
}
.section__qhcdl .content-section {
  margin-bottom: 1.778rem;
}
@media (max-width: 575px) {
  .section__qhcdl .content-section {
    margin-bottom: 0px;
  }
}
.section__qhcdl .content-section .section__qhcdl-content {
  display: flex;
  flex-wrap: wrap;
}
.section__qhcdl .content-section .box-item {
  box-shadow: 0px 2px 10px rgba(82, 82, 82, 0.2);
  border-radius: 8px;
  padding: 1.333rem;
  display: flex;
  flex-direction: column;
  width: calc(25% - 1.333rem);
  margin-right: 1.778rem;
  margin-bottom: 1.778rem;
}
@media (max-width: 1199px) {
  .section__qhcdl .content-section .box-item {
    width: calc(33.33% - 1rem);
    margin-right: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .section__qhcdl .content-section .box-item {
    padding: 16px 8px;
  }
}
@media (max-width: 575px) {
  .section__qhcdl .content-section .box-item {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 16px;
    padding-bottom: 8px;
  }
}
.section__qhcdl .content-section .box-item:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .section__qhcdl .content-section .box-item:nth-child(4n) {
    margin-right: 24px;
  }
}
@media (max-width: 575px) {
  .section__qhcdl .content-section .box-item:nth-child(4n) {
    margin-right: 16px;
  }
}
@media (max-width: 1199px) {
  .section__qhcdl .content-section .box-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .section__qhcdl .content-section .box-item:nth-child(3n) {
    margin-right: 16px;
  }
}
@media (max-width: 575px) {
  .section__qhcdl .content-section .box-item:nth-child(2n) {
    margin-right: 0px;
  }
}
.section__qhcdl .content-section .box-item:hover .box-bottom .icon {
  opacity: 1;
}
.section__qhcdl .content-section .box-item .box-top .box-title {
  min-height: 150px;
}
@media (max-width: 767px) {
  .section__qhcdl .content-section .box-item .box-top .box-title {
    min-height: 70px;
  }
}
.section__qhcdl .content-section .box-item .box-top .box-location {
  margin-bottom: 1.333rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.778rem;
  color: #797979;
}
@media (max-width: 767px) {
  .section__qhcdl .content-section .box-item .box-top .box-location {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.section__qhcdl .content-section .box-item .box-title {
  flex: 1;
  min-height: 250px;
  font-weight: 500;
  font-size: 1.222rem;
  line-height: 1.889rem;
  color: #434343;
  margin-bottom: 1.111rem;
}
@media (max-width: 991px) {
  .section__qhcdl .content-section .box-item .box-title {
    font-size: 17px;
    line-height: 25px;
    min-height: 150px;
  }
}
@media (max-width: 767px) {
  .section__qhcdl .content-section .box-item .box-title {
    font-size: 15px;
    line-height: 20px;
    min-height: 150px;
  }
}
.section__qhcdl .content-section .box-item .box-bottom {
  border-top: 1px solid #bababa;
  padding-top: 0.944rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.778rem;
  color: #434343;
}
@media (max-width: 991px) {
  .section__qhcdl .content-section .box-item .box-bottom {
    padding-top: 4px;
    font-size: 14px;
    line-height: 24px;
  }
}
.section__qhcdl .content-section .box-item .box-bottom .icon {
  opacity: 0;
  transition: all 0.3s;
}
.section__tldhcd-detail:after {
  content: "";
  display: block;
  clear: both;
}
.section__tldhcd-detail .tldhcd-detail-content {
  font-size: 1rem;
  line-height: 1.778rem;
  text-align: justify;
  color: #434343;
  padding-bottom: 3.333rem;
  border-bottom: 1px solid #bababa;
  margin-bottom: 0.889rem;
}
.section__tldhcd-detail .tldhcd-detail-content.border-0 {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.section__tldhcd-detail .tldhcd-detail-content .link-inline-content {
  color: #1e3868;
  display: inline;
}
@media (max-width: 767px) {
  .section__tldhcd-detail .tldhcd-detail-content {
    padding-bottom: 16px;
    font-size: 14px;
    line-height: 24px;
  }
}
.section__tldhcd-detail .tldhcd-detail-related {
  margin-bottom: 3.5rem;
}
.section__tldhcd-detail .tldhcd-detail-related .title {
  color: #0b3f7e;
}
.section__tldhcd-detail .tldhcd-detail-related .list .item {
  display: flex;
  align-items: center;
  margin-top: 0.889rem;
  font-size: 1rem;
  line-height: 1.778rem;
  color: #434343;
}
@media (max-width: 767px) {
  .section__tldhcd-detail .tldhcd-detail-related .list .item {
    font-size: 14px;
    line-height: 24px;
  }
}
.section__tldhcd-detail .tldhcd-detail-related .list .item .icon {
  width: 1.056rem;
  margin-right: 1.111rem;
}
.section__hd-list-box {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .section__hd-list-box {
    margin-bottom: 16px;
  }
}
.section__hd-list-box .box-item {
  width: calc(33.33% - 21.33px);
  margin-right: 1.778rem;
  margin-bottom: 1.778rem;
  filter: drop-shadow(0px 2px 8px rgba(82, 82, 82, 0.1));
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section__hd-list-box .box-item {
    width: calc(33.33% - 10.66px);
    margin-right: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .section__hd-list-box .box-item {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .section__hd-list-box .box-item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 16px;
  }
}
.section__hd-list-box .box-item:hover .news-avatar img {
  transform: scale(1.3);
}
.section__hd-list-box .box-item:hover .news-date::after {
  opacity: 1;
}
.section__hd-list-box .box-item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .section__hd-list-box .box-item:nth-child(3n) {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .section__hd-list-box .box-item:nth-child(2n) {
    margin-right: 0;
  }
}
.section__hd-list-box .box-item .news-avatar {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.section__hd-list-box .box-item .news-avatar::before {
  content: "";
  display: block;
  padding-top: 55.08%;
}
@media (max-width: 767px) {
  .section__hd-list-box .box-item .news-avatar::before {
    padding-top: 58%;
  }
}
.section__hd-list-box .box-item .news-avatar img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.section__hd-list-box .box-item .news-text {
  padding: 0.889rem 1.333rem 1rem;
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .section__hd-list-box .box-item .news-text {
    padding: 8px 8px 12px;
  }
}
.section__hd-list-box .box-item .news-title {
  width: -moz-fit-content;
  width: fit-content;
}
.section__hd-list-box .box-item .sapo {
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.778rem;
}
@media (max-width: 991px) {
  .section__hd-list-box .box-item .sapo {
    margin-bottom: 0;
  }
}
.section__hd-list-box .box-item .news-date {
  padding-top: 1rem;
  margin-top: auto;
  border-top: 1px solid #bababa;
  width: 100%;
  position: relative;
  font-size: 1rem;
  line-height: 1.778rem;
  color: #434343;
}
@media (max-width: 991px) {
  .section__hd-list-box .box-item .news-date {
    padding-top: 9px;
    margin-top: 16px;
    font-size: 12px;
    line-height: 14px;
  }
}
.section__hd-list-box .box-item .news-date::after {
  content: "";
  display: block;
  position: absolute;
  width: 22.5px;
  height: 1rem;
  background: url(../image/news-category-arrow.png) no-repeat;
  background-size: contain;
  right: 0;
  bottom: 8px;
  opacity: 0;
  transition: 0.5s;
}
.section__hd-list-box .box-item .news-category {
  color: #797979;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.222rem;
}
@media (max-width: 991px) {
  .section__hd-list-box .box-item .news-category {
    font-size: 12px;
    line-height: 15px;
  }
}
.section__hd-marketing-banner {
  margin-bottom: 4.1666666667%;
}
@media (max-width: 767px) {
  .section__hd-marketing-banner {
    margin-bottom: 1.778rem;
  }
}
.section__hd-marketing-banner .item {
  border-radius: 8px;
  overflow: hidden;
}
.section__hd-marketing-banner .hd-marketing-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.889rem;
}
.section__hd-marketing-banner .hd-marketing-pagination .swiper-pagination-bullet {
  background: #b3e6f7;
  opacity: 1;
  margin: 0;
  width: 8px;
  height: 8px;
  border-radius: 100vmax;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .section__hd-marketing-banner .hd-marketing-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.section__hd-marketing-banner .hd-marketing-pagination .swiper-pagination-bullet:not(:first-child) {
  margin-left: 8px;
}
.section__hd-marketing-banner .hd-marketing-pagination .swiper-pagination-bullet-active {
  background: #009bda;
  width: 60px;
}
.section__hd-recommend .title-section {
  font-weight: 700;
  font-size: 1.667rem;
  line-height: 2.056rem;
  color: #0b3f7e;
  margin-bottom: 2.222rem;
}
.section__hd-recommend .cs-banner {
  aspect-ratio: 1408/300;
  margin-bottom: 1.111rem;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section__hd-recommend .cs-banner {
    min-height: 150px;
    aspect-ratio: auto;
  }
}
.section__hd-recommend .cs-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #434343;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.section__hd-recommend .cs-banner .text {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 2.111rem;
  line-height: 2.889rem;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 767px) {
  .section__hd-recommend .cs-banner .text {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .section__hd-recommend .cs-banner .text {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .section__hd-recommend .cs-banner .text {
    font-size: 19px;
    line-height: 24px;
  }
}
.section__hd-qa .title-section {
  font-weight: 700;
  font-size: 1.667rem;
  line-height: 2.056rem;
  color: #0b3f7e;
  margin-bottom: 2.222rem;
}
.section__hd-qa-list .item {
  border-bottom: 1px solid #bababa;
}
.section__hd-qa-list .item.show-collapse {
  /*.content {
      max-height: 3000px;
  }*/
}
.section__hd-qa-list .item.show-collapse .title .ex {
  opacity: 0;
}
.section__hd-qa-list .item .title {
  margin-bottom: 0.889rem;
  display: flex;
  justify-content: space-between;
  margin-top: 2.222rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .section__hd-qa-list .item .title {
    margin-bottom: 8px;
    margin-top: 20px;
  }
}
.section__hd-qa-list .item .title .icon {
  width: 2rem;
  margin-left: 14px;
  margin-top: -2px;
}
@media (max-width: 991px) {
  .section__hd-qa-list .item .title .icon svg {
    width: 24px;
  }
}
@media (max-width: 575px) {
  .section__hd-qa-list .item .title .icon svg {
    width: 16px;
  }
}
.section__hd-qa-list .item .title .ex {
  opacity: 1;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.section__hd-qa-list .item .title .text {
  flex: 1;
  font-weight: 500;
  font-size: 1.222rem;
  line-height: 1.889rem;
  color: #434343;
}
@media (max-width: 991px) {
  .section__hd-qa-list .item .title .text {
    font-size: 1rem;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .section__hd-qa-list .item .title .text {
    font-size: 15px;
    line-height: 20px;
  }
}
.section__hd-qa-list .item .content {
  font-size: 1rem;
  line-height: 1.778rem;
  color: #434343;
  overflow: hidden;
  position: relative;
  display: none;
}
@media (max-width: 991px) {
  .section__hd-qa-list .item .content {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .section__hd-qa-list .item .content {
    font-size: 14px;
    line-height: 24px;
  }
}
.section__hd-qa-list .item .content:after {
  content: "";
  width: 100%;
  height: 16px;
  display: block;
}
@media (max-width: 575px) {
  .section__hd-qa-list .item .content:after {
    height: 8px;
  }
}
.section__hd-qa-list .item .content .rep-list .rep-item {
  color: #434343;
  padding-left: 15px;
  position: relative;
}
.section__hd-qa-list .item .content .rep-list .rep-item:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #434343;
  position: absolute;
  left: 0;
  top: 14px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .section__hd-qa-list .item .content .rep-list .rep-item:before {
    top: 10px;
  }
}
.section__hd-chnn-search {
  box-shadow: 0px 2px 10px rgba(82, 82, 82, 0.2);
  border-radius: 8px;
  padding: 1.778rem 24px;
  margin-bottom: 3.333rem;
}
@media (max-width: 767px) {
  .section__hd-chnn-search {
    padding: 16px;
  }
}
.section__hd-chnn-search .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section__hd-chnn-search .row .col {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.section__hd-chnn-search .row .col:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .section__hd-chnn-search .row .col {
    width: calc(50% - 8px);
    margin-bottom: 16px;
    flex: none !important;
  }
  .section__hd-chnn-search .row .col .label {
    display: block;
    width: 150px;
  }
}
@media (max-width: 767px) {
  .section__hd-chnn-search .row .col {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .section__hd-chnn-search .row .col:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .section__hd-chnn-search .row .col:nth-child(2n) {
    margin-right: 0;
  }
}
.section__hd-chnn-search .row .col.flex-2 {
  flex: 2;
}
.section__hd-chnn-search .row .col.flex-3 {
  flex: 1;
}
.section__hd-chnn-search .row .col.flex-1 {
  flex: 3;
}
.section__hd-chnn-search .row .col .label {
  font-weight: 500;
  font-size: 1.222rem;
  line-height: 1.889rem;
  color: #434343;
  margin-right: 0.889rem;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .section__hd-chnn-search .row .col .label {
    font-size: 16px;
    line-height: 24px;
  }
}
.section__hd-chnn-search .row .col .btn-chnn {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 0.778rem 0.889rem;
  width: 100%;
  flex: 1;
}
.section__hd-chnn-search .row .col .btn-submit {
  width: 100%;
  white-space: nowrap;
}
.section__hd-chnn-policy .banner {
  position: relative;
}
.section__hd-chnn-policy .banner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 7.1%, #ffffff 84.59%);
  left: 0;
  bottom: -44px;
}
@media (max-width: 767px) {
  .section__hd-chnn-policy .banner:before {
    bottom: 0px;
  }
}
.section__hd-chnn-policy .banner .banner-cover {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: auto;
}
.section__hd-chnn-policy .content-policy {
  position: relative;
}
.section__hd-chnn-policy .content-policy .title-section {
  font-weight: 700;
  font-size: 1.667rem;
  line-height: 2.056rem;
  color: #0b3f7e;
  margin-bottom: 3.389rem;
}
@media (max-width: 767px) {
  .section__hd-chnn-policy .content-policy .title-section {
    margin-bottom: 20px;
  }
}
.section__hd-chnn-policy .content-policy .list-policy {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1.833rem;
}
@media (max-width: 767px) {
  .section__hd-chnn-policy .content-policy .list-policy {
    display: block;
  }
}
@media (max-width: 767px) {
  .section__hd-chnn-policy .content-policy .list-policy .item {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #bababa;
  }
}
.section__hd-chnn-policy .content-policy .list-policy .item:nth-child(3) {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
}
.section__hd-chnn-policy .content-policy .list-policy .item .title-item {
  margin-bottom: 16px;
  display: flex;
  font-weight: 500;
  font-size: 1.444rem;
  line-height: 2.111rem;
  color: #0b3f7e;
}
@media (max-width: 767px) {
  .section__hd-chnn-policy .content-policy .list-policy .item .title-item {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
.section__hd-chnn-policy .content-policy .list-policy .item .title-item .icon {
  margin-right: 0.889rem;
  margin-top: -3px;
  width: 2.444rem;
}
@media (max-width: 767px) {
  .section__hd-chnn-policy .content-policy .list-policy .item .title-item .icon {
    margin-right: 8px;
  }
  .section__hd-chnn-policy .content-policy .list-policy .item .title-item .icon svg {
    width: 1.778rem;
  }
}
.section__hd-chnn-policy .content-policy .list-policy .item .content-item {
  font-size: 1rem;
  line-height: 1.778rem;
  text-align: justify;
  color: #434343;
}
@media (max-width: 767px) {
  .section__hd-chnn-policy .content-policy .list-policy .item .content-item {
    font-size: 14px;
    line-height: 24px;
  }
}
.section__hdtdct-detail .title {
  font-weight: 500;
  font-size: 1.444rem;
  line-height: 2.111rem;
  color: #434343;
  margin-bottom: 0.889rem;
}
@media (max-width: 767px) {
  .section__hdtdct-detail .title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
.section__hdtdct-detail .list {
  margin-bottom: 1.778rem;
}
@media (max-width: 767px) {
  .section__hdtdct-detail .list {
    margin-bottom: 24px;
  }
}
.section__hdtdct-detail .list p {
  font-size: 1rem;
  line-height: 1.778rem;
  color: #434343;
  padding-left: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .section__hdtdct-detail .list p {
    font-size: 14px;
    line-height: 24px;
  }
}
.section__hdtdct-detail .list p:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #434343;
  position: absolute;
  left: 0;
  top: 14px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .section__hdtdct-detail .list p:before {
    top: 10px;
  }
}
.section__hdttct .title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.778rem;
  color: #0b3f7e;
}
@media (max-width: 575px) {
  .section__hdttct .title-section {
    margin-bottom: 16px;
  }
}
.section__hdttct .title-section .swiper-controll {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .section__hdttct .title-section .swiper-controll {
    display: none;
  }
}
.section__hdttct .title-section .swiper-controll .section-dhcd-next {
  margin-left: 16px;
  cursor: pointer;
}
.section__hdttct .title-section .swiper-controll .section-dhcd-next:hover svg {
  background: #0093cf;
  border-radius: 50%;
}
.section__hdttct .title-section .swiper-controll .section-dhcd-next:hover svg path {
  fill: #fff;
}
.section__hdttct .title-section .swiper-controll .section-dhcd-next:hover svg rect {
  stroke: #0093cf;
}
.section__hdttct .title-section .swiper-controll .section-dhcd-prev {
  cursor: pointer;
}
.section__hdttct .title-section .swiper-controll .section-dhcd-prev:hover svg {
  background: #0093cf;
  border-radius: 50%;
}
.section__hdttct .title-section .swiper-controll .section-dhcd-prev:hover svg path {
  fill: #fff;
}
.section__hdttct .title-section .swiper-controll .section-dhcd-prev:hover svg rect {
  stroke: #0093cf;
}
.section__hdttct .content-section {
  margin-bottom: 1.778rem;
}
.section__hdttct .content-section.box-has-location .box-top .box-title {
  min-height: 150px;
}
@media (max-width: 767px) {
  .section__hdttct .content-section.box-has-location .box-top .box-title {
    min-height: 70px;
  }
}
.section__hdttct .content-section.box-has-location .box-top .box-location {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.778rem;
  color: #797979;
}
@media (max-width: 767px) {
  .section__hdttct .content-section.box-has-location .box-top .box-location {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.section__hdttct .content-section .swiper {
  padding: 4px 10px 10px;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.section__hdttct .content-section .swiper-slide {
  height: auto;
}
@media (max-width: 575px) {
  .section__hdttct .content-section .swiper-slide {
    width: 195px;
  }
}
.section__hdttct .content-section .box-item {
  box-shadow: 0px 2px 10px rgba(82, 82, 82, 0.2);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.section__hdttct .content-section .box-item:hover .news-avatar img {
  transform: scale(1.3);
}
.section__hdttct .content-section .box-item:hover .news-date::after {
  opacity: 1;
}
.section__hdttct .content-section .box-item .news-avatar {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.section__hdttct .content-section .box-item .news-avatar::before {
  content: "";
  display: block;
  padding-top: 55.08%;
}
@media (max-width: 767px) {
  .section__hdttct .content-section .box-item .news-avatar::before {
    padding-top: 86.956%;
  }
}
.section__hdttct .content-section .box-item .news-avatar img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.section__hdttct .content-section .box-item .news-text {
  padding: 0.889rem 1.333rem 1rem;
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .section__hdttct .content-section .box-item .news-text {
    padding: 8px 8px 12px;
  }
}
.section__hdttct .content-section .box-item .news-title {
  width: -moz-fit-content;
  width: fit-content;
  flex: 1;
}
.section__hdttct .content-section .box-item .sapo {
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section__hdttct .content-section .box-item .news-date {
  padding-top: 1rem;
  margin-top: 1.778rem;
  border-top: 1px solid #bababa;
  width: 100%;
  position: relative;
  font-size: 1rem;
  line-height: 1.778rem;
  color: #434343;
}
@media (max-width: 991px) {
  .section__hdttct .content-section .box-item .news-date {
    padding-top: 9px;
    margin-top: 16px;
    font-size: 12px;
    line-height: 14px;
  }
}
.section__hdttct .content-section .box-item .news-date::after {
  content: "";
  display: block;
  position: absolute;
  width: 22.5px;
  height: 1rem;
  background: url(../image/news-category-arrow.png) no-repeat;
  background-size: contain;
  right: 0;
  bottom: 8px;
  opacity: 0;
  transition: 0.5s;
}
.section__hdttct .content-section .box-item .news-category {
  color: #797979;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.222rem;
}
@media (max-width: 991px) {
  .section__hdttct .content-section .box-item .news-category {
    font-size: 12px;
    line-height: 15px;
  }
}
.section__b-has-social {
  display: flex;
  align-items: start;
  width: 100%;
}
@media (max-width: 767px) {
  .section__b-has-social {
    display: block;
  }
}
.section__b-has-social .section__b-title {
  flex: 1;
}
.section__b-has-social .social {
  padding-left: 16px;
  border-left: 1px solid #e0f7fe;
  margin-left: 1.778rem;
}
@media (max-width: 767px) {
  .section__b-has-social .social {
    margin-left: 0;
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
  }
}
.section__b-has-social .social .text {
  display: flex;
  font-size: 0.889rem;
  line-height: 1.056rem;
  color: #ffffff;
  margin-bottom: 0.889rem;
}
.section__b-has-social .social .text:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section__b-has-social .social .text {
    margin-right: 24px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section__b-has-social .social .text {
    margin-bottom: 8px;
  }
}
@media (max-width: 575px) {
  .section__b-has-social .social .text {
    font-size: 12px;
    line-height: 14px;
  }
}
.section__b-has-social .social .text .label {
  width: 97px;
}
@media (max-width: 767px) {
  .section__b-has-social .social .text .label {
    width: auto;
    margin-right: 8px;
  }
}
.section__b-has-social .social .text .list-social {
  display: flex;
  align-items: center;
  max-width: 150px;
}
.section__b-has-social .social .text .list-social .item {
  margin-right: 16px;
}
@media (max-width: 767px) {
  .section__b-has-social .social .text .list-social .item {
    margin-bottom: 6px;
  }
  .section__b-has-social .social .text .list-social .item svg {
    width: 24px;
    margin-top: -4px;
  }
}
.section__hd-ntvn .content-ntvn {
  font-size: 1rem;
  line-height: 1.778rem;
  color: #434343;
  margin-bottom: 3.333rem;
}
.section__hd-ntvn .image-event .title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.778rem;
  color: #0b3f7e;
}
@media (max-width: 575px) {
  .section__hd-ntvn .image-event .title-section {
    margin-bottom: 16px;
  }
}
.section__hd-ntvn .image-event .title-section .swiper-controll {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .section__hd-ntvn .image-event .title-section .swiper-controll {
    display: none;
  }
}
.section__hd-ntvn .image-event .title-section .swiper-controll .section-ie-next {
  margin-left: 16px;
  cursor: pointer;
}
.section__hd-ntvn .image-event .title-section .swiper-controll .section-ie-next:hover svg {
  background: #0093cf;
  border-radius: 50%;
}
.section__hd-ntvn .image-event .title-section .swiper-controll .section-ie-next:hover svg path {
  fill: #fff;
}
.section__hd-ntvn .image-event .title-section .swiper-controll .section-ie-next:hover svg rect {
  stroke: #0093cf;
}
.section__hd-ntvn .image-event .title-section .swiper-controll .section-ie-prev {
  cursor: pointer;
}
.section__hd-ntvn .image-event .title-section .swiper-controll .section-ie-prev:hover svg {
  background: #0093cf;
  border-radius: 50%;
}
.section__hd-ntvn .image-event .title-section .swiper-controll .section-ie-prev:hover svg path {
  fill: #fff;
}
.section__hd-ntvn .image-event .title-section .swiper-controll .section-ie-prev:hover svg rect {
  stroke: #0093cf;
}
.section__hd-ntvn .image-event .box-item-ie {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 15px;
}
@media (max-width: 991px) {
  .section__hd-ntvn .image-event .box-item-ie {
    gap: 8px;
  }
}
@media (max-width: 575px) {
  .section__hd-ntvn .image-event .box-item-ie {
    gap: 4px;
  }
}
.section__hd-ntvn .image-event .box-item-ie .item {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.section__hd-ntvn .image-event .box-item-ie .item:before {
  content: "";
  padding-top: 56%;
  display: block;
}
@media (max-width: 575px) {
  .section__hd-ntvn .image-event .box-item-ie .item {
    border-radius: 2px;
  }
}
.section__hd-ntvn .image-event .box-item-ie .item:nth-child(3) {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
}
.section__hd-ntvn .image-event .box-item-ie .item:nth-child(3):before {
  padding-top: calc(112% + 15px);
}
.section__hd-ntvn .image-event .box-item-ie .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.section__hd-event-annual {
  position: relative;
  aspect-ratio: 1920/830;
}
@media (max-width: 767px) {
  .section__hd-event-annual {
    height: -moz-fit-content;
    height: fit-content;
    aspect-ratio: initial;
  }
}
.section__hd-event-annual:after {
  content: "";
  height: 400px;
  background: linear-gradient(180deg, rgba(0, 155, 218, 0) 0%, rgba(0, 155, 218, 0.9) 44.29%, #009bda 77.24%);
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
}
@media (max-width: 767px) {
  .section__hd-event-annual:after {
    display: none;
  }
}
.section__hd-event-annual .bg-item {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .section__hd-event-annual .bg-item {
    display: none;
  }
}
.section__hd-event-annual .bg-item .image-pc {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__hd-event-annual .section__hd-ea-flex {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 3;
}
@media (max-width: 767px) {
  .section__hd-event-annual .section__hd-ea-flex {
    position: inherit;
  }
}
.section__hd-event-annual .section__hd-ea-flex .w-1408 {
  height: 100%;
  position: relative;
}
.section__hd-event-annual .section__hd-ea-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding: 0 0.889rem;
  padding-bottom: 2.778rem;
}
@media (max-width: 767px) {
  .section__hd-event-annual .section__hd-ea-content {
    position: inherit;
    padding: 0;
  }
}
.section__hd-event-annual .section__hd-ea-content .title {
  font-weight: 500;
  font-size: 1.556rem;
  line-height: 2.333rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .section__hd-event-annual .section__hd-ea-content .title {
    display: none;
  }
}
.section__hd-event-annual .section__hd-ea-content .list .item {
  cursor: pointer;
}
@media (max-width: 767px) {
  .section__hd-event-annual .section__hd-ea-content .list .item {
    margin-bottom: 16px;
    position: relative;
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .section__hd-event-annual .section__hd-ea-content .list .item:last-child {
    margin-bottom: 0;
  }
}
.section__hd-event-annual .section__hd-ea-content .list .item:hover .link-title {
  opacity: 1;
}
.section__hd-event-annual .section__hd-ea-content .list .item:hover .link-title .icon {
  opacity: 1;
}
.section__hd-event-annual .section__hd-ea-content .list .item .link-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding: 0.889rem 0;
  align-items: center;
  font-weight: 500;
  font-size: 1.444rem;
  line-height: 2.111rem;
  color: #ffffff;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .section__hd-event-annual .section__hd-ea-content .list .item .link-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 76px 16px 24px;
    background: linear-gradient(180deg, rgba(0, 155, 218, 0.2) 0%, rgba(0, 155, 218, 0.8) 44.27%, #009bda 100%);
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    opacity: 1;
  }
}
.section__hd-event-annual .section__hd-ea-content .list .item .link-title .icon {
  opacity: 0;
}
@media (max-width: 767px) {
  .section__hd-event-annual .section__hd-ea-content .list .item .link-title .icon {
    opacity: 1;
  }
}
.section__hd-event-annual .section__hd-ea-content-main {
  width: 700px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .section__hd-event-annual .section__hd-ea-content-main {
    width: 100%;
    height: inherit;
  }
}
.section__dksd-content .box-top {
  border-bottom: 1px solid #bababa;
  padding-bottom: 1.778rem;
}
@media (max-width: 767px) {
  .section__dksd-content .box-top {
    border-bottom: 0;
    padding-bottom: 1.778rem;
  }
}
.section__dksd-content .box-top .title {
  color: #0b3f7e;
  margin-bottom: 0.889rem;
}
.section__dksd-content .box-top .list .item {
  font-size: 1rem;
  line-height: 1.778rem;
  color: #434343;
  padding-left: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .section__dksd-content .box-top .list .item {
    font-size: 14px;
    line-height: 24px;
  }
}
.section__dksd-content .box-top .list .item:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #434343;
  position: absolute;
  left: 0;
  top: 0.778rem;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .section__dksd-content .box-top .list .item:before {
    top: 10px;
  }
}
.section__sitemap-row {
  width: calc(100% + 32px);
  margin-left: -16px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .section__sitemap-row {
    width: 100%;
    margin-left: 0;
  }
}
.section__sitemap-row .col {
  width: 33.33%;
  border-right: 1px solid #bababa;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .section__sitemap-row .col {
    width: 100%;
    border-right: 0;
    padding: 0;
  }
}
.section__sitemap-row .col:last-child {
  border-right: 0;
}
.section__sitemap-row .col .box {
  margin-bottom: 1.778rem;
}
.section__sitemap-row .col .box:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section__sitemap-row .col .box {
    margin-bottom: 0;
    border-bottom: 1px solid #bababa;
  }
  .section__sitemap-row .col .box.show-collapse .title .icon {
    transform: rotate(180deg);
  }
  .section__sitemap-row .col .box.show-collapse .list {
    max-height: 3000px;
  }
}
.section__sitemap-row .col .box .title {
  color: #0b3f7e;
}
@media (max-width: 991px) {
  .section__sitemap-row .col .box .title {
    font-size: 17px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .section__sitemap-row .col .box .title {
    font-size: 15px;
    line-height: 20px;
    color: #434343;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0 10px;
  }
}
.section__sitemap-row .col .box .title .icon {
  display: none;
}
@media (max-width: 767px) {
  .section__sitemap-row .col .box .title .icon {
    display: flex;
    transition: all 0.3s;
  }
}
@media (max-width: 767px) {
  .section__sitemap-row .col .box .list {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
  }
}
.section__sitemap-row .col .box .item {
  background: #f7f7f7;
  border: 1px solid #bababa;
  border-radius: 8px;
  padding: 0.889rem;
  display: block;
  margin-top: 0.889rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1.778rem;
  color: #434343;
}
@media (max-width: 991px) {
  .section__sitemap-row .col .box .item {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 16px;
  }
}
@media (max-width: 767px) {
  .section__sitemap-row .col .box .item {
    color: #434343;
    margin-bottom: 12px;
    margin-top: 0;
  }
}
.section__sitemap-row .col .box .item:hover {
  background: #0b3f7e;
  color: #fff;
}
.section__contact-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section__contact-flex {
    display: block;
  }
}
.section__contact-flex .box {
  width: 100%;
  /*width: calc(50% - 16px);

  @media(max-width:767px) {
      width: 100%;
  }*/
}
.section__contact-flex .box .form-contact .row-control {
  margin-bottom: 2.389rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section__contact-flex .box .form-contact .row-control {
    margin-bottom: 27px;
  }
}
.section__contact-flex .box .form-contact .row-control.col-2 .col {
  width: calc(50% - 16px);
}
@media (max-width: 991px) {
  .section__contact-flex .box .form-contact .row-control.col-2 .col {
    width: calc(50% - 8px);
  }
}
.section__contact-flex .box .form-contact .row-control .col {
  width: 100%;
}
.section__contact-flex .box .form-contact .row-control .col .label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.222rem;
  color: #434343;
  margin-bottom: 8px;
  display: block;
}
@media (max-width: 991px) {
  .section__contact-flex .box .form-contact .row-control .col .label {
    font-size: 16px;
    line-height: 20px;
  }
}
.section__contact-flex .box .form-contact .row-control .col .contact-btn {
  background: #f7f7f7;
  border-radius: 8px;
  height: 3rem;
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .section__contact-flex .box .form-contact .row-control .col .contact-btn {
    height: 44px;
  }
}
.section__contact-flex .box .form-contact .row-control .col .contact-area {
  background: #f7f7f7;
  border-radius: 8px;
  height: 10.167rem;
  width: 100%;
  resize: none;
}
.section__contact-flex .box .form-contact .row-control .col .button {
  width: 100%;
}
.section__contact-flex .box .box-tab-top .page-tab-nav {
  margin-bottom: 3.333rem;
}
@media (max-width: 767px) {
  .section__contact-flex .box .box-tab-top .page-tab-nav {
    margin-bottom: 16px;
  }
}
.section__contact-flex .box .section__contact-main-fl {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section__contact-flex .box .section__contact-main-fl {
    display: block;
  }
}
.section__contact-flex .box .section__contact-main-fl .contact-map {
  width: 66%;
}
@media (max-width: 767px) {
  .section__contact-flex .box .section__contact-main-fl .contact-map {
    width: 100%;
  }
}
.section__contact-flex .box .section__contact-main-fl .contact-info {
  width: calc(34% - 30px);
}
@media (max-width: 767px) {
  .section__contact-flex .box .section__contact-main-fl .contact-info {
    width: 100%;
  }
}
.section__contact-flex .box .contact-info .title-info {
  color: #0b3f7e;
  margin-bottom: 0.889rem;
}
@media (max-width: 767px) {
  .section__contact-flex .box .contact-info {
    display: block;
  }
}
.section__contact-flex .box .contact-info .group {
  margin-bottom: 0.889rem;
}
.section__contact-flex .box .contact-info .group .title {
  font-weight: 500;
  font-size: 1.222rem;
  line-height: 1.889rem;
  color: #434343;
}
.section__contact-flex .box .contact-info .group .text {
  font-size: 1rem;
  line-height: 1.778rem;
  color: #434343;
}
.section__contact-flex .box .contact-info .box-info-fl {
  display: flex;
}
.section__contact-flex .box .contact-info .col {
  margin-right: 1.778rem;
}
.section__contact-flex .box .contact-map iframe {
  width: 100%;
}
.section__th-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section__th-flex {
    display: block;
  }
}
.section__th-flex .info {
  width: 568px;
  font-size: 1rem;
  line-height: 1.778rem;
  color: #434343;
  margin-right: 152px;
}
@media (max-width: 1199px) {
  .section__th-flex .info {
    width: calc(50% - 16px);
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .section__th-flex .info {
    width: 100%;
    margin-bottom: 1.778rem;
    font-size: 14px;
    line-height: 24px;
  }
}
.section__th-flex .image {
  flex: 1;
}
@media (max-width: 1199px) {
  .section__th-flex .image {
    width: calc(50% - 16px);
    margin-right: 0;
    flex: none;
  }
}
@media (max-width: 767px) {
  .section__th-flex .image {
    width: 100%;
  }
}
.section__stage .title {
  color: #0b3f7e;
  margin-bottom: 3.333rem;
  text-align: center;
}
.section__stage .stage-bar-content {
  position: relative;
}
.section__stage .stage-bar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: #bababa;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section__stage .stage-bar {
    left: 27px;
  }
}
.section__stage .my-bar {
  width: 2px;
  height: 0px;
  background-color: #009bda;
}
.section__stage-list {
  display: flex;
  flex-flow: column-reverse;
}
.section__stage-list .item {
  margin-bottom: 2.222rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  /*&:before {
      width: 2px;
      height: 150%;
      background: #BABABA;
      content: "";
      position: absolute;
      bottom: 50%;
      left: 50%;

      @media(max-width:767px) {
          left: 28px;
      }
  }*/
  /*&:last-child {
      margin-bottom: 0;
  }*/
}
@media (max-width: 767px) {
  .section__stage-list .item {
    margin-bottom: 1.778rem;
  }
}
.section__stage-list .item.in-view .icon-stage {
  background: linear-gradient(119.53deg, #25b6f2 12.51%, #018bd9 90.56%);
}
.section__stage-list .item.in-view .icon-stage svg,
.section__stage-list .item.in-view .icon-stage path {
  fill: #fff;
}
.section__stage-list .item:first-child:before {
  display: none;
}
.section__stage-list .item:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .section__stage-list .item:nth-child(odd) {
    flex-direction: row;
  }
}
.section__stage-list .item:nth-child(odd) .content:before {
  top: 50%;
  right: -14px;
  left: auto;
  border-right: 0px solid;
  border-left: 14px solid white;
}
@media (max-width: 767px) {
  .section__stage-list .item:nth-child(odd) .content:before {
    border-left: 0px solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 11px solid white;
    left: -10px;
  }
}
.section__stage-list .item:nth-child(odd) .time {
  text-align: left;
}
.section__stage-list .item:first-child {
  margin-bottom: 0;
}
.section__stage-list .item .time {
  width: calc(50% - 124px);
  text-align: right;
  font-weight: 500;
  font-size: 1.444rem;
  line-height: 2.111rem;
  text-align: right;
  color: #434343;
}
@media (max-width: 991px) {
  .section__stage-list .item .time {
    width: calc(50% - 90px);
  }
}
@media (max-width: 767px) {
  .section__stage-list .item .time {
    font-size: 15px;
    line-height: 20px;
    color: #434343;
    text-align: left;
    margin-bottom: 16px;
    width: 100%;
    padding-left: 83px;
  }
}
.section__stage-list .item .icon-stage {
  width: 88px;
  height: 88px;
  background: #ffffff;
  box-shadow: 0px 5px 12px rgba(77, 77, 77, 0.18);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .section__stage-list .item .icon-stage {
    width: 60px;
    height: 60px;
    margin: 0 60px;
  }
}
@media (max-width: 767px) {
  .section__stage-list .item .icon-stage {
    width: 56px;
    height: 56px;
    margin-right: 27px;
    margin-left: 0;
  }
  .section__stage-list .item .icon-stage svg {
    width: 19px;
  }
}
.section__stage-list .item .content {
  width: calc(50% - 124px);
  line-height: 1.778rem;
  color: #434343;
  padding: 1.333rem;
  background: #ffffff;
  border-radius: 8px;
  filter: drop-shadow(0px 5px 12px rgba(77, 77, 77, 0.18));
  position: relative;
}
@media (max-width: 991px) {
  .section__stage-list .item .content {
    width: calc(50% - 90px);
  }
}
@media (max-width: 767px) {
  .section__stage-list .item .content {
    padding: 8px;
    font-size: 14px;
    line-height: 24px;
    width: calc(100% - 83px);
  }
}
.section__stage-list .item .content:before {
  content: "";
  position: absolute;
  border-left: 0px solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 14px solid white;
  top: 50%;
  left: -14px;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .section__stage-list .item .content:before {
    border-left: 0px solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 11px solid white;
    left: -10px;
  }
}
.section__dvnb-tnd-top {
  margin-top: 3.333rem;
}
.section__dvnb-tnd-top .section__dvnb-tnd-top-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .section__dvnb-tnd-top .section__dvnb-tnd-top-flex {
    align-items: flex-start;
  }
}
.section__dvnb-tnd-top .section__dvnb-tnd-top-flex .col {
  width: calc(50% - 25px);
}
@media (max-width: 1199px) {
  .section__dvnb-tnd-top .section__dvnb-tnd-top-flex .col {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .section__dvnb-tnd-top .section__dvnb-tnd-top-flex .col {
    width: 100%;
  }
  .section__dvnb-tnd-top .section__dvnb-tnd-top-flex .col:first-child {
    order: 2;
    margin-top: 19px;
  }
}
.section__dvnb-tnd-top .section__dvnb-tnd-top-flex .col .title {
  text-transform: uppercase;
  color: #434343;
  margin-bottom: 0.889rem;
}
.section__dvnb-tnd-top .section__dvnb-tnd-top-flex .col .title .icon {
  display: inline-flex;
  margin-left: 5px;
  /*width: 130px;
  height: 45px;*/
}
.section__dvnb-tnd-top .section__dvnb-tnd-top-flex .col .title img {
  width: auto;
  max-height: 45px;
}
@media (max-width: 767px) {
  .section__dvnb-tnd-top .section__dvnb-tnd-top-flex .col .title img {
    max-height: 27px;
  }
}
.section__dvnb-tnd-top .section__dvnb-tnd-top-flex .col .sapo {
  font-size: 1rem;
  line-height: 1.778rem;
  color: #434343;
}
@media (max-width: 767px) {
  .section__dvnb-tnd-top .section__dvnb-tnd-top-flex .col .sapo {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .section__dvnb-tnd-top .section__ctn-a-list .box:last-child {
    margin-bottom: 0;
  }
}
.section__dvnb-tnd-nhandien .title {
  color: #0b3f7e;
  margin-bottom: 6.111rem;
}
@media (max-width: 767px) {
  .section__dvnb-tnd-nhandien .title {
    margin-bottom: 40px;
  }
}
.section__dvnb-tnd-nhandien .section__dvnb-tnd-nhandien-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section__dvnb-tnd-nhandien .section__dvnb-tnd-nhandien-flex .col {
  width: calc(50% - 16px);
}
@media (max-width: 575px) {
  .section__dvnb-tnd-nhandien .section__dvnb-tnd-nhandien-flex .col {
    width: 100%;
    margin-bottom: 60px;
  }
  .section__dvnb-tnd-nhandien .section__dvnb-tnd-nhandien-flex .col:last-child {
    margin-bottom: 0;
  }
}
.section__dvnb-tnd-nhandien .section__dvnb-tnd-nhandien-flex .col .box-item {
  background: #eaeaea;
  border-radius: 8px;
  padding: 1.111rem;
  height: 100%;
}
.section__dvnb-tnd-nhandien .section__dvnb-tnd-nhandien-flex .col .box-item .box-image {
  padding: 0 5.556rem;
  margin-bottom: 1.667rem;
  margin-top: -50px;
  /*box-shadow: 0px 10px 25px rgba(63, 63, 63, 0.35);*/
  border-radius: 21px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section__dvnb-tnd-nhandien .section__dvnb-tnd-nhandien-flex .col .box-item .box-image {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .section__dvnb-tnd-nhandien .section__dvnb-tnd-nhandien-flex .col .box-item .box-image {
    padding: 0 12px;
    top: -22px;
  }
}
.section__dvnb-tnd-nhandien .section__dvnb-tnd-nhandien-flex .col .box-item .sapo {
  font-size: 1rem;
  line-height: 1.778rem;
  color: #434343;
}
@media (max-width: 767px) {
  .section__dvnb-tnd-nhandien .section__dvnb-tnd-nhandien-flex .col .box-item .sapo {
    font-size: 14px;
    line-height: 24px;
  }
}
.section__dvnb-tnd-huongdan .title {
  color: #0b3f7e;
  margin-bottom: 0.889rem;
}
.section__dvnb-tnd-huongdan .sapo {
  font-size: 1rem;
  line-height: 1.778rem;
  color: #434343;
  margin-bottom: 0.889rem;
}
@media (max-width: 767px) {
  .section__dvnb-tnd-huongdan .sapo {
    font-size: 14px;
    line-height: 24px;
  }
}
.section__dvnb-tnd-huongdan .section__dvnb-tnd-huongdan-top {
  max-width: 900px;
}
.section__dvnb-tnd-huongdan .box-list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4.667rem;
}
@media (max-width: 767px) {
  .section__dvnb-tnd-huongdan .box-list-item {
    margin-bottom: 16px;
  }
}
.section__dvnb-tnd-huongdan .box-list-item .item {
  width: 272px;
}
@media (max-width: 991px) {
  .section__dvnb-tnd-huongdan .box-list-item .item {
    width: calc(33.3333333333% - 11px);
  }
}
.section__dvnb-tnd-gioithieu {
  background: #f7f7f7;
  padding: 3.333rem 0 1.667rem;
}
@media (max-width: 575px) {
  .section__dvnb-tnd-gioithieu {
    padding: 1.778rem 0 1px;
  }
}
.section__dvnb-tnd-gioithieu .section__dvnb-tnd-gioithieu-top .title {
  color: #0b3f7e;
  margin-bottom: 1.778rem;
}
.section__dvnb-tnd-gioithieu .section__dvnb-tnd-gioithieu-top .layout__tab-page,
.section__dvnb-tnd-gioithieu .section__dvnb-tnd-gioithieu-top .page-tab-nav-child {
  background: #fff;
}
.section__dvnb-tnd-gioithieu-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.611rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .section__dvnb-tnd-gioithieu-flex {
    margin-bottom: 1.778rem;
  }
}
.section__dvnb-tnd-gioithieu-flex .col {
  width: calc(50% - 16px);
}
@media (max-width: 767px) {
  .section__dvnb-tnd-gioithieu-flex .col {
    width: 100%;
    margin-bottom: 16px;
  }
}
.section__dvnb-tnd-gioithieu-flex .col .box-image {
  display: flex;
  justify-content: flex-end;
}
.section__dvnb-tnd-gioithieu-flex .col .box-image img {
  width: auto;
}
@media (max-width: 767px) {
  .section__dvnb-tnd-gioithieu-flex .col .box-image img {
    width: 100%;
  }
}
.section__247-step .box-item .title-box {
  font-weight: 500;
  font-size: 1.222rem;
  line-height: 1.889rem;
  color: #009bda;
  margin-bottom: 1.111rem;
}
@media (max-width: 767px) {
  .section__247-step .box-item .title-box {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 16px;
  }
}
.section__247-step .box-item .step-1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 120px 0 145px;
}
@media (max-width: 991px) {
  .section__247-step .box-item .step-1 {
    padding: 0;
  }
}
.section__247-step .box-item .step-1 .image {
  width: 50%;
}
@media (max-width: 767px) {
  .section__247-step .box-item .step-1 .image {
    width: 100%;
    order: 2;
  }
}
.section__247-step .box-item .step-1 .list {
  width: 50%;
}
@media (max-width: 767px) {
  .section__247-step .box-item .step-1 .list {
    width: 100%;
  }
}
.section__247-step .box-item .step-1 .list .item {
  box-shadow: 0px 2px 10px rgba(82, 82, 82, 0.2);
  border-radius: 8px;
  padding: 0.889rem 1.333rem;
  margin-bottom: 1.333rem;
}
@media (max-width: 767px) {
  .section__247-step .box-item .step-1 .list .item {
    padding: 8px;
    margin-bottom: 16px;
  }
}
.section__247-step .box-item .step-1 .list .item .step {
  font-weight: 500;
  font-size: 1.222rem;
  line-height: 1.889rem;
  color: #009bda;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .section__247-step .box-item .step-1 .list .item .step {
    font-size: 15px;
    line-height: 20px;
  }
}
.section__247-step .box-item .step-1 .list .item .text {
  font-size: 1rem;
  line-height: 1.778rem;
  color: #434343;
}
@media (max-width: 767px) {
  .section__247-step .box-item .step-1 .list .item .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.section__247-step .box-item .step-2 .list {
  display: flex;
  flex-wrap: wrap;
}
.section__247-step .box-item .step-2 .list .item {
  width: calc(33.33% - 21.33px);
  margin-right: 1.778rem;
  background: #009bda;
  border-radius: 8px;
  padding: 1.333rem;
  margin-top: 220px;
}
@media (max-width: 767px) {
  .section__247-step .box-item .step-2 .list .item {
    width: 100%;
    display: flex;
    margin-top: 56px;
    margin-right: 0;
  }
}
.section__247-step .box-item .step-2 .list .item:last-child {
  margin-right: 0;
}
.section__247-step .box-item .step-2 .list .item .image {
  margin-top: -220px;
  padding: 0 4.167rem;
  margin-bottom: 2rem;
  filter: drop-shadow(0px 10px 25px rgba(63, 63, 63, 0.35));
}
@media (max-width: 1199px) {
  .section__247-step .box-item .step-2 .list .item .image {
    padding: 0 1.778rem;
  }
}
@media (max-width: 991px) {
  .section__247-step .box-item .step-2 .list .item .image {
    padding: 0 5px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .section__247-step .box-item .step-2 .list .item .image {
    width: 50%;
    margin-top: -60px;
    padding-right: 1.778rem;
    padding-left: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section__247-step .box-item .step-2 .list .item .conten {
    width: 50%;
  }
}
.section__247-step .box-item .step-2 .list .item .step {
  font-weight: 500;
  font-size: 1.222rem;
  line-height: 1.889rem;
  color: #ffffff;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .section__247-step .box-item .step-2 .list .item .step {
    font-size: 15px;
    line-height: 20px;
  }
}
.section__247-step .box-item .step-2 .list .item .text {
  font-size: 1rem;
  line-height: 1.778rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .section__247-step .box-item .step-2 .list .item .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.section__247-step-vietqr .step-2 .list {
  display: flex;
  flex-wrap: wrap;
}
.section__247-step-vietqr .step-2 .list .item {
  width: calc(25% - 24px);
  margin-right: 1.778rem;
  background: #009bda;
  border-radius: 8px;
  padding: 1.333rem;
  margin-top: 256px;
}
@media (max-width: 991px) {
  .section__247-step-vietqr .step-2 .list .item {
    width: calc(50% - 16px);
  }
  .section__247-step-vietqr .step-2 .list .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 1500px) {
  .section__247-step-vietqr .step-2 .list .item {
    margin-top: 200px;
  }
}
@media (max-width: 767px) {
  .section__247-step-vietqr .step-2 .list .item {
    width: 100%;
    display: flex;
    margin-top: 56px;
    margin-right: 0;
  }
}
.section__247-step-vietqr .step-2 .list .item:last-child {
  margin-right: 0;
}
.section__247-step-vietqr .step-2 .list .item .image {
  margin-top: -256px;
  padding: 0 2.667rem;
  margin-bottom: 36px;
  filter: drop-shadow(0px 10px 25px rgba(63, 63, 63, 0.35));
}
@media (max-width: 1500px) {
  .section__247-step-vietqr .step-2 .list .item .image {
    padding: 0 25px;
    margin-top: -200px;
  }
}
@media (max-width: 1199px) {
  .section__247-step-vietqr .step-2 .list .item .image {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .section__247-step-vietqr .step-2 .list .item .image {
    padding: 0 48px;
  }
}
@media (max-width: 767px) {
  .section__247-step-vietqr .step-2 .list .item .image {
    width: 50%;
    margin-top: -60px;
    padding-right: 1.778rem;
    padding-left: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section__247-step-vietqr .step-2 .list .item .conten {
    width: 50%;
  }
}
.section__247-step-vietqr .step-2 .list .item .step {
  font-weight: 500;
  font-size: 1.222rem;
  line-height: 1.889rem;
  color: #ffffff;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .section__247-step-vietqr .step-2 .list .item .step {
    font-size: 15px;
    line-height: 20px;
  }
}
.section__247-step-vietqr .step-2 .list .item .text {
  font-size: 1rem;
  line-height: 1.778rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .section__247-step-vietqr .step-2 .list .item .text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .section__b-content {
    display: block !important;
  }
}
.section__ctt-release .section__title {
  color: #0b3f7e;
  margin-bottom: 0.889rem;
}
.section__contact {
  margin-bottom: 66px;
}
@media (max-width: 767px) {
  .section__contact {
    margin-bottom: 60px;
  }
}
.section__contact-slg {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .section__contact-slg {
    margin-bottom: 60px;
  }
}
.section__contact-slg-bg .title {
  color: #0b3f7e;
}
.section__contact-slg-bg .text {
  font-size: 1rem;
  line-height: 1.778rem;
}
@media (max-width: 767px) {
  .section__contact-slg-bg .text {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 24px;
  }
}
.section__contact-slg-bg .text .link-out {
  text-decoration-line: underline;
  color: #009bda;
  display: inline-block;
}
.section__tnsm .section__ctn-a-sapo {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section__tnsm .section__ctn-a-sapo {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section__tnsm .section__ctn-a-image .section__ctn-a-sapo {
    margin-bottom: 0px;
  }
}
.section__magazine [data-role=content] {
  font: 400 20px/170% "Arial", serif;
}
.section__magazine-banner {
  position: relative;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 9;
  color: #fff;
  height: 570px;
  overflow: hidden;
  background: linear-gradient(180deg, #151b22 0%, rgba(21, 27, 34, 0) 41.83%);
  /*&:before {
      background: -webkit-linear-gradient( top, #151b22 0%, rgba(21, 27, 34, 0) 41.83% );
      background: linear-gradient( 180deg, #151b22 0%, rgba(21, 27, 34, 0) 41.83% );
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
  }*/
}
@media (max-width: 1399px) {
  .section__magazine-banner {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .section__magazine-banner {
    height: 300px;
    padding-top: 25px;
  }
}
.section__magazine-banner img {
  width: 100%;
  overflow-x: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  animation: scale 40s linear infinite;
}
.section__magazine-banner .content {
  position: absolute;
  top: 40px;
  background: none !important;
  display: block !important;
  height: 100%;
  padding-top: 80px;
  filter: drop-shadow(0px 0px 64px rgba(21, 27, 34, 0.2));
  width: 100%;
  z-index: 3;
}
@media (max-width: 767px) {
  .section__magazine-banner .content {
    padding-top: 0;
  }
}
.section__magazine-banner .content .title-cover {
  display: block;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 100%;
  color: #e5e5e5;
}
@media (max-width: 767px) {
  .section__magazine-banner .content .title-cover {
    font-size: 12px;
  }
}
.section__magazine-banner .content .text-cover {
  font-family: "Dancing Script", cursive;
  font-weight: bold;
  font-size: 72px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .section__magazine-banner .content .text-cover {
    font-size: 56px;
  }
}
.section__magazine-banner .content .text-cover .text {
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
}

@keyframes scale {
  50% {
    transform: scale(1.2);
  }
}/*# sourceMappingURL=sfrontend.css.map */