@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700");
@font-face {
  font-family: 'prompt';
  src: url("../fonts/prompt/prompt-thin-webfont.eot");
  src: url("../fonts/prompt/prompt-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/prompt/prompt-thin-webfont.woff2") format("woff2"), url("../fonts/prompt/prompt-thin-webfont.woff") format("woff"), url("../fonts/prompt/prompt-thin-webfont.ttf") format("truetype"), url("../fonts/prompt/prompt-thin-webfont.svg#promptthin") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'prompt';
  src: url("../fonts/prompt/prompt-extralight-webfont.eot");
  src: url("../fonts/prompt/../fonts/prompt/prompt-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/prompt/prompt-extralight-webfont.woff2") format("woff2"), url("../fonts/prompt/prompt-extralight-webfont.woff") format("woff"), url("../fonts/prompt/prompt-extralight-webfont.ttf") format("truetype"), url("../fonts/prompt/prompt-extralight-webfont.svg#promptextralight") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'prompt';
  src: url("../fonts/prompt/prompt-light-webfont.eot");
  src: url("../fonts/prompt/prompt-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/prompt/prompt-light-webfont.woff2") format("woff2"), url("../fonts/prompt/prompt-light-webfont.woff") format("woff"), url("../fonts/prompt/prompt-light-webfont.ttf") format("truetype"), url("../fonts/prompt/prompt-light-webfont.svg#promptlight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'prompt';
  src: url("../fonts/prompt/prompt-regular-webfont.eot");
  src: url("../fonts/prompt/prompt-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/prompt/prompt-regular-webfont.woff2") format("woff2"), url("../fonts/prompt/prompt-regular-webfont.woff") format("woff"), url("../fonts/prompt/prompt-regular-webfont.ttf") format("truetype"), url("../fonts/prompt/prompt-regular-webfont.svg#promptregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'prompt';
  src: url("../fonts/prompt/prompt-medium-webfont.eot");
  src: url("../fonts/prompt/prompt-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/prompt/prompt-medium-webfont.woff2") format("woff2"), url("../fonts/prompt/prompt-medium-webfont.woff") format("woff"), url("../fonts/prompt/prompt-medium-webfont.ttf") format("truetype"), url("../fonts/prompt/prompt-medium-webfont.svg#promptmedium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'prompt';
  src: url("../fonts/prompt/prompt-semibold-webfont.eot");
  src: url("../fonts/prompt/prompt-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/prompt/prompt-semibold-webfont.woff2") format("woff2"), url("../fonts/prompt/prompt-semibold-webfont.woff") format("woff"), url("../fonts/prompt/prompt-semibold-webfont.ttf") format("truetype"), url("../fonts/prompt/prompt-semibold-webfont.svg#promptsemibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'prompt';
  src: url("../fonts/prompt/prompt-bold-webfont.eot");
  src: url("../fonts/prompt/prompt-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/prompt/prompt-bold-webfont.woff2") format("woff2"), url("../fonts/prompt/prompt-bold-webfont.woff") format("woff"), url("../fonts/prompt/prompt-bold-webfont.ttf") format("truetype"), url("../fonts/prompt/prompt-bold-webfont.svg#promptbold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'prompt';
  src: url("../fonts/prompt/prompt-extrabold-webfont.eot");
  src: url("../fonts/prompt/prompt-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/prompt/prompt-extrabold-webfont.woff2") format("woff2"), url("../fonts/prompt/prompt-extrabold-webfont.woff") format("woff"), url("../fonts/prompt/prompt-extrabold-webfont.ttf") format("truetype"), url("../fonts/prompt/prompt-extrabold-webfont.svg#promptextrabold") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'prompt';
  src: url("../fonts/prompt/prompt-black-webfont.eot");
  src: url("../fonts/prompt/prompt-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/prompt/prompt-black-webfont.woff2") format("woff2"), url("../fonts/prompt/prompt-black-webfont.woff") format("woff"), url("../fonts/prompt/prompt-black-webfont.ttf") format("truetype"), url("../fonts/prompt/prompt-black-webfont.svg#promptblack") format("svg");
  font-weight: 900;
  font-style: normal;
}
@keyframes color {
  0% {
    fill: #124D98;
  }
  50% {
    fill: #D62328;
  }
  100% {
    fill: #124D98;
  }
}
@-webkit-keyframes color {
  0% {
    fill: #124D98;
  }
  50% {
    fill: #D62328;
  }
  100% {
    fill: #124D98;
  }
}
@keyframes bar {
  0% {
    top: -40px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes bar {
  0% {
    top: -40px;
  }
  100% {
    top: 0px;
  }
}
/*/////////////// RESET /////////////////*/
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 100%;
}

html {
  background: #f0f0f0;
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

body {
  font: 300 16px/16px 'Roboto','Open Sans', sans-serif;
  color: #000;
  background: #f0f0f0;
}

h1, h2, h3 {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 7px;
}

h1 {
  font: 400 26px/26px 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
}

h2 {
  font: 300 24px/24px 'Roboto', sans-serif;
}

h3 {
  font: 300 18px/18px 'Roboto', sans-serif;
}

img {
  border: none;
}

a {
  text-decoration: none;
  border: none;
  color: #231f20;
  cursor: pointer;
}
a:hover {
  color: #124D98;
}

ul {
  margin: 0px;
  padding: 0px;
}

p, .p {
  margin: 5px 0;
  padding: 0;
  clear: both;
  float: left;
  width: 100%;
}

input[type=button], input[type=submit] {
  -webkit-appearance: none;
}

/*/////////////// ALL CLASS /////////////////*/
.left {
  clear: both;
  float: left;
}

.center {
  float: left;
}

.right {
  float: right;
}

.inner {
  margin: 0px auto;
  width: 1100px;
  padding: 0 40px;
  box-sizing: border-box;
}

.row {
  clear: both;
  float: left;
  width: 100%;
  padding: 30px 30px;
  box-sizing: border-box;
}

.box-inner {
  clear: both;
  float: left;
  width: 100%;
  padding: 15px 30px;
  box-sizing: border-box;
}

.row-last {
  padding: 0 30px;
}

#news-row-1 {
  margin: 0;
  /*border-top:2px solid #ddd;*/
  padding: 40px 30px 40px 30px;
  background: #ccc;
}

.col-left {
  width: 48.5%;
  float: left;
}

.col-right {
  width: 48.5%;
  float: right;
}

#container-2 .col-left .box-news:nth-child(3) .tab-box #id1 {
  width: 40%;
}

#container-2 .col-left .box-news:nth-child(3) .tab-box #id2 {
  width: 20%;
}

#container-2 .col-left .box-news:nth-child(3) .tab-box #id3 {
  width: 40%;
}

.pagination {
  font-size: 0;
  clear: both;
  padding: 10px 0 0;
}
.pagination li {
  display: block;
  float: left;
  font-size: 14px;
  margin: 0 2px 0 0;
  color: #337ab7;
  border: 1px solid #ddd;
  cursor: pointer;
  vertical-align: middle;
}
.pagination li div {
  padding: 6px 10px;
}
.pagination li.active {
  background: #337ab7;
  color: #fff;
  cursor: auto;
  padding: 6px 10px;
}
.pagination li.disable {
  color: #ccc;
  padding: 6px 10px;
}
.pagination li:last-child, .pagination li:first-child {
  font-size: 18px;
}
.pagination a {
  display: inline-block;
  font-size: 14px;
  margin: 0 2px 0 0;
  color: #337ab7;
  padding: 6px 10px;
  border: 1px solid #ddd;
}
.pagination a.active {
  background: #337ab7;
  color: #fff;
}

.nav-breadcrumb {
  clear: both;
  float: left;
  width: 100%;
  font-size: 18px;
  padding: 10px 0 10px 0;
  text-transform: uppercase;
}
.nav-breadcrumb a, .nav-breadcrumb span {
  display: inline-block;
  vertical-align: middle;
}
.nav-breadcrumb a {
  font-weight: 500;
}
.nav-breadcrumb span {
  margin: 0 10px;
  text-align: center;
  width: 1px;
}

.gl-thum.nav-breadcrumb {
  clear: both;
  float: left;
  width: 100%;
  font-size: 18px;
  padding: 10px 0 10px 0;
  text-transform: uppercase;
}
.gl-thum.nav-breadcrumb a, .gl-thum.nav-breadcrumb span {
  display: inline-block;
  vertical-align: middle;
}
.gl-thum.nav-breadcrumb a {
  font-weight: 500;
}
.gl-thum.nav-breadcrumb span {
  margin: 0 10px;
  text-align: center;
  width: 1px;
}

.nav-page {
  clear: both;
  float: left;
  width: 100%;
  padding: 10px 0 20px 0;
}
.nav-page a, .nav-page span, .nav-page i {
  display: inline-block;
  vertical-align: middle;
}
.nav-page span {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.nav-page i {
  margin: 0px 10px 0 15px;
  font-size: 18px;
}
.nav-page a {
  margin: 0 2px 0 0;
  text-transform: capitalize;
  font-size: 15px;
  padding: 3px 5px;
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
}
.nav-page a:hover {
  background: #000;
  color: #fff;
}
.nav-page .selected {
  background: #000;
  color: #fff;
}

.btn-1 {
  background-color: #124D98;
  border: none;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  color: #fff;
  font: 300 16px 'Prompt',sans-serif;
  cursor: pointer;
  min-width: 200px;
}

.btn-1:hover {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkitbox-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

/*///////////// TOP ///////////////*/
.svg-code {
  display: none;
}

.st0 {
  fill: #124D98;
}

.st1 {
  fill: #FFFFFF;
}

.st2 {
  fill: #D62328;
}

.st3 {
  fill: #124D98;
}

/*#logo .st3{
	-webkit-animation:color linear 1s infinite;
		-ms-animation:color linear 1s infinite;
			animation:color linear 1s infinite;
}*/
#top-bar {
  background: #000;
  height: 40px;
  clear: both;
  float: left;
  width: 100%;
  min-width: 1100px;
}

#top {
  width: 100%;
  clear: both;
  float: left;
  padding: 93px 0 5px;
  position: relative;
  margin: 0;
}

#top-left {
  float: left;
  margin: 0px 0 0;
  width: 50%;
}
#top-left a {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 14px;
  font-weight: 500;
}

#top-line {
  clear: both;
  float: left;
  width: 100%;
  height: 4px;
  top: 82px;
  left: 0;
  position: absolute;
  background: #000;
  z-index: 0;
}

