/* LESS Document */
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
.section-head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 24px;
}
.section-head h1 {
  font-size: 2em;
  color: #02205d;
  font-weight: 700;
  line-height: 120%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-head .more {
  color: #bf0018;
  font-size: 0.85em;
}
.section-head .more:after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "\f10b";
  margin-left: 5px;
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.section-head .more:hover:after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
#top_alert {
  background-color: #dfe6ed;
  padding: 30px 0;
  position: relative;
}
#top_alert .container {
  padding: 0 50px;
  position: relative;
}
#top_alert .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #666;
  font-size: 2.4em;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#top_alert .btn-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#top_alert .row {
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -16px;
}
#top_alert .row .col {
  padding: 0 16px;
}
#top_alert .item .desc {
  padding: 20px 0;
}
#top_alert .item .desc > * {
  margin-bottom: 15px;
}
#top_alert .item .desc h2 {
  color: #02205d;
  font-weight: 700;
  font-size: 1.4em;
}
#top_alert .item .desc .msg {
  font-size: 0.9em;
}
#top_alert .item .desc a.more {
  color: #bf0018;
  font-size: 0.9em;
  font-weight: 700;
}
#top_alert .item .desc a.more:after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "\f10b";
  margin-left: 5px;
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
#top_alert .item .desc a.more:hover:after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
section#kv .item {
  height: 620px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section#kv .item.c1 .desc:before {
  background-color: rgba(2, 32, 93, 0.5);
}
section#kv .item.c2 .desc:before {
  background-color: rgba(191, 0, 24, 0.5);
}
section#kv .item.c3 .desc:before {
  background-color: rgba(172, 153, 108, 0.5);
}
section#kv .item .bg {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
section#kv .item .desc {
  color: #FFF;
  position: relative;
  z-index: 0;
  display: inline-block;
}
section#kv .item .desc:before {
  content: "";
  display: block;
  width: 1500px;
  height: 100%;
  z-index: -1;
  box-sizing: content-box;
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: -80px;
  -webkit-transform: skewX(163deg);
  -moz-transform: skewX(163deg);
  -ms-transform: skewX(163deg);
  -o-transform: skewX(163deg);
  transform: skewX(163deg);
}
section#kv .item .desc h1 {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 15px;
}
section#kv .item .desc p {
  font-size: 1.15em;
  line-height: 140%;
  max-width: 350px;
}
section#shortcut {
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
section#shortcut .item {
  position: relative;
  text-align: center;
}
section#shortcut .item.c1 > a {
  background-color: #02205d;
}
section#shortcut .item.c2 > a {
  background-color: #bf0018;
}
section#shortcut .item.c3 > a {
  background-color: #ac996c;
}
section#shortcut .item > a {
  color: #FFF;
  display: block;
  padding: 22px;
  font-size: 1.1em;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
section#shortcut .item > a:after {
  content: "\f10d";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: auto;
  right: 40px;
  font-size: 1.1em;
}
section#shortcut .item nav.sub {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-bottom: 10px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
section#shortcut .item nav.sub a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 12px 20px;
  background-color: #FFF;
  border-bottom: solid 1px #DDD;
  color: #666;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: left;
}
section#shortcut .item nav.sub a:after {
  content: "\f10b";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #02205d;
  font-size: 1.1em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
section#shortcut .item nav.sub a:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
section#shortcut .item nav.sub a:hover:after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
section#shortcut .item:hover.c1 > a {
  background-color: rgba(2, 32, 93, 0.8);
}
section#shortcut .item:hover.c2 > a {
  background-color: rgba(191, 0, 24, 0.8);
}
section#shortcut .item:hover.c3 > a {
  background-color: rgba(172, 153, 108, 0.8);
}
section#act {
  padding: 100px 0 150px 0;
  background-color: #dfe6ed;
  overflow: hidden;
}
section#act .swiper-container {
  overflow: visible;
}
section#act .swiper-slide {
  height: auto;
}
section#act .item:hover {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
section#act .item {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #FFF;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.07);
}
section#act .item .datetime_tag {
  background-color: rgba(2, 32, 93, 0.04);
  text-align: center;
  padding: 10px;
  min-width: 88px;
}
section#act .item .datetime_tag .startdate {
  font-weight: 700;
  padding: 5px 0;
  border-bottom: solid 1px #DDD;
}
section#act .item .datetime_tag .startdate .day {
  font-size: 2.2em;
  line-height: 100%;
  color: #02205d;
}
section#act .item .datetime_tag .startdate .month {
  color: #bf0018;
}
section#act .item .datetime_tag .time {
  font-weight: 700;
  font-size: 0.8em;
  line-height: 125%;
  padding: 10px 0;
  color: #02205d;
}
section#act .item .datetime_tag .tags span {
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
  color: #FFF;
  font-size: 0.8em;
  background-color: #bf0018;
  display: inline-block;
  padding: 3px 12px;
  line-height: 130%;
}
.t1 section#act .item .datetime_tag .tags span.highlight {
  background-color: #2756b5;
}
.t2 section#act .item .datetime_tag .tags span.highlight {
  background-color: #ad872e;
}
.t3 section#act .item .datetime_tag .tags span.highlight {
  background-color: #d9510a;
}
.t4 section#act .item .datetime_tag .tags span.highlight {
  background-color: #1a8c94;
}
.t5 section#act .item .datetime_tag .tags span.highlight {
  background-color: #c33748;
}
.t6 section#act .item .datetime_tag .tags span.highlight {
  background-color: #5516a5;
}
section#act .item .basic-info {
  padding: 15px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
