@font-face {
  font-family: "Sf-pro-display";
  src: url("fonts/sf-pro-display-light.otf") format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Sf-pro-display";
  src: url("fonts/sf-pro-display-regular.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Sf-pro-display";
  src: url("fonts/sf-pro-display-medium.otf") format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Sf-pro-display";
  src: url("fonts/sf-pro-display-semibold.woff2") format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Sf-pro-display";
  src: url("fonts/sf-pro-display-bold.otf") format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Sf-pro-display";
  src: url("fonts/sf-pro-display-black.otf") format('opentype');
  font-weight: 900;
  font-style: normal;
}

html {
  font-size:10px;
  scroll-behavior: smooth;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Sf-pro-display", "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #3D4B59;
}
.clearfix {
  height: 1px;
  clear: both;
}
/* img {
  image-rendering: pixelated;
} */
@media (min-width: 992px)
{
  html {
    font-size:9px;
  }
}
@media (min-width: 768px)
{
  html {
    font-size:8px;
  }
}
@media (min-width: 1200px)
{
  html {
    font-size:10px;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px;
  }
}
.modal-video {
  cursor: pointer;
  width: 100%;
}

a.btn-primary {
  background-color: #00468C !important;
  border-radius: 4px;
  padding: 12px 24px;
  border: none;
  font-size: 1.6rem;
  line-height: 1.4rem;
}

a.btn-secondary {
  background-color: #DAE0E5 !important;
  border-radius: 8px;
  padding: 12px 24px;
  color: #3D4B59;
  font-weight: 600;
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
a.btn-primary:hover {
  background-color: #00468C !important;
  border-radius: 4px;
}
a.btn-secondary:hover {
  background-color: #DAE0E5 !important;
  border-radius: 8px;
  padding: 12px 24px;
  color: #3D4B59;
  font-weight: 600;
  border: none;
}

.news-container img.banner {
  width: 100%;
}

.video-container {
  background: #F7F8F9;
}

.video-container img.banner {
  width: 100%;
  cursor: pointer;
}

.background-member {
  background: url('./images/background-member.png') no-repeat;
  background-size: cover;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.member-container h2.title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 4.8rem;
  margin-bottom: 2.4rem;
  color: white;
}
.member-container p.desc {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: white;
}
.member-container .each-member {
  background: rgba(138, 88, 247, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 12px 20px rgba(55, 66, 77, 0.24);          
  border-radius: 8px;
  padding: 2.4rem 1rem;
  height: 100%;
}
.member-container .each-member img { 
  margin-bottom: 1.6rem;
}

.member-container h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;
  color: #fff;
}

.member-container h3 span {
  font-weight: 400;
}

.member-container p.desc-member {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #536475;
}
.background-timeline {
  background: url('./images/background-timeline.png') no-repeat;
  background-size: cover;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.timeline-container {
  
}
.timeline-container h2.title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 4.8rem;
  margin-bottom: 2.4rem;
}

.timeline-container p.desc {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 4.8rem;
}
.timeline {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0 auto;
  letter-spacing: 0.2px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 0px 50px;
  list-style: none;
  text-align: left;
  max-width: 60%;
}

.timeline:before {
  content: '';
  position: absolute;
  left: -3px;
  top: 0;
  width: 3px;
  height: calc(100% - 50px);
  background-color: #C4C4C4;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h3 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #2A333D
}
.timeline p {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.timeline .event {
  padding: 16px 24px;
  background: #FFFFFF;
  box-shadow: 0px 12px 20px rgba(55, 66, 77, 0.12);
  border-radius: 8px;
  position: relative;
  margin-bottom: 50px;
}

.timeline .event:last-child {
  margin-bottom: 1.2rem;
}

.pd_l_0 {
  padding-left: 0;
}

@media (max-width: 767px) {
  .timeline .event {
      padding-top: 50px;
  }
}

.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .event:before {
  left: -207px;
  content: attr(data-date);
  text-align: right;
  font-weight: 600;
  font-size: 1.8rem;
  color: #00468C;
  min-width: 120px;
}

@media (max-width: 767px) {
  .timeline .event:before {
      left: 25px;
      top: 25px;
      text-align: left;
  }
}

.timeline .event:after {
  -webkit-box-shadow: 0 0 0 5px #CCDFF2;
  box-shadow: 0 0 0 5px #CCDFF2;
  left: -59px;
  background: #3380CC;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  content: "";
}

@media (max-width: 767px) {
  .timeline .event:after {
      left: -31.8px;
  }
}
.background-contact {
  background: url('./images/bg_contact.png') no-repeat;
  background-size: cover;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.contact-container {

}
.contact-container h2.title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 4.8rem;
  margin-bottom: 2.4rem;
  color: white;
}
.contact-container p.desc {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: white;
}

.contact-container form label {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: white;
}
.contact-container form input {
  font-size: 1.4rem;
  line-height: 2.2rem;
  height: 45px;
  margin-bottom: 1.4rem;
}
/* .contact-container form button {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-top: 2rem;
  height: 45px;
} */
.background-ads {
  background: url('./images/bg_ads_1.png') no-repeat;
  background-size: cover;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.ads-container {

}
.ads-container h2.title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 4.8rem;
  margin-bottom: 2.4rem;
}
.ads-container ul {
  margin-bottom: 2.4rem;
}
.ads-container ul li {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.background-footer {
  background-color: #082B4D;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer-container p {
  color: #CCDFF2;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.footer-container hr {
  border: 1px solid white;
}

.section_title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 5rem;
  color: white;
  margin-bottom: 0;
  font-family: "SFU Futura";
}

.wrapper_section_count {
  background: url('./images/bg_dongtien.png') no-repeat;
  background-size: cover;
  object-fit: cover;
}

.content_countdown {
  text-align: center;
}

.wr_webinar span {
  font-weight: 400;
  font-size: 1.4rem;
  border-radius: 4px;
  padding: 3px 9px;
  display: inline-block;
  letter-spacing: 0.1em;
  color: #fff;
  border: 2px solid #fff;
}

.mb_1_r {
  margin-bottom: 1rem;
}

.mb_2_r {
  margin-bottom: 2rem;
}

.text_banner {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  color: #FFD500;
  font-weight: 700;
}

.logo_connect {
  object-fit: cover;
  max-width: 100%;
}

.wr_time_meeting {
  display: flex;
  justify-content: center;
}

.content_time_meeting {
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.item_time_meeting {
}

.text_time {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}

.text_day {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}

.ic_line {
  width: 2px;
  background-color: #fff;
  margin: 0 1.5rem;
  height: 100%;
}

.text_end_day {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

#countdown {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#countdown p {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 0 20px;
  position: relative;
}

#countdown p::before, #countdown p::after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 15px;
}

#countdown p::after {
  top: 23px;
}

#countdown p:last-child::before, 
#countdown p:last-child::after {
  display: none;
}

#countdown p span {
  display: block;
  font-size: 3rem;
}

