@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700");
/* line 6, ../scss/main.scss */
html {
  font-family: "Quicksand", 微軟正黑體, sans-serif;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  outline: none;
}

/* line 16, ../scss/main.scss */
body {
  font: 16px "Quicksand", 微軟正黑體, sans-serif;
  line-height: 1;
  height: 100%;
  text-decoration: none;
  color: #000;
  outline: none;
}

/* line 25, ../scss/main.scss */
a {
  font-family: "Quicksand", 微軟正黑體, sans-serif;
  display: inline-block;
  transition: .3s ease;
  text-decoration: none;
  color: #000;
  outline: none;
}
/* line 34, ../scss/main.scss */
a.red:hover {
  opacity: .7;
}

/* line 40, ../scss/main.scss */
::selection {
  color: #fff;
  background: #8c2f33;
}

/* line 45, ../scss/main.scss */
input[type=text], input[type=search] {
  font-family: "Quicksand", 微軟正黑體, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 9px 15px;
  color: #444;
  border: 1px solid #c7cbcf;
  outline: none;
  background: #fff;
}
/* line 58, ../scss/main.scss */
input[type=text]:focus, input[type=search]:focus {
  border: 1px solid #444;
}
/* line 62, ../scss/main.scss */
input[type=text].fill-line, input[type=search].fill-line {
  font-size: 15px;
  font-weight: 500;
  padding: 5px 0 0;
  border-width: 0 0 1px 0;
  background: transparent;
}

/* line 71, ../scss/main.scss */
::placeholder {
  font-weight: 400;
}

/* line 75, ../scss/main.scss */
textarea {
  font-family: 'Quicksand', 微軟正黑體, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 200px;
  padding: 9px 15px;
  color: #444;
  border: 1px solid #c7cbcf;
  outline: none;
  background: #fff;
}
/* line 92, ../scss/main.scss */
textarea.has-bottom {
  margin-bottom: 30px;
}
/* line 96, ../scss/main.scss */
textarea:focus {
  border: 1px solid #444;
}

/* line 101, ../scss/main.scss */
-webkit-select, -moz-select, -ms-select, -o-select, select {
  font-family: "Quicksand", 微軟正黑體, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 9px 15px;
  color: #444;
  border: 1px solid #c7cbcf;
  outline: none;
  background: #fff;
}
/* line 114, ../scss/main.scss */
-webkit-select.red-tri, -moz-select.red-tri, -ms-select.red-tri, -o-select.red-tri, select.red-tri {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 120, ../scss/main.scss */
-webkit-select::-ms-expand, -moz-select::-ms-expand, -ms-select::-ms-expand, -o-select::-ms-expand, select::-ms-expand {
  display: none;
}

/* line 125, ../scss/main.scss */
.red-tri-select {
  position: relative;
}
/* line 128, ../scss/main.scss */
.red-tri-select:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 6px solid #ed1c24;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

/* line 141, ../scss/main.scss */
input[type=file] {
  font-family: "Quicksand", 微軟正黑體, sans-serif;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 15px;
  color: #444;
  border: 1px solid #c7cbcf;
  outline: none;
}

/* line 151, ../scss/main.scss */
input[type=submit] {
  font-family: "Quicksand", 微軟正黑體, sans-serif;
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
  padding: 9px 40px;
  cursor: pointer;
  transition: .3s ease;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  outline: none;
  background: #ed1c24;
}
/* line 165, ../scss/main.scss */
input[type=submit]:hover {
  background: #8c2f33;
}

/* line 170, ../scss/main.scss */
.submit-wrap {
  position: relative;
}
/* line 173, ../scss/main.scss */
.submit-wrap:after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  transition: .3s ease;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
}

/* line 193, ../scss/main.scss */
[type='radio']:checked, [type='radio']:not(:checked), [type='checkbox']:checked, [type='checkbox']:not(:checked) {
  position: absolute;
  left: -9999px;
}

/* line 197, ../scss/main.scss */
[type='radio']:checked + label, [type='radio']:not(:checked) + label, [type='checkbox']:checked + label, [type='checkbox']:not(:checked) + label {
  line-height: 20px;
  position: relative;
  display: inline-block;
  padding-left: 28px;
  cursor: pointer;
}

/* line 204, ../scss/main.scss */
[type='radio']:checked + label:before, [type='radio']:not(:checked) + label:before, [type='checkbox']:checked + label:before, [type='checkbox']:not(:checked) + label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

/* line 216, ../scss/main.scss */
[type='radio']:checked + label:after, [type='radio']:not(:checked) + label:after, [type='checkbox']:checked + label:after, [type='checkbox']:not(:checked) + label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 3px;
  width: 8px;
  height: 8px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border-radius: 100%;
  background: #f00;
}

/* line 228, ../scss/main.scss */
[type='radio']:not(:checked) + label:after, [type='checkbox']:not(:checked) + label:after {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

/* line 233, ../scss/main.scss */
[type='radio']:checked + label:after, [type='checkbox']:checked + label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* line 239, ../scss/main.scss */
[type='checkbox']:checked + label:before, [type='checkbox']:not(:checked) + label:before, [type='checkbox']:checked + label:after, [type='checkbox']:not(:checked) + label:after {
  border-radius: 0;
}

/* line 244, ../scss/main.scss */
label.small {
  font-size: 14px;
  color: #8d8d8d;
}

/* line 275, ../scss/main.scss */
h1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.1;
  text-align: center;
  color: #444;
}
/* line 282, ../scss/main.scss */
h1 span {
  position: relative;
}
/* line 285, ../scss/main.scss */
h1 span:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -15px;
  width: 0;
  height: 0;
  border-top: 10px solid #ed1c24;
  border-right: 10px solid transparent;
}
/* line 297, ../scss/main.scss */
h1.page-title {
  font-size: 70px;
}
/* line 301, ../scss/main.scss */
h1.page-title span:before {
  top: 5px;
  left: -30px;
  border-top: 20px solid #ed1c24;
  border-right: 20px solid transparent;
}

/* line 311, ../scss/main.scss */
h2 {
  font-size: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 316, ../scss/main.scss */
h2.big-title {
  font-size: 45px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}
/* line 323, ../scss/main.scss */
h2.has-tri {
  position: relative;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* line 332, ../scss/main.scss */
h2.has-tri:before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  width: 0;
  height: 0;
  border-top: 15px solid #ed1c24;
  border-right: 15px solid transparent;
}
/* line 344, ../scss/main.scss */
h2.left {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/* line 353, ../scss/main.scss */
h3 {
  font-size: 22px;
  color: #fff;
}
/* line 357, ../scss/main.scss */
h3.sub-title {
  font-weight: 500;
  margin-bottom: 5px;
  color: #444;
}

/* line 364, ../scss/main.scss */
h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

/* line 370, ../scss/main.scss */
p {
  font-size: 16px;
}

/* line 375, ../scss/main.scss */
b {
  font-weight: bold;
}

/* line 379, ../scss/main.scss */
i {
  font-style: italic;
}

/* line 383, ../scss/main.scss */
.para {
  font-size: 16px;
  color: #444;
}
/* line 387, ../scss/main.scss */
.para.two-columns {
  column-count: 2;
}

/* line 397, ../scss/main.scss */
.order-list {
  box-sizing: border-box;
  padding-left: 20px;
  list-style-type: decimal;
}
/* line 402, ../scss/main.scss */
.order-list > li {
  line-height: 1.5;
  box-sizing: border-box;
  padding-left: 20px;
}
/* line 408, ../scss/main.scss */
.order-list.has-bottom {
  margin-bottom: 15px;
}
/* line 412, ../scss/main.scss */
.order-list.alpha {
  list-style-type: lower-alpha;
}

/* line 422, ../scss/main.scss */
.unorder-list {
  box-sizing: border-box;
  padding-left: 20px;
  list-style-type: disc;
}
/* line 427, ../scss/main.scss */
.unorder-list > li {
  line-height: 1.5;
  box-sizing: border-box;
  padding-left: 20px;
}

/* line 439, ../scss/main.scss */
.white {
  color: #fff;
}

/* line 443, ../scss/main.scss */
.red {
  color: #ed1c24;
}

/* line 452, ../scss/main.scss */
.btn {
  font-size: 16px;
  font-weight: 300;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  min-width: 155px;
  padding: 10px 30px;
  cursor: pointer;
  transition: .3s ease;
  text-align: center;
  text-transform: uppercase;
  color: #444;
  border: 1px solid #d6d6d7;
}
/* line 467, ../scss/main.scss */
.btn:after {
  content: '';
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ed1c24;
  border-left: 10px solid transparent;
}
/* line 478, ../scss/main.scss */
.btn .hori-line, .btn .vert-line {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
/* line 488, ../scss/main.scss */
.btn .hori-line:before, .btn .hori-line:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  transition: .5s ease;
  background: #ed1c24;
}
/* line 497, ../scss/main.scss */
.btn .hori-line:before {
  top: -1px;
  left: -1px;
}
/* line 502, ../scss/main.scss */
.btn .hori-line:after {
  right: -1px;
  bottom: -1px;
}
/* line 509, ../scss/main.scss */
.btn .vert-line:before, .btn .vert-line:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  transition: .5s ease;
  background: #ed1c24;
}
/* line 518, ../scss/main.scss */
.btn .vert-line:before {
  top: -1px;
  left: -1px;
}
/* line 523, ../scss/main.scss */
.btn .vert-line:after {
  right: -1px;
  bottom: -1px;
}
/* line 531, ../scss/main.scss */
.btn:hover .hori-line:before, .btn:hover .hori-line:after {
  width: calc(100% + 2px);
}
/* line 537, ../scss/main.scss */
.btn:hover .vert-line:before, .btn:hover .vert-line:after {
  height: calc(100% + 2px);
}
/* line 544, ../scss/main.scss */
.btn.no-tri:after {
  display: none;
}

/* line 550, ../scss/main.scss */
.btn-wrap {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 30px;
  justify-content: center;
}
/* line 558, ../scss/main.scss */
.btn-wrap .btn {
  margin: 0 10px;
}

/* line 568, ../scss/main.scss */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(49, 49, 49, 0.5);
}

/* line 578, ../scss/main.scss */
.slick-dots li {
  width: 5px;
  height: 5px;
  margin: 0 7px;
  transition: .3s ease;
  background: rgba(68, 68, 68, 0.3);
}
/* line 585, ../scss/main.scss */
.slick-dots li button {
  width: 100%;
  height: 100%;
}
/* line 589, ../scss/main.scss */
.slick-dots li button:before {
  display: none;
}
/* line 594, ../scss/main.scss */
.slick-dots li:hover {
  width: 10px;
  height: 10px;
  background: rgba(68, 68, 68, 0.7);
}
/* line 600, ../scss/main.scss */
.slick-dots li.slick-active {
  width: 10px;
  height: 10px;
  background: #ed1c24;
}

/* line 608, ../scss/main.scss */
.slick-slide {
  outline: none;
}

/* line 612, ../scss/main.scss */
.lightbox {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 40px);
  max-width: 700px;
  margin: 10% auto 100px;
  padding: 30px 60px 60px;
  background: #fff;
}
/* line 621, ../scss/main.scss */
.lightbox .title-wrap {
  margin-bottom: 30px;
}
/* line 625, ../scss/main.scss */
.lightbox .cate-photo {
  width: 170px;
  height: 170px;
  margin: auto;
}
/* line 631, ../scss/main.scss */
.lightbox .unorder-list {
  color: #444;
}

