@charset "utf-8";
/* CSS Document */
body, dl, dt, dd, td, th, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	word-wrap:break-word;
	/* word-wrap:break-word; */
}
html,body {
	font-family: 'Public Sans','Noto Sans SC', sans-serif;
	font-size: 14px;
	width: 100%;
	height: 100%;
	-ms-overflow-style: scrollbar;
  background-image: url('../images/news_bg.png');
  background-position: center center;
  background-repeat: repeat;
  color: #FFF;
}
a:link {
	color:#FFF;
	text-decoration: none;
}
a:visited {
	color:#FFF;
	text-decoration: none;
}
a:hover {
	color:#FFF;
	text-decoration: none;
}
a:active {
	color:#FFF;
	text-decoration: none;
}
@-ms-viewport {
  width: device-width;
}
.ml2 span {
  opacity: 0;
  display: inline-block;
}
/* 三欄式自動調幅版面--------------------------------------------- */

.loading-text { 
  margin: 0 auto;
  text-align: center;
  line-height: 100px;
}
.loading-text span {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
}
.loading-text span:nth-child(1) {
  opacity: 0;
  -webkit-animation: blur-text 1.5s 0s infinite linear;
          animation: blur-text 1.5s 0s infinite linear;
}
.loading-text span:nth-child(2) {
  opacity: 0;
  -webkit-animation: blur-text 1.5s 0.2s infinite linear;
          animation: blur-text 1.5s 0.2s infinite linear;
}
.loading-text span:nth-child(3) {
  opacity: 0;
  -webkit-animation: blur-text 1.5s 0.4s infinite linear;
          animation: blur-text 1.5s 0.4s infinite linear;
}
.loading-text span:nth-child(4) {
  opacity: 0;
  -webkit-animation: blur-text 1.5s 0.6s infinite linear;
          animation: blur-text 1.5s 0.6s infinite linear;
}
.loading-text span:nth-child(5) {
  opacity: 0;
  -webkit-animation: blur-text 1.5s 0.8s infinite linear;
          animation: blur-text 1.5s 0.8s infinite linear;
}
.loading-text span:nth-child(6) {
  opacity: 0;
  -webkit-animation: blur-text 1.5s 1s infinite linear;
          animation: blur-text 1.5s 1s infinite linear;
}
.loading-text span:nth-child(7) {
  opacity: 0;
  -webkit-animation: blur-text 1.5s 1.2s infinite linear;
          animation: blur-text 1.5s 1.2s infinite linear;
}

@-webkit-keyframes blur-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blur-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#loading_page {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 14000;
  animation: color 10s linear infinite;
  background-color: #003D28;
}
  .loading_title1 {
    font-family: "Public Sans";
    font-size: 60px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFF;
  }
  .loading_title2 {
    font-family: "Public Sans";
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFF;
  }


@media only screen and (min-width: 768px) {
  .loading_title1 {
    font-size: 60px;
    line-height: 80px;
  }
  .loading_title2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 1140px) {
  .loading_title1 {
    font-size: 96px;
    line-height: 121px;
  }
  .loading_title2 {
    font-size: 48px;
    line-height: 60px;
  }
}



#header {
  width: 100%;
	position:fixed;
	z-index:5001;
  top:0%;
  left: 0%;
  padding: 0;
  overflow: hidden;
}
#header2 {
  width: 100%;
	position:absolute;
	z-index:5001;
  top:0%;
  left: 0%;
  padding: 0;
  overflow: hidden;
}

.header_bg {
  position: absolute;
  background-color: #003D28;
  height: 100%;
  width: 100%;
  top:-100%;
  z-index: 0;
}

  .header_logo {
    position: fixed;
    z-index:5004;
    width: 48px;
    top: 24px;
    left: 32px;
  }
  .header_logo2 {
    position: absolute;
    z-index:5004;
    width: 48px;
    top: 24px;
    left: 32px;
  }

  .header {
    width: 100%;
    padding: 45px 30px;
    margin: auto;
    text-align:center;
    position: relative;
    z-index: 2;
  }

  .menu {
    width: 100%;
    margin: auto;
    text-align: right;
    position: relative;
    display: none;
  }

  .menu > ul {
    margin: auto;
    list-style: none;
  }

  .menu > ul > li {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 160px;
    height: 155px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 2px;
    text-align: center;
    background: rgba(161, 201, 144, 0);
    padding: 50px 0;
    transition:all 0.5s; 
  }
  .menu > ul > li:hover {
    background: rgba(161, 201, 144, 0.2);
    border: 0 !important;
    color: #FFF;
    text-decoration: none !important;
  }

  .menu > ul > li:first-child {
    margin-left: 0px;
  }

  .menu > ul > li a {
    color: #FFF;
    border: 0 !important;
    text-decoration: none !important;
  }
  
  

