﻿@charset "UTF-8";

body {
  padding: 0;
  margin: 0;
  /* font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif; */
  font-family: "Helvetica", "Arial", "LiHei Pro", "黑體-繁", "微軟正黑體", sans-serif;
  letter-spacing: 0.05em;
  color: #222222;
  word-wrap: break-word;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  font-feature-settings: "kern";
}

html {
  scroll-behavior: smooth;
}
.index ul,
.page ul {
  list-style: none;
  padding: 0;
}

.index a,
.page a {
  color: currentColor;
}

.index a:hover,
.page a:hover {
  text-decoration: none;
}

/* 修改  bootstrap  樣式 */
.btn {
  font-size: 1.2rem;
}

.btn-link:hover {
  color: inherit;
  text-decoration: none;
}

.btn-link:focus {
  color: inherit;
  text-decoration: none;
}

.btn.focus,
.btn:focus {

  box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0);
}

.moreBtn {
  position: relative;
  color: #00848A;
  background: transparent;
  font-weight: 600;
  border: none;
  width: 160px;
  height: 40px;
  margin-right: 20px;
  z-index: 1;
}

.moreBtn:hover {
  color: #ffffff;
}

.moreBtn:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 40px;
  background: #00848A;
  z-index: -999;
  transform: skew(-25deg);
}

.moreBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 40px;
  background: #F5D44A;
  z-index: -999;
  transform: skew(-25deg);
}

.showIt {
  display: block;
}

.hideIt {
  display: none;
}

.navbar-dark .navbar-nav .show>.nav-link {
  color: #E60012;
}

.navbar-dark .navbar-nav .nav-link {
  color: #333;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: red !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.bg-dark {
  background-color: #16828F !important;
}

.navbar {
  flex-flow: row nowrap;
  position: relative;
  background: #fff;
  border-radius: 25px;
  padding: 20px 50px;
  box-shadow: 3px 3px 6px hsla(0, 0%, 0%, 0.15);
}

.navbar .container-fluid {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 0;
  z-index: 9999;
}

.navbar-collapse {
  flex-flow: column nowrap;
}

.navbar-dark .navbar-toggler {
  border-color: #16828F;
}

.header {
  position: absolute;
  width: 100%;
  max-width: 90rem;
  z-index: 999;
  padding: 50px 10rem;
}

.header .logo a {
  width: 150px;
  height: 50px;
  display: block;
  background: url(../img/logo_t.png) top left/100% auto no-repeat;
}

