@charset "UTF-8";
/* ------------------------------------------------------------------
author:        谷辰網路資訊
email:         service@gcii.tw
website:       http://www.gcii.tw
 -------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,textarea {	
	font:inherit;
	resize:none;
	vertical-align: bottom;
}

video {
	max-width: 100%;
	height: auto;
}

iframe,
embed,
object {
	max-width: 100%;
}

html,body {
	font-size: 15px;
	line-height: 20px;
	color: #323232;
	font-family: "PingFangTC-Regular","蘋方-繁","微軟正黑體","Microsoft JhengHei",sans-serif;
	letter-spacing: .8px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFEEA;
}

a {text-decoration: none !important;color: #323232;}
a:hover {color: #B01F21;}
a img {border: none;}
img {max-width: 100%;display:block;}
iframe {border: none !important;}

/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 20px 0;
}

h5,h6 { margin-bottom: 20px; }
h1 { font-size: 50px; }
h2 { font-size: 38px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
h4 { font-weight: 600; }
h5,h6 { font-weight: bold; }

/*
h1 > span:not(.nocolor),
h2 > span:not(.nocolor),
h3 > span:not(.nocolor),
h4 > span:not(.nocolor),
h5 > span:not(.nocolor),
h6 > span:not(.nocolor) { color: #808080; }*/

::-moz-placeholder {color: #abacad !important;opacity: 1;font-size: 14px;}
:-ms-input-placeholder {color: #abacad !important;opacity: 1;font-size: 14px;}
::-webkit-input-placeholder {color: #abacad !important;opacity: 1;font-size: 14px;}
::placeholder {color: #abacad !important;opacity: 1;}

/* wrapper */
#mainbody {		
	background-color:#FFFEEA;
	overflow: hidden;
}
#mainbody section {
	position: relative;
    width: 100%;
}
.mainpage {
	padding: 0px 0 0 0;
	margin: 0;
	background-image: none;
	background-repeat: no-repeat; 
	background-position: bottom right;
	background-color:#FFFEEA;
	width: 100%;
}
#mainbody {
	position:relative;
	width: 100%;
}
.main-page {
	position:relative;
	z-index: 1;
	padding: 0 100px;
}
.index .main-page {
	padding: 0 100px;
}
.page .main-page {
	padding: 0 100px;
}
/* wrapper */

/* header */
#header {
	position: fixed;
	z-index: 999;
	width: 100%;
	min-height: 134px;
	margin: 0;
	background-color: #FFFEEA;
    background-image: url('../img/menu_bg.png');
    background-repeat: no-repeat;
	background-position: top right;
}
.page #header {
	position: relative;
}
#header .container-fluid {
	padding-right: 0;
    padding-left: 0;
}
#header.set-fixed-bg {
	background-color: #FFFEEA;
}
#header .nav-menu {
	position: relative;
    z-index: 1;
}
#header .nav-menu ul.menu {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
#header .nav-menu ul.menu > li.header-logo-m {
    display: none;
}
#header .nav-menu ul.menu > li {
	position: relative;
    padding: 7px 50px;
    text-align: center;
}
#header .nav-menu ul.menu > li.header-logo {
    padding: 10px 70px;
}
#header .nav-menu ul.menu > li a {
	position: relative;
    color: #00A0D8;
    font-size: 18px;
	line-height: 45px;
    font-weight: 600;
    letter-spacing: 5px;
}
#header .nav-menu ul.menu > li a img {
	margin: 0 auto 8px auto;
    text-align: center;
}
#header .nav-menu ul.menu > li a.shake:hover img {
	-webkit-animation: tada 1s .2s ease both;-moz-animation: tada 1s .2s ease both;
}
@-webkit-keyframes tada{
	0%{-webkit-transform:scale(1);}
	10%, 20%{-webkit-transform:scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90%{-webkit-transform:scale(1.1) rotate(3deg);}
	40%, 60%, 80%{-webkit-transform:scale(1.1) rotate(-3deg);}
	100%{-webkit-transform:scale(1) rotate(0);}
}
@-moz-keyframes tada{
	0%{-moz-transform:scale(1);}
	10%, 20%{-moz-transform:scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90%{-moz-transform:scale(1.1) rotate(3deg);}
	40%, 60%, 80%{-moz-transform:scale(1.1) rotate(-3deg);}
	100%{-moz-transform:scale(1) rotate(0);}
}
@-webkit-keyframes flipInY{
	0%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;}
	40%{-webkit-transform:perspective(400px) rotateY(-10deg);}
	70%{-webkit-transform:perspective(400px) rotateY(10deg);}
	100%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1;}
}
@-moz-keyframes flipInY{
	0%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0;}
	40%{-moz-transform:perspective(400px) rotateY(-10deg);}
	70%{-moz-transform:perspective(400px) rotateY(10deg);}
	100%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1;}
}
#header .nav-menu ul.menu > li a:hover, #header .nav-menu ul.menu > li.active a {
    color: #00A0D8;
}
#header .nav-menu ul.menu > li > ul.subnav::before {
    content: "▲";
	position: absolute;
	left: 0;
    color: #00A0D8;
	font-size: 18px;
	margin-top: -17px;
	margin-left: calc((100% / 2) - 9px);
    text-align: center;
}
#header .nav-menu ul.menu > li > ul.subnav {
	position: absolute;
    z-index: 2;
	top: 133px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	margin-left: -50px;
}
#header .nav-menu ul.menu > li > ul.subnav li {
	width: 100%;
	padding: 1px 0;
    color: #00A0D8;
	text-align: center;
	font-size: 15px;
    letter-spacing: 2px;
}
#header .nav-menu ul.menu > li > ul.subnav li:hover {	
	background-color: rgba(255, 219, 91, 0.9);
}
#header .nav-menu ul.menu > li > ul.subnav li a {
	width: 100%;
	display: inline-block;
    color: #00A0D8;
	font-size: 15px;
    letter-spacing: 2px;
}
/* header */