/* line 636, ../scss/main.scss */
.lightbox-wrapper {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}

/* line 648, ../scss/main.scss */
.close-btn {
  position: absolute;
  top: 0;
  right: -40px;
  box-sizing: border-box;
  height: 30px;
  padding-top: 13px;
  cursor: pointer;
}
/* line 657, ../scss/main.scss */
.close-btn > li {
  width: 30px;
  height: 2px;
  transition: .3s ease;
  transform: rotate(45deg);
  background: #fff;
}
/* line 664, ../scss/main.scss */
.close-btn > li:last-child {
  margin-top: -2px;
  transform: rotate(135deg);
}
/* line 671, ../scss/main.scss */
.close-btn:hover > li {
  transform: rotate(135deg);
}
/* line 674, ../scss/main.scss */
.close-btn:hover > li:last-child {
  transform: rotate(45deg);
}

@-webkit-keyframes floatBubble {
  0% {
    top: 350px;
  }
  100% {
    top: 0;
  }
}
/* Standard syntax */
@keyframes floatBubble {
  0% {
    top: 300px;
  }
  100% {
    top: 280px;
  }
}
/* line 5, ../scss/_structure.scss */
#global-container {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: auto;
  min-height: 100%;
  padding-top: 106px;
  padding-bottom: 360px;
  transition: .3s ease;
}

/* line 16, ../scss/_structure.scss */
.container {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 40px);
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 60px;
}

/* line 26, ../scss/_structure.scss */
.loader {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  visibility: visible;
  width: 0;
  width: 100%;
  height: 0;
  height: 100vh;
  transition: 1s ease-in-out;
  opacity: 1;
  background: #5b3132;
}
/* line 40, ../scss/_structure.scss */
.loader img {
  position: relative;
  top: 50%;
  left: 50%;
  max-width: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 53, ../scss/_structure.scss */
.loader.loaded {
  visibility: hidden;
  opacity: 0;
}

/* line 64, ../scss/_structure.scss */
.header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 180px;
  transition: .3s ease;
  color: #444;
  border-top: 2px solid #ed1c24;
  background: #fff;
  box-shadow: 0 0 5px rgba(34, 34, 34, 0.2);
  align-items: center;
}

/* line 82, ../scss/_structure.scss */
.right-header {
  margin-left: auto;
  text-align: right;
}
/* line 86, ../scss/_structure.scss */
.right-header > div {
  display: flex;
  margin-bottom: 15px;
  justify-content: flex-end;
  align-items: center;
}

/* line 95, ../scss/_structure.scss */
.lang-nav {
  display: flex;
  margin-right: 30px;
  border-right: 1px solid rgba(68, 68, 68, 0.3);
}
/* line 100, ../scss/_structure.scss */
.lang-nav > li {
  margin-right: 20px;
}
/* line 103, ../scss/_structure.scss */
.lang-nav > li:last-child {
  margin-right: 30px;
}
/* line 107, ../scss/_structure.scss */
.lang-nav > li a {
  position: relative;
}
/* line 110, ../scss/_structure.scss */
.lang-nav > li a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  transition: .3s ease;
  background: #ed1c24;
}
/* line 122, ../scss/_structure.scss */
.lang-nav > li a:hover:after {
  width: 100%;
}

/* line 130, ../scss/_structure.scss */
.main-nav {
  display: flex;
  align-items: center;
}
/* line 135, ../scss/_structure.scss */
.main-nav > li {
  position: relative;
  margin-left: 60px;
}
/* line 140, ../scss/_structure.scss */
.main-nav > li.has-sub a {
  position: relative;
}
/* line 143, ../scss/_structure.scss */
.main-nav > li.has-sub a:after {
  content: '';
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ed1c24;
  border-left: 10px solid transparent;
}
/* line 155, ../scss/_structure.scss */
.main-nav > li.has-sub:before {
  content: '';
  position: absolute;
  z-index: 10;
  top: calc(100% + 17px);
  left: 50%;
  visibility: hidden;
  width: 0;
  height: 0;
  transition: .3s ease;
  opacity: 0;
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
/* line 171, ../scss/_structure.scss */
.main-nav > li.has-sub:after {
  display: none;
}
/* line 176, ../scss/_structure.scss */
.main-nav > li.has-sub:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
/* line 181, ../scss/_structure.scss */
.main-nav > li.has-sub:hover:before {
  visibility: visible;
  opacity: 1;
}
/* line 188, ../scss/_structure.scss */
.main-nav > li:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  transition: .3s ease;
  background: #ed1c24;
}
/* line 200, ../scss/_structure.scss */
.main-nav > li:hover:after {
  width: 100%;
}

/* line 207, ../scss/_structure.scss */
.sub-menu {
  position: absolute;
  top: calc(100% + 40px);
  left: 0;
  visibility: hidden;
  box-sizing: border-box;
  min-width: 245px;
  padding: 10px;
  transition: .3s ease;
  text-align: left;
  opacity: 0;
  border-left: 2px solid #ed1c24;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
/* line 222, ../scss/_structure.scss */
.sub-menu a {
  font-size: 12px;
  color: #444;
}
/* line 226, ../scss/_structure.scss */
.sub-menu a:after {
  display: none;
}
/* line 230, ../scss/_structure.scss */
.sub-menu a:hover {
  color: #ed1c24;
}
/* line 235, ../scss/_structure.scss */
.sub-menu > li {
  box-sizing: border-box;
  padding: 10px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 240, ../scss/_structure.scss */
.sub-menu > li:last-child {
  border-bottom: none;
}
/* line 245, ../scss/_structure.scss */
.sub-menu:before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
}

/* line 255, ../scss/_structure.scss */
.menu-btn {
  display: none;
}

/* line 263, ../scss/_structure.scss */
.footer {
  font-size: 12px;
  position: absolute;
  z-index: 40;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  min-height: 360px;
  padding: 60px 180px;
  color: #fff;
  background-image: url(../img/common/bg-footer.jpg);
  background-position: center;
  background-size: cover;
}
/* line 277, ../scss/_structure.scss */
.footer a {
  cursor: pointer;
  color: #fff;
}
/* line 281, ../scss/_structure.scss */
.footer a:hover {
  opacity: .7;
}
/* line 286, ../scss/_structure.scss */
.footer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(80, 6, 9, 0.75);
}
/* line 295, ../scss/_structure.scss */
.footer .upper {
  position: relative;
  display: flex;
}
/* line 299, ../scss/_structure.scss */
.footer .upper .upper-right {
  margin-left: auto;
  text-align: right;
}
/* line 305, ../scss/_structure.scss */
.footer .lower {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 65px;
  padding: 0 180px;
  background: rgba(91, 49, 50, 0.75);
  align-items: center;
}

/* line 320, ../scss/_structure.scss */
.footer-part {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
/* line 325, ../scss/_structure.scss */
.footer-part h3 {
  margin-bottom: 15px;
}
/* line 329, ../scss/_structure.scss */
.footer-part p {
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
}
/* line 334, ../scss/_structure.scss */
.footer-part > li {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 35px;
  padding-left: 20px;
  border-left: 1px solid #f00;
  border-right: 1px solid #f00;
}

/* line 343, ../scss/_structure.scss */
.social-nav {
  font-size: 20px;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
/* line 350, ../scss/_structure.scss */
.social-nav > li {
  margin-left: 20px;
}

/* line 355, ../scss/_structure.scss */
.footer-nav {
  font-size: 13px;
  display: flex;
  text-transform: uppercase;
}
/* line 360, ../scss/_structure.scss */
.footer-nav > li {
  margin-right: 40px;
}

/* line 365, ../scss/_structure.scss */
.sent {
  line-height: 1.5;
  margin-left: auto;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
}
/* line 371, ../scss/_structure.scss */
.sent a {
  color: rgba(255, 255, 255, 0.5);
}
/* line 374, ../scss/_structure.scss */
.sent a:hover {
  opacity: 1;
  color: #fff;
}

/* line 381, ../scss/_structure.scss */
.btt-btn {
  font-size: 40px;
  position: fixed;
  z-index: 60;
  right: 0;
  bottom: 100px;
  display: flex;
  visibility: hidden;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: .3s ease;
  opacity: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}
/* line 400, ../scss/_structure.scss */
.btt-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}
/* line 404, ../scss/_structure.scss */
.btt-btn.active {
  visibility: visible;
  opacity: 1;
}

/* line 5, ../scss/_pages.scss */
.bg-banner {
  position: absolute;
  width: 100%;
  height: 1000px;
  background-image: url(../img/other/bg-form.png);
  background-position: 0 50%;
  background-size: cover;
}

/* line 14, ../scss/_pages.scss */
.form-steps {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 0;
  display: flex;
  width: calc(100% - 40px);
  max-width: 890px;
  margin: 0 auto 40px;
  text-transform: uppercase;
  color: #8d8d8d;
  justify-content: space-between;
}
/* line 28, ../scss/_pages.scss */
.form-steps:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 25px;
  width: calc(100% - 50px);
  height: 8px;
  background: rgba(199, 203, 207, 0.2);
}
/* line 39, ../scss/_pages.scss */
.form-steps p {
  margin-bottom: 13px;
}
/* line 43, ../scss/_pages.scss */
.form-steps .circle {
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 50%;
  background: #8d8d8d;
}
/* line 52, ../scss/_pages.scss */
.form-steps > li.active {
  color: #f00;
}
/* line 55, ../scss/_pages.scss */
.form-steps > li.active .circle {
  background: #f00;
}

/* line 63, ../scss/_pages.scss */
.inner-page h1 {
  margin-bottom: 55px;
}

/* line 68, ../scss/_pages.scss */
.form-page {
  box-sizing: border-box;
  padding-bottom: 80px;
}
/* line 72, ../scss/_pages.scss */
.form-page form {
  max-width: 1030px;
  margin: auto;
  border: 1px solid #c7cbcf;
  background: #fff;
}
/* line 78, ../scss/_pages.scss */
.form-page form p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
/* line 85, ../scss/_pages.scss */
.form-page form p.no-fills {
  margin-bottom: 15px;
}
/* line 89, ../scss/_pages.scss */
.form-page form p.small {
  font-size: 14px;
  color: #8d8d8d;
}
/* line 94, ../scss/_pages.scss */
.form-page form p.tiny {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}
/* line 100, ../scss/_pages.scss */
.form-page form p a {
  font-weight: 500;
  color: #636363;
}
/* line 104, ../scss/_pages.scss */
.form-page form p a:hover {
  color: #8c2f33;
}
/* line 110, ../scss/_pages.scss */
.form-page form .yes-field {
  display: flex;
  align-items: flex-start;
}
/* line 115, ../scss/_pages.scss */
.form-page form .yes-field p {
  margin-right: 30px;
}
/* line 118, ../scss/_pages.scss */
.form-page form .yes-field p label {
  line-height: 1.5;
}
/* line 121, ../scss/_pages.scss */
.form-page form .yes-field p label:before {
  top: 6px;
}
/* line 125, ../scss/_pages.scss */
.form-page form .yes-field p label:after {
  top: 9px;
}
/* line 131, ../scss/_pages.scss */
.form-page form .yes-field .yes-continue {
  width: calc(100% - 30px);
  color: #8d8d8d;
}
/* line 135, ../scss/_pages.scss */
.form-page form .yes-field .yes-continue .single-line {
  max-width: 60%;
}
/* line 142, ../scss/_pages.scss */
.form-page .btn-wrap {
  background: rgba(199, 203, 207, 0.1);
}
/* line 145, ../scss/_pages.scss */
.form-page .btn-wrap.white {
  background: #fff;
}

