.open {
  display: none;
  margin-bottom: 20px; }
  .open a {
    width: 100%;
    background: #ebb90c;
    color: white;
    display: block; }

article img {
  max-width: 100%;
  height: auto; }

html {
  transition: all 0.5s ease-in-out;
  overflow-x: hidden; }

body {
  font-size: 14px;
  font-family: arial; }

a:hover {
  text-decoration: none; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.move {
  transform: translateX(300px);
  position: fixed;
  width: 100%; }

.mobile_nav {
  position: fixed;
  z-index: 999990;
  height: 100vh;
  background: white;
  left: -300px;
  top: 0;
  transition: all 0.5s ease-in-out; }
  .mobile_nav .toggle {
    position: absolute;
    z-index: 99999;
    left: 325px;
    top: 22px;
    cursor: pointer;
    display: none; }
    .mobile_nav .toggle span {
      background: #05519f;
      height: 3px;
      width: 25px;
      margin-bottom: 5px;
      display: block; }
  .mobile_nav .navigation_mobile {
    padding: 30px;
    width: 300px;
    border-right: 1px solid #e5e5e5; }
    .mobile_nav .navigation_mobile h3 {
      font-size: 1.2rem;
      padding-bottom: 10px;
      border-bottom: 1px solid #e5e5e5; }
    .mobile_nav .navigation_mobile ul {
      list-style: none;
      padding: 0; }
      .mobile_nav .navigation_mobile ul li {
        padding: 10px 0;
        position: relative; }
        .mobile_nav .navigation_mobile ul li:last-child {
          border: 0; }
        .mobile_nav .navigation_mobile ul li a {
          color: black;
          font-weight: 500; }
        .mobile_nav .navigation_mobile ul li .accordion {
          color: black;
          cursor: pointer;
          width: 10%;
          border: none;
          text-align: left;
          outline: none;
          font-size: 15px;
          transition: all 0.6s;
          position: absolute;
          top: 0;
          right: 0;
          padding: 8px 0;
          background: none; }
        .mobile_nav .navigation_mobile ul li .accordion:after {
          content: "\f067";
          font-family: "Font Awesome 5 Free";
          color: black;
          font-weight: bold;
          margin-left: 5px; }
        .mobile_nav .navigation_mobile ul li .accordion.show_nav:after {
          content: "\f068";
          font-family: "Font Awesome 5 Free"; }
        .mobile_nav .navigation_mobile ul li .navigate2 {
          list-style: none;
          padding-left: 15px;
          max-height: 0;
          overflow: hidden;
          transition: all 0.4s ease-in-out; }
          .mobile_nav .navigation_mobile ul li .navigate2 .navigate3 {
            list-style: none;
            padding-left: 15px;
            max-height: 0;
            overflow: hidden;
            transition: all 0.4s ease-in-out; }
  .mobile_nav .lag {
    margin-top: 10px;
    padding: 10px 0; }
    .mobile_nav .lag span {
      background-image: url(../images/sprite.png);
      background-repeat: no-repeat;
      display: inline-block;
      height: 18px;
      vertical-align: middle;
      width: 25px; }
    .mobile_nav .lag .en {
      background-position: -110px -99px; }
    .mobile_nav .lag .vi {
      background-position: -138px -99px; }
    .mobile_nav .lag .jp {
      background-position: -55px -49px; }
  .mobile_nav .search {
    border-top: 1px solid #e5e5e5; }

.search form {
  position: relative; }
  .search form .search_sec {
    border: 0;
    border-bottom: 2px solid #97a4b5;
    border-radius: 0;
    padding: 0;
    width: 100%; }
    .search form .search_sec:focus {
      outline: 0 !important; }
  .search form .btn {
    background: none;
    color: #97a4b5;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0; }
    .search form .btn i {
      font-size: 0.7rem; }

header {
  background: white;
  border-bottom: 2px solid #1172d3; }
  header .box {
    margin: 0;
    padding: 0; }
    header .box ul {
      padding: 0;
      margin: 0;
      margin-top: 8px; }
      header .box ul li {
        display: inline-block; }
        header .box ul li a {
          cursor: pointer;
          color: white;
          font-size: 12px;
          margin-right: 20px;
          background: #0459b4;
          padding: 5px;
          border-radius: 4px; }
        header .box ul li b {
          color: #f8c000;
          font-size: 15px; }
          header .box ul li b a {
            background: transparent;
            color: #f8c000;
            margin: 0;
            font-size: 15px; }
  header .lag_search {
    background: white; }
    header .lag_search .lag {
      margin: 6px 0;
      display: flex;
      justify-content: flex-end; }
      header .lag_search .lag span {
        background-image: url(../images/sprite.png);
        background-repeat: no-repeat;
        display: inline-block;
        height: 18px;
        vertical-align: middle;
        width: 25px;
        margin: 0 5px; }
      header .lag_search .lag .en {
        background-position: -83px -99px; }
      header .lag_search .lag .vi {
        background-position: -138px -99px; }
      header .lag_search .lag .jp {
        background-position: -55px -49px; }
  header .logo a {
    display: inline-block; }
    header .logo a img {
      width: 90%;
      object-position: center; }
  header .navigate ul {
    display: inline-flex;
    float: right; }
    header .navigate ul li {
      position: relative;
      padding: 0 25px;
      line-height: 42px;
      box-sizing: border-box !important;
      border: 2px solid transparent; }
      header .navigate ul li:nth-last-child(2) .navigate2 {
        left: auto;
        right: 0; }
        header .navigate ul li:nth-last-child(2) .navigate2 .navigate3 {
          left: auto;
          right: 105%; }
      header .navigate ul li:hover {
        border-bottom: 0; }
        header .navigate ul li:hover .navigate2 {
          visibility: visible;
          opacity: 1; }
        header .navigate ul li:hover a {
          color: #1172d3; }
      header .navigate ul li a {
        color: #2f2f2f;
        font-weight: 600;
        font-size: 1rem; }
      header .navigate ul li .navigate2 {
        position: absolute;
        z-index: 999;
        display: block;
        min-width: 240px;
        background: #1172d3;
        padding: 5px 10px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        top: 105%;
        left: 0;
        color: white;
        text-align: left; }
        header .navigate ul li .navigate2 li {
          text-align: left !important;
          padding: 0px;
          line-height: 30px; }
          header .navigate ul li .navigate2 li:hover a {
            color: #feb51c; }
          header .navigate ul li .navigate2 li:hover i {
            color: #feb51c; }
          header .navigate ul li .navigate2 li:hover .navigate3 {
            visibility: visible;
            opacity: 1; }
          header .navigate ul li .navigate2 li a {
            color: white;
            white-space: nowrap;
            font-size: 0.9rem; }
          header .navigate ul li .navigate2 li i {
            line-height: 38px;
            position: absolute;
            right: 10px; }
          header .navigate ul li .navigate2 li .navigate3 {
            position: absolute;
            display: block;
            z-index: 999;
            background: #1172d3;
            min-width: 240px;
            padding: 5px 10px;
            left: 107%;
            top: 15%;
            visibility: hidden;
            opacity: 0;
            transition: all 0.3s ease-in-out; }
            header .navigate ul li .navigate2 li .navigate3 li {
              color: white; }
              header .navigate ul li .navigate2 li .navigate3 li:hover {
                background: white;
                color: #1172d3; }
                header .navigate ul li .navigate2 li .navigate3 li:hover a {
                  color: #feb51c; }
                header .navigate ul li .navigate2 li .navigate3 li:hover i {
                  color: #feb51c; }
              header .navigate ul li .navigate2 li .navigate3 li a {
                color: white;
                white-space: nowrap; }

.sticky_top {
  position: fixed;
  width: 100%;
  z-index: 10; }

.banner {
  position: relative;
  background: #edf4fc; }
  .banner .slide_top {
    height: 100%; }
    .banner .slide_top .item {
      position: relative;
      height: 100%; }
      .banner .slide_top .item .img img {
        width: 100%;
        object-position: center;
        object-fit: cover; }
      .banner .slide_top .item .text_above {
        position: absolute;
        top: 0;
        width: 100%; }
        .banner .slide_top .item .text_above .text {
          margin-top: 2vw; }
          .banner .slide_top .item .text_above .text h2 {
            color: #feb51c;
            font-size: 4rem; }
          .banner .slide_top .item .text_above .text p {
            margin-top: 30px;
            margin-bottom: 10px;
            color: #5d5d5d;
            font-size: 1.1rem;
            height: 80px;
            overflow: hidden;
            line-height: 40px; }
    .banner .slide_top .owl-dots {
      margin-top: 10px;
      position: absolute;
      bottom: 20px; }
      .banner .slide_top .owl-dots .owl-dot.active span,
      .banner .slide_top .owl-dots .owl-dot:hover span {
        background: #1172d3 !important; }
  .banner .choose {
    padding-top: 26px; }
    .banner .choose .content_choose {
      padding: 5px;
      margin-bottom: 26px; }
      .banner .choose .content_choose .row {
        margin: 0 -3px; }
        .banner .choose .content_choose .row [class*="col-"] {
          padding: 3px; }
      .banner .choose .content_choose:hover a {
        font-style: italic; }
      .banner .choose .content_choose .tit {
        text-align: right; }
        .banner .choose .content_choose .tit p {
          margin-bottom: 2px;
          color: white; }
        .banner .choose .content_choose .tit a {
          text-decoration: underline !important;
          color: white;
          padding-left: 20px;
          background-image: url(../images/detail.png);
          background-size: contain;
          background-position: left;
          background-repeat: no-repeat;
          font-size: 0.8rem;
          transform: translateY(-5px);
          display: inline-block;
          line-height: 15px; }
      .banner .choose .content_choose .img_choose img {
        width: 100%; }
    .banner .choose .item1 {
      background: #05519f; }
    .banner .choose .item2 {
      background: #0459b4; }
    .banner .choose .item3 {
      background: #1172d3; }
    .banner .choose .item4 {
      background: #2598e9; }

.news {
  padding: 20px 0; }
  .news .bord {
    border-right: 1px solid #5d5d5d; }
  .news .content .heading {
    border-bottom: 1px solid #1172d3;
    margin-bottom: 20px; }
  .news .content .dir {
    color: #2f2f2f; }
    .news .content .dir a {
      margin-top: 5px;
      color: #2f2f2f;
      text-align: center;
      display: block;
      float: right; }
      .news .content .dir a i {
        margin-right: 5px; }
  .news .content .special h2 {
    margin: 0;
    font-size: 14px; }
    .news .content .special h2 span {
      background: #1172d3;
      color: white;
      padding: 10px;
      display: inline-block;
      text-transform: uppercase; }
  .news .content .list ul li {
    margin-bottom: 7px; }
    .news .content .list ul li:last-child {
      margin-bottom: 0; }
    .news .content .list ul li a {
      color: #5d5d5d; }
      .news .content .list ul li a .tit {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .news .content .list ul li a .date {
        font-style: italic;
        font-size: 13px; }
      .news .content .list ul li a:hover {
        color: #05519f; }

.menu_sidebar {
  background: #1172d3;
  color: white;
  font-size: 0.9rem;
  padding: 20px 0; }
  .menu_sidebar h3 {
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .menu_sidebar ul {
    margin-bottom: 15px; }
    .menu_sidebar ul li {
      margin-bottom: 3px; }
  .menu_sidebar a {
    color: white; }
    .menu_sidebar a:hover {
      color: white;
      font-style: italic; }
  .menu_sidebar .container {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px; }

footer {
  background: #1172d3;
  color: white;
  font-size: 0.9rem;
  padding: 10px 0; }
  footer a {
    color: white; }
    footer a:hover {
      color: white;
      font-style: italic; }
  footer p {
    margin-bottom: 0; }
  footer .detail_footer {
    margin-top: 3px; }
  footer b {
    font-size: 0.8rem;
    white-space: nowrap; }
  footer .locate {
    font-size: 0.8rem; }
    footer .locate .contact {
      display: flex;
      margin-top: 5px; }
      footer .locate .contact .fax {
        margin-left: 25px; }

.phantrang {
  text-align: center;
  margin: 30px 4px; }
  .phantrang .pagination > li > a,
  .phantrang .pagination > li > span {
    color: #444444;
    padding: 5px 13px;
    background: #fff;
    border: 1px solid #f7f7f7;
    display: block; }
  .phantrang .pagination {
    display: inline-flex; }
  .phantrang .pagination > .active > a,
  .phantrang .pagination > .active > a:focus,
  .phantrang .pagination > .active > a:hover,
  .phantrang .pagination > .active > span,
  .phantrang .pagination > .active > span:focus,
  .phantrang .pagination > .active > span:hover {
    background-color: #2598e9;
    border-color: #1172d3;
    color: white; }

.contact_form {
  padding: 30px 0; }
  .contact_form .main_contact h3 {
    color: #0459b4;
    font-size: 1.4rem; }
  .contact_form .main_contact .address {
    margin: 30px 0;
    color: #6e6e6e; }
    .contact_form .main_contact .address .name_add {
      color: #feb51c;
      font-size: 1.2rem; }
    .contact_form .main_contact .address p,
    .contact_form .main_contact .address a {
      color: #6e6e6e;
      margin-bottom: 3px; }
    .contact_form .main_contact .address a:hover {
      color: #feb51c; }

.banner_top {
  padding: 15px 0; }
  .banner_top img {
    width: 100%;
    max-height: 150px; }

.main_content {
  padding: 20px 0; }
  .main_content h4 {
    color: #feb51c;
    font-size: 1.3rem;
    margin-bottom: 20px;
    display: block; }
  .main_content .text {
    color: #5d5d5d; }
  .main_content .down_btn {
    margin-top: 15px;
    width: 100%;
    text-align: center; }
    .main_content .down_btn button {
      background: #feb51c;
      border-radius: 5px;
      color: white;
      border: 0;
      cursor: pointer;
      text-align: center;
      width: 40%;
      font-weight: bold;
      padding: 5px;
      font-size: 0.9rem;
      transition: all 0.3s; }
      .main_content .down_btn button:hover {
        background: #1172d3; }
  .main_content .list_result .result_detail {
    margin-bottom: 10px;
    color: #5d5d5d; }
    .main_content .list_result .result_detail a {
      color: #5d5d5d;
      font-size: 15px; }
      .main_content .list_result .result_detail a:hover {
        color: #1172d3; }
    .main_content .list_result .result_detail .down a {
      color: #0459b4; }
      .main_content .list_result .result_detail .down a:hover {
        color: #2f2f2f; }
  .main_content .content .title {
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px; }

.side_bar {
  margin-bottom: 20px;
  background: #f7f7f7; }
  .side_bar .list ul li a {
    padding: 10px;
    color: #2f2f2f;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; }
    .side_bar .list ul li a:hover {
      color: #feb51c; }
  .side_bar .list ul .select a {
    color: white;
    background: #feb51c; }
  .side_bar .tit_main h3 {
    padding: 10px;
    background: #0459b4;
    color: white;
    text-align: center;
    font-size: 1.4rem; }

@media only screen and (min-height: 700px) {
  .news .content .list {
    height: 100%;
    overflow: visible; } }
@media only screen and (max-width: 992px) {
  .open {
    display: block; }

  .mobile_nav .toggle {
    display: block; }

  .news .content {
    margin-bottom: 40px; }

  .news .bord:first-child {
    border: 0; }

  .locate {
    margin-top: 10px; }

  .banner .slide_top .item .text_above .text {
    padding-left: 25px; }

  .banner .slide_top .item .text_above .text h2 {
    font-size: 2rem; }

  .banner .slide_top .item .text_above .text p {
    font-size: 0.9rem;
    height: 40px; }

  header .logo a {
    text-align: center;
    line-height: 75px; }
    header .logo a img {
      width: 50%; }

  .news .content .dir {
    font-size: 0.9rem; }

  .news .content .special {
    font-size: 1.4rem; }

  .news .content .list ul li {
    margin-bottom: 15px;
    border-bottom: 1px dashed #eaeaea; }
    .news .content .list ul li::last-child {
      border: 0; }

  .main_content .content {
    margin-top: 30px; }

  .main_content .content .tool_select .view a {
    float: right; }

  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    bottom: 0; }

  .banner .slide_top .item .text_above .text p {
    margin: 0; }

  footer {
    font-size: 0.7rem; }

  footer .locate {
    margin-top: 0;
    margin-bottom: 15px; } }
.about_sec,
.service_sec,
.research_sec,
.support_sec {
  padding: 30px 0;
  color: #6e6e6e;
  font-size: 0.9rem; }
  .about_sec h4,
  .service_sec h4,
  .research_sec h4,
  .support_sec h4 {
    color: #feb51c;
    font-size: 1.3rem;
    margin-bottom: 20px;
    display: block; }
  .about_sec .content_about .img_about img,
  .about_sec .content_service .img_about img,
  .about_sec .content_research .img_about img,
  .about_sec .content_support .img_about img,
  .service_sec .content_about .img_about img,
  .service_sec .content_service .img_about img,
  .service_sec .content_research .img_about img,
  .service_sec .content_support .img_about img,
  .research_sec .content_about .img_about img,
  .research_sec .content_service .img_about img,
  .research_sec .content_research .img_about img,
  .research_sec .content_support .img_about img,
  .support_sec .content_about .img_about img,
  .support_sec .content_service .img_about img,
  .support_sec .content_research .img_about img,
  .support_sec .content_support .img_about img {
    width: 100%; }
  .about_sec .content_about .img_new,
  .about_sec .content_service .img_new,
  .about_sec .content_research .img_new,
  .about_sec .content_support .img_new,
  .service_sec .content_about .img_new,
  .service_sec .content_service .img_new,
  .service_sec .content_research .img_new,
  .service_sec .content_support .img_new,
  .research_sec .content_about .img_new,
  .research_sec .content_service .img_new,
  .research_sec .content_research .img_new,
  .research_sec .content_support .img_new,
  .support_sec .content_about .img_new,
  .support_sec .content_service .img_new,
  .support_sec .content_research .img_new,
  .support_sec .content_support .img_new {
    text-align: center; }
    .about_sec .content_about .img_new img,
    .about_sec .content_service .img_new img,
    .about_sec .content_research .img_new img,
    .about_sec .content_support .img_new img,
    .service_sec .content_about .img_new img,
    .service_sec .content_service .img_new img,
    .service_sec .content_research .img_new img,
    .service_sec .content_support .img_new img,
    .research_sec .content_about .img_new img,
    .research_sec .content_service .img_new img,
    .research_sec .content_research .img_new img,
    .research_sec .content_support .img_new img,
    .support_sec .content_about .img_new img,
    .support_sec .content_service .img_new img,
    .support_sec .content_research .img_new img,
    .support_sec .content_support .img_new img {
      max-width: 100%; }
  .about_sec .list_date,
  .service_sec .list_date,
  .research_sec .list_date,
  .support_sec .list_date {
    position: relative; }
    .about_sec .list_date .stroke,
    .service_sec .list_date .stroke,
    .research_sec .list_date .stroke,
    .support_sec .list_date .stroke {
      border-right: 1px solid #d7d7d7;
      height: 100%;
      position: absolute; }
    .about_sec .list_date .single_date,
    .service_sec .list_date .single_date,
    .research_sec .list_date .single_date,
    .support_sec .list_date .single_date {
      padding: 20px 0; }
      .about_sec .list_date .single_date .detail_date,
      .service_sec .list_date .single_date .detail_date,
      .research_sec .list_date .single_date .detail_date,
      .support_sec .list_date .single_date .detail_date {
        position: relative;
        padding-left: 35px; }
        .about_sec .list_date .single_date .detail_date::before,
        .service_sec .list_date .single_date .detail_date::before,
        .research_sec .list_date .single_date .detail_date::before,
        .support_sec .list_date .single_date .detail_date::before {
          content: '';
          width: 10px;
          height: 10px;
          left: -10px;
          background: #0459b4;
          position: absolute;
          border-radius: 50%;
          bottom: 6px; }

@media only screen and (max-width: 554px) {
  .about_sec .list_date .stroke,
  .service_sec .list_date .stroke,
  .research_sec .list_date .stroke,
  .support_sec .list_date .stroke {
    border-right: 0;
    border-left: 1px solid #d7d7d7; }

  .about_sec .list_date .single_date .detail_date::before,
  .service_sec .list_date .single_date .detail_date::before,
  .research_sec .list_date .single_date .detail_date::before,
  .support_sec .list_date .single_date .detail_date::before {
    left: -5px; } }
.phone_center .alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 130px;
  position: fixed;
  left: -20px;
  bottom: -20px;
  -webkit-transition: visibility 0.5s ease 0s;
  transition: visibility 0.5s ease 0s;
  visibility: hidden;
  width: 150px;
  z-index: 20; }
.phone_center .alo-phone.alo-show {
  visibility: visible; }
.phone_center .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }
.phone_center .alo-phone.alo-static {
  opacity: 0.6; }
.phone_center .alo-phone.alo-hover,
.phone_center .alo-phone:hover {
  opacity: 1; }
.phone_center .alo-phone.alo-hover .alo-ph-text,
.phone_center .alo-phone:hover .alo-ph-text {
  background-color: #75eb50; }
.phone_center .alo-ph-circle {
  -webkit-animation: 1.2s ease-in-out 0s normal none infinite running alo-circle-anim;
  animation: 1.2s ease-in-out 0s normal none infinite running alo-circle-anim;
  background-color: transparent;
  border: 2px solid rgba(117, 235, 80, 0.4);
  border-radius: 100%;
  height: 100px;
  left: 30px;
  opacity: 0.1;
  position: absolute;
  top: -10px;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100px; }
.phone_center .alo-phone.alo-active .alo-ph-circle {
  -webkit-animation: 1.1s ease-in-out 0s normal none infinite running alo-circle-anim !important;
  animation: 1.1s ease-in-out 0s normal none infinite running alo-circle-anim !important; }
.phone_center .alo-phone.alo-static .alo-ph-circle {
  -webkit-animation: 2.2s ease-in-out 0s normal none infinite running alo-circle-anim !important;
  animation: 2.2s ease-in-out 0s normal none infinite running alo-circle-anim !important; }
.phone_center .alo-phone.alo-hover .alo-ph-circle,
.phone_center .alo-phone:hover .alo-ph-circle {
  border-color: #cd3121;
  opacity: 0.5; }
.phone_center .alo-phone.alo-green.alo-hover .alo-ph-circle,
.phone_center .alo-phone.alo-green:hover .alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5; }
.phone_center .alo-phone.alo-green .alo-ph-circle {
  border-color: #ebb90c;
  opacity: 0.5; }
.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-circle,
.phone_center .alo-phone.alo-gray:hover .alo-ph-circle {
  border-color: #ccc;
  opacity: 0.5; }
.phone_center .alo-phone.alo-gray .alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5; }
.phone_center .alo-ph-circle-fill {
  -webkit-animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim;
  animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim;
  background-color: #75eb50;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 70px;
  left: 45px;
  opacity: 0.1;
  position: absolute;
  top: 4px;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 70px; }
.phone_center .alo-phone.alo-active .alo-ph-circle-fill {
  -webkit-animation: 1.7s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
  animation: 1.7s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important; }
.phone_center .alo-phone.alo-static .alo-ph-circle-fill {
  -webkit-animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
  animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
  opacity: 0 !important; }
.phone_center .alo-phone.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone:hover .alo-ph-circle-fill {
  background-color: rgba(233, 59, 53, 0.5);
  opacity: 0.75 !important; }
.phone_center .alo-phone.alo-green.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone.alo-green:hover .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important; }
.phone_center .alo-phone.alo-green .alo-ph-circle-fill {
  background-color: rgba(233, 59, 53, 0.5);
  opacity: 0.75 !important; }
.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone.alo-gray:hover .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important; }
.phone_center .alo-phone.alo-gray .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important; }
.phone_center .alo-ph-img-circle {
  -webkit-animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim;
  animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim;
  border: 2px solid transparent;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  height: 40px;
  left: 60px;
  opacity: 0.7;
  position: absolute;
  top: 020px;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  width: 40px; }
.phone_center .alo-ph-text {
  background-color: #ebb90c;
  color: #fff;
  border-radius: 4px;
  padding: 3px 5px;
  bottom: 30px;
  display: block;
  font-size: .875rem;
  margin-right: -50px;
  position: absolute;
  left: 20%;
  text-align: center;
  text-transform: uppercase;
  width: 115px;
  font-size: 15px;
  font-weight: 600; }
.phone_center .alo-phone.alo-active .alo-ph-img-circle {
  -webkit-animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
  animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim !important; }
.phone_center .alo-phone.alo-static .alo-ph-img-circle {
  -webkit-animation: 0s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
  animation: 0s ease-in-out 0s normal none infinite running alo-circle-img-anim !important; }
.phone_center .alo-phone.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone:hover .alo-ph-img-circle {
  background-color: #cd3121; }
.phone_center .alo-phone.alo-green.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone.alo-green:hover .alo-ph-img-circle {
  background-color: #75eb50; }
.phone_center .alo-phone.alo-green .alo-ph-img-circle {
  background-color: #ebb90c; }
.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone.alo-gray:hover .alo-ph-img-circle {
  background-color: #ccc; }
.phone_center .alo-phone.alo-gray .alo-ph-img-circle {
  background-color: #75eb50; }
.phone_center .bg-eee {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 15px; }
.phone_center .bg-eee .row {
  margin: 0px;
  background: #75eb50; }
.phone_center .bg-eee .row:last-child {
  padding-bottom: 30px; }
.phone_center .bg-eee .title {
  background: #46be8a;
  color: #fff;
  margin: 0px -15px 15px -15px;
  padding: 15px 15px; }
.phone_center .panel-title i {
  margin-right: 10px; }
.phone_center .panel-body {
  font-size: 15px;
  line-height: 25px; }
@-webkit-keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg); }
  30% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  100% {
    opacity: 0.6;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }
@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg); }
  30% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  100% {
    opacity: 0.6;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }
@-webkit-keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); } }
@keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); } }
@-webkit-keyframes alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }
@keyframes alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px); } }
@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg); }
  30% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  100% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }
@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg); }
  30% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  100% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }
@keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  50% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); } }
@keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); }
  50% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg); } }
@keyframes alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }
.scrollup {
  position: fixed;
  right: 2%;
  bottom: 5%;
  background: #05519f;
  z-index: 99999 !important;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  transition: all 0.2s; }
  .scrollup:hover {
    background: rgba(5, 81, 159, 0.6);
    border: 2px solid white;
    transition: all 0.2s; }

.scrollup a {
  color: #fff;
  line-height: 35px;
  font-size: 24px;
  text-decoration: none;
  font-weight: 700;
  width: 40px;
  height: 40px;
  transition: all 0.2s; }
  .scrollup a:hover {
    color: white;
    transition: all 0.2s; }

.content_article .title {
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px; }

.advertise_pop .slider_form {
  width: 700px;
  padding: 0 !important; }

.advertise_pop .slider_form img {
  width: 100%; }

@media screen and (max-width: 575px) {
  .advertise_pop .slider_form {
    width: 300px;
    padding: 20px 15px; }

  .advertise_pop .slider_form h3 {
    font-size: 16px; }

  .advertise_pop .slider_form input {
    height: 38px; } }
.advertise_pop {
  position: fixed;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.7);
  z-index: 9999; }
  .advertise_pop .slider_form {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.advertise_pop .slider_form .btn_submit {
  margin: 0 auto;
  display: inherit;
  text-transform: uppercase;
  background: #6d4a08;
  color: white;
  border: 1px solid #6d4a08;
  height: 45px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  padding: 0 22px;
  list-style: 45px;
  transition: all 0.3s;
  margin-top: 10px; }

.advertise_pop .slider_form .btn_cancel {
  margin: 0 auto;
  display: inherit;
  text-transform: uppercase;
  background: #d9534f;
  color: white;
  border: 1px solid #d9534f;
  height: 45px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  padding: 0 22px;
  list-style: 45px;
  transition: all 0.3s;
  margin-top: 10px; }

.slider_form {
  position: absolute;
  width: 470px;
  top: 40px;
  right: 120px;
  z-index: 100;
  padding: 30px 47px 20px 47px; }
  .slider_form .form-group {
    margin: 0; }
  .slider_form h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #010101;
    margin-bottom: 18px; }
    .slider_form h3 span {
      color: #f10606; }
  .slider_form input {
    height: 45px;
    margin-bottom: 10px;
    border: 0px;
    box-shadow: none;
    outline: none;
    border-radius: 3px;
    font-size: 14px;
    color: #999999; }
    .slider_form input::placeholder {
      color: #999999; }
  .slider_form .orderby {
    height: 45px !important;
    border: 0px;
    box-shadow: none;
    outline: none;
    border-radius: 2px;
    font-size: 14px;
    color: #999999;
    cursor: pointer; }
    .slider_form .orderby::placeholder {
      color: #999999; }
  .slider_form .btn.btn-primary {
    margin: 0 auto;
    display: inherit;
    text-transform: uppercase;
    background: #6d4a08;
    color: white;
    border: 1px solid #6d4a08;
    height: 45px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    padding: 0 22px;
    list-style: 45px;
    transition: all 0.3s;
    margin-top: 10px; }
    .slider_form .btn.btn-primary:hover {
      transition: all 0.3s;
      background: none;
      color: #6d4a08; }

.exit_pop {
  position: absolute;
  right: -11px;
  top: -14px;
  font-size: 24px;
  color: white;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s; }
  .exit_pop:hover {
    transition: all 0.3s;
    color: red; }

/*# sourceMappingURL=style.css.map */

.banner1 {
  position: relative;
  background: #edf4fc; }
  .banner1 .slide_top {
    height: 100%; }
    .banner1 .slide_top .item {
      position: relative;
      height: 100%; }
      .banner1 .slide_top .item .img img {
        width: 100%;
        object-position: center;
        object-fit: cover; }
      .banner1 .slide_top .item .text_above {
        position: absolute;
        top: 0;
        width: 100%; }
        .banner1 .slide_top .item .text_above .text {
          margin-top: 2vw; }
          .banner1 .slide_top .item .text_above .text h2 {
            color: #feb51c;
            font-size: 4rem; }
          .banner1 .slide_top .item .text_above .text p {
            margin-top: 30px;
            margin-bottom: 10px;
            color: #5d5d5d;
            font-size: 1.1rem;
            height: 80px;
            overflow: hidden;
            line-height: 40px; }
    .banner1 .slide_top .owl-dots {
      margin-top: 10px;
      position: absolute;
      bottom: 20px; }
      .banner1 .slide_top .owl-dots .owl-dot.active span,
      .banner1 .slide_top .owl-dots .owl-dot:hover span {
        background: #1172d3 !important; }
  .banner1 .choose {
    padding-top: 26px; }
    .banner1 .choose .content_choose {
      padding: 5px;
      margin-bottom: 26px; }
      .banner1 .choose .content_choose .row {
        margin: 0 -3px; }
        .banner1 .choose .content_choose .row [class*="col-"] {
          padding: 3px; }
      .banner1 .choose .content_choose:hover a {
        font-style: italic; }
      .banner1 .choose .content_choose .tit {
        text-align: right; }
        .banner1 .choose .content_choose .tit p {
          margin-bottom: 2px;
          color: white; }
        .banner1 .choose .content_choose .tit a {
          text-decoration: underline !important;
          color: white;
          padding-left: 20px;
          background-image: url(../images/detail.png);
          background-size: contain;
          background-position: left;
          background-repeat: no-repeat;
          font-size: 0.8rem;
          transform: translateY(-5px);
          display: inline-block;
          line-height: 15px; }
      .banner1 .choose .content_choose .img_choose img {
        width: 100%; }
    .banner1 .choose .item1 {
      background: #05519f; }
    .banner1 .choose .item2 {
      background: #0459b4; }
    .banner1 .choose .item3 {
      background: #1172d3; }
    .banner1 .choose .item4 {
      background: #2598e9; }