.header .guide {
  display: flex;
  flex-flow: row nowrap;
  position: fixed;
  right: 0;
  top: 120px;
  z-index: 999999;
  transform: translateX(90px);
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.header .guide>span {
  writing-mode: vertical-lr;
  padding: 20px 10px;
  color: #ffffff;
  position: relative;
}

.header .guide>span::before {
  content: "";
  background: #00848A;
  width: 100%;
  height: 86%;
  transform: perspective(0.5em) rotateY(-3deg);
  position: absolute;
  top: 8px;
  right: 3px;
  z-index: -9;
}

.header .guide>div {
  display: flex;
  flex-direction: column;
  background: #ECECEC;
  color: #333;
}

.header .guide>div a {
  height: 50%;
  border: 1px solid #00848A;
  padding: 10px 10px;
}

.header .guide>div a:hover {
  background: #00848A;
  color: #ffffff;
}

.header .guide:hover {
  transform: translateX(0px);
}

.header .fixNav {
  position: fixed;
  right: 0;
  top: 250px;
  z-index: 999999;
}

.header .fixNav ul {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}

.header .fixNav ul li {
  background: #ECECEC;
  width: 90px;
  height: 90px;
  border-radius: 20px 0 0 20px;
  text-align: center;
  padding-top: 15px;
  box-shadow: -5px 5px 12px hsla(0, 0%, 0%, 0.15);
}

.header .fixNav ul li a img {
  padding-bottom: 5px;
  display: block;
  margin: 0 auto;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 99999 !important;
}

nav .topArea {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1rem;
}

nav .topArea ul {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  flex-flow: row wrap;
}

nav .topArea ul li {
  display: inline-block;
  margin-bottom: 10px;
}

nav .topArea ul li .fas {
  color: #153161;
}

nav .topArea ul li span {
  color: #ffffff;
  margin: 0 5px;
}

nav .topArea ul li a {
  color: #ffffff;
}

nav .topArea ul li a:hover {
  color: #F5D44A;
}

nav .topArea ul li.font-size {
  margin-right: 10px;
}

nav .topArea ul li .fontControl {
  display: inline-block;
  background-color: #fff;
  padding: 3px 3px;
  cursor: pointer;
  color: #333;
  line-height: 22px;
  border: 1px solid #ECF0F1;
}

nav .topArea ul li .fontControl:hover {
  background-color: #FFAA00;
  color: #ffffff;
}

nav .topArea ul li .fontControl:first-child {
  margin-left: 5px;
}

nav .topArea ul li .in {
  background: linear-gradient(45deg, #0356AB, #4E0796);
  color: #fff;
}

nav .topArea ul li.bgTop {
  background: #04C0CE;
  padding: 10px 20px 5px 20px;
  margin-right: -5px;
}

nav .topArea ul li.bgTop a {
  color: #ffffff;
}

nav .topArea ul li.bgTop a:hover {
  color: #F5D44A;
}

nav .topArea ul li .searching {
  display: flex;
  flex-flow: row nowrap;
}

nav .topArea ul li .searching input {
  flex-grow: 2;
  margin-right: 10px;
}

nav .topArea ul li .searching .search-btn {
  background: linear-gradient(45deg, #0356AB, #4E0796);
  color: #ffffff;
  border: 1px solid #ECF0F1;
  padding: 2px 8px;
  margin-right: 10px;
}

nav .topArea ul li .searching .search-btn:hover {
  background: #F5D44A;
  color: #333;
}

nav .topArea ul li .searching .search-adv {
  background-color: #37BAEA;
  border: 1px solid #ECF0F1;
}

nav .topArea ul li .searching .search-adv:hover {
  background: #F5D44A;
  color: #333;
}

nav .midArea {
  display: flex;
  flex-flow: row wrap;
  padding: 0 5%;
  width: 100%;
  justify-content: flex-end;
  position: absolute;
  top: 60px;
  right: 0;
  gap: 5px 20px;
  align-items: flex-start;
}

nav .midArea .social img {
  width: 1.6rem;
  height: auto;
}

nav .midArea .searching {
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  max-width: 200px;
  border: 1px solid #16828F;
}

nav .midArea .searching input {
  height: 30px;
  border: none;
  width: 100%;
  padding-left: 10px;
}

nav .midArea .searching .search-btn {
  padding: 3px 1.2rem 0 1.2rem;
  height: 30px;
  background: #0356AB;
  color: #ffffff;
}

nav .midArea .searching .search-btn i {
  color: #ffffff;
}

nav .midArea .search-f-mobile {
  display: none;
}

nav .midArea .popular {
  font-size: 0.8rem;
  width: 100%;
  text-align: right;
}

nav .midArea .popular a:hover {
  color: #ffffff;
}

nav .mainMenu .guide {
  width: 100%;
  height: 40px;
  position: relative;
}

nav .mainMenu .guide::before {
  content: "";
  position: absolute;
  top: 30px;
  z-index: -999;
  width: 100%;
  height: 10px;
  background: #04C0CE;
  display: inline-block;
}

nav .mainMenu .guide ul {
  width: 30%;
  background: #16828F;
  position: absolute;
  top: 0;
  right: 5%;
  height: 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 10px 10px 0 0;
}

nav .mainMenu .guide ul li {
  color: #ffffff;
}

nav .mainMenu .guide ul li a:hover {
  color: #F5D44A !important;
}

nav .mainMenu .navbar-nav {
  display: flex;
  justify-content: flex-end;
  font-size: 1rem;
}

nav .mainMenu .navbar-nav li {
  background: hsla(0, 100%, 100%, 0.85);
  padding: 0 10px;
}

nav .mainMenu .navbar-nav li img {
  display: block;
  margin: 10px auto 0 auto;
  height: 2.5rem;
}
/* 下拉選單 */
nav .mainMenu .navbar-nav li .dropdown-item {
  background: hsla(0, 100%, 100%, 0.85);
  color: #333;
  padding: 5px 20px;
}

nav .mainMenu .navbar-nav li .dropdown-item i {
  margin-right: 3px;
  font-size: 0.1rem;
}

nav .mainMenu .navbar-nav li .dropdown-item:hover {
  background-color: #E6EAEC;
  color: #000;
}

nav .mainMenu .navbar-nav li .dropdown-item:hover i {
  color: #00848A;
}

nav .mainMenu .navbar-nav li .dropdown-menu {
  background: #fff;
  margin-top: 0;
  border: none !important;
  padding: 25px 15px;
  border-radius: 15px;
  box-shadow: 5px 5px 25px hsla(0, 0%, 0%, 0.15);
}

.admin1 {
  display: none;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

#myCarousel {
  z-index: 10;
  margin-bottom: 0;
}

#myCarousel .carousel-indicators {
  bottom: 50px;
}

#myCarousel .carousel-inner {
  text-align: center;
  height: 100%;
  width: 100%;
}

#myCarousel .carousel-inner .carousel-item {
  height: auto;
}

