﻿/*-----------------------------------------------------------------------------------

 Theme Name: Bemax
 Theme URI: http://
 Description: The Multi-Purpose Onepage Template
 Author: ui-themez
 Author URI: http://themeforest.net/user/ui-themez
 Version: 1.0

 Main Color   : #F24259
 main Font    : Poppins
 Heading Font : Raleway

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

 == Table Of Content

  01 Basic
  02 Navbar
  03 Header
  04 Hero
  05 Quote
  06 Portfolio
  07 Numbers
  08 Services
  09 serv-tabs
  10 Team
  11 Price
  12 Testimonials
  13 Blog
  14 Clients
  15 Contact
  16 Footer
  17 Responsive
 

---------------------------------------------------------------- */
/* ----------------------------------------------------------------
     [ 01 Start Basic ]
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  /*list-style: none;*/
  background-attachment: fixed;
  -webkit-tap-highlight-color:transparent;
  letter-spacing: 0.5px;
}

body {
  color: #00000f;
  line-height: 1.3;
  font-weight: 300;
  font-size: 1em;
  font-family: 'Noto Sans TC', sans-serif;
  overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
}

p {
  /*color: #04032B;*/
  line-height: 1.5;
  letter-spacing: 1.5px;
  font-size: 1.2em;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

span, a, a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

/*自行新增START*/
.cover-img{
  width: 260px;
  height: 146px;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.pagecard .cover-img{
  width: 255px;
  height: 140px;
}
.cover-img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0;
  transform: translate(-50%, -50%);
}
.sp-k2-featured-slider .item-meta {
  display: none;
}
.random-image img{
  max-width: 1140px;
}
.random-martop{
  margin-top: 90px;
}
.homeul {
  margin-top: 1.5em;
}
.homeul > li {
  position: relative;
  color: #FFFFFF;
  list-style-type:disc;
  margin-top: 0.5em;
}
.homeul a{
  display: inline-flex;
  text-decoration: none;
  color: inherit;
}
.menu > li {
  margin-top: 20px;
  margin-left: 30px;
  list-style-type: disc;
  color: #6CA1D5;
}
.menu a:hover {
  text-decoration:underline;
  color: #2A6396;
}
.secmenu > li {
  margin-top: 10px;
  margin-left: 20px;
  list-style-type: circle;
  color: #6CA1D5;
}
.thirdmenu > li {
  margin-top: 10px;
  margin-left: 20px;
  list-style-type: square;
  color: #6CA1D5;
}
.firli{
  margin-bottom: 1em;
  padding: 0.5em 1em;
  color: #E56A24;
  border-width:2px;
  border-style:solid;
  font-size: 1.5em;
  list-style-type: square;
  border-radius: 50px;
  font-weight:bold;
  list-style-position: inside;
}
.firli a{
  width: 90%;
}
.sectitle{
  margin:1.5em 0;
}
.secli{
  margin-bottom: 1em;
  padding: 0.5em 1em;
  color: #46669E;
  background-color: #ECF0F6;
  font-size: 1.5em;
  list-style-type: square;
  border-radius: 50px;
  list-style-position: inside;
}
.secli a{
  width: 90%;
}
.secli:hover{
  background-color: #FCF2DD;
}
.sectar:target::before {
  content: "";
  display: block;
  height: 60px; /* fixed header height*/
  margin: 60px 0 0; /* negative fixed header height */
}
.firlimap{
  margin-bottom: 1em;
  padding: 0.5em 1em;
  color: #E56A24;
  border-width:2px;
  border-style:solid;
  font-size: 1.5em;
  border-radius: 50px;
  font-weight:bold;
}
.firlimap a{
  width: 90%;
}
.seclimap{
  margin-bottom: 1em;
  padding: 0.5em 1em;
  color: #fff;
  background-color: #4A75D7;
  font-size: 1.2em;
  border-radius: 50px;
}
.seclimap a{
  width: 80%;
}
.seclimap:hover{
  background-color: #56C9DF;
}
.thilimap{
  margin-bottom: 1em;
  padding: 0.5em 1em;
  color: #46669E;
  background-color: #ECF0F6;
  font-size: 1em;
  border-radius: 50px;
}
.thilimap a{
  width: 90%;
}
.thilimap:hover{
  background-color: #FCF2DD;
}
.homemorespot{
  background-color: #195650;
  color: #ffffff;
  padding: 0.3em 0;
  margin: 2.5em 0;
  height: 2em;
  font-size: 1.5em;
}
.spotitle{
  margin-top: 50px;
  margin-bottom: 15px;
  padding: 5px;
}
.moreforspot{
  margin-bottom: 50px;
  border-style:solid;
  color:#51A6C2;
  font-size: 1.2em;
  padding: 10px;
  font-weight:bold;
}
.listnewstitle{
  background-color: #FF6003;
  padding: 10px;
}
.listnews{
  background-color: #DD3D00;
  color: #ffffff;
  display:-webkit-box;
}
.listnewscontent{
  background-color: #FEEFDA;
  color: #DD3D00;
  display: flow-root;
}
.listcampustitle{
  background-color: #463B99;
  padding: 10px;
}
.listcampus{
  background-color: #312D84;
  color: #ffffff;
  display:-webkit-box;
}
.listcampuscontent{
  background-color: #EEEDF6;
  color: #312D84;
  display: flow-root;
}
.listjobtitle{
  background-color: #056793;
  padding: 10px;
}
.listjob{
  background-color: #065A77;
  color: #ffffff;
  display:-webkit-box;
}
.listjobcontent{
  background-color: #E6F8FE;
  color: #065A77;
  display: flow-root;
}
.listhonortitle{
  background-color: #B22058;
  padding: 10px;
}
.listhonor{
  background-color: #931649;
  color: #ffffff;
  display:-webkit-box;
}
.listhonorcontent{
  background-color: #FFECFF;
  color: #931649;
  display: flow-root;
}
.cardkind{
  float: right;
  font-size: 1em;
  color: #8B8987;
  margin-bottom: 10px;
}
.cardtxt{
  color: #545555;
}
.cardtxta{
  color: #5A7AFC;
}
.cardtxtb{
  color: #CF440C;
}
.cardtxtc{
  color: #6853BF;
}
.cardtxtd{
  color: #B22058;
}
.cardtxte{
  color: #056793;
}

.ccardtxta{
  color: #6853BF;
}
.ccardtxtb{
  color: #941372;
}
.ccardtxtc{
  color: #005AA8;
}
.ccardtxtd{
  color: #08797C;
}
.ccardtxte{
  color: #CD5C16;
}


.cardblock{
  width: 100%;
  height:130px;
  background-color: #FFFFFF;
  border-style:solid;
  -moz-box-shadow:4px 4px 3px rgba(20%,20%,40%,0.5);
  -webkit-box-shadow:4px 4px 3px rgba(20%,20%,40%,0.5);
  box-shadow:4px 4px 3px rgba(20%,20%,40%,0.5);
  margin-bottom: 1.5em;
}
.ccardblock{
  width: 100%;
  height:330px;
  background-color: #FFFFFF;
  border-style:solid;
  -moz-box-shadow:4px 4px 3px rgba(20%,20%,40%,0.5);
  -webkit-box-shadow:4px 4px 3px rgba(20%,20%,40%,0.5);
  box-shadow:4px 4px 3px rgba(20%,20%,40%,0.5);
  margin-bottom: 1.5em;
}
.cardtitle{
  width: 100%;
  display: inline-flex;
}
.ccardtitle{
  width: 100%;
}

.ccardcontent{
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 45px;
}
.ccardtitledate{
  font-weight: bold;
  font-family: Adobe Devanagari;
  font-style: italic;
  float: left;
  width: 80%;
  margin-top: 8px;
}
.ccardtitleicon{
  float: right;
}
.ccardtitlecatname{
  font-size: 9pt;
  margin-top: 15px;
}
.ccardtag{
  margin: 10px 0;
}
.ccardtagone{
  margin-right: 8px;
  background-color: #02857d;
  color: #fff;
  font-size: 0.7em;
  display: inline-flex;
  padding: 0 0.6em;
  border-radius: 10rem;
}
.cardunit{
  font-size: 0.9em;
  font-weight: 400;
  width: 100%;
  padding-left: 10px;
}
.cardicon{
  position: absolute;
  float: right;
  vertical-align:top;
  right: 25px;
}
.cardiconm{
  display: none;
}
.carddate{
  float: left;
  font-size: .8em;
  width: 85%;
  padding-top: 3px;
  padding-left: 10px;
}
.cardtext{
  height: 101%;
  width: 100%;
  padding: 12px;
}
.ccardtext{
  width: 100%;
  padding: 12px;
  height: 185px;
  margin-top: -5px;
}
.pagecard .ccardtext {
  width: 100%;
  padding: 12px;
  height: 190px;
  margin-top: -5px;
}
.cardtxtclick{
  height: 60%;
  width: 100%;
  color: #4F4F4B;
}
.campus_report{
  margin: -75px 0;
  color: #fff;
  font-size: 1.8em;
  text-align:center;
}
.campus_reportc {
  margin-top: -90px;
  color: #fff;
  font-size: 1.8em;
  text-align:center;
  z-index: 50;
  position: relative;
}
.pagecard{
  margin-bottom: 20px;
}
.pagecard .cardheader{
  min-width:  241px;
}
.pagecard .cardtext{
  height:75px;
}
.cardtexta.active,
.cardtexta:hover,
.cardtexta:focus,
.cardtxtclick:focus > .cardtexta{
  background-color: #5A7AFC;
  color: #ffffff;
}
.cardtextb.active,
.cardtextb:hover,
.cardtextb:focus,
.cardtxtclick:focus > .cardtextb{
  background-color: #CF440C;
  color: #ffffff;
}
.cardtextc.active,
.cardtextc:hover,
.cardtextc:focus,
.cardtxtclick:focus > .cardtextc{
  background-color: #6853BF;
  color: #ffffff;
}
.cardtextd.active,
.cardtextd:hover,
.cardtextd:focus,
.cardtxtclick:focus > .cardtextd{
  background-color: #B22058;
  color: #ffffff;
}
.cardtexte.active,
.cardtexte:hover,
.cardtexte:focus,
.cardtxtclick:focus > .cardtexte{
  background-color: #056793;
  color: #ffffff;
}
.ccardheader{
  display: inline-grid;
  width: 100%;
}
.ccardbga{
  background-color: #6853BF;
}
.ccardbgb{
  background-color: #941372;
}
.ccardbgc{
  background-color: #005AA8;
}
.ccardbgd{
  background-color: #08797C;
}
.ccardbge{
  background-color: #CD5C16;
}
.ccardtexta.active,
.ccardtexta:hover,
.ccardtexta:focus,
.cardtxtclick:focus > .ccardtexta{
  background-color: #6853BF;
  color: #ffffff;
}
.ccardtextb.active,
.ccardtextb:hover,
.ccardtextb:focus,
.cardtxtclick:focus > .ccardtextb{
  background-color: #941372;
  color: #ffffff;
}
.ccardtextc.active,
.ccardtextc:hover,
.ccardtextc:focus,
.cardtxtclick:focus > .ccardtextc{
  background-color: #005AA8;
  color: #ffffff;
}
.ccardtextd.active,
.ccardtextd:hover,
.ccardtextd:focus,
.cardtxtclick:focus > .ccardtextd{
  background-color: #08797C;
  color: #ffffff;
}
.ccardtexte.active,
.ccardtexte:hover,
.ccardtexte:focus,
.cardtxtclick:focus > .ccardtexte{
  background-color: #CD5C16;
  color: #ffffff;
}
.cardheader{
  padding-bottom: 10px;
}
.cardheadera{
  background-color: #5A7AFC;
  color: #ffffff;
}
.cardheaderb{
  background-color: #CF440C;
  color: #ffffff;
}
.cardheaderc{
  background-color: #6853BF;
  color: #ffffff;
}
.cardheaderd{
  background-color: #B22058;
  color: #ffffff;
}
.cardheadere{
  background-color: #056793;
  color: #ffffff;
}
.cardcontent{
  letter-spacing: 1px;
}
.cardlistkind{
  width: 100%;
  text-align: right;
  margin-top:95px;
}
.campuskind{

}
.campussearch{
  margin-bottom: 25px;
}
.campussearchinput{
  border-color: #746D6D;
  border-radius: 15px;
  border-width: 1px;
  border-style: solid; 
  color: #707070;
  width: 74%;
  padding: 10px 20px;
  font-weight: 100;
}
.campussearchbtn{
  background-color: #4C389E;
  color: #FFFFFF;
  border-radius: 15px;
  border: 0px;
  padding: 10px 20px;
  margin-left: 15px;
  width: 23%;
  font-weight: bolder;
  letter-spacing: 2px;
}
.campusicon{
  float: left;
  max-width: 60px;
}
.campustt{
  padding-top: 15px;
  margin-left: 15px;
  float: left;
}
#searchCNewsForm{
  width: 100%;
}
.input-wrap{
  
}
.input-wrap > label > input[type='checkbox'] {
  vertical-align:middle;
  position: relative;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  border-radius: 30%;
  border: 2px #ABABA0 solid;
  background: #FFFFFF;
}
.input-wrap > label > input[type="checkbox"]:checked {
    background: #5E5E57;
}
.input-wrap > label > input[type='checkbox']:checked:after {
  content: '';
  position: absolute;
  border: #fff solid 2px;
  border-top: none;
  border-right: none;
  height: 6px;
  width: 10px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); 
  transform: rotate(-45deg);
}
.input-wrap > label{
  margin-right: 10px;
}
.newsblock{
  background-color: #6853BF;
  color: #fff;
}
.newstxt{
  font-size: 0.85em;
  margin: 15px 0;
  width: 100%;
  color: #6853BF;
}
.index-btn{
  padding: 2px 7px;
  letter-spacing: 2px;
  font-weight: 100;
}
.btn >img{
  width: 100%;
  margin: 0;
}
.tbtr:hover{
  background-color:#ffffff;
}
.tbtd{
  display:inline-block;
  text-align: left;
  padding: 0.3em 0;
}
.tblisttr{
  font-size: 1.5em;
  text-align: left;
  color: #ffffff;
  padding: 0.5em 1em;
}
.listtitle > div {
  color: #FFFFFF;
  text-align: left;
}
.listunit > div {
  color: #FFFFFF;
  text-align: right;
}
.identityhot{
  background: #FFFFFF;
  margin: 1em 0.5em;
  padding: 1em;
}
.borderget{
  border-width:3px;
  border-style:solid;
  margin:2em 0em;
  padding: 0.5em;
}
.ekarea{
  float: left;
  margin-right: 0.8em;
}
.ekboss{
  margin-bottom: 1.5em;
}
.ekblock{
  width: 100%;
  height:100px;
  color: #108480;
  border-style:solid;
  margin-bottom: 1.5em;
  -moz-box-shadow:4px 4px 3px rgba(20%,20%,40%,0.5);
  -webkit-box-shadow:4px 4px 3px rgba(20%,20%,40%,0.5);
  box-shadow:4px 4px 3px rgba(20%,20%,40%,0.5);
}
.ekdateblock{
  width: 30%;
  height: 100%;
  background-color: #108480;
  float:left;
  padding: 15px;
  font-family: Times New Roman;
}
.ekdatem{
  color: #FFFFFF;
  font-size: 1.5em;
}
.ekdated{
  color: #FFFFFF;
  font-size: 2em;
}
.ektextblock{
  width: 70%;
  height: 100%;
  background-color: #FFFFFF;
  float:right;padding: 10px;
  text-align: left;
  color: #307576;
}
.ekactday{
  color: #D53121;
  font-family: Times New Roman;
}
.ekactallday{
  color: #D53121;
}
.ektextblock:hover{
  background-color: #108480;
  color: #FFFFFF;
}
.ektextblock:hover > span{
  background-color: #108480;
  color: #FFFFFF;
}
.wrong-month {
  pointer-events: none;
}
.rssDiv{
  width: 75%;
  padding-top: 20px;
}
.caltop {
    top: -88px;
    padding: 0;
}
.calback{
  width: 100%;
  height: auto;
  background-color: #108480;
  padding: 15px;
  vertical-align:bottom;
}
.calicona{
  float: left;
  padding-top: 15px;
}
.calicon{
  float: left;
  padding-top: 15px;
}
.calblock{
  padding-bottom: 8px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.caltext{
  color: #FFFFFF;
  font-size: 1.2em;
  vertical-align:middle;
}
.caltexty{
  width:30px;
  height:30px; 
  text-align:center;
  border-radius:25px;
  background-color:#ffffff;
  color: #108480;
  display:inline-block;
  font-size: 1em;
  padding:5px 0;
  margin-left: 1px;
}
.caltextm{
  width:30px;
  height:30px; 
  text-align:center;
  border-radius:25px;
  background-color:#065A7F;
  color: #ffffff;
  display:inline-block;
  font-size: 1em;
  padding:5px 0;
  margin-left: 1px;
}
.calendar{
    background-color: #FFFFFF;
}
.disinlineblock{
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}
.discontents{
  display: contents;
  padding-left: 0;
  padding-right: 0;
}
.disinline{
  display: inline;
  padding-left: 0;
  padding-right: 0;
}
.topblock{
  float: right;
  color: #ffffff;
  margin: 5px 0;
}
.topmain:before {
    content: "｜";
}
.topsub:after {
    content: "\00a0/\00a0";
}
.aboutcircle{
  width:50px;
  height:50px; 
  text-align:center;
  border-radius:25px;
  color:#1a71af;
  background-color: #ffffff;
  display:inline-block;
  font-size: 2em;
  padding:6px 0;
  margin:0.1em;
  font-family: Times New Roman;
}
.abouttitle{
  font-size: 2.3em;
  font-weight: 300;
  margin-bottom: 15px;
  color: #fff;
}
.aboutcontent{
  font-size: 1.12em;
  font-weight: 300;
  letter-spacing: 1px;
  color: #fff;
}
.identityclass{
  margin-top: 1em;
}
.identitytitle{
  padding: .5em;
}
.identitycontent{
  border-width:1px;
  border-style:solid;
  color: #08739A;
  width: 100%;
  padding: .5em;
  list-style-type: disc;
  list-style-position: inside;
}
.identitycontent:hover{
  background-color: #FCF2DD;
}
.ihot{
  margin-top: 170px;
}
.isearch{
  background-color: #0a5652;
  border-radius: 50px;
  color: #fff;
  width: 100%;
  height: 50px;
  border: 0;
}
.isearch:hover{
  background-color: #FD8309;
}
.itxt{
  width: 100%; 
  height: 50px;
  border: 0;
}
input.itxt {
  text-align: center;
}
.tistxt{
  width: 70%;
}
.tisbtn{
  width: 25%;
  margin-left: 1em;
}
.breadcrumb {
    background:bottom !important;
}
.breadcrumb li{
  font-style:normal !important;
}
/*.breadcrumbs> li+li:before {
    content: "/\00a0";
    padding: 0 3px;
}*/
.orange{
  /*color: #FA9F00 !important;*/
  color: #038166 !important;
}
.itemDateCreated{
  color: #675E5E !important;
}
.hotout{
  margin-top: 2em;
  margin-bottom: 2em;
}
.hotin{
  height: 100%;
  border: 3px solid #fff;
  text-align: center;
  padding: 35px 0px 25px 0px;
}
.hotin span:hover {
  color: #E63F3F;
}
.listforcontent{
  float:left; 
  font-size: 1.2em;
}
.listforunit{
  float:right;
}
.hotcontext{
  font-size: 1.5em;
  color: #ffffff;
}
.somelink{
  padding: 20px;
}
.sometitle{
  color: #FFF4AE !important;
  text-shadow: black 0.1em 0.1em 0.2em;
  font-size: 2em;
  margin-bottom: 20px;
}
.somecontent p{
  color: #fff !important;
  text-shadow: black 0.1em 0.1em 0.1em;
  font-size: 1.2em;
  letter-spacing: 2px;
}
.goyuntxt{
  font-size: 26pt;
  color: #057478;
}
.goyuntxt:hover {
  color: #FD8309;
}
/* goTopButton */
.goTopBox{
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 998;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.goTopBox a.goTop{
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/top.png) no-repeat;
}
.goTopBox a.goTop:hover{
  margin-bottom: 5px;
}
.disnon{
  display: none;
}
.menutitle >img{
  width: 60%;
  margin-left: 20px;
}
.menutitle >span{
  margin-left: 20px;
  display: -webkit-box;
  margin-top: 3px;
}
.sja-megamenu-fixed-width-6,.sja-megamenu-fixed-width-4,.sja-megamenu-fixed-width-2,.sja-megamenu-fixed-width-1{
  display: -webkit-inline-box;
  vertical-align:top;
  float: left;
}
.sja-megamenu-fixed-width-6{
  width: 120px;
}
.sja-megamenu-fixed-width-4{
  width: 200px;
}
.sja-megamenu-fixed-width-2{
  width: 220px;
}
.sja-megamenu-fixed-width-1{
  width: 150px;
}
.sj-megamenu-parent .sj-dropdown li.menuimg{
  margin-left: -40px;
}
.sj-megamenu-parent .sj-dropdown li.sj-menu-item a.menuitm {
  color: #FFED66;
}
.sj-megamenu-parent .sj-dropdown li.sj-menu-item a.menuitm:hover{
  background-color: #044d49;
}
.sj-megamenu-parent .sj-dropdown li.sj-menu-item {
  color: #ffffff;
}
.sj-megamenu-parent .sj-dropdown li.menuit:hover{
  color: #FFED66;
  background-color: #044d49;
}
.sj-megamenu-parent .sj-dropdown a.menubluem {
  color: #FFED66;
}
.sj-megamenu-parent .sj-dropdown a.menubluem:hover,
.sj-megamenu-parent .sj-dropdown li.menublue:hover,
.sj-megamenu-parent .sj-dropdown li.menublue>span{
  background-color: #6FA3E7;
  color: #ffffff;
}
.sj-megamenu-parent .sj-dropdown a.menuorgm {
  color: #FFED66;
}
.sj-megamenu-parent .sj-dropdown a.menuorgm:hover,
.sj-megamenu-parent .sj-dropdown li.menuorg:hover,
.sj-megamenu-parent .sj-dropdown li.menuorg>span:hover{
  background-color: #F08531;
  color: #ffffff;
}
.sj-megamenu-parent .sj-dropdown a.menuredm{
  color: #FFED66;
}
.sj-megamenu-parent .sj-dropdown a.menuredm:hover,
.sj-megamenu-parent .sj-dropdown li.menured:hover,
.sj-megamenu-parent .sj-dropdown li.menured>span:hover{
  background-color: #F3437F;
  color: #ffffff;
}
.sj-megamenu-parent .sj-dropdown a.menugreenm{
  color: #FFED66;
}
.sj-megamenu-parent .sj-dropdown a.menugreenm:hover,
.sj-megamenu-parent .sj-dropdown li.menugreen:hover,
.sj-megamenu-parent .sj-dropdown li.menugreen>span:hover{
  background-color: #94C758;
  color: #ffffff;
}
.sj-megamenu-parent .sj-dropdown a.menupurm{
  color: #FFED66;
}
.sj-megamenu-parent .sj-dropdown a.menupurm:hover,
.sj-megamenu-parent .sj-dropdown li.menupur:hover,
.sj-megamenu-parent .sj-dropdown li.menupur>span:hover{
  background-color: #A686F0;
  color: #ffffff;
}
.sj-megamenu-parent .sj-dropdown li.menupp:hover,
.sj-megamenu-parent .sj-dropdown li.menupp>span:hover{
  background-color: #3C5180;
  color: #ffffff;
}
.dj-more{
  color: #FFED66;
}
.dj-icon{
  max-width: 80%;
}
.dj-megamenu-wrapper{
  margin-top: 6px;
}
.image-title{
  display: block;
  margin-top: 10px;
}
.blc{
  font-family: 'times new roman', times, serif;
}
.menutitle{
  font-weight: normal;
  padding-left: 10px;
}
.menutitle_en{
  font-size: 6pt;
  white-space:pre-wrap;
  word-wrap:break-word;
}
.btn-search{
  border-radius:50px;
  background-color: #425a7e;
  color: #fff;
  font-size: 1em;
  width: 100%;
}
.btn-search:hover{
  background-color: #04baf7;
}
.searchform{
  background-color: #ECF0F6;
  color: #425a7e;
  padding: 1.5em;
}
.searchresults{
  color: #5C5E63;
  margin-top: 2em;
}
.itemTitle{
  color: #3C4858;
  font-size: 2em;
}
.itemFullText ul, ol{
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.listforcontent >li{
  list-style-type: disc;
}

.sj-dropdown:before{
  -webkit-filter: blur(30px);
  -moz-filter: blur(30px);
  -o-filter: blur(30px);
  -ms-filter: blur(30px);
  filter: blur(30px);
}
.slider_explode{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  z-index: 8;
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.8)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
  background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
  background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
}
.slider_explode:after{
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  -o-filter: blur(50px);
  -ms-filter: blur(50px);
  filter: blur(50px);
}
.explode_dis{
  display: none;
}
.yun_txtmt{
  margin-top: -130px !important;
}
.banner_author{
  line-height: 50px;
  color: #fff;
  position: absolute;
  right: 20px;
}
.banner_explode{
}
.footeright{
  text-align: right;
  padding-right: 0;
}
.footerleft{
  text-align: left;
  padding-left: 0;
}
.footercenter{
  text-align: center;
  padding-right: 0;
  padding-left: 0;
}
.footerblock{
  text-align:left;
}
.footerborder{
  border-left: 2px #FFFFFF solid;
}
.footerlogo{
  margin-left: 15px;
    padding: 5px 0;
}
div.itemNavigation {
  background-color: #078D87;
}
div.itemNavigation span.itemNavigationTitle {
  color: #ffffff;
}
div.itemNavigation a.itemPrevious {
  /*color: #ffffff;*/
}
div.itemNavigation a.itemNext:before {
  content: "|　";
}
div.itemNavigation a.itemNext {
  /*color: #ffffff;*/
}
div.itemAttachmentsBlock ul.itemAttachments {
  color: #3366BB;
}
.combtn{
  color: #FFFFFF;
  background-color: #03857D;
  margin-right: 8px;
  margin-bottom: 10px;
}
.combtn.active{
  background-color: #D63B00;
}
.combtn:hover{
  color: #FFED66;
}
.combtns{
  color: #FFFFFF;
  background-color: #385888;
  margin-right: 8px;
  margin-bottom: 10px;
  border-radius: 20px;
}
.combtns.active{
  background-color: #D63B00;
}
.combtns:hover{
  color: #FFED66;
}
.comtr{
  background-color: #146A5E;
  color: #FFFFFF;
  display: flex;
}
.comtra{
  background-color: #f1f1e5;
  display: flex;
  list-style-type:none;
}
.comtd{
  border-style:solid;
  border-width:1px;
  border-color:#FFFFFF;
  padding: 10px;
}
.comtda{
  width: 20%;
}
.comtdb{
  width: 80%;
}
.commsg{
  margin-top: 40px;
  margin-bottom: 40px;
}
.commail{
  color: #aab9f0;
  margin-bottom: 20px;
}
.pagination > ul {
  display: -webkit-inline-box;
  list-style-type: none;
}
.pagination > ul li{
  padding: 20px;
  margin: 5px;
}
.pagination > ul li.active{
  color: #fff;
  background-color: #04798C;
}
.main{
  z-index: 80;
}
#content #k2Container{
  min-height:0px;
}
.featherlight .featherlight-inner {
  width: 950px;
}
.found{
  background:yellow;
  color:red;   
}
.highlight {
  background:yellow;
  color:red;   
}
.inputsearch{
  border-radius:50px;
  font-size: 1.2em;
  width: 100%;
  border-style: solid;
  border-color: #d6d2d2;
  padding: 10px 20px;
  font-weight: 100;
}
.inputsearch:focus{
  border-style:solid;
  border-color: #FD8309;
  border-width:5px; 
}
.carousel-item{
  overflow: hidden;
  padding-bottom: 5px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    color: #FFFFFF;
} 
.sr-only:active, .sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
span.itemHits{
  color: #656880;
}
.subwidthself-120{
  width: 120px;
}
.subwidthself-150{
  width: 150px;
}
.subwidthself-170{
  width: 170px;
}
.subwidthself-175{
  width: 175px;
}
.subwidthself-180{
  width: 180px;
}
.subwidthself-190{
  width: 190px;
}
.subwidthself-200{
  width: 200px;
}
.subwidthself-210{
  width: 210px;
}
.subwidthself-220{
  width: 220px;
}
.subwidthself-230{
  width: 230px;
}
/*自行新增END*/
.section-head {
  margin-bottom: 80px;
}
.section-head h4 {
  position: relative;
  padding: 0 0 0 15px;
  line-height: 1;
  border-left: 1px solid #eee;
  letter-spacing: 2px;
  font-size: 2.7em;
  font-weight: 700;
}
.section-head h4:before {
  content: '';
  width: 1px;
  height: 35px;
  background: #F24259;
  position: absolute;
  left: -1px;
  bottom: 0;
}
.section-head h4 span {
  font-weight: 200;
  padding-bottom: 5px;
}

