@charset "UTF-8";
/*padding/margin setting*/
/*RWD*/
/***** header *****/
@media screen and (max-width: 461px) {
  .logo {
    width: 14rem;
  }
}

.logo-img {
  content: url(../images/logo.png);
  max-height: 60px;
}

@media screen and (max-width: 460px) {
  .logo-img {
    max-height: 40px;
  }
}

@media (min-width: 992px) {
  .auset .navbar-nav {
    height: 50px;
  }
}

@media screen and (max-width: 460px) {
  .bt-20 {
    margin-top: 20px;
  }
}

.header {
  border-top: 10px solid #394479;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header .bg-light {
  background-color: #FFFFFF !important;
}

.header .navbar {
  height: 100%;
  z-index: 500;
}

.header .navbar-toggler {
  border: 0;
}

@media screen and (max-width: 460px) {
  .header {
    height: 60px;
  }
}

.dropdown-item {
  padding: 2em .5em;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
}

.dropdown-item:hover .d-menu-icon:after {
  content: '';
  margin-right: 1em;
}

.dropdown-item:hover .d-menu-cont {
  text-decoration: underline;
}

.dropdown-toggle::after {
  border: none;
  content: "";
  margin: 0;
  vertical-align: 0;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: static;
}

.dropdown.show .dropdown-toggle {
  position: relative;
}

.dropdown.show .dropdown-toggle:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 8px 10px;
  border-color: transparent transparent rgba(29, 100, 164, 0.8) transparent;
  position: absolute;
  bottom: -19px;
  margin: auto;
  left: 0;
  right: 0;
}

.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  width: 100%;
  padding: 0rem 20%;
  left: 0;
  max-height: 0;
  -webkit-transition: max-height .25s;
  transition: max-height .25s;
  background: white;
  border-radius: 0;
  border: none;
}

.dropdown .dropdown-menu a {
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
}

.dropdown .dropdown-menu.show {
  max-height: 200px;
  opacity: 1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-left: solid 1px !important;
  border-right: solid 1px !important;
  border-bottom: solid 1px !important;
  border-color: #a1a1a1 !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0px 10px 12px -10px #bebebe !important;
          box-shadow: 0px 10px 12px -10px #bebebe !important;
}

.logo {
  height: auto;
}

.logo span {
  color: #394479;
  font-weight: 600;
}

.navbar-collapse {
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  height: 100%;
}

.navbar-collapse.collapse.show {
  z-index: 1000;
  background-color: #FFFFFF;
}

.collapse.show {
  visibility: visible;
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: none;
  transition-timing-function: none;
  z-index: 2000;
  opacity: 0;
}

.collapsing.width {
  -webkit-transition-property: width, visibility;
  transition-property: width, visibility;
  width: 0;
  height: auto;
}

.dropdown .dropdown-menu.show {
  border-left: solid 0px !important;
  border-right: solid 0px !important;
  border-bottom: solid 0px !important;
  -webkit-box-shadow: 0px 0px 0px 0px #bebebe !important;
  box-shadow: 0px 0px 0px 0px #bebebe !important;
}

.dropdown .dropdown-menu {
  background: linear-gradient(-30deg, rgba(31, 126, 210, 0.9) 40%, rgba(29, 100, 164, 0.9) 40%);
}

.dropdown-item {
  padding: 2em .5em;
}

.dropdown.show .dropdown-toggle:after {
  display: none;
}