.menu > ul > li:hover .menu_list {
  opacity: 1;
  visibility: visible;
}

.menu_en {
  font-family: "Public Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 2px;
  text-align: center;
}


@media only screen and (min-width: 768px) {

  .header {
    height: 130px;
    padding: 32px 42px;
  }
  .header_logo {
    width: 56px;
    top: 40px;
    left: 40px;
  }
  .header_logo img {
    width: 83px;
  }
  .header_logo2 {
    width: 56px;
    top: 40px;
    left: 40px;
  }
  .header_logo2 img {
    width: 83px;
  }
  .menu {
    display: none;
  }
  .menu2 {
    display: none;
  }
}


@media only screen and (min-width: 1140px) {

  .header {
    height: 160px;
    padding: 10px 20px;
  }
  .header_logo {
    width: 68px;
    top: 43px;
    left: 96px;
  }
  .header_logo2 {
    width: 68px;
    top: 43px;
    left: 96px;
  }
  .menu {
    display: block;
  }
  .menu > ul > li {
    width: 160px;
    height: 155px;
    font-size: 20px;
    margin-left: 0px;
  }
  .menu2 {
    display: block;
  }
  .menu2 > ul > li {
    width: 160px;
    height: 155px;
    font-size: 20px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1300px) {
  .menu > ul > li {
    width: 180px;
    height: 155px;
    font-size: 20px;
    margin-left: 0px;
  }
  .menu2 > ul > li {
    width: 180px;
    height: 155px;
    font-size: 20px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1500px) {
  .menu > ul > li {
    width: 195px;
    height: 155px;
    font-size: 20px;
    margin-left: 0px;
  }
  .menu2 > ul > li {
    width: 195px;
    height: 155px;
    font-size: 20px;
    margin-left: 0px;
  }
}




.header_small_menu {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  left: 100%;
  z-index: 5002;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #003D28;
  display: flex;
  justify-items: center;
  align-items: center;
}

.header_small_open {
  position: fixed;
  top: 30px;
  right: 24px;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 5003;
}
.header_small_close {
  position: fixed;
  top: 30px;
  right: 24px;
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 5003;
}

.header_small_open.active .header_small_menu {
  margin-left: 0;
  transform: 0.6s;
}

.header_small_menu_list {
  width: 100%;
  color: #262626;
}

.header_small_menu_list > ul {
  padding: 128px 30px;
  list-style: none;
}

.header_small_menu_list > ul > li {
  padding: 16px 0;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  padding-bottom: 8px;
}

.header_small_menu_list > ul > li a {
  color: #FFF;
}

.header_small_menu_list > ul > li a:hover {
  color: #FFF;
}
.header_small_block {
  width: 100%;
  margin: auto;
  position: relative;
  padding: 0 40px;
}
.header_small_1 {
  width: 50%;
  float: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 1px;
  text-align: left;
  padding-left: 9px; 
}
.header_small_2 {
  float: right;
  width: 50%;
  font-size: 11px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: right;
  padding-right: 10px;
  padding-top: 0px;
}
.header_menu_footer {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.header_list_menu  {
  width: 100%;
  list-style: none;
}
.header_list_menu > li {
  width: 100%;
  border-bottom: 1px solid;
  border-color: rgba(255,255,255,0.4);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 20px;
  overflow: hidden;
  padding-bottom: 12px;
}
.header_list_menu > li span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2px;
  letter-spacing: 1px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .header_small_menu {
    display: flex;
  }
  .header_small_open {
    display: block;
    top: 43px;
    right: 40px;
    width: 50px;
    height: 50px;
  }
  .header_small_close {
    display: none;
    top: 43px;
    right: 40px;
    width: 50px;
    height: 50px;
  }
  .header_small_menu_list > ul {
    padding: 156px 42px 60px 42px;
  }
  .header_small_menu_list > ul > li {
    padding: 20px 0;
    font-size: 20px;
  }
  .header_small_block {
    width: 100%;
    margin: auto;
    position: relative;
    padding: 0 96px;
  }
  .header_small_1 {
    position: relative;
    width: 50%;
    float: left;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 1px;
    padding-left: 20px;
  }
  .header_small_2 {
    position: relative;
    float: right;
    width: 50%;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 1px;
    padding-right: 20px;
    padding-top: 5px;
  }
  .header_menu_footer {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    text-align: center;
  }
  .header_list_menu > li {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 2px;
    margin-top: 32px;
    padding-bottom: 24px;
  }
  .header_list_menu > li span {
    font-size: 16px;
    line-height: 1.2px;
    letter-spacing: 0.06em;
  }
}
@media only screen and (min-width: 1140px) {
  .header_small_open {
    display: none;
  }
  .header_small_menu {
    display: none;
  }
}


.icon {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	width: 100%; 
  height: 100%;
	fill: none;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
  cursor: pointer;
}

.icon { stroke: #fff; opacity: 1; }

#banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}
#banner2 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}
#banner3 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.banner_word1 {
  position: absolute;
  top: 63%;
  left: 30px;
  z-index: 800;
}
.banner_word2 {
  position: absolute;
  bottom: 30%;
  left: 10%;
  z-index: 800;
}
.banner_word3 {
  position: absolute;
  top: 35%;
  left: 50%;
  z-index: 800;
}
.banner_word4 {
  position: absolute;
  bottom: 18%;
  left: 30%;
  z-index: 800;
}
.banner_title1 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: left;
  font-family: 'Noto Serif TC', serif;
  color: #FFF;
}
.banner_title2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 1px;
  text-align: left;
  margin-top: 4px;
  font-family: 'Noto Serif TC', serif;
  color: #FFF;
}

