html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans TC", sans-serif;
}

.all_page {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 19, 80, 0.67)), color-stop(100vh, rgba(0, 19, 80, 0))), url("img/indexbg.jpg") center 70px/cover no-repeat fixed;
  background: linear-gradient(rgba(0, 19, 80, 0.67), rgba(0, 19, 80, 0) 100vh), url("img/indexbg.jpg") center 70px/cover no-repeat fixed;
}

.g_header {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.g_header .header__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g_header .head_logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 70px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.g_header .head_logo a {
  display: block;
}
.g_header .head_logo .logo {
  display: block;
  height: 22px;
}
.g_header .head_nav {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.g_header .head_nav .nav_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.g_header .head_nav .nav_item.is_active .nav_link {
  color: #ce0011;
}
.g_header .head_nav .nav_link {
  display: block;
  border-radius: 10px;
  padding: 15px;
  line-height: 1;
  color: #001350;
  font-size: 15px;
  background-color: #fff;
  -webkit-transition: color 300ms, background 300ms;
  transition: color 300ms, background 300ms;
}
.g_header .head_nav .nav_link:hover {
  text-decoration: none;
  color: #000;
  background-color: rgba(206, 0, 17, 0.1);
}

.bg-gray {
  background-color: #f7f7f7;
}

.g_main .main__sec {
  padding: 40px 0 50px;
}
.g_main .sec__title {
  position: relative;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.2;
  padding-bottom: 16px;
}
.g_main .sec__title::after {
  content: "";
  position: absolute;
  left: calc(50% - 32px);
  bottom: 0;
  width: 64px;
  height: 1px;
  background-color: currentColor;
}
.g_main .sec__title .tit {
  display: inline-block;
  color: #001350;
  font-size: 32px;
}
.g_main .sec__title .subtit {
  margin-top: 6px;
  font-size: 20px;
}
.g_main .sec__title.in_white .tit {
  color: #fff;
}
.g_main .sec__title.in_white::after {
  background-color: #fff;
}

.cta_btn {
  display: inline-block;
  border-radius: 10px;
  padding: 18px 36px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: color 300ms, background 300ms;
  transition: color 300ms, background 300ms;
}
.cta_btn.btn_main {
  background-color: #ce0011;
  color: #fff;
}
.cta_btn.btn_main:hover {
  text-decoration: none;
  color: #000;
  background-color: #f7f7f7;
}
.cta_btn.btn_sub {
  background-color: #fff;
  color: #ce0011;
  border: 1px solid currentColor;
  background-color: #fff;
}
.cta_btn.btn_sub:hover {
  text-decoration: none;
  background-color: #f6ced1;
}
.cta_btn.xl_size {
  padding: 24px 40px;
  font-size: 22px;
}
.cta_btn.sm_size {
  padding: 14px 28px;
  font-size: 18px;
}

.sec_hero {
  background-color: rgba(0, 19, 80, 0.3);
}
.sec_hero .hero__wrapper {
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 75vh;
  color: #fff;
}
.sec_hero .hero_cnt {
  text-align: center;
}
.sec_hero .hero_cnt .hero__title {
  margin-bottom: 30px;
  font-size: 42px;
  line-height: 1.5;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
}
.sec_hero .hero_cnt .hero__text {
  max-width: 36em;
  font-size: 21px;
  line-height: 1.8;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
}
.sec_hero .hero_cnt .hero__cta {
  margin-top: 30px;
}

.sec_about {
  background-color: #fff;
}

.about__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__cnt .wording {
  padding-right: 2em;
  font-size: 20px;
}
.about__cnt .wording .cta {
  margin-top: 1em;
}
.about__cnt .pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.sec_video {
  background: radial-gradient(rgba(0, 19, 80, 0.8), rgba(0, 19, 80, 0.5));
}
.g_main .sec_video {
  padding: 100px 0;
}

.video__cnt {
  text-align: center;
  color: #fff;
}
.video__cnt > a {
  display: block;
  color: #fff;
}
.video__cnt > a:hover {
  text-decoration: none;
}
.video__cnt > a:hover .video__icon {
  -webkit-transition: background 300ms;
  transition: background 300ms;
  background-color: rgba(255, 255, 255, 0.2);
}
.video__cnt .video__tit {
  font-size: 36px;
  margin-bottom: 0.5em;
}
.video__cnt .video__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 72px;
  height: 72px;
  padding-left: 6px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec_product {
  background-color: #f7f7f7;
}

.product__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product__cnt .flex_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  padding: 0 10px;
}

.pdt_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  padding: 40px 0;
  height: 100%;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
}
.pdt_item .title {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 24px;
}
.pdt_item .text {
  text-align: left;
  padding: 0 24px;
}
.pdt_item .item__bottom {
  margin-top: 15px;
  text-align: center;
}
.pdt_item .pdt_btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
  border-right: 1px solid currentColor;
  padding: 2px 10px;
  color: #ce0011;
}
.pdt_item .pdt_btn:last-child {
  border-right-width: 0;
}