#logo {
  width: 400px;
  display: block;
  z-index: 1;
  float: none;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -200px;
}
#logo svg, #logo img {
  width: 100%;
}
#logo svg {
  height: 110px;
}

#top-right {
  float: right;
  font-size: 15px;
  text-align: right;
  margin: 0px 0 0;
}

.social-icon {
  width: 200px;
  display: inline-block;
  margin: 0 20px 0 0;
  font-size: 16px;
}
.social-icon a {
  display: inline-block;
  margin: 0 10px 0 0;
}
.social-icon #fb-top:hover {
  color: #0843a2;
}
.social-icon #tw-top:hover {
  color: #24c6f5;
}
.social-icon #yt-top:hover {
  color: #f22625;
}

#frm-search {
  display: inline-block;
  float: none;
}
#frm-search input[type=text] {
  border: none;
  background: none;
  width: 100px;
  display: inline-block;
}

/*////////////////// Main Menu ///////////////////*/
#menu-top {
  float: left;
  clear: both;
  margin: 0px 0 0;
  height: 24px;
  width: 100%;
  font-weight: 400;
  z-index: 20;
  font-size: 0px;
  font-size: 14px;
  padding: 3px 0 0px 0;
  text-transform: uppercase;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #444;
}
#menu-top ul {
  text-align: center;
  width: 100%;
  font-size: 0;
}
#menu-top ul li {
  list-style: none;
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  font-size: 14px;
}
#menu-top ul li a {
  display: block;
  clear: both;
  float: left;
  padding: 3px 8px 2px 8px;
  font-weight: 500;
  transition: ease-in-out 0.1s;
  -webkit-transition: ease-in-out 0.1s;
  -ms-transition: ease-in-out 0.1s;
  -moz-transition: ease-in-out 0.1s;
}
#menu-top ul li a:hover {
  background: #000;
  color: #fff;
}
#menu-top ul li a.active {
  background: #000;
  color: #fff;
}
#menu-top .submenu {
  position: absolute;
  top: 24px;
  left: 0px;
  z-index: 20;
  border: 1px solid #ccc;
  padding: 0px 0;
  min-width: 150px;
  display: none;
}
#menu-top .submenu a {
  display: block;
  float: left;
  padding: 5px 15px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  clear: none;
  background: #fff;
  color: #444;
  margin: 0 0px 0px 0;
  font-size: 13px;
  text-transform: capitalize;
}
#menu-top .submenu a:hover {
  text-decoration: none;
}

.fixed {
  position: fixed;
  top: 0px;
  left: 0;
  background: #000;
  margin: 0 !important;
  animation: bar 1s ease-in-out;
  -webkit-animation: bar 1s ease-in-out;
  -ms-animation: bar 1s ease-in-out;
  -moz-animation: bar 1s ease-in-out;
}
.fixed ul li a {
  color: #fff;
  padding-bottom: 3px;
}
.fixed ul li a:hover {
  background: #fff !important;
  color: #224b67 !important;
}
.fixed ul li a.active {
  background: #fff !important;
  color: #224b67 !important;
}
.fixed ul li .submenu {
  border: none !important;
}
.fixed ul li .submenu a {
  background: #224b67;
  color: #fff;
}
.fixed ul li .submenu a:hover {
  background: #000 !important;
  color: #fff !important;
}

/*/////////////// CONTAINER ///////////////*/
#main {
  width: 100%;
  clear: both;
  float: left;
}

.container {
  margin: 0px auto;
  clear: both;
  width: 1100px;
  background: #fafafa;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
}

header {
  z-index: 20;
}

/* //////////////// Footer ///////////////// */
#footer {
  clear: both;
  float: left;
  width: 100%;
  padding: 20px 0 40px 0;
  margin: 30px 0 0;
  border-top: 2px solid #ccc;
}
#footer ul {
  text-align: left;
  padding: 0;
  float: left;
}
#footer ul li {
  list-style: none;
  display: inline-block;
  margin: 0 20px 0 0;
}
#footer #social-foot {
  width: 100%;
  clear: both;
  float: left;
  text-align: center;
}
#footer #social-foot a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  width: 25px;
  padding: 8px 4px;
  color: #fff;
  font-size: 18px;
}
#footer #social-foot a img {
  display: block;
  width: 100%;
  clear: both;
  float: left;
}
#footer #social-foot #fb-foot {
  background: #2759ae;
}
#footer #social-foot #rss-foot {
  background: #ff6600;
}
#footer #social-foot #tw-foot {
  background: #22c5f4;
}
#footer #social-foot #yt-foot {
  background: #f33436;
}
#footer .menu-foot {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  margin: 10px 0 0;
  font-size: 14px;
}
#footer .menu-foot a {
  margin: 0 10px;
}
#footer #menu-foot-1 {
  margin: 30px 0 0;
}
#footer #copyright {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0 0;
  color: #666666;
}

#backtotop {
  background: #313131;
  width: 50px;
  height: 50px;
  color: #fff;
  position: fixed;
  bottom: 30px;
  right: 2%;
  font-size: 34px;
  cursor: pointer;
  text-align: center;
  padding: 5px 0 0;
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  display: none;
}
#backtotop:hover {
  background: #224b67;
  color: #d92027;
  border-color: #d92027;
}

.lightbox {
  background: #ddd;
  position: fixed;
  padding: 10px;
  box-sizing: border-box;
  top: 10%;
  width: 980px;
  display: none;
  z-index: 30;
  left: 50%;
  margin-left: -490px;
}
.lightbox img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.close-lightbox {
  position: absolute;
  right: 0;
  top: -35px;
  font-size: 32px;
  color: #ddd;
  z-index: 40;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
}
.close-lightbox:hover {
  color: #f00;
}

.shadow {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
}

.Slide-All {
  overflow: hidden;
}
.Slide-All ul {
  width: 500000px;
}
.Slide-All ul li {
  float: left;
  list-style: none;
}
.Slide-All ul li .slide-text {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  clear: both;
  float: left;
  width: 100%;
  padding: 22px 20px;
  box-sizing: border-box;
  font-weight: 300;
  color: #fff;
  min-height: 110px;
  margin: 15px 0 0;
}
.Slide-All ul li .slide-text .slide-topic {
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 15px 0;
  width: 100%;
}
.Slide-All ul li .slide-text .slide-date {
  font-size: 12px;
  font-style: italic;
}