/* line 151, ../scss/_pages.scss */
.section-title {
  display: flex;
  box-sizing: border-box;
  padding: 20px 40px;
  color: #ed1c24;
  border-bottom: 1px solid #c7cbcf;
  border-left: 2px solid #f00;
  align-items: center;
}
/* line 161, ../scss/_pages.scss */
.section-title img {
  margin-right: 20px;
}
/* line 165, ../scss/_pages.scss */
.section-title.has-border {
  border-top: 1px solid #c7cbcf;
}

/* line 171, ../scss/_pages.scss */
.form-parts > li {
  position: relative;
  box-sizing: border-box;
  padding: 30px 40px;
}
/* line 176, ../scss/_pages.scss */
.form-parts > li:nth-child(odd) {
  background: rgba(199, 203, 207, 0.1);
}
/* line 180, ../scss/_pages.scss */
.form-parts > li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 80px);
  height: 1px;
  transform: translate(-50%, 0);
  background: #c7cbcf;
}
/* line 191, ../scss/_pages.scss */
.form-parts > li:last-child:after {
  display: none;
}

/* line 197, ../scss/_pages.scss */
.two-col {
  display: flex;
  max-width: 90%;
  margin-bottom: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* line 205, ../scss/_pages.scss */
.two-col > li {
  box-sizing: border-box;
  width: calc(50% - 10px);
}
/* line 209, ../scss/_pages.scss */
.two-col > li.short {
  width: 40%;
}
/* line 213, ../scss/_pages.scss */
.two-col > li.long {
  width: 60%;
}
/* line 218, ../scss/_pages.scss */
.two-col.full-two-col {
  max-width: 100%;
}
/* line 222, ../scss/_pages.scss */
.two-col.full-two-col > li:last-child {
  padding-right: 0;
}
/* line 227, ../scss/_pages.scss */
.two-col.full-two-col > li .radio-wrap p {
  width: 50%;
}
/* line 231, ../scss/_pages.scss */
.two-col.full-two-col > li .radio-wrap.two p {
  width: auto;
}
/* line 238, ../scss/_pages.scss */
.two-col.has-top {
  margin-top: 20px;
}

/* line 243, ../scss/_pages.scss */
.full-width {
  margin-bottom: 30px;
}

/* line 247, ../scss/_pages.scss */
.light-grey {
  color: rgba(99, 99, 99, 0.5);
}

/* line 251, ../scss/_pages.scss */
.with-remarks {
  display: flex;
}

/* line 255, ../scss/_pages.scss */
.remarks {
  margin-left: auto;
}

/* line 259, ../scss/_pages.scss */
.radio-wrap {
  display: flex;
  flex-wrap: wrap;
}
/* line 264, ../scss/_pages.scss */
.radio-wrap > li {
  width: calc(100% / 3);
}

/* line 269, ../scss/_pages.scss */
label {
  color: #8d8d8d;
}

/* line 273, ../scss/_pages.scss */
[type='radio']:checked + label {
  color: #f00;
}

/* line 277, ../scss/_pages.scss */
.has-price {
  position: relative;
  max-width: 330px;
}
/* line 281, ../scss/_pages.scss */
.has-price:before {
  content: 'HK$';
  font-weight: 500;
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 15px;
  color: #636363;
}
/* line 291, ../scss/_pages.scss */
.has-price input[type=text] {
  padding: 9px 15px 9px 50px;
}
/* line 295, ../scss/_pages.scss */
.has-price.ft:before {
  content: 'FT';
}
/* line 299, ../scss/_pages.scss */
.has-price.pt:before {
  content: 'PT';
}
/* line 303, ../scss/_pages.scss */
.has-price.full-price {
  max-width: 100%;
}

/* line 308, ../scss/_pages.scss */
.three-col {
  display: flex;
  margin-top: 20px;
  align-items: flex-start;
  justify-content: space-between;
}
/* line 315, ../scss/_pages.scss */
.three-col > li {
  box-sizing: border-box;
  width: calc(33.3% - 10px);
}
/* line 320, ../scss/_pages.scss */
.three-col.has-bottom {
  margin-bottom: 30px;
}
/* line 326, ../scss/_pages.scss */
.three-col.uneven > li:first-child {
  width: 15%;
}
/* line 330, ../scss/_pages.scss */
.three-col.uneven > li:nth-child(2) {
  width: 15%;
}
/* line 334, ../scss/_pages.scss */
.three-col.uneven > li:last-child {
  width: calc(70% - 40px);
}

/* line 341, ../scss/_pages.scss */
.four-col {
  display: flex;
  margin-bottom: 15px;
  justify-content: flex-end;
  justify-content: space-between;
  align-items: flex-start;
}
/* line 349, ../scss/_pages.scss */
.four-col > li {
  box-sizing: border-box;
  width: calc(25% - 15px);
}
/* line 356, ../scss/_pages.scss */
.four-col.not-four > li:first-child {
  margin-left: auto;
}
/* line 363, ../scss/_pages.scss */
.four-col .radio-wrap p {
  margin-right: 30px;
}

/* line 370, ../scss/_pages.scss */
input[type=text].small-fill {
  padding: 5px 10px;
}
/* line 374, ../scss/_pages.scss */
input[type=text].has-bottom {
  margin-bottom: 15px;
}
/* line 377, ../scss/_pages.scss */
input[type=text].fill-line.child-fill {
  width: calc(100% - 30px);
  margin-left: 30px;
}
/* line 382, ../scss/_pages.scss */
input[type=text].fill-line.inline {
  max-width: 300px;
}

/* line 388, ../scss/_pages.scss */
.full-col > li {
  box-sizing: border-box;
  padding: 20px 0 15px;
  border-bottom: 1px dotted #d6d6d7;
}
/* line 393, ../scss/_pages.scss */
.full-col > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
/* line 398, ../scss/_pages.scss */
.full-col > li input[type=text] {
  max-width: calc(50% - 10px);
}

/* line 404, ../scss/_pages.scss */
.has-unit {
  position: relative;
  max-width: 330px;
}
/* line 408, ../scss/_pages.scss */
.has-unit:after {
  content: 'Sq. ft.';
  font-weight: 500;
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 15px;
  color: #636363;
}

/* line 420, ../scss/_pages.scss */
.radio-wrap p {
  margin-right: 30px;
}
/* line 425, ../scss/_pages.scss */
.radio-wrap.has-min p {
  min-width: 200px;
}
/* line 430, ../scss/_pages.scss */
.radio-wrap.single-line {
  display: block;
}

/* line 436, ../scss/_pages.scss */
.know-checkbox label {
  min-width: 140px;
}
/* line 440, ../scss/_pages.scss */
.know-checkbox > li {
  margin-bottom: 20px;
}

/* line 446, ../scss/_pages.scss */
.form-pages > li {
  display: none;
}
/* line 449, ../scss/_pages.scss */
.form-pages > li.active {
  display: block;
}

/* line 455, ../scss/_pages.scss */
.dotted-line {
  width: 100%;
  margin: 20px 0;
  border-bottom: 1px dotted #c7cbcf;
}

/* line 461, ../scss/_pages.scss */
.red-dotted-line {
  width: 100%;
  margin: 20px 0;
  border-bottom: 1px dotted #8c2f33;
}

/* line 467, ../scss/_pages.scss */
.no-bottom {
  margin-bottom: 0;
}

/* line 472, ../scss/_pages.scss */
.dotted-list > li {
  box-sizing: border-box;
  padding-bottom: 20px;
  border-bottom: 1px dotted #d6d6d7;
}
/* line 477, ../scss/_pages.scss */
.dotted-list > li:last-child {
  border-bottom: 0;
}

/* line 488, ../scss/_pages.scss */
.example {
  font-size: 15px !important;
  box-sizing: border-box;
  padding: 9px 15px;
  color: #444;
  border: 1px solid #c7cbcf;
  background: #fff;
}

/* line 504, ../scss/_pages.scss */
.page-banner {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 450px;
  padding-top: 120px;
  background-position: center;
  background-size: cover;
  justify-content: center;
}

/* line 517, ../scss/_pages.scss */
.whats-new .page-banner {
  background-image: url(../img/other/banner/banner_whatsnew.jpg);
}
/* line 521, ../scss/_pages.scss */
.whats-new .container {
  background: #fff;
}

/* line 526, ../scss/_pages.scss */
.container {
  padding: 60px 100px;
}
/* line 529, ../scss/_pages.scss */
.container.up {
  margin-top: -130px;
  background: #fff;
}

/* line 535, ../scss/_pages.scss */
.photo-list {
  display: flex;
  width: 60%;
  flex-wrap: wrap;
}
/* line 541, ../scss/_pages.scss */
.photo-list > li {
  position: relative;
  width: calc(33.3% - 10px);
  margin: 0 10px 10px 0;
}
/* line 546, ../scss/_pages.scss */
.photo-list > li:first-child {
  width: calc(100% - 11px);
  margin-bottom: 10px;
}
/* line 551, ../scss/_pages.scss */
.photo-list > li .photo-preview {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
/* line 557, ../scss/_pages.scss */
.photo-list > li .photo-preview:after {
  content: '';
  display: block;
  padding-top: 60%;
}
/* line 564, ../scss/_pages.scss */
.photo-list > li a {
  color: #444;
}
/* line 567, ../scss/_pages.scss */
.photo-list > li a:hover {
  color: #ed1c24;
}
/* line 571, ../scss/_pages.scss */
.photo-list > li a.fancybox {
  display: block;
  width: 100%;
  height: 100%;
  transition: .3s ease;
}
/* line 577, ../scss/_pages.scss */
.photo-list > li a.fancybox:hover {
  opacity: .8;
}
/* line 583, ../scss/_pages.scss */
.photo-list > li.source {
  font-size: 12px;
  width: 100%;
  color: #444;
}

/* line 591, ../scss/_pages.scss */
.content-wrap {
  display: flex;
  box-sizing: border-box;
  margin-top: 100px;
  padding-bottom: 50px;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* line 601, ../scss/_pages.scss */
.date {
  font-size: 12px;
  margin-bottom: 20px;
}

/* line 606, ../scss/_pages.scss */
.article {
  box-sizing: border-box;
  box-sizing: border-box;
  width: calc(40% - 50px);
  margin-left: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #bfbfbf;
}
/* line 614, ../scss/_pages.scss */
.article p {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: justify;
  color: #444;
}
/* line 621, ../scss/_pages.scss */
.article p:last-child {
  margin-bottom: 0;
}
/* line 626, ../scss/_pages.scss */
.article .section {
  margin-bottom: 30px;
}

/* line 631, ../scss/_pages.scss */
.inner-para {
  font-size: 17px;
  line-height: 1.4;
  text-align: justify;
  color: #444;
}
/* line 637, ../scss/_pages.scss */
.inner-para.center {
  text-align: center;
}

/* line 642, ../scss/_pages.scss */
.fancybox-caption {
  font-family: "Quicksand", 微軟正黑體, sans-serif;
  text-align: center;
}

/* line 649, ../scss/_pages.scss */
.whats-new-inner .content-wrap .btn-wrap {
  margin-top: 60px;
}
/* line 652, ../scss/_pages.scss */
.whats-new-inner .content-wrap .btn-wrap .btn {
  min-width: 130px;
}

/* line 665, ../scss/_pages.scss */
.gallery-inner-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #444;
}

/* line 673, ../scss/_pages.scss */
.gallery-inner .content-wrap .btn-wrap {
  margin-top: 60px;
}
/* line 676, ../scss/_pages.scss */
.gallery-inner .content-wrap .btn-wrap .btn {
  min-width: 130px;
}
/* line 682, ../scss/_pages.scss */
.gallery-inner .inner-para {
  margin-top: 40px;
  text-align: center;
}
/* line 687, ../scss/_pages.scss */
.gallery-inner p {
  font-size: 17px;
  line-height: 1.4;
  margin-top: 40px;
  text-align: center;
  text-align: justify;
  color: #444;
}

/* line 697, ../scss/_pages.scss */
.gallery-inner-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
/* line 703, ../scss/_pages.scss */
.gallery-inner-list > li {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  height: 290px;
  margin: 5px;
}
/* line 710, ../scss/_pages.scss */
.gallery-inner-list > li:nth-child(7n+1), .gallery-inner-list > li:nth-child(7n+4) {
  width: calc(45% - 10px);
}
/* line 714, ../scss/_pages.scss */
.gallery-inner-list > li:nth-child(7n+2), .gallery-inner-list > li:nth-child(7n+3) {
  width: calc(55% - 10px);
}
/* line 718, ../scss/_pages.scss */
.gallery-inner-list > li:nth-child(7n+6) {
  width: calc(44% - 10px);
}
/* line 722, ../scss/_pages.scss */
.gallery-inner-list > li:nth-child(7n+5), .gallery-inner-list > li:nth-child(7n+7) {
  width: calc(28% - 10px);
}
/* line 726, ../scss/_pages.scss */
.gallery-inner-list > li .fancybox {
  display: block;
  width: 100%;
  height: 100%;
  transition: .3s ease;
}
/* line 732, ../scss/_pages.scss */
.gallery-inner-list > li .fancybox:hover {
  opacity: .8;
}

/* line 739, ../scss/_pages.scss */
.gallery-preview {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

/* line 746, ../scss/_pages.scss */
.gallery-head {
  box-sizing: border-box;
  padding: 0 5px;
}

/* line 752, ../scss/_pages.scss */
.gallery-video .overlay {
  display: flex;
  text-align: center;
  color: #fff;
  align-items: center;
  justify-content: center;
}
/* line 760, ../scss/_pages.scss */
.gallery-video .overlay p {
  font-size: 25px;
  font-weight: 500;
  display: none;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
/* line 768, ../scss/_pages.scss */
.gallery-video .overlay i {
  font-size: 40px;
  transition: .3s ease;
}
/* line 774, ../scss/_pages.scss */
.gallery-video .overlay:hover i {
  margin: -5px 5px 5px -5px;
}

/* line 787, ../scss/_pages.scss */
.filter-wrap {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 0 60px;
}
/* line 793, ../scss/_pages.scss */
.filter-wrap select, .filter-wrap input[type=search], .filter-wrap input[type=text] {
  font-weight: 400;
  min-width: 190px;
  height: 40px;
  text-transform: uppercase;
  color: #444;
}
/* line 802, ../scss/_pages.scss */
.filter-wrap input[type=search]::placeholder {
  color: #444;
}
/* line 806, ../scss/_pages.scss */
.filter-wrap input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
/* line 812, ../scss/_pages.scss */
.filter-wrap input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* line 818, ../scss/_pages.scss */
.filter-wrap input[type=search]::-webkit-search-decoration, .filter-wrap input[type=search]::-webkit-search-cancel-button, .filter-wrap input[type=search]::-webkit-search-results-button, .filter-wrap input[type=search]::-webkit-search-results-decoration {
  display: none;
}
/* line 823, ../scss/_pages.scss */
.filter-wrap .search-wrap {
  position: relative;
}
/* line 826, ../scss/_pages.scss */
.filter-wrap .search-wrap:after {
  content: '\f002';
  font-family: 'fontAwesome';
  font-size: 16px;
  position: absolute;
  top: 12px;
  right: 10px;
  color: #ed1c24;
}

/* line 838, ../scss/_pages.scss */
.right-filter {
  display: flex;
  margin-left: auto;
}
/* line 842, ../scss/_pages.scss */
.right-filter .red-tri-select, .right-filter .search-wrap, .right-filter input[type=submit] {
  margin-left: 20px;
}

/* line 848, ../scss/_pages.scss */
.grid-landing h2 {
  margin-bottom: 40px;
}
/* line 852, ../scss/_pages.scss */
.grid-landing .container {
  padding: 60px 40px;
}

/* line 857, ../scss/_pages.scss */
.grid-list {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}
/* line 863, ../scss/_pages.scss */
.grid-list > li {
  box-sizing: border-box;
  width: calc(50% - 40px);
  margin: 0 20px 40px;
  margin-bottom: 40px;
}
/* line 871, ../scss/_pages.scss */
.grid-list > li:hover .grid-photo {
  opacity: 1;
}
/* line 875, ../scss/_pages.scss */
.grid-list > li:hover .grid-info {
  background: rgba(255, 255, 255, 0.95);
}
/* line 880, ../scss/_pages.scss */
.grid-list > li > a {
  display: block;
  width: 100%;
}
/* line 886, ../scss/_pages.scss */
.grid-list .para {
  line-height: 1.5;
  margin-bottom: 30px;
  color: #444;
}
/* line 892, ../scss/_pages.scss */
.grid-list .btn-wrap {
  padding-bottom: 0;
}

/* line 899, ../scss/_pages.scss */
#whats_new .grid-list > li {
  width: calc(100% - 40px);
}
/* line 904, ../scss/_pages.scss */
#whats_new .grid-info {
  height: 450px;
}

/* line 909, ../scss/_pages.scss */
.grid-photo {
  position: relative;
  z-index: 1;
  width: calc(100% - 80px);
  height: 300px;
  margin: auto;
  transition: .3s ease;
  opacity: .8;
  background-position: center;
  background-size: cover;
}

/* line 921, ../scss/_pages.scss */
.red-border {
  position: relative;
  z-index: 1;
  width: calc(100% - 80px);
  margin: auto;
  border-bottom: 3px solid #ed1c24;
}

/* line 929, ../scss/_pages.scss */
.grid-info {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 150px);
  margin-top: -150px;
  padding: 180px 40px 30px;
  transition: .3s ease;
  border: 1px solid rgba(49, 49, 49, 0.2);
  border-top: 0;
  background: rgba(255, 255, 255, 0.8);
}
/* line 941, ../scss/_pages.scss */
.grid-info:before, .grid-info:after {
  content: '';
  position: absolute;
  top: 0;
  width: 25px;
  height: 1px;
  background: rgba(49, 49, 49, 0.2);
}
/* line 950, ../scss/_pages.scss */
.grid-info:before {
  left: 0;
}
/* line 954, ../scss/_pages.scss */
.grid-info:after {
  right: 0;
}

/* line 961, ../scss/_pages.scss */
h3.grid-title {
  line-height: 1.3;
  overflow: hidden;
  max-height: 84px;
  margin-bottom: 5px;
  transition: .3s ease;
  text-transform: uppercase;
  color: #444;
}
/* line 970, ../scss/_pages.scss */
h3.grid-title:hover {
  opacity: .7;
}

/* line 976, ../scss/_pages.scss */
.grid-date {
  margin-bottom: 15px;
  color: #444;
}

/* line 981, ../scss/_pages.scss */
.pager {
  font-size: 14px;
  display: flex;
  margin-bottom: 50px;
  color: #444;
  align-items: center;
  justify-content: center;
}
/* line 990, ../scss/_pages.scss */
.pager > li {
  margin: 0 7px;
  cursor: pointer;
  text-align: center;
}
/* line 995, ../scss/_pages.scss */
.pager > li a {
  min-width: 10px;
  transition: .3s ease;
  color: #444;
}
/* line 1000, ../scss/_pages.scss */
.pager > li a:hover {
  color: #f00;
}
/* line 1006, ../scss/_pages.scss */
.pager > li.active a {
  color: #f00;
}

/* line 1020, ../scss/_pages.scss */
.list-landing h2 {
  margin-bottom: 40px;
}
/* line 1024, ../scss/_pages.scss */
.list-landing .filter-wrap {
  padding: 0;
}

/* line 1029, ../scss/_pages.scss */
.simple-list {
  margin-top: 50px;
}
/* line 1032, ../scss/_pages.scss */
.simple-list > li {
  display: flex;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d7;
  align-items: center;
}
/* line 1041, ../scss/_pages.scss */
.simple-list > li a {
  margin-left: auto;
}
/* line 1046, ../scss/_pages.scss */
.simple-list .grid-date {
  margin-bottom: 0;
}

/* line 1057, ../scss/_pages.scss */
.cal-wrap {
  position: relative;
}
/* line 1060, ../scss/_pages.scss */
.cal-wrap:after {
  content: '\f133';
  font-family: 'fontAwesome';
  font-size: 16px;
  position: absolute;
  top: 12px;
  right: 10px;
  color: #ed1c24;
}

/* line 1071, ../scss/_pages.scss */
.block-list {
  margin: 40px 0;
}
/* line 1074, ../scss/_pages.scss */
.block-list .grid-photo {
  width: 100%;
  height: 330px;
  margin: inherit;
}
/* line 1080, ../scss/_pages.scss */
.block-list .block-info {
  box-sizing: border-box;
  width: 65%;
  padding: 40px;
  border: 1px solid #d6d6d7;
}
/* line 1087, ../scss/_pages.scss */
.block-list > li {
  display: flex;
  box-sizing: border-box;
  padding-bottom: 50px;
  align-items: center;
}
/* line 1095, ../scss/_pages.scss */
.block-list > li:nth-child(odd) .block-info {
  border-left: none;
}
/* line 1101, ../scss/_pages.scss */
.block-list > li:nth-child(even) .block-info {
  border-right: none;
}
/* line 1107, ../scss/_pages.scss */
.block-list > li:hover .grid-photo {
  opacity: 1;
}
/* line 1112, ../scss/_pages.scss */
.block-list > li > a {
  display: block;
  width: 35%;
}
/* line 1118, ../scss/_pages.scss */
.block-list .para {
  line-height: 1.5;
  margin-bottom: 20px;
  color: #444;
}
/* line 1124, ../scss/_pages.scss */
.block-list .red-border {
  position: relative;
  top: 100%;
  width: 100%;
}

/* line 1132, ../scss/_pages.scss */
.block-landing h2 {
  margin-bottom: 40px;
}
/* line 1136, ../scss/_pages.scss */
.block-landing .filter-wrap {
  padding: 0;
}

/* line 1142, ../scss/_pages.scss */
.events .grid-photo {
  width: 45%;
}

/* line 1152, ../scss/_pages.scss */
.register-btn {
  margin-bottom: 30px;
}

/* line 1157, ../scss/_pages.scss */
.events-detail .lightbox {
  max-width: 900px;
  padding: 0;
  border: 1px solid #c7cbcf;
}
/* line 1162, ../scss/_pages.scss */
.events-detail .lightbox p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

/* line 1179, ../scss/_pages.scss */
.landing-happening .btn-wrap {
  margin-top: 30px;
}

/* line 1184, ../scss/_pages.scss */
.landing-events {
  position: relative;
  box-sizing: border-box;
  padding-top: 80px;
}
/* line 1189, ../scss/_pages.scss */
.landing-events .page-banner {
  position: absolute;
  top: 0;
}
/* line 1194, ../scss/_pages.scss */
.landing-events .btn-wrap {
  padding-bottom: 90px;
}

/* line 1199, ../scss/_pages.scss */
.tri-divider {
  display: flex;
  width: 100%;
  align-items: center;
}

/* line 1206, ../scss/_pages.scss */
.gradient-line {
  width: 50%;
  height: 1px;
}
/* line 1210, ../scss/_pages.scss */
.gradient-line.left {
  background: -moz-linear-gradient(-45deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -webkit-linear-gradient(-45deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
}
/* line 1216, ../scss/_pages.scss */
.gradient-line.right {
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
}

/* line 1223, ../scss/_pages.scss */
.tri {
  width: 0;
  height: 0;
  margin: 0 5px;
  border-top: 6px solid #ed1c24;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

/* line 1233, ../scss/_pages.scss */
.landing-news .container {
  padding: 10px 100px 60px;
}
/* line 1239, ../scss/_pages.scss */
.landing-news .simple-list > li:last-child {
  border-bottom: 0;
}
/* line 1245, ../scss/_pages.scss */
.landing-news .btn-wrap {
  padding-bottom: 70px;
}

/* line 1250, ../scss/_pages.scss */
.landing-gallery {
  position: relative;
  width: 100%;
  background-image: url(../img/other/whats-new-2.jpg);
  background-position: center;
  background-size: cover;
}
/* line 1257, ../scss/_pages.scss */
.landing-gallery:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
}
/* line 1269, ../scss/_pages.scss */
.landing-gallery .container {
  padding: 10px 100px 60px;
  background: transparent;
}
/* line 1274, ../scss/_pages.scss */
.landing-gallery .btn-wrap {
  margin-top: 30px;
}

/* line 1286, ../scss/_pages.scss */
.cate-fashion .page-banner {
  background-image: url(../img/other/banner/banner_fashion.jpg);
}

/* line 1291, ../scss/_pages.scss */
.company-logo {
  width: 250px;
  margin: 0 40px 0 0;
  border: 1px solid #d6d6d7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* line 1299, ../scss/_pages.scss */
.company-logo:after {
  content: '';
  display: block;
  padding-top: 100%;
}

/* line 1306, ../scss/_pages.scss */
.company-info-wrap {
  display: flex;
  margin-bottom: 40px;
  align-items: flex-start;
}
/* line 1312, ../scss/_pages.scss */
.company-info-wrap h2 {
  margin-bottom: 30px;
  text-align: left;
}

/* line 1319, ../scss/_pages.scss */
.company-info-list > li {
  font-size: 18px;
  line-height: 1.3;
  display: flex;
  margin-bottom: 15px;
  letter-spacing: 1px;
  color: #444;
  align-items: flex-start;
}
/* line 1329, ../scss/_pages.scss */
.company-info-list > li > p:first-child {
  box-sizing: border-box;
  min-width: 200px;
  padding-right: 30px;
  color: #ed1c24;
}
/* line 1336, ../scss/_pages.scss */
.company-info-list > li a:hover {
  opacity: .7;
}

/* line 1342, ../scss/_pages.scss */
.company-info {
  width: calc(100% - 250px);
}

/* line 1347, ../scss/_pages.scss */
.incubation-inner .content-wrap {
  margin-top: 0;
}
/* line 1350, ../scss/_pages.scss */
.incubation-inner .content-wrap p {
  font-size: 18px;
  line-height: 1.5;
  color: #444;
}

/* line 1358, ../scss/_pages.scss */
.company-slide {
  width: 100%;
  height: 570px;
  background-position: center;
  background-size: cover;
}

/* line 1365, ../scss/_pages.scss */
.company-slider {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 70px !important;
  border-bottom: 3px solid #ed1c24;
}
/* line 1371, ../scss/_pages.scss */
.company-slider .slick-dots {
  bottom: -40px;
}
/* line 1375, ../scss/_pages.scss */
.company-slider a {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 1390, ../scss/_pages.scss */
.incubation-cate h2 {
  margin-bottom: 40px;
}
/* line 1394, ../scss/_pages.scss */
.incubation-cate .submit-wrap {
  margin-left: 20px;
}
/* line 1397, ../scss/_pages.scss */
.incubation-cate .submit-wrap:after {
  visibility: hidden;
  opacity: 0;
}
/* line 1403, ../scss/_pages.scss */
.incubation-cate .submit-wrap.active .tab-btn {
  color: #fff;
  border: 1px solid #ed1c24;
  background: #ed1c24;
}
/* line 1409, ../scss/_pages.scss */
.incubation-cate .submit-wrap.active:after {
  visibility: visible;
  opacity: 1;
}
/* line 1416, ../scss/_pages.scss */
.incubation-cate .submit-wrap:hover:after {
  visibility: visible;
  opacity: 1;
}
/* line 1423, ../scss/_pages.scss */
.incubation-cate .filter-wrap {
  padding: 0;
}

/* line 1428, ../scss/_pages.scss */
.tab-btn {
  position: relative;
}
/* line 1431, ../scss/_pages.scss */
.tab-btn:hover {
  color: #fff;
  border: 1px solid #ed1c24;
  background: #ed1c24;
}

/* line 1438, ../scss/_pages.scss */
.logo-wrap {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* line 1446, ../scss/_pages.scss */
.logo-wrap:after {
  content: '';
  display: block;
  padding-top: 100%;
}

/* line 1453, ../scss/_pages.scss */
.logo-name {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
/* line 1460, ../scss/_pages.scss */
.logo-name:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  transition: .3s ease;
  background: #ed1c24;
}

/* line 1472, ../scss/_pages.scss */
.logo-list {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 1479, ../scss/_pages.scss */
.logo-list > li {
  position: relative;
  box-sizing: border-box;
  width: 33.3%;
  padding: 0 35px 70px;
  text-align: center;
}
/* line 1488, ../scss/_pages.scss */
.logo-list > li a {
  width: 100%;
}
/* line 1491, ../scss/_pages.scss */
.logo-list > li a:hover {
  opacity: .7;
}
/* line 1495, ../scss/_pages.scss */
.logo-list > li a:hover .logo-name:after {
  width: 100%;
}
/* line 1504, ../scss/_pages.scss */
.logo-list#graduated > li {
  width: calc(100% / 3);
}

/* line 1511, ../scss/_pages.scss */
.tab-content-wrap .tab-content {
  visibility: hidden;
  height: 0;
  transition: .3s ease;
  opacity: 0;
}
/* line 1517, ../scss/_pages.scss */
.tab-content-wrap .tab-content.show {
  visibility: visible;
  height: auto;
  opacity: 1;
}

/* line 1532, ../scss/_pages.scss */
#incubation .page-banner {
  background-image: url(../img/other/banner/banner_incubation.jpg);
}
/* line 1536, ../scss/_pages.scss */
#incubation .inner-para {
  max-width: 650px;
  margin: auto;
}

/* line 1542, ../scss/_pages.scss */
.cate-photo {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

/* line 1549, ../scss/_pages.scss */
.cate-list {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 1556, ../scss/_pages.scss */
.cate-list > li {
  box-sizing: border-box;
  width: 33.3%;
  padding: 0 15px 40px;
  text-align: center;
}
/* line 1567, ../scss/_pages.scss */
.cate-list > li a {
  display: block;
  height: 100%;
  cursor: pointer;
}
/* line 1573, ../scss/_pages.scss */
.cate-list > li a:hover .cate-info {
  background: rgba(214, 214, 215, 0.2);
}

/* line 1581, ../scss/_pages.scss */
.cate-info {
  position: relative;
  box-sizing: border-box;
  min-height: calc(100% - 75px);
  margin-top: -70px;
  padding: 100px 30px 30px;
  transition: .3s ease;
  border: 1px solid #d6d6d7;
  border-top: none;
  background: #fff;
}
/* line 1592, ../scss/_pages.scss */
.cate-info:before, .cate-info:after {
  content: '';
  position: absolute;
  top: 0;
  width: 75px;
  height: 1px;
  background: #d6d6d7;
}
/* line 1601, ../scss/_pages.scss */
.cate-info:before {
  left: 0;
}
/* line 1605, ../scss/_pages.scss */
.cate-info:after {
  right: 0;
}
/* line 1609, ../scss/_pages.scss */
.cate-info p {
  text-align: center;
}

/* line 1614, ../scss/_pages.scss */
.cate-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
  margin-bottom: 20px;
  color: #444;
  align-items: center;
  justify-content: center;
}

/* line 1626, ../scss/_pages.scss */
.white-bg {
  position: relative;
  z-index: 1;
  width: 140px;
  height: 140px;
  margin: auto;
  border: 1px solid #d6d6d7;
  border-bottom: 3px solid #ed1c24;
  background: #fff;
}

/* line 1643, ../scss/_pages.scss */
.home-banner {
  position: relative;
  display: flex;
  width: 100%;
  height: calc(100vh - 106px);
  align-items: center;
}
/* line 1651, ../scss/_pages.scss */
.home-banner .overlay {
  z-index: 1;
  display: flex;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  align-items: center;
}
/* line 1660, ../scss/_pages.scss */
.home-banner .overlay img {
  position: absolute;
  right: 0;
  bottom: -175px;
}

/* line 1668, ../scss/_pages.scss */
.dip-word-slider {
  position: absolute;
  right: 0;
  bottom: -175px;
}

/* line 1674, ../scss/_pages.scss */
.dip-word-slide {
  width: 541px;
  height: 526px;
}

/* line 1679, ../scss/_pages.scss */
.home-slider {
  position: relative;
  width: 100%;
}
/* line 1683, ../scss/_pages.scss */
.home-slider .slick-dots {
  z-index: 20;
  bottom: 50px;
  padding-left: 180px;
  text-align: left;
}
/* line 1689, ../scss/_pages.scss */
.home-slider .slick-dots > li {
  background: #fff;
}
/* line 1692, ../scss/_pages.scss */
.home-slider .slick-dots > li.slick-active {
  background: #ed1c24;
}

/* line 1699, ../scss/_pages.scss */
.home-slide {
  width: 100%;
  height: calc(100vh - 106px);
  background-position: center;
  background-size: cover;
}

/* line 1706, ../scss/_pages.scss */
.content-slider {
  position: absolute;
  z-index: 10;
  top: 50%;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-left: 180px;
  transform: translate(0, -50%);
  align-items: center;
}
/* line 1722, ../scss/_pages.scss */
.content-slider .content-box:before {
  content: '';
  position: absolute;
  top: -60px;
  left: -10px;
  width: 350px;
  height: 350px;
  background-image: url(../img/other/home-tri-1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
/* line 1734, ../scss/_pages.scss */
.content-slider .content-box:after {
  content: '';
  position: absolute;
  right: -10px;
  bottom: -50px;
  width: 175px;
  height: 175px;
  background-image: url(../img/other/home-tri-2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
/* line 1747, ../scss/_pages.scss */
.content-slider .no-content {
  visibility: hidden !important;
  opacity: 0 !important;
}
/* line 1752, ../scss/_pages.scss */
.content-slider img {
  position: absolute;
  right: 0;
  bottom: -175px;
}
/* line 1758, ../scss/_pages.scss */
.content-slider .words {
  position: absolute !important;
  right: 0 !important;
  bottom: -175px !important;
  width: 541px !important;
  height: 526px !important;
}
/* line 1766, ../scss/_pages.scss */
.content-slider .slick-track, .content-slider .slick-list {
  height: 100%;
}
/* line 1770, ../scss/_pages.scss */
.content-slider .slick-slide {
  display: flex;
  height: 100%;
  align-items: center;
}

/* line 1778, ../scss/_pages.scss */
.content-box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 730px;
  height: 372px;
  padding: 50px 30px 65px;
  background: rgba(0, 0, 0, 0.7);
}
/* line 1790, ../scss/_pages.scss */
.content-box > div {
  position: relative;
  z-index: 1;
}
/* line 1795, ../scss/_pages.scss */
.content-box .para {
  color: #fff;
}

/* line 1800, ../scss/_pages.scss */
.home-title {
  font-size: 67px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}
/* line 1806, ../scss/_pages.scss */
.home-title.has-line {
  display: inline-block;
  box-sizing: border-box;
  margin-left: auto;
  padding-left: 20px;
  text-transform: inherit;
}

/* line 1815, ../scss/_pages.scss */
.title-wrap {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  align-items: center;
}

/* line 1823, ../scss/_pages.scss */
.red-line {
  width: 100%;
  height: 3px;
  background: #ed1c24;
}

/* line 1829, ../scss/_pages.scss */
.home-para {
  font-size: 18px;
  line-height: 1.5;
}

/* line 1834, ../scss/_pages.scss */
.home-video {
  box-sizing: border-box;
  border-left: 3px solid #ed1c24;
  /*
  background-image: url(../img/other/bg-home-video.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;*/
}
/* line 1842, ../scss/_pages.scss */
.home-video .home-para {
  max-width: 520px;
  margin: auto;
  text-align: center;
}
/* line 1848, ../scss/_pages.scss */
.home-video h1 {
  margin-bottom: 20px;
}
/* line 1852, ../scss/_pages.scss */
.home-video a {
  display: block;
  width: 100%;
  max-width: 970px;
  margin: 50px auto 80px;
}
/* line 1859, ../scss/_pages.scss */
.home-video .container {
  padding: 60px 0 0;
}
/* line 1864, ../scss/_pages.scss */
.home-video .btn-wrap a {
  width: auto;
}

/* line 1870, ../scss/_pages.scss */
.video-cover {
  position: relative;
  width: 100%;
  transition: .3s ease;
  border-bottom: 3px solid #9e2718;
  background-position: center;
  background-size: cover;
  align-items: center;
  justify-content: center;
}
/* line 1881, ../scss/_pages.scss */
.video-cover:after {
  content: '';
  display: block;
  padding-top: 58%;
}
/* line 1887, ../scss/_pages.scss */
.video-cover i {
  font-size: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transition: .3s ease;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.45);
}
/* line 1899, ../scss/_pages.scss */
.video-cover:hover {
  opacity: .7;
  border-bottom: 3px solid #ed1c24;
}
/* line 1903, ../scss/_pages.scss */
.video-cover:hover i {
  color: #fff;
}

/* line 1909, ../scss/_pages.scss */
.home-incubation {
  box-sizing: border-box;
  border-right: 3px solid #ed1c24;
}
/* line 1913, ../scss/_pages.scss */
.home-incubation h1 {
  margin-bottom: 20px;
  text-align: left;
}
/* line 1918, ../scss/_pages.scss */
.home-incubation .container {
  padding: 60px 0 0;
}
/* line 1921, ../scss/_pages.scss */
.home-incubation .container.low {
  padding-top: 0;
}
/* line 1926, ../scss/_pages.scss */
.home-incubation .home-para {
  max-width: 550px;
}
/* line 1930, ../scss/_pages.scss */
.home-incubation .logo-wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto 25px;
}
/* line 1936, ../scss/_pages.scss */
.home-incubation .logo-name {
  margin-bottom: 5px;
}
/* line 1939, ../scss/_pages.scss */
.home-incubation .logo-name:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  transition: .3s ease;
  background: #9e2718;
}
/* line 1950, ../scss/_pages.scss */
.home-incubation .logo-name:after {
  display: none;
}
/* line 1955, ../scss/_pages.scss */
.home-incubation .btn-wrap {
  padding-bottom: 70px;
}

/* line 1960, ../scss/_pages.scss */
.incubatee-slider {
  position: relative;
  display: flex;
  margin: 70px 0;
  justify-content: space-between;
}
/* line 1967, ../scss/_pages.scss */
.incubatee-slider:before, .incubatee-slider:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  width: 200px;
  height: 100%;
}
/* line 1976, ../scss/_pages.scss */
.incubatee-slider:before {
  left: 0;
  background: -moz-linear-gradient(left, white 0%, white 20%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, white 0%, white 20%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, white 20%, rgba(255, 255, 255, 0) 100%);
}
/* line 1983, ../scss/_pages.scss */
.incubatee-slider:after {
  right: 0;
  background: -moz-linear-gradient(right, white 0%, white 20%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(right, white 0%, white 20%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, white 0%, white 20%, rgba(255, 255, 255, 0) 100%);
}

/* line 1991, ../scss/_pages.scss */
.incubatee-name {
  font-size: 14px;
  margin-bottom: 7px;
  color: rgba(68, 68, 68, 0.5);
}

/* line 1997, ../scss/_pages.scss */
.incubatee-slide {
  transition: .3s ease;
  text-align: center;
}
/* line 2001, ../scss/_pages.scss */
.incubatee-slide:hover {
  opacity: .7;
}
/* line 2005, ../scss/_pages.scss */
.incubatee-slide:hover .logo-name:before {
  width: 0;
}

/* line 2012, ../scss/_pages.scss */
.incubatee-no-slider {
  display: flex;
  margin-bottom: 70px;
  justify-content: center;
}
/* line 2018, ../scss/_pages.scss */
.incubatee-no-slider .incubatee-slide {
  width: 170px;
  margin: 0 40px;
}
/* line 2023, ../scss/_pages.scss */
.incubatee-no-slider .incubatee-name {
  line-height: 1.3;
}

/* line 2029, ../scss/_pages.scss */
.home-news {
  box-sizing: border-box;
  padding-bottom: 70px;
  border-left: 3px solid #ed1c24;
  /*
  background-image: url(../img/other/bg-home-news.jpg);
  background-position: 50% 100%;
  background-size: cover;*/
}
/* line 2037, ../scss/_pages.scss */
.home-news h1 {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 20px;
  text-align: left;
}
/* line 2044, ../scss/_pages.scss */
.home-news h1:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: -120px;
  width: 200px;
  height: 100px;
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}
/* line 2058, ../scss/_pages.scss */
.home-news .home-para {
  max-width: 550px;
}
/* line 2062, ../scss/_pages.scss */
.home-news .container {
  padding: 60px 0 0;
}

/* line 2067, ../scss/_pages.scss */
.home-happening {
  display: flex;
  width: 100%;
  margin-bottom: 80px;
  align-items: center;
  justify-content: space-between;
}
/* line 2075, ../scss/_pages.scss */
.home-happening .para {
  line-height: 1.5;
  color: #444;
}
/* line 2080, ../scss/_pages.scss */
.home-happening .btn-wrap {
  margin-top: 30px;
  justify-content: flex-end;
}
/* line 2086, ../scss/_pages.scss */
.home-happening > a {
  width: calc(100% - 550px);
}
/* line 2092, ../scss/_pages.scss */
.home-happening h3.grid-title {
  position: relative;
  z-index: 2;
}
/* line 2098, ../scss/_pages.scss */
.home-happening .slick-dots {
  bottom: 120px;
  left: 0;
  text-align: left;
}

/* line 2105, ../scss/_pages.scss */
.hh-slide {
  display: flex !important;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 80px;
  padding-left: 30px;
  align-items: center;
  justify-content: space-between;
}
/* line 2115, ../scss/_pages.scss */
.hh-slide > .page-title {
  display: none;
}

/* line 2120, ../scss/_pages.scss */
.hh-info {
  box-sizing: border-box;
  max-width: 550px;
  padding-right: 50px;
}

/* line 2126, ../scss/_pages.scss */
.hh-photo {
  position: relative;
  width: 700px;
  transition: .3s ease;
}
/* line 2134, ../scss/_pages.scss */
.hh-photo:hover {
  opacity: .7;
}
/* line 2138, ../scss/_pages.scss */
.hh-photo .bright {
  position: relative;
  z-index: 1;
  width: calc(100% - 110px);
  border-bottom: 3px solid #9e2718;
  background-position: center;
  background-size: cover;
}
/* line 2146, ../scss/_pages.scss */
.hh-photo .bright:after {
  content: '';
  display: block;
  padding-top: 80%;
}
/* line 2153, ../scss/_pages.scss */
.hh-photo .dim {
  position: absolute;
  top: 60px;
  right: 0;
  width: 470px;
  height: 400px;
  background-position: center;
  background-size: cover;
}

/* line 2164, ../scss/_pages.scss */
.he-photo {
  width: 100%;
  background-position: center;
  background-size: cover;
}
/* line 2169, ../scss/_pages.scss */
.he-photo:after {
  content: '';
  display: block;
  padding-top: 80%;
}

/* line 2176, ../scss/_pages.scss */
.he-info {
  width: 50%;
}

/* line 2180, ../scss/_pages.scss */
.home-events {
  display: flex;
  box-sizing: border-box;
  padding-bottom: 50px;
  align-items: center;
}
/* line 2188, ../scss/_pages.scss */
.home-events h2 {
  margin-bottom: 30px;
  color: #444;
}
/* line 2193, ../scss/_pages.scss */
.home-events .show {
  display: none;
}
/* line 2197, ../scss/_pages.scss */
.home-events .hide {
  display: inline-block;
}
/* line 2201, ../scss/_pages.scss */
.home-events .para {
  line-height: 1.3;
  overflow: hidden;
  max-height: 63px;
  margin-bottom: 25px;
  color: rgba(68, 68, 68, 0.8);
}
/* line 2209, ../scss/_pages.scss */
.home-events h3 {
  overflow: hidden;
  max-height: 80px;
  margin-bottom: 20px;
}
/* line 2215, ../scss/_pages.scss */
.home-events > a {
  display: block;
  width: 50%;
}

/* line 2221, ../scss/_pages.scss */
.he-block {
  box-sizing: border-box;
  padding: 40px 100px;
  text-align: center;
  border: 1px solid #d6d6d7;
  border-left: none;
}
/* line 2228, ../scss/_pages.scss */
.he-block .grid-date {
  margin-bottom: 40px;
}
/* line 2232, ../scss/_pages.scss */
.he-block .btn-wrap {
  padding-bottom: 0;
}

/* line 2237, ../scss/_pages.scss */
.venue {
  margin-left: 30px;
}

/* line 2242, ../scss/_pages.scss */
.he-slider .slick-dots {
  bottom: -80px;
}

/* line 2247, ../scss/_pages.scss */
.he-photo-slider {
  width: 100%;
  transition: .3s ease;
}
/* line 2251, ../scss/_pages.scss */
.he-photo-slider:hover {
  opacity: .7;
}

/* line 2263, ../scss/_pages.scss */
.about-page .page-banner {
  background-image: url(../img/other/banner/banner_about.jpg);
}

/* line 2269, ../scss/_pages.scss */
.working-section .banner {
  width: 100%;
  height: 700px;
  background-position: center;
  background-size: cover;
}
/* line 2276, ../scss/_pages.scss */
.working-section h2 {
  margin-bottom: 40px;
}
/* line 2280, ../scss/_pages.scss */
.working-section .para {
  margin-bottom: 40px;
}

/* line 2285, ../scss/_pages.scss */
.map-list {
  position: relative;
  display: flex;
  width: 100%;
}
/* line 2290, ../scss/_pages.scss */
.map-list > li {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 500px;
}
/* line 2296, ../scss/_pages.scss */
.map-list > li:first-child {
  margin-right: 10px;
}
/* line 2300, ../scss/_pages.scss */
.map-list > li:last-child {
  margin-left: 10px;
}
/* line 2304, ../scss/_pages.scss */
.map-list > li iframe {
  width: 100%;
  height: calc(100% + 120px);
  transform: translate(0, -120px);
}

/* line 2315, ../scss/_pages.scss */
.map-box {
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 50%;
  box-sizing: border-box;
  width: calc(100% - 40px);
  max-width: 440px;
  padding: 20px 40px;
  transform: translate(-50%, 0);
  text-align: center;
  color: #444;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
/* line 2332, ../scss/_pages.scss */
.map-box .btn {
  margin-top: 5px;
}

/* line 2337, ../scss/_pages.scss */
.word-link {
  margin: 10px 0;
  text-transform: uppercase;
  color: #ed1c24;
}
/* line 2342, ../scss/_pages.scss */
.word-link:hover {
  color: #8c2f33;
}

/* line 2347, ../scss/_pages.scss */
.map-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #444;
}

/* line 2354, ../scss/_pages.scss */
.about-section {
  width: 100%;
  background: #fff;
}

/* line 2359, ../scss/_pages.scss */
.logo-box {
  position: relative;
  width: 35%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* line 2367, ../scss/_pages.scss */
.logo-box > .logo-box {
  width: 100%;
  height: 100%;
}

/* line 2374, ../scss/_pages.scss */
.about-list > li {
  display: flex;
  margin-bottom: 70px;
  align-items: center;
}
/* line 2381, ../scss/_pages.scss */
.about-list > li:nth-child(even) .para {
  padding: 0 15px 0 0;
}
/* line 2385, ../scss/_pages.scss */
.about-list > li:nth-child(even) p {
  padding: 0 15px 0 0;
}
/* line 2390, ../scss/_pages.scss */
.about-list > li:last-child {
  margin-bottom: 0;
}
/* line 2395, ../scss/_pages.scss */
.about-list p {
  font-size: 18px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 65%;
  padding-left: 40px;
  color: #444;
}

/* line 2405, ../scss/_pages.scss */
.acknowledge-section {
  background-image: url(../img/other/acknowledge.jpg);
}
/* line 2408, ../scss/_pages.scss */
.acknowledge-section .white-box {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: calc(100% - 40px);
  max-width: 970px;
  margin: auto;
  padding: 65px 100px 55px;
  transform: translate(-50%, -50%);
  background: #fff;
}
/* line 2421, ../scss/_pages.scss */
.acknowledge-section h2 {
  margin-bottom: 30px;
}
/* line 2425, ../scss/_pages.scss */
.acknowledge-section .btn-wrap {
  margin-top: 30px;
  padding: 0;
}
/* line 2430, ../scss/_pages.scss */
.acknowledge-section p {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #444;
}

/* line 2438, ../scss/_pages.scss */
.bg-white-box {
  position: relative;
  width: 100%;
  min-height: 570px;
  background-position: center;
  background-size: cover;
  align-items: center;
  justify-content: center;
}
/* line 2448, ../scss/_pages.scss */
.bg-white-box .white-box {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: calc(100% - 40px);
  max-width: 970px;
  margin: auto;
  padding: 65px 100px 55px;
  transform: translate(-50%, -50%);
  background: #fff;
}
/* line 2461, ../scss/_pages.scss */
.bg-white-box h2 {
  margin-bottom: 30px;
}
/* line 2465, ../scss/_pages.scss */
.bg-white-box .btn-wrap {
  margin-top: 30px;
  padding: 0;
}

/* line 2478, ../scss/_pages.scss */
.working-page .page-banner {
  background-image: url(../img/other/banner/banner_working.jpg);
}
/* line 2482, ../scss/_pages.scss */
.working-page .article {
  width: calc(50% - 20px);
  margin-left: 20px;
  border-bottom: 0;
}
/* line 2488, ../scss/_pages.scss */
.working-page .content-wrap {
  align-items: flex-start;
}
/* line 2492, ../scss/_pages.scss */
.working-page .content-wrap .article {
  width: 100%;
}
/* line 2496, ../scss/_pages.scss */
.working-page .content-wrap .working-slider-wrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

/* line 2505, ../scss/_pages.scss */
.article iframe {
  max-width: 100%;
  max-height: 350px;
}
/* line 2510, ../scss/_pages.scss */
.article ul {
  color: #444;
}
/* line 2513, ../scss/_pages.scss */
.article ul > li {
  line-height: 1.5;
  margin-bottom: 10px;
}

/* line 2520, ../scss/_pages.scss */
.working-slider-wrap {
  position: relative;
  width: 100%;
  width: 50%;
}

/* line 2526, ../scss/_pages.scss */
.working-slide-large {
  background-position: center;
  background-size: cover;
}
/* line 2530, ../scss/_pages.scss */
.working-slide-large:after {
  content: '';
  display: block;
  padding-top: 100%;
}

/* line 2537, ../scss/_pages.scss */
.working-slider-large {
  width: calc(100% - 40px);
}
/* line 2540, ../scss/_pages.scss */
.working-slider-large:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ed1c24;
}
/* line 2550, ../scss/_pages.scss */
.working-slider-large:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: #fff;
}
/* line 2560, ../scss/_pages.scss */
.working-slider-large a {
  display: block;
}

/* line 2565, ../scss/_pages.scss */
.working-slide-small {
  width: 100%;
  cursor: pointer;
  transition: .3s ease;
  background-position: center;
  background-size: cover;
}
/* line 2572, ../scss/_pages.scss */
.working-slide-small:after {
  content: '';
  display: block;
  padding-top: 100%;
}
/* line 2578, ../scss/_pages.scss */
.working-slide-small:hover {
  opacity: .7;
}

/* line 2583, ../scss/_pages.scss */
.working-slider-small {
  position: relative;
  margin-top: 30px;
}
/* line 2587, ../scss/_pages.scss */
.working-slider-small:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 25%, white 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 25%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 25%, white 100%);
}
/* line 2599, ../scss/_pages.scss */
.working-slider-small .slick-slide {
  margin-right: 25px;
}

/* line 2604, ../scss/_pages.scss */
.location-icon {
  width: 15px;
  height: 20px;
  background-image: url(../img/other/location-icon.png);
  background-position: center;
  background-size: contain;
}

/* line 2613, ../scss/_pages.scss */
.location-list > li {
  display: flex;
  margin-bottom: 25px;
  align-items: flex-start;
}
/* line 2620, ../scss/_pages.scss */
.location-list p {
  box-sizing: border-box;
  width: calc(100% - 15px);
  padding-left: 10px;
}
/* line 2625, ../scss/_pages.scss */
.location-list p b {
  font-weight: 500;
}

/* line 2638, ../scss/_pages.scss */
.join-page .page-banner {
  background-image: url(../img/other/banner/banner_join.jpg);
}

/* line 2643, ../scss/_pages.scss */
.join-photo {
  width: 50%;
  background-position: center;
  background-size: cover;
}
/* line 2648, ../scss/_pages.scss */
.join-photo:after {
  content: '';
  display: block;
  padding-top: 80%;
}

/* line 2656, ../scss/_pages.scss */
.join-blocks > li {
  display: flex;
}
/* line 2660, ../scss/_pages.scss */
.join-blocks > li:nth-child(even) .join-info {
  padding: 20px 30px 20px 0;
}

/* line 2668, ../scss/_pages.scss */
.join-dip .container {
  padding: 60px 70px;
}
/* line 2673, ../scss/_pages.scss */
.join-dip h2.big-title {
  margin: 30px 0;
  text-align: left;
  color: #444;
}

/* line 2681, ../scss/_pages.scss */
.join-info {
  display: flex;
  box-sizing: border-box;
  width: 50%;
  padding: 20px 0 20px 45px;
  align-items: center;
  flex-wrap: wrap;
}
/* line 2690, ../scss/_pages.scss */
.join-info p {
  font-size: 17px;
  line-height: 1.5;
  color: #444;
}
/* line 2696, ../scss/_pages.scss */
.join-info .btn {
  margin-top: 35px;
}

/* line 2701, ../scss/_pages.scss */
.notes-section {
  background-image: url(../img/other/notes.jpg);
}
/* line 2705, ../scss/_pages.scss */
.notes-section h2.big-title {
  margin: 0 0 5px;
  text-align: center;
}
/* line 2711, ../scss/_pages.scss */
.notes-section h5 {
  font-size: 18px;
  margin-bottom: 35px;
  text-align: center;
  color: #444;
}

/* line 2725, ../scss/_pages.scss */
.expand-sign {
  display: inline-block;
  box-sizing: border-box;
  height: 24px;
  margin-right: 40px;
  padding-top: 11px;
}
/* line 2732, ../scss/_pages.scss */
.expand-sign > li {
  width: 22px;
  height: 1px;
  transition: .3s ease;
  background: #444;
}
/* line 2738, ../scss/_pages.scss */
.expand-sign > li:last-child {
  transform: rotate(90deg);
}

/* line 2744, ../scss/_pages.scss */
.expand-title {
  display: flex;
  box-sizing: border-box;
  padding: 20px 0;
  cursor: pointer;
  align-items: center;
}
/* line 2752, ../scss/_pages.scss */
.expand-title h3 {
  font-size: 36px;
  font-weight: 300;
  width: calc(100% - 62px);
  transition: .3s ease;
  color: #444;
}
/* line 2761, ../scss/_pages.scss */
.expand-title:hover h3 {
  color: #ed1c24;
}
/* line 2766, ../scss/_pages.scss */
.expand-title:hover .expand-sign > li {
  background: #ed1c24;
}

/* line 2774, ../scss/_pages.scss */
.expand-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 2779, ../scss/_pages.scss */
.expand-list > li.active .expand-sign > li {
  background: #ed1c24;
}
/* line 2782, ../scss/_pages.scss */
.expand-list > li.active .expand-sign > li:last-child {
  display: none;
}
/* line 2788, ../scss/_pages.scss */
.expand-list > li.active .expand-title {
  border-bottom: 1px solid rgba(68, 68, 68, 0.1);
}
/* line 2791, ../scss/_pages.scss */
.expand-list > li.active .expand-title h3 {
  color: #ed1c24;
}
/* line 2798, ../scss/_pages.scss */
.expand-list .center {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #444;
}

/* line 2806, ../scss/_pages.scss */
.number {
  font-size: 60px;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: -5px;
  color: rgba(68, 68, 68, 0.3);
}

/* line 2816, ../scss/_pages.scss */
.number-block {
  position: relative;
  box-sizing: border-box;
  padding: 28px 0 60px 70px;
}
/* line 2821, ../scss/_pages.scss */
.number-block h3 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #444;
}
/* line 2829, ../scss/_pages.scss */
.number-block p {
  font-size: 18px;
  line-height: 1.5;
  max-width: 565px;
  color: #444;
}

