﻿
@import "../../../../ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";
#COM_Express *, #COM_Express ::after, #COM_Express ::before {
  box-sizing: border-box;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
ul.recommend_list {
  list-style: none;
  padding: 0;
  margin: 0 -10px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
ul.recommend_list li {
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  -ms-flex-direction: column !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
ul.recommend_list li *, ul.recommend_list li a:before, ul.recommend_list li a span.learn_more {
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}
ul.recommend_list li a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 20px;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
  border: 1px solid #ccc;
  overflow: hidden;
}
ul.recommend_list.recommend_learn_more a {
  padding: 0 15px 67px;
}
ul.recommend_list li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background: #d0343a;
}
ul.recommend_list li a .recommend_list_title {
  margin: 0;
  padding: 20px 0 0;
  font-size: 1.125em;
  font-weight: 700;
  color: #222;
}
ul.recommend_list li {
  text-align: center;
  width: 320px
}
ul.recommend_list li span {
  display: block
}
ul.recommend_list li a:hover:before {
  width: 0%;
}
ul.recommend_list li a:hover .recommend_list_title {
  color: #d0343a;
}
ul.recommend_list li a:hover .recommend_list_copy {
  color: #000;
}
ul.recommend_list li a img {
  transform: scale(1);
  margin: 15px 0;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}
