@charset "UTF-8";
@media (max-width: 767.98px) {
  html {
    font-size: .9rem; } }

.mc1 {
  color: #8B0001; }

.navbar {
  padding-top: 0;
  padding-bottom: 0; }

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

.bg-cover {
  background-size: cover;
  width: 100%;
  height: 0;
  display: block;
  background-position: 50% 50%; }

section {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 991.98px) {
    section {
      padding-top: 40px;
      padding-bottom: 40px; } }

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 576px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 768px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 992px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1200px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

.pic {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 100%; }
  .pic > span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0; }
    .pic > span:before {
      content: ' ';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
    .pic > span > img, .pic > span > iframe {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .pic > span > iframe {
      width: 100%;
      height: 100%; }

a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none; }
  a:active, a:hover {
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }

.main-title {
  font-size: 20px;
  font-family: 'Baskerville', 'Roboto', 'Microsoft JhengHei' , '微軟正黑體' , sans-serif; }
  .main-title span {
    font-size: 2.5em;
    letter-spacing: .2rem;
    line-height: 1.4em;
    display: block;
    color: #8B0001; }
  .main-title .text {
    display: inline-block;
    position: relative; }
    .main-title .text::before {
      position: absolute;
      content: '/';
      left: -20px;
      top: -1px;
      color: #ccc;
      font-weight: 100; }
    .main-title .text::after {
      position: absolute;
      content: '/';
      right: -20px;
      top: -1px;
      color: #ccc;
      font-weight: 100; }
  @media (max-width: 991.98px) {
    .main-title span {
      font-size: 1.3em; } }

.main-title2 {
  font-size: 30px;
  color: #8B0001; }
  .main-title2 .text {
    position: relative;
    display: inline-block; }
    .main-title2 .text span {
      display: block;
      font-size: 1.2rem;
      line-height: 1; }
    .main-title2 .text:before {
      position: absolute;
      right: -45px;
      bottom: 10px;
      content: '';
      width: 90px;
      height: 1px;
      background: rgba(139, 0, 1, 0.2);
      -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
      transform: rotate(120deg); }
  .main-title2.white {
    color: #fff; }
    .main-title2.white .text:before {
      background: rgba(255, 255, 255, 0.5); }

.main-title3 {
  font-size: 25px;
  color: #8B0001;
  font-weight: bold;
  position: relative; }
  .main-title3 span {
    font-size: 17px;
    display: block;
    font-weight: normal; }
  .main-title3:before {
    position: absolute;
    left: 50%;
    bottom: -10px;
    content: '';
    width: 50px;
    height: 3px;
    background: #8B0001;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .main-title3.white {
    color: #fff; }
    .main-title3.white:before {
      background: #fff; }

.title-icon {
  position: relative; }
  .title-icon::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 45%;
    background: #8B0001;
    left: 0;
    top: 50%; }
  .title-icon::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 45%;
    background: #8B0001;
    right: 0;
    top: 50%; }
  .title-icon img {
    margin: 15px auto; }

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px #8B0001 solid;
  background: none;
  opacity: 1;
  outline: none; }
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #8B0001; }

.swiper-button-next, .swiper-button-prev {
  width: 45px;
  height: 45px;
  border: 1px solid #8B0001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
  z-index: 8000;
  background: #8B0001; }
  .swiper-button-next:before, .swiper-button-prev:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 2rem;
    line-height: 2rem;
    font-weight: lighter;
    display: block;
    z-index: 500;
    color: #fff; }
  @media (max-width: 991.98px) {
    .swiper-button-next, .swiper-button-prev {
      width: 30px;
      height: 30px; }
      .swiper-button-next:before, .swiper-button-prev:before {
        font-family: 'Font Awesome 5 Pro';
        font-size: 1.5rem;
        line-height: 1.5rem; } }

.swiper-button-prev {
  left: 10px; }
  .swiper-button-prev:before {
    content: "\f104"; }

.swiper-button-next {
  right: 10px; }
  .swiper-button-next:before {
    content: '\f105'; }

.project-nav .swiper-button-prev,
.project-nav .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none; }
  .project-nav .swiper-button-prev i,
  .project-nav .swiper-button-next i {
    color: #8B0001;
    font-size: 3rem; }

.project-nav .swiper-button-prev {
  left: 0; }

.project-nav .swiper-button-next {
  right: 0; }

.slick-dots {
  bottom: -30px; }
  .slick-dots li {
    margin: 2px;
    width: 10px;
    height: 10px;
    vertical-align: middle; }
    .slick-dots li button {
      width: 10px;
      height: 10px; }
      .slick-dots li button:before {
        content: '';
        width: 7px;
        height: 7px;
        line-height: 10px;
        background: #8B0001;
        display: inline-block;
        border-radius: 50%;
        border: 2px #8B0001 solid;
        opacity: 1;
        top: 2px;
        left: 1px; }
  .slick-dots .slick-active button {
    width: 10px;
    height: 10px; }
    .slick-dots .slick-active button:before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      top: 0;
      left: 0;
      opacity: 1 !important; }

#back-to-top {
  position: fixed;
  z-index: 998;
  text-align: center;
  right: 15px;
  bottom: -80px;
  border-radius: 50%;
  cursor: pointer; }
  #back-to-top i {
    font-size: 25px;
    color: #fff;
    line-height: 50px; }

