
@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 {
    position: relative;
    font-size: 2rem;
    margin-bottom: 60px;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.h2-title:after {
    content: '';
    background-color: #e32a00;
    height: 2px;
    width: 160px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -80px;
}
.h2-title:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -15px;
    width: 12px;
    height: 12px;
    margin-left: -5px;
    transform: rotate(45deg);
    border: 2px solid #ffffff;
    background-color: #e32a00;
}

.h3-title {
    color: #555;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}

.h4-title{
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #555;
	font-size: 1.2rem;
	text-align: center; 
}
/*========================================================
                      	 內頁框架
=========================================================*/

.content-wrap {
    background: url("../img/content-bg.jpg") no-repeat center top fixed;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 60px;
    background-color: #fff;
}


/* 麵包屑 */
.breadcrumbs {
    background-color: #3172b6;
	text-align: left;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
.breadcrumbs a {
	display: inline-block;
	color: #fff;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs a.home i {
    display: inline-block;
    margin-right: 3px;
    color: #fff;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
}
.fancybox__container {
    z-index: 9999!important;
}
/*========================================================
                      	 選單
=========================================================*/

.navsub {
	display: none;
	
}

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

.navsub-list h2  {
	color: #fff;
	background-image: linear-gradient(-20deg, #3172b6 0%, #74afee 100%);
    padding: 12px 10px;
    padding: 12px 10px;
	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: #70abeb;
}

.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;
}
}

/*========================================================
                      	 關於我們
=========================================================*/
.about-1{
	padding-bottom: 60px;
}
.about-1 .about-img img{
	width:100%;
}

.about-1 h3{
	text-align: center;
	font-size: 30px;
	padding-bottom: 15px;
	display: block;
	font-weight: bold;
	color: #3172b6;
}
.about-1 h3 span{
	font-size: 30px;
	padding: 10px 0;
	display: block;
}


.about-2{
	background: #3172b6;
	padding-top: 120px;
	padding-bottom: 120px;
}

.about-2 h3{
	text-align: center;
	font-size: 30px;
	padding-bottom: 15px;
	display: block;
	font-weight: bold;
	color: #fff;
}
.about-2 h3 span{
	font-size: 30px;
	padding: 10px 0;
	display: block;
}
.about-2 h4{
	color: #fff;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
}
.about-2 p{
	color: #fff;
	text-align: center;
}
.about-2 img{
	width: 50%;
	padding: 5px;
	float: left;
}
.about_2_box{
	margin: auto;
}
@media (min-width: 576px) {
	.about-2 img{
		width: 33%;
	}
}
@media (min-width: 768px) {
	.about-2 img{
		width: 25%;
	}
}
@media (min-width: 992px) {
	.about-2 img{
		width: 20%;
	}
}
@media (min-width: 1200px) {
	.about-2 img{
		width: 16.5%;
	}
}










.about-3 {
    position: relative;
    margin-top: 60px;
    box-sizing: border-box;
    min-height: 600px;
	background-repeat: no-repeat;
    background-image: url(../img/about_c01.png);
    /*background-size: 1920px 503px;*/
    background-position: center center;
}
.about-3 .contactBox {
    position: relative;
    padding: 35px 45px 60px;
    width: 420px;
    background-color: #3172b6;
    transform: translateY(0);
    z-index: 1;
	left: 0px;
	top: 45px;
}

@media (max-width: 420px) {
    .about-3 {
        min-height: 400px;
    }
	.about-3 .contactBox {
	left: 0px;
	top: 85px;
	}
}
@media (max-width: 480px) {
    .about-3 .contactBox {
        padding: 20px 25px 30px;
    }
}

@media (max-width: 450px) {
    .about-3 .contactBox {
        width: 100%;
    }
}
@media (min-width: 480px) {
   .about-3 .contactBox {
	left: 30px;
	top: 160px;
	}
}
@media (min-width: 768px) {
    .about-3 .contactBox {
        left: 100px;
    }
	.about-3 {
		min-height: 600px;
	}
}
@media (min-width: 1400px) {
    .about-3 .contactBox {
        left: 200px;
    }
	.about-3 {
    min-height: 600px;
}
}
.about-3 .titleBox {
    color: #fff;
}

.about-3 .titleBox .enTitle span {
    -webkit-text-stroke: 1px #fff;
}

.about-3 .Txt {
    color: #fff;
}

.about-3 .viewBtn {
    margin-top: 45px;
}
.titleBox {
    position: relative;
    margin-bottom: 20px;
}

.titleBox .title {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
}

@media (max-width: 1180px) {
    .titleBox .title {
        font-size: 19px;
    }
}

@media (max-width: 420px) {
    .titleBox .title {
        font-size: 17px;
    }
}

.titleBox .enTitle {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 52px;
    line-height: 1;
}

@media (max-width: 1180px) {
    .titleBox .enTitle {
        font-size: 44px;
    }
}

@media (max-width: 420px) {
    .titleBox .enTitle {
        font-size: 36px;
    }
}

.titleBox .enTitle span {
    -webkit-text-stroke: 1px #111;
    color: transparent;
}
/*========================================================
                      	 產品系列
=========================================================*/


.product img {
    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: #fff;
    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;
}
.font-cont p{
	text-align: center;
}
.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-main {
	margin-top: 60px;
}
.product-info {
	line-height: 32px;
	margin-bottom: 20px;
}
.product_list{
    padding-top: 10px;
	padding-bottom: 30px;
}
.product_list .title span b {
    font-weight: bold;
    display: block;
    font-size: 15px
}
.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;
}
.product-main section dl {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	position: relative;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
}
.product-main section dl dt {
	position: relative;
	border: 1px solid #d1d1d1;
	border-bottom-color: #dedede;
	padding: 10px;
}

