@charset "UTF-8";

/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * HEADER
 * BANNER
 * FOOTER
 * MAIN
 * ABOUT
 * PRODUCTS
 * RESEARCH
 * TECHNOLOGY
 * CERTIFICATE
 * NEWS
 * CONTACT
 * BEAUTY
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
  overflow-x: hidden;
  min-height: 1000px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

html {
  scroll-padding-top: 60px;
}

@media (min-width: 992px) {
  html {
    scroll-padding-top: 120px;
  }
}

body {
  color: #666666;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding-top: 60px;
}

@media (min-width: 992px) {
  body {
    padding-top: 0;
  }
}

a {
  color: #666666;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
a:focus {
  color: #c40000;
  outline: 0;
  text-decoration: none;
}

span {
  display: inline-block;
}

img {
  max-width: 100%;
  width: auto\9;
  /* ie8 */
}

@media (min-width: 1600px) {
  .container-xxl {
    max-width: 1440px;
  }
}

#scrollUp {
  right: 30px;
  bottom: 30px;
  z-index: 1000 !important;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.navbar {
  background-color: #ffffff;
  height: 60px;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 992px) {
  .navbar {
    background-color: transparent;
    height: 100px;
  }
}

.navbar .offcanvas {
  background-color: #ffffff;
  width: 80%;
  top: 60px;
}

.navbar .offcanvas-backdrop {
  top: 60px;
}

.navbar-brand img {
  width: 160px;
}

.navbar-brand .white {
  display: none;
}

@media (min-width: 992px) {
  .navbar-brand .white {
    display: block;
  }
}

.navbar-brand .multicolor {
  display: block;
}

@media (min-width: 992px) {
  .navbar-brand .multicolor {
    display: none;
  }
}

.navbar-toggler {
  border-radius: 0;
  border: none;
  width: 30px;
  height: 20px;
  padding: 0;
  position: relative;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.navbar-toggler .icon-bar {
  display: block;
  background: #c40000;
  text-align: center;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
  top: 0;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  top: 10px;
  opacity: 1;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  top: 20px;
}

@media (min-width: 992px) {
  .navbar-toggler .icon-bar {
    background: #ffffff;
  }
}

.navbar-toggler.show .icon-bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.navbar-toggler.show .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.show .icon-bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.navbar-search {
  color: #c40000;
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 60px;
}

.navbar-nav {
  position: relative;
  margin-top: 40px;
}

@media (min-width: 992px) {
  .navbar-nav {
    margin-top: 0;
  }
}

.navbar-nav .nav-item {
  position: relative;
  padding: 0.5rem 1rem;
}

.navbar-nav .nav-item.company {
  position: absolute;
  top: -40px;
  left: 0;
}

@media (min-width: 992px) {
  .navbar-nav .nav-item {
    padding: 0;
  }

  .navbar-nav .nav-item.company {
    top: 0;
    left: -123px;
  }
}

@media (min-width: 1400px) {
  .navbar-nav .nav-item {
    padding: 0 1.25rem;
  }

  .navbar-nav .nav-item.company {
    left: -173px;
  }
}

.navbar-nav .nav-link {
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 0;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #c40000;
  font-weight: bold;
}

@media (min-width: 992px) {
  .navbar-nav .nav-link {
    line-height: 100px;
  }
}

@media (min-width: 1200px) {
  .navbar-nav .nav-link {
    font-size: 1.0625rem;
    letter-spacing: 0.15rem;
  }
}

.navbar-nav .dropdown .dropdown-menu {
  border-radius: 0;
  border: 1px solid #c1c1c1;
  border-top: 2px solid #c40000;
  padding: 1.5rem 1rem;
  min-width: 150px;
  max-width: 200px;
}

.navbar-nav .dropdown .dropdown-menu li {
  padding: 0.25rem 0;
}

.navbar-nav .dropdown .dropdown-item {
  background-color: transparent;
  display: block;
  color: #515151;
  font-size: 0.9375rem;
  text-align: center;
  letter-spacing: 0.1rem;
  padding: 0;
  width: auto;
}

.navbar-nav .dropdown .dropdown-item:hover,
.navbar-nav .dropdown .dropdown-item.active {
  background-color: transparent;
  font-weight: bold;
}

@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-toggle {
    color: #c40000;
    font-weight: bold;
  }

  .navbar-nav .dropdown:hover .dropdown-toggle::before {
    left: 0;
    right: 0;
  }

  .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }

  .navbar-nav .dropdown .dropdown-toggle::after {
    display: none;
  }

  .navbar-nav .dropdown .dropdown-menu {
    display: block;
    margin-top: 0;
    left: 50%;
    right: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(10px);
    -ms-transform: translateX(-50%) translateY(10px);
    transform: translateX(-50%) translateY(10px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .navbar-nav .dropdown .dropdown-item {
    font-size: 1.0625rem;
  }
}

@media (min-width: 1400px) {
  .navbar-nav .dropdown:hover .dropdown-toggle::before {
    right: -3.25rem;
  }
}

.navbar-nav .nav-search {
  padding: 0.5rem 1rem;
}

@media (min-width: 992px) {
  .navbar-nav .nav-search {
    padding: 0;
  }
}

.navbar-nav .nav-lang {
  padding: 0.5rem 1rem;
}

@media (min-width: 992px) {
  .navbar-nav .nav-lang {
    padding: 0;
  }
}

.navbar-nav .nav-lang .dropdown-menu {
  min-width: 50px;
  padding: 0.5rem 1rem;
}

.navbar-nav .nav-lang .dropdown-item:hover,
.navbar-nav .nav-lang .dropdown-item.active {
  color: #c40000;
}

.navbar.active {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .navbar.active {
    height: 80px;
  }
}

.navbar.active .navbar-brand .white {
  display: none;
}

.navbar.active .navbar-brand .multicolor {
  display: block;
}

.navbar.active .navbar-toggler .icon-bar {
  background-color: #c40000;
}

.navbar.active .navbar-nav .nav-link {
  color: #666666;
}

.navbar.active .navbar-nav .nav-link:hover,
.navbar.active .navbar-nav .nav-link.active {
  color: #c40000;
}

@media (min-width: 992px) {
  .navbar.active .navbar-nav .nav-link {
    line-height: 80px;
  }
}

.navbar.active .navbar-search {
  color: #c40000;
}

#search .modal-dialog {
  max-width: 410px;
}

#search .modal-content {
  border-radius: 0;
  padding: 1.75rem;
}