.wr_btn_dk {
  display: flex;
  justify-content: center;
}

.wr_btn_dk.wr_btn_dk_2 {
  justify-content: flex-start;
}

.btn_dk {
  font-size: 1.6rem;
  color: #FFFF00;
  font-weight: 600;
  width: 308px;
  height: 48px;
  border-radius: 4px;
  border: 2px solid #FFFF00;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: transparent;
  position: relative;
}

.btn_dk::before {
  content: "";
  position: absolute;
  height: 0;
  width: 100%;
  background-color: #FFFF00;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  opacity: 0.1;
}

.btn_dk:hover {
  /* background-color: #FFFF00; */
  color: #FFFF00;
  text-decoration: none;
}

.btn_dk:hover:before {
  height: 100%;
}

.btn_dk span {
  position: relative;
}

.title_normal {
  font-size: 3.2rem;
  color: #0E1114;
  font-weight: bold;
  text-transform: uppercase;
}

.section_pb {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.p_description {
  font-size: 1.6rem;
  color: #3D4B59;
}

.p_description.p_description_white {
  color: #fff;
}

.wr_list_text {
  padding-left: 18px;
}

.wr_list_text li {
  font-size: 1.6rem;
  color: #3D4B59;
}

.mb_0_r {
  margin-bottom: 0;
}

.icons_btn {
  font-size: 12px;
  margin-left: 5px;
}

.wr_member_position {
  text-align: center;
}

.member-container .item_member {
  margin-bottom: 2.5rem;
}

.member-container .item_member:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

.btn_use_zoom {
  text-decoration: underline;
}

.btn_here {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 4px;
  padding: 8px 16px;
  display: inline-block;
  font-size: 1.6rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn_here span {
  margin-right: 5px;
}

.btn_here:hover {
  background-color: #fff;
  color: #00468C;
  text-decoration: none;
}

.footer-container ul {
  padding-left: 0;
}

.footer-container ul li {
  list-style: none;
  margin-right: 1rem;
  color: white;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.wr_list_footer {
  display: flex;
  justify-content: space-between;
}

.wr_list_footer ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.list_social li {
  width: 25px;
}

.wr_list_menu a {
  color: #fff;
}

.line_footer {
  height: 1px;
  width: 100%;
  background-color: #DAE0E5;
  margin: 2rem 0;
}

.section_col_center .col-lg-6 {
  align-items: center;
  display: flex;
}

.item_member_header {
  text-align: center;
}

.item_member_body {
  /* width: calc(100% + 220px);
  margin-left: -120px; */
  width: 922px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

/* .item_member_body .item_member {
  flex: 0 0 20%;
  max-width: 20%;
} */

.ct_img {
  max-width: 100%;
}

.wr_ct_btn {
  display: flex;
}

a.ct_btn {
  display: flex;
  align-items: center;
}

.banner_2 {
  max-width: 100%;
}


@media (max-width: 768px) {
  .news-container .row > .col-lg-6:first-child,
  .video-container .row > .col-lg-6:first-child,
  .ads-container .row > .col-lg-6:first-child {
    margin-bottom: 2.5rem;
  }

  .item_member_body {
    width: 100%;
  }

  .member-container .item_member:nth-last-child(-n + 3) {
    margin-bottom: 25px;
  }

  .member-container .item_member:nth-last-child(-n + 1) {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .item_member_body .item_member {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .member-container .item_member:nth-last-child(-n + 2) {
    margin-bottom: 25px;
  }

  .member-container .item_member:nth-last-child(-n + 1) {
    margin-bottom: 0;
  }

  .im_res {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .timeline:before {
    top: 25px;
    left: -1px;
    height: 79%;
  }

  .wr_list_footer {
    display: block;
  }

  .wr_list_footer .wr_list_menu {
    display: block;
    margin-bottom: 1.8rem;
  }

  .section_title {
    font-size: 3.3rem;
  }

  .text_banner {
    font-size: 1.6rem;
  }

  .title_normal {
    font-size: 2.5rem;
  }

  .p_description {
    font-size: 1.3rem;
  }

  .section_pb {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  a.btn-primary {
    font-size: 1.3rem;
  }

  .background-member {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .member-container h2.title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    line-height: normal;
  }

  .background-timeline {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .timeline-container h2.title, 
  .contact-container h2.title,
  .ads-container h2.title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    line-height: normal;
  }

  .timeline h3 {
    font-size: 2rem;
  }

  .background-contact, 
  .background-ads {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .news-container .wr_list_text {
    margin-bottom: 2rem;
  }

  .img_zoom {
    height: 55px;
  }

  .wr_list_text li {
    font-size: 1.3rem;
  }
}

@media (max-width: 380px) {
  .section_title {
    font-size: 3rem;
  }

  .title_normal {
    font-size: 2.2rem;
  }
}