/* ==============================================================

Template name : Bootsnav - Multi Purpose Header
Categorie : Bootstrap Menu in CSS
Author : adamnurdin01
Version : v1.0.0
Created : 02 Juni  2016
Last update : 02 Juni  2016

============================================================== */

/*
General
=========================== */
.section{
	padding: 0;
    position: relative;
	
}

.section a{
    color: #f43438;
}

.gray{
    background-color: #f9f9f9;
}
.fa, .fas {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}
*:hover,*a:hover{
	text-decoration:none;
	color:#3aad36;
	transition-duration: 1s;
}
body{
    font-family:'Microsoft JhengHei' ,微軟正黑體,Montserrat,Microsoft YaHei,sans-serif,Helvetica,Arial,sans-serif;
}
.section .heading{
    text-align: center;
    position: relative;
    font-size: 16px;
    margin-bottom: 70px;
    letter-spacing: 1px;
}
.section .heading .title{
    font-family:'Microsoft JhengHei' ,微軟正黑體,Montserrat,Microsoft YaHei,sans-serif,Helvetica,Arial,sans-serif;
}

.section .heading .title strong{
    font-weight: 700;
    text-transform: uppercase;
}

.section .heading:before{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -30px;
	width: 50px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.test-height{
    height: 1800px;
}

.pageheader{
    padding: 0;
    background-image: url(../images/bg/brick-wall-dark.png);
    background: transparent;
}

.pageheader.fixed-demo{
    padding-top: 120px;
}

.pageheader.fixed-demo.dark{
   background-color: #666 !important;
}

.pageheader.fixed-demo.white{
    background-image: url(../images/bg/home2.jpg);
   background-color: #fff !important;
}

.pageheader .title{
    text-shadow: 6px 6px 0px rgba(0,0,0,0.2);
    color: #fff !important;
    font-family: "Microsoft YaHei"
}

.pageheader p{
    margin-bottom: 0;
    color: #f5f5f5;
    font-size: 16px;
    font-family: "Microsoft YaHei"
}

.pageheader.fixed-demo.white .title{
    color: #3f3f3f !important;
    text-shadow: 3px 3px 0px rgba(255,255,255,1);
}

.pageheader.fixed-demo.white p{
    color: #6f6f6f;
}

hr{
    border: solid 2px #efefef;
    margin: 60px 0 50px;
}
.la span {
    position: relative;
    line-height: 30px;
    margin-left: 10px;
}
/*
Home
=========================== */
.section.home{
    padding: 100px 0;
    background-image: url(../images/bg/brick-wall-dark.png);
    background-color: #f43438;
}

.section.home.dark{
    background-image: url(../images/bg/brick-wall-dark.png);
    background-color: #fff;
}

.section.home .heading-home{
    text-align: center;
    position: relative;
    z-index: 2;
}

.section.home .heading-home .title{
    color: white;
    margin-bottom: 5px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: capitalize;
    text-shadow: 6px 6px 0px rgba(0,0,0,0.2);
    color: #fff;
}

.section.home .heading-home p{
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #f0f0f0;
}

.section.home .overlay{
    display: block;
    position: absolute;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.btn-home{
    border: solid 1px #fff;
    color: #fff !important;
    padding: 10px 20px;
    margin: 5px;
    letter-spacing: 1px;
}

.btn-home:hover,
.btn-home:focus{
    color: #3f3f3f !important;
    background-color: #fff;
}


/*
Affiliates
=========================== */
.affiliates{
    display: inline-block;
    padding: 10px;
    border: solid 1px #bbb;
    margin: 0 5px;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 6px 6px 0px rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.1);
    position: relative;
    text-align: left;
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.affiliates a{
    text-decoration: none !important;
}

.affiliates img{
    width: 200px;
    margin-bottom: 5px;
}

.affiliates h6{
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
}


/*
Menu Demo
=========================== */
ol.menu-demo{
    padding: 0;
    margin: 0 -15px;
    list-style: none;
    display: block;
}

ol.menu-demo li{
    margin-bottom: 15px;
}

ol.menu-demo li a{
    display: block;
    padding: 15px 25px;
    background-color: #fff;
    border: solid 2px #3f3f3f;
    color: #3f3f3f;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

ol.menu-demo li a:focus,
ol.menu-demo li a:hover{
    background-color: #f43438;
    border: solid 2px #f43438;
    color: #fff;
    text-decoration: none;
}


/*
Footer
=========================== */
footer{
    border-top: solid 1px #efefef;
}

footer .container{
    padding: 25px 15px;
}

/*
Clear spacer
=========================== */
.margin-clear{
	margin:0 !important;
}

.padding-clear{
	padding:0 !important;
}

.margintop-clear{
	margin-top:0 !important;
}

.paddingtop-clear{
	padding-top:0 !important;
}

.marginbot-clear{
	margin-bottom:0 !important;
}

.paddingbot-clear{
	padding-bottom:0 !important;
}

.marginleft-clear{
	margin-left:0 !important;
}

.paddingleft-clear{
	padding-left:0 !important;
}

.marginright-clear{
	margin-right:0 !important;
}

.paddingright-clear{
	padding-right:0 !important;
}

.padding-top40{
	padding-top:40px !important;
}

.padding-topt60{
	padding-top:60px !important;
}

.padding-top70{
	padding-top:70px !important;
}

.padding-bot5{
	padding-bottom:5px !important;
}

.padding-bot10{
	padding-bottom:10px !important;
}

.padding-bot15{
	padding-bottom:15px !important;
}

.padding-bot20{
	padding-bottom:20px !important;
}

.padding-bot30{
	padding-bottom:30px !important;
}

.padding-bot40{
	padding-bottom:40px !important;
}

.padding-bot50{
	padding-bottom:50px !important;
}

.padding-bot60{
	padding-bottom:60px !important;
}

.padding-bot70{
	padding-bottom:70px !important;
}

.margin-mintop10{
	margin-top:-10px !important;
}

.margin-mintop20{
	margin-top:-20px !important;
}

.margin-mintop30{
	margin-top:-30px !important;
}

.margin-mintop60{
	margin-top:-60px !important;
}

.margin-mintop110{
	margin-top:-110px !important;
}

.margin-minbot10{
	margin-bottom:-10px !important;
}

.margin-minbot20{
	margin-bottom:-20px !important;
}

.margin-minbot30{
	margin-bottom:-30px !important;
}

.margin-minbot60{
	margin-bottom:-60px !important;
}

/*
Custom left right spacer
=========================== */
.margin-left10{
	margin-left:10px !important;
}

.margin-right10{
	margin-right:10px !important;
}

.margin-left20{
	margin-left:20px !important;
}

.margin-right20{
	margin-right:20px !important;
}

/*
Custom top spacer
=========================== */
.margintop5{
	margin-top:5px !important;
}

.margintop10{
	margin-top:10px !important;
}

.margintop15{
	margin-top:15px !important;
}

.margintop20{
	margin-top:20px !important;
}

.margintop25{
	margin-top:25px !important;
}

.margintop30{
	margin-top:30px !important;
}

.margintop35{
	margin-top:35px !important;
}

.margintop40{
	margin-top:40px !important;
}

.margintop45{
	margin-top:45px !important;
}

.margintop50{
	margin-top:50px !important;
}

.margintop55{
	margin-top:55px !important;
}

.margintop60{
	margin-top:60px !important;
}

.margintop80{
	margin-top:80px !important;
}

/*
Custom bottom spacer
=========================== */
.marginbot5{
	margin-bottom:5px !important;
}

.marginbot10{
	margin-bottom:10px !important;
}

.marginbot15{
	margin-bottom:15px !important;
}

.marginbot20{
	margin-bottom:20px !important;
}

.marginbot25{
	margin-bottom:25px !important;
}

.marginbot30{
	margin-bottom:30px !important;
}

.marginbot35{
	margin-bottom:35px !important;
}

.marginbot40{
	margin-bottom:40px !important;
}

.marginbot45{
	margin-bottom:45px !important;
}


.marginbot50{
	margin-bottom:50px !important;
}

.marginbot55{
	margin-bottom:55px !important;
}

.marginbot60{
	margin-bottom:60px !important;
}

.marginbot80{
	margin-bottom:80px !important;
}

/*
Pre Code
=========================== */
pre {
    font-family: monospace;
    padding: 5px 25px 30px;
    border: solid 1px #ccc;
    border-left: solid 10px #ccc;
    background-color: #f5f5f5;
    margin-bottom: 30px;
    color: #6f6f6f;
    border-radius: 0px;
}
pre + pre {
    background: #6f6f6f;
}
pre {
    word-break: break-all; /* webkit */
    word-wrap: break-word;
    white-space: pre;
    white-space: -moz-pre-wrap; /* fennec */
    white-space: pre-wrap;
    white-space: pre\9; /* IE7+ */
}

.section.gray pre{
    background-color: #fff;
}

pre span{
    color: #f43438;
}

@media (max-width:676px){
    .wrap-affiliates{
        text-align: left;
        margin-top: 30px;
    }
}

@media (max-width:480px){
    .section.home .affiliates{
        padding-left: 15px;
    }
    
    .section.home .affiliates img{
        display: block;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        margin-bottom: 15px;
    }
}
/*特效*/
.article {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 0;
    font: 24px 'Arial';
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
	line-height:100%;
	display:block;
}
    .section1{color:#fff;overflow-y: hidden;}
    .section2{color:#fff;padding:0;background-color: #fff; margin-top: 50px;}
.section p{
	padding:0;
	position: relative;
/*	font-family: 'Montserrat', sans-serif;*/
	font-size:13px;
	letter-spacing:0.5px;
	line-height:24px;
	font-weight:100;
	color: #93c;
}
.section span{
	word-break: break-all;
    margin-left: 0;
    letter-spacing: 0.5px;
}
@media (min-widht:768px) {
.section span{
    display: flex;
}
}
@media (max-widht:768px) {
.section span{
    display: inline-flex;
}
}
/*slider*/
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
	border:none;
	border-radius:0;
	margin-bottom:0;
}
.carousel-indicators .active {
    width: 30px;
    height: 5px;
    margin: 0;
    background-color: #fff;
}
/*menu*/
i.fa.fa-bars{
	font-size: 30px;
	margin-top: 10px;
	color: #393;
    margin-left: 10px;
}
nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a:hover{
	border-bottom:5px solid #33C;
}
.black-bar{
	height:50px;
	background-color:#333;
    width: 100%;
	position: relative;
}
.black-bar > div{
	padding:0;
}
.black-bar > div > div {
	padding:0;
}
ul.white-bot{
	padding:10px;
}
ul.white-bot li{
	float:left;
	list-style:none;
	padding: 0 10px;
}
ul.white-bot li a{
	cursor:pointer;
	color:#fff;
	text-decoration:none;
	font-size: 14px;
    font-weight: 800;
	margin-left:25px;
}
li.la:before{
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	background-color: #3aad36;
	width: 20px;
	height: 20px;
	position: absolute;
	border-radius:3px;
}
li.la-1:before{
	background-image: url(../images/icon/la-1.png);
}
li.la-2:before{
	background-image: url(../images/icon/la-2.png);
}
li.la-3:before{
	background-image: url(../images/icon/la-3.png);
}
@media (min-width:1024px){
li.la:before{
	margin-top:5px;
}
}
.language {
    padding: 15px 0;
}
ul.social{
	float: right;
    padding: 0;
}
ul.social li{
	float: left;
    list-style: none;
	margin: 5px 2px;
}
ul.social li a{
	cursor:pointer;
}
a.sol{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: block;
}
a.sol.sol-a{
	background-image: url(../images/icon/social-facebook.png);
	background-color: #0099CC;
}
a.sol.sol-a:hover{
	background-color: #006699;
}
a.sol.sol-b{
	background-image: url(../images/icon/social-wechat.png);
	background-color: #00CC66;
}
a.sol.sol-b:hover{
	background-color: #009933;
}
a.sol.sol-c{
	background-image: url(../images/icon/social-whatsapp.png);
	background-color: #00CC99;
}
a.sol.sol-c:hover{
	background-color: #009966;
}
a.sol.sol-d{
	background-image: url(../images/icon/social-line.png);
	background-color: #00CC00;
}
a.sol.sol-d:hover{
	background-color: #009900;
}
@media (min-width: 992px){
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    margin-top: 8px;
}
}
@media (max-width: 992px){
ul.white-bot li{
	padding: 0;
    margin-right: 3px;
    margin-top: 3px;
}
li.la-1:before,li.la-2:before,li.la-3:before{
	width:25px;
	height:25px;
	background-size:25px;
}
.language {
    padding: 11px 0;
}
}
/*gotop*/
#gotop {
	position: fixed;
	z-index: 90;
	right: 30px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	border-radius: 0;
	transition: all 0.5s;
	text-align: center;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1), 0 2px 10px 0 rgba(0,0,0,0.2);
	animation-name: oxxo;
	animation-duration: 0.5s;
	background-color: #999;
	border-radius: 100%;
}
a#gotop {
	cursor:pointer;
	display:block;
}
@keyframes oxxo{
    from{
        bottom:100px;
		opacity:0;
    }
    to{
        bottom:0;
		opacity:0.8;
    }
}
/*小三角*/
#gotop::before{
    content: "";
    width: 0;
    height: 0;
    border: 18px solid #999;
    border-color: transparent transparent #999 transparent;
    position: absolute;
    left: 7px;
    bottom: 42px;
	}