.banner_word1 .banner_w1 {
  opacity: 0;
  margin-left: 60px;
  transition-duration: 1s; /*動畫持續時間為2秒*/
  transition-delay: .2s; /*延後0.5秒才開始動畫*/
  transition-timing-function: ease;
  transition-property: opacity,margin-left;
}
.banner_word1 .banner_w1.active {
  opacity: 1;
  margin-left: 0px;
}
.banner_word1 .banner_w2 {
  opacity: 0;
  margin-left: 60px;
  transition-duration: 1s; /*動畫持續時間為2秒*/
  transition-timing-function: ease;
  transition-delay: .5s; /*延後0.5秒才開始動畫*/
  transition-property: opacity,margin-left;
}

.banner_word1 .banner_w2.active {
  opacity: 1;
  margin-left: 0px;
}

.banner_word2 .banner_w2 {
  opacity: 0;
  margin-left: 60px;
  transition-duration: 1s; /*動畫持續時間為2秒*/
  transition-timing-function: ease;
  transition-delay: .5s; /*延後0.5秒才開始動畫*/
  transition-property: opacity,margin-left;
}
.banner_word2 .banner_w2.active {
  opacity: 1;
  margin-left: 0px;
}

.banner_word3 .banner_w1 {
  opacity: 0;
  margin-left: 60px;
  transition-duration: 1s; /*動畫持續時間為2秒*/
  transition-delay: .2s; /*延後0.5秒才開始動畫*/
  transition-timing-function: ease;
  transition-property: opacity,margin-left;
}
.banner_word3 .banner_w1.active {
  opacity: 1;
  margin-left: 0px;
}
.banner_word3 .banner_w2 {
  opacity: 0;
  margin-left: 60px;
  transition-duration: 1s; /*動畫持續時間為2秒*/
  transition-timing-function: ease;
  transition-delay: .5s; /*延後0.5秒才開始動畫*/
  transition-property: opacity,margin-left;
}
.banner_word3 .banner_w2.active {
  opacity: 1;
  margin-left: 0px;
}