.btn-primary.main-btn {
  font-family: 'Baskerville', 'Roboto', 'Microsoft JhengHei' , '微軟正黑體' , sans-serif;
  background: none;
  color: #8B0001;
  padding: 5px 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px #8B0001 solid;
  position: relative;
  outline: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: .95rem;
  min-width: 90px; }
  .btn-primary.main-btn:hover, .btn-primary.main-btn:focus, .btn-primary.main-btn:active {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #000 !important;
    border-color: #000 !important;
    background: none !important; }
  .btn-primary.main-btn.white {
    color: #fff;
    border-color: #fff; }
    .btn-primary.main-btn.white a {
      color: #fff; }
    .btn-primary.main-btn.white:hover, .btn-primary.main-btn.white:focus, .btn-primary.main-btn.white:active {
      color: #fff !important;
      border-color: #fff !important; }
  .btn-primary.main-btn.dark {
    color: #000;
    border-color: #000; }
    .btn-primary.main-btn.dark:hover, .btn-primary.main-btn.dark:focus, .btn-primary.main-btn.dark:active {
      color: #8B0001 !important;
      border-color: #8B0001 !important; }

.btn-primary.main-btn2 {
  background: #8B0001;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  border: none;
  border-radius: 30px;
  position: relative;
  outline: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: .95rem;
  min-width: 90px;
  white-space: normal; }
  .btn-primary.main-btn2:hover, .btn-primary.main-btn2:focus, .btn-primary.main-btn2:active {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }

.select-menu {
  margin-top: 50px; }
  .select-menu .h4 {
    margin-bottom: 20px; }
  .select-menu .select-category > li {
    border-bottom: 1px solid #8B0001;
    padding: 10px 0; }
    .select-menu .select-category > li > p {
      font-size: 1.1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      cursor: pointer; }
      .select-menu .select-category > li > p span {
        display: block;
        width: calc(100% - 1.5rem); }
      .select-menu .select-category > li > p:after {
        content: '\f067';
        display: block;
        font-family: 'Font Awesome 5 Pro';
        font-weight: lighter;
        font-size: 1.2rem;
        color: #8B0001;
        width: 1.5rem;
        text-align: right; }
      .select-menu .select-category > li > p.active:after {
        content: '\f068'; }
    .select-menu .select-category > li:first-child {
      border-top: 1px solid #8B0001; }
    .select-menu .select-category > li .item-group .item {
      margin: 8px 0; }

.pagination-container {
  padding: 20px 0; }
  .pagination-container .pagination {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0; }
    .pagination-container .pagination li {
      display: inline-block;
      vertical-align: middle;
      border: 1px transparent solid;
      margin: 0 2px;
      border-radius: 50%; }
      .pagination-container .pagination li.active, .pagination-container .pagination li:hover {
        border-color: #8B0001; }
        .pagination-container .pagination li.active a, .pagination-container .pagination li:hover a {
          color: #8B0001; }
    .pagination-container .pagination a, .pagination-container .pagination span {
      line-height: 30px;
      color: #000;
      width: 30px;
      height: 30px;
      -webkit-transition: all 0.45s ease;
      -o-transition: all 0.45s ease;
      transition: all 0.45s ease;
      text-align: center;
      display: block; }
    .pagination-container .pagination i {
      line-height: 28px; }

.breadcrumb-container .breadcrumb {
  display: block;
  font-size: 14px;
  padding-left: 0;
  padding: 8px 0;
  text-transform: uppercase;
  color: #8B0001;
  background: none;
  margin: 5px 0 10px; }
  .breadcrumb-container .breadcrumb > li {
    display: inline-block; }
    .breadcrumb-container .breadcrumb > li:after {
      padding: 0 1px 0 5px;
      color: #8B0001;
      content: "/"; }
  .breadcrumb-container .breadcrumb a {
    color: #8B0001; }
    .breadcrumb-container .breadcrumb a:hover {
      color: #000; }

#page-banner {
  position: relative;
  z-index: 0; }
  #page-banner .page_title {
    text-align: center;
    height: 350px;
    position: relative; }
    #page-banner .page_title h2 {
      color: #fff;
      font-size: 32px;
      margin-bottom: 0;
      text-shadow: 0 0 8px #333;
      position: absolute;
      width: 100%;
      top: 40%; }
      #page-banner .page_title h2 span {
        font-size: .8em;
        display: block; }
  @media (max-width: 767.98px) {
    #page-banner .page_title {
      height: 200px; }
      #page-banner .page_title h2 {
        font-size: 26px;
        top: 36%; } }

aside .submenu-title {
  display: none; }

aside .submenu {
  position: relative; }
  aside .submenu > li {
    position: relative;
    margin-bottom: 8px; }
    aside .submenu > li:hover > a, aside .submenu > li.active > a, aside .submenu > li:focus > a {
      background: -webkit-gradient(linear, left top, right top, from(#8B0001), color-stop(45%, #650001), to(#000));
      background: -webkit-linear-gradient(left, #8B0001 0%, #650001 45%, #000 100%);
      background: -o-linear-gradient(left, #8B0001 0%, #650001 45%, #000 100%);
      background: linear-gradient(to right, #8B0001 0%, #650001 45%, #000 100%);
      color: #fff; }
    aside .submenu > li a {
      display: block;
      padding: 5px 30px 5px 15px;
      color: #000; }
    aside .submenu > li > a {
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      border: 1px #8B0001 solid; }
    aside .submenu > li .menu_body li {
      -webkit-transition: ease 0.5s;
      -o-transition: ease 0.5s;
      transition: ease 0.5s; }
      aside .submenu > li .menu_body li > a {
        display: block;
        color: #000;
        border-bottom: 1px transparent solid; }
        aside .submenu > li .menu_body li > a i {
          padding-right: 5px; }
      aside .submenu > li .menu_body li:hover > a, aside .submenu > li .menu_body li.active > a, aside .submenu > li .menu_body li:focus > a {
        color: #8B0001;
        border-color: #8B0001; }

aside .css_arrow_down {
  position: absolute;
  top: 0px;
  right: 0;
  display: inline-block;
  width: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
  background: none !important;
  border: 0 !important;
  padding: 10px !important; }
  aside .css_arrow_down.active {
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    aside .css_arrow_down.active + .menu_body {
      display: block;
      max-height: 99999px; }
  aside .css_arrow_down:before {
    font-size: 20px; }

aside .menu_body {
  display: none;
  overflow: hidden;
  padding: 0;
  max-height: 0;
  width: 100%; }
  aside .menu_body li {
    position: relative; }

@media (max-width: 991.98px) {
  aside {
    margin-bottom: 30px; }
    aside .submenu {
      max-height: 0;
      overflow: hidden; }
      aside .submenu > li {
        margin: 5px 0; }
        aside .submenu > li > a {
          font-size: 15px; }
    aside .submenu-title {
      display: block;
      padding: 10px;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      text-align: center;
      background: #8B0001;
      border-bottom: 2px #ddd solid;
      border-radius: 30px;
      overflow: hidden;
      cursor: pointer;
      position: relative; }
      aside .submenu-title::before {
        position: absolute;
        content: "\f067";
        font-family: 'Font Awesome 5 Pro';
        right: 13px;
        top: 10px; }
      aside .submenu-title.active + .submenu {
        max-height: 99999px; }
      aside .submenu-title.active::before {
        content: "\f068"; }
    aside .css_arrow_down {
      padding: 8px !important; } }

.editor ol {
  list-style: decimal;
  padding-left: 25px; }

.editor ul {
  list-style: inherit;
  padding-left: 25px; }

body {
  font-family: 'Roboto', 'Microsoft JhengHei' , '微軟正黑體' , sans-serif;
  color: #000;
  line-height: 1.7;
  font-size: 17px; }
  body * {
    outline: none; }
  body.idx-bg {
    background: #fff; }

button {
  font-family: 'Roboto', 'Microsoft JhengHei' , '微軟正黑體' , sans-serif; }

.swiper-setting {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative; }

header {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(#8B0001), color-stop(45%, #650001), to(#000));
  background: -webkit-linear-gradient(#8B0001 0%, #650001 45%, #000 100%);
  background: -o-linear-gradient(#8B0001 0%, #650001 45%, #000 100%);
  background: linear-gradient(#8B0001 0%, #650001 45%, #000 100%);
  position: fixed !important;
  top: 0;
  z-index: 999;
  width: 100%;
  /* subNav */ }
  header .nav-item:hover > .subNav {
    display: block; }
  header .subNav {
    display: none;
    position: absolute;
    left: 0;
    z-index: 200; }
    header .subNav > li:hover > .subNav {
      display: block; }
    header .subNav li {
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: rgba(0, 0, 0, 0.8);
      min-width: 150px;
      cursor: pointer;
      list-style: none;
      display: block;
      text-align: center;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      border-bottom: 1px #000 solid; }
      header .subNav li a {
        display: block;
        line-height: normal;
        color: #fff;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        font-size: .95rem;
        padding: 10px 20px; }
        header .subNav li a.menu {
          display: none; }
      header .subNav li:hover {
        background: #fff;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
        header .subNav li:hover > a {
          color: #000;
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease; }
        @media (max-width: 1199.98px) {
          header .subNav li:hover > a {
            color: #fff; } }
      header .subNav li ul.subNav {
        top: 0px;
        left: 150px; }
  @media (max-width: 991.98px) {
    header .nav-item .subNav {
      position: relative;
      top: auto !important;
      left: auto !important;
      display: block !important;
      padding: 0 !important;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      max-height: 0;
      overflow: hidden;
      width: 100%; }
      header .nav-item .subNav li {
        background: rgba(0, 0, 0, 0.7);
        padding: 0;
        text-align: left; }
        header .nav-item .subNav li a {
          padding: 8px 40px 8px 10px; }
          header .nav-item .subNav li a.menu {
            padding: 0; }
      header .nav-item .subNav ul li a {
        padding: 10px; }
    header .nav-item a.menu {
      display: block !important;
      width: 37px;
      height: 37px;
      line-height: 37px;
      text-align: center;
      position: absolute;
      top: 0;
      right: 0;
      color: #fff; }
      header .nav-item a.menu:before {
        content: '\f107';
        font-family: 'Font Awesome 5 Pro';
        display: block;
        font-size: 20px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
      header .nav-item a.menu:after {
        display: none; }
    header .nav-item a.active + .subNav {
      max-height: 5000px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    header .nav-item a.active.menu:before {
      -webkit-transform: translateY(0) rotate(-180deg);
      -ms-transform: translateY(0) rotate(-180deg);
      transform: translateY(0) rotate(-180deg); }
    header .nav-item a.active.menu:after {
      display: none; }
    header .nav-item:last-child {
      border-bottom: 0; } }

.navbar-brand {
  padding: 15px 0;
  margin-right: 60px; }
  @media (max-width: 991.98px) {
    .navbar-brand {
      padding: 10px 0;
      margin-right: 10px; } }

.navbar-nav {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .navbar-nav .nav-link {
    padding: 0; }
    .navbar-nav .nav-link span {
      display: block;
      padding: 5px 10px 15px;
      color: #fff;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      position: relative;
      text-align: center; }
      .navbar-nav .nav-link span:before {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        opacity: 0;
        position: absolute;
        content: '';
        background: url(../_img/layout/icon-header.png) center top no-repeat;
        width: 50px;
        height: 44px;
        left: -15px;
        top: -35px;
        z-index: 9; }
  .navbar-nav .nav-item {
    position: relative; }
    .navbar-nav .nav-item:hover .nav-link span:before, .navbar-nav .nav-item.active .nav-link span:before {
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      opacity: 1; }
  @media (max-width: 1199.98px) {
    .navbar-nav {
      padding-top: 15px; }
      .navbar-nav .nav-link {
        padding: 0 !important; }
        .navbar-nav .nav-link span {
          padding: 5px 0 20px; }
      .navbar-nav .nav-item:hover .nav-link span, .navbar-nav .nav-item.active .nav-link span {
        -webkit-transform: translateY(0) rotate(0);
        -ms-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0); }
        .navbar-nav .nav-item:hover .nav-link span:before, .navbar-nav .nav-item.active .nav-link span:before {
          display: none; } }
  @media (max-width: 991.98px) {
    .navbar-nav {
      display: block;
      padding: 5px 0; }
      .navbar-nav .nav-link span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 6px 0; } }

.navbar-collapse {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  @media (max-width: 991.98px) {
    .navbar-collapse {
      max-height: 0;
      overflow: hidden; }
      .navbar-collapse.active {
        max-height: 3000px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; } }

.collapse-button {
  display: none;
  position: absolute;
  right: 15px;
  top: 45px;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .collapse-button:hover, .collapse-button:focus {
    color: #FFF; }
  .collapse-button .icon-bar {
    background-color: #fff;
    border-radius: 5px;
    display: block;
    height: 2px;
    margin: 7px 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 30px; }
    .collapse-button .icon-bar:nth-child(2) {
      width: 80%; }
  .collapse-button.spread-out .icon-bar {
    height: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .collapse-button.spread-out .icon-bar:first-child {
      -webkit-transform: translateY(5px) rotate(45deg);
      -ms-transform: translateY(5px) rotate(45deg);
      transform: translateY(5px) rotate(45deg); }
    .collapse-button.spread-out .icon-bar:nth-child(2) {
      display: none; }
    .collapse-button.spread-out .icon-bar:last-child {
      -webkit-transform: translateY(-5px) rotate(-45deg);
      -ms-transform: translateY(-5px) rotate(-45deg);
      transform: translateY(-5px) rotate(-45deg); }
  @media (max-width: 991.98px) {
    .collapse-button {
      display: block; } }

footer {
  color: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(#8B0001), color-stop(45%, #650001), to(#000));
  background: -webkit-linear-gradient(#8B0001 0%, #650001 45%, #000 100%);
  background: -o-linear-gradient(#8B0001 0%, #650001 45%, #000 100%);
  background: linear-gradient(#8B0001 0%, #650001 45%, #000 100%); }
  footer a {
    color: #fff; }
  footer #copyright {
    font-size: .9rem; }

.share-btn {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 99;
  background: #8B0001;
  padding: 10px 7px;
  border-radius: 10px 0 0 10px; }
  .share-btn a {
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding: 7px; }
    .share-btn a:hover {
      color: #000; }
  @media (max-width: 991.98px) {
    .share-btn a {
      font-size: 22px;
      padding: 5px; } }

.idx-pro {
  position: relative; }
  .idx-pro::after {
    content: '';
    position: absolute;
    top: 0;
    background: url(../_img/index/bg-01.jpg) left top no-repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    z-index: -1; }
  @media (max-width: 991.98px) {
    .idx-pro::after {
      background-size: contain;
      opacity: .3; } }

.idx-class {
  position: relative; }
  .idx-class::after {
    content: '';
    position: absolute;
    top: 0;
    background: url(../_img/index/bg-02.jpg) right top no-repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    z-index: -1; }
  @media (max-width: 991.98px) {
    .idx-class::after {
      opacity: .4; } }

.idx-news {
  position: relative; }
  .idx-news::after {
    content: '';
    position: absolute;
    top: 0;
    background: url(../_img/index/bg-03.jpg) left top no-repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .idx-news::before {
    content: '';
    position: absolute;
    bottom: 0;
    background: url(../_img/index/bg-04.jpg) right bottom no-repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    z-index: -1; }
  @media (max-width: 991.98px) {
    .idx-news::after {
      opacity: .3; }
    .idx-news::before {
      opacity: .3; } }

.idx-location {
  position: relative; }
  .idx-location::after {
    content: '';
    position: absolute;
    top: 0;
    background: url(../_img/index/bg-05.jpg) center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1; }

.pro-box .item {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  background: #fff; }
  .pro-box .item .pic {
    padding-bottom: 125%; }
  .pro-box .item .text-box {
    background: #fafafa;
    padding: 30px 0 15px 20px;
    position: relative; }
    .pro-box .item .text-box .sort {
      position: absolute;
      top: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .pro-box .item .text-box .title {
      margin-bottom: 3px;
      padding-right: 20px; }
  .pro-box .item:hover {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-box-shadow: 0 0 6px #8B0001;
    box-shadow: 0 0 6px #8B0001; }

@media (max-width: 991.98px) {
  .pro-box .item .text-box {
    padding: 30px 0 15px 10px; }
    .pro-box .item .text-box .title {
      padding-right: 10px; }
  .pro-box .item:hover {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-box-shadow: 0 0 6px #8B0001;
    box-shadow: 0 0 6px #8B0001; } }

#product .slick-slider {
  max-width: 800px;
  margin-bottom: 60px; }
  #product .slick-slider img {
    margin: 0 auto; }
  #product .slick-slider .slick-next {
    right: 0;
    z-index: 9;
    width: 40px;
    height: 40px; }
    #product .slick-slider .slick-next:before {
      background: url(../_img/product/next.png);
      font-size: 0;
      display: block;
      width: 40px;
      height: 40px; }
  #product .slick-slider .slick-prev {
    left: 0;
    z-index: 9;
    width: 40px;
    height: 40px; }
    #product .slick-slider .slick-prev:before {
      background: url(../_img/product/prev.png);
      font-size: 0;
      display: block;
      width: 40px;
      height: 40px; }

@media (max-width: 991.98px) {
  #product .slick-slider {
    margin-bottom: 10px; } }

.pro-in-box .swiper-button-next, .pro-in-box .swiper-button-prev {
  border: 0;
  background: none; }
  .pro-in-box .swiper-button-next:before, .pro-in-box .swiper-button-prev:before {
    font-size: 3rem;
    line-height: 3rem;
    color: #8B0001; }

.pro-in-box .swiper-button-prev {
  left: 0px; }

.pro-in-box .swiper-button-next {
  right: 0px; }

.pro-in-box .info-box .title {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0;
  padding-bottom: 5px;
  border-bottom: 1px rgba(139, 0, 1, 0.2) solid;
  color: #8B0001; }

.pro-in-box .info-box .sort {
  color: #888;
  margin-bottom: 15px;
  text-align: right; }

@media (max-width: 767.98px) {
  .pro-in-box .info-box {
    padding: 0; } }

@media (max-width: 767.98px) {
  .pro-in-box .pic-box {
    margin-bottom: 30px;
    padding: 0; } }

.pro-in-box .editor-box {
  margin: 40px 0 0;
  padding: 0; }
  .pro-in-box .editor-box .title {
    border-bottom: 1px rgba(139, 0, 1, 0.2) solid;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 18px; }

.join-01 {
  position: relative; }
  .join-01::before {
    position: absolute;
    content: '';
    width: 60%;
    height: 75%;
    top: 38px;
    left: 10px;
    background: #F8F8F8; }
  .join-01 .text-box {
    padding: 30px 0 0 40px; }
    .join-01 .text-box .title {
      font-size: 1.25rem;
      font-weight: bold; }
    .join-01 .text-box a {
      font-size: 1.15rem;
      font-weight: bold;
      color: #8B0001; }
    .join-01 .text-box p {
      margin: 5px 0; }
  @media (max-width: 1199.98px) {
    .join-01::before {
      width: 100%;
      height: 90%;
      left: 0; }
    .join-01 .text-box {
      padding: 20px 15px 0; } }
  @media (max-width: 991.98px) {
    .join-01::before {
      height: 95%;
      width: calc(100% - 10px);
      left: 10px; } }

.join-faq .item {
  padding: 30px;
  background: #f8f8f8;
  border-radius: 10px; }
  .join-faq .item .title {
    font-weight: bold;
    font-size: 1.3rem;
    border-bottom: 2px rgba(139, 0, 1, 0.2) solid;
    padding: 0 0 10px;
    padding-left: 45px;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.5; }
    .join-faq .item .title::before {
      content: 'Q';
      position: absolute;
      left: 0;
      top: -10px;
      font-size: 48px;
      color: rgba(139, 0, 1, 0.2);
      line-height: 1; }
  .join-faq .item .text {
    padding-left: 45px;
    position: relative; }
    .join-faq .item .text::before {
      content: 'A';
      position: absolute;
      left: 0;
      top: -10px;
      font-size: 48px;
      color: rgba(139, 0, 1, 0.2);
      line-height: 1; }
  @media (max-width: 991.98px) {
    .join-faq .item {
      padding: 30px 15px; } }

.location-box .main-btn2, .location-in-box .main-btn2 {
  font-size: 20px; }

.location-box .item .pic-box .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  opacity: 0; }

.location-box .item .pic-box .pic {
  border-radius: 50%;
  overflow: hidden;
  position: relative; }
  .location-box .item .pic-box .pic:before {
    content: '';
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: -webkit-linear-gradient(315deg, rgba(139, 0, 1, 0.6) 0%, rgba(101, 0, 1, 0.6) 45%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(315deg, rgba(139, 0, 1, 0.6) 0%, rgba(101, 0, 1, 0.6) 45%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(135deg, rgba(139, 0, 1, 0.6) 0%, rgba(101, 0, 1, 0.6) 45%, rgba(0, 0, 0, 0.6) 100%);
    width: 100%;
    height: 100%;
    opacity: 0; }

.location-box .item:hover .btn {
  opacity: 1; }

.location-box .item:hover .pic:before {
  opacity: 1; }

.location-in-box .title {
  border-bottom: 1px #8B0001 solid;
  padding-bottom: 10px; }

.location-in-box .slick-slider {
  margin-bottom: 3px; }

.location-in-box .slider-nav {
  padding: 0 25px; }
  .location-in-box .slider-nav .slick-slide {
    margin: 3px; }

.location-in-box .slick-prev {
  left: 0px; }
  .location-in-box .slick-prev:before {
    content: "\f104"; }

.location-in-box .slick-next {
  right: 0px; }
  .location-in-box .slick-next:before {
    content: "\f105"; }

.location-in-box .slick-prev, .location-in-box .slick-next {
  z-index: 99; }
  .location-in-box .slick-prev:before, .location-in-box .slick-next:before {
    color: #000;
    font-family: 'Font Awesome 5 Pro';
    display: block;
    z-index: 500;
    font-size: 1.5rem; }

.class-box .item {
  padding: 20px;
  border-radius: 10px;
  color: #fff; }
  .class-box .item .text-box {
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: -webkit-linear-gradient(315deg, rgba(139, 0, 1, 0.7) 0%, rgba(101, 0, 1, 0.7) 45%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(315deg, rgba(139, 0, 1, 0.7) 0%, rgba(101, 0, 1, 0.7) 45%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(135deg, rgba(139, 0, 1, 0.7) 0%, rgba(101, 0, 1, 0.7) 45%, rgba(0, 0, 0, 0.7) 100%);
    min-height: 450px;
    border-radius: 10px;
    opacity: 0; }
    .class-box .item .text-box .main-view {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 100%;
      padding: 20px 40px;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
    .class-box .item .text-box .icon {
      position: relative; }
      .class-box .item .text-box .icon::before {
        position: absolute;
        content: '';
        height: 1px;
        width: 40%;
        background: #fff;
        left: 0;
        top: 50%; }
      .class-box .item .text-box .icon::after {
        position: absolute;
        content: '';
        height: 1px;
        width: 40%;
        background: #fff;
        right: 0;
        top: 50%; }
      .class-box .item .text-box .icon img {
        margin: 15px auto; }
    .class-box .item .text-box .text {
      width: 90%;
      margin: auto;
      text-align: center; }
  .class-box .item:hover {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
    .class-box .item:hover .text-box {
      opacity: 1; }

@media (max-width: 991.98px) {
  .class-box .item {
    padding: 15px; }
    .class-box .item .text-box {
      opacity: 1; }
      .class-box .item .text-box .main-view {
        padding: 20px; }
      .class-box .item .text-box .text {
        width: 100%; } }

.class-box.in-page .text-box {
  background: none;
  opacity: 1;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  min-height: 320px; }

.class-box.in-page .item {
  position: relative;
  overflow: hidden; }
  .class-box.in-page .item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
  .class-box.in-page .item:hover .text-box {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    background: -webkit-linear-gradient(315deg, rgba(139, 0, 1, 0.7) 0%, rgba(101, 0, 1, 0.7) 45%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(315deg, rgba(139, 0, 1, 0.7) 0%, rgba(101, 0, 1, 0.7) 45%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(135deg, rgba(139, 0, 1, 0.7) 0%, rgba(101, 0, 1, 0.7) 45%, rgba(0, 0, 0, 0.7) 100%); }
  .class-box.in-page .item:hover:before {
    background: rgba(0, 0, 0, 0);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }

.class-in-box .info-box .title {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0;
  padding-bottom: 5px;
  border-bottom: 1px rgba(139, 0, 1, 0.2) solid;
  color: #8B0001; }

.class-in-box .editor-box {
  margin: 40px 0 0;
  border-top: 1px rgba(139, 0, 1, 0.2) solid; }
  .class-in-box .editor-box .class-menu .title {
    background: #8B0001;
    color: #fff;
    padding: 5px; }
  .class-in-box .editor-box .class-menu .text {
    background: rgba(139, 0, 1, 0.1);
    padding: 5px; }

#contact {
  background: url(../_img/contact/contact-bg.jpg) center center no-repeat;
  background-size: cover; }

.contact-box .title {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  margin-bottom: 25px; }
  .contact-box .title::before {
    position: absolute;
    content: '';
    width: 70px;
    height: 3px;
    background: #8B0001;
    bottom: -8px; }

.contact-box .info span {
  color: #8B0001;
  display: block;
  font-size: .9rem; }

.contact-box .info p {
  margin-bottom: 10px; }

.contact-box label {
  margin-bottom: 1rem; }

.contact-box {
  max-width: 1040px;
  margin: 0 auto; }

.form {
  width: 100%; }
  .form li span {
    display: block;
    color: #000;
    margin-bottom: 5px;
    font-weight: bold; }
  .form li input {
    border: 1px solid rgba(139, 0, 1, 0);
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0 15px;
    border-radius: 5px;
    background: rgba(139, 0, 1, 0.1); }
  .form li label {
    width: 100%; }
  .form .textarea {
    display: block;
    width: 100%;
    height: 304px;
    position: relative; }
    .form .textarea textarea {
      position: absolute;
      outline: none;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border: none;
      font-size: 1rem;
      padding: 5px 10px;
      border-radius: 5px;
      background: rgba(139, 0, 1, 0.1); }
  .form .row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .form .row2 .input {
      width: calc(50% - 20px); }

.g-recaptcha * {
  margin-left: auto; }

#about {
  color: #222; }

.about-top {
  position: relative; }
  .about-top::after {
    content: '';
    position: absolute;
    top: 0;
    background: url(../_img/about/about-bg-top.png) center top no-repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .about-top .text-box {
    font-size: 20px; }
    .about-top .text-box span {
      font-size: 1.5em;
      vertical-align: middle;
      padding-right: 5px; }
  @media (max-width: 991.98px) {
    .about-top::after {
      background: url(../_img/about/about-bg-top.png) center center no-repeat; }
    .about-top .text-box {
      font-size: 17px;
      text-align: center; }
      .about-top .text-box span {
        font-size: 1.5em; } }

.about-01 {
  position: relative; }
  .about-01::after {
    content: '';
    position: absolute;
    top: 0;
    background: url(../_img/about/bg-01.jpg) left top no-repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .about-01 .title {
    -webkit-transform: translateX(-130px);
    -ms-transform: translateX(-130px);
    transform: translateX(-130px); }
  .about-01 .img-box {
    margin-top: 100px;
    position: relative; }
    .about-01 .img-box img {
      max-width: 80%;
      padding-bottom: 50px;
      margin-left: auto; }
    .about-01 .img-box::after {
      position: absolute;
      content: '';
      width: 70%;
      height: 80%;
      background: #f8f8f8;
      bottom: 0;
      z-index: -1; }
  @media (max-width: 1199.98px) {
    .about-01 .title {
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px); }
    .about-01::after {
      background-size: contain;
      opacity: .3; }
    .about-01 .img-box {
      margin-top: 30px; }
      .about-01 .img-box img {
        max-width: 100%;
        padding-bottom: 40px; }
      .about-01 .img-box::after {
        position: absolute;
        content: '';
        width: 70%;
        height: 70%;
        background: #f8f8f8;
        bottom: 0;
        z-index: -1; } }

.about-03 {
  position: relative;
  padding: 160px 0; }
  .about-03::after {
    content: '';
    position: absolute;
    bottom: 0;
    background: url(../_img/about/bg-02.jpg) left bottom no-repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .about-03::before {
    content: '';
    position: absolute;
    top: 0;
    background: url(../_img/about/bg-03.jpg) right center no-repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    z-index: -1; }
  @media (max-width: 991.98px) {
    .about-03 {
      padding: 40px 0; }
      .about-03::after, .about-03::before {
        display: none; } }

.about-04 {
  background: #f8f8f8; }
  .about-04 .sub-title {
    font-size: 1.2rem;
    padding-top: 10px; }
  @media (max-width: 991.98px) {
    .about-04 .sub-title {
      font-size: 1rem; } }

.ipl-top {
  position: relative; }
  .ipl-top::after {
    content: '';
    position: absolute;
    top: 0;
    background: url(../_img/about/ipl-bg-top.jpg) center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1; }

.ipl-01 {
  position: relative; }
  .ipl-01::before {
    content: '';
    position: absolute;
    top: 0;
    background: url(../_img/about/ipl-bg-01.jpg) center bottom no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1; }
  @media (max-width: 1199.98px) {
    .ipl-01::before {
      opacity: 0; } }

.ipl-02 {
  position: relative; }
  .ipl-02 p {
    font-size: 20px;
    text-align: center; }
  .ipl-02::before {
    content: '';
    position: absolute;
    top: 0;
    background: url(../_img/about/ipl-bg-02.jpg) left center no-repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    z-index: -1; }
  @media (max-width: 1199.98px) {
    .ipl-02 p {
      font-size: 17px;
      text-align: left; }
    .ipl-02::before {
      opacity: 0; } }

.ipl-03 {
  position: relative;
  color: #fff; }
  .ipl-03::before {
    content: '';
    position: absolute;
    top: 0;
    background: url(../_img/about/ipl-bg-03.jpg) center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .ipl-03 .item-box .item {
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.7);
    color: #222;
    border-radius: 12px; }
    .ipl-03 .item-box .item .title {
      font-size: 1.2rem;
      font-weight: bold;
      color: #8B0001;
      text-align: center;
      margin: 15px 0 20px; }
    .ipl-03 .item-box .item p {
      min-height: 55px;
      font-weight: bold; }
  @media (max-width: 1199.98px) {
    .ipl-03 .item-box .item {
      padding: 30px 15px; }
      .ipl-03 .item-box .item p {
        min-height: auto; } }

.news-box .icon {
  position: relative; }
  .news-box .icon::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 40%;
    background: #fff;
    left: 0;
    top: 50%; }
  .news-box .icon::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 40%;
    background: #fff;
    right: 0;
    top: 50%; }
  .news-box .icon img {
    margin: 15px auto; }
  .news-box .icon.dark::before, .news-box .icon.dark::after {
    background: #000; }

.news-box .day {
  font-size: 2rem;
  line-height: 1.2; }

.news-box .top-item {
  overflow: hidden; }
  .news-box .top-item .pic-box .pic {
    padding-bottom: 55%;
    border-radius: 10px 0 0 10px; }
  .news-box .top-item .pic-box .sort {
    position: absolute;
    bottom: 15px;
    right: 15px; }
  .news-box .top-item .text-box {
    border-radius: 0 10px 10px 0;
    background: #8B0001;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative; }
    .news-box .top-item .text-box .main-view {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 100%;
      padding: 20px 60px;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }

.news-box .news-slider {
  margin: 0 -10px; }

.news-box .item {
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  border-radius: 10px;
  overflow: hidden; }
  .news-box .item .main-pic {
    position: relative; }
    .news-box .item .main-pic .pic {
      padding-bottom: 70%;
      border-radius: 10px 10px 0 0; }
    .news-box .item .main-pic .sort {
      position: absolute;
      bottom: 15px;
      right: 15px; }
  .news-box .item .main-text {
    background: #f8f8f8;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 0 0 10px 10px;
    position: relative;
    min-height: 220px;
    overflow: hidden; }
    .news-box .item .main-text .main-view {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 100%;
      padding: 20px;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      margin-top: 30px;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
  .news-box .item:hover .date-box {
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .news-box .item:hover .main-text .main-view {
    margin-top: -50px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }

@media (max-width: 991.98px) {
  .news-box .top-item .pic-box .pic {
    border-radius: 10px 10px 0 0;
    padding-bottom: 70%; }
  .news-box .top-item .text-box {
    border-radius: 0;
    background: #fff; }
    .news-box .top-item .text-box .main-view {
      position: relative;
      background: #8B0001;
      border-radius: 0 0 10px 10px;
      padding: 20px 20px 25px; }
  .news-box .item .main-text .main-view {
    position: static;
    margin-top: 0px;
    -webkit-transform: translateY(0%) translateX(0%);
    -ms-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%); }
  .news-box .item:hover .date-box {
    opacity: 1; }
  .news-box .item:hover .main-text .main-view {
    margin-top: 0px; } }

.sub-menu {
  margin-bottom: 10px; }
  .sub-menu li {
    margin: 0 8px 8px; }
    .sub-menu li a {
      background: #fff;
      padding: 5px 15px;
      border: 1px #8B0001 solid;
      color: #8B0001;
      border-radius: 20px;
      overflow: hidden;
      display: block;
      min-width: 120px;
      text-align: center; }
    .sub-menu li:hover a, .sub-menu li.active a {
      background: -webkit-gradient(linear, left top, right top, from(#8B0001), color-stop(45%, #650001), to(#000));
      background: -webkit-linear-gradient(left, #8B0001 0%, #650001 45%, #000 100%);
      background: -o-linear-gradient(left, #8B0001 0%, #650001 45%, #000 100%);
      background: linear-gradient(to right, #8B0001 0%, #650001 45%, #000 100%);
      color: #fff;
      border: 1px rgba(139, 0, 1, 0) solid; }
  @media (max-width: 767.98px) {
    .sub-menu li {
      margin: 0 0 8px;
      width: 90%; } }

.news-in-box .date-box {
  color: #8B0001;
  text-align: center; }
  .news-in-box .date-box .day {
    font-size: 2rem;
    line-height: 1.2; }
