@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 {
  position: relative;
}
.QuyTrinhDichVu ._9nuqjns .quy-trinh-image-box img{
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 10px;
}
.QuyTrinhDichVu ._9nuqjns .quy-trinh-content {
  margin-top: 20px;
}
.QuyTrinhDichVu ._9nuqjns .quy-trinh-content ._0wtavwf {
  color: #0267FF;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 28px;
}

.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: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.SlideBlogsNews .MainListBlogsSlide .item-blogs .box-text {
  padding-top: 15px;
  padding-bottom: 0;
}
.SlideBlogsNews .MainListBlogsSlide .item-blogs .box-text .post-title a {
  font-size: 20px;
  color: #484554;
  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 */

/* =====================================================================
   LEGACY HOMEPAGE CSS (từ flatsome-child-old/css/customize.css)
   ===================================================================== */

/***********************************************************************************/
/*                                                                                 */
/*                           Customize your css here                               */
/*                                                                                 */
/***********************************************************************************/
.title_home_main{
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	color: #EFBA1C;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.my_slider .slick-slide{
	margin: 0 15px;
}
.blogs_tintuc .post-title a{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	color: #345099;
	margin-bottom: 7px;
	height: 48px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blogs_tintuc .box-text.text-left{
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.blogs_tintuc .box-text .post-meta{
	margin-bottom: 8px;
	font-style: italic;
	font-weight: 300;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
}
.blogs_tintuc .box-text .category{
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	color: #0267FF;
	margin-bottom: 5px;
}
.blogs_tintuc .box-text .from_the_blog_excerpt,
.StyleSlickDevmd .box-text .from_the_blog_excerpt{
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	color: #898E94;
	height: 80px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blogs_tintuc .post-item .col-inner{
	border: 1px solid #ccc;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.thong_bao_main .box-blog-post{
	display: flex;
	flex-wrap: wrap;
}
.thong_bao_main .box-blog-post>a{
	width: 70px;
}
.thong_bao_main .box-text{
	width: calc(100% - 70px);
	padding: 0;
        padding-left: 10px;
}
.thong_bao_main .badge .badge-inner{
	font-weight: bold;
	font-size: 15px;
	line-height: 19px;
	color: #FFFFFF;
	background: #FB0202;
        letter-spacing: -1.3px;
}
.thong_bao_main .badge .badge-inner span{
        letter-spacing: 0px;
}
.blogs_ts .badge .badge-inner{
	background: #FB0202;
}
.thong_bao_main .badge .badge-inner .post-date-month{
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	color: #FFFFFF;
}
.thong_bao_main .badge .badge-inner .post-date-month{
       font-size: 17px;
}
.thong_bao_main .box-text .post-title{
	font-weight: normal;
}
.thong_bao_main .box-text .post-title>a{
	font-size: 15px;
	line-height: 22px;
	text-align: justify;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.thong_bao_main > .col{
	padding-bottom: 7px;
}
.thong_bao_main .box-image .badge{
    width: 70px;
    height: 60px;
}
.box_tuyensinh{
	padding: 20px 15px;
}
.box_tuyensinh .title_ts{
	font-family: UVN Hai Ba Trung;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 49px;
	color: #FFFFFF;
}
.box_tuyensinh .des_ts{
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.box_tuyensinh .btn_ts{
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 6px 34px;
	background: #EFBA1C;
	border-radius: 4px;
}
.blogs_ts .post-title>a{
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
	color: #29327A;
	height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin:  10px 0;
	margin-bottom: 20px;
}
.blogs_ts .from_the_blog_excerpt{
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	color: #555555;
	height: 60px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blogs_ts .badge.post-date{
	bottom: 0;
	top: unset;
}
.blogs_ts .box-text{
	padding-bottom: 0;
}
.blogs_ts_2{
	/* margin-top: -30px; */
}
.blogs_ts_2 .col{
	padding-bottom: 0;
}
.blogs_ts_2 .col .box-text-bottom .box-text{
	padding-bottom: 0;
	padding-top: 5px;
}
.blogs_ts_2 .col .box-text-bottom>a{
	display: none;
}
.blogs_ts_2 .col .box-text-bottom .post-title>a{
	font-size: 13px;
	line-height: 24px;
	color: #484554;
	height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding-left: 20px;
}
.blogs_ts_2 .col .box-text-bottom .post-title>a:before{
	content: "";
	width: 28px;
	height: 24px;
	left: -7px;
	top: 0;
	position: absolute;
	background: url('../../img/arrow_ts.png') no-repeat;
}
.blogs_ts_2 .col .box-text-bottom .box-text-inner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.blogs_ts_2 .col .box-text-bottom .box-text-inner .post-title{
	width: calc(100%  - 65px);
	border-bottom: 1px solid #EDEDED;
}
.blogs_ts_2 .col .box-text-bottom .box-text-inner .post-meta{
	width: 65px;
	line-height: 24px;
	height: 24px;
	color: #918f8f;
}
.blogs_ts_2>.col:first-child{
	display: none;
}
.blogs_hd .box-blog-post{
	display: flex;
	flex-wrap: wrap;
}
.blogs_hd .box-blog-post>a{
	width: 117px;
}
.blogs_hd .box-blog-post .box-text{
	width: calc(100% - 117px);
	padding: 0;
	padding-left: 15px;
}
.blogs_hd .post-title >a {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: justify;
	color: #345099;
	max-height: 60px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}
.blogs_hd .post-meta{
	font-size: 13px;
	line-height: 15px;
	color: #898E94;
}
.blogs_cs .post-title >a{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	color: #345099;
	max-height: 72px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}
.blogs_cs .box-text{
	padding-bottom: 0px;
}
.blogs_ts .badge .post-date-month{
	position: relative;
	top: 3px;
}
.title_khoi{
	width: max-content;
	margin: 0 auto;
	position: relative;
	font-size: 26px;
	line-height: 30px;
	color: #0267FF;
}
.title_khoi:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 180px;
	height: 2px;
	background: #FEA826;
	transform: translate(-50%, 0);
}
.box_items_khoi .box-text{
	padding: 9px 0px;
	top: 0;
	height: 40px;
	background: rgba(39, 64, 129, 0.79);
}
.box_items_khoi:hover .box-text{
	background-color: #345099;
}
.title_khoi_items{
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}
.row_items_khoi{
	margin-top: 30px;
}
.btn_s6{
	position: absolute;
	bottom: 40px;
	right: 40%;
	margin: 0;
	background-color: #FB0202 !important;
	border-radius: 3px;
	padding: 0px 36px;
	height: 32px;
	min-height: 32px;
	display: flex;
	align-items: center;
}
.btn_s6>span{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.pronew_tsinh .post-title a{
	color: #333;
	font-size: 16px;
}
.pronew_tsinh .from_the_blog_excerpt{
	line-height: 20px;
	height: 60px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}
/*Form Đăng ký*/
.head-ts{
	font-size: 24px;
    font-weight: 400;
    margin: 0 0 25px;
    text-transform: uppercase;
    color: #333;
    text-align: center;
    margin-top: 10px;
}
.pronew_tsinh .post-title a{
	height: 2.6em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media only screen and (max-width: 480px){
	.form-ts-all .head-ts{
		font-size: 20px;
	    font-weight: 400;
	    margin: 0 0 25px;
	    text-transform: uppercase;
	    color: #333;
	    text-align: center;
	    margin-bottom: 10px;
	}
	.form-ts-all .form-ts-all{
		border: none !important;
		padding: 0 !important;
	}
	.form-ts-all .formTitle{
		font-size: 15px !important;
    	text-align: center !important;
    	font-weight: 500 !important;
	}
}
.form-ts-all  .form-ts-all{
	padding: 20px;
    border: 2px solid #ccc;
}
.form-ts-all .formTitle{
	border-top: 2px solid #bfbfbf;
    border-bottom: 2px solid #bfbfbf;
    width: auto;
    padding: 3px 15px 3px 15px;
    margin-top: 15px;
    font: 400 20px "Roboto Condensed", Arial, Verdana, sans-serif;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 10px;
    background: #d8d8d84a;
}
.form-ts-all  label{
	font-size: 16px;
    line-height: 17px;
    vertical-align: middle;
    padding: 0 5px;
    display: inline-block;
    text-align: left;
    font-weight: 400;
    color: #4b4b4b;
    margin: 5px 0;
}
.form-ts-all .col-s{
	padding-bottom: 0 !important;
}
.form-ts-all input::placeholder {
  	font-size: 13px;
  	vertical-align: middle;
    text-align: left;
    font-weight: 400;
    color: #4b4b4b;
}
.form-ts-all span.wpcf7-list-item-label{
	font-size: 13px;
    line-height: 17px;
    vertical-align: middle;
    padding: 0 5px;
    display: inline-block;
    text-align: left;
    font-weight: 400;
    color: #4b4b4b;
    margin: 3px 0;
}
.form-ts-all input[type='radio']{
	vertical-align: sub;
}
.form-ts-all input[type='checkbox']{
	vertical-align: text-top;
}
.form-ts-all .aling-center{
	text-align: center;
}
.form-ts-all .dk{
    font-size: 14px !important;
    background: #ffffff !important;
    text-transform: capitalize !important;
    color: #333 !important;
    border: 1px solid #bbb !important;
}
.form-ts-all .dk:hover{
    background: #272626;
    text-transform: capitalize;
    color: #fff;
    border: 1px solid #bbb;
}
.wpcf7 .wpcf7-not-valid-tip{
	opacity: 1;
    background-color: #e4e4e4;
    color: #580000;
    font-size: 15px;
}
.form-ts-all .required{
	color: red;
}
.form-ts-all .col-text-introduction{
	padding-left: 15px;
	padding-bottom: 15px;
}
.form-ts-all .col-text-introduction p{
	font-style: italic;
    font-size: 14px;
    color: #333;
    line-height: 1.2em;
}
.form-ts-all .form-ts input,.form-ts-all .form-ts input:focus, .form-ts-all .form-ts select{
	border: 1px solid #8e8e8e;
	box-shadow: none;
}
.form-ts-all{
	max-width: 850px;
	margin: 0 auto;
	padding: 15px 10px;
	box-shadow: 1px 1px 25px rgb(108, 108, 108);
	background: #fff;
}
#template_ts .page-wrapper{
	background: #f2f2f2;
}
.box_items_menu .box-image img{
	height: 215px;
	object-fit: cover;
}
.box_items_menu .title_khoi_items{
	font-size: 15px;
}
.titbread_addnew h3.visible-last-text .woocommerce-breadcrumb, .titbread_addnew h3.visible-last-text, #breadcrumbs>span>span, .visible-last-text ul li > a,
.clearfix>li>a, .clearfix>a, .clearfix>span:not(:last-child)>a, .clearfix span>a{
	color: #000393;
}
.my_slider.probigsale .slick-arrow.left {
	width: 9px;
	height: 18px;
	background: url('../../img/arrow_icon_cate.png') no-repeat;
	position: absolute;
	right: 65px;
	top: -50px;
	cursor: pointer;
	left: unset;
	transform: rotate(-180deg) translate(-50%,0);
	opacity: 1;
	padding: 11px;
	background-size: 7px 10px;
	background-position: center;
	border: 1px solid #9d9d9d;
}
.my_slider.probigsale .slick-arrow.right {
	width: 9px;
	height: 18px;
	background: url('../../img/arrow_icon_cate.png') no-repeat;
	position: absolute;
	right: 0;
	top: -50px;
	transform: translate(-50%,0);
	cursor: pointer;
	opacity: 1;
	padding: 11px;
	background-size: 7px 10px;
	background-position: center;
	border: 1px solid #9d9d9d;
}
.title_has_sub{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.title_has_sub h3.tithomesubv2{
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	border-bottom: none;
	color: rgb(52, 80, 153);
	text-transform: uppercase;
	margin: 0;
	width: max-content;
}
.title_has_sub .list_menu_title{
	margin: 0;
	display: flex;
	margin-left: 15px;
}
.title_has_sub .list_menu_title .item{
	list-style: none;
	margin: 0;
}
.title_has_sub .list_menu_title .item>a{
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #484554;
	border-right: 1px solid #333;
	padding:  0 15px;
}
.title_has_sub .list_menu_title .item:last-child>a{
	border: none;
}
.title_has_sub .list_menu_title .item>a:hover{
	color: rgb(52, 80, 153);
}
.sec_sub_tt{
	padding-bottom: 0 !important;
}
.col_nobg .item2lydosub{
	background: #fff;
}
.mainformtsinh_sub input::placeholder{
	font-size: 14px;
	line-height: 16px;
	color: #555555;
}
.title_sub_s7{
	font-family: roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 35px;
	text-transform: uppercase;
	text-align: center;
	padding: 12px 20px;
	margin: 0;
	position: relative;
	border-radius: 15px 15px 0 0;
	color: #345099;
}
.colleft_chtgsub:after {
	content: "";
	position: absolute;
	width: 111px;
	height: 81px;
	background: url('../../img/img_title_s7.png') no-repeat;
	background-size: 100% 100%;
	left: 70px;
	top: -20px;
}
.sec_has_padding-top{
	padding-top: 70px !important;
	box-shadow: 0 4px 4px rgba(0,0,0,.25);
}
.content-cat-sp {
	display: flex;
	flex-wrap: wrap;
}
.content-cat-sp .custom_col_archive {
	width: 25%;
}
.video_archive .video-button-wrapper {
	position: relative;
}
.function_media {
	position: absolute;
	top: 0;
	left: 0;
	background: #151515cc;
	color: #fff;
	padding: 2px 25px;
}
.video_archive .video-button-wrapper img {
	height: 170px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.video_archive .video-button-wrapper .open-video-custom, .video_archive .video-button-wrapper .open-video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #a5a5a561;
	color: #fff;
}
.text-danger {
	font-size: 12px;
}
.title_sp_home.title_video, .title_sp_home.title_images {
	height: 2.1em;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	background: #00000082;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 2.1em;
	padding: 5px;
	display: -webkit-inline-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	font-weight: 500;
}
.video_archive .box-text {
	padding: 0;
}
.sec_4 .blogs_ts > .col:nth-child(n+2){
	display: none;
}
.sec_4 .blogs_ts_2 > .col:nth-child(n+5){
	display: none;
}
.tit_archive_core h3{
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #f51214;
}
.rowbread_core #breadcrumbs{
	font-size: 14px;
	margin-bottom: 0px;
}
.rowbread_core > .large-12.col{
	padding-bottom: 10px;
}
.single-post h1.entry-title{
	font-size: 26px;
	color: #0267ff;
}
.blog-wrapper.blog-single.page-wrapper .entry-header .entry-header-text{
	padding-top: 0px;
}
.single-thu-vien-video h1.entry-title{
	font-size: 26px;
    color: #0267ff;
}


/* Css Style Version 2 Upgrade By Dev New Pro*/
.boxtextStepMd a{
	color: #fff;
}
.boxtextStepMd a strong{
	background-color: #fff;
    font-size: 25px;
    width: 45px;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    flex-flow: nowrap;
    border-radius: 50%;
}
.boxtextStepMd h3 a{
	font-size: 29px;
    line-height: 40px;
    margin-top: 10px;
    display: table;
}
.colStepHomeMd > .col-inner{
	height: 205px;
    display: flex;
    align-items: center;
}
.colStepHomeMd:nth-child(1) > .col-inner{
	border-top-left-radius: 30px;
}
.boxCounterNum{
	min-height: 65px;
}
.boxCounterNum img{
	position: relative;
    top: -10px;
    margin-right: 5px;
}
.boxCounterNum span{
	font-size: 32px;
    font-weight: bolder;
}
.boxCounterNum strong{
	font-size: 30px;
    line-height: 30px;
}
.colSlideVariable >  .col-inner{
	min-height: 490px;
}
.colCounterHome .text p{
  color: #484554;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
}
.SlideVariable .my_slider{
	position: absolute;
    width: 138% !important;
    max-width: 138%;
}
.ViewAndArrowSlick{
	position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    flex-flow: nowrap;
}
.btnViewMoreSlide, .btnArowSlick{
	display: none;
}
.btnSlickmd{
    margin: 0;
    font-size: 0;
    width: 45px;
    height: 66px;
    background-color: #0267FF;
    background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}
.btnSlickmd.prev-btn,
.btnSlickmd.prev-btn-devmd{
	background-image: url('../../img/arrowPre.png');
	margin-right: -2px;
}
.btnSlickmd.next-btn,
.btnSlickmd.next-btn-devmd{
	background-image: url('../../img/arrowNext.png');
	margin-left: -2px;
    border-radius: 0px 8px 8px 0px;
}
.btnSlickmd:hover{
	background-color: #fb0202;
}
.btnViewMoreSlide a{
	height: 66px;
    display: flex;
    align-items: center;
    background-color: #EDEDED;
    padding: 0px 24px;
}
.StyleSlickDevmd .post-title a{
    font-size: 16px;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.SlideVariable .btnViewMoreSlide, .SlideVariable .btnArowSlick{
	display: block;
}
.secTsTbao .NewTbTsHome .col:nth-child(n+2){
	display: none;
}
.NewTbTsHome .box-image{
	border-radius: 10px;
}
.NewTbTsHome .box-image:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.835171568627451) 100%);
}
.NewTbTsHome .box-text{
	position: absolute;
	bottom: 20px;
    width: 100%;
    padding: 0px 15px;
}
.NewTbTsHome .box-text .post-title a{
	font-size: 20px;
	color: #fff;
}
.NewTbTsHome .post-item .post-meta{
	color: #FEA826;
    font-size: 14px;
}
.styleColTitle{
	color: #0267FF;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 45px;
}
.styleColTitle p{
  margin-bottom: 0;
  position: relative;
  display: inline;
}
.styleColTitle p::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 50%;
    height: 4px;
    background: #FB0202;
}
.styleColTitle.white_line p::after{
    background: #fff;
}
.secTsTbao .SmallTbTshome > .col:first-child{
	display: none;
}
.secTsTbao .SmallTbTshome .col:nth-child(n+4){
	display: none;
}
.secTsTbao .SmallTbTshome .col:nth-child(2){
	padding-bottom: 8px;
}
.secTsTbao .SmallTbTshome .col:nth-child(2),
.secTsTbao .SmallTbTshome .col:nth-child(3){
	display: block;
}
.secNewHome > .section-bg,
.secMajors > .section-bg,
.secConnectInter > .section-bg,
.secCtdtSub > .section-bg{
	background-size: auto !important;
}
.secNewHome > .section-bg,
.secCtdtSub > .section-bg{
	background-position: right !important;
}
.secMajors > .section-bg,
.secConnectInter > .section-bg{
	background-position: left !important;
}
.secConnectInter > .section-bg img{
  width: auto;
}
.post-item .box-image{
	border-radius: 10px;
}
.my_slider {
	max-height: 440px;
	margin-left: -15px;
	margin-right: -15px;
}
.blogs_cs{
	display: flex;
    flex-flow: wrap;
}
.SlideVariable .my_slider,
.SlideVariable .slickDevmd{
	position: absolute;
    width: 138% !important;
    max-width: 138%;
}
.SlideVariable .slickDevmd{
	position: absolute;
    width: 150% !important;
    max-width: 150%;
}
.slickDevmd .slick-list{
	margin-left: -15px;
	margin-right: -15px;
}
.slickDevmd .slick-slide {
    margin: 0px 15px;
}
.item_khoinganh a img{
	height: 280px;
    border-radius: 10px;
    margin-bottom: 10px;
    object-fit: cover;
} 
.titleItemKndtao{
	width: 100%;
	display: table;
	color: #0267FF;
    font-weight: 500;
    font-size: 18px;
}
.rowSlideKndt .colSlideVariable > .col-inner {
    min-height: 335px;
}
.rowSlideKndt{
	margin-top: 12px;
}
.rowSlideKndt .ViewAndArrowSlick{
	bottom: initial;
    top: -85px;
}
.rowSlideKndt .btnSlickmd.prev-btn-devmd{
	margin-right: -2px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.rowSlideKndt .btnSlickmd.next-btn-devmd{
	margin-left: -2px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.NewTbTsHome > .col{
	padding: 0;
}
.SmallTbTshome > .col,
.thong_bao_main > .col{
	padding-left: 0px;
	padding-right: 0px;
}
.SmallTbTshome .post-item a{
	font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.imgautoLeft img{
	width: auto;
	display: table;
	float: left;
}
.colSocicalFoo .isocal_icon{
	display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.isocal_icon li{
	list-style-type: none;
}

/* =====================================================================
   LEGACY HOMEV2 CSS (từ flatsome-child-old/css/homev2.css)
   ===================================================================== */
.boxtextStepMd a{
	color: #fff;
}
.boxtextStepMd a strong{
	background-color: #fff;
    font-size: 25px;
    width: 45px;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    flex-flow: nowrap;
    border-radius: 50%;
}
.boxtextStepMd h3 a{
	font-size: 30px;
}

/* =====================================================================
   LEGACY SUB PAGE CSS (từ flatsome-child-old/css/sub.css)
   ===================================================================== */
@font-face {
    font-family: "fontsub01";
    src: url("../../fonts/haibatrung.TTF");
}
/*p{
   color: #444;
}*/
.nopadding_bottom{
	padding-bottom: 0px !important;
}
.tithomesub h3{
	font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #345099;
    text-shadow: 0px 2px 1px rgb(255 255 255 / 83%);
    text-align: center;
    display: table;
    margin: 0 auto;
    width: auto;
    position: relative;
    padding-bottom: 15px;
}
.tithomesub h3:after{
	content: "";
	position: absolute;
	width: 30%;
	height: 4px;
	background-color: #FEA826;
	bottom: 0px;
	left: 35%;
}
.tithomesub h3 b{
	display: none;
}
.tithomesub{
	margin-bottom: 15px;
}
.boxtextctdtsub h3{
	font-weight: bold;
    font-size: 28px;
    line-height: 35px;
    color: #FFFFFF;
    padding-top: 20px;
    margin-bottom: 80px;
    padding-bottom: 10px;
}
.btbiewctdtsub{
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}
.bigpostLsub .box-image .post-date{
	width: 50px;
    height: 47px;
    top: initial;
    bottom: 0;
}
.bigpostLsub .box-image .post-date .badge-inner{
	background-color: #fb0202;
	border: none;
	color: #fff;
}
.ulscode_newsub{
    margin-top: 6px;
    margin-bottom: 0px !important;
}
.ulscode_newsub li{
	list-style-type: none;
    border-bottom: 1px solid #fff;
	margin-left: 0px !important;
}
.ulscode_newsub li:last-child{
    border-bottom: none;
}
.ulscode_newsub li a{
	font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #484554;
    display: table;
    position: relative;
    padding-left: 20px;
}
.ulscode_newsub li a span{
    font-weight: normal;
    color: #A1A3A5;
    font-style: italic;
    font-size: 13px;
}
.ulscode_newsub li a:before{
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url('../../img/arrownewsub.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
}
.bigpostLsub .post-item .box-text{
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
.bigpostLsub .post-item .box-text h5{
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
    color: #29327A;
}
.box-blog-post .is-divider{
    display: none;
}
.bigpostLsub .post-date .post-date-day{
    display: table;
    margin-bottom: -10px;
}
.bigpostLsub > .col.post-item{
    padding-bottom: 0px;
}
.from_the_blog_excerpt{
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #555555;
    margin-top: 5px !important;
}
.tithomesubv2 h3, .tithomesubv2 h3 span{
    font-weight: 550;
    font-size: 22px;
    line-height: 26px;
    border-bottom: none;
}
.colchnngh .bigpostLsub .post-item .box-text{
    border-bottom: none;
}
.blognewrightsub .post-item .box-text{
    padding: 0;
    padding-left: 10px;
    vertical-align: top;
}
.blognewrightsub .post-item .box-text .post-title{
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    color: #345099;
    margin-bottom: 5px;
    height: 59px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}
.blognewrightsub .post-item  .post-meta{
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #898E94;
}
.smallcenternewsub .post-item .post-title{
    font-weight: 550;
    font-size: 16px;
    line-height: 22px;
    color: #345099;
    text-transform: unset;
    padding-bottom: 0px;
}
.smallcenternewsub .post-item .box-text{
    padding-bottom: 0px;
}
.smallcenternewsub{
    margin-top: 10px; 
}
.smallcenternewsub > .post-item{
    padding-bottom: 0px;
}
.smallcternewsub2{
    margin-top: 10px;
}
.blognewrightsub > .col.post-item{
    padding-bottom: 13px;
}
.blognewrightsub > .col.post-item:last-child{
    padding-bottom: 0;
}
body .probigsale .flickity-prev-next-button {
    top: -30px !important;
    bottom: initial !important;
    margin-top: 0 !important;
    height: auto !important;
    background: none !important;
}
.probigsale .flickity-prev-next-button svg path{
    display: none;
}
.probigsale .flickity-prev-next-button svg{
    margin: 0;
    top: 0;
    left: 0;
}
.probigsale .flickity-prev-next-button.previous {
    left: initial !important;
    right: 30px !important;
}
.probigsale .flickity-prev-next-button.previous svg{
    background-image: url('../../img/arrowpre_tsinh.png');
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    background-color: unset;
    border: none;
    background-repeat: no-repeat;
    display: block !important;
    position: static;
    margin-top: 0px;
    padding: 0;
}
.probigsale .flickity-prev-next-button.next {
    right: 0px !important;
}
.probigsale .flickity-prev-next-button.next svg{
    background-image: url('../../img/arrownex_tsinh.png');
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    background-color: unset;
    border: none;
    background-repeat: no-repeat;
    display: block !important;
    position: static;
    margin-top: 0px;
    padding: 0;
}
.probigsale{
    overflow: initial;
}
.pronew_tsinh .post-item{
    padding-bottom: 0px !important;
}
.textvisaotsinh{
    padding-top: 100px;
}
.textvisaotsinh h3, .textvisaotsinh h4{
    color: #345099;
    font-weight: bold;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px;
}
.textvisaotsinh h4{
    font-weight: normal;
    text-transform: uppercase;
}
.itemv2lydosub, .item2lydosub{
    height: 191px;
    background-color: #FEA826;
    direction: ltr;
    display: table-cell;
    vertical-align: middle;
}
.itemv2lydosub h4{
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    color: #FFFFFF;
}
.itemv2lydosub p{
    font-size: 22px;
    margin: 0;
    line-height: 28px;
    padding: 0px 40px;
}
.item2lydosub h3{
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    color: #FB0202;
}
.item2lydosub h3 span{
    font-weight: normal;
    font-size: 20px;
}
.mainformtsinh_sub{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.itemformtsinh_sub{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
}
.itemformtsinh_sub:nth-child(2n+2){
    margin-right: 0;
}
.colqtuamsub > .col-inner{
    padding-left: 420px;
}
.secquantamsub:before{
    content: "";
    position: absolute;
    width: 419px;
    height: 468px;
    background-image: url('../../img/iconusserqtamsub.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.titquantamsub p strong{
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
}
.titquantamsub p{
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
}
.colqtuamsub .col-inner .wpcf7{
    margin-top: 50px;
}
.colqtuamsub .col-inner .wpcf7 .wpcf7-submit{
    margin: 0 auto;
    display: table;
    margin-top: 30px;
    background-color: #FEA826;
    line-height: initial;
    height: initial;
    min-height: initial;
    text-transform: unset;
    font-size: 18px;
    padding: 3px 50px;
}
.colleft_chtgsub .col-inner{
    background-color: #f4f4f4;
    border-radius: 15px;
    border: 1px solid #21B8E8;
    padding-bottom: 20px;
}
.titchtgsub{
    width: 70%;
    margin: 0 auto;
    display: table;
}
.titchtgsub .box-text-inner p{
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    margin-top: 6px;
}
.titchtgsub .box-text{
    padding-left: 0px;
}
.itemchtg_sub a{
    font-weight: bold;
    font-size: 15px;
    line-height: 16px;
    color: #253E92;
    border: none;
    background-color: #fff;
    padding-left: 15px;
    margin-bottom: 10px;
}
.itemchtg_sub .toggle{
    left: initial;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    min-height: 30px;
    margin: 0;
    opacity: 1;
}
.itemchtg_sub .toggle i{
    display: none;
}
.itemchtg_sub .toggle:before,
.itemchtg_sub .toggle:after{
    content: "";
    position: absolute;
    width: 3px;
    height: 13px;
    background-color: #253E92;
    top: 8px;
    left: 45%;
}
.itemchtg_sub .toggle:after{
    transform: rotate(90deg);
}
.itemchtg_sub .accordion-inner{
    padding: 5px 10px;
}
.accorsubtsinh{
    height: 333px;
    overflow-y: scroll;
}
.itemchtg_sub a.active{
    background-color: #fff;
}
.itemchtg_sub a.active .toggle:before{
    display: none;
}
.itemchtg_sub a.active>.toggle {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accorsubtsinh::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.accorsubtsinh::-webkit-scrollbar{
    width: 5px;
    background-color: #F5F5F5;
}
.accorsubtsinh::-webkit-scrollbar-thumb{
    background-color: #A1A3A5;
}
.colR_chtgsub .itemtracuusub .box-image{
    display: none;
}
.itemtracuusub .box-text{
    height: 188px;
    border-radius: 10px;
}
.itemtracuusub .box-text-inner h4{
    font-weight: normal;
    font-size: 36px;
    line-height: 49px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 12px;
    font-family: "fontsub01";
}
.itemtracuusub .box-text-inner p{
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
}
.itemtracuusub .box-text-inner a.button {
    border-radius: 10px;
    font-weight: 550;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    min-width: 172px;
}
.itemtracuusub2{
    margin-top: 36px;
}
.boxCtDtSubPage .box-text:before,
.colArrowSubPage > .col-inner:before{
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.boxCtDtSubPage .box-text:before{
    width: 44px;
    height: 40px;
    background-image: url('../../img/iconArrowSub.png');
    top: 50%;
    left: -22.5px;
    transform: translateY(-50%);
}
.colArrowSubPage > .col-inner:before{
    width: 44px;
    height: 40px;
    background-image: url('../../img/iconArrowSub.png');
    top: -3px;
    left: -8px;
}
.BlogTsSubPage .post-item .post-title{
    color: #484554;
    margin-bottom: 0px;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.styleSlider .flickity-button-icon{
    width: 55px;
    height: 55px;
    background-image: url('../../img/arrLslide.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.styleSlider .flickity-button.next .flickity-button-icon{
    background-image: url('../../img/arrRslide.png');
}
.styleSlider .flickity-button-icon path{
    display: none;
}
.BlogTsSubPage .flickity-button{
    top: 48%;
}
.imgAlbumSubpage{
    margin-bottom: 0px !important;
}
.rowAlbumSubPage .colAlbumSubPage {
    padding-right: 6.66666666667px !important;
}
.rowAlbumSubPage .colAlbumSubPage:nth-child(4n+4){
    padding-right: 0px !important;
}
.Blogsatle{
    position: absolute;
    width: 115% !important;
}
.Blogsatle .post-item{
    padding-left: 50px;
    padding-right: 0;
}
.Blogsatle .post-item .box-text{
    padding: 0;
    width: 88%;
    background-color: #fff;
    border-left: 5px solid #eb0000;
    left: -50px;
    padding: 20px 10px 20px 20px;
    bottom: -10px;
    box-shadow: 0px 3px 4px 0px #ccc;
    text-shadow: none;
}
.Blogsatle .post-item .box-text .post-title{
    color: #484554;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.BlogChNN .flickity-button{
    bottom: 136px;
    top: initial;
    opacity: 1;
}
.BlogChNN .flickity-button.previous{
    right: 200px;
    left: inherit;
}
.BlogChNN .flickity-button.next{
    right: 150px;
}
.BlogChNN .flickity-button-icon{
    height: 66px;
    width: 50px;
    background-color: #0267FF;
    max-height: 66px;
}
.BlogChNN .flickity-button-icon path{
    display: none;
}
.BlogChNN .flickity-button .flickity-button-icon{
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
.BlogChNN .flickity-button.previous .flickity-button-icon{
    background-image: url('../../img/arrowPre.png');
}
.BlogChNN .flickity-button.next .flickity-button-icon{
    background-image: url('../../img/arrowNext.png');
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.BlogChNN .post-item .box-image{
    border-radius: 0px;
}
#SubPagIDMain .header-main #logo{
    width: auto;
}

@media only screen and (max-width: 1298px){
    .Blogsatle {
        position: static;
        width: 100% !important;
    }
}
@media only screen and (max-width: 1100px){
    .secCtdtSub > .section-bg{
        background-image: none !important;
    }
}

@media only screen and (max-width: 849px) {
	.title_has_sub .list_menu_title{
		margin-left: 0;
	    white-space: nowrap;
	    overflow-x: auto;
	    display: inline-block !important;
	    width: 100%;
	}
	.title_has_sub .list_menu_title .item{
		margin: 0;
	    display: inline-block !important;
	    float: none;
	}
	.title_has_sub .list_menu_title .item>a{
		padding: 0;
		padding-right: 5px;
		padding-left: 5px;
	}
	.title_has_sub .list_menu_title .item:nth-child(1) > a{
		padding-left: 0px;
	}
	.title_has_sub{
		margin-bottom: 10px;
	}
    .has-child:hover{
        cursor: none;
    }
    .header-search-form-wrapper{
        width: 100%;
    }
}

@media only screen and (min-width: 850px) and (max-width: 1070px) {
	.header-bottom{
		display: none;
	}
	.header-main .header-inner #logo{
		margin: 0;
	}
	.header-main .header-inner > .flex-col:nth-child(2){
		display: block !important;
	    flex: 0;
	    -webkit-box-flex: 0;
	    margin-right: 10px;
	}
    [data-show="hide-for-medium"], .hide-for-medium, #top-bar{
        display: none !important;
    }
	.header-main .header-inner .mobile-nav > li > a > i{
		color: #fb0202;
    	font-size: 32px;
	}
	.header-main .header-inner .mobile-nav > li > a span{
		margin: 0;
	    font-weight: 700;
	    color: #fb0202;
	    position: relative;
	    top: -5px;
	}
	.title_head_main .title_head_1.sub_vien{
		font-size: 14px;
	}
	.title_head_main .title_head_2.sub2_vien{
		font-size: 20px;
	}
	.header-main .header-inner > .flex-col:nth-child(4) > ul{
		display: flex;
	    flex-wrap: wrap;
	    align-items: flex-start;
	}
	.header-main .header-inner > .flex-col:nth-child(4) > ul > li{
		margin: 0;
    	width: 50%;
    	padding: 0px !important;
	}
	.header-main .header-inner > .flex-col:nth-child(4) > ul > li:nth-child(1){
		padding-right: 5px !important;
	}
	.header-main .header-inner > .flex-col:nth-child(4) > ul > li .header-search-form-wrapper{
		width: auto;
	}
	.header-main .nav .html_top_right_text .btn_tuyensinh{
		font-size: 13px;
		font-weight: normal;
	}

	.nav-sidebar.nav-vertical { position: relative;padding-top: 40px;}
   	.nav-sidebar.nav-vertical>li:first-child { background: var(--primary-color); min-height: 40px; position: absolute; top: 0px; left: 0; }
   	.nav-sidebar.nav-vertical>li>.block-top-mobile-menu>i:first-child { color: #fff; font-size: 17px; }
   	.mfp-close { opacity: 1 !important; transform: translateY(0) translateZ(1px); left: 237px; right: unset; }
   	.off-canvas:not(.off-canvas-center) .nav-vertical li>a { padding-left: 10px !important; font-size: 15px; font-weight: 300; padding-top: 6px; padding-bottom: 6px; }
   	.sidebar-menu .nav-sidebar li .toggle i { font-size: 20px; }
   	.sidebar-menu .nav-sidebar>li.active>a { font-weight: 500; color: var(--primary-color); }
   	.nav .active>ul.children { padding-bottom: 10px; }
   	.nav .active>ul.children>li { margin-bottom: 0; }
   	.nav .active>ul.children>li>a { font-weight: 500 !important; font-size: 15px; text-transform: unset; padding-left: 2em !important; }
   	.nav .active>ul.children>li>ul>li a { padding: 3px 0 3px 12px !important; font-size: 13px; padding-left: 2.6em !important; }
   	.sidebar-menu>ul.nav>li>.children>li>.nav-sidebar-ul { padding-bottom: 5px; }
   	.off-canvas-right .mfp-content, .off-canvas-left .mfp-content { width: 285px; }
   	.nav .active>ul.children { padding-bottom: 0; background: rgba(0, 0, 0, 0.03); }
   	.nav .active>ul.children>li { margin-bottom: 0; border-top: 1px solid #00000014; }
   	.nav .active>ul.children>li>a { font-size: 12px; text-transform: uppercase; }
   	.nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover { background-color: #fff; }
   	.nav-sidebar.nav-vertical>li { background: #fff; }
   	.nav-vertical li li { padding-left: 0 !important; }
   	.header-social-icons .social-icons a { margin-right: 8px !important; font-size: 15px !important; color: #444; }
   	.html.header-social-icons { padding: 10px 20px !important; }
   	.nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover { background-color: rgb(255, 255, 255) !important; }
   	.header-search-form { padding: 10px !important; }
   	#woocommerce-product-search-field-1 { border-radius: 10px 0 0 10px; border: none; background: #d4d4d4; }
   	#woocommerce-product-search-field-1::placeholder { color: #333; }
   	.listpro_home { padding-left: 0; }
   	.nav-sidebar .social-icons { text-align: center; }
   	.sidebar-menu>.nav-sidebar>li>a { color: #564f4f; font-size: 14px !important; }
   	.mfp-ready .mfp-close { opacity: .9; transform: translateY(0) translateZ(1px); right: 15px; mix-blend-mode: normal; position: relative; top: unset; display: block !important;}
}
@media only screen and (min-width: 850px) and (max-width: 890px) {
	.title_head_main .title_head_1.sub_vien{font-size: 12px;}
}
@media only screen and (max-width: 580px) {
    .boxCtDtSubPage{
        width: 100%;
        display: table;
    }
    .boxCtDtSubPage .box-image{
        width: 36% !important;
        float: left;
    }
    .boxCtDtSubPage .box-text{
        width: 62% !important;
        float: left;
    }
}
@media only screen and (max-width: 480px) {
    .title_has_sub .list_menu_title .item>a{font-size: 15px;font-weight: normal;}
    .my_slider.probigsale .slick-arrow.left{right: 36px;padding: 7px;}
    .my_slider.probigsale .slick-arrow.right{padding: 7px;}
    .my_slider.probigsale .slick-arrow.right, .my_slider.probigsale .slick-arrow.left{top: -56px;}
    .sec_sub_tt .row > .col.large-12{padding-bottom: 0px !important;}
    .subrowctdt > .col.large-12{padding-bottom: 6px;}
    .subrowctdt .nopadding_bottom{padding-left: 0px !important;padding-right: 0px !important;}
    .subrowctdt .nopadding_bottom:nth-child(1){margin-bottom: 15px;}
    .pronew_tsinh .post-title a{height: initial;}
    .pronew_tsinh .post-item .box-text{padding-bottom: 0px;}
    .boxtextctdtsub h3{font-size: 18px;text-transform: uppercase;}
    .btbiewctdtsub{font-weight: normal !important;}
    .smallcternewsub2{margin-top: 20px;}
    .smallcternewsub2 .col.post-item{margin-bottom: 15px;}
    .blognewrightsub .post-item .box-text{padding-top: 10px;padding-left: 0px;}
    .my_footer_main{padding-bottom: -56px;}

    .blogs_hd .post-title >a{font-size: 15px;}
    .title_khoi_items{font-size: 16px;}
    .box_items_khoi .box-text{padding: 5px 0px;}
    .box_items_khoi .box-text .title_khoi_items a{line-height: 26px;}
    .list_info_footer li.item{margin-bottom: 0px;}
    #footer{padding-bottom: 30px;}
    .title_has_sub .list_menu_title .item>a{border-right: none;position: relative;}
    .title_has_sub .list_menu_title .item>a:after{
        content: "";
        position: absolute;
        width: 1px;
        height: 10px;
        right: -3px;
        background-color: #333;
        top: 4px;
    }
    .title_has_sub .list_menu_title .item:last-child>a:after{
        display: none;
    }
    .list_lkn li.item{margin-bottom: 0px;}
    .list_info_footer li.item:first-child{margin-bottom: 6px;}
    .tit_archive_core h3{font-size: 20px;}
    .imgboxctdtsub .box-image img{min-height: 200px;}
    .row2ctdtao > .col{padding-bottom: 0px !important;}
    .blognewrightsub .post-item .box-text .post-title{font-size: 14px;}
    .my_footer_main{padding-top: 30px !important;}
    .widget_my_footer{margin-bottom: 0px !important;}
    .list_info_footer{margin-bottom: 15px;}
    .title_widget_footer{margin-bottom: 6px !important;}
    .BlogTsSubPage .flickity-button {
        top: 30%;
    }
    .Blogsatle .post-item .box-text{
        left: -20px;
        padding: 15px 8px 15px 15px;
    }
    .rowAlbumSubPage .colAlbumSubPage{
        margin-bottom: 6px;
    }
    .rowAlbumSubPage .colAlbumSubPage:nth-child(2n+2){
        padding-right: 0px !important;
    }
    .secNewSubPage{
        padding-top: 30px !important;
    }
    .boxCtDtSubPage > .box-text{
        padding-left: 20px;
    }
    .BlogChNN .flickity-button{
        width: 30px !important;
    }
    .BlogChNN .flickity-button-icon{
        height: 50px;
        max-height: 50px;
    }
    .BlogChNN .flickity-button.next .flickity-button-icon{
        background-size: 15px;
    }
    .Blogsatle .post-item{
        padding-left: 30px;
    }
    .colSocicalFoo .isocal_icon{
        align-items: flex-start;
        justify-content: flex-start;
    }
}
.list-post-flex{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-right: -24px;
}
.list-post-flex .post{ 
  width: calc(25% - 24px);
  margin-right: 24px;
  margin-bottom: 24px;
}
.list-post-flex .post .entry-header img{
  object-position: center;
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.date_core_devmd{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.4);
}
.date_core_devmd > p{
      margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    padding: 3px 10px;
    padding-left: 40px;
    position: relative;
    line-height: 25px;
}
.date_core_devmd > p::before{
      content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 5px;
    left: 10px;
    background: url('../../img/icon_calenda.png')center no-repeat;
    background-size: cover;
}
.list-post-flex .post .entry-header .entry-header-text{
  padding-top: 12px;
}
.list-post-flex .post .entry-header .entry-header-text .entry-title{
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4em;
}
.list-post-flex .post .entry-header .entry-header-text .entry-title a{
    font-size: 16px;
    line-height: 1.4em;
    color: #464646;
    width: 100%;
    box-sizing: border-box;
    height: 2.8em;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-post-flex .post .entry-content{
  padding-top: 4px;
  padding-bottom: 12px;
}
.excert_core_post{
      height: 3.9em;
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
    font-size: 15px;
    text-align: justify;
}
.rowbread_core{
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.breadcrumd_core{
  background-image: url(../../img/Website-2-1-scaled.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#main .secMajors .section-bg img{
  width: auto;
}
.secMajors .ux-menu-link span{
    color: var(--Neutral-1, #484554);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    padding-left: 20px;
}
.secMajors .ux-menu-link span:hover{
  color: #0068ff;
}
.secMajors .ux-menu-link span::before{
  content: "";
  position: absolute;
  width: 7px;
  height: 3px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: #FB0202;
}
.box_icon_s17 {
  border-radius: 16px;
  padding: 24px 12px;
  background: #f1f1f1;
}
.box_icon_s17 .icon-box-img {
  margin-bottom: 8px;
}
.box_icon_s17 .icon-box-text h3 {
  color: rgb(28, 62, 149);
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
}
.box_icon_s17 .icon-box-text p {
  color: #212121;
  font-size: 15px;
  margin-bottom: 0;
}

/* ============================================================
   Quy Trinh 3 Buoc (Chevron Step Bar)
   ============================================================ */
.QuyTrinhStepWrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
  margin: 15px 0;
}
.QuyTrinhStepItem {
  flex: 1;
  position: relative;
  padding: 16px 20px 16px 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 1;
  min-height: 95px;
}
.QuyTrinhStepItem.step-1 {
  background-color: #ba000d;
}
.QuyTrinhStepItem.step-2 {
  background-color: #193c88;
}
.QuyTrinhStepItem.step-3 {
  background-color: #162b5d;
}
@media only screen and (min-width: 769px) {
  .QuyTrinhStepWrapper {
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
  }
  .QuyTrinhStepItem {
    clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 50%, calc(100% - 24px) 100%, 0 100%, 24px 50%);
    margin-right: -20px;
  }
  .QuyTrinhStepItem:last-child {
    margin-right: 0;
  }
}
.QuyTrinhStepItem:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}
.QuyTrinhStepNumber {
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 8px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}
.step-1 .QuyTrinhStepNumber {
  color: #ba000d;
}
.step-2 .QuyTrinhStepNumber {
  color: #193c88;
}
.step-3 .QuyTrinhStepNumber {
  color: #162b5d;
}
.QuyTrinhStepTitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .QuyTrinhStepWrapper {
    flex-direction: column;
    border-radius: 12px;
  }
  .QuyTrinhStepItem {
    padding: 18px 20px;
    clip-path: none !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
    min-height: auto;
  }
  .QuyTrinhStepItem:first-child {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }
  .QuyTrinhStepItem:last-child {
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  .QuyTrinhStepTitle {
    font-size: 18px;
  }
}
.s3_r1 .s3_r1_c1 .col-inner{
  padding-left: calc((100% - 1235px) / 2);
}

/* ============================================================
   AllBlogs Style 2: Overlay Big (Bài nổi bật to)
   ============================================================ */
.AllBlogs.style-overlay-big .overlay-big-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.AllBlogs.style-overlay-big .item-overlay-big {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.AllBlogs.style-overlay-big .overlay-big-link {
  display: block;
  position: relative;
  width: 100%;
  min-height: 418px;
}
.AllBlogs.style-overlay-big .overlay-big-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.AllBlogs.style-overlay-big .overlay-big-link:hover img {
  transform: scale(1.04);
}
.AllBlogs.style-overlay-big .overlay-big-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 20px 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
  color: #ffffff;
  z-index: 2;
  box-sizing: border-box;
  max-height: 100%;
  overflow: hidden;
}
.AllBlogs.style-overlay-big .overlay-big-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  color: #ffffff;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.AllBlogs.style-overlay-big .overlay-big-excerpt {
  font-size: 14px;
  line-height: 1.4;
  color: #e0e0e0;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.AllBlogs.style-overlay-big .overlay-big-date {
  font-size: 13px;
  color: #fea72d;
  font-weight: 500;
}

/* ============================================================
   AllBlogs Style 3: Overlay Small (Bài nổi bật nhỏ)
   ============================================================ */
.AllBlogs.style-overlay-small .overlay-small-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.AllBlogs.style-overlay-small .item-overlay-small {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.AllBlogs.style-overlay-small .overlay-small-link {
  display: block;
  position: relative;
  height: 200px;
}
.AllBlogs.style-overlay-small .overlay-small-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.AllBlogs.style-overlay-small .overlay-small-link:hover img {
  transform: scale(1.04);
}
.AllBlogs.style-overlay-small .overlay-small-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 14px 14px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 70%, transparent 100%);
  z-index: 2;
  box-sizing: border-box;
  max-height: 100%;
  overflow: hidden;
}
.AllBlogs.style-overlay-small .overlay-small-title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ============================================================
   AllBlogs Style 3: Notification List (Thông báo - Badge đỏ)
   ============================================================ */
.AllBlogs.style-notification-list .notification-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.AllBlogs.style-notification-list .notification-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.AllBlogs.style-notification-list .notification-date-badge {
  min-width: 60px;
  width: 60px;
  height: 54px;
  background-color: #fb0202;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  padding: 4px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.AllBlogs.style-notification-list .badge-day-month {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 80%;
  text-align: center;
}
.AllBlogs.style-notification-list .badge-year {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 2px;
}
.AllBlogs.style-notification-list .notification-content {
  flex: 1;
}
.AllBlogs.style-notification-list .notification-title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.AllBlogs.style-notification-list .notification-title a {
  color: #ffffff;
  transition: color 0.2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.AllBlogs.style-notification-list .notification-title a:hover {
  color: #fea72d;
}

/* ============================================================
   AllBlogs Style 1: Default Card
   ============================================================ */
.AllBlogs.style-grid .title-news {
  color: #221E57;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.AllBlogs.style-grid .MainListBlogs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.AllBlogs.style-grid .item-blogs {
  width: 100%;
  margin-bottom: 12px;
}
.AllBlogs.style-grid .box-image {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.AllBlogs.style-grid .box-image img,
.AllBlogs.style-grid .box-image .block {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.AllBlogs.style-grid .box-image:hover img {
  transform: scale(1.05);
}
.AllBlogs.style-grid .box-text {
  padding-top: 10px;
}
.AllBlogs.style-grid .post-date {
  color: #979898;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 4px;
}
.AllBlogs.style-grid .post-title a {
  font-size: 15px;
  color: #484554;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}
.AllBlogs.style-grid .post-title a:hover {
  color: #0066ff;
}
.s5_r2 {
  padding-left: calc((100% - 1215px) / 2);
}
.secCtdtSub .section-bg img{
  width: auto;
  margin-left: auto;
  display: block;
  right: 0;
}