/* line 2840, ../scss/_pages.scss */
.number-list > li {
  position: relative;
}
/* line 2844, ../scss/_pages.scss */
.number-list > li:first-child .number {
  letter-spacing: 0;
}
/* line 2849, ../scss/_pages.scss */
.number-list > li:nth-child(even) {
  box-sizing: border-box;
  padding-left: 210px;
}
/* line 2853, ../scss/_pages.scss */
.number-list > li:nth-child(even):before {
  content: '';
  position: absolute;
  top: 30px;
  left: 15px;
  width: 175px;
  height: 2px;
  background: rgba(68, 68, 68, 0.2);
}
/* line 2863, ../scss/_pages.scss */
.number-list > li:nth-child(even):after {
  content: '';
  position: absolute;
  top: -70px;
  left: 15px;
  width: 2px;
  height: 100px;
  background: rgba(68, 68, 68, 0.2);
}
/* line 2877, ../scss/_pages.scss */
.number-list > li:nth-child(odd):before {
  content: '';
  position: absolute;
  top: 10px;
  left: 70px;
  width: 140px;
  height: 2px;
  background: rgba(68, 68, 68, 0.2);
}
/* line 2887, ../scss/_pages.scss */
.number-list > li:nth-child(odd):after {
  content: '';
  position: absolute;
  top: -88px;
  left: 210px;
  width: 2px;
  height: 100px;
  background: rgba(68, 68, 68, 0.2);
}
/* line 2901, ../scss/_pages.scss */
.number-list > li:first-child:before, .number-list > li:first-child:after {
  display: none;
}
/* line 2909, ../scss/_pages.scss */
.number-list.no-line > li:before, .number-list.no-line > li:after {
  display: none;
}
/* line 2913, ../scss/_pages.scss */
.number-list.no-line > li:nth-child(even) {
  padding-left: 0;
}
/* line 2917, ../scss/_pages.scss */
.number-list.no-line > li .number-block {
  padding: 5px 0 50px 70px;
}
/* line 2923, ../scss/_pages.scss */
.number-list.no-bottom {
  margin-bottom: 0;
}