.common__links {
  margin-top: 40px;
  text-align: center;
}
.common__links .cta_btn {
  margin: 0 10px;
}

.sec_service {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 19, 80, 0.5)), to(#001350));
  background: linear-gradient(90deg, rgba(0, 19, 80, 0.5), #001350);
}

.service__cnt {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.srv_item {
  text-align: center;
}
.srv_item a {
  position: relative;
  display: inline-block;
  padding: 20px;
}
.srv_item a:hover {
  text-decoration: none;
}
.srv_item a:hover .img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.srv_item .img {
  position: relative;
  z-index: 2;
  width: 100px;
  text-align: center;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.srv_item .title {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}

.g_main .sec_event {
  padding: 0;
}

.event__wrap {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), to(rgba(247, 247, 247, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 19, 80, 0.5)), to(rgba(0, 19, 80, 0.6)));
  background: linear-gradient(#fff 30%, rgba(247, 247, 247, 0)), linear-gradient(rgba(0, 19, 80, 0.5), rgba(0, 19, 80, 0.6));
}
.event__wrap .box {
  padding: 50px 30px;
}

.event__cnt .items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.evt_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.33% - 16px);
          flex: 0 1 calc(33.33% - 16px);
  margin: 0 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
  border-radius: 4px;
  background-color: rgba(0, 19, 80, 0.2);
  padding-left: 0;
}
.evt_item a {
  display: block;
  border-radius: 4px;
  padding: 20px 24px;
  height: 100%;
  color: #000;
  background-color: #fff;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.evt_item a:hover {
  text-decoration: none;
  -webkit-transform: translate(-6px, -6px);
          transform: translate(-6px, -6px);
}
.evt_item .item__title {
  font-size: 16px;
  font-weight: 700;
  color: #ce0011;
}
.evt_item .item__text {
  margin-top: 4px;
  margin-bottom: 0;
}

.g_footer {
  padding: 26px 0 50px;
  background-color: #000;
  color: #fff;
}
.g_footer .footer_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.g_footer .cnt_top {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  text-align: center;
}
.g_footer .cnt_top .footer__logo {
  padding: 24px;
}
.g_footer .cnt_top .footer__logo a {
  display: block;
}
.g_footer .cnt_top .footer__logo img {
  height: 24px;
}
.g_footer .cnt_left .footer__logo {
  padding: 24px;
}
.g_footer .cnt_left .footer__logo a {
  display: block;
}
.g_footer .cnt_left .footer__logo img {
  height: 24px;
}
.g_footer .cnt_left .copy {
  margin-top: 0;
}
.g_footer .cnt_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.g_footer .cnt_right .links {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  text-align: right;
}
.g_footer .cnt_right .links li {
  display: inline-block;
  vertical-align: middle;
}
.g_footer .cnt_right .links li a {
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  color: #fff;
}
.g_footer .cnt_right .links li a:hover {
  color: #ce0011;
}

.g_fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  cursor: pointer;
}
.g_fixed .go_top {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: #ddd url("img/arrow_top.png") center/36px no-repeat;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

.pic_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pic_center .wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 2%;
}
.pic_center.in_deep .wrap {
  background-color: #001350;
}