/* Scss Document */
/*//////////// FORM /////////////*/
.frm p, .frm .p {
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0px 15px 0;
}
.frm label {
  float: left;
  min-width: 150px;
  line-height: 30px;
}
.frm .txt {
  line-height: 25px;
  float: left;
  padding: 0 15px;
  height: 33px;
  background: #fafafa;
  color: #888;
  box-sizing: border-box;
  border: none;
  font-size: 14px;
  font: 300 15px/18px 'Prompt',sans-serif;
  border: 1px solid #ddd;
}
.frm .txt-1 {
  width: 50px;
}
.frm .txt-2 {
  width: 240px;
}
.frm .select {
  line-height: 25px;
  float: left;
  padding: 0 15px;
  height: 42px;
  background: #fafafa;
  color: #888;
  border: none;
  font-size: 14px;
  position: relative;
  margin: 0 5px 0 0;
  border-radius: 20px;
}
.frm .select-1 {
  width: 50px;
}
.frm .select-2 {
  width: 240px;
}
.frm select {
  width: 100%;
  height: 100%;
  align-items: center;
  float: left;
  background: none;
  font-size: 14px;
  border: none;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  color: #444;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}
.frm select option {
  padding: 7px 0;
}
.frm textarea {
  font: 300 15px/18px 'Prompt',sans-serif;
  border: 1px solid #f2f2f2;
  line-height: 25px;
  float: left;
  padding: 10px 15px;
  height: 100px;
  background: #fafafa;
  color: #888;
  border-radius: 20px;
  font-size: 14px;
  width: 240px;
}
.frm .fake-txt {
  position: absolute;
  top: 8px;
  left: 4px;
  color: #999;
  z-index: 9;
  width: 100%;
  padding: 0 5px;
  font-size: 14px;
  text-transform: uppercase;
}
.frm .i-select {
  position: absolute;
  border: 4px solid;
  border-color: transparent;
  border-top-color: #888;
  top: 18px;
  right: 8px;
  z-index: 6;
  display: block;
}
.frm .file-box {
  position: relative;
  display: inline-block;
}
.frm .file-box .file {
  display: none;
}
.frm .file-box img.icon-file {
  position: absolute;
  right: 5px;
  top: 4px;
  cursor: pointer;
  cursor: pointer;
}

.box-news {
  padding: 0 0 50px 0;
  clear: both;
  float: left;
  height: 275px;
}

.box-last {
  padding: 0 0 25px;
}

#box-varity {
  margin: 0;
}

.h-box {
  background: #313131;
  width: 260px;
  box-sizing: border-box;
  padding: 7px 15px 5px 15px;
  font-size: 13px;
  color: #fff;
  clear: both;
  float: left;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.h-box:hover {
  color: #fff;
}

.col-h {
  color: #000;
  text-transform: uppercase;
  clear: both;
  float: left;
  margin: 10px 0 20px 0;
  letter-spacing: 1px;
  width: 100%;
  font-weight: bolder;
  letter-spacing: -0.5px;
  font-size: 20px;
  position: relative;
}
.col-h i {
  margin: 0px 0 0 10px;
  display: none;
  font-size: 16px;
  text-transform: none;
  vertical-align: top;
}

.col-h:hover i {
  display: inline-block;
}

.readmore {
  display: inline-block;
  font-size: 13px;
  color: #10324a;
  text-transform: none;
  padding: 0 0 0 4px;
  border-left: 1px solid #ddd;
}

.section-readmore {
  display: block;
  float: left;
  font-size: 12px;
  color: #10324a;
  padding: 0 0 0 4px;
  margin: -5px 0 0;
  font-weight: 800;
}

.tab-box {
  background: #777777;
  width: 260px;
  clear: both;
  float: left;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  font-size: 0;
  box-sizing: border-box;
}
.tab-box a {
  padding: 9px 0px 9px 0px;
  display: inline-block;
  width: 33.33%;
  font-size: 13px;
  text-align: center;
  color: #fff;
  border-left: 2px solid #313131;
  box-sizing: border-box;
}
.tab-box a:first-child {
  border-left: none;
}
.tab-box a.active {
  background: #313131;
}

.tab-box-2 a {
  width: 50%;
}

.tab-box-l {
  width: 70%;
}

.tab-box-s {
  width: 30%;
}

#box-varity .box-last .tab-box #id1 {
  width: 70%;
}

#box-varity .box-last .tab-box #id2 {
  width: 30%;
}

.box-topic {
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 15px 0;
  clear: both;
  float: left;
}

.box-hide {
  display: none;
  clear: both;
}

#news-box1 {
  display: block;
}

.box-left {
  clear: both;
  float: left;
  width: 260px;
}
.box-left a {
  display: block;
  width: 100%;
  height: 152px;
  overflow: hidden;
}
.box-left a img {
  display: block;
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}
.box-left .news-box-topic {
  margin: 10px 0 1px 0;
  height: 46px;
  overflow: hidden;
  width: 100%;
  clear: both;
  float: left;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}
.box-left .news-box-date {
  font-size: 10px;
  color: #1b559f;
  clear: both;
}
.box-left .news-box-date span {
  font-style: italic;
  color: #111;
}
.box-left .news-box-date i {
  display: none;
}

#no-thumb .box-right ul li {
  width: 100%;
}
#no-thumb .box-right .box-right-thumb {
  display: none;
}
#no-thumb .box-right .box-right-txt {
  width: 100%;
}

.box-right {
  float: left;
  width: 230px;
  padding: 0 0 0 5px;
  position: relative;
  font-weight: 300;
}
.box-right .box-right-thumb {
  width: 65px;
  height: 35px;
  display: block;
  float: left;
  overflow: hidden;
  display: none;
}
.box-right .box-right-thumb img {
  height: 100%;
  width: auto;
}
.box-right ul li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  margin: 0 0 6px 0;
  padding: 0 0 6px 0;
  clear: both;
  float: left;
  width: 100%;
}
.box-right ul li:last-child {
  border-bottom: none;
}
.box-right .box-right-txt {
  font-size: 16px;
  line-height: 18px;
  width: 100%;
  float: left;
  display: block;
  overflow: hidden;
  padding: 0 0 0 5px;
  height: 38px;
}
.box-right .box-right-txt:hover {
  color: #124D98;
}
.box-right .box-right-date {
  font-size: 9px;
  color: #888;
  float: right;
  margin: 2px 0 0;
  line-height: 11px;
  display: none;
}

.cartoonCS .box-right-thumb {
  display: block;
  float: left;
}
.cartoonCS .box-right-txt {
  float: left;
  width: 60%;
  font-size: 12px;
  padding: 5px 0 0 5px;
  line-height: 25px;
}

.banner-head {
  clear: both;
  float: left;
  width: 100%;
  textalign: center;
  padding: 10px 0 8px 0;
}
.banner-head a {
  width: 728px;
  display: block;
  margin: 0px auto;
}
.banner-head img {
  display: block;
  width: 100%;
}

#slide-home {
  padding-top: 0px;
}
#slide-home #slide-index {
  display: none;
}

#slide-index {
  clear: both;
  float: left;
  /*height:484px;*/
  width: 700px;
}
#slide-index a:hover {
  color: #111;
}
#slide-index ul li {
  height: 452px;
  position: relative;
}
#slide-index ul li .slide-text {
  background: black;
  width: 100%;
  padding: 13px 15px;
  box-sizing: border-box;
  font-weight: 300;
  position: absolute;
  bottom: 0;
}
#slide-index ul li .slide-text .slide-topic {
  font-size: 24px;
  line-height: 25px;
  min-height: 27px;
  margin: 0 0 5px 0;
}
#slide-index ul li .slide-text .slide-date {
  font-size: 12px;
  font-style: italic;
}
#slide-index ul li a, #slide-index ul li a:hover {
  color: #fff;
}
#slide-index .bx-wrapper .bx-pager {
  bottom: auto;
  top: 10px;
  right: 10px;
  padding: 0;
  text-align: right;
}

.flex-prev {
  z-index: 10000000;
  font-size: 30px;
  position: absolute;
  top: 45%;
  left: 20px;
}

