.clearfix {
  *zoom: 1; }
  .clearfix:after {
    clear: both;
    content: "";
    display: table; }

.disable-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

/* HTML5  Boilerplate
 * ==|== normalize ==========================================================
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; 
  
  /* filter: gray; for IE6-9 */
  /*
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  */
}

body {
  margin: 0;
  padding: 0;
  line-height: 1em;
  min-height: 100%;
  text-align: center;
}

body, button, input, select, textarea {
  color: #222; }

* {
  background-repeat: no-repeat;
  background-position: 0 0; }

a {
  display: block; }

input {
  outline: none;
  border: none; }

li {
  text-decoration: none;
  list-style-type: none; }

::-moz-selection {
  background: blue;
  color: #fff;
  text-shadow: none; }

::selection {
  background: blue;
  color: #fff;
  text-shadow: none; }

/*
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
*/
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

/*hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }*/

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 0;
  padding: 0; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  display: block; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f6f6f6;
  box-shadow: none; }

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

td {
  vertical-align: top; }
 
a {
  color: #00e;
  display: block; }

a {
  outline: 0 none;
  text-decoration: none;
  color: inherit; }

input, textarea {
  -webkit-tap-highlight-color: transparent; }

input:focus, textarea:focus, select:focus {
  outline: none; }

body {
  -webkit-text-size-adjust: none; }

a:focus {
  outline: #000000 dotted thin !important; }

* {
  text-rendering: optimizeLegibility; }

.ie8 select, .ie9 select {
  background-image: none !important; }

.ie11 select::-ms-expand, .ie10 select::-ms-expand {
  display: none; }

  .mobile-font1 {color:#ffffff;font-size:0.5em;}
  .mobile-font2 {font-size:0.8em;}
/* Base UI Component Classes
--------------------------------------------------------------------------------
*/

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }

  100% {
    -o-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(359deg); } }