/* index */
.index_banner {
	position: relative;
	width: 100%;
	padding-top: 134px;
}
.rev_slider_wrapper .rev_slider .tp-caption .slide-content {
    font-size: 36px;
    line-height: 40px;
	letter-spacing: 10px;
	font-weight: 600;
    text-align: center;
}
.rev_slider_wrapper .rev_slider .tp-caption .slide-content-btn {
	position: relative;
	display: inline-block;
	background: transparent;
	/*background: #000000;
	color: #CA9068;
    width: 120px;
    height: 120px;
	border-radius: 50%;
	opacity: 0.95;
    text-align: center;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);*/
}
.rev_slider_wrapper .rev_slider .tp-caption .slide-content-btn a {
	position: relative;
	display: inline-block;
	width: 60px;
	color: #CA9068;    
	font-size: 24px;
    line-height: 35px;
	letter-spacing: 5px;
	margin: 25px auto 0 auto;
}
.rev_slider_wrapper .rev_slider .tp-bullets .tp-bullet {
    width: 20px;
    height: 20px;
	border-radius: 50%;
    position: absolute;
    background: rgba(255,255,255,.3);
    border: 1px solid #00A3D9;
    cursor: pointer;
}
.rev_slider_wrapper .rev_slider .tp-bullets .tp-bullet.selected, .rev_slider_wrapper .rev_slider .tp-bullets .tp-bullet:hover {
	background: #00A3D9;
}
.index_01 {
	position: relative;
	min-height: 200px;
	text-align: center;	
	background-color: #FFFEEA;
}
.index_01 h3 {
	position: relative;
    z-index: 3;
	color: #ffffff;
	font-size: 40px;
	line-height: 50px;	
	letter-spacing: 5px;
	padding-top: 40px;
}
.index_01_01 {
	position: absolute;
    background-image: url('../img/index_01.png');
    background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	min-height: 216px;
	top: -50px;
    z-index: 2;
}
.index_02 {
	background-color: #FFFEEA;
	padding: 40px 0;
}
.index_02_01 {
	text-align: center;
}
.index_02_01 img {
	text-align: center;
	margin: 0 auto;
}
.index_02_01 h3 {
	color: #00A0D8;
	font-size: 25px;
	line-height: 40px;
	letter-spacing: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.index_02_01 h4 {
	color: #ffffff;
	display: inline-block;	
	background-color: #FFC452;
	padding: 3px 20px;
	border-radius: 20px;
	text-align: center;
}
.index_02_01 p {
	font-size: 15px;
	line-height: 25px;
}
.index_02_02 {
	margin-top: 100px;
	margin-bottom: 10px;
}
.index_02_02 a {
	color: #00A0D8;
	font-size: 18px;
	line-height: 25px;
	padding: 3px 20px;
	border-radius: 20px;
	border: 1px solid #00A0D8;
}
/* index */

/* page */
.page_banner {
	position: relative;
    background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-color: #CCCCCC;
}
.page_banner h3 {
	padding : 650px 0 50px 0;
	font-size: 40px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 8px;
	color: #FFFFFF;
	text-align: center;
}
.page_banner_no {
	position: relative;
	width: 100%;
	text-align: center;
}
.page_banner_no_01 {
	width: 1320px;
	padding : 50px 0 30px 0;
    border-bottom: 1px solid #00A0D8;
	text-align: center;
	margin: 0 auto;
}
.page_banner_no_01 h3 {
	font-size: 40px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 8px;
	color: #00A0D8;
	text-align: center;
}
.page_breadcrumb {
	position: relative;
	width: 100%;
	text-align: center;
}
.page_breadcrumb_01 {
	width: 1320px;
	padding : 50px 0;
	text-align: left;
	margin: 0 auto;
}
.page_breadcrumb a.active {
	color: #F7BD3D;
}
.page_breadcrumb a {
	color: #00A0D8;
}
nav ul.pagination .page-link {
    color: #00A0D8;
    background-color: transparent;
    border: 0px solid transparent;
	padding: 0.35rem 1rem;
}
nav ul.pagination .page-item .page-link {
	font-size: 18px;
}
nav ul.pagination .page-item.active .page-link {
    background-color: transparent;
    border-color: transparent;
    color: #F7BD3D;
}
.pcBr {
	display: block;
}
.mobileBr {
	display: inline-block;
}
.htmlDetail strong {
	font-weight: 600;
}
.htmlDetail ul {
    list-style-type: disc;
}
.htmlDetail ol {
    list-style-type: decimal;
}
.htmlDetail ol li, .htmlDetail ul li {
	margin: 0 0 0 45px;
	padding: 0 0 0 0px;
} 
.htmlDetail p {
	margin-bottom: 10px;
}
.htmlDetail img {
	max-width: 100%;
    display: unset;
}
/* page */

/* about */
.about_01 {
	position: relative;
}
.about_01 h3 {
	font-size: 28px;
	color: #00A0D8;
	letter-spacing: 5px;
	margin-bottom: 30px;
}
.about_02 {
	position: relative;
    background-image: url('../img/about_01.png');
    background-repeat: no-repeat;
	background-position: top center;
    width: 100%;
	background-color:#ffffff;
	padding: 60px 0;
}
.about_02 h3 {
	font-size: 28px;
	color: #00A0D8;
	letter-spacing: 5px;
	margin-bottom: 30px;
}
.about_02 p {
	line-height: 30px;
}
.about_03 {
	position: relative;
    width: 90% !important;
	background-color:#FFFEEA;
	padding: 60px 0;
	text-align: center;
	margin: 0 auto;
}
.about_03 h3 {
	font-size: 28px;
	color: #00A0D8;
	letter-spacing: 5px;
	margin-bottom: 30px;
}
.about_03_01 img {
	text-align: center;
	margin: 0 auto;
}
.about_03_02 img {
	padding: 50px 0;
	text-align: center;
	margin: 0 auto;
}
.about_04 {
	position: relative;
    background-image: url('../img/about_07.png');
    background-repeat: no-repeat;
	background-position: top center;
	background-color: #FFFFFF;
	padding: 80px 0;
	text-align: center;
	margin: 0 auto;
}
.about_04 .container-fluid {
	position: relative;
	z-index: 2;
}
.about_04 h3 {
	font-size: 28px;
	color: #00A0D8;
	letter-spacing: 5px;
	margin-bottom: 30px;
}
.about_04_01 {
    width: 75% !important;
	text-align: center;
	margin: 0 auto 50px auto;
}
.about_04_01 a {
	margin-bottom: 15px;
}
.index_04_02 a {
	display: inline-block;
	color: #00A0D8;
	font-size: 18px;
	line-height: 25px;
	padding: 5px 25px;
	border-radius: 20px;
	border: 1px solid #00A0D8;
}
.index_04_03 {
	position: absolute;
	z-index: 1;
	top: -60px;
	left: 0;
	text-align: left;
}
.index_04_04 {
	position: absolute;
	z-index: 1;
	bottom: 10px;
	right: 0;
	text-align: right;
}
/* about */

/* photo */
.photo_01 {
    width: 100%;
	background-color:#FFFEEA;
	padding: 60px 0;
}
.photo_01 h3 {
	font-size: 28px;
	color: #00A0D8;
	letter-spacing: 5px;
	margin-bottom: 30px;
}
.photo_01_01 {
	margin: 30px 0;
}
.photo_01_01 img {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: -15px;
}
.photo_01_01 span {
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: #00A2DA;
	text-align: center;
}
.photo_01_02 {
	position: absolute;
	top: 100px;
	left: 0;
	text-align: left;
}
.photo_01_03 {
	position: absolute;
	top: 200px;
	left: 0;
	text-align: left;
}
.photo_01_04 {
	position: absolute;
	bottom: 0px;
	right: 0;
	text-align: right;
}
.photo_02 {
	padding: 50px 0 20px 0;
}
.photo_02_a {
	position: relative;
    background-image: url('../img/photo_04.png');
    background-repeat: no-repeat;
	background-position: top center;
	background-color: #FFFFFF;
}
.photo_02_b {
	position: relative;
    background-image: url('../img/photo_05.png');
    background-repeat: no-repeat;
	background-position: top center;
	background-color: #FFFEEA;
}
.photo_02 h3 {
	position: relative;
	display: inline-block;
	font-size: 22px;
	color: #00A2DA;
	letter-spacing: 5px;
	margin: 0 5px 30px 5px;
}
.photo_02 h3:before {
	content: '';
	position: absolute;
	background-color: #F7BD3D;
	left: -75px;
	width: 50px;
	height: 4px;
	top: 15px;
}
.photo_02 h3:after {
	content: '';
	position: absolute;
	background-color: #F7BD3D;
	right: -70px;
	width: 50px;
	height: 4px;
	top: 15px;
}
.photo_02_01 {
	text-align: center;
	margin: 0 auto 20px auto;	
}
/* photo */

/* news */
.news_01 {
	padding: 50px 0;
}
.news_01_01 {
	position: relative;
	padding: 0 50px 0 0;
	display: inline-block;
}
.news_01_01:after {
	content: '';
	position: absolute;
	background-color: #AAAAAA;
	right: 25px;
	width: 2px;
	height: 30px;
	top: -5px;
}
.news_01_01 a {
	color: #00A0D8;
	font-size: 28px;
	height: 30px;
	letter-spacing: 5px;
}
.news_01_01:last-child:after {
	content: '';
	position: absolute;
	background-color: transparent;
	right: 0px;
	width: 0px;
	height: 0px;
	top: 0px;
}
.news_01_01.active a, .news_01_01 a:hover {
	color: #F7BD3D;
}
.news_02_01 {
	margin : 0 auto 30px auto;
}
.news_02_01_01 img {
	border-radius: 20px;
}
.news_02_01 h5 {
	color: #00A0D8;
	font-size: 14px;
	text-align: left;
	margin : 10px 0 8px 0;
}
.news_02_01 h3 {
	color: #00A0D8;
	font-size: 18px;
	text-align: left;
	margin : 0 0 10px 0;
}
.news_02_01 a:hover h3 {
	color: #F7BD3D;
}
.news_02_02 {
	position: absolute;
	top: 200px;
	right: 0;
	text-align: right;
}
.news_03 {
	padding: 0 0 50px 0;
}
.news_03_01 {
	text-align: center;
}
.news_03_01 h3 {
	font-size: 24px;
	color: #00A0D8;
}
.news_03_01 h4 {
	font-size: 15px;
	color: #00A0D8;
}
.news_03_01 h4 span {
	display: inline-block;
	margin-left: 50px;
}
.news_03_02 {
	text-align: left;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 2px;
}
.news_03_03 {
	position: absolute;
	top: 10%;
	left: 0;
	text-align: left;
}
.news_03_04 {
	position: absolute;
	top: 40%;
	right: 0;
	text-align: right;
}
.news_04 {
	padding: 50px 0 100px 0;
}
.news_04_01 {
	position: relative;
	display: inline-block;
	font-size: 22px;
	color: #00A2DA;
	letter-spacing: 5px;
	margin: 0 5px 30px 5px;
}
.news_04_01:before {
	content: '';
	position: absolute;
	background-color: #F7BD3D;
	left: -75px;
	width: 50px;
	height: 4px;
	top: 15px;
}
.news_04_01:after {
	content: '';
	position: absolute;
	background-color: #F7BD3D;
	right: -70px;
	width: 50px;
	height: 4px;
	top: 15px;
}
.news_04_021 {
	position: relative;
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 50px 0 50px 50px;
    border-radius: 70px;
	opacity: .8;
}
.news_04_021:hover {
	opacity: 1;
}
.news_04_021 h5 {
	font-size: 13px;
	color: #FFFFFF;
	margin-bottom: 0px;
}
.news_04_021 a h3 {
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 5px;
}
/* news */

/* health */
.health_01 {
	padding: 50px 0;
}
.health_menu {
	width: 25%;
	float: left;
}
.health_menu a {
	position: relative;
	display: inline-block;
    border-radius: 15px;
	padding: 5px 5px 5px 20px;
	min-width: 180px;
	margin-bottom: 10px;
	background-color: #00A0D8;	
	color: #FFFFFF;
}
.health_menu a.active, .health_menu a:hover {
	background-color: #F7BD3D;
	color: #00A0D8;	
}
.health_list {
	width: 75%;
	float: right;
}
.health_list_01 {
	position: relative;
	padding: 0 0 15px 30px;
}
.health_list_title {
	float: left;
}
.health_list_01:nth-child(odd) .health_list_title:before {
	content: '';
	position: absolute;
    background-image: url('../img/health_01.png');
    background-repeat: no-repeat;
	background-position: top center;
	width: 17px;
	height: 17px;
	left: 0px;
	top: 1px;
}
.health_list_01:nth-child(even) .health_list_title:before {
	content: '';
	position: absolute;
    background-image: url('../img/health_02.png');
    background-repeat: no-repeat;
	background-position: top center;
	width: 17px;
	height: 17px;
	left: 0px;
	top: 1px;
}
.health_list_title a {
	display: inline-block;
	color: #6B6B6B;
}
.health_list_title a:hover {
	color: #00A0D8;	
}
.health_list_date {
	float: right;
	color: #6B6B6B;	
}
.health_02 {
	padding: 0 0 50px 0;
}
.health_03 {
	position: relative;
    background-image: url('../img/health_03.png');
    background-repeat: no-repeat;
	background-position: top center;
	background-color:#ffffff;
	padding: 70px 0 0 0;
	min-height: 285px;
}
.health_03_01 {
	position: relative;
    width: 230px;
	float: left;
}
.health_03_011 {
	position: relative;
	z-index: 1;
	right: 22px;
	float: right;
}
.health_03_011 img {
    width: 161px;
    border-radius: 20px;
}
.health_03_012 {
	position: absolute;
	z-index: 2;
	right: 0;
	text-align: right;
}
.health_03_012 img {
}
.health_03_02 {
	float: left;
	padding-left: 50px;
}
.health_03_02 h3 {
	display: inline-block;
	font-size: 18px;
	color: #FFFFFF;
    border-radius: 20px;
	padding: 5px 30px;
	margin-bottom: 15px;
	background-color: #00A0D8;	
}
.health_03_021 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 140px;
}
.health_03_021 span {
	display: inline-block;
	font-size: 16px;
	color: #000000;
	padding: 5px 0;
}
.health_04 {
	padding: 50px 0;
}
.health_04 .pager-link {
	font-size: 15px;
	color: #00A0D8;	
}
.health_04 .pager-link.pager-link-prev {
	float: left;
}
.health_04 .pager-link.pager-link-next {
	float: right;
}
/* health */