.page_tpc .sec_hero .hero__wrapper {
  min-height: 50vh;
}
.page_tpc .sec_hero .hero__title {
  font-size: 48px;
  margin-bottom: 0;
  font-family: "Noto Serif TC", serif;
  font-weight: 900;
}
.page_tpc .part_title {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.page_tpc .part_title .tit {
  font-size: 24px;
  margin-bottom: 6px;
}
.page_tpc .part_title a {
  color: #ec3544;
  text-decoration: underline;
}
.page_tpc .part_title a:hover {
  color: #4cffff;
}

.page_topic_sec1 {
  background-color: #fff;
}
.page_topic_sec1 .intro {
  text-align: center;
  margin-bottom: 30px;
}
.page_topic_sec1 .p_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page_topic_sec1 .p_box .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 380px;
          flex: 0 1 380px;
  padding: 10px;
}

.page_topic_sec2 {
  background: url("img/topic/topicbg.jpg") center/cover;
}
.page_topic_sec2 .sec__cnt {
  position: relative;
  max-width: 100%;
  width: 785px;
  margin: 0 auto;
}
.page_topic_sec2 .pic2 {
  position: relative;
  padding-left: 5%;
}
.page_topic_sec2 .pic2 a {
  opacity: 1;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.page_topic_sec2 .pic2 .img_2a {
  position: absolute;
  right: 0;
  top: 25px;
  width: 60%;
}
.page_topic_sec2 .pic2 a:hover {
  opacity: 0.7;
}

.page_topic_sec3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#001350), to(rgba(0, 19, 80, 0))), url("img/topic/searchbg.png") center/cover;
  background: linear-gradient(#001350, rgba(0, 19, 80, 0)), url("img/topic/searchbg.png") center/cover;
}

.page_topic_sec4 {
  background-color: rgba(0, 19, 80, 0.9);
}
.page_topic_sec4 .vid_tit {
  text-align: center;
  font-size: 24px;
  margin-bottom: 0.5em;
  color: #fff;
}
.page_topic_sec4 .vid_link {
  text-align: center;
}
.page_topic_sec4 .vid_link a {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.page_topic_sec4 .vid_link a:hover {
  opacity: 0.7;
}

.page_abt .sec_hero .hero_cnt {
  text-align: left;
}
.page_abt .sec_hero .hero__wrapper {
  min-height: 50vh;
}
.page_abt .sec_hero .hero__text {
  max-width: 38em;
}

.page_about_sec1 {
  background-color: #fff;
}
.page_about_sec1 .sec__cnt .wording {
  font-size: 16px;
  max-width: 44em;
  margin: 0 auto 30px;
}
.page_about_sec1 .sec__cnt .wording .tit {
  text-align: center;
  font-size: 20px;
  color: #ce0011;
}
.page_about_sec1 .sec__cnt .wording .text {
  margin-top: 10px;
  color: #748182;
}

.page_about_sec2 {
  padding: 40px 0;
  background-color: #ececec;
  text-align: center;
}
.page_about_sec2 .pic {
  max-width: 1280px;
  margin: 0 auto;
}

.page_product_hero .hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40vh;
}
.g_main .page_product_hero {
  padding: 60px;
}
.page_product_hero .hero_cnt {
  max-width: 960px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_product_hero .hero_cnt .text {
  padding-right: 30px;
  color: #fff;
}
.page_product_hero .hero_cnt .pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
.page_product_hero .hero_cnt .pic img {
  border-radius: 10px;
}
.page_product_hero .hero__title {
  line-height: 1;
}
.page_product_hero .hero__text {
  margin-top: 18px;
  font-size: 1.5rem;
}
.page_product_hero .hero__cta {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_product_hero .hero__cta .cta_btn {
  margin-right: 10px;
}

.page_product_summary {
  background: #fff url("img/product/summarybg.png") center/cover;
}

.page_product_video {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 19, 80, 0.5)), to(#001350));
  background: linear-gradient(90deg, rgba(0, 19, 80, 0.5), #001350);
}
.page_product_video .vid_tit {
  text-align: center;
  font-size: 24px;
  margin-bottom: 0.5em;
  color: #fff;
}
.page_product_video .vid_link {
  text-align: center;
}
.page_product_video .vid_link a {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.page_product_video .vid_link a:hover {
  opacity: 0.7;
}

.page_product_other {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(rgba(247, 247, 247, 0.7)));
  background: linear-gradient(#f7f7f7, rgba(247, 247, 247, 0.7));
}
.g_main .page_product_other {
  padding: 50px 0;
}
.page_product_other .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_product_other .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 10px;
}
.page_product_other .item a {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.page_product_other .item a:hover .bg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.page_product_other .item .bg {
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.page_product_other .item .cover,
.page_product_other .item .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.page_product_other .item .cover {
  z-index: 2;
  background-color: rgba(0, 19, 80, 0.5);
}
.page_product_other .item .text {
  z-index: 3;
  font-size: 22px;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #ce0011;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .all_page {
    background-position: 42% center;
  }

  .g_header .header__cnt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .g_header .head_logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 250px;
            flex: 0 1 250px;
  }
  .g_header .head_logo .logo {
    width: 100%;
    height: auto;
  }
  .g_header .menu_trigger {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
  .g_header .menu_trigger .trigger_icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .g_header .menu_trigger .trigger_icon span {
    width: 36px;
    height: 4px;
    margin: 3px 12px;
    background-color: #001350;
  }
  .g_header .head_nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .g_header .head_nav:not(.show) {
    display: none;
  }
  .g_header .head_nav .nav_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .g_header .head_nav .nav_item:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .sec_hero {
    background-color: rgba(0, 19, 80, 0.5);
  }
  .sec_hero .hero__wrapper {
    padding: 30px;
  }
  .sec_hero .hero_cnt .hero__title {
    font-size: 2rem;
  }
  .sec_hero .hero_cnt .hero__text {
    font-size: 1.25rem;
  }

  .about__cnt {
    display: block;
    padding: 0 15px;
  }
  .about__cnt .wording {
    padding-right: 0;
    padding-bottom: 30px;
    font-size: 18px;
  }

  .g_main .sec_video {
    padding: 40px 0;
  }

  .video__cnt .video__tit {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .product__cnt {
    display: block;
  }
  .product__cnt .pdt_item {
    padding: 30px 0;
    margin-bottom: 15px;
  }

  .srv_item {
    padding: 20px 0;
  }
  .srv_item a {
    padding: 10px 0;
  }

  .g_footer {
    padding: 30px 15px 50px;
  }
  .g_footer .footer_cnt {
    display: block;
  }
  .g_footer .cnt_right {
    margin-top: 20px;
  }
  .g_footer .cnt_right .links {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .g_footer .cnt_right .links li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .page_tpc .sec_hero .hero__wrapper {
    min-height: 33vh;
  }

  .page_topic_sec1 .intro {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }

  .page_topic_sec2 .pic2 {
    position: relative;
  }

  .page_abt .sec_hero .hero_cnt .hero__text {
    font-size: 1.125rem;
  }

  .g_main .page_product_hero {
    padding: 40px;
  }
  .page_product_hero .hero_cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page_product_hero .hero_cnt .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
  }
  .page_product_hero .hero_cnt .text .hero__title {
    font-size: 2rem;
  }
  .page_product_hero .hero_cnt .text .hero__text {
    font-size: 1.125rem;
  }
  .page_product_hero .hero_cnt .text .hero__cta {
    display: block;
  }
  .page_product_hero .hero_cnt .text .hero__cta .div {
    display: inline-block;
  }
  .page_product_hero .hero_cnt .text .hero__cta .cta_btn {
    margin: 5px;
  }
  .page_product_hero .hero_cnt .pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-bottom: 20px;
  }

  .page_product_other .items {
    display: block;
    text-align: center;
  }
  .page_product_other .item {
    display: inline-block;
    padding: 10px;
  }
}