#gotop:hover{
	color: #FFC;
	opacity: 1;
}
#gotop .fa{
    font-size: 20px;
    font-weight: 800;
    margin-top: 0;
    position: relative;
}
/*slider*/
.carousel-control.left,.carousel-control.right {
	background-image:none;
}
.carousel-caption{
	text-shadow:none;
	font-weight:100;
}
.carousel-inner h1{
    font-weight: bold;
    color: #063;
    font-size: 44px;
    letter-spacing: 3px;
}
div .media-carousel h5:before{
	color: #969;
}
.item-sample h5{
	font-weight: 100;
	letter-spacing: 2px;
	font-size: 20px;
	color: #666;
}
.item-sample h5:before{
	content: "▌";
	color: #969;
	font-size: 20px;
	margin-left: 5px;
}
.carousel-inner>.item>img{
	animation: zoom ease-in 3s;
	animation-fill-mode: forwards;
}
@keyframes zoom{
    from{
        transform:scale(1);
    }
    to{
        transform:scale(1.1);
    }
}
@media screen and (min-width: 768px){
.carousel-caption{
    width: 100%;
}
.caption-a {
	right: 50%;
    left: 0;
    padding-bottom: 20%;
    text-align: left;
    left: 10%;
}
.caption-b {
	left: 50%;
    padding-bottom: 20%;
    text-align: left;
    right: 10%;
}
.caption-c {
	right: 50%;
    left: 0;
    padding-bottom: 15%;
    text-align: left;
    left: 15%;
}
}
@media screen and (min-width: 992px){
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev,.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    font-size: 100px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
	margin-left:-30%;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right:0;
}
}
@media screen and (max-width: 991px){
.carousel-inner h1 {
	font-size: 32px;
    line-height: 40px;
}
.slider-0 h1{
	font-size: 32px;
    line-height: 42px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev,.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    font-size: 60px;
}
}
@media screen and (max-width: 767px){
.carousel-inner h1 {
	text-shadow:
		-2px -2px 5px rgba(255,255,255,1),
		2px 2px 6px rgba(255,255,255,1);
	font-size:1.8em;
}
.slider-0 h1{
	text-shadow:
		-2px -2px 5px rgba(255,255,255,1),
		2px 2px 6px rgba(255,255,255,1);
}
}
@media screen and (max-width: 481px){
.carousel-inner h1 {
	font-size:1.25em;
}
}
.carousel-control.left, .carousel-control.right {
	display:flex;
    align-items:center;
    justify-content:center;
	position: absolute;
}
/*index*/
h3.title {
    margin-bottom: 0;
    margin-top: 50px;
    font-weight: 100;
    letter-spacing: 2px;
	font-size:2.2em;
}
@media (max-width:1024px){h3.title { font-size:2em;}}
@media (max-width:768px){h3.title { font-size:1.8em;}}
@media (max-width:375px){h3.title { font-size:1.6em;}}
.row-about{
}
.about-item img {
    max-width: 100%;
}
.about-item {
    padding: 0;
    border-right: 1px solid #fff;
    margin-bottom: 0;
}
.about31 {
    padding: 0;
	background-position:center;
	background-repeat:no-repeat;
	min-height:210px;
	background-size:cover;
	border-top: 1px solid #fff;
}
.about32 {
    text-align: center;
    background-color: #212121;
    padding: 20px;
	border-right:none;
    margin-bottom: 0;
}
.about-34 {
    background-color: #ddd;
	font-size: 14px;
    letter-spacing: 2px;
    color: #333;
	padding:20px;
	text-align:center;
    min-height: 260px;
}
.about-item i {
    font-size: 20px;
}
.about-35 {
	background-color: #E8E8E8;
	font-size: 14px;
	letter-spacing: 2px;
	color: #333;
	padding: 20px;
	text-align: center;
    min-height: 260px;
}