.banner_word4 .banner_w2 {
  opacity: 0;
  margin-left: 60px;
  transition-duration: 1s; /*動畫持續時間為2秒*/
  transition-timing-function: ease;
  transition-delay: .5s; /*延後0.5秒才開始動畫*/
  transition-property: opacity,margin-left;
}
.banner_word4 .banner_w2.active {
  opacity: 1;
  margin-left: 0px;
}

@media only screen and (min-width: 768px) {
  #banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
  }
  #banner2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
  }
  #banner3 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
  }
  .banner_word1 {
    top: 65%;
    left: 40px;
    z-index: 800;
  }
  .banner_word2 {
    bottom: 30%;
    left: 10%;
    z-index: 800;
  }
  .banner_word3 {
    top: 45%;
    left: 60%;
    z-index: 800;
  }
  .banner_word4 {
    bottom: 14%;
    left: 30%;
    z-index: 800;
  }
  .banner_title1 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.2em;
  }
  .banner_title2 {
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 0.2em;
    margin-top: 8px;
  }
}
@media only screen and (min-width: 1140px) {
  #banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
  }
  #banner2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
  }
  #banner3 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
  }
  .banner_word1 {
    top: 55%;
    left: 10%;
    z-index: 800;
  }
  .banner_word2 {
    bottom: 30%;
    left: 10%;
    z-index: 800;
  }
  .banner_word3 {
    top: 45%;
    left: 60%;
    z-index: 800;
  }
  .banner_word4 {
    bottom: 30%;
    left: 10%;
    z-index: 800;
  }
  .banner_title1 {
    font-size: 30px;
    line-height: 43px;
    letter-spacing: 0.2em;
  }
  .banner_title2 {
    font-size: 40px;
    line-height: 57px;
    letter-spacing: 0.2em;
    margin-top: 16px;
  }
}




.banner1 {
}
.banner1_1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  z-index: 1003;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  pointer-events: none
}
.banner1_2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  z-index: 1002;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  pointer-events: none
}
.banner1_3 {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  z-index: 1001;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  pointer-events: none
}
.banner1_4 {
  position: absolute;
  width: 120px;
  height: 78px;
  top: 55%;
  left: 50%;
  z-index: 1200;
  margin-left: -60px;
  margin-top: -39px;
  cursor: pointer;
}
.arrow {
  position: absolute;
  width: 11px;
  left: 60px;
  bottom: 123px;
  z-index: 1004;
}
.online {
  position: absolute;
  width: 11px;
  left: 30px;
  bottom: 40px;
  height: 68px;
  width: 68px;
  border-radius: 31px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 4px;
  color: #fff;
  border:1px solid #fff;
  z-index: 1004;
  display: flex;
  justify-items: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .banner1_4 {
    width: 200px;
    height: 130px;
    margin-left: -100px;
    margin-top: -65px;
  }
  .arrow {
    width: 15px;
    left: 53px;
    bottom: 190px;
  }
  .online {
    left: 20px;
    bottom: 84px;
    height: 82px;
    width: 82px;
    border-radius: 37px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 4px;
    color: #fff;
  }
}
@media only screen and (min-width: 1100px) {
  .banner1_4 {
    width: 260px;
    height: 170px;
    margin-left: -130px;
    margin-top: -85px;
  }
  .arrow {
    width: 15px;
    left: 133px;
    bottom: 223px;
  }
  .online {
    left: 90px;
    bottom: 100px;
    height: 96px;
    width: 96px;
    border-radius: 44px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 4px;
  }
}