#we-recommen {
  width: 305px;
  float: right;
  margin: 0px 0 0 35px;
}
#we-recommen .recommen-h {
  font: 600 20px/18px 'Playfair Display', 'Anton', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #000;
}
#we-recommen .underline {
  background: #ddd;
  height: 1px;
  width: 100%;
  clear: both;
  float: left;
  margin: 14px 0;
}
#we-recommen ul li {
  list-style: none;
  clear: both;
  float: left;
  width: 100%;
}
#we-recommen ul li a {
  display: block;
  float: left;
}
#we-recommen ul li a img {
  display: block;
  clear: both;
  float: left;
  width: 100%;
}
#we-recommen ul li p, #we-recommen ul li .p {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 4px 0;
}
#we-recommen ul li .recommen-thumb {
  width: 92px;
  float: left;
}
#we-recommen ul li .recommen-right {
  width: 195px;
  float: left;
  line-height: 16px;
  padding: 0 0 0 10px;
}
#we-recommen ul li .recommen-type {
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  display: none;
}
#we-recommen ul li .recommen-txt {
  overflow: hidden;
  line-height: 17px;
  max-height: 46px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
}
#we-recommen ul li.underline {
  margin: 16px 0;
}
#we-recommen ul li.underline:last-child {
  display: none;
}
#we-recommen .recommen-learnmore {
  font: 400 12px/18px 'Playfair Display', 'Anton', sans-serif;
  clear: both;
  float: left;
  margin: 3px 0 0;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.5px;
}

.index-china-daily {
  width: 100%;
  float: left;
  margin: -5px 0 0 0px;
}
.index-china-daily ul {
  padding: 10px 0 0;
}
.index-china-daily ul li {
  width: 100%;
  display: block;
  clear: both;
  float: left;
  margin: 0 0 5px 0;
  padding: 0 0 5px;
  border-bottom: 1px solid #ddd;
}
.index-china-daily ul li a {
  display: block;
  width: 100%;
}
.index-china-daily ul li .mostview-txt {
  display: inline-block;
  vertical-align: center;
  width: 100%;
  line-height: 18px;
  word-wrap: break-word;
  padding: 5px 0 5px 0px;
  max-height: 30px;
  box-sizing: border-box;
}
.index-china-daily ul li:last-child {
  margin: 0;
  border: none;
}
.index-china-daily .mostview-h {
  font-weight: 400;
  font-size: 20px;
  border-bottom: 3px solid #000;
  padding: 0 10px 10px 0;
  box-sizing: border-box;
}

.breaking-news {
  float: left;
  width: 365px;
  display: inline-block;
  margin-right: 0px;
  box-sizing: border-box;
  padding: 10px;
  height: 250px;
  overflow: hidden;
  background: #000;
  color: #fff;
}
.breaking-news .col-h {
  color: #fff;
}
.breaking-news ul {
  clear: both;
  float: left;
  border-top: 1px solid #fff;
  box-sizing: border-box;
  padding: 0 0 0 0px;
}
.breaking-news ul li {
  display: block;
  width: 100%;
  float: left;
  padding: 5px 12px;
  box-sizing: border-box;
  line-height: 15px;
  height: 60px;
  font-size: 12px;
}
.breaking-news ul li a {
  display: block;
  width: 100%;
  float: left;
  color: #fff;
}
.breaking-news ul li a.breaking-h {
  font-weight: 500;
  font-size: 13px;
}
.breaking-news ul li p.breaking-time {
  font-size: 11px;
  font-style: italic;
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  padding: 3px 0 0;
}
.breaking-news ul li:nth-child(odd) {
  background: #eee;
}
.breaking-news ul li:nth-child(odd) a {
  color: #111;
}
.breaking-news ul li:nth-child(odd) p.breaking-time {
  color: #444;
}
.breaking-news .bx-wrapper .bx-controls-direction a {
  opacity: 1;
  top: -25px;
  padding: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
}
.breaking-news .bx-wrapper .bx-next {
  right: 0;
}
.breaking-news .bx-wrapper .bx-prev {
  left: auto;
  right: 32px;
}

#index-box-1 {
  padding-bottom: 0;
}

#index-ad {
  border-top: 2px solid #ccc;
}

.index-mostview {
  width: 300px;
  float: left;
  background: #fafafa;
  margin: 0px 0 0 35px;
}
.index-mostview ul {
  padding: 10px 0 0;
}
.index-mostview ul li {
  width: 100%;
  display: block;
  clear: both;
  float: left;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}
.index-mostview ul li a {
  display: block;
  width: 100%;
}
.index-mostview ul li .mostview-count {
  display: inline-block;
  vertical-align: bottom;
  background: #000;
  border-radius: 0 50px 0 0;
  width: 100px;
  height: 38px;
  box-sizing: border-box;
  padding: 12px 8px 0 0px;
  color: #fff;
  font-weight: 800;
  text-align: center;
}
.index-mostview ul li .mostview-txt {
  display: inline-block;
  vertical-align: center;
  width: 56%;
  line-height: 18px;
  word-wrap: break-word;
  padding: 5px 0 5px 10px;
  max-height: 30px;
  overflow: hidden;
}
.index-mostview ul li:last-child {
  margin: 0;
}
.index-mostview .mostview-h {
  font-weight: 400;
  font-size: 20px;
  border-bottom: 3px solid #000;
  padding: 10px;
  box-sizing: border-box;
}

.ad-a2 {
  display: block;
  margin: 0px 0 0 35px;
  width: 300px;
  float: left;
}

.ad-left {
  width: 750px;
  float: left;
}
.ad-left ul {
  width: 100%;
}
.ad-left ul li {
  list-style: none;
  display: block;
  float: left;
  width: 50%;
  margin: 0 0 20px;
  min-height: 125px;
  overflow: hidden;
}
.ad-left ul li .ad-thumb {
  width: 50%;
  float: left;
  display: block;
  margin: 0 10px 0 0;
}
.ad-left ul li .ad-thumb img {
  display: block;
  width: 100%;
}
.ad-left ul li .ad-left-txt {
  float: left;
  width: 44%;
  font-size: 16px;
  line-height: 18px;
}
.ad-left ul li .ad-left-txt a {
  font-weight: 600;
  max-height: 57px;
  display: block;
  overflow: hidden;
}
.ad-left ul li .ad-left-txt a:hover {
  text-decoration: underline;
}
.ad-left ul li .ad-left-txt .p {
  max-height: 55px;
  overflow: hidden;
}

.ad-right {
  width: 280px;
  float: left;
  padding: 50px 0 0;
}
.ad-right a {
  display: block;
  width: 100%;
  clear: both;
  float: left;
}
.ad-right img {
  display: block;
  width: 100%;
}

/* AROUND THAILAND */
#around-thailand {
  border-bottom: 2px solid #ccc;
}
#around-thailand .col-h {
  text-align: center;
  font-size: 32px;
  letter-spacing: 1px;
  position: relative;
}
#around-thailand .col-h .big {
  font-size: 50px;
  line-height: 40px;
  margin-right: 5px;
  padding: 10px 7px;
  background: #000;
  color: #fff;
  display: inline-block;
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
}
#around-thailand .col-h:hover .big {
  background: #124d98;
}
#around-thailand .col-h .readmore {
  position: absolute;
  top: 30px;
  right: 0px;
  display: block;
  font-size: 14px;
  font-style: normal;
}
#around-thailand .col-h .readmore i {
  display: inline-block;
}
#around-thailand ul li {
  list-style: none;
  width: 22%;
  margin-right: 25px;
  display: inline-block;
  font-size: 14px;
  overflow: hidden;
  vertical-align: top;
}
#around-thailand ul li img {
  display: block;
  width: 100%;
  border: 5px solid #ccc;
  box-sizing: border-box;
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
}
#around-thailand ul li a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
}
#around-thailand ul li a:hover {
  font-weight: bold;
}
#around-thailand ul li a:hover img {
  border-color: #888;
}
#around-thailand .bx-wrapper .bx-controls-direction a {
  top: 38% !important;
}
#around-thailand .bx-wrapper .bx-prev {
  left: 0 !important;
}
#around-thailand .bx-wrapper .bx-next {
  right: 0 !important;
}

.big-banner {
  display: block;
  clear: both;
  float: left;
  width: 100%;
  min-width: 1100px;
}
.big-banner img {
  display: block;
  width: 100%;
  height: auto;
}