/* contact */
.contact_01 {
	padding: 50px 0 0 0;
}
.contact_01_01 i {
	color: #39CD00;
	font-size: 80px;
}
.contact_01_01 h3 {
	color: #39CD00;
	font-size: 20px;
	margin-top: 15px;
}
.contact_01_02 i {
	color: #2082ED;
	font-size: 80px;
}
.contact_01_02 h3 {
	color: #2082ED;
	font-size: 20px;
	margin-top: 15px;
}
.contact_02 {
	padding: 50px 0 0 0;
}
.contact_02_01 {
	text-align: center;
	height: 60px;
}
.contact_02_01:before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 1px;
	top: 30px;
	left: 0;
	background-color: #F9BF3D;	
}
.contact_02_01 h3 {
	position: relative;
	display: inline-block;
	z-index: 2;
	font-size: 18px;
	color: #FFFFFF;
    border-radius: 20px;
	padding: 6px 30px;
	margin: 10px auto 0 auto;
	background-color: #F9BF3D;	
	letter-spacing: 5px;
}
.contact_02_02 {
	padding: 30px 0 0 0;
}
.contact_02_02 .form-group {
	margin-bottom: 25px;
}
.contact_02_02 .form-group label {
	font-size: 16px;
	color: #00A0D8;
	margin-bottom: 10px;
	padding-left: 10px;
}
.contact_02_02 .form-group input {
	border: 1px solid #00A0D8;
    border-radius: 25px;
	height: 46px;
	margin-bottom: 10px;
}
.contact_02_02 .form-group textarea {
	display: block;
	width: 100%;
	height: 300px;
	border: 1px solid #00A0D8;
    border-radius: 25px;
	margin-bottom: 10px;
	padding: 10px 20px;
}
.contact_02_03 {
	text-align: right;
	padding-right: 10px;
}
.contact_02_03 .btn {
	background-color: #00A0D8;	
	border: 1px solid #00A0D8;
	color: #FFFFFF;
    border-radius: 25px;
	padding: 6px 25px;
	margin: 0 5px;
	letter-spacing: 3px;
	text-align: center;
}
.contact_03 {
	padding: 30px 0 30px 0;
}
.contact_03_01 {
	text-align: center;
	height: 60px;
}
.contact_03_01:before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 1px;
	top: 30px;
	left: 0;
	background-color: #F9BF3D;	
}
.contact_03_01 h3 {
	position: relative;
	display: inline-block;
	z-index: 2;
	font-size: 18px;
	color: #FFFFFF;
    border-radius: 20px;
	padding: 6px 30px;
	margin: 10px auto 0 auto;
	background-color: #F9BF3D;	
	letter-spacing: 5px;
}
.contact_03_02 {
	padding: 50px 0;
}
/* contact */

