/*
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
*/
.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;
}

.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;
}

.sidenav.sidenav-right {
  position: fixed;
  right: 0;
  left: auto;
  background: #232323;
}

.sidenav {
  height: auto;
  position: relative;
  z-index: 10;
  left: 0;
  color: #333;
  background-color: #eeecec;
  overflow-x: hidden;
  padding: 20px;
  width: 100%;
  overflow-y: scroll;
}
.sidenav h3.sidebar-title {
  font-size: 2.5rem;
  font-weight: 700;
}
.sidenav a {
  margin-top: 10px;
  padding: 6px 0;
  text-decoration: none;
  font-size: 2rem;
  color: #629627;
  display: block;
  font-weight: 500;
  line-height: 1.5;
}
.sidenav a:hover {
  color: #72AE2D;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}
.btn-reset {
  border: 2px solid #36a9e1;
  margin: 6% 0;
  color: #36a9e1;
  background-color: #fff;
}
.btn-reset:hover, .btn-reset:focus {
  background-color: #36a9e1;
}
.btn-reset a {
  color: #36a9e1;
}
.btn-reset a:hover, .btn-reset a:active, .btn-reset a:focus {
  background: #36a9e1;
  color: #505050;
}

body {
  background: white;
}

.tab,
.tag {
  color: #888888;
  word-break: keep-all;
  margin: 5px;
  display: inline-block;
}

.tag-core {
  word-break: keep-all;
  margin: 3px;
  display: inline-block;
}

.tag-product {
  color: #B63B9F;
  padding: 0px 5px 0px;
  border-radius: 30px;
  word-break: keep-all;
  margin: 3px;
  display: inline-block;
  background: #ffffff;
  border: 0.5px solid #B63B9F;
  border-bottom: 2px solid #8f2f7d;
}

.nav-tabs.nav-justified {
  width: 90%;
  left: 5%;
  position: relative;
  margin: 45px 0 40px;
}

.tab-filter-vendor {
  width: 98%;
  margin: 0px;
}
.tab-filter-vendor li {
  flex: 0 0 50%;
  text-align: center;
}
.tab-filter-vendor li a {
  font-size: 20px;
  background-color: #9c9c9c;
  color: #fff;
  padding: 15px;
  border-color: #9c9c9c !important;
  border-bottom-color: transparent !important;
}
.tab-filter-vendor li a:hover, .tab-filter-vendor li a:focus {
  background-color: #6f6f6f;
  color: #ffffff;
}
.tab-filter-vendor li.active {
  color: #2de984;
  font-weight: 700;
}

.product-content {
  margin-left: 110px;
}

.exhibitionVendor .vendor-map-link {
  color: #0498ff;
}
.exhibitionVendor .item-card-container .item-card-container-title {
  font-size: 3rem;
  margin: 30px 0 10px;
  padding-left: 15px;
  float: left;
  width: 100%;
  position: relative;
  color: #198760;
}
@media (max-width: 768px) {
  .exhibitionVendor .item-card-container .item-card-container-title {
    text-align: center;
    display: block;
    margin: 3% auto 1%;
  }
}
.exhibitionVendor .item-card {
  margin-bottom: 20px;
}
.exhibitionVendor .item-card .item-card-inner {
  border: 1px solid #dddddd;
  padding: 20px;
  cursor: pointer;
  overflow: hidden;
  background-color: #ffffff;
}
@media all and (min-width: 1340px) {
  .exhibitionVendor .item-card .item-card-inner {
    height: 300px;
    padding: 15px;
  }
}
@media all and (min-width: 960px) {
  .exhibitionVendor .item-card .item-card-inner {
    height: 400px;
    padding: 8px;
  }
}
@media all and (min-width: 769px) and (max-width: 959px) {
  .exhibitionVendor .item-card .item-card-inner {
    height: 300px;
  }
}
@media all and (min-width: 480px) and (max-width: 768px) {
  .exhibitionVendor .item-card .item-card-inner {
    height: 320px;
  }
}
@media all and (max-width: 480px) {
  .exhibitionVendor .item-card .item-card-inner {
    height: 400px;
  }
}
.exhibitionVendor .item-card .item-card-inner-cate {
  border: 1px solid #dddddd;
  padding: 20px;
  cursor: pointer;
  overflow: hidden;
  background-color: #ffffff;
}
@media all and (min-width: 1340px) {
  .exhibitionVendor .item-card .item-card-inner-cate {
    height: 300px;
    padding: 15px;
  }
}
@media all and (min-width: 960px) {
  .exhibitionVendor .item-card .item-card-inner-cate {
    height: 230px;
    padding: 8px;
  }
}
@media all and (min-width: 769px) and (max-width: 959px) {
  .exhibitionVendor .item-card .item-card-inner-cate {
    height: 300px;
  }
}
@media all and (min-width: 480px) and (max-width: 768px) {
  .exhibitionVendor .item-card .item-card-inner-cate {
    height: 320px;
  }
}
@media all and (max-width: 480px) {
  .exhibitionVendor .item-card .item-card-inner-cate {
    height: 220px;
  }
}
.exhibitionVendor .item-card img {
  width: 100%;
  margin-bottom: 20px;
}
.exhibitionVendor .item-card .item-card-title {
  font-size: 24px;
  margin: 10px 0 15px;
  color: #333333;
}
@media all and (max-width: 1200px) {
  .exhibitionVendor .item-card .item-card-title {
    font-size: 20px;
  }
}
.exhibitionVendor .item-card .item-card-second-title {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

@media (min-width: 1201px) {
  .col-md-x5 {
    width: 20%;
  }
}

#logo-wall {
  border-top: 2px solid #e4e4e4;
}

@media (max-width: 992px) {
  #logo-wall {
    width: 100%;
    left: 0;
  }
}
.exhibition-content {
  position: relative;
  float: left;
  width: 95%;
  left: 2.5%;
}

.item-card-container {
  width: 98%;
  left: 1%;
  position: relative;
}

.section-expoDirect .title {
  margin: 3% auto 2%;
}

.type-anchor-filter {
  padding: 30px 0;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 1;
  border: none;
}
.type-anchor-filter .type-anchor-filter-li {
  flex-grow: 1;
}
.type-anchor-filter .type-anchor-filter-li a {
  background-color: #e2e2e2;
  border-bottom: 1px solid #2de984;
  font-size: 20px;
  color: #333333;
  outline: transparent;
  transition: 0.3s ease-in-out;
  word-break: keep-all;
  white-space: nowrap;
  border-radius: 5px;
  display: block;
  float: left;
  padding: 3px 5px 1px;
  margin: 4px;
  transition: 0.3s ease;
}
.type-anchor-filter .type-anchor-filter-li a:hover, .type-anchor-filter .type-anchor-filter-li a:focus {
  background-color: #16d76f;
}
@media (max-width: 768px) {
  .type-anchor-filter .type-anchor-filter-li a {
    font-size: 1.5vh;
  }
}

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