
@import url("../fonts/flaticon/flaticon.css");
@import url("revise.css");
@import url("header.css");
@import url("footer.css");
@import url("banner.css");


/*========================================================
                      	 標題設定
=========================================================*/

.s-header {
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
}

/*.h2-title {
    display: inline-block;
    font-size: 2rem;
    color: #000;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-weight: bold;
}
.h2-title:after {
    position: absolute;
    left: -20%;
    bottom: 0;
    height: 50%;
    width: 140%;
    background: #adadad;
    opacity: 0.3;
    content: "";
    z-index: -1;
}*/
.h2-title {
    color: #958148;
	margin: 0 0 20px 0;
	font-size: 32px;
	position: relative;
	font-weight: bold;
}
.h2-title:after {
    content: '';
	display: block;
	width: 40px;
	height: 4px;
	background-color: #958148;
	margin-top: 6px;
}
.h3-title {
	padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ccc;
    color: #555;
}

/*========================================================
                      	 內頁框架
=========================================================*/

.content-wrap {
    background: url("../img/case-bg.jpg")no-repeat right top fixed;
    background-size: cover;
    position: relative;
    color: #555;
    padding-top: 80px;
    padding-bottom: 80px;
    height: 100%;
}
/*========================================================
                         回目錄頁
=========================================================*/
.btn-back{
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    color: #fff;
    background-color: #0253a8;
    border: 1px solid #2f84cd;
    position: relative;
    transition: all .3s linear;
	float:right;
	margin: 20px 0;
}
.btn-back > a{
    position: relative;
    z-index: 1;
	color: #fff;
	padding: 10px 30px;
}
.btn-back::before{
    content: "";
    width: 0%;
    height: 100%;
    display: block;
    background-color: #2f84cd;
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
    transition: all .3s ease;
}
.btn-back:hover{
    color: #fff;
}
.btn-back:hover::before{
    width: 100%;
    height: 100%;
    opacity: 1;
}
/*========================================================
                      	 選單
=========================================================*/

.navsub {
	display: none;
	
}

.navsub-list {
	margin-right: 30px;
	padding-bottom: 5px;
}