#search .title {
  color: #c40000;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 0.75rem;
}

#search .title span {
  border-radius: 50%;
  background-color: #c40000;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
  margin-right: 0.5rem;
}

#search .title span i {
  font-size: 1rem;
}

#search .form-control {
  border: 1px solid #c1c1c1;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

#search .form-control:focus {
  border-color: #c40000;
}

#search .btn {
  border-radius: 0;
  border: none;
  background-color: #c40000;
  color: #ffffff;
  font-size: 0.875rem;
  width: 100%;
  height: 40px;
}

#search .btn:hover {
  background-color: #000000;
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner {
  position: relative;
}

.banner-pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  position: relative;
}

.banner-pic::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 992px) {
  .banner-pic {
    height: 400px;
  }
}

.banner-txt {
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  .banner-txt {
    margin-top: 3.5rem;
  }
}

.banner-txt .title {
  color: #ffffff;
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  margin-bottom: 0;
}

.banner-txt .title span {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .banner-txt .title {
    font-size: 1.5rem;
  }

  .banner-txt .title span {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .banner-txt .title {
    font-size: 2.25rem;
  }

  .banner-txt .title span {
    font-size: 3rem;
    letter-spacing: 0.6rem;
  }
}

.banner-txt .link {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 0.8125rem;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 30px;
  width: 130px;
  height: 30px;
  padding: 0 1rem;
  margin-top: 1rem;
  position: relative;
}

.banner-txt .link::before {
  content: "";
  background-color: #ffffff;
  width: 45px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
}

.banner-txt .link:hover {
  background-color: #ffffff;
  color: #c40000;
  margin-left: 1rem;
}

.banner-txt .link:hover::before {
  background-color: #c40000;
}

@media (min-width: 576px) {
  .banner-txt .link {
    font-size: 0.875rem;
    text-align: right;
    line-height: 50px;
    width: 220px;
    height: 50px;
    padding: 0 2rem;
    margin-top: 4rem;
  }

  .banner-txt .link::before {
    display: block;
  }
}

.products-list .title {
  height: 45px;
  line-height: 45px;
  overflow: hidden;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  background: #c40000;
  color: #ffffff;
  padding: 3rem 0;
}

.footer .row {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .footer {
    padding: 3.5rem 0;
  }
}

.footer-logo {
  text-align: center;
}

.footer-logo img {
  width: 200px;
}

@media (min-width: 1400px) {
  .footer-logo {
    text-align: left;
  }
}

.footer-logo .text {
  color: #ffffff;
  font-size: 0.9375rem;
  padding: 1rem 0;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .footer-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1400px) {
  .footer-nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.footer-nav .nav {
  text-align: center;
  padding: 0;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .footer-nav .nav {
    padding: 0 2rem;
    margin-bottom: 0;
  }
}

@media (min-width: 1400px) {
  .footer-nav .nav {
    text-align: left;
    padding-left: 0;
    padding-right: 4rem;
  }
}

.footer-nav .nav li {
  color: #cfcfcf;
  font-size: 0.9375rem;
  letter-spacing: 0.075rem;
  margin-bottom: 0.25rem;
}

.footer-nav .nav li a {
  color: #cfcfcf;
}

.footer-nav .nav li a:hover {
  text-decoration: underline;
}

.footer-nav .nav li.title {
  color: #ffffff;
  font-weight: bold;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 0;
}

.footer-social a {
  margin-left: 0.25rem;
  margin-bottom: 0.5rem;
}

.footer-social a:first-child {
  margin-left: 0;
}

.footer-social a:hover {
  margin-top: -0.25rem;
}

@media (min-width: 1400px) {
  .footer-social {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
  }

  .footer-social a:first-child {
    margin-left: 0.25rem;
  }
}

.footer-copy {
  border-top: 1px solid #ffffff;
  font-size: 0.75rem;
  text-align: center;
  letter-spacing: 0.05rem;
  padding-top: 1rem;
}

.footer-copy a {
  color: #ffffff;
}

.footer-copy a:hover {
  text-decoration: underline;
}

@media (min-width: 1400px) {
  .footer-copy {
    text-align: left;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  padding: 4rem 0;
}

/* MENU */
.menu {
  position: relative;
  z-index: 2;
}

.menu .nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu .nav li {
  margin: 0 0.5rem 1rem;
}

.menu .nav li a {
  border: 1px solid #c40000;
  background-color: #c40000;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  line-height: 40px;
  width: 150px;
  height: 40px;
}

.menu .nav li a:hover,
.menu .nav li a.active {
  background-color: #ffffff;
  color: #c40000;
  font-weight: bold;
}

@media (min-width: 576px) {
  .menu .nav li a {
    font-size: 1.0625rem;
    letter-spacing: 0.1rem;
  }
}

/* BREADCRUMB */
.breadcrumb {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 1rem;
  margin-bottom: 0;
}

.breadcrumb li {
  color: #ffffff;
}

.breadcrumb li::before {
  color: #ffffff !important;
}

.breadcrumb li.active {
  color: #ffffff;
}

.breadcrumb li a {
  color: #ffffff;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus {
  color: #c40000;
}

@media (min-width: 992px) {
  .breadcrumb {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .breadcrumb {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}

.breadcrumb-primary li {
  color: #c40000;
}

.breadcrumb-primary li::before {
  color: #c40000 !important;
}

.breadcrumb-primary li.active {
  color: #c40000;
}

.breadcrumb-primary li a {
  color: #c40000;
}

.breadcrumb-primary li a:hover,
.breadcrumb-primary li a:focus {
  color: #000000;
}

/* PICTURE */
.pic, .honor {
  overflow: hidden;
}

.pic a, .honor a {
  background-color: #c40000;
  position: relative;
}

.pic a {
  height: 150px;
}

.pic a::before, .honor a::before {
  content: "";
  background-image: url(../images/more-s.svg);
  background-repeat: no-repeat;
  width: 80px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 576px) {
  .pic a::before,
  .honor a::before {
    background-image: url(../images/more.svg);
    width: 120px;
    height: 75px;
  }
}

.pic a img, .honor a img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pic a:hover::before,
.pic a:focus::before,.honor a:hover::before,
.honor a:focus::before {
  opacity: 1;
}

.pic a:hover img,
.pic a:focus img,.honor a:hover img,
.honor a:focus img {
  opacity: 0.1;
}

.pic a.sold, .honor a.sold {
  background-color: #000000;
}

.pic a.sold::before, .honor a.sold::before {
  background-image: url(../images/more.svg);
  background-size: 150px;
  width: 150px;
  height: 55px;
  opacity: 1;
}

@media (min-width: 576px) {
  .pic a.sold::before, .honor a.sold::before {
    background-size: 175px;
    width: 175px;
    height: 65px;
  }
}

.pic a.sold img, .honor a.sold img {
  opacity: 0.5;
}

.pic a.sold:hover img,
.pic a.sold:focus img, .honor a.sold:hover img,
.honor a.sold:focus img {
  opacity: 0.5;
}

/* PAGINATION */
.pagination-block {
  margin-top: 3rem;
}

.pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.pagination .page-item {
  margin: 0 0.25rem;
}

@media (min-width: 576px) {
  .pagination .page-item {
    margin: 0 0.5rem;
  }
}

.pagination .page-link {
  border-radius: 50%;
  border: 1px solid #c40000;
  background-color: transparent;
  color: #c40000;
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
  padding: 0;
}

.page-item:last-child .page-link,.page-item:first-child .page-link {
  /*border-top-right-radius:0;
  border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-bottom-left-radius:0;*/
  border-radius: 50%;
}

.pagination .page-link:hover,
.pagination .page-link:focus,
.pagination .page-link.active {
  background-color: #c40000;
  color: #ffffff;
}

.pagination .page-arrow {
  color: #b2b2b2;
  font-size: 2rem;
  margin: 0 0.5rem;
}

.pagination .page-arrow:hover,
.pagination .page-arrow:focus {
  color: #c40000;
}

@media (min-width: 576px) {
  .pagination .page-arrow {
    margin: 0 2.5rem;
  }
}

/* FORM */
.form .col-form-label {
  font-size: 0.9375rem;
  white-space: nowrap;
}

.form .col-form-label span {
  color: #c40000;
}

@media (min-width: 576px) {
  .form .col-form-label {
    font-size: 1.125rem;
  }
}

.form .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #cccccc;
  padding: 0.5rem 0.75rem;
}

.form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #c40000;
}

.form .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}

.form .form-control::-moz-placeholder {
  color: #c1c1c1;
}

.form .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}

.form .form-control::-ms-input-placeholder {
  color: #c1c1c1;
}

.form .form-control::placeholder {
  color: #c1c1c1;
}

.form .textarea .form-control {
  height: auto;
}

.form .code {
  position: relative;
  padding-right: 150px;
}

.form .code img {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* BUTTON */
.btn-primary {
  border-radius: 0;
  border-color: #c40000;
  background-color: #c40000;
  color: #ffffff;
  max-width: 200px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #c40000;
  background-color: #ffffff;
  color: #c40000;
}

.btn-back {
  border: 1px solid #c40000;
  border-radius: 25px;
  color: #c40000;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.125rem;
  line-height: 40px;
  width: 225px;
  height: 40px;
  margin-top: 3.5rem;
  margin-bottom: 1rem;
}

.btn-back:hover {
  background-color: #c40000;
  color: #ffffff;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.about-title .title {
  color: #c40000;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  margin-bottom: 1.5rem;
}

.about-title .title span {
  color: #959595;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .about-title .title {
    font-size: 2.25rem;
    letter-spacing: 0.25rem;
  }

  .about-title .title span {
    font-size: 1rem;
  }
}

.about-text {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
}

.about-text strong {
  color: #c40000;
}

@media (min-width: 576px) {
  .about-text {
    font-size: 1rem;
    line-height: 1.8;
  }
}

/* ABOUT PROFILE */
.about-profile {
  padding: 3rem 0;
}

@media (min-width: 992px) {
  .about-profile {
    padding: 6rem 0;
  }
}

@media (min-width: 1600px) {
  .about-profile .container-xxl {
    max-width: 1280px;
  }
}

.about-profile-desc {
  color: #c40000;
  font-size: 0.9375rem;
  text-align: center;
  letter-spacing: 0.05rem;
}

@media (min-width: 576px) {
  .about-profile-desc {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    line-height: 1.8;
    margin-bottom: 3rem;
  }
}

.about-profile-text {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  margin-bottom: 3rem;
}

.about-profile-text hr {
  border-top: 1px solid #e0e0e0;
  margin: 2rem 0;
  opacity: 1;
}

@media (min-width: 576px) {
  .about-profile-text {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    line-height: 1.8;
  }
}

.about-profile-video iframe {
  width: 100%;
  height: 400px;
}

@media (min-width: 1400px) {
  .about-profile-video {
    padding-left: 2.5rem;
  }
}

/* ABOUT VISION */
.about-vision {
  background-color: #f1f1f1;
  background-image: url(../images/about-vision-bg.jpg);
  background-position: right top;
  min-height: 400px;
}

.about-vision .container-xxl {
  max-width: 100%;
}

.about-vision .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media (min-width: 1200px) {
  .about-vision .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 1600px) {
  .about-vision .container-xxl {
    max-width: 1680px;
    margin-left: 0;
  }

  .about-vision .row>[class*=col]:first-child {
    width: 20%;
  }

  .about-vision .row>[class*=col]:last-child {
    width: 80%;
    padding-left: 7rem;
  }
}

.about-vision-pic {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 160px;
}

@media (min-width: 1200px) {
  .about-vision-pic {
    min-height: 400px;
  }
}

.about-vision-txt {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1200px) {
  .about-vision-txt {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* ABOUT BUSINESS */
.about-business {
  background-color: #ffffff;
  background-image: url(../images/about-business-bg.jpg);
  background-position: left top;
  min-height: 560px;
}

.about-business .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-business .container-xxl {
  max-width: 100%;
}

@media (min-width: 1600px) {
  .about-business .container-xxl {
    max-width: 1600px;
    margin-right: 0;
  }
}

.about-business-pic {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 560px;
}

.about-business-txt {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1200px) {
  .about-business-txt {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/*------------------------------------*\
    RESEARCH
\*------------------------------------*/
.research {
  background-color: #ffffff;
  background-image: url(../images/research-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

.research>section {
  padding: 3rem 0;
}

@media (min-width: 992px) {
  .research>section {
    padding: 5.5rem 0;
  }
}

@media (min-width: 1200px) {
  .research .container-xxl {
    max-width: 1280px;
  }
}

/* RESEARCH TITLE */
.research-title {
  text-align: center;
}

.research-title .title {
  color: #c40000;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .research-title .title {
    font-size: 2.125rem;
    letter-spacing: 0.2rem;
    margin-bottom: 2rem;
  }
}

.research-title .text {
  font-size: 1rem;
  letter-spacing: 0.1rem;
}

@media (min-width: 576px) {
  .research-title .text {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

/* RESEARCH LIST */
.research-list {
  margin-top: 2rem !important;
}

@media (min-width: 1400px) {
  .research-list {
    margin: 0 -1.5rem;
  }

  .research-list>[class*=col-] {
    padding: 0 1.5rem;
  }
}

.research-list-item {
  background-color: #c40000;
  min-height: 370px;
  margin-bottom: 3rem;
  position: relative;
}

.research-list-item:hover {
  background-color: #000000;
}

.research-list-item:hover .research-list-txt .link {
  background-color: #ffffff;
  color: #c40000;
}

@media (min-width: 992px) {
  .research-list-item {
    margin-bottom: 0;
  }
}

.research-list-pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 370px;
  opacity: 0.3;
}

.research-list-txt {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2rem 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

@media (min-width: 576px) {
  .research-list-txt {
    padding: 2rem;
  }
}

.research-list-txt .title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .research-list-txt .title {
    font-size: 1.875rem;
  }
}

.research-list-txt .text {
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  height: 50px;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 576px) {
  .research-list-txt .text {
    font-size: 1.0625rem;
    line-height: 1.8;
    height: 60px;
  }
}

.research-list-txt .link {
  border-radius: 1rem;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 0.8125rem;
  letter-spacing: 0.1rem;
  line-height: 35px;
  width: 200px;
  height: 35px;
}

/* RESEARCH GROUP */
.research-group {
  margin-top: 2rem;
  position: relative;
}

@media (min-width: 992px) {
  .research-group {
    margin-top: 2rem;
  }
}

.research-group .swiper-button-next,
.research-group .swiper-button-prev {
  background: url(../images/research-arrow.svg);
  width: 80px;
  height: 80px;
}

.research-group .swiper-button-next::after,
.research-group .swiper-button-prev::after {
  content: "";
}

.research-group .swiper-button-next {
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 1400px) {
  .research-group .swiper-button-next {
    right: -40px;
  }
}

.research-group .swiper-button-prev {
  left: 0;
}

@media (min-width: 1400px) {
  .research-group .swiper-button-prev {
    left: -40px;
  }
}

.research-group .swiper-pagination {
  margin-top: 2rem;
  position: relative;
  bottom: 0;
}

.research-group .swiper-pagination-bullet-active {
  background-color: #c40000;
}

.research-group-item {
  max-width: 390px;
  min-height: 515px;
  position: relative;
  margin: 0 auto;
}

.research-group-item::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.1)), to(black));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 20%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 20%, black 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: multiply;
}

.research-group-item:hover::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(117, 62, 156, 0.1)), to(#c40000));
  background: -o-linear-gradient(top, rgba(117, 62, 156, 0.1) 0%, #c40000 100%);
  background: linear-gradient(to bottom, rgba(117, 62, 156, 0.1) 0%, #c40000 100%);
  mix-blend-mode: normal;
}

.research-group-item:hover .research-group-txt .link {
  background-color: #ffffff;
  color: #c40000;
}

.research-group-pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 515px;
}

.research-group-txt {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 2rem 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media (min-width: 576px) {
  .research-group-txt {
    padding: 2rem;
  }
}

.research-group-txt .title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  position: relative;
}

.research-group-txt .title::after {
  content: "";
  background-color: #ffffff;
  width: 25px;
  height: 1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

@media (min-width: 576px) {
  .research-group-txt .title {
    font-size: 1.875rem;
    letter-spacing: 0.2rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}

.research-group-txt .subtitle {
  color: #ffffff;
  font-size: 1.125rem;
  letter-spacing: 0.05rem;
  position: absolute;
  top: 2rem;
  left: 1rem;
}

@media (min-width: 576px) {
  .research-group-txt .subtitle {
    left: 2rem;
  }
}

.research-group-txt .link {
  border-radius: 1rem;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 0.8125rem;
  letter-spacing: 0.1rem;
  line-height: 35px;
  width: 200px;
  height: 35px;
}

@media (min-width: 576px) {
  .research-group-txt .link {
    margin-bottom: 2.5rem;
  }
}

/*------------------------------------*\
    TECHNOLOGY
\*------------------------------------*/
@media (min-width: 1200px) {
  .technology .container-xxl {
    max-width: 1140px;
  }
}

/* TECHNOLOGY TITLE  */
.technology-title {
  border-bottom: 1px solid #b2b2b2;
  margin: 1rem 0 2rem;
}

@media (min-width: 992px) {
  .technology-title {
    margin: 1rem 0 4rem;
  }
}

.technology-title .title {
  color: #c40000;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1rem;
}

@media (min-width: 576px) {
  .technology-title .title {
    font-size: 1.75rem;
    letter-spacing: 0.2rem;
    margin-bottom: 1.25rem;
  }
}

/* TECHNOLOGY TEXT */
.technology-text {
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
}

.technology-text>.row {
  margin-bottom: 3rem;
}

.technology-text>.row>[class*=col-]:first-child {
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .technology-text {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.technology-text .title {
  color: #c40000;
  font-size: 1.125rem;
  letter-spacing: 0.125rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  position: relative;
}

.technology-text .title::before {
  content: "";
  background-color: #dadada;
  width: 35px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}

@media (min-width: 576px) {
  .technology-text .title {
    font-size: 1.3125rem;
    margin-bottom: 2rem;
  }
}

/*------------------------------------*\
    CERTIFICATE
\*------------------------------------*/
@media (min-width: 1200px) {
  .cert .container-xxl {
    max-width: 1140px;
  }
}

/* CERTIFICATE TEXT  */
.cert-text {
  margin: 2rem 0 3rem;
}

.cert-text .title {
  color: #c40000;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1rem;
}

@media (min-width: 576px) {
  .cert-text .title {
    font-size: 1.75rem;
    letter-spacing: 0.2rem;
    margin-bottom: 2rem;
  }
}

.cert-text .text {
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
}

@media (min-width: 576px) {
  .cert-text .text {
    font-size: 1rem;
    line-height: 1.8;
  }
}

/* CERTIFICATE LIST */
.cert-list {
  text-align: center;
  margin: 0 -0.5rem;
}

.cert-list>[class*=col-] {
  padding: 0 0.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .cert-list {
    margin: 0 -1rem;
  }

  .cert-list>[class*=col-] {
    padding: 0 1rem;
  }
}

@media (min-width: 1200px) {
  .cert-list {
    margin: 0 -1.5rem;
  }

  .cert-list>[class*=col-] {
    padding: 0 1.5rem;
  }
}

.cert-list .pic {
  border: 1px solid #c40000;
}

.cert-list .title {
  color: #646767;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05rem;
  margin-top: 1.5rem;
}

@media (min-width: 576px) {
  .cert-list .title {
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
  }
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
.news {
  padding: 0;
}

.news .menu {
  margin-top: -2rem;
  margin-bottom: 2.5rem;
  display: none;
}

@media (min-width: 992px) {
  .news .menu {
    display: block;
  }
}

.news .pagination-block {
  margin-top: 2rem;
}

.news-wrap {
  background-color: #ffffff;
  background-position: center top;
  background-repeat: no-repeat;
}

.news-wrap .banner-pic::before {
  display: none;
}

.news-wrap .banner-txt .title-primary {
  color: #c40000;
}

.news-wrap .banner-txt .title-primary span {
  color: rgba(117, 62, 156, 0.6);
}

/* NEWS CONTENT */
.news-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .news-content {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .news-content {
    padding: 3rem;
  }
}

@media (min-width: 1400px) {
  .news-content {
    padding: 5.5rem 5rem 3rem;
  }
}

/* NEWS LIST */
.news-list {
  margin: 0 -0.5rem;
}

.news-item {
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
}

.news-item .bi-text h5 {
  margin-bottom: 0px;
}

.news-item ul {
  padding: 0;
  margin-bottom: 15px;
}

.news-item ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #999999;
    font-weight: 500;
    margin-right: 32px;
}

@media (min-width: 768px) {
  .news-list {
    margin: 0 -1rem;
  }
}

@media (min-width: 1400px) {
  .news-list {
    margin: 0 -3rem;
  }
}

.news-list-item {
  padding: 0 0.5rem;
  margin-bottom: 3rem;
}

.news-list-item:first-child {
  border-left: none !important;
}

.news-list-item:nth-child(2n) {
  border-left: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
  .news-list-item {
    border-left: 1px solid #e5e5e5;
    padding: 0 1rem;
  }

  .news-list-item:nth-child(3n+1) {
    border-left: none;
  }
}

@media (min-width: 1200px) {
  .news-list-item:nth-child(3n+1) {
    border-left: 1px solid #e5e5e5;
  }

  .news-list-item:nth-child(5) {
    border-left: none;
  }
}

@media (min-width: 1400px) {
  .news-list-item {
    padding: 0 3rem;
  }
}

.news-list-txt .group {
  border-bottom: 1px solid #cbcbcb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0.65rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  .news-list-txt .group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.news-list-txt .date {
  color: #c40000;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 576px) {
  .news-list-txt .date {
    font-size: 1.0625rem;
    margin-bottom: 0;
  }
}

.news-list-txt .class {
  color: #000000;
  font-size: 0.875rem;
  letter-spacing: 0.1rem;
  position: relative;
}

.news-list-txt .class::before {
  content: "";
  background-color: #c40000;
  width: auto;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.8rem;
}

@media (min-width: 576px) {
  .news-list-txt .class {
    font-size: 1rem;
  }
}

.news-list-txt .title {
  color: #333333;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  height: 50px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 576px) {
  .news-list-txt .title {
    font-size: 1.125rem;
    height: 55px;
  }
}

.news-list-txt .text {
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  margin-bottom: 1.5rem;
  height: 45px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 576px) {
  .news-list-txt .text {
    font-size: 0.9375rem;
  }
}

/* NEWS VIEW */
@media (min-width: 1200px) {
  .news-view .news-content {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1400px) {
  .news-view .news-content {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

.news-view .btn-wrap {
  border-top: 1px solid #9a9a9a;
  margin-top: 3rem;
}

.news-view .btn-wrap .btn-back {
  margin-top: 2.5rem;
}

.news-view-title {
  border-bottom: 2px solid #cdcdcd;
  padding-bottom: 0.75rem;
  margin-bottom: 2rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .news-view-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 100px;
    margin-bottom: 3.5rem;
    position: relative;
  }
}

.news-view-title .date {
  color: #c40000;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem;
  position: relative;
}

.news-view-title .date::before {
  content: "";
  background-color: #9b9b9b;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  display: none;
}

@media (min-width: 576px) {
  .news-view-title .date {
    font-size: 1.0625rem;
    letter-spacing: 0.075rem;
  }
}

@media (min-width: 992px) {
  .news-view-title .date {
    padding: 0 1.75rem 0 1rem;
    margin-right: 2rem;
    margin-bottom: 0;
  }

  .news-view-title .date::before {
    display: block;
  }
}

.news-view-title .class {
  color: #000000;
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
  position: absolute;
  right: 0;
}

.news-view-title .class::before {
  content: "";
  background-color: #c40000;
  width: auto;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 576px) {
  .news-view-title .class {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .news-view-title .class {
    margin-bottom: 0;
  }

  .news-view-title .class::before {
    bottom: -1rem;
  }
}

.news-view-title .title {
  color: #333333;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.075rem;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .news-view-title .title {
    font-size: 1.5rem;
  }
}

.news-view-text {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
}

@media (min-width: 576px) {
  .news-view-text {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.news-view-text h3 {
  color: #c40000;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
}

@media (min-width: 576px) {
  .news-view-text h3 {
    font-size: 1.125rem;
  }
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contact {
  padding: 0;
}

/* CONTACT TITLE */
.contact-title .title {
  color: #c40000;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

.contact-title .title::after {
  content: "";
  background-color: #c40000;
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.contact-title .title span {
  color: #959595;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .contact-title .title {
    font-size: 2.5rem;
    letter-spacing: 0.25rem;
    padding-bottom: 2rem;
    margin-bottom: 1.75rem;
  }

  .contact-title .title span {
    font-size: 1.0625rem;
  }
}

.contact-title .text {
  font-size: 0.875rem;
  max-width: 250px;
}

/* CONTACT INFO */
.contact-info {
  background-color: #f0f0f0;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 3rem 0;
  position: relative;
}

@media (min-width: 992px) {
  .contact-info {
    background-color: #ffffff;
    background-image: url(../images/contact-bg.jpg);
    padding: 5.25rem 0;
  }
}

@media (min-width: 1600px) {
  .contact-info .container-xxl {
    max-width: 1600px;
    margin-right: 0;
    padding: 0;
  }
}

.contact-info-content {
  position: relative;
}

.contact-info-content .mySwiper {
  padding-right: 0;
  margin-bottom: 3rem;
}

@media (min-width: 1400px) {
  .contact-info-content .mySwiper {
    padding-right: 3.25rem;
  }
}

.contact-info-content .mySwiper .swiper-slide {
  border-bottom: 2px solid #dfdfdf;
  width: 100% !important;
  height: 130px !important;
  margin-bottom: 1rem;
}

.contact-info-content .mySwiper .swiper-slide .nav li {
  font-size: 1rem;
  letter-spacing: 0.075rem;
  margin-bottom: 0.25rem;
}

.contact-info-content .mySwiper .swiper-slide .nav li.title {
  color: #c40000;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 0.25rem;
}

.contact-info-content .mySwiper .swiper-slide-thumb-active .nav li {
  color: #c40000;
}

.contact-info-content .mySwiper .swiper-slide-thumb-active .nav li a {
  color: #c40000;
}

.contact-info-content .mySwiper .swiper-slide-thumb-active .nav li.title {
  text-decoration: underline;
}

@media (min-width: 576px) {
  .contact-info-content .mySwiper .swiper-slide .nav li {
    font-size: 1.0625rem;
  }
}

@media (min-width: 992px) {
  .contact-info-content .mySwiper .swiper-slide {
    width: auto;
  }

  .contact-info-content .mySwiper .swiper-slide:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}

@media (min-width: 1600px) {
  .contact-info-content .mySwiper .swiper-slide {
    height: 110px !important;
    margin-bottom: 2rem;
  }
}

.contact-info-content .mySwiper2 iframe {
  width: 100%;
  height: 400px;
}

@media (min-width: 992px) {
  .contact-info-content .mySwiper2 iframe {
    height: 650px;
    position: relative;
    top: -2rem;
  }
}

@media (min-width: 1400px) {
  .contact-info-content .mySwiper2 iframe {
    width: 1200px;
  }
}

.contact-info-content .swiper-control {
  position: absolute;
  top: 180px;
}

@media (min-width: 992px) {
  .contact-info-content .swiper-control {
    position: relative;
    top: -1.5rem;
  }
}

.contact-info-content .swiper-control .swiper-button-prev,
.contact-info-content .swiper-control .swiper-button-next {
  color: #c40000;
  font-size: 2rem;
  top: -45px;
  margin-top: 0;
}

.contact-info-content .swiper-control .swiper-button-prev::after,
.contact-info-content .swiper-control .swiper-button-next::after {
  display: none;
}

.contact-info-content .swiper-control .swiper-button-prev {
  left: 12px;
}

.contact-info-content .swiper-control .swiper-button-next {
  right: 12px;
}

.contact-info-content .swiper-control .swiper-pagination-bullet {
  border: 1px solid #c40000;
  background-color: #ffffff;
  color: #c40000;
  font-size: 0.8125rem;
  line-height: 30px;
  width: 30px;
  height: 30px;
  opacity: 1;
}

.contact-info-content .swiper-control .swiper-pagination-bullet-active {
  background-color: #c40000;
  color: #ffffff;
}

/* CONTACT FORM */
.contact-form {
  padding: 3rem 0;
}

@media (min-width: 992px) {
  .contact-form {
    padding-top: 0;
  }
}

@media (min-width: 1600px) {
  .contact-form .container-xxl {
    max-width: 1280px;
  }

  .contact-form .container-xxl>.row>[class*=col-]:last-child {
    padding-left: 5rem;
    padding-right: 0;
  }
}

.contact-form .form {
  margin: 0 -0.5rem;
}

.contact-form .form>[class*=col-] {
  padding: 0 0.5rem;
}

@media (min-width: 1200px) {
  .contact-form .form {
    margin: 0 -1rem;
  }

  .contact-form .form>[class*=col-] {
    padding: 0 1rem;
  }
}

/*------------------------------------*\
    BEAUTY
\*------------------------------------*/
.beauty {
  padding-top: 0;
}

.beauty .header.fixed-top {
  position: relative !important;
}

.beauty .navbar-brand .white {
  display: block;
}

.beauty .navbar-brand .multicolor {
  display: none;
}

.beauty .navbar-toggler .icon-bar {
  background: #ffffff;
}

.beauty .navbar-search {
  color: #ffffff;
}

.beauty .navbar.active {
  background-color: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.beauty .navbar.active .navbar-brand .white {
  display: block;
}

.beauty .navbar.active .navbar-brand .multicolor {
  display: none;
}

.beauty .navbar.active .navbar-toggler .icon-bar {
  background-color: #ffffff;
}

.beauty .navbar.active .navbar-nav .nav-link {
  color: #ffffff;
}

.beauty .navbar.active .navbar-nav .nav-link:hover,
.beauty .navbar.active .navbar-nav .nav-link.active {
  color: #ffffff;
}

.beauty .navbar.active .navbar-search {
  color: #ffffff;
}

.beauty .banner-pic {
  display: none;
}

.beauty .footer {
  background: #ffffff;
}

.beauty .footer-nav .nav li {
  color: #ffffff;
}

.beauty .footer-nav .nav li a {
  color: #ffffff;
}

.beauty .footer-social img {
  -webkit-filter: opacity(0);
  filter: opacity(0);
}

@media (min-width: 992px) {
  .beauty {
    background-position: center 100px;
  }

  .beauty .navbar.active {
    height: 100px;
  }

  .beauty .navbar.active .navbar-nav .nav-link {
    line-height: 100px;
  }
}