#myCarousel .carousel-inner .carousel-item img {
  position: relative;
  width: 100%;
  height: 100%;
}

#myCarousel .line {
  display: block;
  height: 20px;
  width: 100%;
  background: #16828F;
}

.title2 {
  grid-row: 2;
  width: 70%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  position: relative;
}

.title2::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 2px;
  bottom: 2px;
  background: #F5D44A;
}

.title2 .en {
  font-size: 1.8rem;
  color: #00848A;
  margin-bottom: 0;
}

.title2 span {
  display: inline-block;
  line-height: 50px;
  margin-left: 10px;
  font-weight: 600;
}

/* footer_s */
footer {
  background: url(../img/footer.png) top left/100% 100% no-repeat;
  color: #fff;
  font-size: 1rem;
  width: 100%;
  padding: 30px 10%;
  text-shadow: 3px 3px 6px hsla(0, 0%, 0%, 0.15);
}
footer p {
  text-align: left;
}
footer div , footer span{
  margin-top: 0;
  margin-bottom: 1rem;
  display: inline-block;
}
footer div  {
  text-decoration: underline;
}
footer span{
 text-decoration: none;
}
/* footer_e */
.content {
  width: 100%;
  padding: 0;
  position: relative;
}

.slick-slide {
  z-index: -999;
}

.slick-slider {
  margin: 0;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
}

.slider-for {
  width: 100%;
  position: relative;
}

.slider-for .content {
  width: 40%;
  position: absolute;
  color: white;
  text-shadow: 3px 3px 6px hsla(0, 0%, 0%, 0.55);
}

.slider-for .content .handline {
  font-size: 2.5rem;
  text-align: left;
}

