@charset "UTF-8";
/* frameworks */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;500;600;700&display=swap");
.container {
  max-width: 1280px;
}

.row-0 {
  margin: 0;
}
.row-0 > div {
  padding: 0;
}

.row-10 {
  margin: 0 -5px;
}
.row-10 > div {
  padding: 0 5px;
}

.row-20 {
  margin: 0 -10px;
}
.row-20 > div {
  padding: 0 10px;
}

.row-30 {
  margin: 0 -15px;
}
.row-30 > div {
  padding: 0 15px;
}

.row-40 {
  margin: 0 -20px;
}
.row-40 > div {
  padding: 0 20px;
}

.row-R > div {
  float: right;
}

.row-table {
  display: table;
  width: 100%;
}
.row-table > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 0;
}
.row-table .col {
  width: auto;
}
.row-table .col-auto {
  width: 1%;
}
.row-table.vlign-top > div {
  vertical-align: top;
}

.section-middle {
  display: table;
  width: 100%;
  height: 100vh;
}
.section-middle > div {
  display: table-cell;
  vertical-align: middle;
}

figure {
  margin: 0;
  position: relative;
}
figure.cover {
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
figure.cover img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
figure.contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
figure.contain img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
figure img {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon {
  position: relative;
}
.icon img {
  display: block;
}

a:focus,
button:focus {
  outline: none;
}

.btn,
.link {
  text-decoration: none;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.btn:focus,
.btn:hover,
.link:focus,
.link:hover {
  text-decoration: none;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  max-width: 100%;
}

ul.item-list,
ul.nav-list {
  margin: 0;
  padding: 0;
}
ul.item-list li,
ul.nav-list li {
  list-style: none;
  float: left;
}
ul.item-list li a.link,
ul.nav-list li a.link {
  display: block;
}
ul.item-list:before, ul.item-list:after,
ul.nav-list:before,
ul.nav-list:after {
  content: " ";
  display: table;
}
ul.item-list:after,
ul.nav-list:after {
  clear: both;
}

ul.item-list.fluid li,
ul.nav-lis.fluid li {
  width: 100%;
}

ol.item-list,
ol.nav-list {
  margin: 0;
  padding: 0;
}
ol.item-list li,
ol.nav-list li {
  list-style: none;
  float: left;
}
ol.item-list li a.link,
ol.nav-list li a.link {
  display: block;
}
ol.item-list:before, ol.item-list:after,
ol.nav-list:before,
ol.nav-list:after {
  content: " ";
  display: table;
}
ol.item-list:after,
ol.nav-list:after {
  clear: both;
}

ol.item-list.fluid li,
ol.nav-lis.fluid li {
  width: 100%;
}

.iframe-container {
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
}
.iframe-container iframe, .iframe-container object, .iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-container {
  position: relative;
  padding-bottom: 57%;
  overflow: hidden;
}
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* config */
.text-primary {
  color: #3C74B7 !important;
}

.text-darkprimary {
  color: #122A72 !important;
}

.text-secondary {
  color: #95C93D !important;
}

.text-red {
  color: #f00 !important;
}

.text-gray {
  color: #888787 !important;
}

.text-lightgray {
  color: #CCCCCC !important;
}

.text-light {
  color: #ffffff !important;
}

.text-dark {
  color: #000000 !important;
}

.text-darkgray {
  color: #191919 !important;
}

body {
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  color: #202020;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Noto Sans Thai", sans-serif;
}

.title {
  margin: 0;
}

.subtitle {
  margin: 0;
}

.desc {
  margin: 0;
}

.transition {
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

@media (min-width: 768px) {
  .offset-right-md-6 {
    margin-right: 50%;
  }
}
/* components */
#preload {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(200, 200, 200)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, rgb(200, 200, 200) 0%, rgba(255, 255, 255, 0) 100%);
}

.preload {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preload .logo {
  width: 180px;
  height: 80px;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 10px 6.5px;
  border-color: transparent transparent #3C74B7 transparent;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
nav.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
nav.menu li.active > a.link {
  color: #3C74B7;
}
nav.menu li.active > a.link:before, nav.menu li.active > a.link:after {
  opacity: 1;
}
nav.menu li.dropdown > a.link .icon {
  display: inline-block;
  vertical-align: middle;
}
nav.menu li.dropdown > a.link .icon:before {
  content: "\f107";
  font-family: "FontAwesome";
}
nav.menu li.dropdown.show a.link .icon:before {
  content: "\f106";
}
nav.menu li + li {
  margin-left: 60px;
}
nav.menu .dropdown-toggle::after,
nav.menu .dropdown-toggle::before {
  display: none;
}
nav.menu .dropdown-menu {
  min-width: 14rem;
}
nav.menu .dropdown-menu li {
  width: 100%;
}
nav.menu .dropdown-menu li + li {
  margin-left: 0;
  border-top: 1px solid #ebebeb;
}
nav.menu .dropdown-menu a.link {
  line-height: 1;
  padding: 15px 25px;
}

.menu-mobile-btn {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  width: 26px;
  height: 18px;
}
.menu-mobile-btn .btn-mobile {
  display: block;
  width: 28px;
  height: 23px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.menu-mobile-btn .btn-mobile .bar {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #122A72;
  margin: auto;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  border-radius: 3px;
}
.menu-mobile-btn .btn-mobile .bar:nth-child(1) {
  top: 0;
}
.menu-mobile-btn .btn-mobile .bar:nth-child(2) {
  top: 0;
  bottom: 0;
}
.menu-mobile-btn .btn-mobile .bar:nth-child(3) {
  top: 0;
  bottom: 0;
}
.menu-mobile-btn .btn-mobile .bar:nth-child(4) {
  bottom: 0;
}
.menu-mobile-btn .btn-mobile.close {
  opacity: 1 !important;
}
.menu-mobile-btn .btn-mobile.close .bar:nth-child(1) {
  top: 0;
  opacity: 0;
}
.menu-mobile-btn .btn-mobile.close .bar:nth-child(2) {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-mobile-btn .btn-mobile.close .bar:nth-child(3) {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-mobile-btn .btn-mobile.close .bar:nth-child(4) {
  bottom: 0;
  opacity: 0;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #3C74B7;
}

.slick-prev, .slick-next {
  z-index: 1;
  top: auto;
  bottom: 10px;
  width: 60px;
  height: 60px;
  line-height: 68px;
  text-align: center;
  border: 1px solid #CCCCCC;
  color: #CCCCCC;
  font-size: 30px;
  border-radius: 50%;
  -webkit-transition: All 400ms ease;
  transition: All 400ms ease;
  -webkit-transform: none;
  transform: none;
}

.slick-prev {
  left: 50%;
  margin-left: -67px;
}

.slick-next {
  right: 50%;
  margin-right: -67px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: transparent;
  color: #3C74B7;
  border-color: #3C74B7;
}

.slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 20px;
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 7px;
  position: relative;
  -webkit-transition: All 400ms ease;
  transition: All 400ms ease;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 0;
  background: #CCCCCC;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  opacity: 1;
  -webkit-transition: All 400ms ease;
  transition: All 400ms ease;
}
.slick-dots li.slick-active button {
  background: #2580EA;
}
.slick-dots li.slick-active button:before {
  border-color: transparent transparent #3C74B7 transparent;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots:hover li {
  opacity: 0.8;
}

.slick-dots:hover li:hover {
  opacity: 1;
}

.slick-slide .item {
  float: left;
}

.breadcrumb-block {
  padding: 20px 0 0 0;
  overflow: auto;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-radius: 0px;
}
.breadcrumb li {
  position: relative;
  color: #CCCCCC;
  font-size: 18px;
  line-height: 26px;
}
.breadcrumb li .icon {
  font-size: 24px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #01AEEF;
  top: -2px;
}
.breadcrumb li .link {
  color: #888787;
  font-size: 18px;
  line-height: 26px;
}
.breadcrumb li .link:hover {
  color: #3C74B7;
}
.breadcrumb li.active {
  max-width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #3C74B7;
  font-weight: 700;
}
.breadcrumb li + li {
  padding-left: 30px;
  margin-left: 30px;
}
.breadcrumb li + li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 1px;
  height: 20px;
  background-color: #CCCCCC;
}

@media (max-width: 1440px) {
  .breadcrumb li,
  .breadcrumb li .link {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .breadcrumb-block {
    padding: 12px 0 15px 0;
  }
  .breadcrumb li,
  .breadcrumb li .link {
    font-size: 22px;
  }
  .breadcrumb li .icon {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .breadcrumb li,
  .breadcrumb li .link {
    font-size: 20px;
  }
  .breadcrumb li .icon {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-block {
    padding: 7px 30px 7px 30px;
    margin: 0 -30px;
  }
  .breadcrumb {
    padding-right: 20px;
  }
  .breadcrumb li + li {
    padding-left: 20px;
    margin-left: 20px;
  }
  .breadcrumb li,
  .breadcrumb li .link {
    font-size: 18px;
  }
  .breadcrumb li .icon {
    font-size: 18px;
  }
}
.pagination-block {
  position: relative;
  padding-top: 30px;
}

.pagination-label .title {
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  color: #122A72;
}
.pagination-label span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #01AEEF;
  display: inline;
  margin: 0 8px;
}

.pagination {
  margin: 0;
}
.pagination .link {
  display: block;
  text-align: center;
  min-width: 60px;
  height: 60px;
  line-height: 56px;
  padding: 0 10px;
  font-size: 24px;
  font-weight: normal;
  position: relative;
  background-color: transparent;
  color: #191919;
  border: 2px solid #CCCCCC;
  border-radius: 50%;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.pagination .link:hover {
  color: #3C74B7;
}
.pagination .link .feather {
  position: relative;
  top: 6px;
  font-size: 35px;
}
.pagination .active .link {
  border-color: #01AEEF;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
}
.pagination li + li {
  margin-left: 6px;
}
.pagination .pagination-nav .link {
  color: #CCCCCC;
  border: 0;
}
.pagination .pagination-nav .link:hover {
  color: #3C74B7;
}
.pagination .jumpPage {
  width: 135px;
}
.pagination .select2-container--default .select2-selection--single {
  height: 60px;
  border: 2px solid #CCCCCC;
}
.pagination .select2-container .select2-selection--single .select2-selection__rendered {
  color: #CCCCCC;
  line-height: 56px;
  font-size: 20px;
  font-weight: normal;
  padding-left: 25px;
  padding-right: 45px;
}
.pagination .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 20px;
}
.pagination .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  line-height: 36px;
  font-size: 26px;
  color: #CCCCCC;
}

@media (max-width: 1600px) {
  .pagination .link {
    min-width: 56px;
    height: 56px;
    line-height: 52px;
    padding: 0 5px;
  }
  .pagination .select2-container--default .select2-selection--single {
    height: 56px;
  }
}
@media (max-width: 1440px) {
  .pagination .link {
    min-width: 52px;
    height: 52px;
    line-height: 48px;
    font-size: 22px;
  }
  .pagination .jumpPage {
    width: 120px;
  }
  .pagination .select2-container--default .select2-selection--single {
    height: 52px;
  }
  .pagination .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    font-size: 18px;
  }
  .pagination .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .pagination .link {
    min-width: 48px;
    height: 48px;
    line-height: 44px;
    font-size: 20px;
  }
  .pagination .select2-container--default .select2-selection--single {
    height: 48px;
  }
  .pagination .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .pagination-label {
    text-align: center;
    padding-bottom: 15px;
  }
  .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .pagination-label .title,
  .pagination-label span {
    font-size: 20px;
  }
  .pagination {
    position: relative;
    padding-bottom: 42px;
  }
  .pagination li + li {
    margin-left: 2px;
  }
  .pagination .link {
    min-width: 34px;
    height: 34px;
    line-height: 30px;
    font-size: 18px;
  }
  .pagination .pagination-nav .link {
    min-width: 30px;
    padding: 0;
  }
  .pagination .jumpPage {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90px;
  }
  .pagination .select2-container--default .select2-selection--single {
    height: 34px;
  }
  .pagination .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 30px;
  }
  .pagination .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    font-size: 20px;
  }
  .pagination .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
  }
  .pagination .link .feather {
    top: 0;
    font-size: 32px;
  }
}
.editor-content {
  padding-top: 40px;
}
.editor-content p {
  color: #202020 !important;
}
.editor-content p:last-child {
  margin-bottom: 0;
}
.editor-content img {
  height: auto !important;
}

@media (max-width: 991px) {
  .editor-content {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .editor-content {
    padding-top: 20px;
  }
}
.whead {
  margin-bottom: 30px;
}
.whead .font-head.h-title {
  font-size: 42px;
}

.btn {
  background: none;
  position: relative;
  overflow: hidden;
  top: 0;
  z-index: 10;
  border: 2px solid transparent;
  padding: 0 10px;
  min-width: 200px;
  height: 60px;
  line-height: 56px;
  font-size: 20px;
  font-weight: normal;
  border-radius: 0;
}
.btn.fluid {
  min-width: inherit;
  width: 100%;
  position: relative;
}
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn:hover .icon {
  -webkit-animation: icon-effect 1s linear infinite alternate;
          animation: icon-effect 1s linear infinite alternate;
}
.btn .icon {
  font-size: 28px;
  margin-left: 10px;
  position: relative;
  top: 4px;
}

.btn-primary {
  color: #ffffff;
  background-color: #3C74B7;
  border-color: #3C74B7;
}
.btn-primary:hover, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.actitve:focus, .btn-primary:active.focus, .btn-primary.active.focus, .btn-primary:focus:hover, .btn-primary.focus:hover {
  color: #3C74B7;
  background-color: transparent;
  border-color: #3C74B7;
}
.btn-primary.disabled, .btn-primary.disabled:hover {
  color: #ffffff;
  background-color: #3C74B7;
  border-color: #3C74B7;
  opacity: 0.5;
}
.btn-primary.disabled:before, .btn-primary.disabled:hover:before {
  background-color: transparent;
}
.btn-primary:before {
  background-color: #ffffff;
}

.btn-light-primary {
  color: #ffffff;
  background-color: #01AEEF;
  border-color: #01AEEF;
}
.btn-light-primary:hover, .btn-light-primary:active:hover, .btn-light-primary.active:hover, .btn-light-primary:active:focus, .btn-light-primary.actitve:focus, .btn-light-primary:active.focus, .btn-light-primary.active.focus, .btn-light-primary:focus:hover, .btn-light-primary.focus:hover {
  color: #01AEEF;
  background-color: transparent;
  border-color: #01AEEF;
}
.btn-light-primary.disabled, .btn-light-primary.disabled:hover {
  color: #ffffff;
  background-color: #01AEEF;
  border-color: #01AEEF;
  opacity: 0.5;
}
.btn-light-primary.disabled:before, .btn-light-primary.disabled:hover:before {
  background-color: transparent;
}
.btn-light-primary:before {
  background-color: #ffffff;
}

.btn-secondary {
  color: #ffffff;
  background-color: #95C93D;
  border-color: #95C93D;
}
.btn-secondary:hover, .btn-secondary:active:hover, .btn-secondary.active:hover, .btn-secondary:active:focus, .btn-secondary.actitve:focus, .btn-secondary:active.focus, .btn-secondary.active.focus, .btn-secondary:focus:hover, .btn-secondary.focus:hover {
  color: #95C93D;
  background-color: transparent;
  border-color: #95C93D;
}
.btn-secondary.disabled, .btn-secondary.disabled:hover {
  color: #ffffff;
  background-color: #95C93D;
  border-color: #95C93D;
  opacity: 0.5;
}
.btn-secondary.disabled:before, .btn-secondary.disabled:hover:before {
  background-color: transparent;
}
.btn-secondary:before {
  background-color: #ffffff;
}

.btn-primary-outline {
  color: #3C74B7;
  background-color: #ffffff;
  border-color: #3C74B7;
}
.btn-primary-outline:hover, .btn-primary-outline:active:hover, .btn-primary-outline.active:hover, .btn-primary-outline:active:focus, .btn-primary-outline.actitve:focus, .btn-primary-outline:active.focus, .btn-primary-outline.active.focus, .btn-primary-outline:focus:hover, .btn-primary-outline.focus:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #3C74B7;
}
.btn-primary-outline.disabled, .btn-primary-outline.disabled:hover {
  color: #3C74B7;
  background-color: #ffffff;
  border-color: #3C74B7;
  opacity: 0.5;
}
.btn-primary-outline.disabled:before, .btn-primary-outline.disabled:hover:before {
  background-color: transparent;
}
.btn-primary-outline:before {
  background-color: #3C74B7;
}

.btn-light {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-light:hover, .btn-light:active:hover, .btn-light.active:hover, .btn-light:active:focus, .btn-light.actitve:focus, .btn-light:active.focus, .btn-light.active.focus, .btn-light:focus:hover, .btn-light.focus:hover {
  color: #191919;
  background-color: transparent;
  border-color: #3C74B7;
}
.btn-light.disabled, .btn-light.disabled:hover {
  color: #3C74B7;
  background-color: #ffffff;
  border-color: #3C74B7;
  opacity: 0.5;
}
.btn-light.disabled:before, .btn-light.disabled:hover:before {
  background-color: transparent;
}
.btn-light:before {
  background-color: #ffffff;
}

.btn-back {
  color: #191919;
  background-color: transparent;
  border-color: #DCE5EA;
}
.btn-back:hover, .btn-back:active:hover, .btn-back.active:hover, .btn-back:active:focus, .btn-back.actitve:focus, .btn-back:active.focus, .btn-back.active.focus, .btn-back:focus:hover, .btn-back.focus:hover {
  color: #191919;
  background-color: transparent;
  border-color: #DCE5EA;
}
.btn-back.disabled, .btn-back.disabled:hover {
  color: #191919;
  background-color: #ffffff;
  border-color: #DCE5EA;
  opacity: 0.5;
}
.btn-back.disabled:before, .btn-back.disabled:hover:before {
  background-color: transparent;
}
.btn-back:before {
  background-color: #DCE5EA;
}

.form-default .form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-default .control-label {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 20px;
  font-weight: normal;
  color: #191919;
  line-height: 1.5em;
}
.form-default .form-control {
  line-height: 2em;
  padding: 10px 35px;
  font-size: 20px;
  font-weight: normal;
  color: #191919;
  min-height: 60px;
  background-color: #ffffff;
  border: 2px solid #BFBFBF;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-default .form-control::-webkit-input-placeholder {
  color: #d4d4d4;
}
.form-default .form-control::-moz-placeholder {
  color: #d4d4d4;
}
.form-default .form-control:-ms-input-placeholder {
  color: #d4d4d4;
}
.form-default .form-control::-ms-input-placeholder {
  color: #d4d4d4;
}
.form-default .form-control::placeholder {
  color: #d4d4d4;
}
.form-default .form-control:focus {
  border-color: #3C74B7;
}
.form-default .floating-label {
  color: #191919;
  font-size: 14px;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 9px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.form-default .form-control:focus ~ .floating-label,
.form-default .form-control:not(:focus):valid ~ .floating-label {
  color: #3C74B7;
  font-size: 12px;
  left: 0;
  top: -22px;
}
.form-default .block-control {
  position: relative;
}
.form-default .has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-default .has-success .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-default .form-attach {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0 18px;
  background-color: #ffffff;
  border: 2px solid #BFBFBF;
  border-radius: 30px;
}
.form-default .form-attach .height {
  height: 60px;
}
.form-default .form-attach .btn {
  min-width: 114px;
  height: 35px;
  line-height: 31px;
  font-size: 28px;
  font-weight: normal;
  background-color: #DFDFDF;
  border: 2px solid #BFBFBF;
}
.form-default .form-attach .txt {
  font-size: 28px;
  font-weight: normal;
  line-height: 1em;
  color: #888787;
  padding-left: 20px;
  overflow: hidden;
  height: 1em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.form-default .form-checkbox {
  padding-top: 30px;
}
.form-default .form-checkbox .title {
  color: #888787;
  margin-bottom: 20px;
}
.form-default .form-action {
  padding-top: 40px;
}

.form-control-feedback {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 20px;
  height: 20px;
  background-size: 100%;
}
.form-control-feedback:before {
  display: none;
}
.form-control-feedback.glyphicon-ok {
  background: url("../img/icon/checked.png") center no-repeat;
  background-size: 16px;
}
.form-control-feedback.glyphicon-remove {
  background: url("../img/icon/cancel.png") center no-repeat;
  background-size: 16px;
}

.radio-control {
  position: relative;
  display: inline-block;
  min-height: 34px;
  padding-left: 0;
}
.radio-control .icon {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
}
.radio-control .txt {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #191919;
  line-height: 20px;
  display: block;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.radio-control input[type=radio] {
  margin-top: 0;
  position: absolute;
  z-index: 5;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.radio-control input[type=radio]:checked ~ .icon {
  border-color: transparent;
  border-color: #191919;
}
.radio-control input[type=radio]:checked ~ .icon:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #191919;
  border-radius: 50%;
}

.checkbox-control {
  position: relative;
  display: inline-block;
}
.checkbox-control .icon {
  width: 23px;
  height: 23px;
  border: 1px solid #888787;
  background-color: #ffffff;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 0;
}
.checkbox-control .txt {
  margin: 0;
  font-weight: normal;
  color: #888787;
  padding-left: 35px;
  line-height: 1.6em;
  display: block;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.checkbox-control .txt .color {
  color: #3C74B7;
}
.checkbox-control input[type=checkbox] {
  margin-top: 0;
  position: absolute;
  z-index: 5;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.checkbox-control input[type=checkbox]:checked ~ .icon:before {
  content: "\f00c";
  position: absolute;
  width: 18px;
  height: 23px;
  font-family: "FontAwesome";
  font-size: 18px;
  color: #01AEEF;
  left: 0;
  top: -3px;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .checkbox-control .icon {
    width: 20px;
    height: 20px;
  }
}
.select2-container--default .select2-selection--single {
  border: 2px solid #BFBFBF;
  border-radius: 0;
  height: 60px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 25px;
  padding-right: 55px;
  color: #BFBFBF;
  line-height: 58px;
  font-size: 20px;
  font-weight: normal;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #CCCCCC;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  width: 20px;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\f107";
  font-family: "FontAwesome";
  line-height: 36px;
  font-size: 32px;
  color: #CCCCCC;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
  content: "\f106";
}

.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single:focus,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple:focus {
  outline: none;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__rendered,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple .select2-selection__rendered {
  color: #3C74B7;
}

.select2-results__option {
  font-weight: normal;
  line-height: 1;
  color: #888787;
  border: 1px solid #ebebeb;
  padding: 15px 25px;
}

.select2-results__option + .select2-results__option {
  border-top: 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #3C74B7;
  color: #ffffff;
  border-color: #3C74B7;
  font-weight: 300;
}

@media (max-width: 767px) {
  .select2-results__option {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.modal-content {
  border: 3px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal-close {
  position: absolute;
  z-index: 99;
  top: 35px;
  right: 35px;
  background: transparent;
  border: none;
  font-size: 50px;
  color: #888787;
  width: 76px;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: All 400ms ease;
  transition: All 400ms ease;
}
.modal-close:hover {
  color: #3C74B7;
}

.-sucsess .modal-dialog,
.-failed .modal-dialog {
  max-width: 800px;
}
.-sucsess .modal-content,
.-failed .modal-content {
  border-color: #01AEEF;
}

.modal-sucsess,
.modal-failed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 600px;
  text-align: center;
}
.modal-sucsess .icon,
.modal-failed .icon {
  width: 230px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.modal-sucsess .icon img,
.modal-failed .icon img {
  max-height: 230px;
  margin: 0 auto;
}
.modal-sucsess .h-title,
.modal-failed .h-title {
  color: #888787;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.modal-sucsess .desc,
.modal-failed .desc {
  color: #191919;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}
.modal-sucsess .action,
.modal-failed .action {
  padding-top: 40px;
}
.modal-sucsess .action .btn,
.modal-failed .action .btn {
  min-width: 280px;
  height: 60px;
  line-height: 58px;
  font-size: 22px;
}

/* ----- modal policy ----- */
.modal-policy .mcscroll {
  height: 50vh;
}
.modal-policy .modal-content {
  background-color: #F3F4F5;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 40px;
  position: relative;
}
.modal-policy .modal-dialog {
  max-width: 1280px;
}
.modal-policy .modal-header {
  text-align: center;
  display: block;
  padding: 0 0 20px 0;
  border: none;
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 20px 0;
  position: relative;
}
.modal-policy .modal-header .title {
  font-size: 40px;
  font-weight: 500;
  color: #95C93D;
  margin: 0;
  line-height: 1.2em;
}
.modal-policy .modal-header .sub {
  font-size: 36px;
  font-weight: 500;
  color: #95C93D;
  margin: 0;
  line-height: 1.2em;
}
.modal-policy .modal-header .desc {
  font-size: 28px;
  font-weight: 500;
  color: #888787;
  margin: 0;
  line-height: 1.4em;
}
.modal-policy .modal-body {
  padding: 30px;
}
.modal-policy .modal-body .desc {
  font-size: 26px;
  color: #888787;
  font-weight: 300;
  margin: 0;
  line-height: 1.2em;
  margin-bottom: 25px;
}
.modal-policy .modal-body .indent {
  text-indent: 30px;
}
.modal-policy .modal-body .topic {
  font-size: 26px;
  font-weight: 500;
  color: #191919;
  margin: 0 0 25px 0;
  line-height: 1.2em;
}
.modal-policy .detail-area {
  padding: 20px 0 0 0;
  background-color: transparent;
}
.modal-policy .download-box {
  position: relative;
}
.modal-policy .download-box .item-list {
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -8px;
}
.modal-policy .download-box .item {
  padding: 0 8px;
  width: 600px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: none;
}
.modal-policy .download-box .link {
  width: 100%;
}
.modal-policy .download-box .wrapper {
  border: 1px solid #DCE5EA;
  overflow: hidden;
  background-color: #ffffff;
  padding: 0 30px;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.modal-policy .download-box .height {
  height: 136px;
}
.modal-policy .download-box .icon-load {
  width: 49px;
}
.modal-policy .download-box .icon-load .lazy {
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.modal-policy .download-box .content {
  padding: 0 15px;
}
.modal-policy .download-box .content img {
  display: inline-block;
  vertical-align: middle;
}
.modal-policy .download-box .content .title {
  font-size: 36px;
  font-weight: 500;
  color: #3C74B7;
  margin-bottom: 5px;
  max-height: 1em;
  line-height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.modal-policy .download-box .content .desc {
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  color: #555555;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.modal-policy .download-box .content .desc .color {
  color: #3C74B7;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.modal-policy .download-box .content .desc .item-list {
  margin: 0 -5px;
}
.modal-policy .download-box .content .desc .item-list li {
  padding: 0 5px;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.modal-policy .download-box .content .desc .item-list li + li {
  border-left: 1px solid #CCCCCC;
}
.modal-policy .download-box .content .desc .update {
  color: #9B9B9B;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  margin-top: 5px;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.modal-policy .download-box .action .btn-link {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3C74B7;
  border: 1px solid #3C74B7;
  font-size: 24px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.modal-policy .download-box .link:hover .wrapper {
  border-color: #3C74B7;
  background-color: #3C74B7;
}
.modal-policy .download-box .link:hover .icon-load .lazy {
  -webkit-filter: grayscale(1) invert(1) brightness(300%);
          filter: grayscale(1) invert(1) brightness(300%);
}
.modal-policy .download-box .link:hover .content .title {
  color: #ffffff;
}
.modal-policy .download-box .link:hover .content .desc {
  color: #ffffff;
}
.modal-policy .download-box .link:hover .content .desc .color {
  color: #ffffff;
}
.modal-policy .download-box .link:hover .content .desc .item-list li + li {
  border-left-color: #ffffff;
}
.modal-policy .download-box .link:hover .content .desc .update {
  color: #ffffff;
}
.modal-policy .download-box .link:hover .action .btn-link {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #3C74B7;
}

.modal-search .modal-title {
  font-size: 32px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.2em;
  color: #3C74B7;
}
.modal-search .search-form {
  position: relative;
}
.modal-search .search-group {
  position: relative;
  margin-bottom: 20px;
}
.modal-search .search-control {
  line-height: 1.5em;
  padding: 10px 15px;
  font-size: 20px;
  color: #CCCCCC;
  min-height: 50px;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  width: 100%;
  outline-offset: 0;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-search .search-control:focus {
  border-color: #3C74B7;
}
.modal-search .search-control:focus-visible {
  outline: none;
}
.modal-search .search-btn:after {
  content: "";
  display: table;
  clear: both;
}
.modal-search .search-btn .btn:nth-child(1) {
  float: left;
}
.modal-search .search-btn .btn:nth-child(2) {
  float: right;
}

@media (max-width: 1600px) {
  .modal-close {
    top: 25px;
    right: 25px;
    border-width: 4px;
    font-size: 40px;
    width: 70px;
    height: 70px;
  }
  .modal-policy .modal-dialog {
    max-width: 1210px;
  }
  .modal-policy .modal-header .title {
    font-size: 38px;
  }
  .modal-policy .modal-header .sub {
    font-size: 34px;
  }
  .modal-policy .modal-header .desc {
    font-size: 26px;
  }
  .modal-policy .modal-body .desc {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .modal-policy .modal-body .topic {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .modal-policy .download-box .content .title {
    font-size: 34px;
  }
  .-sucsess .modal-dialog,
  .-failed .modal-dialog {
    max-width: 800px;
  }
  .modal-sucsess,
  .modal-failed {
    height: 680px;
  }
  .modal-sucsess .icon,
  .modal-failed .icon {
    width: 200px;
  }
  .modal-sucsess .icon img,
  .modal-failed .icon img {
    max-height: 200px;
  }
}
@media (max-width: 1440px) {
  .modal-search .modal-title {
    font-size: 42px;
  }
  .modal-search .search-control {
    font-size: 26px;
  }
  .modal-close {
    top: 20px;
    right: 20px;
    border-width: 3px;
    font-size: 35px;
    width: 65px;
    height: 65px;
  }
  .modal-policy .modal-dialog {
    max-width: 1210px;
  }
  .modal-policy .modal-header .title {
    font-size: 36px;
  }
  .modal-policy .modal-header .sub {
    font-size: 32px;
  }
  .modal-policy .modal-header .desc {
    font-size: 24px;
  }
  .modal-policy .modal-body .desc {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .modal-policy .modal-body .topic {
    font-size: 22px;
    margin: 0 0 15px 0;
  }
  .modal-policy .download-box .content .title {
    font-size: 32px;
  }
  .-sucsess .modal-dialog,
  .-failed .modal-dialog {
    max-width: 700px;
  }
  .modal-sucsess,
  .modal-failed {
    height: 620px;
  }
  .modal-sucsess .icon,
  .modal-failed .icon {
    width: 180px;
  }
  .modal-sucsess .icon img,
  .modal-failed .icon img {
    max-height: 180px;
  }
  .modal-sucsess .h-title,
  .modal-failed .h-title {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .modal-close {
    top: 15px;
    right: 15px;
    border-width: 2px;
    font-size: 30px;
    width: 55px;
    height: 55px;
  }
  .modal-policy .modal-dialog {
    max-width: 970px;
  }
  .modal-policy .modal-content {
    padding: 30px;
  }
  .modal-policy .modal-header .title {
    font-size: 34px;
  }
  .modal-policy .modal-header .sub {
    font-size: 30px;
  }
  .modal-policy .modal-header .desc {
    font-size: 22px;
  }
  .modal-policy .modal-body .desc {
    font-size: 20px;
  }
  .modal-policy .modal-body .topic {
    font-size: 20px;
  }
  .modal-policy .download-box .item {
    width: 550px;
  }
  .modal-policy .download-box .height {
    height: 120px;
  }
  .modal-policy .download-box .icon-load {
    width: 45px;
  }
  .modal-policy .download-box .content .title {
    font-size: 30px;
  }
  .-sucsess .modal-dialog,
  .-failed .modal-dialog {
    max-width: 600px;
  }
  .modal-sucsess,
  .modal-failed {
    height: 520px;
  }
  .modal-sucsess .icon,
  .modal-failed .icon {
    width: 140px;
    margin-bottom: 30px;
  }
  .modal-sucsess .icon img,
  .modal-failed .icon img {
    max-height: 140px;
  }
  .modal-sucsess .h-title,
  .modal-failed .h-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .modal-sucsess .action,
  .modal-failed .action {
    padding-top: 30px;
  }
  .modal-sucsess .action .btn,
  .modal-failed .action .btn {
    min-width: 180px;
    font-size: 20px;
    height: 50px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .modal-close {
    top: 10px;
    right: 10px;
    border-width: 2px;
    font-size: 26px;
    width: 45px;
    height: 45px;
  }
  .modal-policy .modal-dialog {
    max-width: 96%;
  }
  .modal-policy .modal-content {
    padding: 20px;
  }
  .modal-policy .modal-header .title {
    font-size: 30px;
  }
  .modal-policy .modal-header .sub {
    font-size: 26px;
  }
  .modal-policy .modal-header .desc {
    font-size: 20px;
  }
  .modal-policy .modal-body {
    padding: 20px;
  }
  .modal-policy .modal-body .desc {
    font-size: 18px;
  }
  .modal-policy .modal-body .topic {
    font-size: 18px;
  }
  .modal-policy .download-box .height {
    height: 100px;
  }
  .modal-policy .download-box .content .title {
    font-size: 26px;
  }
  .modal-policy .download-box .action .btn-link {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
  .-sucsess .modal-dialog,
  .-failed .modal-dialog {
    max-width: 500px;
  }
  .modal-sucsess,
  .modal-failed {
    height: 420px;
  }
  .modal-sucsess .icon,
  .modal-failed .icon {
    width: 100px;
    margin-bottom: 20px;
  }
  .modal-sucsess .icon img,
  .modal-failed .icon img {
    max-height: 100px;
  }
  .modal-sucsess .action,
  .modal-failed .action {
    padding-top: 30px;
  }
  .modal-sucsess .action .btn,
  .modal-failed .action .btn {
    min-width: inherit;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .modal-close {
    top: 5px;
    right: 5px;
    border-width: 1px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    padding: 0;
  }
  .modal-content {
    border-radius: 10px;
  }
  .modal-policy .modal-header .title {
    font-size: 28px;
  }
  .modal-policy .modal-header .sub {
    font-size: 24px;
  }
  .modal-policy .modal-body {
    padding: 15px;
  }
  .modal-policy .download-box .item-list {
    margin: 0px -4px;
  }
  .modal-policy .download-box .item {
    width: 300px;
    padding: 0 4px;
  }
  .modal-policy .download-box .wrapper {
    padding: 15px;
  }
  .modal-policy .download-box .height {
    height: auto;
  }
  .modal-policy .download-box .icon-load {
    width: 30px;
  }
  .modal-policy .download-box .content .title {
    font-size: 20px;
  }
  .modal-policy .download-box .content .desc {
    font-size: 16px;
  }
  .modal-policy .download-box .content .desc .item-list li {
    width: 100%;
  }
  .modal-policy .download-box .content .desc .item-list li + li {
    border-left: 0px;
  }
  .modal-policy .download-box .content .desc .update {
    font-size: 16px;
    margin-top: 4px;
  }
  .modal-policy .download-box .action .btn-link {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  .-sucsess .modal-dialog,
  .-failed .modal-dialog {
    max-width: 570px;
  }
  .modal-sucsess,
  .modal-failed {
    height: auto;
    min-height: 50vh;
  }
  .modal-sucsess .icon,
  .modal-failed .icon {
    width: 80px;
    margin-bottom: 15px;
  }
  .modal-sucsess .icon img,
  .modal-failed .icon img {
    max-height: 80px;
  }
  .modal-sucsess .h-title .modal-failed .h-title {
    font-size: 24px;
  }
  .modal-sucsess .desc,
  .modal-failed .desc {
    font-size: 16px;
  }
  .modal-sucsess .action,
  .modal-failed .action {
    padding-top: 20px;
  }
  .modal-sucsess .action .btn,
  .modal-failed .action .btn {
    min-width: inherit;
    font-size: 18px;
    height: 44px;
    line-height: 42px;
  }
}
.cookie-tab {
  background-color: rgba(150, 150, 150, 0.3);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
}
.cookie-tab.hide {
  display: none;
}
.cookie-tab .h-tap {
  height: 140px;
}
.cookie-tab .icon-pdpa {
  position: relative;
}
.cookie-tab .text {
  font-weight: normal;
  font-size: 16px;
  font-style: italic;
  text-align: left;
  color: #ffffff;
  line-height: 1.2em;
}
.cookie-tab .link.-cookie-policy {
  color: #CCCCCC;
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}
.cookie-tab .link.-cookie-policy:hover {
  color: #3C74B7;
}
.cookie-tab .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cookie-tab .action .btn {
  min-width: 160px;
}
.cookie-tab .action .btn + .btn {
  margin-left: 15px;
}

@media (max-width: 1199px) {
  .cookie-tab .h-tap {
    height: 100px;
  }
  .cookie-tab .icon-pdpa {
    width: 60px;
  }
  .cookie-tab .action .btn {
    min-width: 120px;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
  }
  .cookie-tab .text {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .cookie-tab .action {
    display: block;
  }
  .cookie-tab .action .btn {
    display: block;
  }
  .cookie-tab .action .btn + .btn {
    margin-left: 0px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .cookie-tab .h-tap {
    height: auto;
    padding: 15px 0 15px 60px;
    position: relative;
  }
  .cookie-tab .h-tap > div:nth-child(1) {
    position: absolute;
    top: 15px;
    left: 0px;
  }
  .cookie-tab .icon-pdpa {
    width: 50px;
  }
  .cookie-tab .text {
    font-size: 12px;
  }
  .cookie-tab .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
  }
  .cookie-tab .action .btn {
    width: 100px;
    height: 30px;
    line-height: 28px;
    border-width: 1px;
    font-size: 14px;
  }
  .cookie-tab .action .btn + .btn {
    margin-left: 10px;
    margin-top: 0px;
  }
}
/* pages */
.-text-xl {
  font-size: 42px;
}

.-text-lg {
  font-size: 32px;
}

.-text-md {
  font-size: 20px;
}

.font-head {
  font-size: 76px;
  font-weight: 700;
  line-height: 1.5em;
  color: #122A72;
  margin-bottom: 10px;
}

.font-sub {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5em;
  color: #3C74B7;
  margin-bottom: 10px;
}

.font-body, .editor-content, .editor-content p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6em;
  color: #122A72;
}
.font-body > .link, .editor-content > .link, .editor-content p > .link {
  color: #888787;
}
.font-body > .link:hover, .editor-content > .link:hover, .editor-content p > .link:hover {
  color: #3C74B7;
}

.see-more {
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  display: inline-block;
}
.see-more > .feather {
  margin-left: 30px;
}
.see-more:hover {
  opacity: 0.68;
}

.effectI {
  -webkit-animation: effectI 3s linear infinite alternate;
          animation: effectI 3s linear infinite alternate;
}

@-webkit-keyframes effectI {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes effectI {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.effectII {
  -webkit-animation: effectII 2s linear infinite alternate;
          animation: effectII 2s linear infinite alternate;
}

@-webkit-keyframes effectII {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}

@keyframes effectII {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@-webkit-keyframes icon-effect {
  0% {
    right: 0;
  }
  50% {
    right: -2px;
  }
  100% {
    right: 0;
  }
}
@keyframes icon-effect {
  0% {
    right: 0;
  }
  50% {
    right: -2px;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes icon-effectII {
  0% {
    left: 0;
  }
  50% {
    left: 2px;
  }
  100% {
    left: 0;
  }
}
@keyframes icon-effectII {
  0% {
    left: 0;
  }
  50% {
    left: 2px;
  }
  100% {
    left: 0;
  }
}
.product-default .wrapper {
  position: relative;
}
.product-default .thumb {
  position: relative;
}
.product-default .thumb .cover {
  padding-bottom: 62%;
  overflow: hidden;
}
.product-default .thumb .cover .lazy {
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.product-default .content {
  position: relative;
  margin: -50px 30px 0 30px;
  background-color: #ffffff;
  padding: 15px 30px 40px 30px;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.product-default .content .icon {
  position: absolute;
  top: 8px;
  right: 0;
  color: #3C74B7;
  font-size: 26px;
}
.product-default .content .font-sub {
  position: relative;
  padding-right: 30px;
  overflow: hidden;
  height: 1.2em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-default .content .font-body, .product-default .content .editor-content, .product-default .content .editor-content p, .editor-content .product-default .content p {
  overflow: hidden;
  height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-default .action {
  text-align: center;
  margin-top: -30px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.product-default .wrapper:hover .action {
  opacity: 1;
  pointer-events: visible;
}
.product-default .link:hover .thumb .cover .lazy {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.product-default .link:hover .content {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
}
.product-default .link:hover .content .icon {
  -webkit-animation: icon-effect 1s linear infinite alternate;
          animation: icon-effect 1s linear infinite alternate;
}

.service-default .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-default .wrapper > div {
  width: 50%;
}
.service-default .thumb {
  position: relative;
}
.service-default .thumb .cover {
  padding-bottom: 62%;
  overflow: hidden;
}
.service-default .thumb .cover .lazy {
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.service-default .content {
  position: relative;
  padding: 0 0 0 50px;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.service-default .content .font-sub {
  position: relative;
  padding-right: 30px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  max-height: 3em;
}
.service-default .content .font-body, .service-default .content .editor-content, .service-default .content .editor-content p, .editor-content .service-default .content p {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  min-height: 3em;
}
.service-default .link:hover .thumb .cover .lazy {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.service-default .link:hover .content .icon {
  -webkit-animation: icon-effect 1s linear infinite alternate;
          animation: icon-effect 1s linear infinite alternate;
}

.news-default .wrapper {
  position: relative;
}
.news-default .thumb {
  position: relative;
}
.news-default .thumb .cover {
  padding-bottom: 75%;
  overflow: hidden;
}
.news-default .thumb .cover .lazy {
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.news-default .content {
  position: relative;
  margin: 25px 0px 0 0px;
  padding-bottom: 85px;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.news-default .content .icon-text {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #01AEEF;
}
.news-default .content .icon-text .feather {
  width: 34px;
  height: 30px;
}
.news-default .content .title {
  font-weight: 700;
  color: #122A72;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.6em;
  -webkit-line-clamp: 2;
  min-height: 3.2em;
}
.news-default .content .font-body, .news-default .content .editor-content, .news-default .content .editor-content p, .editor-content .news-default .content p {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.6em;
  -webkit-line-clamp: 4;
  min-height: 6.4em;
  color: #202020;
  margin: 20px 0;
}
.news-default .content .number {
  font-size: 300px;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  opacity: 0.03;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.news-default .link:hover .thumb .cover .lazy {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-default .link:hover .content .icon {
  -webkit-animation: icon-effectII 1s linear infinite alternate;
          animation: icon-effectII 1s linear infinite alternate;
}

.default-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.default-header .height {
  height: 264px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.default-header .title {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2em;
  color: #3C74B7;
}
.default-header .desc {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 0.9;
  color: #3C74B7;
  text-transform: uppercase;
}
.default-header.text-light .title {
  color: #ffffff;
}
.default-header.text-light .desc {
  color: #ffffff;
}
.default-header.text-light .breadcrumb li .icon {
  color: #ffffff;
}
.default-header.text-light .breadcrumb li .link {
  color: #ffffff;
}
.default-header.text-light .breadcrumb li .link:hover {
  color: #ffffff;
  opacity: 0.65;
}
.default-header.text-light .breadcrumb li.active {
  color: #ffffff;
}
.default-header .breadcrumb-block {
  margin-top: 10px;
  padding-bottom: 0;
}

.default-page {
  position: relative;
}
.default-page .whead {
  padding-top: 60px;
}
.default-page .picture-cover .lazy {
  max-width: 100%;
}

.default-nav-slider {
  margin-top: 25px;
  margin-bottom: 30px;
}
.default-nav-slider .slick-list {
  margin: 0 -5px;
}
.default-nav-slider .slick-prev,
.default-nav-slider .slick-next {
  font-size: 24px;
  border: 0;
  margin: auto;
  width: auto;
  line-height: 60px;
}
.default-nav-slider .slick-prev .feather,
.default-nav-slider .slick-next .feather {
  color: #122A72;
}
.default-nav-slider .slick-prev {
  left: -40px;
}
.default-nav-slider .slick-next {
  right: -40px;
}
.default-nav-slider .slick-slide {
  position: relative;
  margin: 0 5px;
}
.default-nav-slider .slick-slide:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: #BBBBBB;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.default-nav-slider .item .link {
  display: block;
  padding: 20px;
  border-bottom: 3px solid #F2F5FF;
}
.default-nav-slider .item .link .title {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #122A72;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.6em;
  -webkit-line-clamp: 1;
  min-height: 1.6em;
}
.default-nav-slider .item .link .icon {
  width: 0;
  height: 0;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 5.5px 0 5.5px 10px;
  margin-right: 15px;
  margin-left: -34px;
  border-color: transparent transparent transparent #3C74B7;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.default-nav-slider .item .link:hover {
  border-bottom-color: rgba(1, 174, 239, 0.3019607843);
}
.default-nav-slider .item .link.active {
  border-bottom-color: #01AEEF;
}
.default-nav-slider .item .link.active .title {
  font-weight: 700;
}
.default-nav-slider .item .link.active .icon {
  opacity: 1;
}
.default-nav-slider .slick-current:before {
  opacity: 0;
}
.default-nav-slider.sub-nav-slider {
  margin-top: 35px;
  margin-bottom: 35px;
}
.default-nav-slider.sub-nav-slider .slick-prev,
.default-nav-slider.sub-nav-slider .slick-next {
  top: 10px;
}
.default-nav-slider.sub-nav-slider.slick-dotted {
  margin-bottom: 0;
}
.default-nav-slider.sub-nav-slider .slick-dots {
  position: relative;
  bottom: auto;
  margin-top: 20px;
}
.default-nav-slider.sub-nav-slider .slick-slide:before {
  display: none;
}
.default-nav-slider.sub-nav-slider .link {
  border: 1px solid #CCCCCC;
  padding: 15px 20px;
  height: 60px;
  line-height: 58px;
}
.default-nav-slider.sub-nav-slider .link .title {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.default-nav-slider.sub-nav-slider .link:hover {
  border-color: #01AEEF;
}
.default-nav-slider.sub-nav-slider .link.active {
  background-color: #01AEEF;
  border: none;
}
.default-nav-slider.sub-nav-slider .link.active .title {
  font-weight: 400;
  color: #ffffff;
}

.default-download-list .head {
  padding-bottom: 25px;
}
.default-download-list .head .font-sub {
  color: #122A72;
  margin-bottom: 0;
}
.default-download-list .head .search {
  position: relative;
  height: 60px;
  border: 2px solid #CCCCCC;
}
.default-download-list .head .search .form-control {
  border: 0;
  background-color: transparent;
  color: #888787;
  padding-right: 70px;
  line-height: 1;
  height: 100%;
  font-weight: 300;
  border-radius: 0;
}
.default-download-list .head .search .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.default-download-list .head .search .btn {
  position: absolute;
  right: -2px;
  top: -2px;
  min-width: 60px;
  height: 60px;
  background-color: #01AEEF;
}
.default-download-list .head .search .btn .icon-search {
  font-size: 28px;
  line-height: 56px;
  color: #ffffff;
}
.default-download-list .head .filter .txt {
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  color: #95C93D;
  padding-right: 25px;
}
.default-download-list .head .filter .select-box .select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 60px;
}
.default-download-list .head .filter .select-box .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: #122A72;
}
.default-download-list .head .filter .select-box .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 25px;
  line-height: 56px;
}
.default-download-list .head .filter .select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 20px;
}
.default-download-list .body .box-item .-text-lg {
  color: #ffffff;
  font-weight: 600;
  font-style: italic;
  padding: 30px 35px;
  background-color: #95C93D;
}
.default-download-list .body .item-list li {
  width: 100%;
  border-bottom: 1px dashed #CCCCCC;
  position: relative;
}
.default-download-list .body .link {
  display: block;
  padding: 30px 35px;
  background-color: #F9F9FA;
}
.default-download-list .body .height {
  min-height: 48px;
}
.default-download-list .body .file-icon {
  font-size: 30px;
  color: #CCCCCC;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.default-download-list .body .content {
  padding: 0 85px 0 25px;
}
.default-download-list .body .content .desc {
  color: #202020;
  overflow: hidden;
  line-height: 1.2em;
  max-height: 2.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.default-download-list .body .content .info {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #888787;
  padding-top: 5px;
}
.default-download-list .body .content .info span {
  padding: 0 20px;
}
.default-download-list .body .download-icon {
  font-size: 30px;
  color: #CCCCCC;
  position: relative;
  bottom: 0;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.default-download-list .body .link:hover .file-icon,
.default-download-list .body .link:hover .content .desc,
.default-download-list .body .link:hover .download-icon {
  color: #122A72;
}
.default-download-list .body .link:hover .download-icon {
  bottom: -3px;
}
.default-download-list .body .link.play-icon {
  position: absolute;
  z-index: 1;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 100px;
  padding: 0;
  background-color: transparent;
  height: 32px;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.default-download-list .body .link.play-icon:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -18px;
  width: 1px;
  background-color: #D8D8D8;
}
.default-download-list .body .link.play-icon .icon {
  width: 32px;
  height: 32px;
  border: 3px solid #3C74B7;
  color: #3C74B7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  border-radius: 50%;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.default-download-list .body .link.play-icon .icon .feather {
  position: relative;
  right: -1px;
}
.default-download-list .body .link.play-icon:hover .icon {
  color: #ffffff;
  background-color: #3C74B7;
}

.default-inner-page {
  overflow: hidden;
  padding-bottom: 120px;
}
.default-inner-page .graphic {
  position: absolute;
  z-index: 0;
}
.default-inner-page .graphic.-L {
  top: 90px;
  left: -145px;
}
.default-inner-page .graphic.-R {
  top: 50px;
  right: -30px;
}
.default-inner-page .graphic.-I {
  top: 10%;
  left: 50px;
}
.default-inner-page .graphic.-II {
  top: 40%;
  right: 70px;
}
.default-inner-page .graphic.-III {
  top: 50%;
  left: 10px;
}
.default-inner-page .investor-nav-slider {
  border-bottom: 0;
}

.default-search {
  width: 670px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.default-search .search .form-control {
  line-height: 1.2em;
  padding: 10px 35px;
  font-size: 20px;
  font-weight: normal;
  color: #BFBFBF;
  min-height: 60px;
  background-color: #ffffff;
  border: 2px solid #BFBFBF;
  border-right: 0;
  height: auto;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.default-search .search .form-control:focus {
  border-color: #3C74B7;
}
.default-search .search .btn {
  min-width: 60px;
  line-height: 64px;
  border-radius: 0px;
}
.default-search .search .btn span {
  font-size: 30px;
}
.default-search .filter .select-box .select2-container--default .select2-selection--single {
  border-radius: 0px;
}
.default-search .filter .select-box .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 25px;
  padding-right: 60px;
}

.ui-widget-header {
  background-color: #3C74B7;
  border-color: #3C74B7;
  color: #ffffff;
}

.ui-widget-content {
  color: #95C93D;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  color: #01AEEF;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border-color: #3C74B7;
  background: #122A72;
  color: #ffffff;
}

@media (max-width: 1600px) {
  .default-nav-slider .item .link {
    padding: 15px;
  }
  .default-download-list .head .filter .txt {
    font-size: 22px;
  }
  .default-search {
    width: 600px;
    padding-bottom: 60px;
  }
  .default-search .search .form-control {
    padding: 8px 35px;
    font-size: 20px;
    min-height: 55px;
  }
  .default-search .search .btn {
    min-width: 55px;
    line-height: 59px;
  }
  .default-search .filter .select-box .select2-container--default .select2-selection--single {
    height: 55px;
  }
  .default-search .filter .select-box .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 53px;
  }
  .default-search .search .btn span {
    font-size: 28px;
  }
  .default-header .title {
    font-size: 50px;
  }
}
@media (max-width: 1440px) {
  .default-header .wrapper .title {
    font-size: 48px;
  }
  .default-download-list .head .filter .txt {
    font-size: 20px;
  }
  .default-download-list .head .filter .select-box .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
  }
  .default-download-list .body .content .info {
    font-size: 14px;
  }
  .default-download-list .body .content .info span {
    padding: 0 15px;
  }
  .default-download-list .body .link {
    padding: 25px 35px;
  }
  .default-search .search .form-control {
    padding: 7px 30px;
    font-size: 18px;
    min-height: 50px;
  }
  .default-search .search .btn {
    min-width: 50px;
    line-height: 55px;
  }
  .default-search .filter .select-box .select2-container--default .select2-selection--single {
    height: 50px;
  }
  .default-search .filter .select-box .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
  }
  .default-search .search .btn span {
    font-size: 26px;
  }
  .default-header .title {
    font-size: 44px;
  }
  .default-header .height {
    height: 240px;
  }
}
@media (max-width: 1199px) {
  .default-header .cover {
    padding-bottom: 220px;
  }
  .default-header .wrapper .title {
    font-size: 42px;
  }
  .default-nav-slider .item .link .title {
    font-size: 20px;
  }
  .default-nav-slider.sub-nav-slider .link {
    padding: 12px 15px;
    height: 50px;
    line-height: 48px;
  }
  .default-nav-slider.sub-nav-slider .link .title {
    font-size: 16px;
  }
  .default-nav-slider.sub-nav-slider .slick-prev, .default-nav-slider.sub-nav-slider .slick-next {
    top: 0px;
  }
  .default-nav-slider .slick-prev, .default-nav-slider .slick-next {
    height: auto;
    line-height: 50px;
  }
  .default-inner-page {
    padding-bottom: 80px;
  }
  .default-download-list .head .filter .txt {
    font-size: 18px;
  }
  .default-download-list .head .filter .select-box .select2-container--default .select2-selection--single {
    height: 50px;
  }
  .default-download-list .head .filter .select-box .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    line-height: 48px;
  }
  .default-download-list .head .filter .select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 12px;
  }
  .default-download-list .head .filter .select-box .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    font-size: 28px;
  }
  .default-download-list .head .search {
    height: 50px;
  }
  .default-download-list .head .search .btn {
    height: 50px;
    min-width: 50px;
  }
  .default-download-list .head .search .btn .icon-search {
    font-size: 24px;
    line-height: 46px;
  }
  .default-download-list .body .content .info {
    font-size: 12px;
  }
  .default-download-list .body .content .info span {
    padding: 0 10px;
  }
  .default-search {
    width: 500px;
    padding-bottom: 50px;
  }
  .default-search .search .btn span {
    font-size: 24px;
  }
  .default-header .title {
    font-size: 40px;
  }
  .default-header .height {
    height: 220px;
  }
}
@media (max-width: 991px) {
  .default-page .whead {
    padding-top: 50px;
  }
  .default-header .cover {
    padding-bottom: 180px;
  }
  .default-header .wrapper .title {
    font-size: 38px;
  }
  .default-nav-slider {
    margin-top: 30px;
    margin-bottom: 45px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .default-nav-slider .item .link {
    padding: 10px;
  }
  .default-nav-slider .slick-prev, .default-nav-slider .slick-next {
    line-height: 40px;
  }
  .default-nav-slider .slick-next {
    right: -35px;
  }
  .default-nav-slider .slick-prev {
    left: -35px;
  }
  .default-nav-slider.sub-nav-slider .link {
    padding: 12px 15px;
  }
  .default-nav-slider.sub-nav-slider .slick-prev, .default-nav-slider.sub-nav-slider .slick-next {
    top: 8px;
  }
  .default-inner-page {
    padding-bottom: 50px;
  }
  .default-inner-page .graphic.-I {
    width: 100px;
    left: -50px;
  }
  .default-inner-page .graphic.-II {
    right: -100px;
  }
  .default-inner-page .graphic.-III {
    left: -40px;
  }
  .default-download-list .head .filter .txt {
    font-size: 16px;
  }
  .default-download-list .body .content .info {
    font-size: 18px;
  }
  .default-download-list .body .content .info span {
    padding: 0 10px;
  }
  .default-download-list .body .content .info {
    font-size: 12px;
  }
  .default-download-list .head .search .btn {
    right: -1px;
    top: -1px;
  }
  .default-search .search .form-control {
    padding: 6px 20px;
    font-size: 16px;
    min-height: 46px;
  }
  .default-search .search .btn {
    min-width: 46px;
    line-height: 51px;
  }
  .default-search .filter .select-box .select2-container--default .select2-selection--single {
    height: 46px;
  }
  .default-search .filter .select-box .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
  }
  .default-search .search .btn span {
    font-size: 22px;
  }
  .default-header .title {
    font-size: 36px;
  }
  .default-header .height {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .default-page .whead {
    padding-top: 30px;
  }
  .default-header .cover {
    padding-bottom: 150px;
  }
  .default-header .wrapper .title {
    font-size: 34px;
  }
  .default-header .desc {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  }
  .default-nav-slider .item .link .title {
    font-size: 20px;
  }
  .default-nav-slider.sub-nav-slider {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .default-nav-slider {
    margin: 30px;
  }
  .default-nav-slider .slick-prev, .default-nav-slider .slick-next {
    font-size: 20px;
    line-height: 32px;
  }
  .default-nav-slider.sub-nav-slider .link {
    padding: 10px 15px;
    height: 44px;
    line-height: 42px;
  }
  .default-nav-slider.sub-nav-slider .link .title {
    font-size: 16px;
  }
  .default-inner-page {
    padding-bottom: 40px;
  }
  .default-inner-page .graphic.-I {
    top: 1%;
    left: 0px;
    width: 50px;
  }
  .default-inner-page .graphic.-II {
    top: 20%;
    right: -20px;
    width: 70px;
  }
  .default-inner-page .graphic.-III {
    top: 5%;
    left: -10px;
    width: 30px;
  }
  .default-download-list .head {
    padding-bottom: 20px;
  }
  .default-download-list .head > .row > div {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .default-download-list .head .font-sub {
    text-align: center;
  }
  .default-download-list .body .link {
    padding: 10px 15px;
  }
  .default-download-list .body .file-icon {
    font-size: 24px;
  }
  .default-download-list .body .content {
    padding: 0 40px 0 15px;
  }
  .default-download-list .body .content .info {
    font-size: 10px;
    padding-top: 5px;
  }
  .default-download-list .body .download-icon {
    font-size: 20px;
  }
  .default-download-list .body .link.play-icon {
    right: 45px;
    height: 26px;
  }
  .default-download-list .body .link.play-icon:before {
    display: none;
  }
  .default-download-list .body .link.play-icon .icon {
    width: 24px;
    height: 24px;
    border-width: 1px;
    font-size: 14px;
  }
  .default-download-list .body .box-item .-text-lg {
    padding: 20px 15px;
  }
  .default-search {
    width: 100%;
    padding-bottom: 30px;
  }
  .default-search .filter .select-box {
    padding-top: 10px;
  }
  .default-header .title {
    font-size: 32px;
  }
  .default-header .height {
    height: 180px;
  }
  .default-download-list .head .filter .select-box .select2-container--default .select2-selection--single {
    height: 44px;
  }
  .default-download-list .head .filter .select-box .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
  }
  .default-download-list .head .search {
    height: 44px;
  }
  .default-download-list .head .search .btn {
    height: 44px;
    min-width: 44px;
  }
  .default-download-list .head .search .btn .icon-search {
    font-size: 22px;
    line-height: 42px;
  }
  .news-default .content .font-body, .news-default .content .editor-content, .news-default .content .editor-content p, .editor-content .news-default .content p {
    margin: 15px 0;
  }
}
@media (max-width: 575px) {
  .default-header .height {
    height: 160px;
  }
  .default-header .title {
    font-size: 26px;
  }
  .default-nav-slider {
    margin: 30px 20px;
  }
  .default-nav-slider .slick-prev {
    left: -25px;
  }
  .default-nav-slider .slick-next {
    right: -25px;
  }
  .default-nav-slider .item .link .title {
    font-size: 18px;
  }
  .default-nav-slider.sub-nav-slider .link .title {
    font-size: 14px;
  }
}
.main-page {
  background-image: url("../img/background/bg-parallax.jpg");
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-slider {
  position: relative;
}
.main-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.main-slider .slick-dots {
  bottom: 75px;
  position: absolute;
}
.main-slider .slick-dots li button {
  background: #ffffff;
}
.main-slider .slick-dots li.slick-active button {
  background: #3C74B7;
}
.main-slider .wrapper {
  position: relative;
}
.main-slider .link {
  display: block;
}
.main-slider .cover {
  padding-bottom: 50.261%;
}
.main-slider .cover::after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(51.23%, rgba(0, 0, 0, 0.17)), to(#000));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.17) 51.23%, #000 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.top-graphic {
  position: relative;
}
.top-graphic .wg-overview {
  position: absolute;
  top: 50%;
  left: 0;
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  padding-bottom: 80px;
}
.top-graphic .wg-overview .content {
  width: 560px;
  pointer-events: initial;
}
.top-graphic .wg-overview .overview-list {
  pointer-events: initial;
}
.top-graphic .wg-overview .slick-list {
  overflow: visible;
}

.wg-overview .content {
  color: #ffffff;
  padding-bottom: 100px;
}
.wg-overview .content .font-head {
  font-weight: 700;
  color: #ffffff;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.2em;
  -webkit-line-clamp: 2;
  min-height: 2.4em;
}
.wg-overview .content .font-body, .wg-overview .content .editor-content, .wg-overview .content .editor-content p, .editor-content .wg-overview .content p {
  font-weight: 400;
  color: #ffffff;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.6em;
  -webkit-line-clamp: 3;
  min-height: 4.8em;
  margin-bottom: 30px;
}
.wg-overview .content a.see-more {
  color: #ffffff;
}
.wg-overview .overview-list {
  color: #ffffff;
}
.wg-overview .overview-list .item {
  text-align: center;
}
.wg-overview .overview-list .item .icon img {
  width: 68px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.wg-overview .overview-list .item .number {
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
  display: table;
}
.wg-overview .overview-list .item .number strong {
  font-size: 100px;
  line-height: 100px;
  font-weight: 500;
}
.wg-overview .overview-list .item .number .float {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  padding-left: 20px;
  white-space: nowrap;
}
.wg-overview .overview-list .row > .item-1 {
  width: 20%;
}
.wg-overview .overview-list .row > .item-2,
.wg-overview .overview-list .row > .item-3 {
  width: 40%;
}

.wg-aboutus {
  padding: 80px 0;
  background-image: url("../img/background/bg-wg-about.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-size: 100% calc(100% - 320px);
}
@media (min-width: 1025px) {
  .wg-aboutus .font-body, .wg-aboutus .editor-content, .wg-aboutus .editor-content p, .editor-content .wg-aboutus p {
    width: 1000px;
  }
}
.wg-aboutus a.see-more {
  color: #122A72;
}
.wg-aboutus .about-menu {
  width: 840px;
  margin-top: 40px;
}
.wg-aboutus .about-menu a.link {
  display: block;
}
.wg-aboutus .about-menu .wrapper {
  position: relative;
  padding: 30px;
  color: #ffffff;
  background: #3C74B7;
  height: 280px;
  margin-bottom: 30px;
}
.wg-aboutus .about-menu .wrapper .font-sub {
  color: #ffffff;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}
.wg-aboutus .about-menu .wrapper .thumb {
  max-width: 100px;
}
.wg-aboutus .about-menu .wrapper .action {
  position: absolute;
  right: 30px;
  bottom: 30px;
  height: 30px;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}
.wg-aboutus .about-menu .wrapper .action .feather {
  width: 38px;
  height: 38px;
}
.wg-aboutus .about-menu .wrapper:hover .font-sub,
.wg-aboutus .about-menu .wrapper:hover .action {
  opacity: 0.5;
}

.wg-service {
  padding: 80px 0 20px 0;
  background-image: url("../img/background/bg-wg-service.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 720px;
  overflow: hidden;
}
.wg-service .graphic {
  width: 823px;
}
.wg-service .wg-service-menu {
  margin-bottom: 40px;
}
.wg-service a.see-more {
  color: #122A72;
}
.wg-service .nav-tabs {
  border: none;
}
.wg-service .nav-tabs .nav-link {
  padding: 0;
  border: none;
}
.wg-service .info {
  text-align: center;
  margin-bottom: 50px;
}
.wg-service .info .action {
  padding-top: 30px;
}

.wg-service-slider {
  margin-bottom: 20px;
}
.wg-service-slider .wrapper {
  background-color: #ffffff;
  border: 4px solid transparent;
  -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}
.wg-service-slider .wrapper .thumb {
  background-color: #ffffff;
}
.wg-service-slider .wrapper .thumb .cover {
  padding-bottom: 40%;
}
.wg-service-slider .wrapper:hover {
  border-color: #3C74B7;
}
.wg-service-slider .link.active .wrapper {
  border-color: #3C74B7;
}
.wg-service-slider.slick-dotted {
  margin-bottom: 30px;
}
.wg-service-slider .slick-dots {
  margin-top: 10px;
}
.wg-service-slider .slick-list {
  overflow: visible;
  margin: 0 -15px;
}
.wg-service-slider .slick-list .item,
.wg-service-slider .slick-list .nav-item {
  padding: 0 15px;
}
.wg-service-slider .slick-slide {
  opacity: 0;
  visibility: hidden;
}
.wg-service-slider .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.wg-service-menu .wrapper {
  color: #122A72;
  background-color: #F1F0F0;
  padding: 25px 30px;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}
.wg-service-menu .wrapper .font-sub {
  color: #122A72;
  font-size: 26px;
}
.wg-service-menu .wrapper .action {
  margin-right: -10px;
}
.wg-service-menu .wrapper .action .feather {
  width: 32px;
  height: 32px;
  stroke-width: 3;
}
.wg-service-menu .wrapper:hover {
  color: #ffffff;
  background-color: #122A72;
}
.wg-service-menu .wrapper:hover .font-sub {
  color: #ffffff;
}
.wg-service-menu .item-list > li + li {
  margin-top: 20px;
}

.wg-product {
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}
.wg-product .graphic {
  position: absolute;
}
.wg-product .graphic.-L {
  top: 90px;
  left: -150px;
}
.wg-product .graphic.-R {
  top: 110px;
  right: -50px;
}
.wg-product .nav-tabs {
  border: 0;
}
.wg-product .nav-tabs .nav-item {
  width: 33.3333333333%;
  margin: 0;
  position: relative;
}
.wg-product .nav-tabs .nav-item + .nav-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background-color: #CCCCCC;
}
.wg-product .nav-tabs .nav-link {
  font-size: 32px;
  font-weight: 600;
  line-height: 80px;
  text-align: center;
  color: #CCCCCC;
  border: 0;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 0;
  position: relative;
  padding: 0;
}
.wg-product .nav-tabs .nav-link .icon {
  width: 0;
  height: 0;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 5.5px 0 5.5px 10px;
  margin-right: 15px;
  margin-left: -34px;
  border-color: transparent transparent transparent #3C74B7;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.wg-product .nav-tabs .nav-link:hover {
  color: #3C74B7;
}
.wg-product .nav-tabs .nav-link.active {
  border-bottom-color: transparent;
  color: #3C74B7;
  background-color: transparent;
}
.wg-product .nav-tabs .nav-link.active .icon {
  opacity: 1;
}
.wg-product .tab-content {
  padding-top: 40px;
}
.wg-product .info {
  text-align: center;
  padding-bottom: 50px;
}
.wg-product .info .action {
  padding-top: 30px;
}

.wg-product-slider {
  padding-bottom: 110px;
}

.wg-business-network {
  padding-top: 120px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}
.wg-business-network .graphic {
  position: absolute;
}
.wg-business-network .graphic.-L {
  bottom: 10px;
  left: 80px;
}
.wg-business-network .graphic.-R {
  top: 0px;
  right: -225px;
}

.wg-business-network-slider {
  margin: 0 auto;
  width: 850px;
}
.wg-business-network-slider:after {
  content: "";
  display: table;
  clear: both;
}
.wg-business-network-slider .item {
  padding: 20px 6px;
  float: left;
  width: 50%;
}
.wg-business-network-slider .item:first-child {
  clear: both;
  margin: 0 auto;
  float: none;
}
.wg-business-network-slider .slick-list {
  overflow: visible;
}
.wg-business-network-slider .slick-slide {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.wg-business-network-slider .slick-slide.slick-active {
  opacity: 1;
  pointer-events: visible;
}
.wg-business-network-slider .wrapper {
  position: relative;
}
.wg-business-network-slider .thumb {
  position: relative;
}
.wg-business-network-slider .thumb .cover {
  padding-bottom: 30%;
  overflow: hidden;
}
.wg-business-network-slider .thumb .cover .lazy {
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.wg-business-network-slider .content {
  position: relative;
  padding: 20px 75px 25px 30px;
  background-color: #F3F4F5;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.wg-business-network-slider .content .icon {
  position: absolute;
  bottom: 12px;
  right: 15px;
  color: #3C74B7;
  font-size: 32px;
}
.wg-business-network-slider .content .font-head {
  overflow: hidden;
  height: 1.5em;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.wg-business-network-slider .content .font-body, .wg-business-network-slider .content .editor-content, .wg-business-network-slider .content .editor-content p, .editor-content .wg-business-network-slider .content p {
  overflow: hidden;
  height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.wg-business-network-slider .link {
  display: block;
}
.wg-business-network-slider .link:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 35px 40px rgba(0, 0, 0, 0.16);
  box-shadow: 0 35px 40px rgba(0, 0, 0, 0.16);
}
.wg-business-network-slider .link:hover .thumb .cover .lazy {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.wg-business-network-slider .link:hover .content {
  background-color: #3C74B7;
}
.wg-business-network-slider .link:hover .content .icon {
  -webkit-animation: icon-effectX 1s linear infinite alternate;
          animation: icon-effectX 1s linear infinite alternate;
}
.wg-business-network-slider .link:hover .content .icon,
.wg-business-network-slider .link:hover .content .font-head,
.wg-business-network-slider .link:hover .content .font-body,
.wg-business-network-slider .link:hover .content .editor-content,
.wg-business-network-slider .link:hover .content .editor-content p,
.editor-content .wg-business-network-slider .link:hover .content p {
  color: #ffffff;
}
@-webkit-keyframes icon-effectX {
  0% {
    right: 15px;
  }
  50% {
    right: 12px;
  }
  100% {
    right: 15px;
  }
}
@keyframes icon-effectX {
  0% {
    right: 15px;
  }
  50% {
    right: 12px;
  }
  100% {
    right: 15px;
  }
}

.wg-five-product {
  position: relative;
  overflow: hidden;
}
.wg-five-product .graphic {
  position: absolute;
}
.wg-five-product .graphic.-L {
  top: 85px;
  left: 120px;
}
.wg-five-product .graphic.-BT {
  bottom: 0;
  right: 0;
}
.wg-five-product .h-title {
  font-size: 160px;
  font-weight: 600;
  line-height: 0.6;
  color: #F1F1F1;
}
.wg-five-product .font-sub {
  color: #95C93D;
  margin: 0;
}

.wg-five-product-slideI {
  padding-top: 55px;
  width: 480px;
  margin: 0 -10px;
}
.wg-five-product-slideI .item {
  padding: 0 10px;
}
.wg-five-product-slideI .link {
  width: 80px;
  height: 80px;
  border: 1px solid #CCCCCC;
  padding-right: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 80px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  color: #E5E5E5;
  background-color: #ffffff;
}
.wg-five-product-slideI .link:hover {
  color: #ffffff;
  background-color: #3C74B7;
  border-color: #3C74B7;
}
.wg-five-product-slideI .slick-current .link {
  color: #ffffff;
  background-color: #3C74B7;
  border-color: #3C74B7;
}

.wg-five-product-slideII {
  padding-top: 50px;
}
.wg-five-product-slideII .thumb {
  position: relative;
  width: 80px;
}
.wg-five-product-slideII .thumb .cover {
  padding-bottom: 80px;
}
.wg-five-product-slideII .content {
  padding-left: 40px;
}
.wg-five-product-slideII .font-body, .wg-five-product-slideII .editor-content, .wg-five-product-slideII .editor-content p, .editor-content .wg-five-product-slideII p {
  overflow: hidden;
  height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wg-five-product-slideIII {
  margin-right: -320px;
}
.wg-five-product-slideIII .thumb {
  position: relative;
}
.wg-five-product-slideIII .thumb .cover {
  padding-bottom: 67%;
}

.wg-toBnoI {
  position: relative;
  overflow: hidden;
  padding-bottom: 165px;
}
.wg-toBnoI .graphic {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: -406px;
}
.wg-toBnoI .inner {
  position: relative;
  z-index: 1;
}
.wg-toBnoI .inner:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 952px;
  background-image: url(../img/background/bg-wg-toBnoI.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wg-toBnoI .inner:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 480px;
  height: 391px;
  background-image: url(../img/static/graphic-wg-toBnoI.png);
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wg-toBnoI .height {
  height: 640px;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wg-toBnoI .whead {
  width: 392px;
  height: 392px;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: left;
  padding: 50px 35px;
  margin: 0;
}
.wg-toBnoI .whead .font-head {
  line-height: 1;
  color: #3C74B7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.wg-toBnoI .whead .font-head .lazy {
  margin-left: 15px;
}
.wg-toBnoI .whead .font-sub {
  line-height: 1.4em;
  color: #95C93D;
}

.wg-toBnoI-slider {
  margin-right: -325px;
  width: 1175px;
  background-color: #f00;
}
.wg-toBnoI-slider .slider {
  position: relative;
}
.wg-toBnoI-slider .slider .slick-prev, .wg-toBnoI-slider .slider .slick-next {
  bottom: -90px;
}
.wg-toBnoI-slider .slider .slick-prev {
  left: 0;
  margin-left: 80px;
}
.wg-toBnoI-slider .slider .slick-next {
  right: auto;
  margin-right: 0;
  left: 0;
  margin-left: 150px;
}
.wg-toBnoI-slider .wrapper {
  position: relative;
  overflow: hidden;
}
.wg-toBnoI-slider .thumb {
  position: relative;
}
.wg-toBnoI-slider .thumb .cover {
  padding-bottom: 100%;
  overflow: hidden;
}
.wg-toBnoI-slider .thumb .cover .lazy {
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.wg-toBnoI-slider .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  padding: 25px 40px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 62, 136)), to(rgba(0, 62, 136, 0)));
  background-image: linear-gradient(0deg, rgb(0, 62, 136) 0%, rgba(0, 62, 136, 0) 100%);
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.wg-toBnoI-slider .content .font-head {
  margin: 0;
  color: #3C74B7;
  overflow: hidden;
  height: 1.2em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.wg-toBnoI-slider .content .font-body, .wg-toBnoI-slider .content .editor-content, .wg-toBnoI-slider .content .editor-content p, .editor-content .wg-toBnoI-slider .content p {
  overflow: hidden;
  color: #ffffff;
  height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.wg-toBnoI-slider .link:hover .thumb .cover .lazy {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.wg-toBnoI-slider .link:hover .content {
  height: 100%;
  background-image: none;
  background-color: rgba(231, 4, 58, 0.95);
}
.wg-toBnoI-slider .link:hover .content .font-head {
  color: #ffffff;
}
.wg-toBnoI-slider .link:hover .content .font-body, .wg-toBnoI-slider .link:hover .content .editor-content, .wg-toBnoI-slider .link:hover .content .editor-content p, .editor-content .wg-toBnoI-slider .link:hover .content p {
  height: 10.5em;
  -webkit-line-clamp: 7;
}

.wg-video {
  position: relative;
  padding-top: 40px;
}

.wg-investor-relations {
  padding-top: 100px;
  padding-bottom: 560px;
  background-image: url("../img/background/bg-wg-investor-relations.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-size: 100% calc(100% - 240px);
}
.wg-investor-relations .whead {
  margin-bottom: 36px;
}
.wg-investor-relations a.see-more {
  color: #122A72;
}
.wg-investor-relations .investor-information {
  margin: 20px 0;
  padding: 20px 0;
}
.wg-investor-relations .investor-information .box .box-head {
  padding: 25px 30px;
  background: #ddd;
}
.wg-investor-relations .investor-information .box .box-head .font-sub {
  color: #122A72;
  margin-bottom: 0;
}
.wg-investor-relations .investor-information .box .box-body {
  background: #ffffff;
}
.wg-investor-relations .investor-information .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  color: #95C93D;
  text-align: center;
}
.wg-investor-relations .investor-information .title .icon {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  margin-top: -2px;
}
.wg-investor-relations .investor-information .title .icon.-up {
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #058800 transparent;
}
.wg-investor-relations .investor-information .title .icon.-down {
  border-width: 9px 9px 0 9px;
  border-color: #3C74B7 transparent transparent transparent;
}
.wg-investor-relations .investor-information .wrapper {
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.13);
}
.wg-investor-relations .investor-information .wrapper .box,
.wg-investor-relations .investor-information .wrapper .box-body {
  height: 100%;
}
.wg-investor-relations .investor-information .wrapper .font-sub {
  font-size: 24px;
}
.wg-investor-relations .investor-information .wrapper .thumb {
  overflow: hidden;
}
.wg-investor-relations .investor-information .wrapper .thumb .cover {
  padding-bottom: 568px;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.wg-investor-relations .investor-information .wrapper .thumb.-small .cover {
  padding-bottom: 269px;
}
.wg-investor-relations .investor-information .wrapper .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 30px;
}
.wg-investor-relations .investor-information .wrapper .content .action {
  position: absolute;
  right: 30px;
  bottom: 30px;
  height: 30px;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.wg-investor-relations .investor-information .wrapper .content .action .feather {
  width: 38px;
  height: 38px;
}
.wg-investor-relations .investor-information .wrapper .stock-info {
  background-color: #ffffff;
  -webkit-transition: 400ms ease-out;
  transition: 400ms ease-out;
}
.wg-investor-relations .investor-information .wrapper .stock-info .content {
  padding: 0;
}
.wg-investor-relations .investor-information .wrapper .stock-info .font-sub {
  padding: 22px 30px;
  background: #ddd;
  margin-bottom: 0;
}
.wg-investor-relations .investor-information .wrapper .stock-info .stock-content {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 488px;
  padding: 40px 30px;
}
.wg-investor-relations .investor-information .wrapper .stock-info .stock-content .title {
  color: #A7A7A7;
  margin-bottom: 25px;
}
.wg-investor-relations .investor-information .wrapper .stock-info .stock-content .desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #122A72;
}
.wg-investor-relations .investor-information .wrapper .stock-info .stock-content .stock-symbol {
  font-size: 26px;
}
.wg-investor-relations .investor-information .wrapper .stock-info .stock-content .value strong {
  font-size: 42px;
}
.wg-investor-relations .investor-information .wrapper .stock-info .stock-content .value small {
  font-size: 16px;
  color: #A7A7A7;
}
.wg-investor-relations .investor-information .wrapper .stock-info .stock-content .date {
  color: #122A72;
}
.wg-investor-relations .investor-information .wrapper .stock-info .stock-content .feather {
  width: 38px;
  height: 38px;
  color: #3C74B7;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}
.wg-investor-relations .investor-information .wrapper:hover .thumb .cover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.wg-investor-relations .investor-information .wrapper:hover .stock-info {
  background: transparent;
}
.wg-investor-relations .investor-information .wrapper:hover .stock-info .feather {
  color: #122A72;
}
.wg-investor-relations .market-news {
  padding-bottom: 20px;
}
.wg-investor-relations .market-news .item-list li {
  width: 100%;
  position: relative;
}
.wg-investor-relations .market-news .item-list li + li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  right: 25px;
  border-top: 1px dashed #CCCCCC;
  height: 1px;
}
.wg-investor-relations .market-news .link {
  padding: 10px 0px;
}
.wg-investor-relations .market-news .date-box {
  border-right: 1px solid #CCCCCC;
}
.wg-investor-relations .market-news .date-box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}
.wg-investor-relations .market-news .date {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #3C74B7;
  padding-right: 30px;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.wg-investor-relations .market-news .date .icon {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  right: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 10px;
  margin-right: 15px;
  border-color: transparent transparent transparent #3C74B7;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.wg-investor-relations .market-news .text-box {
  padding-left: 30px;
}
.wg-investor-relations .market-news .text-box .desc {
  color: #888787;
  overflow: hidden;
  height: 1.2em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.wg-investor-relations .market-news .link:hover .date .icon {
  right: -3px;
}
.wg-investor-relations .market-news .link:hover .text-box .desc {
  color: #3C74B7;
}
.wg-investor-relations .download-list {
  background-color: #F3F4F5;
}
.wg-investor-relations .download-list .item-list li {
  width: 100%;
  border-bottom: 1px dashed #CCCCCC;
}
.wg-investor-relations .download-list .link {
  display: block;
  padding: 28px 20px;
}
.wg-investor-relations .download-list .height {
  min-height: 48px;
}
.wg-investor-relations .download-list .file-icon {
  font-size: 30px;
  color: #CCCCCC;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.wg-investor-relations .download-list .content {
  padding: 0 25px;
}
.wg-investor-relations .download-list .content .desc {
  color: #CCCCCC;
  overflow: hidden;
  line-height: 1.2em;
  max-height: 2.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.wg-investor-relations .download-list .download-icon {
  font-size: 30px;
  color: #CCCCCC;
  position: relative;
  bottom: 0;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.wg-investor-relations .download-list .link:hover .file-icon,
.wg-investor-relations .download-list .link:hover .content .desc,
.wg-investor-relations .download-list .link:hover .download-icon {
  color: #95C93D;
}
.wg-investor-relations .download-list .link:hover .download-icon {
  bottom: -3px;
}
.wg-investor-relations .download-list .action {
  padding: 30px 20px;
}

.wg-weblink {
  padding: 50px 0;
  background: #ffffff;
}
.wg-weblink .thumb .contain {
  padding-bottom: 57.5%;
}
.wg-weblink .item-list:not(.slick-slider) {
  margin: 0 -10px;
}
.wg-weblink .item-list > li {
  width: 12.5%;
  padding: 0 10px;
}
.wg-weblink .item-list.slick-slider .slick-list {
  margin: 0 -10px;
}
.wg-weblink .item-list.slick-slider .slick-slide {
  padding: 0 10px;
}

.wg-news {
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
  background: url("../img/background/bg-wg-news.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-size: 100% calc(100% - 240px);
}
.wg-news .container {
  position: relative;
  z-index: 1;
}
.wg-news .logo {
  margin-left: -160px;
  margin-bottom: 50px;
}
.wg-news .whead {
  text-align: left;
}
.wg-news .action {
  padding-top: 25px;
}
.wg-news .wg-news-slider {
  margin-top: 60px;
}
.wg-news a.see-more {
  color: #122A72;
}

.wg-news-slider .slick-dots {
  bottom: -20px;
}
.wg-news-slider .slick-list {
  margin: 0 -15px;
}
.wg-news-slider .item {
  padding: 0 15px;
}
.wg-news-slider .news-default .wrapper {
  position: relative;
}
.wg-news-slider .news-default .thumb .cover {
  padding-bottom: 100%;
}
.wg-news-slider .news-default .content {
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#000));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #000 100%);
}
.wg-news-slider .news-default .content .title {
  color: #ffffff;
  height: auto;
  max-height: 3em;
}
.wg-news-slider .news-default .content .font-body, .wg-news-slider .news-default .content .editor-content, .wg-news-slider .news-default .content .editor-content p, .editor-content .wg-news-slider .news-default .content p,
.wg-news-slider .news-default .content .date {
  color: #ffffff;
}
.wg-news-slider .news-default .content .feather {
  width: 38px;
  height: 38px;
}

.wg-career {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.wg-career .graphic {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
}
.wg-career .graphicII {
  position: absolute;
  z-index: 0;
  top: 140px;
  right: -50px;
}
.wg-career .container {
  position: relative;
  z-index: 1;
}
.wg-career .thumb {
  margin: 2px -100px -50px -295px;
}
.wg-career .whead {
  text-align: left;
}
.wg-career .action {
  padding-top: 25px;
}
.wg-career .content {
  padding-top: 40px;
}
.wg-career .item-list li {
  width: 100%;
  position: relative;
}
.wg-career .item-list li + li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  right: 25px;
  border-top: 1px dashed #CCCCCC;
  height: 1px;
}
.wg-career .link {
  padding: 20px 25px;
  background-color: #F8F8F8;
}
.wg-career .date-box {
  border-right: 1px solid #CCCCCC;
}
.wg-career .date-box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 108px;
}
.wg-career .date {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #3C74B7;
  padding-right: 30px;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.wg-career .date .icon {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  right: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 10px;
  margin-right: 15px;
  border-color: transparent transparent transparent #3C74B7;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.wg-career .text-box {
  padding-left: 30px;
}
.wg-career .text-box .title {
  font-weight: 600;
  margin-bottom: 5px;
  color: #95C93D;
  overflow: hidden;
  height: 1.2em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.wg-career .text-box .desc {
  color: #888787;
  overflow: hidden;
  height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.wg-career .link:hover {
  background-color: #BBBBBB;
}
.wg-career .link:hover .date {
  color: #ffffff;
}
.wg-career .link:hover .date .icon {
  border-color: transparent transparent transparent #ffffff;
  right: -3px;
}
.wg-career .link:hover .text-box .title {
  color: #ffffff;
}
.wg-career .link:hover .text-box .desc {
  color: #ffffff;
}

.product-main {
  padding-bottom: 80px;
  overflow: hidden;
}
.product-main .graphic {
  position: absolute;
  z-index: 0;
}
.product-main .graphic.-L {
  top: 90px;
  left: -145px;
}
.product-main .graphic.-R {
  top: 50px;
  right: -30px;
}
.product-main .graphic.-I {
  top: 50%;
  left: -380px;
}
.product-main .graphic.-II {
  top: 40%;
  right: -380px;
}
.product-main .graphic.-III {
  bottom: 10%;
  right: -380px;
}
.product-main .item-list {
  position: relative;
  z-index: 1;
}
.product-main .item-list > li {
  width: 100%;
  padding: 80px 0;
}
.product-main .item-list > li:nth-child(odd) .thumb {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.product-main .item-list > li:nth-child(odd) .content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 60px;
  text-align: left;
}
.product-main .item-list > li:nth-child(even) .thumb {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.product-main .item-list > li:nth-child(even) .content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 60px;
  text-align: right;
}
.product-main .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-main .thumb {
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}
.product-main .thumb .cover {
  padding-bottom: 68%;
}
.product-main .thumb .cover .lazy {
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.product-main .thumb .link {
  display: block;
}
.product-main .thumb .link:hover .cover .lazy {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.product-main .content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}
.product-main .content .number {
  font-size: 310px;
  font-style: italic;
  font-weight: 600;
  line-height: 0.6;
  color: #3C74B7;
}
.product-main .content .action {
  padding-top: 25px;
}

.product-item {
  padding-bottom: 80px;
  overflow: hidden;
}

.product-item-list {
  padding-top: 80px;
}
.product-item-list .item-list {
  margin: 0 -15px;
}
.product-item-list .item-list > li {
  width: 33.3333333333%;
  padding: 15px 15px 50px 15px;
}
.product-item-list .product-default .content {
  margin: -30px 15px 0 15px;
}
.product-item-list .product-default .content .icon {
  top: 3px;
  font-size: 22px;
}
.product-item-list .product-default .content .font-sub {
  font-size: 30px;
}
.product-item-list .product-default .content .font-body, .product-item-list .product-default .content .editor-content, .product-item-list .product-default .content .editor-content p, .editor-content .product-item-list .product-default .content p {
  font-size: 20px;
}
.product-item-list .product-default .action .btn {
  border-width: 1px;
  padding: 0 5px;
  min-width: 130px;
  height: 40px;
  line-height: 36px;
  font-size: 18px;
}

.product-detail {
  padding-bottom: 80px;
  overflow: hidden;
}
.product-detail.-form {
  padding-top: 60px;
}
.product-detail .graphic {
  position: absolute;
  z-index: 0;
}
.product-detail .graphic.-I {
  top: 220px;
  left: 135px;
  width: 110px;
}
.product-detail .graphic.-II {
  top: 400px;
  left: 40px;
  width: 90px;
}
.product-detail .apply-for-loan {
  padding-top: 60px;
  text-align: center;
}
.product-detail .contentI {
  margin-top: 60px;
  background-color: #F8F8F8;
  padding: 100px 160px;
  position: relative;
}
.product-detail .contentI:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 70px;
  right: 30px;
  width: 255px;
  height: 200px;
  background-image: url(../img/static/product-contentI.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.product-detail .contentI .font-body, .product-detail .contentI .editor-content, .product-detail .contentI .editor-content p, .editor-content .product-detail .contentI p {
  position: relative;
  z-index: 1;
}
.product-detail .contentII {
  margin-top: 60px;
}
.product-detail .contentII .head {
  background-color: #95C93D;
  padding: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5em;
  color: #ffffff;
}
.product-detail .contentII .body {
  margin-top: 30px;
}
.product-detail .contentII .body .topic {
  background-color: #F0F0F0;
  padding: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #95C93D;
}
.product-detail .contentII .body .info {
  background-color: #FCFCFC;
  padding: 50px 45px;
  position: relative;
}
.product-detail .contentII .body .info .-graphic {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
}
.product-detail .contentII .body .info .-graphic .lazy {
  max-width: 100%;
  max-height: 100%;
}
.product-detail .contentII .body .info .list {
  position: relative;
  z-index: 1;
  font-weight: normal;
  line-height: 1.5em;
  color: #191919;
  padding-left: 25px;
}
.product-detail .contentII .body .info .list:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 11px;
  height: 11px;
  background-color: #3C74B7;
  border-radius: 50%;
}
.product-detail .contentII .body .info .list + .list {
  margin-top: 30px;
}
.product-detail .note {
  padding-top: 45px;
}
.product-detail .note .title {
  font-weight: 600;
  line-height: 1;
  color: #3C74B7;
  font-style: italic;
}
.product-detail .note .desc {
  line-height: 1;
  color: #888787;
  font-style: italic;
}
.product-detail .note .desc strong {
  font-weight: 600;
}
.product-detail .form-content {
  background-color: #F8F8F8;
  padding: 60px 150px;
  text-align: center;
  position: relative;
  margin-top: 50px;
}
.product-detail .form-content:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 7px;
  bottom: 30px;
  width: 145px;
  height: 115px;
  background-image: url(../img/static/product-form-contentI.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.product-detail .form-content:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 25px;
  right: 17px;
  width: 108px;
  height: 94px;
  background-image: url(../img/static/product-form-contentII.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.product-detail .form-content .font-body, .product-detail .form-content .editor-content, .product-detail .form-content .editor-content p, .editor-content .product-detail .form-content p {
  position: relative;
  z-index: 1;
}

@media (max-width: 1600px) {
  .product-main .content .number {
    font-size: 260px;
  }
  .product-detail .contentII .body .topic {
    font-size: 43px;
  }
  .product-detail .contentII .body .info .list:before {
    top: 11px;
  }
}
@media (max-width: 1440px) {
  .product-main .content .number {
    font-size: 250px;
  }
  .product-detail .contentII .head {
    font-size: 20px;
  }
  .product-detail .contentII .body .topic {
    font-size: 40px;
  }
  .product-detail .contentII .body .info .list:before {
    top: 8px;
  }
}
@media (max-width: 1199px) {
  .product-main {
    padding-bottom: 60px;
  }
  .product-main .item-list > li {
    padding: 60px 0;
  }
  .product-main .item-list > li:nth-child(odd) .content {
    padding-right: 40px;
  }
  .product-main .item-list > li:nth-child(even) .content {
    padding-left: 40px;
  }
  .product-main .content .number {
    font-size: 150px;
    margin-bottom: 10px;
  }
  .product-item {
    padding-bottom: 60px;
  }
  .product-item-list {
    padding-top: 50px;
  }
  .product-item-list .product-default .content .font-sub {
    font-size: 24px;
  }
  .product-item-list .product-default .content .font-body, .product-item-list .product-default .content .editor-content, .product-item-list .product-default .content .editor-content p, .editor-content .product-item-list .product-default .content p {
    font-size: 18px;
  }
  .product-item-list .item-list {
    margin: 0 -10px;
  }
  .product-item-list .item-list > li {
    padding: 10px 10px 20px 10px;
  }
  .product-detail .contentI {
    padding: 60px 110px;
  }
  .product-detail .contentI:before {
    top: 30px;
    width: 215px;
    height: 170px;
  }
  .product-detail .contentII .body .topic {
    font-size: 34px;
  }
  .product-detail .contentII .body .info .-graphic {
    height: 200px;
  }
  .product-detail .form-content {
    padding: 40px 60px;
  }
  .product-detail .form-content:before {
    bottom: 10px;
    width: 75px;
    height: 55px;
  }
  .product-detail .form-content:after {
    top: 15px;
    right: 10px;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 991px) {
  .product-main {
    padding-bottom: 30px;
  }
  .product-main .item-list > li {
    padding: 30px 0;
  }
  .product-main .item-list > li:nth-child(odd) .content {
    padding-right: 20px;
  }
  .product-main .item-list > li:nth-child(even) .content {
    padding-left: 20px;
  }
  .product-main .content .number {
    font-size: 90px;
  }
  .product-item {
    padding-bottom: 30px;
  }
  .product-detail .apply-for-loan {
    padding-top: 30px;
  }
  .product-detail .contentI {
    padding: 40px 40px;
    margin-top: 30px;
  }
  .product-detail .contentI:before {
    width: 145px;
    height: 120px;
  }
  .product-detail .contentII {
    margin-top: 30px;
  }
  .product-detail .contentII .head {
    font-size: 18px;
  }
  .product-detail .contentII .body .row > div + div {
    margin-top: 30px;
  }
  .product-detail .contentII .body .topic {
    font-size: 30px;
  }
  .product-detail .contentII .body .info {
    padding: 30px;
  }
  .product-detail .contentII .body .info .list + .list {
    margin-top: 20px;
  }
  .product-detail .contentII .body .info .list:before {
    top: 7px;
  }
  .product-detail .form-content {
    padding: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .product-main .item-list > li:nth-child(odd) .thumb {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product-main .item-list > li:nth-child(odd) .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .product-main .item-list > li:nth-child(even) .thumb {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product-main .item-list > li:nth-child(even) .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .product-main .item-list > li:nth-child(odd) .content {
    padding-right: 0px;
    padding-top: 20px;
    text-align: left;
  }
  .product-main .item-list > li:nth-child(even) .content {
    padding-left: 0px;
    padding-top: 20px;
    text-align: left;
  }
  .product-main .thumb,
  .product-main .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .product-main .content .number {
    font-size: 60px;
  }
  .product-main .content .action {
    padding-top: 20px;
  }
  .product-item-list {
    padding-top: 20px;
  }
  .product-item-list .item-list {
    margin: 0 -5px;
  }
  .product-item-list .item-list > li {
    padding: 5px 5px 10px 5px;
    width: 50%;
  }
  .product-item-list .product-default .content {
    margin: -5px 5px 0 5px;
  }
  .product-item-list .product-default .content .font-sub {
    font-size: 22px;
  }
  .product-item-list .product-default .content .font-body, .product-item-list .product-default .content .editor-content, .product-item-list .product-default .content .editor-content p, .editor-content .product-item-list .product-default .content p {
    font-size: 16px;
  }
  .product-item-list .product-default .action .btn {
    min-width: 100px;
    height: 35px;
    line-height: 31px;
    font-size: 16px;
  }
  .product-item-list .product-default .action .icon {
    margin-left: 2px;
    top: 2px;
  }
  .product-detail .contentI {
    padding: 30px;
  }
  .product-detail .contentII .head {
    font-size: 16px;
  }
  .product-detail .contentII .body .topic {
    font-size: 26px;
  }
}
.service-main .whead {
  margin: 0;
  padding: 60px 0;
}
.service-main .whead .font-head {
  font-size: 45px;
  color: #3C74B7;
}
.service-main .whead .font-body, .service-main .whead .editor-content, .service-main .whead .editor-content p, .editor-content .service-main .whead p {
  color: #191919;
}
.service-main .item-list {
  position: relative;
  z-index: 1;
}
.service-main .item-list > li {
  width: 100%;
  position: relative;
}
.service-main .item-list > li:nth-child(3n+1) .bg-fluid {
  background-color: #1C76BC;
}
.service-main .item-list > li:nth-child(3n+2) .bg-fluid {
  background-color: #95C93C;
}
.service-main .item-list > li:nth-child(3n+3) .bg-fluid {
  background-color: #03AEEF;
}
.service-main .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0;
  overflow: hidden;
}
.service-main .thumb {
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}
.service-main .thumb .cover {
  padding-bottom: 68%;
}
.service-main .thumb .cover .lazy {
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.service-main .thumb .link {
  display: block;
}
.service-main .thumb .link:hover .cover .lazy {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.service-main .content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  padding-right: 30px;
}
.service-main .content .font-head,
.service-main .content .font-body,
.service-main .content .editor-content,
.service-main .content .editor-content p,
.editor-content .service-main .content p {
  color: #ffffff;
}
.service-main .content .font-head {
  font-size: 45px;
}
.service-main .content .number {
  font-size: 310px;
  font-weight: 700;
  line-height: 0.8;
  color: #ffffff;
  opacity: 0.2;
}
.service-main .content .brand {
  width: 257px;
  border-radius: 50rem;
  overflow: hidden;
  margin: 20px 0 30px 0;
}
.service-main .content .brand .cover {
  padding-bottom: 34.33333%;
  background-color: #ffffff;
}
.service-main .content .action {
  padding-top: 25px;
}
.service-main .content a.link {
  color: #ffffff;
  display: inline;
}
.service-main .bg-fluid {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
  pointer-events: none;
}

.service-item {
  padding-bottom: 80px;
  overflow: hidden;
}
.service-item .wg-service {
  background: none;
  padding: 30px 0 0 0;
}
.service-item .wg-service .tab-content {
  padding-top: 50px;
}
.service-item .sub-nav-slider {
  margin-top: 40px;
  margin-bottom: 0;
}

.service-item-list {
  padding-top: 80px;
}
.service-item-list .item-list > li {
  width: 100%;
}
.service-item-list .item-list > li + li {
  margin-top: 60px;
}
.service-item-list .item-list > li:nth-child(even) .service-default .wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.service-item-list .item-list > li:nth-child(even) .service-default .content {
  padding: 0 50px 0 0;
}
.service-item-list .service-default .content .icon {
  top: 3px;
  font-size: 22px;
}
.service-item-list .service-default .content .font-sub {
  font-size: 30px;
  color: #191919;
  padding-right: 0;
}
.service-item-list .service-default .content .font-body, .service-item-list .service-default .content .editor-content, .service-item-list .service-default .content .editor-content p, .editor-content .service-item-list .service-default .content p {
  font-size: 20px;
  color: #191919;
}
.service-item-list .service-default .content .action {
  margin-top: 20px;
}
.service-item-list .service-default .content .action .see-more {
  color: #122A72;
}

.service-detail {
  padding-bottom: 80px;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .service-main .whead {
    padding: 50px 0;
  }
  .service-main .content .number {
    font-size: 240px;
  }
  .service-main .content .font-head {
    font-size: 40px;
  }
  .service-main .wrapper {
    padding: 70px 0;
  }
  .service-item {
    padding-bottom: 70px;
  }
  .service-item-list {
    padding-top: 70px;
  }
  .service-item-list .item-list > li + li {
    margin-top: 50px;
  }
  .service-item-list .service-default .content .font-sub {
    font-size: 28px;
  }
  .service-detail {
    padding-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .service-main .content .number {
    font-size: 180px;
  }
  .service-main .content .font-head {
    font-size: 36px;
  }
  .service-main .wrapper {
    padding: 60px 0;
  }
  .service-item {
    padding-bottom: 60px;
  }
  .service-item .wg-service .tab-content {
    padding-top: 40px;
  }
  .service-item-list {
    padding-top: 60px;
  }
  .service-item-list .item-list > li + li {
    margin-top: 40px;
  }
  .service-item-list .service-default .content .font-sub {
    font-size: 26px;
  }
  .service-item-list .service-default .content .font-body, .service-item-list .service-default .content .editor-content, .service-item-list .service-default .content .editor-content p, .editor-content .service-item-list .service-default .content p {
    font-size: 18px;
  }
  .service-detail {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .service-main .content .number {
    font-size: 120px;
  }
  .service-main .content .font-head {
    font-size: 34px;
  }
  .service-main .wrapper {
    padding: 50px 0;
  }
  .service-item-list {
    padding-top: 30px;
  }
  .service-item-list .service-default .content .font-sub {
    font-size: 24px;
  }
  .service-detail {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .service-main .whead {
    padding: 40px 0;
  }
  .service-main .wrapper {
    padding: 40px 0;
  }
  .service-main .content .number {
    display: none;
  }
  .service-main .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .service-main .thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .service-main .content .brand {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .service-main .content .font-head {
    font-size: 30px;
  }
  .service-item {
    padding-bottom: 40px;
  }
  .service-item .wg-service {
    padding-top: 20px;
  }
  .service-item .wg-service .tab-content {
    padding-top: 30px;
  }
  .service-item .wg-service .info {
    margin-bottom: 40px;
  }
  .service-item-list {
    padding-top: 10px;
  }
  .service-item-list .service-default .content .font-sub {
    font-size: 22px;
  }
  .service-item-list .service-default .content .font-body, .service-item-list .service-default .content .editor-content, .service-item-list .service-default .content .editor-content p, .editor-content .service-item-list .service-default .content p {
    font-size: 16px;
  }
  .service-item-list .service-default .wrapper {
    display: block;
  }
  .service-item-list .service-default .wrapper > div {
    width: 100%;
  }
  .service-item-list .service-default .content,
  .service-item-list .item-list > li:nth-child(2n) .service-default .content {
    padding: 20px 0 0 0;
  }
  .service-detail {
    padding-bottom: 40px;
  }
}
.investor-main {
  overflow: hidden;
}
.investor-main.-inner {
  padding-bottom: 120px;
}
.investor-main .graphic {
  position: absolute;
  z-index: 0;
}
.investor-main .graphic.-L {
  top: 90px;
  left: -145px;
}
.investor-main .graphic.-R {
  top: 50px;
  right: -30px;
}
.investor-main .graphic.-I {
  top: 10%;
  left: 50px;
}
.investor-main .graphic.-II {
  top: 40%;
  right: 70px;
}
.investor-main .graphic.-III {
  top: 50%;
  left: 10px;
}
.investor-main .wg-investor-relations {
  padding-top: 0;
  padding-bottom: 40px;
  background-position: bottom center;
}
.investor-main .wg-investor-relations .whead {
  padding-bottom: 0;
  border-bottom: 0;
}
.investor-main .investment-calculator {
  background-image: none;
  padding: 0;
}
.investor-main .investment-calculator .font-head {
  font-size: 45px;
  font-weight: 700;
  color: #122A72;
  text-align: center;
}
.investor-main .investment-calculator .investor-information {
  margin: 20px 0;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #CCCCCC;
}
.investor-main .investment-calculator .investor-information .box {
  position: relative;
  padding-bottom: 0;
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
  width: 33.3333333333%;
  padding-right: 0;
}
.investor-main .investment-calculator .investor-information .box + .box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 1px;
  height: 100%;
  background-color: #CCCCCC;
}
.investor-main .investment-calculator .investor-information .box .font-body, .investor-main .investment-calculator .investor-information .box .editor-content, .investor-main .investment-calculator .investor-information .box .editor-content p, .editor-content .investor-main .investment-calculator .investor-information .box p {
  font-weight: 700;
  text-align: center;
}
.investor-main .investment-calculator .investor-information .box .font-sub {
  text-align: center;
  font-weight: 500;
  color: #888787;
}
.investor-main .investment-calculator .investor-information .box .font-sub:nth-child(2) {
  font-weight: 700;
  color: #01AEEF;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto;
}
.investor-main .investment-calculator .investor-information ~ .item-list {
  margin-top: 50px;
}
.investor-main .investment-calculator .investor-information ~ .item-list li {
  width: 33.3333333333%;
}
.investor-main .wg-more-link .item-list li {
  position: relative;
  width: 33.3333333333%;
}
.investor-main .wg-more-link .item-list li .link {
  overflow: hidden;
}
.investor-main .wg-more-link .item-list li .link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.investor-main .wg-more-link .item-list li .link:hover .thumb .cover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.investor-main .wg-more-link .item-list li .link:hover .action .btn {
  color: #122A72;
}
.investor-main .wg-more-link .item-list li .link:hover .action .btn::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  background-color: #ffffff;
}
.investor-main .wg-more-link .item-list li .thumb .cover {
  width: 100%;
  padding-bottom: 320px;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.investor-main .wg-more-link .item-list li .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}
.investor-main .wg-more-link .item-list li .content .title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.investor-main .wg-more-link .item-list li .content .action {
  margin-top: 40px;
}
.investor-main .wg-more-link .item-list li .content .action .btn {
  border-color: #ffffff;
  color: #ffffff;
}
.investor-main .wg-more-link .item-list li .content .action .btn::before {
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.investor-main .wg-more-link .item-list li:nth-child(1) .link::before {
  background-color: #1C76BC;
  opacity: 0.8;
}
.investor-main .wg-more-link .item-list li:nth-child(2) .link::before {
  background-color: #FFFFFF;
  opacity: 0.8;
}
.investor-main .wg-more-link .item-list li:nth-child(2) .link:hover .content .action .btn {
  color: #ffffff;
}
.investor-main .wg-more-link .item-list li:nth-child(2) .link:hover .content .action .btn::before {
  background-color: #01AEEF;
}
.investor-main .wg-more-link .item-list li:nth-child(2) .content .title {
  color: #202020;
}
.investor-main .wg-more-link .item-list li:nth-child(2) .content .action .btn {
  border-color: #01AEEF;
  color: #122A72;
  background-color: #ffffff;
}
.investor-main .wg-more-link .item-list li:nth-child(3) .link::before {
  background-color: #95C93C;
  opacity: 0.8;
}

.investor-book-slider .book-base {
  background-image: url(../img/static/book-base.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 420px;
  margin-top: -100px;
  margin-left: -120px;
  margin-right: -120px;
  background-position: center;
}

.investor-nav-slider {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid #CCCCCC;
}
.investor-nav-slider .slick-list {
  margin: 0 -10px;
}
.investor-nav-slider .slick-slide {
  padding: 0 10px;
}
.investor-nav-slider.slick-dotted.slick-slider {
  margin-bottom: 40px;
}
.investor-nav-slider .slick-dots {
  position: absolute;
  margin: 0;
  bottom: -150px;
}
.investor-nav-slider .slick-dots li button {
  background-color: #ffffff;
}
.investor-nav-slider .slick-dots li.slick-active button {
  background-color: #2580EA;
}
.investor-nav-slider .slick-prev,
.investor-nav-slider .slick-next {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.investor-nav-slider .slick-prev {
  left: -15px;
}
.investor-nav-slider .slick-next {
  right: -15px;
}
.investor-nav-slider .slick-slide {
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.investor-nav-slider .item .link {
  position: relative;
  display: block;
}
.investor-nav-slider .item .thumb .cover {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-bottom: 134%;
}
.investor-nav-slider .item .thumb .cover .lazy {
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.investor-nav-slider .item .font-sub {
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 10px;
  right: 20px;
  margin: 0;
  overflow: hidden;
  color: #ffffff;
  line-height: 1.4em;
  max-height: 2.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.investor-nav-slider .item .link:hover .thumb .cover .lazy {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.wg-investor-relations .investor-information.-inner {
  margin-bottom: 0;
  margin-top: 50px;
  padding: 40px 0;
}
.wg-investor-relations .investor-information.-inner .box {
  text-align: center;
}
.wg-investor-relations .investor-information.-inner .box.-auto {
  min-width: 450px;
}

.investor-business-group .item-list li {
  width: 100%;
}
.investor-business-group .item-list li + li {
  margin-top: 75px;
}
.investor-business-group table {
  width: 100%;
}
.investor-business-group tbody {
  background-color: #EBF0F6;
  border-top: 10px solid #ffffff;
}
.investor-business-group th {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.investor-business-group th .txt {
  color: #ffffff;
}
.investor-business-group td {
  padding: 25px;
  text-align: center;
  vertical-align: middle;
}
.investor-business-group td .txt {
  color: #95C93D;
}
.investor-business-group .txt {
  font-weight: 600;
  font-style: italic;
  line-height: 1em;
}

.investor-news-list {
  padding-bottom: 50px;
}
.investor-news-list .item-list li {
  width: 100%;
  margin: 7px 0;
}
.investor-news-list .inner {
  position: relative;
}
.investor-news-list .link.download-icon:hover {
  color: #122A72;
  top: 30px;
}
.investor-news-list .link.-wrapper {
  display: block;
  padding: 30px;
  background-color: #F9F9FA;
}
.investor-news-list .link.-wrapper .content {
  position: relative;
  padding-right: 40px;
}
.investor-news-list .link.-wrapper .date {
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
  color: #122A72;
  margin-bottom: 10px;
}
.investor-news-list .link.-wrapper .txt {
  font-size: 18px;
  font-weight: normal;
  color: #202020;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.6em;
  -webkit-line-clamp: 2;
  max-height: 3.2em;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.investor-news-list .link.-wrapper .see-more {
  color: #888787;
  border-bottom: 2px solid #888787;
}
.investor-news-list .link.-wrapper .see-more .feather {
  margin-left: 10px;
}
.investor-news-list .link.-wrapper .see-more:hover {
  color: #2580EA;
  border-color: #122A72;
}
.investor-news-list .link.-wrapper .see-more:hover .feather {
  color: #122A72;
}

.investor-anti-corruption {
  padding-top: 40px;
}
.investor-anti-corruption .accordion > .card {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.investor-anti-corruption .accordion > .card + .card {
  margin-top: 20px;
}
.investor-anti-corruption .accordion > .card .card-header {
  margin-bottom: 0px;
}
.investor-anti-corruption .card-header {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.investor-anti-corruption .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.investor-anti-corruption .card-header .link {
  display: block;
  background-color: #01AEEF;
  position: relative;
  font-size: 30px;
  padding: 16px 95px 16px 45px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.3em;
}
.investor-anti-corruption .card-header .link:before {
  content: "-";
  position: absolute;
  top: 22px;
  right: 45px;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 24px;
  text-align: center;
  color: #3C74B7;
  font-size: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 36px;
  border-radius: 50%;
}
.investor-anti-corruption .card-header .link.collapsed {
  background-color: #3C74B7;
}
.investor-anti-corruption .card-header .link.collapsed:before {
  content: "+";
  color: #3C74B7;
}
.investor-anti-corruption .card-body {
  position: relative;
  margin-top: 40px;
}
.investor-anti-corruption .card-body:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  background-color: #3C74B7;
  border-radius: 3px;
}
.investor-anti-corruption .card-body.editor-content {
  padding: 0px 40px 20px 0;
  border: 0;
}

@media (max-width: 1600px) {
  .investor-anti-corruption .card-header .link:before {
    top: 20px;
  }
}
@media (max-width: 1440px) {
  .investor-anti-corruption .card-header .link:before {
    top: 19px;
  }
  .investor-main .investment-calculator .font-head {
    font-size: 40px;
  }
  .investor-main .investment-calculator .investor-information {
    margin: 30px 0;
    padding: 30px 0;
  }
  .investor-main .wg-more-link .item-list li .content .title {
    font-size: 28px;
  }
  .investor-main .wg-more-link .item-list li .thumb .cover {
    padding-bottom: 280px;
  }
  .investor-book-slider .book-base {
    height: 410px;
    margin-left: -110px;
    margin-right: -110px;
  }
}
@media (max-width: 1199px) {
  .investor-main.-inner {
    padding-bottom: 80px;
  }
  .wg-investor-relations .investor-information.-inner {
    margin-bottom: 80px;
    padding: 20px 0;
  }
  .wg-investor-relations .investor-information.-inner .box.-auto {
    min-width: 320px;
  }
  .investor-business-group .item-list li + li {
    margin-top: 50px;
  }
  .investor-news-list .link.-wrapper .date {
    font-size: 20px;
  }
  .investor-news-list .link.-wrapper .txt {
    font-size: 16px;
  }
  .investor-news-list .link.-wrapper .more {
    font-size: 18px;
  }
  .investor-news-list .link.-wrapper .see-more .feather {
    width: 20px;
    height: 20px;
  }
  .investor-anti-corruption .card-header .link {
    padding: 16px 75px 16px 25px;
  }
  .investor-anti-corruption .card-header .link:before {
    top: 18px;
    right: 25px;
  }
  .investor-anti-corruption .card-body.editor-content {
    margin-top: 30px;
  }
  .wg-investor-relations.investment-calculator .whead {
    padding-top: 50px;
  }
  .investor-main .investment-calculator .font-head {
    font-size: 36px;
  }
  .investor-main .wg-more-link .item-list li {
    width: 100%;
  }
  .investor-main .wg-more-link .item-list li .content .title {
    font-size: 26px;
  }
  .investor-book-slider .book-base {
    margin-top: -120px;
    margin-left: -90px;
    margin-right: -90px;
  }
  .investor-nav-slider .slick-dots {
    bottom: -120px;
  }
}
@media (max-width: 991px) {
  .investor-main .wg-investor-relations {
    padding-bottom: 20px;
  }
  .investor-main.-inner {
    padding-bottom: 50px;
  }
  .wg-investor-relations .investor-information.-inner .box.-auto {
    min-width: 250px;
  }
  .investor-business-group .item-list li + li {
    margin-top: 30px;
  }
  .investor-news-list {
    padding-bottom: 20px;
  }
  .investor-news-list .link.download-icon {
    top: 15px;
    right: 20px;
    font-size: 22px;
  }
  .investor-news-list .link.-wrapper .content {
    padding-right: 25px;
  }
  .investor-news-list .link.-wrapper .date {
    font-size: 20px;
  }
  .investor-news-list .link.-wrapper .txt {
    font-size: 16px;
  }
  .investor-news-list .link.-wrapper .more {
    font-size: 18px;
  }
  .investor-anti-corruption {
    padding-top: 30px;
  }
  .investor-anti-corruption .card-body.editor-content {
    margin-top: 20px;
  }
  .investor-main .investment-calculator .font-head {
    font-size: 32px;
  }
  .investor-main .investment-calculator .investor-information .box .font-sub:nth-child(2) {
    margin: 15px auto;
  }
  .investor-main .investment-calculator .investor-information {
    margin: 20px 0;
    padding: 20px 0;
  }
  .investor-book-slider .book-base {
    margin-top: -140px;
  }
}
@media (max-width: 767px) {
  .investor-main .graphic.-I {
    top: 1%;
    left: 30px;
    width: 50px;
  }
  .investor-main .graphic.-II {
    top: 20%;
    right: -20px;
    width: 70px;
  }
  .investor-main .graphic.-III {
    top: 5%;
    left: 10px;
    width: 30px;
  }
  .investor-nav-slider .item .font-sub {
    left: 15px;
    right: 15px;
  }
  .wg-investor-relations .investor-information.-inner {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 10px 0;
  }
  .wg-investor-relations .investor-information.-inner .title {
    text-align: center;
  }
  .wg-investor-relations .investor-information.-inner .box.-auto {
    min-width: inherit;
  }
  .investor-business-group table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .investor-business-group thead {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .investor-business-group tbody {
    border-top: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .investor-business-group tr {
    display: block;
  }
  .investor-business-group th,
  .investor-business-group td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px;
    min-height: 72px;
  }
  .investor-business-group th + th,
  .investor-business-group td + td {
    border-top: 1px solid #ebebeb;
  }
  .investor-news-list {
    padding-bottom: 10px;
    padding-top: 0px;
  }
  .investor-news-list .item-list li {
    margin: 5px 0;
  }
  .investor-news-list .link.download-icon {
    top: 10px;
    right: 10px;
  }
  .investor-news-list .link.-wrapper {
    padding: 20px;
  }
  .investor-news-list .link.-wrapper .date {
    font-size: 17px;
  }
  .investor-news-list .link.-wrapper .txt {
    font-size: 14px;
  }
  .investor-news-list .link.-wrapper .more {
    font-size: 16px;
  }
  .investor-news-list .link.-wrapper .see-more .feather {
    width: 15px;
    height: 15px;
    margin-left: 5px;
  }
  .investor-anti-corruption {
    padding-top: 20px;
  }
  .investor-anti-corruption .accordion > .card + .card {
    margin-top: 10px;
  }
  .investor-anti-corruption .card-header .link {
    padding: 15px 60px 15px 20px;
  }
  .investor-anti-corruption .card-header .link:before {
    top: 17px;
    right: 20px;
    width: 24px;
    height: 24px;
    line-height: 20px;
    font-size: 30px;
  }
  .investor-anti-corruption .card-body.editor-content {
    padding: 0px 20px 10px 0;
    margin-top: 10px;
  }
  .investor-main .investment-calculator .font-head {
    font-size: 26px;
  }
  .investor-main .investment-calculator .investor-information {
    display: block;
    margin: 0;
    padding: 0;
  }
  .investor-main .investment-calculator .investor-information .box {
    width: 100%;
    padding: 20px 0;
  }
  .investor-main .investment-calculator .investor-information .box .font-sub:nth-child(2) {
    margin: auto;
    margin-bottom: 0;
  }
  .investor-main .investment-calculator .investor-information .box + .box::before {
    width: 100%;
    height: 1px;
    margin: unset;
    bottom: unset;
  }
  .investor-main .investment-calculator .investor-information ~ .item-list li {
    width: 100%;
  }
  .investor-main .wg-more-link .item-list li .content .title {
    font-size: 24px;
  }
  .investor-main .wg-more-link .item-list li .thumb .cover {
    padding-bottom: 250px;
  }
  .investor-main .wg-more-link .item-list li .content .action {
    margin-top: 30px;
  }
  .investor-book-slider .book-base {
    height: 290px;
    background-size: cover;
    margin-top: -100px;
  }
  .investor-nav-slider .slick-dots {
    bottom: -80px;
  }
}
@media (max-width: 575px) {
  .wg-investor-relations.investment-calculator .whead {
    padding-top: 30px;
  }
  .investor-main .investment-calculator .font-head {
    font-size: 22px;
  }
  .investor-main .investment-calculator .investor-information .box .font-sub {
    font-size: 20px;
  }
  .investor-main .investment-calculator .investor-information .box {
    padding: 15px 0;
  }
  .investor-main .wg-more-link .item-list li .content .title {
    font-size: 22px;
  }
  .investor-main .wg-more-link .item-list li .thumb .cover {
    padding-bottom: 200px;
  }
  .investor-main .wg-more-link .item-list li .content .action {
    margin-top: 20px;
  }
}
.news-page {
  padding-top: 60px;
}

.news-hilight {
  margin-bottom: 80px;
}
.news-hilight.slick-dotted {
  margin-bottom: 80px;
}
.news-hilight .slick-prev, .news-hilight .slick-next {
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-hilight .slick-prev {
  left: -120px;
  margin-left: 0;
}
.news-hilight .slick-next {
  right: -120px;
  margin-right: 0;
}
.news-hilight .slick-dots {
  position: absolute;
  margin: 0;
  bottom: 20px;
  max-width: 814px;
  text-align: center;
}
.news-hilight .slick-dots li button {
  background-color: #ffffff;
}
.news-hilight .slick-dots li.slick-active button {
  background: #2580EA;
}
.news-hilight .news-default .thumb {
  padding-right: 36px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
.news-hilight .news-default .thumb .cover {
  padding-bottom: 60%;
}
.news-hilight .news-default .content {
  margin: 70px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 400px;
  max-width: 100%;
}
.news-hilight .news-default .content .title {
  font-size: 24px;
}
.news-hilight .news-default .content .icon-text .feather {
  width: 42px;
  height: 42px;
}
.news-hilight .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.news-list {
  padding-bottom: 40px;
  border-bottom: 1px solid #E2E2E2;
}
.news-list .item-list {
  margin: -20px -25px;
}
.news-list .item-list > li {
  width: 33.3333333333%;
  padding: 20px 25px;
}
.news-list .news-default .content {
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #ffffff;
  margin-top: 0;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.news-list .news-default .content .font-body, .news-list .news-default .content .editor-content, .news-list .news-default .content .editor-content p, .editor-content .news-list .news-default .content p {
  padding-right: 0;
}
.news-list .news-default .content .icon-text {
  position: absolute;
  left: 10px;
  bottom: 15px;
}
.news-list .news-default .link:hover .content {
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1600px) {
  .news-hilight .slick-dots {
    max-width: 744px;
  }
  .news-hilight .slick-next {
    right: -80px;
  }
  .news-hilight .slick-prev {
    left: -80px;
  }
}
@media (max-width: 1199px) {
  .news-hilight {
    padding-bottom: 5px;
  }
  .news-hilight.slick-dotted.slick-slider {
    margin-bottom: 50px;
  }
  .news-hilight .news-default .thumb {
    padding-right: 30px;
  }
  .news-hilight .news-default .content {
    width: 300px;
    margin-bottom: 20px;
  }
  .news-hilight .news-default .content .title {
    font-size: 20px;
  }
  .news-hilight .slick-dots {
    max-width: 610px;
  }
  .news-list .item-list {
    margin: -15px;
  }
  .news-list .item-list > li {
    padding: 15px;
  }
  .news-list .news-default .content .icon-text {
    bottom: 10px;
  }
}
@media (max-width: 991px) {
  .news-page {
    padding-top: 40px;
  }
  .news-list .item-list {
    margin: -10px;
  }
  .news-list .item-list > li {
    padding: 10px;
  }
  .news-list .news-default .content .icon-text {
    bottom: 5px;
  }
}
@media (max-width: 767px) {
  .news-page {
    padding-top: 30px;
  }
  .news-hilight .link {
    display: block;
  }
  .news-hilight .news-default .thumb {
    padding-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .news-hilight .news-default .content {
    width: 100%;
    margin: 0;
    padding: 20px;
    padding-bottom: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .news-hilight .news-default .content .icon-text .feather {
    width: 35px;
    height: 35px;
  }
  .news-hilight .news-default .content .title {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.6em;
    -webkit-line-clamp: 2;
    max-height: 3.2em;
    min-height: unset;
  }
  .news-hilight .slick-dots {
    max-width: unset;
    bottom: -25px;
  }
  .news-hilight .content .icon-text {
    bottom: 5px;
    left: 10px;
  }
  .news-list .item-list {
    margin: -5px;
  }
  .news-list .item-list > li {
    padding: 5px;
    width: 50%;
  }
  .news-list .news-default .content {
    padding-top: 15px;
  }
  .news-hilight .news-default .content .font-body, .news-hilight .news-default .content .editor-content, .news-hilight .news-default .content .editor-content p, .editor-content .news-hilight .news-default .content p {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.6em;
    -webkit-line-clamp: 3;
    min-height: 4.8em;
  }
  .news-default .content .icon-text .feather {
    width: 25px;
    height: 30px;
  }
}
@media (max-width: 575px) {
  .news-list .item-list > li {
    width: 100%;
  }
  .news-list .content .title {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.6em;
    -webkit-line-clamp: 2;
    max-height: 3.2em;
    min-height: unset;
  }
}
.picture-cover-slider {
  position: relative;
  padding-top: 40px;
}
.picture-cover-slider .thumb {
  position: relative;
}
.picture-cover-slider .thumb .cover {
  padding-bottom: 52%;
  overflow: hidden;
}
.picture-cover-slider .thumb .cover .lazy {
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.picture-cover-slider .link:hover .thumb .cover .lazy {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.picture-cover-slider-for .slick-prev, .picture-cover-slider-for .slick-next {
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.picture-cover-slider-for .slick-prev {
  left: -70px;
  margin-left: 0;
}
.picture-cover-slider-for .slick-next {
  right: -70px;
  margin-right: 0;
}

.picture-cover-slider-nav {
  position: absolute;
  z-index: 1;
  left: 30px;
  right: 30px;
  bottom: 15px;
  margin: 0 -8px;
}
.picture-cover-slider-nav .item {
  padding: 0 8px;
}
.picture-cover-slider-nav .thumb {
  border: 2px solid #ffffff;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.picture-cover-slider-nav .slick-current .thumb {
  border-color: #3C74B7;
}

.detail-head {
  padding-top: 60px;
}
.detail-head .title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5em;
  color: #122A72;
  margin: 0;
}
.detail-head .info-box {
  padding-top: 15px;
}
.detail-head .info-box .data .item-list li + li {
  margin-left: 50px;
}
.detail-head .info-box .data .feather {
  font-size: 24px;
  color: #3C74B7;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.detail-head .info-box .data .txt {
  color: #202020;
  font-weight: normal;
}
.detail-head .info-box .share .txt-box {
  padding-right: 15px;
}
.detail-head .info-box .share .feather {
  font-size: 24px;
  color: #95C93D;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.detail-head .info-box .share .txt {
  color: #202020;
  font-weight: normal;
}
.detail-head .info-box .share .item-list {
  margin: 0 -6px;
}
.detail-head .info-box .share .item-list li {
  padding: 0 6px;
}
.detail-head .info-box .share .link {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border: 2px solid #122A72;
  background-color: g #ffffff;
  color: #122A72;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
.detail-head .info-box .share .link .fa {
  position: relative;
  top: 0;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.detail-head .info-box .share .link:hover {
  border-color: #95C93D;
  color: #95C93D;
}
.detail-head .info-box .share .link:hover .fa {
  top: -3px;
}

.detail-vdo {
  margin-top: 40px;
}

.detail-download {
  margin-top: 40px;
}
.detail-download .download-slider .slick-list {
  margin: 0 -20px;
  overflow: visible;
}
.detail-download .download-slider .slick-slide {
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
}
.detail-download .download-slider .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}
.detail-download .font-sub {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  color: #122A72;
}
.detail-download .link {
  display: block;
  padding: 20px;
  background-color: #ebebeb;
}
.detail-download .link .title {
  font-size: 22px;
  font-weight: 700;
  color: #122A72;
  margin-bottom: 5px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.6em;
  -webkit-line-clamp: 2;
  min-height: 3.2em;
}
.detail-download .link .item-list {
  margin: 0 -15px;
  margin-bottom: 5px;
}
.detail-download .link .item-list li {
  font-size: 14px;
  color: #888787;
  padding: 0 15px;
}
.detail-download .link .item-list li:first-child {
  position: relative;
}
.detail-download .link .item-list li:first-child::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 15px;
  border-right: 1px solid #191919;
}
.detail-download .link .date {
  font-size: 16px;
  color: #122A72;
}
.detail-download .link .feather-download {
  width: 38px;
  height: 38px;
  color: #888787;
}
.detail-download .link:hover {
  background-color: #01AEEF;
  -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
}
.detail-download .link:hover .title,
.detail-download .link:hover .item-list li,
.detail-download .link:hover .date,
.detail-download .link:hover .feather-download {
  color: #ffffff;
}
.detail-download .link:hover .item-list li::before {
  border-color: #ffffff;
}

.detail-other {
  padding-top: 60px;
}
.detail-other .font-sub {
  margin-bottom: 30px;
  color: #122A72;
}
.detail-other .item-list {
  margin: -15px -25px;
}
.detail-other .item-list li {
  width: 25%;
  padding: 15px 25px;
}
.detail-other .date {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #95C93D;
  color: #ffffff;
  min-width: 60px;
  text-align: center;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
}
.detail-other .news-default .thumb .cover {
  padding-bottom: 60%;
}
.detail-other .news-default .content {
  margin: 0;
  padding-bottom: 0;
  padding-top: 10px;
}
.detail-other .news-default .content .title {
  font-size: 20px;
  font-weight: 600;
  color: #122A72;
  margin: 0;
}
.detail-other .other-slider .slick-list {
  margin: 0 -20px;
}
.detail-other .other-slider .slick-slide {
  padding: 0 20px;
}

@media (max-width: 1600px) {
  .detail-head .title {
    font-size: 38px;
  }
  .detail-other .news-default .content .title {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .detail-head .title {
    font-size: 34px;
  }
  .detail-other .news-default .content .title {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .detail-head .title {
    font-size: 30px;
  }
  .detail-download .font-sub {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .detail-download .link .title {
    font-size: 18px;
  }
  .detail-download .download-slider .slick-list {
    margin: 0 -15px;
  }
  .detail-download .download-slider .slick-slide {
    padding: 0 15px;
  }
  .detail-other .other-slider .slick-list {
    margin: 0 -15px;
  }
  .detail-other .other-slider .slick-slide {
    padding: 0 15px;
  }
  .detail-other {
    padding-top: 50px;
  }
  .detail-other .date {
    padding: 5px 8px;
  }
  .detail-other .font-sub {
    margin-bottom: 20px;
  }
  .detail-other .item-list {
    margin: -15px;
  }
  .detail-other .item-list li {
    padding: 15px;
  }
  .detail-other .news-default .content .title {
    font-size: 17px;
  }
  .detail-download {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .picture-cover-slider {
    padding-top: 30px;
  }
  .detail-head {
    padding-top: 40px;
  }
  .detail-head .title {
    font-size: 26px;
  }
  .detail-head .info-box .data .item-list li + li {
    margin-left: 30px;
  }
  .detail-vdo {
    margin-top: 30px;
  }
  .detail-download {
    padding-top: 30px;
  }
  .detail-download .link {
    padding: 15px;
  }
  .detail-download .link .title {
    font-size: 16px;
  }
  .detail-download .download-slider .slick-list {
    margin: 0 -7px;
  }
  .detail-download .download-slider .slick-slide {
    padding: 0 7px;
  }
  .detail-other .other-slider .slick-list {
    margin: 0 -7px;
  }
  .detail-other .other-slider .slick-slide {
    padding: 0 7px;
  }
  .detail-other {
    padding-top: 30px;
  }
  .detail-other .item-list {
    margin: -10px;
  }
  .detail-other .item-list li {
    padding: 10px;
  }
  .detail-other .news-default .content .title {
    font-size: 16px;
  }
  .detail-download .link .feather-download {
    width: 30px;
    height: 30px;
  }
  .detail-download {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .picture-cover-slider {
    padding-top: 20px;
  }
  .picture-cover-slider-nav {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 6px;
    margin: 0 -3px;
  }
  .picture-cover-slider-nav .item {
    padding: 0 3px;
  }
  .detail-head {
    padding-top: 30px;
  }
  .detail-head .title {
    font-size: 22px;
  }
  .detail-head .info-box .share {
    padding-top: 15px;
  }
  .detail-vdo {
    margin-top: 20px;
  }
  .detail-download {
    padding-top: 20px;
  }
  .detail-download .font-sub {
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  .detail-download .link .feather-download {
    width: 25px;
    height: 25px;
  }
  .detail-download .link .item-list li {
    font-size: 12px;
  }
  .detail-download .link .date {
    font-size: 14px;
  }
  .detail-other {
    padding-top: 20px;
  }
  .detail-other .item-list {
    margin: -5px;
  }
  .detail-other .item-list li {
    padding: 5px;
    width: 50%;
  }
  .detail-other .news-default .content .title {
    font-size: 14px;
  }
}
.link-more {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-more .icon {
  width: 18px;
  height: 18px;
  border-width: 2px;
  border-style: solid;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  border-radius: 50%;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.link-more:hover .icon {
  margin-left: 15px;
}

.career-detail-end.-career {
  text-align: center;
}

.career-into {
  padding-bottom: 40px;
}
.career-into .font-head {
  text-transform: uppercase;
}
.career-into .font-body, .career-into .editor-content, .career-into .editor-content p, .editor-content .career-into p {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #E2E2E2;
}

.career-search {
  padding-bottom: 80px;
}
.career-search .font-body, .career-search .editor-content, .career-search .editor-content p, .editor-content .career-search p {
  color: #191919;
  margin-bottom: 5px;
}
.career-search form {
  border: 1px solid #888787;
  padding: 0 25px;
}
.career-search form .height {
  height: 78px;
}
.career-search form .form-control {
  border: 0;
  background-color: transparent;
  color: #888787;
  padding: 0;
  line-height: 1;
  height: auto;
  font-weight: 300;
  border-radius: 0;
}
.career-search form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.career-search form .btn {
  height: auto;
  min-width: auto;
  font-size: 36px;
  color: #3C74B7;
  line-height: 1;
  padding: 0;
}
.career-search form .btn:hover {
  color: #95C93D;
}
.career-search .select-box {
  width: 460px;
}
.career-search .select-box .select2-container--default .select2-selection--single {
  border: 1px solid #888787;
  height: 80px;
  border-radius: 0;
}
.career-search .select-box .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 78px;
  color: #888787;
  font-weight: 300;
}
.career-search .select-box .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: #3C74B7;
}

.career-list .item-list > li {
  width: 100%;
}
.career-list .item-list > li + li {
  margin-top: 20px;
}
.career-list .link {
  background-color: #F3F4F5;
  padding: 24px;
}
.career-list .link .title {
  font-size: 24px;
  font-weight: 700;
  color: #3C74B7;
  margin-bottom: 10px;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.6em;
  -webkit-line-clamp: 2;
  max-height: 3.2em;
}
.career-list .link .position {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  color: #888787;
  margin-bottom: 10px;
}
.career-list .link .desc {
  font-size: 18px;
  font-weight: 400;
  color: #888787;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.6em;
  -webkit-line-clamp: 2;
  max-height: 3.2em;
}
.career-list .link .desc + .row {
  margin-top: 10px;
}
.career-list .link .location {
  color: #3C74B7;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 300;
  text-transform: uppercase;
}
.career-list .link .location .lazy {
  margin-right: 3px;
  height: 1.4em;
}
.career-list .link .link-more {
  color: #3C74B7;
  font-size: 14px;
  font-weight: 300;
}
.career-list .link:hover {
  background-color: #3C74B7;
}
.career-list .link:hover .title,
.career-list .link:hover .position,
.career-list .link:hover .desc,
.career-list .link:hover .location,
.career-list .link:hover .link-more {
  color: #ffffff;
}
.career-list .link:hover .location .lazy {
  -webkit-filter: brightness(100) grayscale(1);
          filter: brightness(100) grayscale(1);
}

.career-welfare {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #BBBBBB;
}
.career-welfare .font-head {
  text-align: center;
}
.career-welfare .slider {
  padding-top: 90px;
  margin: 0 -10px;
}
.career-welfare .slider .slick-prev, .career-welfare .slider .slick-next {
  top: 0;
  bottom: 0;
  margin: auto;
}
.career-welfare .slider .slick-prev {
  left: -70px;
  margin-left: 0;
}
.career-welfare .slider .slick-next {
  right: -70px;
  margin-right: 0;
}
.career-welfare .slider .item {
  padding: 0 10px;
}
.career-welfare .wrapper {
  position: relative;
}
.career-welfare .thumb {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F5F5F5;
  border: 3px solid #95C93D;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}
.career-welfare .thumb .cover {
  width: 100px;
  height: 100px;
}
.career-welfare .txt {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #95C93D;
  font-style: italic;
}

.career-detail-head {
  padding-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 25px;
}
.career-detail-head .whead {
  margin-bottom: 0;
}
.career-detail-head .h-title {
  margin: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
  color: #122A72;
}
.career-detail-head .action .link {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3C74B7;
  border: 1px solid #3C74B7;
  font-size: 24px;
  color: #ffffff;
  border-radius: 50%;
}
.career-detail-head .action .link:hover {
  background-color: #ffffff;
  color: #3C74B7;
}

.career-detail-info {
  margin-bottom: 45px;
}
.career-detail-info .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.career-detail-info .info-list .date {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  color: #122A72;
}
.career-detail-info .info-list .view {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #122A72;
  margin-left: 30px;
}
.career-detail-info .info-list .view .feather {
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 1px;
  color: #000000;
}
.career-detail-info .share-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.career-detail-info .share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.career-detail-info .share-list .txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #888787;
  margin-right: 6px;
}
.career-detail-info .share-list .item-list {
  margin: 0 -6px;
}
.career-detail-info .share-list .item-list > li {
  padding: 0 6px;
}
.career-detail-info .share-list .link {
  color: #01AEEF;
  position: relative;
  top: 0;
}
.career-detail-info .share-list .link:hover {
  top: -3px;
}
.career-detail-info .share-list .link .fa {
  font-size: 20px;
}
.career-detail-info .print-box {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #888787;
}
.career-detail-info .print-box .link {
  color: #01AEEF;
  position: relative;
  top: 0;
}
.career-detail-info .print-box .link:hover {
  top: -3px;
}
.career-detail-info .print-box .link .fa {
  font-size: 20px;
}

.career-detail-end {
  padding: 30px 0 0px 0;
  text-align: right;
}
.career-detail-end .btn {
  min-width: 320px;
  height: 60px;
  line-height: 58px;
  border-width: 1px;
  border-radius: 0px;
}

.career-header {
  padding-bottom: 40px;
}
.career-header .title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.5em;
  color: #122A72;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.career-header .desc {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5em;
  color: #888787;
  padding-top: 10px;
}

.career-info {
  padding-bottom: 50px;
}
.career-info .item-list {
  margin: 0 -15px;
}
.career-info .item-list li {
  padding: 0 15px;
}
.career-info .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
.career-info .wrapper .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  top: -1px;
}
.career-info .wrapper .icon .lazy {
  max-width: 46px;
  max-height: 52px;
}
.career-info .wrapper .txt {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #191919;
}

.career-content {
  padding-bottom: 30px;
}
.career-content .box {
  margin-bottom: 40px;
}
.career-content .box .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5em;
  color: #191919;
  margin-bottom: 10px;
}
.career-content .box .desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
  color: #888787;
}

.career-apply {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.career-apply .item-list {
  margin: 0 -100px;
}
.career-apply .item-list li {
  padding: 15px 100px 20px 100px;
}
.career-apply .item-list li + li {
  border-left: 1px solid rgba(112, 112, 112, 0.2);
}
.career-apply .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 50px;
  border-bottom: 4px solid rgba(112, 112, 112, 0.1);
  -webkit-transition: All 400ms ease;
  transition: All 400ms ease;
}
.career-apply .wrapper .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}
.career-apply .wrapper .icon .lazy {
  max-width: 95px;
  max-height: 95px;
  -webkit-filter: brightness(1) grayscale(1);
          filter: brightness(1) grayscale(1);
  -webkit-transition: All 400ms ease;
  transition: All 400ms ease;
}
.career-apply .wrapper .txt {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  padding-left: 40px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4em;
  color: #888787;
}
.career-apply .link:hover .wrapper {
  border-bottom-color: #122A72;
}
.career-apply .link:hover .wrapper .icon .lazy {
  -webkit-filter: brightness(1) grayscale(0);
          filter: brightness(1) grayscale(0);
}
.career-apply .link:hover .wrapper .txt {
  color: #122A72;
}

.career-form {
  position: relative;
}
.career-form .form-default {
  padding: 0;
  background-color: transparent;
}
.career-form .form-default:before {
  display: none;
}
.career-form .form-default .row {
  margin: 0 -10px;
}
.career-form .form-default .row > div {
  padding: 0 10px;
}
.career-form .form-default .row-0 {
  margin: 0 0px;
}
.career-form .form-default .row-0 > div {
  padding: 0 0px;
}
.career-form .form-default .form-group {
  margin-bottom: 20px;
}
.career-form .form-default .control-label {
  font-size: 18px;
  padding-left: 0;
}
.career-form .form-default .form-control {
  font-size: 18px;
  font-weight: 300;
  min-height: 50px;
  padding: 8px 25px;
  border-radius: 0px;
}
.career-form .form-default .form-control.hasDatepicker {
  padding-right: 60px;
}
.career-form .form-default .form-control.hasDatepicker ~ .form-control-feedback {
  right: 54px;
}
.career-form .form-default .form-control-feedback {
  top: calc(50% - 10px);
}
.career-form .form-default .form-radio {
  margin-left: -15px;
  margin-right: -15px;
}
.career-form .form-default .form-radio:after {
  content: "";
  display: table;
  clear: both;
}
.career-form .form-default .form-radio .radio-control {
  float: left;
  padding: 0 15px;
}
.career-form .form-default .form-radio .radio-control .wrapper {
  position: relative;
}
.career-form .form-default .form-radio .radio-control .txt {
  font-size: 18px;
  font-weight: 300;
  color: #0F2852;
}
.career-form .form-default .form-radio .radio-control input[type=radio]:checked ~ .icon:before {
  background-color: #01AEEF;
}
.career-form .form-default .form-checkbox {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 0;
}
.career-form .form-default .form-checkbox:after {
  content: "";
  display: table;
  clear: both;
}
.career-form .form-default .form-checkbox .checkbox-control {
  float: left;
  padding: 0 15px;
}
.career-form .form-default .form-checkbox .checkbox-control .wrapper {
  position: relative;
}
.career-form .form-default .form-checkbox .checkbox-control .txt {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  color: #0F2852;
  padding-left: 30px;
}
.career-form .select2-container--default .select2-selection--single {
  height: 50px;
  border-radius: 0px;
}
.career-form .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
  line-height: 48px;
  font-weight: 300;
  padding-left: 25px;
}
.career-form .select-box.-box-btn .select2-container--default .select2-selection--single {
  border-color: #3C74B7;
  background-color: #3C74B7;
}
.career-form .select-box.-box-btn .select2-container .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
}
.career-form .select-box.-box-btn .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: #ffffff;
}

.career-form-header {
  padding: 50px 42px;
  background-color: #F3F4F5;
  margin-bottom: 60px;
  -webkit-box-shadow: 0 8px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 8px 6px rgba(0, 0, 0, 0.16);
}
.career-form-header .thumb {
  border: 1px solid #01AEEF;
}
.career-form-header .thumb .cover {
  position: relative;
  width: 226px;
  height: 246px;
}
.career-form-header .thumb .cover .lazy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.career-form-header .content {
  padding-left: 60px;
}
.career-form-header .content .control-label {
  color: #888787;
  text-transform: uppercase;
}
.career-form-header .content .select2-container .select2-selection--single .select2-selection__rendered {
  font-weight: 500;
  color: #191919;
  padding-left: 25px;
}
.career-form-header .icon-calendar {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: #3C74B7;
  pointer-events: none;
}

.career-form-body .row-group + .row-group {
  margin-top: 40px;
}
.career-form-body .h-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5em;
  color: #122A72;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.career-form-body .h-title .red {
  color: #f00;
}
.career-form-body .s-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
  color: #191919;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.career-form-body .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  color: #3C74B7;
  margin-bottom: 10px;
}
.career-form-body .line {
  margin: 40px 0;
  height: 1px;
  width: 100%;
  border-top: 1px dashed #01AEEF;
}
.career-form-body .txt-to {
  font-size: 30px;
  font-weight: 300;
  color: #888787;
  line-height: 50px;
}
.career-form-body .action {
  margin-bottom: 24px;
}
.career-form-body .action .btn {
  min-width: 220px;
  height: 50px;
  line-height: 48px;
  border-radius: 0px;
}
.career-form-body .action .btn-primary {
  background: #01AEEF;
  border-color: #01AEEF;
}
.career-form-body .action .btn-primary:hover,
.career-form-body .action .btn-primary:active:hover,
.career-form-body .action .btn-primary.active:hover,
.career-form-body .action .btn-primary:active:focus,
.career-form-body .action .btn-primary.actitve:focus,
.career-form-body .action .btn-primary:active.focus,
.career-form-body .action .btn-primary.active.focus,
.career-form-body .action .btn-primary:focus:hover,
.career-form-body .action .btn-primary.focus:hover {
  color: #01AEEF;
}
.career-form-body .btn-box {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
  padding-top: 40px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.career-form-body .btn-box .btn {
  text-transform: uppercase;
  padding: 0 90px;
  height: 60px;
  line-height: 58px;
  border-radius: 0px;
}

@media (max-width: 1600px) {
  .career-search .btn-box,
  .career-search .select-box {
    width: 400px;
  }
  .career-list .link .title {
    font-size: 24px;
  }
  .career-list .link .position,
  .career-list .link .desc {
    font-size: 20px;
  }
  .career-welfare .txt {
    font-size: 28px;
  }
  .career-info .wrapper .icon .lazy {
    max-width: 35px;
    max-height: 42px;
  }
  .career-info .wrapper .txt {
    font-size: 20px;
  }
  .career-content .box .title {
    font-size: 22px;
  }
  .career-content .box .desc {
    font-size: 20px;
  }
  .career-apply .wrapper .icon .lazy {
    max-width: 75px;
    max-height: 75px;
  }
  .career-apply .wrapper .txt {
    padding-left: 30px;
    font-size: 22px;
  }
  .career-header .title {
    font-size: 40px;
  }
  .career-form .form-default .form-radio .radio-control .icon {
    top: 3px;
  }
  .career-form .form-default .form-radio .radio-control .txt {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .career-form .form-default .form-checkbox .checkbox-control .icon {
    top: 6px;
  }
  .career-form .form-default .form-checkbox .checkbox-control .txt {
    font-size: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .career-form-header .thumb .cover {
    width: 200px;
    height: 220px;
  }
  .career-form-header .content {
    padding-left: 50px;
  }
  .career-form-header .icon-calendar {
    font-size: 28px;
  }
  .career-form-body .h-title {
    font-size: 28px;
  }
  .career-detail-head .h-title {
    font-size: 36px;
  }
  .career-detail-info .info-list .date {
    font-size: 18px;
  }
  .career-detail-info .info-list .view {
    font-size: 18px;
  }
  .career-detail-info .info-list .view .feather {
    font-size: 18px;
  }
  .career-detail-info .share-list .txt {
    font-size: 18px;
  }
  .career-form .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 25px;
  }
}
@media (max-width: 1440px) {
  .career-search {
    padding-bottom: 60px;
  }
  .career-search form .btn,
  .career-search .btn-box .btn {
    font-size: 34px;
  }
  .career-search .btn-box,
  .career-search .select-box {
    width: 350px;
  }
  .career-list .link .title {
    font-size: 22px;
  }
  .career-welfare .thumb {
    width: 160px;
    height: 160px;
    margin-bottom: 35px;
  }
  .career-welfare .thumb .cover {
    width: 80px;
    height: 80px;
  }
  .career-welfare .txt {
    font-size: 26px;
  }
  .career-header {
    padding-bottom: 20px;
  }
  .career-header .title {
    font-size: 38px;
  }
  .career-header .desc {
    font-size: 22px;
  }
  .career-info {
    padding-bottom: 40px;
  }
  .career-info .wrapper .icon .lazy {
    max-width: 30px;
    max-height: 37px;
  }
  .career-info .wrapper .txt {
    font-size: 18px;
  }
  .career-content .box {
    margin-bottom: 30px;
  }
  .career-content .box .title {
    font-size: 20px;
  }
  .career-content .box .desc {
    font-size: 18px;
  }
  .career-apply .wrapper {
    padding-bottom: 40px;
  }
  .career-apply .wrapper .icon .lazy {
    max-width: 65px;
    max-height: 65px;
  }
  .career-apply .wrapper .txt {
    padding-left: 25px;
    font-size: 20px;
  }
  .career-header .title {
    font-size: 36px;
  }
  .career-form .form-default .form-radio .radio-control .icon {
    top: 3px;
  }
  .career-form .form-default .form-checkbox .checkbox-control .icon {
    top: 5px;
  }
  .career-form .form-default .form-checkbox .checkbox-control .txt {
    font-size: 18px;
  }
  .career-form-header .thumb .cover {
    width: 180px;
    height: 190px;
  }
  .career-form-header .content {
    padding-left: 40px;
  }
  .career-form-header .icon-calendar {
    font-size: 26px;
  }
  .career-form-body .h-title {
    font-size: 26px;
  }
  .career-form-body .s-title {
    font-size: 22px;
  }
  .career-form-body .title {
    font-size: 18px;
  }
  .career-head .h-title {
    font-size: 56px;
  }
  .career-info .info-list .date {
    font-size: 18px;
  }
  .career-info .info-list .view {
    font-size: 18px;
  }
  .career-info .info-list .view .feather {
    font-size: 16px;
  }
  .career-info .share-list .txt {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .career-search {
    padding-bottom: 50px;
  }
  .career-search form .height {
    height: 58px;
  }
  .career-search form .btn,
  .career-search .btn-box .btn {
    font-size: 30px;
  }
  .career-search .btn-box .btn {
    height: 60px;
    line-height: 58px;
  }
  .career-search .btn-box,
  .career-search .select-box {
    width: 300px;
  }
  .career-search .select-box .select2-container--default .select2-selection--single {
    height: 60px;
  }
  .career-search .select-box .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 58px;
  }
  .career-list .link {
    padding: 15px;
  }
  .career-list .link .title {
    font-size: 20px;
  }
  .career-list .link .position {
    font-size: 16px;
  }
  .career-list .link .desc {
    font-size: 16px;
  }
  .career-list .link .location {
    font-size: 12px;
  }
  .career-list .link .link-more {
    font-size: 12px;
  }
  .career-welfare .slider {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .career-welfare .thumb {
    width: 150px;
    height: 150px;
    margin-bottom: 30px;
  }
  .career-welfare .thumb .cover {
    width: 70px;
    height: 70px;
  }
  .career-welfare .txt {
    font-size: 22px;
  }
  .career-header {
    padding-bottom: 10px;
  }
  .career-header .title {
    font-size: 30px;
  }
  .career-header .desc {
    font-size: 20px;
  }
  .career-info .wrapper .icon .lazy {
    max-width: 28px;
    max-height: 35px;
  }
  .career-info .wrapper .txt {
    font-size: 18px;
  }
  .career-content .box .title {
    font-size: 20px;
  }
  .career-content .box .desc {
    font-size: 17px;
  }
  .career-apply .item-list {
    margin: 0px -50px;
  }
  .career-apply .item-list li {
    padding: 10px 50px 15px 50px;
  }
  .career-apply .wrapper {
    padding-bottom: 30px;
  }
  .career-apply .wrapper .icon .lazy {
    max-width: 55px;
    max-height: 55px;
  }
  .career-apply .wrapper .txt {
    padding-left: 20px;
    font-size: 20px;
  }
  .career-form .form-default .control-label,
  .career-form .form-default .form-control,
  .career-form .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
  }
  .career-form .form-default .form-radio .radio-control {
    padding: 5px 15px;
  }
  .career-form .form-default .form-radio .radio-control .icon {
    top: 1px;
  }
  .career-form .form-default .form-radio .radio-control .txt {
    font-size: 16px;
  }
  .career-form .form-default .form-checkbox .checkbox-control {
    padding: 5px 15px;
  }
  .career-form .form-default .form-checkbox .checkbox-control .icon {
    top: 4px;
  }
  .career-form .form-default .form-checkbox .checkbox-control .txt {
    font-size: 17px;
  }
  .career-form-header .thumb .cover {
    width: 180px;
    height: 190px;
  }
  .career-form-header .content {
    padding-left: 30px;
  }
  .career-form-header .icon-calendar {
    font-size: 24px;
  }
  .career-form-body .row-group + .row-group {
    margin-top: 30px;
  }
  .career-form-body .h-title {
    font-size: 24px;
  }
  .career-form-body .s-title {
    font-size: 20px;
  }
  .career-form-body .title {
    font-size: 16px;
  }
  .career-form-body .line {
    margin: 20px 0 40px 0;
  }
  .career-detail-head {
    padding-bottom: 15px;
    margin-bottom: 35px;
  }
  .career-detail-head .h-title {
    font-size: 30px;
  }
  .career-detail-info .info-list .date {
    font-size: 18px;
  }
  .career-detail-info .info-list .view {
    font-size: 18px;
  }
  .career-detail-info .share-list .txt {
    font-size: 18px;
  }
  .career-detail-head .action .link {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
  .career-detail-end .btn {
    min-width: 240px;
    height: 50px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .career-search {
    padding-bottom: 40px;
  }
  .career-search form .height {
    height: 48px;
  }
  .career-search form .btn,
  .career-search .btn-box .btn {
    font-size: 26px;
  }
  .career-search .btn-box .btn {
    height: 50px;
    line-height: 48px;
  }
  .career-search .btn-box,
  .career-search .select-box {
    width: 200px;
  }
  .career-search .select-box .select2-container--default .select2-selection--single {
    height: 50px;
  }
  .career-search .select-box .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
  }
  .career-list .link {
    padding: 15px;
  }
  .career-list .link .title {
    font-size: 18px;
  }
  .career-list .link .location {
    font-size: 12px;
  }
  .career-list .link .link-more {
    font-size: 12px;
  }
  .career-welfare {
    margin-top: 50px;
    padding-top: 50px;
  }
  .career-welfare .thumb {
    width: 140px;
    height: 140px;
    margin-bottom: 10px;
  }
  .career-welfare .txt {
    font-size: 20px;
  }
  .career-header {
    padding-bottom: 0px;
  }
  .career-header .title {
    font-size: 28px;
  }
  .career-header .desc {
    font-size: 18px;
  }
  .career-info .wrapper .icon .lazy {
    max-width: 25px;
    max-height: 30px;
  }
  .career-info .wrapper .txt {
    font-size: 16px;
  }
  .career-content .box .title {
    font-size: 18px;
  }
  .career-content .box .desc {
    font-size: 16px;
  }
  .career-apply {
    padding-bottom: 10px;
  }
  .career-apply .item-list {
    margin: 0px -30px;
  }
  .career-apply .item-list li {
    padding: 10px 30px 15px 30px;
  }
  .career-apply .wrapper {
    padding-bottom: 20px;
  }
  .career-apply .wrapper .icon .lazy {
    max-width: 40px;
    max-height: 40px;
  }
  .career-apply .wrapper .txt {
    padding-left: 15px;
    font-size: 18px;
  }
  .career-form .form-default .form-radio .radio-control {
    padding: 5px 15px;
  }
  .career-form .form-default .form-radio .radio-control .icon {
    top: 1px;
  }
  .career-form .form-default .form-checkbox .checkbox-control {
    padding: 5px 15px;
  }
  .career-form .form-default .form-checkbox .checkbox-control .icon {
    top: 1px;
  }
  .career-form .form-default .form-checkbox .checkbox-control .txt {
    font-size: 16px;
  }
  .career-form-header {
    padding: 30px;
    margin-bottom: 50px;
  }
  .career-form-header .thumb .cover {
    width: 160px;
    height: 170px;
  }
  .career-form-header .content {
    padding-left: 20px;
  }
  .career-form-header .icon-calendar {
    font-size: 22px;
    top: 14px;
  }
  .career-form-body .row-group + .row-group {
    margin-top: 30px;
  }
  .career-form-body .h-title {
    font-size: 22px;
  }
  .career-form-body .s-title {
    font-size: 18px;
  }
  .career-form-body .line {
    margin: 20px 0 40px 0;
  }
  .career-detail-content {
    min-height: 220px;
    padding: 30px;
  }
  .career-detail-head {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .career-detail-head .h-title {
    font-size: 28px;
  }
  .career-detail-head .action .link {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .career-detail-info {
    margin-bottom: 30px;
  }
  .career-detail-info .info-list .date {
    font-size: 16px;
  }
  .career-detail-info .info-list .view {
    font-size: 16px;
  }
  .career-detail-info .share-list .txt {
    font-size: 16px;
  }
  .career-detail-end .btn {
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .career-search {
    padding-bottom: 20px;
  }
  .career-search form .height {
    height: 42px;
  }
  .career-search .h-title {
    margin-bottom: 10px;
  }
  .career-search form {
    padding: 0 15px;
  }
  .career-search form .btn,
  .career-search .btn-box .btn {
    font-size: 22px;
  }
  .career-search .btn-box .btn {
    height: 44px;
    line-height: 42px;
  }
  .career-search .btn-box,
  .career-search .select-box {
    width: 100%;
    margin-top: 5px;
  }
  .career-search .select-box .select2-container--default .select2-selection--single {
    height: 44px;
  }
  .career-search .select-box .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    padding-left: 15px;
  }
  .career-list .link .title {
    font-size: 18px;
  }
  .career-list .link .position {
    font-size: 14px;
  }
  .career-list .link .desc {
    font-size: 14px;
  }
  .career-list .link .location {
    font-size: 10px;
  }
  .career-list .link .link-more {
    font-size: 10px;
    margin-top: 6px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .career-list .link .link-more .icon {
    border-width: 1px;
  }
  .career-welfare {
    margin-top: 30px;
    padding-top: 30px;
  }
  .career-welfare .slider {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
  .career-welfare .thumb {
    width: 100px;
    height: 100px;
  }
  .career-welfare .thumb .cover {
    width: 40px;
    height: 40px;
  }
  .career-welfare .txt {
    font-size: 18px;
  }
  .career-header .title {
    font-size: 26px;
  }
  .career-header .desc {
    font-size: 16px;
  }
  .career-info .item-list {
    margin: 0;
  }
  .career-info .item-list li {
    padding: 10px 0;
    width: 100%;
  }
  .career-info .wrapper .txt {
    font-size: 16px;
  }
  .career-content .box .title {
    font-size: 16px;
  }
  .career-content .box .desc {
    font-size: 14px;
  }
  .career-apply .item-list {
    margin: 0px -16px;
  }
  .career-apply .item-list li {
    padding: 10px 16px;
  }
  .career-apply .wrapper {
    padding-bottom: 15px;
  }
  .career-apply .wrapper .icon .lazy {
    max-width: 30px;
    max-height: 30px;
  }
  .career-apply .wrapper .txt {
    padding-left: 10px;
    font-size: 16px;
  }
  .career-form .form-default .form-group {
    margin-bottom: 15px;
  }
  .career-form .form-default .control-label,
  .career-form .form-default .form-control,
  .career-form .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
  .career-form .select2-container--default .select2-selection--single {
    height: 40px;
  }
  .career-form .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    padding-left: 15px;
  }
  .career-form .form-default .form-control {
    padding: 5px 15px;
    min-height: 40px;
  }
  .career-form .form-default .form-control-feedback {
    top: 10px;
    right: 5px;
  }
  .career-form .form-default .form-radio .radio-control {
    padding: 5px 15px;
  }
  .career-form .form-default .form-radio .radio-control .icon {
    top: 0px;
  }
  .career-form .form-default .form-radio .radio-control .txt {
    font-size: 14px;
  }
  .career-form .form-default .form-checkbox .checkbox-control {
    padding: 5px 15px;
  }
  .career-form .form-default .form-checkbox .checkbox-control .icon {
    top: 3px;
  }
  .career-form .form-default .form-checkbox .checkbox-control .txt {
    font-size: 14px;
  }
  .career-form .align-items-center-xs {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .career-form-header {
    padding: 20px;
    margin-bottom: 40px;
  }
  .career-form-header .thumb {
    width: 122px;
    margin: 0 auto;
  }
  .career-form-header .thumb .cover {
    width: 120px;
    height: 130px;
  }
  .career-form-header .content {
    padding-left: 0px;
    padding-top: 20px;
  }
  .career-form-header .icon-calendar {
    font-size: 20px;
    top: 10px;
  }
  .career-form-header .content .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
  }
  .career-form-body .row-group + .row-group {
    margin-top: 20px;
  }
  .career-form-body .h-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .career-form-body .s-title {
    font-size: 16px;
  }
  .career-form-body .title {
    font-size: 14px;
  }
  .career-form-body .line {
    margin: 15px 0 25px 0;
  }
  .career-form-body .txt-to {
    line-height: 0px;
    margin-bottom: 15px;
    text-align: center;
  }
  .career-form-body .action {
    margin-bottom: 15px;
  }
  .career-form-body .action .btn {
    min-width: 100%;
    height: 40px;
    line-height: 38px;
  }
  .career-form-body .btn-box {
    padding-top: 20px;
    margin-top: 10px;
  }
  .career-form-body .btn-box .btn {
    padding: 0 10px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
  }
  .career-detail-head {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .career-detail-head .h-title {
    font-size: 26px;
  }
  .career-detail-head .action .link {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .career-detail-info .info-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  .career-detail-info .info-list .date {
    font-size: 16px;
  }
  .career-detail-info .info-list .view {
    font-size: 16px;
    margin-left: 20px;
  }
  .career-detail-info .info-list .view .feather {
    font-size: 14px;
  }
  .career-detail-info .share-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .career-detail-info .share-list .txt {
    font-size: 16px;
  }
  .career-detail-info .share-list .link .fa {
    font-size: 16px;
  }
  .career-detail-info .print-box .link .fa {
    font-size: 16px;
  }
  .career-detail-end .btn {
    min-width: 140px;
    height: 40px;
    line-height: 38px;
  }
}
.contact-page.default-inner-page {
  padding-bottom: 0;
}
.contact-page .container {
  position: relative;
  z-index: 1;
}

.contact-box {
  margin-top: 60px;
}

.contact-left {
  background-color: #3C74B7;
  color: #ffffff;
  padding: 50px 30px;
  position: relative;
  width: 560px;
  height: 100%;
}
.contact-left .address {
  margin-bottom: 25px;
}
.contact-left .address .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.contact-left .address .desc {
  line-height: 1.6em;
}
.contact-left .address .desc span {
  margin-right: 10px;
}
.contact-left .address .icon {
  margin-top: 4px;
}
.contact-left .map-nav {
  position: relative;
}
.contact-left .contact-info .row + .row {
  margin-top: 20px;
}
.contact-left .contact-info .icon {
  margin-top: 6px;
  width: 28px;
}
.contact-left .contact-info .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
}
.contact-left .contact-info .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
}
.contact-left .contact-info .desc .link {
  color: #ffffff;
}
.contact-left .contact-info .desc .link:hover {
  color: #95C93D;
}
.contact-left .contact-info .desc .line {
  margin: 0 10px;
}
.contact-left .contact-info .desc .space {
  margin: 0 20px;
}
.contact-left .contact-social {
  margin-bottom: 40px;
}
.contact-left .contact-social .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact-left .contact-social .item-list > li {
  width: 50%;
  margin-top: 20px;
}
.contact-left .contact-social .item-list .link {
  color: #ffffff;
}
.contact-left .contact-social .item-list .link .icon {
  width: 28px;
  -webkit-filter: grayscale(1) brightness(100);
          filter: grayscale(1) brightness(100);
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  position: relative;
  top: -1px;
}
.contact-left .graphic-map {
  margin-top: 40px;
}
.contact-left .graphic-map .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.contact-left .graphic-map .feather {
  stroke-width: 1.5px;
}
.contact-left .graphic-map a.link {
  color: #ffffff;
  border-bottom: 1.5px solid;
  padding-bottom: 4px;
}
.contact-left .graphic-map a.link:hover {
  color: #95C93D;
}
.contact-left .graphic-map .thumb {
  margin-top: 20px;
}
.contact-left .graphic-map .thumb .cover {
  padding-bottom: 55%;
}
.contact-left .line {
  border-top: 1px dashed #B7B7B7;
}

.contact-form {
  padding: 50px 30px;
  background-color: #F8F8F8;
  position: relative;
}

.contact-map {
  position: relative;
  z-index: 0;
  margin-top: -100px;
  border-bottom: 5px solid #3C74B7;
}
.contact-map .iframe-container {
  padding-bottom: 30%;
}

.map-page {
  position: relative;
}
.map-page .nav-map {
  position: fixed;
  z-index: 1099;
  top: 28px;
  right: 80px;
}
.map-page .nav-map .nav-list {
  margin: 0 -10px;
}
.map-page .nav-map .nav-list li {
  padding: 0 10px;
}
.map-page .nav-map .link {
  font-weight: 500;
  line-height: 56px;
  text-align: center;
  color: #122A72;
  background-color: #ffffff;
  width: 200px;
  height: 60px;
  border: 2px solid #01AEEF;
  border-radius: 0;
}
.map-page .nav-map .link .icon {
  position: relative;
  top: 4px;
  font-size: 28px;
}
.map-page .nav-map .link:hover .icon {
  -webkit-animation: icon-effect 1s linear infinite alternate;
          animation: icon-effect 1s linear infinite alternate;
}
.map-page .nav-map li.active .link {
  background-color: #01AEEF;
  color: #ffffff;
}
.map-page .map-graphic {
  background-image: url(../img/background/bg-map.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

@media (max-width: 1600px) {
  .map-page .nav-map {
    right: 30px;
  }
  .map-page .nav-map .link {
    line-height: 51px;
    width: 180px;
    height: 55px;
  }
}
@media (max-width: 1440px) {
  .contact-left {
    width: 500px;
  }
  .map-page .nav-map {
    top: 22px;
  }
  .map-page .iframe-container {
    padding-bottom: calc(100vh - 82px);
  }
  .map-page .map-graphic .contain {
    height: calc(100vh - 82px);
  }
  .map-page .nav-map .link {
    line-height: 46px;
    width: 170px;
    height: 50px;
  }
  .contact-map .iframe-container {
    padding-bottom: 34%;
  }
}
@media (max-width: 1199px) {
  .contact-left {
    width: 460px;
  }
  .contact-left .address .title {
    font-size: 22px;
  }
  .contact-left .contact-info .title,
  .contact-left .contact-social .title,
  .contact-left .graphic-map .title {
    font-size: 18px;
  }
  .map-page .nav-map {
    top: 10px;
  }
  .map-page .nav-map .nav-list {
    margin: 0 -5px;
  }
  .map-page .nav-map .nav-list li {
    padding: 0 5px;
  }
  .map-page .iframe-container {
    padding-bottom: calc(100vh - 62px);
  }
  .map-page .map-graphic .contain {
    height: calc(100vh - 62px);
  }
}
@media (max-width: 991px) {
  .contact-left {
    padding: 30px;
    width: 420px;
  }
  .contact-left .top .title {
    font-size: 26px;
  }
  .contact-left .top .item-list {
    margin: 0 -5px;
  }
  .contact-left .top .item-list li {
    padding: 0 5px;
  }
  .contact-left .top .item-list .link {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
  .contact-left .bottom .row > div + div {
    margin-top: 10px;
  }
  .contact-left .bottom .row > div:last-child {
    padding-right: 15px;
  }
  .contact-left .bottom .title {
    font-size: 22px;
  }
  .contact-left .bottom .desc .space {
    margin: 0;
    display: block;
  }
  .contact-left .contact-social .item-list > li {
    width: 100%;
  }
  .map-page .nav-map {
    top: 12px;
    right: 16px;
  }
  .map-page .nav-map .link {
    line-height: 42px;
    width: 150px;
    height: 46px;
  }
  .contact-left .bottom .desc {
    font-size: 14px;
  }
  .contact-map .iframe-container {
    padding-bottom: 56%;
  }
}
@media (max-width: 767px) {
  .contact-box {
    margin-top: 40px;
  }
  .contact-left {
    width: 100%;
  }
  .contact-left .address .title {
    font-size: 20px;
  }
  .contact-left .contact-info .title,
  .contact-left .contact-social .title,
  .contact-left .graphic-map .title {
    font-size: 16px;
  }
  .contact-form {
    padding: 30px 20px;
  }
  .map-page .nav-map {
    top: auto;
    left: 0px;
    right: 0;
    bottom: 0;
    border-top: 2px solid #3C74B7;
    background-color: #ffffff;
    padding: 10px 30px;
  }
  .map-page .nav-map .nav-list {
    margin: 0 -5px;
  }
  .map-page .nav-map .nav-list li {
    padding: 0 5px;
  }
  .map-page .iframe-container {
    padding-bottom: calc(100vh - 62px - 68px);
  }
  .map-page .map-graphic .contain {
    height: calc(100vh - 62px - 68px);
  }
}
@media (max-width: 575px) {
  .contact-box {
    margin-top: 30px;
  }
}
.search-page {
  padding-top: 80px;
}
.search-page .search-word {
  font-weight: normal;
  font-size: 30px;
  line-height: 1;
  color: #122A72;
  padding: 0;
  height: auto;
  background-color: transparent;
  border: 0;
}
.search-page .search-word:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-page .search-topic {
  position: relative;
}
.search-page .search-topic:after {
  content: "";
  width: 100%;
  left: 0;
  height: 4px;
  background: #3C74B7;
  bottom: -7px;
  position: absolute;
}
.search-page .search-icon {
  position: relative;
  font-size: 32px;
  color: #000000;
  display: block;
  text-align: center;
  border-radius: 50px;
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.search-page .search-icon .icon-search {
  line-height: 54px;
}
.search-page .search-icon:hover {
  color: #3C74B7;
}
.search-page .search-result {
  font-weight: normal;
  font-size: 30px;
  line-height: 1;
  color: #000000;
  margin: 35px 0px 20px 0px;
}
.search-page .search-result span {
  color: #95C93D;
}
.search-page .search-list {
  padding-bottom: 50px;
}
.search-page .search-list .item-list > li {
  width: 100%;
  padding: 28px 0px;
  border-bottom: 1px solid #C6C6C6;
}
.search-page .search-list .title {
  font-weight: normal;
  font-size: 30px;
  color: #122A72;
  line-height: 1.5em;
  margin-bottom: 5px;
}
.search-page .search-list .title .color {
  color: #95C93D;
}
.search-page .search-list .desc {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5em;
  color: #000000;
  display: -webkit-box;
  margin: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search-page .search-list .desc .color {
  color: #95C93D;
}

@media (max-width: 1440px) {
  .search-page .search-word {
    font-size: 28px;
  }
  .search-page .search-result {
    font-size: 28px;
  }
  .search-page .search-list .title {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .search-page {
    padding-top: 50px;
  }
  .search-page .search-word {
    font-size: 26px;
  }
  .search-page .search-result {
    font-size: 26px;
  }
  .search-page .search-list {
    padding-bottom: 30px;
  }
  .search-page .search-list .title {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .search-page {
    padding-top: 30px;
  }
  .search-page .search-word {
    font-size: 24px;
  }
  .search-page .search-result {
    font-size: 24px;
  }
  .search-page .search-list .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .search-page .search-word {
    font-size: 22px;
  }
  .search-page .search-result {
    font-size: 22px;
    margin: 25px 0px 20px 0px;
  }
  .search-page .search-list {
    padding-bottom: 20px;
  }
  .search-page .search-list .title {
    font-size: 22px;
  }
  .search-page .search-list .desc {
    font-size: 16px;
  }
  .search-page .search-icon {
    font-size: 26px;
  }
  .search-page .search-list .item-list > li {
    padding: 15px 0px;
  }
}
@media (max-width: 575px) {
  .search-page .search-word {
    font-size: 20px;
  }
  .search-page .search-result {
    font-size: 20px;
  }
  .search-page .search-list .title {
    font-size: 20px;
  }
}
.car-insurance .picture-cover {
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
}
.car-insurance .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  margin: 3rem 0;
}
.car-insurance .boxes .box {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb2b2), to(#e72c3a));
  background: linear-gradient(#ffb2b2 0%, #e72c3a 100%);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  padding: 4rem 3rem;
  width: 33.3333333333%;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.car-insurance .boxes .box .txt {
  font-size: 67px;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16);
}
.car-insurance .boxes .box .bg {
  position: absolute;
  top: 10px;
  left: 40px;
  z-index: -1;
  width: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.car-insurance .boxes .box:hover .bg {
  opacity: 0.3;
}
.car-insurance .benefits {
  margin-bottom: 3rem;
}
.car-insurance .benefits .h-title {
  font-size: 65px;
  font-weight: 600;
  line-height: 1.2em;
  color: #003e88;
  margin: 1rem 0;
  text-align: center;
}
.car-insurance .benefits .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.car-insurance .benefits .items .item .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(227, 227, 227, 0.84)));
  background: linear-gradient(#fff 0%, rgba(227, 227, 227, 0.84) 100%);
  border: 10px solid #e72c3a;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.car-insurance .benefits .items .item .txt {
  font-size: 35px;
  line-height: 1;
  text-align: center;
  color: #e72c3a;
  margin-top: 3rem;
  font-weight: 600;
}
.car-insurance .benefits .items .item:hover .circle {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.car-insurance .picture-cover- {
  margin: 2rem 0;
}
.car-insurance .content .h-desc {
  padding: 0 12.2rem;
  font-size: 30px;
  line-height: 30px;
  color: #7b7b7b;
  margin-bottom: 2rem;
}
.car-insurance .content .box- {
  position: relative;
  background: #f8f8f8;
  padding: 3rem 0;
  margin-bottom: 2rem;
}
.car-insurance .content .box- .h-title {
  font-size: 55px;
  line-height: 1;
  text-align: center;
  color: #003e88;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-style: italic;
}
.car-insurance .content .box- .desc {
  font-size: 30px;
  line-height: 1.1em;
  text-align: center;
  color: #29282d;
  padding: 0 8rem;
}
.car-insurance .content .box- .polygon {
  position: absolute;
  left: 50px;
  bottom: 90px;
}
.car-insurance .content .box- .polygon-small {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.car-insurance .content .box-.II .items {
  margin: 3rem 5rem 5rem 5rem;
}
.car-insurance .content .box-.II .items .item {
  background: #fff;
  padding: 2rem;
  height: 93%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.car-insurance .content .box-.II .items .item .title {
  font-size: 40px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.1em;
  text-align: center;
  color: #191919;
  margin-bottom: 1rem;
}
.car-insurance .content .box-.II .items .item .desc {
  padding: 0;
  text-align: left;
}
.car-insurance .content .box-.II .items .item .desc span {
  color: #e72c3a;
  font-style: italic;
}
.car-insurance .content .box-.II .items .item .polygon {
  bottom: 50px;
}
.car-insurance .content .box-.II .items .item .polygon-line {
  position: absolute;
  left: 190px;
  bottom: 150px;
}
.car-insurance .content .box-.II .items .item .polygon-b-line {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.car-insurance .content .box-.II .items .item:hover {
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.car-insurance .content .box-.II .items .item.I,
.car-insurance .content .box-.II .items .item.III {
  height: 100%;
  padding-bottom: 5rem;
}
.car-insurance .content .box-.II .items .item.II {
  position: relative;
  margin-bottom: 30px;
}
.car-insurance .content .box-.II .items .c-left {
  width: 33.3333333333%;
}
.car-insurance .content .s-title {
  font-size: 45px;
  line-height: 1;
  text-align: center;
  color: #ff4856;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 2rem;
}
.car-insurance .content .table- {
  text-align: center;
  font-style: italic;
}
.car-insurance .content .table- table {
  color: #053e88;
  font-weight: 400;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 4rem;
}
.car-insurance .content .table- table th {
  padding: 1.2rem 0;
}
.car-insurance .content .table- table .head {
  color: #ffffff;
  background: #003e88;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.car-insurance .content .table- table .s-head {
  background-color: #f8f8f8;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
}
.car-insurance .content .table- table .s-head th {
  border: 1px solid #d7d7d7;
}
.car-insurance .content .table- table tbody td {
  font-weight: 600;
  border: 1px solid #d7d7d7;
  padding: 1.5rem 0;
}

@media (max-width: 1600px) {
  .car-insurance .boxes .box .txt {
    font-size: 60px;
  }
  .car-insurance .benefits .h-title {
    font-size: 58px;
  }
  .car-insurance .benefits .items .item .txt {
    font-size: 34px;
  }
  .car-insurance .content .h-desc,
  .car-insurance .content .box- .desc {
    font-size: 28px;
  }
  .car-insurance .content .box- .h-title {
    font-size: 50px;
  }
  .car-insurance .content .box-.II .items .item .title {
    font-size: 36px;
  }
  .car-insurance .content .s-title,
  .car-insurance .content .table- table {
    font-size: 40px;
  }
}
@media (max-width: 1440px) {
  .car-insurance .boxes .box .txt {
    font-size: 55px;
  }
  .car-insurance .benefits .h-title {
    font-size: 54px;
  }
  .car-insurance .benefits .items .item .txt {
    font-size: 32px;
  }
  .car-insurance .content .h-desc,
  .car-insurance .content .box- .desc {
    font-size: 26px;
  }
  .car-insurance .content .box- .h-title {
    font-size: 42px;
  }
  .car-insurance .content .box-.II .items .item .title {
    font-size: 32px;
  }
  .car-insurance .content .s-title,
  .car-insurance .content .table- table {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .car-insurance .boxes {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    margin: 2rem 0;
  }
  .car-insurance .boxes .box .txt {
    font-size: 46px;
  }
  .car-insurance .benefits .h-title {
    font-size: 42px;
  }
  .car-insurance .benefits .items .item .txt {
    font-size: 30px;
    margin-top: 2rem;
  }
  .car-insurance .content .h-desc,
  .car-insurance .content .box- .desc {
    font-size: 24px;
  }
  .car-insurance .content .box- {
    padding: 2rem 0;
  }
  .car-insurance .content .box- .h-title {
    font-size: 36px;
  }
  .car-insurance .content .box- .desc {
    padding: 0 3rem;
  }
  .car-insurance .content .box- .polygon {
    display: none;
  }
  .car-insurance .content .box-.II .items {
    margin: 3rem 2rem;
  }
  .car-insurance .content .box-.II .items .item .polygon,
  .car-insurance .content .box-.II .items .item .polygon-line {
    display: none;
  }
  .car-insurance .content .box-.II .items .item .title {
    font-size: 28px;
  }
  .car-insurance .content .box-.II .items .item.I {
    height: auto;
    margin-bottom: 1.8rem;
    padding-bottom: 2rem;
  }
  .car-insurance .content .box-.II .items .item.II {
    height: 90%;
  }
  .car-insurance .content .s-title {
    margin-bottom: 1.6rem;
  }
  .car-insurance .content .s-title,
  .car-insurance .content .table- table {
    font-size: 32px;
  }
  .car-insurance .content .s-title th,
  .car-insurance .content .table- table th {
    padding: 0.8rem 0;
  }
  .car-insurance .content .s-title tbody td,
  .car-insurance .content .table- table tbody td {
    padding: 1rem 0;
  }
  .car-insurance .content .table- table {
    margin-bottom: 3rem;
  }
  .car-insurance .content .h-desc {
    padding: 0 5rem;
  }
}
@media (max-width: 991px) {
  .car-insurance .boxes .box .txt {
    font-size: 40px;
  }
  .car-insurance .benefits .h-title {
    font-size: 36px;
  }
  .car-insurance .benefits .items .item .txt {
    font-size: 28px;
  }
  .car-insurance .content .h-desc,
  .car-insurance .content .box- .desc {
    font-size: 22px;
  }
  .car-insurance .content .box- .h-title {
    font-size: 32px;
  }
  .car-insurance .content .box-.II .items .item .title {
    font-size: 26px;
  }
  .car-insurance .content .s-title,
  .car-insurance .content .table- table {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .car-insurance .boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1rem;
  }
  .car-insurance .boxes .box {
    padding: 2rem;
    width: 100%;
    margin-bottom: 1rem;
  }
  .car-insurance .boxes .box .txt {
    font-size: 30px;
  }
  .car-insurance .boxes .box .bg {
    display: none;
  }
  .car-insurance .benefits .h-title {
    font-size: 36px;
  }
  .car-insurance .benefits .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .car-insurance .benefits .items .item {
    margin-bottom: 2rem;
  }
  .car-insurance .benefits .items .item .circle {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .car-insurance .benefits .items .item .txt {
    font-size: 26px;
    margin-top: 1rem;
  }
  .car-insurance .content .h-desc,
  .car-insurance .content .box- .desc {
    font-size: 20px;
  }
  .car-insurance .content .h-desc {
    padding: 0;
  }
  .car-insurance .content .box- {
    padding-bottom: 2rem;
  }
  .car-insurance .content .box- .h-title {
    font-size: 26px;
    margin-bottom: 2rem;
  }
  .car-insurance .content .box-.II .items {
    margin-bottom: 1rem;
  }
  .car-insurance .content .box-.II .items .item {
    height: auto;
  }
  .car-insurance .content .box-.II .items .item .title {
    font-size: 22px;
  }
  .car-insurance .content .box-.II .items .item .polygon-b-line {
    display: none;
  }
  .car-insurance .content .box-.II .items .item.I {
    margin-bottom: 2rem;
  }
  .car-insurance .content .box-.II .items .item.II {
    height: auto;
  }
  .car-insurance .content .box-.II .items .item.III {
    height: auto;
    margin-bottom: 2rem;
    padding-bottom: 3rem;
  }
  .car-insurance .content .s-title,
  .car-insurance .content .table- table {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .car-insurance .content .box-.II .items .item {
    padding: 1rem;
  }
  .car-insurance .content .box-.II .items {
    margin: 1rem 1rem 0 1rem;
  }
  .car-insurance .content .box- .desc {
    padding: 0 1rem;
  }
  .car-insurance .content .table- table {
    font-size: 18px;
  }
  .car-insurance .content .h-desc,
  .car-insurance .content .box- .desc {
    font-size: 18px;
  }
  .car-insurance .content .box-.II .items .item.I,
  .car-insurance .content .box-.II .items .item.II,
  .car-insurance .content .box-.II .items .item.III {
    margin-bottom: 1rem;
  }
}
g.highcharts-axis-labels.highcharts-yaxis-labels text,
text.highcharts-axis-title,
path.highcharts-grid-line,
text.highcharts-credits,
text.highcharts-title {
  display: none;
}

g.highcharts-axis.highcharts-xaxis path.highcharts-axis-line {
  stroke: #e72c3a;
  stroke-width: 5px;
}

g.highcharts-series.highcharts-tracker rect.highcharts-point.highcharts-color-0 {
  fill: #f0f0f0;
  stroke: #f0f0f0;
}

g.highcharts-series.highcharts-tracker rect.highcharts-point.highcharts-color-0:last-child {
  fill: #053e88;
  stroke: #053e88;
}

g.highcharts-series.highcharts-tracker rect.highcharts-point.highcharts-color-0:nth-child(4) {
  fill: #fc5d69;
  stroke: #fc5d69;
}

.car-insurance-act .content {
  margin-top: 3rem;
}
.car-insurance-act .content .box {
  position: relative;
  background: #fcfcfc;
  padding: 3rem;
}
.car-insurance-act .content .box .topic {
  font-weight: 600;
  font-size: 45px;
  line-height: 1;
  color: #003e88;
}
.car-insurance-act .content .box:not(:last-child) {
  margin-bottom: 3rem;
}
.car-insurance-act .content .desc .bullet::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: #e72c3a;
  border-radius: 50%;
  left: 0;
  top: 16px;
}
.car-insurance-act .content.I .box .desc {
  position: relative;
  font-size: 35px;
  line-height: 1.2em;
  color: #29282d;
  margin-top: 1.4rem;
  padding-left: 2rem;
  margin-left: 4rem;
}
.car-insurance-act .content.I .box .polygon {
  position: absolute;
  right: 60px;
  bottom: 40px;
}
.car-insurance-act .content.I .box .polygon-small {
  position: absolute;
  right: 30px;
  bottom: 100px;
}
.car-insurance-act .content.II .headline {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(50%, rgb(219, 219, 219)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(219, 219, 219) 50%, rgb(255, 255, 255) 100%);
  padding: 1.4rem;
  border-bottom: 5px solid #e72c3a;
}
.car-insurance-act .content.II .headline .txt {
  font-weight: 600;
  font-style: italic;
  font-size: 63px;
  line-height: 1;
  text-align: center;
  color: #191919;
  position: relative;
}
.car-insurance-act .content.II .headline .txt::before {
  content: "";
  background-image: url(../img/icon/clipboard.svg);
  position: absolute;
  width: 63px;
  height: 63px;
  background-repeat: no-repeat;
  left: 100px;
}
.car-insurance-act .content.II .box {
  padding: 4rem 6.4rem;
}
.car-insurance-act .content.II .box .desc {
  font-size: 30px;
  line-height: 1.2em;
  color: #29282d;
}
.car-insurance-act .content.II .w-act .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.car-insurance-act .content.II .w-act .title .txt {
  font-weight: 600;
  font-style: italic;
  font-size: 57px;
  line-height: 1;
  color: #003e88;
  margin-left: 2rem;
}
.car-insurance-act .content.II .w-act .desc {
  font-size: 30px;
  line-height: 1.2em;
  color: #29282d;
}
.car-insurance-act .content.III .act-table .title {
  font-weight: 600;
  font-style: italic;
  font-size: 60px;
  line-height: 1;
  color: #003e88;
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.car-insurance-act .content.III .act-table .title span {
  color: #e72c3a;
}
.car-insurance-act .content.III .act-table .desc {
  font-size: 30px;
  line-height: 1;
  color: #29282d;
}
.car-insurance-act .content.III .act-table .table- {
  width: 1071px;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.car-insurance-act .content.III .act-table .table- .desc {
  margin-bottom: 1rem;
}
.car-insurance-act .content.III .act-table .table- .box {
  background: #f5f5f5;
  border-bottom: 5px solid #e72c3a;
}
.car-insurance-act .content.III .act-table .table- .box .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.car-insurance-act .content.III .act-table .table- .box .items .item {
  text-align: center;
  color: #053e88;
}
.car-insurance-act .content.III .act-table .table- .box .items .item .detail {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 500;
  padding: 0 3rem;
}
.car-insurance-act .content.III .act-table .table- .box .items .item .price {
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
}
.car-insurance-act .content.III .act-table .table- .box .items .item .price span {
  font-size: 30px;
  font-weight: normal;
}
.car-insurance-act .content.III .act-table .table-.II .box .items {
  display: grid;
  grid-template-columns: auto auto auto;
  row-gap: 4rem;
}
.car-insurance-act .content.III .act-table .table-.II .box .items .item .detail {
  padding: 0 2rem;
}
.car-insurance-act .content.III .act-table .table-.II .box .items .item .price span.n-over {
  position: relative;
  top: -8px;
}
.car-insurance-act .content.III .act-table .notes {
  padding: 3rem 4rem;
  background: #fcfcfc;
}
.car-insurance-act .content.III .act-table .notes .title {
  margin: 0;
  font-size: 45px;
  font-style: normal;
}
.car-insurance-act .content.III .act-table .notes .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
  position: relative;
}
.car-insurance-act .content.III .act-table .notes .note .title {
  font-weight: normal;
  font-size: 35px;
  color: #29282d;
  margin-top: 0.6rem;
}
.car-insurance-act .content.III .act-table .notes .note .desc {
  font-style: normal;
  margin-top: 1rem;
}
.car-insurance-act .content.III .act-table .notes .note .desc .bullet {
  margin-top: 1.2rem;
  padding-left: 1.6rem;
  position: relative;
  line-height: 1.4em;
}
.car-insurance-act .content.III .act-table .notes .note .desc .bullet span {
  color: #e72c3a;
  font-weight: 500;
}
.car-insurance-act .content.III .act-table .notes .note .desc .bullet::before {
  top: 10px;
}
.car-insurance-act .content.III .act-table .notes .note .graphic.I {
  right: 0;
}
.car-insurance-act .content.III .act-table .notes .note .graphic.II {
  top: 30px;
  right: 0;
}
.car-insurance-act .content.III .act-table .notes .note .graphic.III {
  bottom: 0;
  left: -30px;
}
.car-insurance-act .content.IV .act-rate .title {
  font-weight: 600;
  font-style: italic;
  font-size: 57px;
  line-height: 1;
  color: #003e88;
  margin-top: 1rem;
}
.car-insurance-act .content.IV .act-rate .desc {
  font-size: 30px;
  line-height: 1.2em;
  color: #29282d;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.car-insurance-act .content.IV .act-rate table thead tr:first-child th {
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #053e88;
  padding: 1.4rem;
}
.car-insurance-act .content.IV .act-rate table thead tr th {
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: #053e88;
  background: #ccc;
  border-bottom: none;
}
.car-insurance-act .content.IV .act-rate table tbody tr td {
  font-size: 30px;
  line-height: 1;
  text-align: left;
  color: #29282d;
  border-top: none;
}
.car-insurance-act .content.IV .act-rate table tbody tr td:not(:last-child) {
  border-right: 1px solid #ccc;
}
.car-insurance-act .content.IV .act-rate table tbody tr td:last-child {
  text-align: center;
}
.car-insurance-act .content.IV .act-rate table tbody tr:nth-child(odd) td {
  background: #f5f5f5;
}
.car-insurance-act .content.IV .act-rate table tbody tr:last-child td {
  border-bottom: 1px solid #ccc;
}
.car-insurance-act .content.IV .act-rate .logos {
  margin-top: 3rem;
}

@media (max-width: 1600px) {
  .car-insurance-act .content .box .topic,
  .car-insurance-act .content.III .act-table .notes .title,
  .car-insurance-act .content.IV .act-rate table thead tr:first-child th {
    font-size: 40px;
  }
  .car-insurance-act .content.I .box .desc {
    font-size: 30px;
  }
  .car-insurance-act .content.II .headline .txt {
    font-size: 55px;
  }
  .car-insurance-act .content.II .headline .txt::before {
    left: 125px;
  }
  .car-insurance-act .content.II .w-act .title .icon {
    width: 80px;
  }
  .car-insurance-act .content.II .w-act .title .txt {
    margin-left: 1.4rem;
  }
  .car-insurance-act .content.II .box .desc,
  .car-insurance-act .content.II .w-act .desc,
  .car-insurance-act .content.III .act-table .desc,
  .car-insurance-act .content.III .act-table .table- .box .items .item .detail,
  .car-insurance-act .content.III .act-table .table- .box .items .item .price span,
  .car-insurance-act .content.IV .act-rate .desc,
  .car-insurance-act .content.IV .act-rate table thead tr th,
  .car-insurance-act .content.IV .act-rate table tbody tr td {
    font-size: 28px;
  }
  .car-insurance-act .content.III .act-table .notes .note .title {
    font-size: 32px;
  }
  .car-insurance-act .content.III .act-table .notes .note .desc .bullet {
    margin-top: 1rem;
  }
  .car-insurance-act .content.III .act-table .title {
    font-size: 52px;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
  .car-insurance-act .content.II .w-act .title .txt,
  .car-insurance-act .content.III .act-table .table- .box .items .item .price,
  .car-insurance-act .content.IV .act-rate .title {
    font-size: 50px;
  }
}
@media (max-width: 1440px) {
  .car-insurance-act .content .box .topic,
  .car-insurance-act .content.III .act-table .notes .title,
  .car-insurance-act .content.IV .act-rate table thead tr:first-child th {
    font-size: 38px;
  }
  .car-insurance-act .content.I .box .desc {
    font-size: 28px;
  }
  .car-insurance-act .content.II .headline .txt {
    font-size: 50px;
  }
  .car-insurance-act .content.II .headline .txt::before {
    left: 165px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    top: -6px;
  }
  .car-insurance-act .content.II .w-act .title .icon {
    width: 70px;
  }
  .car-insurance-act .content.II .w-act .title .txt {
    margin-left: 1.4rem;
  }
  .car-insurance-act .content.II .box {
    padding: 3rem 5rem;
  }
  .car-insurance-act .content.II .box .desc,
  .car-insurance-act .content.II .w-act .desc,
  .car-insurance-act .content.III .act-table .desc,
  .car-insurance-act .content.III .act-table .table- .box .items .item .detail,
  .car-insurance-act .content.III .act-table .table- .box .items .item .price span,
  .car-insurance-act .content.IV .act-rate .desc,
  .car-insurance-act .content.IV .act-rate table thead tr th,
  .car-insurance-act .content.IV .act-rate table tbody tr td {
    font-size: 26px;
  }
  .car-insurance-act .content.III .act-table .notes .note .title {
    font-size: 30px;
  }
  .car-insurance-act .content.III .act-table .notes .note .desc .bullet {
    margin-top: 1rem;
  }
  .car-insurance-act .content.III .act-table .title {
    font-size: 42px;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
  .car-insurance-act .content.II .w-act .title .txt,
  .car-insurance-act .content.III .act-table .table- .box .items .item .price,
  .car-insurance-act .content.IV .act-rate .title {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .car-insurance-act .content .box,
  .car-insurance-act .content.III .act-table .notes {
    padding: 2rem;
  }
  .car-insurance-act .content .box .topic,
  .car-insurance-act .content.III .act-table .notes .title,
  .car-insurance-act .content.IV .act-rate table thead tr:first-child th {
    font-size: 34px;
  }
  .car-insurance-act .content.I .box .desc {
    font-size: 26px;
  }
  .car-insurance-act .content.II .headline .txt {
    font-size: 40px;
  }
  .car-insurance-act .content.II .headline .txt::before {
    left: 100px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    top: -12px;
  }
  .car-insurance-act .content.II .w-act .title .icon {
    width: 60px;
  }
  .car-insurance-act .content.II .w-act .title .txt {
    margin-left: 1.2rem;
  }
  .car-insurance-act .content.II .box {
    padding: 3rem;
  }
  .car-insurance-act .content.II .box .desc,
  .car-insurance-act .content.II .w-act .desc,
  .car-insurance-act .content.III .act-table .desc,
  .car-insurance-act .content.III .act-table .table- .box .items .item .detail,
  .car-insurance-act .content.III .act-table .table- .box .items .item .price span,
  .car-insurance-act .content.IV .act-rate .desc,
  .car-insurance-act .content.IV .act-rate table thead tr th,
  .car-insurance-act .content.IV .act-rate table tbody tr td {
    font-size: 24px;
  }
  .car-insurance-act .content.III .act-table .notes .note .title {
    font-size: 28px;
  }
  .car-insurance-act .content.III .act-table .notes .note .desc .bullet {
    margin-top: 1rem;
  }
  .car-insurance-act .content.III .act-table .title {
    font-size: 36px;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
  .car-insurance-act .content.III .act-table .table- {
    width: auto;
  }
  .car-insurance-act .content.II .w-act .title .txt,
  .car-insurance-act .content.III .act-table .table- .box .items .item .price,
  .car-insurance-act .content.IV .act-rate .title {
    font-size: 34px;
  }
  .car-insurance-act .content.IV .act-rate table thead tr:first-child th {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .car-insurance-act .content {
    margin-top: 2rem;
  }
  .car-insurance-act .content .box:not(:last-child),
  .car-insurance-act .content.III .act-table .table- {
    margin-bottom: 2rem;
  }
  .car-insurance-act .content .desc .bullet::before {
    width: 8px;
    height: 8px;
    top: 10px;
  }
  .car-insurance-act .content .box,
  .car-insurance-act .content.III .act-table .notes {
    padding: 2rem;
  }
  .car-insurance-act .content .box .topic,
  .car-insurance-act .content.III .act-table .notes .title,
  .car-insurance-act .content.IV .act-rate table thead tr:first-child th {
    font-size: 30px;
  }
  .car-insurance-act .content.I .box .desc {
    font-size: 24px;
    padding-left: 1rem;
    margin-left: 1rem;
  }
  .car-insurance-act .content.II .headline .txt {
    font-size: 34px;
  }
  .car-insurance-act .content.II .headline .txt::before {
    left: 60px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    top: -12px;
  }
  .car-insurance-act .content.II .w-act .title .icon {
    width: 50px;
  }
  .car-insurance-act .content.II .w-act .title .txt {
    margin-left: 1.2rem;
  }
  .car-insurance-act .content.II .box {
    padding: 3rem;
  }
  .car-insurance-act .content.II .box .desc,
  .car-insurance-act .content.II .w-act .desc,
  .car-insurance-act .content.III .act-table .desc,
  .car-insurance-act .content.III .act-table .table- .box .items .item .detail,
  .car-insurance-act .content.III .act-table .table- .box .items .item .price span,
  .car-insurance-act .content.IV .act-rate .desc,
  .car-insurance-act .content.IV .act-rate table thead tr th,
  .car-insurance-act .content.IV .act-rate table tbody tr td {
    font-size: 22px;
  }
  .car-insurance-act .content.III .act-table .notes .note .title {
    font-size: 24px;
  }
  .car-insurance-act .content.III .act-table .notes .note .desc .bullet {
    margin-top: 1rem;
  }
  .car-insurance-act .content.III .act-table .title {
    font-size: 30px;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .car-insurance-act .content.II .w-act .title .txt,
  .car-insurance-act .content.III .act-table .table- .box .items .item .price,
  .car-insurance-act .content.IV .act-rate .title {
    font-size: 30px;
  }
  .car-insurance-act .content.IV .act-rate table thead tr:first-child th {
    padding: 1rem;
  }
  .car-insurance-act .content.III .act-table .notes .note .desc .bullet {
    padding-left: 1rem;
  }
  .car-insurance-act .content.III .act-table .notes .note {
    padding-top: 1rem;
  }
  .car-insurance-act .content.III .act-table .notes .note .graphic.I,
  .car-insurance-act .content.III .act-table .notes .note .graphic.II,
  .car-insurance-act .content.III .act-table .notes .note .graphic.III {
    display: none;
  }
  .car-insurance-act .content.I .box .polygon,
  .car-insurance-act .content.I .box .polygon-small {
    display: none;
  }
  .car-insurance-act .content.III .act-table .table-.II .box .items .item .price span.n-over {
    top: -4px;
  }
  .car-insurance-act .content.III .act-table .table-.II .box .items {
    grid-template-columns: auto auto;
    row-gap: 3rem;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .car-insurance-act .content.III .act-table .table- .box .items {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .car-insurance-act .content .box .topic,
  .car-insurance-act .content.III .act-table .notes .title,
  .car-insurance-act .content.IV .act-rate table thead tr:first-child th {
    font-size: 26px;
  }
  .car-insurance-act .content.I .box .desc {
    font-size: 22px;
    padding-left: 1rem;
    margin-left: 1rem;
  }
  .car-insurance-act .content.II .headline .txt {
    font-size: 30px;
  }
  .car-insurance-act .content.II .headline .txt::before {
    display: none;
  }
  .car-insurance-act .content.II .w-act .title .icon {
    width: 50px;
  }
  .car-insurance-act .content.II .w-act .title .txt {
    margin-left: 1rem;
  }
  .car-insurance-act .content.II .box {
    padding: 3rem;
  }
  .car-insurance-act .content.II .box .desc,
  .car-insurance-act .content.II .w-act .desc,
  .car-insurance-act .content.III .act-table .desc,
  .car-insurance-act .content.III .act-table .table- .box .items .item .detail,
  .car-insurance-act .content.III .act-table .table- .box .items .item .price span,
  .car-insurance-act .content.IV .act-rate .desc,
  .car-insurance-act .content.IV .act-rate table thead tr th,
  .car-insurance-act .content.IV .act-rate table tbody tr td {
    font-size: 20px;
  }
  .car-insurance-act .content.III .act-table .notes .note .title {
    font-size: 22px;
  }
  .car-insurance-act .content.III .act-table .notes .note .desc .bullet {
    margin-top: 1rem;
  }
  .car-insurance-act .content.III .act-table .title {
    font-size: 26px;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .car-insurance-act .content.II .w-act .title .txt,
  .car-insurance-act .content.III .act-table .table- .box .items .item .price,
  .car-insurance-act .content.IV .act-rate .title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .car-insurance-act .content.III .act-table .table-.II .box .items {
    grid-template-columns: none;
    row-gap: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .car-insurance-act .content.III .act-table .table- .box .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
  .car-insurance-act .content.III .act-table .notes .note {
    display: block;
  }
}
/*accident-insurance*/
.accident-insurance .detail {
  background-color: #fcfcfc;
  margin-top: 2rem;
  padding: 3rem;
}
.accident-insurance .detail .detailI-items {
  font-size: 30px;
  line-height: 1.5em;
  color: #003e88;
  font-weight: bold;
}
.accident-insurance .detail .detailII {
  font-size: 20px;
  color: #29282d;
  line-height: 1.5em;
}
.accident-insurance .detail .detailIII {
  margin-top: 10px;
  font-size: 20px;
  color: #29282d;
  margin-top: 20px;
  line-height: 1.5em;
}
.accident-insurance .detail .bullet {
  margin-top: 30px;
  font-size: 22px;
  color: #29282d;
  line-height: 1.5em;
  font-weight: 500;
}
.accident-insurance .detail .bullet ul {
  padding: 0;
}
.accident-insurance .detail .bullet ul li {
  list-style: none;
  counter-reset: li;
  padding-left: 1.6rem;
  position: relative;
}
.accident-insurance .detail .bullet ul li:before {
  content: "•";
  color: #e72c3a;
  position: absolute;
  width: 0.6em;
  font-size: 45px;
  left: 0;
}
.accident-insurance .table {
  font-size: 30px;
  margin-bottom: 4rem;
  display: inline-block;
  overflow: auto;
}
.accident-insurance .table .table-accident {
  width: 100%;
  overflow: auto;
  border-bottom: 1px solid #d7d7d7;
}
.accident-insurance .table .table-accident .table-accidentI {
  color: #ffffff;
}
.accident-insurance .table .table-accident .table-accidentI .table-accidentI-items {
  padding: 20px;
  background-color: #053e88;
}
.accident-insurance .table .table-accident .table-accidentI .table-accidentI-itemsI {
  text-align: center;
  background-color: #053e88;
}
.accident-insurance .table .table-accident tr,
.accident-insurance .table .table-accident td {
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-top: none;
}
.accident-insurance .table .table-accident tbody tr:nth-child(even) {
  background-color: #f0f0f0;
}
.accident-insurance .table .table-accident .table-accidentII {
  text-align: left;
  line-height: 1.2em;
}
.accident-insurance .table .table-accident .table-accidentII .items {
  padding: 20px;
}
.accident-insurance .table .table-accident .table-accidentII .itemsI {
  text-align: center;
}
.accident-insurance .table .table-accident .table-accidentII .txtI {
  text-align: center;
  background-color: #f0f0f0;
}
.accident-insurance .picture-full img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.accident-insurance .picture-coverI {
  margin-top: 50px;
}
.accident-insurance .detailIV .picture-cover {
  margin-top: 120px;
}
.accident-insurance .detailV {
  margin-top: 3rem;
  background: #fcfcfc;
  margin-bottom: 2rem;
  position: relative;
}
.accident-insurance .detailV .font-headII {
  background: #053e88;
  padding: 1rem 3rem;
  color: #ffffff;
}
.accident-insurance .detailV .font-headII .items {
  font-size: 30px;
  line-height: 1.5em;
  padding-top: 10px;
  font-weight: 600;
}
.accident-insurance .detailV .bulletI ul {
  padding: 3rem;
  font-size: 20px;
  color: #29282d;
  line-height: 1.5em;
  margin-bottom: 0;
}
.accident-insurance .detailV .bulletI li {
  list-style: none;
  counter-reset: li;
  position: relative;
  padding-left: 1.6rem;
}
.accident-insurance .detailV .bulletI li:not(:last-child) {
  margin-bottom: 0.6rem;
}
.accident-insurance .detailV .bulletI li:before {
  content: "•";
  color: #e72c3a;
  position: absolute;
  width: 0.6em;
  font-size: 45px;
  left: 0;
}
.accident-insurance .detailV .graphic-bm {
  position: absolute;
  bottom: 0;
  right: 0;
}
.accident-insurance .detailV .graphic-bm img {
  width: 200px;
}

@media (max-width: 1600px) {
  .accident-insurance .detail .detailI-items {
    font-size: 28px;
  }
  .accident-insurance .table {
    font-size: 28px;
  }
  .accident-insurance .detailV .font-headII .items {
    font-size: 28px;
    padding: 0;
    margin: 0;
  }
  .accident-insurance .detailV .bulletI ul {
    padding-bottom: 0;
  }
}
@media (max-width: 1440px) {
  .accident-insurance .detail .detailI-items {
    font-size: 26px;
  }
  .accident-insurance .detail .detailII,
  .accident-insurance .detail .detailIII {
    font-size: 18px;
  }
  .accident-insurance .detail .bullet {
    font-size: 18px;
  }
  .accident-insurance .detail .bullet ul li:before {
    font-size: 40px;
  }
  .accident-insurance .table {
    font-size: 26px;
  }
  .accident-insurance .detailV .font-headII .items {
    font-size: 26px;
  }
  .accident-insurance .detailV .bulletI ul {
    font-size: 18px;
  }
  .accident-insurance .detailV .bulletI ul li:before {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .accident-insurance .detail .detailI-items {
    font-size: 24px;
  }
  .accident-insurance .detail .detailII,
  .accident-insurance .detail .detailIII {
    font-size: 17px;
  }
  .accident-insurance .detail .bullet {
    font-size: 17px;
  }
  .accident-insurance .detail .bullet ul li:before {
    font-size: 34px;
  }
  .accident-insurance .table {
    font-size: 24px;
  }
  .accident-insurance .detailV .font-headII .items {
    font-size: 24px;
  }
  .accident-insurance .detailV .bulletI ul {
    font-size: 17px;
  }
  .accident-insurance .detailV .bulletI ul li:before {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .accident-insurance .detail .detailI-items {
    font-size: 22px;
  }
  .accident-insurance .detail .detailII,
  .accident-insurance .detail .detailIII {
    font-size: 16px;
  }
  .accident-insurance .detail .bullet {
    font-size: 16px;
  }
  .accident-insurance .detail .bullet ul li:before {
    font-size: 30px;
    top: -1px;
  }
  .accident-insurance .table {
    font-size: 22px;
  }
  .accident-insurance .detailV .font-headII {
    padding: 1rem 2rem;
  }
  .accident-insurance .detailV .font-headII .items {
    font-size: 22px;
  }
  .accident-insurance .detailV .bulletI ul {
    font-size: 16px;
  }
  .accident-insurance .detailV .bulletI ul li:before {
    font-size: 30px;
    top: -1px;
  }
  .accident-insurance .detailV .graphic-bm img {
    width: 170px;
  }
}
@media (max-width: 767px) {
  .accident-insurance .detail {
    margin-top: 1rem;
    padding: 1rem 2rem;
  }
  .accident-insurance .detail .detailI-items {
    font-size: 20px;
  }
  .accident-insurance .detail .detailII,
  .accident-insurance .detail .detailIII {
    font-size: 14px;
  }
  .accident-insurance .detail .bullet {
    font-size: 14px;
    margin-top: 20px;
  }
  .accident-insurance .detail .bullet ul li:before {
    font-size: 30px;
    top: 0;
  }
  .accident-insurance .table {
    font-size: 20px;
  }
  .accident-insurance .table .table-accident .table-accidentI .table-accidentI-items {
    padding: 14px;
  }
  .accident-insurance .table .table-accident .table-accidentII .items {
    padding: 14px;
  }
  .accident-insurance .detailV .font-headII .items {
    font-size: 20px;
  }
  .accident-insurance .detailV .bulletI ul {
    padding: 2rem;
    font-size: 14px;
  }
  .accident-insurance .detailV .bulletI ul li:before {
    font-size: 30px;
    top: 0;
  }
  .accident-insurance .detailV .graphic-bm {
    display: none;
  }
  .accident-insurance .detailV {
    margin-top: 2rem;
  }
}
/*historicol*/
.historicol-main .calender {
  width: 100%;
}
.historicol-main .calender .txt {
  color: #053e88;
  font-size: 40px;
}
.historicol-main .calender input {
  font-family: "db_helvethaica";
  font-size: 30px;
  width: 100%;
  height: 60px;
  padding: 20px;
  color: #053e88;
  border: 1px solid #cccccc;
}
.historicol-main .calender .feather {
  width: 100%;
  background-color: #e72c3a;
  padding: 15px 17px;
  border: none;
  font-size: 26px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.historicol-main .calender .feather:hover {
  background-color: #888787;
}
.historicol-main .txtI {
  color: #202020;
  font-size: 22px;
}
.historicol-main .table {
  overflow: auto;
}
.historicol-main .table .table-historical {
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
.historicol-main .table .table-historical .head {
  border: none;
  background-color: #3C74B7;
  color: #fff;
  padding: 0px;
}
.historicol-main .table .table-historical .headI {
  font-size: 22px;
  background: #CCCCCC;
  color: #122A72;
}
.historicol-main .table .table-historical .head-item {
  font-size: 22px;
  text-align: left;
  vertical-align: middle;
  border-top: none;
  padding: 25px 30px;
  line-height: 1.5em;
}
.historicol-main .table .table-historical .head-items {
  font-size: 22px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5em;
  border-top: none;
  border-left: 1px solid;
}
.historicol-main .table .table-historical-items {
  color: #888787;
  font-size: 20px;
}
.historicol-main .table .table-historical-items .head-itemsI {
  padding: 20px 30px;
  line-height: 1;
  color: #202020;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.historicol-main .table .table-historical-items .table-historical-itemsI {
  text-align: center;
  color: #202020;
  border-right: 1px solid #dddddd;
}
.historicol-main th {
  padding: 25px 30px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.historicol-main td {
  vertical-align: middle;
}
.historicol-main table tr:nth-child(3) td {
  border-bottom: 0px solid;
}
.historicol-main table tr:nth-child(4) td {
  border-top: 0px solid;
}

@media (max-width: 1600px) {
  .historicol-main .calender .txt {
    font-size: 36px;
  }
  .historicol-main .calender input {
    font-size: 28px;
    height: 55px;
  }
  .historicol-main .calender .feather {
    padding: 14px 16px;
  }
  .historicol-main .txtI {
    font-size: 22px;
  }
  .historicol-main .table .table-historical .head-item,
  .historicol-main .table .table-historical .headI,
  .historicol-main .table .table-historical .head-items {
    font-size: 22px;
  }
  .historicol-main .table .table-historical .head-itemsI {
    font-size: 20px;
  }
  .historicol-main .table .table-historical .table-historical-items {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .historicol-main .calender .txt {
    font-size: 32px;
  }
  .historicol-main .calender input {
    font-size: 26px;
    height: 50px;
  }
  .historicol-main .calender .feather {
    padding: 12px 16px;
  }
  .historicol-main .txtI {
    font-size: 20px;
  }
  .historicol-main .table .table-historical .head-item,
  .historicol-main .table .table-historical .headI,
  .historicol-main .table .table-historical .head-items {
    font-size: 20px;
  }
  .historicol-main .table .table-historical .head-itemsI {
    font-size: 18px;
  }
  .historicol-main .table .table-historical .table-historical-items {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .historicol-main .calender .txt {
    font-size: 30px;
  }
  .historicol-main .calender input {
    font-size: 24px;
    height: 50px;
  }
  .historicol-main .calender .feather {
    padding: 12px 16px;
  }
  .historicol-main .txtI {
    font-size: 20px;
  }
  .historicol-main .table .table-historical .head-item,
  .historicol-main .table .table-historical .headI,
  .historicol-main .table .table-historical .head-items {
    font-size: 20px;
  }
  .historicol-main .table .table-historical .head-item {
    padding: 20px 20px;
  }
  .historicol-main .table .table-historical .head-itemsI {
    padding: 20px 20px;
    font-size: 17px;
  }
  .historicol-main .table .table-historical .table-historical-items {
    font-size: 17px;
  }
  .historicol-main th {
    padding: 20px 20px;
  }
}
@media (max-width: 991px) {
  .historicol-main .calender .txt {
    font-size: 28px;
  }
  .historicol-main .calender input {
    font-size: 22px;
    height: 45px;
    padding: 14px;
  }
  .historicol-main .calender .feather {
    padding: 9px 16px;
  }
  .historicol-main .txtI {
    font-size: 18px;
  }
  .historicol-main .table .table-historical .head-item,
  .historicol-main .table .table-historical .headI,
  .historicol-main .table .table-historical .head-items {
    font-size: 18px;
  }
  .historicol-main .table .table-historical .head-item {
    padding: 20px 20px;
  }
  .historicol-main .table .table-historical .head-itemsI {
    padding: 20px 20px;
    font-size: 16px;
  }
  .historicol-main .table .table-historical .table-historical-items {
    font-size: 16px;
  }
  .historicol-main th {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .historicol-main .calender .txt {
    font-size: 26px;
    margin-bottom: 14px;
  }
  .historicol-main .calender input {
    font-size: 20px;
    height: 40px;
    padding: 14px;
    margin-bottom: 20px;
  }
  .historicol-main .calender .feather {
    padding: 7px 16px;
  }
  .historicol-main .txtI {
    font-size: 16px;
  }
  .historicol-main .table .table-historical .head-item,
  .historicol-main .table .table-historical .headI,
  .historicol-main .table .table-historical .head-items {
    font-size: 16px;
  }
  .historicol-main .table .table-historical .head-item {
    padding: 14px 14px;
  }
  .historicol-main .table .table-historical .head-itemsI {
    padding: 14px 14px;
    font-size: 14px;
  }
  .historicol-main .table .table-historical .table-historical-items {
    font-size: 14px;
  }
  .historicol-main th {
    padding: 14px 14px;
  }
}
.vision .vision-main .txt {
  font-size: 30px;
  color: #414141;
  font-style: italic;
  line-height: 1.2em;
  margin-top: 50px;
}

@media (max-width: 1600px) {
  .vision .vision-main .txt {
    font-size: 30px;
  }
}
@media (max-width: 1440px) {
  .vision .vision-main .txt {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .vision .vision-main .txt {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .vision .vision-main .txt {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .vision .vision-main .txt {
    font-size: 20px;
    margin-top: 50px;
  }
}
.ck-editor .section {
  position: relative;
}
.ck-editor .section .bg-fluid {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.ck-about-us .wg-original-business {
  position: relative;
}
.ck-about-us .wg-original-business .bg-fluid {
  background-repeat: no-repeat;
  background-size: 40%;
  height: 60%;
  background-color: #1C76BC;
}
.ck-about-us .wg-original-business .content {
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: 1.6em;
  margin-left: auto;
  color: #ffffff;
  padding: 80px 0;
}
.ck-about-us .wg-original-business .topic {
  position: relative;
  z-index: 2;
  font-size: 240px;
  font-weight: 700;
  line-height: initial;
  margin-left: -200px;
  color: #ffffff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.ck-about-us .wg-original-business .img {
  text-align: right;
  margin-top: -160px;
  position: relative;
  z-index: 1;
}
.ck-about-us .wg-aboutus {
  background-image: none;
  padding: 0;
}
.ck-about-us .wg-aboutus .about-menu .row {
  margin: 0 -10px;
}
.ck-about-us .wg-aboutus .about-menu .row .col-md-3 {
  padding: 10px;
}
.ck-about-us .wg-aboutus .about-menu .wrapper {
  height: 215px;
  margin-bottom: 0;
}
.ck-about-us .wg-aboutus .about-menu .wrapper .thumb {
  max-width: 80px;
}
.ck-about-us .wg-aboutus .about-menu .wrapper .font-sub {
  font-size: 20px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.6em;
  -webkit-line-clamp: 2;
  min-height: 3.2em;
}
.ck-about-us .wg-business-network {
  padding: 100px 0;
  overflow: unset;
}
.ck-about-us .wg-business-network .font-head {
  font-size: 45px;
  text-align: center;
}
.ck-about-us .wg-business-network .link {
  display: block;
  background-color: #F3F4F5;
  -webkit-box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.16);
}
.ck-about-us .wg-business-network .link .cover {
  width: 100%;
  padding-bottom: 140px;
  background-color: #ffffff;
}
.ck-about-us .wg-business-network .link .content {
  padding: 20px;
}
.ck-about-us .wg-business-network .link .content .font-sub {
  text-transform: uppercase;
  font-weight: 700;
  color: #122A72;
  margin-bottom: 0;
}
.ck-about-us .wg-business-network .link .content .desc {
  color: #202020;
  padding-top: 10px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.6em;
  -webkit-line-clamp: 2;
  min-height: 3.2em;
}
.ck-about-us .wg-business-network .link .content .action .feather {
  width: 38px;
  height: 38px;
  color: #ffffff;
  opacity: 0;
}
.ck-about-us .wg-business-network .link:hover {
  background-color: #01AEEF;
}
.ck-about-us .wg-business-network .link:hover .content .font-sub,
.ck-about-us .wg-business-network .link:hover .content .desc {
  color: #ffffff;
}
.ck-about-us .wg-business-network .link:hover .content .action .feather {
  opacity: 1;
}

.ck-history .wg-our-history .content {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}
.ck-history .wg-our-history .content .font-sub {
  color: #ffffff;
}
.ck-history .wg-our-history .content p {
  color: #ffffff;
}
.ck-history .wg-our-history .bg-fluid {
  background-image: url(../img/upload/bg-our-history.png);
}
.ck-history .wg-company-history {
  padding: 30px 0;
}
.ck-history .wg-company-history .font-sub {
  color: #122A72;
}
.ck-history .wg-company-history .ck-timeline {
  position: relative;
}
.ck-history .wg-company-history .ck-timeline .sTop {
  position: absolute;
  width: 1px;
  height: 550px;
  bottom: 100%;
  left: 0;
}
.ck-history .wg-company-history .ck-timeline > .row > .col .row ~ .row .mark-point {
  width: 10px;
  height: 10px;
  left: calc(-3rem + 8px);
}
.ck-history .wg-company-history .ck-timeline .left-side {
  padding-right: 4rem;
}
.ck-history .wg-company-history .ck-timeline .right-side {
  position: relative;
  padding-left: 4rem;
}
.ck-history .wg-company-history .ck-timeline .line {
  padding-top: 6rem;
}
.ck-history .wg-company-history .ck-timeline .line::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  left: 18.5rem;
  top: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='19593' viewBox='0 0 3 19593'%3E%3Cpath id='Path_7220' data-name='Path 7220' d='M0,0V19590' transform='translate(1.5 1.5)' fill='none' stroke='%23c5c5c5' stroke-linecap='round' stroke-width='3' stroke-dasharray='0 16'/%3E%3C/svg%3E%0A");
  background-repeat: repeat-y;
  z-index: 1;
}
.ck-history .wg-company-history .ck-timeline .line::after {
  position: absolute;
  content: "";
  top: 0;
  left: calc(18.5rem - 25px);
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 12px solid #01AEEF;
  border-radius: 50%;
  z-index: 1;
}
.ck-history .wg-company-history .ck-timeline .mark-point {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(-3rem + 3px);
  width: 20px;
  height: 20px;
  background: #95C93C;
  border-radius: 50%;
  z-index: 2;
}
.ck-history .wg-company-history .ck-timeline .timeline-section {
  position: relative;
}
.ck-history .wg-company-history .ck-timeline .timeline-content {
  position: relative;
  z-index: 10;
}
.ck-history .wg-company-history .ck-timeline .timeline-bg-fluid {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.ck-history .wg-company-history .ck-timeline .timeline-bg-fluid img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ck-history .wg-company-history .ck-timeline .timeline-scroll {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 50%;
  bottom: 0;
  margin-right: -520px;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  pointer-events: none;
}
.ck-history .wg-company-history .ck-timeline .timeline-scroll.active {
  opacity: 1;
  pointer-events: visible;
}
.ck-history .wg-company-history .ck-timeline .timeline-scroll .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ck-history .wg-company-history .ck-timeline .timeline-scroll .item-list > li {
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.ck-history .wg-company-history .ck-timeline .timeline-scroll .item-list > li + li {
  margin-top: 15px;
}
.ck-history .wg-company-history .ck-timeline .timeline-scroll .item-list > li:before {
  display: none;
}
.ck-history .wg-company-history .ck-timeline .timeline-scroll .link {
  position: relative;
}
.ck-history .wg-company-history .ck-timeline .timeline-scroll .link .txt {
  font-size: 0;
  font-weight: 400;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  position: absolute;
  left: 15px;
  top: 9px;
  white-space: nowrap;
}
.ck-history .wg-company-history .ck-timeline .timeline-scroll .link:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 50%;
  background-color: #BBBBBB;
}
.ck-history .wg-company-history .ck-timeline .timeline-scroll .link:hover:before {
  background-color: #95C93C;
}
.ck-history .wg-company-history .ck-timeline .timeline-scroll .link.active:before {
  background-color: #95C93C;
}

.wg-vision .content {
  position: relative;
  z-index: 2;
  padding: 150px 0;
}
.wg-vision .content .font-sub {
  color: #ffffff;
}

@media (max-width: 1600px) {
  .ck-about-us .wg-original-business .topic {
    font-size: 180px;
    margin-left: -130px;
  }
  .ck-about-us .wg-original-business .content {
    font-size: 22px;
    padding: 60px 0;
  }
  .ck-about-us .wg-original-business .img {
    margin-top: -120px;
  }
  .ck-about-us .wg-original-business .bg-fluid {
    background-size: contain;
  }
}
@media (max-width: 1440px) {
  .ck-about-us .wg-original-business .topic {
    font-size: 140px;
    margin-left: -80px;
  }
  .ck-about-us .wg-original-business .img {
    margin-top: -95px;
  }
  .ck-about-us .wg-business-network .font-head {
    font-size: 40px;
  }
  .wg-vision .content {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .ck-about-us .wg-original-business {
    margin-bottom: 50px;
  }
  .ck-about-us .wg-original-business .content {
    font-size: 20px;
  }
  .ck-about-us .wg-original-business .content .row {
    margin: 0;
  }
  .ck-about-us .wg-original-business .content .col-xl-6 {
    background-color: #1C76BC;
    padding: 20px;
  }
  .ck-about-us .wg-original-business .bg-fluid {
    background-size: cover;
    height: 100%;
  }
  .ck-about-us .wg-original-business .topic {
    margin-left: 0;
    font-size: 100px;
  }
  .ck-about-us .wg-original-business .img {
    margin-top: 0;
    text-align: left;
  }
  .ck-about-us .wg-original-business .img {
    display: none;
  }
  .ck-about-us .wg-aboutus .about-menu {
    margin-top: 0;
  }
  .ck-about-us .wg-business-network .font-head {
    font-size: 34px;
  }
  .ck-about-us .wg-business-network .link {
    margin-bottom: 30px;
  }
  .ck-about-us .wg-business-network {
    padding-bottom: 0;
  }
  .ck-about-us .wg-business-network .whead {
    padding-top: 0;
  }
  .ck-history .wg-our-history .content {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .ck-about-us .wg-original-business {
    margin-bottom: 30px;
  }
  .ck-about-us .wg-business-network .font-head {
    font-size: 28px;
  }
  .ck-about-us .wg-original-business .topic {
    font-size: 60px;
  }
  .ck-about-us .wg-original-business .content {
    padding: 15px 0;
  }
  .ck-history .wg-company-history .ck-timeline .timeline-scroll {
    right: 7.4%;
    bottom: 140px;
  }
  .wg-vision .content {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .ck-about-us .wg-original-business .content {
    font-size: 16px;
  }
  .ck-about-us .wg-business-network .font-head {
    font-size: 26px;
  }
  .ck-about-us .wg-business-network .link {
    margin-bottom: 20px;
  }
  .ck-history .wg-our-history .content {
    padding: 30px 0;
  }
  .ck-history .wg-company-history .ck-timeline {
    margin-top: 3rem;
  }
  .ck-history .wg-company-history .ck-timeline .left-side {
    padding-right: 2rem;
  }
  .ck-history .wg-company-history .ck-timeline .right-side {
    padding-left: 2rem;
  }
  .ck-history .wg-company-history .ck-timeline .left-side > * {
    font-size: 4rem !important;
  }
  .ck-history .wg-company-history .ck-timeline .line::after {
    width: 44px;
    height: 44px;
    border-width: 10px;
    left: calc(12.25rem - 22px);
  }
  .ck-history .wg-company-history .ck-timeline .line::before {
    left: 12rem;
  }
  .ck-history .wg-company-history .ck-timeline .mark-point {
    width: 16px;
    height: 16px;
    left: calc(-2rem + 9px);
  }
  .ck-history .wg-company-history .ck-timeline > .row > .col .row ~ .row .mark-point {
    width: 8px;
    height: 8px;
    left: calc(-2rem + 12px);
  }
  .ck-history .wg-company-history .ck-timeline .right-side img {
    max-width: 100% !important;
  }
  .wg-vision .content {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .ck-about-us .wg-original-business .topic {
    font-size: 40px;
  }
  .ck-about-us .wg-business-network .link .content .font-sub {
    font-size: 20px;
  }
  .ck-history .wg-company-history .ck-timeline .left-side {
    padding-right: 1.5rem;
  }
  .ck-history .wg-company-history .ck-timeline .right-side {
    padding-left: 1.5rem;
  }
  .ck-history .wg-company-history .ck-timeline .left-side > * {
    font-size: 2.5rem !important;
  }
  .ck-history .wg-company-history .ck-timeline .line::after {
    left: calc(8rem - 22px);
  }
  .ck-history .wg-company-history .ck-timeline .line::before {
    left: 8rem;
  }
}
.ifi table {
  border-collapse: collapse;
  width: 100%;
}
.ifi td,
.ifi th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 10px;
}
.ifi .tg {
  padding: 10px;
  text-align: left;
  border: 1px solid #dddddd;
  position: relative;
  padding-inline: 30px;
  font-weight: normal;
}
.ifi .tt {
  background-color: #f0f0f0;
  font-size: 36px;
}
.ifi .ttt {
  color: #053e88;
}
.ifi .ta {
  color: #e72c3a;
  padding: 10px;
  text-align: left;
  border: 0px;
  border-left: #cccccc;
  position: relative;
  padding-inline: 30px;
  font-size: 36px;
}
.ifi .tb {
  color: #003e88;
  text-align: center;
  padding: 10px;
  border: 0px;
  width: 15%;
  font-size: 36px;
  line-height: 1;
}
.ifi .tc {
  color: #888787;
  font-size: 30px;
  padding: 10px;
  border: #cccccc;
}
.ifi .te {
  text-align: center;
  padding: 10px;
  font-weight: normal;
}
.ifi .tf {
  color: #e72c3a;
  text-align: center;
  padding: 10px;
}
.ifi .font-sub-v2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
  color: #003e88;
  font-style: italic;
  margin-bottom: 10px;
}
.ifi .ti {
  font-size: 48px;
  color: #ffffff;
  font-weight: 600;
  font-style: italic;
  padding: 30px 35px;
  background-color: #003e88;
}

@media (max-width: 1600px) {
  .ifi .font-sub-v2 {
    font-size: 42px;
  }
  .ifi .ti {
    font-size: 44px;
  }
  .ifi .ta,
  .ifi .tb {
    font-size: 34px;
  }
  .ifi .tg,
  .ifi .te,
  .ifi .tf {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .ifi .font-sub-v2 {
    font-size: 38px;
  }
  .ifi .ti {
    font-size: 40px;
  }
  .ifi .ta,
  .ifi .tb {
    font-size: 30px;
  }
  .ifi .tg,
  .ifi .te,
  .ifi .tf {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .ifi .font-sub-v2 {
    font-size: 36px;
  }
  .ifi .ti {
    font-size: 36px;
  }
  .ifi .ta,
  .ifi .tb {
    font-size: 28px;
  }
  .ifi .tg,
  .ifi .te,
  .ifi .tf {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .ifi .font-sub-v2 {
    font-size: 32px;
  }
  .ifi .ti {
    font-size: 30px;
  }
  .ifi .ta,
  .ifi .tb {
    font-size: 26px;
  }
  .ifi .tg,
  .ifi .te,
  .ifi .tf {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .ifi .font-sub-v2 {
    font-size: 30px;
  }
  .ifi .ti {
    font-size: 28px;
  }
  .ifi .ta,
  .ifi .tb {
    font-size: 22px;
  }
  .ifi .tg,
  .ifi .te,
  .ifi .tf {
    font-size: 20px;
  }
  .ifi .scroll {
    width: 100%;
    overflow-x: auto;
  }
  .ifi .ta,
  .ifi .tg {
    padding-inline: initial;
    padding: 10px;
  }
  .ifi .ti {
    padding: 20px 10px;
  }
}
.pap .contentI {
  margin-top: 2rem;
  padding: 3rem;
  margin-bottom: 3rem;
}
.pap .contentII {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.pap .contentII .body {
  margin: 0;
  background: #fcfcfc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3rem;
  position: relative;
}
.pap .contentII .body .info1 .list,
.pap .contentII .body .info1 .list1 {
  margin-bottom: 1rem;
}
.pap .contentII .body .graphic-bm {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pap .hs-title {
  font-size: 45px;
  position: relative;
  color: #003e88;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1rem;
}
.pap .hs1-title {
  font-size: 31px;
  line-height: 1;
  text-align: left;
  color: #d70000;
  font-weight: bold;
  font-style: italic;
  margin-top: 1rem;
}
.pap .hs2-title {
  font-size: 31px;
  line-height: 1;
  text-align: left;
  color: #003e88;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0.6rem;
}
.pap .hs3-title {
  font-size: 31px;
  line-height: 1;
  text-align: left;
  color: #003e88;
  font-style: italic;
  position: relative;
}
.pap .hs4-title {
  font-size: 31px;
  line-height: 1;
  text-align: left;
  color: #003e88;
  font-weight: bold;
  font-style: italic;
  position: relative;
  margin-bottom: 0.6rem;
}
.pap .info1 {
  position: relative;
  color: #29282d;
}
.pap .info1 .list {
  position: relative;
  color: #29282d;
  line-height: 1.2em;
  padding-left: 1.6rem;
  margin-bottom: 1rem;
}
.pap .info1 .list1 {
  position: relative;
  color: #191919;
  padding-left: 1.6rem;
}
.pap .info1 .list2 {
  position: relative;
  color: #191919;
  line-height: 1.2em;
  padding-left: 1.6rem;
  margin-bottom: 1rem;
}
.pap .info1 .list::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0px;
  width: 10px;
  height: 10px;
  background-color: #e72c3a;
  border-radius: 50%;
}
.pap .info1 .list1::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #bbbbbb;
  border-radius: 50%;
}
.pap .info1 .list2::before {
  content: "";
  position: absolute;
  top: 12px;
  width: 10px;
  height: 10px;
  left: 0;
  background-color: #bbbbbb;
  border-radius: 50%;
}
.pap .htext {
  font-size: 48px;
  line-height: 1;
  color: #ffffff;
  font-weight: 600;
  padding: 1.4rem 3rem;
  background-color: #003e88;
}
.pap .tj {
  position: absolute;
  padding: 10px;
  left: 955px;
  bottom: 0px;
}
.pap .picture-cover {
  position: relative;
}
.pap .content .box1 {
  position: relative;
  background: #f8f8f8;
  padding: 3rem 0;
  margin-bottom: 2rem;
}
.pap .polygon1 {
  position: absolute;
}
.pap .polygon2 {
  position: absolute;
}
.pap .ed {
  width: 100%;
}
.pap .ed1 {
  font-size: 45px;
  color: #ffffff;
  font-weight: 600;
  background-color: #003e88;
  width: 1180px;
  height: 82px;
  text-align: center;
}
.pap .ed2 {
  border-right: dashed;
  border-color: #cccccc;
  padding: 1.6rem;
  line-height: 1em;
  text-align: center;
  width: 50%;
}
.pap .ed3 {
  border-right: dashed;
  border-color: #cccccc;
  border-bottom: hidden;
  font-size: 30px;
  padding: 20px;
  background-color: #ffffff;
  font-weight: 600;
  color: #000000;
}
.pap .ed4 {
  border-right: dashed;
  border-color: #cccccc;
  font-size: 25px;
  background-color: #ffffff;
  font-weight: 400;
  padding: 20px;
  color: #000000;
}
.pap .list3 {
  position: relative;
  bottom: 0px;
  padding-left: 20px;
}
.pap .ed4 .list3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 11px;
  height: 11px;
  background-color: #e72c3a;
  border-radius: 50%;
}
.pap .list4 {
  position: relative;
  bottom: 0px;
  padding-left: 20px;
  line-height: 1.2em;
}
.pap .ed4 .list4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 37px;
  width: 11px;
  height: 11px;
  background-color: #e72c3a;
  border-radius: 50%;
}
.pap .list5 {
  position: relative;
  top: 20px;
  padding-left: 20px;
}
.pap .ed5 {
  border-color: #cccccc;
  border-bottom: hidden;
  font-size: 30px;
  padding: 10px;
  background-color: #f5f5f5;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  color: #000000;
  line-height: 1.2em;
}
.pap .ed6 {
  border-color: #cccccc;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  border-right: 0px;
  padding-top: 20px;
  color: #000000;
}
.pap .ed7 {
  border-color: #cccccc;
  border-bottom: hidden;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  border-right: 0px;
  color: #000000;
  line-height: 1.2em;
}
.pap .ed8 {
  border-color: #ffffff;
  border-bottom: hidden;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  border: hidden;
  color: #000000;
  line-height: 1.2em;
}
.pap .ed9 {
  border-color: #cccccc;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  border-left: 0px;
  border-right-width: 0px;
  padding-top: 20px;
  color: #000000;
}
.pap .none {
  border: hidden;
}

@media (max-width: 1600px) {
  .pap .hs-title {
    font-size: 40px;
  }
  .pap .htext {
    font-size: 45px;
  }
  .pap .hs1-title,
  .pap .hs2-title,
  .pap .hs3-title,
  .pap .hs4-title {
    font-size: 30px;
  }
  .pap .info1 .list::before {
    width: 11px;
    height: 11px;
  }
  .pap .info1 .list1::before {
    width: 11px;
    height: 11px;
  }
  .pap .info1 .list2::before {
    width: 11px;
    height: 11px;
  }
  .pap .ed2 {
    font-size: 40px;
  }
  .pap .ed3,
  .pap .ed5,
  .pap .ed7,
  .pap .ed8 {
    font-size: 28px;
  }
  .pap .ed4,
  .pap .ed6,
  .pap .ed9 {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .pap .hs-title {
    font-size: 36px;
  }
  .pap .htext {
    font-size: 40px;
  }
  .pap .hs1-title,
  .pap .hs2-title,
  .pap .hs3-title,
  .pap .hs4-title {
    font-size: 28px;
  }
  .pap .info1 .list::before {
    width: 10px;
    height: 10px;
  }
  .pap .info1 .list1::before {
    width: 10px;
    height: 10px;
  }
  .pap .info1 .list2::before {
    width: 10px;
    height: 10px;
  }
  .pap .ed4 .list3::before {
    width: 10px;
    height: 10px;
    bottom: 6px;
  }
  .pap .ed4 .list4::before {
    width: 10px;
    height: 10px;
  }
  .pap .ed2 {
    font-size: 36px;
  }
  .pap .ed3,
  .pap .ed5,
  .pap .ed7,
  .pap .ed8 {
    font-size: 26px;
  }
  .pap .ed4,
  .pap .ed6,
  .pap .ed9 {
    font-size: 23px;
  }
  .pap .wrapper {
    overflow-x: scroll;
  }
  .pap .alltable {
    width: 1180px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .pap .hs-title {
    font-size: 32px;
  }
  .pap .htext {
    font-size: 36px;
  }
  .pap .hs1-title,
  .pap .hs2-title,
  .pap .hs3-title,
  .pap .hs4-title {
    font-size: 26px;
  }
  .pap .info1 .list::before {
    width: 9px;
    height: 9px;
  }
  .pap .info1 .list1::before {
    width: 9px;
    height: 9px;
  }
  .pap .info1 .list2::before {
    width: 9px;
    height: 9px;
  }
  .pap .ed4 .list3::before {
    width: 9px;
    height: 9px;
    bottom: 6px;
  }
  .pap .ed4 .list4::before {
    width: 9px;
    height: 9px;
  }
  .pap .ed2 {
    font-size: 32px;
  }
  .pap .ed3,
  .pap .ed5,
  .pap .ed7,
  .pap .ed8 {
    font-size: 24px;
  }
  .pap .ed4,
  .pap .ed6,
  .pap .ed9 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .pap .hs-title {
    font-size: 30px;
  }
  .pap .htext {
    font-size: 32px;
  }
  .pap .hs1-title,
  .pap .hs2-title,
  .pap .hs3-title,
  .pap .hs4-title {
    font-size: 24px;
  }
  .pap .info1 .list::before {
    width: 8px;
    height: 8px;
    top: 9px;
  }
  .pap .info1 .list1::before {
    width: 8px;
    height: 8px;
    top: 9px;
  }
  .pap .info1 .list2::before {
    width: 8px;
    height: 8px;
    top: 9px;
  }
  .pap .ed4 .list3::before {
    width: 8px;
    height: 8px;
    top: 8px;
  }
  .pap .ed4 .list4::before {
    width: 8px;
    height: 8px;
    top: 8px;
  }
  .pap .ed2 {
    font-size: 28px;
  }
  .pap .ed3,
  .pap .ed5,
  .pap .ed7,
  .pap .ed8 {
    font-size: 22px;
  }
  .pap .ed4,
  .pap .ed6,
  .pap .ed9 {
    font-size: 20px;
  }
  .pap .info1 .list,
  .pap .info1 .list1,
  .pap .info1 .list2 {
    padding-left: 1rem;
  }
  .pap .contentII .body .info1 .list,
  .pap .contentII .body .info1 .list1,
  .pap .info1 .list,
  .pap .info1 .list2 {
    margin-bottom: 0.6rem;
  }
  .pap .contentI,
  .pap .contentII .body {
    padding: 2rem;
  }
  .pap .htext {
    padding: 1rem 2rem;
  }
  .pap .contentII .body .graphic-bm {
    display: none;
  }
}
@media (max-width: 767px) {
  .pap .hs-title {
    font-size: 28px;
  }
  .pap .htext {
    font-size: 28px;
  }
  .pap .hs1-title,
  .pap .hs2-title,
  .pap .hs3-title,
  .pap .hs4-title {
    font-size: 22px;
  }
  .pap .info1 .list::before {
    width: 8px;
    height: 8px;
    top: 9px;
  }
  .pap .info1 .list1::before {
    width: 8px;
    height: 8px;
    top: 9px;
  }
  .pap .info1 .list2::before {
    width: 8px;
    height: 8px;
    top: 9px;
  }
  .pap .ed4 .list3::before {
    width: 8px;
    height: 8px;
    top: 8px;
  }
  .pap .ed4 .list4::before {
    width: 8px;
    height: 8px;
    top: 8px;
  }
  .pap .ed2 {
    font-size: 26px;
  }
  .pap .ed3,
  .pap .ed5,
  .pap .ed7,
  .pap .ed8 {
    font-size: 20px;
  }
  .pap .ed4,
  .pap .ed6,
  .pap .ed9 {
    font-size: 18px;
  }
  .pap .contentI,
  .pap .contentII {
    margin-bottom: 2rem;
  }
}
.all-history .line {
  border-bottom: solid;
  color: crimson;
  margin-top: 50px;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}
.all-history .info2 {
  position: relative;
}
.all-history .info2 .list3,
.all-history .info2 .list4 {
  font-size: 20px;
  padding-left: 1.5rem;
  font-weight: 400;
}
.all-history .info2 .list3 {
  color: #888787;
}
.all-history .info2 .list4 {
  color: #ffffff;
  text-shadow: 2px 0 black;
}
.all-history .info2 .list3::before,
.all-history .info2 .list4::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 11px;
  height: 11px;
  background-color: #e72c3a;
  border-radius: 50%;
}
.all-history .hsh-title {
  font-size: 32px;
  line-height: 1em;
  color: #d70000;
  font-weight: bold;
  font-style: italic;
}
.all-history .hsh1-title {
  font-size: 20px;
  line-height: 1.5em;
  text-align: left;
  color: #888787;
  font-style: italic;
  position: relative;
  font-weight: 400;
}
.all-history .font-head1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 1em;
  color: #003e88;
  font-style: italic;
  margin-bottom: 2rem;
  margin-top: 3rem;
}
.all-history .effect1 {
  position: absolute;
}
.all-history .effect2 {
  position: absolute;
}
.all-history .effect3 {
  position: absolute;
}
.all-history .header1 {
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.all-history .header2 {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 170px;
  margin-bottom: -80px;
}
.all-history .backg {
  background-image: url(../img/sun/history7.jpg);
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  right: 0;
  padding-bottom: 1200px;
  z-index: -1;
}

@media (max-width: 1600px) {
  .all-history .hsh-title {
    font-size: 30px;
  }
  .all-history .hsh1-title,
  .all-history .info2 .list3,
  .all-history .info2 .list4 {
    font-size: 20px;
  }
  .all-history .font-head1 {
    font-size: 70px;
  }
  .all-history .backg {
    padding-bottom: 1160px;
  }
  .all-history .info2 .list3::before,
  .all-history .info2 .list4::before {
    top: 10px;
  }
}
@media (max-width: 1440px) {
  .all-history .hsh-title {
    font-size: 28px;
  }
  .all-history .hsh1-title,
  .all-history .info2 .list3,
  .all-history .info2 .list4 {
    font-size: 18px;
  }
  .all-history .font-head1 {
    font-size: 70px;
  }
  .all-history .backg {
    padding-bottom: 1086px;
  }
  .all-history .info2 .list3::before,
  .all-history .info2 .list4::before {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 1199px) {
  .all-history .hsh-title {
    font-size: 26px;
  }
  .all-history .hsh1-title,
  .all-history .info2 .list3,
  .all-history .info2 .list4 {
    font-size: 18px;
  }
  .all-history .font-head1 {
    font-size: 60px;
  }
  .all-history .backg {
    padding-bottom: 850px;
  }
  .all-history .header2 {
    padding-bottom: 120px;
  }
  .all-history .info2 .list3::before,
  .all-history .info2 .list4::before {
    top: 8px;
  }
}
@media (max-width: 991px) {
  .all-history .hsh-title {
    font-size: 24px;
  }
  .all-history .hsh1-title,
  .all-history .info2 .list3,
  .all-history .info2 .list4 {
    font-size: 16px;
  }
  .all-history .font-head1 {
    font-size: 50px;
  }
  .all-history .backg {
    padding-bottom: 815px;
    background-size: contain;
  }
  .all-history .info2 .list3::before,
  .all-history .info2 .list4::before {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 767px) {
  .all-history .hsh-title {
    font-size: 22px;
  }
  .all-history .hsh1-title,
  .all-history .info2 .list3,
  .all-history .info2 .list4 {
    font-size: 14px;
    margin-top: 1rem;
  }
  .all-history .font-head1 {
    font-size: 40px;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .all-history .backg {
    padding-bottom: 100%;
    background-size: contain;
    bottom: -96px;
  }
}
@media (max-width: 575px) {
  .all-history .info2 .list4 {
    color: #191919;
    text-shadow: 2px 0 #ffffff;
  }
}
@media (max-width: 375px) {
  .all-history .info2 .list4 {
    color: #888787;
    text-shadow: 2px 0 #ffffff;
  }
}
.i-s-s .txts {
  position: absolute;
}
.i-s-s .txts .title {
  font-weight: 600;
  font-style: italic;
  font-size: 35px;
  line-height: 1;
  color: #053e88;
}
.i-s-s .txts .desc {
  font-size: 30px;
  line-height: 1;
  color: #888787;
}
.i-s-s .nav-tabs {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border: none;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  position: relative;
  margin-top: 5rem;
  margin-bottom: 4rem;
}
.i-s-s .nav-tabs svg path {
  fill: #bbb;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.i-s-s .nav-tabs li a:hover svg path {
  fill: #e72c3a;
}
.i-s-s .nav-tabs li a.active:hover svg path {
  fill: #e72c3a;
}
.i-s-s .nav-tabs li a.active svg path {
  fill: #053e88;
}
.i-s-s .nav-tabs li a.active::after {
  position: absolute;
  content: "";
  width: 35px;
  border: 2px solid #e72c3a;
  bottom: -12px;
  left: 0;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.i-s-s .nav-tabs li {
  position: relative;
}
.i-s-s .nav-tabs li.active::before {
  content: "";
  position: absolute;
  height: 39.22px;
  background: transparent;
  border: 2px solid #ccc;
  right: -19px;
}
.i-s-s .tab-content {
  background: #f8f8f8;
}
.i-s-s .tab-content .tab-pane .chart {
  padding: 4rem 6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.i-s-s .tab-content .tab-pane .table thead th {
  color: #ffffff;
  background: #003e88;
  font-size: 40px;
  line-height: 1;
  text-align: center;
}
.i-s-s .tab-content .tab-pane .table tbody td {
  font-size: 30px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 1600px) {
  .i-s-s .txts .title {
    font-size: 32px;
  }
  .i-s-s .txts .desc {
    font-size: 28px;
  }
  .i-s-s .tab-content .tab-pane .table thead th {
    font-size: 36px;
  }
  .i-s-s .tab-content .tab-pane .table tbody td {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .i-s-s .txts .title {
    font-size: 30px;
  }
  .i-s-s .txts .desc {
    font-size: 26px;
  }
  .i-s-s .nav-tabs {
    margin-top: 4rem;
  }
  .i-s-s .tab-content .tab-pane .table thead th {
    font-size: 32px;
  }
  .i-s-s .tab-content .tab-pane .table tbody td {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .i-s-s .txts .title {
    font-size: 28px;
  }
  .i-s-s .txts .desc {
    font-size: 24px;
  }
  .i-s-s .nav-tabs {
    margin-top: 3rem;
  }
  .i-s-s .tab-content .tab-pane .table thead th {
    font-size: 30px;
  }
  .i-s-s .tab-content .tab-pane .table tbody td {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .i-s-s .txts .title {
    font-size: 26px;
  }
  .i-s-s .txts .desc {
    font-size: 22px;
  }
  .i-s-s .tab-content .tab-pane .table thead th {
    font-size: 28px;
  }
  .i-s-s .tab-content .tab-pane .table tbody td {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .i-s-s .txts {
    position: relative;
  }
  .i-s-s .txts .title {
    font-size: 24px;
  }
  .i-s-s .txts .desc {
    font-size: 20px;
  }
  .i-s-s .nav-tabs {
    margin-top: 2rem;
    margin-bottom: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .i-s-s .nav-tabs li a.active::after {
    width: 29px;
  }
  .i-s-s .nav-tabs li svg {
    width: 28px;
  }
  .i-s-s .nav-tabs li.active::before {
    height: 35px;
    border: 1px solid #ccc;
  }
  .i-s-s .tab-content .tab-pane .chart {
    padding: 2rem;
  }
  .i-s-s .tab-content .tab-pane .table thead th {
    font-size: 26px;
  }
  .i-s-s .tab-content .tab-pane .table tbody td {
    font-size: 20px;
  }
}
.all-os {
  position: relative;
}
.all-os .row {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.all-os .row.-III {
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.all-os .row.-V {
  position: relative;
}
.all-os .row.-V .box-os8 {
  position: absolute;
  right: 0;
  width: 280px;
}
.all-os .row.-III::before,
.all-os .row.-VII::before {
  content: "";
  position: absolute;
  height: 3px;
  top: -36px;
  left: 102px;
  background-color: #c7c7c7;
}
.all-os .row.-III::before {
  width: 922px;
  left: 146px;
}
.all-os .row.-VII::before {
  left: 299px;
  width: 607px;
}
.all-os .row.-VII {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.all-os .effect4 {
  position: absolute;
}
.all-os .effect5 {
  position: absolute;
}
.all-os .effect6 {
  position: absolute;
}
.all-os .effect7 {
  position: absolute;
  left: 1140px;
}
.all-os .effect8 {
  position: absolute;
  left: 1345px;
  top: 1060px;
}
.all-os .box-os- {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.all-os .box-os::before {
  content: "";
  right: 50%;
  top: 100px;
  position: absolute;
  width: 3px;
  height: 744px;
  background-color: #c7c7c7;
}
.all-os .box-os-::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 34px;
  left: 50%;
  top: -34px;
  background-color: #c7c7c7;
  z-index: -1;
}
.all-os .box-os-.box-os1::before {
  height: 3px;
  width: 229px;
  top: 50%;
  left: auto;
  right: -228px;
}
.all-os .box-os-.box-os5::before {
  height: 422px;
}
.all-os .box-os-.box-os4::before, .all-os .box-os-.box-os6::before, .all-os .box-os-.box-os7::before, .all-os .box-os-.box-os8::before {
  display: none;
}
.all-os .box-os-.box-os9::before {
  height: 3px;
  width: 65px;
  top: 50%;
  left: -34px;
}
.all-os .font- {
  padding: 0.8rem;
  margin-bottom: 0;
}
.all-os .font-01 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
  color: #ffffff;
}
.all-os .font-02 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2em;
  color: #414141;
}
.all-os .font-03 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
  color: #ffffff;
}
.all-os .font-04 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2em;
  color: #ffffff;
}
.all-os .font-05 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
  color: #ffffff;
}
.all-os .font-06 {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2em;
  color: #191919;
}
.all-os .font-07 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2em;
  color: #414141;
}
.all-os .box-os {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 457px;
  height: 99px;
  margin-bottom: 2rem;
  background-color: #053e88;
}
.all-os .box-os1 {
  text-align: center;
  position: relative;
  width: 189px;
  margin-bottom: 4rem;
  margin-right: 40.5rem;
  background-color: #f3f4f5;
}
.all-os .box-os2 {
  text-align: center;
  position: relative;
  width: 200px;
  height: 106px;
  margin-bottom: 5rem;
  background-color: #053e88;
}
.all-os .box-os3 {
  text-align: center;
  position: relative;
  width: 200px;
  height: 106px;
  margin-bottom: 5rem;
  background-color: #053e88;
}
.all-os .box-os4 {
  text-align: center;
  position: relative;
  width: 200px;
  height: 106px;
  margin-bottom: 5rem;
  background-color: #053e88;
  margin-right: 14rem;
}
.all-os .box-os5 {
  text-align: center;
  position: relative;
  width: 200px;
  height: 106px;
  margin-bottom: 5rem;
  background-color: #053e88;
}
.all-os .box-os6 {
  text-align: center;
  position: relative;
  width: 275px;
  height: 79px;
  margin-bottom: 5rem;
  background-color: #cccccc;
}
.all-os .box-os7 {
  text-align: center;
  position: relative;
  width: 336px;
  height: 79px;
  margin-bottom: 5rem;
  background-color: #cccccc;
}
.all-os .box-os8 {
  text-align: center;
  height: 79px;
  margin-bottom: 2rem;
  background-color: #f3f4f5;
}
.all-os .box-os9 {
  text-align: center;
  position: relative;
  width: 189px;
  height: 79px;
  margin-bottom: 2rem;
  margin-left: 16rem;
}
.all-os .box-os10 {
  text-align: center;
  position: relative;
  width: 363px;
  height: 79px;
  margin-bottom: 5rem;
  background-color: #f0f0f0;
}
.all-os .box-os11 {
  text-align: center;
  position: relative;
  width: auto;
  height: auto;
  margin-bottom: 5rem;
  background-color: #f0f0f0;
}
.all-os .container1 {
  text-align: center;
}
.all-os .font-but {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2em;
  color: #e72c3a;
  position: relative;
  width: 200px;
  height: 60px;
  border-radius: 30px;
  background-color: #ffffff;
  border-color: #e72c3a;
}
.all-os .but {
  font-size: 30px;
  position: relative;
  background-color: #ffffff;
  border-color: #e72c3a;
  border-radius: 30px;
  width: 200px;
  height: 60px;
}
.all-os .tree {
  margin: 0 auto;
  width: 1180px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.all-os .picture-bottom {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  margin-bottom: -80px;
}

@media (max-width: 1600px) {
  .all-os .font-01 {
    font-size: 46px;
  }
  .all-os .font-02,
  .all-os .font-07 {
    font-size: 34px;
  }
  .all-os .font-03 {
    font-size: 22px;
  }
  .all-os .font-04 {
    font-size: 24px;
  }
  .all-os .font-05 {
    font-size: 34px;
  }
  .all-os .font-06 {
    font-size: 30px;
  }
  .all-os .font-but {
    font-size: 30px;
  }
  .all-os .box-os,
  .all-os .box-os- {
    height: auto;
  }
  .all-os .box-os::before {
    top: 81px;
    height: 623px;
  }
  .all-os .box-os7 {
    margin-bottom: 0rem;
  }
  .all-os .box-os9 {
    margin-bottom: 2.4rem;
  }
  .all-os .box-os8 {
    width: auto;
  }
  .all-os .row.-III::before {
    width: 922px;
    left: 145px;
  }
  .all-os .row.-VII::before {
    left: 303px;
    width: 608px;
  }
}
@media (max-width: 1440px) {
  .all-os .font-01 {
    font-size: 42px;
  }
  .all-os .font-02,
  .all-os .font-07 {
    font-size: 32px;
  }
  .all-os .font-03 {
    font-size: 20px;
  }
  .all-os .font-04 {
    font-size: 22px;
  }
  .all-os .font-05 {
    font-size: 32px;
  }
  .all-os .font-06 {
    font-size: 28px;
  }
  .all-os .font-but {
    font-size: 28px;
  }
  .all-os .box-os::before {
    top: 76px;
    height: 610px;
  }
  .all-os .row.-VII::before {
    left: 309px;
  }
}
@media (max-width: 1199px) {
  .all-os .font-01 {
    font-size: 38px;
  }
  .all-os .font-02,
  .all-os .font-07 {
    font-size: 30px;
  }
  .all-os .font-03 {
    font-size: 20px;
  }
  .all-os .font-04 {
    font-size: 22px;
  }
  .all-os .font-05 {
    font-size: 30px;
  }
  .all-os .font-06 {
    font-size: 26px;
  }
  .all-os .font-but {
    font-size: 26px;
  }
  .all-os .wrapper {
    overflow-x: scroll;
  }
  .all-os .box-os::before {
    top: 71px;
    height: 596px;
  }
  .all-os .row.-VII::before {
    left: 314px;
  }
  .all-os .box-os-.box-os5::before {
    height: 350px;
  }
}
@media (max-width: 991px) {
  .all-os .font-01 {
    font-size: 36px;
  }
  .all-os .font-02,
  .all-os .font-07 {
    font-size: 26px;
  }
  .all-os .font-03 {
    font-size: 20px;
  }
  .all-os .font-04 {
    font-size: 22px;
  }
  .all-os .font-05 {
    font-size: 28px;
  }
  .all-os .font-06 {
    font-size: 24px;
  }
  .all-os .font-but {
    font-size: 24px;
  }
  .all-os .row.-VII::before {
    left: 314px;
  }
  .all-os .box-os::before {
    top: 77px;
    height: 593px;
  }
  .all-os .box-os-.box-os5::before {
    height: 360px;
  }
  .all-os .row.-VII::before {
    left: 320px;
  }
  .all-os .box-os::before {
    top: 68px;
    height: 562px;
  }
  .all-os .but {
    width: auto;
    height: auto;
  }
  .all-os .font-but {
    width: auto;
    height: auto;
  }
}
@media (max-width: 797px) {
  .all-os .font-01 {
    font-size: 32px;
  }
  .all-os .font-02,
  .all-os .font-07 {
    font-size: 24px;
  }
  .all-os .font-03 {
    font-size: 20px;
  }
  .all-os .font-04 {
    font-size: 22px;
  }
  .all-os .font-05 {
    font-size: 26px;
  }
  .all-os .font-06 {
    font-size: 22px;
  }
  .all-os .font-but {
    font-size: 22px;
  }
  .all-os .box-os::before {
    top: 64px;
    height: 552px;
  }
  .all-os .row.-VII::before {
    left: 325px;
  }
}
.about-us-main {
  padding-bottom: 80px;
  overflow: hidden;
}
.about-us-main .graphic {
  position: absolute;
  z-index: 0;
  z-index: -1;
}
.about-us-main .graphic.-L {
  top: 90px;
  left: -145px;
}
.about-us-main .graphic.-R {
  top: 50px;
  right: -30px;
}
.about-us-main .graphic.-I {
  top: 50%;
  left: -380px;
}
.about-us-main .graphic.-II {
  top: 40%;
  right: -380px;
}
.about-us-main .graphic.-III {
  bottom: 10%;
  right: -380px;
}

.board.board-content {
  margin-top: 5rem;
}
.board.board-content .items {
  row-gap: 5rem;
  padding: 0;
}
.board.board-content .items .item {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.board.board-content .items .item .link {
  display: block;
  margin: 0 2.5rem;
}
.board.board-content .items .item .link .cover {
  position: relative;
  overflow: hidden;
  padding-bottom: 126%;
}
.board.board-content .items .item .link .cover .lazy {
  -webkit-transition: All 400ms ease;
  transition: All 400ms ease;
}
.board.board-content .items .item .link:hover .thumb .cover .lazy {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.board.board-content .items .item .info .name {
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  color: #003e88;
  margin-top: 2rem;
}
.board.board-content .items .item .info .position {
  font-size: 30px;
  line-height: 1.2em;
  text-align: center;
  color: #707070;
  max-height: 4em;
}
.board.board-content .modal-items .modal-content {
  border-radius: 0;
}
.board.board-content .modal-items .modal-content .modal-body {
  padding: 4rem;
}
.board.board-content .modal-items .modal-content .modal-body .cover {
  position: relative;
  overflow: hidden;
  padding-bottom: 126%;
}
.board.board-content .modal-items .modal-content .modal-body .content {
  text-align: left;
  margin-left: 1rem;
}
.board.board-content .modal-items .modal-content .modal-body .content .head {
  background: -webkit-gradient(linear, left top, right top, from(rgb(219, 219, 219)), color-stop(30%, rgb(223, 223, 223)), to(rgb(244, 244, 244)));
  background: linear-gradient(90deg, rgb(219, 219, 219) 0%, rgb(223, 223, 223) 30%, rgb(244, 244, 244) 100%);
  padding: 1.4rem;
  border-bottom: 5px solid #e72c3a;
  color: #191919;
  margin-bottom: 1rem;
}
.board.board-content .modal-items .modal-content .modal-body .content .h-title {
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
}
.board.board-content .modal-items .modal-content .modal-body .content .s-title {
  font-size: 30px;
  line-height: 1;
}
.board.board-content .modal-items .modal-content .modal-body .content .title {
  font-size: 30px;
  font-weight: 600;
  color: #003e88;
  line-height: 1;
  margin-bottom: 1rem;
}
.board.board-content .modal-items .modal-content .modal-body .content .desc {
  font-size: 30px;
  line-height: 1.2em;
  color: #707070;
}
.board.board-content .modal-items .modal-content .modal-body .content .sline {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 15px 0;
}
.board.board-content .modal-items .modal-content .modal-body .content .line {
  margin-top: 12px;
  margin-bottom: 30px;
  height: 3px;
  width: 40px;
  background-color: #ec1f27;
}
.board.board-content .modal-items .modal-content .modal-footer {
  border-top: none;
  padding: 0;
}
.board.board-content .modal-items .modal-content .modal-footer button {
  background: #e72c3a;
  color: #fff;
  width: auto;
  padding: 0 1rem;
  min-width: auto;
  position: absolute;
  right: -15px;
  top: -15px;
}

@media (min-width: 576px) {
  .board-content .modal-dialog {
    max-width: 90%;
  }
}
@media (min-width: 1199px) {
  .board-content .modal-dialog {
    max-width: 800px;
  }
}
@media (min-width: 1440px) {
  .board-content .modal-dialog {
    max-width: 1000px;
  }
}
@media (min-width: 1600px) {
  .board-content .modal-dialog {
    max-width: 1200px;
  }
}
@media (max-width: 1600px) {
  .board.board-content .items {
    row-gap: 4rem;
  }
  .board.board-content .items .item .info .name {
    font-size: 34px;
    margin-top: 1.6rem;
  }
  .board.board-content .items .item .info .position {
    font-size: 28px;
  }
  .board.board-content .modal-items .modal-content .modal-body .content .h-title {
    font-size: 40px;
  }
  .board.board-content .modal-items .modal-content .modal-body .content .s-title,
  .board.board-content .modal-items .modal-content .modal-body .content .title,
  .board.board-content .modal-items .modal-content .modal-body .content .desc {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .board.board-content .items .item .info .name {
    font-size: 32px;
    margin-top: 1.6rem;
  }
  .board.board-content .items .item .info .position {
    font-size: 26px;
  }
  .board.board-content .modal-items .modal-content .modal-body .content .h-title {
    font-size: 36px;
  }
  .board.board-content .modal-items .modal-content .modal-body .content .s-title,
  .board.board-content .modal-items .modal-content .modal-body .content .title,
  .board.board-content .modal-items .modal-content .modal-body .content .desc {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .board.board-content .items .item .info .name {
    font-size: 30px;
    margin-top: 1.6rem;
  }
  .board.board-content .items .item .info .position {
    font-size: 24px;
  }
  .board.board-content .modal-items .modal-content .modal-body {
    padding: 3rem;
  }
  .board.board-content .modal-items .modal-content .modal-body .content .h-title {
    font-size: 32px;
  }
  .board.board-content .modal-items .modal-content .modal-body .content .s-title,
  .board.board-content .modal-items .modal-content .modal-body .content .title,
  .board.board-content .modal-items .modal-content .modal-body .content .desc {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .board.board-content .items {
    row-gap: 3rem;
  }
  .board.board-content .items .item .link .thumb {
    margin: 0;
  }
  .board.board-content .items .item .info .name {
    font-size: 28px;
    margin-top: 1.6rem;
  }
  .board.board-content .items .item .info .position {
    font-size: 22px;
  }
  .board.board-content .modal-items .modal-content .modal-body {
    padding: 3rem;
  }
  .board.board-content .modal-items .modal-content .modal-body .content .h-title {
    font-size: 30px;
  }
  .board.board-content .modal-items .modal-content .modal-body .content .s-title,
  .board.board-content .modal-items .modal-content .modal-body .content .title,
  .board.board-content .modal-items .modal-content .modal-body .content .desc {
    font-size: 22px;
  }
  .board.board-content .modal-items .modal-content .modal-body .content .title {
    margin-bottom: 0.6rem;
  }
  .board.board-content .modal-items .modal-content .modal-body .content .head {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .board-content .modal-dialog {
    margin: 1.5rem;
  }
  .board.board-content .modal-items .modal-content .modal-body {
    padding: 2rem;
  }
  .board.board-content .modal-items .modal-content .modal-body .thumb {
    margin: 0 auto;
  }
  .board.board-content .modal-items .modal-content .modal-body .content .h-title,
  .board.board-content .modal-items .modal-content .modal-body .content .s-title {
    text-align: center;
  }
  .board.board-content .modal-items .modal-content .modal-body .content .line {
    height: 2px;
    margin: 20px auto;
  }
  .board.board-content .items .item .link {
    margin: 0;
  }
  .board.board-content .items .item .info .name {
    font-size: 26px;
    margin-top: 1rem;
  }
  .board.board-content .items .item .info .position {
    font-size: 20px;
  }
  .board.board-content .modal-items .modal-content .modal-body {
    padding: 2rem;
  }
  .board.board-content .modal-items .modal-content .modal-body .content {
    margin-left: 0;
  }
  .board.board-content .modal-items .modal-content .modal-body .content .h-title {
    font-size: 28px;
  }
  .board.board-content .modal-items .modal-content .modal-body .content .s-title,
  .board.board-content .modal-items .modal-content .modal-body .content .title,
  .board.board-content .modal-items .modal-content .modal-body .content .desc {
    font-size: 20px;
  }
  .board.board-content .modal-items .modal-content .modal-body .content .title {
    margin-bottom: 0.6rem;
  }
  .board.board-content .modal-items .modal-content .modal-body .content .head {
    padding: 1rem;
  }
}
@media (max-width: 575px) {
  .board.board-content .items .item .modal-content .modal-body {
    padding: 1.4rem;
  }
  .board.board-content .items .item .modal-content .modal-body .thumb img {
    width: 100%;
  }
}
.corporate-governance-main .graphic {
  position: absolute;
  z-index: 0;
}
.corporate-governance-main .graphic.-I {
  top: 100px;
  left: 90px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.corporate-governance-main .graphic.-II {
  top: 300px;
  left: 35px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.corporate-governance-main .cg-content {
  margin-bottom: 4rem;
}
.corporate-governance-main .cg-content .desc {
  font-size: 18px;
  line-height: 1.6em;
  color: #202020;
  margin: 3rem 0;
}
.corporate-governance-main .cg-content .pdf-viewer {
  margin-bottom: 3rem;
}
.corporate-governance-main .cg-content .pdf-viewer iframe {
  width: 100%;
  height: 90vh;
  border-radius: 12px;
  border: 8px solid #ccc;
}
.corporate-governance-main .cg-content .cg-list ul.item-list {
  margin: 0 -1rem;
}
.corporate-governance-main .cg-content .cg-list ul.item-list li {
  width: 33.3333333333%;
  padding: 1rem 1rem;
}
.corporate-governance-main .cg-content .cg-list .link.-wrapper {
  display: block;
  padding: 25px 30px;
  background-color: #f0f0f0;
}
.corporate-governance-main .cg-content .cg-list .link.download-icon {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  right: 30px;
  font-size: 24px;
  color: #e72c3a;
}
.corporate-governance-main .cg-content .cg-list .link:hover {
  -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
}
.corporate-governance-main .cg-content .cg-list .content {
  font-size: 20px;
  line-height: 1.5em;
}
.corporate-governance-main .cg-content .cg-list .content .txt {
  font-weight: 500;
  color: #053e88;
  height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.corporate-governance-main .cg-content .cg-list .content .date {
  color: #888787;
}

@media (max-width: 1600px) {
  .corporate-governance-main .cg-content .desc,
  .corporate-governance-main .cg-content .cg-list .content {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .corporate-governance-main .cg-content .desc,
  .corporate-governance-main .cg-content .cg-list .content {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .corporate-governance-main .cg-content .desc,
  .corporate-governance-main .cg-content .cg-list .content {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .corporate-governance-main .cg-content .desc,
  .corporate-governance-main .cg-content .cg-list .content {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .corporate-governance-main .cg-content .desc,
  .corporate-governance-main .cg-content .cg-list .content {
    font-size: 18px;
  }
  .corporate-governance-main .cg-content .cg-list ul.item-list {
    margin: 0 -0.6rem;
  }
  .corporate-governance-main .cg-content .cg-list ul.item-list li {
    padding: 0.6rem;
    width: 50%;
  }
  .corporate-governance-main .cg-content .cg-list .link.-wrapper {
    padding: 20px 15px;
  }
  .corporate-governance-main .cg-content .pdf-viewer {
    margin-bottom: 2rem;
  }
  .corporate-governance-main .cg-content .pdf-viewer iframe {
    width: 100%;
    height: 480px;
  }
  .corporate-governance-main .cg-content .desc {
    margin: 2rem 0;
  }
  .corporate-governance-main .graphic.-I, .corporate-governance-main .graphic.-II {
    display: none;
  }
}
.policy-form .checkbox-control .icon {
  top: 4px;
}
.policy-form .checkbox-control .txt {
  font-size: 20px;
}
.policy-form .form-box {
  background-color: #F8F8F8;
  padding: 30px;
  margin-top: 30px;
}
.policy-form .form-box .editor-content {
  padding-top: 0;
  color: #191919;
}
.policy-form .form-box .editor-content p {
  color: #191919;
}
.policy-form .action {
  margin-top: 40px;
}
.policy-form .action .form-checkbox {
  padding-top: 0;
}
@media (min-width: 768px) {
  .policy-form .action .btn {
    min-width: 260px;
  }
}
.policy-form .form-checkbox {
  padding-top: 5px;
}
.policy-form .form-checkbox .checkbox-control + .checkbox-control {
  display: block;
  margin-top: 10px;
}

.policy-page {
  padding-top: 20px;
  padding-bottom: 60px;
}
.policy-page .default-nav-slider .item .link {
  cursor: pointer;
}
.policy-page .form-step {
  margin-bottom: 60px;
}

.form-step .nav-list > li {
  width: 50%;
}
.form-step .nav-list > li:not(:last-child) .step::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 20px;
  border-color: transparent transparent transparent transparent;
}
.form-step .step {
  position: relative;
  text-align: center;
  padding: 0 8px;
  height: 80px;
  line-height: 82px;
  border-bottom: 2px solid #ebebeb;
}
.form-step .step-1-active .step-1 {
  background-color: #01AEEF;
  color: #ffffff;
  font-weight: 700;
  border-bottom-color: #01AEEF;
}
.form-step .step-1-active .step-1::after {
  border-left-color: #01AEEF !important;
}
.form-step .step-2-active .step-1 {
  background-color: #3C74B7;
  border-bottom-color: #3C74B7;
  color: #ffffff;
  font-weight: 700;
}
.form-step .step-2-active .step-1::after {
  border-left-color: #3C74B7 !important;
  z-index: 1;
}
.form-step .step-2-active .step-2 {
  background-color: #01AEEF;
  border-bottom-color: #01AEEF;
  color: #ffffff;
  font-weight: 700;
}

.policy-list .item-list {
  margin: 0 -10px;
}
.policy-list .item-list li {
  width: 33.3333333333%;
  padding: 10px;
}
.policy-list .item-list li .link {
  min-height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 25px 15px 25px 20px;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}
.policy-list .item-list li .link .txt {
  color: #202020;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.2em;
  -webkit-line-clamp: 3;
  max-height: 3.6em;
}
.policy-list .item-list li .link:hover .txt {
  color: #3C74B7;
}

@media (max-width: 1440px) {
  .form-step .step {
    height: 70px;
    line-height: 72px;
  }
  .form-step .nav-list > li:not(:last-child) .step::after {
    right: -20px;
    border-width: 35px 0 35px 20px;
  }
}
@media (max-width: 1199px) {
  .form-step .step {
    height: 60px;
    line-height: 62px;
  }
  .form-step .nav-list > li:not(:last-child) .step::after {
    right: -18px;
    border-width: 30px 0 30px 18px;
  }
  .policy-form .checkbox-control .txt {
    font-size: 18px;
  }
  .policy-page .form-step {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .form-step .step {
    height: 44px;
    line-height: 46px;
  }
  .form-step .nav-list > li:not(:last-child) .step::after {
    right: -10px;
    border-width: 22px 0 22px 10px;
  }
  .policy-form .action {
    margin-top: 30px;
  }
  .policy-form .form-box {
    padding: 20px;
    margin-top: 20px;
  }
  .policy-page .form-step .nav-list > li:nth-child(1) {
    width: 40%;
  }
  .policy-page .form-step .nav-list > li:nth-child(2) {
    width: 60%;
  }
  .policy-page .form-step .step-2 {
    padding-right: 0;
  }
  .policy-page .form-step {
    margin-bottom: 40px;
  }
  .policy-form .checkbox-control .icon {
    top: 2px;
  }
  .policy-form .checkbox-control .txt {
    font-size: 16px;
  }
  .policy-list .item-list {
    margin: 0 -5px;
  }
  .policy-list .item-list li {
    width: 50%;
    padding: 5px;
  }
  .policy-list .item-list li .link {
    min-height: 90px;
    padding: 20px 10px 20px 15px;
  }
}
@media (max-width: 575px) {
  .policy-page .form-step .nav-list > li:nth-child(1) {
    width: 36%;
  }
  .policy-page .form-step .nav-list > li:nth-child(2) {
    width: 64%;
  }
  .policy-page .form-step {
    margin-bottom: 30px;
  }
  .policy-list .item-list li {
    width: 100%;
  }
  .policy-list .item-list li .link {
    min-height: 70px;
    padding: 15px 10px 15px 15px;
  }
  .policy-list .item-list li .link .icon img {
    width: 35px;
  }
}
.layout-container.error {
  margin-top: 0 !important;
}

.error-block {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #122A72;
}
.error-block .graphic {
  width: 600px;
  margin-bottom: 40px;
}
.error-block .h-title {
  font-size: 65px;
  font-weight: 700;
}
.error-block .title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.6em;
}
.error-block .desc {
  font-size: 22px;
  margin-bottom: 60px;
  line-height: 1.6em;
}

@media (max-width: 1600px) {
  .error-block .title {
    font-size: 50px;
  }
}
@media (max-width: 1440px) {
  .error-block .title {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .error-block .desc {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .error-block .graphic {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .error-block .title {
    font-size: 36px;
  }
  .error-block .desc {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .error-block .title {
    font-size: 34px;
  }
  .error-block .desc {
    font-size: 16px;
  }
}
/* layouts */
.layout-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}
.layout-header .navbar {
  padding: 40px 0;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.layout-header .navbar-nav .nav-item + .nav-item {
  margin-left: 20px;
}
.layout-header .nav-link {
  font-weight: 700;
  color: #122A72;
  -webkit-transition: 200ms;
  transition: 200ms;
  padding: 0;
}
.layout-header .nav-link:hover, .layout-header .nav-link:focus {
  color: #01AEEF;
}
.layout-header .nav-link.dropdown-toggle {
  position: relative;
  padding-right: 20px;
}
.layout-header .nav-link.dropdown-toggle::after {
  display: none;
}
.layout-header .nav-link.dropdown-toggle::before {
  content: "\e842";
  position: absolute;
  font-family: "feather" !important;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border: none;
}
.layout-header .navbar-nav .nav-item > .dropdown-menu {
  margin-top: 44px;
}
.layout-header .dropdown-menu {
  display: block !important;
  opacity: 0;
  border-radius: 0;
  border: 0;
  padding: 20px 0;
  background-image: url("../img/background/bg-submenu.webp");
  background-repeat: no-repeat;
  background-position: bottom center;
  -webkit-box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.layout-header .dropdown-menu li {
  position: relative;
  width: 100%;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.layout-header .dropdown-menu li .submenu {
  display: none;
  top: 0;
  left: 100%;
  border-left: 10px solid transparent;
  -webkit-clip-path: none;
          clip-path: none;
}
.layout-header .dropdown-menu li:hover .dropdown-item {
  color: #01AEEF;
}
.layout-header .dropdown-menu li:hover .submenu {
  display: block;
}
.layout-header .dropdown-menu .dropdown-item {
  font-size: 18px;
  font-weight: 500;
  color: #122A72;
  width: 100%;
  padding: 5px 20px;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.layout-header .dropdown-menu .dropdown-item:hover, .layout-header .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #01AEEF;
}
.layout-header .dropdown-menu .dropdown-item.show-shub::before {
  content: "\e844";
  position: absolute;
  font-family: "feather" !important;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  border: none;
  margin-top: -2px;
}
.layout-header .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  overflow: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.layout-header .nav-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-left: 40px;
}
.layout-header .nav-language .item-list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.layout-header .nav-language .item-list li .link {
  font-weight: 700;
  color: #CCCCCC;
  line-height: 0.8em;
}
.layout-header .nav-language .item-list li .link:hover, .layout-header .nav-language .item-list li .link.active {
  color: #122A72;
}
.layout-header .nav-language .item-list li + li {
  position: relative;
  margin-left: 20px;
}
.layout-header .nav-language .item-list li + li::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10px;
  height: 18px;
  border-left: 2px solid #122A72;
}
.layout-header.tiny .navbar {
  padding: 20px 0;
}
.layout-header.tiny .navbar-nav .nav-item > .dropdown-menu {
  margin-top: 24px;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

.header-social {
  position: fixed;
  z-index: 90;
  top: 35%;
  left: 20px;
  width: 60px;
}
.header-social .item-list li {
  width: 100%;
}
.header-social .item-list li + li {
  margin-top: 10px;
}
.header-social .item-list li .link {
  width: 60px;
  height: 60px;
  font-size: 26px;
  border: 3px solid #122A72;
  background-color: #ffffff;
  color: #122A72;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
.header-social .item-list li .link .fa {
  position: relative;
  top: 0;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.header-social .item-list li .link:hover {
  background-color: #01AEEF;
  color: #ffffff;
  border-color: #01AEEF;
}
.header-social .item-list li .link:hover .fa {
  top: -3px;
}
.header-social .item-list li .link.-line img {
  position: relative;
  top: 0;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.header-social .item-list li .link.-line:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  top: -3px;
}

.header-contact {
  position: fixed;
  z-index: 90;
  top: 30%;
  right: 0px;
  width: 100px;
}
.header-contact.visible-sm {
  display: none;
}
.header-contact .item-list li {
  width: 100%;
}
.header-contact .item-list li + li {
  margin-top: 2px;
}
.header-contact .item-list li .link {
  width: 100px;
  height: 100px;
  background-color: #3C74B7;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-contact .item-list li .link:hover {
  background-color: #95C93D;
}
.header-contact .item-list li .link:hover .wrapper .icon {
  top: -3px;
}
.header-contact .wrapper {
  padding: 8px;
}
.header-contact .wrapper .icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  position: relative;
  top: 0;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.header-contact .wrapper .txt {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
}

@media (max-width: 1440px) {
  .layout-header .navbar {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  .menu-mobile {
    display: block;
  }
  .layout-header .navbar {
    padding: 20px 0;
  }
  .layout-header .navbar .logo {
    width: 140px;
  }
  .layout-header .nav-language {
    position: absolute;
    right: 60px;
  }
  .layout-header .navbar-collapse {
    position: fixed;
    top: 67px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-top: 2px solid #122A72;
  }
  .layout-header .navbar-nav {
    overflow: auto;
    height: calc(100vh - 140px);
  }
  .layout-header .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
  .layout-header .nav-link.dropdown-toggle {
    padding-right: 0;
    border-bottom: 1px solid #ebebeb;
  }
  .layout-header .nav-link.dropdown-toggle::before {
    right: 30px;
  }
  .layout-header .nav-link {
    padding: 15px 30px;
    font-size: 18px;
  }
  .layout-header.tiny .navbar-nav .nav-item > .dropdown-menu,
  .layout-header .navbar-nav .nav-item > .dropdown-menu {
    margin-top: 0;
    height: 0;
    padding: 0;
  }
  .layout-header .navbar-nav .nav-item > .dropdown-menu.show {
    padding: 14px 0;
    height: auto;
  }
  .layout-header .dropdown-menu {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    border-bottom: 1px solid #ebebeb;
  }
  .layout-header .dropdown-menu li {
    padding: 0 60px;
  }
  .layout-header .dropdown-menu .dropdown-item {
    padding: 7px 0;
  }
  .layout-header .dropdown-menu .dropdown-item.show-shub::before {
    content: "\e842";
    right: 0;
  }
  .layout-header .navbar-nav .nav-item > .dropdown-menu.-level-2 {
    padding: 0;
  }
  .layout-header .navbar-nav .nav-item > .dropdown-menu.-level-2 .dropdown-item {
    padding: 14px 0;
  }
  .layout-header .dropdown-menu li .submenu {
    position: unset;
    padding: 0;
  }
  .layout-header .dropdown-menu li:hover .submenu {
    display: none;
  }
  .layout-header .dropdown-menu li .submenu > li {
    padding: 0 30px;
  }
  .layout-header .dropdown-menu li .submenu > .dropdown-item {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .menu-mobile-btn {
    width: 20px;
    height: 13px;
  }
  .layout-header .navbar .logo {
    width: 120px;
  }
  .layout-header .nav-language {
    right: 40px;
  }
  .layout-header .nav-link,
  .layout-header .dropdown-menu .dropdown-item {
    font-size: 16px;
  }
  .layout-header .nav-language .item-list li + li::before {
    left: -7.5px;
    height: 15px;
  }
  .layout-header .nav-language .item-list li + li {
    margin-left: 15px;
  }
}
@media (max-width: 575px) {
  .layout-header .navbar .logo {
    width: 100px;
  }
  .layout-header .nav-language .item-list li .link {
    font-size: 14px;
  }
  .layout-header .navbar-collapse {
    top: 62px;
  }
}
.layout-footer {
  position: relative;
  z-index: 2;
  padding: 100px 0;
  color: #ffffff;
  background-image: url(../img/background/bg-footer.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.layout-footer .topic {
  font-size: 76px;
  line-height: 1.3em;
  font-weight: 700;
  color: #ffffff;
  margin-top: 20px;
}
.layout-footer .title {
  font-weight: 700;
}
.layout-footer .desc {
  width: 75%;
}
.layout-footer .link {
  color: #ffffff;
}
.layout-footer .link:hover {
  color: #ffffff;
}
.layout-footer .link.policy:hover {
  text-decoration: underline;
}
.layout-footer .copyright {
  font-weight: 500;
}
.layout-footer .copyright span {
  color: #01AEEF;
}
.layout-footer .wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.layout-footer .wrapper .inner {
  border-top: 1px dashed #B7C5D8;
  padding-top: 15px;
  margin-top: 15px;
}
.layout-footer .btn {
  background-color: transparent;
  border: 1px solid #01AEEF;
  color: #ffffff;
}
.layout-footer .btn::before {
  background-color: #01AEEF;
}
.layout-footer .social-list li + li {
  margin-left: 20px;
}
.layout-footer .social-list .link img {
  -webkit-filter: grayscale(1) brightness(100);
          filter: grayscale(1) brightness(100);
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}
.layout-footer .social-list .link:hover img {
  -webkit-filter: unset;
          filter: unset;
}

@media (max-width: 1600px) {
  .layout-footer {
    padding: 90px 0;
  }
}
@media (max-width: 1440px) {
  .layout-footer {
    padding: 70px 0;
  }
  .layout-footer .topic {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .layout-footer {
    padding: 60px 0;
  }
  .layout-footer .topic {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .layout-footer {
    padding: 50px 0;
  }
  .layout-footer .logo {
    width: 140px;
  }
  .layout-footer .topic {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .layout-footer .wrapper {
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .container {
    max-width: inherit;
    width: 1210px;
  }
  .-text-xl {
    font-size: 56px;
  }
  .-text-lg {
    font-size: 30px;
  }
  .-text-md {
    font-size: 20px;
  }
  .font-head {
    font-size: 66px;
  }
  .font-sub {
    font-size: 30px;
  }
  .font-body, .editor-content, .editor-content p {
    font-size: 18px;
  }
  nav.menu li a.link {
    font-size: 20px;
  }
  nav.menu li + li {
    margin-left: 30px;
  }
  .header {
    padding: 0 30px;
  }
  .header .search-box {
    padding: 0 20px;
  }
  .header .language-box .link {
    width: 56px;
    height: 56px;
  }
  .header-social {
    left: 15px;
    width: 56px;
  }
  .header-social .item-list li .link {
    width: 56px;
    height: 56px;
    font-size: 24px;
    border-width: 2px;
  }
  .header-contact {
    width: 90px;
  }
  .header-contact .item-list li .link {
    width: 90px;
    height: 90px;
  }
  .header-contact .wrapper .icon {
    width: 36px;
    height: 36px;
  }
  .header-contact .wrapper .txt {
    font-size: 12px;
  }
  .header .search-box .link span {
    font-size: 30px;
  }
  .Totop .link {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
  .btn {
    padding: 0 8px;
    min-width: 180px;
    height: 55px;
    line-height: 51px;
    font-size: 20px;
  }
  .slick-prev, .slick-next {
    width: 56px;
    height: 56px;
    line-height: 64px;
    font-size: 28px;
  }
  .wg-service .graphic {
    width: 780px;
  }
  .wg-product .nav-tabs .nav-link {
    font-size: 28px;
    line-height: 76px;
  }
  .wg-five-product .h-title {
    font-size: 140px;
  }
  .wg-five-product-slideI .link {
    width: 70px;
    height: 70px;
    font-size: 70px;
  }
  .wg-five-product-slideII .content {
    padding-left: 30px;
  }
  .wg-five-product-slideIII {
    margin-right: -205px;
  }
  .wg-toBnoI .inner:after {
    width: 290px;
    height: 250px;
  }
  .wg-toBnoI .whead {
    width: 344px;
    height: 344px;
    padding: 45px 30px;
  }
  .wg-toBnoI-slider {
    margin-right: -200px;
    width: 1030px;
  }
  .wg-toBnoI-slider .slider .slick-prev {
    margin-left: 0px;
  }
  .wg-toBnoI-slider .slider .slick-next {
    margin-left: 70px;
  }
  .wg-toBnoI-slider .content {
    height: 55%;
    padding: 25px 30px;
  }
  .wg-toBnoI-slider .link:hover .content .font-body, .wg-toBnoI-slider .link:hover .content .editor-content, .wg-toBnoI-slider .link:hover .content .editor-content p, .editor-content .wg-toBnoI-slider .link:hover .content p {
    height: 9em;
    -webkit-line-clamp: 6;
  }
  .wg-investor-relations {
    padding-top: 80px;
    padding-bottom: 480;
  }
  .wg-investor-relations .download-list .link {
    padding: 26px 20px;
  }
  .wg-investor-relations .download-list .action {
    padding: 26px 20px;
  }
  .wg-news .graphic {
    width: 80%;
  }
  .wg-news .graphic svg {
    width: 100%;
    height: 100%;
  }
  .wg-news .logo {
    margin-left: -100px;
    margin-bottom: 30px;
    height: 60px;
  }
  .wg-news .logo .lazy {
    max-height: 100%;
  }
  .news-default .content {
    margin: 20px 0px 0 0px;
    padding-bottom: 60px;
  }
  .news-default .content .number {
    font-size: 280px;
  }
  .footer-credit .height {
    height: 90px;
  }
  .footer-credit .social .link {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
  .form-default .control-label,
  .form-default .form-control,
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 20px;
  }
  .form-default .form-attach .btn,
  .form-default .form-attach .txt {
    font-size: 26px;
  }
  .wg-overview .content {
    padding-bottom: 60px;
  }
  .wg-overview .content .title {
    font-size: 66px;
  }
  .wg-overview .overview-list .item .number strong {
    font-size: 80px;
    line-height: 80px;
  }
  .wg-service-menu .wrapper .font-sub {
    font-size: 24px;
  }
  .wg-aboutus {
    background-size: 1920px calc(100% - 320px);
  }
  .wg-news {
    background-size: 1920px calc(100% - 240px);
  }
  .wg-investor-relations {
    background-size: 1920px calc(100% - 240px);
  }
  .whead .font-head.h-title {
    font-size: 40px;
  }
}
@media (max-width: 1440px) {
  body {
    font-size: 16px;
  }
  .container {
    max-width: inherit;
    width: 1210px;
  }
  .-text-xl {
    font-size: 50px;
  }
  .-text-lg {
    font-size: 28px;
  }
  .-text-md {
    font-size: 18px;
  }
  .font-head {
    font-size: 56px;
  }
  .font-sub {
    font-size: 26px;
  }
  .font-body, .editor-content, .editor-content p {
    font-size: 16px;
  }
  nav.menu li a.link {
    font-size: 18px;
    line-height: 80px;
  }
  nav.menu li + li {
    margin-left: 25px;
  }
  .header .height {
    height: 80px;
  }
  .header .logo {
    width: 180px;
  }
  .header .search-box {
    padding: 0 15px;
  }
  .header .language-box .link {
    width: 50px;
    height: 50px;
  }
  .layout-header.tiny .header .height {
    height: 60px;
  }
  .layout-header.tiny nav.menu .nav-list > li > a.link {
    line-height: 60px;
  }
  .btn {
    min-width: 170px;
    height: 50px;
    line-height: 46px;
    font-size: 18px;
  }
  .btn .icon {
    font-size: 25px;
  }
  .slick-prev, .slick-next {
    font-size: 26px;
  }
  .main-slider .slick-dots {
    bottom: 45px;
  }
  .wg-product .nav-tabs .nav-link {
    font-size: 28px;
    line-height: 70px;
  }
  .product-default .content {
    padding: 15px 25px 40px 25px;
  }
  .wg-business-network-slider .content {
    padding: 15px 70px 20px 25px;
  }
  .wg-five-product .h-title {
    font-size: 120px;
  }
  .wg-toBnoI .inner:after {
    width: 240px;
    height: 200px;
  }
  .wg-toBnoI .whead {
    width: 330px;
    height: 330px;
  }
  .wg-toBnoI-slider {
    margin-right: -140px;
    width: 990px;
  }
  .wg-investor-relations {
    padding-top: 80px;
    padding-bottom: 500px;
  }
  .wg-news {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .wg-news .graphicII {
    width: 80%;
  }
  .wg-news .logo {
    margin-left: 0;
    margin-bottom: 25px;
    height: 40px;
  }
  .wg-career .graphic {
    width: 80%;
  }
  .form-default .control-label,
  .form-default .form-control,
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
  }
  .form-default .form-attach .btn,
  .form-default .form-attach .txt {
    font-size: 24px;
  }
  .top-graphic .wg-overview {
    padding-bottom: 60px;
  }
  .wg-overview .content {
    padding-bottom: 40px;
  }
  .wg-overview .content .title {
    font-size: 56px;
  }
  .wg-overview .content .font-body, .wg-overview .content .editor-content, .wg-overview .content .editor-content p, .editor-content .wg-overview .content p {
    margin-bottom: 20px;
  }
  .wg-overview .overview-list .item .icon img {
    width: 60px;
  }
  .wg-overview .overview-list .item .number strong {
    font-size: 60px;
    line-height: 60px;
  }
  .wg-service-menu .wrapper .font-sub {
    font-size: 22px;
  }
  .wg-investor-relations .investor-information .wrapper .thumb .cover {
    padding-bottom: 520px;
  }
  .wg-investor-relations .investor-information .wrapper .stock-info .stock-content {
    height: 440px;
  }
  .wg-investor-relations .investor-information .wrapper .thumb.-small .cover {
    padding-bottom: 245px;
  }
  .wg-investor-relations .investor-information .wrapper .stock-info .stock-content .title {
    font-size: 24px;
  }
  .wg-investor-relations .investor-information .wrapper .stock-info .stock-content .value strong {
    font-size: 38px;
  }
  .wg-investor-relations .investor-information .wrapper .font-sub {
    font-size: 22px;
  }
  .wg-investor-relations .investor-information .wrapper .stock-info .stock-content .stock-symbol {
    font-size: 24px;
  }
  .whead .font-head.h-title {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: inherit;
    width: 970px;
  }
  .-text-xl {
    font-size: 40px;
  }
  .-text-lg {
    font-size: 26px;
  }
  .-text-md {
    font-size: 17px;
  }
  .font-head {
    font-size: 46px;
  }
  .font-sub {
    font-size: 24px;
  }
  .font-body, .editor-content, .editor-content p {
    font-size: 16px;
  }
  nav.menu li a.link {
    font-size: 18px;
    line-height: 60px;
  }
  .header {
    position: relative;
    z-index: 98;
  }
  .header .height {
    height: 60px;
  }
  .layout-header.tiny .header .height {
    height: 60px;
  }
  .layout-header.tiny nav.menu .nav-list > li > a.link {
    line-height: 0.9;
  }
  .btn {
    min-width: 160px;
    height: 50px;
    line-height: 46px;
    font-size: 17px;
  }
  .btn .icon {
    font-size: 24px;
  }
  /*mobile-menu (start)*/
  .global-container {
    position: relative;
    overflow: hidden;
    right: 0;
  }
  .global-container .layout-header .overlay {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .global-container .layout-container {
    position: relative;
    right: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .global-container .site-footer {
    position: relative;
    right: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .global-container.sidebar-open .layout-header .overlay {
    opacity: 1;
    visibility: visible;
  }
  .global-container.sidebar-open .layout-container {
    right: 260px;
  }
  .global-container.sidebar-open .site-footer {
    right: 260px;
  }
  .layout-header > .container {
    position: relative;
    z-index: 99;
  }
  .layout-header .overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
  }
  .menu-mobile-btn {
    display: block;
  }
  nav.menu {
    position: fixed;
    z-index: 100;
    top: 62px;
    bottom: 0;
    width: 260px;
    right: -260px;
    padding-left: 0;
    background-color: #ffffff;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  nav.menu.open {
    right: 0;
  }
  nav.menu li {
    width: 100%;
  }
  nav.menu li + li {
    margin-left: 0;
    border-top: 1px solid #ebebeb;
  }
  nav.menu li:last-child {
    border-bottom: 1px solid #ebebeb;
  }
  nav.menu li a.link {
    line-height: 0.9;
    padding: 15px 20px;
  }
  nav.menu li a.link:before,
  nav.menu li a.link:after {
    display: none;
  }
  nav.menu li.active > a.link {
    background-color: #3C74B7;
    color: #ffffff;
  }
  nav.menu .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
    min-width: inherit;
    width: 100%;
    border: 0;
    border-top: 1px solid #ebebeb;
    border-radius: 0;
  }
  /*mobile-menu (end)*/
  .header .language-box {
    padding-right: 35px;
  }
  .header .language-box .link {
    width: 40px;
    height: 40px;
  }
  .header .language-box .item-list {
    margin: 0 -5px;
  }
  .header .language-box .item-list li {
    padding: 0 5px;
  }
  .header-social {
    left: 10px;
    width: 50px;
  }
  .header-social .item-list li .link {
    width: 50px;
    height: 50px;
    font-size: 22px;
    border-width: 1px;
  }
  .header-contact {
    width: 80px;
  }
  .header-contact .item-list li .link {
    width: 80px;
    height: 80px;
  }
  .header-contact .wrapper {
    padding: 4px;
  }
  .header-contact .wrapper .icon {
    width: 32px;
    height: 32px;
    margin: 0 auto 5px;
  }
  .header-contact .wrapper .txt {
    font-size: 10px;
  }
  .slick-dots {
    margin-top: 15px;
  }
  .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  .slick-dots li button:before {
    border-width: 0 6.5px 12px 6.5px;
  }
  .slick-prev, .slick-next {
    width: 46px;
    height: 46px;
    line-height: 52px;
    font-size: 24px;
  }
  .slick-prev {
    margin-left: -52px;
  }
  .slick-next {
    margin-right: -52px;
  }
  .main-slider .slick-dots {
    bottom: 35px;
  }
  .wg-product {
    padding-top: 40px;
  }
  .wg-product .nav-tabs .nav-link {
    font-size: 24px;
    line-height: 60px;
  }
  .wg-product-slider {
    padding-bottom: 70px;
  }
  .product-default .content {
    padding: 12px 20px 36px 20px;
    margin: -15px 20px 0 20px;
  }
  .product-default .content .icon {
    top: 4px;
    font-size: 22px;
  }
  .product-default .link:hover .content {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  }
  .wg-business-network {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .wg-business-network .graphic.-L {
    left: 20px;
    width: 15%;
  }
  .wg-business-network .graphic.-R {
    right: 0;
    width: 30%;
  }
  .wg-business-network-slider {
    width: 750px;
  }
  .wg-business-network-slider .content {
    padding: 15px 45px 15px 20px;
  }
  .wg-business-network-slider .content .icon {
    font-size: 24px;
  }
  .wg-five-product .graphic.-L {
    top: 0;
    left: -40px;
  }
  .wg-five-product .graphic.-BT {
    width: 70%;
  }
  .wg-five-product .h-title {
    font-size: 90px;
  }
  .wg-five-product-slideI {
    padding-top: 40px;
    width: 420px;
    margin: 0 -5px;
  }
  .wg-five-product-slideI .item {
    padding: 0 5px;
  }
  .wg-five-product-slideI .link {
    width: 60px;
    height: 60px;
    font-size: 60px;
  }
  .wg-five-product-slideII {
    padding-top: 40px;
  }
  .wg-five-product-slideII .thumb {
    width: 70px;
  }
  .wg-five-product-slideII .thumb .cover {
    padding-bottom: 70px;
  }
  .wg-five-product-slideII .content {
    padding-left: 20px;
  }
  .wg-five-product-slideIII {
    margin-right: -57px;
  }
  .wg-five-product-slideIII .thumb .cover {
    padding-bottom: 80%;
  }
  .wg-toBnoI {
    padding-bottom: 60px;
  }
  .wg-toBnoI .graphic {
    right: -30%;
    width: 50%;
  }
  .wg-toBnoI .inner:before {
    width: 512px;
  }
  .wg-toBnoI .inner:after {
    width: 140px;
    height: 130px;
  }
  .wg-toBnoI .height {
    height: 470px;
  }
  .wg-toBnoI-slider {
    margin-right: -80px;
    width: 660px;
  }
  .wg-toBnoI-slider .slider .slick-next {
    margin-left: 60px;
  }
  .wg-toBnoI-slider .slider .slick-prev,
  .wg-toBnoI-slider .slider .slick-next {
    bottom: -60px;
  }
  .wg-toBnoI-slider .content {
    height: 50%;
  }
  .wg-investor-relations {
    padding-top: 50px;
    padding-bottom: 400px;
  }
  .wg-investor-relations .box-L {
    padding-right: 0;
    padding-bottom: 40px;
  }
  .wg-investor-relations .box-R {
    width: 100%;
  }
  .wg-more-link .thumb .cover {
    padding-bottom: 70%;
  }
  .wg-news {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .wg-news .container > .row > div {
    position: static;
  }
  .wg-news .logo {
    margin-bottom: 15px;
    height: 30px;
    text-align: center;
  }
  .news-default .thumb .cover {
    padding-bottom: 65%;
  }
  .news-default .content {
    margin: 10px 0px 0 0px;
    padding-bottom: 40px;
  }
  .wg-career {
    padding-top: 50px;
  }
  .wg-career .thumb {
    display: none;
  }
  .wg-career .container {
    padding-bottom: 70px;
  }
  .wg-career .container > .row > div {
    position: static;
  }
  .wg-career .whead {
    text-align: center;
  }
  .wg-career .action {
    position: absolute;
    padding-top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .wg-career .content {
    padding-top: 0;
  }
  .Totop .link {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .footer-contact .report-complaint {
    padding: 20px 20px 0px;
  }
  .footer-credit .height {
    height: 70px;
  }
  .footer-credit .social .link {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
  .form-default .control-label,
  .form-default .form-control,
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 17px;
  }
  .form-default .form-attach .btn,
  .form-default .form-attach .txt {
    font-size: 22px;
  }
  .form-default .form-control {
    border-width: 1px;
    padding: 10px 25px;
    min-height: 50px;
  }
  .form-control-feedback {
    top: 15px;
    right: 20px;
  }
  .form-default .form-attach {
    padding: 0 10px;
    border-width: 1px;
  }
  .form-default .form-attach .height {
    height: 50px;
  }
  .form-default .form-attach .txt {
    padding-left: 15px;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 25px;
    padding-right: 45px;
    line-height: 48px;
  }
  .select2-container--default .select2-selection--single {
    height: 50px;
    border-width: 1px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 20px;
  }
  .checkbox-control .icon {
    top: 2px;
  }
  .footer-credit .txt {
    font-size: 15px;
  }
  .main-slider .cover {
    padding-bottom: 600px;
  }
  .wg-overview .overview-list .item .icon img {
    width: 55px;
  }
  .wg-overview .overview-list .item .number strong {
    font-size: 50px;
    line-height: 50px;
  }
  .wg-aboutus .about-menu {
    width: 780px;
  }
  .wg-service {
    padding: 80px 0;
  }
  .wg-service .graphic {
    width: 480px;
  }
  .wg-service .wg-service-menu {
    margin-top: 30px;
  }
  .wg-service-menu .wrapper {
    padding: 20px 25px;
  }
  .wg-service-menu .wrapper .font-sub {
    font-size: 20px;
  }
  .wg-news .wg-news-slider {
    margin-top: 40px;
  }
  .wg-news-slider .news-default .content .feather {
    width: 34px;
    height: 34px;
  }
  .wg-investor-relations .investor-information .wrapper .thumb .cover {
    padding-bottom: 460px;
  }
  .wg-investor-relations .investor-information .wrapper .thumb.-small .cover {
    padding-bottom: 215px;
  }
  .wg-investor-relations .investor-information .wrapper .stock-info .stock-content {
    height: 383px;
    padding: 30px;
  }
  .wg-investor-relations .investor-information .wrapper .stock-info .stock-content .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .wg-investor-relations .investor-information .wrapper .stock-info .stock-content .value strong {
    font-size: 28px;
  }
  .wg-investor-relations .investor-information .wrapper .stock-info .stock-content .stock-symbol {
    font-size: 20px;
  }
  .wg-investor-relations .investor-information .wrapper .stock-info .stock-content .desc {
    margin-bottom: 20px;
  }
  .wg-investor-relations .investor-information .wrapper .stock-info .stock-content .feather {
    width: 34px;
    height: 34px;
  }
  .wg-investor-relations .investor-information .wrapper .content .action .feather {
    width: 34px;
    height: 34px;
  }
  .wg-news {
    background-size: 1200px calc(100% - 180px);
  }
  .wg-investor-relations {
    background-size: 1200px calc(100% - 180px);
  }
  .whead .font-head.h-title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: inherit;
    width: 100%;
  }
  .-text-xl {
    font-size: 38px;
  }
  .-text-lg {
    font-size: 22px;
  }
  .-text-md {
    font-size: 16px;
  }
  .font-head {
    font-size: 36px;
  }
  .font-sub {
    font-size: 24px;
  }
  .font-body, .editor-content, .editor-content p {
    font-size: 16px;
  }
  .header-social {
    display: none;
  }
  .header-contact.hidden-sm {
    display: none;
  }
  .header-contact.visible-sm {
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .header-contact .item-list li {
    width: 33.3333333333%;
  }
  .header-contact .item-list li + li {
    margin-top: 0;
    border: 0;
    position: relative;
  }
  .header-contact .item-list li + li:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background-color: #dd1a2a;
  }
  .header-contact .item-list li .link {
    width: 100%;
    height: 86.66px;
    padding: 0;
  }
  nav.menu .nav-list {
    height: calc(100vh - 150px);
    overflow: auto;
  }
  .btn {
    min-width: 150px;
    height: 46px;
    line-height: 42px;
    font-size: 16px;
  }
  .btn .icon {
    font-size: 22px;
  }
  .wg-product .graphic.-L {
    top: 170px;
    left: -60px;
    width: 30%;
  }
  .wg-product .nav-tabs .nav-link {
    font-size: 24px;
  }
  .wg-business-network-slider {
    width: 100%;
  }
  .wg-five-product .h-title {
    font-size: 70px;
  }
  .wg-five-product .content-info {
    text-align: center;
  }
  .wg-five-product-slideI {
    margin: 0 auto;
  }
  .wg-five-product-slideII {
    width: 420px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .wg-five-product-slideIII {
    margin-right: -30px;
    margin-left: -30px;
  }
  .wg-five-product-slideIII .thumb .cover {
    padding-bottom: 60%;
  }
  .wg-toBnoI .whead {
    width: 354px;
    height: 354px;
  }
  .wg-toBnoI .inner:before {
    width: 440px;
  }
  .wg-toBnoI-slider {
    margin-right: 0;
    width: 354px;
  }
  .wg-toBnoI-slider .slider.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .wg-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .news-default .content .font-body, .news-default .content .editor-content, .news-default .content .editor-content p, .editor-content .news-default .content p {
    padding-right: 20px;
  }
  .news-default .content .number {
    font-size: 150px;
    line-height: 0.5;
  }
  .footer-contact .contact-box .row > div + div {
    margin-top: 15px;
  }
  .footer-contact .report-complaint .inner {
    width: auto;
    padding-right: 190px;
  }
  .footer-contact .report-complaint .action {
    margin-right: 0;
  }
  .footer-credit .height {
    height: auto;
    padding: 15px 0;
  }
  .footer-credit .txt {
    text-align: center;
  }
  .footer-credit .social {
    width: 320px;
    padding-top: 15px;
    margin: 0 auto;
  }
  .form-default .control-label,
  .form-default .form-control,
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
  }
  .form-default .form-attach {
    margin-top: 10px;
  }
  .form-default .form-attach .btn,
  .form-default .form-attach .txt {
    font-size: 20px;
  }
  .form-default .form-checkbox {
    padding-top: 10px;
  }
  .footer-credit .txt {
    font-size: 16px;
  }
  .header-contact .wrapper .txt {
    font-size: 22px;
  }
  .wg-aboutus {
    padding: 60px 0;
  }
  .wg-aboutus .about-menu {
    width: 100%;
  }
  .wg-service {
    padding: 60px 0;
  }
  .wg-investor-relations {
    padding-bottom: 300px;
  }
  .wg-service .graphic {
    width: 100%;
  }
  .top-graphic .wg-overview .content {
    width: 100%;
  }
  .wg-overview .overview-list .item .icon img {
    width: 50px;
  }
  .wg-overview .overview-list .item .number strong {
    font-size: 40px;
    line-height: 40px;
  }
  .slick-dots li {
    margin: 0 5px;
  }
  .whead .font-head.h-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .container {
    max-width: inherit;
    width: 100%;
  }
  .-text-xl {
    font-size: 36px;
  }
  .-text-lg {
    font-size: 20px;
  }
  .-text-md {
    font-size: 14px;
  }
  .font-head {
    font-size: 32px;
  }
  .font-sub {
    font-size: 22px;
  }
  .font-body, .editor-content, .editor-content p {
    font-size: 14px;
  }
  .header .logo {
    width: 130px;
  }
  .header .search-box {
    padding: 0 5px;
  }
  .main-slider .slick-dots {
    bottom: 25px;
  }
  .slick-dots li {
    margin: 0 3px;
  }
  .slick-dots li button {
    width: 9px;
    height: 9px;
  }
  .wg-product .nav-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    margin: 0 -30px;
  }
  .wg-product .nav-tabs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .wg-product .nav-tabs .nav-item {
    width: auto;
  }
  .wg-product .nav-tabs .nav-link {
    width: 230px;
  }
  .product-default .content {
    padding: 10px 15px 31px 15px;
    margin: -10px 10px 0 10px;
  }
  .wg-business-network {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .wg-business-network-slider .item {
    width: 100%;
  }
  .wg-business-network-slider .content {
    padding: 15px 55px 15px 20px;
  }
  .wg-five-product-slideI {
    padding-top: 30px;
    width: 300px;
  }
  .wg-five-product-slideI .link {
    width: 50px;
    height: 50px;
    font-size: 40px;
  }
  .wg-five-product-slideII {
    width: 300px;
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .wg-five-product-slideII .thumb {
    width: 60px;
  }
  .wg-five-product-slideII .thumb .cover {
    padding-bottom: 60px;
  }
  .wg-toBnoI .inner:before {
    width: auto;
    right: 0;
  }
  .wg-toBnoI .inner:after {
    display: none;
  }
  .wg-toBnoI .height {
    height: auto;
    padding: 30px 0;
  }
  .wg-toBnoI .whead {
    width: 100%;
    height: auto;
  }
  .wg-toBnoI-slider {
    width: auto;
  }
  .wg-video {
    padding-top: 20px;
  }
  .wg-investor-relations .market-news .date-box {
    border-right: 0;
  }
  .wg-investor-relations .download-list .link {
    padding: 10px 15px;
  }
  .wg-investor-relations .download-list .file-icon {
    font-size: 24px;
  }
  .wg-investor-relations .download-list .content {
    padding: 0 15px;
  }
  .wg-investor-relations .download-list .download-icon {
    font-size: 20px;
  }
  .wg-investor-relations .download-list .action {
    padding: 15px 15px;
  }
  .wg-more-link .item-list > li {
    width: 100%;
  }
  .wg-more-link .thumb .cover {
    padding-bottom: 50%;
  }
  .wg-career {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .wg-career .date-box .inner {
    height: auto;
  }
  .wg-career .date-box {
    border-right: 0;
  }
  .wg-career .date {
    padding-right: 0;
  }
  .footer-contact {
    padding-top: 30px;
  }
  .footer-contact .contact-box .row {
    padding-bottom: 30px;
  }
  .footer-contact .contact-box .row + .row {
    padding-top: 20px;
  }
  .footer-contact .contact-box .visible-xs {
    display: block;
    font-size: 0;
    line-height: 0.1;
  }
  .footer-contact .report-complaint .inner {
    padding-right: 0;
  }
  .footer-contact .report-complaint .action .item-list {
    margin: 0 -3px;
  }
  .footer-contact .report-complaint .action .item-list li {
    width: 50%;
    padding: 3px;
  }
  .footer-credit .social {
    width: 221px;
  }
  .footer-credit .social .txt {
    display: none;
  }
  .form-default .control-label,
  .form-default .form-control,
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
  }
  .form-default .form-attach .btn,
  .form-default .form-attach .txt {
    font-size: 18px;
  }
  .header-contact .wrapper .txt {
    font-size: 18px;
  }
  .footer-credit .txt {
    font-size: 14px;
  }
  .wg-aboutus {
    padding: 40px 0 20px 0;
  }
  .wg-service {
    padding: 40px 0;
  }
  .wg-news {
    padding: 40px 0;
  }
  .wg-aboutus .about-menu {
    margin-top: 20px;
  }
  .wg-aboutus .about-menu .wrapper {
    height: 260px;
    margin-bottom: 20px;
  }
  .wg-service-slider .slick-list {
    margin: 0 -7px;
  }
  .wg-service-slider .slick-list .item {
    padding: 0 7px;
  }
  .wg-service-slider .slick-dots {
    margin-top: 0;
  }
  .wg-service-slider.slick-dotted {
    margin-bottom: 20px;
  }
  .wg-news {
    background-size: cover;
  }
  .wg-news-slider .slick-list {
    margin: 0 -7px;
  }
  .wg-news-slider .news-default .content {
    padding: 20px;
  }
  .wg-news-slider .item {
    padding: 0 7px;
  }
  .wg-news-slider .news-default .content .feather {
    width: 30px;
    height: 30px;
  }
  .wg-investor-relations .investor-information .wrapper {
    margin-bottom: 20px;
  }
  .wg-investor-relations {
    padding-bottom: 260px;
  }
  .wg-investor-relations .investor-information .wrapper .thumb .cover,
  .wg-investor-relations .investor-information .wrapper .thumb.-small .cover {
    padding-bottom: 220px;
  }
  .wg-investor-relations .investor-information .wrapper .stock-info .stock-content {
    height: auto;
    padding: 20px;
  }
  .wg-investor-relations .investor-information .wrapper .stock-info .stock-content .title {
    font-size: 20px;
  }
  .wg-investor-relations .investor-information .wrapper .stock-info .stock-content .value strong {
    font-size: 24px;
  }
  .wg-investor-relations .investor-information .wrapper .stock-info .stock-content .feather {
    width: 30px;
    height: 30px;
  }
  .wg-investor-relations .investor-information .wrapper .stock-info .thumb {
    display: none;
  }
  .wg-investor-relations .investor-information .wrapper .stock-info .content {
    position: relative;
  }
  .wg-investor-relations .investor-information .wrapper .content .action .feather {
    width: 30px;
    height: 30px;
  }
  .wg-investor-relations .investor-information .wrapper:hover .stock-info {
    background: #ffffff;
  }
  .wg-investor-relations .investor-information .wrapper .stock-info .font-sub {
    padding: 20px;
  }
  .wg-investor-relations .investor-information .wrapper .content {
    padding: 20px;
  }
  .wg-investor-relations .investor-information .wrapper .content .action {
    right: 20px;
    bottom: 20px;
    height: 20px;
  }
  .main-slider .cover {
    padding-bottom: 500px;
  }
  .top-graphic .wg-overview {
    padding-bottom: 40px;
  }
  .wg-overview .overview-list .item .icon img {
    width: 44px;
  }
  .wg-overview .overview-list .item .number strong {
    font-size: 30px;
    line-height: 30px;
  }
  .wg-overview .overview-list .item .desc {
    font-size: 14px;
  }
  .slick-dots {
    margin-top: 10px;
  }
  .wg-aboutus {
    background-size: 1200px calc(100% - 160px);
  }
  .wg-news {
    background-size: 1200px calc(100% - 160px);
  }
  .wg-investor-relations {
    background-size: 1200px calc(100% - 160px);
  }
  .wg-service .wg-service-menu {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .whead .font-head.h-title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: inherit;
    width: 100%;
  }
  .wg-product .nav-tabs .nav-link {
    font-size: 22px;
  }
  .wg-aboutus .about-menu .wrapper {
    height: 240px;
  }
  .slick-dots {
    margin-top: 5px;
  }
  .wg-overview .content .font-head {
    text-align: center;
  }
  .wg-overview .content .font-body, .wg-overview .content .editor-content, .wg-overview .content .editor-content p, .editor-content .wg-overview .content p {
    text-align: center;
  }
  .top-graphic .wg-overview .content .action {
    text-align: center;
  }
  .main-slider .cover {
    padding-bottom: 480px;
  }
}/*# sourceMappingURL=source.css.map */