#wallstreet {
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #ccc;
}
#wallstreet #wsj-h {
  width: 350px;
  display: block;
  margin: 0px auto 25px auto;
}
#wallstreet .wsj-thumb {
  display: block;
  width: 100%;
}
#wallstreet .wsj-thumb img {
  display: block;
  width: 100%;
  border: 5px solid #ccc;
  box-sizing: border-box;
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
}
#wallstreet .wsj-topic {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0 7px 0;
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  line-height: 22px;
}
#wallstreet .wsj-txt {
  font-size: 14px;
  line-height: 20px;
}
#wallstreet .wsj-date {
  color: #2a5a70;
  font-size: 10px;
  font-style: italic;
  margin: 2px 0 0;
  padding: 0;
}
#wallstreet ul {
  font-size: 0;
  width: 105%;
}
#wallstreet ul li {
  list-style: none;
  width: 22%;
  margin-right: 25px;
  display: inline-block;
  font-size: 14px;
  overflow: hidden;
  vertical-align: top;
}
#wallstreet ul li a {
  display: block;
  width: 100%;
}
#wallstreet ul li a img {
  display: block;
  width: 100%;
}
#wallstreet ul li:hover .wsj-topic {
  font-weight: bold;
}
#wallstreet ul li:hover .wsj-thumb img {
  border-color: #888;
}

#paper {
  width: 100%;
  background: url(../../images/banner-paper.jpg) no-repeat;
  background-size: cover;
}
#paper .container {
  background: none;
  box-shadow: none;
}
#paper .paper-h {
  width: 100%;
  clear: both;
  float: left;
  text-align: center;
  font-size: 40px;
  padding: 40px 0;
  font-weight: 500;
}
#paper ul {
  font-size: 0;
  text-align: center;
  padding: 40px 0;
}
#paper ul li {
  list-style: none;
  display: inline-block;
  width: 25%;
  margin: 0;
}
#paper ul li a {
  display: block;
  width: 100%;
  text-align: center;
}
#paper ul li a img {
  display: inline-block;
  width: auto;
  height: 280px;
}
#paper ul li a:hover img {
  opacity: 0.8;
}

.s-banner {
  width: 100%;
  text-align: center;
}
.s-banner a {
  display: inline-block;
  margin-bottom: 40px;
}

.fb-timeline {
  margin: 0px 0 0;
  clear: both;
  float: left;
}
.fb-timeline iframe {
  border: 2px solid #ddd;
}

.foot-banner {
  width: 665px;
  overflow: hidden;
  float: right;
}
.foot-banner ul {
  width: 50%;
  float: left;
}
.foot-banner ul li {
  list-style: none;
  display: block;
  width: 100%;
  float: left;
  margin: 0 60px 30px 0;
  height: 300px;
  padding: 0 0 0px 0;
  overflow: hidden;
}
.foot-banner ul li a, .foot-banner ul li img {
  display: block;
  width: 100%;
}
.foot-banner ul li:nth-child(3), .foot-banner ul li:nth-child(4) {
  border-bottom: none;
}
.foot-banner .gallery-right li {
  width: 100%;
  overflow: hidden;
}
.foot-banner .gallery-right .gallery-h {
  background: #fff;
  color: #444;
  font-size: 14px;
  padding: 0 0 10px 0;
  font-weight: 500;
}
.foot-banner .gallery-right .gallery-h a {
  color: #444 !important;
}
.foot-banner .gallery-right .gallery-name {
  font-size: 14px;
  min-height: auto !important;
  padding: 5px 0;
  border: none;
  height: 22px;
  overflow: hidden;
}
.foot-banner .cartoon-box .cartoon-h {
  color: #444;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
  text-transform: uppercase;
}
.foot-banner .cartoon-box .cartoon-h a {
  color: #444;
}
.foot-banner .cartoon-box .title {
  padding: 5px 0;
}
.foot-banner iframe, .foot-banner table, .foot-banner td {
  width: 100%;
}

.Ads-last {
  float: right;
}

#our-logo {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  padding: 30px 0 0;
}
#our-logo a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 15px 0;
}

.detail-txt section.p iframe.section-row {
  clear: both;
  float: left;
  width: 100%;
  padding: 5px 0;
}

.section-left {
  width: 710px;
  clear: both;
  float: left;
}

#other-section {
  clear: both;
  float: left;
  margin: 40px 0 15px 0;
  width: 100%;
}

#section-slide {
  width: 100%;
  clear: both;
  float: left;
}
#section-slide img {
  width: 100%;
}
#section-slide li {
  position: relative;
}
#section-slide li .slide-text {
  background: #000;
  width: 100%;
  padding: 20px 20px;
  box-sizing: border-box;
  font-weight: 300;
  clear: both;
  float: left;
}
#section-slide li .slide-text .slide-topic {
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 10px 0;
}
#section-slide li .slide-text .slide-date {
  font-size: 12px;
  font-style: italic;
}
#section-slide li a, #section-slide li a:hover {
  color: #fff;
}
#section-slide .bx-wrapper .bx-prev, #section-slide .bx-wrapper .bx-next {
  width: 40px;
  height: 40px;
  background-size: 40px 40px !important;
  top: 40%;
}
#section-slide .bx-wrapper .bx-prev, #section-slide .bx-wrapper .bx-next {
  border-radius: 50%;
  line-height: 30px;
  font-size: 25px;
}

.section-right {
  width: 300px;
  float: right;
}
.section-right .section-ad {
  width: 100%;
  clear: both;
  float: left;
  display: block;
  margin: 0 0 10px 0;
}
.section-right .section-ad img {
  widht: 100%;
  display: block;
}

.other-section-box {
  width: 300px;
  display: block;
  float: left;
  margin: 0 34px 0 0;
  padding: 0 34px 0 0;
  border-right: 1px solid #ddd;
}
.other-section-box a, .other-section-box img {
  display: block;
  width: 100%;
}
.other-section-box .h-box {
  padding: 13px 20px;
  margin: 0 0 7px 0;
  font-size: 14px;
}
.other-section-box .h-box i {
  float: right;
  font-size: 20px;
}
.other-section-box .other-section-detail {
  clear: both;
  float: left;
  width: 100%;
  padding: 15px 0 20px;
  font-weight: 400;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
  line-height: 19px;
  position: relative;
}
.other-section-box .other-section-detail .date {
  font-size: 11px;
  font-style: italic;
}
.other-section-box .other-section-detail .more {
  background: #104b9b;
  padding: 0px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 10px;
  display: block;
  font-size: 12px;
  width: 60px;
  text-align: center;
}

.other-section-box:last-child {
  float: right;
  margin: 0;
  padding: 0;
  border: none;
}

.section-ad-big a, .section-ad-big img {
  display: block;
  width: 100%;
}

.section-ad2 {
  padding: 0 0 40px 0;
}
.section-ad2 a, .section-ad2 img {
  width: 100%;
  display: block;
}

#detail-page .Slide-All ul li .slide-text {
  padding: 10px 20px;
  min-height: auto;
}
#detail-page .Slide-All ul li .slide-text .slide-topic {
  margin-bottom: 0;
}
#detail-page h2 {
  font-weight: 400;
  font-size: 20px;
}

.section-detail {
  clear: both;
  float: left;
  width: 100%;
}

.detail-pic-full {
  display: block;
  width: 100%;
}
.detail-pic-full img {
  display: block;
  width: 100%;
}

.photoNews {
  position: relative;
}
.photoNews .photoCaption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.9);
  padding: 10px 10px;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  font-size: 15px;
  max-width: 100%;
  line-height: 20px;
}

