@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;
  padding: 0;
  margin: 0;
  overflow-x: hidden; }

/* CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px; }

p {
  margin-bottom: 0; }

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

.im_res {
  max-width: 100%; }

.bg_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.mb_0 {
  margin-bottom: 0; }

.mb_1 {
  margin-bottom: 1rem; }

.mb_2 {
  margin-bottom: 2rem; }

.mb_3 {
  margin-bottom: 3rem; }

.mb_16 {
  margin-bottom: 16px; }

.mb_24 {
  margin-bottom: 24px; }

.wr_banner {
  background-image: url("../images/bg_banner.jpg");
  position: relative;
  background-position: center;
  background-size: cover;
  padding-top: 6rem; }

.wr_news .text_small {
  color: #7E838F;
  font-weight: 400;
  font-size: 1.4rem;
  margin-top: 10px;
  text-align: center;
  white-space: nowrap; }

.main_banner {
  text-align: center;
  width: 720px;
  position: relative; }

.wr_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 76px;
  justify-content: center; }
  .wr_logo .im_res_logo {
    max-width: 366px; }

.wr_text_play {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.item_text_play {
  display: flex;
  align-items: center;
  margin-right: 40px;
  position: relative;
  padding-left: 14px; }
  .item_text_play:last-child {
    margin-right: 0; }

.wr_text_play span {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #fff;
  margin-left: 16px;
  text-align: left; }

.text_end_day {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #2F353D;
  margin-bottom: 8px;
  font-weight: 500;
  text-align: center; }

#countdown {
  color: #2F353D;
  display: flex;
  align-items: center;
  justify-content: space-between; }

#countdown p {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #2F353D;
  padding: 0 20px;
  position: relative;
  text-align: left;
  height: 69px; }
  #countdown p:first-child {
    padding-left: 0; }
  #countdown p p {
    text-align: center; }

#countdown p span {
  font-weight: 600; }

#countdown p::before,
#countdown p::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #E5F2FF;
  position: absolute;
  right: 0;
  margin-top: auto;
  margin-bottom: auto; }

#countdown p::before {
  top: 16px; }

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

#countdown p span {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  line-height: 5rem; }

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

.wr_btn {
  background-color: #f9c616;
  border-radius: 30px;
  text-align: center; }
  .wr_btn.wr_btn_w {
    width: 320px;
    margin-left: auto;
    margin-right: auto; }
    .wr_btn.wr_btn_w .btn_dk:before {
      border-radius: 30px; }
  .wr_btn.wr_btn_outline {
    background-color: transparent; }
    .wr_btn.wr_btn_outline .btn_dk {
      color: #fff;
      border: 1px solid #fff;
      display: inline-block;
      padding: 8px 44px;
      border-radius: 4px; }
    .wr_btn.wr_btn_outline.wr_btn_w .btn_dk {
      width: 100%; }
  .wr_btn.wr_btn_normal {
    text-align: left;
    background-color: transparent; }
    .wr_btn.wr_btn_normal .btn_dk {
      color: #fff;
      border: 1px solid #0544C1;
      background-color: #0544C1;
      display: inline-block;
      padding: 8px 16px;
      border-radius: 4px; }
  .wr_btn.wr_btn_red .btn_dk {
    color: #fff;
    border: 1px solid #D90000;
    background-color: #D90000; }
  .wr_btn.wr_btn_padding {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px; }
    .wr_btn.wr_btn_padding .btn_dk {
      padding-left: 45px;
      padding-right: 45px;
      border-radius: 4px; }
  .wr_btn.wr_btn_blue_up {
    background-color: transparent; }
    .wr_btn.wr_btn_blue_up .btn_dk {
      color: #fff;
      border: 1px solid #074B9B;
      background-color: #074B9B;
      font-weight: 400;
      border-radius: 4px;
      text-transform: uppercase; }
      .wr_btn.wr_btn_blue_up .btn_dk::before {
        background-color: #074B9B; }
  .wr_btn.wr_btn_orange .btn_dk {
    color: #1948A6;
    border: 1px solid #FFD500;
    background-color: #FFD500;
    border-radius: 30px;
    padding: 15px 44px; }

.btn_dk {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #1948a6;
  display: block;
  position: relative;
  padding: 8px; }
  .btn_dk:hover {
    text-decoration: none; }
    .btn_dk:hover:before {
      height: 100%; }
  .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; }

.wr_des_time {
  width: 308px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px; }

.content_des_time {
  border-top: 1px solid #DAE0E5;
  border-bottom: 1px solid #DAE0E5;
  padding-top: 16px;
  padding-bottom: 16px; }

.wr_ic_mouse {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -65px; }

.link_mouse {
  position: relative;
  -webkit-animation: sonarEffect-2 1.5s ease-out 120ms infinite;
  -moz-animation: sonarEffect-2 1.5s ease-out 120ms infinite;
  animation: sonarEffect-2 1.5s ease-out 120ms infinite;
  transform: translateY(0px);
  display: inline-block;
  color: #fff; }
  .link_mouse:hover {
    text-decoration: none;
    color: #fff; }
  .link_mouse span {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.6rem;
    display: block;
    margin-top: 4px; }

@-webkit-keyframes sonarEffect-2 {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0px); } }
.title_connect {
  color: #ff9619;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.2rem;
  margin-bottom: 0; }

.p_description {
  font-size: 1.8rem;
  color: #51545c; }
  .p_description.p_description_white {
    color: #fff; }
  .p_description.p_description_blue {
    color: #1443A3; }
  .p_description.p_description_list {
    position: relative;
    padding-left: 25px;
    font-weight: 600;
    font-size: 1.6rem; }
    .p_description.p_description_list::before {
      content: "";
      width: 6px;
      height: 6px;
      position: absolute;
      left: 12px;
      top: 8px;
      background-color: #51545C;
      border-radius: 50%; }
  .p_description.p_description_yellow {
    color: #FFF9B2; }

.text_color_blue {
  color: #0544c1;
  font-weight: bold; }

.item_count_news {
  padding: 0 100px;
  position: relative; }
  .item_count_news:before {
    content: "";
    position: absolute;
    width: 1px;
    height: "100%";
    background-color: #D9D9D9;
    top: 0;
    bottom: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto; }
  .item_count_news:last-child:before {
    display: none; }
  .item_count_news .number {
    font-weight: 600;
    font-size: 4rem;
    line-height: 6rem;
    color: #1443a3; }
  .item_count_news .text {
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: center;
    font-weight: 600;
    color: #636770; }

.wr_count_news {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px; }

.content_count_news {
  border-radius: 20px;
  padding: 24px;
  display: flex;
  background-color: #F7F8F9;
  border-radius: 100px; }

.wr_journeys {
  background-image: url("../images/bg_edu.jpg");
  background-size: cover;
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-position: right;
  position: relative;
  background-repeat: no-repeat;
  object-fit: cover; }

.header_journeys {
  margin-bottom: 25px;
  position: relative; }

.header_journeys img {
  max-width: 100%; }

.header_journeys h2 {
  font-weight: 700;
  font-size: 5rem;
  line-height: 5.9rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px; }

.main_journeys {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

.header_journeys h4 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 3.5rem;
  color: #fff;
  text-transform: uppercase; }

.banner_journeys {
  max-width: 100%;
  margin-bottom: -10rem; }

.text_journeys {
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.9rem;
  color: #fff; }

.background_footer {
  background: linear-gradient(90.37deg, #00328c 31.49%, #001c48 106.72%);
  padding-top: 3rem;
  padding-bottom: 3rem; }

.footer_container ul {
  padding-left: 0; }
  .footer_container ul li {
    list-style: none;
    margin-right: 25px;
    color: white;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600; }
    .footer_container ul li:last-child {
      margin-right: 0; }
.footer_container p {
  color: #ccdff2;
  font-size: 1.6rem;
  line-height: 2.4rem; }
.footer_container hr {
  border: 1px solid white; }

.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; }

.wr_contact {
  background-image: url("../images/bg_contact.jpg"); }
  .wr_contact.expired .notification {
    display: block; }
  .wr_contact.expired .footer_form .wr_btn {
    display: none; }

.main_contact {
  width: 720px;
  margin-left: auto;
  margin-right: auto; }

.header_contact {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.wr_form {
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0px 16px 32px 0px rgba(55, 66, 77, 0.32); }

.title {
  font-size: 4rem;
  font-weight: bold;
  line-height: 6rem;
  color: #fff; }
  .title.title_blue {
    color: #113C8F; }
  .title.title_red {
    color: #D90000; }
  .title.title_normal {
    font-size: 3.2rem;
    line-height: 5.2rem; }
  .title.title_yellow {
    color: #FFD500; }
  .title.title_black {
    color: #33383D; }

.noti_contact {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #073B9D;
  background-color: #E5F2FF;
  padding: 16px;
  border-radius: 8px; }

.notification {
  display: none; }

.footer_form {
  padding-top: 24px;
  border-top: 1px solid #e9ecf0; }
  .footer_form .btn_dk_2 {
    background-color: transparent;
    border: 0;
    width: 100%;
    background-color: #0544c1;
    text-align: center;
    color: #fff;
    border-radius: 4px; }

.wr_open_account {
  display: flex;
  align-items: center;
  justify-content: center; }
  .wr_open_account .btn_here {
    color: #1B5DE0;
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: underline;
    margin-left: 4px; }
  .wr_open_account p {
    font-size: 1.6rem; }

.form_contact label {
  color: #1B2633;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 8px; }
.form_contact input {
  background-color: #F1F3F5;
  border: 1px solid #E9ECF0;
  border-radius: 4px;
  height: 40px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #1B2633; }

.wr_account {
  position: relative; }
  .wr_account span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #7E838F;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 8px;
    background-color: #DAE0E6;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .wr_account input {
    padding-left: 50px; }

.wr_program {
  position: relative;
  background-image: url(../images/bg_program.jpg);
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30rem; }

.item_line_program {
  position: relative;
  text-align: center;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 16px; }
  .item_line_program::before {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #C5CEE0;
    top: 53px;
    left: calc(50% + 8px); }
  .item_line_program:last-child:before {
    display: none; }
  .item_line_program .img_step {
    margin-bottom: 16px;
    position: relative; }
  .item_line_program img {
    height: 80px;
    width: 80px; }
  .item_line_program .p_description {
    font-size: 1.6rem;
    color: #fff; }

.line_step {
  width: 16px;
  height: 16px;
  background-color: #1B5DE0;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto; }

.wr_ic_step_line {
  width: 80px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto; }

.title_line {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #1B2633;
  letter-spacing: 1px;
  margin-bottom: 8px; }

.sub_title_line {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #1B5DE0;
  margin-bottom: 0; }

.wr_line_program {
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 32px; }

.main_program {
  width: 100%; }
  .main_program .title {
    text-align: center; }

.title_normal_small {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #1948A6;
  margin-bottom: 40px;
  text-align: center; }

.wr_video {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #EBF1FF;
  padding-top: 0; }

.main_video {
  margin-top: -220px; }
  .main_video .title.title_normal {
    font-size: 2.8rem;
    line-height: 4.4rem; }

.ct_col_video {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: right; }

.title_sub_information {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #51545C;
  font-weight: 400; }

.banner_video {
  position: relative;
  margin-bottom: 40px;
  text-align: center; }
  .banner_video .banner {
    border-radius: 20px; }

.item_left_video .wr_btn {
  margin-top: 32px; }

.wr_icon_play {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.content_icon_play {
  position: relative;
  width: 80px;
  height: 80px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer; }
  .content_icon_play:before {
    content: '';
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-animation: sonarEffect 0.9s ease-out 120ms infinite;
    -moz-animation: sonarEffect 0.9s ease-out 120ms infinite;
    animation: sonarEffect 0.9s ease-out 120ms infinite; }
  .content_icon_play:hover {
    color: #fff;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-radius: 50%; }

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(239, 123, 34, 0.1), 0 0 5px 7px rgba(239, 123, 34, 0.7), 0 0 0 3px rgba(239, 123, 34, 0.5); }
  100% {
    box-shadow: 0 0 0 2px rgba(239, 123, 34, 0.1), 0 0 5px 7px rgba(239, 123, 34, 0.7), 0 0 0 3px rgba(239, 123, 34, 0.5);
    -webkit-transform: scale(1.3);
    opacity: 0; } }
.wr_member {
  background-image: url("../images/banner_member.jpg");
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.content_member {
  width: 100%;
  text-align: center; }

.item_member {
  padding: 24px;
  border-radius: 8px;
  transition: all 0.5s ease; }
  .item_member:hover {
    box-shadow: 0px 16px 32px rgba(55, 66, 77, 0.32); }

.wr_des_member h4 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #113C8F;
  margin-bottom: 4px; }
.wr_des_member .p_description {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #113C8F; }

.main_member {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }
  .main_member .row {
    justify-content: center; }

.list_achievement {
  list-style: none;
  padding-left: 0; }
  .list_achievement .p_description {
    font-weight: bold;
    color: #164EB8; }
  .list_achievement .p_s_description {
    color: #4D545C;
    font-weight: 400;
    font-size: 1.6rem; }
  .list_achievement li {
    margin-bottom: 8px; }
    .list_achievement li:last-child {
      margin-bottom: 0; }

.wr_back_top {
  position: absolute;
  right: 40px;
  bottom: 40px;
  text-align: center;
  -webkit-animation: sonarEffect-2 1.5s ease-out 120ms infinite;
  -moz-animation: sonarEffect-2 1.5s ease-out 120ms infinite;
  animation: sonarEffect-2 1.5s ease-out 120ms infinite;
  transform: translateY(0px); }
  .wr_back_top a {
    display: block; }
    .wr_back_top a:hover {
      text-decoration: none; }
  .wr_back_top span {
    display: block;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #fff;
    margin-top: 5px; }

.container_video {
  position: relative; }

.wr_step_line {
  margin-top: 16px; }

.wr_logo_company {
  margin-bottom: 32px; }

.wr_txt_banner .png {
  display: none; }

/* RESPONSIVE */
@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; } }
@media (max-width: 1300px) {
  .section_pb {
    padding-left: 15px;
    padding-right: 15px; }

  .wr_txt_banner .png {
    display: block; }
  .wr_txt_banner .svg {
    display: none; }

  .main_video {
    margin-top: -180px; } }
