/*
0-600px Phone
600-900px Tablet portrait
900-1200px Tablet landscape
1200-1800 is our normal styles apply
1800px + Big desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop
1em=16px

ORDER:base+typography > general layout + grid>page layout >components
*/
.section-expo.page-expo {
  padding-bottom: 1%;
  box-shadow: 0px -8px 10px #5656564d; }
  .section-expo.page-expo .title {
    color: #13386b; }

.section-expo.bar .expo-num {
  font-size: 3.5rem;
  color: #13386b;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px; }
  .section-expo.bar .expo-num .percent {
    font-size: 60%; }
.section-expo.bar .expo-numboxcover {
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 2%; }
.section-expo.bar .expo-num-txt {
  color: #13386b;
  margin: 10px 0; }
.section-expo.bar .expo-bar .progress {
  background-color: #b1b1b1;
  height: 12px;
  border-radius: 2px; }
.section-expo.bar .expo-bar .progress-bar {
  background-color: #f1cb33; }
.section-expo.bar .expo-bar-desc {
  width: 75%;
  margin: auto;
  margin-top: 10px; }

.section-expo.direct {
  padding: 0;
  background-color: #13386b; }
  .section-expo.direct .direct-box {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #13386b;
    color: #fff;
    height: 400px;
    position: relative;
    z-index: 0;
    transition: justify-content .8s ease;
    padding: 0; }
    @media (max-width: 767px) {
      .section-expo.direct .direct-box {
        background-size: cover;
        height: auto;
        border-top: 6px solid #000; }
        .section-expo.direct .direct-box:last-child {
          border-bottom: 3px solid #000; } }
  .section-expo.direct .direct-box .direct-txt {
    position: relative;
    z-index: 2;
    opacity: 1;
    width: 100%;
    height: 100%;
    text-shadow: 0 0 5px black; }
  .section-expo.direct .direct-box a {
    height: 100%;
    color: #fff;
    padding: 30px 0;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: flex-end; }
  .section-expo.direct .direct-box a .direct-title {
    width: 100%;
    height: fit-content;
    background: rgba(19, 56, 108, 0.8);
    text-align: center;
    padding: 10px; }
  .section-expo.direct .direct-box::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .3s ease;
    background-color: rgba(19, 56, 108, 0); }
  .section-expo.direct .direct-box:hover::after {
    background-color: rgba(19, 56, 108, 0.8); }
  .section-expo.direct .direct-box:hover a {
    align-items: center; }
  .section-expo.direct .direct-box.bg01 {
    background-image: url("../img/direction1-expo.jpg"); }
  .section-expo.direct .direct-box.bg02 {
    background-image: url("../img/direction2-expo.jpg"); }
  .section-expo.direct .direct-box.bg03 {
    background-image: url("../img/direction3-expo.jpg"); }
  .section-expo.direct .direct-box.bg04 {
    background-image: url("../img/direction4-expo.jpg"); }

.section-expo.info {
  background: #13386b url("../img/bg-expo-info.jpg") no-repeat top right/100%;
  color: #fff;
  padding: 0; }
  @media (max-width: 767px) {
    .section-expo.info {
      background-size: cover; } }
  .section-expo.info .info-box {
    height: 350px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4.5%; }
    @media (max-width: 767px) {
      .section-expo.info .info-box {
        height: auto;
        padding: 10px 0 30px; } }
  .section-expo.info .info-title {
    margin-bottom: 30px;
    line-height: 1.8; }
  .section-expo.info .txt-free {
    letter-spacing: 20px;
    display: block;
    padding-left: 20px;
    font-weight: 300; }
  .section-expo.info .info-list {
    padding: 0 50px 50px; }
    .section-expo.info .info-list a {
      color: #fff; }
      .section-expo.info .info-list a:hover {
        color: #C0942D; }
    @media (max-width: 767px) {
      .section-expo.info .info-list {
        padding: 20px 20px 10px; } }

/*# sourceMappingURL=expo.css.map */