.slider-for .content .text {
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.slider-for .content .textCorrection {
  margin-right: 2rem;
}

.slider-for .content .text li::marker {
  content: "•  ";
  padding-left: 10px;
}

.slider-for .content.side01 {
  top: 200px;
  right: 8%;
}

.slider-for .content.side02 {
  top: 200px;
  left: 14%;
}

.slider-for .content.side03 {
  top: 200px;
  right: 8%;
}

.slider-for .content.side05 {
  top: 200px;
  left: 12%;
}

.slider-for .content .mono {
  text-align: left;
  margin-left: 0px;
  font-size: 1.3rem;
  font-weight: normal;
}

.slider-for img {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}

.slider-nav {
  width: 80%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(10%);
  z-index: 99;
}

.slick-next:before,
.slick-prev:before {
  content: "▲";
  font-size: 2rem;
  display: inline-block;
  transform: rotate(90deg);
  padding: 6px 8px 10px;
  border-radius: 100px;
  background: #ffffff;
  color: #E60012;
  box-shadow: 6px -4px 4px hsla(0, 0%, 0%, 0.25);
}

.slick-prev:before {
  transform: rotate(-90deg) translateY(-20px);
  box-shadow: -6px 4px 4px hsla(0, 0%, 0%, 0.25);
}

.slick-prev,
.slick-next {
  top: 35%;
}

.slick-list .slick-current .sliderBar {
  background: hsla(49.44, 100%, 49%, 0.85);
  max-height: 120px;
  color: #00848A !important;
  font-weight: 600;
}

.slick-list .slick-current .sliderBar::before {
  content: "";
  width: 120px;
  height: 20px;
  background: hsla(100, 100%, 100%, 0.5);
}

.slick-list .slick-current .sliderBar img {
  width: 160px;
  height: 120px;
  padding: 20px 10px;
}

.slick-list .slick-current .sliderBar h3 {
  background: none;
  font-weight: 600;
  margin-left: 0;
  width: 200px;
  overflow: hidden;
}

.pageContent {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  background-attachment: fixed;
  padding: 230px 15% 50px 15%;
  background-attachment: fixed;
}

.pageContent .content {
  width: 100%;
  background: hsla(0, 100%, 100%, 0.6);
  padding: 50px 10%;
  border-radius: 25px;
  min-height: 500px;
  box-shadow: 6px 6px 12px hsla(0, 0%, 0%, 0.15);

}

.pageContent .content .title {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.pageContent .content .text {
  padding-top: 20px;
}

.pageContent .content .text p {
  text-align: left;
}

.card-body ul li {
  list-style-type: none;
}

.liIndent-1 ul li {
  text-indent: -1em;
}

.liIndent-2 ul li {
  text-indent: -2em;
}

.liIndent-1p25 ul li {
  text-indent: -1.25em;
}

.liIndent-1p5 ul li {
  text-indent: -1.5em;
}

.liMl-0p25em ul li {
  margin-left: 0.25em;
}

.liMl-1em ul li {
  margin-left: 1em;
}

.liMl-2em ul li {
  margin-left: 2em;
}

.liSpan ul li span {
  text-indent: 2em;
}

.aLiMl-1p25em ul li a {
  margin-left: 1.25em;
}

.aLiMl-2em ul li a {
  margin-left: 2em;
}

.card-body ul li a {
  display: inline-block;
}

.pageContent .content .text ul li {
  line-height: 35px;
  list-style-type: none;
}

.pageContent .content .text ul li span {
  /* text-indent: 2rem; */
  display: block;
}

.pageContent .content .text .point {
  font-size: 1.2rem;
  padding-left: 34px;
}

.pageContent .content .text .info {
  width: 100%;
  padding: 10px 40px;
  font-size: .8rem;
  font-weight: normal;
  word-break: break-word;
  font-style: italic;
}

.pageContent .content .text .info a {
  color: inherit;
}
.pageContent .content .text .info a.black {
  color: inherit;
  border-bottom:1px #000000 solid;
  text-decoration: none;
}
.pageContent .content .text .info a.blue {
  color: #0056b3;
  border-bottom:1px #0056b3 solid;
  text-decoration: none;
}
.services {
  background-image: url(../img/inter02.png);
}

.about {
  background-image: url(../img/inter01.png);
}

.news {
  background-image: url(../img/inter05.png);
}

.contact {
  background-image: url(../img/inter03.png);
}

.contact li {
  list-style: none;
}

.contact li img {
  margin-right: 15px;
}

.contact a {
  color: inherit;
}

.links {
  background-image: url(../img/inter04.png);
}

.underline {
  border-top: 1px solid #000;
}

@media (min-width: 639.98px) and (max-width: 1000px) {
  .navbar-expand-lg .navbar-collapse:not(.show) {
    display: none !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: block;
  }

  nav .logo {
    position: unset;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
  }

  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(22, 130, 143)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
}

@media (min-width: 991.98px) and (max-width: 1000px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static;
  }
}

@media (min-width: 639.98px) and (max-width: 1200px) {
  nav .navbar-collapse .mainMenu .navbar-nav li .dropdown-menu {
    box-shadow: none;
    padding: 0;
  }

  nav .mainMenu .navbar-nav li .dropdown-menu {
    background: #fff;
    margin-top: 0;
    border: none !important;
    border-radius: 15px;
  }

  nav .mainMenu .navbar-nav li {
    background: hsla(0, 100%, 100%, 0.85);
    padding: 0 7px;
  }
}

@media (max-width: 639.98px) {
  .card-body {
    padding: 1.25rem 0;
  }

  .slick-slide .sliderBar {
    font-size: 0.2rem;
  }

  .header {
    padding: 30px 5%;
  }

  .header::before {
    display: none;
  }

  .header .guide {
    display: none;
  }

  .header .fixNav {
    position: unset;
    order: 9;
  }

  .header .fixNav ul {
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 10px;
  }

  .header .fixNav ul li {
    width: 33%;
    border-radius: 0;
  }

  .slider-for .content {
    width: 65%;
  }

  .slider-for .content .handline {
    font-size: 2rem;
  }

  .slider-for .content .text {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .slider-for img {
    width: auto;
  }

  .navbar {
    padding: 30px 30px;
  }

  .navbar .container-fluid {
    min-height: 50px;
    height: auto;
  }

  nav .mainMenu,
  nav .topArea,
  nav .searchArea {
    position: unset;
  }

  nav .mainMenu ul {
    width: 100%;
  }

  nav .mainMenu ul li .dropdown-item:first-child::before {
    display: none;
  }

  nav .navbar-toggler {
    width: 50px;
    height: 50px;
    align-self: center;
    padding: 0.25rem;
  }

  nav .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(22, 130, 143)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  nav .logo {
    position: unset;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
  }

  nav .midArea {
    padding: 0;
  }

  nav .midArea .searching {
    max-width: 100%;
    width: 100%;
  }

  nav .navbar-collapse {
    display: flex;
  }

  nav .navbar-collapse>div {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
  }

  nav .navbar-collapse .midArea {
    order: 1;
    width: 100%;
    flex-flow: column wrap;
    position: unset;
  }

  nav .navbar-collapse .midArea .social {
    text-align: right;
    width: 100%;
  }

  nav .navbar-collapse .midArea .social a {
    display: inline-block;
  }

  nav .navbar-collapse .topArea {
    order: 2;
    padding: 0;
    background-color: transparent;
  }

  nav .navbar-collapse .topArea ul {
    padding-inline-start: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  nav .navbar-collapse .topArea ul li {
    width: 48%;
    background-color: #16828F;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    border: 1px solid #037E9A;
  }

  nav .navbar-collapse .topArea ul li i {
    display: none;
  }

  nav .navbar-collapse .topArea ul li a {
    color: #ffffff;
  }

  nav .navbar-collapse .topArea ul li:first-child {
    display: none;
  }

  nav .navbar-collapse .topArea ul li span {
    display: none;
  }

  nav .navbar-collapse .topArea ul li.font-size {
    display: none;
  }

  nav .navbar-collapse .topArea ul li.font-size .in {
    background-color: #FFAA00;
  }

  nav .navbar-collapse .topArea ul li.bgTop {
    margin-right: 0;
  }

  nav .navbar-collapse .mainMenu {
    order: 3;
  }

  nav .navbar-collapse .mainMenu .navbar-nav {
    overflow: hidden;
    background: #ffffff;
    border-radius: 5px;
    padding: 0;
  }

  nav .navbar-collapse .mainMenu .navbar-nav li {
    width: 100%;
  }

  nav .navbar-collapse .mainMenu .navbar-nav li img {
    display: none;
  }

  nav .navbar-collapse .mainMenu .navbar-nav li .dropdown-menu {
    box-shadow: none;
    padding: 20px 0;
  }

  nav .navbar-collapse .mainMenu .navbar-nav li .dropdown-item {
    font-weight: bolder;
    font-size: 0.8rem;
    padding: 15px 0;
  }

  .pageContent {
    padding: 180px 5% 50px 5%;
  }

  .slider-for .content.side01,
  .slider-for .content.side02,
  .slider-for .content.side03,
  .slider-for .content.side05 {
    top: 200px;
  }

  .slider-for .content .handline {
    font-size: 1.5rem;
  }
}

.slick-dots li.slick-active button:before {
  color: #E60012;
  font-family: inherit;
  font-size: 24px;
  opacity: 1;
}

.slick-dots li button:before {
  color: #fff;
  font-family: inherit;
  font-size: 24px;
}

.slick-dots li button:before {
  opacity: 0.6;
  color: #fff;
}

.carousel-control-next-icon {
  background-image: url(../img/carouselR.png);
}

.carousel-control-prev-icon {
  background-image: url(../img/carouselL.png);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 50px;
  height: 50px;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #E60012;
}

.accordion>.card>.card-header {
  margin: 0;
  padding-left: 0;
}

.card,
.card-header {
  border: none;
  background-color: transparent;
}

.card-header {
  border-bottom: 1px solid #333;
}

.btn-link {
  width: 100%;
  display: inline-block;
  color: inherit;
  text-align: left;
}

/*# sourceMappingURL=style.css.map */

@media (max-width: 1200px) {
  .slider-for .content {
    width: 80%;
  }
  nav .mainMenu .navbar-nav li {
    background: hsla(0, 100%, 100%, 0.85);
    padding: 0 7px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
  }
}

@media (min-width: 3000px) {
  nav .mainMenu .navbar-nav li {
    padding: 0 6px;
  }

  .slider-for .content.side01 {
    top: 200x;
  }

  .slider-for .content.side02 {
    top: 200px;
  }

  .slider-for .content.side03 {
    top: 200px;
  }

  .slider-for .content.side05 {
    top: 200px;
  }

  .divSlideContainer {
    display: flex !important;
    justify-content: center;
  }

  .divSlideContainer .content {
    right: unset !important;
    left: unset !important;
  }
}

@media (max-width: 1000px) {
  .slider-for .content .handline {
    font-size: 2rem;
  }

  .slider-for .content .text {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .slider-for .content.side02,
  .slider-for .content.side03,
  .slider-for .content.side05 {
    top:200px;
  }
}

.slick-slide img {
  display: unset;
}