.product-main section dl dd h2 {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin: 0;
	background-color: #dedede;
	padding: 10px;
}
.product-detail {
	margin-bottom: 60px;
}
.product-detail h2 {
	padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ccc;
    color: #555;
}

.product-detail h3 {
    /*text-decoration: underline;*/
    margin-bottom: 10px;
}
.product-detail h4 strong{
    color: #7f6f2b;
}
.product-detail .title_2 {
	font-weight: bold;
	color: #6e8539; 
}
.product-detail .title_2 spam{
	color:#a9a9a9; 
    font-size: 18px;
	margin: 0 15px;
}
.product-detail h4.title {
	background-color: #dadada;
	padding: 10px;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
}

.product-detail .info {
	line-height: 32px;
}
.product-detail img {
	max-width: 100%;
}
.product-detail [class*="col-"] {
	margin-bottom: 20px;
	float: left;
}

.product-img {
    margin: 0 0 30px 0;
    position: relative;
}
.product-img dd ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.control-label {
    color: #666666;
}
.control-box {
    font-size: 20px;
	color: #e4392b;
    display: inline-block;
	font-weight: bold;
}
.control-box2 {
	color: #555;
    display: inline-block;
}

/* å°åœ–ç‰‡é¡¯ç¤º */

.min-img_box >div{
	margin: 0 5px;
}

.min-img_box p{
	font-size: 0.6rem;
}


.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;
	padding: 0px;
	text-align: center;
}
.show_small li img {
	max-width: 54px;
	cursor: pointer;
}

.show_big {
	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;
	}
	.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;
	}
	.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;
	}
	.show_small li img {
		max-width: 70px;
		max-height: 50px;
	}
	
}
@media (min-width: 1600px) {
	.show_small li {
		margin: 8px;	
		width: 100px;
	}
	.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;
    }
}
/*========================================================
                         最新消息
=========================================================*/

/* 框架 */
.news-item {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	transform: translateY(0);
	transition: .3s ease-out transform;
	border-bottom: 1px solid #ccc;
    padding-bottom: 45px;
}
.news-item:hover {
	transform: translateY(-5px);
}
.news-item + .news-item {
	margin-top: 35px;
}

.news-wrap{
	height: auto;
	padding: 40px 0;
	background-image: url(../img/news_bg.jpg);
	background-position: center;
	background-size: cover;
}


.all-breadcrumbs {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	padding: 20px 0;
	padding-bottom: 60px;
}
.all-item-box{
	padding:0 20px;
}
.all-breadcrumbs ul{
	padding: 0;
}
.all-breadcrumbs ul li{
	list-style:none;
	display: inline-block;
	letter-spacing: 3px;　
}
.all-breadcrumbs ul li::before {
    content: " / ";
	color: #717b67;
}
.all-breadcrumbs ul li:first-of-type::before {
    display: none;
}
.all-breadcrumbs ul li a{
	color: #717b67;
	font-weight: bold;
}
.all-breadcrumbs ul li a:hover,.all-breadcrumbs ul li a.active{
	color: #b2aa59;
	box-shadow: 0 1px;
	padding-bottom:5px
}
@media (min-width: 768px){
	.all-breadcrumbs {
		display: flex;
		max-width: 1170px;
	}
}



/* 內容 */
.news-item-info {
	padding: 0 20px 20px 20px;
	transition: .3s ease-out box-shadow;
}
.news-item-info > div {
	margin-top: 0;
	padding-top: 20px;
	border-top: 1px solid rgba(127, 127, 127, 0.2);
}

.news-item-info h5 {
    font-weight: bold;
	color: #3172b6;
}
.news-item-info h5 i{
    padding: 0 10px 0 0 ;
	font-weight: 600;
}
.news-item-info h4 {
    font-weight: bold;
}
.news-item-info p {
    margin: 0;
}


.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;
    }
}


/* 了解更多 */





/*.news .news-btn-box {
    text-align: right;
}
.news .news-btn-box a {
    font-weight: bold;
    color: #717b67;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 0.9rem;
	background-color: #1589cf;
}
.news .news-btn-box a:hover {
    color: #aab766;
}*/




.news-btn-box{
    /*width: 150px;
    height: 40px;*/
    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;
}
.news-btn-box > a{
    position: relative;
    z-index: 1;
	color: #fff;
	padding: 10px 30px;
}
.news-btn-box::before{
    content: "";
    width: 100%;
    height: 0%;
    display: block;
    background-color: #2f84cd;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease;
}
.news-btn-box:hover{
    color: #fff;
}
.news-btn-box:hover::before{
    height: 100%;
}


