/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
.fontbold{
	font-weight: bold;
}
.fontinitial
{
	font-weight: initial;
}
.blue{
	color:#5D9CEC;
}
.bgowhite{
	background-color: #fff;
	opacity: 0.8;
}
.left{
	float:left;
}
.right{
	float:right;
}
.orange{
	color:#ff9016;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.footerbg{
	display: block;
	height:250px;
	width:100%;
	background-image: url( ../images/foote_bg.png);
  background-repeat: no-repeat;
  background-position: top;
}
.block{
	display: block;
	min-height: 20px;
	width:100%;
	float:left;
}
.sh-img img{
	width: 100%;
	border:5px solid #fff;
	box-shadow: 2px 4px 11px #333333; 
-webkit-box-shadow: 2px 4px 11px #333333; 
-moz-box-shadow: 2px 4px 11px #333333; 
}
.center{
	text-align: center;
}
.font-18{
	font-size: 18px;
}

.font-16{
	font-size: 16px;
}
.protect h5{
	color:#1EAEDD;
	font-weight: bold;
	font-size: 20px;

}
.protect i{
	padding:8px 15px;
	-webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
background-color:#1EAEDD;
color:#fff;
}
.bold{
	font-weight: bold;
}
.underline{
	text-decoration: underline;
}




/*電腦版影片輪播*/

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #e4e4e4;
}
.video-container:before {
  content: 'LOADING...';
  font-size: 45px;
  font-family: 'Playfair Display', serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-container__iframe,
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.img-container__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(29 29 29 / 63%);
  color: #fff;
  font-size: 25px;
  border-radius: 15px;
  width: 72px;
  height: 50px;
  line-height: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition:0.3s;
}

.img-container:hover .img-container__play{
  background-color: #f00;
}


.img-container2 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position:center;
  cursor: pointer;
}
.img-container2:before{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  transition:0.3s;
}
.img-container2__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 25px;
  border-radius: 100px;
  width: 43px;
  height: 43px;
  line-height: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  border: 3px solid #fff;
  opacity: 0;
}

.img-container2__play>i {
  font-size: 21px;
}


.img-container2:hover:before,
.img-container2.active:before
{
  opacity: 0.4;
}

.img-container2:hover .img-container2__play,
.img-container2.active .img-container2__play
{
  opacity: 1;
}

.item,
.main-video,
.img-container__outer{
  margin:10px;
}

.pc-video {
  /*max-width: 1020px;*/
  margin: 0 auto;
}

.pc-video__main {
  margin: 0 10px;
}

.owl-video-new.owl-theme .owl-controls .owl-nav div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  background: none;
  opacity: 1;
  top: 50%;
  transform: translate(0, -50%);
}

.owl-video-new.owl-theme .owl-controls .owl-nav div i.fa:hover{
    opacity: 0.7;
}

.owl-video-new.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -40px;
}
.owl-video-new.owl-carousel .owl-controls .owl-nav .owl-next {
    right: -40px;
}


.owl-video-new.owl-theme .owl-controls {
    margin-top: 0;
}
.owl-video-new.owl-mb-video.owl-theme .owl-controls {
    margin-top: 5px;
}


.owl-video-new.owl-theme .owl-controls .owl-page span {
    background-color: #040404;
}


.owl-video-new.owl-theme .owl-controls i {
    color: #333333;
    font-size: 40px;
}



/*手機版影片輪播*/

.mb-video {
  display: none
}





.img-container--mb{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: cover;
    cursor: pointer;
}

.img-container--mb__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(29 29 29 / 63%);
  color: #fff;
  font-size: 25px;
  border-radius: 15px;
  width: 72px;
  height: 50px;
  line-height: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition:0.3s;
}

.img-container--mb:hover .img-container--mb__play{
  background-color: #f00;
}


.main-video--mb{

}


.close-search {
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  margin-top: -5px;
  right: 0;
  cursor: pointer;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  transform: translate(0, -100%);
}
.close-search span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.close-search span:before, .close-search span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-search span:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-search:hover {
  opacity: .5;
}
.close-search:before {
  content: "";
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  cursor: initial;
  display: none;
  -moz-transition: all 1000ms;
  -o-transition: all 1000ms;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}


.owl-mb-video .item {
  padding-top: 40px;
  position: relative;
}


.index-video-section
{
  padding-bottom: 70px;
}

.case-video-section {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}


@media only screen and (max-width: 1199px) {
  .owl-video-new.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 10px;
  }
  .owl-video-new.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 10px;
  }
  .owl-video-new.owl-theme .owl-controls i {
    color: #ffffff;
  }
  .owl-video-new.owl-theme .owl-dots {
    bottom: -40px;
  }
}

@media only screen and (max-width : 991px) {
  .pc-video {
    display: none
  }
  .mb-video {
    display: block;
  }
}

.ifu-wrap .panel-group {
  border: 5px solid #fff;
  box-shadow: 2px 4px 11px #bababa;
  padding: 30px;
}

@media (max-width:575px) {
  .ifu-wrap .panel-group {
    padding: 20px;
  }
}

.swiper-button-next, .swiper-button-prev {
  color: #1EAEDD !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 5px;
  left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 5px;
  right: auto;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: inline-block !important;
  font: normal normal normal 14px / 1 FontAwesome !important;
  font-size: 20px !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "\f053" !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "\f054" !important;
}

@media (min-width: 992px) {
  .pr-lg-80 {
    padding-right: 80px;
  }
}