@charset "utf-8";

body{ font-family:"Noto Sans TC","微軟正黑體", "新細明體", "Arial Unicode MS"}

.container-fluid{ max-width:1400px;}

.footer{
	color:#fff;
	background-color:#0b4199;
	text-align:center;
	padding:24px 15px 80px 15px;
}
.footer a{ color:#f3be65;}

@media (min-width:992px){
	.footer{padding:24px 15px;}
}

.share{margin:8px 0;}
.share img{margin:0 2px;}


.backtop{
	position:fixed;
	z-index:99;
	width:48px;
	height:48px;
	left:100%;
	top:100%;
	margin-top:-130px;
	margin-left:-64px;
	padding:7px ;
	background-color:rgba(000,000,000,0.5);
	text-align:center;
	color:#fff;
	font-size:1.3rem;
	border-radius:50%;
	cursor:pointer;
	-webkit-transition: background 0.3s; /* Safari */ 
	transition: background 0.3s;
}
.backtop:hover{ background-color:#ffd95a;}

@media (min-width:992px){
	.backtop{margin-top:-130px;}
}


.title_line_wrapper{ background-color:#ededed; }

.title_line{
	width:300px;
	height:4px;
	background-color:#0d3c84;
	margin:15px auto;
}


/*==========header css==========*/

.header_logo{position:fixed; z-index:891; top:20px; left:15px;}
.header_logo img{ -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s; width:240px; height:auto;}
@media (min-width:992px){
	.header_logo { top:38px; left:15px; z-index:950;}
	.header_logo  img{ width:320px;}
}
@media (min-width:1400px){
	.header_logo { left:calc(50% - 685px);}
	.header_logo  img{ width:320px;}
}


/*==========nav css==========*/

.menu_header{ position:fixed; z-index:900; top:0; left:0; width:240px; height:100%; background-color:#0d3c84; -webkit-transition: margin 0.3s; /* Safari */ transition: margin 0.3s; overflow-y: auto;}

.menu_header img{ margin:12px 0;}

.menu_close{ left:100%; margin-left:0px;}
.menu_open{ left:100%; margin-left:-240px;}

.menu_header .container-fluid{ padding:0; position:relative; max-width:1400px;}


@media (min-width:992px){
	.menu_header{ position:fixed; width:100%; height:100px; background:#fff; border-top:20px solid #0c419a; overflow-y:visible;  -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
	.menu_open, .menu_close{ left:0; margin-left:0;}
	.menu_header .container-fluid{ padding:0 15px;}
}


.menu_ul{list-style:none; padding:0;}
.menu_ul li{ border-bottom:1px dotted #09f;}

.menu_ul li a{ color:#fff; display:block; font-size:1.1rem; -webkit-transition: background 0.3s; /* Safari */ transition: background 0.3s;  padding:15px;}
.menu_ul li a:hover, .menu_ul li a:focus{ text-decoration:none; background-color:#09f;}

.menu_ul li a span{ display:block; font-size:0.8rem;}


@media (min-width:992px){
	.menu_ul{ text-align:center; border-radius:4px; height:34px; float:right; margin-top:0px;}
	.menu_ul li{ float:left; border:none; position:relative;}
	.menu_ul li a{ color:#555; font-size:1rem; width:auto; text-align:center; padding:28px 15px 32px 15px;}
	.menu_ul li a:hover, .menu_ul li a:focus{ color:#0c419a; background-color:transparent;}
	.menu_ul .mobile_home{ display:none;}
}
@media (min-width:1200px){
	.menu_ul li a{ font-size:1rem; width:auto; text-align:center; padding:28px 30px 32px 30px;}
}


.mobile_hide{ background-color:#000; opacity:0; position:fixed; z-index:899; top:0; left:0; width:100%; height:100%;}

.mobile_header{ background-color:#fff; position:fixed; z-index:890; height:72px; width:100%; border-bottom:0px solid #0d3c84;  -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}

.iconbar{float:right; width:48px; height:36px; margin:15px 15px 0 15px; border:2px solid #525269; border-radius:4px; cursor:pointer; background-position:center; background-repeat:no-repeat;-webkit-transition: background 0.2s; /* For Safari 3.1 to 6.0 */ transition: background 0.2s;}

.iconbar_open{background-image:url(../img/iconbar.png);}
.iconbar_close{background-image:url(../img/iconbar2.png); border-color:#0d3c84;}

.menu_title{ margin:3px 15px; padding-top:15px; padding-bottom:16px; color:#fff; font-family:Verdana, Geneva, sans-serif;}

@media (min-width:992px){
	.mobile_hide{ display:none;}
	.mobile_header{ display:none;}
	.iconbar_close{ display:none;}
	.menu_title{ display:none;}
}

.menu_ul .mobile_language{ color:#fff; margin:10px 15px; border:none;}
.menu_ul .mobile_language a{ display:inline-block; padding:10px 16px; font-size:0.9rem; border:1px solid #fff; border-radius:5px;}
.menu_ul .mobile_language a:hover,
.menu_ul .mobile_language a.active{ background-color:#fff; color:#2a2b83;}
@media (min-width:992px){
	.menu_ul .mobile_language{ display:none;}
}

.search_nav{ display:none;}
@media (min-width:992px){
	.search_nav{ position:absolute; padding:0; list-style:none; top:-24px; left:100%; width:400px; margin-left:-430px; text-align:right; display:block;}
	.search_nav li{ display:inline-block; font-size:0.7rem; margin-left:15px;}
	.search_nav li::after{ content:"｜"; color:#fff; margin-left:15px; }
	.search_nav li:last-child::after{ content:"";  margin-left:0px; }
	.search_nav li a{ color:#fff;}
	.search_nav li a:hover{ color:#f3be65; text-decoration:none;}
}
@media (min-width:1200px){
	.search_nav{ margin-left:-445px;}
}

.menu_ul .sub_nav{ display:none;}
@media (min-width:992px){
	.menu_ul .sub_nav{ position:absolute; top:80px; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray; padding: 0; list-style: none;}
	.menu_ul .sub_nav a{ background-image:none; padding:15px 15px; margin:0; border-top:0px dotted #ccc; background-color:#333; color:#ccc; width:200px; margin-left:0; font-size:0.9rem; text-align:left; }
	.menu_ul .sub_nav a:hover{background-color:#555; color:#fff; border-bottom:none;}
}
@media (min-width:1600px){
	.menu_ul .sub_nav a{width:220px; margin-left:0; padding:15px 30px;}
}

@media (min-width:992px){
	.nav_item:hover .sub_nav_item{ display:block;}
}


.fadeInRight{
  -webkit-animation: fadeInRight 0.4s; /* Safari 4+ */
  -moz-animation:    fadeInRight 0.4s; /* Fx 5+ */
  -o-animation:      fadeInRight 0.4s; /* Opera 12+ */
  animation:         fadeInRight 0.4s; /* IE 10+, Fx 29+ */
}

.social_content{ position:fixed; z-index:99; top:100%; left:0; margin-top:-68px; height:68px; width:100%; background-color:rgba(11,65,153,1); text-align:center;}
.social_content .social_item{ float:left; width:25%; margin:8px 0;}
.social_content .social_item a{ color:#fff; font-size:1.3rem;}
.social_content .social_item a:hover{ color:#f3be65;}

.social_content .social_item a span{ font-size:0.8rem; display: block;}

@media (min-width:992px){
	.social_content{ position:fixed; z-index:99; top:100%; left:100%; margin-top:-340px; margin-left:-64px; height:200px; width:48px; padding:15px; border-radius:30px; background-color:rgba(11,65,153,0.8); text-align:center;}
	.social_content .social_item{ margin:8px 0; float:none; text-align:center;}
	
	.social_item_fb{ padding-left:3px;}
	.social_content .social_item a span{display: none;}
}

/*==========main css==========*/


.nav_divide{ display:none;}
@media (min-width:992px){
	.nav_divide{width:1rem; color:#555; margin-top:30px; display:inline-block;}
}
@media (min-width:1200px){
	.nav_divide{margin-top:30px;}
}




.top_blank{ height:72px;}
@media (min-width:992px){
	.top_blank{ height:100px;}
}




.carousel-fade .carousel-inner .carousel-item {
	height: 360px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition-property: opacity;
	-webkit-transition-duration: 1.0s;
    -moz-transition-duration: 1.0s;
    -o-transition-duration: 1.0s;
    transition-duration: 1.0s;
	
	position:relative;
	
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-caption{ top:88px; text-align: left; text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;}
.carousel-caption h2{ animation-duration:1s; font-weight: 900;}
.carousel-caption h2 span{ display: block; }
.carousel-caption p{ margin:15px 0; font-size: 1.2rem; animation-duration:1s; }

@media (min-width:992px){
	.carousel-fade .carousel-inner .carousel-item { height:480px;}
	.carousel-caption h2{ font-size:2.8rem; animation-duration:1s;}
	.carousel-caption h2 span{ display: inline-block; margin-left: 15px;}
	.carousel-caption p{ font-size:2.2rem; margin-left:auto; margin-right:auto;}
	.carousel-caption{ top:150px;}
}
@media (min-width:1200px){
	.carousel-fade .carousel-inner .carousel-item { height:560px;}
	.carousel-caption h2{ font-size:3.6rem; animation-duration:1s;}
	.carousel-caption p{ font-size:2.2rem;}
	.carousel-caption{ top:180px;}
}

@media (min-width:1600px){
	.carousel-fade .carousel-inner .carousel-item { height:640px;}
	.carousel-caption{ top:220px;}
}


@keyframes animatedBackground {
    0% {transform: scale(1.0);}
    100% {transform: scale(1.2);}
}
@-moz-keyframes animatedBackground {
    0% {-moz-transform: scale(1.0);}
    100% {-moz-transform: scale(1.2);}
}
@-webkit-keyframes animatedBackground {
    0% {-webkit-transform: scale(1.0);}
    100% {-webkit-transform: scale(1.2);}
}
@-ms-keyframes animatedBackground {
    0% {-ms-transform: scale(1.0);}
    100% {-ms-transform: scale(1.2);}
}
@-o-keyframes animatedBackground {
    0% {-o-transform: scale(1.0);}
    100% {-o-transform: scale(1.2);}
}


@keyframes animatedBackgroundMobile {
    0% {transform: scale(0.5);}
    100% {transform: scale(0.7);}
}
@-moz-keyframes animatedBackgroundMobile {
    0% {-moz-transform: scale(0.5);}
    100% {-moz-transform: scale(0.7);}
}
@-webkit-keyframes animatedBackgroundMobile {
    0% {-webkit-transform: scale(0.5);}
    100% {-webkit-transform: scale(0.7);}
}
@-ms-keyframes animatedBackgroundMobile {
    0% {-ms-transform: scale(0.5);}
    100% {-ms-transform: scale(0.7);}
}
@-o-keyframes animatedBackgroundMobile {
    0% {-o-transform: scale(0.5);}
    100% {-o-transform: scale(0.7);}
}


/*.carousel-item .top_banner_pic{
	display:none;
}
.carousel-item .top_banner_pic img{
}*/

.carousel-item .top_banner_pic{ 
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	animation: animatedBackgroundMobile 12s infinite alternate;
    -moz-animation: animatedBackgroundMobile 12s infinite alternate;
    -webkit-animation: animatedBackgroundMobile 12s infinite alternate;
    -ms-animation: animatedBackgroundMobile 12s infinite alternate;
    -o-animation: animatedBackgroundMobile 12s infinite alternate;
}
.carousel-item .top_banner_pic img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:auto;
	height:auto;
	min-width: 100%;
  	min-height: 100%;
}

@media (min-width:992px){
	.carousel-item .top_banner_pic{ 
		display:block;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		animation: animatedBackground 12s infinite alternate;
	    -moz-animation: animatedBackground 12s infinite alternate;
	    -webkit-animation: animatedBackground 12s infinite alternate;
	    -ms-animation: animatedBackground 12s infinite alternate;
	    -o-animation: animatedBackground 12s infinite alternate;
	}
	.carousel-item .top_banner_pic img{
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		width:auto;
		height:auto;
		min-width: 100%;
	  	min-height: 100%;
	}
}



.scroll_down{ display:none;}
@media (min-width:992px){
	.scroll_down{ height:64px; width:28px; border:3px solid #fff; border-radius:14px; position:absolute; z-index:99; top:100%; left:50%; margin-top:-120px; margin-left:-14px;-webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */ transition: all 0.3s; display:block;}
	.scroll_down:hover{ border:3px solid #0c419a;}
	.scroll_item{ height:16px; width:4px; border-radius:2px; background-color:#fff; margin:15px auto;}
	.scroll_down:hover .scroll_item{ background-color:#0c419a;}
}


.view_lg{ display:none;}
@media (min-width:992px){
	.view_sm{ display:none;}
	.view_lg{ display:block;}
}







.prev-alt{ background-color:#0d3c84; color:#fff; position:absolute; z-index:555; cursor:pointer; top:50%; left:0%; padding:14px 15px 16px 15px; transform:translate(0,-50%); opacity:0.75;}
.prev-alt:hover{ opacity:1;}
.next-alt{ background-color:#0d3c84; color:#fff; position:absolute; z-index:555; cursor:pointer; top:50%; left:100%; padding:14px 15px 16px 15px; transform:translate(-100%,-50%); opacity:0.75;}
.next-alt:hover{ opacity:1;}

@media (min-width:1500px){
	.prev-alt{ transform:translate(-60%,-50%);}
	.next-alt{ transform:translate(-40%,-50%);}
}


.home_title{ text-align:center; color:#333; font-size: 3rem; font-weight: 900;}
.home_title span{ font-size:1rem; color:#0c419a; display:block; }
.home_subtitle{ text-align: center; color:#999; font-size:1.2rem; }

@media (min-width:992px){
	.home_title{ font-size: 3.6rem;}
}

.home_block1{ padding:30px 0 80px 0; color:#777; overflow: hidden; background-image: url(../img/home_bg1.jpg); background-position:top center; background-size: cover;}

.home_block1 .home_title{ color:#fff;}
.home_block1 .home_title span{color:#f3be65; }

.home_pickup_slick{ height:600px; }

.home_pickup_item{ margin:15px; }
.home_pickup_pic{ height:320px; overflow:hidden; }
.home_pickup_pic img{ width:100%; height:100%; object-fit: cover; object-position: center center; transition: all 0.3s;}
.home_pickup_item:hover .home_pickup_pic img{ transform:scale(1.2); }
.home_pickup_text{ padding:15px; }
.home_pickup_text h3{ color:#0c419a; font-weight:700; font-size: 1.4rem; border-bottom:1px solid #ccc; padding-bottom:15px; margin-bottom:15px; }
.home_pickup_text p{}


.home_pickup_more{ margin:30px 0; }
.home_pickup_more a{ padding:10px 30px; background-color:#0c419a; color:#fff; transition: 0.3s;}
.home_pickup_more a:hover{ background-color:#00b4d8; text-decoration:none; }
.home_pickup_more a i{ margin-left:15px; transition: 0.3s;}
.home_pickup_more a:hover i{ margin-left:25px; }

@media (min-width:992px){
	.home_pickup_text p{ height:5.5rem; }
}

.home_block2{ padding:40px 0; color:#777; overflow: hidden;}

.home_product_wrapper{ }

.home_product_text{ padding: 15px 0;}
.home_product_text h3{ color:#555; font-weight:700; font-size: 1.2rem; margin-bottom:15px; }
.home_product_text ul{ padding:0; list-style:none; }
.home_product_text ul li{ padding:5px 0; border-top:1px solid #ccc; }
.home_product_text ul li a{ color:#777; }
.home_product_text ul li a i{  margin-right:10px; }

@media (min-width:992px){
	.home_product_wrapper{ display:flex; flex-wrap:wrap; wrapmargin: 0 -15px;}
	.home_product_item{ width:33.33333333333%; padding: 15px; margin: 15px 0; border:0px solid #ccc; box-sizing: border-box;}
}

@media (min-width:1400px){
	.home_product_item{ width:20%; }
}





.home_block3_title{ padding:40px 0; background-color: #ededed;}
.home_block3{ padding:0 0 80px 0; color:#777; background-color: #ededed; overflow: hidden;}

.home_group_item{ margin:15px 0;  transition: 0.3s; position: relative;}
.home_group_item:hover{ transform: translateY(-10px);}
.home_group_item a{ position:absolute; width:100%; height:100%; background-color: #ededed; opacity:0;  transition: 0.3s;}
.home_group_item a:hover{opacity:0.4;}
.home_group_text{ padding:10px; font-size:0.9rem; text-align:center; }


.home_block4_title{ padding-top:40px; }

.home_block4{ padding:40px 0; color:#777; overflow: hidden;}

.home_news_more{margin: 30px 0; text-shadow: none;}
.home_news_more a{ color:#333;  transition: all 0.3s;}
.home_news_more a i{margin-left: 15px; -webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */ transition: all 0.3s;}
.home_news_more a:hover{ color:#0c419a; text-decoration: none;}
.home_news_more a:hover i{margin-left: 20px;}

.home_news_pic{ height:240px; margin: 20px 0; background-position:center; background-size:cover; }

.home_news_list{ padding:0; list-style:none; }
.home_news_list li{ padding:20px 0; border-bottom:1px solid #ccc; text-align: left; position:relative;}
.home_news_list li a{ position:absolute; z-index: 99; top:0; left:0; width:100%; height:100%; opacity:0; }

.home_news_date{ background-color:#0c419a; color:#fff; font-size:0.8rem; width:64px; height:64px; text-align:center; margin-bottom: 15px;}
.home_news_date span{ display:block; font-weight: 900; font-size:2.4rem; line-height: 2.6rem;}

.home_news_text h4{ color:#555; font-weight:700; transition: all 0.3s; }
.home_news_list li:hover .home_news_text h4{ color:#0c419a;}

@media (min-width:992px){
	.home_news_pic{ height:360px;}
	.home_news_date{ float:left; margin-bottom: 0;}
	
	.home_news_text{ margin-left:80px;}
	.home_news_text h4,
	.home_news_text p{white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
	.home_news_text p{ margin:0 ; }
	
}



.home_contact_block{ padding:32px 0; background-color:#ededed; }

.home_contact_text{ text-align:center;}
@media (min-width:992px){ .home_contact_text{ text-align:left;}}
.home_contact_text ul{ list-style:none; padding:0; font-size:0.95rem; margin-top:10px; color:#555;}



.site_map{ display:none;}
@media (min-width:992px){.site_map{ display:block;}}
.site_map_con h5 a{color:#0b4199; font-size:1.1rem;}
.site_map_con ul{ list-style:none; padding:0; font-size:0.95rem;}
.site_map_con ul li a{color:#555;}

.site_map_con h5 a:hover,
.site_map_con ul li a:hover{ color:#00b4d8; text-decoration:none;}




.page_bread{ background-color:#0c419a; margin:0; font-size:0.9rem; display:table; width:100%; position:relative;}
.page_bread .container-fluid{}
.page_bread .breadcrumb { background:none; float:left; text-align:left;   padding:15px 0 0 0;}
.page_bread .breadcrumb li{ border-radius:0; color:#fff;}
.page_bread .breadcrumb li::before{ color:#fff;}
.page_bread .breadcrumb a{ color:#fff;}
.page_bread .breadcrumb a:hover{color:#FC6; text-decoration:none;}


.page_banner{ background-position:center; background-size:cover; height:240px; position:relative;}
.page_banner h1{ text-align:center; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); color:#fff; text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;}


.page_anchor{ position: absolute; top:-88px; }

.page_block{ padding:80px 0; color:#777; overflow: hidden; }

.page_news_con{ position:relative; color:#777; border-bottom:0px solid #ccc; padding-bottom:15px; margin-bottom:30px;}
.page_news_pic{ height:auto;  background-position:center; background-size:cover;}
.page_news_text h4{ color:#555;}
.page_news_date{ margin:10px 0;}
.page_news_date .badge-primary{ background-color:#0c419a; margin-right: 10px;}
.page_news_date .badge-info{ background-color:#0c419a; margin-right: 10px;}

@media (min-width:992px){
	/*.page_news_pic{ width:320px; height:200px; float:left;}
	.page_news_text{ margin-left:360px;}*/
}
@media (min-width:1200px){
	/*.page_news_pic{ width:320px; height:200px; float:left;}
	.page_news_text{ margin-left:360px;}*/
	
}

.pagination .page-item .page-link{ color:#0c419a;}
.pagination .page-item.active .page-link{ background-color:#0c419a; border-color:#0c419a; color:#fff;}
.pagination { justify-content: center;}


.news_detail_block .container-fluid{ max-width:1200px;}
.news_detail_block .news_detail_title{ color:#555; border-bottom:1px solid #ccc; margin-bottom:15px; padding-bottom:15px;}

.news_detail_content img{ max-width:100%; height:auto;}

.back_btn{ margin:30px 0;}
.back_btn a{ padding:15px 40px; background-color:#f4b100; color:#fff; border-radius:0; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.back_btn a:hover{ background-color:#f8cc00; text-decoration:none;}






.about_pic_item{width:100%; height: 240px; border-radius: 5px; background-size: cover; background-position: center; position: relative;}
.about_pic_item a{ position: absolute; top:0; left:0; width:100%; height:100%; }

.about_pic_slick_nav{ margin:5px -5px; }
.about_nav_item{width:100%; height: 48px; margin: 5px; background-size: cover; background-position: center; cursor: pointer;}


.about_text ul{ padding:0; list-style:none; }
.about_text ul li{padding: 0; margin: 12px 0; font-size: 0.8rem;  background-color: #ededed;}
.about_text ul li span{padding: 10px; margin-right: 10px; background-color:#0c419a; color:#fff; width:120px; display: inline-block; text-align:center; }

.about_subtitle{ border-left:8px solid #60c1a1; padding-left: 15px; color:#555; font-weight: 700;}

@media (min-width:992px){
	.about_pic{ width:364px; float:left; }
	.about_text{ margin-left:384px; }
	.about_text ul li{font-size: 1rem; }
	.about_text ul li span{padding: 13px; margin-right: 15px; width:160px;}
}





.side_nav_title_wrapper{ padding:18px 0 8px 0; background-color:#0c419a; color:#fff; background-image:url(../img/side_title_bg.jpg); background-position:center;}
.side_nav_title{ padding-left:30px; font-size:1.6rem;}

.side_nav ul{ padding:0; list-style:none;}
.side_nav ul li{ }
.side_nav ul li a{ padding:10px 15px 10px 30px; color:#555; background-image:url(../img/arrow.png); background-repeat:no-repeat; background-position:-60px 16px; background-size:auto 12px; overflow:hidden; display:block; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.side_nav ul li a:hover,
.side_nav ul li a.active{ color:#0c419a; text-decoration:none; background-position:10px 16px;}
.side_nav ul .side_nav_sub li{}
.side_nav ul .side_nav_sub li a{ font-size:0.9rem; padding:2px 15px 2px 45px; background-image:none;}

.side_nav ul .side_nav_third{ padding-left: 70px; list-style:square; }
.side_nav ul .side_nav_third li a{font-size: 0.8rem; padding:2px 15px 2px 0;}


.product_block1{ padding:80px 0; color:#777; background-image:url(../img/team_bg3.jpg); background-position:center; background-size:cover;}
.product_title{ color:#555; border-bottom:1px solid #ccc; margin-bottom:15px; padding-bottom:15px; font-size: 2.6rem;}


.page_product_item{ margin:15px 0; }
.page_product_pic{ height:240px; overflow:hidden; }
.page_product_pic img{ width:100%; height:100%; object-fit: cover; object-position: center center; transition: all 0.3s;}
.page_product_item:hover .page_product_pic img{ transform:scale(1.2); }
.page_product_text{ padding:15px 0; }
.page_product_text h3{ color:#0c419a; font-weight:700; font-size: 1.4rem; border-bottom:1px solid #ccc; padding-bottom:15px; margin-bottom:15px; }
.page_product_text p{}


.page_product_more{ margin:30px 0; }
.page_product_more a{ padding:10px 30px; background-color:#0c419a; color:#fff; transition: 0.3s;}
.page_product_more a:hover{ background-color:#00b4d8; text-decoration:none; }
.page_product_more a i{ margin-left:15px; transition: 0.3s;}
.page_product_more a:hover i{ margin-left:25px; }

@media (min-width:992px){
	.page_product_text p{}
}




.page_product_detail_intro_wrapper{ position:relative; }
.page_product_detail_intro_pic img{ width:100%; height:auto; }

.page_product_detail_intro_text{ background-color:#ededed; padding:15px; }

.page_product_subtitle{background-color: #ededed; padding: 15px;}
.page_product_subtitle h3{border-left:8px solid #0c419a; padding-left: 10px; margin: 0;}

.page_product_detail_note h3{border-left: 8px solid #0c419a; padding-left: 10px; color:#555; font-size: 1.2rem; font-weight: 700;}
.page_product_detail_note ul{ padding-left:20px; }
.page_product_detail_note img{ max-width:100%; }

.page_product_table table thead{ background-color:#0c419a; color:#fff; }
.page_product_table table thead tr th:last-child{ width:150px; }

.page_product_table table tr th:last-child,
.page_product_table table tr td:last-child{ text-align:center; }

.page_product_table table tr td:last-child{ font-size:1.4rem; font-weight:900; }

@media (min-width:992px){
	.page_product_detail_intro_pic{ width:320px; float:left; }
	.page_product_detail_intro_text{ height:254px; margin-left:350px; padding: 45px;}

	.page_product_table table thead tr th:last-child{ width:240px; }
}



.page_group_title{ padding: 15px 20px; background-color: #0c419a; color:#fff; font-weight: 900;}

.page_group_item{ margin:30px 0; border-bottom:1px solid #ccc; position: relative;}
.page_group_anchor{ position:absolute; top:-120px; }
.page_group_pic{ margin-bottom:15px; }
.page_group_text h3{ color:#333; border-left:10px solid #0c419a; padding-left:10px; margin-bottom: 30px;}
.page_group_text ul{ list-style:none; padding-left:20px; }

@media (min-width:992px){
	.page_group_pic{ float:right; width:200px; }
}



.contact_block{}

.page_contact_info{ padding:0;}
.page_contact_info ul{ padding: 0; list-style:none;}
.page_contact_info ul li{ position: relative; padding:8px 0 8px 40px;}
.page_contact_info ul li i{ width: 32px; height: 32px; padding: 6px 0 0 0; position: absolute; top:6px; left:0; border:1px solid #0c419a; border-radius: 50%; color:#0c419a; text-align:center;  }

.page_contact_info iframe{}

.page_contact_form{ padding:0;}


.contact_block form{}
.contact_block form .form-group textarea{padding:25px; background-color:#fafafa; border-radius: 0; }
.contact_block form .form-group input{ padding:25px; background-color:#fafafa; border-radius: 0;}
.contact_block form .form-group select{ padding:0 22px; background-color:#fafafa; height:52px; border-radius: 0;}
.contact_block form .form-group button{ background-color:#0c419a; border-color:#0c419a; color:#fff; padding:15px 0; width:118px; text-align:center;  border-radius: 0;}
.contact_block form .form-group button[type="reset"]{background-color:#ccc; border-color:#ccc; color:#555;}

@media (min-width:992px){ 
	.contact_block h1{ font-size:4rem;}
}



@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
    max-width: none;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}


/*------------------cookies--------------------*/

#cookies-box {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: rgba(0,0,0,0.9);
    padding: 50px 50px;
    width: 100%;
	font-size: 1rem;
	line-height: 36px;
	color: #fff;
/*	display: none;*/
}
#cookies-box h4 {
    font-size: 1.3rem;
	font-weight: bold;
}
#cookies-box p {
    margin: 0;
}
#cookies-box a {
    color: #fff;
	border-bottom: 2px solid #60c1a1;
	padding-bottom: 2px;
	margin: 0 3px;
}
#cookies-box .cookies-btn {
	margin-top: 10px;
	text-align: center;
}
#cookies-box .cookies-btn a {
    display: inline-block;
    width: 140px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
	text-align: center;
}
#cookies-box .cookies-btn a:hover {
    background-color: #60c1a1;
	border-color: #60c1a1;
}

@media (min-width: 992px) {
	#cookies-box .cookies-btn {
		margin-top: -5px;
		margin-left: 50px;
	}  
}


.privacy_block .container-fluid{ max-width:1200px; }

.privacy_block h3{ color:#555; font-weight: 700; border-bottom:1px solid #ccc; padding-bottom:15px; margin-bottom:15px; }