.news-item-img{
	overflow:hidden;
}
.news-item-img img{
	transform:scale(1,1);
	transition: all 1s ease-out;
	width: 100%;
}
.news-item-img img:hover{
	transform:scale(1.2,1.2);
}

/* 尺寸設定 */
@media (min-width: 640px) {
	
}
@media (min-width: 768px) {
	.news-item {
		display: flex;
		max-width: 1170px;
	}
	.news-item-img {
		display: flex;
		width: 200px;
		flex-shrink: 0;
	}
	.news-item-img img {
		object-fit: cover;
		width: 100%;
		height: 100% !important;
	}
    .news-item-info {
        width: calc(100% - 200px);
        border-left: none;
    }
    .news-item-info > div {
        width: 100%;
    }

}
@media (min-width: 992px) {
	.news-item-img {
		width: 270px;
	}
	.news-item-info {
		display: flex;
		padding: 20px 20px 20px 0;
        width: calc(100% - 270px);
	}
	.news-item-info > div {
        padding: 10px 30px 0 40px;
		margin: 0;
		border-top: 0;
	}
	.news-item + .news-item {
		margin-top: 50px;
	}
	.news-item-font{
		float: left;

	}
	.news-item .news-item-info .news-item-btn  .news-btn{
		font-size: 20px;
	}
}
@media (min-width: 1200px) {
}

/*========================================================
                   	最新消息內頁
=========================================================*/


.news-detail {
	padding-top: 60px;
	text-align: left;
    border-bottom: 2px dashed #adadad;  
}
.news-detail img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.news-detail-title {
	text-align: left;
	margin: 0 0 20px 0;
	color: #555;
	font-weight: bold;
    font-size: 1.8rem;
}
.news-detail-content {
    margin-bottom: 40px;
	color: #555;
}
.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;
}
.md-20{
	padding: 20px 0;
}





/* 分類+外連 */
.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: #3172b6;
    padding: 0 10px 0 0;
    border-radius: 3px;
    font-size: 1rem;
}
.news .news-detail-row .news-detail-date i {
    margin-right: 10px;
	color: #3172b6;
}
.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;
}




/*========================================================
                   	聯絡我們
=========================================================*/


.contact_text{ 
	padding:15px; 
	background:#ededed;
	color: #777;
}
.page_content{
	padding:10px 0;
}
@media (min-width:992px){
	.contact_text{ 
		padding:20px; 
		background:#ededed;
	}
}
@media (min-width:768px){
	.contact_text{ 
		min-height: 204px;
	}
}

.content-wrap form{ 
	color:#555;
}
.content-wrap form .form-group textarea{
	border-radius:0; 
	padding:25px 20px; 
	background-color:#ededed;
}
.content-wrap form .form-group input{ 
	border-radius:0; 
	padding:25px 20px; 
	background-color:#ededed;
}
/*.content-wrap form .form-group button{ 
	background-color: #3172b6;
    border-color: #3172b6;
	color:#fff; 
	border-radius:0;
	padding:15px 0; 
	width:118px;
}
.content-wrap form .form-group button:hover{
	background-color: #2f84cd;
    border-color: #2f84cd;
}
.content-wrap form .form-group button[type="reset"]{
	background-color:#3172b6; 
	border-color:#3172b6; 
	color:#fff;
}
.content-wrap form .form-group button:hover{
	background-color:#2f84cd; 
	border-color:#2f84cd; 
	color:#fff;
}*/



.content_box{
	padding-top: 60px;
	padding-bottom: 30px;
}

.content-wrap form .form-group button{
    /*width: 150px;*/
    height: 50px;
    /*display: block;*/
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    background-color: #2f84cd;
    border-color: #2f84cd;
	color:#fff; 
    position: relative;
    transition: all .3s linear;
	/*float: left;*/
	top:0px;
	left: 0px;
	margin: 10px 10px;
}
.content-wrap form .form-group button > p{
    position: relative;
    z-index: 1;
}
.content-wrap form .form-group button::before{
    content: "";
    width: 0%;
    height: 0%;
    display: block;
    background-color:#2562a2; 
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s ease;
}
.content-wrap form .form-group button:hover{
    color: #fff;
}
.content-wrap form .form-group button:hover::before{
    width: 100%;
    height: 100%;
    opacity: 1;
}
/*@media (min-width: 468px) {
	.content-wrap form .form-group button{
		top:0px;
		left: 50px;
	}
}
@media (min-width: 768px) {
	.content-wrap form .form-group button{
		top:0px;
		left: 150px;
	}
}

@media (min-width: 992px) {
	.content-wrap form .form-group button{
		top:0px;
		left: 60px;
	}
}

@media (min-width: 1200px) {
	.content-wrap form .form-group button{
		top:0px;
		left: 100px;
	}
}
@media (min-width: 1600px) {
	.content-wrap form .form-group button{
		top:0px;
		left: 190px;
	}
}*/