/* search */
.search_01 {
	padding: 100px 0 50px 0;
}
.search_01_01 {
	position: absolute;
	top: -50px;
	left: 0;
	text-align: left;
}
.search_01 h3 {
	color: #00A0D8;
	font-size: 30px;
}
.search_01 h3 span {
	color: #F29494;
}
.search_01 h4 {
	color: #00A0D8;
	font-size: 16px;
}
.search_02_01 {
	text-align: left;
	margin: 20px 0 40px 0;
	border-bottom: 1px solid #F7BD3D;
}
.search_02_01 h3 {
	font-size: 18px;
	color: #00A0D8;
	margin: 0 0 10px 0;
}
.search_02_01 h3 span {
	color: #F7BD3D;	
}
.search_02_01 p {
	margin: 0 0 10px 0;
	color: #000000;	
}
.search_02_01 h4, .search_02_01 h4 a {
	text-align: right;
	font-size: 16px;
	color: #00A0D8;
	margin: 0 0 10px 0;
}
/* search */

/* footer */
.footer {
	position: relative;
    background-image: url('../img/footer_bg.png');
    background-repeat: no-repeat;
	background-position: top center;
    width: 100%;
	background-color:#00A0D8;
	padding: 25px 0;
}
.footer2 {
	position: relative;
    background-image: url('../img/footer_bg2.png');
    background-repeat: no-repeat;
	background-position: top center;
    width: 100%;
	background-color:#00A0D8;
	padding: 25px 0;
}
.footer-main {
    width: 80%;
	margin: 0 auto;
	text-align: center;	
	color: #ffffff;
}
.footer-main-01 {
	text-align: center;	
	padding: 50px 0 20px 0;
}
.footer-main-01 img {
	margin: 0 auto;
    width: 150px;
}
.footer-main-02 {
	padding: 0 0 0 450px;
	display: flex;
	justify-content: flex-start;
	color: #ffffff;
    font-size: 18px;
	line-height: 35px;
}
.footer-main-021 {
	text-align: left;
	padding: 0 100px 0 0;
}
.footer-main-022 {
	text-align: left;
	padding: 0 100px 0 0;
}
.footer-main-022 a {
	color: #ffffff;
}
.footer-main-023 {
	text-align: left;
	padding: 20px 0 0 0;
}
.footer-main-023 a {
	margin: 0 8px;
}
.footer-main-023 i {
	color: #ffffff;
    font-size: 40px;
}
.footer-copyright {
	padding-top: 25px;
    font-size: 15px;
	color: #ffffff;
	text-align: center;	
}
.footer-copyright a {
	color: #ffffff;
}
/* footer */