@media (max-width: 1024px) {
  .item_line_program::before {
    top: 36px; } }
@media (max-width: 992px) {
  .main_member {
    width: 100%; }

  .item_count_news {
    padding: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align: center; }

  .form_contact .row .col-lg-6 {
    margin-bottom: 16px; }
    .form_contact .row .col-lg-6:last-child {
      margin-bottom: 0; }

  .wr_journeys {
    background-image: url("../images/bg_edu_mb.jpg");
    padding-top: 10rem;
    padding-bottom: 90rem;
    background-position: bottom; }

  .wr_banner {
    padding-bottom: 10rem !important; }

  .col_member {
    margin-bottom: 32px; }
    .col_member:nth-last-child(-n+2) {
      margin-bottom: 32px; }
    .col_member:nth-last-child(-n+1) {
      margin-bottom: 0; }

  .main_member .row_member {
    margin-bottom: 32px; }
    .main_member .row_member:last-child {
      margin-bottom: 0; }

  .main_video {
    margin-top: 0; } }
@media (max-width: 768px) {
  .section_pb {
    padding-top: 4rem;
    padding-bottom: 4rem; }

  .main_section {
    width: 100%; }

  .main_banner {
    width: 100%;
    text-align: center; }

  #countdown {
    margin-left: auto;
    margin-right: auto; }

  .wr_btn.wr_btn_w {
    margin-left: auto;
    margin-right: auto; }

  .ct_col_video {
    margin-bottom: 25px; }

  .wr_banner_journeys {
    margin-top: 25px; }

  .wr_journeys {
    padding-bottom: 75rem; }

  .wr_logo_company {
    text-align: left; }

  .item_count_news .text.text_small {
    margin-top: 0; } }