/* line 2928, ../scss/_pages.scss */
.expand-part {
  display: none;
  box-sizing: border-box;
  padding: 40px 0 60px;
}

/* line 2934, ../scss/_pages.scss */
.icon-block-list {
  display: flex;
  width: calc(100% - 40px);
  max-width: 1250px;
  margin: auto;
  justify-content: space-between;
}
/* line 2942, ../scss/_pages.scss */
.icon-block-list > li {
  width: calc(25% - 20px);
  max-width: 230px;
  margin: 0 10px;
  text-align: center;
}
/* line 2948, ../scss/_pages.scss */
.icon-block-list > li a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 2954, ../scss/_pages.scss */
.icon-block-list > li .icon-block {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 35px 40px;
  transition: .3s ease;
  border: 1px solid rgba(199, 203, 207, 0.8);
  background: rgba(255, 255, 255, 0.8);
}
/* line 2965, ../scss/_pages.scss */
.icon-block-list > li:hover .icon-block {
  border: 1px solid #ed1c24;
  background: #fff;
}
/* line 2972, ../scss/_pages.scss */
.icon-block-list h3 {
  font-size: 24px;
  color: #444;
}

/* line 2978, ../scss/_pages.scss */
.icon-box {
  width: 85px;
  height: 85px;
  margin: 0 auto 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* line 2987, ../scss/_pages.scss */
.bottom-section {
  box-sizing: border-box;
  min-height: auto;
  padding: 80px 0;
  background: #f9f9f9;
}
/* line 2993, ../scss/_pages.scss */
.bottom-section .white-box {
  background: transparent;
}

/* line 3005, ../scss/_pages.scss */
.faq .btn-wrap {
  margin-top: 80px;
}
/* line 3009, ../scss/_pages.scss */
.faq .expand-part {
  display: block;
}

/* line 3015, ../scss/_pages.scss */
.third-layer .page-banner {
  background-image: url(../img/other/banner/banner_third.jpg);
}

/* line 3027, ../scss/_pages.scss */
.how-to-apply .big-title {
  margin: 30px 0;
}
/* line 3031, ../scss/_pages.scss */
.how-to-apply .container {
  padding: 60px 100px;
}
/* line 3036, ../scss/_pages.scss */
.how-to-apply .join-blocks .big-title {
  text-align: left;
}

/* line 3049, ../scss/_pages.scss */
.download .btn-wrap {
  margin-top: 50px;
}

/* line 3061, ../scss/_pages.scss */
.whats-new#forms .page-banner {
  background-image: url(../img/other/banner/banner_join.jpg);
}