/* scroll up */
#scroll-up {
    position: fixed;
    z-index: 8000;
	width: auto;
    bottom: 20px;
    right: 15px; 
    text-align: center;
    text-decoration: none;
	margin: 0 auto;
    cursor: pointer;
	opacity: 0;
    -webkit-transition: all 0.3s;
			transition: all 0.3s;
}
#scroll-up.go-top-fade-out {
	opacity: 1;
}
#scroll-up img {
	width: 80%;
}
/* widthcroll up */

/* mobile menu */
.button_container {
	display: none;
	position: fixed;
	top: 38px;
	right: 20px;
	height: 27px;
	width: 35px;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: opacity .25s ease;
			transition: opacity .25s ease;
}
.button_container:hover {
	opacity: .7;
}
.button_container.active .top {
	-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
		-ms-transform: translateY(11px) translateX(0) rotate(45deg);
			transform: translateY(11px) translateX(0) rotate(45deg);
	background: #FFF;
}
.button_container.active .middle {
	opacity: 0;
	background: #FFF;
}
.button_container.active .bottom {
	-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
			transform: translateY(-11px) translateX(0) rotate(-45deg);
	background: #FFF;
}
.button_container span {
	background: #00A0D8;
	border: none;
	height: 3px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
			transition: all .35s ease;
	cursor: pointer;
}
.button_container span:nth-of-type(2) {
	top: 11px;
}
.button_container span:nth-of-type(3) {
	top: 22px;
}
.overlay {
	position: fixed;
	background: #00A0D8;
	z-index: 99;
	top: 0;
	right: 0;
	width: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .35s, visibility .35s, width .35s;
			transition: opacity .35s, visibility .35s, width .35s;
	/*overflow: hidden;*/
}
.overlay.open {
	opacity: .9;
	visibility: visible;
	background-color: rgba(250, 250, 250, 0.5);
	width: 100%;
	height: 100vh;
}
.overlay .overlay-menu {
	position: absolute;
	z-index: 999;
	top: calc(100vh / 2);
	right: 0;
	width: 280px;
	height: 100vh;
	background-color: rgba(0, 160, 216, 1);
	padding-top: 70px;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}
