@charset "UTF-8";
/***********************************************************************************/
/*                                                                                 */
/*                           Customize your css here                               */
/*                                                                                 */
/***********************************************************************************/
.admin-bar .HomeSlider {
  height: calc(100vh - 107px);
}

.HeadingIcon.box-text-icon-gt3 .subtitle {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.HeadingIcon.box-text-icon-gt3 .subtitle span {
  position: relative;
  color: #F58220;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
.HeadingIcon.box-text-icon-gt3 .subtitle span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #F58220;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.HeadingIcon.box-text-icon-gt3 .description {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: justify;
}

.HomeSlider {
  position: relative;
  width: 100%;
  height: calc(100vh - 75px);
  min-height: 650px;
  background-color: #0a1c14;
  overflow: hidden;
}
.HomeSlider .list_homeBanner {
  width: 100%;
  height: 100%;
}
.HomeSlider .item_homeBanner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.HomeSlider .item_homeBanner .img_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.HomeSlider .item_homeBanner .img_background img,
.HomeSlider .item_homeBanner .img_background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.HomeSlider .item_homeBanner .img_background::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.8;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #000 100%);
  width: 60%;
  height: 100%;
}
.HomeSlider .item_homeBanner .content_slide_home {
  position: absolute;
  z-index: 3;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
  text-align: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.HomeSlider .item_homeBanner .content_slide_home .subtitle_slide {
  max-width: 590px;
  color: #F58220;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.HomeSlider .item_homeBanner .content_slide_home .heading_slide_home {
  color: var(--Neutral-6, #FFF);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.HomeSlider .item_homeBanner .content_slide_home ._1luf {
  color: #ECEDEF;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  max-width: 460px;
}
.HomeSlider .item_homeBanner .content_slide_home .button_slide_home {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 12px 20px;
  border-radius: 100px;
  border-radius: 34px;
  background: linear-gradient(90deg, #F1951A 0%, #FE542D 100%);
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-top: 90px;
}
.HomeSlider ._9byf {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 767px) {
  .HomeSlider ._9byf {
    bottom: 30px;
  }
}
.HomeSlider ._9byf .container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.HomeSlider ._9byf .pagination-home-slider {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 12;
}
.HomeSlider ._9byf .pagination-home-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  margin: 0 !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 50%;
  cursor: pointer;
}
.HomeSlider ._9byf .pagination-home-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
  width: 32px;
  border-radius: 6px;
}
.HomeSlider ._9byf ._9tfr {
  display: flex;
  align-items: center;
  gap: 16px;
  background: transparent;
  border: none;
  padding: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
@media (max-width: 575px) {
  .HomeSlider ._9byf ._9tfr {
    gap: 12px;
  }
}
.HomeSlider ._9byf .navigation-prev,
.HomeSlider ._9byf .navigation-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  border: none;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
}
.HomeSlider ._9byf .navigation-prev i,
.HomeSlider ._9byf .navigation-next i {
  font-size: 16px;
}
.HomeSlider ._9byf .navigation-prev:hover,
.HomeSlider ._9byf .navigation-next:hover {
  background: #ffffff;
  color: #0a1c14;
}
.HomeSlider ._9byf .autoplay-progress {
  position: relative;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.HomeSlider ._9byf .autoplay-progress svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.HomeSlider ._9byf .autoplay-progress svg circle {
  fill: none;
  stroke-width: 4;
}
.HomeSlider ._9byf .autoplay-progress svg circle.progress-bg {
  stroke: rgba(255, 255, 255, 0.25);
}
.HomeSlider ._9byf .autoplay-progress svg circle.progress-bar {
  stroke: #ffffff;
  stroke-dasharray: 289;
  stroke-dashoffset: calc(289 * (1 - var(--progress, 0)));
  transition: stroke-dashoffset 0.1s linear;
}
.HomeSlider ._9byf .autoplay-progress .pause-icon {
  position: relative;
  z-index: 2;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.HomeSlider ._9byf .autoplay-progress .pause-icon i {
  font-size: 16px;
}

.box_h2 {
  gap: 50px;
}
.box_h2 .text-box-website,
.box_h2 .image-box-website {
  width: calc(50% - 25px);
}
.box_h2 .text-box-website .inner-box ._7tpb h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 55px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.box_h2 .text-box-website .inner-box ._7tpb p {
  font-size: 16px;
  line-height: 26px;
  color: #484554;
  text-align: justify;
}
.box_h2 .image-box-website {
  position: relative;
}
.box_h2 .image-box-website .image-main {
  position: absolute;
  border-radius: 18px;
  overflow: hidden;
  top: -150px;
}

#main .home_3 {
  padding-bottom: 100px;
}

.QuyTrinhDichVu ._9nuqjns {
  border-radius: 14px;
  opacity: 0.77;
  background: #1A2C86;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.11);
  padding: 15px;
  overflow: hidden;
}
.QuyTrinhDichVu ._9nuqjns .quy-trinh-icon {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.QuyTrinhDichVu ._9nuqjns .quy-trinh-content {
  margin-top: 20px;
}
.QuyTrinhDichVu ._9nuqjns .quy-trinh-content ._0wtavwf {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.card-service {
  position: relative;
  margin-bottom: 20px;
}
.card-service:last-child {
  margin-bottom: 0;
}
.card-service .card-service-img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.card-service .card-service-img ._4yir::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.card-service .card-service-img ._4yir img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 510px;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-service .card-service-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.card-service .card-service-title ._7hjf {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 24px;
}
.card-service .card-service-title ._7hjf ._6cfb {
  flex: 1;
  margin-right: 20px;
}
.card-service .card-service-title ._7hjf ._6cfb ._2wqm-title {
  color: var(--f-58220, #FFF);
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.card-service .card-service-title ._7hjf ._6cfb ._21ux {
  color: var(--f-58220, #FFF);
  font-size: 13px;
  font-weight: 400;
  opacity: 0.7;
  margin-bottom: 0;
  text-align: justify;
}
.card-service .card-service-title ._7hjf i {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 20px;
}
.card-service:hover .card-service-img ._4yir img {
  transform: scale(1.2) rotate(10deg);
  transition: all 0.3s ease-in-out;
}

#main .home_4::after {
  content: "";
  background: url("../../img/mask_home4.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
#main .home_4 .h4_r2 {
  margin-bottom: 140px;
}
#main .home_4 .h4_r3 {
  padding-left: calc((100% - 1215px) / 2);
}
#main .home_4 .h4_r3 .h4_r3_c1 {
  flex-basis: 352px;
  max-width: 352px;
  margin-right: 20px;
}
#main .home_4 .h4_r3 .h4_r3_c2 {
  flex-basis: calc(100% - 372px);
  max-width: calc(100% - 372px);
}

.quytrinh-pagination-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
  width: calc(100% - 200px);
}
.quytrinh-pagination-container .quytrinh-progress-bar {
  flex: 1;
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.quytrinh-pagination-container .quytrinh-progress-bar .quytrinh-progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #F1951A 0%, #FE542D 100%);
  border-radius: 3px;
  transition: width 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.quytrinh-pagination-container .quytrinh-controls {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #ffffff;
}
.quytrinh-pagination-container .quytrinh-controls .cntt-button-prev,
.quytrinh-pagination-container .quytrinh-controls .cntt-button-next {
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.quytrinh-pagination-container .quytrinh-controls .cntt-button-prev i,
.quytrinh-pagination-container .quytrinh-controls .cntt-button-next i {
  font-size: 16px;
  color: #ffffff;
  transition: color 0.25s ease;
}
.quytrinh-pagination-container .quytrinh-controls .cntt-button-prev:hover i,
.quytrinh-pagination-container .quytrinh-controls .cntt-button-next:hover i {
  color: #F58220;
}
.quytrinh-pagination-container .quytrinh-controls .cntt-button-prev.swiper-button-disabled,
.quytrinh-pagination-container .quytrinh-controls .cntt-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.quytrinh-pagination-container .quytrinh-controls .quytrinh-fraction {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  min-width: 45px;
  text-align: center;
  letter-spacing: 0.5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #ffffff;
}

.section-light .quytrinh-pagination-container .quytrinh-progress-bar,
.light-theme .quytrinh-pagination-container .quytrinh-progress-bar {
  background: rgba(0, 0, 0, 0.1);
}
.section-light .quytrinh-pagination-container .quytrinh-controls,
.light-theme .quytrinh-pagination-container .quytrinh-controls {
  color: #212121;
}
.section-light .quytrinh-pagination-container .quytrinh-controls .cntt-button-prev i,
.section-light .quytrinh-pagination-container .quytrinh-controls .cntt-button-next i,
.light-theme .quytrinh-pagination-container .quytrinh-controls .cntt-button-prev i,
.light-theme .quytrinh-pagination-container .quytrinh-controls .cntt-button-next i {
  color: #212121;
}
.section-light .quytrinh-pagination-container .quytrinh-controls .cntt-button-prev:hover i,
.section-light .quytrinh-pagination-container .quytrinh-controls .cntt-button-next:hover i,
.light-theme .quytrinh-pagination-container .quytrinh-controls .cntt-button-prev:hover i,
.light-theme .quytrinh-pagination-container .quytrinh-controls .cntt-button-next:hover i {
  color: #F58220;
}
.section-light .quytrinh-pagination-container .quytrinh-controls .quytrinh-fraction,
.light-theme .quytrinh-pagination-container .quytrinh-controls .quytrinh-fraction {
  color: #212121;
}

.QuyTrinh .item_QuyTrinh ._7ejh {
  border-radius: 14px;
  background: #221E57;
  overflow: hidden;
  filter: drop-shadow(0 4px 12.8px rgba(255, 255, 255, 0.21));
}
.QuyTrinh .item_QuyTrinh ._1otf {
  height: 500px;
  width: 100%;
}
.QuyTrinh .item_QuyTrinh ._1otf img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.QuyTrinh .item_QuyTrinh ._2ivd {
  padding: 25px 16px;
}
.QuyTrinh .item_QuyTrinh ._2ivd ._8smb {
  color: #F58220;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  height: 48px;
  margin-bottom: 4px;
}
.QuyTrinh .item_QuyTrinh ._2ivd ._1qgh {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  height: 48px;
  margin-bottom: 0;
}

.SlideBlogsNews .title-news {
  color: #221E57;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.SlideBlogsNews .MainListBlogsSlide {
  position: relative;
}
.SlideBlogsNews .MainListBlogsSlide .swiper-nav-btn {
  position: absolute;
  top: 25%;
  /* Căn theo chiều cao của box-image (ví dụ 30%) */
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 32px;
  height: 32px;
  color: #fff;
  background: linear-gradient(90deg, #F1951A 0%, #FE542D 100%);
  opacity: 0.88;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SlideBlogsNews .MainListBlogsSlide .swiper-nav-btn.cntt-button-main-list-blogs-prev {
  left: 10px;
}
.SlideBlogsNews .MainListBlogsSlide .swiper-nav-btn.cntt-button-main-list-blogs-next {
  right: 10px;
}
.SlideBlogsNews .MainListBlogsSlide .item-blogs .box-image {
  border-radius: 5px;
  height: 230px;
  overflow: hidden;
}
.SlideBlogsNews .MainListBlogsSlide .item-blogs .box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.SlideBlogsNews .MainListBlogsSlide .item-blogs .box-text {
  padding-top: 15px;
}
.SlideBlogsNews .MainListBlogsSlide .item-blogs .box-text .post-title a {
  font-size: 20px;
  color: #0B0B0B;
  font-weight: 500;
  line-height: 30px;
  height: 60px;
}
.SlideBlogsNews .MainListBlogsSlide .item-blogs .box-text .post-title a:hover {
  color: #1A2C86;
}
.SlideBlogsNews .MainListBlogsSlide .item-blogs .box-text .post-title {
  margin-bottom: 16px;
}
.SlideBlogsNews .MainListBlogsSlide .item-blogs .box-text .post-content {
  color: #484554;
  line-height: 24px;
  text-align: justify;
}

.h4_r1_c2,
.h4_r1_c3 {
  margin-top: 16px;
}

.BlogsBFF .title-news {
  color: #221E57;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.BlogsBFF .MainListBlogs .box-vertical {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.BlogsBFF .MainListBlogs .box-vertical .box-image {
  width: 165px;
  height: 115px;
  border-radius: 5px;
  overflow: hidden;
}
.BlogsBFF .MainListBlogs .box-vertical .box-image img,
.BlogsBFF .MainListBlogs .box-vertical .box-image .block {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.BlogsBFF .MainListBlogs .box-vertical .box-text {
  padding: 0;
  padding-left: 12px;
  width: calc(100% - 177px);
}
.BlogsBFF .MainListBlogs .box-vertical .box-text .post-date {
  color: #979898;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 8px;
}
.BlogsBFF .MainListBlogs .box-vertical .box-text .post-title a {
  font-size: 14px;
  color: #484554;
  font-weight: 500;
  line-height: 1.5;
}
.BlogsBFF .MainListBlogs .box-vertical .box-text .post-title a:hover {
  color: #1A2C86;
}

.PartnerTab {
  text-align: center;
}
.PartnerTab .partner-tab-controls {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .PartnerTab .partner-tab-controls {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
}
.PartnerTab .partner-tab-controls .partner-tab-btn {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.PartnerTab .partner-tab-controls .partner-tab-btn .tab-radio {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}
.PartnerTab .partner-tab-controls .partner-tab-btn.active .tab-radio {
  border-color: #F1951A;
}
.PartnerTab .partner-tab-controls .partner-tab-btn.active .tab-radio::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #F1951A;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.PartnerTab .partner-tab-content {
  max-width: 1000px;
  margin: 0 auto;
}
.PartnerTab .partner-tab-content .partner-tab-pane {
  display: none;
}
.PartnerTab .partner-tab-content .partner-tab-pane.active {
  display: block;
  animation: fadeIn 0.5s;
}
.PartnerTab .partner-tab-content .partner-tab-pane .partner-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  height: 120px;
  transition: all 0.3s ease;
}
.PartnerTab .partner-tab-content .partner-tab-pane .partner-logo-link:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.PartnerTab .partner-tab-content .partner-tab-pane .partner-logo-link img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.social-icons .icon-zalo {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-color: currentColor;
  -webkit-mask-image: url("../../img/zalo.png");
  mask-image: url("../../img/zalo.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.social-icons .zalo:hover {
  background-color: #0068ff !important;
  border-color: #0068ff !important;
}
.social-icons .zalo:hover .icon-zalo {
  background-color: #fff !important;
}
.social-icons .zalo.is-outline:hover {
  background-color: #0068ff !important;
  border-color: #0068ff !important;
  color: #fff !important;
}
.social-icons .zalo.is-fill .icon-zalo,
.social-icons .zalo.is-small .icon-zalo {
  background-color: #fff;
}

.BannerWebsite {
  position: relative;
}
.BannerWebsite .banner-view {
  position: relative;
  z-index: 1;
}
.BannerWebsite .banner-view .image-bn {
  position: relative;
}
.BannerWebsite .banner-view .image-bn img {
  max-height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.BannerWebsite .banner-view .image-bn::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.8;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #000 100%);
  width: 60%;
  height: 100%;
}
.BannerWebsite .banner-view .image-bn video {
  max-height: 480px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.BannerWebsite .banner-view .image-bn video::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.8;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #000 100%);
  width: 60%;
  height: 100%;
}
.BannerWebsite .content-banner {
  position: absolute;
  max-width: 1200px;
  left: 50%;
  bottom: 60px;
  width: 100%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 0 15px;
}
.BannerWebsite .content-banner .content-inner h2 {
  color: var(--f-58220, #FFF);
  font-size: 48px;
  font-weight: 800;
  line-height: 69px;
  margin-bottom: 0px;
  max-width: 100%;
  text-transform: uppercase;
}
.BannerWebsite .content-banner .content-inner p {
  color: var(--f-58220, #FFF);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  max-width: 588px;
  margin-bottom: 30px;
}
.BannerWebsite .content-banner .content-inner .long-width-content h2,
.BannerWebsite .content-banner .content-inner .long-width-content p {
  max-width: 740px;
}

.breadcrumbs {
  margin-bottom: 20px;
}
.breadcrumbs span {
  color: #E9EFEB;
  font-size: 16px;
  font-weight: 400;
}
.breadcrumbs a {
  color: #E9EFEB;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}

.tab_v1 .button_tab a {
  display: flex;
  height: 50px;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #EAF0F6;
  color: #0a65f4;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.tab_v1 .button_tab a.active {
  background: #0a65f4;
  color: #FFF;
}
.tab_v1 .button_tab a.active:hover {
  background: #05255f;
  color: #FFF;
}
.tab_v1 .button_tab a:hover {
  background: #d4e8f9;
}

.MainVideosArchive {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #FEF6EA;
  /* Màu nền be nhạt của design */
}
.MainVideosArchive .ArchiveListBlogs .archive-item-blogs {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(43, 50, 47, 0.1);
  /* Viền mờ bao quanh giống ảnh */
  box-shadow: 0 8px 20px rgba(0, 109, 65, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 24px;
}
.MainVideosArchive .ArchiveListBlogs .archive-item-blogs:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 109, 65, 0.1);
}
.MainVideosArchive .ArchiveListBlogs .archive-item-blogs .box-image {
  width: 100%;
  height: 240px;
}
.MainVideosArchive .ArchiveListBlogs .archive-item-blogs .box-image a,
.MainVideosArchive .ArchiveListBlogs .archive-item-blogs .box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.MainVideosArchive .ArchiveListBlogs .archive-item-blogs .box-text {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.MainVideosArchive .ArchiveListBlogs .archive-item-blogs .box-text .post-title {
  margin-bottom: 8px;
}
.MainVideosArchive .ArchiveListBlogs .archive-item-blogs .box-text .post-title .title {
  color: #003fa3;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  text-decoration: none;
  transition: color 0.3s ease;
}
.MainVideosArchive .ArchiveListBlogs .archive-item-blogs .box-text .post-title .title:hover {
  color: #F9A825;
}
.MainVideosArchive .ArchiveListBlogs .archive-item-blogs .box-text .post-content {
  margin-bottom: 10px;
}
.MainVideosArchive .ArchiveListBlogs .archive-item-blogs .box-text .post-content p {
  color: rgba(43, 50, 47, 0.7);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}
.MainVideosArchive .ArchiveListBlogs .archive-item-blogs .box-text .btn-readmore {
  width: 50px;
  height: 36px;
  border: 1px solid #0a65f4;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a65f4;
  background: #ffffff;
  transition: all 0.3s ease;
  margin-left: auto;
  margin-top: auto;
  /* Đẩy nút xuống dưới cùng góc phải */
}
.MainVideosArchive .ArchiveListBlogs .archive-item-blogs .box-text .btn-readmore i {
  font-size: 16px;
}
.MainVideosArchive .ArchiveListBlogs .archive-item-blogs .box-text .btn-readmore:hover {
  background: #0a65f4;
  color: #ffffff;
  border-color: #0a65f4;
}

.SinglePostContent {
  border-radius: 12px;
  background: #FFF;
  padding: 24px;
}
.SinglePostContent h2,
.SinglePostContent h3,
.SinglePostContent h4,
.SinglePostContent h5,
.SinglePostContent strong {
  font-weight: 400;
}
.SinglePostContent .single-post-title {
  margin-bottom: 12px;
}
.SinglePostContent .single-post-title h1 {
  color: var(--Color-3, #2B322F);
  font-size: 26px;
  font-weight: 800;
}
.SinglePostContent ._5ehx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.15);
}
.SinglePostContent ._5ehx .single-post-meta {
  flex: 1;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.SinglePostContent ._5ehx .single-post-meta .single-post-date {
  color: rgba(30, 30, 30, 0.5);
  font-size: 14px;
  font-weight: 400;
}
.SinglePostContent ._5ehx .single-post-meta .count-view {
  display: flex;
  align-items: center;
  color: rgba(30, 30, 30, 0.5);
  font-size: 14px;
  font-weight: 400;
}
.SinglePostContent ._5ehx .single-post-meta .count-view ._4afh {
  margin-right: 5px;
}
.SinglePostContent ._5ehx .SharePost {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.SinglePostContent ._5ehx .SharePost ._2lfc {
  display: flex;
  align-items: center;
  color: #0a65f4;
  font-weight: 600;
  cursor: pointer;
}
.SinglePostContent ._5ehx .SharePost ._2lfc:hover {
  text-decoration: underline;
}
.SinglePostContent ._5ehx .SharePost ._2lfc ._8yeh {
  margin-right: 5px;
}
.SinglePostContent ._5ehx .SharePost ._2dzo {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 5;
}
.SinglePostContent ._5ehx .SharePost ._2dzo .share-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.SinglePostContent ._5ehx .SharePost ._2dzo .share-icons .icon {
  margin: 0;
  margin-bottom: 8px;
}
.SinglePostContent ._4pgqelx {
  margin-bottom: 20px;
}

.SinglePostSidebar {
  border-radius: 10px;
  overflow: hidden;
  position: sticky;
  top: 30px;
}
.SinglePostSidebar .single-post-sidebar-title {
  background: #0a65f4;
  padding: 10px 12px;
}
.SinglePostSidebar .single-post-sidebar-title h2 {
  color: var(--white, #FFF);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.SinglePostSidebar .single-post-sidebar-content {
  padding-block: 12px;
  background: #fff;
}
.SinglePostSidebar .single-post-sidebar-content .single-post-sidebar-item {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
}
.SinglePostSidebar .single-post-sidebar-content .single-post-sidebar-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.SinglePostSidebar .single-post-sidebar-content .single-post-sidebar-item .image-post {
  width: 65px;
  height: 100%;
  margin-right: 12px;
}
.SinglePostSidebar .single-post-sidebar-content .single-post-sidebar-item .image-post img {
  width: 100%;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.SinglePostSidebar .single-post-sidebar-content .single-post-sidebar-item .text-post {
  width: calc(100% - 77px);
}
.SinglePostSidebar .single-post-sidebar-content .single-post-sidebar-item .text-post ._6mmh {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
.SinglePostSidebar .single-post-sidebar-content .single-post-sidebar-item .text-post ._6mmh a {
  color: #333333;
}
.SinglePostSidebar .single-post-sidebar-content .single-post-sidebar-item .text-post .post-date {
  color: rgba(30, 30, 30, 0.5);
  font-size: 12px;
  font-weight: 400;
}

.text_breadcumb p {
  margin-bottom: 0;
}

.blocktext_contact_head {
  margin-bottom: 14px;
}
.blocktext_contact_head p {
  color: var(--Color-2, #006D41);
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 0;
}

.block_text_gt2 h3 {
  color: #F58220;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
}
.block_text_gt2 h2 {
  color: #221E57;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-bottom: 40px;
  position: relative;
}
.block_text_gt2 h2::after {
  content: "";
  position: absolute;
  width: 55px;
  height: 3px;
  bottom: -10px;
  left: 0;
  background: #F58220;
}
.block_text_gt2 p {
  color: var(--Neutral-0, #0B0B0B);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
  text-align: justify;
}
.block_text_gt2 p strong {
  color: #221E57;
  font-size: 18px;
}

#main .gioi-thieu-2 {
  padding-top: 45px;
  padding-bottom: 70px;
}

.heading_title_simple h2 {
  color: var(--Primary-3, #221E57);
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 55px;
  text-transform: uppercase;
}

.gt4_r2 {
  margin-top: 40px;
}

.box-image-gt4 .box-image {
  position: relative;
}
.box-image-gt4 .box-image img {
  height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.box-image-gt4 .box-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, rgba(20, 0, 200, 0) 0%, #0f0b7d 40%, #14145A 100%);
  pointer-events: none;
}

/* Faqs Panel Stylings */
.FaqsPanel {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.FaqsPanel .FaqsContainer {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .FaqsPanel .FaqsContainer {
    flex-direction: column;
    gap: 20px;
  }
}
.FaqsPanel .FaqsLeft {
  flex: 0 0 45%;
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 768px) {
  .FaqsPanel .FaqsLeft {
    width: 100%;
  }
}
.FaqsPanel .FaqQuestionItem {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid #E2E8F0;
  background-color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.FaqsPanel .FaqQuestionItem .faq-toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  width: 20px;
  height: 20px;
  color: #221E57;
  transition: color 0.3s ease;
}
.FaqsPanel .FaqQuestionItem .faq-toggle-icon::before {
  content: "+";
}
.FaqsPanel .FaqQuestionItem .faq-question-text {
  color: #221E57;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.FaqsPanel .FaqQuestionItem:hover:not(.active) {
  border-color: #1400C8;
  background-color: rgba(20, 0, 200, 0.02);
  transform: translateY(-1px);
}
.FaqsPanel .FaqQuestionItem.active {
  background: linear-gradient(90deg, #1400C8 0%, #14145A 100%);
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(20, 0, 200, 0.2);
}
.FaqsPanel .FaqQuestionItem.active .faq-toggle-icon {
  color: #FFFFFF;
}
.FaqsPanel .FaqQuestionItem.active .faq-toggle-icon::before {
  content: "-";
}
.FaqsPanel .FaqQuestionItem.active .faq-question-text {
  color: #FFFFFF;
}
.FaqsPanel .FaqsRight {
  flex: 1;
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 30px;
  min-height: 250px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .FaqsPanel .FaqsRight {
    width: 100%;
  }
}
.FaqsPanel .FaqAnswerItem {
  display: none;
}
.FaqsPanel .FaqAnswerItem.active {
  display: block;
  animation: faqsFadeIn 0.4s ease;
}
.FaqsPanel .faq-answer-content {
  color: #4A5568;
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
}

@keyframes faqsFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.gt5_r2 {
  margin-top: 40px;
}

#main ._8fcr {
  background: #F9FAFB;
}

#pagination-event {
  margin-top: 12px;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
#pagination-event .pagination-feature-btn {
  margin: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #0A65F4;
  font-size: 14px;
  font-weight: 800;
  border: 1px solid var(--Light-blue, #0A65F4);
  line-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pagination-event .pagination-feature-btn.active, #pagination-event .pagination-feature-btn:hover {
  background: var(--Light-blue, #0A65F4);
  color: #fff;
}

#event-filter-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  border-radius: 8px;
  border-bottom: 3px solid var(--Primary-1, #F58220);
  padding: 8px;
}
#event-filter-form ._3wcz {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 24px;
}
#event-filter-form ._3wcz::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: #ECEDEF;
}
#event-filter-form ._3wcz:last-child {
  padding-right: 0;
}
#event-filter-form ._3wcz:last-child::after {
  display: none;
}
#event-filter-form ._3wcz select,
#event-filter-form ._3wcz input {
  border: unset;
  box-shadow: unset;
  margin-bottom: 0;
  background: #F9FAFB;
}
#event-filter-form ._3wcz.button-action {
  margin-left: auto;
}
#event-filter-form ._3wcz.button-action #btn-filter-event {
  margin-bottom: 0;
  border-radius: 34px;
  background: linear-gradient(90deg, #F1951A 0%, #FE542D 100%);
}
#event-filter-form ._3wcz.button-action #btn-filter-event span {
  color: var(--Neutral-6, #FFF);
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.inner-list-event {
  display: flex;
  flex-wrap: wrap;
  margin-right: -25px;
}
.inner-list-event .item-event-schedule {
  width: calc(33.33333% - 25px);
  margin-right: 25px;
  margin-bottom: 25px;
  border-radius: 15px;
  background: var(--Neutral-6, #FFF);
  box-shadow: 0 4px 14px 0 rgba(210, 210, 210, 0.25);
  overflow: hidden;
}
.inner-list-event .item-event-schedule .event-thumbnail {
  position: relative;
}
.inner-list-event .item-event-schedule .event-thumbnail img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-list-event .item-event-schedule .event-thumbnail .box-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #221E57;
  display: flex;
  align-items: center;
  padding: 6px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inner-list-event .item-event-schedule .event-thumbnail .box-shape .event-time,
.inner-list-event .item-event-schedule .event-thumbnail .box-shape .event-location {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.inner-list-event .item-event-schedule .event-info {
  padding: 15px;
}
.inner-list-event .item-event-schedule .event-info .name-category {
  color: #FA6E32;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.inner-list-event .item-event-schedule .event-info .event-title {
  color: #221E57;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  height: 52px;
  margin-bottom: 12px;
}
.inner-list-event .item-event-schedule .event-info .event-description {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  height: 60px;
  color: #000000;
  text-align: justify;
}

/* =============================================
   STYLE CHO TRANG CHI TIẾT SỰ KIỆN (SINGLE EVENT)
   ============================================= */
.SingleEvent {
  background: #F9FAFB;
  padding-block: 40px;
}
.SingleEvent .SingleEventContent {
  border-radius: 12px;
  background: #FFF;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .SingleEvent .SingleEventContent {
    padding: 15px;
  }
}
.SingleEvent .SingleEventContent .single-event-header {
  margin-bottom: 20px;
}
.SingleEvent .SingleEventContent .single-event-header .event-cat-tag {
  display: inline-block;
  background: rgba(250, 110, 50, 0.1);
  color: #FA6E32;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.SingleEvent .SingleEventContent .single-event-header .single-event-title {
  color: #221E57;
  font-size: 28px;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 0;
}
.SingleEvent .SingleEventContent .event-meta-info-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background: #F8F9FD;
  border-left: 4px solid #0A65F4;
  padding: 15px 20px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 24px;
}
.SingleEvent .SingleEventContent .event-meta-info-strip .meta-strip-item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 200px;
}
.SingleEvent .SingleEventContent .event-meta-info-strip .meta-strip-item i {
  font-size: 20px;
  color: #0A65F4;
  width: 32px;
  height: 32px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(10, 101, 244, 0.1);
}
.SingleEvent .SingleEventContent .event-meta-info-strip .meta-strip-item .meta-label {
  display: block;
  font-size: 12px;
  color: #6C757D;
  font-weight: 500;
}
.SingleEvent .SingleEventContent .event-meta-info-strip .meta-strip-item .meta-val {
  display: block;
  font-size: 14px;
  color: #221E57;
  font-weight: 700;
}
.SingleEvent .SingleEventContent .event-sharing-strip {
  border-bottom: 1px solid #ECEDEF;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.SingleEvent .SingleEventContent .event-sharing-strip .SharePost {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.SingleEvent .SingleEventContent .event-sharing-strip .SharePost ._2lfc {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #221E57;
  font-weight: 700;
  font-size: 14px;
}
.SingleEvent .SingleEventContent .single-event-thumbnail {
  margin-bottom: 25px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.SingleEvent .SingleEventContent .single-event-thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.SingleEvent .SingleEventContent .single-event-content {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  text-align: justify;
}
.SingleEvent .SingleEventContent .single-event-content p {
  margin-bottom: 20px;
}
.SingleEvent .SingleEventContent .single-event-content img {
  border-radius: 8px;
  margin-block: 15px;
}
.SingleEvent .SingleEventSidebar {
  border-radius: 12px;
  overflow: hidden;
  position: sticky;
  top: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.SingleEvent .SingleEventSidebar .single-event-sidebar-title {
  background: #221E57;
  padding: 15px 20px;
}
.SingleEvent .SingleEventSidebar .single-event-sidebar-title h2 {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.SingleEvent .SingleEventSidebar .single-event-sidebar-content {
  padding: 20px;
  background: #FFF;
}
.SingleEvent .SingleEventSidebar .single-event-sidebar-content .single-event-sidebar-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ECEDEF;
  display: flex;
  gap: 12px;
}
.SingleEvent .SingleEventSidebar .single-event-sidebar-content .single-event-sidebar-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.SingleEvent .SingleEventSidebar .single-event-sidebar-content .single-event-sidebar-item .image-post {
  width: 75px;
  height: 75px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
.SingleEvent .SingleEventSidebar .single-event-sidebar-content .single-event-sidebar-item .image-post img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.SingleEvent .SingleEventSidebar .single-event-sidebar-content .single-event-sidebar-item .text-post {
  flex: 1;
}
.SingleEvent .SingleEventSidebar .single-event-sidebar-content .single-event-sidebar-item .text-post ._6mmh {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 6px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.SingleEvent .SingleEventSidebar .single-event-sidebar-content .single-event-sidebar-item .text-post ._6mmh a {
  color: #221E57;
  transition: color 0.2s ease;
}
.SingleEvent .SingleEventSidebar .single-event-sidebar-content .single-event-sidebar-item .text-post ._6mmh a:hover {
  color: #0A65F4;
}
.SingleEvent .SingleEventSidebar .single-event-sidebar-content .single-event-sidebar-item .text-post .post-meta-sidebar {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 12px;
  color: #6C757D;
}
.SingleEvent .SingleEventSidebar .single-event-sidebar-content .single-event-sidebar-item .text-post .post-meta-sidebar i {
  margin-right: 4px;
  color: #FA6E32;
}
.SingleEvent .SingleEventSidebar .single-event-sidebar-content .single-event-sidebar-item .text-post .post-meta-sidebar span {
  display: flex;
  align-items: center;
}
.SingleEvent .SingleEventSidebar .single-event-sidebar-content .no-events {
  color: #6C757D;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}

/* =============================================
   STYLE CHO TRANG LỌC KHÓA HỌC (EDUCATION)
   ============================================= */
#education-filter-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  border-radius: 8px;
  border-bottom: 3px solid var(--Primary-1, #F58220);
  padding: 8px;
  margin-bottom: 30px;
}
#education-filter-form ._3wcz {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 24px;
}
#education-filter-form ._3wcz::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: #ECEDEF;
}
#education-filter-form ._3wcz:last-child {
  padding-right: 0;
}
#education-filter-form ._3wcz:last-child::after {
  display: none;
}
#education-filter-form ._3wcz select,
#education-filter-form ._3wcz input {
  border: unset;
  box-shadow: unset;
  margin-bottom: 0;
  background: #F9FAFB;
}
#education-filter-form ._3wcz.button-action {
  margin-left: auto;
}
#education-filter-form ._3wcz.button-action #btn-filter-education {
  margin-bottom: 0;
  border-radius: 34px;
  background: linear-gradient(90deg, #F1951A 0%, #FE542D 100%);
}
#education-filter-form ._3wcz.button-action #btn-filter-education span {
  color: var(--Neutral-6, #FFF);
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.inner-list-education {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 40px;
}
.inner-list-education .item-education-card {
  display: flex;
  background: #FFF;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #F0F2F5;
}
@media (max-width: 767px) {
  .inner-list-education .item-education-card {
    flex-direction: column;
  }
}
.inner-list-education .item-education-card .education-image-col {
  width: 320px;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 767px) {
  .inner-list-education .item-education-card .education-image-col {
    width: 100%;
    height: 200px;
  }
}
.inner-list-education .item-education-card .education-image-col .education-img-link {
  display: block;
  height: 100%;
  width: 100%;
}
.inner-list-education .item-education-card .education-image-col .education-img-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.inner-list-education .item-education-card .education-image-col .education-img-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(34, 30, 87, 0.85);
  color: #FFF;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: 0.5px;
}
.inner-list-education .item-education-card .education-info-col {
  flex: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .inner-list-education .item-education-card .education-info-col {
    padding: 15px;
  }
}
.inner-list-education .item-education-card .education-info-col .education-meta-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .inner-list-education .item-education-card .education-info-col .education-meta-top {
    gap: 10px;
  }
}
.inner-list-education .item-education-card .education-info-col .education-meta-top .edu-term-tag {
  color: #FA6E32;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
}
.inner-list-education .item-education-card .education-info-col .education-meta-top .edu-rating {
  display: flex;
  align-items: center;
  gap: 2px;
}
.inner-list-education .item-education-card .education-info-col .education-meta-top .edu-rating i {
  font-size: 10px;
}
.inner-list-education .item-education-card .education-info-col .education-meta-top .edu-rating i.active-star {
  color: #1400C8;
}
.inner-list-education .item-education-card .education-info-col .education-meta-top .edu-rating i.empty-star {
  color: #C1C7CD;
}
.inner-list-education .item-education-card .education-info-col .education-meta-top .edu-meta-text {
  font-size: 13px;
  color: #221E57;
  background: #EDEDED;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.inner-list-education .item-education-card .education-info-col .education-meta-top .edu-meta-text i {
  color: #221E57;
  font-size: 14px;
}
.inner-list-education .item-education-card .education-info-col .education-meta-top .edu-register-btn {
  margin-left: auto;
  background: #221E57;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s ease, transform 0.2s ease;
}
.inner-list-education .item-education-card .education-info-col .education-meta-top .edu-register-btn:hover {
  background: #0A65F4;
  transform: scale(1.03);
}
@media (max-width: 767px) {
  .inner-list-education .item-education-card .education-info-col .education-meta-top .edu-register-btn {
    margin-left: 0;
    width: 100%;
    justify-content: center;
    margin-top: 8px;
    order: 9;
  }
}
.inner-list-education .item-education-card .education-info-col .education-title-heading {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.inner-list-education .item-education-card .education-info-col .education-title-heading a {
  color: #221E57;
  transition: color 0.2s ease;
}
.inner-list-education .item-education-card .education-info-col .education-title-heading a:hover {
  color: #0A65F4;
}
.inner-list-education .item-education-card .education-info-col .education-excerpt {
  font-size: 14px;
  line-height: 22px;
  color: #4E5969;
  text-align: justify;
}
.inner-list-education .item-education-card .education-info-col .education-excerpt .edu-readmore {
  color: #FA6E32;
  font-weight: 600;
  margin-left: 6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.inner-list-education .item-education-card .education-info-col .education-excerpt .edu-readmore:hover {
  text-decoration: underline;
}

#pagination-education {
  margin-top: 12px;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
#pagination-education .pagination-feature-btn {
  margin: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #0A65F4;
  font-size: 14px;
  font-weight: 800;
  border: 1px solid var(--Light-blue, #0A65F4);
  line-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  cursor: pointer;
}
#pagination-education .pagination-feature-btn.active, #pagination-education .pagination-feature-btn:hover {
  background: var(--Light-blue, #0A65F4);
  color: #fff;
}

#main .razes-ekes ._9vdr {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
}
#main .razes-ekes ._0whe {
  color: var(--Primary-1, #F58220);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
#main .razes-ekes .edu-rating {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 16px;
}
#main .razes-ekes .edu-rating i {
  font-size: 10px;
}
#main .razes-ekes .edu-rating i.active-star {
  color: #FAB400;
}
#main .razes-ekes .edu-rating i.empty-star {
  color: #C1C7CD;
}
#main .razes-ekes ._1qan {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}
#main .razes-ekes ._1qan .edu-meta-text {
  font-size: 13px;
  color: #221E57;
  background: #EDEDED;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
#main .razes-ekes ._1qan .edu-meta-text i {
  color: #221E57;
  font-size: 14px;
}
#main .razes-ekes .tubulous-sexy {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#main .razes-ekes .tubulous-sexy .button {
  height: 48px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  line-height: 1;
}
#main .razes-ekes .tubulous-sexy .button.button-register-course {
  border-radius: 34px;
  background: linear-gradient(90deg, #F1951A 0%, #FE542D 100%);
  color: #fff;
}
#main .razes-ekes .tubulous-sexy .button.button-note-course {
  border-radius: 34px;
  background: var(--Primary-2, #1400C8);
  color: #fff;
}
#main .razes-ekes .box-img-edu {
  background: #fff;
  padding: 12px;
  border-radius: 10px;
}
#main .razes-ekes .box-img-edu img {
  border-radius: 10px;
}

.block-tong-quan,
.block-muc-tieu {
  border-radius: 3px;
  border: 1px solid var(--Neutral-4, #ECEDEF);
  background: var(--Neutral-6, #FFF);
  margin-bottom: 20px;
}
.block-tong-quan ._4yqw,
.block-muc-tieu ._4yqw {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 20px;
  border-bottom: 1px solid #ECEDEF;
  margin-bottom: 0;
  line-height: 1;
  color: #F58220;
}
.block-tong-quan ._4yqw::after,
.block-muc-tieu ._4yqw::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  bottom: -2px;
  left: 20px;
  background: #F58220;
}
.block-tong-quan ._0jjz,
.block-muc-tieu ._0jjz {
  padding: 20px;
  color: #717171;
  font-size: 14px;
}
.block-tong-quan ._0jjz p:last-child,
.block-muc-tieu ._0jjz p:last-child {
  margin-bottom: 0;
}

.block-doi-tuong {
  border-radius: 3px;
  background: #E9E8EE;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.block-doi-tuong ._4yqw {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 20px;
  margin-bottom: 0;
  line-height: 1;
}
.block-doi-tuong ._4yqw::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  bottom: -2px;
  left: 20px;
  background: #221E57;
}
.block-doi-tuong ._0jjz {
  padding: 20px;
  color: #717171;
  font-size: 14px;
}
.block-doi-tuong ._0jjz p:last-child {
  margin-bottom: 0;
}

/* =============================================
   STYLE CHO SECTION KHÓA HỌC KHÁC (RELATED)
   ============================================= */
.other-education-courses {
  background: #FFF;
  padding-block: 40px;
}
.other-education-courses .other-edu-title {
  color: #F58220;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}
.other-education-courses .other-edu-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -24px;
}
@media (max-width: 767px) {
  .other-education-courses .other-edu-grid {
    margin-right: 0;
  }
}
.other-education-courses .item-education-grid-card {
  width: calc(33.33333% - 24px);
  margin-right: 24px;
  margin-bottom: 24px;
  background: #FFF;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #ECEDEF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .other-education-courses .item-education-grid-card {
    width: calc(50% - 24px);
  }
}
@media (max-width: 767px) {
  .other-education-courses .item-education-grid-card {
    width: 100%;
    margin-right: 0;
  }
}
.other-education-courses .item-education-grid-card .edu-card-thumbnail {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.other-education-courses .item-education-grid-card .edu-card-thumbnail .edu-card-img-link {
  display: block;
  height: 100%;
  width: 100%;
}
.other-education-courses .item-education-grid-card .edu-card-thumbnail .edu-card-img-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.other-education-courses .item-education-grid-card .edu-card-thumbnail .edu-card-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(34, 30, 87, 0.85);
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.other-education-courses .item-education-grid-card .edu-card-info {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.other-education-courses .item-education-grid-card .edu-card-info .edu-card-meta-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.other-education-courses .item-education-grid-card .edu-card-info .edu-card-meta-top .edu-card-term {
  color: #FA6E32;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.other-education-courses .item-education-grid-card .edu-card-info .edu-card-meta-top .edu-card-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.other-education-courses .item-education-grid-card .edu-card-info .edu-card-meta-top .edu-card-stars i {
  font-size: 10px;
}
.other-education-courses .item-education-grid-card .edu-card-info .edu-card-meta-top .edu-card-stars i.active-star {
  color: #1400C8;
}
.other-education-courses .item-education-grid-card .edu-card-info .edu-card-meta-top .edu-card-stars i.empty-star {
  color: #C1C7CD;
}
.other-education-courses .item-education-grid-card .edu-card-info .edu-card-meta-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.other-education-courses .item-education-grid-card .edu-card-info .edu-card-meta-pills .edu-card-pill {
  background: #EDEDED;
  color: #221E57;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}
.other-education-courses .item-education-grid-card .edu-card-info .edu-card-meta-pills .edu-card-pill i {
  color: #221E57;
  font-size: 13px;
}
.other-education-courses .item-education-grid-card .edu-card-info .edu-card-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.other-education-courses .item-education-grid-card .edu-card-info .edu-card-title a {
  color: #221E57;
  transition: color 0.2s ease;
}
.other-education-courses .item-education-grid-card .edu-card-info .edu-card-title a:hover {
  color: #0A65F4;
}
.other-education-courses .item-education-grid-card .edu-card-info .edu-card-excerpt {
  font-size: 13px;
  line-height: 20px;
  color: #6C757D;
  text-align: justify;
  margin-bottom: 20px;
}
.other-education-courses .item-education-grid-card .edu-card-info .edu-card-excerpt .edu-card-readmore {
  color: #FA6E32;
  font-weight: 600;
  margin-left: 4px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.other-education-courses .item-education-grid-card .edu-card-info .edu-card-excerpt .edu-card-readmore:hover {
  text-decoration: underline;
}
.other-education-courses .item-education-grid-card .edu-card-info .edu-card-footer {
  margin-top: auto;
}
.other-education-courses .item-education-grid-card .edu-card-info .edu-card-footer .edu-card-btn {
  display: flex;
  width: 100%;
  height: 40px;
  background: #1400C8;
  color: #FFF;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
  transition: background 0.2s ease, transform 0.2s ease;
}
.other-education-courses .item-education-grid-card .edu-card-info .edu-card-footer .edu-card-btn:hover {
  background: #221E57;
  color: #FFF;
  transform: scale(1.02);
}

.blocktext_contact_head {
  margin-bottom: 14px;
}
.blocktext_contact_head p {
  color: var(--Color-2, #221E57);
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 0;
}

.box_icon_contact {
  border-radius: 16px;
  background: var(--ffffff, #FFF);
  padding: 12px;
}
.box_icon_contact .icon-box-img img {
  position: relative;
  top: -8px;
}
.box_icon_contact .icon-box-text h4 {
  color: var(--Color-4, #221E57);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
}
.box_icon_contact .icon-box-text h3 {
  color: var(--Color-3, #2B322F);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

/* ==========================================================================
   STYLE FOR REGISTRATION COURSE FORM (POPUP / CONTACT FORM)
   ========================================================================== */
._9bgl {
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(34, 30, 87, 0.06);
  padding: 40px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Montserrat", "Inter", sans-serif;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  ._9bgl {
    padding: 30px 20px;
    border-radius: 16px;
  }
}
._9bgl ._1s8x {
  text-align: center;
  margin-bottom: 30px;
}
._9bgl ._1s8x ._1s8x__title {
  color: #221E57;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 8px;
  text-transform: none;
}
@media (max-width: 767px) {
  ._9bgl ._1s8x ._1s8x__title {
    font-size: 22px;
  }
}
._9bgl ._1s8x ._8sun {
  color: #484554;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}
._9bgl ._1csz .group-form {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  ._9bgl ._1csz .group-form {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
  }
}
._9bgl ._1csz .group-form ._1bjk {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
._9bgl ._1csz .group-form ._1bjk .wpcf7-form-control-wrap {
  width: 100%;
}
._9bgl ._1csz .group-form:nth-child(3) {
  flex-direction: column;
  gap: 8px;
}
._9bgl ._1csz .group-form:nth-child(3) ._1bjk {
  flex: none;
  color: #221E57;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
._9bgl ._1csz input[type=text],
._9bgl ._1csz input[type=email],
._9bgl ._1csz input[type=tel],
._9bgl ._1csz textarea {
  width: 100% !important;
  height: auto !important;
  background: #F9FAFB !important;
  border: 1.5px solid #ECEDEF !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  color: #2B322F !important;
  font-family: inherit !important;
  margin: 0 !important;
  box-shadow: none !important;
  transition: all 0.25s ease !important;
}
._9bgl ._1csz input[type=text]::-moz-placeholder, ._9bgl ._1csz input[type=email]::-moz-placeholder, ._9bgl ._1csz input[type=tel]::-moz-placeholder, ._9bgl ._1csz textarea::-moz-placeholder {
  color: rgba(72, 69, 84, 0.6) !important;
  font-size: 14px;
}
._9bgl ._1csz input[type=text]::placeholder,
._9bgl ._1csz input[type=email]::placeholder,
._9bgl ._1csz input[type=tel]::placeholder,
._9bgl ._1csz textarea::placeholder {
  color: rgba(72, 69, 84, 0.6) !important;
  font-size: 14px;
}
._9bgl ._1csz input[type=text]:focus,
._9bgl ._1csz input[type=email]:focus,
._9bgl ._1csz input[type=tel]:focus,
._9bgl ._1csz textarea:focus {
  background: #FFFFFF !important;
  border-color: #F58220 !important;
  box-shadow: 0 0 0 3px rgba(245, 130, 32, 0.15) !important;
  outline: none !important;
}
._9bgl ._1csz textarea {
  min-height: 110px !important;
  resize: vertical !important;
}
._9bgl ._1csz .submit-form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  position: relative;
}
._9bgl ._1csz .submit-form input[type=submit],
._9bgl ._1csz .submit-form .wpcf7-submit {
  background: linear-gradient(90deg, #F1951A 0%, #FE542D 100%) !important;
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 14px 40px !important;
  border: none !important;
  border-radius: 30px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 12px rgba(254, 84, 45, 0.2) !important;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}
._9bgl ._1csz .submit-form input[type=submit]:hover,
._9bgl ._1csz .submit-form .wpcf7-submit:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 6px 20px rgba(254, 84, 45, 0.35) !important;
}
._9bgl ._1csz .submit-form input[type=submit]:active,
._9bgl ._1csz .submit-form .wpcf7-submit:active {
  transform: translateY(0) scale(1);
}
._9bgl ._1csz .submit-form .wpcf7-spinner {
  position: absolute;
  margin: 0 !important;
  left: calc(50% + 110px);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  ._9bgl ._1csz .submit-form .wpcf7-spinner {
    position: static;
    margin-left: 10px !important;
    transform: none;
  }
}
._9bgl ._1csz .wpcf7-not-valid-tip {
  color: #FF3B30 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  margin-top: 4px !important;
  display: block !important;
  text-align: left;
}
._9bgl ._1csz .wpcf7-response-output {
  margin: 20px 0 0 0 !important;
  padding: 12px 16px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  text-align: center !important;
  border-width: 1px !important;
  border-style: solid !important;
}
._9bgl ._1csz .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #EBFDF5 !important;
  border-color: #10B981 !important;
  color: #065F46 !important;
}
._9bgl ._1csz .wpcf7-response-output.wpcf7-mail-sent-ng, ._9bgl ._1csz .wpcf7-response-output.wpcf7-validation-errors {
  background: #FEF2F2 !important;
  border-color: #EF4444 !important;
  color: #991B1B !important;
}/*# sourceMappingURL=customize.css.map */