#footer {
  width: 100%;
  height: 390px;
  position: relative;
  background-image: url('../images/375_footer_bg.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 100px;
  overflow: hidden;
}
  .footer_block {
    width: 100%;
    max-width: 1220px;
    height: 100px;
    margin: auto;
    position: relative;
  }
  .footer_all {
    width: 100%;
    height: 100%;
  }
  .footer_1 {
    position: absolute;
    left: 20px;
    top: 60px;
  }
  .footer_2 {
    position: absolute;
    right: 20px;
    top: 60px;
  }
  .footer_menu {
    list-style: none;
    display: none;
  }
  .footer_menu > li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 53px;
  }
  .footer_menu > li span {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .footer_footer {
    position: absolute;
    width: 300px;
    text-align: center;
    left: 50%;
    top: 80px;
    margin-left: -150px;
    z-index: 6;
  }
  .footer_logo {
    width: 84px;
    text-align: center;
    margin: auto;
  }
  .footer_share {
    width: 100px;
    padding-top: 32px;
    text-align: center;
    margin: auto;
    overflow: hidden;
  }
  .footer_icon {
    width: 24px;
    float: left;
  }
  .footer_copyright {
    text-align: center;
    margin: auto;
  }
  .footer_copyright_title1 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: center;
  }
  .footer_copyright_title2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 12px;
  }
  .footer_clear {
    height: 32px;
    clear: both;
  }
  .footer_clear2 {
    height: 0px;
    clear: both;
  }
  .footer_menu_bottom {
    padding-top: 8px;
  }
  
@media only screen and (min-width: 768px) {
  #footer {
    width: 100%;
    height: 526px;
    position: relative;
    background-image: url('../images/744_footer_bg.png');
  }
  .footer_menu {
    display: block;
  }
  .footer_1 {
    position: absolute;
    left: 100px;
    top: 46px;
  }
  .footer_2 {
    position: absolute;
    right: 100px;
    top: 46px;
  }
  .footer_footer {
    position: absolute;
    width: 480px;
    text-align: center;
    left: 50%;
    top: 135px;
    margin-left: -240px;
    z-index: 6;
  }
  .footer_menu > li {
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 44px;
  }
  .footer_menu > li span {
    font-size: 13px;
    letter-spacing: 0.06em;
  }
  .footer_logo {
    width: 84px;
    text-align: center;
    margin: auto;
  }
  .footer_share {
    width: 94px;
    padding-top: 79px;
    text-align: center;
    margin: auto;
    overflow: hidden;
  }
  .footer_icon {
    width: 22px;
    float: left;
  }
  .footer_copyright {
    text-align: center;
    margin: auto;
  }
  .footer_copyright_title1 {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: center;
  }
  .footer_copyright_title2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 24px;
  }
  .footer_clear {
    height: 40px;
  }
  .footer_clear2 {
    height: 0px;
  }
  .footer_menu_bottom {
    padding-top: 8px;
  }
}

@media only screen and (min-width: 1140px) {
  #footer {
    width: 100%;
    height: 620px;
    position: relative;
    background-image: url('../images/1920_footer_bg.png');
  }
  .footer_1 {
    position: absolute;
    left: 20px;
    top: 59px;
  }
  .footer_2 {
    position: absolute;
    right: 20px;
    top: 59px;
  }
  .footer_footer {
    width: 500px;
    left: 50%;
    top: 165px;
    margin-left: -250px;
    z-index: 6;
  }
  .footer_menu > li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 53px;
  }
  .footer_menu > li span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2px;
    letter-spacing: 0.06em;
    text-align: center;
  }

  .footer_logo {
    width: 104px;
    text-align: center;
  }
  .footer_share {
    width: 100px;
    margin: auto;
    padding-top: 90px;
    text-align: center;
  }
  .footer_icon {
    width: 25px;
    display: inline-block;
    text-align: center;
  }
  .footer_copyright_title1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: center;
  }
  .footer_copyright_title2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 22px;
  }
  .footer_clear {
    height: 40px;
  }

}

button:focus {
  outline: none;
}

.owl-one, .owl-stage-outer, .owl-stage, .owl-item, .owl-carousel {
  width: 100%;
  height: 100%;
}
.item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
.owl-one, .owl-stage-outer, .owl-stage, .owl-item {
  width: 100%;
  height: 100%;
}
}
@media only screen and (min-width: 1100px) {
.owl-one, .owl-stage-outer, .owl-stage, .owl-item {
  height: 100%;
}

.item {
  height: 100%;
}
}


.owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
  z-index: 2000;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 10px;
}

.owl-theme .owl-dots .owl-dot span{
  background: #fff;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #27593C;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #27593C;
}
.owl-theme .owl-dots .owl-dot span {
  background: #FFF !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #27593C !important;
}

@media only screen and (min-width: 768px) {
.owl-dots {
  bottom: 50px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 16px;
}
}