/* line 3074, ../scss/_pages.scss */
.common-page .container {
  padding: 60px 100px 100px;
}
/* line 3078, ../scss/_pages.scss */
.common-page .page-title {
  padding-bottom: 30px;
}
/* line 3082, ../scss/_pages.scss */
.common-page p {
  line-height: 1.5;
}

/* line 3093, ../scss/_pages.scss */
.sitemap-wrap {
  display: flex;
  margin-top: 20px;
}
/* line 3097, ../scss/_pages.scss */
.sitemap-wrap > li {
  box-sizing: border-box;
  width: 20%;
  padding: 0 10px;
}
/* line 3103, ../scss/_pages.scss */
.sitemap-wrap h5 {
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* line 3109, ../scss/_pages.scss */
.sitemap-wrap a:hover {
  color: #ed1c24;
}

/* line 3115, ../scss/_pages.scss */
.sitemap .container {
  padding: 60px 0 100px;
}

/* line 3126, ../scss/_pages.scss */
.menu-btn {
  box-sizing: border-box;
  height: 25px;
  margin-left: auto;
  cursor: pointer;
}
/* line 3132, ../scss/_pages.scss */
.menu-btn > li {
  width: 30px;
  height: 2px;
  margin: 5px 0;
  transition: .3s ease;
  background: #ed1c24;
}
/* line 3142, ../scss/_pages.scss */
.menu-btn:hover > li:nth-child(2) {
  width: 20px;
}
/* line 3146, ../scss/_pages.scss */
.menu-btn:hover > li:last-child {
  width: 10px;
}
/* line 3152, ../scss/_pages.scss */
.menu-btn.active {
  padding-top: 7px;
}
/* line 3155, ../scss/_pages.scss */
.menu-btn.active > li {
  width: 30px;
}
/* line 3158, ../scss/_pages.scss */
.menu-btn.active > li:first-child {
  transform: rotate(45deg);
}
/* line 3162, ../scss/_pages.scss */
.menu-btn.active > li:nth-child(2) {
  display: none;
}
/* line 3166, ../scss/_pages.scss */
.menu-btn.active > li:last-child {
  margin-top: -7px;
  transform: rotate(135deg);
}
/* line 3173, ../scss/_pages.scss */
.menu-btn.active:hover > li {
  width: 30px;
}

/* line 3180, ../scss/_pages.scss */
.open-menu {
  position: fixed;
  top: 90px;
  left: 0;
  visibility: hidden;
  overflow: auto;
  box-sizing: border-box;
  width: 100%;
  height: 0;
  padding: 80px 0;
  transition: .3s ease;
  opacity: 0;
  background: rgba(255, 255, 255, 0.95);
}
/* line 3194, ../scss/_pages.scss */
.open-menu.active {
  visibility: visible;
  height: calc(100vh - 90px);
  opacity: 1;
}

/* line 3201, ../scss/_pages.scss */
.open-nav {
  width: calc(100% - 100px);
  max-width: 600px;
  margin: auto;
}
/* line 3206, ../scss/_pages.scss */
.open-nav a {
  font-size: 24px;
}
/* line 3209, ../scss/_pages.scss */
.open-nav a.btn {
  font-size: 16px;
  margin-top: 20px;
}
/* line 3214, ../scss/_pages.scss */
.open-nav a:hover {
  color: #ed1c24;
}
/* line 3219, ../scss/_pages.scss */
.open-nav > li {
  margin-bottom: 20px;
}
/* line 3240, ../scss/_pages.scss */
.open-nav > li.second-level {
  margin-bottom: 10px;
}
/* line 3243, ../scss/_pages.scss */
.open-nav > li.second-level a {
  font-size: 18px;
}
/* line 3248, ../scss/_pages.scss */
.open-nav > li:last-child {
  margin-top: 50px;
}
/* line 3254, ../scss/_pages.scss */
.open-nav .lang-nav a {
  font-size: 16px;
}
/* line 3259, ../scss/_pages.scss */
.open-nav .divider {
  width: 100%;
  height: 1px;
  margin-top: 25px;
  background: #bfbfbf;
}

/* line 3267, ../scss/_pages.scss */
.responsive-show {
  display: none !important;
}

/* line 6, ../scss/_formstyle.scss */
.form-table th, .form-table td {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  box-sizing: border-box;
  width: 15%;
  padding: 5px;
  vertical-align: middle;
  border: 1px solid #8d8d8d;
}
/* line 17, ../scss/_formstyle.scss */
.form-table th {
  background: #c7cbcf;
}
/* line 20, ../scss/_formstyle.scss */
.form-table th:first-child {
  width: 25%;
}
/* line 26, ../scss/_formstyle.scss */
.form-table td:first-child {
  width: 25%;
}
/* line 31, ../scss/_formstyle.scss */
.form-table .price {
  display: flex;
  align-items: center;
}
/* line 36, ../scss/_formstyle.scss */
.form-table .price input[type=text] {
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  width: calc(100% - 40px);
  margin-left: auto;
  padding: 5px 10px;
}
/* line 47, ../scss/_formstyle.scss */
.form-table .note {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 0;
}
/* line 57, ../scss/_formstyle.scss */
.form-table b.big {
  font-size: 16px;
}
/* line 62, ../scss/_formstyle.scss */
.form-table .right {
  text-align: right;
}
/* line 66, ../scss/_formstyle.scss */
.form-table .left {
  text-align: left;
}
/* line 70, ../scss/_formstyle.scss */
.form-table .two-col {
  display: block;
  max-width: 100%;
  margin: 0;
  justify-content: space-between;
}
/* line 77, ../scss/_formstyle.scss */
.form-table .two-col .price {
  width: 100%;
  margin-bottom: 5px;
}

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