.about-item h3{
    font-size: 20px;
    font-weight: 100;
    line-height: 30px;
	text-align:center;
}
.about32 h2 {
    font-size: 22px;
    font-weight: 100;
    letter-spacing: 2px;
    color: #fff;
    margin: 0;
}
.about31.about311 img {
    border: 1px solid #fff;
}

.about32.about-item img {
    max-width: 60px;
    margin-top: 20px;
}
.about32 h4 {
    font-size: 16px;
    font-weight: 100;
    margin: 0;
    color: #fff;
}
.about32{
	border-top:1px solid #fff;
    min-height: 255px;
	border-right:none;
}
.about-33 {
    font-size: 14px;
    letter-spacing: 2px;
    padding: 20px;
    border-top: 1px solid #fff;
    color: #333;
    border-bottom: 1px solid #fff;
	min-height:255px;
	background:url(../images/bg/brushed.png) repeat;
}
@media (max-width:600px){
.article {
    height: auto;
	min-height:auto;
}
.about31,.about-33 {
	min-height:256px;
}
}
@media (max-width: 1023px){
.section8 {
    min-height: 450px;
}
}
.more-about{
	margin:auto;
}
a.more-about{
	background-color: #939;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    display: block;
    color: #fff;
    width: 150px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    margin-top: 30px;
}
/*箭頭*/
.mbr-arrow {
  bottom: -10px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index:2;}
