@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Paytone+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');

/* CSS Document */

/*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,
caption, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, .figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
border: 0;
font-size: 100%;
font-family: 微軟正黑體,Microsoft JhengHei,arial,serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, .figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}

html{height:100%;}
body{line-height:1; color:#000!important; background-color:#fff!important; position:relative;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:''; content:none;}
table{border-collapse:collapse; border-spacing:0;}
sup{vertical-align:super;}

a{font-size:16px; color:#00aced; text-decoration:none;}
a{transition:all 0.5s ease 0s;}

p{font-size:16px; color:#000; line-height:1.5em;}

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

.img-cover{
    display:block;
    height:0;
    text-align:center;
    padding-bottom:75%;
    overflow:hidden;
    position:relative;
	}

.img-cover>img{
    height:100%!important;
    max-width:100%;
    min-width:100%;
    object-fit:cover;
    -moz-object-fit:cover;
    -ms-object-fit:cover;
    -o-object-fit:cover;
    -webkit-object-fit:cover;
    position:absolute;
    transform:translate(-50%, 0) scale(1);
    transition:all 0.3s;
	}

.list-setting{padding-left:0; list-style:none;}
.list-setting>li{position:relative;}

.item-link{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:30;
	}

button{cursor:pointer;}

:focus{outline:0;}

.admin-setup-div button{
	font-size:12px;
	padding-block:0;
	border:2px solid #00ff00;
	border-radius:5px;
	}

.buttonPadding{padding:5px 7px!important;}

table{width:100%; text-align:center; margin-bottom:30px;}
table tr:nth-child(odd){background-color:#eee;}
table tr:nth-child(1){background-color:#d9eafd;}
table th, table td{padding:10px; vertical-align:middle;}
table td{border:1px solid #777; color:#333;}
table ul li{text-align:left;}

.text-center{text-align:center;}

.text-right{text-align:right;}

.high-center{
    display:flex;
    flex-wrap:wrap;
    align-content:center;
	}

.main-wrapper{width:100%; overflow:hidden;}

/*button style*/
.blockBtnBox{
	margin-top:20px;
	display:flex;
	justify-content:flex-end;
	}

.moreBtn{
	margin-right:15px;
	background-color:#00aced;
	clip-path:polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 30%);
	transition:all 0.4s ease;
	display:inline-block;
	position:relative;
	}

.moreBtn a{
	padding:15px 35px;
	display:flex;
    justify-content:center;
    align-items:center;
	}

.moreBtn i{
    font-size:12px;
    color:#00aced;
    padding:8px;
    margin-right:7px;
    background-color:#fff;
    border-radius:999em;
    transition:all 0.4s ease;
	}

.moreBtn i.fa-angle-right{padding:8px 10px;}
.moreBtn i.fa-angle-left{padding:8px 10px;}

