.p-l-0 {
  padding-left: 0px;
}

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

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

.p-l-15 {
  padding-left: 15px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-l-35 {
  padding-left: 35px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-l-45 {
  padding-left: 45px;
}

.p-l-50 {
  padding-left: 50px;
}

:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

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

a:hover, a:focus, a:active {
  text-decoration: none;
}

body {
  font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  background-color: #fff;
  background-image: radial-gradient(#cfcfcf 1px, #f7f7f7 1px);
  background-size: 20px 20px;
}

img {
  max-width: 100%;
}

.grayBg {
  background-color: #e4e4e4;
}

button {
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
}

.back {
  text-align: center;
}

.back a {
  color: #a1a1a1;
}

.back a:hover {
  color: #4896c3;
}

.more {
  float: right;
}

.more a {
  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: #4896c3;
  margin-top: 20px;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 14.4px;
}

@media only screen and (max-width: 767px) {
  .more a {
    font-size: 13.2px;
  }
}

.more a:hover {
  text-decoration: underline;
}

.more a p {
  margin-bottom: 0px;
  margin-right: 5px;
  text-transform: uppercase;
}

.more a img {
  max-height: 10px;
}

@media only screen and (max-width: 767px) {
  .more a img {
    max-height: 5px;
  }
}

header {
  border-top: 3px solid #4896c3;
  background-color: #fff;
}

header.fixed {
  position: fixed;
  z-index: 100;
  width: 100%;
}

.logo img {
  max-width: 230px;
}

@media only screen and (max-width: 991px) {
  .logo img {
    max-width: 150px;
  }
}

.topMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.topMenu i {
  font-size: 20px;
  margin: 5px 10px;
}

.topMenu select {
  border: 1px solid #eee;
  padding: 3px 15px;
  outline: none;
}

.topMenu__mail {
  color: #a1a1a1;
}

.navbar {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-nav {
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.navbar .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
  .navbar .navbar-collapse {
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 58px;
    z-index: 10;
    padding: 20px;
    -webkit-box-shadow: 3px 3px 8px #a1a1a1;
            box-shadow: 3px 3px 8px #a1a1a1;
  }
}

@media only screen and (max-width: 480px) {
  .navbar .navbar-collapse {
    top: 48px;
  }
}

.navbar .navbar-collapse .nav-item {
  width: 20%;
  border-right: 1px dashed #eee;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .navbar .navbar-collapse .nav-item {
    width: 100%;
    border-right: 0px;
  }
}

.navbar .navbar-collapse .nav-item .nav-link {
  color: #4896c3;
  font-size: 19.2px;
}

@media only screen and (max-width: 991px) {
  .navbar .navbar-collapse .nav-item .nav-link {
    color: #2a2a2a;
    border-bottom: 1px solid #dcdcdc;
  }
}

.navbar .navbar-collapse .nav-item .dropdown-menu {
  padding: 15px;
  border-radius: 0px;
  border: 0px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 991px) {
  .navbar .navbar-collapse .nav-item .dropdown-menu {
    -webkit-box-shadow: 0px 0px 0px;
            box-shadow: 0px 0px 0px;
    background-color: #eee;
  }
}

.navbar .navbar-collapse .nav-item .dropdown-menu ul {
  padding: 0px;
  margin: 0px;
}

.navbar .navbar-collapse .nav-item .dropdown-menu ul li {
  list-style-type: none;
  border-bottom: 1px dotted #4896c3;
  padding: 5px 0;
}

.navbar .navbar-collapse .nav-item .dropdown-menu ul li:hover a {
  color: #fff;
  background-color: #4896c3;
}

.navbar .navbar-collapse .nav-item .dropdown-menu ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  color: #4896c3;
}

@media only screen and (max-width: 991px) {
  .navbar .navbar-collapse .nav-item .dropdown-menu ul li a {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.navbar .navbar-collapse .nav-item .dropdown-menu ul li:last-child {
  margin-bottom: 0px;
}

.navbar .navbar-collapse .nav-item:hover .nav-link, .navbar .navbar-collapse .nav-item.active .nav-link {
  color: #fff;
  background-color: #4896c3;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .navbar .navbar-collapse .nav-item:hover .nav-link, .navbar .navbar-collapse .nav-item.active .nav-link {
    color: #fff;
  }
}

.navbar .navbar-collapse .nav-link {
  padding: 0 0 5px 0;
  margin: 0 15px;
}

@media only screen and (max-width: 1199px) {
  .navbar .navbar-collapse .nav-link {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar .navbar-collapse .nav-link {
    padding: 5px 0;
  }
}

.navbar li:last-child {
  border-right: 0px !important;
}

.navbar-toggler {
  padding: 5px 5px;
  border-radius: 0px;
  outline: none;
  border: 1px solid #4896c3 !important;
}

.navbar-toggler i {
  color: #4896c3;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler .navbar-toggler-icon {
  font-size: 16px;
}

.owl-carousel.main-owl-carousel {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 10px #a1a1a1;
          box-shadow: 5px 5px 10px #a1a1a1;
}

.owl-carousel.main-owl-carousel .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.owl-carousel.main-owl-carousel .owl-dots {
  margin-top: -40px !important;
  position: absolute;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.owl-carousel.main-owl-carousel .owl-dots .owl-dot:hover, .owl-carousel.main-owl-carousel .owl-dots .owl-dot:focus {
  border: 0px;
  outline: none;
}

.owl-carousel.main-owl-carousel .owl-dots .owl-dot span {
  width: 30px;
  height: 3px;
}

.title {
  font-size: 21.6px;
  border-left: 3px dashed #4896c3;
  padding-left: 15px;
  margin-bottom: 10px;
  color: #4896c3;
  font-weight: bold;
}

.pathText {
  position: relative;
}

.pathText ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 991px) {
  .pathText ul {
    padding: 0px;
    margin: 10px 0px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.pathText ul li {
  list-style: none;
}

.pathText ul li:hover a {
  color: #f6f200;
}

.pathText ul li:after {
  content: "\f061";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
  padding: 0 10px;
}

.pathText ul li:last-child:after {
  content: "";
  display: none;
}

.pathText ul li a {
  color: #eee;
  font-size: 14.4px;
}

@media only screen and (max-width: 991px) {
  .pathText ul li a {
    font-size: 13.2px;
  }
}

.titleBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  overflow: hidden;
  position: relative;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .titleBanner {
    height: 150px;
  }
}

.titleBanner__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .titleBanner__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.titleBanner:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.titleBanner--text {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .titleBanner--text {
    font-size: 27.6px;
  }
}

@media only screen and (max-width: 480px) {
  .titleBanner--text {
    font-size: 18px;
  }
}

.topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.topic--style {
  width: 100%;
  border-bottom: 0px;
}

.topic--style .topic--text {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 5px;
}

.topic--text {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .topic--text {
    font-size: 18px;
  }
}

.topic img {
  max-width: 35px;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .topic img {
    max-width: 25px;
  }
}

.wrapper {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .wrapper {
    margin: 30px 0;
  }
}

.mainLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mainLink__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  background-size: cover;
}

.mainLink__item:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mainLink__item:hover:before {
  background-color: rgba(255, 255, 255, 0);
}

.mainLink__item:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.mainLink__item a {
  position: relative;
  z-index: 1;
  color: #2a2a2a;
}

@media only screen and (max-width: 767px) {
  .mainLink__item {
    height: 250px;
  }
}

.mainLink__item:hover {
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mainLink--text {
  width: 100%;
  padding: 80px 30px  0;
  font-size: 26px;
}

@media only screen and (max-width: 767px) {
  .mainLink--text {
    font-size: 20px;
  }
}

.mission {
  float: left;
  width: 100%;
}

.mission__content {
  display: block;
  width: 100%;
  float: left;
}

.mission__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mission__content ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
}

@media only screen and (max-width: 767px) {
  .mission__content ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mission__content ul li img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .mission__content ul li img {
    margin-bottom: 10px;
  }
}

.mission__content ol {
  padding: 0px;
  margin: 0px;
  list-style: disc !important;
}

.mission__content ol li {
  padding: 0px;
  border-bottom: 0px;
  margin-bottom: 0px;
  list-style-type: decimal !important;
}

.mission--text {
  font-size: 14.4px;
}

@media only screen and (max-width: 767px) {
  .mission--text {
    font-size: 12px;
  }
}

.mission--title {
  font-weight: bold;
  font-size: 16.8px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .mission--title {
    font-size: 14.4px;
  }
}

@media only screen and (max-width: 767px) {
  .mission--img {
    padding: 0px;
  }
}

.company--img {
  margin-bottom: 25px;
}

.company ul {
  padding-left: 30px;
}

.company ul li {
  border-bottom: 1px solid #e4e4e4;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

.company ul li:hover:before {
  background-color: #91cad0;
}

.company ul li a {
  color: #2a2a2a;
  width: 100%;
  font-size: 18.6px;
}

.company ul li:before {
  content: "\f105";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  background-color: #c3c0c0;
  color: #fff;
  width: 25px;
  height: 25px;
  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;
  border-radius: 100%;
  margin-right: 5px;
}

.report__list ul {
  padding: 0px;
  margin: 0px;
}

.report__list li {
  list-style-type: none;
  padding: 20px 25px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .report__list li {
    padding: 15px 20px;
  }
}

.report__list li:last-child {
  background-color: #a0cdcd;
}

.report__list li:last-child a {
  color: #fff;
  text-align: center;
}

.report__list li span {
  color: #a1a1a1;
}

@media only screen and (max-width: 767px) {
  .report__list li span {
    font-size: 15.6px;
  }
}

.report__list li a {
  color: #2a2a2a;
}

@media only screen and (max-width: 767px) {
  .report__list li a {
    font-size: 15.6px;
  }
}

.report__list li:hover a {
  color: #7ABD43;
}

.report__bottom ul {
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.report__bottom ul li {
  list-style-type: none;
  width: 33.3%;
  padding: 0 10px 15px;
}

@media only screen and (max-width: 767px) {
  .report__bottom ul li {
    width: 100%;
    padding: 0 0 10px;
  }
}

.report__bottom ul li img {
  background-color: #fff;
  padding: 10px;
}

.report__bottom ul li p {
  color: #2a2a2a;
  font-size: 19.2px;
  margin-bottom: 0px;
}

.prodcut__contentTitle {
  color: #4896c3;
  width: 100%;
  border-left: 3px solid #4896c3;
  padding-left: 15px;
}

@media only screen and (max-width: 767px) {
  .prodcut__contentTitle {
    font-size: 16.8px;
  }
}

@media only screen and (max-width: 991px) {
  .product__nav {
    margin-top: 30px;
  }
}

.product__nav ul {
  padding: 0px;
  margin: 10px 0;
}

.product__nav ul li {
  list-style-type: none;
  margin-bottom: 10px;
  border-bottom: 1px dotted #bdbdbd;
}

.product__nav ul li:hover a {
  color: #4896c3;
}

.product__nav ul li a {
  color: #2a2a2a;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .product__nav ul li a {
    font-size: 14.4px;
  }
}

.product__info {
  border-top: 1px solid #a1a1a1;
  padding: 15px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .product__contentText {
    font-size: 14.4px;
  }
}

@media only screen and (max-width: 991px) {
  .product--img {
    margin-bottom: 20px;
  }
}

.product__shareTitle {
  color: #a1a1a1;
}

.product__share ul {
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.product__share ul li a {
  font-size: 18px;
  color: #a1a1a1;
  padding: 5px;
}

.product__title {
  background-color: #4896c3;
  color: #fff;
  padding: 5px 10px;
}

.product__title i {
  margin-right: 10px;
}

.product__list ul {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product__list ul li {
  width: 33%;
  list-style-type: none;
  padding: 5px;
}

@media only screen and (max-width: 767px) {
  .product__list ul li {
    width: 50%;
  }
}

.product__list ul li img {
  margin-bottom: 5px;
}

.product__list ul li a {
  color: #2a2a2a;
}

@media only screen and (max-width: 767px) {
  .product__list ul li a {
    font-size: 13.2px;
  }
}

.product__list ul li:hover a {
  color: #4896c3;
}

.news__area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.news__area.Inner li {
  margin-bottom: 10px;
}

.news__area ul {
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.news__area ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e4e4e4;
}

.news__area ul li:before {
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.news__area ul li:hover a {
  opacity: 0.7;
}

.news__area ul li a {
  color: #2a2a2a;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .news__area ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.news__area ul li span {
  color: #a1a1a1;
  font-size: 13.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__area ul li span i {
  margin: 0 5px;
}

.news__area ul li p {
  padding: 0 10px 0px;
  width: 100%;
  margin: 0px;
}

@media only screen and (max-width: 767px) {
  .news__area ul li p {
    font-size: 13.2px;
  }
}

@media only screen and (max-width: 767px) {
  .news__content {
    font-size: 13.2px;
  }
}

.news--date {
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .news--date {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 10px;
  }
}

.news--text {
  font-size: 15.6px;
}

@media only screen and (max-width: 767px) {
  .news--text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.page {
  margin-top: 15px;
}

.page ul {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.page ul li a {
  color: #a1a1a1;
  padding: 0 10px;
}

.page ul li:hover a {
  color: #4896c3;
}

.social__Icon {
  padding: 0px;
  margin: 0px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.social__Icon li {
  width: 33.3%;
  list-style: none;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .social__Icon li {
    width: 50%;
  }
}

.social__Icon li.theme a {
  color: #4896c3;
}

.social__Icon li.line a {
  color: #01b202;
}

.social__Icon li.skype a {
  color: #00addf;
}

.social__Icon li.wechat a {
  color: #00a819;
}

.social__Icon li.twitter a {
  color: #35b3f6;
}

.social__Icon li.facebook a {
  color: #395693;
}

.social__Icon li.sms a {
  color: #ec771e;
}

.social__Icon li.youtube a {
  color: #f70100;
}

.social__Icon li:hover.theme a {
  background-color: #4896c3;
  color: #fff;
}

.social__Icon li:hover.line a {
  background-color: #01b202;
  color: #fff;
}

.social__Icon li:hover.skype a {
  background-color: #00addf;
  color: #fff;
}

.social__Icon li:hover.wechat a {
  background-color: #00a819;
  color: #fff;
}

.social__Icon li:hover.twitter a {
  background-color: #35b3f6;
  color: #fff;
}

.social__Icon li:hover.facebook a {
  background-color: #395693;
  color: #fff;
}

.social__Icon li:hover.sms a {
  background-color: #ec771e;
  color: #fff;
}

.social__Icon li:hover.youtube a {
  background-color: #f70100;
  color: #fff;
}

.social__Icon li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 10px #eee;
          box-shadow: 5px 5px 10px #eee;
  color: #a1a1a1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14.4px;
}

@media only screen and (max-width: 991px) {
  .social__Icon li a {
    height: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .social__Icon li a {
    height: 130px;
    font-size: 13.2px;
  }
}

.social__Icon li a i {
  font-size: 48px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .social__Icon li a i {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

.social__Icon li a p {
  margin-bottom: 0px;
}

.footer {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dashed #4896c3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

.footer__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .footer__area {
    -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;
  }
}

.footer__area p {
  margin-bottom: 0px;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .footer__area p {
    font-size: 13.2px;
    text-align: center;
  }
}

.footer--logo img {
  max-width: 120px;
}

@media only screen and (max-width: 991px) {
  .footer--logo img {
    margin-bottom: 10px;
  }
}

.footer__nav {
  margin: 0;
  padding: 0px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.footer__nav li {
  list-style: none;
  border-right: 1px solid #2a2a2a;
}

.footer__nav li:last-child {
  border-right: 0px;
}

.footer__nav li a {
  color: #2a2a2a;
  padding: 0 10px;
}

@media only screen and (max-width: 480px) {
  .footer__nav li a {
    font-size: 13.2px;
  }
}
/*# sourceMappingURL=custom.css.map */