@charset "UTF-8";
.ma0 {
  margin: 0;
}

.ma30 {
  margin: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.ma-auto {
  margin: auto;
}

.pa0 {
  padding: 0;
}

.pt30 {
  padding-top: 30px;
}

.hightlight {
  color: #2de984;
}

.color-2 {
  color: #198760;
}

.color-3-1 {
  color: #B63B9F;
}

.color-5-1 {
  color: #EE7A00;
}

.section-title {
  text-align: center;
  color: #333333;
}
.section-title .expo-title-crumb {
  font-size: 20px;
}
.section-title .expo-title-main {
  font-size: 62px;
  letter-spacing: 2px;
}
.section-title .expo-title-sub {
  font-size: 24px;
  margin: 10px 0;
  line-height: 1.4em;
}
.section-title .expo-title-desc {
  text-align: center;
}

/*
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-whyattend-intro {
  background-color: #ffffff;
}
.section-whyattend-intro .intro-text-crumb {
  font-size: 20px;
}
.section-whyattend-intro .intro-text-title {
  color: #333333;
  font-weight: 700;
  margin: 10px 0;
}
.section-whyattend-intro .intro-text-sub {
  margin: 10px 0;
}
.section-whyattend-after-wall {
  background-color: #000000;
  padding: 0;
}
.section-whyattend-after-wall .wall-pic {
  width: 16.666666%;
  float: left;
  position: relative;
}
@media (max-width: 667px) {
  .section-whyattend-after-wall .wall-pic {
    width: 33.333%;
  }
}
.section-whyattend-after-wall .wall-pic img {
  width: 100%;
}
.section-whyattend-after-wall .wall-link {
  float: right;
  margin: 10px;
  display: inline-block;
  color: #2de984;
  font-size: 18px;
}
.section-whyattend-after-wall .wall-link:hover, .section-whyattend-after-wall .wall-link:active, .section-whyattend-after-wall .wall-link:visited {
  color: #52ed9a;
}
.section-whyattend-feature {
  background: #2b5561;
  background: url("../img/bg-quote.jpg") no-repeat, linear-gradient(to right, #36a9e1 0%, #f8095c 100%);
  background-size: cover;
  color: #ffffff;
  background-color: #5f5f5f;
}
.section-whyattend-feature .feature {
  padding: 0 14%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .section-whyattend-feature .feature {
    padding: 0 15px 0 0;
  }
}
.section-whyattend-feature .feature-title {
  color: #ffffff;
  font-weight: 700;
  margin: 10px 0;
  text-align: center;
}
.section-whyattend-feature .feature-ul {
  margin-top: 15px;
  margin-left: 30px;
}
.section-whyattend-feature .feature-ul li {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.8em;
  position: relative;
}
@media (max-width: 768px) {
  .section-whyattend-feature .feature-ul li {
    font-size: 18px;
  }
}
.section-whyattend-feature .feature-ul li:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: -25px;
  top: 4px;
}
.section-whyattend-gallery {
  background-color: #d6d6d6;
}
.section-whyattend-gallery .gallery {
  float: left;
  position: relative;
  width: 100%;
  padding: 30px 0.5% 15px 1.5%;
}
@media (max-width: 768px) {
  .section-whyattend-gallery .gallery {
    width: 90%;
    left: 5%;
  }
}
.section-whyattend-gallery .gallery-img {
  float: left;
  padding: 0.5% 0.5% 0 0;
  display: block;
  width: 20%;
  filter: drop-shadow(0 0 3px #ffffff66);
}
@media (max-width: 1024px) {
  .section-whyattend-gallery .gallery-img {
    width: 50%;
  }
}
.section-whyattend-quote {
  background: #36a9e1;
  background: #eeeeee url("../img/bg-quote2.jpg") no-repeat;
  background-size: cover;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 667px) {
  .section-whyattend-quote {
    background-position: top right;
  }
}
.section-whyattend-quote .owl-carousel-quote {
  top: -10%;
  position: relative;
}
.section-whyattend-quote .owl-carousel-quote .quote-item .quote-text {
  color: #333333;
  font-weight: 700;
  width: 80%;
  margin-left: 10%;
  position: relative;
  height: 220px;
  text-align: center;
  text-shadow: none;
}
.section-whyattend-quote .owl-carousel-quote .quote-item .quote-text:before {
  content: "";
  display: block;
  color: #198760;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: -8%;
}
.section-whyattend-quote .owl-carousel-quote .quote-item .quote-text:after {
  content: "";
  display: block;
  color: #198760;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: -8%;
}
.section-whyattend-quote .owl-carousel-quote .quote-item .quote-name {
  display: block;
  text-align: right;
  font-size: 20px;
}
.section-whyattend-direction {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  margin: 0;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .section-whyattend-direction {
    padding: 1.2% 2%;
  }
}
.section-whyattend-direction .direction-container {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 100%;
}
.section-whyattend-direction .direction-item {
  margin: 0;
  padding: 0;
  text-align: center;
  border: 7px solid #000000;
  color: #ffffff;
}
@media (max-width: 768px) {
  .section-whyattend-direction .direction-item {
    min-height: 160px;
    margin-bottom: 10px;
    border-right: none;
  }
}
.section-whyattend-direction .direction-item a {
  display: block;
  color: #ffffff;
}
.section-whyattend-direction .direction-item a:hover, .section-whyattend-direction .direction-item a:active, .section-whyattend-direction .direction-item a:visited {
  background-color: #00000033;
  color: #c56500;
}
.section-whyattend-direction .direction-item .direction-item-title {
  margin: 0 auto;
  padding: 5% 0;
}
@media (max-width: 768px) {
  .section-whyattend-direction .direction-item .direction-item-title {
    padding: 18% 0;
  }
}
.section-whyattend-direction .direction-item-1 {
  background: url("../img/whyAttend/direction1.jpg") no-repeat center;
  background-size: cover;
}
.section-whyattend-direction .direction-item-2 {
  background: url("../img/whyAttend/direction2.jpg") no-repeat center;
  background-size: cover;
}
.section-whyattend-direction .direction-item-3 {
  background: url("../img/whyAttend/direction3.jpg") no-repeat center;
  background-size: cover;
}
.section-whyattend-direction .direction-item-4 {
  background: url("../img/whyAttend/direction4.jpg") no-repeat center;
  background-size: cover;
  border-right: none;
}
.section-whyattend-parallax {
  padding: 0;
}
.section-whyattend-parallax .parallax-bg {
  background: #000000 url("../img/info/bg-parallax.jpg") no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4% 0% 5% 0%;
}
.section-whyattend-parallax .parallax-inner {
  margin: 5%;
  text-align: center;
  width: 60%;
  margin-left: 20%;
  color: #ffffff;
  text-shadow: 0 0 4px #000;
}
@media (max-width: 768px) {
  .section-whyattend-parallax .parallax-inner {
    width: 80%;
    margin-left: 10%;
  }
}
.section-whyattend-parallax .parallax-inner p {
  font-size: 20px;
  line-height: 1.6em;
  max-width: 700px;
  margin: auto;
}
.section-whyattend-parallax .parallax-inner .title {
  font-size: 3em;
  letter-spacing: 3px;
  color: #ffffff;
}
.section-whyattend-parallax .parallax-inner .btn-apply {
  color: #ffffff;
  border-color: #F445C5;
  background-color: #F445C5;
}
.section-whyattend-parallax .parallax-inner .btn-apply:hover, .section-whyattend-parallax .parallax-inner .btn-apply:active, .section-whyattend-parallax .parallax-inner .btn-apply:focus {
  border-color: #df0da7;
  background-color: #df0da7;
}
.section-whyattend-product .product-card .card-body-desc {
  padding-left: 0;
}
.section-whyattend-product .product-card .card-body-desc-header {
  color: #333333;
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2em;
  text-align: justify;
  margin: 0 0 12px;
  padding: 0;
  font-weight: 700;
}
.section-whyattend-product .product-card .card-body-desc-p {
  color: #4d4d4d;
  max-height: 42px;
  overflow: hidden;
  line-height: 1.3em;
}
.section-whyattend-product .product-card .card-body .card-tag {
  padding: 2% 0;
}
.section-whyattend-product .product-card .card-body .card-tag .tag {
  border: 1px solid #b3b3b3;
  color: #b3b3b3;
  padding: 2px 6px 3px;
  border-radius: 5px;
  margin-right: 5px;
}
.section-whyattend-product .cardbox {
  width: 50%;
  padding: 0 15px;
  float: left;
}
.section-whyattend-product .whyattend-product-latest {
  float: right;
}

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