.moreBtn a span{color:#fff;}

.moreBtn:hover{background-color:#004c78;}
.moreBtn:hover i{color:#004c78;}

/*start*/
.body.top-menu-open{height:100vh; overflow:hidden;}

#wrapper{
    height:100%;
	min-height:100%;
    overflow:hidden;
	position:relative;
	}

header{
    background-color: #fff;
    border-bottom: 1px solid #b1cde2;
	width:100%;
	position:fixed;
	z-index:9999;
	}

/*選單展開按鈕_start*/
.navTrigger{
	width:44px;
    height:44px;
    position:absolute;
    right:24px;
    top:13px;
    background-color:#5ad2ff;
    border-radius:50%;
    display:none;
	}

.navTrigger a{
    display:block;
    height:100%;
    position:relative;
    border-radius:50%;
    background-color:#5ad2ff;
    -webkit-transition:background-color .8s ease-in-out;
    -o-transition:background-color .8s ease-in-out;
    transition:background-color .8s ease-in-out;
	}

.navTrigger a::after,
.navTrigger a::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    margin:auto;
    width:19px;
    height:2px;
    background-color:#fff;
    -webkit-transition:-webkit-transform .2s ease-in-out;
    transition:-webkit-transform .2s ease-in-out;
    -o-transition:transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
    transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	}

.navTrigger a::before{top:17px;}
.navTrigger a::after{top:25px;}

.navTrigger.active a{background-color:#b3b3b3;}

.navTrigger.active a::before{
    -webkit-transform:rotate(45deg) translate(3px, 3px);
    -ms-transform:rotate(45deg) translate(3px, 3px);
    transform:rotate(45deg) translate(3px, 3px);
	}

.navTrigger.active a::after{
    -webkit-transform:rotate(-45deg) translate(3px, -2.5px);
    -ms-transform:rotate(-45deg) translate(3px, -2.5px);
    transform:rotate(-45deg) translate(3px, -2.5px);
	}

.trigger-bg{
    width:44px;
    height:44px;
    border-radius:50%;
    background-color:#004c78;
    pointer-events:none;
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
    transform:scale(0);
    opacity:0;
    -webkit-transition:opacity .3s cubic-bezier(.4,.1,.3,1) .5s, -webkit-transform .8s cubic-bezier(.4,.1,.3,1);
    transition:opacity .3s cubic-bezier(.4,.1,.3,1) .5s, -webkit-transform .8s cubic-bezier(.4,.1,.3,1);
    -o-transition:transform .8s cubic-bezier(.4, .1, .3, 1), opacity .3s cubic-bezier(.4, .1, .3, 1) .5s;
    transition:transform .8s cubic-bezier(.4,.1,.3,1), opacity .3s cubic-bezier(.4,.1,.3,1) .5s;
    transition:transform .8s cubic-bezier(.4,.1,.3,1), opacity .3s cubic-bezier(.4,.1,.3,1) .5s, -webkit-transform .8s cubic-bezier(.4,.1,.3,1);
    position:fixed;
    right:24px;
    top:13px;
    }

.navTrigger.active .trigger-bg{
    -webkit-transform:scale(60);
    -ms-transform:scale(60);
    transform:scale(60);
    opacity:1;
    -webkit-transition:opacity .3s cubic-bezier(.4,.1,.3,1), -webkit-transform .8s cubic-bezier(.4,.1,.3,1);
    transition:opacity .3s cubic-bezier(.4,.1,.3,1), -webkit-transform .8s cubic-bezier(.4,.1,.3,1);
    -o-transition:transform .8s cubic-bezier(.4, .1, .3, 1), opacity .3s cubic-bezier(.4, .1, .3, 1);
    transition:transform .8s cubic-bezier(.4,.1,.3,1), opacity .3s cubic-bezier(.4,.1,.3,1);
    transition:transform .8s cubic-bezier(.4,.1,.3,1), opacity .3s cubic-bezier(.4,.1,.3,1), -webkit-transform .8s cubic-bezier(.4,.1,.3,1);
	}

/*選單展開按鈕_end*/

nav{position:relative;}

.nav-container{
    width:100%;
    max-width:1400px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
	}

.main-menu{
    padding-left:0;
    list-style:none;
    display:flex;
    justify-content:flex-end;
	}

.main-logo{
	max-width:280px;
	margin-top:15px;
	margin-left:20px;
	margin-bottom:15px;
	position:relative;
	z-index:9999;
	}

.mobile-logo{
	max-width:280px;
	margin-top:15px;
	margin-left:20px;
	position:relative;
	z-index:9999;
	display:none;
	}

.main-logo a, .mobile-logo a{display:block;}

.mobile-logo::before{
	content:"";
    pointer-events:none;
    opacity:0;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    right:0;
    margin:auto;
    background:url(../../../../img/logo_w.png) 50% / contain no-repeat;
    -webkit-transition:opacity .2s ease-in-out;
    -o-transition:opacity .2s ease-in-out;
    transition:opacity .2s ease-in-out;
	}

.top-menu-open .main-logo{display:none;}
.top-menu-open .mobile-logo a{opacity:0;}
.top-menu-open .mobile-logo::before{opacity:1;}

.nav-container>ul>li{padding:10px 18px;}

.nav-container>ul>li>a{
	color:#000;
	font-size:16px;
	text-decoration:none;
	padding:15px 0;
	letter-spacing:.1em;
	position:relative;
	transition:all 0.5s;
	}

.nav-item>a:hover{color:#00aced;}

.nav-container>ul>li>a::after{
    content:"";
    position:absolute;
    height:2px;
    width:100%;
    transform:scale(0,1);
    background:#00aced;
    transition:all 0.2s ease-in-out;
    top:40px;
    border-radius:5px;
    left:0%;
	}

.nav-container>ul>li a:hover::after{transform:scale(1,1);}

.nav-icon-box{position:absolute; top:0; right:5%;}

.nav-social-list{
    display:flex;
    justify-content:center;
    align-items:center;
    list-style:none;
	}

.nav-lan-box{
	margin-left:15px;
	display:flex;
	align-items:center;
	position: absolute;
    top:50%;
    right:3%;
    transform:translate(0, -50%);
	}

.nav-lan-box .nav-lan-btn{color:#000; cursor:pointer;}
.nav-lan-btn i{margin-right:5px;}

.nav-lan-list{
	padding-left:0;
	list-style:none;
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-35px;
    -webkit-transform-origin:top;
    -ms-transform-origin:top;
    transform-origin:top;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
    pointer-events:none;
    -webkit-transform:rotateX(90deg);
    transform:rotateX(90deg);
    opacity:0;
    border: 1px solid #fff;
	}

.nav-lan-open .nav-lan-list{
	pointer-events:auto;
    -webkit-transform:rotateX(0deg);
    transform:rotateX(0deg);
    opacity:1;
    }

.nav-lan-list li{background-color:#00aced;}

.nav-lan-list li a{
	display:inline-block;
    width:100%;
    height:35px;
    line-height:35px;
    padding:0 25px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    text-align:center;
    position:relative;
    font-size:13px;
    font-weight:300;
    color:#fff;
	}

.nav-lan-list li:not(:first-child) a::before{
    content:"";
    position:absolute;
    top:0;
    left:10px;
    width:calc(100% - 20px);
    height:1px;
    background-color:rgba(255, 255, 255, 0.3);
	}

.nav-lan-btn:hover{color:#00aced;}

.nav-lan-list li:hover{background-color:#0088cc;}

.main-menu li.has-drop{position:relative;}

.main-menu li.has-drop .navDrop{
	display:none;
	position:absolute;
    top:135%;
    left:0;
    width:150%;
	}

.main-menu li.has-drop:hover .navDrop{display:block;}

.main-menu .navDropmenu{
	width:100%;
	padding-left:0;
	margin:10px;
	}

.main-menu .navDropmenu li{background-color:#dcdcdc;}

.main-menu .navDropmenu li a{display:block; padding:15px;}
 
.main-menu .navDropmenu li:hover{background-color:#ccc;}

#mobile{display:none;}

#mobile>a{
	color:#fff;
	letter-spacing:2px;
	position:relative;
	transition: all 0.5s;
	}

.mobile-navMenuBlock{
    width:100%;
    height:100vh;
    opacity:0;
    pointer-events:none;
    -webkit-animation:stickyShow .2s forwards;
    animation:stickyShow .2s forwards;
    position:fixed;
    right:0;
    top:70px;
    z-index:10;
	}

.top-menu-open .mobile-navMenuBlock{
    opacity:1;
    pointer-events:all;
    -webkit-transition-delay:0.2s;
    -o-transition-delay:0.2s;
    transition-delay:0.2s;
    overflow-y:scroll;
	}

@keyframes stickyShow{
	0%{-webkit-transform:translateY(-100%); transform:translateY(-100%);}
	100%{-webkit-transform:none; transform:none;}
	}

.mobile-navMenuBlock__inner{
	width:90%;
	padding:10px 0 50px;
	margin:0 auto;
	}

.mobile-navMenuList{padding-left:0; list-style:none;}

.mobile-navMenuItem{
	padding-bottom:8px;
	margin-bottom:5px;
	border-bottom:1px solid rgba(255,255,255,0.25);
	position:relative;
	}

.navMenuDrop::before{
	content:"";
    width:30px;
    height:1px;
    background-color:rgba(255, 255, 255, 0.75);
    position:absolute;
    top:27px;
    right:10px;
	}

.navMenuDrop::after{
    content:"";
    width:1px;
    height:30px;
    background-color:rgba(255, 255, 255, 0.75);
    transition:all 0.5s;
    position:absolute;
    top:13px;
    right:25px;
	}

.navMenuDrop.is-open::after{transform:rotate(90deg);}

.mobile-navMenuItem>a{
	font-size:28px;
	font-weight:bold;
	font-family:"Noto Serif TC", "微軟正黑體", serif;
	color:#fff;
	letter-spacing:2px;
	padding:15px 0;
	overflow:hidden;
	display:block;
	position:relative;
	}

.mobile-navMenuItem>a::before{
	content:"";
	width:1px;
	height:15px;
	background-color:#ffff00;
	transform:rotate(-45deg);
	transition:all 0.75s ease 0s;
	position:absolute;
	top:18px;
	left:-15px;
	}

.mobile-navMenuItem>a::after{
	content:"";
	width:1px;
	height:15px;
	background-color:#ffff00;
	transform:rotate(45deg);
	transition:all 0.75s ease 0s;
	position:absolute;
	top:28px;
	left:-15px;
	}

.navMenuBlock_layII{display:none;}
.navMenuDrop.is-open .navMenuBlock_layII{display:block;}

.navMenuList_layII{
	padding-left:15px;
	list-style:none;
	}

.navMenuItem_layII>a{
	font-size:24px;
	padding:15px 0;
	display:block;
	}

.navMenuItem_layII i{margin-right:8px;}

.mobile-navBottomBlock{padding-bottom:50px; margin-top:20px;}

.mobile-iconLinkList{
	padding-left:0;
	list-style:none;
	display:flex;
	}

.mobile-iconLinkList li{margin-right:15px;}
.mobile-iconLinkList li:last-child{margin-right:0;}

.mobile-iconLinkList li a{
	width:45px;
	height:45px;
	color:#004c78;
	background-color:#fff;
	border-radius:999em;
	display:flex;
    align-items:center;
    justify-content:center;
	}

.mobile-iconLinkList li.mobile-iconLink-line a{color:#fff; background-color:#03c302;}
.mobile-iconLinkList li.mobile-iconLink-fb a{color:#fff; background-color:#3674b5;}

.mobile-navMenuItem:hover>a, .navMenuItem_layII:hover>a{color:#ffff00;}

.mobile-navMenuItem:hover>a{padding:15px 0 15px 30px;}
.mobile-navMenuItem:hover>a::before, .mobile-navMenuItem:hover>a::after{left:15px;}

.mobile-iconLinkList li:hover{opacity:0.85;}

/*手機次選單_start*/
#mobile ul.mobile-dropmenu{
	padding-left:0;
	margin:0;
	}

#mobile ul.mobile-dropmenu li{
	width:100%;
	background-color:#486371;
	}

#mobile ul.mobile-dropmenu li:hover{background-color:#668bc4;}

#mobile ul.mobile-dropmenu li a{color:#fff;}
/*手機次選單_end*/

/* dropdown menu */
.main-menu .dropdown {
    position: relative;
}
.drop-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 260px;
    left: 0;
    right: 0;
    top: 45px;
    border-radius: 0;
    /*max-height: 40vh;
    overflow-y: scroll;*/
    background-color: #fff;
    border-left: 5px solid #00aced;
    box-shadow: 0 5px 10px rgb(0,0,0,0.4);
    transition: all 0.5s;
    z-index: 0;

    &::-webkit-scrollbar {

        width: 7px;
  
      }
  
      &::-webkit-scrollbar-button {
  
        background: transparent;
  
        border-radius: 4px;
  
      }
  
      &::-webkit-scrollbar-track-piece {
  
        background: transparent;
  
      }
  
      &::-webkit-scrollbar-thumb {
  
        border-radius: 4px;
  
        background-color: rgba(0, 0, 0, 0.4);
  
        border: 1px solid slategrey;
  
      }
  
      &::-webkit-scrollbar-track {
  
        box-shadow: transparent;
  
      }
}
.main-menu .dropdown:hover .drop-menu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
.drop-list .dropnav {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.dropnav-item {
    list-style: none;
    width: 100%;
    transition: all 0.3s;
}
.dropnav-item:hover {
    background-color: #eee;
}
.dropnav-item a {
    display: flex;
    align-items: center;
}
.dropnav-item i {
    color: #00aced;
    font-size: 24px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
.dropnav-item a:hover i {
    color: #0072af;
}
.drop-row {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto !important;
    padding-top: 10px !important;
}
.drop-box {
    padding: 10px 6px !important;
    margin-bottom: 10px;
    transition: all 0.5s;
}
.drop-box:hover {
    background-color: #e2f3fb;
}
.drop-menu h3 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}
.dropnav {
    padding: 0 !important;
    margin: 0 !important;
}

/*hover animation effect*/
.hover-fadeup, .hover-fadedown {
    transform: translateY(0);
    transition: all 0.5s;
}

.hover-fadeup:hover {
    transform: translateY(-20px);
}

.hover-fadedown:hover {
    transform: translateY(20px);
}

.hover-fadeleft, .hover-faderight {
    transform: translateX(0);
    transition: all 0.5s;
}

.hover-fadeleft:hover {
    transform: translateX(-20px);
}

.hover-faderight:hover {
    transform: translateX(20px);
}

.hover-zoomin {
    transform: scale(1);
    transition: all 0.5s;
}

.hover-zoomin:hover {
    transform: scale(1.1);
}

.hover-underline {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    padding: 5px 8px;
    border-bottom: 1px solid #ccc;
    position: relative;
    overflow: hidden;
}

.hover-underline:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #00aced;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hover-underline:hover:before, .hover-underline:focus:before, .hover-underline:active:before {
    right: 0;
}

/*index_banner*/

#section2 {
    padding-top: 65px;
}

.banner-slide-body {
    width: 100%;
    padding-top: 70px;
}

.index-banner-block {
    width: 100%;
    position: relative;
}

.swiper{width:100%; height:100%; overflow:hidden;}

.index-banner-block .swiper-slide {
    position: relative;
    height: 100%;
    min-height: 900px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.banner-slide-3 {
    display: flex;
    height: 100%;
    max-height: 900px;
}

.banner-slide-3 .banner-object {
    position: relative !important;
    width: 33.3%;
}

.banner-slide-3 img {
    width: auto;
}

.object1-1 {
    top:0;
    right: -100px;
}

.object1-2 {
    left: -300px;
}

.object2-1 {
    bottom: 20%;
    left: -200px;
}

.object2-2 {
    top: 5%;
    left: 5%;
}

.object2-3 {
    right: 0;
    bottom: 0;
}

.object2-4 {
    top: -100px;
    right: 15%;
}

.object3-1 {
    bottom: 300px;
}

.object3-2 {
    top: 300px;
}

.object3-3 {
    bottom: 300px;
}

.object4-1 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.object4-1 img {
    width: 100%;
    height: 100%;
    min-height: 900px;
}

.object4-1-s {
    display: none;
    width: 100%;
    justify-content: center;
}

.object4-1-s img {
    width: 100%;
    height: 100%;
}

.object4-2 {
    width: 100%;
    top: -270px;
}

.object4-2 img {
    width: 90%;
    max-width: 550px;
}

.banner-slide-5 {
    height: 100%;
    max-height: 900px;
    overflow: hidden;
}

.banner-slide-5 .banner-object {
    position: relative !important;
    overflow: hidden;
    display: block;
    height: 0;
    text-align: center;
}

.banner-slide-5 img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    transform: translate(-50% , 0);
}

.object5-1 {
    width: 50%;
    float: left;
    top: 0;
    left: -300px;
    padding-bottom: 25%;
}

.object5-2 {
    width: 50%;
    float: right;
    right: -300px;
    padding-bottom: 58%;
}

.object5-3 {
    width: 50%;
    float: left;
    left: -300px;
    bottom: 0;
    padding-bottom: 32%;
}

.object6-1 {
    right: 5%;
}

.object6-2 {
    left: 10%; bottom: -150px;
}

/* banner effect */
.swiper-slide .banner-object {
    position: absolute;
    transform: none;
    transition-duration: 0.8s;
}
.swiper-slide .banner-delay-s {
    transition-delay: 0.4s;
}
.swiper-slide .banner-delay {
    transition-delay: 0.8s;
}
.swiper-slide .banner-opacity {
    opacity: 0;
}
.swiper-slide-active .banner-opacity {
    opacity: 1;
}
.swiper-slide-active .banner-fade-up {
    transform: translateY(-300px);
}
.swiper-slide-active .banner-fade-down {
    transform: translateY(300px);
}
.swiper-slide-active .banner-fade-left {
    transform: translateX(-300px);
}
.swiper-slide-active .banner-fade-right {
    transform: translateX(300px);
}
.swiper-slide-active .banner-fade-up-left {
    transform: translate(-100px,-100px);
}
.swiper-slide-active .banner-fade-up-right {
    transform: translate(100px,-100px);
}
.swiper-slide-active .banner-fade-down-left {
    transform: translate(-100px,100px);
}
.swiper-slide-active .banner-fade-down-right {
    transform: translate(100px,100px);
}
.swiper-slide .banner-zoom-in {
    transform: scale(0.9);
}
.swiper-slide-active .banner-zoom-in {
    transform: scale(1);
}
.swiper-slide .banner-zoom-out {
    transform: scale(1.1);
}
.swiper-slide-active .banner-zoom-out {
    transform: scale(1);
}

/* index-section_start */
.indexSection{padding:60px 0; position:relative;}

.indexSection-row{
	width:90%;
	max-width:1280px;
	margin:0 auto;
	display:flex;
	}

.indexSection-cover{flex-basis:450px; margin-right:30px;}
.indexSection-txt{flex:1;}

.indexSectionTitle{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid rgb(0,172,237,0.5);
	position:relative;
	}

.indexSectionTitle::after{
	content:"";
	width:40px;
	height:4px;
	background-color:#004c78;
	position:absolute;
	left:0;
	bottom:-2px;
	}

.indexSectionTitle-en{
	font-size:52px;
	font-family:"Abril Fatface", serif;
	color:#004c78;
	letter-spacing:2px;
	}

.indexSectionTitle-en span{
	font-size:66px;
	font-family:"Abril Fatface", serif;
	color:#004c78;
	}

.indexSectionTitle-tw{
	font-size:30px;
	font-weight:bold;
	font-family:"Noto Serif TC", "微軟正黑體", serif;
	}

.indexSectionContent p{
	font-size:16px;
	line-height:1.7em;
	}

/* index-section_end */

/* 首頁關於我們欄位_start */
.indexAboutSection{
    background-image:url(../../../../../images/index-about-section-bg.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-attachment:fixed;
    background-size:cover;
	}

.indexAbout-row{
	width:90%;
	max-width:1280px;
	margin:0 auto;
	position:relative;
	}

.indexAboutSection-cover{width:90%; position:relative; z-index:1;}

.indexAboutSection-cover .img-cover{padding-bottom:50%;}

.indexAboutSection-txt{
	width:600px;
	padding:20px 60px 50px;
	background-color:#fff;
	-webkit-box-shadow:5px 5px 10px rgba(0, 0, 0, 0.27);
    box-shadow:5px 5px 10px rgba(0, 0, 0, 0.27);
	position:absolute;
	top:50%;
	right:0;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:3;
	}

/* 首頁關於我們欄位_end */

/* 首頁服務介紹欄位_start */
.indexServiceSection{
	background-image:url(../images/service-hexagon-bg.jpg);
    background-repeat:no-repeat;
    background-position:right;
    background-size:cover;
    padding:80px 0 100px;
	}

.indexServiceBlock{flex-basis:840px; margin-left:20px;}

.indexServiceList{display:flex; flex-wrap:wrap;}

.indexServiceList li{
	width:50%;
	padding:10px;
	margin-bottom:20px;
	position:relative;
	}

.indexServiceList li .box__inner{
	padding:5px;
	background:linear-gradient(to bottom,#00aced,#fff,#fff);
    background:-moz-linear-gradient(to bottom,#00aced,#fff,#fff);
    background:-o-linear-gradient(to bottom,#00aced,#fff,#fff);
    background:-webkit-linear-gradient(to bottom,#00aced,#fff,#fff);
	border:3px solid #00aced;
	-webkit-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow:2px 2px 5px rgba(0, 0, 0, 0.15);
    transition:all 0.5s ease 0s;
	display:flex;
	position:relative;
	}

.indexServiceList li .box__inner::after{
	content:"";
	width:0;
    height:0;
    border-style:solid;
    border-width:0 0 130px 220px;
    border-color:transparent transparent transparent #00aced;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
	}

.serviceItem-icon{flex-basis:100px; height:100px; position:relative; z-index:3;}
.serviceItem-txt{flex:1; padding:5px; position:relative; z-index:3;}

.serviceItem-icon{display:flex ;justify-content:center; align-items:center;}

.serviceItem-icon img{width:90%;}

.serviceItem-txt h4{
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	transition:all 0.5s ease 0s;
	}

.serviceItem-txt h4.serviceItemTitle-en{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	margin-bottom:5px;
	transition:all 0.5s ease 0s;
	}

.serviceItem-txt p{
	display:-webkit-box;
    width:100%;
    height:5.1em;
    line-height:1.7em;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    transition:all 0.5s ease 0s;
    font-size:14px;
    color:#787878;
    margin:0;
	}

.indexServiceList li:hover .serviceItem-txt h4{color:#ffff00;}

.indexServiceList li:hover .serviceItem-txt p{color:#fff;}

.indexServiceList li:hover .box__inner{
	background:linear-gradient(to bottom,#004c78,#004c78,#00aced);
    background:-moz-linear-gradient(to bottom,#004c78,#004c78,#00aced);
    background:-o-linear-gradient(to bottom,#004c78,#004c78,#00aced);
    background:-webkit-linear-gradient(to bottom,#004c78,#004c78,#00aced);
    border:3px solid #004c78;
	-webkit-box-shadow:5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow:5px 5px 10px rgba(0, 0, 0, 0.3);
	}

.indexServiceList li:hover .box__inner::after{
	border-color:transparent transparent transparent #004c78;
	}

/* 首頁服務介紹欄位_end */

/* index about area */
.area-container {
    position: relative;
}


.area-row {
    width: 100%;
    max-width: 1400px;
    padding: 80px 0 !important;
    margin: 0 auto !important;
}
.area-col {
    z-index: 1;
}
.about-area-img img {
    width: 720px;
}
.area-row-txt {
    z-index: 1;
}
.about-area .area-row {
    padding: 120px 0 !important;
}

.area-txt-box {
    position: absolute;
    top: -12%;
    right: 20%;
    width: 100%;
    max-width: 720px;
    padding: 40px 30px;
    background-color: #fff;
    z-index: 99;
}

.about-area-txt {
    margin: auto;
    padding: 0 15px;
}

.area-entit {
    width: auto !important;
}
.area-entit h2 {
    font-family:"Abril Fatface", serif;
    font-size: 100px;
}
.about-area-entit h2 {
    color: #00aced;
}
.quote-left {
    text-align: left;
}
.quote-right {
    text-align: right;
}
.quote-icon i {
    color: #9ebdd4;
    font-size: 90px;
}
.area-tit {
    margin-bottom: 15px;
}
.area-tit span {
    font-size: 40px;
    color: #00aced;
}
.area-tit h3 {
    font-size: 28px;
    font-weight: 600;
}
.area-btn {
    display: flex;
    margin-top: 20px;
}
.area-btn .circle-btn-box {
    flex: 1;
}
.circle-btn {
    display: inline-block;
    color: #000;
    padding: 32px;
    position: relative;
    letter-spacing: 1px;
  
    &:hover {
      .btn__circle {
        transform: scale(0);
      }
  
      .btn__white-circle {
        transform: translate(-50%, -50%) scale(1);
      }
  
      .btn__text {
        transform: translate(40px, -50%);
      }
    }
}
.circle-btn:hover {
    color: #0088cc;
}
.btn__circle,
.btn__text,
.btn__white-circle {
    position: absolute;
}
  
.btn__circle {
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 100%;
    width: 100%;
    box-shadow: 0 0 1px 1px #000;
    transition: 0.3s linear;
}

.btn__white-circle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background: #00aced;
    display: flex;
    transition: 0.3s ease-in-out;
}
  
.btn__text {
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 2;
    padding: 24px 5px;
    transition: 0.3s linear;
}
.circle-btn i {
    color: #fff;
    font-size: 24px;
    margin: auto;
}
.about-hover-container {
	position: relative;
	display: flex;
	.container {
		position: relative;
		height: 430px;
		width: 310px;
		margin: auto;
		display: -webkit-box;
		&:hover {
			> .bottom-right {
				top: 55%;
				left: 80%;
				box-shadow: 0px 37px 29px rgba(0, 0, 0, 0.3);
				width: 350px;			
			}
			> .middle {
				height: 90%;
				left: 5%;
				top: 5%;
				width: 90%;
				box-shadow: 0px 23px 33px rgba(0, 0, 0, 0.34);
				.overlay {
					opacity: 1;
					z-index: 1;

					p:nth-child(1) {
						padding-top: 0;
					}
				}
			}
			> .top-left {
				left: -70px;
				top: -90px;
				width: 150px;
				box-shadow: 0px 37px 29px rgba(0, 0, 0, 0.3);
			}
			> .top-right {
				 left: 250px;
				 top: -90px;
				 width: 260px;
				 height: 280px;
				box-shadow: 0px 37px 29px rgba(0, 0, 0, 0.3);
			}
			> .bottom-left {
				left: -89%;
				top: 65%;
				width: 360px;
				box-shadow: 0px 37px 29px rgba(0, 0, 0, 0.3);
			}
		
		}
		.about-area-img {
			background: url(/images/about-area-img.jpg) no-repeat;
		}
		.bg-image {
			background-size: auto;
			background-attachment: fixed;
			background-position: 10% 10%; 
		}
		.middle {
			transition: 500ms all;
			 transition-delay: 0.25s;
			transition-timing-function: cubic-bezier(.17,.67,.33,.97);
			position: relative;
			margin: auto;
			height: 100%;
			width: 100%;
			margin: 0px;
			left: 0;
			top: 0;
			box-shadow: 0px 17px 23px rgba(0, 0, 0, 0.34);
			.bg-image {
				height: 100%;
				width: 100%;	
			}
			.overlay {
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 100%;
				z-index: 9;
				background: rgba(0, 47, 82, 0.75);
				display: flex;
				flex-direction: column;
				transition: 300ms all;
			 transition-delay: 0.37s;
				opacity: 0;
				text-decoration: none;
				z-index: -1;
			}
            .overlay p {
                position: relative;
                margin: auto;
                color: #fff;
                text-transform: uppercase;
                font-family: 'Roboto', sans-serif;
                font-size: 1.1em;
                opacity: 0.8;
                &:nth-child(1) {
                    margin-bottom: 4px !important;
                    padding-top: 30px;
                    transition: all 400ms;
                    transition-delay: 0.3s;
                }
                &:nth-child(2) {
                    margin-top: 4px !important;
                }
            }
		}
		.bottom-right {
			transition: 800ms all;
			transition-delay: 0.15s;
			transition-timing-function: cubic-bezier(.17,.67,.33,.97);
			position: absolute;
			left: 0%;
			top: 48%;
			width: 100%;
			box-shadow: 0px 37px 29px rgba(0, 0, 0, 0);
			z-index: 1;
			.bg-image {
				height: 220px;
				width: 100%;	
			}
		}
		.bottom-left {
			transition: 800ms all;
			transition-delay: 0.17s;
			transition-timing-function: cubic-bezier(.17,.67,.33,.97);
			position: absolute;
			left: 0%;
			top: 48%;
			width: 100%;
			z-index: 1;
			.bg-image {
				height: 220px;
				width: 100%;	
			}
		}
		
		.top-left {
			transition-timing-function: cubic-bezier(.17,.67,.33,.97);
			transition: 600ms all;
			transition-delay: 0.19s;
			position: absolute;
			left: 0%;
			top: 0%;
			width: 150px;
			z-index: 1;
			.bg-image {
				height: 220px;
				width: 100%;	
			}
			
			
		}
		.top-right {
			transition: 500ms all;
			transition-delay: 0.08s;
			position: absolute;
			left: 0%;
			top: 0%;
			width: 300px;
			height: 260px;
			z-index: 1;
			transition-timing-function: cubic-bezier(.17,.67,.33,.97);
			.bg-image {
				 float: right;
				 height: 100%;
				 width: 100%;
			}
		}	
	}
}

@media (max-width: 920px) {
	.about-hover-container {
		transform: scale(.8) translateX(0px);
		overflow: hidden;
		.overlay {
			p:nth-child(1) {
				 margin-top: 125px;
			}
			p:nth-child(2) {
				margin-bottom: 30px !important;
			}
		}
		.bottom-right, .bottom-left, .top-left, .top-right {
			box-shadow: 0px 0px 0px !important;
		}
		
	}	
}
@media (max-width: 350px) {
	.bottom-right, .bottom-left, .top-left, .top-right {
		display: none !important;
	}
}

/* index service slide */
.service-hexagon-area {
    background-image: url(../images/service-hexagon-bg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding: 60px 0 100px;
}

.service-hexagon-row {
    flex-direction: row-reverse;
}

.service-hexagon-entit {
    z-index: 9;
}

.service-hexagon-entit h2 {
    color: #fff;
}

.service-hexagon-area .area-tit {
    border-left: 12px solid #00aced;
    padding-left: 10px;
}

.service-hexagon-area .area-btn a {
    color: #000;
}

.service-hexagon-area .area-btn a:hover {
    color: #1b415d;
}

:root{
    --width: 100%;
    --height: 100%;
    --border-width: 200px;
    --border-height: 200px;
}
  
  .service-hexagon-gallery{
    position:relative;
    height:100%;
    width:100%;
  }
  
  .service-hexagon-gallery:after{
    content:'';
  }
  
  .service-hexagon-item img{
    width:var(--width);
    height:var(--height);
  }

  .service-hexagon-item:hover img {
    opacity: 0.3;
}

  .service-hexagon-item span {
    color: #ffffff;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 0 6px black;
    filter: drop-shadow(2px 2px 6px black);
    opacity: 1;
}

.service-hexagon-item i {
    color: #fff;
    position: absolute;
    right: 25%;
    bottom: 30%;
    font-size: 28px;
    text-shadow: 0 0 5px black;
    filter: drop-shadow(1px 1px 3px black);
}

.service-hexagon-item:hover span {
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
}
  
  .service-hexagon-item{
    -webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
     clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
     padding:5px;
     background:linear-gradient(#0072af,#00aced);
     width:var(--border-width);
     height:var(--border-height);
     max-height:250px;
     max-width:250px;
     height: var(--height);
     width:var(--width);
     transition:transform 0.2s;
     position:absolute;
     cursor:pointer;
  }
  
  
  
  .service-hexagon-item:before{
    content:'';
    position:absolute;
    opacity:0.5;
    width:350px;
    height:70px;
    background:white;
    top:0;
    left:0;
    z-index:1;
    transform:rotate(45deg);
    transition:transform 0.5s;
  }
  
  .service-hexagon-item:hover:before{
    transform: translate(-100px,400%) rotate(45deg);
    transition:transform 0.5s;
  }
  
  .service-hexagon-item:nth-child(2){
    top:196px;
    left:118px;
  }
  
  .service-hexagon-item:nth-child(3){
    top:0;
    left:235px;
  }
  
  .service-hexagon-item:nth-child(4){
    top:196px;
    left:353px;
  }
  
  .service-hexagon-item:nth-child(5){
    top:0;
    left:470px;
  }
  
  #hexagon {
  -webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  
  }
  
  .service-hexagon-item:hover{
    transform:scale(1.2);
    transition:transform 0.2s;
    z-index:10;
  }

.service-slide-entit {
    position: absolute;
    top: -20%;
    right: 1%;
    z-index: 9;
}

.service-slide-entit h2 {
    color: #ccc;
}

.service-slide-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
  
.service-slide-main {
    width: 80%;
    height: 360px;
    box-shadow: 0 50px 75px 50px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9e9e9;
    margin: 0 !important;
}
  
.service-slide-main .swiper-button-prev, 
.service-slide-main .swiper-button-next {
    position: absolute;
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
    height: 45px;
    width: 40px;
    color: #e9e9e9;
    background: #1e1e1e;
}

.service-slide-main .swiper-button-prev::after, 
.service-slide-main .swiper-button-next::after {
    font-size: 12px;
}

.service-slide-main .swiper-button-prev {
    right: 40px;
    border-right: 1px solid #e9e9e9;
}
  
.service-slide-title {
    position: absolute;
    top: 20px;
    left: 0;
    font-family: "Epilogue", sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 172, 237, 0.8);
    color: #fff;
    background-image: linear-gradient(to right, #00aced, rgba(0, 0, 0, 0));
    padding: 5px 50px 5px 5px;
}

.swiper-slide-active .service-slide-title {
    animation: slide-in 0.3s ease-in both;
}
  
.service-slide-thumbs {
    order: -1;
    width: 15%;
    height: 360px;
}

.service-slide-thumbs .swiper-slide {
    background-color: #000;
}

.service-slide-thumbs .swiper-slide img {
    opacity: 0.6;
    transition: 0.3s;
}
  
.service-slide-thumbs .swiper-slide-active {
    opacity: 0.9;
}
  
.service-slide-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
  
.service-slide-thumbs .swiper-slide-thumb-active img {
    opacity: 1;
}
  
@keyframes slide-in {
    from {
      opacity: 0;
      right: -50%;
    }
}  

/* index service area */
.service-area {
    background-image: linear-gradient(#eee 60%, #fff 40%);
    padding: 60px 0;
}
.service-area .area-col {
    position: relative;
}
.service-area-txt {
    padding: 40px 8px 0;
}
.link {
	width: 12rem;
	height: 12rem;
	display: inline-block;
	font: 300 1.55rem/1.4 "Josefin Sans"; 
	text-transform: uppercase;
	letter-spacing: 0.1175em;
	word-spacing: 0.3em;
	text-decoration: none;
}
.link__svg {
		width: 100%;
		height: auto;
		transform-box: fill-box;
		fill: #2B3338;
		stroke: #2B3338;
		stroke-width: 0.05em;
		stroke-linecap: round;
		stroke-linejoin: round;
	}

	.link__cloud {
		transform-origin: 50% 50%;
		animation: rotate normal infinite 3 * 20s linear;
		fill: rgba(255, 255, 255, 0.15);
	}

	.link__face,
	.link__arrow {
		transform-origin: 50% 50%;
		transition: transform 0.3s / 2 cubic-bezier(0.32, 0, 0.67, 0);

		.link:hover & {
			transform: scale(1.1);
			transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
		}
	}
	
	.link__arrow {
		stroke-width: 0.075em;
	}

	.link__text {
		animation: rotateReverse normal infinite 20s linear;
		transform-origin: 50% 50%;

		.link:hover & {
			animation-play-state: paused;
		}
	}

	.link--alt {
		font-size: 1.15rem;
		letter-spacing: 0;
		word-spacing: 0;
	}

@keyframes rotate {
	to {
		transform: rotate(360deg);
	}
}

@keyframes rotateReverse {
	to {
		transform: rotate(-360deg);
	}
}

.service-center-box {
    position: absolute;
    left: -35%;
    bottom: -8%;
    width: 100%;
}

.service-center-block {
    display: flex;
    position: relative;
}

.service-logopic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service-circle-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service-circle-line img {
    width: 100%;
    max-width: 600px;
    animation: rotation 5s infinite linear;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
        -webkit-transform:rotate(0deg); /*為Chrome/Safari*/
        -moz-transform:rotate(0deg); /*為Firefox*/
        -ms-transform:rotate(0deg); /*為IE*/
        -o-transform:rotate(0deg); /*為Opera*/
    }
    100% {
        transform: rotate(359deg);
        -webkit-transform:rotate(359deg); /*為Chrome/Safari*/
        -moz-transform:rotate(359deg); /*為Firefox*/
        -ms-transform:rotate(359deg); /*為IE*/
        -o-transform:rotate(359deg); /*為Opera*/
    }
  }

.service-center-block .service-link {
    margin: auto;
}

.service-logopic img {
    max-width: 130px;
}
.service-area-entit {
    position: absolute;
    top: -10%;
    right: 5%;
    z-index: 9;
}
.service-area-entit h2 {
    color: #ccc;
}
.service-area .area-tit {
    border-left: 12px solid #00aced;
    padding-left: 10px;
}
.service-container {
    display: flex;
    width: 100%;
    padding: 4% 2%;
    box-sizing: border-box;
  }
  
  .service-box {
    flex: 1;
    overflow: hidden;
    transition: .5s;
    margin: 0 2%;
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    line-height: 0;
    height: 420px;
  }
  
  .service-box img {
    width: 100%;
    height: calc(100% - 45px);
    object-fit: cover; 
    transition: .5s;
  }

  .service-box span {
    font-size: 18px;
    display: block;
    text-align: center;
    height: 45px;
    line-height: 2.6;
    background-color: #fff;
    color: #000;
}
.service-box:hover span {
    color: #0072af;
}
  
.service-box:hover { flex: 1 1 50%; }
.service-box:hover > img {
    width: 100%;
    height: 100%;
}

/* index works area */

/*
.works-area {
    background-image: url(/images/work-bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
*/

.works-area {
    /*background-image: linear-gradient(#9ee6da, #69cff7);*/
    background-color: #a2c1d8;
    padding: 40px 0;
    z-index: 1;
}

.works-block {
    flex-direction: row-reverse;
}
.works-area-entit {
    top: 0;
}
.works-area-entit h2 {
    color: #fff;
    text-align: center;
}
.works-area .area-tit h3 {
    text-align: center;
}

.work-list-tab{position:relative;}

.work-tab{
    padding:10px 0 40px;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
	}

.works-item {
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    background: #000000;
    text-align: center;
  }
  .works-item * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .works-img {
    display: block;
    height: 0;
    text-align: center;
    padding-bottom: 70%;
    overflow: hidden;
    position: relative;
}
.works-img img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    transform: translate(-50% , 0) scale(1);
    transition: all 0.3s;
}

.works-item:hover>.works-img>img:last-child{
    opacity:0;
}

  .works-item img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }
  .works-item .works-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
  }
  .works-item .works-info > div {
    float: left;
    height: 100%;
    overflow: hidden;
    width: 50%;
    position: relative;
  }
  .works-item .works-info::before {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 50%;
    width: 2px;
    content: '';
    opacity: 0;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .works-item h2,
  .works-item p {
    margin: 0;
    padding: 20px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s,-webkit-transform 0.45s,-moz-transform 0.45s,-o-transform 0.45s,transform 0.45s;
  }
  .works-item h2 {
    font-size: 28px;
    text-align: right;
    display: inline-block;
    word-spacing: -0.1em;
    font-weight: 300;
    text-transform: uppercase;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translate3d(50%, 0%, 0);
    transform: translate3d(50%, 0%, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .works-item h2 span {
    font-weight: 800;
  }
  .works-item p {
    display: block;
    bottom: 0;
    text-align: left;
    font-weight: 300;
    top: 0%;
    color: #000;
    background: #ffffff;
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .works-item a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #ffffff;
  }
  /*.works-item:hover img {
    opacity: 0.7;
  }*/
  .works-item:hover .works-info h2,
  .works-item:hover .works-info p {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .works-item:hover .works-info h2 {
    opacity: 1;
  }
  .works-item:hover .works-info p {
    opacity: 1;
  }
  .works-item:hover .works-info::before {
    background: #ffffff;
    top: 0px;
    bottom: 0px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.works-area .area-btn {
    justify-content: center;
    align-items: center;
}
.works-area .area-btn a {
    color: #000;
}
.works-area .area-btn a:hover {
    color: #1b415d;
}

/* Graphic works - Turn page effect */
.turnpage-item {
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  background: #000000;
  text-align: left;
}
.turnpage-item * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.turnpage-item img {
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.turnpage-item > .works-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.turnpage-item > .works-info::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  background-image: linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.8));
}
.turnpage-item h2 {
    width: 100%;
    word-spacing: -0.1em;
    font-size:22px;
    font-weight: 400;
    text-transform: uppercase;
    top: 0;
    opacity: 0;
    padding: 25px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: transparent;
    text-shadow: 0 0 10px #ffffff;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.turnpage-item p {
    opacity: 0;
    position: absolute;
    top: 30%;
    padding: 0 25px;
    color: transparent;
    text-shadow: 0 0 10px #ffffff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    min-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.turnpage-item i {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  padding: 10px 18px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.05s linear;
  transition: 0.05s linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.turnpage-item .curl {
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(225deg, #ffffff, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.3));
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: all .4s ease;
}
.turnpage-item .curl:before,
.turnpage-item .curl:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 12%;
  bottom: 6%;
  width: 70%;
  max-width: 300px;
  max-height: 100px;
  height: 55%;
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3);
  transform: skew(-10deg) rotate(-6deg);
}
.turnpage-item .curl:after {
  left: auto;
  right: 6%;
  bottom: auto;
  top: 14%;
  transform: skew(-15deg) rotate(-84deg);
}
.turnpage-item a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
.turnpage-item:hover > .works-info h2,
.turnpage-item.hover > .works-info h2 {
  opacity: 1;
  text-shadow: 0 0 0px #ffffff;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.turnpage-item:hover > .works-info p,
.turnpage-item.hover > .works-info p {
  opacity: 1;
  text-shadow: 0 0 0px #ffffff;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.turnpage-item:hover > .works-info::before,
.turnpage-item.hover > .works-info::before {
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.turnpage-item:hover i,
.turnpage-item.hover i {
  opacity: 0.7;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.turnpage-item:hover .curl,
.turnpage-item.hover .curl {
  width: 90px;
  height: 90px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* Website works - Turn page effect */
.wsd-item{
	color:#fff;
	overflow:hidden;
	margin-bottom:20px;
	width:100%;
	background:#000000;
	text-align:center;
	position:relative;
	}

.wsd-item * {
	-webkit-box-sizing:padding-box;
	box-sizing:padding-box;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	}

.wsd-item img{opacity:0.9; width:100%;}

.wsd-item .works-info{
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	position:absolute;
	top:50%;
	left:40px;
	right:40px;
	}

.wsd-item .works-info h4{
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	opacity:0;
	-webkit-transform:translateY(75%);
	transform:translateY(75%);
	position:relative;
	}

.wsd-item .works-info h4::after{
	content:"";
	width:0;
	height:1px;
	background-color:rgba(255,255,255,0.5);
	transition:all 0.75s;
	position:absolute;
	left:50%;
	bottom:0;
	}

.wsd-item .works-info p{color:#fff; opacity:0;}

.wsd-item:before,
.wsd-item:after{
	content:'';
	opacity:0;
	-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
	transition: opacity 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s, -o-transform 0.6s, transform 0.6s;
	position:absolute;
	top:20px;
	right:20px;
	bottom:20px;
	left:20px;
	}

.wsd-item:before{
	border-top:1px double #fff;
	border-bottom:1px double #fff;
	-webkit-transform:scale(0, 1);
	transform:scale(0, 1);
	}

.wsd-item:after{
	border-right:1px double #fff;
	border-left:1px double #fff;
	-webkit-transform: scale(1, 0);
	transform:scale(1, 0);
	}

.wsd-item a{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:1;
	}

.wsd-item:hover img{
	opacity:0.3;
	-webkit-filter:blur(5px);
	filter:blur(5px);
	-webkit-transform:translate(-50% , 0) scale(1.1);
	transform:translate(-50% , 0) scale(1.1);
	}

.wsd-item:hover .works-info h4{
	opacity:1;
	padding-bottom:10px;
	margin-bottom:10px;
	border-color:rgba(255, 255, 255, 0.5);
	-webkit-transition-delay:0.2s;
	transition-delay:0.2s;
	-webkit-transform:translateY(0);
	transform:translateY(0);
	}

.wsd-item:hover .works-info h4::after{
	width:100%;
	left:0;
	}

.wsd-item:hover .works-info p{
	opacity:1;
	border-color:rgba(255, 255, 255, 0.5);
	-webkit-transition-delay:0.3s;
	transition-delay:0.3s;
	-webkit-transform:translateY(0);
	transform:translateY(0);
	}

.wsd-item:hover:before,
.wsd-item.hover:before,
.wsd-item:hover:after,
.wsd-item.hover:after{
	opacity:0.8;
	-webkit-transform:scale(1);
	transform:scale(1);
	}

/* index news area */

/*
.news-area {
    background-image: url(/images/news-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
*/

.news-area {
    background-image: linear-gradient(white 60%, lightblue 0%);
}

.news-area-row {
    padding: 80px 0 !important;
}

.news-area-entit {
    position: absolute;
    top: 0;
    right: 0;
}
.news-area-entit h2 {
    color: #eee;
    font-size: 220px;
}
.news-area-content {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
}
.index-news-item {
    position: relative;
    background-color: #00aced;
    display: block;
    height: 0;
    padding-bottom: 30%;
    overflow: hidden;
}
.index-news-item img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    opacity: 1;
    transition: all 0.5s;
}
.index-news-item:hover img {
    opacity: 0.1;
}
.index-news-info {
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 100%;
    max-width: 70%;
    opacity: 0;
    transition: all 0.5s;
}
.index-news-item:hover .index-news-info {
    opacity: 1;
}
.index-news-tit {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}
.area-item-img {
    display: block;
    height: 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.area-item-img img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    transform: translate(-50% , 0) scale(1);
    transition: all 0.3s;
}
.area-item:hover .area-item-img img {
    transform: translate(-50% , 0) scale(1.1);
}
.area-item-tit h4 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    min-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.area-item-date p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}
.area-item-txt p {
    font-size: 16px;
    line-height: 1.5em;
    color: #ccc;
    min-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.area-more-btn {
    text-align: right;
}
.area-more-btn button {
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    color: #666;
    padding: 5px 10px;
    transition: all 0.4s;
}
.area-item:hover .area-more-btn button {
    border: 1px solid #00aced;
    background-color: #00aced;
    color: #fff;
}
.news-area-txt {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-bottom: 20px;
}

.news-area-txt .area-tit {
    border-left: 12px solid #00aced;
    padding-left: 10px;
}

/* index article area */

/*
.article-area {
    background-image: url(/images/article-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
*/

.article-area {
    width: 100%;
    overflow: hidden;
    background-image: linear-gradient(lightblue 40%, white 0%);
}

.text-scroller{
    display: inline-flex;
    width: 100%;
    overflow: hidden;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
}

.werd {
    color: #eee;
    font-family: serif;
    font-size: 100px;
    text-indent: 0;
    white-space: nowrap;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.article-top-text .werd {
    color: #a2c1d8;
}

.left-werd {
    animation: text-left-scroller 10000ms linear 0ms normal infinite;
}

.right-werd {
    animation: text-right-scroller 10000ms linear 0ms normal infinite;
}

@keyframes text-left-scroller {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(var(--scroller-size)*-0.5));
    }
}

@keyframes text-right-scroller {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(var(--scroller-size)*0.5));
    }
}

:root {
    --scroller-size: 150vw;
}

@media only screen and (max-width: 600px) {
    :root {
    --scroller-size: 200vw;
    }
}

.article-area-txt {
    margin-top: auto !important;
}

.article-area-item {
    margin-bottom: 20px;
    z-index: 1;
}
.article-area-item:first-child, .article-area-item:nth-child(3) {
    margin-top: -50px;
}
.article-area-entit h2 {
    color: #eee;
}
.article-area-txt .area-tit h3 {
    color: #000;
}
.article-box {
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
}
.article-area-img {
    padding-bottom: 70%;
}
.article-area-info {
    padding: 5px 10px;
}
.article-tit h4 {
    color: #00aced;
    margin-top: 10px;
}
.article-box:hover .article-tit h4 {
    color: #008ec3;
}
.article-date p {
    color: #ccc;
}
.article-txt p {
    color: #aaa;
}

/* index faq area */

.faq-area {
    background-image: linear-gradient(135deg, #fff 40%, #00aced 0%);
}

/*
.faq-area::before {
    position: absolute;
    display: block;
    content: "";
    background-image: url(/images/faq-before.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: -120px;
    z-index: 1;
    width: 100%;
    height: 150px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(.1);
}
*/

.faq-area-titbox {
    padding: 10px;
}

.faq-area-entit h2 {
    color: #eee;
}
.faq-area .area-tit {
    margin-top: -30px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.collapsible-filter {
    margin-bottom: 20px;
}

.collapsible-accordion {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.5s;
}

.collapsible-icon {
    background-color: #00aced;
    border-radius: 50px;
}

.collapsible-icon i {
    color: #fff;
    font-size: 20px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.collapsible-expand, .collapsible-accordion:hover {
	border: 1px solid #00aced;
    box-shadow: 0 3px 8px 1px rgba(0,0,0,0.3);
}
  
.collapsible-panel {
	padding: 0 18px;
	background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 3px 8px 1px rgba(0,0,0,0.1);
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.collapsible-accordion:after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: '+';
    color: #aaa;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
    transform: translate(0 , -50%);
}

.collapsible-txt {
    margin-top: 10px;
	padding: 10px;
}

.collapsible-tit {
    margin-left: 10px;
    margin-right: 30px;
}

.collapsible-tit h4 {
    font-size: 18px;
    font-weight: 600;
    color: #666;
    margin: 0;
}

.collapsible-tit b {
    font-size: 22px;
    font-weight: 900;
    color: #00aced;
}

.collapsible-txt p {
    color: #666;
}

.faq-area-img {
    position: relative;
}

.faq-img {
    display: block;
    width: 100%;
    height: 0;
    max-width: 80%;
    padding-bottom: 80%;
    overflow: hidden;
    position: relative;
}
.faq-img img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}

/* index contact area */
.contact-area{
    background-image:url(../images/contact-bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
    overflow:hidden;
    padding:100px 0;
	}

.footContactArea-row{
	width:90%;
	max-width:1360px;
	padding:120px 80px;
	margin:0 auto;
	background-color:rgba(255,255,255,0.8);
    border-right:10px solid #00aced;
	display:flex;
	position:relative;
	}

.footContactBlock{width:50%; position:relative;}

.blockTitleBox h3{
	font-size:32px;
	font-weight:bold;
	color:#004c78;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid rgba(0,172,237,0.5);
	position:relative;
	}

.blockTitleBox h3::before{
	content:"";
    width:60px;
    height:6px;
    background-color:#00aced;
    position:absolute;
    left:0;
    bottom:-3px;
	}

.footContactTitle-en{
	font-family:"Abril Fatface", serif;
    font-size:100px;
    color:#00aced;
    position:absolute;
    top:-100px;
    left:-100px;
	}

.blockContent p{font-size:18px; line-height:1.8em;}

.contact-area .area-row{
    position:relative;
    background-color:rgba(255,255,255,0.8);
    border-right:12px solid #00aced;
    padding:120px 60px !important;
	}

.contact-quote {
    text-align: right;
}

.contact-quote i {
    color: #000;
    padding-right: 20px;
}

.contact-area-entit {
    position: absolute;
    top: 5%;
    left: -3%;
}

.contact-area-entit h2 {
    color: #00aced;
}
.contact-area-box {
    padding-top: 45px;
}
.contact-btn {
    margin-top: 30px;
}
.contact-btn a {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    padding: 12px 16px;
    margin-right: 10px;
    transition: all 0.4s;
}
.contact-btn a:hover {
    color: #fff;
    background-color: #00aced;
    border: 1px solid #00aced;
}

/*footer_start*/
footer{
    position: relative;
	line-height:1.4em;
	padding:0 0 20px;
    background-color: #fff;
    box-shadow: 0 -2px 8px rgb(0 0 0 / 20%);
    background-color: #333;
    background-image: url(../images/footer-bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.footArea{
	width:90%;
	max-width:1280px;
	padding-top:40px;
	margin:0 auto;
	}

.footArea a{
    font-size:16px;
	color:#fff;
	line-height:1.5em;
	transition:all 0.4s ease;
	}
	
.footArea a:hover{color:#00aced;}

.footArea__inner{display:flex; position:relative;}

.footInfoBlock{flex-basis:400px; margin-right:20px;}
.footSitemapBlock{flex:1; padding-top:10px;}

.footLogoBox{max-width:350px; margin-bottom:15px;}

.footLogoBox a{padding:5px 10px; display:block;}

.footInfoBox{position:relative;}

.footInfoList{padding-left:15px; list-style:none;}

.footInfoList li{margin-bottom:10px;}

.footInfoList li a{display:flex;}

.footInfoTag{
	font-size:12px;
	font-weight:bold;
	color:#888;
	padding:0 7px;
	margin-right:10px;
	border:1px solid #888;
	border-radius:5px;
	transition:all 0.4s ease;
	}

.footInfoList li a span{font-size:16px;}

.footInfoList li:hover .footInfoTag{
	color:#fff;
	background-color:#686868;
	border:1px solid #686868;
	}

.footSitemapBlock__inner{display:flex;}

.footSitemapBox{width:25%; padding-right:15px;}

.footSitemapBox h4{
	font-size:20px;
	font-weight:bold;
	color:#888;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid rgba(136,136,136,0.5);
	position:relative;
	}

.footSitemapBox h4::before{
	content:"";
	width:60px;
	height:4px;
	background-color:#888;
	position:absolute;
	left:0;
	bottom:-2px;
	}

.footSitemapList{padding-left:0; list-style:none;}

.footSitemapList li{margin-bottom:10px;}

.footSitemapList li a{
	font-size:16px;
	padding-left:20px;
	position:relative;
	}

.footSitemapList li a::before{
	content:"";
	width:0;
    height:0;
    border-style:solid;
    border-width:12px 0 0 12px;
    border-color:transparent transparent transparent #888;
	transition:all 0.4s ease;
	position:absolute;
	top:6px;
	left:0;
	}

.footSitemapList li:hover a{color:#00aced;}
.footSitemapList li:hover a::before{
	border-color:transparent transparent transparent #00aced;
	}

.footIconLinkBox{
	width:350px;
	position:absolute;
	left:0;
	bottom:0;
	}

.footIconLinkBox__inner{
	position: relative;
    display:flex;
    align-items:center;
    }

.footIconLinkBox__inner::before,
.footIconLinkBox__inner::after{
    content:"";
    height:1px;
    flex-grow:1;
    background-color:rgba(255, 255, 255, 0.5);
	}

.footIconLinkBox__inner::before{margin-right:15px;}
.footIconLinkBox__inner::after{margin-left:15px; display:none;}

.footIconLinkList{
	padding-left:0;
	margin-bottom:0;
	list-style:none;
	display:flex;
	}

.footIconLinkList li{margin-right:15px;}
.footIconLinkList li:last-child{margin-right:0;}

.footIconLinkList li a{
	width:45px;
	height:45px;
	color:#888;
	border:1px solid #888;
	border-radius:999em;
	transition:all 0.4s ease;
	display:flex;
	justify-content:center;
    align-items:center;
	}

.footIconLinkList li.iconLink-line:hover a{
	background-color:#44a73b;
	border:1px solid #44a73b;
	}

.footIconLinkList li.iconLink-fb:hover a{
	background-color:#3b5998;
	border:1px solid #3b5998;
	}

.foot-privacy{text-align:center;}

.foot-privacy a{
	font-size:14px;
	color:#888;
	padding:10px;
	display:inline-block;
	}

.ccin{
    margin:0 auto;
    text-align:center;
    color:#666;
    font-size:12px;
    box-sizing:border-box;
	}

.ccin a{font-size:12px; color:#888;}

.ccin img{vertical-align:middle;}

.ccin a:hover{color:#00aced;}
/*footer_end*/

/* 分頁標題欄位_start */
.pageBannerSection{
	padding:80px 0;
	margin-top:70px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center left;
	overflow:hidden;
	position:relative;
	}

.pageBannerSection::before,
.pageBannerSection::after{
	content:"";
	width:53%;
	height:100%;
	-webkit-transform:skew(-30deg, 0);
    -ms-transform:skew(-30deg, 0);
    transform:skew(-30deg, 0);
	position:absolute;
	}

.pageBannerSection::before{
	background-color:rgba(255,255,255,0.55);
	top:0;
	left:-21%;
	z-index:3;
	}

.pageBannerSection::after{
	background-color:rgba(21,129,191,0.5);
	top:30px;
	left:-20%;
	z-index:1;
	}

.mainSpiritTitle{
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    position:absolute;
    top:0;
	}

.pageBannerContainer{
	width:90%;
	max-width:1360px;
	position:relative;
	z-index:5;
	}

.pageBannerTitle-tw{
	font-size:28px;
	font-weight:bold;
	color:#27445d;
	letter-spacing:2px;
	}

.pageBannerTitle-en{
    font-size:48px;
	font-family:"Abril Fatface", serif;
    color:#27445d;
    letter-spacing:2px;
	}

.breadList{padding:15px 0; display:flex;}

.breadList li{padding-left:20px;}
.breadList li:nth-child(1){padding-left:0;}

.breadList li::before{
    content:"";
    width:1px;
    height:12px;
    background-color:rgb(143, 119, 92);
    transform:rotate(20deg);
    position:absolute;
    top:1px;
    left:10px;
    z-index:1;
	}

.breadList li:nth-child(1)::before{width:0; height:0;}

.breadList li .box__inner{display:flex; align-items:center;}

.breadList li i{font-size:12px; color:#686868; margin-right:5px;}

.breadList li span{font-size:14px; color:#686868; letter-spacing:1px;}
.breadList li:last-child span{color:#000;}

.breadList li:hover i, .breadList li:hover span{color:#00aced;}
/* 分頁標題欄位_end */

/* 分頁共同設定_start */
.pageContentSection{padding:50px 0 80px; position:relative;}

.pageAboutContainer{width:90%; max-width:1080px; position:relative;}

.pageContentBlock{position:relative;}

.pageContent-title{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:2px solid #00aced;
	}

.pageContent-title h4{
	font-size:26px;
	font-weight:bold;
	font-family:"Noto Serif TC", "微軟正黑體", serif;
	letter-spacing:1px;
	}

.pageContent-title span{
	font-size:38px;
	color:#00aced;
	font-family:"Noto Serif TC", "微軟正黑體", serif;
	letter-spacing:1px;
	}

.pageCenterTitle{
	text-align:center;
	padding-bottom:20px;
	margin-bottom:20px;
	position:relative;
	}

.pageCenterTitle::after{
	content:"";
	width:30px;
	height:4px;
	margin-left:-15px;
	background-color:#00aced;
	position:absolute;
	left:50%;
	bottom:-2px;
	}

.pageCenterTitle-en{
	font-size:48px;
    font-family:"Abril Fatface", serif;
    color:#00aced;
    letter-spacing:2px;
	}

.pageContent-txt p{font-size:18px; line-height:1.7em;}

.decoBorder::before{
    content:"";
    box-sizing:border-box;
    width:52px;
    height:52px;
    border-top:1px solid #fff;
    border-left:1px solid #fff;
    border-bottom:1px solid transparent;
    border-right:1px solid transparent;
    position:absolute;
    top:0px;
    left:0px;
	}

.decoBorder::after{
    content:"";
    box-sizing:border-box;
    width:52px;
    height:52px;
    border-top:1px solid #fff;
    border-left:1px solid transparent;
    border-bottom:1px solid transparent;
    border-right:1px solid #fff;
    position:absolute;
    top:0px;
    left:auto;
    right:0px;
	}

.decoBorder.bottom::before{
    border-top:1px solid transparent;
    border-bottom:1px solid #fff;
	}

.decoBorder.bottom::after{
    border-top:1px solid transparent;
    border-bottom:1px solid #fff;
	}

/* 分頁共同設定_end */

/* 分頁產品頁_start */
.pageNavList{display:flex; justify-content:center;}

.pageNavList li{
	width:16.666%;
	padding:10px;
	margin-bottom:20px;
	}

.pageNavList li .box__inner{
	padding:15px;
	border:1px solid rgba(204,204,204,0.5);
	border-radius:999em;
	}

/* 分頁產品頁_end */

.page-container{
    position:relative;
    padding-bottom:100px;
}

.page-edit-block {
    width: 100%;
    max-width: 1400px;
    margin: auto !important;
    padding: 0 15px;
    position:relative;
}

.detailContentBlock{max-width:1080px;}

.page-edit-box {
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
}

.content-col {
    position: relative;
    margin: auto !important;
}

.page-article-content{position:relative;}

.page-article-tit {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.page-article-tit h3 {
    color: #000;
    font-size: 28px;
    font-weight: bold;
}

.page-article-tit span {
    font-size: 40px;
    color: #00aced;
}

.page-article-content img {
    padding-bottom: 20px;
}

.page-article-content hr {
    margin: 30px 0;
}

.page-article-content h4 {
    font-size: 24px;
    font-weight: bold;
}

.page-article-content ul, .page-article-content ol {
    padding-left: 2em;
}

.printbox-col {
    margin-bottom: 30px;
}

.printbox-item {
    height: 100%;
    border: 1px solid #ccc;
    background-color: #eee;
}

.printbox-cover img {
    padding: 0;
    margin: 0;
}

.printbox-info h5 {
    color: #fff;
    background-color: #00aced;
    font-size: 20px;
    text-align: center;
    padding: 10px;
}

.printbox-info p{padding:10px 15px;}

.detailContant-row{flex-direction:row-reverse;}

.detailShowBox{margin-left:30px; flex-basis:800px;}

.detialContentBlock{flex:1; padding:30px 20px 0;}

.detailShowBox img{
	padding-bottom:0;
	border:1px solid rgba(204,204,204,0.5);
	}

.detailTitleBox{
	padding-right:60px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:2px solid #333;
	position:relative;
	}

.detailTitleBox h4{
	font-size:28px;
	font-weight:bold;
	}

.externalLink{position:absolute; top:-10px; right:0;}

.externalLink a{
	width:46px;
	height:46px;
	color:#fff;
	background-color:#00aced;
	border-radius:999em;
	transition:all 0.5s;
	display:flex;
	justify-content:center;
    align-items:center;
    position:relative;
	}

.externalLink a::after{
	content:"";
	width:56px;
	height:56px;
	border:3px solid rgba(0,172,237,0.5);
	border-radius:999em;
	position:absolute;
	top:-5px;
	left:-5px;
	}

.externalLink a:hover{background-color:#004c78;}

.detailContentBox p{font-size:16px; line-height:1.7em;}

.back-btn{margin-top:40px;}

.back-btn a {
    background: #00aced;
    color: #fff;
    line-height: 42px;
    padding: 10px 30px;
    border: none;
    position: relative;
    transition: 300ms ease all;
}

.back-btn a:hover {
    background: transparent;
    color: #000;
}

.back-btn a:before,
.back-btn a:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    height:2px;
    width:0;
    background: #00aced;
    transition:400ms ease all;
}

.back-btn a:after{
    right:inherit;
    top:inherit;
    left:0;
    bottom:0;
}

.back-btn a:hover:before,
.back-btn a:hover:after{
    width:100%;
    transition:800ms ease all;
}
  
.back-btn i {
	transition: all 0.5s;
}
.back-btn a:hover i {
	transform: translateX(-8px);
}

.page-tab .tab {
    margin-bottom: 40px;
}

.tablinks{
    display:block;
    width:15%;
    color:#000;
    background-color:transparent;
    border:1px solid #000;
    border-radius:5px;
    padding:15px 0;
    margin:0 0.5%;
    transition:all 0.5s;
	}

.work-tab .tablinks.active {
    background-color:#004c78;
    border-color: transparent;
    color: #fff;
}
.page-tab .active {
    background-color: #a2c1d8;
}
.tablinks:hover {
    color: #fff;
    background-color: #00aced;
    border: 1px solid #00aced;
}
.page-title h3 {
    font-size: 26px;
    font-weight: 600;
}
.about-brand {
    padding: 0 !important;
}
.about-content-txt {
    width: 100%;
    max-width: 80%;
}
.about-content-map {
    padding: 0 !important;
}
.about-map-box iframe {
    width: 100%;
    height: 360px;
}

.content-row {
    padding: 20px 0 60px !important;
}

.about-row:nth-child(even) {
    flex-direction: row-reverse;
}

.content-box {
    border-bottom: 3px solid #00aced;
    padding-bottom: 20px;
}

.content-row .about-area-txt h3 {
    color: #000;
}

.content-row .about-area-txt p {
    color: #000;
}

.about-img-box {
    display: block;
    width: 100%;
    max-width: 60%;
    height: 0;
    margin: 40px auto;
    text-align: center;
    padding-bottom: 60%;
    border-radius: 999em;
    overflow: hidden;
    position: relative;
}

.about-img-box img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}

.pageAboutBlock{max-width:1200px;}

/* page-about-content_start */
.pageAboutContent-row{display:flex; align-items:center;}

.circleCoverBox{flex-basis:450px; height:450px; position:relative;}
.pageContent-txtBlock{flex:1; padding:0 20px;}

.circleCoverBox{
	display:flex;
    justify-content:center;
    align-items:center;
    }

.circle-line{
    width:100%;
    max-width:325px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    z-index:3;
	}

.circle-line img{
    width:100%;
    padding:0;
    animation:rotation 5s infinite linear;
	}

.circleCover{
	width:380px;
	height:380px;
	border-radius:999em;
	overflow:hidden;
	position:relative;
	z-index:1;
	}

.circleCover .img-cover{padding-bottom:100%;}

.circleCover img{padding:0;}
/* page-about-content_end */

/* page-software-content_start */
.pageSoftwareSection{padding:30px 0;}
.softListSection{
	padding:60px 0 100px;
	background-image:url(../../../../../images/page-software-section-bg.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	}

.pageSoftwareContainer{max-width:900px;}

.softwareList-row{margin-top:60px; flex-direction:row-reverse;}

.softwareShowListBlock, .softwareBtnListBlock{width:50%;}

.softwareShowList{
	width:100%;
	height:620px;
	display:block;
	position:relative;
	}

.softwareShowList li{
	width:100%;
	padding:15px;
	opacity:0;
	visibility:hidden;
	transition:opacity 0.75s ease, visibility 0.75s ease;
	position:absolute;
	}

.softwareShowList li.active{
	opacity:1;
	visibility:visible;
	}

.softwareShowList li .box__inner{
	padding:30px;
	background-color:#fff;
	position:relative;
	}

.softItemNum{
	width:40px;
	height:40px;
	background-color:#3674b5;
	border-radius:999em;
	display:flex;
	justify-content:center;
    align-items:center;
	}

.softItemNum span{
	font-size:20px;
    font-weight:bold;
    font-family:"Oswald", sans-serif;
    color:#fff;
	}

.softItemTitle{
	padding-bottom:15px;
	margin:20px 0 15px;
	position:relative;
	}

.softItemTitle::after{
	content:"";
    width:20px;
    height:2px;
    background-color:#00aced;
    position:absolute;
    left:0;
    bottom:-1px;
	}

.softItemTitle h4{font-size:24px; font-weight:bold;}

.softItemDesc p{
	display:-webkit-box;
    width:100%;
    height:3.4em;
    line-height:1.7em;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    transition:all 0.5s ease 0s;
    font-size:14px;
    color:#787878;
    margin:0 0 20px;
	}

.softwareShowList li .box__inner .decoBorder{
    width:calc(100% + 30px);
    height:52px;
    box-sizing:border-box;
    display:block;
    pointer-events:none;
    position:absolute;
    top:-15px;
    left:-15px;
	}

.softwareShowList li .box__inner .decoBorder.bottom{top:unset; bottom:-15px;}

.softwareBtnList{display:flex; justify-content:space-between; flex-wrap:wrap;}

.softwareBtnList li{
	width:100%;
	padding:15px;
	margin-bottom:20px;
	position:relative;
	}

.softwareBtnList li .box__inner{
	padding:15px 15px 15px 20px;
	background-color:rgba(255,255,255,0.85);
    transition:all 0.5s ease 0s;
    display:flex;
    align-items:center;
	position:relative;
	}

.softBtnItemTitle{flex:1;}
.softBtn-cross{flex-basis:32px;}

.softBtnItemTitle h4{
	font-size:18px;
	font-weight:bold;
	letter-spacing:3px;
    transition:all 0.5s ease 0s;
	}

.softBtn-cross{height:32px; position:relative;}

.softBtn-cross::before{
	content:"";
	width:1px;
	height:20px;
	background-color:#3674b5;
	position:absolute;
	top:6px;
	left:50%;
	}

.softBtn-cross::after{
	content:"";
	width:20px;
	height:1px;
	background-color:#3674b5;
	position:absolute;
	top:50%;
	left:6px;
	}

.softwareBtnList li .decoBorder{
    width:100%;
    height:30px;
    box-sizing:border-box;
    display:block;
    pointer-events:none;
    transition:all 0.5s ease 0s;
    position:absolute;
    top:0;
    left:0;
	}

.softwareBtnList li .decoBorder.bottom{top:unset; bottom:0;}

.softwareBtnList li .decoBorder::before,
.softwareBtnList li .decoBorder::after{
	width:30px;
	height:30px;
	}

.softwareBtnList li:hover .box__inner{background-color:#00aced;}
.softwareBtnList li:hover .softBtnItemTitle h4{color:#fff;}
.softwareBtnList li:hover .decoBorder{width:calc(100% - 20px); top:10px; left:10px;}
.softwareBtnList li:hover .decoBorder.bottom{top:unset; bottom:10px;}
.softwareBtnList li:hover .softBtn-cross::before{background-color:#fff;}
.softwareBtnList li:hover .softBtn-cross::after{background-color:#fff;}

.softwareContentBlock{display:flex;}

.softDetailCover{flex-basis:450px; margin-right:20px;}
.softDetailContent{flex:1;}

.softDetailCover img{width:100%;}

.softDetailContent p,
.softDetailContent ul li{
	font-size:18px;
	line-height:1.8em;
	margin-bottom:10px;
	}

.softDetailContent ul{padding-left:30px;}

.decimalList ul{list-style:decimal;}

/* page-software-content_end */

/* page-news-content_start */
.pageNewsListContainer>.row{flex-direction:row-reverse;}

.pageNewsCateBlock{flex-basis:400px;}
.pageNewsListBlock{flex:1;}

.pageNewsRecomBlock__inner{
	padding:15px;
	border:1px solid #eee;
    border-radius:5px;
    -webkit-box-shadow:2px 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow:2px 2px 10px rgba(0, 0, 0, 0.3);
	}

.pageNewsRecomBlock__inner{margin-top:30px;}

.pageNewsCateTitle{
	padding-bottom:10px;
    margin-bottom:13px;
    border-bottom:1px solid rgb(0, 172, 237, 0.5);
    position:relative;
	}

.pageNewsCateTitle::after{
    content:"";
    width:40px;
    height:4px;
    background-color:#004c78;
    position:absolute;
    left:0;
    bottom:-2px;
	}

.pageNewsCateTitle h4{
    font-size:24px;
    font-weight:bold;
    font-family:"Noto Serif TC", "微軟正黑體", serif;
    color:#27445d;
    letter-spacing:1px;
	}

.pageNewsCateList li a{
	font-size:16px;
	font-weight:bold;
	color:#27445d;
	padding:15px;
	letter-spacing:1px;
	border-top:1px solid rgba(0,172,237,0.5);
	border-right:1px solid rgba(0,172,237,0.5);
	border-left:1px solid rgba(0,172,237,0.5);
	background:linear-gradient(to right,#8ccdeb,#8ccdeb,#fff);
    background:-moz-linear-gradient(to right,#8ccdeb,#8ccdeb,#fff);
    background:-o-linear-gradient(to right,#8ccdeb,#8ccdeb,#fff);
    background:-webkit-linear-gradient(to right,#8ccdeb,#8ccdeb,#fff);
	display:block;
	position:relative;
	}

.pageNewsCateList li a::before{
	content:"\f105";
	font-size:18px;
	font-family:'Font Awesome 6 Free';
	font-weight:900;
	color:#fff;
	transition:all 0.5s ease 0s;
	position:absolute;
	top:14px;
	left:17px;
	opacity:0;
	}

.pageNewsCateList li:last-child a{border:1px solid rgba(0,172,237,0.5);}

.pageNewsCateList li:hover a{
	color:#fff;
	padding:15px 15px 15px 35px;
	background:linear-gradient(to right,#3674b5,#3674b5,#8ccdeb);
    background:-moz-linear-gradient(to right,#3674b5,#3674b5,#8ccdeb);
    background:-o-linear-gradient(to right,#3674b5,#3674b5,#8ccdeb);
    background:-webkit-linear-gradient(to right,#3674b5,#3674b5,#8ccdeb);
	}

.pageNewsCateList li:hover a::before{opacity:1;}

.newsRecomList li{position:relative;}

.newsRecomItem-cover .img-cover{padding-bottom:60%;}

.newsRecomItem-txt h4{font-size:18px; font-weight:bold; padding-top:7px;}

.newsRecomItem-desc{
	padding-top:5px;
	margin-top:5px;
	margin-bottom:5px;
	border-top:1px solid rgba(204,204,204,0.5);
	}

.newsItemDesc p{
	display:-webkit-box;
    width:100%;
    height:5.1em;
    line-height:1.7em;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    transition:all 0.5s ease 0s;
    font-size:14px;
    color:#787878;
    margin:0;
    }

.newsItem-btn{
	display:flex;
	justify-content:space-between;
	align-items:center;
	}

.newsItem-btn .date{
	font-size:14px;
	font-style:italic;
	color:#ccc;
	}

.recomMoreBtn{
    padding:7px 20px;
    border:1px solid #ccc;
    border-radius:999em;
    display:flex;
    justify-content:center;
    align-items:center;
	}

.recomMoreBtn span{font-size:14px;}
.recomMoreBtn i{margin-right:5px;}

.newsRecomList li:hover .newsRecomItem-cover .img-cover>img{
	transform:translate(-50%, 0) scale(1.1);
	}

.newsRecomList li:hover .newsRecomItem-txt h4{color:#004c78;}
.newsRecomList li:hover .recomMoreBtn{border:1px solid #004c78; background-color:#004c78;}
.newsRecomList li:hover .recomMoreBtn span{color:#fff;}
.newsRecomList li:hover .recomMoreBtn i{color:#fff;}

.pageNewsListBlock__inner{min-height:350px; padding:15px; border:1px solid #ccc;}

.pageNewsListBlock__inner .pageNewsCateTitle{
	padding-bottom:15px;
	margin-bottom:18px;
	}

.pageNewsList li{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid rgba(204,204,204,0.5);
	position:relative;
	}

.pageNewsList li .row{align-items:center;}

.pageNewsItem-cover{flex-basis:250px;}
.pageNewsItem-txt{flex:1;}

.pageNewsItem-txt h4{
	font-size:20px;
    font-weight:bold;
    padding-bottom:10px;
    margin-bottom:7px;
    border-bottom:1px solid rgba(204,204,204,0.5);
	}

.newsMoreBtn{
	background-color:#00aced;
    clip-path:polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 30%);
    transition:all 0.4s ease;
    }

.newsMoreBtn__inner{
	padding:10px 20px;
    display:flex;
    justify-content:center;
    align-items:center;
    }

.newsMoreBtn i{
    font-size:12px;
    color:#00aced;
    padding:8px;
    margin-right:7px;
    background-color:#fff;
    border-radius:999em;
    transition:all 0.4s ease;
	}

.newsMoreBtn i.fa-angle-right{padding:8px 10px;}

.newsMoreBtn span{font-size:14px; color:#fff;}

.pageNewsList li:hover .pageNewsItem-cover .img-cover>img{
	transform:translate(-50%, 0) scale(1.1);
	}

.pageNewsList li:hover .pageNewsItem-txt h4{color:#004c78;}
.pageNewsList li:hover .newsMoreBtn{background-color:#004c78;}
.pageNewsList li:hover .newsMoreBtn i.fa-angle-right{color:#004c78;}

/* page-news-content_end */

/* page-contact-content_start */
.pageContactSection{padding:60px 0 0;}

.pageContactContainer{max-width:1080px;}

.pageContact-row{align-items:flex-start;}

.contactFormBlock{flex:1;}
.pageContactInfoBox{flex-basis:400px;}

.contactFormBlock__inner{
	padding:20px 20px 30px;
	border:1px solid #eee;
	border-radius:10px;
	-webkit-box-shadow:2px 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow:2px 2px 10px rgba(0, 0, 0, 0.3);
	}

.remark{
    padding:10px 20px;
    margin-bottom:20px;
    border:2px dashed rgba(204, 204, 204, 0.75);
    border-radius:5px;
	}

.contactFormBox{
	margin-bottom:25px;
	border:2px solid #d7d7d7;
	display:flex;
	}

.contactFormBox>label{flex-basis:150px;}
.formBoxContent{flex:1; border-left:2px solid rgba(215,215,215,0.5);}

.contactFormBox>label{
	font-size:18px;
	font-weight:bold;
	color:#004c78;
	padding:15px 20px;
	background-color:rgba(178,198,213,0.25);
	}

.formBoxContent .form-control{border-radius:none;}

.formBoxContent input, .formBoxContent textarea{
	padding:12px 17px;
	border:none;
	border-radius:unset;
	}

.formBoxContent textarea{min-height:180px;}

.verifyblock{padding:10px; display:flex; align-items:center;}

.verifyblock img{width:150px; border:1px solid rgba(204,204,204,0.5);}

.ruleCheckblock{padding:10px 10px 0; display:flex; flex-wrap:wrap;}

.ruleCheckbox{margin-right:15px; margin-bottom:10px; display:flex; align-items:center;}

.ruleCheckbox input[type=checkbox]{
    width:30px;
    height:30px;
    border:0;
    float:none;
    padding:0;
    margin:0;
    border-radius:0;
    background-color:#ddd;
    background-repeat:no-repeat;
    background-position:center;
    background-size:17px 13px;
    margin-right:10px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    outline:0;
    cursor:pointer;
    -webkit-transition:0.2s ease all;
    transition:0.2s ease all;
	}

.ruleCheckbox input[type="checkbox"]:checked{
	background-color:#27445d;
    background-image:url(../../../../../images/icon_check.svg);
	}

.ruleCheckbox label{font-size:18px; font-weight:bold;}

.contactFormBox label span{
	margin-left:5px;
	color:#ea0000;
	font-size:16px;
	}

.sendBtnBlock{width:100%; max-width:600px; margin:20px auto;}

.sendBtnBlock button{
	width:100%;
	padding:15px;
	color:#00aced;
	font-size:16px;
	font-weight:bold;
    border:3px solid rgba(68, 138, 202, 0.5);
    transition:all 0.5s ease;
	}

.sendBtnBlock button i{
	color:#00aced;
	margin-right:5px;
	}

.sendBtnBlock button:hover{
	color:#fff;
	background-color:#004c78;
	border:3px solid #004c78;
	}

.sendBtnBlock button:hover i{color:#fff;}

.pageContactInfoBox{position:relative;}

.pageContactInfoBox__inner{
	padding:10px 15px;
	border:1px solid #eee;
	border-radius:10px;
	-webkit-box-shadow:2px 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow:2px 2px 10px rgba(0, 0, 0, 0.3);
	}

.pageContactInfoBox h4{
	font-size:22px;
	font-weight:bold;
	color:#004c78;
	line-height:1.3em;
	padding-bottom:10px;
	margin-bottom:12px;
	border-bottom:1px solid rgba(0,76,120,0.5);
	}

.pageContactInfoList li{margin-bottom:10px;}

.pageContactInfoList li a{
	color:#333;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	}

.pageContactInfoList li .footInfoTag{padding:5px 7px;}

.pageContactInfoList li:hover a{color:#00aced;}
.pageContactInfoList li:hover .footInfoTag{
	color:#fff;
    background-color:#686868;
    border:1px solid #686868;
	}

.contactMapBlock{margin-top:60px; position:relative;}
.contactMapBox iframe{width:100%; height:450px;}

/* page-contact-content_end */

/* service page */
.page-project-block .service-row {
    max-width: 1200px;
}

.service-row:nth-child(even) {
    flex-direction: row-reverse;
}

.service-txt-box {
    margin: auto !important;
    padding: 40px 25px 30px 40px !important;
}

.service-num {
    font-family: 'Yeseva One', serif;
    font-size: 100px;
    font-weight: 900;
    position: absolute;
    top: -30px;
    left: 5px;
    color: #ddd;
    z-index: -1;
}

.service-sub {
    font-family: 'Yeseva One', serif;
    font-size: 18px;
    font-weight: 200;
    color: #666;
}

.service-tit {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
}

.service-info p {
    color: #333;
    padding: 8px 12px;
    margin-left: 8px;
    border-left: 1px solid #666;
}

.service-img {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 80%;
    overflow: hidden;
}

.service-img img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}

/* news page */
.news-row {
    padding: 20px 0 30px !important;
}

.second-news-col {
    padding: 0 !important;
}

.news-item {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
}

.main-news-item .news-img {
    padding-bottom: 85%;
}

.news-img {
    display: block;
    height: 0;
    text-align: center;
    padding-bottom: 70%;
    overflow: hidden;
    position: relative;
}

.news-img img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%) scale(1);
    transition: all 0.5s;
}

.news-item:hover .news-img img {
    transform: translate(-50% , -50%) scale(1.1);
}

.main-news-item .news-tit {
    margin-top: 20px;
}

.news-tit {
    color: #00aced;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    margin-top: 10px;
    min-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.news-item:hover .news-tit {
    color: #008ec3;
}

.main-news-item .news-txt {
    min-height: 96px;
    -webkit-line-clamp: 4;
    margin-top: 15px;
    margin-bottom: 15px;
}

.news-txt {
    font-size: 16px;
    line-height: 1.5em;
    min-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.main-news-item .news-date {
    top: 40px;
}

.news-date {
    background-color: #00aced;
    padding: 0 10px;
    position: absolute;
    top: 30px;
    left: 0;
}

.main-news-item .news-date span {
    font-size: 26px;
}

.news-date span {
    color: #fff;
    font-family: 'Yeseva One', serif;
    font-size: 18px;
}

.news-detail-header {
    position: relative;
}

.news-detail-img {
    display: block;
    height: 0;
    padding-bottom: 35%;
    overflow: hidden;
    position: relative;
}

.news-detail-img img {
    max-width: 85%;
    min-width: 85%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0 , -50%);
}

.news-detail-date {
    width: auto !important;
    position: absolute;
    right: 0;
    bottom: 20%;
    border-bottom: 1px solid #000;
}

.news-detail-date span {
    color: #000;
    font-family: 'Yeseva One', serif;
    font-size: 40px;
    text-align: right;
}

.news-detail-tit {
    margin-top: 30px !important;
    margin-left: 10px;
    border-left: 6px solid #00aced;
}

.news-detail-tit h4 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5em;
}

.news-detail-content {
    margin-top: 20px !important;
}

.news-detail-content img {
    margin-bottom: 20px;
}

.news-detail-content p {
    margin-bottom: 1.8rem;
}

/* table style */
.table-responsive table {
    width: 100%;
    border-top: 1px solid #ccc;
}
.table-responsive th {
    background-color: #00aced;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 5px 10px;
}
.table-responsive tr {
    border-bottom: 1px solid #ccc;
    transition: 0.5s;
}
.table-responsive tr:hover {
    background-color: #eee;
    transition: 0.5s;
}
.table-responsive td:first-child {
    font-weight: 600;
    color: #00aced;
}
.table-responsive td {
    border: 1px solid #aaa;
    padding: 10px;
}
.edit-content-box h4 {
    font-size: 18px;
    margin-bottom: 5px;
}
.timetable-option {
    margin: 30px 0 40px;
}
.timetable-content {
    margin-bottom: 20px;
}
#monthOption {
    border-radius: 5px;
    border-color: #00aced;
    padding: 6px 20px 6px 6px;
}

/* product-showbox */
.product-showbox {
    height: 100%;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.product-showbox .swiper-container{
	width:100%;
	height:480px;
	margin-left:auto;
	margin-right:auto;
    }

	.product-showbox .swiper-slide {
		background-size: cover;
		background-position: center;
		display: block;
		height: 0;
		text-align: center;
		padding-bottom: 100%;
		overflow: hidden;
		position: relative;
	}

	.product-showbox .swiper-slide img {
		width: 100%;
		max-width: 100%;
    	min-width: 100%;
	    object-fit: cover;
    	height: 100%;
	    -moz-object-fit: cover;
    	-ms-object-fit: cover;
    	-o-object-fit: cover;
    	-webkit-object-fit: cover;
    	position: absolute;
    	transform: translate(-50% , 0) scale(1);
    	transition: all 0.3s;
	}

	.product-showbox .service-hexagon-gallery-top {
		height: 100%;
		max-height: 360px;
		width: 100%;
	}

.product-showbox .service-hexagon-gallery-thumbs{height:100px; box-sizing:border-box; padding:10px 0;}

.product-showbox .service-hexagon-gallery-thumbs .swiper-slide{height:100%; opacity:0.4;}

.product-showbox .service-hexagon-gallery-thumbs .swiper-slide-thumb-active{opacity:1;}

.product-infobox .project-price {
    margin: 15px 0;
}
.product-infobox .article-detail-txt {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #aaa;
}
.product-infobox .article-detail-txt h4 {
    font-size: 20px;
    font-weight: 600;
    color: #00aced;
}
.product-detail img {
    margin-bottom: 15px;
}

/*privacy_page*/
.privacy-row {
    max-width: 1000px;
}
.content-block {
    padding-top: 40px;
}
.content-txt h1 {
    font-size: 30px;
    font-weight: 600;
}
.content-txt h2 {
    font-size: 20px;
}
.content-txt p, 
.content-txt ul {
    color: #888;
}

/* 側邊快捷按鈕 setting */
.sub-side-nav{
	position:fixed;
	top:50%;
	right:0;
	margin-top:-210px;
	z-index:100;
	}

.sideNavList{padding-left:0; list-style:none;}

.sideNavList li{margin-bottom:1px;}
.sideNavList li:last-child{margin-bottom:0;}

.sideNavList li a{
	padding:15px;
	background-color:#00aced;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
	}

.sideNavList li:nth-child(even) a{background-color:#3674b5;}

.sideNavList li i, .sideNavList li span{color:#fff;}

.sideNavList li i{margin-bottom:7px;}

.sideNavList li span{
	font-size:14px;
	writing-mode:vertical-rl;
	text-orientation:mixed;
	}

.sideNavList li.side-tel a:hover{background-color:#004c78;}
.sideNavList li.side-mail a:hover{background-color:#004c78;}
.sideNavList li.side-line a:hover{background-color:#03c302;}
.sideNavList li.side-fb a:hover{background-color:#23599b;}

.goTop{
	position:fixed;
	bottom:5%;
	right:-90px;
	width:54px;
	height:54px;
	z-index:9955;
}

.goTop a:link, .goTop a:visited{
	text-decoration:none;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	line-height:0;
	font-size:0;
	font-weight:500;
	font-family:'Microsoft YaHei', sans-serif;
    color:#fff;
    width:54px;
    height:54px;
    overflow:hidden;
    border-radius:50%;
	background-color:#00aced;
	box-shadow:0 0 13px rgba(0, 0, 0, 0.3);
	transition:all 0s ease 0s;
}
.goTop a:active, .goTop a:hover{
	text-decoration:none;
	cursor:pointer;
    width:54px;
    height:54px;
	font-size:16px;
    color:#fff;
	transition:all 0.25s ease 0s;
}
.goTop a::after{
	content:'';
	width:18px;
	height:12px;
	background:url("../../../../img/top.png") no-repeat center;
	background-size:cover;
	position:absolute;
	top:50%;
	left:50%;
	margin:-6px 0 0 -9px;
	line-height:0;
	font-size:0;
	filter:alpha(opacity=100);
	Opacity:1.0;
	transition:all 0.5s ease 0s;
}
.goTop a:hover::after{
	filter:alpha(opacity=0);
	Opacity:0;
	transition:all 0.25s ease 0s;
}

@keyframes topmoveTop{
	from{transform:translateY(20px);}
	55%{transform:translateY(0px);}
	60%{transform:translateY(10px);}
	70%{transform:translateY(0px);}
	to{transform:translateY(20px);}
	}

@-webkit-keyframes topmoveTop{
	from{transform:translateY(20px);}
	55%{transform:translateY(0px);}
	60%{transform:translateY(10px);}
	70%{transform:translateY(0px);}
	to{transform:translateY(20px);}
	}

.topmoveTop{
	-webkit-animation:topmoveTop 3000ms infinite;
	animation:topmoveTop 3000ms infinite;
	}

/*頁籤區_start*/
.numpage-btn{width:100%; text-align:center; margin-top: 20px;}

.numpage-btn .pagination{
	margin:20px 0;
    display:inline-flex;
    border-radius:0;
    padding-left:0;
    list-style:none;
	}

.pagination>li{display:inline;}

.numpage-btn .pagination li{padding:5px 10px;}
.numpage-btn .pagination li.active{
    color:#fff;
	}

.pagination>li>a, .pagination>li>span {
	position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    transition: all 0.3s;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
    color:#fff;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
	background-color:#a2c1d8;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
	color: #fff;
    background-color: #00aced;
}

.pagination>li a:hover i{color:#fff;}
/*頁籤區_end*/


/*螢幕大小*/
@media screen and (max-width:1700px){
    .news-area-txt .area-btn{margin-left:20px;}
}
@media screen and (max-width:1600px){
    .object2-2{left:0;}
    .object2-2 img{width:550px;}
    .object2-3{right:-100px;}
    .object2-3 img{width:700px;}
    .object5-1{padding-bottom:30%;}
    .object5-2{padding-bottom:65%;}
    .object5-3{padding-bottom:36%;}
    .about-area-img img{width:620px;}
}

@media screen and (max-width:1500px){
    .contact-area .area-row{max-width:90%;}
    .contact-area-entit{left:0;}
}

@media screen and (max-width:1400px){
    .object1-2 {
        width: 100%;
    }
    .object1-2 img {
        width: 100%;
    }
    .object2-2 {
        left: -5%;
    }
    .object2-4 {
        top: -150px;
        right: 10%;
    }
    .object5-1 {
        padding-bottom: 36%;
    }
    .object5-2 {
        padding-bottom: 76%;
    }
    .object5-3 {
        padding-bottom: 40%;
    }
    .area-txt-box {
        right: 10%;
    }
	.area-row {
		padding: 80px 0 !important;
	}
    .service-project {
        max-width: 220px;
    }
    .service-project-1 {
        left: 25%;
    }
    .service-project-2 {
        right: 25%;
    }
    .service-project-3 {
        left: 22%;
    }
    .service-project-4 {
        right: 30%;
    }
    .works-item h2 {
        font-size: 26px;
    }
    .bread-block {
        position: relative;
        right: auto;
        bottom: auto;
    }
}

@media screen and (max-width:1280px){
	.indexServiceSection-row{flex-wrap:wrap;}
	.indexServiceSection-row .indexSection-txt{flex:100%;}
	.indexServiceBlock{flex-basis:100%; margin-top:30px; margin-left:0;}
	}

@media screen and (max-width:1200px){
    .nav-container>ul>li {
        padding: 10px 12px;
    }
    .nav-lan-box {
        right: 2%;
    }
    .object2-1 img {
        width: 550px;
    }
    .object2-2 {
        top: 10%;
    }
    .object2-2 img {
        width: 450px;
    }
    .object2-3 {
        right: -120px;
        bottom: 5%;
    }
    .object2-3 img {
        width: 550px;
    }
    .object5-1 {
        padding-bottom: 40%;
    }
    .object5-2 {
        padding-bottom: 85%;
    }
    .object5-3 {
        padding-bottom: 45%;
    }
    .object6-1 img {
        width: 100%;
        max-width: 800px;
    }
    .service-project {
        max-width: 200px;
    }
    .service-project-1 {
        top: 10%;
        left: 22%;
    }
    .service-project-2 {
        top: 18%;
        right: 20%;
    }
    .service-project-3 {
        bottom: 10%;
        left: 20%;
    }
    .service-project-4 {
        right: 25%;
        bottom: 3%;
    }
    .works-item h2 {
        font-size: 24px;
    }
    .article-content-box {
        padding-right: calc(var(--bs-gutter-x)/ 2) !important;
    }
    .article-list-box {
        margin-top: 40px !important;
    }
    .contact-tit h3 {
        font-size: 150px;
    }
    .contact-area-entit {
        top: 0;
    }
    .contact-area-box {
        padding-top: 20px;
    }
    .foot-info-box {
        margin: 0 auto;
    }
    .about-area-img img {
        width: 540px;
    }
    .page-project-tit h3 {
        font-size: 40px;
    }
    .page-project-tit h4 {
        font-size: 20px;
    }
    .footContactArea-row{flex-wrap:wrap; padding:100px 80px 60px;}
    .footContactBlock{width:100%;}
    .footArea__inner{flex-wrap:wrap;}
    .footSitemapBlock__inner{flex-wrap:wrap;}
    .footSitemapBox{width:50%;}
    .footSitemapList{display:flex; flex-wrap:wrap;}
    .footSitemapList li{margin-right:20px;}
    .footIconLinkBox{width:100%; position:relative; left:unset; bottom:unset;}
    .footIconLinkBox__inner::after{display:block;}
    .detailShowBox{flex-basis:600px;}
}

@media screen and (max-width:1080px){
    .nav-container>ul>li{padding:10px;}
    .nav-lan-box{display:none;}
    .mobile-logo{display:block;}
    .open-nav{display:block;}
    .object1-2{top:15%;}
    .object2-2{top:10%; left:-200px;}
    .object2-3{right:-150px;}
    .object5-1{padding-bottom:45%;}
    .object5-2{padding-bottom:94%;}
    .object5-3{padding-bottom:48%;}
    .area-entit h2{font-size:80px;}
    .news-area-entit h2{font-size:200px!important;}
    .area-txt-box{right:2%; max-width:640px;}
    .quote-icon i{font-size:70px;}
    .area-tit h3{font-size:20px;}
    .area-tit span{font-size:30px;}
	.area-row{padding:70px 0!important;}
    .service-hexagon-item {max-height:225px; max-width:225px;}
    .service-project{max-width:180px;}
    .about-map-box iframe{height:300px;}
	nav>ul{display:none;}
	#openNav{float:left; cursor:pointer;}
	#logo{text-align:center; float:none; margin:10px 20px;}
	.footbox{width:90%;}
	.foot-infoblock{width:60%;}
	.foot-service-block{width:80%;}
	.footbox{max-width:700px; justify-content:center;}
	.foot-box{width:100%;}
	.foot-box.foot-box-contact{width:60%;}
	.foot-box.foot-box-project{width:40%;}
	.indexAboutSection-cover .img-cover{padding-bottom:60%;}
	.pageNewsListContainer>.row{flex-direction:row;}
	.pageNewsCateBlock{flex-basis:100%; max-width:400px;}
	.pageNewsListBlock{flex:100%; margin-top:30px;}
	.pageNewsRecomBlock__inner{display:none;}
	.pageBannerSection::before{width:70%;}
	.pageBannerSection::after{width:70%;}
	}

@media screen and (max-width:991px){
	.navTrigger{display:block;}
	.main-menu{display:none;}
    .navmenu-image {
        display: none;
    }
    .object2-2 {
        top: 5%;
        left: -200px;
    }
    .object2-3 {
        bottom: 12%;
    }
    .object2-4 {
        right: 5%;
    }
    .object2-4 img {
        max-width: 200px;
    }
    .banner-slide-3 .banner-object {
        width: 50%;
    }
    .object3-3 {
        display: none;
    }
    .object5-1 {
        padding-bottom: 120%;
    }
    .object5-2 {
        padding-bottom: 120%;
    }
    .object5-3 {
        display: none !important;
    }
    .object6-2 img {
        width: 100%;
        max-width: 500px;
    }
    .area-txt-box {
        max-width: 500px;
    }
    .quote-icon i {
        font-size: 50px;
    }
    .area-tit h3 {
        font-size: 18px;
    }
    .area-tit span {
        font-size: 24px;
    }
    .area-entit h2 {
        font-size: 70px;
    }
    .service-hexagon-item span {
        font-size: 16px;
    }
    .service-hexagon-item i {
        font-size: 24px;
        bottom: 25%;
    }
    .service-area-txt {
        padding-bottom: 20px;
    }
    .service-container {
        padding: 10% 2%;
    }
    .service-area-entit {
        top: 0;
    }
    .service-center-box {
        left: 0;
        bottom: -6%;
    }
    .service-project {
        max-width: 160px;
    }
    .about-area-img {
        margin-top: 30px;
    }
    .about-area-img img {
        width: 500px;
    }
    .article-area-txt {
        margin-bottom: 25px;
    }
    .works-item h2 {
        font-size: 22px;
    }
    .news-area-content {
        padding: 0 25px !important;
    }
    .index-news-item {
        padding-bottom: 35%;
    }
    .indes-news-img {
        padding-bottom: 50%;
    }
    .faq-img {
        max-width: 60%;
        padding-bottom: 60%;
        margin: 0 auto 40px;
    }
    .banner-info {
        top: 35%;
        left: 10%;
    }
    .page-project-tit {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
    }
    .contact-form-part {
        padding-left: 0;
    }
    .footArea__inner{flex-wrap:wrap;}
    .footSitemapBlock{flex:100%;}
    .footSitemapList{display:flex; flex-wrap:wrap;}
    .footSitemapList li{margin-right:20px;}
    .footIconLinkBox{width:100%; position:relative; left:unset; bottom:unset;}
    .footIconLinkBox__inner::after{display:block;}
    .pageAboutBlock{max-width:800px;}
    .pageAboutContent-row{flex-wrap:wrap; justify-content:center;}
    .pageContent-txtBlock{flex:100%; padding:0;}
    .detailShowBox{flex-basis:100%;}
    .detialContentBlock{flex:100%;}
    .indexAboutSection-cover{width:100%; max-width:500px;}
    .indexAboutSection-txt{width:100%; margin-top:20px; padding:10px 30px 20px;}
    .indexAboutSection-txt{position:relative; top:unset; right:unset;}
    .indexAboutSection-txt{-webkit-transform: translateY(0%); transform: translateY(0%);}
    .contactFormBox{flex-wrap:wrap;}
    .contactFormBox>label{flex-basis:100%;}
    .formBoxContent{flex:100%;border-left:none; border-top:2px solid rgba(215, 215, 215, 0.5);}
	.softwareContentBlock{flex-wrap:wrap;}
	.softDetailCover{flex-basis:100%; max-width:450px;}
	.softDetailContent{flex:100%; margin-top:20px;}
	}

@media screen and (max-width:840px){
	.contactFormBlock{padding-top:0;}
	.contactFormBlock{flex:100%;}
	.pageContactInfoBox{flex-basis:100%; max-width:500px; margin:30px auto 0;}
	.softwareShowListBlock, .softwareBtnListBlock{width:100%;}
	.softwareShowList{height:690px;}
	.softwareBtnList li{width:49.5%; padding:10px;}
	.softBtnItemTitle h4{font-size:16px; letter-spacing:1px;}
	.softItemCover .img-cover{padding-bottom:50%;}
	}

@media screen and (max-width:768px){
	#logo {
		max-width: 250px;
	}
	#openNav {
		margin: 5px 0 0 10px;
	}
    .open-nav i {
        padding: 6px 20px;
    }
	header {
		height: 70px;
	}
    .index-banner-block .swiper-slide {
        min-height: 90vh;
    }
    .object1-1 img {
        width: 100%;
    }
    .object2-1 img {
        width: 500px;
    }
    .object2-2 img {
        width: 360px;
    }
    .object2-3 img {
        width: 500px;
    }
    .banner-slide-3 {
        max-height: 90vh;
    }
    .object4-1 {
        display: none;
    }
    .object4-1-s {
        display: flex;
    }
    .object4-1-s img {
        min-height: 90vh;
    }
    .banner-slide-5 {
        max-height: 90vh;
    }
    .object5-1 {
        width: 100%;
        padding-bottom: 90vh;
    }
    .object5-2 {
        display: none !important;
    }
    .page-banner-entit h1 {
        font-size: 52px;
    }
    .page-banner-tit h2 {
        font-size: 20px;
    }
    .area-txt-box {
        right: 50%;
        transform: translate(50% , 0);
        max-width: 90%;
        padding: 20px 10px;
    }
    .about-area-entit {
        opacity: 0;
    }
    .service-hexagon-item {
        height: 150px;
    }
    .service-center-box {
        bottom: -5%;
    }
    .service-container {
        display: inline-block;
    }
    .service-box {
        margin: 2%;
        width: 100%;
        max-width: 46%;
        float: left;
        height: 300px;
    }
    .service-project-box {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 20px;
    }
    .service-project {
        max-width: 100%;
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        padding: 10px;
    }
    .service-item span {
        font-size: 16px;
        letter-spacing: 0;
    }
    .work-tab{flex-wrap:wrap;}
    .work-tab .tablinks{width:31%;  margin:0 1% 10px;}
    .area-item-tit h4 {
        font-size: 18px;
        min-height: 42px;
    }
    .area-item-txt p {
        min-height: 48px;
        -webkit-line-clamp: 2;
    }
    .contact-area .area-row {
        padding: 80px 20px !important;
    }
	.area-row {
		padding: 60px 0 !important;
	}
    .about-content-txt {
        max-width: 100%;
    }
    .listing-item {
        width: -webkit-calc(100%/2);
        width: -moz-calc(100%/2);
        width: calc(100%/2);
    }
    .contact-info-item {
        margin-top: 15px;
    }
	.article-detail-img {
		padding-bottom: 50%;
	}
    .contact-tit {
        display: none;
    }
    .contact-info-box {
        padding-top: 20px;
    }
    .footSitemapBox{width:100%; padding-right:0;}
    .moreBtn{margin-bottom:25px;}
    .pageContent-title span{font-size:32px;}
    .form-box-inner{flex-wrap:wrap;}
    .form-box-inner input, .form-box-inner textarea{flex:100%; margin-top:10px;}
	input.input-yzm, .input-group-addon{flex:45%;}
	.input-group-addon img{margin-top:10px;}
	.sub-side-nav{display:none;}
	.indexServiceList li{width:100%;}
	.pageBannerSection{padding:50px 0;}
	.pageBannerSection::before{width:100%;}
	.pageBannerSection::after{width:100%;}
}

@media screen and (max-width: 640px){
    .object1-2 {
        left: -400px;
    }
    .object2-1 {
        bottom: 20%;
    }
    .object2-1 img {
        width: 300px;
    }
    .object2-2 {
        left: -250px;
    }
    .object2-3 {
        right: -120px;
    }
    .service-hexagon-item span {
        font-size: 14px;
    }
    .service-hexagon-item i {
        font-size: 20px;
    }
    .service-slide-main {
        width: 75%;
        height: 300px;
    }
    .service-slide-thumbs {
        width: 20%;
        height: 300px;
    }
    .service-slide-title {
        font-size: 20px;
    }
    .service-box {
        height: 250px;
    }
    .link {
        width: 10rem;
        height: 10rem;
    }
    .service-project-box {
        display: block;
        padding-top: 30px;
    }
    .service-project {
        max-width: 70%;
        margin: auto;
    }
    .service-item span {
        font-size: 18px;
        letter-spacing: 2px;
    }
    .news-area-entit h2 {
        font-size: 180px !important;
    }
    .contact-form-tit h5 {
        font-size: 16px;
    }
    .footContactArea-row{padding:30px;}
    .footContactTitle-en{font-size:60px;}
    .footContactTitle-en{position:relative; top:unset; left:unset;}
    .contact-quote{display:none;}
    .footSitemapBlock__inner{flex-wrap:wrap;}
    .footSitemapBox{width:100%; padding-right:0;}
    .pageNewsItem-cover{flex-basis:100%; max-width:300px;}
    .pageNewsItem-txt{flex:100%; margin-top:20px;}
    .softwareShowList{height:630px;}
}

@media screen and (max-width:575px){
    .index-banner-block .swiper-slide {
        min-height: 80vh;
    }
    .object1-2 img {
        min-width: 720px;
    }
    .object2-2 img {
        width: 300px;
    }
    .object2-3 img {
        width: 380px;
    }
    .object2-4 img {
        max-width: 160px;
    }
    .object4-1-s img {
        min-height: 80vh;
    }
    .object5-1 {
        padding-bottom: 80vh;
    }
    .object6-2 img {
        max-width: 360px;
    }
    .about-area .area-row {
        padding: 40px 0 !important;
    }
    .about-area-entit {
        display: none;
    }
    .area-txt-box {
        position: relative;
        right: 0;
        transform: none;
        max-width: 100%;
        padding: 25px 15px;
        background-color: transparent;
    }
    .about-area .quote-icon i {
        color: #fff;
    }
    .about-area-txt h3 {
        color: #fff;
    }
    .about-area-txt p {
        color: #fff;
    }
    .area-txt-box .area-btn a {
        color: #fff;
    }
    .area-txt-box .area-btn a:hover {
        color: #00aced;
    }
    .main-title-block h1 {
        font-size: 18px;
    }
    .main-title-block h2 {
        font-size: 72px;
    }
    .main-title-block p {
        color: #fff;
        font-size: 14px;
    }
    .about-area-img img {
        width: 440px;
    }
    .service-hexagon-item {
        width: 50%;
        height: 220px;
    }
    .index-news-item {
        padding-bottom: 60%;
    }
    .news-area-entit h2 {
        font-size: 140px !important;
    }
    .article-area-txt {
        margin-bottom: 40px;
    }
    .article-area-item {
        margin-top: 0 !important;
    }
    .news-row, .news-detail-row {
        padding: 20px 0 0 !important;
    }
    .main-news-item .news-img {
        padding-bottom: 70%;
    }
    .main-news-item .news-date span {
        font-size: 18px;
    }
    .main-news-item .news-txt {
        min-height: 72px;
        -webkit-line-clamp: 3;
    }
    .news-txt {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .news-detail-img {
        padding-bottom: 40%;
    }
    .news-detail-img img {
        max-width: 80%;
        min-width: 80%;
    }
    .news-detail-date span {
        font-size: 32px;
    }
    .news-detail-tit h4 {
        font-size: 22px;
    }
}

@media screen and (max-width:500px){
    .service-slide-main {
        height: 250px;
    }
    .service-slide-thumbs {
        height: 250px;
    }
    .link {
        width: 8rem;
        height: 8rem;
    }
    .service-center-box {
        bottom: -3%;
    }
    .service-logopic img {
        max-width: 100px;
    }
    .about-area-img img {
        width: 400px;
    }
    .primary-btn a, 
    .primary-btn button {
        font-size: 14px;
        padding: 8px 25px;
    }
    .banner-txt h1 {
        font-size: 28px;
    }
	.area-row {
		padding: 50px 0 !important;
	}
    .area-tit {
        margin-bottom: 0;
    }
    .area-tit h2 {
        font-size: 22px;
    }
    .area-entit h3 {
        font-size: 48px;
    }
    .contact-info-item h4 {
        font-size: 20px;
    }
	.article-detail-img {
		padding-bottom: 60%;
	}
	.softwareBtnList li{width:100%;}
	.softwareShowListBlock{display:none;}
}

@media screen and (max-width:480px){
    .works-info p {
        min-height: 66px !important;
    }
    .banner-slide-3 .banner-object {
        width: 100%;
    }
    .object2-4 {
        top: -200px;
        right: 3%;
    }
    .object3-1 {
        display: none;
    }
    .object6-1 {
        top: 10%;
    }
    .object6-2 {
        bottom: -200px;
    }
    .object6-2 img {
        max-width: 250px;
    }
    .service-hexagon-item {
        height: 200px;
    }
    .service-box {
        height: 220px;
    }
    .page-container{padding-bottom:60px;}
    .about-img-box {
        max-width: 80%;
        padding-bottom: 80%;
    }
    .circle-line {
        max-width: 85%;
    }
    .main-title-block h1 {
        font-size: 16px;
    }
    .main-title-block h2 {
        font-size: 60px;
    }
    .news-area-entit h2 {
        font-size: 120px !important;
    }
    .index-news-item {
        padding-bottom: 70%;
    }
    .werd {
        font-size: 60px;
    }
    .collapsible-icon i {
        font-size: 16px;
        width: 35px;
        height: 35px;
    }
    .news-item {
        padding: 10px;
    }
    .main-news-item .news-date span {
        font-size: 16px;
    }
    .main-news-item .news-txt {
        min-height: 64px;
    }
    .news-txt {
        min-height: 64px;
    }
    .contact-btn a {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .article-table-responsive {
        width: 240px;
        height: auto;
        overflow-x: scroll;
        scrollbar-width: thin;
    }
    .article-table-responsive table{table-layout:auto;}
	.numpage-btn .pagination li{padding:4px 7px;}
	.pagination>li>a{font-size:14px; padding:4px 8px;}
	.pagination>li>span{font-size:14px; padding:4px 8px;}
    .listing-item{width:100%;}
    .product-showbox .service-hexagon-gallery-top{max-height:300px;}
    .product-showbox .service-hexagon-gallery-thumbs{height:90px;}
	#logo img{width:100%;}
    .open-nav i{font-size:24px; padding:5px 10px;}
    footer{padding:10px 0 70px;}
    .foot-list-box .col-sm-4{width:100%;}
    .foot-list-serve{margin-top:10px!important;}
    .foot-list-box li{display:inline-block; padding:3px;}
    .foot-untitled{padding-top:0;}
    .work-tab .tablinks{width:48%;}
}

@media screen and (max-width:420px){
    .about-area-img img{width:340px;}
    .service-hexagon-item{height:180px;}
}

@media screen and (max-width:400px){
	.main-logo, .mobile-logo{max-width:220px; margin-top:20px;}
    .object1-1 img{min-width:720px;}
    .object1-2 img{min-width:550px;}
    .object2-1{left:-250px;}
    .object2-1 img{width:250px;}
    .object2-2{left:-300px;}
    .object2-2 img{width:250px;}
    .object2-3 img{width:300px;}
    .service-hexagon-item{height:160px;}
    .service-slide-main{height:200px;}
    .service-slide-thumbs{height:200px;}
    .service-slide-title{top:30px; font-size:18px;}
    .service-slide-entit{top:-28%;}
    .service-box{margin:5% 2%; max-width:95%; height:280px;}
    .service-center-box{bottom:-2%;}
    .service-area-entit h2{font-size:60px;}
    .service-project{max-width:90%;}
    .works-item h2{font-size:20px;}
    .news-area-entit{top:5%;}
    .news-area-entit h2{font-size:80px!important;}
    .index-news-item{padding-bottom:75%;}
    .area-item-txt p{font-size:14px; min-height:42px;}
    .fixed-icon ul li{padding:0 10px;}
    .about-map-box iframe{height:240px;}
    .news-detail-img{padding-bottom:50%;}
    .news-detail-date span{font-size:26px;}
    .news-detail-tit h4{font-size:20px; line-height:1.3em;}
    .product-showbox .service-hexagon-gallery-top{max-height:240px;}
    .product-showbox .service-hexagon-gallery-thumbs{height:70px;}
}

@media screen and (max-width:360px){
    #logo{max-width:220px; margin:8px 15px 0;}
    .object1-2 img{min-width:480px;}
    .object2-1{left:-280px;}
    .object2-4{top:-250px; right:2%;}
    .object2-4 img{max-width:120px;}
    .about-area-img img{width:280px;}
    .service-hexagon-item{height:150px;}
    .service-hexagon-item span{font-size:12px;}
    .service-slide-main{height:180px;}
    .service-slide-thumbs{height:180px;}
    .service-slide-title{top:25px; font-size:16px;}
    .service-slide-entit{top:-22%;}
    .service-slide-entit h2{font-size:50px;}
    .contact-btn a{display:block; margin-bottom:15px;}
    .about-map-box iframe{height:220px;}
    .news-detail-date span{font-size:22px;}
}

@media screen and (max-width:320px){
    .page-banner-entit h1{font-size:20px;}
    .page-banner-tit h2{font-size:16px;}
    .about-map-box iframe{height:200px;}
    .product-showbox .service-hexagon-gallery-top{max-height:200px;}
    .product-showbox .service-hexagon-gallery-thumbs{height:60px;}
}