.overlay.open .overlay-menu ul li {
	-webkit-animation: fadeInRight .5s ease forwards;
			animation: fadeInRight .5s ease forwards;
	-webkit-animation-delay: .35s;
			animation-delay: .35s;
}
.overlay.open .overlay-menu ul li:nth-of-type(2) {
	-webkit-animation-delay: .4s;
			animation-delay: .4s;
}
.overlay.open .overlay-menu ul li:nth-of-type(3) {
	-webkit-animation-delay: .45s;
			animation-delay: .45s;
}
.overlay.open .overlay-menu ul li:nth-of-type(4) {
	-webkit-animation-delay: .50s;
			animation-delay: .50s;
}
.overlay-menu ul {
	list-style: none;
	padding: 0;
	margin-left: 20px;
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
}
.overlay-menu ul li {
	position: relative;
	display: block;
	padding: 12px 0;
	text-align: left;
	opacity: 0;
}
.overlay-menu ul li a {
	position: relative;
    z-index: 2;
	display: block;
	color: #FFFFFF;
    font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	text-decoration: none;
	overflow: hidden;
	padding-bottom: 3px;
	text-align: left;
}
.overlay-menu ul li a:hover:after, .overlay-menu ul li a:focus:after, .overlay-menu ul li a:active:after {
	width: 100%;
}
.overlay-menu ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	height: 1px;
	background: #ffffff;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	-webkit-transition: .35s;
			transition: .35s;
}
.overlay-menu ul li ul.subnavM li {
	padding: 20px 0 0 10px;
}
.overlay-menu ul li ul.subnavM a {
	font-size: 20px;
	color: #ffffff;
}
.overlay-menu ul li.lang a {
	display: inline !important;
}
.overlay-menu ul li.share a {
	display: inline !important;
	padding: 0 10px 0 0;
}
.overlay-menu ul li.share a i {
	font-size: 30px;
}
/* mobile menu */