.detail-txt {
  clear: both;
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 28px;
}
.detail-txt .p, .detail-txt p {
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.detail-txt .detail-topic {
  font-size: 22px;
  font-weight: 500;
  margin: 30px 0 0 0;
}
.detail-txt .detail-date {
  font-size: 11px;
  line-height: 11px;
  margin: 15px 0 2px 0;
  color: #444;
}
.detail-txt .detail-info {
  font-size: 11px;
  line-height: 11px;
  margin: 3px 0 2px 0;
  color: #444;
}
.detail-txt .detail-social {
  float: right;
  margin: 0 0 10px 0;
}
.detail-txt b {
  font-size: 16px;
}
.detail-txt section.p iframe {
  clear: both;
  padding: 5px 0;
  margin: 0px auto;
  display: block;
}

.tag-link {
  width: 100%;
  float: left;
  clear: both;
  font-size: 0;
  margin: 40px 0 0;
}
.tag-link span, .tag-link a {
  display: inline-block;
  font-size: 14px;
  margin: 0 3px 0 0;
  padding: 5px 10px;
}
.tag-link span {
  background: #000;
  color: #fff;
}
.tag-link a {
  background: #fcfcfc;
  border: 1px solid #ddd;
}
.tag-link a:hover {
  box-shadow: inset 0 0 2px #999;
  -webkitbox-shadow: inset 0 0 2px #999;
  -ms-box-shadow: inset 0 0 2px #999;
  -moz-box-shadow: inset 0 0 2px #999;
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
}

.detail-social-bottom {
  clear: both;
  float: left;
  margin: 40px 0;
}

.detail-left {
  width: 710px;
  float: left;
}

.detail-right {
  width: 300px;
  float: right;
}

.detail-banner-s {
  clear: both;
  float: left;
  display: block;
  margin: 0 0 25px 0;
  width: 100%;
}
.detail-banner-s img {
  display: block;
  width: 100%;
}

.banner-top {
  width: 720px;
  height: 90px;
  margin: 20px auto 20px auto;
  display: block;
}
.banner-top img {
  display: block;
  width: 100%;
}

/*.Slide-All{
	li{

	}

	.slide-text{
		position: absolute; background:rgba(0,0,0,0.8);
		padding:10px; font-size: 14px; width: 100%;
		box-sizing: border-box; bottom: 0; left:0;
	}

	.slide-topic{
		color:#fff;
	}
}*/
.relate-news {
  width: 100%;
  clear: both;
  float: left;
  overflow: hidden;
  margin: 10px 0 0;
}
.relate-news ul {
  width: 110%;
  clear: both;
  float: left;
}
.relate-news ul li {
  list-style: none;
  display: block;
  float: left;
  width: 172px;
  position: relative;
  margin: 0 15px 0 0;
}
.relate-news ul li a {
  display: block;
  width: 100%;
}
.relate-news ul li a img {
  display: block;
  width: 100%;
}
.relate-news ul li .relate-name {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  height: 45px;
  overflow: hidden;
  line-height: 14px;
}
.relate-news .bx-wrapper .bx-prev {
  right: 30px;
  top: 15px;
  left: auto;
}
.relate-news .bx-wrapper .bx-next {
  right: -5px;
  top: 15px;
}

.gallery-right {
  clear: both;
  float: left;
  width: 100%;
}
.gallery-right .gallery-h {
  background: #313131;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}
.gallery-right ul li .gallery-name {
  border: 1px solid #aaa;
  width: 100%;
  clear: both;
  float: left;
  box-sizing: border-box;
  padding: 10px;
  border-top: none;
  font-size: 14px;
  line-height: 20px;
}
.gallery-right .bx-wrapper .bx-prev {
  left: 0px;
  top: 35%;
}
.gallery-right .bx-wrapper .bx-next {
  right: 0px;
  top: 35%;
}

section.p img {
  max-width: 100% !important;
  height: auto !important;
  margin-top: 15px;
}

section.p iframe {
  max-width: 100% !important;
}

.vdo-topic {
  padding: 5px 0;
}

.vdo-thumb {
  clear: both;
  float: left;
  width: 100%;
  margin: 20px 0 0;
}
.vdo-thumb .box-topic {
  font-size: 20px;
  text-transform: uppercase;
}
.vdo-thumb ul li .vdo-name {
  line-height: 16px;
  padding: 8px 0 2px 0;
}
.vdo-thumb ul li .vdo-date {
  font-size: 9px;
  font-style: italic;
}
.vdo-thumb .bx-wrapper .bx-controls-direction a {
  top: 45%;
  width: 26px;
  height: 26px;
}
.vdo-thumb .bx-wrapper .bx-prev {
  left: 0;
}
.vdo-thumb .bx-wrapper .bx-next {
  right: 0;
}

.latest-vdo {
  width: 100%;
  clear: both;
  float: left;
  overflow: hidden;
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #ddd;
}
.latest-vdo ul {
  width: 110%;
  clear: both;
  float: left;
}
.latest-vdo ul li {
  list-style: none;
  display: block;
  float: left;
  width: 236px;
  position: relative;
  margin: 0 15px 15px 0;
}
.latest-vdo ul li a {
  display: block;
  width: 100%;
}
.latest-vdo ul li a img {
  display: block;
  width: 100%;
}
.latest-vdo ul li .vdo-name {
  line-height: 16px;
  padding: 8px 0 2px 0;
}
.latest-vdo ul li .vdo-date {
  font-size: 9px;
  font-style: italic;
}
.latest-vdo .bx-wrapper .bx-prev {
  right: 30px;
  top: 15px;
  left: auto;
}
.latest-vdo .bx-wrapper .bx-next {
  right: -5px;
  top: 15px;
}

.vdo-detail {
  clear: both;
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}
.vdo-detail .p, .vdo-detail p {
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.vdo-detail .vdo-topic {
  font-size: 22px;
  font-weight: 500;
  margin: 25px 0 0px 0;
}
.vdo-detail .vdo-topic h1 {
  border-bottom: 1px solid #ddd;
  margin: 0px 0 10px 0;
  padding: 0 0 20px 0;
}
.vdo-detail .vdo-date {
  font-size: 11px;
  line-height: 11px;
  margin: 0px 0 0 0;
  color: #444;
  width: 50%;
  float: left;
}
.vdo-detail .vdo-social {
  float: right;
  margin: 0 0 10px 0;
  width: 50%;
  text-align: right;
}

.view-count {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #ddd;
  width: 100%;
  font-weight: 500;
}
.view-count img, .view-count span {
  display: inline-block;
  vertical-align: middle;
}

#recent-vdo {
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px 0;
}

#colum-page .Slide-All ul li .slide-text {
  background: #000;
  margin: 5px 0 0;
}
#colum-page .Slide-All .bx-wrapper .bx-controls-direction a {
  top: 38%;
}
#colum-page .colum-list ul li:nth-child(4), #colum-page .colum-list ul li:nth-child(5), #colum-page .colum-list ul li:nth-child(6) {
  margin-bottom: 0px;
}
#colum-page .pagination {
  clear: both;
  float: left;
  margin: 0 0 10px;
}

.colum-list {
  clear: both;
  float: left;
  width: 100%;
  padding: 30px 0 10px;
  overflow: hidden;
}
.colum-list .list-box {
  clear: both;
  float: left;
  width: 100%;
  padding: 20px 10px;
  box-sizing: border-box;
  border: 1px solid #666;
}
.colum-list ul {
  clear: both;
  float: left;
  width: 102%;
  box-sizing: border-box;
  display: none;
  /*li:nth-child(4),li:nth-child(5),li:nth-child(6){
  	margin-bottom: 0;
  }*/
}
.colum-list ul li {
  list-style: none;
  float: left;
  margin: 0 11px 40px 0;
  width: 221px;
}
.colum-list ul li a {
  display: block;
  width: 100%;
}
.colum-list ul li .colum-name {
  clear: both;
  float: left;
  width: 100%;
  margin: 5px 0 0px 0;
  font-weight: 500;
  font-size: 15px;
  height: 38px;
  line-height: 18px;
  overflow: hidden;
}
.colum-list ul li .date {
  font-size: 10px;
  font-style: italic;
}
.colum-list ul.active {
  display: block;
}

.colum-tab {
  width: 100%;
  clear: both;
  float: left;
}
.colum-tab span {
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
}
.colum-tab .active {
  background: #000;
  border-bottom: none;
  color: #fff;
}

.gl-thumb {
  clear: both;
  float: left;
  width: 100%;
  margin: 20px 0 0;
}
.gl-thumb .box-topic {
  font-size: 20px;
  text-transform: uppercase;
}
.gl-thumb ul li .gl-name {
  line-height: 16px;
  padding: 8px 0 2px 0;
}
.gl-thumb ul li .gl-detail-date {
  font-size: 9px;
  font-style: italic;
}
.gl-thumb .bx-wrapper .bx-controls-direction a {
  top: 45%;
  width: 26px;
  height: 26px;
  padding-top: 2px;
}
.gl-thumb .bx-wrapper .bx-prev {
  left: 0;
}
.gl-thumb .bx-wrapper .bx-next {
  right: 0;
}
.gl-thumb .bx-wrapper .bx-clone {
  display: none;
}

.gl-topic {
  padding: 5px 0;
}