.header {
  background-color: #00a0e8;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.dropdown .dropdown-menu.show {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

@media screen and (min-width: 1199px) {
  .navbar {
    padding: 0.5rem 10%;
  }
}

.p-logo img {
  max-width: 150px;
  margin-bottom: 30px;
}

.c-logo img {
  max-width: 150px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .p-logo img {
    max-width: 130px;
    margin-bottom: 20px;
  }
}

@media (max-width: 460px) {
  .p-logo img {
    max-width: 100px;
    margin-bottom: 20px;
  }
  .c-logo img {
    max-width: 90px;
    margin-bottom: 30px;
  }
}

/***** banner *****/
.main-focus-banner {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.banner-img {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .banner-img {
    height: 270px;
  }
}

@media (max-width: 767px) {
  .banner-img {
    height: 220px;
  }
}

.index-banner-img {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .index-banner-img {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .index-banner-img {
    height: 350px;
  }
}

.about-banner {
  background-image: url(../images/about_banner.png);
}

.index-banner {
  background-image: url(../images/index/banner2.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-blue,
.banner-yellow {
  font-size: 90px;
  font-weight: bold;
}

@media (max-width: 1000px) {
  .banner-blue,
  .banner-yellow {
    font-size: 60px;
  }
}

.banner-blue {
  color: #394479;
}

.banner-yellow {
  color: #F7B52C;
}

.banner-slogan {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .banner-slogan {
    font-size: 18px;
  }
}

.banner-core-icon {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 1200px) {
  .banner-core-icon {
    font-size: 16px;
  }
}

.banner-core-icon img {
  width: 130px;
}

@media (max-width: 1440px) {
  .banner-core-icon img {
    max-width: 100px;
  }
}

@media (max-width: 768px) {
  .banner-core-icon img {
    max-width: 80px;
  }
}

@media (max-width: 425px) {
  .banner-core-icon img {
    max-width: 60px;
  }
}

.core-text {
  border-bottom: 2px #ffa93e solid;
}

.product-banner {
  background-image: url(../images/products_banner.png);
}

.news-banner {
  background-image: url(../images/news_banner.png);
}

.product-bg {
  width: 100%;
  height: auto;
  background-image: url(../images/products_banner.png);
  background-size: cover;
  background-position: center;
}

.success-bg {
  width: 100%;
  height: auto;
  background-image: url(../images/success_banner.png);
  background-size: cover;
  background-position: center;
}

.news-bg {
  width: 100%;
  height: auto;
  background-image: url(../images/news_banner.png);
  background-size: cover;
  background-position: center;
}

.customer-bg {
  width: 100%;
  height: auto;
  background-image: url(../images/customer_banner.png);
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .customer-bg {
    background-image: none;
  }
}

/****** 文字 ******/
/* padding margin setting*/
/*字體*/
body {
  font-family: Arial, Helvetica, sans-serif, "PingFang TC";
}

h1 {
  font-size: 24px;
}

h2,
.h2 {
  font-size: 22px;
}

h3,
.h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

.font-weight {
  font-weight: bold;
}

.font-blue {
  color: #394479 !important;
}

.font-yellow {
  color: #F7B52C !important;
}

.font-white {
  color: #FFFFFF;
}

.nav-text {
  color: #FFFFFF !important;
}

@media screen and (min-width: 992px) {
  .nav-text {
    color: #394479 !important;
  }
}

.btn-primary {
  border-radius: 5px;
  background-color: #394479;
  color: #FFFFFF;
  height: 30px;
  border: none;
}

.btn-primary:hover {
  background-color: #F7B52C;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-logo-text {
  font-size: 30px;
}

@media screen and (max-width: 460px) {
  .font-logo-text {
    display: none;
  }
}

.nav-item {
  font-size: 18px;
}

.about-logo-text {
  height: 32px;
}

@media screen and (max-width: 460px) {
  .about-logo-text {
    height: 20px;
  }
}

.line-height-25 {
  line-height: 25px;
}

.line-height-30 {
  line-height: 30px;
}

.box-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .box-title {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .box-title {
    margin-bottom: 15px;
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 460px) {
  .box-title {
    font-size: 22px;
  }
}

.box-title-yellow {
  color: #F7B52C;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .box-title-yellow {
    font-size: 16px;
  }
}

.box-title-blue {
  color: #394479;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .box-title-blue {
    font-size: 18px;
  }
}

.customer-intro {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media (max-width: 576px) {
  .customer-intro {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.footer-icon a {
  border: 2px solid #FFF;
  padding: 8px;
  font-size: 20px;
  border-radius: 999em;
  width: 35px;
  height: 35px;
}

.footer-icon i {
  text-align: center;
  height: 20px;
  width: 22px;
}

.footer-icon a:hover {
  background-color: #F7B52C;
}

.footer-icon a:hover i {
  font-weight: bold;
  color: #394479;
}

.logo:hover {
  text-decoration: none;
}

.logo:hover span {
  color: #F7B52C !important;
}

.logo span {
  vertical-align: middle;
}

.nav-link:hover {
  border-radius: 20px;
  background-color: rgba(172, 205, 242, 0.3);
}

.news_date {
  min-width: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-banner-title {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  font-weight: bold;
  font-size: 20px;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  .page-banner-title {
    font-size: 35px;
    line-height: 3rem;
  }
}

@media (min-width: 1280px) {
  .page-banner-title {
    font-size: 40px;
    line-height: 3.5rem;
  }
}

.page-title {
  font-size: 28px;
  font-weight: bold;
  color: #394479;
}

@media (max-width: 991px) {
  .page-title {
    font-size: 24px;
  }
}

@media (max-width: 425px) {
  .page-title {
    font-size: 20px;
  }
}

.products-box a {
  text-decoration: none;
  color: black;
}

.sub-title {
  font-size: 28px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .sub-title {
    font-size: 24px;
  }
}

@media (max-width: 425px) {
  .sub-title {
    font-size: 20px;
  }
}

.sub-title:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 24px;
  background: #F7B52C;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .sub-title:before {
    height: 18px;
  }
}

.text-underline {
  text-decoration: underline;
}

.ver-customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #394479;
  font-weight: bold;
  margin: 0 0 0 10px;
  text-align: left;
}

@media (min-width: 576px) {
  .ver-customer {
    text-align: right;
    margin: 0 10px 0 0;
  }
}

.member-point {
  font-weight: bold;
  color: #394479 !important;
}

.news-modal .modal-title {
  font-weight: bold;
  color: #394479;
  font-size: 22px;
}

@media (max-width: 576px) {
  .news-modal .modal-title {
    font-size: 20px;
  }
}

.news-modal .modal-header {
  border-bottom: none;
}

.news-modal .modal-footer {
  border-top: none;
}

.modal-point {
  cursor: pointer;
}

.modal-point:hover {
  font-weight: bold;
  color: #394479;
}

.contact-com {
  font-weight: bold;
  color: #394479;
}

.contact-modal .line {
  border-bottom: 2px dotted #394479;
}

.contact-modal .fa {
  color: #394479;
}

.contact-modal .footer-icon a {
  border: 1.5px solid #394479;
}

ul li {
  list-style-type: none;
}

.list-line li {
  border-bottom: 2px solid #ACCDF2;
}

.history_project li {
  border-bottom: solid 2px #ACCDF2;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .box-right {
    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;
  }
}

@media screen and (min-width: 1199px) {
  .content-box {
    padding: 20px 15%;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .content-box {
    padding: 20px 20%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .content-box {
    padding: 20px 40px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .content-box {
    padding: 20px 20px;
    margin-bottom: 20px;
  }
}

.corebeliefs-box {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  padding: 20px 0px;
}

.news-box {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  border: 2px solid #ACCDF2;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .news-box {
    padding: 20px 15px;
  }
}

.partner-box {
  padding-left: 40%;
}

.products-box {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 15px 10px;
  min-height: 237px;
}

@media screen and (max-width: 1199px) {
  .products-box {
    padding: 15px 0px;
  }
}

.products-box:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 15px #FFF;
          box-shadow: 0 0 15px #FFF;
}

@media (max-width: 576px) {
  .products-area .col-12:not(:last-child) {
    margin-bottom: 10px;
  }
}

.success-box {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 30px 20px;
  text-align: justify;
}

@media (max-width: 767px) {
  .customer-bg,
  .partner-box {
    padding: 0;
  }
}

.p-logo img {
  max-width: 155px;
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .p-logo img {
    max-width: 130px;
    margin-bottom: 15px;
  }
}

@media (max-width: 500px) {
  .p-logo img {
    max-width: 100px;
    margin-bottom: 10px;
  }
}

.c-logo img {
  max-width: 150px;
  margin-bottom: 15px;
  vertical-align: bottom;
}

@media (max-width: 991px) {
  .c-logo img {
    max-width: 115px;
    margin-bottom: 15px;
  }
}

@media (max-width: 460px) {
  .c-logo img {
    max-width: 80px;
    margin-bottom: 15px;
  }
}

.about_logo {
  max-width: 150px;
  float: right;
}

@media (max-width: 991px) {
  .about_logo {
    max-width: 120px;
  }
}

@media (max-width: 460px) {
  .about_logo {
    max-width: 90px;
  }
}

.about_cloudysys {
  max-width: 400px;
  float: right;
}

@media (max-width: 991px) {
  .about_cloudysys {
    max-width: 350px;
  }
}

@media (max-width: 460px) {
  .about_cloudysys {
    max-width: 300px;
  }
}

.about_cloudysys-pad {
  display: block;
}

@media (max-width: 768px) {
  .about_cloudysys-pad {
    display: none;
  }
}

.about_cloudysys-sm {
  display: none;
}

@media (max-width: 768px) {
  .about_cloudysys-sm {
    display: block;
  }
}

.w-90px {
  width: 90px;
}

.photo-img {
  max-width: 60px;
  max-height: 60px;
}

html {
  scroll-behavior: smooth;
  /*點擊錨點用*/
}

/*Go to top回頂端 button*/
a.btn-goTop {
  position: fixed;
  /*bottom: 25px;*/
  /*箭頭顯示時的定義*/
  bottom: -50px;
  /*靠下，預設在畫面外，填入height的負數*/
  right: 25px;
  /*靠右*/
  z-index: 999999999;
  /*絕對定位排版↑*/
  display: inline-block;
  width: 50px;
  height: 50px;
  /*區域寬高*/
  line-height: 50px;
  /*內文垂直置中*/
  /*內文水平置中*/
  text-align: center;
  background-color: rgba(172, 205, 242, 0.8);
  /*區域顏色*/
  font-size: 1.5rem;
  /*箭頭大小，單位rem才能通過無障礙*/
  color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  /*預設透明*/
}

@media (max-width: 426px) {
  a.btn-goTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
    right: 10px;
  }
}

a.btn-goTop:hover {
  background-color: rgba(247, 181, 44, 0.8);
}

/*箭頭顯示時要做的事*/
a.btn-goTop.show {
  opacity: 1;
  /*淡入顯示*/
  bottom: 25px;
}

html,
body {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

.slick-next {
  right: -15px;
}

.slick-prev {
  left: -15px;
}

.slick-prev:before,
.slick-next:before {
  color: #00000038 !important;
}

.slick-prev:hover::before,
.slick-next:hover::before {
  color: #ACCDF2 !important;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
}

.slick-prev,
.slick-next {
  height: 50px;
  width: 30px;
}

.slick-next:before {
  content: "❯";
}

.slick-prev:before {
  content: "❮";
}

/*layout*/
html,
html body {
  height: 100%;
}

body {
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif, "PingFang TC";
  font-size: 19px;
  line-height: 1.8;
}

@media screen and (max-width: 1300px) {
  body {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 425px) {
  body {
    font-size: 15px;
  }
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.container-fuild {
  height: 100%;
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 460px) {
  .container-fuild {
    padding-top: 60px;
  }
}

.content-wrap {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.mt-70 {
  margin-top: 70px;
}

.mt--20 {
  margin-top: -20px;
}

.mt--5 {
  margin-top: -5px;
}

.mt-5px {
  margin-top: 5px;
}

.ml-45 {
  margin-left: 45px;
}

.mx--10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.mb--10 {
  margin-bottom: -10px !important;
}

.ml-6 {
  margin-left: 6px !important;
}

.ml-36 {
  margin-left: 36px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-32 {
  margin-bottom: 32px;
}

.pl-5p {
  padding-left: 5px;
}

.pr-5p {
  padding-right: 5px;
}

.pl-10p {
  padding-left: 10px;
}

.pr-10p {
  padding-right: 10px;
}

.prl-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.pl-05rem {
  padding-left: 0.5rem !important;
}

.mt-2em {
  margin-top: 2em;
}

.pl-10p {
  padding-left: 10px !important;
}

.pl-10p2 {
  padding-left: 10px !important;
}

.vertical-middle {
  position: fixed;
  top: calc(50% + 60px);
  left: 0;
  right: 0;
}

.fw-bold {
  font-weight: bolder;
}

/*flex grid*/
.col-8em {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8em;
          flex: 0 0 8em;
  max-width: 8em;
}

.display-b {
  display: block;
}

.cont-c {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  float: none;
}

ol.upper-alpha li {
  list-style: upper-alpha;
}

.gender-ww {
  width: calc( 50% - 8px);
}

.btn-check input:checked ~ label a {
  color: #FFFFFF !important;
}

.card-b-tag-area .tag,
.relatewebsite-card-b-tag-area .tag {
  height: 70px;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 990px) {
  .panel-title2 {
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 50px;
    margin-top: 30px;
    padding: 20px 0px;
  }
}

@media (min-width: 990px) {
  .dropdown-item {
    padding: 2em .5em !important;
    text-align: center;
  }
}

.mb-60px {
  margin-bottom: 60px;
}

.suc-b-line {
  border-bottom: solid 2px #E5E5E5;
}

.suc-page .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.suc-page .pagination .page-item .active.page-link {
  background-color: #394479 !important;
  color: #FFFFFF;
}

.suc-page .pagination .page-item .page-link {
  border-radius: 50%;
  border-color: transparent;
  background-color: transparent;
  color: #394479;
}

.gif-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.project-year {
  min-width: 50px;
}

.history_project li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history_project .collapseProject {
  display: none;
}

.history_project .b-less {
  display: none;
  cursor: pointer;
}

.history_project .b-more {
  display: block;
  cursor: pointer;
}

.history_project.show-all .collapseProject {
  display: block;
}

.history_project.show-all .b-more {
  display: none;
}

.history_project.show-all .b-less {
  display: block;
}

.core-img img {
  max-width: 60px;
}

.contact-modal .modal-content {
  background-color: #EEF5FC;
}

.contact-modal .modal-header {
  background-color: #394479;
}

.contact-modal .modal-header .modal-title {
  color: #FFF;
  margin-left: 25px;
}

.news-modal .modal-header {
  border: none;
}

.modal-content {
  border: none;
}

/******* RWD *******/
/*padding/margin setting*/
@media screen and (max-width: 1199px) {
  .content-wrap {
    height: calc(100% - 80px);
    min-height: 100%;
  }
  .navbar-collapse.collapse.show {
    display: block !important;
    height: auto;
    height: 350px !important;
  }
  .closeBtn {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 1rem;
  }
  .closeBtn img {
    width: 16px;
  }
  .navbar-collapse.collapse.show {
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #394479;
    overflow-y: auto;
  }
  .navbar-collapse.collapse.show .nav-item {
    border-bottom: 1px solid #69a3d2;
    width: 80%;
    margin: 0 auto;
  }
  .navbar-collapse.collapse.show .nav-item .nav-link {
    padding: 15px 1rem 15px 0;
    height: auto;
  }
  .navbar-collapse.collapse.show .nav-item .dropdown-menu {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
  }
  .navbar-collapse.collapse.show .nav-item.dropdown {
    position: relative;
  }
  .navbar-collapse.collapse.show .nav-item.dropdown::after {
    content: '≫';
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 20px;
  }
  .navbar-collapse.collapse.show .nav-item.dropdown.show::after {
    content: '\0336';
    top: 12px;
    right: 5px;
    font-size: 14px;
    font-weight: bold;
  }
  .navbar-collapse.collapse.show.header {
    z-index: 2001;
  }
  .navbar-collapse.collapse.show.header .navbar-light .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 15px;
    color: #222222;
  }
  .navbar-collapse.collapse.show.header .navbar-light .navbar-nav .nav-link:hover {
    color: #007bff;
  }
  .navbar-collapse.collapse.show .collapsing {
    position: absolute;
    z-index: 2000;
  }
  .navbar-collapse.collapse.show .navbar-collapse.collapse.show {
    position: absolute;
    top: 73px;
    left: 0;
    width: 100%;
  }
  .navbar-collapse.collapse.show .navbar-light .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-collapse.collapse.show .dropdown .dropdown-menu {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-collapse.collapse.show .dropdown .dropdown-menu a {
    text-align: left;
  }
  .navbar-collapse.collapse.show .dropdown .dropdown-menu.show {
    display: block !important;
  }
  .navbar-collapse.collapse.show .dropdown.show .dropdown-toggle:after {
    bottom: 0;
  }
  .navbar-collapse.collapse.show .header .nav-item.dropdown.show .nav-link {
    color: #FFFFFF !important;
  }
  .navbar-collapse.collapse.show .dropdown-item {
    padding: 10px 0;
  }
  .navbar-collapse.collapse.show .closeBtn {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 1rem;
  }
  .navbar-collapse.collapse.show .closeBtn img {
    width: 16px;
  }
  .navbar-collapse.collapse.show.header {
    z-index: 1000;
  }
  .navbar-collapse.collapse.show.header .navbar-light .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 15px;
  }
  .navbar-collapse.collapse.show.header .navbar-light .navbar-nav .nav-link:hover {
    color: #394479;
  }
  .navbar-collapse.collapse.show .collapsing {
    position: absolute;
    z-index: 2000;
  }
}

@media screen and (min-width: 991px) {
  .dropdown .dropdown-menu.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 990px) {
  .dropdown .dropdown-menu.show {
    display: block !important;
  }
}

@media (max-width: 992px) {
  .dis-pc {
    display: none;
  }
  .dis-pad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .dis-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dis-pad {
    display: none;
  }
}

@media (max-width: 575px) {
  .dis-pc {
    display: block;
  }
  .dis-pad {
    display: none;
  }
}

@media (max-width: 576px) {
  .box-mtb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.w-img-products {
  width: 100%;
}

@media screen and (min-width: 426px) and (max-width: 992px) {
  .w-img-products {
    width: 80%;
  }
}

@media (min-width: 991px) {
  .wh-box {
    max-height: 330px;
    min-height: 330px;
  }
}

.d-pro-lg {
  display: none;
}

@media (min-width: 768px) {
  .d-pro-lg {
    display: block;
  }
}

.d-pro-md {
  display: none;
}

@media (min-width: 425px) and (max-width: 767.9px) {
  .d-pro-md {
    display: block;
  }
}

.d-pro-sm {
  display: none;
}

@media (max-width: 424.9px) {
  .d-pro-sm {
    display: block;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 550px;
    margin: 1.75rem auto;
  }
}

.pm_stage-lg {
  display: none;
}

@media (min-width: 500px) {
  .pm_stage-lg {
    display: block;
  }
}

.pm_stage-sm {
  display: none;
}

@media (max-width: 500px) {
  .pm_stage-sm {
    display: block;
  }
}

.contact-pc {
  display: block;
}

@media (max-width: 991.9px) {
  .contact-pc {
    display: none;
  }
}

.contact-pad {
  display: block;
}

@media (min-width: 991.9px) {
  .contact-pad {
    display: none;
  }
}
/*# sourceMappingURL=layout.css.map */