@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Project Name: taiwantrade.com.tw    
    Description: taiwantrade
    Author: yunshou
    Version: 1
    LESS Stylesheet
    
-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------

	variables.less

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Base Colors
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Line Height Variables
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Margins
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Font Families
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Font Sizes
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------
	mixins.less
-----------------------------------------------------------------------------------*/
/* Portfolio Item Size Builder
-----------------------------------------------------------------*/
/* Shop Item Size Builder
-----------------------------------------------------------------*/
/* Blog Grid Item Size Builder
-----------------------------------------------------------------*/
/* Other Mixins
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------

	layouts.less

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Sections
-----------------------------------------------------------------*/
.section .container {
  z-index: 2;
}
.section .container + .video-wrap {
  z-index: 1;
}
.parallax {
  background-color: transparent;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  overflow: hidden;
}
.mobile-parallax,
.video-placeholder {
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: center center;
}
/* ----------------------------------------------------------------
	Columns & Grids
-----------------------------------------------------------------*/
.col_full {
  width: 100%;
}
.col_half {
  width: 48%;
}
.col_one_third {
  width: 30.63%;
}
.col_two_third {
  width: 65.33%;
}
.col_one_fourth {
  width: 22%;
}
.col_three_fourth {
  width: 74%;
}
.col_one_fifth {
  width: 16.8%;
}
.col_two_fifth {
  width: 37.6%;
}
.col_three_fifth {
  width: 58.4%;
}
.col_four_fifth {
  width: 79.2%;
}
.col_one_sixth {
  width: 13.33%;
}
.col_five_sixth {
  width: 82.67%;
}
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
  display: block;
  position: relative;
  margin-right: 4%;
  margin-bottom: 15px;
  float: left;
}
.col_full {
  clear: both;
  float: none;
  margin-right: 0;
}
.col_last {
  margin-right: 0 !important;
  clear: right;
}
/*-----------------------------------------------------------------------------------

	typography.less

-----------------------------------------------------------------------------------*/
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}
::selection {
  background: #555;
  color: #FFF;
  text-shadow: none;
}
::-moz-selection {
  background: #555;
  /* Firefox */
  color: #FFF;
  text-shadow: none;
}
::-webkit-selection {
  background: #555;
  /* Safari */
  color: #FFF;
  text-shadow: none;
}
:active,
:focus {
  outline: none !important;
}
/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/
body {
  line-height: 1.5;
  color: #555;
  font-size: 14px;
  font-family: 'Lato', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
}
a {
  text-decoration: none;
  color: #555;
}
a:hover,
a:focus {
  color: #ed5565;
  text-decoration: none;
}
a img {
  border: none;
}
img {
  max-width: 100%;
}
iframe {
  border: none !important;
}
/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  font-weight: 600;
  line-height: 1.5;
  font-family: 'Lato', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
}
h5,
h6 {
  margin-bottom: 20px;
}
h1 {
  font-size: 36px;
}
.title h1 {
  font-size: 30px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
h4 {
  font-weight: 600;
}
h5,
h6 {
  font-weight: bold;
}
h1 > span:not(.nocolor),
h2 > span:not(.nocolor),
h3 > span:not(.nocolor),
h4 > span:not(.nocolor),
h5 > span:not(.nocolor),
h6 > span:not(.nocolor) {
  color: #ffc61e;
}
/*
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin-bottom: 30px; }
*/
small {
  font-family: 'Lato', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
}
#wrapper {
  position: relative;
  float: none;
  margin: 0 auto;
  background-color: #FFF;
}
h2.SectionTitle {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  border-bottom: 3px solid #ececec;
  padding-bottom: 7px;
}
h2.SectionTitle:before {
  position: absolute;
  margin: auto;
  display: block;
  bottom: -3px;
  content: '';
  border-bottom: 3px solid #ffc61e;
  width: 135px;
  margin-left: 0;
}
h2.SectionTitle a {
  font-size: 20px;
}
h2.SectionTitle a i {
  margin-left: 12px;
  font-size: 15px;
  vertical-align: text-bottom;
}
h2.SectionTitle.hasTabs {
  border-bottom: 0px;
}
h2.SectionTitle.hasTabs:before {
  position: absolute;
  margin: auto;
  display: block;
  bottom: -3px;
  content: '';
  border-bottom: 0px;
  width: 0px;
  margin-left: 0;
}
h2.SectionTitle.colorborder {
  border-bottom: 3px solid #ffc61e;
}
h2.SectionTitle.colorborder:before {
  border-bottom: 0px;
}
h2.SectionTitle.nocolor:before {
  border-bottom: 0px;
}
.text-color-primary {
  color: #ffc61e;
}
.text-primary {
  color: #ffc61e;
}
.text-color-red {
  color: red;
}
.text-red {
  color: red;
}
.fancy-title {
  position: relative;
  margin-bottom: 30px;
}
.fancy-title h1,
.fancy-title h2,
.fancy-title h3,
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
  position: relative;
  display: inline-block;
  background-color: #FFF;
  padding-right: 15px;
  margin-bottom: 0;
}
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
  padding-right: 10px;
}
.fancy-title.title-border-color:before,
.fancy-title.title-border:before,
.fancy-title.title-double-border:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 3px double #E5E5E5;
  left: auto;
  top: 46%;
  right: 0;
}
.fancy-title.title-border:before {
  top: 49%;
  border-top: 1px solid #EEE;
}
.fancy-title.title-border-color:before {
  top: 49%;
  border-top: 1px solid #ffc61e;
  opacity: 0.6;
}
.title-center {
  text-align: center;
}
.title-center h1,
.title-center h2,
.title-center h3 {
  padding: 0 15px;
}
.title-center h4,
.title-center h5,
.title-center h6 {
  padding: 0 10px;
}
.title-right {
  text-align: right;
}
.title-right h1,
.title-right h2,
.title-right h3 {
  padding: 0 0 0 15px;
}
.title-right h4,
.title-right h5,
.title-right h6 {
  padding: 0 0 0 10px;
}
.fancy-title.title-bottom-border h1,
.fancy-title.title-bottom-border h2,
.fancy-title.title-bottom-border h3,
.fancy-title.title-bottom-border h4,
.fancy-title.title-bottom-border h5,
.fancy-title.title-bottom-border h6 {
  display: block;
  background: 0 0;
  padding: 0 0 10px;
  border-bottom: 2px solid #ffc61e;
}
/*-----------------------------------------------------------------------------------

	helpers.less

-----------------------------------------------------------------------------------*/
.img-full {
  width: 100%;
}
.uppercase {
  text-transform: uppercase !important;
}
.lowercase {
  text-transform: lowercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.nott {
  text-transform: none !important;
}
.tright {
  text-align: right !important;
}
.tleft {
  text-align: left !important;
}
.fright {
  float: right !important;
}
.fleft {
  float: left !important;
}
.fnone {
  float: none !important;
}
.li-nostyle {
  list-style: none;
}
.ohidden {
  position: relative;
  overflow: hidden !important;
}
.line,
.double-line {
  clear: both;
  position: relative;
  width: 100%;
  margin: 60px 0;
  border-top: 1px solid #EEE;
}
.line.line-sm,
.double-line.line-sm {
  margin: 30px 0;
}
span.middot {
  display: inline-block;
  margin: 0 5px;
}
.double-line {
  border-top: 3px double #E5E5E5;
}
.emptydiv {
  display: block !important;
  position: relative !important;
}
.allmargin {
  margin: 50px !important;
}
.leftmargin {
  margin-left: 50px !important;
}
.rightmargin {
  margin-right: 50px !important;
}
.topmargin {
  margin-top: 50px !important;
}
.bottommargin {
  margin-bottom: 50px !important;
}
.clear-bottommargin {
  margin-bottom: -50px !important;
}
.allmargin-sm {
  margin: 30px !important;
}
.leftmargin-sm {
  margin-left: 30px !important;
}
.rightmargin-sm {
  margin-right: 30px !important;
}
.topmargin-sm {
  margin-top: 30px !important;
}
.bottommargin-sm {
  margin-bottom: 30px !important;
}
.clear-bottommargin-sm {
  margin-bottom: -30px !important;
}
.allmargin-lg {
  margin: 80px !important;
}
.leftmargin-lg {
  margin-left: 80px !important;
}
.rightmargin-lg {
  margin-right: 80px !important;
}
.topmargin-lg {
  margin-top: 80px !important;
}
.bottommargin-lg {
  margin-bottom: 80px !important;
}
.clear-bottommargin-lg {
  margin-bottom: -80px !important;
}
.nomargin {
  margin: 0 !important;
}
.noleftmargin {
  margin-left: 0 !important;
}
.norightmargin {
  margin-right: 0 !important;
}
.notopmargin {
  margin-top: 0 !important;
}
.nobottommargin {
  margin-bottom: 0 !important;
}
.header-stick {
  margin-top: -50px !important;
}
.content-wrap .header-stick {
  margin-top: -80px !important;
}
.content-wrap .footer-stick {
  margin-bottom: -80px !important;
}
.noborder {
  border: none !important;
}
.noleftborder {
  border-left: none !important;
}
.norightborder {
  border-right: none !important;
}
.notopborder {
  border-top: none !important;
}
.nobottomborder {
  border-bottom: none !important;
}
.noradius {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.col-padding {
  padding: 60px;
}
.nopadding {
  padding: 0 !important;
}
.noleftpadding {
  padding-left: 0 !important;
}
.norightpadding {
  padding-right: 0 !important;
}
.notoppadding {
  padding-top: 0 !important;
}
.nobottompadding {
  padding-bottom: 0 !important;
}
.noabsolute {
  position: relative !important;
}
.noshadow {
  box-shadow: none !important;
}
.hidden {
  display: none !important;
}
.nothidden {
  display: block !important;
}
.inline-block {
  float: none !important;
  display: inline-block !important;
}
.center {
  text-align: center !important;
}
.divcenter {
  position: relative !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.bgcolor,
.bgcolor #header-wrap {
  background-color: #ffc61e !important;
}
.color {
  color: #ffc61e !important;
}
.border-color {
  border-color: #ffc61e !important;
}
.nobg {
  background: none !important;
}
.nobgcolor {
  background-color: transparent !important;
}
.bgicon {
  display: block;
  position: absolute;
  bottom: -60px;
  right: -50px;
  font-size: 210px;
  color: rgba(0, 0, 0, 0.1);
}
/* MOVING BG -  TESTIMONIALS */
.bganimate {
  -webkit-animation: BgAnimated 30s infinite linear;
  -moz-animation: BgAnimated 30s infinite linear;
  -ms-animation: BgAnimated 30s infinite linear;
  -o-animation: BgAnimated 30s infinite linear;
  animation: BgAnimated 30s infinite linear;
}
@-webkit-keyframes BgAnimated {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 400px;
  }
}
@-moz-keyframes BgAnimated {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 400px;
  }
}
@-ms-keyframes BgAnimated {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 400px;
  }
}
@-o-keyframes BgAnimated {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 400px;
  }
}
@keyframes BgAnimated {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 400px;
  }
}
.input-block-level {
  display: block;
  width: 100% !important;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vertical-middle {
  height: auto !important;
  left: 0;
}
.magnific-max-width .mfp-content {
  max-width: 800px;
}
/* ----------------------------------------------------------------
	Social Icons
-----------------------------------------------------------------*/
.social-icon {
  margin: 0 4px 4px 0;
  color: #fff;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 32px !important;
  display: inline-block;
  text-align: center;
  background-color: #eee;
}
.si-colored {
  border-color: transparent !important;
}
.si-share {
  position: relative;
  padding: 2px;
}
.si-share a{
  padding: 0 2px;
  cursor: pointer; 
}
.si-share span {
  line-height: 36px;
  font-weight: bold;
  font-size: 13px;
}
.si-share div {
  float: right;
}
.si-small {
  margin: 0 2px 4px 0;
  color: #fff;
  text-shadow: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 26px!important;
}
.si-colored.si-facebook {
  background-color: #3B5998 !important;
}
.si-colored.si-facebook:hover {
  color: #3B5998 !important;
  background-color: #e5e5e5 !important;
}
.si-colored.si-blogger {
  background-color: #FC4F08 !important;
}
.si-colored.si-blogger:hover {
  color: #FC4F08 !important;
  background-color: #e5e5e5 !important;
}
.si-colored.si-twitter {
  background-color: #00ACEE !important;
}
.si-colored.si-twitter:hover {
  color: #00ACEE !important;
  background-color: #e5e5e5 !important;
}
.si-colored.si-gplus {
  background-color: #DD4B39 !important;
}
.si-colored.si-gplus:hover {
  color: #DD4B39 !important;
  background-color: #e5e5e5 !important;
}
.si-colored.si-google {
  background-color: #DD4B39 !important;
}
.si-colored.si-google:hover {
  color: #DD4B39 !important;
  background-color: #e5e5e5 !important;
}
.si-colored.si-linkedin {
  background-color: #0E76A8 !important;
}
.si-colored.si-linkedin:hover {
  color: #0E76A8 !important;
  background-color: #e5e5e5 !important;
}
.si-colored.si-email3 {
  background-color: #6567A5 !important;
}
.si-colored.si-email3:hover {
  color: #6567A5 !important;
  background-color: #e5e5e5 !important;
}
.si-colored.si-print {
  background-color: #111 !important;
}
.si-colored.si-print:hover {
  color: #111 !important;
  background-color: #e5e5e5 !important;
}
.si-colored.si-plurk {
  background-color: #CF5A00 !important;
}
.si-colored.si-plurk:hover {
  color: #CF5A00 !important;
  background-color: #e5e5e5 !important;
}
.si-delicious:hover,
.si-colored.si-delicious {
  background-color: #205CC0 !important;
}
.si-paypal:hover,
.si-colored.si-paypal {
  background-color: #00588B !important;
}
.si-flattr:hover,
.si-colored.si-flattr {
  background-color: #F67C1A !important;
}
.si-android:hover,
.si-colored.si-android {
  background-color: #A4C639 !important;
}
.si-smashmag:hover,
.si-colored.si-smashmag {
  background-color: #E53B2C !important;
}
.si-wikipedia:hover,
.si-colored.si-wikipedia {
  background-color: #333 !important;
}
.si-stumbleupon:hover,
.si-colored.si-stumbleupon {
  background-color: #F74425 !important;
}
.si-foursquare:hover,
.si-colored.si-foursquare {
  background-color: #25A0CA !important;
}
.si-call:hover,
.si-colored.si-call {
  background-color: #444 !important;
}
.si-ninetyninedesigns:hover,
.si-colored.si-ninetyninedesigns {
  background-color: #F26739 !important;
}
.si-forrst:hover,
.si-colored.si-forrst {
  background-color: #5B9A68 !important;
}
.si-digg:hover,
.si-colored.si-digg {
  background-color: #191919 !important;
}
.si-spotify:hover,
.si-colored.si-spotify {
  background-color: #81B71A !important;
}
.si-reddit:hover,
.si-colored.si-reddit {
  background-color: #C6C6C6 !important;
}
.si-cc:hover,
.si-colored.si-cc {
  background-color: #688527 !important;
}
.si-dribbble:hover,
.si-colored.si-dribbble {
  background-color: #EA4C89 !important;
}
.si-evernote:hover,
.si-colored.si-evernote {
  background-color: #5BA525 !important;
}
.si-flickr:hover,
.si-colored.si-flickr {
  background-color: #FF0084 !important;
}
.si-instapaper:hover,
.si-colored.si-instapaper {
  background-color: #333 !important;
}
.si-klout:hover,
.si-colored.si-klout {
  background-color: #FF5F52 !important;
}
.si-vk:hover,
.si-colored.si-vk {
  background-color: #2B587A !important;
}
.si-rss:hover,
.si-colored.si-rss {
  background-color: #EE802F !important;
}
.si-skype:hover,
.si-colored.si-skype {
  background-color: #00AFF0 !important;
}
.si-youtube:hover,
.si-colored.si-youtube {
  background-color: #C4302B !important;
}
.si-vimeo:hover,
.si-colored.si-vimeo {
  background-color: #86C9EF !important;
}
.si-aim:hover,
.si-colored.si-aim {
  background-color: #FCD20B !important;
}
.si-yahoo:hover,
.si-colored.si-yahoo {
  background-color: #720E9E !important;
}
.si-macstore:hover,
.si-colored.si-macstore {
  background-color: #333333 !important;
}
.si-myspace:hover,
.si-colored.si-myspace {
  background-color: #666666 !important;
}
.si-podcast:hover,
.si-colored.si-podcast {
  background-color: #E4B21B !important;
}
.si-cloudapp:hover,
.si-colored.si-cloudapp {
  background-color: #525557 !important;
}
.si-dropbox:hover,
.si-colored.si-dropbox {
  background-color: #3D9AE8 !important;
}
.si-ebay:hover,
.si-colored.si-ebay {
  background-color: #89C507 !important;
}
.si-github:hover,
.si-colored.si-github {
  background-color: #171515 !important;
}
.si-googleplay:hover,
.si-colored.si-googleplay {
  background-color: #DD4B39 !important;
}
.si-itunes:hover,
.si-colored.si-itunes {
  background-color: #222 !important;
}
.si-pinboard:hover,
.si-colored.si-pinboard {
  background-color: #0000E6 !important;
}
.si-soundcloud:hover,
.si-colored.si-soundcloud {
  background-color: #FF7700 !important;
}
.si-tumblr:hover,
.si-colored.si-tumblr {
  background-color: #34526F !important;
}
.si-wordpress:hover,
.si-colored.si-wordpress {
  background-color: #1E8CBE !important;
}
.si-yelp:hover,
.si-colored.si-yelp {
  background-color: #C41200 !important;
}
.si-intensedebate:hover,
.si-colored.si-intensedebate {
  background-color: #009EE4 !important;
}
.si-eventbrite:hover,
.si-colored.si-eventbrite {
  background-color: #F16924 !important;
}
.si-scribd:hover,
.si-colored.si-scribd {
  background-color: #666666 !important;
}
.si-stripe:hover,
.si-colored.si-stripe {
  background-color: #008CDD !important;
}
.si-dwolla:hover,
.si-colored.si-dwolla {
  background-color: #FF5C03 !important;
}
.si-statusnet:hover,
.si-colored.si-statusnet {
  background-color: #131A30 !important;
}
.si-acrobat:hover,
.si-colored.si-acrobat {
  background-color: #D3222A !important;
}
.si-drupal:hover,
.si-colored.si-drupal {
  background-color: #27537A !important;
}
.si-buffer:hover,
.si-colored.si-buffer {
  background-color: #333333 !important;
}
.si-pocket:hover,
.si-colored.si-pocket {
  background-color: #EE4056 !important;
}
.si-bitbucket:hover,
.si-colored.si-bitbucket {
  background-color: #0E4984 !important;
}
.si-stackoverflow:hover,
.si-colored.si-stackoverflow {
  background-color: #EF8236 !important;
}
.si-hackernews:hover,
.si-colored.si-hackernews {
  background-color: #FF6600 !important;
}
.si-xing:hover,
.si-colored.si-xing {
  background-color: #126567 !important;
}
.si-instagram:hover,
.si-colored.si-instagram {
  background-color: #3F729B !important;
}
.si-quora:hover,
.si-colored.si-quora {
  background-color: #A82400 !important;
}
.si-openid:hover,
.si-colored.si-openid {
  background-color: #E16309 !important;
}
.si-steam:hover,
.si-colored.si-steam {
  background-color: #111 !important;
}
.si-amazon:hover,
.si-colored.si-amazon {
  background-color: #E47911 !important;
}
.si-disqus:hover,
.si-colored.si-disqus {
  background-color: #E4E7EE !important;
}
.si-plancast:hover,
.si-colored.si-plancast {
  background-color: #222 !important;
}
.si-appstore:hover,
.si-colored.si-appstore {
  background-color: #000 !important;
}
.si-pinterest:hover,
.si-colored.si-pinterest {
  background-color: #C8232C !important;
}
.si-fivehundredpx:hover,
.si-colored.si-fivehundredpx {
  background-color: #111 !important;
}
/* Social Icons Text Color
-----------------------------------------------------------------*/
.si-text-color.si-facebook i {
  color: #3B5998;
}
.si-text-color.si-delicious i {
  color: #205CC0;
}
.si-text-color.si-paypal i {
  color: #00588B;
}
.si-text-color.si-flattr i {
  color: #F67C1A;
}
.si-text-color.si-android i {
  color: #A4C639;
}
.si-text-color.si-smashmag i {
  color: #E53B2C;
}
.si-text-color.si-gplus i {
  color: #DD4B39;
}
.si-text-color.si-wikipedia i {
  color: #333;
}
.si-text-color.si-stumbleupon i {
  color: #F74425;
}
.si-text-color.si-foursquare i {
  color: #25A0CA;
}
.si-text-color.si-call i {
  color: #444;
}
.si-text-color.si-ninetyninedesigns i {
  color: #F26739;
}
.si-text-color.si-forrst i {
  color: #5B9A68;
}
.si-text-color.si-digg i {
  color: #191919;
}
.si-text-color.si-spotify i {
  color: #81B71A;
}
.si-text-color.si-reddit i {
  color: #C6C6C6;
}
.si-text-color.si-blogger i {
  color: #FC4F08;
}
.si-text-color.si-cc i {
  color: #688527;
}
.si-text-color.si-dribbble i {
  color: #EA4C89;
}
.si-text-color.si-evernote i {
  color: #5BA525;
}
.si-text-color.si-flickr i {
  color: #FF0084;
}
.si-text-color.si-google i {
  color: #DD4B39;
}
.si-text-color.si-instapaper i {
  color: #333;
}
.si-text-color.si-klout i {
  color: #FF5F52;
}
.si-text-color.si-linkedin i {
  color: #0E76A8;
}
.si-text-color.si-vk i {
  color: #2B587A;
}
.si-text-color.si-rss i {
  color: #EE802F;
}
.si-text-color.si-skype i {
  color: #00AFF0;
}
.si-text-color.si-twitter i {
  color: #00ACEE;
}
.si-text-color.si-youtube i {
  color: #C4302B;
}
.si-text-color.si-vimeo i {
  color: #86C9EF;
}
.si-text-color.si-aim i {
  color: #FCD20B;
}
.si-text-color.si-yahoo i {
  color: #720E9E;
}
.si-text-color.si-email3 i {
  color: #6567A5;
}
.si-text-color.si-macstore i {
  color: #333333;
}
.si-text-color.si-myspace i {
  color: #666666;
}
.si-text-color.si-podcast i {
  color: #E4B21B;
}
.si-text-color.si-cloudapp i {
  color: #525557;
}
.si-text-color.si-dropbox i {
  color: #3D9AE8;
}
.si-text-color.si-ebay i {
  color: #89C507;
}
.si-text-color.si-github i {
  color: #171515;
}
.si-text-color.si-googleplay i {
  color: #DD4B39;
}
.si-text-color.si-itunes i {
  color: #222;
}
.si-text-color.si-plurk i {
  color: #CF5A00;
}
.si-text-color.si-pinboard i {
  color: #0000E6;
}
.si-text-color.si-soundcloud i {
  color: #FF7700;
}
.si-text-color.si-tumblr i {
  color: #34526F;
}
.si-text-color.si-wordpress i {
  color: #1E8CBE;
}
.si-text-color.si-yelp i {
  color: #C41200;
}
.si-text-color.si-intensedebate i {
  color: #009EE4;
}
.si-text-color.si-eventbrite i {
  color: #F16924;
}
.si-text-color.si-scribd i {
  color: #666666;
}
.si-text-color.si-stripe i {
  color: #008CDD;
}
.si-text-color.si-print i {
  color: #111;
}
.si-text-color.si-dwolla i {
  color: #FF5C03;
}
.si-text-color.si-statusnet i {
  color: #131A30;
}
.si-text-color.si-acrobat i {
  color: #D3222A;
}
.si-text-color.si-drupal i {
  color: #27537A;
}
.si-text-color.si-buffer i {
  color: #333333;
}
.si-text-color.si-pocket i {
  color: #EE4056;
}
.si-text-color.si-bitbucket i {
  color: #0E4984;
}
.si-text-color.si-stackoverflow i {
  color: #EF8236;
}
.si-text-color.si-hackernews i {
  color: #FF6600;
}
.si-text-color.si-xing i {
  color: #126567;
}
.si-text-color.si-instagram i {
  color: #3F729B;
}
.si-text-color.si-quora i {
  color: #A82400;
}
.si-text-color.si-openid i {
  color: #E16309;
}
.si-text-color.si-steam i {
  color: #111;
}
.si-text-color.si-amazon i {
  color: #E47911;
}
.si-text-color.si-disqus i {
  color: #E4E7EE;
}
.si-text-color.si-plancast i {
  color: #222;
}
.si-text-color.si-appstore i {
  color: #000;
}
.si-text-color.si-pinterest i {
  color: #C8232C;
}
.si-text-color.si-fivehundredpx i {
  color: #111;
}
.si-text-color:hover {
  color: #FFF;
}
.si-colored.si-baidu {
  background-color: #3D9AE8 !important;
}
.si-colored.si-baidu:hover {
  color: #0E76A8!important;
  background-color: #e5e5e5!important;
}
.si-colored.si-line {
  background-color: #4ece00 !important;
}
.si-colored.si-line:hover {
  color: #4ece00!important;
  background-color: #e5e5e5!important;
}
.btn {
  padding: 8px 12px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ed5565;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}
.btn-default {
  color: #333;
  background-color: #ececec;
  border-color: transparent;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #ececec;
  border-color: transparent;
}
.btn-default:hover {
  color: #ffc61e;
  background-color: #000;
  border-color: transparent;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ececec;
  border-color: transparent;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: transparent;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-primary {
  color: #000;
  background-color: #ffc61e;
  border-color: transparent;
  border-radius: 0;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #000;
  background-color: #ffc61e;
  border-color: transparent;
}
.btn-primary:hover {
  color: #ffc61e;
  background-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #000;
  background-color: #ffc61e;
  border-color: transparent;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #000;
  background-color: #ffc61e;
  border-color: transparent;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-more {
  padding: 3px 10px;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #ddd;
  margin-bottom: 8px;
}
.btn-more i {
  margin-left: 5px;
  vertical-align: middle;
}
.btn-more:hover {
  color: #ffc61e;
  background-color: #000;
  border-color: transparent;
}
.btn-back {
  padding: 8px 15px;
}
.btn-back i {
  margin-right: 5px;
}
.btn-group,
.btn-group-vertical {
  padding-top: 4px;
  padding-bottom: 3px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 3px;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 3px;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-radius: 3px;
}
.btn-checkbox {
  padding: 2px 10px;
  border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 3px;
  margin-top: 3px;
  color: #333;
  background-color: #e6e6e6;
  border-color: transparent;
}
.btn-checkbox:hover {
  color: #ffc61e;
  background-color: #000000;
}
@media only screen and (max-width: 768px) {
  .btn-checkbox:hover {
    color: #333;
    background-color: #e6e6e6;
  }
}
.btn-checkbox.active {
  color: #000;
  background-color: #ffc61e;
  border-color: transparent;
}
.btn-checkbox:focus,
.btn-checkbox.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: transparent;
}
.btn-inline {
  margin-top: 7px;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 4px;
  margin-right: 0px;
  color: #333;
  background-color: #e6e6e6;
  border-color: transparent;
}
.btn-inline:focus,
.btn-inline.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: transparent;
}
.btn-inline:hover {
  color: #ffc61e;
  background-color: #000;
  border-color: transparent;
}
.btn-inline:active,
.btn-inline.active {
  color: #333;
  background-color: #e6e6e6;
  border-color: transparent;
}
.radio-inline,
.checkbox-inline {
  margin-left: 0px;
  margin-right: 10px;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0px;
}
.button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: 0;
  white-space: nowrap;
  margin: 5px;
  padding: 0 18px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  background-color: #ffc61e;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
body:not(.device-touch) .button {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button-dark {
  background-color: #444;
}
.button-light {
  background-color: #EEE;
  color: #333;
  text-shadow: none !important;
}
.button:hover {
  background-color: #444;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.button.button-dark:hover {
  background-color: #1abc9c;
}
.button.button-mini {
  padding: 0 14px;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
}
.button.button-small {
  padding: 0 15px;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
}
.button.button-large {
  padding: 0 26px;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
}
.button.button-xlarge {
  padding: 0 32px;
  font-size: 18px;
  letter-spacing: 2px;
  height: 52px;
  line-height: 52px;
}
.button.button-desc {
  text-align: left;
  padding: 24px 34px;
  font-size: 22px;
  height: auto;
  line-height: 1;
  font-family: Raleway, sans-serif;
}
.button.button-desc span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: 'Crete Round', serif;
  font-style: italic;
  text-transform: none;
}
.button i {
  position: relative;
  top: 1px;
  line-height: 1;
  margin-right: 5px;
}
.button.tright i {
  margin: 0 0 0 5px;
}
.button-mini i {
  margin-right: 3px;
}
.button-mini.tright i {
  margin: 0 0 0 3px;
}
.button-small i {
  margin-right: 4px;
}
.button-small.tright i {
  margin: 0 0 0 4px;
}
.button-xlarge i {
  top: 2px;
  margin-right: 8px;
}
.button-xlarge.tright i {
  margin: 0 0 0 8px;
}
.button.button-desc i {
  top: 1px;
  font-size: 48px;
  width: 48px;
  text-align: center;
  margin-right: 12px;
}
.button.button-desc.tright i {
  margin: 0 0 0 12px;
}
.button.button-desc div {
  display: inline-block;
}
.button.button-rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.button.button-border {
  border: 2px solid #444;
  background-color: transparent;
  color: #333;
  line-height: 36px;
  font-weight: 600;
  text-shadow: none;
}
.button.button-border.button-mini {
  line-height: 24px;
}
.button.button-border.button-small {
  line-height: 30px;
}
.button.button-border.button-large {
  line-height: 42px;
}
.button.button-border.button-xlarge {
  line-height: 48px;
}
.button.button-border.button-desc {
  line-height: 1;
}
.button.button-border:hover {
  background-color: #444;
  color: #FFF;
  border-color: transparent!important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.button.button-border.button-light {
  border-color: #EEE;
  color: #EEE;
}
.button.button-border.button-light:hover {
  background-color: #EEE;
  color: #333;
  text-shadow: none;
}
.button.button-3d {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.button.button-3d:hover {
  background-color: #1abc9c!important;
  opacity: 0.9;
}
.button.button-3d.button-light:hover,
.button.button-reveal.button-light:hover {
  text-shadow: none;
  color: #333;
}
.button.button-reveal {
  padding: 0 28px;
  overflow: hidden;
}
.button.button-reveal i {
  display: block;
  position: absolute;
  top: 0;
  left: -32px;
  width: 32px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}
.button.button-reveal.button-border i {
  top: -2px;
}
.button.button-reveal.tright i {
  left: auto;
  right: -32px;
}
.button.button-reveal.button-3d i,
.button.button-reveal.button-rounded i {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.button.button-reveal.button-3d.tright i,
.button.button-reveal.button-rounded.tright i {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.button.button-reveal span {
  display: inline-block;
  position: relative;
  left: 0;
}
body:not(.device-touch) .button.button-reveal i,
body:not(.device-touch) .button.button-reveal span {
  -webkit-transition: left .3s ease, right .3s ease;
  -o-transition: left .3s ease, right .3s ease;
  transition: left 0.3s ease, right 0.3s ease;
}
.button.button-reveal.button-mini {
  padding: 0 17px;
}
.button.button-reveal.button-mini i {
  left: -22px;
  width: 22px;
  height: 28px;
  line-height: 28px;
}
.button.button-reveal.button-mini.tright i {
  left: auto;
  right: -22px;
}
.button.button-reveal.button-small {
  padding: 0 22px;
}
.button.button-reveal.button-small i {
  left: -26px;
  width: 26px;
  height: 34px;
  line-height: 34px;
}
.button.button-reveal.button-small.tright i {
  left: auto;
  right: -26px;
}
.button.button-reveal.button-large {
  padding: 0 32px;
}
.button.button-reveal.button-large i {
  left: -38px;
  width: 38px;
  height: 46px;
  line-height: 46px;
}
.button.button-reveal.button-large.tright i {
  left: auto;
  right: -38px;
}
.button.button-reveal.button-xlarge {
  padding: 0 40px;
}
.button.button-reveal.button-xlarge i {
  left: -44px;
  width: 44px;
  height: 52px;
  line-height: 52px;
}
.button.button-reveal.button-xlarge.tright i {
  left: auto;
  right: -44px;
}
.button.button-reveal:hover i {
  left: 0;
}
.button.button-reveal.tright:hover i {
  left: auto;
  right: 0;
}
.button.button-reveal:hover span {
  left: 16px;
}
.button.button-reveal.button-mini:hover span {
  left: 11px;
}
.button.button-reveal.button-small:hover span {
  left: 13px;
}
.button.button-reveal.button-large:hover span {
  left: 19px;
}
.button.button-reveal.button-xlarge:hover span {
  left: 22px;
}
.button.button-reveal.tright:hover span {
  left: -16px;
}
.button.button-reveal.button-mini.tright:hover span {
  left: -11px;
}
.button.button-reveal.button-small.tright:hover span {
  left: -13px;
}
.button.button-reveal.button-large.tright:hover span {
  left: -19px;
}
.button.button-reveal.button-xlarge.tright:hover span {
  left: -22px;
}
.button.button-full {
  display: block!important;
  white-space: normal;
  margin: 0;
  height: auto;
  line-height: 1.6;
  padding: 30px 0;
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.button.button-full.button-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.button.button-full strong {
  font-weight: 600;
  border-bottom: 2px solid #EEE;
}
body:not(.device-touch) .button.button-full strong {
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.button.button-full.button-light strong {
  border-bottom-color: #333;
}
.button.button-full.button-light:hover strong {
  border-bottom-color: #EEE;
}
.button-red {
  background-color: #C02942;
}
.button-3d.button-red:hover,
.button-reveal.button-red:hover {
  background-color: #C02942 !important;
}
.button-teal {
  background-color: #53777A;
}
.button-3d.button-teal:hover,
.button-reveal.button-teal:hover {
  background-color: #53777A !important;
}
.button-yellow {
  background-color: #ECD078;
}
.button-3d.button-yellow:hover,
.button-reveal.button-yellow:hover {
  background-color: #ECD078 !important;
}
.button-green {
  background-color: #59BA41;
}
.button-3d.button-green:hover,
.button-reveal.button-green:hover {
  background-color: #59BA41 !important;
}
.button-brown {
  background-color: #774F38;
}
.button-3d.button-brown:hover,
.button-reveal.button-brown:hover {
  background-color: #774F38 !important;
}
.button-aqua,
.button-start {
  background-color: #40C0CB;
}
.button-3d.button-aqua:hover,
.button-reveal.button-aqua:hover {
  background-color: #40C0CB !important;
}
.button-lime {
  background-color: #AEE239;
}
.button-3d.button-lime:hover,
.button-reveal.button-lime:hover {
  background-color: #AEE239 !important;
}
.button-purple {
  background-color: #5D4157;
}
.button-3d.button-purple:hover,
.button-reveal.button-purple:hover {
  background-color: #5D4157 !important;
}
.button-leaf {
  background-color: #A8CABA;
}
.button-3d.button-leaf:hover,
.button-reveal.button-leaf:hover {
  background-color: #A8CABA !important;
}
.button-pink,
.button-end {
  background-color: #F89FA1;
}
.button-3d.button-pink:hover,
.button-reveal.button-pink:hover {
  background-color: #F89FA1 !important;
}
.button-dirtygreen {
  background-color: #1693A5;
}
.button-3d.button-dirtygreen:hover,
.button-reveal.button-dirtygreen:hover {
  background-color: #1693A5 !important;
}
.button-blue {
  background-color: #1265A8;
}
.button-3d.button-blue:hover,
.button-reveal.button-blue:hover {
  background-color: #1265A8 !important;
}
.button-amber {
  background-color: #EB9C4D;
}
.button-3d.button-amber:hover,
.button-reveal.button-amber:hover {
  background-color: #EB9C4D !important;
}
.button-black {
  background-color: #111;
}
.button-3d.button-black:hover,
.button-reveal.button-black:hover {
  background-color: #111 !important;
}
.button-white {
  background-color: #F9F9F9;
}
.button-3d.button-white:hover,
.button-reveal.button-white:hover {
  background-color: #F9F9F9 !important;
}
.button.button-nohover:hover {
  opacity: inherit!important;
  background-color: inherit!important;
  color: inherit!important;
  border-color: inherit !important;
}
.Button.footer-stick-online {
  margin-bottom: 0px;
}
.Button .Button01 {
  width: 100%;
  margin-bottom: 5px;
}
.Button .Button01 .online {
  float: right;
  width: 180px;
  background-color: #ffc61e;
}
.Button .Button01 .online .pic {
  display: inline-block;
  width: 38px;
  height: 38px;
  float: left;
  background-color: #fff;
  border-radius: 50%;
  margin: 10px 15px 0px;
}
.Button .Button01 .online h5 {
  font-size: 18px;
  margin: 0;
  font-weight: 500;
}
.Button .Button01 .online h5 a {
  padding: 15px 2px 12px 0px;
  display: inline-block;
  color: #fff;
}
.Button .Button01 .online h5 i {
  margin: 0 5px;
}
.navbar {
  border: 0px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: inherit;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: transparent;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #ffc61e;
}
.breadcrumb {
  padding: 8px 15px;
  padding-left: 8px;
  margin-bottom: 10px;
  list-style: none;
  background-color: #fff;
  border-radius: 0px;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "\003e";
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label-primary {
  color: #000;
  background-color: #ffc61e;
}
.label-primary:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .form-horizontal .control-label {
    padding-top: 7px;
  }
}
.pagination {
  margin: 10px auto 20px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > span,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 8px;
  margin-left: 2px;
  margin-right: 2px;
  line-height: 1.42857143;
  color: #555;
  text-decoration: none;
  background-color: #efefef;
  border: 0px;
}
.pagination > span {
  background-color: transparent;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  z-index: 3;
  color: #000;
  background-color: #ffc61e;
  border: 0px;
}
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #000;
  background-color: #efefef;
  border: 0px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #000;
  cursor: default;
  background-color: #ffc61e;
  border: 0px;
}
.form-control {
  border: 2px solid #e1e1e1;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: inherit;
  background-color: #eee;
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
input,
button,
select,
textarea {
  outline: none;
}
*:focus {
  outline: none;
}
.container {
  background: #fff;
}
section {
  margin-bottom: 30px;
}
section:after {
  content: "";
  display: block;
  clear: both;
}
h2,
h3,
h4 {
  clear: both;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 36px;
  line-height: 1;
  opacity: .75;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.accordion {
  margin-bottom: 0px;
}
.acctitle,
.acctitlec {
  display: block;
  position: relative;
  line-height: 24px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #444;
  cursor: pointer;
  border-top: 0px;
  padding: 10px 0 10px 0px;
}
.acctitle {
  overflow: hidden;
}
.acctitle h5 {
  font-size: 15px;
  margin: 0px;
  position: relative;
  display: inline-block;
  background-color: #FFF;
  padding-right: 15px;
  margin-bottom: 0;
}
.acctitle::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 1px dotted #d3d3d3;
  left: auto;
  top: 50%;
  right: 0px;
}
.acctitlec {
  cursor: auto;
}
.acctitle:first-child {
  border-top: none;
}
.acctitle i {
  color: #d3d3d3;
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  text-align: center;
  font-size: 14px;
  line-height: 44px;
}
.acctitle i.acc-open,
.acctitlec i.acc-closed {
  display: none;
}
.acctitlec i.acc-open {
  display: block;
}
.acc_content {
  position: relative;
  padding: 0 0 15px 20px;
}
.acc_content ul {
  list-style: none;
  padding: 0 0 0px 20px;
}
.acc_content ul li {
  line-height: 1.8;
}
.toggle .togglet i {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.toggle .togglet i.toggle-open,
.toggle .toggleta i.toggle-closed {
  display: none;
}
.toggle .toggleta i.toggle-open {
  display: block;
}
.owl-carousel .owl-item img {
  width: auto;
}
iframe {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  display: block;
  padding-top: 56.2% !important;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#gotoTop {
  display: none;
  z-index: 299;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #FFF;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#gotoTop:hover {
  background-color: #ffc61e;
}
.message {
  display: table;
  margin: 0 auto;
  min-height: 250px;
  max-width: 500px;
}
.message .iconBox {
  width: 70px;
  float: left;
}
.message .iconBox .fbox-icon {
  display: block;
  width: 70px;
  height: 70px;
}
.message .iconBox .fbox-icon a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #FFF;
}
.message .iconBox .fbox-icon i {
  font-style: normal;
  font-size: 40px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  background-color: #ffc61e;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.message .iconBox .fbox-icon i.bg-danger {
  background-color: #d9534f;
}
.message .desc {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.message .desc .title {
  padding-left: 80px;
  font-size: 48px;
  font-weight: bold;
  color: #dedede;
  display: block;
  text-transform: uppercase;
}
.message .desc .info {
  padding-left: 80px;
  padding-top: 20px;
  font-size: 18px;
}
.message .desc .info2 {
  padding-left: 0px;
  padding-top: 20px;
  font-size: 16px;
}
#infscr-loading {
  text-align: center;
}
.promo {
  position: relative;
  padding: 40px 150px 40px 0;
  margin-bottom: 40px;
}
.promo h3 {
  font-weight: 700;
  margin-bottom: 0;
}
.promo a.button {
  position: absolute;
  top: 50%;
  margin: 0;
  margin-top: -18px;
  left: auto;
}
.promo > .container > span,
.promo > span {
  display: block;
  color: #444;
  font-weight: 300;
  font-size: 16px;
  margin-top: 6px;
}
.promo a.button.button-mini {
  margin-top: -12px;
}
.promo a.button.button-small {
  margin-top: -15px;
}
.promo a.button.button-large {
  margin-top: -22px;
}
.promo a.button.button-xlarge {
  margin-top: -25px;
}
.promo a.button.button-desc {
  margin-top: -40px;
}
.promo-uppercase {
  text-transform: uppercase;
}
.promo-uppercase h3 {
  font-size: 22px;
}
.promo-uppercase > .container > span,
.promo-uppercase > span {
  font-size: 15px;
}
.promo.promo-border {
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-left: 30px;
}
.promo.promo-light {
  background-color: #F5F5F5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-left: 30px;
}
.resizeImg {
  position: relative;
}
form label.error {
  text-align: left;
  display: inline-block;
  width: 100%;
  color: red;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #111;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 64px;
  width: 64px;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  background: url(images/icons/play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
}
.owl-carousel .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: -36px;
  zoom: 1;
  width: 36px;
  height: 36px;
  line-height: 32px;
  border: 0px;
  color: #fff;
  background-color: #ffc61e;
  font-size: 18px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all 0.3s ease;
}
.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: -38px;
}
.owl-carousel-full .owl-nav [class*=owl-] {
  margin-top: -30px;
  left: 0!important;
  height: 60px;
  line-height: 60px;
  border: none;
  color: #EEE;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 28px;
  border-radius: 0 3px 3px 0;
}
.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: -50px;
}
.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -36px;
}
.owl-carousel-full .owl-nav .owl-next {
  left: auto!important;
  right: 0!important;
  border-radius: 3px 0 0 3px;
}
.owl-carousel:hover .owl-nav [class*=owl-] {
  opacity: 1;
  left: -18px;
}
.owl-carousel:hover .owl-nav .owl-next {
  left: auto;
  right: -18px;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: #000 !important;
  color: #ffc61e !important;
  text-decoration: none;
}
.owl-carousel .owl-nav .disabled {
  display: none !important;
}
.owl-carousel .owl-dots .owl-dot {
  display: none;
  zoom: 1;
  margin-top: 30px;
}
.owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  opacity: .5;
  border-radius: 50%;
  background-color: #1abc9c;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all 0.3s ease;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  opacity: 1;
}
.AD {
  position: relative;
}
.AD .alert {
  padding: 0;
  position: relative;
  border: 0px solid transparent;
  border-radius: 0px;
  margin-bottom: 0px;
}
.AD button.close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 25px;
  height: 25px;
  background-color: #000;
}
.AD button.close span {
  color: #fff;
}
.AD01 .alert {
  margin-bottom: 15px;
}
.AD09 {
  margin-top: 37px;
}
.AD10 .alert {
  margin-bottom: 15px;
}
.AD10 .alert:last-child {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .AD04 .alert,
  .AD06 .alert,
  .AD03 .alert,
  .AD07 .alert {
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .AD04 .col-xs-6,
  .AD07 .col-xs-6 {
    width: 50%;
  }
  .AD04 .col-xs-6 .nobottommargin,
  .AD07 .col-xs-6 .nobottommargin {
    margin-bottom: 30px !important;
  }
  .AD04 .col-xs-6:last-child .nobottommargin,
  .AD07 .col-xs-6:last-child .nobottommargin {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 992px) {
  .Header {
    margin: 0;
  }
  .Header01 {
    height: 196px;
    border-bottom: 1px solid #d4d4d4;
  }
  .Header01 .navbar .navbar-header {
    position: relative;
    z-index: 999;
    margin-bottom: 10px;
  }
  .Header01 .navbar .navbar-header .Logo img {
    margin-top: 10px;
  }
  .Header01 .navbar #offcanvas-right {
    position: relative;
    padding-right: 0;
    padding-left: 0;
  }
  .Header01 .navbar #offcanvas-right .navbar-nav {
    float: right;
    margin-bottom: 6px;
  }
  .Header01 .navbar #offcanvas-right .navbar-nav > li {
    font-size: 13px;
  }
  .Header01 .navbar #offcanvas-right .navbar-nav > li:after {
    content: " | ";
    display: inline-block;
    font-size: 6px;
  }
  .Header01 .navbar #offcanvas-right .navbar-nav > li a {
    display: inline-block;
    padding: 8px 12px;
    color: #333;
  }
  .Header01 .navbar #offcanvas-right .navbar-nav > li a:hover {
    text-decoration: underline;
  }
  .Header01 .navbar #offcanvas-right .navbar-nav > li.signin:after {
    content: "";
    display: none;
  }
  .Header01 .navbar #offcanvas-right .navbar-nav > li.language {
    margin-left: -5px;
    letter-spacing: 1px;
  }
  .Header01 .navbar #offcanvas-right .navbar-nav > li.language:after {
    content: "";
    display: none;
  }
  .Header01 .navbar #offcanvas-right .navbar-nav > li.language a {
    background: #ffc61e;
    color: #000;
    width: 145px;
    padding: 5px 10px 5px 15px;
    text-align: center;
    font-weight: bold;
  }
  .Header01 .navbar #offcanvas-right .navbar-nav > li.language a:hover {
    text-decoration: none;
    background: #444;
    color: #ffc61e;
  }
  .Header01 .navbar #offcanvas-right .navbar-nav > li.language ul.dropdown-menu {
    width: 200px;
    left: auto;
    right: 0;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    min-width: auto;
    border: 0px;
    z-index: 1030;
    padding-bottom: 10px;
  }
  .Header01 .navbar #offcanvas-right .navbar-nav > li.language ul.dropdown-menu li {
    list-style: none;
    margin: 0;
    border: 0px;
  }
  .Header01 .navbar #offcanvas-right .navbar-nav > li.language ul.dropdown-menu li a {
    background: #f5f5f5;
    color: #555;
    text-align: left;
    padding-left: 30px;
    font-size: 14px;
    letter-spacing: 0px;
  }
  .Header01 .navbar #offcanvas-right .navbar-nav > li.language ul.dropdown-menu li a:hover {
    color: #ed5565;
  }
  .Header01 .navbar #offcanvas-right .navbar-nav > li.language ul.dropdown-menu li.dropdown-header {
    color: #000;
    padding: 8px;
    font-size: 15px;
    border-bottom: 1px solid #efefef;
  }
  .Header01 .navbar #offcanvas-right .navbar-nav > li:last-child:after {
    display: none;
  }
  .Header01 .navbar #offcanvas-right .navbar-nav > li > ul.dropdown-menu {
    z-index: 1030;
  }
  .Header01 .navbar #offcanvas-left {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    box-shadow: inset 0px -4px 0px 0px #eceaea;
  }
  .Header01 .navbar #offcanvas-left .navbar-nav {
    width: 100%;
    font-size: 15px;
    position: relative;
    box-shadow: inset 0px -4px 0px 0px #eceaea;
  }
  .Header01 .navbar #offcanvas-left .navbar-nav li.mega-dropdown {
    position: static !important;
    border-bottom: 4px solid #eceaea;
  }
  .Header01 .navbar #offcanvas-left .navbar-nav li.mega-dropdown a.dropdown-toggle {
    padding: 10px 50px;
    font-weight: bold;
    display: inline-block;
    position: relative;
  }
  .Header01 .navbar #offcanvas-left .navbar-nav li.mega-dropdown ul.mega-dropdown-menu {
    height: 35px;
    padding: 4px 0px;
    width: 100%;
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 13px;
    overflow: hidden;
    margin: 0px 0 0;
    list-style: none;
  }
  .Header01 .navbar #offcanvas-left .navbar-nav li.mega-dropdown ul.mega-dropdown-menu li {
    float: left;
  }
  .Header01 .navbar #offcanvas-left .navbar-nav li.mega-dropdown ul.mega-dropdown-menu li a {
    margin: 0 15px;
    padding: 8px 0;
    display: inline-block;
    white-space: nowrap;
  }
  .Header01 .navbar #offcanvas-left .navbar-nav li.mega-dropdown ul.mega-dropdown-menu li a:hover,
  .Header01 .navbar #offcanvas-left .navbar-nav li.mega-dropdown ul.mega-dropdown-menu li a.active {
    color: #ed5565;
    background-color: transparent;
  }
  .Header01 .navbar #offcanvas-left .navbar-nav li.mega-dropdown:hover a.dropdown-toggle:after,
  .Header01 .navbar #offcanvas-left .navbar-nav li.mega-dropdown.active a.dropdown-toggle:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #ffc61e transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    z-index: 1005;
    left: 50%;
    margin-left: -6px;
  }
  .Header01 .navbar #offcanvas-left .navbar-nav li.mega-dropdown:hover .mega-dropdown-menu,
  .Header01 .navbar #offcanvas-left .navbar-nav li.mega-dropdown.active .mega-dropdown-menu {
    display: block;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  .Header01 .navbar #offcanvas-left .navbar-nav li.mega-dropdown.active {
    border-bottom: 4px solid #ffc61e;
  }
  .Header01 .navbar #offcanvas-left .navbar-nav li.mega-dropdown.active a.dropdown-toggle:after {
    z-index: 1011;
    border-color: #ffc61e transparent transparent transparent;
  }
  .Header01 .navbar #offcanvas-left .navbar-nav li.mega-dropdown:hover {
    border-bottom: 4px solid #444;
  }
  .Header01 .navbar #offcanvas-left .navbar-nav li.mega-dropdown:hover a.dropdown-toggle:after {
    border-color: #444 transparent transparent transparent;
    z-index: 1011;
  }
  .Header01 .navbar #offcanvas-left .navbar-nav li.mega-dropdown:hover .mega-dropdown-menu {
    z-index: 1010;
  }
  .Header01 .navbar #Nav_Search {
    clear: both;
    float: right;
    text-align: right;
    position: relative;
    z-index: 1020;
    margin-top: -120px;
  }
  .Header01 .navbar #Nav_Search form.navbar-form {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 4px;
  }
  .Header01 .navbar #Nav_Search form.navbar-form .input-group {
    border: 1px solid #d5d1d1;
    border-radius: 5px;
  }
  .Header01 .navbar #Nav_Search form.navbar-form .input-group .btn {
    background: #fff!important;
    color: #a8a8a8;
    border: 0px;
    border-radius: 4px;
  }
  .Header01 .navbar #Nav_Search form.navbar-form .input-group .btn:active,
  .Header01 .navbar #Nav_Search form.navbar-form .input-group .btn.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .Header01 .navbar #Nav_Search form.navbar-form .input-group .form-control {
    box-shadow: inset 0 0px 0px rgba(255, 255, 255, 0);
    border: 0px;
    width: 300px;
    height: 37px;
  }
  .Header01 .navbar #Nav_Search form.navbar-form .input-group ul.dropdown-menu li {
    color: #a8a8a8;
  }
  .Header01 .navbar #Nav_Search form.navbar-form .input-group ul.dropdown-menu li a {
    color: #a8a8a8;
  }
  .Header01 .navbar #Nav_Search form.navbar-form .input-group ul.dropdown-menu li a:hover {
    color: #a8a8a8;
    background: #eee;
  }
  .Header01 .navbar #Nav_Search .Nav_Keyword {
    float: left;
    font-size: 0.8em;
    margin-top: 3px;
    width: 320px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .Header01 .navbar #Nav_Search .Nav_Keyword span {
    margin-right: 6px;
  }
  .Header01 .navbar #Nav_Search .Nav_Search_Adv {
    float: right;
  }
  .Header01 .navbar #Nav_Search .Nav_Search_Adv a {
    text-decoration: underline;
    font-size: 0.8em;
    letter-spacing: 1px;
  }
}
@media (max-width: 991px) {
  .Header01 {
    background: #fff;
    border-bottom: 2px solid #ffc61e;
    margin-bottom: 0px;
  }
  .Header01 .navbar {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 0;
  }
  .Header01 .navbar .navbar-header {
    width: 100%;
    text-align: center;
  }
  .Header01 .navbar .navbar-header .Logo {
    margin-top: 8px;
    margin-bottom: 4px;
    display: inline-block;
  }
  .Header01 .navbar .navbar-header .Logo img {
    width: 135px;
  }
  .Header01 .navbar .navbar-header .navbar-toggle {
    margin-right: 0;
    margin-top: 18px;
    font-size: 16px;
  }
  .Header01 .navbar #offcanvas-right {
    border-top: 2px solid #ffc61e;
    position: absolute;
    width: 280px;
    background-color: #fff;
    z-index: 1001;
    right: 0;
    text-align: left;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.2);
  }
  .Header01 .navbar #offcanvas-right .navbar-nav > li > a {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    border-bottom: 1px solid #efefef;
    padding-left: 0px;
  }
  .Header01 .navbar #offcanvas-right .navbar-nav > li.language ul.dropdown-menu {
    padding: 0 15px;
  }
  .Header01 .navbar #offcanvas-right .navbar-nav > li.language ul.dropdown-menu li a {
    color: #555;
    text-align: left;
    padding-left: 30px;
    font-size: 14px;
    letter-spacing: 0px;
  }
  .Header01 .navbar #offcanvas-right .navbar-nav > li.language ul.dropdown-menu li a:hover {
    color: #ed5565;
  }
  .Header01 .navbar #offcanvas-right .navbar-nav > li.language ul.dropdown-menu li.dropdown-header {
    padding: 8px 15px;
    font-size: 15px;
    border-bottom: 1px solid #efefef;
  }
  .Header01 .navbar #offcanvas-left {
    width: 100%;
    border-top: 3px solid #ffc61e;
  }
  .Header01 .navbar #offcanvas-left .navbar-nav {
    font-size: 15px;
    position: relative;
  }
  .Header01 .navbar #offcanvas-left .navbar-nav li.mega-dropdown {
    width: 100%;
  }
  .Header01 .navbar #offcanvas-left .navbar-nav li.mega-dropdown a.dropdown-toggle {
    padding: 15px 0px;
    display: block;
    border-bottom: 1px solid #efefef;
  }
  .Header01 .navbar #offcanvas-left .navbar-nav li.mega-dropdown ul.mega-dropdown-menu {
    margin: 0px;
    padding: 15px 15px 5px;
  }
  .Header01 .navbar #offcanvas-left .navbar-nav li.mega-dropdown ul.mega-dropdown-menu li {
    width: 50%;
    float: left;
  }
  .Header01 .navbar #offcanvas-left .navbar-nav li.mega-dropdown ul.mega-dropdown-menu li a {
    width: 100%;
    margin: 0 15px 0 0px;
    padding: 8px 0;
    display: inline-block;
    white-space: nowrap;
  }
  .Header01 .navbar #offcanvas-left .navbar-nav li.mega-dropdown ul.mega-dropdown-menu li a:before {
    content: " ● ";
    margin-right: 5px;
    font-size: 9px;
    font-weight: bold;
    color: #ffc61e;
    -webkit-transform: scale(0.6);
    vertical-align: middle;
    display: inline-block;
  }
  .Header01 .navbar #offcanvas-left .navbar-nav li.mega-dropdown ul.mega-dropdown-menu li a:hover,
  .Header01 .navbar #offcanvas-left .navbar-nav li.mega-dropdown ul.mega-dropdown-menu li a.active {
    color: #ed5565;
    background-color: transparent;
  }
  .Header01 .navbar #Nav_Search {
    clear: both;
    float: none;
    text-align: left;
    position: relative;
    border-top: 3px solid #ffc61e;
  }
  .Header01 .navbar #Nav_Search.navbar-collapse.in {
    overflow-y: inherit;
  }
  .Header01 .navbar #Nav_Search form.navbar-form {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 4px;
  }
  .Header01 .navbar #Nav_Search form.navbar-form .input-group {
    border: 1px solid #d5d1d1;
    border-radius: 5px;
  }
  .Header01 .navbar #Nav_Search form.navbar-form .input-group .btn {
    background: #fff!important;
    color: #a8a8a8;
    border: 0px;
  }
  .Header01 .navbar #Nav_Search form.navbar-form .input-group .form-control {
    box-shadow: inset 0 0px 0px rgba(255, 255, 255, 0);
    border: 0px;
    height: 37px;
  }
  .Header01 .navbar #Nav_Search form.navbar-form .input-group ul.dropdown-menu li {
    color: #a8a8a8;
  }
  .Header01 .navbar #Nav_Search form.navbar-form .input-group ul.dropdown-menu li a {
    color: #a8a8a8;
  }
  .Header01 .navbar #Nav_Search form.navbar-form .input-group ul.dropdown-menu li a:hover {
    color: #a8a8a8;
    background: #eee;
  }
  .Header01 .navbar #Nav_Search .Nav_Search_Adv a {
    margin: 0 15px 0 0;
    padding: 8px 0;
    text-align: right;
    display: inline-block;
    width: 100%;
    text-decoration: underline;
  }
}
@media (max-width: 479px) {
  .Header01 .navbar #offcanvas-left .navbar-nav li.mega-dropdown ul.mega-dropdown-menu li {
    width: 100%;
    float: none;
  }
}
.carousel {
  margin: 0px;
  padding: 8px 0px;
}
.carousel h2 {
  font-size: 15px;
  background: #ffc61e;
  color: #fff;
  padding: 0px 8px;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0 0;
  float: left;
  position: relative;
  margin-right: 20px;
}
.carousel h2:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 14px;
  border-color: transparent transparent transparent #ffc61e;
  position: absolute;
  right: -14px;
  top: 0;
}
.carousel.warn h2 {
  background: #ff6161;
}
.carousel.warn h2:after {
  border-color: transparent transparent transparent #ff6161;
}
.carousel01 {
  position: relative;
  height: 28px;
  overflow: hidden;
}
.carousel01 ul {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.carousel01 ul li {
  height: 28px;
  line-height: 28px;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  letter-spacing: 1px;
}
.carousel01 ul li a span {
  font-weight: bold;
  color: red;
}
@media (max-width: 479px) {
  .carousel h2 {
    width: 2px;
    text-indent: -9999px;
    padding: 0 5px;
  }
}
.slick_wrapper,
.slick_wrapper_video {
  opacity: 0;
}
.Topic01,
.Topic02 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  margin-bottom: 45px;
}
.Topic03 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  margin-bottom: -10px;
}
.Topic01 a:hover,
.Topic02 a:hover,
.Topic03 a:hover {
  text-decoration: none;
}
.Topic01 a:hover .SlideInfo,
.Topic02 a:hover .SlideInfo,
.Topic03 a:hover .SlideInfo {
  color: #ffc61e;
}
.Topic01 .Slider,
.Topic02 .Slider,
.Topic03 .Slider {
  position: relative;
}
.Topic01 .Slider .SlidePic,
.Topic02 .Slider .SlidePic,
.Topic03 .Slider .SlidePic {
  position: relative;
  -index: 9;
  overflow: hidden;
  background: #ececec;
}
.Topic01 .Slider .SlideInfo,
.Topic02 .Slider .SlideInfo,
.Topic03 .Slider .SlideInfo {
  font-size: 25px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  padding: 15px;
  z-index: 10;
}
.Topic03 .icon-angle-left:before,
.Topic03 .icon-angle-right:before {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  zoom: 1;
  width: 36px;
  height: 36px;
  line-height: 32px;
  border: 0;
  color: #fff;
  background-color: #ffc61e;
  font-size: 18px;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.Topic03 .icon-angle-left:before {
  left: -18px;
  padding-left: 14px;
}
.Topic03 .slick-dots {
  position: absolute;
  bottom: -15px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.Topic03 .icon-angle-right:before {
  right: -18px;
  padding-left: 16px;
}
.Topic03 .slick-next:before,
.Topic03 .slick-prev:before {
  font-family: slick;
  font-size: 36px;
  line-height: 1;
  opacity: .75;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: -10px;
}
.Topic03 .icon-angle-left:hover:before,
.Topic03 .icon-angle-right:hover:before {
  background-color: #000 !important;
  color: #ffc61e !important;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  .Topic01 .Slider .SlideInfo,
  .Topic02 .Slider .SlideInfo,
  .Topic03 .Slider .SlideInfo {
    position: relative;
    background: #222;
    padding: 5px;
  }
}
.Search01 .collapse {
  display: block;
}
.Search01 form.Search {
  border: 1px solid #ccc;
  border-top: 2px solid #ffc61e;
  padding: 20px 0 10px;
  border-radius: 0px;
}
.Search01 form.Search .title {
  font-size: 1.6em;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  color: #000;
}
.Search01 form.Search label {
  vertical-align: middle;
  line-height: 2;
  font-size: 0.9em;
}
.Search01 form.Search .form-group {
  margin-bottom: 0px;
}
.Search01 form.Search .form-control {
  line-height: 40px;
  font-size: 0.9em;
}
.Search02 .nav-tabs {
  border-bottom: 1px solid #ffc61e;
}
.Search02 .nav-tabs > li > a {
  margin-left: 2px;
  margin-right: 2px;
  line-height: 1.42857143;
  border-radius: 0px;
  padding: 10px 22px;
  border: 0;
  border-bottom: 1px;
}
.Search02 .nav-tabs > li > a:hover {
  color: #000;
  background-color: #efefef;
}
.Search02 .nav-tabs > li.active > a,
.Search02 .nav-tabs > li.active > a:hover,
.Search02 .nav-tabs > li.active > a:focus {
  color: #000;
  cursor: default;
  border: 0;
  background-color: #ffc61e;
  border-bottom: 1px solid #ffc61e;
}
.Search02 .Tab {
  margin-top: 20px;
}
.Search02 .Tab .tab-content {
  width: 100%;
  position: relative;
}
.Search02 .Tab .tab-content .content {
  margin-top: 20px;
  width: 100%;
}
.Search02 .Tab .tab-content .content .form-group {
  margin: 3px 0px;
  padding: 10px 0px;
}
.Search02 .Tab .tab-content .content .form-group:nth-child(even) {
  background-color: #f5f5f5;
}
.Search02 .Tab .tab-content .content .form-group.btn-send {
  margin-top: 30px;
  background-color: #fff;
}
.Search02 .Tab .tab-content .content .form-group.btn-send .btn {
  margin: 0 3px;
}
.Search02 .Tab .tab-content .content .form-control {
  margin: 3px 0px;
}
.Search02 .Tab .tab-content .content .input-group-addon {
  background-color: transparent;
  border: transparent;
}
.Search02 label .ms-options-wrap > button:focus,
.Search02 label .ms-options-wrap > button {
  color: #000;
  background-color: #e6e6e6;
  border-color: transparent;
  padding: 3px 10px;
  border-radius: 3px;
  margin-right: 8px;
  margin-bottom: 3px;
  margin-top: 3px;
}
.Search02 label .ms-options-wrap > button:focus:after,
.Search02 label .ms-options-wrap > button:after {
  display: none;
}
.Search02 label .ms-options-wrap > button:focus.active,
.Search02 label .ms-options-wrap > button.active {
  background-color: #ffc61e;
}
.Search02 label.active .ms-options-wrap > button:focus,
.Search02 label.active .ms-options-wrap > button {
  color: #000;
  background-color: #ffc61e;
  border-color: transparent;
  padding: 3px 10px;
  border-radius: 3px;
  margin-right: 8px;
  margin-bottom: 3px;
  margin-top: 3px;
}
.Search02 label.active .ms-options-wrap > button:focus:after,
.Search02 label.active .ms-options-wrap > button:after {
  display: none;
}
.Search02 .ms-options {
  min-width: 400px;
}
.Search07 h2.SectionTitle {
  margin-bottom: 0px;
}
.Search07 .collapseWell {
  position: absolute;
  right: 0;
  bottom: 0;
}
.Search07 .well {
  margin-bottom: 0px;
}
.Search08 dl {
  padding: 10px 0px;
  margin: 10px 0px;
  border-bottom: 1px solid #ededed;
}
.Search08 dt {
  padding-top: 6px;
  font-size: 16px;
  color: #08c;
  text-align: left;
  float: left;
  width: 110px;
  clear: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Search08 dd {
  padding-left: 110px;
}
.Search08 label .ms-options-wrap > button:focus,
.Search08 label .ms-options-wrap > button {
  color: #000;
  background-color: #e6e6e6;
  border-color: transparent;
  padding: 3px 10px;
  border-radius: 3px;
  margin-right: 8px;
  margin-bottom: 3px;
  margin-top: 3px;
}
.Search08 label .ms-options-wrap > button:focus:after,
.Search08 label .ms-options-wrap > button:after {
  display: none;
}
.Search08 label .ms-options-wrap > button:focus.active,
.Search08 label .ms-options-wrap > button.active {
  background-color: #ffc61e;
}
.Search08 label.active .ms-options-wrap > button:focus,
.Search08 label.active .ms-options-wrap > button {
  color: #000;
  background-color: #ffc61e;
  border-color: transparent;
  padding: 3px 10px;
  border-radius: 3px;
  margin-right: 8px;
  margin-bottom: 3px;
  margin-top: 3px;
}
.Search08 label.active .ms-options-wrap > button:focus:after,
.Search08 label.active .ms-options-wrap > button:after {
  display: none;
}
.Search08 .ms-options {
  min-width: 400px;
}
@media (max-width: 991px) {
  .Search01 .collapse {
    display: none;
  }
  .Search01 .collapse.in {
    display: block;
  }
  .Search01 .btn-collapse {
    float: right;
    margin-right: -15px;
    margin-top: -6px;
    padding: 15px 25px;
  }
  .Search01 .btn-search {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .Search01 form.Search {
    border-top: 1px solid #ffc61e;
    border: 1px solid #ffc61e;
    padding: 6px 0px 0px;
    border-radius: 0;
  }
  .Search01 form.Search .title {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .Search07 select.form-control {
    margin-bottom: 15px;
  }
  .Search08 dl {
    padding: 0px 0 10px;
    margin: 0px 0 10px;
    border-bottom: 1px solid #ededed;
  }
  .Search08 dt {
    padding-top: 6px;
    font-size: 16px;
    color: #08c;
    text-align: left;
    float: left;
    width: 100%;
    clear: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Search08 dd {
    padding-left: 0px;
  }
  .Search08 .ms-options {
    position: static;
  }
}
@media (max-width: 450px) {
  .Search02 .nav-tabs > li > a {
    margin: 0px;
    padding: 10px 8px;
  }
  .Search02 .nav-tabs > li > a:hover {
    border-color: transparent;
  }
  .Search02 .nav-tabs .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.MAP01 .map {
  width: 100%;
  background-color: #f5f5f5;
}
.MAP01 .tw-map {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1005;
  border: 1px solid #ddd;
}
.MAP01 .click-map {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1005;
  border: 0px solid #ddd;
}
.MAP05 .scaleMap {
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px;
}
.MAP05.MAP05-ajax {
  position: relative;
  display: block;
  height: 550px;
  width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .MAP05.MAP05-ajax {
    width: 90% !important;
  }
}
.ListSlide01,
.ListSlide02,
.ListSlide07 {
  margin-top: 15px;
}
.ListSlide01 .pic,
.ListSlide02 .pic,
.ListSlide07 .pic {
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #ffc61e;
}
.ListSlide01 .pic:after,
.ListSlide02 .pic:after,
.ListSlide07 .pic:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.ListSlide01 .pic img,
.ListSlide02 .pic img,
.ListSlide07 .pic img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.ListSlide01 .title,
.ListSlide02 .title,
.ListSlide07 .title {
  color: #222;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: bold;
}
.ListSlide01 .title a,
.ListSlide02 .title a,
.ListSlide07 .title a {
  font-size: 16px;
}
.ListSlide01 .info,
.ListSlide02 .info,
.ListSlide07 .info {
  border-top: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.ListSlide01 .info .text,
.ListSlide02 .info .text,
.ListSlide07 .info .text {
  line-height: 1.4em;
  height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ListSlide01.img-product150 .pic img {
  max-width: 150px;
}
.ListSlide07 .pic {
  border-bottom: 0px;
}
.ListSlide07 .pic img {
  border: 1px solid #ddd;
}
.ListSlide07 .title {
  white-space: inherit;
}
.ListSlide07 .title a {
  font-size: 14px;
}
.ListSlide07 .info {
  border-top: 0px;
}
.ListSlide04 {
  text-align: left;
}
.ListSlide04 .owl-stage-outer {
  padding-bottom: 3px;
}
.ListSlide04 .item {
  border: 1px solid rgba(0, 0, 0, 0.075);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.ListSlide04 .pic {
  position: relative;
  border-bottom: 3px solid #ffc61e;
}
.ListSlide04 .pic:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.ListSlide04 .pic img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.ListSlide04 .title {
  font-size: 15px;
  letter-spacing: 1px;
  color: #222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: bold;
  padding-left: 12px;
  padding-right: 12px;
}
.ListSlide04 .info {
  padding-left: 12px;
  padding-right: 12px;
  border-top: 1px solid #ffc61e;
  padding-top: 8px;
  padding-bottom: 12px;
  min-height: 85px;
}
.ListSlide04 .info .text {
  font-size: 14px;
  line-height: 1.5em;
  height: 4.5em;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ListSlide06 .video {
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #ffc61e;
}
.ListSlide06 .title {
  font-size: 16px;
  color: #222;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: bold;
}
.ListSlide06 .info {
  border-top: 1px solid #ffc61e;
  padding-top: 8px;
  padding-bottom: 8px;
}
.ListSlide06 .info .text {
  line-height: 1.4em;
  height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ListSlide06 .info .text a {
  color: #444;
}
.ListSlide06.two_third .title {
  font-size: 14px;
}
.video-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.video-overlay span {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  width: 50px!important;
  height: 36px!important;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 15%;
  -moz-border-radius: 15%;
  border-radius: 15%;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  margin-left: -25px;
  margin-top: -18px;
}
.video-overlay span:hover {
  background-color: #cc0404;
}
.ListSlide08 {
  margin-left: 0px;
  margin-right: 0px;
}
.ListSlide08 .owl-carousel .owl-item img {
  width: 100%;
}
.ListSlide08 .item {
  padding: 0px;
}
.ListSlide08 .item a {
  width: 100%;
  display: block;
  position: relative;
}
.ListSlide08 .item a .text {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding: 5px;
  z-index: 1;
  text-align: center;
  font-size: 0.9em;
}
.ListSlide08 .item a:hover .text {
  color: #ed5565;
}
.haveRead {
  /* 未連結 */
  /* 已連結過 */
  /* 滑鼠移至連結 */
  /* 選擇的連結 */
}
.haveRead a:link {
  color: #555;
}
.haveRead a:visited {
  color: #3f51b5;
}
.haveRead a:hover {
  color: #ed5565;
}
.haveRead a:active {
  color: #23527c;
}
.List01 {
  border-top: 3px solid #ffc61e;
  margin-left: -30px;
  padding-left: 30px;
  padding-top: 10px;
}
.List01 > .nav-tabs.nav-justified > li > a {
  font-size: 16px;
  padding: 10px 15px 15px;
  border: 1px transparent;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
}
.List01 > .nav-tabs.nav-justified > .active > a,
.List01 > .nav-tabs.nav-justified > .active > a:hover,
.List01 > .nav-tabs.nav-justified > .active > a:focus {
  color: #000;
  border: 1px transparent;
  border-bottom: 2px solid #ffc61e;
}
.List01 .tab-pane ul {
  list-style: none;
}
.List01 .tab-pane ul li {
  padding-right: 15px;
  width: 100%;
  line-height: 56px;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
  /*--設定超出的內容隱藏, IE, FireFox通用--*/
  text-overflow: ellipsis;
  /*--(IE專用)在內容超出時,在後方補上逗號--*/
  white-space: nowrap;
  /*-- 設定內容強制顯示一行,直到內容結束或<br>--*/
}
.List01 .tab-pane ul li:before {
  content: " ● ";
  margin-right: 5px;
  font-size: 10px;
  font-weight: bold;
  color: #ffc61e;
}
.List02 .swiper-container,
.List04 .swiper-container,
.List05 .swiper-container,
.List06 .swiper-container,
.List07 .swiper-container,
.List08 .swiper-container {
  width: 100%;
  height: 100%;
}
.List02 .swiper-slide,
.List04 .swiper-slide,
.List05 .swiper-slide,
.List06 .swiper-slide,
.List07 .swiper-slide,
.List08 .swiper-slide {
  text-align: left;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  -webkit-align-items: initial;
  align-items: initial;
}
.List02 .BlockTitle,
.List04 .BlockTitle,
.List05 .BlockTitle,
.List06 .BlockTitle,
.List07 .BlockTitle,
.List08 .BlockTitle {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  color: #666;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 5px;
}
.List02 .list,
.List04 .list,
.List05 .list,
.List06 .list,
.List07 .list,
.List08 .list {
  display: block;
  width: 100%;
  border: none;
  margin: 0;
  box-sizing: border-box;
  height: 240px;
  width: 1px;
  min-width: 100%;
  border-top: 3px solid #eceaea;
}
.List02 .list ul,
.List04 .list ul,
.List05 .list ul,
.List06 .list ul,
.List07 .list ul,
.List08 .list ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.List02 .list ul li,
.List04 .list ul li,
.List05 .list ul li,
.List06 .list ul li,
.List07 .list ul li,
.List08 .list ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  list-style: none;
  line-height: 1.5;
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
}
.List02 .list ul li .pic,
.List04 .list ul li .pic,
.List05 .list ul li .pic,
.List06 .list ul li .pic,
.List07 .list ul li .pic,
.List08 .list ul li .pic {
  margin-right: 10px;
  display: inline-block;
}
.List02 .list ul li .pic img.flag,
.List04 .list ul li .pic img.flag,
.List05 .list ul li .pic img.flag,
.List06 .list ul li .pic img.flag,
.List07 .list ul li .pic img.flag,
.List08 .list ul li .pic img.flag {
  width: 48px;
  height: 48px;
}
.List02 .list ul li .date,
.List04 .list ul li .date,
.List05 .list ul li .date,
.List06 .list ul li .date,
.List07 .list ul li .date,
.List08 .list ul li .date {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px dotted #ccc;
  display: inline-block;
  color: #666666;
}
.List02 .list ul li .text,
.List04 .list ul li .text,
.List05 .list ul li .text,
.List06 .list ul li .text,
.List07 .list ul li .text,
.List08 .list ul li .text {
  padding-right: 5px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.List02 .list,
.List04 .list,
.List05 .list {
  height: 350px;
}
.List02 .list ul li,
.List04 .list ul li,
.List05 .list ul li {
  padding: 10px 0;
}
.List06 .list ul li,
.List07 .list ul li,
.List08 .list ul li {
  padding: 12px 0;
}
.List02 h2.SectionTitle {
  margin-bottom: 0px;
}
.List02 .list {
  border-top: 0px;
  margin-bottom: 30px;
}
.List03 h2.SectionTitle {
  margin-bottom: 0px;
}
.List03 .swiper-container {
  width: 100%;
  height: 100%;
}
.List03 .swiper-slide {
  text-align: left;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.List03 .list {
  display: block;
  width: 100%;
  border: none;
  margin: 0;
  box-sizing: border-box;
  height: 330px;
  min-width: 100%;
}
.List03 .list ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.List03 .list ul li {
  height: auto;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  list-style: none;
  line-height: 40px;
  padding: 12px 0;
  border-bottom: 1px dotted #ccc;
}
.List03 .list ul li:before {
  content: " ● ";
  margin-right: 5px;
  font-size: 10px;
  font-weight: bold;
  color: #ffc61e;
}
.List03 .list ul li .pic {
  margin-right: 12px;
  display: inline-block;
}
.List03 .list ul li .pic img.flag {
  width: 48px;
  height: 48px;
}
.List03 .list ul li .date {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px dotted #ccc;
  display: inline-block;
  color: #666666;
  text-align: center;
  width: 50px;
}
.List03 .list ul li .text {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.List11 .related-posts,
.List18 .related-posts {
  margin-bottom: 20px;
}
.List11 .related-posts h4,
.List18 .related-posts h4 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.List11 .related-posts ul,
.List18 .related-posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.List11 .related-posts ul li,
.List18 .related-posts ul li {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.List11 .related-posts ul li:before,
.List18 .related-posts ul li:before {
  content: " ● ";
  margin-right: 5px;
  font-size: 8px;
  font-weight: 300;
  color: #ffc61e;
  transform: scale(0.65);
}
.List11 .related-posts ul li .date,
.List18 .related-posts ul li .date {
  color: #999;
  font-size: 13px;
  padding-right: 10px;
}
.List11 .related-posts ul li:nth-child(2n),
.List18 .related-posts ul li:nth-child(2n) {
  background-color: #f5f5f5;
}
.List12 .swiper-container {
  width: 100%;
  height: 100%;
}
.List12 .swiper-slide {
  text-align: left;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.List12 .list {
  display: block;
  width: 100%;
  border: none;
  margin: 0;
  box-sizing: border-box;
  width: 1px;
  min-width: 100%;
}
.List12 .list ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.List12 .list ul li {
  list-style: none;
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}
.List12 .list ul li .flagBox {
  display: table-cell;
  width: 120px;
}
.List12 .list ul li .pic {
  margin-right: 10px;
  display: inline-block;
}
.List12 .list ul li .pic img.flag {
  width: 48px;
  height: 48px;
}
.List12 .list ul li .date {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px dotted #ccc;
  display: inline-block;
  color: #666666;
}
.List12 .list ul li .text {
  display: table-cell;
  vertical-align: middle;
}
.List12 .list ul li .text a {
  display: block;
}
.List13 .one-page-menu {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  display: inline-block;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.List13 .one-page-menu ul {
  list-style: none;
}
.List13 .one-page-menu ul li {
  display: inline-block;
  margin-right: 5px;
}
.List13 .one-page-menu ul li a span {
  color: red;
  margin-left: 3px;
}
.List13 h4 {
  font-size: 18px;
}
.List13 table thead tr th {
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-color: #ffc61e;
}
.List13 table thead tr th.id_width {
  width: 30px;
}
.List13 table thead tr th.flag_width {
  width: 80px;
}
.List13 table thead tr th.date_width {
  width: 100px;
}
.List13 table thead tr th.title_width {
  width: auto;
}
.List13 table thead tr th.class_width {
  width: 130px;
}
.List13 table thead tr th.type_width {
  width: 120px;
}
.List13 table tbody tr td {
  text-align: center;
  vertical-align: middle;
}
.List13 table tbody tr td .pic img.flag {
  max-width: 48px;
  max-height: 48px;
}
.List13 table tbody tr td .title {
  text-align: left;
}
.List13 table tbody tr td .title h5 {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
}
.List13 table tbody tr td .title h5 a {
  color: #0c78a7;
}
.List13 table tbody tr td .title h5 a:hover,
.List13 table tbody tr td .title h5 a:focus {
  color: #ed5565;
}
.List13 table tbody tr td.id {
  text-align: center;
  font-size: 12px;
  color: #ffc61e;
}
.List13 table tbody tr td ul {
  margin: 0;
  padding: 0;
  text-align: left;
  padding-left: 15px;
}
.List13 table tbody tr td ul li {
  font-size: 13px;
  color: #999;
}
@media (max-width: 1199px) {
  .List01 {
    padding-top: 10px;
  }
  .List01 > .nav-tabs.nav-justified > li > a {
    padding: 10px 15px 11px;
  }
  .List01 .tab-pane ul li {
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .List01 {
    margin-left: 0px;
    padding-left: 0px;
  }
  .List02 h2.SectionTitle,
  .List04 h2.SectionTitle {
    margin-bottom: 0px;
  }
  .List02 .BlockTitle,
  .List04 .BlockTitle {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .List13 .table > thead > tr > th,
  .List13 .table > tbody > tr > th,
  .List13 .table > tfoot > tr > th,
  .List13 .table > thead > tr > td,
  .List13 .table > tbody > tr > td,
  .List13 .table > tfoot > tr > td {
    padding: 0;
  }
  .List13 table thead {
    display: none;
  }
  .List13 table tbody tr {
    padding: 15px 0px;
    display: block;
    border-top: 1px solid #ddd;
  }
  .List13 table tbody tr td {
    border: 0px;
    display: block;
  }
  .List13 table tbody tr td .title h5 {
    font-size: 15px;
    letter-spacing: 1px;
    overflow: inherit;
    white-space: inherit;
    text-overflow: ellipsis;
    padding: 0 8px;
  }
  .List13 table tbody tr td .title h5 a {
    color: #0c78a7;
  }
  .List13 table tbody tr td .title h5 a:hover,
  .List13 table tbody tr td .title h5 a:focus {
    color: #ed5565;
  }
  .List13 table tbody tr td ul {
    padding: 0 8px 0 23px;
  }
  .List13 table tbody tr td .date {
    padding-top: 10px;
    padding-bottom: 8px;
    color: #222;
    width: 100%;
    text-align: left;
    padding-left: 8px;
  }
  .List13 table tbody tr td .date span {
    display: inline-block !important;
    margin-right: 5px;
    color: #999;
  }
  .List13 table tbody tr td .class {
    text-align: left;
    padding-left: 8px;
  }
  .List13 table tbody tr td .class span {
    display: inline-block !important;
    margin-right: 5px;
    color: #ed5565;
  }
  .List13 table tbody tr td .type {
    padding: 8px;
    text-align: left;
  }
  .List13 table tbody tr td .type span {
    display: inline-block !important;
    margin-right: 5px;
    color: #ed5565;
  }
  .List13 table tbody tr td.flag {
    display: inline-block;
    padding: 0 8px;
  }
  .List13 table tbody tr td.dateBox {
    display: inline-block;
  }
  .List13 table tbody tr td.id {
    display: none;
  }
}
.category-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .category-ellipsis {
    max-width: 350px;
  }
}
@media (min-width: 768px) {
  .category-ellipsis {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .date-duration-symbol {
    display: none;
  }
}
.TABList01 .nav-tabs > li > a,
.TABList02 .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border-radius: 0px;
  padding: 10px 12px;
}
.TABList01 .nav-tabs > li > a:hover,
.TABList02 .nav-tabs > li > a:hover {
  border-color: transparent;
}
.TABList01 .nav-tabs > li.active > a,
.TABList02 .nav-tabs > li.active > a,
.TABList01 .nav-tabs > li.active > a:hover,
.TABList02 .nav-tabs > li.active > a:hover,
.TABList01 .nav-tabs > li.active > a:focus,
.TABList02 .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  border-top: 3px solid #ffc61e;
}
.TABList01 .Tab,
.TABList02 .Tab {
  margin-top: 20px;
}
.TABList01 .Tab .tab-content,
.TABList02 .Tab .tab-content {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.TABList01 .Tab .tab-content .content,
.TABList02 .Tab .tab-content .content {
  width: 100%;
}
.TABList01 .Tab .tab-content .content .list ul,
.TABList02 .Tab .tab-content .content .list ul {
  margin: 0;
  padding: 0;
}
.TABList01 .Tab .tab-content .content .list ul li,
.TABList02 .Tab .tab-content .content .list ul li {
  height: auto;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  list-style: none;
  line-height: 40px;
  padding: 12px 0;
  border-bottom: 1px dotted #ccc;
}
.TABList01 .Tab .tab-content .content .list ul li .pic,
.TABList02 .Tab .tab-content .content .list ul li .pic {
  margin-right: 12px;
  display: inline-block;
}
.TABList01 .Tab .tab-content .content .list ul li .pic img.flag,
.TABList02 .Tab .tab-content .content .list ul li .pic img.flag {
  width: 48px;
  height: 48px;
}
.TABList01 .Tab .tab-content .content .list ul li .date,
.TABList02 .Tab .tab-content .content .list ul li .date {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px dotted #ccc;
  display: inline-block;
  color: #666666;
  text-align: center;
  width: 50px;
}
.TABList01 .Tab .tab-content .content .list ul li .text,
.TABList02 .Tab .tab-content .content .list ul li .text {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.TABList03 .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border-radius: 0px;
  padding: 10px 12px;
}
.TABList03 .nav-tabs > li > a:hover {
  border-color: transparent;
}
.TABList03 .nav-tabs > li.active > a,
.TABList03 .nav-tabs > li.active > a:hover,
.TABList03 .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  border-top: 3px solid #ffc61e;
}
.TABList03 .Tab {
  margin-top: 20px;
}
.TABList03 .Tab .tab-content {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.TABList03 .Tab .tab-content .content {
  margin-top: 20px;
  width: 100%;
}
.TABList03 .Tab .tab-content .content .list {
  position: relative;
}
.TABList03 .Tab .tab-content .content .list ul {
  margin: 0;
  padding: 0;
}
.TABList03 .Tab .tab-content .content .list ul li {
  height: auto;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  list-style: none;
  line-height: 40px;
  padding: 13px 0;
  border-bottom: 1px dotted #ccc;
}
.TABList03 .Tab .tab-content .content .list ul li .text {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.TABList03 .Tab .tab-content .content .list .SlidePic {
  position: relative;
  overflow: hidden;
  background: #ececec;
}
.TABList03 .Tab .tab-content .content .list .SlidePic:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.TABList03 .Tab .tab-content .content .list .SlidePic img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.TABList03 .Tab .tab-content .content .list .SlideInfo {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  padding: 8px;
  z-index: 10;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.TABList03 .SlidePic {
  height: 270px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .TABList03 .Tab .tab-content .content .list ul li {
    padding: 7px 0;
  }
  .TABList03 .SlidePic {
    height: 220px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .TABList03 .Tab .tab-content .content .list .SlidePic {
    height: auto;
    margin-bottom: 15px;
  }
  .TABList03 .Tab .tab-content .content .list .SlidePic:after {
    padding-top: 0px;
    content: "";
    display: block;
  }
  .TABList03 .Tab .tab-content .content .list .SlidePic img {
    position: inherit;
  }
}
.Calendar01 .myCalendar {
  position: relative;
  border: 5px solid #f3f3f5;
  margin-top: 20px;
}
.Calendar01 .bnews-slider {
  float: left;
  width: 100%;
  margin-left: 0px;
  min-height: 0;
}
.Calendar01 .bnews-slider a {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.Calendar01 .event {
  width: 100%;
  background-color: #f3f3f5;
  padding: 5px;
}
.Calendar01 .event .title {
  width: 100%;
  color: #000;
  background-color: #ffc61e;
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
  position: relative;
  margin-bottom: 6px;
  text-align: center;
  font-weight: bold;
}
.Calendar01 .event .title:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #ffc61e transparent transparent transparent;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
}
.Calendar01 .event .text {
  position: relative;
  padding: 15px 10px;
}
.Calendar01 .event .text ul {
  padding-left: 15px;
}
.Calendar01.Calendar01-ajax {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  padding-bottom: 15px;
}
.AssociatedLink01 {
  margin-top: 15px;
}
.AssociatedLink01 .pic {
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #ffc61e;
}
.AssociatedLink01 .pic:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.AssociatedLink01 .pic img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.AssociatedLink01 .title {
  color: #222;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: bold;
}
.AssociatedLink01 .title a {
  font-size: 16px;
}
.AssociatedLink01 .info {
  border-top: 1px solid #ffc61e;
  padding-top: 8px;
  padding-bottom: 8px;
}
.AssociatedLink01 .info .text {
  line-height: 1.4em;
  height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ListContent01 {
  margin-top: -10px;
}
.ListContent01 .results {
  line-height: 34px;
}
.ListContent01 .dropBox {
  width: 130px;
  display: inline-block;
  margin-left: 8px;
  margin-right: 15px;
}
.ListContent01 .list-refine {
  display: none;
}
.ListContent01 .line-span {
  color: #ccc;
  margin: 0 10px;
  display: none;
}
.ListContent01 .item {
  position: relative;
  border: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-color: #f5f5f5;
  margin-bottom: 15px;
}
.ListContent01 .item:hover {
  background-color: #ffc61e;
}
.ListContent01 .item:hover .title {
  border-bottom: 1px solid #e6b82e;
}
.ListContent01 .item:hover .title:after {
  height: 0px;
  content: '';
}
.ListContent01 .item:hover .info .label {
  background-color: #fff;
}
.ListContent01 .item:hover .info .label a {
  color: #000;
}
.ListContent01 .item:hover .info .label a:hover,
.ListContent01 .item:hover .info .label a:focus {
  color: #ed5565;
}
.ListContent01 .item:hover .info .date {
  color: #fff;
}
.ListContent01 .item .title {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  padding: 1rem 1.25rem;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.ListContent01 .item .title:after {
  width: 80px;
  display: block;
  background-color: #ffc61e;
  height: 3px;
  content: '';
  position: absolute;
  bottom: -2px;
}
.ListContent01 .item .title h5 {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: '.......';
}
.ListContent01 .item .title h5 a {
  color: #222;
}
.ListContent01 .item .title h5 a:hover,
.ListContent01 .item .title h5 a:focus {
  color: #000;
}
.ListContent01 .item .title h6 {
  font-size: 15px;
  margin: 0;
  margin-bottom: 10px;
  color: #2196f3;
}
.ListContent01 .item .info {
  padding: 1rem 1.25rem;
}
.ListContent01 .item .info .label {
  position: relative;
  float: left;
  margin-right: 5px;
  padding: 5px 10px;
  margin-bottom: 5px;
}
.ListContent01 .item .info .label a {
  color: #000;
}
.ListContent01 .item .info .label a:hover,
.ListContent01 .item .info .label a:focus {
  color: #fff;
}
.ListContent01 .item .info .date {
  color: #2196f3;
  font-size: 13px;
  float: right;
  line-height: 1.8;
  padding-left: 10px;
}
.ListContent01 .item .info p a {
  display: block;
  color: #111;
}
.ListContent01 .item .info p a:hover,
.ListContent01 .item .info p a:focus {
  color: #000;
}
.ListContent01 .item .pic {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 200px;
  float: left;
  margin-right: 10px;
}
.ListContent01 .item .pic img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.ListContent01 .item .pic:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.ListContent01 .inputPage {
  width: 40px;
  border: 2px solid #e1e1e1;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px transparent;
  box-shadow: inset 0 1px 1px transparent;
  margin-bottom: 10px;
  margin-top: -10px;
}
.ListContent01-sideBar .acc_more {
  float: right;
}
.ListContent03,
.ListContent06 {
  margin-top: -10px;
}
.ListContent03 .dropBox,
.ListContent06 .dropBox {
  width: 130px;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}
.ListContent03 .list-refine,
.ListContent06 .list-refine {
  display: none;
}
.ListContent03 .line-span,
.ListContent06 .line-span {
  color: #ccc;
  margin: 0 10px;
  display: none;
}
.ListContent03 table,
.ListContent06 table {
  table-layout: fixed;
}
.ListContent03 table tr td,
.ListContent06 table tr td {
  position: relative;
}
.ListContent03 table tr td .title,
.ListContent06 table tr td .title {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.ListContent03 table tr td .title h5,
.ListContent06 table tr td .title h5 {
  margin-top: 12px;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ListContent03 table tr td .title h5 a,
.ListContent06 table tr td .title h5 a {
  color: #0c78a7;
}
.ListContent03 table tr td .title h5 a:hover,
.ListContent06 table tr td .title h5 a:hover,
.ListContent03 table tr td .title h5 a:focus,
.ListContent06 table tr td .title h5 a:focus {
  color: #ed5565;
}
.ListContent03 table tr td .title h6,
.ListContent06 table tr td .title h6 {
  font-size: 15px;
  margin: 0;
  margin-bottom: 10px;
  color: #2196f3;
}
.ListContent03 table tr td .label,
.ListContent06 table tr td .label {
  position: relative;
  float: left;
  margin-right: 5px;
  padding: 5px 10px;
  margin-bottom: 5px;
}
.ListContent03 table tr td .label a,
.ListContent06 table tr td .label a {
  color: #000;
}
.ListContent03 table tr td .label a:hover,
.ListContent06 table tr td .label a:hover,
.ListContent03 table tr td .label a:focus,
.ListContent06 table tr td .label a:focus {
  color: #fff;
}
.ListContent03 table tr td .date,
.ListContent06 table tr td .date {
  color: #999999;
  font-size: 13px;
  float: right;
  line-height: 1.8;
  padding-left: 10px;
}
.ListContent03 table tr td p,
.ListContent06 table tr td p {
  margin-bottom: 15px;
}
.ListContent03 table tr td p a,
.ListContent06 table tr td p a {
  display: block;
  color: #555;
}
.ListContent03 table tr td p a:hover,
.ListContent06 table tr td p a:hover,
.ListContent03 table tr td p a:focus,
.ListContent06 table tr td p a:focus {
  color: #000;
}
.ListContent03 table tr td .pic,
.ListContent06 table tr td .pic {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 200px;
  float: left;
  margin-right: 10px;
}
.ListContent03 table tr td .pic img,
.ListContent06 table tr td .pic img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.ListContent03 table tr td .pic:after,
.ListContent06 table tr td .pic:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.ListContent03 table .results,
.ListContent06 table .results {
  line-height: 34px;
  letter-spacing: 1px;
}
.ListContent03 table .form-group,
.ListContent06 table .form-group {
  margin-bottom: 0;
}
.ListContent03 table .inputPage,
.ListContent06 table .inputPage {
  width: 40px;
  border: 2px solid #e1e1e1;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px transparent;
  box-shadow: inset 0 1px 1px transparent;
}
.ListContent02 {
  margin-top: 50px;
}
.ListContent02 .content table {
  table-layout: fixed;
}
.ListContent02 .content table thead tr th {
  font-size: 15px;
  text-align: center;
}
.ListContent02 .content table thead .state_width {
  width: 130px;
}
.ListContent02 .content table thead .title_width {
  width: 100%;
}
.ListContent02 .content table thead .date_width {
  width: 110px;
}
.ListContent02 .content table tbody tr td {
  vertical-align: middle;
  text-align: center;
}
.ListContent02 .content table tbody tr td .title {
  text-align: left;
  display: block;
  max-width: 100%;
  width: 100%;
}
.ListContent02 .content table tbody tr td .title h5 {
  margin-top: 12px;
  font-size: 15px;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ListContent02 .content table tbody tr td .title h5 a {
  color: #0c78a7;
}
.ListContent02 .content table tbody tr td .title h5 a:hover,
.ListContent02 .content table tbody tr td .title h5 a:focus {
  color: #ed5565;
}
.ListContent02 .content table tbody tr td .title h5 a i {
  color: #1265A8;
}
.ListContent02 .content table tbody tr td .label {
  position: relative;
  float: left;
  margin-right: 5px;
  padding: 5px 10px;
  margin-bottom: 5px;
}
.ListContent02 .content table tbody tr td .label a {
  color: #000;
}
.ListContent02 .content table tbody tr td .label a:hover,
.ListContent02 .content table tbody tr td .label a:focus {
  color: #fff;
}
.ListContent02 .content table tbody tr td .date {
  color: #999999;
  font-size: 13px;
  line-height: 1.8;
}
.ListContent02 .content table tbody tr td .date span {
  display: block;
}
.ListContent02 .content table tbody tr td .state-btn {
  display: none;
}
.ListContent02 .content table tbody tr td p {
  text-align: left;
  margin-bottom: 8px;
}
.ListContent02 .content table tbody tr td p a {
  display: block;
  color: #555;
}
.ListContent02 .content table tbody tr td p a:hover,
.ListContent02 .content table tbody tr td p a:focus {
  color: #000;
}
.ListContent02 .content table tbody tr td ul {
  margin: 0;
  padding: 0;
  text-align: left;
  padding-left: 15px;
}
.ListContent02 .content table tbody tr td ul li {
  font-size: 13px;
  color: #999;
}
.ListContent02_form .form-horizontal {
  margin-top: 30px;
}
.ListContent02_form h5 {
  margin: 0;
  color: #08c;
}
.ListContent02_form .form-group {
  margin: 3px 0px;
  padding: 10px 0px;
}
.ListContent02_form .form-group:nth-child(even) {
  background-color: #f5f5f5;
}
.ListContent02_form .form-group.btn-send {
  margin-top: 30px;
  background-color: #fff;
}
.ListContent02_form .form-group.btn-send .btn {
  margin: 0 3px;
}
.ListContent02_form .form-control {
  margin: 3px 0px;
}
.ListContent02_form .input-group-addon {
  background-color: transparent;
  border: transparent;
}
.ListContent02_form .btn {
  padding: 3px 8px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.ListContent02_form .btn-send .btn {
  padding: 8px 12px;
}
.ListContent02_form .btn-primary:active,
.ListContent02_form .btn-primary.active,
.ListContent02_form .open > .dropdown-toggle.btn-primary {
  color: #ffc61e;
  background-color: #000;
  border-color: transparent;
}
.subscribe-confirm-msg-table th {
  width: 25%;
}
.ListContent03 table tr td .title,
.ListContent06 table tr td .title {
  display: block;
}
.ListContent03 table tr td .title h5,
.ListContent06 table tr td .title h5 {
  margin-top: 0;
}
.ListContent03 .item,
.ListContent06 .item {
  margin-top: 12px;
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.ListContent08 {
  margin-top: -10px;
}
.ListContent08 .glyphicon {
  margin-right: 0px;
}
.ListContent08 .thumbnail {
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.ListContent08 .list-group-item-heading {
  padding: 0;
  font-size: 16px;
  color: #222;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 500;
}
.ListContent08 .caption {
  padding: 0;
}
.ListContent08 .tags {
  border-top: 1px solid #efefef;
  padding-top: 10px;
  margin: 15px 0px;
}
.ListContent08 .tags a {
  display: block;
  background-color: #ffc61e;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 5px 10px;
  font-size: 14px !important;
  color: #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.ListContent08 .tags a:hover {
  background-color: #000;
  color: #fff;
}
.ListContent08 .tags a:hover.nobg {
  background-color: transparent;
  color: #ed5565;
}
.ListContent08 .tags a.nobg {
  background-color: transparent;
  color: #999;
}
.ListContent08 .item.grid-group-item .si-share {
  display: none;
}
.ListContent08 .item.grid-group-item .list-group-item-text {
  display: none;
}
.ListContent08 .item.grid-group-item .thumbnail {
  border: 0;
}
.ListContent08 .item.list-group-item {
  width: 100%;
  display: block;
  background-color: #fff;
  border: 0;
}
.ListContent08 .item.list-group-item .thumbnail {
  display: block;
  border: 0;
  padding: 0 0 20px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
.ListContent08 .item.list-group-item:first .thumbnail {
  border: 0;
  padding-top: 0px;
}
.ListContent08 .item.list-group-item .pic {
  float: left;
  width: 25%;
}
.ListContent08 .item.list-group-item .caption {
  float: left;
  width: 75%;
  padding: 0 15px;
}
.ListContent08 .item.list-group-item .caption .list-group-item-heading {
  margin-top: 0px;
}
.ListContent08 .item.list-group-item .caption h4 {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .ListContent01 .list-refine,
  .ListContent03 .list-refine,
  .ListContent06 .list-refine {
    display: inline-block;
  }
  .ListContent01 .list-refine i,
  .ListContent03 .list-refine i,
  .ListContent06 .list-refine i {
    margin-right: 5px;
  }
  .ListContent01 .line-span,
  .ListContent03 .line-span,
  .ListContent06 .line-span {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .ListContent08 .si-share {
    display: none;
  }
  .ListContent08 .item.list-group-item {
    width: 100%;
    display: block;
    padding: 0px 15px;
    background-color: #fff;
    border: 0px;
    margin-bottom: 15px;
  }
  .ListContent08 .item.list-group-item .pic {
    float: none;
    width: 100%;
  }
  .ListContent08 .item.list-group-item .caption {
    float: none;
    width: 100%;
    padding: 0px;
  }
  .ListContent08 .item.list-group-item .caption h4 {
    font-size: 16px;
    font-weight: 500;
  }
  .ListContent08 .item.list-group-item .caption .list-group-item-text {
    display: none;
  }
}
.ListContent09 .title,
.ListContent10 .title {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  border-bottom: 1px solid #ffc61e;
}
.ListContent09 .title h5,
.ListContent10 .title h5 {
  margin-top: 12px;
  font-size: 18px;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ListContent09 .title h5 a,
.ListContent10 .title h5 a {
  color: #0c78a7;
}
.ListContent09 .title h5 a:hover,
.ListContent10 .title h5 a:hover,
.ListContent09 .title h5 a:focus,
.ListContent10 .title h5 a:focus {
  color: #ed5565;
}
.ListContent09 .title .date,
.ListContent10 .title .date {
  color: #999999;
  font-size: 13px;
  float: right;
  line-height: 3.6;
  padding-left: 10px;
}
.ListContent09 .pic,
.ListContent10 .pic {
  position: relative;
  overflow: hidden;
  height: auto;
}
.ListContent09 .pic img,
.ListContent10 .pic img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.ListContent09 .pic:after,
.ListContent10 .pic:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.ListContent09 p a,
.ListContent10 p a {
  display: block;
}
.ListContent07 .item {
  margin-bottom: 15px;
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.ListContent07 .title h5 {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ListContent07 .title h5 a {
  color: #0c78a7;
}
.ListContent07 .title h5 a:hover,
.ListContent07 .title h5 a:focus {
  color: #ed5565;
}
.ListContent07 .pic {
  float: left;
  position: relative;
  overflow: hidden;
  height: auto;
  width: 125px;
  margin-right: 10px;
}
.ListContent07 .pic img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.ListContent07 .pic:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.ListContent07 p {
  font-size: 14px;
}
.ListContent07 p a {
  display: block;
}
.ListContent10 .pic {
  background-color: #fff;
}
.ListContent10 .pic img {
  border: 1px solid #ddd;
}
@media (max-width: 991px) {
  .ListContent09 .title .date,
  .ListContent10 .title .date {
    color: #999;
    font-size: 13px;
    float: none;
    line-height: 1.5;
    padding: 20px 0px 0px;
    display: block;
  }
  .ListContent10 .img-responsive {
    width: auto;
  }
}
@media (max-width: 767px) {
  .ListContent03 table tr td .date {
    display: block;
    float: none;
  }
  .ListContent02 {
    margin-top: -10px;
  }
  .ListContent02 .content table thead {
    display: none;
  }
  .ListContent02 .content table tbody {
    display: table-caption;
  }
  .ListContent02 .content table tbody tr td {
    border: 0px;
    display: block;
  }
  .ListContent02 .content table tbody tr td.state {
    display: none;
  }
  .ListContent02 .content table tbody tr td.dataBox {
    border: 0px;
    padding-bottom: 0px;
    padding: 0px;
    margin-top: 8px;
  }
  .ListContent02 .content table tbody tr td .title h5 {
    margin-top: 12px;
    font-size: 15px;
    letter-spacing: 1px;
    overflow: inherit;
    white-space: inherit;
    text-overflow: ellipsis;
  }
  .ListContent02 .content table tbody tr td .title h5 a {
    color: #0c78a7;
  }
  .ListContent02 .content table tbody tr td .title h5 a:hover,
  .ListContent02 .content table tbody tr td .title h5 a:focus {
    color: #ed5565;
  }
  .ListContent02 .content table tbody tr td .date {
    padding-top: 10px;
    padding-bottom: 8px;
    color: #222;
    width: 100%;
    background-color: #ececec;
    border-radius: 3px;
    clear: both;
  }
  .ListContent02 .content table tbody tr td .date span {
    display: inline-block;
  }
  .ListContent02 .content table tbody tr td .state-btn {
    text-align: center;
    width: 100%;
    display: block;
  }
  .ListContent02 .content table tbody tr td .button {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 479px) {
  .ListContent01 table tr td .pic {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .ListContent02 .content table tbody tr td {
    padding: 0px;
  }
  .ListContent02 .content table tbody tr td .title {
    padding: 8px 8px 4px 8px;
  }
  .ListContent02 .content table tbody tr td .title h5 {
    margin: 0;
  }
  .ListContent02 .content table tbody tr td p {
    padding: 4px 8px 0px 8px;
  }
  .ListContent02 .content table tbody tr td ul {
    padding-left: 30px;
    padding-right: 15px;
  }
  .ListContent02 .content table tbody tr td .label {
    width: 70px;
    float: none;
    display: block;
  }
  .ListContent03 table tr td .title {
    display: inline-block;
  }
  .ListContent03 table tr td .date {
    display: block;
    float: none;
    padding-left: 0px;
  }
  .ListContent03 table tr td .pic {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.DataLink01 {
  padding-bottom: 10px;
}
.DataLink01 h6 {
  font-size: 16px;
  border-bottom: 1px solid #ead9b5;
  padding-bottom: 5px;
}
.DataLink01 .acctitle,
.DataLink01 .acctitlec {
  display: block;
  position: relative;
  line-height: 20px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #444;
  cursor: pointer;
  border-top: 0;
  padding: 5px 0 5px 0;
}
.DataLink01 .acctitle span,
.DataLink01 .acctitlec span {
  color: red;
  margin-left: 5px;
}
.DataLink01 .acctitle::before {
  content: '';
  border-top: 0px;
  display: none;
}
.DataLink01 .acc_content {
  position: relative;
  padding: 0 0 15px 10px;
}
.DataLink01 .acc_content ul {
  margin: 0;
  padding: 0;
}
.DataLink01 .acc_content ul li {
  display: block;
  padding: 0;
}
.DataLink01 .acc_content ul li a {
  line-height: 18px;
}
.DataLink02 .title {
  width: 100%;
  padding: 0 20px;
  background-color: #2ba3e0;
  border-radius: 5px 5px 0 0;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}
.DataLink02 .title h5 {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  font-weight: 400;
}
.DataLink02 .title h5 i {
  margin-right: 6px;
}
.DataLink02 .pic {
  display: inline-block;
  font-size: 100px;
  position: absolute;
  z-index: 0;
  bottom: -20px;
  right: 2%;
  opacity: .25;
  color: #fff;
}
.DataLink02 .info {
  width: 100%;
  float: left;
  padding: 15px 0px;
  position: relative;
  overflow: hidden;
  min-height: 130px;
}
.DataLink02 .info ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  position: inherit;
  z-index: 1;
}
.DataLink02 .info ul li {
  width: 32%;
  display: inline-block;
  padding: 2px 6px;
}
.DataLink02 .info ul li a {
  color: #fff;
}
.DataLink02 .info ul li a:hover {
  color: #000;
}
.DataLink02 .bg-item {
  background: #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  border: 0px;
  margin-bottom: 15px;
}
.DataLink02 .bg-item.background-secondary {
  background-color: #6a7a84 !important;
}
.DataLink02 .bg-item.background-primary {
  background-color: #2ba3e0 !important;
}
.DataLink04 h5 {
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  border: 2px solid #ed5565;
  padding: 2px 6px;
  color: #ffffff;
  background-color: #ed5565;
}
.DataLink04 ul {
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
.DataLink04 .pic {
  width: 50%;
  float: left;
}
.DataLink04 .pic:before {
  content: '';
  width: 0;
  height: 0;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -15px;
  z-index: 1;
}
.DataLink04 .info {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.DataLink04 .bg-item {
  border: 1px solid #ddd;
}
.DataLink05 a {
  display: block;
  margin-bottom: 15px;
}
.DataLink05-info .inline_wrap {
  margin-bottom: 15px;
}
.DataLink05-info .inline_wrap ul li {
  font-size: 13px;
}
.DataLink05-info .inline_wrap ul li a {
  line-height: 1.6;
}
.DataLink05-info .label {
  font-size: 14px;
  color: red;
}
.DataLink05-info .mo {
  padding-top: 10px;
}
.DataLink05-info .more {
  font-size: 13px;
  background-color: #efefef;
  padding: 2px 15px;
  width: 100%;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767px) {
  .DataLink01 .col-sm-6 {
    margin-bottom: 10px;
  }
  .DataLink04 .col-sm-6 {
    margin-bottom: 15px;
  }
}
.Single01 .item,
.Single02 .item {
  margin: 20px auto 0px;
}
.Single01 .item .pic,
.Single02 .item .pic {
  position: relative;
  overflow: hidden;
}
.Single01 .item .pic a img,
.Single02 .item .pic a img {
  border: 1px solid #ececec;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.Single01 .item .pic:after,
.Single02 .item .pic:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.Single01 .item .title,
.Single02 .item .title {
  color: #222;
  letter-spacing: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: bold;
}
.Single01 .item .title h5,
.Single02 .item .title h5 {
  font-size: 16px;
  margin: 0;
}
.Single01 .item .title h6,
.Single02 .item .title h6 {
  font-size: 15px;
  margin: 0;
}
.Single01 .item {
  max-width: 200px;
}
.Single02 .item {
  max-width: 200px;
}
.Single02 .item .info {
  border-top: 1px solid #ffc61e;
  padding-top: 8px;
  padding-bottom: 12px;
}
.Single02 .item .info .text {
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 1px;
}
.Single03 .video {
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #ffc61e;
}
.Single03 .title {
  font-size: 16px;
  color: #222;
  letter-spacing: 1px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: bold;
}
.Single03 .info {
  border-top: 1px solid #ffc61e;
  padding-top: 8px;
  padding-bottom: 8px;
}
.Single03 .info .text {
  line-height: 1.4em;
  height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.Single03 .info .text a {
  color: #444;
}
.Weather {
  padding-top: 4px;
}
.Weather h2.SectionTitle {
  width: 100%;
  display: inline-block;
  padding-bottom: 0px;
  border-bottom: 0px;
}
.Weather h2.SectionTitle:before {
  border-bottom: 0px;
}
.Weather h2.SectionTitle a {
  vertical-align: top;
}
.Weather h2.SectionTitle i {
  margin-left: 12px;
  font-size: 15px;
}
.Weather h2 .title {
  max-width: 300px;
  text-align: left;
  font-size: 20px;
  color: #555;
}
.Weather div.WeatherLocal h5 {
  width: 130px;
  text-align: right;
}
.Weather h2 .title,
.Weather div.WeatherLocal h5 {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.WeatherLocal {
  display: inline-block;
  float: right;
  margin-top: -4px;
}
.Weather01 {
  width: 100%;
}
.Weather01 h1 {
  font-size: 46px;
  margin: 0;
  color: #999;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -2px;
  margin-bottom: 10px;
}
.Weather01 h2 {
  font-size: 20px;
  margin: 0;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 5px;
}
.Weather01 h3 {
  font-size: 18px;
  margin: 0;
  font-weight: 400;
  line-height: 1;
}
.Weather01 h4 {
  margin: 0;
  font-weight: 500;
}
.Weather01 h4 span {
  color: #fd6c3d;
  float: right;
  padding-right: 8px;
}
.Weather01 h5 {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}
.Weather01 h5 span {
  padding-right: 5px;
}
.Weather01 h5 span.pull-right {
  width: 87px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
  line-height: 24px;
  margin: auto;
}
.Weather01 h5 .week {
  font-weight: 600;
  color: #aaa;
  margin-left: 8px;
}
.Weather01 h6 {
  font-size: 15px;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
  line-height: 24px;
  max-width: 77px;
  margin: auto;
}
.todayBox {
  display: table;
  padding-right: 0;
}
.tomorrowBox,
.acquiredBox {
  display: table;
  padding: 0px 10px;
  background-color: #eee;
}
.container-icon {
  width: 100%;
  height: 150px;
  color: #fff;
  background-color: #ffc61e;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.container-icon i {
  line-height: inherit;
  font-size: 50px;
}
.container-icon-2 {
  width: 70px;
  height: 80px;
  color: #ffc61e;
  background-color: transparent;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.container-icon-2 i {
  line-height: inherit;
  font-size: 30px;
}
.container-icon-2 h3 {
  color: #ff6d3a;
}
.container-desc {
  display: table-cell;
  vertical-align: middle;
}
.container-desc p {
  margin-bottom: 8px;
}
.container-desc p span {
  color: #aaa;
  float: right;
  font-weight: 600;
}
.acquiredBox .container-icon-2:before {
  content: "";
  width: 2px;
  height: 50px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 5px;
  top: 15px;
}
.Exchangerate h2.SectionTitle span {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fbc92c;
  float: right;
  line-height: 2;
}
.Exchangerate p a {
  text-align: right;
  color: #aaa;
  font-size: 12px;
  margin: 0;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.Exchangerate01 .item {
  border-bottom: 2px solid #ececec;
}
.Exchangerate01 .item p {
  color: #aaa;
  font-size: 12px;
  margin: 0;
}
.Exchangerate01 .item h3 {
  color: #fe6c3b;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0;
}
.Exchangerate01 .item h5 {
  font-size: 15px;
  line-height: 1.1;
  margin: 0;
}
.ListImg01 .nav-tabs > li > a,
.ListImg03 .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border-radius: 0px;
  padding: 10px 12px;
}
.ListImg01 .nav-tabs > li > a:hover,
.ListImg03 .nav-tabs > li > a:hover {
  border-color: transparent;
}
.ListImg01 .nav-tabs > li.active > a,
.ListImg03 .nav-tabs > li.active > a,
.ListImg01 .nav-tabs > li.active > a:hover,
.ListImg03 .nav-tabs > li.active > a:hover,
.ListImg01 .nav-tabs > li.active > a:focus,
.ListImg03 .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  border-top: 3px solid #ffc61e;
}
.ListImg01 .Tab,
.ListImg03 .Tab {
  margin-top: 10px;
}
.ListImg01 .Tab .tab-content,
.ListImg03 .Tab .tab-content {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ListImg01 .Tab .tab-content .content,
.ListImg03 .Tab .tab-content .content {
  margin-top: 20px;
  width: 100%;
}
.ListImg01 .Tab .tab-content .content .list,
.ListImg03 .Tab .tab-content .content .list {
  position: relative;
}
.ListImg01 .Tab .tab-content .content .list .SlidePic,
.ListImg03 .Tab .tab-content .content .list .SlidePic {
  position: relative;
  overflow: hidden;
  background: #ececec;
}
.ListImg01 .Tab .tab-content .content .list .SlidePic:after,
.ListImg03 .Tab .tab-content .content .list .SlidePic:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.ListImg01 .Tab .tab-content .content .list .SlidePic img,
.ListImg03 .Tab .tab-content .content .list .SlidePic img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.ListImg01 .Tab .tab-content .content .list .SlideInfo,
.ListImg03 .Tab .tab-content .content .list .SlideInfo {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  padding: 8px;
  z-index: 10;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ListImg01 .SlidePic {
  height: 172px;
  overflow: hidden;
}
.ListImg03 .SlidePic-left {
  height: 300px;
  overflow: hidden;
}
.ListImg03 .SlidePic-right {
  height: 140px;
  overflow: hidden;
  margin-bottom: 20px;
}
.ListImg05 .content {
  margin-top: 20px;
  width: 100%;
}
.ListImg05 .content .list {
  position: relative;
}
.ListImg05 .content .list .SlidePic {
  position: relative;
  overflow: hidden;
  background: #ececec;
}
.ListImg05 .content .list .SlidePic:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.ListImg05 .content .list .SlidePic img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.ListImg05 .content .list .SlideInfo {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  padding: 8px;
  z-index: 10;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ListImg05 .SlidePic-left {
  height: 300px;
  overflow: hidden;
}
.ListImg05 .SlidePic-right {
  height: 140px;
  overflow: hidden;
  margin-bottom: 20px;
}
.ListImg05.full .SlidePic-left {
  height: 459px;
  overflow: hidden;
}
.ListImg05.full .SlidePic-right {
  height: 220px;
  overflow: hidden;
  margin-bottom: 19px;
}
.ListImg06 .content {
  margin-top: 20px;
  width: 100%;
}
.ListImg06 .content .list {
  position: relative;
}
.ListImg06 .content .list ul {
  margin: 0;
  padding: 0;
}
.ListImg06 .content .list ul li {
  height: auto;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  list-style: none;
  line-height: 40px;
  padding: 13px 0;
  border-bottom: 1px dotted #ccc;
}
.ListImg06 .content .list ul li .text {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ListImg06 .content .list .SlidePic {
  position: relative;
  overflow: hidden;
  background: #ececec;
}
.ListImg06 .content .list .SlidePic:after {
  padding-top: 100%;
  content: "";
  display: block;
}
.ListImg06 .content .list .SlidePic img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.ListImg06 .content .list .SlideInfo {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  padding: 8px;
  z-index: 10;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ListImg06 .SlidePic {
  height: 270px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .ListImg01 .SlidePic {
    height: 140px;
    overflow: hidden;
  }
  .ListImg03 .SlidePic-left,
  .ListImg05 .SlidePic-left {
    height: 245px;
    overflow: hidden;
  }
  .ListImg03 .SlidePic-right,
  .ListImg05 .SlidePic-right {
    height: 115px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .ListImg03.full .SlidePic-left,
  .ListImg05.full .SlidePic-left {
    height: 377px;
    overflow: hidden;
  }
  .ListImg03.full .SlidePic-right,
  .ListImg05.full .SlidePic-right {
    height: 181px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .ListImg06 .SlidePic {
    height: 220px;
    overflow: hidden;
  }
  .ListImg06 .content .list ul li {
    line-height: 32px;
    padding: 11px 0;
  }
}
@media (max-width: 991px) {
  .ListImg03.full .SlidePic-left,
  .ListImg05.full .SlidePic-left {
    height: 245px;
    overflow: hidden;
  }
  .ListImg03.full .SlidePic-right,
  .ListImg05.full .SlidePic-right {
    height: 115px;
    overflow: hidden;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .ListImg01 .Tab .tab-content .content .list .SlidePic,
  .ListImg03 .Tab .tab-content .content .list .SlidePic,
  .ListImg05 .content .list .SlidePic,
  .ListImg06 .content .list .SlidePic {
    height: auto;
    margin-bottom: 15px;
  }
  .ListImg01 .Tab .tab-content .content .list .SlidePic:after,
  .ListImg03 .Tab .tab-content .content .list .SlidePic:after,
  .ListImg05 .content .list .SlidePic:after,
  .ListImg06 .content .list .SlidePic:after {
    padding-top: 0px;
    content: "";
    display: block;
  }
  .ListImg01 .Tab .tab-content .content .list .SlidePic img,
  .ListImg03 .Tab .tab-content .content .list .SlidePic img,
  .ListImg05 .content .list .SlidePic img,
  .ListImg06 .content .list .SlidePic img {
    position: inherit;
  }
}
.ArticleDetail01 .attchment_box .attchment_box_item a {
  margin-left: 5px;
}
.single-post .entry {
  position: relative;
  margin: 0px;
  padding: 0 0 30px;
}
.single-post .entry .entry-title h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.single-post .entry .entry-title h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.single-post .entry .entry-title h2 a {
  color: #333;
}
.single-post .entry .entry-title h2 a:hover {
  color: #000;
}
.single-post .entry .entry-title h5 {
  margin: 0;
  margin-top: 10px;
  color: #337ab7;
}
.single-post .entry .entry-title h6 {
  font-weight: 400;
  font-size: 15px;
  margin: 0;
}
.single-post .entry .entry-title h6 a {
  color: #999;
}
.single-post .entry .entry-title h6 a:hover {
  color: #ed5565;
}
.single-post .entry .entry-meta {
  margin: 10px -10px -15px 0;
  list-style: none;
}
.single-post .entry .entry-meta li {
  float: left;
  font-size: 13px;
  line-height: 14px;
  margin: 0 10px 15px 0;
  color: #999;
}
.single-post .entry .entry-meta li:before {
  content: '/';
  display: inline-block;
  margin-right: 10px;
  opacity: 0.5;
}
.single-post .entry .entry-meta .entry-meta li,
.single-post .entry .entry-meta li i {
  position: relative;
  top: 1px;
  font-size: 14px;
  margin-right: 3px;
}
.single-post .entry .entry-meta li a {
  color: #999;
}
.single-post .entry .entry-meta li a:hover {
  color: #ed5565;
}
.single-post .entry .entry-meta li:first-child:before {
  display: none;
}
.single-post .entry .entry-meta li ins {
  font-weight: 600;
  text-decoration: none;
}
.single-post .entry .entry-image-exchange,
.single-post .entry .entry-image-country,
.single-post .entry .entry-image {
  display: block;
  position: relative;
  width: 50%;
  height: auto;
  margin-bottom: 30px;
}
.single-post .entry .entry-image iframe {
  display: block;
}
.single-post .entry .entry-image img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.single-post .entry .entry-image,
.single-post .entry .entry-image .slide a,
.single-post .entry .entry-image img,
.single-post .entry .entry-image > a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.single-post .entry .entry-image-exchange,
.single-post .entry .entry-image-exchange .slide a,
.single-post .entry .entry-image-exchange img,
.single-post .entry .entry-image-exchange > a {
  position: relative;
  width: auto;
  height: auto;
  max-width: 400px;
}
.single-post .entry .entry-image-country,
.single-post .entry .entry-image-country .slide a,
.single-post .entry .entry-image-country img,
.single-post .entry .entry-image-country > a {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  max-width: 360px;
}
.single-post .entry .entry-content .entry-image {
  max-width: 350px;
}
.single-post .entry .entry-c {
  position: relative;
  overflow: hidden;
}
.single-post .entry .entry-content {
  word-wrap: break-word;
  position: relative;
}
.single-post .entry .entry-content .video {
  display: block;
  position: relative;
  height: auto;
  margin-bottom: 15px;
}
.single-post .entry .entry-content .video-left {
  width: 48%;
  margin-right: 15px;
  margin-top: 5px;
  padding-bottom: 27%;
  float: left;
}
.single-post .entry .entry-content .video-right {
  width: 48%;
  margin-left: 15px;
  margin-top: 5px;
  padding-bottom: 27%;
  float: right;
}
.single-post .entry .entry-content p {
  clear: both;
  margin-bottom: 20px;
  font-size: 15px;
  letter-spacing: 1px;
}
.single-post .entry .entry-content p img {
  display: block;
  position: relative;
  max-width: 45%;
  height: auto;
}
.single-post .entry .entry-content p img.right {
  margin-left: 15px !important;
  margin-right: 0px !important;
  float: right !important;
}
.single-post .entry .entry-content p img.left {
  margin-left: 0px !important;
  margin-right: 15px !important;
  float: left !important;
}
.single-post .entry .entry-content p img.full {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  float: none !important;
}
.single-post .entry .entry-content p:nth-child(odd) img {
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}
.single-post .entry .entry-content p:nth-child(even) img {
  margin-left: 15px;
  margin-bottom: 15px;
  float: right;
}
.single-post .entry .entry-content .line {
  margin: 30px 0 40px;
}
.single-post .entry .entry-content .entry-link {
  display: block;
  width: 100%;
  background-color: #F5F5F5;
  padding: 30px 0;
  text-align: center;
  color: #444;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.single-post .entry .entry-content .entry-link:hover {
  color: #FFF;
  background-color: #1abc9c;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.single-post .entry .entry-content .entry-link:hover span {
  color: #EEE;
}
.single-post .entry .entry-content .entry-link span {
  display: block;
  margin-top: 5px;
  font-family: 'Crete Round', serif;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  color: #AAA;
}
.single-post .entry .entry-content .tagcloud {
  margin-bottom: -2px;
}
.single-post .entry .entry-content .tagcloud a,
.single-post .entry .entry-content .tagcloud span {
  display: block;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 3px 6px;
  font-size: 13px!important;
  color: #666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.single-post .entry .entry-content .tagcloud span {
  padding: 5px 6px;
  border: 0px;
}
.single-post .entry .entry-content .tagcloud a:hover {
  border-color: #ed5565 !important;
  color: #ed5565 !important;
}
.single-post .related-posts {
  margin-bottom: 20px;
}
.single-post .related-posts h4 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.single-post .related-posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-post .related-posts ul li {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.single-post .related-posts ul li:before {
  content: " ● ";
  margin-right: 5px;
  font-size: 8px;
  font-weight: 300;
  color: #ffc61e;
  transform: scale(0.65);
}
.single-post .related-posts ul li .date {
  color: #999;
  font-size: 13px;
  float: right;
  padding-left: 10px;
}
.single-post .related-posts ul li:nth-child(2n) {
  background-color: #f5f5f5;
}
.single-post h5 {
  font-weight: 500;
}
.single-post .note {
  font-size: 14px;
  padding: 2px 6px;
  margin-right: 5px;
  font-weight: 600;
  background-color: #ffc61e;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ArticleDetail02 h2.SectionTitle a {
  font-size: 20px;
}
.ArticleDetail02 h2.SectionTitle a.pull-right {
  font-size: 16px;
}
.ArticleDetail02 .single-post .entry {
  padding: 0;
}
.ArticleDetail02 .single-post h4 {
  color: #000;
  font-weight: 500;
}
.ArticleDetail02 .single-post h5 {
  font-weight: 500;
  padding-bottom: 12px;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 10px !important;
}
.ArticleDetail02 .single-post .entry-title p {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.ArticleDetail02 .single-post .entry-content .note {
  display: table;
  margin-bottom: 10px;
}
.ArticleDetail03 table tbody tr th {
  width: 130px;
  text-align: right;
  background-color: #efefef;
}
.ArticleDetail03 table tbody tr td {
  text-align: left;
}
@media (max-width: 767px) {
  .single-post .entry-content p {
    clear: both;
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .single-post .entry-content p img {
    display: block;
    position: relative;
    max-width: 45%;
    height: auto;
  }
  .single-post .entry-content p img.right {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 15px;
    float: none !important;
  }
  .single-post .entry-content p img.left {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 15px;
    float: none !important;
  }
  .single-post .entry-content p img.full {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 15px;
    float: none !important;
  }
  .single-post .entry-content p:nth-child(odd) img {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 15px;
    float: none !important;
  }
  .single-post .entry-content p:nth-child(even) img {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 15px;
    float: none !important;
  }
  .single-post .entry-content .line {
    margin: 20px 0 30px;
  }
}
@media (max-width: 479px) {
  .related-posts ul li .date {
    display: none;
  }
}
.VideoDetail02,
.VideoDetail04 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  margin-bottom: 45px;
}
.VideoDetail02 .Slider,
.VideoDetail04 .Slider {
  position: relative;
}
.VideoDetail02 .video-overlay,
.VideoDetail04 .video-overlay {
  margin-bottom: 15px;
}
.VideoDetail02 .title,
.VideoDetail04 .title {
  padding-right: 15px;
}
.VideoDetail02 .title h3,
.VideoDetail04 .title h3 {
  margin: 0;
  margin-bottom: 15px;
}
.VideoDetail02 .title h3 a,
.VideoDetail04 .title h3 a {
  font-weight: 500;
  color: #0c78a7;
}
.VideoDetail02 .title h3 a:hover,
.VideoDetail04 .title h3 a:hover {
  color: #ed5565;
}
.VideoDetail02 .info,
.VideoDetail04 .info {
  padding-right: 15px;
}
.VideoDetail02 .info p,
.VideoDetail04 .info p {
  font-size: 15px;
  letter-spacing: 1px;
}
.VideoDetail02 .si-share,
.VideoDetail04 .si-share {
  margin-right: 15px;
  margin-top: 15px;
}
.VideoDetail02.two_third .title h3,
.VideoDetail04.two_third .title h3 {
  font-size: 20px;
}
.VideoDetail02.two_third .info p,
.VideoDetail04.two_third .info p {
  font-size: 14px;
  letter-spacing: 0px;
}
.VideoDetail03 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  margin-bottom: 45px;
}
.VideoDetail03 .video-overlay {
  margin-bottom: 15px;
}
.VideoDetail03 .video-overlay img {
  width: 100%;
}
.VideoDetail03 .title {
  padding-right: 15px;
}
.VideoDetail03 .title h3 {
  margin: 0;
  margin-bottom: 15px;
}
.VideoDetail03 .title h3 a {
  font-weight: 500;
  color: #0c78a7;
}
.VideoDetail03 .title h3 a:hover {
  color: #ed5565;
}
.VideoDetail03 .info {
  padding-right: 15px;
}
.VideoDetail03 .info p {
  font-size: 15px;
  letter-spacing: 1px;
}
.VideoDetail03 .tags {
  border-top: 1px solid #efefef;
  padding: 10px 0;
  margin: 15px 0px 0px;
}
.VideoDetail03 .tags a {
  display: block;
  background-color: #ffc61e;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 5px 10px;
  font-size: 14px !important;
  color: #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.VideoDetail03 .tags a:hover {
  background-color: #000;
  color: #fff;
}
.VideoDetail03 .tags a:hover.nobg {
  background-color: transparent;
  color: #ed5565;
}
.VideoDetail03 .tags a.nobg {
  background-color: transparent;
  color: #999;
}
.VideoDetail03 .si-share {
  float: left;
  margin-right: 15px;
  margin-top: 15px;
}
#load-next-posts .button.next {
  color: #efefef;
  background-color: transparent;
  margin-bottom: 50px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}
.Market01 h2.SectionTitle a {
  font-size: 20px;
}
.Market01 h2.SectionTitle a.pull-right {
  font-size: 16px;
}
.Market02 h2.SectionTitle a {
  font-size: 16px;
}
.Market02 .fluid-width-video-wrapper {
  padding-top: 36% !important;
}
@media (max-width: 767px) {
  .Market01.Market02 h2.SectionTitle a {
    float: none;
  }
}
.HTMLContent02 .icons {
  width: 50px;
  float: left;
  display: block;
  margin: 5px;
  position: absolute;
  top: -10px;
  z-index: 1;
}
.HTMLContent02 .panel {
  margin-bottom: 0px;
  background-color: #ececec;
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
.HTMLContent02 .panel-heading {
  display: block;
  padding: 0px;
  width: 100%;
  height: 40px;
  border-bottom: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #ffc61e;
}
.HTMLContent02 .panel-title {
  width: 100%;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  color: inherit;
  position: relative;
  line-height: 40px;
  text-align: center;
}
.HTMLContent02 .panel-title a {
  position: relative;
  color: #000;
  margin: 0 auto;
}
.HTMLContent02 .panel-title a i {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 26px;
  height: 26px;
  text-align: center;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 26px;
  border-radius: 3px;
}
.HTMLContent02 .panel-title a i.toggle-open {
  display: none;
}
.HTMLContent02 .panel-title a i.toggle-closed {
  display: block;
}
.HTMLContent02 .panel-title a.collapsed i.toggle-closed {
  display: none;
}
.HTMLContent02 .panel-title a.collapsed i.toggle-open {
  display: block;
}
.HTMLContent02 .panel-body {
  padding: 0;
}
.HTMLContent02 .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0px;
}
.HTMLContent03 {
  margin-top: 15px;
}
.HTMLContent03 .menuBox {
  background-color: #6164C1;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.HTMLContent03 .menuBox h6 {
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding: 13px 15px 10px;
  color: #fff;
  font-weight: 400;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  background-color: #32346f;
  letter-spacing: 1px;
}
.HTMLContent03 .menuBox h6:before {
  border-bottom: 3px solid #fff;
}
.HTMLContent03 .menuBox h6 i {
  margin: 0 3px;
}
.HTMLContent03 .menuBox ul {
  margin: 0;
  padding: 15px;
  list-style: none;
}
.HTMLContent03 .menuBox ul li {
  padding: 5px;
  padding-left: 20px;
}
.HTMLContent03 .menuBox ul a {
  font-size: 15px;
  color: #c2c4ff;
}
.HTMLContent03 .menuBox ul a:hover {
  color: #ffc61e;
}
.HTMLContent03 .menuBox ul a i {
  margin-right: 10px;
  vertical-align: middle;
}
.HTMLContent04 {
  margin-top: 15px;
}
.HTMLContent04 .menuBox {
  padding: 15px;
  background-color: #6164C1;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.HTMLContent04 .menuBox h6 {
  color: #fff;
  font-weight: 400;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}
.HTMLContent04 .menuBox h6:before {
  border-bottom: 3px solid #fff;
}
.HTMLContent04 .menuBox h6 i {
  margin: 0 3px;
}
.HTMLContent04 .togglet,
.HTMLContent04 .togglec,
.HTMLContent04 .acctitle,
.HTMLContent04 .acctitlec {
  display: block;
  position: relative;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  border-top: 0;
  padding: 5px 0 5px 20px;
}
.HTMLContent04 .togglet span,
.HTMLContent04 .togglec span,
.HTMLContent04 .acctitle span,
.HTMLContent04 .acctitlec span {
  color: red;
  margin-left: 5px;
}
.HTMLContent04 .togglet i,
.HTMLContent04 .togglec i,
.HTMLContent04 .acctitle i,
.HTMLContent04 .acctitlec i {
  left: 0px;
  line-height: 1.8em;
}
.HTMLContent04 .togglet::before,
.HTMLContent04 .acctitle::before {
  content: '';
  border-top: 0px;
  display: none;
}
.HTMLContent04 .togglec ul,
.HTMLContent04 .acc_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.HTMLContent04 .togglec ul li,
.HTMLContent04 .acc_content ul li {
  padding-left: 15px;
}
.HTMLContent04 .togglec ul a,
.HTMLContent04 .acc_content ul a {
  color: #c2c4ff;
}
.HTMLContent04 .togglec ul a:hover,
.HTMLContent04 .acc_content ul a:hover {
  color: #ffc61e;
}
.HTMLContent06 .item {
  padding: 15px;
  background-color: #6164C1;
}
.HTMLContent06 .item ul {
  margin: 0;
  list-style: none;
  padding: 0;
  padding-left: 15px;
}
.HTMLContent06 .item ul li {
  color: #fff;
  width: 100%;
  padding: 5px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.HTMLContent06 .item ul li a {
  color: #fff;
}
.HTMLContent06 .item ul li a:hover {
  color: #ffc61e;
}
.HTMLContent09 .icons {
  width: 50px;
  float: left;
  display: block;
  margin: 5px;
  position: absolute;
  top: -10px;
  z-index: 1;
}
.HTMLContent09 .panel {
  margin-bottom: 20px;
  background-color: #ececec;
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
.HTMLContent09 .panel-heading {
  display: block;
  padding: 0px;
  width: 100%;
  height: 40px;
  border-bottom: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #ffc61e;
}
.HTMLContent09 .panel-title {
  width: 100%;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  color: inherit;
  line-height: 40px;
  text-align: center;
}
.HTMLContent09 .panel-title a {
  position: relative;
  color: #000;
  margin: 0 auto;
}
.HTMLContent09 .panel-title a i {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 26px;
  height: 26px;
  text-align: center;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 26px;
  border-radius: 3px;
}
.HTMLContent09 .panel-title a i.toggle-open {
  display: none;
}
.HTMLContent09 .panel-title a i.toggle-closed {
  display: block;
}
.HTMLContent09 .panel-title a.collapsed i.toggle-closed {
  display: none;
}
.HTMLContent09 .panel-title a.collapsed i.toggle-open {
  display: block;
}
.HTMLContent09 .panel-body {
  padding: 0;
}
.HTMLContent09 .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0px;
}
.Socialshare01 {
  width: 100%;
  background-color: #3b589e;
  padding-bottom: 10px;
}
.Socialshare01 .title {
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 40px;
  width: 360px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Socialshare01 .title i {
  float: left;
  margin-left: 15px;
}
.Socialshare01 .title a {
  color: #fff;
}
.fb-iframe {
  width: 340px;
  height: 500px;
  margin: 0 auto;
}
.fb-iframe .ignore-title {
  width: 320px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .Socialshare01 {
    padding-bottom: 5px;
  }
  .fb-iframe {
    width: 280px;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
  }
}
.Footer01 {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 35px;
  color: #000;
  background: #ededed;
  font-size: 13px;
  padding-bottom: 30px;
  line-height: 180%;
}
.Footer01 .FooterTop {
  padding-bottom: 15px;
}
.Footer01 .Footer_link {
  margin-bottom: 20px;
}
.Footer01 .Footer_link ul {
  list-style: none;
}
.Footer01 .Footer_link a {
  display: inline-block;
  padding: 0 3px 0 12px;
  background: url(images/basic/widget-link.png) left center no-repeat;
  border: none!important;
  font-size: 14px;
}
.Footer01 .Organ {
  margin-bottom: 20px;
  font-size: 15px;
}
.Footer01 .Organ a {
  margin-bottom: 10px;
  display: block;
  color: #000;
}
.Footer01 .Organ a img {
  vertical-align: middle;
  margin-right: 8px;
}
.Footer01 .Footer_info {
  margin-bottom: 8px;
}
.Footer01 .Footer_info .Address,
.Footer01 .Footer_info .Phone,
.Footer01 .Footer_info .UpdateTime,
.Footer01 .Footer_info .Mail {
  color: #924913;
}
.Footer01 .Attestation {
  float: right;
  margin-top: -70px;
  padding-right: 15px;
}
.Footer01 .Attestation img {
  max-height: 60px;
  margin-left: 5px;
}
.Footer01 .Copyright {
  color: #727272;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.Footer01 .Resolution {
  color: #727272;
}
@media (max-width: 767px) {
  .Footer01 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .Footer01 .Footer_link ul li {
    margin-bottom: 10px;
  }
  .Footer01 .Organ {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .Footer01 .Organ a {
    display: block;
    color: #000;
    margin-bottom: 8px;
  }
  .Footer01 .Footer_info {
    margin-bottom: 8px;
  }
  .Footer01 .Footer_info .Address,
  .Footer01 .Footer_info .Phone,
  .Footer01 .Footer_info .UpdateTime {
    margin-left: 0;
  }
  .Footer01 .Attestation {
    float: none;
    margin-top: 0px;
    padding-left: 10px;
  }
}