section#act .item .basic-info .info .type {
  color: #bf0018;
  font-size: 0.8em;
  line-height: 125%;
  margin-bottom: 3px;
}
section#act .item .basic-info .info .type:before {
  content: "/ ";
}
section#act .item .basic-info .info .series {
  font-size: 0.82em;
  margin-bottom: 3px;
}
section#act .item .basic-info .info .title {
  line-height: 125%;
  font-weight: 700;
}
section#act .item .basic-info .info .title a {
  color: #02205d;
}
section#act .item .basic-info .info .title a:hover {
  text-decoration: underline;
}
section#act .item .basic-info .cptcpd {
  color: #66789d;
  font-size: 0.8em;
  font-weight: 700;
  margin-top: 8px;
  line-height: 140%;
}
section#act .item .basic-info .cptcpd span:not(:last-child):after {
  content: " | ";
  margin: 0 4px;
}
section#news {
  position: relative;
  z-index: 0;
}
section#news:before {
  content: "";
  display: block;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  box-sizing: content-box;
  padding: 80px 0;
  -webkit-transform: skewY(177deg);
  -moz-transform: skewY(177deg);
  -ms-transform: skewY(177deg);
  -o-transform: skewY(177deg);
  transform: skewY(177deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
section#news .item {
  margin-bottom: 40px;
}
section#news .item .type {
  overflow: hidden;
  position: relative;
  display: inline-block;
  color: #FFF;
  padding: 2px 30px 2px 10px;
  font-size: 0.82em;
  line-height: 140%;
}
section#news .item .type:before {
  content: "";
  display: block;
  background-color: #02205d;
  width: 100%;
  height: 30px;
  z-index: -1;
  left: -10%;
  box-sizing: content-box;
  padding: 90px 0;
  -webkit-transform: skewX(162deg);
  -moz-transform: skewX(162deg);
  -ms-transform: skewX(162deg);
  -o-transform: skewX(162deg);
  transform: skewX(162deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
section#news .item .desc {
  margin: 15px 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 140%;
  color: #333;
}
section#news .item a.more {
  color: #bf0018;
  font-size: 0.85em;
  font-weight: 700;
}
section#news .item a.more:after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "\f10b";
  margin-left: 5px;
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
section#news .item a.more:hover:after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
section#news .item.c1 .type:before {
  background-color: #02205d;
}
section#news .item.c2 .type:before {
  background-color: #bf0018;
}
section#news .item.c3 .type:before {
  background-color: #ac996c;
}
section#promotions {
  padding: 160px 0 80px 0;
  background-color: rgba(191, 0, 24, 0.06);
}
section#promotions .section-head h1 {
  color: #bf0018;
}
section#promotions .row {
  margin: 0 -5px;
}
section#promotions .row > .col {
  padding: 0 5px;
}
section#promotions .item {
  margin-bottom: 20px;
}
section#promotions .item .desc {
  margin-top: 8px;
  color: #bf0018;
  font-weight: 700;
}
@media (max-width: 991px) {
  .container {
    padding: 0 20px;
  }
  section#act .swiper-container {
    width: 90%;
    margin: 0;
  }
}
@media (max-width: 567px) {
  #top_alert {
    padding-top: 50px;
  }
  section#kv .item {
    height: 65vh;
    -webkit-box-align: end;
    -moz-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  section#kv .item .desc {
    display: block;
    margin-bottom: 25px;
  }
  section#kv .item .desc h1 {
    font-size: 2em;
  }
  section#act {
    padding: 60px 0 150px 0;
  }
}