.latest-gl {
  width: 100%;
  clear: both;
  float: left;
  overflow: hidden;
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #ddd;
}
.latest-gl ul {
  width: 110%;
  clear: both;
  float: left;
}
.latest-gl ul li {
  list-style: none;
  display: block;
  float: left;
  width: 236px;
  position: relative;
  margin: 0 15px 15px 0;
  height: 235px;
}
.latest-gl ul li a {
  display: block;
  width: 100%;
}
.latest-gl ul li a img {
  display: block;
  width: 100%;
}
.latest-gl ul li .gl-name {
  line-height: 16px;
  padding: 8px 0 2px 0;
  max-height: 32px;
  overflow: hidden;
}
.latest-gl ul li .gl-detail-date {
  font-size: 9px;
  font-style: italic;
}
.latest-gl .bx-wrapper .bx-prev {
  right: 30px;
  top: 15px;
  left: auto;
}
.latest-gl .bx-wrapper .bx-next {
  right: -5px;
  top: 15px;
}

#gallery-detail header {
  padding: 0 0 10px;
  box-sizing: border-box;
  width: 100%;
  clear: both;
  float: left;
  border-bottom: 1px solid #ddd;
  line-height: 20px;
}
#gallery-detail .gl-view {
  color: #666;
}

.gl-detail-list {
  clear: both;
  float: left;
  width: 100%;
  padding: 20px 0 0 0;
}
.gl-detail-list li {
  list-style: none;
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.gl-detail-list li img {
  display: block;
  width: 100%;
  background: #eee;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.gl-detail-list li .gl-date {
  padding: 7px;
  border-left: 3px solid #ccc;
  background: #f2f2f2;
  margin: 2px 0 0;
  clear: both;
  float: left;
  width: auto;
}

.contact-text h1 {
  text-transform: uppercase;
  margin: 10px 0 10px 0;
}
.contact-text i {
  margin: 0 10px 0 0;
  color: #2E75A9;
  font-size: 20px;
}
.contact-text .contact-head {
  width: 100%;
  float: left;
  padding: 10px 0 35px;
  font-size: 16px;
}
.contact-text .contact-section {
  float: left;
  width: 22%;
  margin: 0 0 25px;
  height: 110px;
  border-left: 2px solid #ccc;
  padding: 0 0 0 10px;
}
.contact-text .contact-section p {
  margin: 0;
  padding: 0 0 10px 0;
}
.contact-text .section-h {
  font-weight: 500;
}

.contact-map {
  clear: both;
  float: left;
  width: 100%;
  border-top: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  box-sizing: border-box;
  margin: 20px 0 0;
}
.contact-map img {
  display: block;
  width: 100%;
}

#map {
  width: 100%;
  height: 520px;
  background-color: grey;
}

.adver-text {
  font-size: 14px;
  padding: 0 0 20px 0;
  clear: both;
  float: left;
  width: 100%;
}
.adver-text p {
  margin: 0 0 5px 0;
  padding: 0;
}
.adver-text .adver-h {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 10px;
}
.adver-text .left, .adver-text .center {
  width: 30%;
}

#search-frm {
  float: left;
  background: #ddd;
  padding: 20px;
  box-sizing: border-box;
  width: 98%;
}
#search-frm .txt {
  margin-right: 5px;
}
#search-frm .txt-2 {
  width: 75%;
}
#search-frm .btn-1 {
  height: 33px;
  box-sizing: border-box;
  width: 24%;
  min-width: 0px;
}
#search-frm .advance-search {
  font-size: 12px;
  margin: 5px 0 0;
  clear: both;
  float: left;
  cursor: pointer;
}
#search-frm .advance-search:hover {
  text-decoration: underline;
}
#search-frm .advance-frm {
  width: 0px;
  height: 0px;
  overflow: hidden;
  float: left;
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
}
#search-frm .frm-show {
  width: auto;
  height: auto;
}

.search-list {
  width: 100%;
}
.search-list li {
  list-style: none;
  clear: both;
  float: left;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  width: 98%;
}
.search-list .search-date {
  color: #888;
  font-style: italic;
  font-size: 12px;
  margin: 0 0 5px;
}
.search-list .search-topic {
  font-size: 22px;
  color: #124D98;
  margin: 0 0 5px 0;
  line-height: 22px;
}
.search-list .search-txt {
  font-size: 12px;
}
.search-list .search-section {
  color: #0E770F;
  margin: 5px 0 0;
}

.GoogleSearch {
  background: #4285f4;
  color: #fff;
  padding: 10px;
  margin: 10px 0 0;
  display: block;
  clear: both;
  float: left;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
.GoogleSearch i, .GoogleSearch span {
  display: inline-block;
  vertical-align: middle;
}
.GoogleSearch i {
  margin-right: 5px;
}
.GoogleSearch:hover {
  color: #fff;
  background: #124D98;
}

.facebook-right {
  border: 1px solid #ccc;
  clear: both;
  float: left;
}

#sitemap-page h1 {
  margin: 0 0 20px 0;
}

.sitemap-list {
  display: inline-block;
  width: 49%;
  float: none;
  box-sizing: border-box;
  overflow: hidden;
  padding: 10px 0px 0px 0px;
  font-size: 0;
  vertical-align: top;
  border-left: 2px solid #ccc;
  margin: 0 0 20px;
}
.sitemap-list li {
  list-style: none;
  width: 100%;
  box-sizing: border-box;
  display: block;
  clear: both;
  float: left;
  font-size: 16px;
  margin: 0 0 10px 0px;
}
.sitemap-list li a {
  cursor: pointer;
}
.sitemap-list li:hover {
  text-decoration: underline;
}
.sitemap-list li.sub-link {
  padding: 0 0 0 0px;
  font-size: 14px;
  position: relative;
}
.sitemap-list li.sub-link:before {
  content: ' ';
  width: 25px;
  height: 1px;
  background: #ccc;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.sitemap-list li.sub-link:after {
  content: ' ';
  width: 4px;
  height: 4px;
  background: #2E75A9;
  position: absolute;
  top: 8px;
  left: 25px;
  border-radius: 50%;
}
.sitemap-list li.main-link {
  padding: 0px 10px 0px 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.sitemap-list li.main-link a {
  color: #2E75A9;
}

#rss-page h1 i {
  color: #ff6600;
  margin: 0 0px 0 10px;
  display: inline-block;
  vertical-align: top;
}

.feed-list {
  width: 100%;
  clear: both;
  float: left;
  border-collapse: collapse;
  margin: 30px 0 0;
}
.feed-list thead td {
  font-weight: 500;
  background: #000;
  color: #fff;
}
.feed-list td {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.feed-list td a:hover {
  text-decoration: underline;
}
.feed-list td:nth-child(1) {
  width: 15%;
}
.feed-list td:nth-child(2) {
  width: 85%;
}
.feed-list tr:nth-child(even) td {
  background: #ddd;
}
.feed-list .i-xml {
  background: #ff6600;
  padding: 3px 10px;
  color: #fff;
  display: block;
  text-align: center;
  width: auto;
  float: right;
  text-transform: uppercase;
  font-size: 10px;
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
}
.feed-list .i-xml:hover {
  background: #b84a01;
  text-decoration: none;
}

.rss-text {
  line-height: 20px;
  padding: 40px 0 0;
  clear: both;
  float: left;
}
.rss-text .p {
  padding: 0 0 30px 0;
}
.rss-text b {
  color: #2E75A9;
}
.rss-text b i {
  margin: 0 5px 10px 0;
}

#around-page .col-h {
  text-align: center;
  font-size: 36px;
  letter-spacing: 1px;
  border-bottom: 2px solid #000;
  font-weight: 300;
}
#around-page .col-h .big {
  font-size: 52px;
  line-height: 40px;
  margin-right: 5px;
  font-weight: 400;
  padding: 12px 7px;
  background: #000;
  color: #fff;
  display: inline-block;
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
}

.around-full {
  width: 100%;
  clear: both;
  float: left;
}
.around-full ul {
  visibility: hidden;
}
.around-full ul li {
  list-style: none;
  width: 100%;
  display: block;
  position: relative;
}
.around-full ul li a, .around-full ul li img {
  width: 100%;
  display: block;
}
.around-full ul li .slide-text {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  box-sizing: border-box;
  font-size: 30px;
  line-height: 32px;
}
.around-full .bx-wrapper .bx-controls-direction a {
  top: 48%;
  height: 38px;
  width: 38px;
}
.around-full .bx-wrapper .bx-controls-direction a i {
  line-height: 26px;
  font-size: 28px;
}
.around-full .bx-wrapper .bx-prev {
  left: 0;
}
.around-full .bx-wrapper .bx-next {
  right: 0;
}