ul.recommend_list li a:hover img {
  transform: scale(1.1);
}
ul.recommend_list li a span.learn_more {
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  z-index: 2;
  font-size: 18px;
  font-weight: bold;
  margin: 0 8%;
  padding: 5px 0;
  color: #d0343a;
  border: 1px solid #d0343a;
}
ul.recommend_list li a:hover span.learn_more {
  color: #fff;
  background-color: #d0343a
}
#COM_Express {
  margin-top: -92px
}
#COM_Express section {
  padding: 40px 0;
}
#COM_Express section h2 {
  font-weight: 500;
  color: #d0343a;
  font-size: 2.5rem
}
#COM_Express small {
  display: inline-block;
  margin-top: 15px;
  font-size: 15px
}
#COM_Express section h2 + p {
  margin-bottom: 40px
}
.com_express_concent {
  width: 90%;
  margin: 0 auto;
}
.com_express_header .com_express_concent {
  position: relative;
  margin: 0 auto;
  width: 85%;
  padding: 0;
}
@media (min-width: 1280px) {
  .com_express_concent {
    max-width: 1180px;
  }
  .com_express_header .com_express_concent {
    max-width: 1180px;
    padding: 0;
  }
}
.cExpress-TL {
  margin: 0 -10%;
}
.cExpress-TL figure {
  position: relative;
  margin: 0 -5%;
}
.cExpress-TL figure:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 16%;
  bottom: 24%;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
  background-image: url(../../../../vendor/svg/com-express_logo.svg);
  width: 16%;
  height: 13%;
}
.com_express_header {
  overflow: hidden;
  background-color: #a0b1c1;
  background-image: url("../../../../en/Upload/COM-Express/COM_Express_header.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover
}
.com_express_header .com_express_concent article {
  padding: 5% 0;
}
.color-white {
  color: #fff;
}
.text-center {
  text-align: center
}
.com_express_header h1 {
  font-size: 42px;
  font-weight: 500;
}
.com_express_1 article {
  margin: 0 auto;
}
.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.ul_flex {
  list-style: none;
  margin: 0 auto
}
.com_express_1_flex ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 60%;
}
.com_express_1_flex ul::after {
  content: "";
  clear: both;
  display: table;
}
.com_express_1_flex ul li {
  margin: 0 0 15px
}
.com_express_1_flex ul li span {
  position: relative;
  display: block;
  padding: 6% 8%;
  background-color: #333;
}
.com_express_1_flex ul li span:before, .com_express_1_flex ul li span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  visibility: visible;
}
.com_express_1_flex ul li span:before {
  top: 0;
  left: 0;
  border-width: 10px 10px 0 0;
  border-color: #fff transparent transparent transparent;
}
.com_express_1_flex ul li span:after {
  bottom: 0;
  right: 0;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #fff transparent;
}
.com_express_1_flex ul li span img {
  width: 100%;
}
.com_express_1 figure {
  margin: 25px auto;
  width: 90%;
}
.com_express_1 h2 {
  margin: 0 auto
}
#COM_Express .com_express_2 {
  background: #f6f6f8;
}
.com_express_2 ul.min-d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  width: auto;
  margin: 0 -15px -30px;
}
.com_express_2 ul li {
  width: 50%;
  margin: 0 0 50px;
}
.com_express_2 ul li span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin-top: 15px;
  color: #555;
  line-height: normal
}
.com_express_2 ul li img {
  width: 150px
}
.com_express_note {
  background-color: #333
}
#COM_Express .com_express_3 {
  margin-bottom: -50px
}
.com_express_3 article {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: auto;
}
.com_express_3 article figure {
  margin: 0 0 50px;
  width: 100%;
  overflow: hidden;
}
.com_express_3 article figure:nth-of-type(1) img {
  margin: -40% 0 0;
}
.com_express_3 article figure:nth-of-type(2) img {
  margin: -40% 0 0;
}
.com_express_3 article figure:nth-of-type(3) img {
  margin: -30% 0 0;
}
.com_express_3 article figure img {
  width: 70%;
  margin-bottom: 15px
}
.com_express_4 {
  background: #f8f8f8;
}
.com_express_4 table tr:hover {
  background-color: transparent
}
.com_express_4 table td {
  text-align: center;
  padding: 0 10px;
  border: 1px solid #555;
  border-right-color: #555;
  font-size: 15px;
}
.com_express_4 table thead tr, .com_express_4 table thead tr:hover {
  font-weight: 500;
  color: #fff;
  background: #333;
}
.com_express_4 table tbody tr:nth-of-type(2), .com_express_4 table tbody tr:nth-of-type(6), .com_express_4 table tbody tr:nth-of-type(7), .com_express_4 table tbody tr:nth-of-type(8) {
  font-weight: 500;
}
.com_express_4 table tbody tr:nth-of-type(even) {
  background-color: #f4f4f4
}
.clickable-row {
  cursor: pointer;
}
.clickable-row:hover td {
  color: #d0343a;
  background-color: rgba(0, 0, 0, .1)
}
.clickable-row td .fa {
  color: #d0343a;
}
.com_express_4 ul {
  margin: 0 -10px 15px !important
}
.com_express_4 ul li {
  margin-bottom: 30px
}
.com_express_4 ul li a {
  display: inline-block;
}
.com_express_4 ul li strong {
  display: block;
  text-align: center;
  font-size: 24px;
}
.com_express_4 ul li p {
  margin: 0;
  height: 100%;
}
.com_express_4 table {
  width: 100%;
  margin: 15px 0;
}
.com_express_5 {
  background: #333;
}
.com_express_5 p {
  color: #fff
}
.com_express_5 ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  margin: 0 -10px -25px;
}
.com_express_5 ul li {
  padding: 10px;
  text-align: center;
  margin-bottom: 25px;
}
.com_express_5 ul li img {
  max-width: 250px;
}
#COM_Express .com_express_5 h2 {
  color: #fff
}
.com_express_6 ul li a img {
  width: 60%;
}
.com_express_1_flex {
  margin-top: 25px
}
@media (min-width: 480px) {
  .cExpress-TL figure {
    margin: 0;
  }
  ul.recommend_list li {
    width: 320px;
  }
  .com_express_2 ul li {
    width: 200px;
  }
  .com_express_3 article figure {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px
  }
  .com_express_3 article figure:nth-of-type(1), .com_express_3 article figure:nth-of-type(2) {
    margin: -16% 0 30px;
  }
  .com_express_3 article figure:nth-of-type(3) {
    margin: 0 0 50px;
  }
  .com_express_3 article figure:nth-of-type(1) img, .com_express_3 article figure:nth-of-type(2) img, .com_express_3 article figure:nth-of-type(3) img {
    margin: 0 0 15px;
  }
  .com_express_5 ul li {
    width: calc((100% / 2));
  }
  .com_express_5 ul li img {
    max-width: 74%;
  }
}
@media (min-width: 540px) {
  .com_express_1_flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .com_express_1 figure {
    width: 50%;
    -ms-flex-order: 2;
    order: 2;
  }
  .com_express_1_flex .com_express_1_right {
    -ms-flex-order: 3;
    order: 3;
  }
  .com_express_1_flex .com_express_1_left {
    -ms-flex-order: 1;
    order: 1;
  }
  .com_express_1_flex ul {
    padding: 0;
    margin: 0;
    width: 22%;
  }
  .com_express_1_flex ul li {
    width: 100%;
    margin: 0;
  }
  .com_express_1_flex .com_express_1_right li:nth-of-type(2) {
    margin: 26% 0;
  }
  .com_express_1_flex .com_express_1_left li:last-of-type:before {
    content: "";
    display: block;
    height: 56px;
    margin: 15% 0;
  }
  .com_express_2 ul li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
  }
  .com_express_2 ul li img {
    width: 80%
  }
  ul.recommend_list {
    margin: 0 -10px;
  }
  ul.recommend_list li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .com_express_3 article figure:nth-of-type(3) {
    margin: 0 0 50px;
  }
}
@media (min-width: 640px) {
  .min-d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  ul.recommend_list li a {
    width: 320px;
  }
  .com_express_header .com_express_concent article {
    padding: 80px 0;
  }
  .com_express_header .com_express_concent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
  }
  .com_express_header article {
    width: 50%;
  }
  .cExpress-TL {
    position: absolute;
    top: 50%;
    transform: translateY(-41%);
    right: 0;
    width: 63%;
  }
  .ul_flex {
    margin: 0 -10px;
  }
  .ul_flex li {
    padding: 10px;
  }
  .com_express_1 .com_express_concent {
    width: 80%;
  }
  .com_express_1_flex figure {
    margin: 0;
    -ms-flex-order: 2;
  }
  .com_express_1_flex ul li span img {
    width: 150px;
  }
  .com_express_1_flex ul li span img {
    width: 120px;
  }
  #COM_Express .com_express_2 {
    padding: 40px 0;
  }
  .com_express_2 ul li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .com_express_3 article {
    margin: 0 -10px;
  }
  .com_express_3 article figure img {
    width: 255px
  }
  .com_express_4 ul li {
    max-height: 100%;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .com_express_5 ul li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .com_express_5 ul li img {
    max-width: 84%;
  }
}
@media (min-width: 890px) {
  .com_express_2 ul.min-d-flex {
    margin: 0 -3% 0;
  }
  .com_express_2 ul li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin: 0;
  }
}
@media (min-width: 980px) {
  #COM_Express {
    margin-top: 0
  }
  .com_express_1 .com_express_concent {
    width: 800px;
  }
}
@media (min-width: 1024px) {
  ul.recommend_list {
    margin: 0 -10px;
  }
  ul.recommend_list li a {
    width: 100%;
  }
  .cExpress-TL {
    right: 0;
    width: 68%;
  }
  .com_express_header article {
    width: 40%;
    padding: 82px 0;
  }
  ul.recommend_list li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  ul.recommend_list li a .recommend_list_title {
    font-size: 17px;
  }
  .com_express_3 article figure {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .com_express_3 article figure img {
    width: 80%
  }
  .com_express_3 article figure:nth-of-type(1), .com_express_3 article figure:nth-of-type(2) {
    margin: 0 0 50px;
  }
  .com_express_4 ul {
    margin: 0 -30px 50px !important
  }
  .com_express_4 ul li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
    margin-bottom: 0;
  }
}