/* search menu */
.overlay-search {
	position: fixed;
	background: #FFC452;
	z-index: 99;
	top: 0;
	right: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .35s, height .35s;
			transition: opacity .35s, height .35s;
	overflow: hidden;
}
.overlay-search.open {
	opacity: .9;
	visibility: visible;
	background-color: rgba(250, 250, 250, 0.9);
	width: 100%;
	height: 300px;
}
.overlay-search-item {
	padding: 100px 0;
}
.overlay-search-item h3 {
	color: #00A0D8;
}
.overlay-search-input {
	width: 80%;
    border: 1px solid #00A0D8;
    border-radius: 25px;
    height: 46px;
	padding: 2px 20px;
}
.overlay-search-item input {
	display: inline-block;
    border: 0px solid transparent;
	background-color: transparent;
    height: 40px;
	width: 800px;
	color: #00A0D8;
}
.overlay-search-item button {
	display: inline-block;
	float: right;
    border: 1px solid #00A0D8;
	color: #FFFFFF;
	background-color: #00A0D8;
	width: 70px;
	height: 44px;
	border-radius: 0 25px 25px 0;
	margin: -2px -25px 0 0;
}
.overlay-search-x {
	position: absolute;
	z-index: 2;	
	right: 20px;
	cursor: pointer;
}
.overlay-search-x i {
    font-size: 30px;
	color: #00A0D8;
}
/* search menu */

/* other */
.page-link {color: #323743;background-color: #fff;border: 1px solid #dee2e6;}
.page-link:hover {color: #323743;}
.page-item.disabled .page-link {color: #000000;background-color: #fff;border-color: #dee2e6;}
.page-item.active .page-link {background-color: #323743;border-color: #323743;}
.page-link {padding: 0.35rem 0.75rem;}
.swiper-pagination-bullet-active {opacity: 1;background: #c90505;}

.blockcolor { color: #000000 !important;}
.redcolor { color: #C30C21 !important;}
.bluecolor { color: #005498 !important;}
.bluecolor2 { color: #009AE4 !important;}
.greencolor { color: #91C423 !important;}
.whitecolor { color: #ffffff !important;}

.bg-white {background-color: #ffffff !important;}
.bg-gray {background-color: #E4E4E5 !important;}
.bg-blue {background-color: #005498 !important;}
.bg-blue2 {background-color: #009AE4 !important;}
/* other */