.mbr-arrow a {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 46px;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    width: 46px;
    border: 1px solid #fff;
}
.mbr-arrow a:hover {
    background: #2d2d2d;
}
.mbr-arrow-icon {
    display: block;
}
.mbr-arrow-icon::before {
      content: "\203a";
      display: inline-block;
      font-family: serif;
      font-size: 32px;
      line-height: 1;
      font-style: normal;
      left: 4px;
      position: relative;
      top: 6px;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
}
.mbr-arrow-floating .mbr-arrow-icon {
    -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
    animation: floating-arrow 1.6s infinite ease-in-out 0s; 
	margin-left: -4px;
    margin-top: 2px;
}
@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  65% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  to {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); } }
@keyframes floating-arrow {
  from {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  65% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  to {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
 }
@-webkit-keyframes floating-arrow-up {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  25% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  75% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
}
@keyframes floating-arrow-up {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  25% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  75% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
}
/*END箭頭*/

@media (min-width:1024px){
.box{
	min-height:350px;

}
}
@media (max-width:1023px){
.box{
	min-height:600px;
}
}

@media (min-width:768px){
.box{
	min-height:600px;

}
}
@media (max-height: 600px){
.box {
    min-height: 600px;
}
}
.box-1{
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
    background-attachment: fixed;
    padding-bottom: 100px;
}
.box-2{
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
    background-attachment: fixed;
}
.box-3{
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
    background-attachment: fixed;
}
.greenbox {
	border: 2px solid #99CC00;
	display: block;
	margin: 0 15px;
	padding: 20px;
	width: 30%;
	left: 60%;
	position: relative;
	top: 50px;
	width: 30%;
}
.newgraybox { border: 2px solid #999; display: block; margin: 0 15px; padding: 20px;	width: 30%;	left: 60%;	position: relative;	top: 100px; background-color:rgba(0, 0, 0, 0.15);}

.greenbox-left, .newgraybox-left{
	left: 10%;
	position: relative;
}
.greenbox-left1, .newgraybox-left1{
	left: 20%;
	position: relative;
}
@media (max-width:992px){
.greenbox, .newgraybox  {
	left:5%;
	width:85%;
	top: 20px;
}
}
.greenbox h3, .newgraybox h3{
    color: #ffffff;
    font-size: 1.3em;
	text-align: center;
	letter-spacing: 5px;
}
.greenbox span, .newgraybox span{
	color: #FFFFFF;
    padding-top: 10px;
	font-size: 0.65em !important;
    line-height: 1.6;
    letter-spacing: 1.5px;
	text-align: left;
}
@media (max-width:568px){
	.greenbox h3, .newgraybox h3{font-size: 1em;}
	.greenbox span, .newgraybox span{ font-size: 0.63em !important; line-height: 20px !important;}
}
a.form_btn:hover, a.form_btn:focus {
	background-color: #83AE00;
	color: #ffffff;
	transition: all 0.59s ease 0s;
}
a.form_btn {
    color: #333;
    background-color: #99CC00;
    border-color: #adadad;
	display:block;
	font-size:16px;
	padding:10px 20px;
	text-decoration:none;
	text-align: center;
	color:#fff;
    margin-top: 20px;
	display:flex;
    align-items:center;
    justify-content:center;
}
.gray-form_btn .fas{
	font-size:30px;
	padding-left:10px;
}


a.gray-form_btn:hover, a.gray-form_btn:focus {
	background-color: #666;
	color: #ffffff;
	transition: all 0.59s ease 0s;
}
a.gray-form_btn {
    color: #333;
    background-color: #000;
    border-color: #adadad;
	display:block;
	font-size:16px;
	padding:10px 20px;
	text-decoration:none;
	text-align: center;
	color:#fff;
    margin-top: 20px;
	display:flex;
    align-items:center;
    justify-content:center;
}
.gray-form_btn .fas{
	font-size:30px;
	padding-left:10px;
}
.section3{
	color: #fff;
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),url(../images/foreign-1.jpg);
    padding: 30px;
    margin: 0;
    min-height: 1000px;
}
.foreign{
	margin:3% 0 0;
	padding:50px;
	background: url(../images/bg/padded.png) repeat;	
	text-align:center;
	position: relative;
}
.foreign h2{
	color:#fff;
	font-size:20px;
	line-height:30px;
	font-weight:100;
	letter-spacing:2px;
    display: block;
    position: relative;
}
.section3 h2:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -30px;
	width: 50px;
	height: 4px;
	background-color: #C93;
	bottom: -10px;
}
.section3 p {
	color: #bdbdbd;
}
.foreign h4{
	color:#fff;
	font-size:18px;
	line-height:22px;
	font-weight:100;
	letter-spacing:2px;
    position: relative;
	padding-left:20px;
    float: left;
	font-family: 'Montserrat', sans-serif;
}
.foreign h4:before{
	content:"";
	width:10px;
	height:10px;
	background-color: #C93;
	position:absolute;
    margin-left: -20px;
	margin-top:5px;
}
@media (min-width:768px){
.article {
    height: auto;
	min-height:650px;
}
.section3{
	min-height:1100px;
}
}
@media (min-width:992px){
.center-align{
	display:flex;
    align-items:center;
    justify-content:center;
}
}
@media (max-width:992px){
.foreign {
    padding: 30px;
	min-height:800px;
}
}
.foreign h3{
    color: #fff;
	font-size: 20px;
    line-height: 24px;
    font-weight: 100;
    letter-spacing: 2px;
	margin-top: 50px;
    display: inline-block;
	margin-bottom: 30px;
}
.foreign span{
	color: #fff;
    font-size:20px;
    line-height: 22px;
    font-weight: 100;
    letter-spacing: 2px;
    position: relative;
	padding: 0 10px;
}
.foreign .fas{
	border-radius:100%;
	font-size:24px;
	padding:5px 2px;
	width:40px;
	height:40px;
	padding-top: 8px;
    position: relative;
    margin: 10px 0;
}
.foreign h3:before,.row.row-h3 h3:before{
    height: 1px;
    background-color: #999;
    position: absolute;
    content: "";
    width: 10%;
    margin-left: -12%;
    margin-top: 20px;
}
.foreign h3:after,.row.row-h3  h3:after{
    height: 1px;
    background-color: #999;
    position: absolute;
    content: "";
    width:10%;
    margin-left:2%;
    margin-top: 20px;
}
.golden-box{
	width:100%;
	padding:0;
	margin:0;
    align-items: stretch;
    display: inline-flex;
}
@media (max-width:767px){
.golden-box{
    display: block;
}
}
.gobox{
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
    margin-bottom: 15px;
    background-position: left bottom;
}
@media (min-width:768px){
.gobox{
    width: 32%;
    margin-right: 1%;
}
.center-align {
    display:flex;
    align-items:center;
    justify-content:center;
}
}
.gbox-1{
	background-image: url(../images/item-1.jpg);
    background-color: #f3ece6;
}
.gbox-2{
	background-image: url(../images/item-2.jpg);
    background-color: #f7f3f2;
}
.gbox-3{
	background-image: url(../images/item-3.jpg);
    background-color: #e5e6e8;
    background-position: left bottom;
}
.gbox-4{
	background-image: url(../images/item-4.jpg);
    background-color: #e5e6e8;
    background-position: left bottom;
}
.gbox-5{
	background-image: url(../images/item-5.jpg);
    background-color: #e5e6e8;
    background-position: right bottom;
}
a.black-one {
    background-color: #000;
    color: #fff;
    padding: 10px 40px;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    width: 200px;
    margin: auto;
    letter-spacing: 2px;
}
a.black-one:hover{
	background-color: #333;
}
.right-ab {
    margin: 20px;
    padding: 20px;
    padding-bottom: 150px;
}
@media (max-width:1024px) and (min-width:769px){
.right-ab {
    padding-bottom: 0;
}
}
.gobox h5 {
    background-color: #000;
    padding: 20px;
    color: #fff;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.right-ab ul li{
	text-align: left;
	font-size: 14px;
	font-weight: 100;
	margin-bottom: 5px;
	color: #000;
	list-style-position: outside;
	list-style-type: disc;
	letter-spacing: 2px;
}
.right-ab ul {
	padding:0;
	margin: 0 10px;
}
.row-bot{
	text-align:center;
	margin:auto;
	margin-top: 30px;
}
/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0;
  margin-top: 0;
}
a.thumbnail {
    min-height: 150px;
    background-size: cover;
    border-radius: 0;
    border: none;
    max-width: 100%;
    margin-top: 50px;
	background-position: center center;
}
.thumbnail {
    min-height: 150px;
    background-size: cover;
    border-radius: 0;
    border: none;
    margin-right: 10px;
	max-width:30%;
	background-position: center center;
}
@media (min-width:1024px){
.thumbnail {
    padding: 4px;
	max-width:30%;
    margin-right: 10px;
}
}
@media (min-width:992px){
.thumbnail {
    padding: 4px;
	max-width:30%;
    margin-right: 10px;
}
}
@media (max-width:600px){
.thumbnail {
	max-width:100%;
    margin-right: 0;
}
}
.item h6{
	font-size:18px;
    float: right;
}
.item h5{
	float:left;
	font-weight:100;
}
.item span{
	display:block;
}
.item-sample {
    margin-bottom: 0;
}
.item-sample h5:before{
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  height: 40px;
  width : 40px;
  margin-top: 30px;
  font-family: "Font Awesome 5 Free";
  font-size:100px;
  color:#fff;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  height: 40px;
  width : 40px;
  margin-top: 30px;
  font-size:100px;
  font-family: "Font Awesome 5 Free";
  color:#fff;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}
a.black-one.black-purple{
	background-color: #66C;
}
a.black-one.black-purple:hover {
	background-color: #4B4BC2;
}
/* End carousel */

/* footer */
.footer {
	position: static;
    width: 100%;
    bottom: 0;
	margin-top:50px;
}
.footer-menu{
	margin:auto;
    text-align: center;
}
.footer-menu ul{
}
.footer-menu li{
	float: left;
	list-style-image: none;
	list-style-type: disc;
}
.footer-menu ul li a{
	color:#333;
	font-size:15px;
	text-decoration:none;
	margin-right:2em;
}
.footer-menu ul li a:hover{
	color:green;
}
.footer-list{
	background-color:#fff;
	border-top:1px solid #f2f2f5;
    padding: 30px 20px 10px 20px;
}
.footer-tilte{
	padding:20px 0;
}
.footer-tilte h4 {
    border-bottom: 3px solid #eee;
    padding-bottom: 10px;
}
.footer-list p {
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
}
.footer-list .fas {
    float: left;
    width: 20px;
    font-size: 18px;
}
.footer-list span {
    display: flex;
    padding-left: 0;
    text-align: left;
    line-height: 20px;
    margin-bottom: 5px;
	letter-spacing:1px;
}
.footer-list span {
	text-decoration:none;
}
.copyright {
    text-align: center;
    background-color: #000;
    padding: 15px 0;
    color: #fff;
}
.copyright span {
    text-align: centger;
    display: block;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
span.tel a{
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    line-height: 24px;
    font-weight: lighter;
    letter-spacing: 0.5px;
    color: green;
}
span.tel {
	display:block;
	cursor:pointer;
	text-decoration:none;
}
span.tel:hover{
	text-decortaion:none;
}
.map{
	border:1px solid #eee;
	outline:1px solid #fff;
	margin:0;
	padding:0;
}
.map iframe{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.footer-tilte .fas {
    padding-right: 10px;
	float: left;
    width: 20px;
    font-size: 18px;
}
@media (min-width:1024px){
.about32 {
    min-height:210px;
}
}
@media (max-width:1024px){
.map-big {
    width: 45%;
    margin: 20px 0 40px 20px;
}
}
@media (min-width:768px){
.footer-tilte{
	padding:0 20px 40px 0;
}
.map{
	margin-right:1%;
	width:15%;
}
.map-big {
    width: 30%;
    margin: 20px 0 40px 20px;
}
}
@media (max-width:768px){
.map-big {
    width: 45%;
    margin: 40px 0 40px 20px;
}
}
@media (max-width:600px){
.footer-tilte{
	padding:20px;
}
.footer-menu li {
    display: block;
    background-color: #f3f3f3;
    border-top: 1px solid #fff;
    list-style: none;
    float: none;
    padding: 10px 0;
}
.map{
	margin:10px;
	width:95%;
}
.footer > div{
	padding:10px 0;
}
.footer-menu ul {
    padding: 0;
}
.footer-menu ul li a { 
	font-size:18px;
    margin-right: 0;
}
.row-footer{
    padding: 20px 20px 0 20px;
}
}
@media (max-height:600px){
.map-big {
    width: 95%;
    margin: 0;
}
}
ul.social.social-footer{
	float:none;
	margin:auto;
	display:flex;
    align-items:center;
    justify-content:center;
	margin-top: 15px;
}
/*內頁slider*/
.slider-all{
	min-height:400px;
}
.slider-01{
	background-image: url(../images/slider/slidea-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.slider-02{
	background-image: url(../images/slider/slidea-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.slider-03{
	background-image: url(../images/slider/slidea-3.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size:cover;
}
.slider-04{
	background-image: url(../images/slider/slidea-4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.slider-05{
	background-image: url(../images/slider/slidea-5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.slider-0 h1{
	font-weight: bold;
    color: #063;
    font-size: 44px;
    letter-spacing: 3px;
	text-shadow: #FFF 0.05em 0.08em 0.1em;
}
@media (max-width:600px){
.slider-0 h1{
    margin-left: 5%;
    text-align: center;
	font-size: 32px;
    line-height: 40px;
	}
}
.slider-0 h5{
    font-weight: 100;
    letter-spacing: 2px;
    font-size: 20px;
    color: #FFF;
	text-shadow: black 0.1em 0.08em 0.1em;
}
.slider-0 h5::before {
    content: "▌";
    color: rgb(51, 153, 102);
    font-size: 20px;
    margin-left: 5px;
}
.breadcrumb {
    background:none;
	letter-spacing:1px;
}
.breadcrumb>.active {
    color: green;
}
.breadcrumb>li > a{
    color: #777;
}
.breadcrumb>li+li:before {
    margin: 0 10px 0 5px;
    color: #ccc;
    content: "";
    background-color: #585858;
    width: 2px;
    height: 8px;
    padding: 0 2px;
}
.slider-0 {
    padding: 5% 0 0 40%;
}
@media (max-width:990px){
.slider-0 {
    padding: 22% 0 0 10%;
}
}
@media (max-width:768px){
.slider-0 {
    padding: 40% 0 0 10%;
}
}
@media (max-width:581px){
.slider-0 {
    padding: 60% 0 0 2%;
}
.slider-0 h1{ font-size:1.55em;}
}
/*contact*/

input,select,textarea {
    padding: 15px 10px;
    margin: 10px auto;
    background: #f1f1f1;
	border:none;
}
input,textarea,select {
    width: 100%;
}
.f01 {
	/*
    -moz-column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-count: 3;
    -webkit-column-gap: 1em;
    column-count: 3;
    column-gap: 1em;*/
}
.f02{ padding:0 1%;}
.f03 img{
	margin:auto;
}
.f03 {
    margin: auto;
    text-align: center;
}
.heading h5{
	font-size:18px;
	margin-top: 10px;
	letter-spacing:2px;
	color:#008000;
	font-weight:100;
}
span.time{
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	line-height: 30px;
	color: #9C0;
	font-weight: lighter;
	letter-spacing: 2px;
}
.title-contact .fas {
	line-height:30px;
	float: left;
}
/*env&movie*/
.section-8{
	padding:0;
	margin:0;
	background:#000;
}
.section-8 h3{
	color:#fff;
}
.section-8 p{
	color:#FFC;
}
.divhover {
  position: relative;
  padding:0;
  margin:0;
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
 	cursor:pointer;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.divhover:hover .image {
  opacity: 0.8;
 -webkit-filter:brightness(.5);
}
.divhover:hover .middle {
  opacity: 1;
	cursor:pointer;  
}

.text {
	background-color: #008000;
	color: white;
	font-size: 16px;
	padding: 16px 32px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	font-size:16px;
	letter-spacing:2px;
}
.section7{
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url(../images/movie-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	padding:50px 20%;
}
.section7{
}
.movie{
	position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}
.section7 iframe{
	border: 1px solid #999;
	min-width:600px;
	min-height:400px;
}
@media (max-width:768px){
.section7 iframe{
	min-width: 250px;
	height:auto;
}
}
.section7 h3.title{
	color:#fff;
}
.section7 .heading:before {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
    margin-left: -25px;
}
.section7 p {
	line-height: 26px;
	color: #960;
}
.slider-0.slider-b:before {
    content: "";
    background-color: #fff;
    opacity: 0.8;
    position: absolute;
    top: 20%;
    left: 5%;
    z-index: 0;
    width: 40%;
    height: 150px;
}
@media (min-width:768px){
.slider-0.slider-b:before {
    top: 10%;
    left: 3%;
    width: 80%;
    height: 150px;
}
}
@media (min-width:1024px){
.slider-0.slider-b:before {
    top: 10%;
    left: 5%;
    width: 30%;
    height: 150px;
}
}
@media (max-height: 768px){
.slider-0.slider-b:before {
    max-height: 150px;
    left: 38%;
    width: 60%;
    top: 9%;
}
}
@media (max-width:767px){
.slider-0.slider-b:before {
    height: 80px;
    left: 5%;
    width: 90%;
    opacity: 0.85;
    top: 8.5%;
}
}
@media (min-width: 1025px) and (max-width:1366px){
.slider-0.slider-b:before {
    left: 38%;
    width: 50%;
    height: 150px;
    top: 8%;
}
}
@media (min-height:421px) and  (max-height:600px){
.slider-0.slider-b:before {
    height: 80px;
    width: 92%;
    left: 8%;
    top: 8.5%;
}
}
@media (max-height:420px){
.slider-0.slider-b:before {
    height: 80px;
    width: 92%;
    left: 8%;
    top: 10.5%;
}
}
.slider-0.slider-a{
	z-index:1;
}
/*project*/
.box h3.title{
	color:#fff;
}
.box p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 34px;
    padding: 0 30px;
	display:block;
	margin-bottom:20px;
}
@media (max-width:768px){
.box p { 
    padding:0;
}
.container {
    padding-right: 0;
    padding-left: 0;
}
.greenbox-inside .row {
    padding: 0;
}
.greenbox-inside > .row > div{
	padding:0;
}
}
@media (max-width:600px){
.container {
    padding-right: 15px;
    padding-left: 15px;
}
}
.box span{
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 28px;
	display:block;
    margin-bottom: 20px;
}
div.section.article.section-01 >.box.box-black > div > div.heading:before,div.section.article.section-02 >.box.box-black > div > div.heading:before,div.section.article.section-04 >.box.box-black > div > div.heading:before,div.section.article.section-05 >.box.box-black > div > div.heading:before,div.heading:before,div.section.article.section-03a >.box.box-black > div > div.heading:before {
    border-bottom: solid 4px #90c926;
}{
    border-bottom: solid 4px #90c926;
}
.greenbox-inside {
    margin: 0;
    left: 0;
    position: relative;
    padding:0;
}
.greenbox-inside img{
	padding:0;
    max-width: 100%;
    right: 20px;
    float: left;
	margin:10px;
}
.greenbox-inside h4{
	font-size:24px;
	color:#90c926;
	font-weight:400;
	letter-spacing:2px;
	margin-top: 30px;
	line-height:32px;
}
.greenbox-inside ul{
	margin:0;
    padding: 0 20px 20px 20px;
}
.box-1 .heading p {
	color: #9dbd61;
}
.box-1 li {
	color: #fff;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 28px;
	list-style-type: decimal;
	list-style-position: outside;
}
@media (max-width:768px){
.greenbox-inside img{
	padding:0;
}
.box-1 p {
	padding:30px 0;
}
}
.section-01{
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)),url(../images/bg/probg-01.jpg);
	padding-bottom: 50px;
}
.section-02{
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)),url(../images/bg/probg-02.jpg);
}
.section-03{
	background:#8a6d3b;
    padding-bottom: 100px;
}
.heading p {
    font-size: 14px;
    letter-spacing: 1px;
}
ul.drs {
    padding: 0;
    margin: 0;
}
ul.drs li{
	color: #FFF;
	list-style-position: outside;
	list-style-type: disc;
	font-size: 15px;
	font-weight: 100;
	letter-spacing:2px;
	line-height:24px;
}
.drs-img img{
	max-width:100%;
	margin-bottom: 30px;
}
.rs-word{
}
.box.box-black {
	min-height:0;
	padding-bottom: 50px;
}
.section-04{
	background-color:#000;
	border-top: 1px solid #777;
}
.section-05{
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)),url(../images/env/a01.jpg);
	border-top: 1px solid #777;
}
.section-06{
	background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255,255, 0.3)),url(../images/bg/probg-09.jpg);
	background-position: left top;
}
.section-06 h3.title,.section-06 p,.section-06 span{
	color:#000;
}
@media (min-width:1024px){
.section-06{
	min-height: 750px;
}
}
@media (max-width:768px){
.greenbox-inside {
    padding: 10px 0;
}
.box.box-black{
	padding:0 0 50px 0;
}
.section-06 h3.title {
    color: #000;
    font-size: 22px;
}
.box p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 22px;
}
}
@media (max-width:600px){
.section-06 {
    min-height:1000px;
    display: block;
}
}
div.section.article.section-06 >.box.box-black > div > div.heading:before {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FF6699;
}
div.section.article.section-07 >.box.box-black > div > div.heading:before {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
}
.section-07{
	background-image: linear-gradient(rgba(0, 0 ,0 , 0.4), rgba(0, 0 ,0 , 0.3)),url(../images/bg/probg-07.jpg);
    min-height: 1000px;
}
.black-boxborder{
	background: rgba(0,0,0,0.7);
    margin: 50px;
    padding: 50px;
    position: absolute;
}
i.far.fa-circle {
    font-size: 50px;
    color: #0F6;
}
i.fas.fa-times{
	font-size: 50px;
	color: #C00;
}
.greenbox-inside h5 {
    font-size: 16px;
    font-weight: 100;
    color: goldenrod;
}
.yes{
	margin:0 0 20px 0;
    text-align: center;
    border: 1px dotted #eee;
    padding:20px 0 0 0;
    background-color:rgba(0, 0, 0, 0.8);
    right: 5%;
}
.yes h5{
    color: #bff9bf;
    margin-top: 10px;
}
.yes h5::before{
	display: none;
}
.yes p{
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #8ba98b;
}
.no{
	margin: 0;
	text-align: center;
	border: 1px dotted #eee;
	padding: 20px 0 0 0;
    background-color:rgba(0, 0, 0, 0.8);
}
.no h5{
	color: #FF99CC;
	margin-top: 10px;
}
.no p{
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #a98b8b;
}
.no h5::before{
	display: none;
}
.no h5:before{
	content:"none;"
}
@media (max-width:768px){
.black-boxborder {
    margin: 20px;
    padding: 20px;
}
.yes{
    right: 0;
}
.section-07{
    min-height: 1230px;
}
}
@media (max-height: 600px){
.container {
    padding-right: 15px;
    padding-left: 15px;
}
}
.greenboxa img,.box.box-black img{
	border: 1px solid #000;
    outline: 3px solid #999;
	max-width:100%;
	padding:0;
    right: 10px;
    bottom: 10px;
	margin-bottom:20px;
}
@media (max-width: 992px){
.greenboxa img,.box.box-black img{
	margin:20px 0;
	right:0;
	bottom:0;
}
}
.greenbox-inside .row {
    padding: 10px 0;
}
.green-inaa img{
	border: 1px solid #000;
    outline: 3px solid #90c926;
}
.two-in ol {
    margin: 10px 0 10px 1.5em;
    padding: 0;
}
.two-in ol li{
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	list-style-type: decimal;
	list-style-position: outside;
	letter-spacing:2px;
}
.section-03a{
	background-image: linear-gradient(rgba(0, 0 ,0 , 0.4), rgba(0, 0 ,0 , 0.3)),url(../images/bg/probg-08.jpg);
	background-size:cover;
    background-attachment: fixed;
}
.section-02a{
    background: #8a6d3b;
    padding-bottom: 100px;
}
.greenbox-inside h5:before{
	content:"▎";
    font-size: 16px;
    font-weight: 100;
    color: goldenrod;
}
div.section.article.section-02a >.box.box-black > div > div.heading:before {
    border-bottom: solid 4px goldenrod;
}
.section-05a{
	background-image: linear-gradient(rgba(0, 0 ,0 , 0.4), rgba(0, 0 ,0 , 0.3)),url(../images/env/a03.jpg);
	background-size:cover;
    background-attachment: fixed;
}
.section-06a {
    background-image: linear-gradient(rgba(255, 255,0255 , 0.8), rgba(255, 255 ,255 , 0.8)),url(../images/bg/probg-010.jpg);
    background-size: cover;
    background-attachment: fixed;
    min-height: 1000px;
}
.four-in {
}
.four-in h4 {
    font-size: 16px;
    font-weight: 100;
    color:#90c926;
}
.four-in ul li {
	color: #fff;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 28px;
	list-style-type: disc;
	list-style-position: outside;
}
.section0 {
    padding-bottom: 50px;
}
.slider-text{
	right: 40%;
	bottom: 50px;
	width: 200px;
	height: 50px;
	z-index: 0;
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	text-align: left;
	padding: 20px 30px;
	background:rgba(0,70,0,0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 2px;
	position: absolute;
}
/*share*/
span.sample-more{
	float: left;
    width: 100%;
    height: 4.2em;
    margin: 10px 0 30px 0;
    font-size: 1em;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	line-height:1.4em;
	letter-spacing:1px;
}
span.sample-more-ver{
	display:block;
}
.pagination>li>a, .pagination>li>span {
    border-top: none;
    color: #93c;
	font-family: 'Montserrat', sans-serif;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-left: none;
	border-radius:0;
}
.pagination>li:first-child>a:before{
	content:"\f104";
	color:#ddd;
	font-size:14px;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    margin-right: 10px;
}
.pagination>li:last-child>a:after{
    content: "\f105";
	color:#ddd;
	font-size:14px;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    margin-left: 10px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-right:none;
	border-radius:0;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 2;
	color: #000;
	background-color: #fff;
	border-color: #ddd;
}
.page-bottom{
	margin-top:80px;
}
/*doctor*/
.doctor{
	margin:50px 0;
}
.doctor img{
	max-width:100%;
}
.doctor h3{
	font-size:24px;
	color:#666;
	line-height:32px;
    margin-top: 15px;
}
.doctor h2{
	font-size: 28px;
	color: #BD9359;
	line-height: 36px;
    margin-left: 20px;
}
.doctor h3:before{
	content:"[";
	color:#CCC;
	padding-right:10px;
}
.doctor h3:after{
	content:"]";
	color:#CCC;
	padding-left:10px;
}
.doctor ul {
    padding: 0 20px;
}
.doctor ul li{
	font-size:16px;
	line-height:30px;
	letter-spacing:1px;
}
.doctor .row{
	margin:20px 0;
}
.doctor hr{
	border-top: 1px dotted #999;
}
.two-in {
    margin-bottom: 100px;
}
.his-pic {
    padding: 0;
	text-align:center;
	margin-bottom:50px;
}
.his-pic img{
	max-width:100%;
	padding:0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.his-pic span{
	font-size:18px;
	line-height:26px;
	color:#666;
	text-align:center;
	letter-spacing:3px;
	padding:10px 0;
}
h4.title-one {
	font-size: 20px;
	color: #987AB4;
	font-weight: 100;
	letter-spacing: 2px;
    padding-bottom: 10px;
}
.about-his{
	min-height:auto;
}
.fre-pic{
	background-image: url(../images/env/price-area-L_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height:200px;
}
.fre-span{
	padding:18px;
	font-size:22px;
	font-weight:600;
	line-height:30px;
	color: #987AB4;
	text-align:left;
	position:absolute;
    padding: 30px 50px;
}
.fre-span{
	background-color: rgba(0, 0, 0, .8);
	margin-top:20px;
}
@media (min-width:992px){
.fre-span{
    width: 30%;
    margin-left: 70%;
}
}
@media (max-width:990px){
.fre-span{
	width:92%;
	margin-left:0;
}
}
div.section.about-b > .heading{
	margin:35px 0;
}
.box.box-black h4{
	color:#fff;
	font-weight:400;
	letter-spacing:2px;
	font-size: 22px;
}
.box.box-black h5{
	color:#fff;
	font-weight:400;
	letter-spacing:2px;
	font-size:20px;
}
.box.box-black h6{
	font-size:18px;
	letter-spacing:2px;
	line-height:32px;
	color:#fff;
	font-weight:200;
}


.new-history{ float:left; width:100%; margin:0 0 50px; padding:80px 3%;}
	.new-history-box-img{ float:left; width:70%;}
		.new-history-box-img p{ float:left; width:calc(50% - 4px); margin:2px;}
			.new-history-box-img p img{ width:100%;}
	.new-history-box-text{ float:left; width:45%; margin:9% 0 0 -15%; padding:0 20px 0; background-color:rgba(0, 0, 0, 0.8); color:#FFF;}
		.new-history-box-text-title{ float:left; width:90%;}
			.new-history-box-text-title h3{ color:#FFF;}
		.new-history-box-text hr{ float:left; width:45px; margin:0; border:2px #AAA solid;}
		.new-history-box-text span{ float:left; width:90%; padding:20px 0 50px; font-size:1.2em;}
@media (max-width:1024px){
	.new-history-box-img{ float:left; width:80%;}
	.new-history-box-text{ float:left; width:45%; margin:8% 0 0 -25%;}
}
@media (max-width:769px){
	.new-history-box-img{ float:left; width:100%;}
	.new-history-box-text{ float:left; width:60%; margin:8% 0 0 -80%;}
}
@media (max-width:568px){
	.new-history-box-img{ float:left; width:100%;}
	.new-history-box-text{ float:left; width:100%; margin:0;}
}


.contact-form-box{ float:left; width:31.3%; margin:5px 1%;}	
@media (max-width:769px){.contact-form-box{ float:left; width:98%; margin:5px 1%;}}

.section4{
	color: #fff;
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),url(../images/bg/probg-02.jpg);
    padding: 30px;
    margin: 0;
}
.section4 h3.title, .section4 p{
	color:#fff;
}
.whychoose-box{
	float:left; width:112%; margin:5% 0 5% -6%; padding:3% 5%;background: url(../images/bg/padded.png) repeat; text-align:center;
}
	.whychoose-box .heading{ color:#FFF; padding:0 0 50px;}
	.whychoose-box .heading .title{ font-size:2.2em;}
	.whychoose-box p{ float:left; width:100%; margin:20px 0; font-size:0.65em; letter-spacing:2px; color:#FFF;}
@media (max-width:568px){
	.whychoose-box .heading .title{ font-size:1.5em;}
	.whychoose-box p{ margin:15px 0; font-size:0.6em; letter-spacing:1px;}
}


.phbrstyle{ display:none;}

.global_d-form{ width:90%; margin:20px 5%; font-size:1.2em; background-color:rgba(255, 255, 255, 1);}
	.global_d-form div:nth-of-type(2n){  background-color:rgba(218, 218, 218, 1);}
		.global_d-form-row{width:100%; display:flex; align-items:stretch; align-content:center;}
			.global_d-form-row span, .global_d-form-row p{ float:left; padding:10px 2%; border-right:1px #EEE solid; color:#212121; letter-spacing:0; line-height:26px; word-wrap: break-word !important;}
			.global_d-form-row span{ width:33.333%; margin:0;}
			.global_d-form-row p{width:calc(66.666% + 1px); margin:0 0 0 -1px; border-left:1px #EEE solid; text-align:right;}

@media (max-width:769px){
	.phbrstyle{ display: inline;}
	.global_d-form-row span, .global_d-form-row p{line-height:18px;}
}
@media (max-width:569px){
	.global_d-form-row p{text-align:left;}
}
@media (max-width:481px){
	.global_d-form{ width:99%; margin:20px 0.5%;}
	.global_d-form-row span, .global_d-form-row p{ padding:8px 1%; font-size:14px;}
}

.footer-textstatement{ width:98%; margin:20px 1% -3px; font-size:0.85em; letter-spacing:1px; line-height:1.25em; color:#666; text-align:center;}
@media (max-width:560px){
	.footer-textstatement{ width:96%; margin:10px 2% -3px; font-size:0.75em; letter-spacing:0; line-height:1.5em; color:#666; text-align:left;}
}