/* -----------------------------------------------------------------------------
The original source of this file lives at
https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
/*background*/
.bgBlack, .popup .content .btn-close:hover, .popup .content .btn-download:hover {
  background-color: #333333; }

.bgRedL, .stylish-table.red thead tr th, .stylish-table.red thead tr td, .stylish-table.red tbody tr:nth-child(odd) th, .stylish-table.red tbody tr:nth-child(odd) td {
  background-color: #fff1ec; }

.bgRed, .stylish-table.red tbody tr:nth-child(even) th, .stylish-table.red tbody tr:nth-child(even) td {
  background-color: #fedcd0; }

.bgBlueL {
  background-color: #6daddf; }

.bgBlue {
  background-color: #006ab6; }

.bgBrownL, .stylish-table.brown thead tr th, .stylish-table.brown thead tr td, .stylish-table.brown tbody tr:nth-child(odd) th, .stylish-table.brown tbody tr:nth-child(odd) td {
  background-color: #fdf6e4; }

.bgBrown, .stylish-table.brown tbody tr:nth-child(even) th, .stylish-table.brown tbody tr:nth-child(even) td {
  background-color: #f2e6cc; }

.bgBrownD {
  background-color: #6b4f23; }

.bgWhite, .top-tool, .menu .firstLv, .menu nav, .footer, .home-pagination .swiper-pagination-bullet, .gallery-pagination .swiper-pagination-bullet, .events-pagination .swiper-pagination-bullet, .year-filter .filter a, .annual-report .topic a, .paging a, .paging .page, .paging .goto-page {
background-color:#ffffff; }

.bgWhiteI {
  background-color: white !important; }

.bgGreyXL {
  background-color: #e8e8e8; }

.bgGreyL, .top-tool ul li.active, .top-tool ul li .social-wrapper, .paging .goto-page input {
  background-color: #cccccc; }

.bgGrey, .menu, .menu nav li .submenu, .gallery-pagination .swiper-pagination-bullet, .thumbnail-grid .details, .chairman-biography, .tab2 {
  background-color: #ffffff; }

.bgGreyD {
  background-color: #262626; }

.bgGreenL, .stylish-table.green tbody tr:nth-child(even) th, .stylish-table.green tbody tr:nth-child(even) td {
  background-color: #e0eecd; }

.bgGreenXL, .stylish-table.green thead tr th, .stylish-table.green thead tr td, .stylish-table.green tbody tr:nth-child(odd) th, .stylish-table.green tbody tr:nth-child(odd) td {
  background-color: #f2f9e7; }

.bgGreen, hr, .top-tool ul li .btn-fb:hover, .top-tool ul li .btn-youtube:hover, .top-tool ul li .btn-instagram:hover, .top-tool ul li .btn-twitter:hover, .top-tool ul li .btn-linkedin:hover, .top-tool ul li .btn-wiki:hover, .menu.role nav li a:hover, .front-content .tab a:hover, .home-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .events-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .thumbnail-grid .indicators a.active .btn, .member-profile .title.green-box, .popup .content .btn-close, .popup .content .btn-download, .tab2 .date select, .menu.intra .title, form .btn:hover, .loginBox .grid .form .title, .loginBox .profile .form .title, .loginBox .subInfo .form .title, #calendar .fc-toolbar {
  background-color: #8bc430; }

.bgYellow {
  background-color: #edac1e; }

.bgOrange {
  background-color: #f47421; }

/*color*/
.colorBlack, .events-slider .swiper-slide .text, .grid.width-select .col2 > div input, .width-select.profile .col2 > div input, .width-select.subInfo .col2 > div input, .grid.width-input .col2 > div input, .width-input.profile .col2 > div input, .width-input.subInfo .col2 > div input, .tabSlider .swiper-slide a, .year-filter .filter a, .event-grid a .caption .content, .subInfo .stylish-table th, .subInfo .stylish-table td {
  color: #333333; }

.colorRedL {
  color: #fff1ec; }

.colorRed {
  color: #fedcd0; }
  
.colorRedR {
	text-decoration: underline;
  color: #000000;
font-weight: bold;
  }
  
.colorBlueL {
  color: #6daddf; }

.colorBlue {
  color: #006ab6; }

.colorBrownL {
  color: #fdf6e4; }

.colorBrown {
  color: #f2e6cc; }

.colorBrownD {
  color: #6b4f23; }

.colorWhite, .breadcrumb.white, .breadcrumb.white a, .menu nav li .submenu, .menu.role nav li a:hover .txt, .cover .front .home-slider, .front-content .title h2, .tabSlider .swiper-slide a:hover, .tabSlider .swiper-slide a.active, .thumbnail-grid .indicators a.active .btn, .thumbnail-grid .details p, .chairman-biography p, .popup .content .btn-close, .popup .content .btn-download, .tab2 .topic a, .event-grid a:hover .caption .date, .event-grid a:hover .caption .topic, .event-grid a:hover .caption .content, #calendar .fc-toolbar h2, #calendar .fc-toolbar .fc-button {
  color: white; }

.colorGreyL, a:hover, .top-tool ul li a, .menu nav li .submenu ul li a {
  color: #000000; }

.colorGrey, .breadcrumb, .breadcrumb a, .menu .btn-history, .menu .history-wrapper h3, .menu .history-wrapper a, .menu nav li a > span, .footer a, .footer p, .btn-top, .banner-style-3 .txt, .events-slider .swiper-slide .date, .event-grid a .caption .date, .stylish-table th.sort a, .stylish-table td.sort a, .intraCourse .stylish-table a.doc, .intraCourse .remark {
  color: #5f5f5f; }

.colorGreen, .mainColor, .breadcrumb .current, h1, h2, a, .top-tool ul li a:hover, .menu nav li .submenu ul li a:hover, .year-filter .currrent, .year-filter .filter a.active, .year-filter .filter a:hover, .thumbnail-grid .details h3, .chairman-biography h3, .video-youtube h3, .tab2 .topic a:hover, .tab2 .topic a.active, .event-grid a .caption .topic, body.intra .top-tool ul .intra a.active, body.intra .top-tool ul .intra span, .intraCourse .stylish-table a.doc:hover {
  color: #000000; }

.colorOrange {
  color: #f47421 !important; }
  
#login-content{
	display:none;
	float:right;
	width:37%;
} 
/*common css*/
h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  padding-top:0.5rem;
  color:#0064c3; 
  }

h2 {
  font-size: 1.625rem;
  line-height: 2.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.05rem;
color:#0064c3;  }

hr {
    border: none;
    height: 2px;
    color: #0064c3; /* old IE */
    background-color: #0064c3; /* Modern Browsers */
}
h3 {
  font-size: 1.1875rem;
  line-height: 1.25rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem; }

h4 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }

p, ul, ol, pre, table, blockquote, form {
  font-size: 1rem;
  line-height: 1.25rem; }

 
.keywordboxdiv{
 margin:0px 0 20px 0px;
 width:100%;height:83px;
 height: 58px;
 border: 1px solid;
 background-repeat: no-repeat;
 background-position: center top; 
 background-color:#d1d2d4;
 background-size: 100% 100%;
}
.keywordbox{
 background:none;
 border:none;
 width:90%;
 height:70px;
 height:35px;
 margin:0;
 padding: 10px 20px 20px 20px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:15px;
} 
.line1{padding:2px;}
.keywordbox::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #5f5f5f;
}
.keywordbox:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #5f5f5f;
   opacity:  1;
}
.keywordbox::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #5f5f5f;
   opacity:  1;
}
.keywordbox:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #5f5f5f;
}
.keywordbox:placeholder-shown {  
  color:    #5f5f5f;
  font-size:2.3em;
}

.checkbox {display: inline-block;padding-left: 30px; color: #000000; background: url('/images/ui/btn-checkbox.png') 2px 2px no-repeat;}
.checkbox.checked {background: url('/images/ui/btn-checkbox-active.png') 2px 2px no-repeat;}

	
	
/* font-size */
.fzXS {
  font-size: 0.7rem; }

.fzS, .footer, .footer a, .footer p, .cover .btn-video span, .events-slider .swiper-slide .date, .thumbnail-grid .indicators a .content, .member-profile .title, .news .date, .event-grid a .caption .date, .event-grid a .caption .topic {
  font-size: 0.8rem; }

.fzN, .loginBox .grid .remark, .loginBox .profile .remark, .loginBox .subInfo .remark, .loginBox .grid .form .code a, .loginBox .profile .form .code a, .loginBox .subInfo .form .code a, .loginBox p {
  font-size: 0.875rem;
  line-height: 1.2em; }

.fzL, .cover .front .home-slider, .year-filter .currrent, .thumbnail-grid .indicators a .title, .search-list h4, .loginBox .grid .form .subTitle, .loginBox .profile .form .subTitle, .loginBox .subInfo .form .subTitle {
  font-size: 1.1875rem;
  line-height: 1.2em; }

.fzXL, .front-content .title h2, .year-filter .filter a.btn-detail {
  font-size: 2.25rem;
  line-height: 1.2em; }

.fzXXL {
  font-size: 5.14rem;
  line-height: 1.2em; }


/*common css*/
.normal h1 {
  font-size: 2.7rem;
  line-height: 3rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding-top:0.6rem;
  }

.normal h2 {
  font-size: 1.95rem;
  line-height: 3rem;
  margin-top: 0.6rem;
  margin-bottom: 1.5rem; }

.normal h3 {
  font-size: 1.425rem;
  line-height: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem; }

.normal h4 {
  font-size: 1.05rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.normal p, .normal ul, .normal ol, .normal pre, .normal table, .normal blockquote, .normal form {
  font-size: 1.2rem;
  line-height: 1.5rem;  
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
	}
  
  .normal .fzXS {
    font-size: 0.84rem; }
	
  .normal .fzS, .normal .footer, .normal .footer a, .footer .normal a, .normal .footer p, .footer .normal p, .normal .cover .btn-video span, .cover .btn-video .normal span, .normal .events-slider .swiper-slide .date, .events-slider .swiper-slide .normal .date, .normal .thumbnail-grid .indicators a .content, .thumbnail-grid .indicators a .normal .content, .normal .member-profile .title, .member-profile .normal .title, .normal .news .date, .news .normal .date, .normal .event-grid a .caption .date, .event-grid a .caption .normal .date, .normal .event-grid a .caption .topic, .event-grid a .caption .normal .topic {
    font-size: 0.96rem; }
  .normal .fzN, .normal .loginBox .grid .remark, .loginBox .grid .normal .remark, .normal .loginBox .profile .remark, .loginBox .profile .normal .remark, .normal .loginBox .subInfo .remark, .loginBox .subInfo .normal .remark, .normal .loginBox .grid .form .code a, .loginBox .grid .form .code .normal a, .normal .loginBox .profile .form .code a, .loginBox .profile .form .code .normal a, .normal .loginBox .subInfo .form .code a, .loginBox .subInfo .form .code .normal a, .normal .loginBox p, .loginBox .normal p {
    font-size: 1.05rem;
    line-height: 1.2em; }
  .normal .fzL, .normal .cover .front .home-slider, .cover .front .normal .home-slider, .normal .year-filter .currrent, .year-filter .normal .currrent, .normal .thumbnail-grid .indicators a .title, .thumbnail-grid .indicators a .normal .title, .normal .search-list h4, .search-list .normal h4, .normal .loginBox .grid .form .subTitle, .loginBox .grid .form .normal .subTitle, .normal .loginBox .profile .form .subTitle, .loginBox .profile .form .normal .subTitle, .normal .loginBox .subInfo .form .subTitle, .loginBox .subInfo .form .normal .subTitle {
    font-size: 1.425rem;
    line-height: 1.2em; }
  .normal .fzXL, .normal .front-content .title h2, .front-content .title .normal h2, .normal .year-filter .filter a.btn-detail, .year-filter .filter .normal a.btn-detail {
    font-size: 2.7rem;
    line-height: 1.2em; }
  .normal .fzXXL {
    font-size: 6.168rem;
    line-height: 1.2em; }

.large {
  /*common css*/
  /* font-size */ }
/*common css*/
.large h1 {
  font-size: 3.24rem;
  line-height: 3.6rem;
  margin-top: 3.6rem;
  margin-bottom: 1.8rem;
  padding-top:0.72rem;
  }

.large h2 {
  font-size: 2.34rem;
  line-height: 3.6rem;
  margin-top: 0.72rem;
  margin-bottom: 1.8rem; }

.large h3 {
  font-size: 1.71rem;
  line-height: 1.8rem;
  margin-top: 3.6rem;
  margin-bottom: 1.8rem; }

.large h4 {
  font-size: 1.26rem;
  line-height: 1.8rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem; }

.large p, .large ul, .large ol, .large pre, .large table, .large blockquote, .large form {
  font-size: 1.44rem;
  line-height: 1.8rem;  
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
	}
  
  .large .fzXS {
    font-size: 1.008rem; }
	
  .large .fzS, .large .footer, .large .footer a, .footer .large a, .large .footer p, .footer .large p, .large .cover .btn-video span, .cover .btn-video .large span, .large .events-slider .swiper-slide .date, .events-slider .swiper-slide .large .date, .large .thumbnail-grid .indicators a .content, .thumbnail-grid .indicators a .large .content, .large .member-profile .title, .member-profile .large .title, .large .news .date, .news .large .date, .large .event-grid a .caption .date, .event-grid a .caption .large .date, .large .event-grid a .caption .topic, .event-grid a .caption .large .topic {
    font-size: 1.152rem; }
  .large .fzN, .large .loginBox .grid .remark, .loginBox .grid .large .remark, .large .loginBox .profile .remark, .loginBox .profile .large .remark, .large .loginBox .subInfo .remark, .loginBox .subInfo .large .remark, .large .loginBox .grid .form .code a, .loginBox .grid .form .code .large a, .large .loginBox .profile .form .code a, .loginBox .profile .form .code .large a, .large .loginBox .subInfo .form .code a, .loginBox .subInfo .form .code .large a, .large .loginBox p, .loginBox .large p {
    font-size: 1.26rem;
    line-height: 1.2em; }
  .large .fzL, .large .cover .front .home-slider, .cover .front .large .home-slider, .large .year-filter .currrent, .year-filter .large .currrent, .large .thumbnail-grid .indicators a .title, .thumbnail-grid .indicators a .large .title, .large .search-list h4, .search-list .large h4, .large .loginBox .grid .form .subTitle, .loginBox .grid .form .large .subTitle, .large .loginBox .profile .form .subTitle, .loginBox .profile .form .large .subTitle, .large .loginBox .subInfo .form .subTitle, .loginBox .subInfo .form .large .subTitle {
    font-size: 1.71rem;
    line-height: 1.2em; }
  .large .fzXL, .large .front-content .title h2, .front-content .title .large h2, .large .year-filter .filter a.btn-detail, .year-filter .filter .large a.btn-detail {
    font-size: 3.24rem;
    line-height: 1.2em; }
  .large .fzXXL {
    font-size: 7.4016rem;
    line-height: 1.2em; }

.fixedFzS, .top-tool ul li .btn-fz.fzS, .top-tool ul li .btn-fz.footer, .top-tool ul li .footer a.btn-fz, .footer .top-tool ul li a.btn-fz, .top-tool ul li .footer p.btn-fz, .footer .top-tool ul li p.btn-fz, .top-tool ul li .cover .btn-video span.btn-fz, .cover .btn-video .top-tool ul li span.btn-fz, .top-tool ul li .events-slider .swiper-slide .btn-fz.date, .events-slider .swiper-slide .top-tool ul li .btn-fz.date, .top-tool ul li .thumbnail-grid .indicators a .btn-fz.content, .thumbnail-grid .indicators a .top-tool ul li .btn-fz.content, .top-tool ul li .member-profile .btn-fz.title, .member-profile .top-tool ul li .btn-fz.title, .top-tool ul li .news .btn-fz.date, .news .top-tool ul li .btn-fz.date, .top-tool ul li .event-grid a .caption .btn-fz.date, .event-grid a .caption .top-tool ul li .btn-fz.date, .top-tool ul li .event-grid a .caption .btn-fz.topic, .event-grid a .caption .top-tool ul li .btn-fz.topic, .banner-style-3 .txt .date, .banner-style-3 .txt .line {
  font-size: 0.8rem;
  line-height: 1.2em; }

.fixedFzN, .top-tool ul li .btn-fz.fzN, .top-tool ul li .loginBox .grid .btn-fz.remark, .loginBox .grid .top-tool ul li .btn-fz.remark, .top-tool ul li .loginBox .profile .btn-fz.remark, .loginBox .profile .top-tool ul li .btn-fz.remark, .top-tool ul li .loginBox .subInfo .btn-fz.remark, .loginBox .subInfo .top-tool ul li .btn-fz.remark, .top-tool ul li .loginBox .grid .form .code a.btn-fz, .loginBox .grid .form .code .top-tool ul li a.btn-fz, .top-tool ul li .loginBox .profile .form .code a.btn-fz, .loginBox .profile .form .code .top-tool ul li a.btn-fz, .top-tool ul li .loginBox .subInfo .form .code a.btn-fz, .loginBox .subInfo .form .code .top-tool ul li a.btn-fz, .top-tool ul li .loginBox p.btn-fz, .loginBox .top-tool ul li p.btn-fz, .menu nav li .submenu ul li a {
  font-size: 1rem;
  line-height: 1.2em; }

.fixedFzL, .top-tool ul li .btn-fz.fzL, .top-tool ul li .cover .front .btn-fz.home-slider, .cover .front .top-tool ul li .btn-fz.home-slider, .top-tool ul li .year-filter .btn-fz.currrent, .year-filter .top-tool ul li .btn-fz.currrent, .top-tool ul li .thumbnail-grid .indicators a .btn-fz.title, .thumbnail-grid .indicators a .top-tool ul li .btn-fz.title, .top-tool ul li .search-list h4.btn-fz, .search-list .top-tool ul li h4.btn-fz, .top-tool ul li .loginBox .grid .form .btn-fz.subTitle, .loginBox .grid .form .top-tool ul li .btn-fz.subTitle, .top-tool ul li .loginBox .profile .form .btn-fz.subTitle, .loginBox .profile .form .top-tool ul li .btn-fz.subTitle, .top-tool ul li .loginBox .subInfo .form .btn-fz.subTitle, .loginBox .subInfo .form .top-tool ul li .btn-fz.subTitle, .menu nav li .submenu h3, .banner-style-1 .txt .content, .banner-style-2 .txt .content, .banner-style-3 .txt .content, .banner-style-3 .txt {
  font-size: 1.1875rem;
  line-height: 1.2em; }

.fixedFzXXL, .banner-style-1 .txt .title, .banner-style-2 .txt .title, .banner-style-3 .txt .title {
  font-size: 5.14rem;
  line-height: 1.2em; }
/*
hr {
  border: 2px solid;
  margin: 10px 0;
  border-color: #8bc430; }
*/
ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0; }

b, strong, em, small, code {
  line-height: 1; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

li {
  margin-bottom: 16px; }

a {
  text-decoration: none; }

.mobileShow {
  display: none !important; }

.allShow {
  display: block !important; }

.wtw {
  width: 976px; }

.w100p, .top-tool, .menu .logo, .menu .btn-role, .menu .history-wrapper a.btn-history-back img, .footer, .annual-report .topic a, #videoBg, .organistion-chart > div .content {
  width: 100%; }

.w100pi {
  width: 100% !important; }

.wa {
  width: auto !important; }

input, select {
  vertical-align: middle; }
  input:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #a9a9a9; }

input[type="checkbox"], input[type="radio"] {
  width: auto; }



select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -o-background-clip: padding-box;
  -ms-background-clip: padding-box;
  background-clip: padding-box;
  background: url("../images/ui/select-arrow.png") right 0 no-repeat white;
  font-size: 16px;
  border: 1px #e8e8e8 solid;
  text-indent: 0.01px;
  text-overflow: '';
  padding: 1px 18px 1px 2px;
  height: 34px;
  line-height: 30px;
  width: 212px; }

textarea {
  resize: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px; }

.grid, .profile, .subInfo {
  margin: 15px 0px;
  padding: 15px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }
  .grid.white, .white.profile, .white.subInfo {
    background-color: #ffffff; }
  .grid.green, .green.profile, .green.subInfo {
    background-color: #8bc430;
    color: white; }
    .grid.green *, .green.profile *, .green.subInfo * {
      color: white; }
  .grid.grey, .grey.profile, .grey.subInfo {
    background-color: #262626; }
    .grid.grey p, .grey.profile p, .grey.subInfo p {
      color: white; }
  .grid.greyL, .greyL.profile, .greyL.subInfo {
    background-color: #cccccc; }

.img-circle, .wrapper-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -o-background-clip: padding-box;
  -ms-background-clip: padding-box;
  background-clip: padding-box; }

.wrapper-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: 2px solid transparent; }
  .wrapper-circle.active {
    border: 2px solid #8bc430; }
  .wrapper-circle img {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.col2, .col3, .col4, .col5 {
  margin-left: -1%;
  margin-bottom: 1.25rem;
  font-size: 0; }
  .col2 > li, .col2 > div, .col2 > a, .col3 > li, .col3 > div, .col3 > a, .col4 > li, .col4 > div, .col4 > a, .col5 > li, .col5 > div, .col5 > a {
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 1%;
    margin-bottom: 1.2%;
    position: relative; }
  .col2 .clearfix, .col3 .clearfix, .col4 .clearfix, .col5 .clearfix {
    width: 100%;
    margin: 0;
    float: none; }

.col2 > li, .col2 > div, .col2 > a {
  width: 49%; }

.col3 > li, .col3 > div, .col3 > a {
  width: 32.3%; }
  .col3 > li.colspan2, .col3 > div.colspan2, .col3 > a.colspan2 {
    width: 65.6%; }

.col4 > li, .col4 > div, .col4 > a {
  width: 24%; }

.col5 > li, .col5 > div, .col5 > a {
  width: 19%; }

.demoGrid {
  width: 100%;
  height: 100px;
  display: block;
  background: #e0eecd;
  color: #8bc430;
  line-height: 100px;
  text-align: center; }

.breadcrumb a {
  display: inline-block; }

table {
  width: 100%;
  margin-bottom: 1.25rem; } 

.stylish-table th, .stylish-table td {
  padding: 10px 20px;
  vertical-align: top;}
  .stylish-table th[rowspan], .stylish-table td[rowspan] {
    vertical-align: middle !important; }
.stylish-table th {
  border: 5px #ffffff solid; }
.stylish-table td {
  border: 5px #ffffff solid; }
.stylish-table td a:link {
	color:blue;
}
.stylish-table td a:visited {
    color: green;
}
.stylish-table td a:hover {
    color: hotpink;
}
.stylish-table td a:active {
    color: blue;
}

.stylish-table-td-center{
	text-align: center;	
}
.btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  display: block;
  color: #333333;
  padding: 5px 10px;
  border: 1px #333333 solid;
  text-decoration: none;
  text-align: center;
  width: 137px; }
  .btn:hover, .btn.active {
    color: white;
    background-color: #8bc430;
    border-color: #231F20; }
  .btn.grey {
    border-color: #5f5f5f !important;
    color: #5f5f5f; }
    .btn.grey:hover, .btn.grey.active {
      color: white;
      background-color: #5f5f5f; }
  .btn.white {
    border-color: white !important;
    color: white; }
    .btn.white:hover, .btn.white.active {
      color: #8bc430;
      background-color: white; }
  .btn.green {
    border-color: #8bc430 !important;
    background: #8bc430;
    color: white; }
    .btn.green:hover, .btn.green.active {
      color: #8bc430;
      background-color: white; }
  .btn.black {
    border-color: #333333;
    background-color: #333333;
    color: white; }
    .btn.black:hover, .btn.black.active {
      color: #333333;
      background-color: white; }
  .btn.clean {
    border-color: transparent;
    background-color: none;
    color: #333333; }
    .btn.clean:hover, .btn.clean.active {
      color: #5f5f5f;
      background: none; }

  .btn.examination_result {
	  border: 0px #333333 solid;
	  font-weight: bold;
	  width: 25em;
    color: #231F20;
    background-color: #bde6ec; }
    .btn.examination_result:hover, .btn.examination_result.active {
      color: #231F20;
      background-color: #bde6ec; }
	  
	  
  .btn.next {
	  border: 0px #333333 solid;
	  font-weight: bold;
	  width: 8em;
    color: #ffffff;
    background-color: #154a4a;
text-align:center;	}
    .btn.next:hover, .btn.next.active {
      color: #ffffff;
      background-color: #154a4a; }
	  
  .btn.areaofstudy {
	  border: 0px #333333 solid;
	  font-weight: bold;
	  width: 13em;
    color: #ffffff;
    background-color: #154a4a;
text-align:center; }
    .btn.areaofstudy:hover, .btn.areaofstudy.active {
      color: #ffffff;
      background-color: #154a4a; }
	  
  .btn.keywordsearch {
	  border: 0px #333333 solid;
	  font-weight: bold;
	  width: 14em;
    color: #ffffff;
    background-color: #154a4a;
text-align:center; }
    .btn.keywordsearch:hover, .btn.keywordsearch.active {
      color: #ffffff;
      background-color: #154a4a; }
	  
  .btn.relevant_notice {
	  border: 0px #333333 solid;
	  font-weight: bold;
	  width: 25em;
    color: #231F20;
    background-color: #bde6ec; }
    .btn.relevant_notice:hover, .btn.relevant_notice.active {
      color: #231F20;
      background-color: #bde6ec; }
	  
  .btn.login {
	  width: 70px;
    color: #E4E3EE;
    background-color: #5f5f5f; }
    .btn.login:hover, .btn.login.active {
      color: #E4E3EE;
      background-color: #5f5f5f; }
	
.collapsible .head p {
  margin: 0;
  line-height: 29px; }
.collapsible .body {
  display: none; }
  .collapsible .body h3:first-child {
    margin-top: 0; }

.tac, .top-tool ul li a, .menu .logo, .menu .btn-role, .menu .btn-history, .cover, .cover .btn-video span, .cover .front .home-slider, .cover .front .home-slider .swiper-slide .icon, .front-content .tab a, .front-content .btn-close, .banner-style-2 .txt, .home-pagination, .gallery-pagination, .events-pagination, .year-filter .filter a, .member-profile .title.green-box, .paging a, .popup .content .btn-close, .organistion-chart > div .content, .loginBox p {
  text-align: center; }
.tabSlider .swiper-slide a{
text-align: left;
}
.tal, .menu nav li a {
  text-align: left; }

.tar, .top-tool ul, .footer, .year-filter .filter, .annual-report .topic a .num {
  text-align: center; }
  

.vat, .top-tool ul li, .top-tool ul li input.tool-search, .tabSlider .swiper-slide, .year-filter .currrent, .year-filter .filter, .year-filter .filter a, .annual-report .topic a .num, .annual-report .topic a .txt {
  vertical-align: top; }

.vam, .top-tool ul li .btn-lang, .menu nav li a img, .menu nav li a > span, .footer a, .footer p, .front-content .title, .front-content .tab, .front-content .btn-close {
  vertical-align: middle; }

.vab {
  vertical-align: bottom; }

.p0 {
  padding: 0 !important; }

.p5 {
  padding: 5px; }

.p10, .menu .history-wrapper, .menu nav li .submenu h3 {
  padding: 10px; }

.p15 {
  padding: 15px; }

.p20 {
  padding: 20px; }

.pt0 {
  padding-top: 0; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pr0 {
  padding-right: 0; }

.pr5 {
  padding-right: 5px; }

.pr10, .events-slider .swiper-slide a, .popup .content .btn-download {
  padding-right: 10px; }

.pr15, .top-tool ul {
  padding-right: 15px; }

.pr20 {
  padding-right: 20px; }

.pb0 {
  padding-bottom: 0; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pl0 {
  padding-left: 0; }

.pl5 {
  padding-left: 5px; }

.pl10, .btn-top, .events-slider .swiper-slide a, .paging .goto-page, .popup .content .btn-download {
  padding-left: 10px; }

.pl15 {
  padding-left: 15px; }

.pl20 {
  padding-left: 20px; }

.no_margin {
  margin: 0 !important; }

.m0auto, .menu .logo img, .menu .btn-role img, .menu .btn-history .ico, .innerwrapper, .cover .front .home-slider .btn, .front-content, .front-content .tab a img, .front-content .btn-close img, .video-youtube .btn, .video-youtube .col3 > div img, .organistion-chart > div .content img, .organistion-chart > div .content .btn {
  margin: 0 auto; }

.m0, .top-tool ul, .footer a, .footer p, .thumbnail-grid .indicators a .title, .news .line, .news .date {
  margin: 0; }

.m5 {
  margin: 5px; }

.m10 {
  margin: 10px; }

.m15 {
  margin: 15px; }

.m20 {
  margin: 20px; }

.mt0, .menu .history-wrapper h3, .front-content .title h2, .level table {
  margin-top: 0; }

.mt5, .search-list h4, .search-list p, .intraCourse .remark {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15, .menu .logo, .menu .btn-role, .menu .btn-history, .menu .history-wrapper, .events-slider .swiper-slide .text, .events-slider .swiper-slide .date, .home-pagination, .gallery-pagination, .events-pagination, .annual-report .topic, .event-grid a .caption .btn {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mr0 {
  margin-right: 0; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20, .front-content .title {
  margin-right: 20px; }

.mb0, .top-tool ul li, .menu nav li, .front-content .title h2 {
  margin-bottom: 0; }

.mb5, .search-list h4, .search-list p {
  margin-bottom: 5px; }

.mb10, .menu .logo, .menu .btn-role, .menu .history-wrapper a, .member-profile {
  margin-bottom: 10px; }

.mb15, .menu .history-wrapper, .events-slider .swiper-slide .text, .events-slider .swiper-slide .date, .home-pagination, .gallery-pagination, .events-pagination, .annual-report select, .annual-report .topic {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.ml0 {
  margin-left: 0; }

.ml5 {
  margin-left: 5px; }

.ml10, .menu nav li a > span {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

.dilb, a, .desktopShow, .top-tool ul li, .top-tool ul li a, .top-tool ul li .btn-share, .top-tool ul li .btn-phone, .top-tool ul li .btn-print, .top-tool ul li .btn-search, .top-tool ul li .social-wrapper, .top-tool ul li .btn-fb, .top-tool ul li .btn-youtube, .top-tool ul li .btn-instagram, .top-tool ul li .btn-twitter, .top-tool ul li .btn-linkedin, .top-tool ul li .btn-wiki, .menu .history-wrapper a.btn-history-back, .menu nav li a img, .menu nav li a > span, .footer a, .footer p, .btn-top, .cover .btn-video, .cover .front .home-slider, .cover .front .home-slider .swiper-slide, .cover .front .home-slider .swiper-slide.swiper-slide-active .title, .cover .front .home-slider .swiper-slide.swiper-slide-active .description, .cover .front .home-slider .swiper-slide .icon, .cover .front .home-slider .swiper-slide .icon img, .cover .front .home-slider .description, .front-content .title, .front-content .tab, .front-content .tab a, .front-content .btn-close, .tabSlider .swiper-slide, .tabSlider .swiper-slide a, .tabSlider .swiper-slide a span.text, .year-filter .currrent, .year-filter .filter, .year-filter .filter a, .thumbnail-grid .details .btn-close, .chairman-biography .btn-close, .member-profile, .paging a, .paging .page, .paging .goto-page, .news .btn, .popup .content, .popup .content .btn-close, .popup .content .btn-download, .tab2 .date, .tab2 .topic, .tab2 .topic a, .event-grid a, .btn-link, .btn-pdf, .organistion-chart > div, .organistion-chart > div .content {
  display: inline-block; }

.db, .top-tool ul, .menu .logo, .menu .btn-role, .menu .logo img, .menu .btn-role img, .menu .btn-history, .menu .btn-history .ico, .menu .history-wrapper a, .menu nav li a, .cover .btn-video span, .cover .front .home-slider .swiper-container, .cover .front .home-slider .btn, .front-content .tab a img, .front-content .btn-close img, .banner-style-1 .txt .title, .banner-style-1 .txt .content, .banner-style-2 .txt .title, .banner-style-2 .txt .content, .banner-style-3 .txt .title, .banner-style-3 .txt .content, .banner-style-3 .txt .date, .banner-style-3 .txt .line, .banner-style-3 .txt .btn, .events-slider .swiper-slide .text, .events-slider .swiper-slide .date, .events-slider .swiper-slide a, .thumbnail-grid .indicators a .title, .video-youtube .btn, .video-youtube .col3 > div img, .event-grid a .caption .date, .event-grid a .caption .topic, .event-grid a .caption .content, .organistion-chart > div .content img, .organistion-chart > div .content .btn, .organistion-chart > div .content .txt {
  display: block; }

.dn, .thumbnail-grid .details, .chairman-biography {
  display: none; }

.poa, .top-tool ul li .social-wrapper, .menu .history-wrapper a.btn-history-back, .menu nav li .submenu, .bgSlider, .cover .btn-video, .cover .front .home-slider #circleTimer, .banner-style-1 .txt, .banner-style-2 .txt, .banner-style-3 .txt, .tabSlider .swiper-button-prev, .tabSlider .swiper-button-next, .thumbnail-grid .indicators a .triangle, .thumbnail-grid .details .btn-close, .chairman-biography .btn-close, .member-profile .profile-pic, .popup .content .btn-close, .popup .content .btn-download, .popup .bg, .event-grid a .caption {
  position: absolute; }

.por, .top-tool ul li, .menu .history-wrapper, .footer, .innerwrapper, .cover, .cover .btn-video span, .cover .front .home-slider, .banner-style-3.active .txt, .events-slider, .gallery-slider, .tabSlider, .thumbnail-grid .details, .chairman-biography, .video-youtube .col3, .member-profile, .event-grid a {
  position: relative; }

.pof, .loading, .top-tool, .menu, .btn-top, #videoBg, .popup {
  position: fixed; }

.fz16 {
  font-size: 1.6rem; }

.ttfn {
  text-transform: none; }

.ttfu, .menu .btn-history, .menu nav li .submenu h3, .menu nav li .submenu ul li a, .cover .front .home-slider, .cover .front .home-slider .description, .front-content .title h2, .banner-style-1 .txt .title, .banner-style-1 .txt .content, .banner-style-2 .txt .title, .banner-style-2 .txt .content, .banner-style-3 .txt .title, .banner-style-3 .txt .content, .thumbnail-grid .details h3, .chairman-biography h3, .video-youtube .btn, .level table td h2, .member-profile .title.green-box, .popup .content .btn-download {
  text-transform: uppercase; }

.tdn {
  text-decoration: none; }

.tdu {
  text-decoration: underline; }

.floatL, .top-tool ul li .btn-fb, .top-tool ul li .btn-youtube, .top-tool ul li .btn-instagram, .top-tool ul li .btn-twitter, .top-tool ul li .btn-linkedin, .top-tool ul li .btn-wiki, .front-content .col3 > a, .year-filter .currrent, .organistion-chart > div {
  float: left; }

.floatR, .year-filter .filter, .tab2 .topic {
  float: right; }

.lh1e {
  line-height: 1em; }

.lh1_1e {
  line-height: 1.1em; }

.lh1_2e, .banner-style-1, .banner-style-2, .banner-style-3, .level table td h2, .form .checkbox table td {
  line-height: 1.2em; }

.lh1_5e, .event-grid a .caption .date, .event-grid a .caption .topic, .event-grid a .caption .content {
  line-height: 1.5em; }

.lsn {
  list-style: none; }

.fwb, .cover .front .home-slider .title, .banner-style-1 .txt .title, .banner-style-1 .txt .content, .banner-style-2 .txt .title, .banner-style-2 .txt .content, .banner-style-3 .txt .title, .banner-style-3 .txt .content, .banner-style-3 .txt, .events-slider .swiper-slide .text, .year-filter .currrent, .thumbnail-grid .indicators a .title, .annual-report .topic a .num, .member-profile .btn, .news .date, .news .content p, .event-grid a .caption .date, .event-grid a .caption .content, .btn-pdf, .organistion-chart > div .content .btn {
  font-weight: bold; }

.fwl, .cover .front .home-slider .description, .level table td h2 {
  font-weight: lighter; }

.fwn {
  font-weight: normal; }

.fsi {
  font-style: italic; }

.z0, .popup .bg {
  z-index: 0; }

.z50, .popup .content {
  z-index: 50; }

.z100 {
  z-index: 100; }

.z150, .menu .firstLv {
  z-index: 150; }

.z200, .menu {
  z-index: 200; }

.z250, .loading, .top-tool {
  z-index: 250; }

.z300, .btn-top {
  z-index: 300; }

.ofh, .top-tool ul li .social-wrapper, .menu .firstLv, .menu .logo, .menu nav li a > span, .cover .front .home-slider .swiper-container, .front-content, .thumbnail-grid .details, .chairman-biography, #videoBg {
  overflow: hidden; }

.ofv {
  overflow: visible !important; }

ul li {
  background: url("../images/ui/listing.png") 5px 5px no-repeat;
  padding-left: 25px; }
  ul li ol > li {
    list-style-type: decimal;
    background: none;
    padding-left: 0; }
ul.listArrow li {
  background: url("/images/common/arrow-right-green.png") 0 3px no-repeat; }
  ul.listArrow li a {
    color: #5f5f5f; }
    ul.listArrow li a:hover {
      color: #8bc430; }
ul.listAlphabet {
  padding-left: 25px; }
  ul.listAlphabet > li {
    list-style-type: lower-alpha;
    background: none;
    padding-left: 0; }

ol {
  margin-left: 25px; }
  ol > li {
    list-style-type: decimal; }

@media (max-width: 640px) {
  input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea, select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

  input[type="checkbox"], input[type="radio"] {
    width: auto; }

  .col2 > li, .col2 > div, .col2 > a {
    width: 99%; }

  .col3 > li, .col3 > div, .col3 > a, .col4 > li, .col4 > div, .col4 > a, .col5 > li, .col5 > div, .col5 > a {
    width: 49%; }
    .col3 > li.colspan2, .col3 > div.colspan2, .col3 > a.colspan2, .col4 > li.colspan2, .col4 > div.colspan2, .col4 > a.colspan2, .col5 > li.colspan2, .col5 > div.colspan2, .col5 > a.colspan2 {
      width: 99%; } } 

	  
  .swiper-slide img {width:100%;}
  /**
 * Swiper 3.3.1
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
 
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background-color: #dedede;
  position: relative; }

.jspDrag {
  background: #c4c4c4;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

html, body {
  font-family: Arial,"Helvetica Neue", Helvetica,"Microsoft Jhenghei", sans-serif;
  font-size: 14px;
  line-height: 1.5rem;
  width: 100%;
  color: #5f5f5f;
  background-color:#ffffff;
   }

body.whats-happen {
  background: #d7d7d7;
/*  background: url("../images/common/bg-front-content.jpg") center 0 repeat-x; alan*/
}

.noscript {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  z-index: 65200;
  color: #000000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .noscript p {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

.loading {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  background: white url("../images/common/loading.gif") center center no-repeat;
  top: 0;
  left: 0;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in; }

.container {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in; }

.ready .loading {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }
.ready .container {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.top-tool-mobile {
  display: none; }
  .logo-text{
	  padding-left:15px;
	  font-weight: bold;
	  font-size: 1rem;font-family: Arial,"Helvetica Neue", Helvetica,"Microsoft Jhenghei", sans-serif;
	  text-align:left;line-height:20px;
  }
  .top-banner{
  width:100%;background-color:#ffffff;border: 0px #ffffff solid;height: 28px;
  margin-top:0px;
  }
  .top-left{
	  padding-left:15px;
  }
  .top-right{
	  text-align:right;float:right;
  }
  .top-tool{	  
background-color:#ffffff;height: 110px;border-bottom: 0px #ffffff solid;
}
  .top-banner2{	  
	/*background: url("../images/layout/TopBanner.png") center top repeat #ffffff;*/
	height:80px;
	background: #b3e6ff;
  }
  }
.top-tool {
  top: 0px;
  left: 0;
  height: 103px;}
  .top-tool ul {
	  padding-left:1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 31px;
float:left;
	}
	  
    .top-tool ul li {
      height: 31px;
      background: none;
      padding-left: 0; }
      .top-tool ul li a {
        line-height: 31px;
        width: auto;
		padding-left:5px;
        font-size: 14px; }
      .top-tool ul li .btn-lang {
        border-left: 1px #5f5f5f solid;
        height: auto;
        line-height: 1.2em !important; }
        .top-tool ul li .btn-lang:first-child {
          border-left: none; }
      .top-tool ul li .btn-fz {
        width: auto;
        margin: 0 5px;
        border-bottom: 1px transparent solid;
        height: auto;
        line-height: 1.2em;
        margin-top: 7.75px; }
        .top-tool ul li .btn-fz:first-child {
          margin-left: 10px; }
        .top-tool ul li .btn-fz:last-child {
          margin-right: 10px; } 
        .top-tool ul li .social-wrapper.active {
          width: 186px; }

.small .btn-fz.fzS, .small .btn-fz.footer, .small .footer a.btn-fz, .footer .small a.btn-fz, .small .footer p.btn-fz, .footer .small p.btn-fz, .small .cover .btn-video span.btn-fz, .cover .btn-video .small span.btn-fz, .small .events-slider .swiper-slide .btn-fz.date, .events-slider .swiper-slide .small .btn-fz.date, .small .thumbnail-grid .indicators a .btn-fz.content, .thumbnail-grid .indicators a .small .btn-fz.content, .small .member-profile .btn-fz.title, .member-profile .small .btn-fz.title, .small .news .btn-fz.date, .news .small .btn-fz.date, .small .event-grid a .caption .btn-fz.date, .event-grid a .caption .small .btn-fz.date, .small .event-grid a .caption .btn-fz.topic, .event-grid a .caption .small .btn-fz.topic {
  color: red;
  border-bottom: 0px red solid; }

.normal .btn-fz.fzN, .normal .loginBox .grid .btn-fz.remark, .loginBox .grid .normal .btn-fz.remark, .normal .loginBox .profile .btn-fz.remark, .loginBox .profile .normal .btn-fz.remark, .normal .loginBox .subInfo .btn-fz.remark, .loginBox .subInfo .normal .btn-fz.remark, .normal .loginBox .grid .form .code a.btn-fz, .loginBox .grid .form .code .normal a.btn-fz, .normal .loginBox .profile .form .code a.btn-fz, .loginBox .profile .form .code .normal a.btn-fz, .normal .loginBox .subInfo .form .code a.btn-fz, .loginBox .subInfo .form .code .normal a.btn-fz, .normal .loginBox p.btn-fz, .loginBox .normal p.btn-fz {
  color: red;
  border-bottom: 0px #8bc430 solid; }

.large .btn-fz.fzL, .large .cover .front .btn-fz.home-slider, .cover .front .large .btn-fz.home-slider, .large .year-filter .btn-fz.currrent, .year-filter .large .btn-fz.currrent, .large .thumbnail-grid .indicators a .btn-fz.title, .thumbnail-grid .indicators a .large .btn-fz.title, .large .search-list h4.btn-fz, .search-list .large h4.btn-fz, .large .loginBox .grid .form .btn-fz.subTitle, .loginBox .grid .form .large .btn-fz.subTitle, .large .loginBox .profile .form .btn-fz.subTitle, .loginBox .profile .form .large .btn-fz.subTitle, .large .loginBox .subInfo .form .btn-fz.subTitle, .loginBox .subInfo .form .large .btn-fz.subTitle {
  color: red;
  border-bottom: 0px #8bc430 solid; }
.large .level div {
  width: 100%; }
  .large .level div h2 {
    margin: 0; }
.large .address div, .large .address .colspan2 {
  width: 100%;
  text-align: left; }
  .large .address div input, .large .address .colspan2 input {
    width: 100%; }
.large .events-slider h2 {
  margin-top: 0; }


#page-wrap{
text-align: left;
  max-width: 1280px;
  margin: 0 auto;
  height: 100vh;	
}
.menu { 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 118px;
  width: 240px;
  height: 100%;
  max-height: calc(100vh - 200px); }
  .menu .firstLv {
    width: 240px;
    height: 100%; }
  .menu nav {
    border-top: 0px #e8e8e8 solid;
    border-left: 0px #8bc430 solid;
    width: 235px;
    -webkit-transition: width 200ms ease-in;
    -moz-transition: width 200ms ease-in;
    -o-transition: width 200ms ease-in;
    -ms-transition: width 200ms ease-in;
    transition: width 200ms ease-in; }
    .menu nav li {
      border-bottom: 0px #e8e8e8 solid;
      padding: 0; }
      .menu nav li a {
	text-align:center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        -ms-transition: all 200ms ease-in;
        transition: all 200ms ease-in; }
        .menu nav li a > span {
          width: 60%;display:none; } 
      .menu nav li.active > .submenu.lv2 {
        left: 60px; }
      .menu nav li.active > .submenu.lv3, .menu nav li.active > .submenu.lv4 {
        display: block;
        left: 180px; } 
.menu .loginFm{
	padding-top:30px;
	padding-left:10px;
}
.menu .loginFm span div{
	font-size: 0.8rem;
	width:80px;
	float:left;
	  border: 0px #e8e8e8 solid;
}
.menu .loginFm span{
	font-size: 0.8rem;
}
.menu .loginFm div{
	font-size: 0.8rem;
}
.menu .loginFm a{
	width:100px;
	margin-left:80px;
}
.menu .loginFm input{
  font-size: 14px;
  height: 20px;
  line-height: 18px;
  width: 100px; 
}
.footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  min-height: 60px;
  line-height: 60px;
  padding: 0 15px 5px; }
  .footer .logo {
    margin-left: 150px; }
  .footer .copyright {
    margin-left: 50px; }
	

	
.btn-top {
  padding-right: 30px;
  bottom: 10px;
  right: 400px;
  background: white url("/images/common/arrow-grey-up-nav.png") right center no-repeat;
  background-size: auto 150%;
  height: 30px;
  line-height: 30px; 
  display:none;
  }

.footerBtn {
  overflow: hidden;
}

.bgSlider {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: auto 100%;
  z-index: -1;
  overflow: hidden; }
  .bgSlider img {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    height: 110%;
    -webkit-transition: all 1000ms ease-in;
    -moz-transition: all 1000ms ease-in;
    -o-transition: all 1000ms ease-in;
    -ms-transition: all 1000ms ease-in;
    transition: all 1000ms ease-in; }
    .bgSlider img.active {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }

.container {
	background-color:#ffffff;
	height:100%;
  padding-top: 65px;
  padding-right: 10px;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;}

.without-menu .container {
  padding-left: 10px; }
  
.content {
	height:100%;
	background-color: #ffffff; 
padding-left:10px; 
padding-right:10px;
padding-bottom:10px;
}

.wn-title a {color:#0277bc;font-weight: bold;}
.wn-content {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:50px;
}
  
.innerwrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  max-width: 1280px;
  padding-top: 25px;
  padding-left: 255px;}

.home {
  overflow: hidden;
  background: none;
  color: white; }
  .home .footer {
    position: fixed !important; }
  .home.allow-scrolling {
    overflow: auto; }
    .home.allow-scrolling .footer {
      position: relative !important; }
    .home.allow-scrolling .container {
      padding-bottom: 0 !important;
      background-position: center 800px; }
  .home .innerwrapper {
    padding-top: 0; }
  .home .menu {
    display: none; }
    .home .menu.role {
      display: block; }

.cover .btn-video {
  top: 20px;
  right: 10px;
  width: 50px;
  height: 40px;
  background: url("../images/common/btn-video-control.png") center 0 no-repeat; }
  .cover .btn-video.play {
    background-position: center bottom !important; }
  .cover .btn-video span {
    top: 100%; }
.cover .front {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .cover .front .message {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0; }
    .cover .front .message h1 {
      margin-top: 0;
      margin-bottom: 15px; }
    .cover .front .message h2 {
      margin-top: 0; }
  .cover .front .home-slider {
    width: 426px;
    height: 426px;
    padding-bottom: 30px;
    text-shadow: 0 0 10px #000000; } 
    .cover .front .home-slider .swiper-slide {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      opacity: 0.8; }
      .cover .front .home-slider .swiper-slide.swiper-slide-prev .icon, .cover .front .home-slider .swiper-slide.swiper-slide-next .icon {
        -webkit-transform: scale(0.85, 0.85);
        -moz-transform: scale(0.85, 0.85);
        -o-transform: scale(0.85, 0.85);
        -ms-transform: scale(0.85, 0.85);
        transform: scale(0.85, 0.85); }
      .cover .front .home-slider .swiper-slide.swiper-slide-prev {
        margin-right: 5px;
        margin-left: -10px; }
      .cover .front .home-slider .swiper-slide.swiper-slide-next {
        margin-left: 5px;
        margin-right: -10px; }
      .cover .front .home-slider .swiper-slide.swiper-slide-active {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
        .cover .front .home-slider .swiper-slide.swiper-slide-active .icon {
          -webkit-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          transform: scale(1, 1);
          -webkit-animation: bounce 0.8s;
          -moz-animation: bounce 0.8s;
          -o-animation: bounce 0.8s;
          -ms-animation: bounce 0.8s;
          animation: bounce 0.8s;
          background-color: #8bc430;
          margin-top: 0; }
        .cover .front .home-slider .swiper-slide.swiper-slide-active .btn {
          display: block; }
      .cover .front .home-slider .swiper-slide .icon {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        -o-background-clip: padding-box;
        -ms-background-clip: padding-box;
        background-clip: padding-box;
        width: 85px;
        height: 85px;
        line-height: 85px;
        background: #cccccc;
        -webkit-transform: scale(0.65, 0.65);
        -moz-transform: scale(0.65, 0.65);
        -o-transform: scale(0.65, 0.65);
        -ms-transform: scale(0.65, 0.65);
        transform: scale(0.65, 0.65);
        -webkit-transition: all 500 ease-in;
        -moz-transition: all 500 ease-in;
        -o-transition: all 500 ease-in;
        -ms-transition: all 500 ease-in;
        transition: all 500 ease-in; }
    .cover .front .home-slider .title {
      font-size: 35px;
      line-height: 1.1em;
      margin: 10px auto 0;
      min-height: 86px;
      width: 380px;
      text-align: center; }
    .cover .front .home-slider .description {
      font-size: 22px;
      color: white;
      font-size: 18px;
      line-height: 1.1em;
      margin: 80px auto 0;
      top: 0;
      height: 60px;
      width: 310px; }
    .cover .front .home-slider .swiper-button-prev, .cover .front .home-slider .swiper-button-next {
      background-image: url("../images/ui/btn-lr.png");
      width: 39px;
      height: 40px;
      background-size: 200% auto;
      display: none; }
    .cover .front .home-slider .swiper-button-prev {
      background-position: 0 0;
      left: -60px; }
    .cover .front .home-slider .swiper-button-next {
      background-position: right 0;
      right: -60px; }
    .cover .front .home-slider .home-pagination {
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      position: absolute;
      top: 430px;
      display: none; }
    .cover .front .home-slider #circleTimer {
      top: 0;
      left: 0;
      width: 426px;
      height: 426px;
      z-index: -1; }
      .cover .front .home-slider #circleTimer .st1 {
        stroke-dasharray: 1313;
        stroke-dashoffset: 1313; }
      .cover .front .home-slider #circleTimer .st0 {
        fill: #ffffff;
        stroke: #8bc430;
        stroke-dasharray: 1313;
        stroke-dashoffset: 1313; }

.front-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5%; }
  .front-content .tab a {
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -o-border-radius: 26px;
    -ms-border-radius: 26px;
    border-radius: 26px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    width: 52px;
    height: 52px;
    line-height: 52px; }
    .front-content .tab a img {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .front-content .btn-close {
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -o-border-radius: 26px;
    -ms-border-radius: 26px;
    border-radius: 26px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    width: 52px;
    height: 52px;
    line-height: 52px; }
    .front-content .btn-close img {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.banner-style-1, .banner-style-2, .banner-style-3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat; }
  .banner-style-1 .txt, .banner-style-2 .txt, .banner-style-3 .txt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
    .banner-style-1 .txt .title, .banner-style-2 .txt .title, .banner-style-3 .txt .title {
      color: #8bc430 !important; }
    .banner-style-1 .txt .content, .banner-style-2 .txt .content, .banner-style-3 .txt .content {
      letter-spacing: 1px;
      margin-bottom: 20px;
      color: #333333 !important; }

.banner-style-1 .txt {
  top: 0;
  left: 0;
  padding: 20px; }

.banner-style-2 .txt {
  top: 0;
  left: 0;
  padding: 40px 10px 10px; }
  .banner-style-2 .txt .btn {
    margin: 1px auto; }

.banner-style-3 .txt {
  top: 0;
  left: 0;
  padding: 20px 20px;
  line-height: 1.5em; }
  .banner-style-3 .txt .btn-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #8bc430 transparent transparent transparent;
    line-height: 1em;
    display: block;
    margin: 10px 0; }
  .banner-style-3 .txt .btn {
    margin: 5px 0 0; }
  .banner-style-3 .txt .hidden {
    display: none; }
.banner-style-3.active {
  background-size: auto 100% !important; }
  .banner-style-3.active .txt {
    padding: 0; }
  .banner-style-3.active img.w100p, .banner-style-3.active img.top-tool, .banner-style-3.active .menu img.logo, .menu .banner-style-3.active img.logo, .banner-style-3.active .menu img.btn-role, .menu .banner-style-3.active img.btn-role, .banner-style-3.active .menu .history-wrapper a.btn-history-back img, .menu .history-wrapper a.btn-history-back .banner-style-3.active img, .banner-style-3.active img.footer, .banner-style-3.active img#videoBg, .banner-style-3.active .organistion-chart > div img.content, .organistion-chart > div .banner-style-3.active img.content {
    display: none; }
  .banner-style-3.active .btn-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #8bc430 transparent; }
  .banner-style-3.active .hidden {
    display: inline-block; }
 

.grid.width-select .col2, .width-select.profile .col2, .width-select.subInfo .col2, .grid.width-input .col2, .width-input.profile .col2, .width-input.subInfo .col2 {
  margin-bottom: 0; }
  .grid.width-select .col2 > div, .width-select.profile .col2 > div, .width-select.subInfo .col2 > div, .grid.width-input .col2 > div, .width-input.profile .col2 > div, .width-input.subInfo .col2 > div {
    vertical-align: middle;
    margin-bottom: 0; }
    .grid.width-select .col2 > div select, .width-select.profile .col2 > div select, .width-select.subInfo .col2 > div select, .grid.width-select .col2 > div option, .width-select.profile .col2 > div option, .width-select.subInfo .col2 > div option, .grid.width-input .col2 > div select, .width-input.profile .col2 > div select, .width-input.subInfo .col2 > div select, .grid.width-input .col2 > div option, .width-input.profile .col2 > div option, .width-input.subInfo .col2 > div option {
      color: #5f5f5f; }
    .grid.width-select .col2 > div input, .width-select.profile .col2 > div input, .width-select.subInfo .col2 > div input, .grid.width-input .col2 > div input, .width-input.profile .col2 > div input, .width-input.subInfo .col2 > div input {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      background: url("../images/ico/search-l.png") 10px center no-repeat white;
      padding-left: 40px; }
 

	  .bottom_btn{width:100%;}
	  .left_btn{
		  float:left;
		  width:70%;
		  text-align:left;
	  }
	  .left_btn a{
		  float:left;
		  text-align:left;
		  margin-right:5px;
	  } 
	  .right_btn{
		  float:right;
		  width:30%;
		  text-align:right;
	  }
	  .right_btn a{
		  float:right; 
		  padding-left:1em;
		  text-align:right;
	  } 
	

.tabSlider {
  margin: 0px 0;
  padding-right: 80px;
  border-bottom: 0px #8bc430 solid; }
  .tabSlider .swiper-slide {
    width: auto;
	min-width:9em;
    height: 50px; 	
    background-image: url("../images/common/tab.png");
	}
    .tabSlider .swiper-slide a {
      width: 100%; color:#ffffff;font-weight: bold; }
      .tabSlider .swiper-slide a span.text {		  
	  color:#ffffff;
        position: relative;
        top: 0%;  		
		padding-top:1.2em;
		padding-left:2.2em;
		  font-size: 1rem;
		line-height: 1.25rem;		
		}
		.tabSlider .swiper-slide:hover, .tabSlider .swiper-slide:hover a span.text, .tabSlider .swiper-slide.active {
			background-image: url("../images/common/tab_on.png");	  
			color:#000000;
		}		
      .tabSlider .swiper-slide a:hover span.text, .tabSlider .swiper-slide a.active span.text {		  
        border-right: 0; color:#000000;}
    .tabSlider .swiper-slide:last-child a span.text {
      border-right: 0; }
  .tabSlider .swiper-button-prev, .tabSlider .swiper-button-next {
    top: 50%;
    margin-top: -10px;
    background-image: url("../images/ui/btn-lr-s2.png");
    width: 15px;
    height: 21px;
    background-size: 200% auto; }
  .tabSlider .swiper-button-prev {
    background-position: 0 0;
    left: auto;
    right: 55px; }
  .tabSlider .swiper-button-next {
    background-position: right 0; }
 
 
     
 

.form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .form td, .form th {
    padding-right: 20px;
    line-height: 34px; }
    .form td input, .form th input {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      max-width: 100%; }
    .form td input[type="checkbox"], .form th input[type="checkbox"] {
      width: auto; }
    .form td li, .form td p, .form th li, .form th p {
      line-height: 1.5em; }
    .form td .id input.first, .form td .id input.last, .form th .id input.first, .form th .id input.last {
      width: 35px; }
    .form td .id input.second, .form th .id input.second {
      width: 100px; }
    .form td.remark, .form th.remark {
      line-height: 1.2em;
      padding-top: 0; }
  .form .address-table {
    width: 100%; }
    .form .address-table td {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      width: 83.33px; }
  .form .score td {
    vertical-align: top;
    padding: 0; }
  .form .score .subject {
    display: block;
    line-height: 30px; }
  .form .score .rank {
    display: block;
    line-height: 30px; }
  .form .score.withRadio .subject {
    height: 60px; }
  .form input.w355, .form select.w355 {
    width: 355px; }
  .form input.w450, .form select.w450 {
    width: 450px; }
  .form input.w40, .form select.w40 {
    width: 40px; }
  .form input.w80, .form select.w80 {
    width: 80px; }
  

.paging {
  margin-bottom: 15px; }
  .paging a {
    width: 30px;
    line-height: 30px;
    color: #5f5f5f; }
  .paging .goto-page input {
    width: 34px;
    height: 28px;
    border: 0;
    line-height: 28px; }

  
.popup {
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }
  .popup .content {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 10px solid white;
    max-width: 800px; }
    .popup .content img.setMaxHeight {
      max-height: 600px; }
    .popup .content img.setMaxWidth {
      max-width: 800px; }
    .popup .content .btn-close, .popup .content .btn-download {
      -webkit-transition: all 200ms ease-in;
      -moz-transition: all 200ms ease-in;
      -o-transition: all 200ms ease-in;
      -ms-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
      height: 30px;
      line-height: 30px; }
    .popup .content .btn-close {
      width: 30px;
      top: -30px;
      right: -30px; }
    .popup .content .btn-download {
      bottom: 10px;
      left: 10px; }
  .popup .bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); }

.showPopup .popup {
  display: block; }

.tab2 {
  margin-bottom: 30px; }
  .tab2::after {
    clear: both;
    display: table;
    content: ""; }
  .tab2 select, .tab2 a {
    height: 40px;
    line-height: 40px; }
  .tab2 .date select {
    border: 1px #8bc430 solid;
    width: 86px;
    background-position: right center;
    padding-left: 12px; }
  .tab2 .topic a {
    padding: 0 9px; }
  .tab2 select.topic {
    display: none; }

.event-grid a img {
  width: 100%; }
.event-grid a .caption {
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .event-grid a .caption .btn {
    display: none; }
.event-grid a:hover .caption {
  background: rgba(139, 196, 48, 0.9); }

.btn-link {
  padding-left: 25px;
  margin-bottom: 30px;
  background: url("../images/ico/link.png") left center no-repeat;
  line-height: 15px; }

.btn-pdf {
  padding-left: 20px;
  background: url("../images/ico/pdf.png") 0 0 no-repeat;
  color: #333333; }

.sitemap ul li {
  background: url("/images/common/arrow-right-green.png") 0 3px no-repeat; }
  .sitemap ul li a {
    color: #5f5f5f; }
  .sitemap ul li.active {
    background: url("/images/common/arrow-top-green.png") 0 3px no-repeat; }
    .sitemap ul li.active > a {
      color: #8bc430; }
  .sitemap ul li .sub-lv {
    display: none;
    margin-top: 15px; }
    .sitemap ul li .sub-lv li {
      background: url("/images/common/line-grey.png") 0 3px no-repeat; }
      .sitemap ul li .sub-lv li a:hover {
        color: #8bc430; }
 

body.intra .top-tool {
  /*min-width: 768px;*/
  right: 0;
  left: inherit;
  overflow: hidden;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in; }
  body.intra .top-tool ul .intra {
    border-left: none; }
    body.intra .top-tool ul .intra a, body.intra .top-tool ul .intra span {
      width: auto;
      padding-right: 5px;
      margin-right: 5px;
      border-right: 1px solid #5f5f5f;
      height: auto;
      line-height: 1.2em !important;
      vertical-align: middle; }
    body.intra .top-tool ul .intra a {
      color: #5f5f5f; }
      body.intra .top-tool ul .intra a:last-child {
        margin-right: 0;
        border-right: none; }
body.intra .header-m {
  top: 31px !important; }
  body.intra .header-m .btn-tool {
    display: none !important; }
body.intra.showMenu .top-tool {
  right: -240px; }
body.intra.without-menu .header-m .btn-menu {
  display: none; }
body.intra.without-menu .innerwrapper {
  padding-left: 0; }

.menu.intra .title {
  color: #333333;
  font-size: 18px;
  width: 110px;
  margin: 0 auto 10px;
  font-weight: bold;
  display: block;
  padding: 3px 0;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -o-background-clip: padding-box;
  -ms-background-clip: padding-box;
  background-clip: padding-box; }
.menu.intra nav li a {
  background-image: none !important; }
  .menu.intra nav li a > span {
    width: auto; }

form .btn {
  font-weight: bold;
  background-color: transparent; }

.dataPreviwe .title {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  font-weight: bold; }
  .dataPreviwe .title.fullWidth {
    width: 100%; }
.dataPreviwe .data {
  width: 60%;
  display: inline-block;
  vertical-align: top; }
  .dataPreviwe .data.fullWidth {
    width: 100%; }
.dataPreviwe .fullWidth .btn {
  display: inline-block;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold; }

.mt40 {
  margin-top: 40px; }

.stylish-table.p10 th, .menu .stylish-table.history-wrapper th, .menu nav li .submenu h3.stylish-table th, .stylish-table.p10 td, .menu .stylish-table.history-wrapper td, .menu nav li .submenu h3.stylish-table td {
  padding: 10px 18px; }
.stylish-table th.tac, .stylish-table .menu th.logo, .menu .stylish-table th.logo, .stylish-table .menu th.btn-role, .menu .stylish-table th.btn-role, .stylish-table .menu th.btn-history, .menu .stylish-table th.btn-history, .stylish-table th.cover, .stylish-table .cover .front th.home-slider, .cover .front .stylish-table th.home-slider, .stylish-table .cover .front .home-slider .swiper-slide th.icon, .cover .front .home-slider .swiper-slide .stylish-table th.icon, .stylish-table .front-content th.btn-close, .front-content .stylish-table th.btn-close, .stylish-table .banner-style-2 th.txt, .banner-style-2 .stylish-table th.txt, .stylish-table th.home-pagination, .stylish-table th.gallery-pagination, .stylish-table th.events-pagination, .stylish-table .member-profile th.title.green-box, .member-profile .stylish-table th.title.green-box, .stylish-table .popup .content th.btn-close, .popup .content .stylish-table th.btn-close, .stylish-table .organistion-chart > div th.content, .organistion-chart > div .stylish-table th.content, .stylish-table td.tac, .stylish-table .menu td.logo, .menu .stylish-table td.logo, .stylish-table .menu td.btn-role, .menu .stylish-table td.btn-role, .stylish-table .menu td.btn-history, .menu .stylish-table td.btn-history, .stylish-table td.cover, .stylish-table .cover .front td.home-slider, .cover .front .stylish-table td.home-slider, .stylish-table .cover .front .home-slider .swiper-slide td.icon, .cover .front .home-slider .swiper-slide .stylish-table td.icon, .stylish-table .front-content td.btn-close, .front-content .stylish-table td.btn-close, .stylish-table .banner-style-2 td.txt, .banner-style-2 .stylish-table td.txt, .stylish-table td.home-pagination, .stylish-table td.gallery-pagination, .stylish-table td.events-pagination, .stylish-table .member-profile td.title.green-box, .member-profile .stylish-table td.title.green-box, .stylish-table .popup .content td.btn-close, .popup .content .stylish-table td.btn-close, .stylish-table .organistion-chart > div td.content, .organistion-chart > div .stylish-table td.content {
  text-align: center; }
.stylish-table th.sort a, .stylish-table td.sort a {
  display: block;
  padding-right: 14px;
  background: url("/images/common/sort.png") no-repeat right center; }
.stylish-table th.sort.des a, .stylish-table td.sort.des a {
  background-image: url("/images/common/des.png"); }
.stylish-table th.sort.asc a, .stylish-table td.sort.asc a {
  background-image: url("/images/common/asc.png"); }

.doc {
  background: url("/images/common/doc.png") no-repeat 0 center;
  white-space: nowrap;
  padding-left: 18px;
  line-height: 16px; }

.loginBox {
  width: 100%;
  max-width: 360px;
  margin: 115px auto 0; }
  .loginBox .grid, .loginBox .profile, .loginBox .subInfo {
    color: #262626;
    padding: 15px 50px 30px;
    text-align: center; }
    .loginBox .grid .remark, .loginBox .profile .remark, .loginBox .subInfo .remark {
      color: #5f5f5f;
      margin: 0; }
    .loginBox .grid a.remark:hover, .loginBox .profile a.remark:hover, .loginBox .subInfo a.remark:hover {
      color: #8bc430; }
    .loginBox .grid p.remark, .loginBox .profile p.remark, .loginBox .subInfo p.remark {
      text-align: left; }
    .loginBox .grid .form, .loginBox .profile .form, .loginBox .subInfo .form {
      text-align: left;
      padding: 0 0 20px;
      margin: 0; }
      .loginBox .grid .form .title, .loginBox .profile .form .title, .loginBox .subInfo .form .title {
        color: #333333;
        width: 110px;
        margin: 0 auto 1.25rem;
        font-weight: bold;
        display: block;
        padding: 3px 0;
        text-align: center;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        -o-background-clip: padding-box;
        -ms-background-clip: padding-box;
        background-clip: padding-box; }
      .loginBox .grid .form .subTitle, .loginBox .profile .form .subTitle, .loginBox .subInfo .form .subTitle {
        font-weight: bold;
        margin-top: 0; }
      .loginBox .grid .form .inputTxt, .loginBox .profile .form .inputTxt, .loginBox .subInfo .form .inputTxt {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 5px; }
      .loginBox .grid .form .btn, .loginBox .profile .form .btn, .loginBox .subInfo .form .btn {
        margin: auto; }
      .loginBox .grid .form .code, .loginBox .profile .form .code, .loginBox .subInfo .form .code {
        margin-bottom: 15px; }
        .loginBox .grid .form .code img, .loginBox .profile .form .code img, .loginBox .subInfo .form .code img {
          display: inline-block;
          vertical-align: middle;
          width: 140px;
          margin-right: 15px; }
      .loginBox .grid .form div.tac, .loginBox .profile .form div.tac, .loginBox .subInfo .form div.tac, .loginBox .grid .form .menu div.logo, .menu .loginBox .grid .form div.logo, .loginBox .profile .form .menu div.logo, .menu .loginBox .profile .form div.logo, .loginBox .subInfo .form .menu div.logo, .menu .loginBox .subInfo .form div.logo, .loginBox .grid .form .menu div.btn-role, .menu .loginBox .grid .form div.btn-role, .loginBox .profile .form .menu div.btn-role, .menu .loginBox .profile .form div.btn-role, .loginBox .subInfo .form .menu div.btn-role, .menu .loginBox .subInfo .form div.btn-role, .loginBox .grid .form .menu div.btn-history, .menu .loginBox .grid .form div.btn-history, .loginBox .profile .form .menu div.btn-history, .menu .loginBox .profile .form div.btn-history, .loginBox .subInfo .form .menu div.btn-history, .menu .loginBox .subInfo .form div.btn-history, .loginBox .grid .form div.cover, .loginBox .profile .form div.cover, .loginBox .subInfo .form div.cover, .loginBox .grid .form .cover .front div.home-slider, .cover .front .loginBox .grid .form div.home-slider, .loginBox .profile .form .cover .front div.home-slider, .cover .front .loginBox .profile .form div.home-slider, .loginBox .subInfo .form .cover .front div.home-slider, .cover .front .loginBox .subInfo .form div.home-slider, .loginBox .grid .form .cover .front .home-slider .swiper-slide div.icon, .cover .front .home-slider .swiper-slide .loginBox .grid .form div.icon, .loginBox .profile .form .cover .front .home-slider .swiper-slide div.icon, .cover .front .home-slider .swiper-slide .loginBox .profile .form div.icon, .loginBox .subInfo .form .cover .front .home-slider .swiper-slide div.icon, .cover .front .home-slider .swiper-slide .loginBox .subInfo .form div.icon, .loginBox .grid .form .front-content div.btn-close, .front-content .loginBox .grid .form div.btn-close, .loginBox .profile .form .front-content div.btn-close, .front-content .loginBox .profile .form div.btn-close, .loginBox .subInfo .form .front-content div.btn-close, .front-content .loginBox .subInfo .form div.btn-close, .loginBox .grid .form .banner-style-2 div.txt, .banner-style-2 .loginBox .grid .form div.txt, .loginBox .profile .form .banner-style-2 div.txt, .banner-style-2 .loginBox .profile .form div.txt, .loginBox .subInfo .form .banner-style-2 div.txt, .banner-style-2 .loginBox .subInfo .form div.txt, .loginBox .grid .form div.home-pagination, .loginBox .profile .form div.home-pagination, .loginBox .subInfo .form div.home-pagination, .loginBox .grid .form div.gallery-pagination, .loginBox .profile .form div.gallery-pagination, .loginBox .subInfo .form div.gallery-pagination, .loginBox .grid .form div.events-pagination, .loginBox .profile .form div.events-pagination, .loginBox .subInfo .form div.events-pagination, .loginBox .grid .form .member-profile div.title.green-box, .member-profile .loginBox .grid .form div.title.green-box, .loginBox .profile .form .member-profile div.title.green-box, .member-profile .loginBox .profile .form div.title.green-box, .loginBox .subInfo .form .member-profile div.title.green-box, .member-profile .loginBox .subInfo .form div.title.green-box, .loginBox .grid .form .popup .content div.btn-close, .popup .content .loginBox .grid .form div.btn-close, .loginBox .profile .form .popup .content div.btn-close, .popup .content .loginBox .profile .form div.btn-close, .loginBox .subInfo .form .popup .content div.btn-close, .popup .content .loginBox .subInfo .form div.btn-close, .loginBox .grid .form .organistion-chart > div div.content, .organistion-chart > div .loginBox .grid .form div.content, .loginBox .profile .form .organistion-chart > div div.content, .organistion-chart > div .loginBox .profile .form div.content, .loginBox .subInfo .form .organistion-chart > div div.content, .organistion-chart > div .loginBox .subInfo .form div.content {
        margin-bottom: 15px; }

.profile {
  margin-top: 0;
  padding-top: 0; }
  .profile ul.lsn li {
    padding-left: 0;
    background: none; }

.subInfo {
  margin-top: 0;
  padding-top: 0; }
  .subInfo .stylish-table th, .subInfo .stylish-table td {
    padding: 10px 18px; }
  .subInfo .stylish-table thead th, .subInfo .stylish-table thead td {
    text-align: center; }

.intraSearch select, .intraSearch input[type='text'] {
  width: 99%; }
.intraSearch td {
  white-space: nowrap; }


.intraForm td input, .intraForm td select {
  width: 100%; }
.intraForm td input[type="checkbox"], .intraForm td input[type="radio"] {
  width: auto; }
.intraForm td .labelCheckbox input[type="number"] {
  width: 50px;
  height: 20px;
  line-height: 20px; }
.intraForm td .labelCheckbox input[type="text"] {
  width: 50%;
  height: 20px;
  line-height: 20px; }
.intraForm td.checkboxData td {
  vertical-align: top; }
  .intraForm td.checkboxData td .labelCheckbox input {
    vertical-align: top; }
  .intraForm td.checkboxData td .labelCheckbox span {
    line-height: 1.2em;
    display: inline-block;
    width: 80%;
    vertical-align: top; }
.intraForm td.checkboxTitle {
  vertical-align: top;
  padding-top: 0; }

.header-m { display: none; }
.dropdown-m { display: none; }
.seq-m { display: none; }

@media (max-width: 1024px) {
  .form table tbody tr th {
    display: inline-block; }
  .form table tbody tr td {
    width: 100%;
    display: block; }
  .form table.stylish-table tbody tr th, .form table.stylish-table tbody tr td {
    width: auto;
    display: table-cell; }
  .form .checkbox table td {
    width: auto;
    display: table-cell; }
  .form .score .rank {
    margin-bottom: 10px; }
  .form .score.withRadio .subject {
    height: auto; }
  .form .score.withRadio br {
    display: none; }
  .form .score.withRadio .labelRadio {
    margin-left: 10px; }

  .banner-style-1 .txt, .banner-style-2 .txt, .banner-style-3 .txt {
    padding: 10px; }
    .banner-style-1 .txt .title, .banner-style-2 .txt .title, .banner-style-3 .txt .title {
      font-size: 20px; }
    .banner-style-1 .txt .content, .banner-style-2 .txt .content, .banner-style-3 .txt .content {
      font-size: 14px;
      margin-bottom: 5px; }

  .level > div {
    width: 100%; }
 }
@media (max-width: 768px) {
  .mobileShow {
    display: block !important; }

  body {
    overflow-x: hidden;
    width: 100%;
    height: 100%; }

  .menu {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    left: -240px;
    padding-top: 0; }
    .menu .logo {
      width: 60px;
      overflow: hidden; }
    .menu .btn-role, .menu .btn-history {
      background-color: #cccccc;
      width: 95%;
      display: block;
      margin: 15px auto;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      -o-background-clip: padding-box;
      -ms-background-clip: padding-box;
      background-clip: padding-box;
      padding: 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      height: auto; }
      .menu .btn-role img, .menu .btn-role .ico, .menu .btn-history img, .menu .btn-history .ico {
        display: inline-block;
        margin-right: 10px; }
    .menu .firstLv {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      height: 100%;
      overflow-y: auto;
      width: 100%; }
    .menu nav {
      border-left: 0; }
	  .menu nav li a > img {
          display:none; } 
	          .menu nav li a > span {
          width: 60%;display:block;text-decoration: underline;line-height:3em; } 
    .menu.role .firstLv nav li .icon {
      margin-right: 10px; }
	  
.footer {display:block;}

  .container {
    padding-left: 0;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 20px;
    position: relative;
    left: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in; }
    .container .innerwrapper {
      padding-top: 0;
      padding-left: 0; }

	.btn.examination_result {	width: 100%; }
	.btn.relevant_notice {	width: 100%; }
	.btn.areaofstudy {	width: 100%; }
	.dropdown-m{display:block;}
	.seq-m { display: block;float:left;}
	 
  .scrolling .header-m {
    position: fixed; }

  .header-m {
    position: relative;
    left: 0;
    top: 0;
    background: white;
    width: 100%;
    display: inline-block;
    z-index: 300;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1); }
    .header-m .logo {
      display: inline-block;
      width: 15%;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      max-width: 192px; }
      .header-m .logo img {
        width: 100%;
        display: block;
        margin: 0; }
    .header-m .btn-menu, .header-m .btn-tool {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      left: 2%;
      width: 3.2%;
      display: inline-block; }
      .header-m .btn-menu img, .header-m .btn-tool img {
        width: 100%;
        display: block;
        margin: 0; }
    .header-m .btn-tool {
      right: 2%;
      left: auto; }

  .showMenu {
    height: 100%;
    width: 100%;
    overflow: hidden !important; }
    .showMenu .menu {
      left: 0; }
      .showMenu .menu .firstLv {
        border-left: 5px #8bc430 solid; }
    .showMenu .container {
      left: 240px; }
    .showMenu .header-m {
      left: 240px; }

  .mobileImg100p {
    margin: 1.25rem 0;
    width: 100%;
    float: none; }

  .top-tool {
    display: none; }

  .top-tool-mobile {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 300;
    top: -390px;
    height: 390px;
    background-color: #5f5f5f;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    display: block; }
    .top-tool-mobile .tool-search {
      width: 100%;
      padding: 0 10px;
      height: 30px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      -o-background-clip: padding-box;
      -ms-background-clip: padding-box;
      background-clip: padding-box;
      background: url("../images/ui/bg-search-m.jpg") white right center no-repeat;
      background-size: auto 100% !important; }
    .top-tool-mobile .font-size {
      display: none; }
    .top-tool-mobile p {
      margin: 0 0 10px;
      font-size: 25px;
      color: #ffffff;
      line-height: 1.2em;
      text-transform: uppercase; }
    .top-tool-mobile .contact-wrapper, .top-tool-mobile .language-wrapper, .top-tool-mobile .search-wrapper, .top-tool-mobile .social-media-wrapper {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      padding: 2.5% 4.5%; }
    .top-tool-mobile .language-wrapper, .top-tool-mobile .contact-wrapper {
      display: inline-block; }
    .top-tool-mobile .search-wrapper {
      background-color: #454545; }
    .top-tool-mobile .contact-wrapper, .top-tool-mobile .language-wrapper {
      border-right: 1px  #6a6869 solid;
      width: 50%; }
      .top-tool-mobile .contact-wrapper .btn-contact, .top-tool-mobile .contact-wrapper .btn-lang, .top-tool-mobile .language-wrapper .btn-contact, .top-tool-mobile .language-wrapper .btn-lang {
        width: 22%;
        position: relative;
        background-image: url(/images/ico/mobile/btn-lang.png);
        background-size: 100% 100% !important;
        font-size: 28px;
        color: #6a6869; }
        .top-tool-mobile .contact-wrapper .btn-contact:hover, .top-tool-mobile .contact-wrapper .btn-contact.active, .top-tool-mobile .contact-wrapper .btn-lang:hover, .top-tool-mobile .contact-wrapper .btn-lang.active, .top-tool-mobile .language-wrapper .btn-contact:hover, .top-tool-mobile .language-wrapper .btn-contact.active, .top-tool-mobile .language-wrapper .btn-lang:hover, .top-tool-mobile .language-wrapper .btn-lang.active {
          background-image: url(/images/ico/mobile/btn-lang-active.png);
          color: #454545; }
        .top-tool-mobile .contact-wrapper .btn-contact .txt, .top-tool-mobile .contact-wrapper .btn-lang .txt, .top-tool-mobile .language-wrapper .btn-contact .txt, .top-tool-mobile .language-wrapper .btn-lang .txt {
          position: relative;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          position: absolute; }
        .top-tool-mobile .contact-wrapper .btn-contact img, .top-tool-mobile .contact-wrapper .btn-lang img, .top-tool-mobile .language-wrapper .btn-contact img, .top-tool-mobile .language-wrapper .btn-lang img {
          width: 100%; }
        .btn-lang div {width: 100%;height:48px; }
      .top-tool-mobile .contact-wrapper .btn-contact, .top-tool-mobile .language-wrapper .btn-contact {
        background-image: url(/images/ico/mobile/btn-contact.png); }
        .top-tool-mobile .contact-wrapper .btn-contact:hover, .top-tool-mobile .contact-wrapper .btn-contact.active, .top-tool-mobile .language-wrapper .btn-contact:hover, .top-tool-mobile .language-wrapper .btn-contact.active {
          background-image: url(/images/ico/mobile/btn-contact-active.png);
          color: #454545; }
    .top-tool-mobile .contact-wrapper {
      border-right: 0;
      width: 48%; }
    .top-tool-mobile .social-media-wrapper {
      border-top: 1px #6a6869 solid; }
      .top-tool-mobile .social-media-wrapper .btn-fb, .top-tool-mobile .social-media-wrapper .btn-youtube, .top-tool-mobile .social-media-wrapper .btn-instagram, .top-tool-mobile .social-media-wrapper .btn-twitter, .top-tool-mobile .social-media-wrapper .btn-linkedin, .top-tool-mobile .social-media-wrapper .btn-wiki {
        background-size: 100% 100%;
        width: 11%; }
        .top-tool-mobile .social-media-wrapper .btn-fb img, .top-tool-mobile .social-media-wrapper .btn-youtube img, .top-tool-mobile .social-media-wrapper .btn-instagram img, .top-tool-mobile .social-media-wrapper .btn-twitter img, .top-tool-mobile .social-media-wrapper .btn-linkedin img, .top-tool-mobile .social-media-wrapper .btn-wiki img {
          width: 100%; }
      .top-tool-mobile .social-media-wrapper .btn-fb {
        background-image: url(/images/ico/mobile/btn-fb.png); }
        .top-tool-mobile .social-media-wrapper .btn-fb:hover, .top-tool-mobile .social-media-wrapper .btn-fb.active {
          background-image: url(/images/ico/mobile/btn-fb-active.png) !important; }
      .top-tool-mobile .social-media-wrapper .btn-youtube {
        background-image: url(/images/ico/mobile/btn-youtube.png); }
        .top-tool-mobile .social-media-wrapper .btn-youtube:hover, .top-tool-mobile .social-media-wrapper .btn-youtube.active {
          background-image: url(/images/ico/mobile/btn-youtube-active.png) !important; }
      .top-tool-mobile .social-media-wrapper .btn-instagram {
        background-image: url(/images/ico/mobile/btn-instagram.png); }
        .top-tool-mobile .social-media-wrapper .btn-instagram:hover, .top-tool-mobile .social-media-wrapper .btn-instagram.active {
          background-image: url(/images/ico/mobile/btn-instagram-active.png) !important; }
      .top-tool-mobile .social-media-wrapper .btn-twitter {
        background-image: url(/images/ico/mobile/btn-twitter.png); }
        .top-tool-mobile .social-media-wrapper .btn-twitter:hover, .top-tool-mobile .social-media-wrapper .btn-twitter.active {
          background-image: url(/images/ico/mobile/btn-twitter-active.png) !important; }
      .top-tool-mobile .social-media-wrapper .btn-linkedin {
        background-image: url(/images/ico/mobile/btn-linkedin.png); }
        .top-tool-mobile .social-media-wrapper .btn-linkedin:hover, .top-tool-mobile .social-media-wrapper .btn-linkedin.active {
          background-image: url(/images/ico/mobile/btn-linkedin-active.png) !important; }
      .top-tool-mobile .social-media-wrapper .btn-wiki {
        background-image: url(/images/ico/mobile/btn-wiki.png); }
        .top-tool-mobile .social-media-wrapper .btn-wiki:hover, .top-tool-mobile .social-media-wrapper .btn-wiki.active {
          background-image: url(/images/ico/mobile/btn-wiki-active.png) !important; }

  .showTool {
    height: 100%;
    overflow: hidden; }
    .showTool .top-tool-mobile {
      top: 0; }
    .showTool .header-m {
      top: 390px; }

  .footer {
    text-align: center;
    line-height: 1.2em;
    padding-top: 10px;
    position: relative !important; }
    .footer .copyright {
      display: block;
      margin: 0 auto; }
    .footer .logo {
      margin: 10px auto; }

  .btn-top {
    display: none; }

  .breadcrumb {
    padding: 0; }

  .tabSlider {
    display: none; }

  .tab2 {
    background: none; }
    .tab2 .date {
      width: 100%; }
      .tab2 .date::before, .tab2 .date::after {
        clear: both;
        display: table;
        content: ""; }
      .tab2 .date select {
        width: 48%;
        background-color: white;
        border: 1px #e8e8e8 solid; }
        .tab2 .date select:first-child {
          float: left; }
        .tab2 .date select:last-child {
          float: right; }
    .tab2 .topic {
      display: none; }
    .tab2 select.topic {
      display: block;
      width: 100%; }

  .events-slider .swiper-slide {
    background: none !important;
    margin: 0; }
  .events-slider .swiper-button-prev, .events-slider .swiper-button-next {
    display: none; }

  .home {
    height: auto;
    overflow: auto; }
    .home .container {
      padding-top: 0; }
    .home .cover {
      width: 100%;
      overflow: hidden; }
      .home .cover .btn-video {
        display: none; }
      .home .cover .front .swiper-button-prev, .home .cover .front .swiper-button-next, .home .cover .front .home-pagination {
        display: none !important; }
    .home .footer {
      position: relative !important; }

  .front-content {
    padding-left: 0;
    padding-right: 0; }

  .thumbnail-grid .details {
    margin-left: -10px; }

  .annual-report select {
    margin-bottom: 5px; }
  .annual-report .topic {
    margin-top: 0; }

  .form table tbody tr td {
    width: 100%;
    display: block; }
  .form .checkbox table td {
    width: auto;
    display: table-cell; }

  .grid, .profile, .subInfo {
    padding-left: 10px;
    padding-right: 10px; }

  .sitemap > div {
    width: 49%; }

  .gallery-slider {
    display: none; }

  .gallery-slider-m {
    display: block; }
    .gallery-slider-m .swiper-slide {
      width: 32.3%; }
      .gallery-slider-m .swiper-slide a img {
        max-width: 100%; }

  .form {
    padding: 0; }
    .form .date > div {
      width: 32%; }
    .form .btn {
      width: 100%; }

  .address > div {
    width: 100% !important;
    text-align: left; }

  .event-grid a {
    width: 100%; }
    .event-grid a::before, .event-grid a::after {
      clear: both;
      display: table;
      content: ""; }
    .event-grid a img, .event-grid a .caption {
      float: left;
      display: inline-block; }
    .event-grid a img {
      width: 45%; }
    .event-grid a .caption {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      width: 55%;
      padding: 0 0 0 15px;
      background: none; }
      .event-grid a .caption .btn {
        display: inline-block; }
    .event-grid a:hover .caption {
      background: none; }
      .event-grid a:hover .caption .date {
        color: #5f5f5f; }
      .event-grid a:hover .caption .content {
        color: #333333; }
      .event-grid a:hover .caption .topic {
        color: #8bc430; }

  .popup .content {
    max-width: 80%; }
    .popup .content img.setMaxWidth {
      max-width: 100%; } }
@media (min-width: 769px) and (max-width: 1024px) {
  .menu .logo {
    margin: 0; }}
@media (max-width: 640px) {
  .header-m .logo {
    width: 30%; }
  .header-m .btn-menu, .header-m .btn-tool {
    width: 7.2%; }

  .organistion-chart > div {
    width: 100%; } }
@media (max-width: 480px) {
  .top-tool-mobile {
    top: -280px;
    height: 280px; }

  .showTool .header-m {
    top: 280px; }

  .banner-style-1 .txt, .banner-style-2 .txt, .banner-style-3 .txt {
    padding: 5px; }
    .banner-style-1 .txt .title, .banner-style-2 .txt .title, .banner-style-3 .txt .title {
      font-size: 20px; }
    .banner-style-1 .txt .content, .banner-style-2 .txt .content, .banner-style-3 .txt .content {
      font-size: 14px;
      margin-bottom: 0;
      letter-spacing: 0.2px;
      text-transform: none; }
    .banner-style-1 .txt .btn, .banner-style-2 .txt .btn, .banner-style-3 .txt .btn {
      max-width: 100%; }

  .banner-style-1 .txt .title {
    font-size: 30px; }
  .banner-style-1 .txt .content {
    font-size: 20px; }

  .sitemap > div {
    width: 100%; } }
.ie9 .gallery-slider {
  display: none !important; }
.ie9 .gallery-slider-m {
  display: block !important; }
  .ie9 .gallery-slider-m .swiper-slide {
    width: 32.3% !important; }
    .ie9 .gallery-slider-m .swiper-slide a img {
      max-width: 100% !important;
      width: 100% !important; }

@media (max-height: 800px) and (min-width: 768px) {
  .menu {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 128px; } 
 .menu nav li a span {
          display: none;
 }
    .menu .logo {
      width: 154px;
      overflow: hidden; }
    .menu .btn-role, .menu .btn-history {
      background-color: #cccccc;
      width: 95%;
      display: block;
      margin: 15px auto;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      -o-background-clip: padding-box;
      -ms-background-clip: padding-box;
      background-clip: padding-box;
      padding: 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      height: auto; }
      .menu .btn-role img, .menu .btn-role .ico, .menu .btn-history img, .menu .btn-history .ico {
        display: inline-block;
        margin-right: 10px; }
    .menu .firstLv {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      height: 100%;
      overflow-y: auto;
      width: 100%; }
    .menu nav {
      border-left: 0;
      padding-right: 0px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; } 
      .menu nav li .submenu {
        position: relative;
        left: 0;
        top: 0;
        z-index: 0;
        padding-top: 0;
        width: 100%;
        display: none; }
        .menu nav li .submenu h3 {
          margin: 0;
          display: none; }
        .menu nav li .submenu ul li {
          border-top: 1px #6a6869 solid; }
          .menu nav li .submenu ul li a {
            padding-left: 30px;
            background: url("/images/common/arrow-grey-down-submenu.png") right center no-repeat;
            background-size: 10% auto !important; }
            .menu nav li .submenu ul li a:hover, .menu nav li .submenu ul li a.active {
              background-image: url("/images/common/arrow-grey-up-submenu.png"); }
        .menu nav li .submenu.lv2 {
          background-color: #5f5f5f; }
          .menu nav li .submenu.lv2 ul li a {
            padding-left: 20px; }
        .menu nav li .submenu.lv3 {
          background-color: #6a6869; }
          .menu nav li .submenu.lv3 ul li a {
            padding-left: 40px; }
        .menu nav li .submenu.lv4 {
          background-color: #707070; }
          .menu nav li .submenu.lv4 ul li a {
            padding-left: 60px; }
    .menu.role .firstLv nav li .icon {
      margin-right: 10px;
      display: none !important; } }
@media print {
  .container .innerwrapper {
    max-width: 6500px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

  .header-m {
    display: block; }
    .header-m .btn-tool, .header-m .btn-menu {
      display: none; }
    .header-m .logo {
      width: 15%;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      left: 0 !important; }

  .top-tool, .top-tool-mobile {
    display: none; }

  .mobileImg100p {
    width: auto !important;
    max-width: 100%; }

  .menu {
    display: none; } }
	


.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
.dropdown {margin:0px;padding:0px;}
.dropdown a, .dropdown a:visited { color:#816c5b; text-decoration:none; outline:none;}
.dropdown a:hover { color:#5d4617;}
.dropdown dt a:hover { color:#5d4617; border: 1px solid #d0c9af;}
.dropdown dt a {background:#ffffff url(/images/arrow.png) no-repeat scroll right center; display:block; padding-right:2em;border:1px solid #d4ca9a; width:95%; padding:3px;}
.dropdown dt a span {cursor:pointer; display:block;}
.dropdown dd ul { background:#e4dfcb none repeat scroll 0 0; border:1px solid #d4ca9a; color:#C5C0B0; display:none;left:0px; padding:1px 0px; position:absolute; top:1px; width:95%;  list-style:none;}
.dropdown dd ul li { background:url();padding-left:0px;margin-bottom: 1px;padding-right:2px;}

.dropdown span.value { display:none;}
.dropdown dd ul li a { padding:1px; display:block;}
.dropdown dd ul li a:hover { background-color:#d0c9af;}

.dropdown img.flag { border:none; vertical-align:middle; margin-left:10px; }
		

/*new styles added 2020-02-25 from header.php*/
form[name="frm1"] {
  margin:0;
  padding:0;
}
table.login { width: 90%; border-collapse: collapse;background-color: #0064c3;color:#ffffff; } 
table.login tr:nth-of-type(even) { background: #0064c3;color:#ffffff; }
table.login td {padding: 6px;  text-align: left; }
table.login td { text-align: left; padding-left:10px;border: 0px solid #ffffff;} 
table.login tr:hover {background-color: #0064c3;color:#ffffff;}
table.login tr {cursor: auto;}	
.top-banner2 > div {
    float: left;
    width: 63%;
}
table.login tr:nth-child(3) td > div {
    font-size:8px
}
.top-tool.desktopShow {
  max-width: 1280px;
}
label[for="login_name2"], label[for="password2"] {
  display: none;
}
.menu .firstLv div{
  margin-left: 24px;margin-top: 20px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide img{
  width:100%;
}
.innerwrapper .margin_top {
  margin-top: 40px;
}

marquee {
  background-color: #FFDDBB;
  padding-block: 5px;
  cursor: pointer;
  position: fixed;
  top: 0;
  max-width: 1280px;
  z-index: 500;
}

.marquee-modal {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.marquee-modal .modal-content {
  background-color: white;
  padding: 20px;
  width: 80%;
  max-width: 600px;
  position: relative;
  max-height: 90dvh;
  overflow-y: auto;
}

.marquee-modal .modal-content a {
  word-break: break-all;
}

.marquee-modal .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
}

.marquee-modal .modal-content p {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .marquee-modal .modal-content {
    padding-inline: 40px;
  }
  .marquee-modal .modal-content p {
    font-size: 18px;
    margin-bottom: 3rem;
  }
}