.navsub-list h2  {
	background: #2e6fc1;
    background: -moz-linear-gradient(top, #2e6fc1 0%, #01083f 100%);
    background: -webkit-linear-gradient(top, #2e6fc1 0%,#01083f 100%);
    background: linear-gradient(to bottom, #2e6fc1 0%,#01083f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e6fc1', endColorstr='#01083f',GradientType=0 );
    color: #fff;
	font-size: 24px;
	padding: 12px 10px;
	margin: 0 0 10px 0;
}
.navsub-list ul {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
.navsub-list ul li {
	border-bottom: 1px solid #ccc;
}
.navsub-list ul li a {
	display: block;
	padding: 10px;
	color: #333;
	font-size: 16px;
	margin: 0 0 10px 0;
}
.navsub-list ul li a:hover {
	color: #fff;
	background-color: #7b9ad2;
}

.navsub-select {
	margin-left: 15px;
	margin-right: 15px;
    margin-bottom: 30px;
    width: 100%;
	}
.navsub-select h2 {
	text-align: center;
	}
.navsub-select .form-control {
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.navsub {
		display: block;
	}
	.navsub-select {
		display: none;
	}

}
@media (min-width: 1600px) {

	.navsub-list ul li a {
	font-size: 18px;
}
}

/* 標題 */
.main-top {
    padding-top: 40px;
    text-align: center!important;
    position: relative;
}
.main-top .btn.inqu{
  position: absolute;
  right: 0;
  bottom: 0;
}
.main-title {
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    padding-bottom: 60px;
}
.main-title span{
  position: relative;
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
}
.main-title span:before{
  content: '';
  display: inline-block;
  background: url(../img/main_title_deco.png) no-repeat;
  width: 22px;
  height: 9px;
  position: relative;
  top:-2px;
  margin-right: 7px;
}

.main-title span:after{
  content: '';
  display: inline-block;
  background: url(../img/main_title_deco_2.png) no-repeat;
  width: 22px;
  height: 9px;
  position: relative;
  top:-2px;
  margin-right: 7px;
}
.main-title span:after{
  margin-right: 0;
  margin-left: 7px;
}
.main-title strong{
  display: block;
  font-family: 'Hind', sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: #004a9c;
  background: -webkit-linear-gradient(#006adf, #004a9c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*-webkit-text-stroke:1px #2f84cd;*/
	color: transparent;
	padding-bottom: 10px;
}
.main-title strong::after{
  
}

/* 麵包屑 */

.breadcrumbs {
    text-align: center;
    color: #040404;
    box-sizing: border-box;
}
.breadcrumbs a {
	display: inline-block;
	color: #a2a2a2;
}
.breadcrumbs a:hover{
	color: #0055b2;
}
.breadcrumbs a.home i {
    display: inline-block;
    margin-right: 3px;
    color: #a2a2a2;
}

.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #a2a2a2;
	font-size: 1.4rem;
	font-weight: bold;
}


.sub-title {
    position: relative;
    text-align: left;
    font-size: 24px;
    color: #444;
    margin-bottom: 5px;

}
.breadcrumb_2 {
    padding: 4px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
	color: #b9b9b9;
}
.breadcrumb_2 > li {
    display: inline-block;
}
.breadcrumb_2 > li a {
	color: #b9b9b9;
}
.breadcrumb_2 > li a:hover{
	color: #456aad;
}
.product-list h2{
	padding: 4px 15px;
    margin-bottom: 20px;
    list-style: none;
     background-color: #f5f5f5; 
    border-radius: 4px;
	
	}

.c-decoration-header__dots {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c-decoration-header__dots span:nth-child(1){-webkit-animation-delay:.1s;animation-delay:.1s}
.c-decoration-header__dots span:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}
.c-decoration-header__dots span:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}
.c-decoration-header__dots span:nth-child(4){-webkit-animation-delay:.4s;animation-delay:.4s}
.c-decoration-header__dots span:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}
.c-decoration-header__dots span:nth-child(6){-webkit-animation-delay:.6s;animation-delay:.6s}
.c-decoration-header__dots span:not(:last-child) {
    margin: 0 0 0.5rem;
}
.c-decoration-header__dots span {
    display: block;
    width: 5px;
    height: 5px;
    background: #2e6fc1;
    background: -moz-linear-gradient(left, #2e6fc1 0%, #01083f 100%);
    background: -webkit-linear-gradient(left, #2e6fc1 0%,#01083f 100%);
    background: linear-gradient(to right, #2e6fc1 0%,#01083f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e6fc1', endColorstr='#01083f',GradientType=1 );
    border-radius: 50%;
    -webkit-animation: flashing 1.5s infinite;
    animation: flashing 1.5s infinite;
}

@-webkit-keyframes flashing{
	0%{opacity:1}50%{opacity:0}100%{opacity:1}
}
@keyframes flashing{
	0%{opacity:1}50%{opacity:0}100%{opacity:1}
}
/*========================================================
                      	 關於我們
=========================================================*/
.about_block1{
	background: url("../img/about_block1_bg.jpg")no-repeat right top fixed;
	background-size: cover;
    position: relative;
    color: #555;
    padding-top: 80px;
    padding-bottom: 80px;
    height: 100%;
}

.about-main{
	background-image: url(../img/about_item_font01.png);
    background-repeat: no-repeat;
    background-position: 46px 174px;
    background-size: auto 8%;
}

.about_title{
	font-size: 40px;
    font-weight: bold;
	color: #33478c;
}

.about_title samp{
	display: block;
    margin: 15px 0;
    font-size: 38px;
    font-weight: bold;
    color: #373737;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}
.about_block1 p{
	line-height: 1.93;
	padding: 10px 0;
}
.title_line {
    width: 300px;
    height: 2px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e6fc1+0,01083f+100 */
	background: #2e6fc1; /* Old browsers */
	background: -moz-linear-gradient(left,  #2e6fc1 0%, #01083f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #2e6fc1 0%,#01083f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #2e6fc1 0%,#01083f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e6fc1', endColorstr='#01083f',GradientType=1 ); /* IE6-9 */
    margin: 20px 0;
}
.title_line_cont {
    width: 300px;
    height: 2px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e6fc1+0,01083f+100 */
	background: #2e6fc1; /* Old browsers */
	background: -moz-linear-gradient(left,  #2e6fc1 0%, #01083f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #2e6fc1 0%,#01083f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #2e6fc1 0%,#01083f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e6fc1', endColorstr='#01083f',GradientType=1 ); /* IE6-9 */
    margin: 20px auto;
}

@media (min-width: 991px) {
	.about_block1 p{
		line-height: 1.93;
		/*padding: 10px 150px 0 0;*/
	}
	.about_title samp{
		font-size: 54px;
	}
	.about-main{
		background-position: 86px 264px;
		background-size: auto 13%;
	}
}

.about_block2{
	background: url("../img/about_block2_bg.jpg");
	background-size: cover;
    position: relative;
    color: #555;
    /*padding-top: 60px;
    padding-bottom: 60px;*/
    height: 100%;
	text-align: center;
}

.about_text_2{
	/*background-color: #f9f9f99c;
    box-shadow: 0 0 30px rgb(0 0 0 / 6%);*/
    padding-top: 50px;
    padding-bottom: 50px;
}


.top_line {
    position: absolute;
    left: 0;
    bottom: 260px;
    width:100%;
    height: 100%;
    z-index: 9;
}

.about_block2 .top_line::before {
    content: "";
    display: block;
    background: url(../img/about_block2_line.png) left center repeat-x;
    background-size: 2000px 60%;
    position: absolute;
    bottom: -81%;
    left: 0;
    width: 100%;
    height: 100%;
    animation: _top_line 25s linear infinite;

}

@keyframes _top_line {
    0% {
        background-position: -2000px center
    }
    100% {
        background-position: 0 center
    }
}


@media (min-width: 992px){
	.about_block2 h1:not(.-br) br,.about_block3 h1:not(.-br) br {
		display: none;
	}
}


.about_block3{
	background: url("../img/about_block3_bg.jpg")no-repeat right top;
	background-size: cover;
    position: relative;
    color: #555;
    padding-top: 80px;
    padding-bottom: 80px;
    height: 100%;
	
}
.top_font{
	text-align: center;
}
.about_top{
	padding-top: 20px;
}
.about_block3 img {
	width: 100%;
	vertical-align: bottom;
}
.about_block3 dl {
	width: 100%;
	padding: 10px;
}
.about_block3 dl dt {
	position: relative;
}
.about_block3 dl dt h3 {
	position: absolute;
	left: 3%;
	bottom: 10px;
	z-index: 9;
	display: inline-block;
	width: 94%;
	margin: 0 auto;
	padding: 10px;
	background-color: rgba(255,255,255,0.9);
	color: #083157;
	font-size: 20px;
	
}
.about_block3 dl dd {
	margin-top: 20px;
}
.about_block3 dl dd ul{
	padding: 0;
}
.about_block3 dl dd ul li{
	list-style-type:none;
}
.about_block3 dl dd li i {
	color: #0187d2;
	padding: 0 10px 0 0;
}

.about-main_3{
	background-image: url(../img/about_item_font03.png);
    background-repeat: no-repeat;
    background-position: right -17px bottom -10px;
    background-size: auto 90%;
}
@media (min-width: 991px) {
	.about-main_3{
		/*background-position: right 80px bottom -10px;*/
		background-position: right 220px bottom -10px;
		background-size: auto 101%;
	}
}
.about_block4{
	background-image: url(../img/about_map_bg.jpg);
    background-size: cover;
    position: relative;
    color: #555;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100%;
    text-align: center;
}
/*========================================================
                         最新消息
=========================================================*/
.news-title{
	font-size: 2.2rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    color: #d6a733;
}
.news-title span{
	color: #fff;
	display: block;
	
}
.news img {
    max-width: 100%;
    vertical-align: bottom;
}

.news-list{
	padding:10px 0px;
	margin-bottom:  60px;
}

.news-item {
    /*background-color: #fff;*/
    position: relative;
}
.news-item-img {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
	padding: 10px 0;
	outline:none;
}
.news-item-info {
    text-align: left;
    padding: 20px 0px;
    color: #000;
}

.news-item-info time{
    color: #2c5d97;
}
.news-item-info time i{
    padding: 0 10px 0 0;
}
.anews-item-title {
    font-weight: bold;
    font-size: 1.3rem;
    margin: 0;
}

.news-item .news-item-img a.readlink{
	margin: 0 0 20px;
	display: inline-block;
	position: relative;
	padding:5px 10px;
	font-size: 13px;
	color: #2c5d97;
	transition: 0.4s;
	text-decoration: none;
}
.news-item:hover .news-item-img a.readlink{
	color:#fff;
	transition: 0.2s 0.4s;
}

.news-item .news-item-img a.readlink:after{
	content: "";
	position: absolute;
	top: 0%;
	width:0;
	height: 100%;
	left: 0% ;
	z-index: 5;
	display: block;
	color: #004a9c;
	background: -webkit-linear-gradient(#006adf, #004a9c);
	transition: 0.4s 0.3s;
}
.news-item:hover .news-item-img a.readlink:after{
	width:100%;
	transition: 0.4s 0.3s;
}
.news-item .news-item-img a.readlink:before{
	content: "";
	position: absolute;
	top: 50%;
	width: 20px;
	height: 1px;
	color:#847260;
	right: calc(100% + 5px);
	display: block;
    background: -webkit-linear-gradient(#006adf, #004a9c);
	transition: 0.3s;
}
.news-item:hover .news-item-img a.readlink:before{
	width: 0px;
	transition: 0.3s;
}
.news-item .news-item-img a.readlink span{
	display: block;
	position: relative;
	z-index: 10;
}

.news-item .news-item-img:hover .pic img{
    transform:scale(1.2,1.2);
	outline:none;
}

.news-item .news-item-img .pic{
	overflow:hidden;
}
.news-item .news-item-img .pic img{
	transform:scale(1,1);
	transition: all 1s ease-out;
}


@media (min-width: 991px) {
	
	.news-list{
		padding:10px 30px;
		margin-bottom:  60px;
	}
}

/*========================================================
                   	最新消息內頁
=========================================================*/
.news-detail {
	/*padding-top: 60px;*/
	text-align: left;
    border-bottom: 2px dashed #b8c7ff;  
}
.news-detail img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.news-detail-title {
	text-align: left;
	margin: 0 0 20px 0;
	color: #33478c;
	font-weight: bold;
    font-size: 1.8rem;
}
.news-detail-content {
    margin-bottom: 40px;
}
.news-detail-link {
    border-top: 2px dashed #adadad;
    padding: 1rem;
    font-size: 0.9rem;
    background-color: #ededed;
}
.news-detail-link h4 {
    font-size: 1.1rem;
    font-weight: bold;
}
.news-detail-link a {
    display: inline-block;
    color: #717b67;
    text-decoration: underline;
    margin-left: 10px;
}
.news-detail-link a:hover {
    text-decoration: none;
}
/* 分類+外連 */
.news .news-detail-row {
    display: flex;
    font-size: 1rem;
    color: #63636b;
    margin: 0 2px 6px 2px;
}
.news .news-detail-row a {
    color: #63636b;
}
.news .news-detail-row a:hover {
    text-decoration: underline;
}
.news .news-detail-row {
    line-height: 24px;
    margin-bottom: 14px;
}
.news .news-detail-row .news-detail-sort {
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 0.8rem;
}
.news .news-detail-row .news-detail-date {
    color: #33478c;
    padding: 0 10px 0 0;
    border-radius: 3px;
    font-size: 1rem;
}
.news .news-detail-row .news-detail-date i {
    margin-right: 10px;
	color: #33478c;
}
.news-detail-link {
    border-top: 2px dashed #adadad;
    padding: 1rem;
    font-size: 0.9rem;
    background-color: #ededed78;
}
.news-detail-link h4 {
    font-size: 1.1rem;
    font-weight: bold;
}
.news-detail-link a {
    display: inline-block;
    color: #333;
    text-decoration: underline;
    margin-left: 10px;
}
.news-detail-link a:hover {
    text-decoration: none;
}

.news-wrap iframe, .news-item-info iframe {
    width: 100% !important;
    height: 300px !important;
    margin-top: 20px !important;
}
@media (min-width: 768px) {
    .news-wrap iframe, .news-item-info iframe {
        height: 420px !important;
    }
}
@media (min-width: 992px) {
    .news-wrap iframe, .news-item-info iframe {
        height: 520px !important;
    }
}
@media (min-width: 1200px) {
    .news-wrap iframe, .news-item-info iframe {
        height: 460px !important;
    }
}
@media (min-width: 1600px) {
    .news-wrap iframe, .news-item-info iframe {
        width: 70% !important;
        margin: 0 auto;
        height: 640px !important;
    }
}
@media (min-width: 1800px) {
    .news-wrap iframe, .news-item-info iframe {
        width: 85% !important;
    }
}

/*========================================================
                      	 產品介紹
=========================================================*/
.product img {
    max-width: 100%;
    vertical-align: bottom;
}

.product-item {
    position: relative;
}
.product-item-img {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #f0f4f8;
    overflow: hidden
}
.product-item-img:hover {
    color: #fff
}
.product-item-img:hover .product-item-mask {
    opacity: 1;
    visibility: visible
}
.product-item-img:hover .product-item-mask::after {
    height: 100%
}
.product-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.product-item-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: .625rem 1rem;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    font-size: 1rem;
    font-weight: 700;
    transition: all .3s
}
.product-item-mask::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 50px;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    transform: translateY(-50%);
    transition: all .3s
}
.product-item-mask span {
    position: relative;
    display: block;
    z-index: 2;
    border: 1px solid #fff;
    padding: 5px 30px;
}
.product-item-info {
    text-align: left;
    margin-bottom: 40px;
}
.product-item-title {
    background-color: #dedede;
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
    margin: 0;
    padding: 15px;
}

/*----內頁----*/


.Product-detail {
	margin-bottom: 20px;
	text-align: left;
}
.Product-detail .slider-for img,.Product-detail .slider-nav img {
	width: 100%;
	vertical-align: bottom;
	border: 7px solid #ededed;	
}
.Product-detail h3 {
	margin: 0 0 20px 0;
	color: #325490;
	font-weight: bold;
	font-size: 24px;
}
.slider-for > div {
	position: relative;
}
/*.slider-for > div a:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid #e0e0e0;
}*/
.slider-for > div img {
	width: 100%;
	vertical-align: bottom;
	border: 7px solid #ededed;
}
.slider-nav {
	margin-bottom: 20px;
}
.slider-nav .slick-slide {
	margin: 10px 5px 0 5px;
}

.Product-detail [class*="col-"] p {
	font-size: 16px;
	line-height: 32px;
}
.Product-detail [class*="col-"] ul.style1 {

}
.product_list{
    padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #ccc;
}
.product_list .title span b {
    font-weight: bold;
    display: block;
    font-size: 15px;
	color:#000;
}
.product_list .title {
    font-size: 22px;
    letter-spacing: 5px;
    text-align: center;
    padding: 30px 0 20px;
    line-height: 1.4;
    position: relative;
	font-weight: bold;
}
.product_list .title span {
    
}
.product_list .title:after {
    content: '';
    display: inline-block;
    width: 36%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
}
.product_list .title:before {
    content: '';
    display: inline-block;
    width: 36%;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
}
.product_list .title:before {
    background: rgb(7,116,213);
    background: -moz-linear-gradient(left, rgba(139,233,243,1) 1%, rgba(7,116,213,1) 100%);
    background: -webkit-linear-gradient(left, rgba(139,233,243,1) 1%,rgba(7,116,213,1) 100%);
    background: linear-gradient(to right, rgba(139,233,243,1) 1%,rgba(7,116,213,1) 100%);
}
.product_list .title:after {
    background: rgb(7,116,213);
    background: -moz-linear-gradient(left, rgba(7,116,213,1) 1%, rgba(139,233,243,1) 100%);
    background: -webkit-linear-gradient(left, rgba(7,116,213,1) 1%,rgba(139,233,243,1) 100%);
    background: linear-gradient(to right, rgba(7,116,213,1) 1%,rgba(139,233,243,1) 100%);
}
.product_list .title span {
    padding: 0 17px;
    position: relative;
    display: inline-block;
    z-index: 5;
	color:#008cb7;
	font-size: 24px;
}

.product_list h3{
    display: inline-block;
    color: #0059bb;
    font-size: 24px;
	font-weight: bold;
	
}
.product_list h3 span {
    color: #a9a9a9;
    font-size: 16px;
    margin: 0 15px;
}

.title_line_product {
    width: 100%;
    height: 1px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e6fc1+0,01083f+100 */
	background-image: linear-gradient(to right, #01083f 0%, #2e6fc1 100%);
    margin: 0 0 10px;
}


.send-btn {
	margin-top: 30px;
	margin-bottom: 30px;
}
.send-btn i {
	padding: 0 10px 0 0;
}
.send-btn .btn {
	font-size: 16px;
	border-width: 2px;
}
.btn-default {
    color: #333;
    background-image: linear-gradient(to top, #c9c9c9 0%, #f0f0f0 100%);
    border-color: #ccc;
}
.btn-default:hover {
    background-image: linear-gradient(to top, #f0f0f0 0%, #c9c9c9 100%);
}

/* 小圖片顯示 */
.show_small {
	list-style: none;
	margin: 6px 0 15px;
	padding: 0;
}
.show_small li {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	vertical-align: top;
	margin: 2px;
	width: 54px;
	/*height: 46px;*/
	border: 1px solid #cfcfcf;
	padding: 0px;
	text-align: center;
	/*background: #fff;*/
}
.show_small li img {
	max-width: 54px;
	max-height: 46px;
	cursor: pointer;
}

.show_big {
	border: 1px solid #cfcfcf;
	text-align: center;
}

.more {
	text-align: right;
	margin-top: 30px;
}
.more a {
	background: #353535;
    padding: 5px 30px;
    color: #fff;
    
}
.more a:hover {
	background: #676767;
	 border-radius: 8px 8px;
}

/*  尺寸設定 */

@media (min-width: 640px) {
	
}
@media (min-width: 768px) {
	.show_small li {
		margin: 4px;	
		width: 55px;
		height: 40px;
	}
	.show_small li img {
		max-width: 55px;
		max-height: 40px;
	}
	.product_list .title:after {
		width: 41%;
	}
	.product_list .title:before {
		width: 41%;
	}
	
}
@media (min-width: 992px) {	
	.show_small li {
		margin: 6px;	
		width: 80px;
		height: 60px;
	}
	.show_small li img {
		max-width: 80px;
		max-height: 60px;
	}
	.product_list .title:after {
		width: 43%;
	}
	.product_list .title:before {
		width: 43%;
	}
}
@media (min-width: 1200px) {
	.show_small li {
		margin: 6px;	
		width: 70px;
		height: 50px;
	}
	.show_small li img {
		max-width: 70px;
		max-height: 50px;
	}
	
}
@media (min-width: 1600px) {
	.show_small li {
		margin: 8px;	
		width: 100px;
		height: 75px;
	}
	.show_small li img {
		max-width: 100px;
		max-height: 75px;
	}
}

.product-wrap iframe, .product-detail iframe {
    width: 100% !important;
    height: 300px !important;
    margin-top: 20px !important;
}
@media (min-width: 768px) {
    .product-wrap iframe, .product-detail iframe {
        height: 420px !important;
    }
}
@media (min-width: 992px) {
    .product-wrap iframe, .product-detail iframe {
        height: 520px !important;
    }
}
@media (min-width: 1200px) {
    .product-wrap iframe, .product-detail iframe {
        height: 460px !important;
    }
}
@media (min-width: 1600px) {
    .product-wrap iframe, .product-detail iframe {
        width: 100% !important;
        margin: 0 auto;
        height: 640px !important;
    }
}
@media (min-width: 1800px) {
    .product-wrap iframe, .product-detail iframe {
        width: 100% !important;
    }
}

/*========================================================
                        彈跳視窗設定
=========================================================*/
@media (min-width: 992px) {
	.fancybox__content{
		width: 640px;
		height: auto;
		z-index: 99999;
	}
}
/*========================================================
                         聯絡我們
=========================================================*/
.reservation_block form {}

.reservation_block form .form-group i {
	color: #d0b385;
}

.reservation_block form .form-group textarea {
	border-radius: 0;
	padding: 25px;
	background-color: #ededed;
	border-radius: 10px;
}

.reservation_block form .form-group input {
	border-radius: 0;
	padding: 25px;
	background-color: #ededed;
	border-radius: 10px;
}

.reservation_block form .form-group button {
	background-color: #d0b384;
	border-color: #e5d8b3;
	color: #fff;
	border-radius: 0;
	padding: 15px 0;
	width: 118px;
	text-align: center;
	border-radius: 10px;
}

.reservation_block form .form-group button[type="reset"] {
	background-color: #d0b384;
	border-color: #e5d8b3;
	color: #fff;
}

.reservation_block form .form-group button:hover {
	color: #fff!important;
	background-color: #e5d8b3!important;
	border-color: #d0b384!important;
}

.contact_list{
	padding-bottom: 60px;
}

.map{
	padding:10px 20px;
    background: #ededed;
}

.map ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.map ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 50px;
	position: relative;
	min-height: 40px;
	margin-bottom: 10px;
}
.map ul li b {
	font-weight: bold;
	font-size: 20px;
	/*display: block;*/
	color: #33478c;
}
.map ul li i {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
.circle {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e6fc1+0,01083f+100 */
	background: #2e6fc1; /* Old browsers */
	background: -moz-linear-gradient(top,  #2e6fc1 0%, #01083f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #2e6fc1 0%,#01083f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #2e6fc1 0%,#01083f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e6fc1', endColorstr='#01083f',GradientType=0 ); /* IE6-9 */
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 9;
}
.map ul li [class^="flaticon-"]:before, 
.map ul li [class*=" flaticon-"]:before, 
.map ul li [class^="flaticon-"]:after, 
.map ul li [class*=" flaticon-"]:after {
    margin-right: 0px;
}
.contact-list p {
    padding: 30px 10px;
    border: 1px dashed #a2a2a2;
    background-color: rgb(241,241,241,40%);
    font-size: 18px;
    color: #958148;
	margin: 0 0 40px 0;
}

.contact-list p i{
    padding: 0px 10px 0 0;
	color: #958148
}

.form-box{
	padding-top: 45px;
}

.content-wrap .container-fluid iframe{
	height: 380px;
}

@media (min-width: 992px) {
	.content-wrap .container-fluid iframe{
	height: 480px;
	}
}
@media (min-width: 1200px) {
	.content-wrap .container-fluid iframe{
	height: 380px;
	}
}
@media (min-width: 1400px) {
	.content-wrap .container-fluid iframe{
	height: 400px;
	}
}
@media (min-width: 992px) {
	.contact-box > .row > .col-md-6:nth-of-type(1) {
		padding-right: 50px;
	}
	.contact-box > .row > .col-md-6:nth-of-type(2) {
		padding-top: 20px;
		padding-left: 50px;
	}
}
@media (min-width: 1200px) {
	.form-box{
		padding-top: 0px;
	}
}

/*========================================================
                         各類表單
=========================================================*/
/* 表單設定 */
.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal label {
	margin-bottom: 0;
    font-weight: bold;
    color: #666;
}

.form-horizontal label span{
	padding: 0 10px 0 0;
}

/*.form-horizontal label:before {
    font-family: 'Font Awesome 5 free';
    content: "\f044";
    font-weight: 900;
    display: inline-block;
    margin-right: 5px;
    color: #111;
}*/
.form-horizontal .form-control {
    border: 1px solid #717b67;
    background-color: #ddd0;
}

.form-control::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-size: 16px;
	font-weight: bold;
}
.form-control:-ms-input-placeholder {
	  color: #666;
}
.form-control::-webkit-input-placeholder {
	  color: #666;
}
/* 意見表單 */
.contact_block form{ 
	color:#555;
}
.contact_block form .form-group textarea{
	border-radius:0; 
	padding:25px 20px; 
	background-color:#ededed;
}
.contact_block form .form-group input{ 
	border-radius:0; 
	padding:25px 20px; 
	background-color:#ededed;
}
.contact_block form .form-group button{ 
	background-color: #1b4288;
    border-color: #1b4288;
	color:#fff; 
	border-radius:0;
	padding:15px 0; 
	width:118px;
}
.contact_block form .form-group button:hover{
	background-color: #2861af;
    border-color: #0187d2;
}
.contact_block form .form-group button[type="reset"]{
	background-color:#999; 
	border-color:#999; 
	color:#fff;
}
.form-group {
    margin: 0;
    padding: 5px 0;
}
.text-center{
	text-align: center!important;
	margin: auto;
	padding: 20px 0 0;
}

/*========================================================
                           表格
=========================================================*/

.table1 {
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 15px;
	border: 1px solid #c0bebe;
}
.table1 tr:nth-child(2n+1) {
	background-color: #F3F3F3;
}

.table1 th {
	background-color: #456aad;
	color: #fff;
    font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 10px !important;
	text-align: center;	
	border-top: 0 !important;
	border-bottom: 1px solid #c0bebe;
    border-right: 1px solid #fff;
	white-space:nowrap;
}
.table1 th:last-of-type {
    border-right: 1px solid #c0bebe;
}
.table1 td {
	padding: 5px 5px !important;
	border: 1px solid #c0bebe;
	text-align: center;
}
.table1 tr.c {
    background-color: #d0e6f4;
    vertical-align: middle;
    text-align: center;
}
.table1 td.c {
    background-color: #456aad;
    vertical-align: middle;
    text-align: center;
	color: #fff;
}
.table1 td.b {
    background-color: #d0e6f4;
    vertical-align: middle;
    text-align: center;
}
.table1 tr.subtitle td {
    background-color: #c8dae7;
    font-weight: bold;
}

.table2 td:nth-of-type(2){
	text-align: center;
}

.table-text {
    color: #D40101;
    text-align: right;
}
@media (min-width: 768px){
	.table-text {
		display: none;
	}
}
/*========================================================
                         ul設定
=========================================================*/

.ul-s1 {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: left;
}
.ul-s1 > li {
    padding: 0 0 0 40px;
    margin-bottom: 10px;
    position: relative;
}
.ul-s1 > li span {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	font-size: 1rem;
	color: #000;
	line-height: 30px;
	text-align: center;
	background-color: #9abdd2;
    position: absolute; 
    left: 0; 
    top: 2px; 
    z-index: 9; 
}


/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
}
a.figure:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    content: '';
    display: inline-block;
    background: rgba(255,255,255,0.15) url(../img/magnifier.png) no-repeat center center;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}
.picture-effect {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.picture-effect img {
	transform: scale(1);
	transition: .3s ease-out all;
}
.picture-effect a {
	display: inline-block;
	position: relative;
}
.picture-effect a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(252, 200, 58, 0.4);
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	transition: .3s ease-out all;
}
.picture-effect a:hover:before {
	opacity: 1;
}
.picture-effect a:hover img {
	transform: scale(1.1);
}