.around-thumb {
  clear: both;
  float: left;
  width: 105%;
  margin: 30px 0 0;
}
.around-thumb li {
  list-style: none;
  width: 30%;
  display: block;
  float: left;
  margin: 0 29px 29px 0;
  min-height: 280px;
}
.around-thumb li a {
  display: block;
  width: 100%;
}
.around-thumb li img {
  display: block;
  width: 100%;
}
.around-thumb li .around-txt {
  line-height: 18px;
  margin: 10px 0 5px 0;
  height: 35px;
  overflow: hidden;
}
.around-thumb li .around-date {
  color: #eea556;
  font-size: 12px;
}

#king-page {
  padding: 0px 0;
  color: #000;
}
#king-page .container {
  margin: 40px auto;
}
#king-page .row {
  padding: 0;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
}
#king-page #king-h {
  text-align: center;
  padding: 50px 0;
}
#king-page #king-h img {
  display: inline-block;
  max-width: 100%;
}
#king-page img.full-img {
  width: 100%;
  display: block;
}
#king-page #king-contain {
  padding: 0px 0;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  letter-spacing: -1px;
  margin-top: 30px;
}
#king-page #king-thumb-menu {
  font-size: 0;
}
#king-page #king-thumb-menu ul {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
#king-page #king-thumb-menu ul li {
  list-style: none;
  text-align: center;
  width: 33.333333%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#king-page #king-thumb-menu ul li img {
  width: 100%;
  display: block;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  box-sizing: border-box;
}
#king-page #king-thumb-menu ul li:hover img {
  filter: grayscale(90%);
}
#king-page #king-thumb-menu ul li:hover:after {
  content: '';
  border: 14px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 34px;
  left: 50%;
  margin-left: -7px;
}
#king-page #king-thumb-menu .h-thumb-menu {
  color: #000;
  text-transform: uppercase;
  font: 400 28px/26px 'Oswald';
  margin: 0 0 15px;
}
#king-page .king-news-list {
  width: 80%;
  font-size: 0;
  clear: both;
  float: none;
  padding: 20px 0;
  margin: 0px auto;
}
#king-page .king-news-list ul {
  padding: 0;
  margin: 0 auto;
}
#king-page .king-news-list li {
  list-style: none;
  display: inline-block;
  width: 31%;
  font-size: 22px;
  margin: 0 10px 20px 10px;
}
#king-page .king-news-list li .p {
  clear: both;
  float: left;
  padding: 0;
  margin: 0 0 5px;
  line-height: 22px;
  letter-spacing: 1px;
}
#king-page .king-news-list li img {
  display: block;
  width: 100%;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
#king-page .king-news-list li a {
  color: #000;
}
#king-page .king-news-list li .king-new-list-h {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0 0;
  height: 24px;
  overflow: hidden;
}
#king-page .king-news-list li .king-new-list-date {
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
}
#king-page .king-news-list li:hover img {
  filter: grayscale(80%);
}
#king-page #king-news-list1 {
  margin: 0px auto;
  clear: both;
  padding: 20px 0 0;
}
#king-page #king-news-list2 {
  margin: 0px auto;
  padding: 30px 0 0px 0;
}
#king-page #king-slide {
  width: 100%;
  clear: both;
  float: left;
  margin: 0;
  background: #6e6e6e;
  padding: 15px;
  box-sizing: border-box;
}
#king-page #king-slide ul {
  clear: both;
  float: left;
}
#king-page #king-slide img {
  width: 100%;
  display: block;
  clear: both;
  float: left;
}
#king-page #king-slide .bx-wrapper {
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  float: left;
}
#king-page #king-slide .bx-wrapper .bx-controls-direction a {
  top: auto;
  margin-top: 0;
  font-size: 40px;
  line-height: 50px;
  opacity: 0.5;
  bottom: 20px;
  width: 65px;
  height: 65px;
  background: #838286;
  border-radius: 50%;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
#king-page #king-slide .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}
#king-page #king-slide .bx-wrapper .bx-prev {
  left: 20px;
}
#king-page #king-slide .bx-wrapper .bx-next {
  right: 20px;
}
#king-page #king-btn {
  text-align: center;
  padding: 20px 0 30px 0;
  border-bottom: 2px solid #ccc;
  margin-bottom: 30px;
}
#king-page #btn-loadmore, #king-page #btn-back {
  padding: 10px 10px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  box-sizing: border-box;
}
#king-page #btn-loadmore {
  background: #444;
  width: 320px;
  transition: ease-in-out .2s;
}
#king-page #btn-loadmore:hover {
  background: #222;
  width: 320px;
}
#king-page #btn-back {
  background: #486581;
  width: 180px;
  margin: 0 40px 0 0;
  transition: ease-in-out .2s;
}
#king-page #btn-back:hover {
  background: #2c4155;
}

@media only screen and (max-width: 1099px) {
  #king-page .container {
    margin: 0px auto;
    width: 100%;
  }
  #king-page .king-news-list li {
    width: 30%;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  #king-page #king-thumb-menu .h-thumb-menu {
    font-size: 24px;
    line-height: 24px;
  }
  #king-page #king-thumb-menu ul li {
    width: 80%;
    margin: 0 0 30px 0;
  }
  #king-page .king-news-list {
    width: 100%;
  }
  #king-page .king-news-list ul {
    text-align: center;
  }
  #king-page .king-news-list ul li {
    width: 80%;
    margin: 0 0 20px;
    letter-spacing: -2px;
  }
  #king-page #king-slide .bx-wrapper .bx-controls-direction a {
    width: 30px;
    font-size: 18px;
    height: 30px;
    line-height: 18px;
    opacity: 0.9;
  }
  #king-page #btn-back {
    margin-right: 0;
  }
  #king-page #btn-loadmore {
    clear: both;
    display: block;
    margin: 0px auto 30px auto;
  }
  #king-page #our-logo a img {
    max-height: 25px;
  }
  #king-page #footer {
    padding: 20px 0 0;
  }
  #king-page #footer #copyright {
    clear: both;
    float: left;
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 20px 0 20px;
    color: #fff;
    background: #224b67;
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 479px) {
  #king-page #king-thumb-menu li {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #king-page #king-thumb-menu li:last-child {
    margin: 0;
  }
  #king-page .king-news-list li {
    width: 100%;
  }
  #king-page #btn-loadmore, #king-page #btn-back {
    width: 100%;
    display: block;
    float: left;
  }
  #king-page #logo-king {
    margin: 0px auto 20px auto;
    float: none;
    display: block;
  }
}
.guide-thumb ul {
  clear: both;
  float: left;
  width: 100%;
  font-size: 0;
}
.guide-thumb ul li {
  list-style: none;
  font-size: 16px;
  display: inline-block;
  width: 229px;
  margin: 0 11px 0 0;
}
.guide-thumb ul li a:first-child {
  display: block;
  width: 100%;
}
.guide-thumb ul li .img {
  display: block;
  width: 100%;
}
.guide-thumb ul li:last-child {
  margin: 0;
}
.guide-thumb ul .guide-name {
  font-weight: 500;
  padding: 10px 0 0;
}
.guide-thumb ul .guide-date {
  padding: 5px 0 0;
  font-size: 12px;
  font-style: italic;
}

.h-guide {
  font-size: 22px;
  width: auto;
  padding: 10px 60px;
}

#guide-slide {
  padding: 0 0 30px;
}
#guide-slide .bx-wrapper .bx-prev, #guide-slide .bx-wrapper .bx-next {
  border-radius: 0;
}
#guide-slide ul li .slide-text {
  background: #000;
  width: 100%;
  padding: 20px 20px;
  box-sizing: border-box;
  font-weight: 300;
  clear: both;
  float: left;
  color: #fff;
}
#guide-slide ul li .slide-text .slide-topic {
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 10px 0;
}
#guide-slide ul li .slide-text .slide-date {
  font-size: 12px;
  font-style: italic;
}

.guide-more {
  width: auto !important;
  float: right !important;
  margin: 5px 0 0;
}

#guide-vdo ul li {
  width: 229px;
  margin: 0 11px 40px 0;
}
#guide-vdo ul li .vdo-name {
  font-weight: 500;
}
#guide-vdo ul li .vdo-date {
  font-size: 12px;
}

/*# sourceMappingURL=style.css.map */