@media (max-width: 767px) {
  .wr_btn.wr_btn_w {
    width: 100%; }

  .wr_logo {
    display: block;
    margin-bottom: 40px; }
    .wr_logo img:first-child {
      margin-bottom: 25px; }

  .item_count_news .number {
    font-size: 2.5rem;
    line-height: 4rem; }

  .wr_banner {
    padding-bottom: 10rem; }

  .wr_open_account {
    display: block; }

  .wr_journeys {
    padding-bottom: 50rem; } }
@media (max-width: 600px) {
  .mb_2 {
    margin-bottom: 1.5rem; }

  .mb_3 {
    margin-bottom: 2rem; }

  #countdown {
    width: 100%; }

  .item_text_play {
    margin-right: 0;
    margin-bottom: 4px; }
    .item_text_play:last-child {
      margin-bottom: 0; }

  .item_count_news .text {
    font-size: 1.4rem;
    line-height: 2rem; }

  .banner_video {
    margin-bottom: 30px; }

  .title {
    font-size: 2.5rem;
    line-height: 4rem; }

  .p_description {
    font-size: 1.4rem; }

  .wr_line_program {
    display: block; }

  .item_line_program {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px; }
    .item_line_program:last-child {
      margin-bottom: 0; }

  .wr_ic_step_line {
    width: 100%; }

  .img_step {
    text-align: center; }

  .line_step {
    margin-left: inherit;
    position: absolute;
    left: 0;
    top: 90px; }

  .wr_step_line {
    text-align: center; }

  .item_line_program {
    padding: 0; }
    .item_line_program:before {
      width: 4px;
      height: calc(100% + 4px);
      left: 6px;
      top: 106px; }

  .wr_form {
    padding: 16px; }

  .header_contact {
    display: block; }

  .wr_list_footer {
    display: block; }

  .wr_list_footer .wr_list_menu {
    display: block;
    margin-bottom: 20px; }

  .content_icon_play {
    width: 50px;
    height: 50px; }

  .wr_des_time {
    width: 100%; }

  .item_text_play {
    padding-left: 0; }

  .wr_banner {
    padding-bottom: 0; }

  #countdown p {
    padding: 0 6px;
    font-size: 1.4rem; }

  .wr_btn.wr_btn_orange .btn_dk {
    padding: 8px 44px; }

  .item_line_program:before {
    display: none; }

  .text_end_day {
    text-align: center; }

  #countdown p {
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 0 20px;
    position: relative;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    height: 69px; }
    #countdown p:first-child {
      padding-left: 0; }
    #countdown p p {
      text-align: center; }

  .content_count_news {
    padding: 12px 8px;
    width: 100%; }

  .item_count_news .text {
    font-size: 1.2rem; }

  .item_count_news .number {
    font-size: 2rem; }

  .item_left_video .wr_btn {
    margin-bottom: 25px; }

  .main_video .title.title_normal {
    font-size: 2.4rem;
    line-height: 3.8rem; }

  .main_video .wr_btn.wr_btn_normal {
    margin-bottom: 25px; } }
@media (max-width: 480px) {
  .wr_journeys {
    padding-top: 6rem;
    padding-bottom: 33rem; }

  .title.title_normal {
    font-size: 2.3rem;
    line-height: 3rem; } }

/*# sourceMappingURL=style.css.map */