.bg-gray {
  background: #f7f7f7;
}
.bg-gray .owl-theme .owl-dots .owl-dot span {
  background: #777;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.section-padding {
  padding: 10px 0;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 70%;
  /*left: 0;*/
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */
.cd-headline.clip span {
  display: inline-block;
  padding: 1.2em 0;
  color: #fff;
  text-shadow: 0.1em 0.1em 0.2em black;
}
.cd-headline.clip div {
  text-shadow: 0.1em 0.1em 0.2em black;
}
.cd-headline.clip .cd-words-wrapper {
  /*0625停止使用動畫overflow: hidden;*/
  vertical-align: top;
}

/*line0625停止使用動畫
.cd-headline.clip .cd-words-wrapper::after {
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9;
}*/

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F7F8FA;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #F24259;
}

/* ----------------------------------------------------------------
     [ End Basic ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Navbar ]
-----------------------------------------------------------------*/
/*.navbar {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  z-index: 9;
  min-height: 50px;
  padding: 0;
}*/

.navbar .topbar{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 8;
  min-height: 30px; 
}
.navbar .logobar{
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  z-index: 8;
  max-height: 50px; 
}
.navbar .dj-megamenu-wrapper{
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  background: #0a5652;
  z-index: 8;
  padding: 0;
}
.navbar .icon-bar {
  color: #fff;
}
.navbar .navbar-nav a {
  font-size: 1.29em;
  font-weight: 600;
  color: #eee;
  letter-spacing: .5px;
  margin: 1em 50px;
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-align: center;
}
.navbar .navbar-nav .active > a {
  color: #fff !important;
}
/*.navbar .navbar-nav li{
  margin-top: 25px;
}*/
.toptitle{
  margin: 0.3em 0;
}
.topmenu{
  font-size: 9pt;
}
.topmenu a:hover{
  color: #FFED66;
  text-decoration:underline;
}
.topfocus{
  color: #FFED66; 
}
.logotitle{
  margin: 3px 0;
}
.logoblock{
  float: right;
  display: flex;
  margin: 10px;
}
.stext{
  border:1px solid #005F5A;
  background-color: #005F5A;
}
.logoblock input[placeholder]{
  color: #f8f9fa;
  padding: 0 0 0 10px;
  font-weight: 100;
}
.logoblock input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #f8f9fa;
}
.logoblock input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #f8f9fa;
}
.logoblock input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #f8f9fa;
}
.logoblock input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #f8f9fa;
}
.tistxt input[placeholder]{
  color: #000000;
}
.social_media{
  padding: 3px;
}
.search_logosty{
  background-color: #023B38;
}
.nav-scroll {
  background: #0a5652;
  border-bottom: 1px solid rgba(12, 12, 12, 0.04);
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  z-index: 99;
}
.nav-scroll .navbar-nav li{
  margin-top: 10px;
}
/*.nav-scroll .moduletable .topbar{
  display: none;
}*/
.nav-scroll .icon-bar {
  color: #fff;
}
.nav-scroll .navbar-nav a {
  color: #fff;
}
.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #111;
}
.logo {
  padding: 15px 0;
}
.photo_icon{
  display: -webkit-inline-box;
  margin-right: 20px;
  float: right;
}
.photo_icon .navbar-toggler{
  padding: 0;
}
/*隱藏手機板菜單*/
#mobliemenu{
  display: none;
}
#mmeufooter{
  display: none;
}
.mmenu{
  display: none !important;
}
@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav a {
      padding-right: .5rem;
      padding-left: .5rem;
  }
}
#navbarSupportedContent{
  margin-top: 8px;
}
/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Header ]
-----------------------------------------------------------------*/
.header {
  min-height: 100vh;
  overflow: hidden;
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption h3 {
  font-weight: 200;
  letter-spacing: 3px;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
.header .caption h1 {
  margin: 10px 0;
  font-size: 5em;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
.header .caption h1 b {
  color: #0a5652;
  text-shadow: 0.1em 0.1em 0.2em black;
}
.header .caption p {
  font-size: 1.14em;
  color: #eee;
  word-spacing: 2px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.header .caption .butn {
  padding: 10px 30px;
  border: 1px solid #eee;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 0.92em;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  margin: 30px 2px 0;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.header .caption .butn:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .caption .butn:hover {
  border-color: #fff;
}
.header .caption .butn:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.header .caption .butn:hover span {
  color: #1c1c1c;
}
.header .caption .butn span {
  position: relative;
  z-index: 2;
}
.header .caption .butn-bg {
  background: #F24259;
  border-color: #F24259;
}
.header .arrow {
  position: absolute;
  bottom: 0 ;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 2.29em;
  z-index: 8;
}
.header .arrow i {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.header .arrow i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.header .arrow i:hover:after {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.slider .arrow, .slider-fade .arrow {
  display: none !important;
}
.slider .owl-item, .slider-fade .owl-item {
  height: 100vh;
  position: relative;
}
.slider .item, .slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.slider .item .caption, .slider-fade .item .caption {
  z-index: 9;
}
.slider .item .caption h1 span, .slider-fade .item .caption h1 span{
  color: #F24259;
}
.slider .owl-theme .owl-dots, .slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
}

.creative {
  min-height: 100vh;
}
.creative .svg {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.creative .svg svg {
  fill: #fff;
  width: 101%;
}

.bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Hero ]
-----------------------------------------------------------------*/
.hero .extra-text {
  font-weight: 200;
  margin-bottom: 25px;
}
.hero .extra-text span {
  font-weight: 700;
}
.hero .item {
  background: #fff;
  text-align: center;
  padding: 30px 15px;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
          box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  border-radius: 5px;
  margin-bottom: 30px;
}
.hero .item .icon {
  font-size: 3.57em;
  margin-bottom: 15px;
  color: #F24259;
}
.hero .item h6 {
  margin-bottom: 15px;
}
.hero .mission p {
  margin-bottom: 30px;
}
.hero .mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #F24259;
  border-radius: 50%;
  color: #fff;
  font-size: 1.79em;
}
.hero .mission .small-text {
  margin-left: 10px;
  font-size: 0.93em;
  color: #666;
}
.hero .skills {
  padding-top: 80px;
}
.hero .skills .prog-item {
  margin-bottom: 25px;
}
.hero .skills .prog-item:last-child {
  margin-bottom: 0;
}
.hero .skills .prog-item p {
  font-weight: 600;
  font-size: 0.86em;
  margin-bottom: 8px;
}
.hero .skills .prog-item .skills-progress {
  width: 100%;
  height: 2px;
  background: #eee;
  border-radius: 5px;
  position: relative;
}
.hero .skills .prog-item .skills-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #F24259;
  width: 10%;
  border-radius: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.hero .skills .prog-item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 0.714em;
  color: #777;
}

/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start Quote ]
-----------------------------------------------------------------*/
.quote {
  background-attachment: fixed;
}
.quote p .icon {
  font-size: 2.14em;
  margin: 0 15px;
  padding: 0;
  opacity: .3;
  line-height: 1;
}
.quote p {
  font-size: 1.214em;
  font-style: italic;
}
.quote h5 {
  color: #F24259;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  margin: 15px 0 10px;
}
.quote h6 {
  font-size: 0.86em;
  color: #ccc;
}

/* ----------------------------------------------------------------
     [ End Quote ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Start Portfolio ]
-----------------------------------------------------------------*/
.portfolio {
  overflow: hidden;
}
.portfolio .filtering span {
  margin-right: 30px;
  color: #333;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 1em;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.portfolio .filtering span:last-child {
  margin: 0;
}
.portfolio .filtering .active {
  border-color: #F24259;
  color: #F24259;
}
.portfolio .items {
  margin-top: 30px;
}
.portfolio .item-img {
  position: relative;
  overflow: hidden;
}
.portfolio .item-img:hover .item-img-overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.portfolio .item-img:hover h6 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.portfolio .item-img h6 {
  font-weight: 600;
  position: relative;
  margin-bottom: 5px;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.portfolio .item-img-overlay {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: rgba(255, 255, 255, 0.95);
  color: #35424C;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 2;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.portfolio .item-img-overlay a {
  font-size: 2.14em;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

/* ----------------------------------------------------------------
     [ End Portfolio ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start Numbers ]
-----------------------------------------------------------------*/
.numbers {
  background-attachment: fixed;
}
.numbers .item .icon {
  font-size: 3.214em;
  margin-bottom: 10px;
  color: #fff;
}
.numbers .item h2 {
  font-weight: 800;
  margin-bottom: 15px;
  color: #fff;
}
.numbers .item h6 {
  font-size: 1.14em;
  letter-spacing: 1px;
  color: #fff;
}

/* ----------------------------------------------------------------
     [ End Numbers ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start services ]
-----------------------------------------------------------------*/
.services .item {
  padding: 30px 15px;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
          box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  border-radius: 5px;
  margin-bottom: 30px;
}
.services .item .icon {
  font-size: 2.14em;
  margin-bottom: 15px;
  color: #F24259;
}
.services .item h6 {
  margin-bottom: 15px;
}

/* ----------------------------------------------------------------
     [ End Services ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Services Tabs ]
-----------------------------------------------------------------*/
.serv-tabs {
  background-attachment: fixed;
}
.serv-tabs .content .tab-item {
  display: none;
  position: relative;
}
.serv-tabs .content .curent {
  display: block;
}
.serv-tabs .content .bord {
  padding-right: 30px;
}
.serv-tabs .content .bord:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #F24259;
  position: absolute;
  right: 1px;
  top: 0;
  opacity: .7;
}
.serv-tabs .content .spcial {
  padding-left: 30px;
}
.serv-tabs .content .spcial p {
  color: #fff;
  font-size: 1.14em;
  font-style: italic;
  word-spacing: 1px;
}
.serv-tabs .tabs-icon .item div {
  text-align: center;
  padding: 30px 0;
  background: rgba(70, 70, 70, 0.55);
  margin-top: 50px;
  border-radius: 5px;
  cursor: pointer;
}
.serv-tabs .tabs-icon .item .icon {
  font-size: 2.14em;
  color: #F24259;
  margin-bottom: 15px;
}
.serv-tabs .tabs-icon .item h6 {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.serv-tabs .tabs-icon .active div {
  background: #fff;
}
.serv-tabs .tabs-icon .active h6 {
  color: #111;
}

/* ----------------------------------------------------------------
     [ End Services Tabs ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Team ]
-----------------------------------------------------------------*/
.team .titem .team-img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  margin: auto;
}
.team .titem .team-img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.team .titem img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.team .titem h6 {
  font-size: 1.29em;
  font-weight: 600;
  font-family: inherit;
  margin: 20px 0 10px;
}
.team .titem span {
  font-size: 1em;
  color: #959595;
}
.team .titem .social {
  margin: 15px 0;
}
.team .titem .social a {
  margin: 0 5px;
}

/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 11 Start Price ]
-----------------------------------------------------------------*/
.price .item {
  padding: 30px 0;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.price .item:hover {
  -webkit-box-shadow: 0px 5px 40px 0px rgba(148, 146, 245, 0.2);
          box-shadow: 0px 5px 40px 0px rgba(148, 146, 245, 0.2);
}
.price .type {
  margin-bottom: 30px;
}
.price .type .icon {
  display: none;
  font-size: 3.214em;
  color: #eee;
  margin-bottom: 10px;
}
.price .type h4 {
  font-size: 1.786em;
}
.price .value {
  padding: 30px 0;
  position: relative;
}
.price .value:before, .price .value:after {
  content: '';
  background: #eee;
  width: 70%;
  height: 1px;
  position: absolute;
  left: 15%;
}
.price .value:before {
  top: 0;
}
.price .value:after {
  bottom: 0;
}
.price .value h3 {
  display: inline-block;
  padding-right: 10px;
  font-size: 3.57em;
  font-weight: 800;
  position: relative;
}
.price .value h3 span {
  font-size: 1em;
  position: absolute;
  top: 5px;
  right: 0;
}
.price .value .per {
  font-size: 0.93em;
  color: #777;
}
.price .features {
  padding: 15px 0;
}
.price .features li {
  margin: 15px 0;
  color: #777;
}
.price .order {
  padding-top: 15px;
  position: relative;
}
.price .order:before {
  content: '';
  background: #eee;
  width: 70%;
  height: 1px;
  position: absolute;
  left: 15%;
  top: 0;
}
.price .order a {
  background: #F24259;
  border: 1px solid #F24259;
  color: #fff;
  padding: 10px 30px;
  margin-top: 15px;
  font-weight: 600;
  position: relative;
}
.price .order a:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.price .order a span {
  position: relative;
  z-index: 2;
}
.price .order a:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.price .order a:hover span {
  color: #F24259;
}
.price .active {
  -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
}

/* ----------------------------------------------------------------
     [ End Price ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 12 Start Testimonails ]
-----------------------------------------------------------------*/
.testimonails {
  background-attachment: fixed;
}
.testimonails .client-img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  /*border: 5px solid rgba(255,255,255,.2);*/
  overflow: hidden;
  margin: 0 auto 15px;
}
.testimonails h5 {
  color: #052C78;
  font-size: 2.86em;
  font-weight: 600;
  margin: 0 0 5px;
}
.testimonails h6 {
  font-size: 1.57em;
  color: #04032B;
  margin-bottom: 30px;
}
.testimonails .owl-theme .owl-dots {
  margin-top: 30px !important;
}

/* ----------------------------------------------------------------
     [ End Testimonails ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 13 Start Blog ]
-----------------------------------------------------------------*/
.blog .item {
  /*-webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
          box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);*/
  border-radius: 5px;
}
.blog .item .post-img {
  position: relative;
  overflow: hidden;
  box-shadow: 0.1em 0.2em 0.2em black;
  margin-left: 1em;
  margin-right: 1em;
}
.blog .item .post-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blog .item .post-img img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.blog .item .post-img .intro {
/*display: inline-block;
position: absolute;*/
left: 0px;
background: rgb(0,0,0,0.6);
color: #fff;
padding: 10px;
bottom: 0px;
}
.blog .item .post-img .date {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #111;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
}
.blog .item .post-img .date span {
  display: block;
  font-weight: 700;
  font-size: 0.86em;
}
.blog .item .content {
  padding: 20px;
  background: #fff;
  min-height: 185px;
}
.blog .item .content .tag {
  color: #F24259;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog .item .content h5 {
  font-weight: 700;
  font-size: 1.43em;
  margin-bottom: 15px;
}

.blog-nav {
  position: static !important;
  background: #fff !important;
  margin: 0;
}
.blog-nav .logo {
  color: #1c1c1c !important;
}
.blog-nav .navbar-nav li a {
  color: #1c1c1c !important;
  font-weight: 500;
}

.min-header {
  height: 6vh;
  background: #fff;
  position: relative;
}
.min-header .v-middle{
  z-index: 4;
}
.min-header h5 {
  font-weight: 700;
  letter-spacing: 1px;
  color: #ccc;
  margin-bottom: 15px;
}
.min-header .path{
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  background: rgba(100,100,100,.2);
}
.min-header span {
  position: relative;
  color: #ddd;
  font-style: italic;
  line-height: 1.7;
}
.min-header span:after {
  content: '>>';
  position: relative;
  margin: 0 10px;
}
.min-header span:last-child:after {
  display: none;
}
.blogs .posts .post {
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
}
.blogs .posts .post .content {
  padding: 50px 15px;
  background: #fff;
}
.blogs .posts .post .content .post-title h5 {
  font-weight: 700;
  font-size: 1.43em;
  line-height: 1.6;
  margin-bottom: 10px;
}
.blogs .posts .post .content .meta {
  margin-bottom: 20px;
}
.blogs .posts .post .content .meta li {
  display: inline-block;
  font-size: 0.86em;
  color: #777;
  margin: 5px;
}
.blogs .posts .post .content p {
  font-weight: 300;
}
.blogs .posts .post .content .spical {
  padding: 15px;
  margin: 30px 0;
  border-left: 2px solid #111;
  background: #f7f7f7;
  font-size: 1.14em;
}
.blogs .posts .post .content .butn {
  display: inline-block;
  margin-top: 30px;
  padding: 8px 30px;
  border: 2px solid #ddd;
  font-weight: 500;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.blogs .posts .post .content .butn:hover {
  background: #F24259;
  border-color: #F24259;
  color: #fff;
}
.blogs .posts .post .share-post {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px dashed #eee;
  text-align: left;
}
.blogs .posts .post .share-post span {
  font-weight: 700;
}
.blogs .posts .post .share-post ul {
  float: right;
}
.blogs .posts .post .share-post ul li {
  display: inline-block;
  margin: 0 10px;
}
.blogs .posts .title-g h3 {
  font-weight: 800;
  font-size: 1.786em;
}
.blogs .posts .comments-area .comment-box {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
}
.blogs .posts .comments-area .comment-box:nth-child(odd) {
  margin-left: 80px;
}
.blogs .posts .comments-area .comment-box:last-child {
  margin-bottom: 0;
}
.blogs .posts .comments-area .comment-box .author-thumb {
  width: 80px;
  float: left;
}
.blogs .posts .comments-area .comment-box .comment-info {
  margin-left: 100px;
}
.blogs .posts .comments-area .comment-box .comment-info h6 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 10px;
}
.blogs .posts .comments-area .comment-box .comment-info .reply {
  margin-top: 10px;
  font-weight: 600;
}
.blogs .posts .comments-area .comment-box .comment-info .reply i {
  padding-right: 5px;
  font-size: 0.86em;
}
.blogs .posts .comment-form .form input[type='text'],
.blogs .posts .comment-form .form input[type='email'],
.blogs .posts .comment-form .form textarea {
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding: 10px;
  background: #f4f4f4;
}
.blogs .posts .comment-form .form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%;
}
.blogs .posts .comment-form .form button[type='submit'] {
  background: #F24259;
  border: 1px solid #F24259;
  color: #fff;
  padding: 10px 30px;
  margin-top: 15px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
.blogs .posts .comment-form .form button[type='submit']:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blogs .posts .comment-form .form button[type='submit'] span {
  position: relative;
  z-index: 2;
}
.blogs .posts .comment-form .form button[type='submit']:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.blogs .posts .comment-form .form button[type='submit']:hover span {
  color: #F24259;
}
.blogs .posts .pagination {
  display: block;
  text-align: center;
}
.blogs .posts .pagination li {
  display: inline-block;
  padding: 5px 10px;
  margin: 2px;
  border: 1px solid #ddd;
}
.blogs .side-bar .widget {
  margin-bottom: 50px;
}
.blogs .side-bar .widget:last-child {
  margin-bottom: 0;
}
.blogs .side-bar .widget .widget-title {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.blogs .side-bar .widget .widget-title h6 {
  position: relative;
  padding-bottom: 15px;
  font-size: 0.93em;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blogs .side-bar .widget .widget-title h6:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.blogs .side-bar .widget li {
  margin-bottom: 10px;
  color: #777;
}
.blogs .side-bar .widget li a:hover{
  color: #F24259;
}
.blogs .side-bar .widget li:last-child {
  margin: 0;
}
.blogs .side-bar .search form input {
  width: calc(100% - 52px);
  height: 50px;
  padding: 0 10px;
  border: 0;
  background: #f7f7f7;
}
.blogs .side-bar .search form button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #1c1c1c;
  color: #fff;
  border: 0;
  float: right;
}

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 14 Start Clients ]
-----------------------------------------------------------------*/
.clients {
  padding: 30px 0;
}
.clients .brand {
  padding: 15px;
  opacity: .5;
}
.clients .brand:hover {
  opacity: 1;
}

/* ----------------------------------------------------------------
     [ End Clients ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 15 Start Contact ]
-----------------------------------------------------------------*/
.contact .map {
  padding: 0;
  position: relative;
  z-index: 4;
}
.contact #ieatmaps {
  height: 100%;
}
.information {
  padding: 80px 0;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.information .item {
  padding: 30px;
  background: rgba(70, 70, 70, 0.3);
  border-radius: 5px;
  cursor: pointer;  
}
.information .info .item:last-child {
  margin-bottom: 0;
}
.information .info .item .icon {
  font-size: 3.214em;
  float: left;
}
.information .info .item .cont {
  margin-left: 60px;
}
.information .info .item .cont h6 {
  font-size: 1.14em;
  margin-bottom: 5px;
}
.information .info .item .cont p {
  color: #999;
}
.contact .map-show {
  left: -100%;
}
.contact .map-show .icon-toggle {
  z-index: 2;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.contact .contact-form {
  padding: 80px 50px;
}
.contact .contact-form input[type='text'],
.contact .contact-form input[type='email'],
.contact .contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f7f7f7;
  border-radius: 5px;
  font-size: 0.93em;
}
.contact .contact-form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%;
}
.contact .contact-form input[type='submit'] {
  background: #F24259;
  border: 1px solid #F24259;
  color: #fff;
  padding: 10px 30px;
  margin-top: 15px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
.contact .contact-form input[type='submit']:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact .contact-form input[type='submit'] span {
  position: relative;
  z-index: 2;
}
.contact .contact-form input[type='submit']:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.contact .contact-form input[type='submit']:hover {
  color: #F24259;
}

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 16 Start Footer ]
-----------------------------------------------------------------*/
footer {
  background: #0D6187;
  padding: 20px 0;
}
footer .social a {
  color: #fff;
  font-size: 1.29em;
  margin: 15px 10px;
}
footer p {
  color: #fff;
  font-weight: 300;
}

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
   [ 17 Responsive ]
-----------------------------------------------------------------*/
@media (max-width: 1199px) {
  .pagecard .ccardtitleicon {
    margin-top: 0px;
  }
  .cardlistkind{
    margin-top: 0;
  }
  .pagecard .cardheader {
    min-width: 210px;
  }
  .ihot {
    margin-top: 120px;
  }
  .search_logosty {
    width: 30px;
  }
  .ccardblock {
    height: 305px;
  }
  .ccardtagone {
    margin-right: 0px;
    padding: 0 0.4em;
  }
  .pagecard .ccardtagone {
    margin-right: -2px;
  }
  .caltop {
    top: 0px;
  }
  .cover-img{
    width: 216px;
    height: 120px;
  }
  .pagecard .cover-img {
    width: 210px;
    height: 115px;
  }
  .dj-megamenu-custom182 li a.dj-up_a span.dj-drop {
    padding: 0 14px !important;
  }
  .subwidthself-220 {
    width: 190px;
  }
  .subwidthself-210 {
    width: 185px;
  }
  .subwidthself-200 {
    width: 145px;
  }
  .subwidthself-190 {
    width: 170px;
  }
  .subwidthself-180 {
    width: 155px;
  }
  .subwidthself-150 {
    width: 130px;
  }
}
@media screen and (max-width: 991px) {
  .ccardtitleicon {
    margin-top: 5px;
  }
  .cover-img {
    width: 335px;
    height: 188px;
  }
  .pagecard .cover-img {
    width: 325px;
    height: 180px;
  }
  .ccardtagone {
    margin-right: 8px;
  }
  .banner_author{
    display: contents;
  }
  .mb-md50 {
    margin-bottom: 50px;
  }
  .mb-md30 {
    margin-bottom: 30px;
  }
  .mb-md0 {
    margin-bottom: 0;
  }
  .header .caption h2 {
    font-size: 2.14em;
  }
  .header .caption h1 {
    font-size: 3.57em;
  }
  .header .caption p {
    font-size: 1.14em;
  }
  .serv-tabs .content .bord {
    padding-right: 0;
    margin-bottom: 50px;
  }
  .serv-tabs .content .bord:after {
    display: none;
  }
  .serv-tabs .content .spcial {
    padding-left: 0;
  }
  .contact .map {
    height: 500px;
  }  
  .information .info{
    margin-bottom: 30px;
  }
  .information{
    padding-bottom: 50px;
  }
  /*身分入口熱門手機板縮為2個一排*/
  .identityblock{
    width: 50%;
    padding: 0;
  }
  /*隱藏主機板菜單*/
  .goTopBox{
    bottom: 80px;
    right: 15px;
    /*display: none;*/
  }
  .topbar{
    display: none;
  }
  #onfooter{
    display: none;
  }
  #mainmenu{
    display: none;
  }
  .logobar{
    display: none;
  }
  #dj-megamenu182{
    display: none;
  }
  .listforunit{
    display: none;
  }
  .sambar{
    display: none;
  }
  
  .sp-k2-featured-slider .item-title {
    font-size: 1.2em;
    line-height: 12px;
  }
  .listforcontent{
    font-size: 1em;
  }
  /*#allmoblie{
    max-height: 300px;
  }*/
  #mobliemenu{
    display: block;
    margin-left: 1em;
  }
  #mmeufooter{
    display: inline-block;
    background-color: #005B80;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: -1em;
  }
  .mmenu{
    display: flex !important;
    max-width: 100%;
  }
  .navbar {
    top: 0px;
    padding:0;
  }
  .navbar .logo{
    margin-left:1em;
  }
  /*.navbar .navbar-toggler{
    margin-right:1em;
  }*/
  .navbar .navbar-collapse {
    max-height: 300px;
    overflow: auto;
  }
  .navbar .navbar-nav a{
    margin: 0.4em 0.15em;
    font-weight: 100;
  }
  .navbar .navbar-nav li{
    color: #FFFFFF;
    width: 40%;
    height: 50px;
  }
  .navbar .mma{
    background: #076464;
    margin-top: 1em;
    margin-left: 1em;
    display:inline-block;
  }
  .navbar .mmb{
    border-width:2px;
    border-style:solid;
    margin-top: 1em;
    margin-left: 1em;
    display:inline-block;
  }  
  .navbar .mmc{
    border-bottom-style:dotted;
    margin-top: 1em;
    margin-left: 1em;
    display:inline-block;
  }
  .navbar-nav li.mmd{
    margin-top: 1em;
    margin-left: 1em;
    width: 18%;
    height: auto;
    display:inline-block;
  }
  .nav-scroll{
    top: -100px;
    background: #078881;
  }
  /* 2021.AMM Start: 動態修正型行動選單 */
  .navbar .mobilemenu-adj{
    display: flex !important;
    flex-flow: row wrap;
  }
  .navbar .mma-adj{
    height: auto !important;
    display: flex;
    align-items: center;
  }
  .navbar .mmb-adj{
    height: auto !important;
    display: flex;
    align-items: center;
  }
  .navbar .mmb-adj a{
    margin: 0.4em 0em;
  }
  /* 2021.AMM End: 動態修正型行動選單 */
  
  /*底色設定*/
  .navbar-expand-lg{
    background-color: #078881;
  }
  /*行事曆*/
  .ekdatem{
    font-size: 2em;
  }
  .ekdated{
    font-size: 2.5em;
  }
  .caltop{
    top:0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .caltext{
    font-size: 1.5em;
  }
  .calendar td{
    font-size: 0.8em;
  }
  .rssDiv{
    width: 100%;
  }
  .ekblock{
    height:120px;
  }
  .ektextblock{
    font-size: 1.2em;
  }
  .cardcontent{
    font-size: 1.2em;
  }
  .hotcontext{
    font-size: 1em;
  }
  .bread_crumb{
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .comtda{
    width: 30%;
  }
  .comtdb{
    width: 70%;
  }
  .ihot{
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .random-martop{
    margin-top: 0px;
  }
  .tisbtn{
    width: 30%;
    margin-top: 0.5em;
  }
  .firli{
    font-size: 1.2em;
  }
  .secli{
    font-size: 1em;
    padding: 0.5em 0.5em;
  }
  .slick-slide {
    min-height: 450px !important;
  }
  div#testimonial div.container div.row:before {
    content: "";
    display: block;
  }
  .footeright{
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
  .footerleft{
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
  .footercenter{
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
  .blog .item .content {
    min-height: 225px;
  }
  .cardlistkind {
    width: 100%;
    position: inherit;
    top: 10px;
    right: 0px;
  }
  .ccardlistkind {
    width: 100%;
  }
  .slider_explode{
    position: fixed;
  }
  .featherlight .featherlight-inner {
    width: 700px;
  }
  .tistxt,.tisbtn{
    width: 100%;
    margin-left:0;
    min-height: 40px;
  }
  .sectitle{
    margin-top: 1em;
    margin-bottom: 4em;
  }
  .ccardblock{
    height:370px;
  }
  .campusicon{
    margin: 10px 0px 10px -10px;
  }
  .campustt{

  }
  .campuskind{
    float: right;
  }
  .campussearch {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .input-wrap {
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .cover-img {
    width: 517px;
    height: 290px;
  }
  .pagecard .cover-img {
    width: 495px;
    height: 275px;
  }
  .mb-sm50 {
    margin-bottom: 50px;
  }
  .mb-sm30 {
    margin-bottom: 30px;
  }
  .nav-scroll{
    /*padding: 15px;*/
  }
  .header .caption h3{
    font-size: 1.43em;
  }
  .header .caption h1{
    font-size: 2.14em;
  }
  .serv-tabs .tabs-icon .item div {
    padding: 15px 0;
  }
  .serv-tabs .tabs-icon .item h6 {
    display: none;
  }
  .featherlight .featherlight-inner {
    width: 650px;
  }
  .ccardblock{
    height: 100%;
  }
  .pagecard .ccardblock{
    height: 94%;
  }
  .campus_reportc {
    margin-top: -150px;
  }
  .input-wrap > label {
    margin-right: 0px;
  }
  .campussearchinput {
    width: 65%;
  }
  .campussearchbtn {
    width: 30%;
  }
}
@media screen and (max-width: 650px) {
  .featherlight .featherlight-inner {
    width: 450px;
  }
}
@media screen and (max-width: 575px) {
  .campuskind {
    margin-left: 0;
  }
  .ccardheader {
    width: 100%;
  }
  .cover-img {
    width: 100%;
    height: 280px;
  }
  .pagecard .cover-img {
    width: 100%;
    height: 280px;
  }
  .campustt {
    padding-top: 25px;
  }
}
@media screen and (max-width: 545px) {
  .pagecard .cover-img {
    height: 250px;
  }
}
@media screen and (max-width: 522px) {
  .cover-img {
    height: 257px;
  }
  .pagecard .cover-img {
    height: 245px;
  }
}
@media screen and (max-width: 480px) {
  .featherlight .featherlight-inner {
    width: 350px;
    height: 400px;
  }
  .campus_reportc {
    margin-top: -135px;
  }
  .cover-img {
    height: 245px;
  }
  .pagecard .cover-img {
    height: 235px;
  }
}
@media screen and (max-width: 460px) {
  .cover-img {
    height: 240px;
  }
  .pagecard .cover-img {
    height: 230px;
  }
}
@media screen and (max-width: 450px) {
  .cover-img {
    height: 235px;
  }
  .pagecard .cover-img {
    height: 220px;
  }
}
@media screen and (max-width: 440px) {
  .cover-img {
    height: 230px;
  }
  .pagecard .cover-img {
    height: 215px;
  }
  .index-btn {
    padding: 2px 5px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 430px) {
  .cover-img {
    height: 225px;
  }
  .pagecard .cover-img {
    height: 210px;
  }
}
@media screen and (max-width: 420px) {
  .cover-img {
    height: 220px;
  }
  .pagecard .cover-img {
    height: 205px;
  }
}

@media screen and (max-width: 410px) {
  .cover-img {
    height: 215px;
  }
  .pagecard .cover-img {
    height: 200px;
  }
  .campussearchinput {
    width: 100%;
    margin-bottom: 10px;
  }
  .campussearchbtn {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .cover-img {
    height: 210px;
  }
  .pagecard .cover-img {
    height: 190px;
  }
}
@media screen and (max-width: 395px) {
  .cover-img {
    height: 195px;
  }
  .pagecard .cover-img {
    height: 175px;
  }
  .pagecard .ccardblock {
    height: 93%;
  }
}
@media screen and (max-width: 375px) {
  .campussearch {
    margin-left: 0px;
  }
  .campus_reportc {
    margin-top: -100px;
  }
  .cover-img {
    height: 190px;
  }
  .pagecard .cover-img {
    height: 170px;
  }
}
@media screen and (max-width: 360px) {
  .featherlight .featherlight-inner {
    width: 300px;
    height: 300px;
  }
  .cover-img {
    height: 180px;
  }
}
@media screen and (max-width: 345px) {
  .cover-img {
    height: 165px;
  }
  .pagecard .cover-img {
    height: 145px;
  }
}
@media screen and (max-width: 320px) {
  .featherlight .featherlight-inner {
    width: 250px;
    height: 300px;
  }
  .campus_reportc {
    margin-top: -90px;
  }
  .cover-img {
    height: 155px;
  }
  .pagecard .cover-img {
    height: 135px;
  }
}




a:focus,a:active,.btn:focus,
div.itemToolbar ul li a#fontDecrease:focus,
div.itemToolbar ul li a#fontIncrease:focus,
.inputbox:focus,
#Search_p_main:focus,
.goTop:focus,
.featherlight .featherlight-close-icon:focus,
.itxt:focus,.isearch:focus{
  border-style:solid;
  border-color: #FD8309;
  border-width:2px;   
}


#search-searchword:focus
{
  border-style:solid;
  border-color: #FD8309;
  border-width:2px;   
}
#searchnews:focus,#searchCNewsForm > div > div > button:focus,#searchCNewsForm input:focus
{
  border-style:solid;
  border-color: #FD8309;
  border-width:2px;   
 }



.owl-carousel.owl-drag .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .active {
  visibility:visible;
}
/*# sourceMappingURL=style.css.map */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){
  .ccardotherc{
    margin-top: 50px;
  }
  .pagecard .ccardotherc{
    margin-top: 50px;
  }
}


/* ---Google 翻譯 start--- */
#google_translate_element select{
  background-color: #005F5A;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 0px 4px;
  font-weight: 300;
  font-size: 15px;
  margin: 0;
  height: 30px;
}
.goog-logo-link{
  display:none !important;
}
.goog-te-gadget {
  color:transparent !important;
  font-size: 0.04rem !important;

}
.goog-te-gadget span,.goog-te-gadget a
{
  display:none !important;

}
@media (max-width: 991px) {
  #google_translate_element select {

    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 0px 4px;
    font-weight: 300;
    font-size: 15px;
    margin: 0;
    height: 30px;
  }

  .goog-logo-link {
    display: none !important;
  }

  .goog-te-gadget {
    color: transparent !important;
    font-size: 0.04rem !important;

  }

  .goog-te-gadget span, .goog-te-gadget a {
    display: none !important;

  }
  .goog-te-gadget .goog-te-combo
  {
    color: #fff !important;
    background: none !important;
    border: none !important;
  }
}
/* ---Google 翻譯 end--- */
