body { 
	font-family:'Kanit', "Helvetica Neue", Helvetica, Arial, sans-serif, tahoma; font-size:15px; line-height:1.6; font-weight:300; color:#444; background-color:#f8f2e5;
}
.grayscale{
/*	filter: grayscale(100%); 
	filter: gray;
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);*/
}
/*.grayscale-home{
	filter: grayscale(100%); 
	filter: gray;
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}*/
.header-container.grayscale{ z-index:999;}
/*.fancybox-wrap.fancybox-desktop{ top:10% !important;}*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{font-family:'Kanit', "Helvetica Neue", Helvetica, Arial, sans-serif;  font-weight: 400; line-height:1.4; margin-top:10px; margin-bottom:10px;}
h1, .h1 { font-size: 36px; margin-bottom:15px; color:#807a7a;}
h2, .h2 { font-size: 26px;}
h3, .h3 { font-size: 22px; color:#362f2e;}
h4, .h4 { font-size: 18px;}
h5, .h5 { font-size: 16px;}
b,  strong{ font-weight:400;}

.title-name {
    font-size: 18px;
    font-weight: normal;
	color:#000;
    margin: 0;
}
.page-title{font-size:36px; margin-top:0;}
h1.title-inside{ color:#807a7a;  letter-spacing:-0.8px; font-weight:400; font-size:40px;}
h1.home-title{ font-size:36px;}
@media (min-width:768px) and (max-width:992px) {
	h1, .h1 { font-size: 32px;}
	h1.home-title{ font-size:40px;}
	h1.title-inside{font-size:36px;}
}
@media (max-width:767px) {
	h1, .h1 { font-size:28px;}
	h1.home-title{ font-size:34px;}
	h1.title-inside{font-size:32px;}
	h2, .h2 { font-size:24px;}
	h3, .h3 { font-size:22px;}
}
@media (max-width:543px) {
	h1, .h1 { font-size:22px;}
	h1.home-title{ font-size:22px;}
	h1.title-inside{font-size:22px;}
	h2, .h2 { font-size:19px;}
	h3, .h3 { font-size:17px;}
	
	/*mobile fix*/
	body {font-size:17px; line-height:1.35;  font-weight:200;}
}

.icon-md{ font-size:25px; position:relative; top:2px;}
.big{font-size:34px;}
.alert-info {background-color: #d9edf7;color:#39434f; padding-top:30px;}
.alert { border:0;}
.btn-pdf { height:32px; min-width:40px; float:right;}
ul.download-pdf-w li {
	list-style:none;
	margin-left:-25px;
    border-bottom: 1px #ddd dotted;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 5px;
    position: relative;
}
ul.download-pdf li {
	list-style:none;
	margin-left:-25px;
    border-bottom: 1px #ddd dotted;
    color: #444;
    padding-bottom: 10px;
    padding-top: 5px;
    position: relative;
}
.download  a {
    color: #444; list-style:none;
}
.download  a span {
    color: #1f91bb;
    text-decoration: underline;
}

.inside-content h1.page-title{ font-size:45px;}
.title-sidebar{font-size: 21px; color:#84ccdb; border-bottom:1px solid #ddd; padding-left:0px; margin-bottom:15px;}
.title-sidebar .h2{font-size: 23px;}
.title-sidebar.right{font-size:18px; color:#84ccdb; border-bottom:1px solid #ddd; padding-left:0px; padding-bottom:10px; padding-top:18px; margin-bottom:25px;}
.title-sidebar.top{ margin-top:0; padding-top:13px;}

@media (min-width:768px) and (max-width:991px) {
	.inside-content h1.page-title{ font-size:34px;}
}
@media (max-width:767px) {
	.inside-content h1.page-title{ font-size:32px;}
	.big{font-size:28px;}
}
@media (max-width:479px) {
	.big{font-size:26px;}
	.btn-pdf { float:none;}
    ul.download-pdf li {margin-left:-25px;}
	ul.download-pdf-w li {margin-left:-25px;}
}

ol.pad-li li{ padding-bottom:10px;}
ul.pad-li li{ padding-bottom:10px;}

/*color*/
.gray{ color:#807a7a;}
.brown{ color:#993300;}
.yellow{ color:#f5c73a;}
.red { color:#c00000;}
.orang{ color:#f68620;}
.black{ color:#000;}
.blue{ color:#00b0f0;}
.blue2{ color:#07a4c7;}
.green{ color:#76923c;}
.white{ color:#ffffff;}

.comingsoon {
    border: 2px solid #eeeeee;
    color: #d0cece;
    font-size: 29px;
    padding:100px 50px;
    text-align: center;
}
.page-left-sm{ padding-left:20px;}
.content-policy { padding-top:15px;}
.bxeditor-textarea{ line-height:1.4;}
/*/styles*/

a {color: #1f91bb;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	text-decoration:none; outline:none;
}
a:hover,a:focus {outline: 0; color: #1f91bb; text-decoration: underline;}
a.inverse {color: #aaa; cursor:pointer;}
a.inverse.active{ color:#fff;}
a.inverse:hover,a.inverse:focus {color: #1f91bb;}

a.inverse2 {color: #282727; cursor:pointer;}
a.inverse2:hover,a.inverse2:focus {color: #1f91bb;}
a.inverse2.active{color: #1f91bb;}

a.inverse3 {color: #282727; cursor:pointer;}
a.inverse3:hover,a.inverse3:focus {color: #282727; text-decoration:underline;}
a.inverse3.active{color: #282727; text-decoration:underline;}

a.inverse_red {color: #ff5252; cursor:pointer;}
a.inverse_red:hover,a.inverse_red:focus {color: #ff5252; text-decoration:underline;}
a.inverse_red.active{color: #ff5252; text-decoration:underline;}

.btn-link-nm{color: #282727; border:0; background:none;}
.btn-link-nm:hover{color: #1f91bb; text-decoration:underline;}

.uppercase{ text-transform:uppercase;}
.shadow{
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,.2);
	box-shadow:0px 1px 2px rgba(0,0,0,.2);
}
a.underline{ text-decoration:underline;}
.fa{ font-size:14px;}
.fa.big{ font-size:24px; position:relative; top:-10px;}
label{ font-weight:400;}
a.btn{ text-decoration:none !important;}

span.highlight{ font-size:55px; color: #1f91bb; line-height:0;}

.odd, .even{ padding:10px 15px; min-height:200px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.even{ background:#ededed;}

.number{ display:inline-block; width:30px; height:30px; line-height:30px; text-align:center; background:#f5f5f5;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	margin-bottom:5px;
}
.box-content{ border:1px solid #ddd; margin-bottom:15px; padding:15px;}
.box-content2{ border:2px solid #ddd; margin-bottom:30px; padding:15px;}
.box-content2 .title-box{ margin-top:0;}
.box-content2 .media .pull-left{ padding-right:20px;}
.box-content2 .box-complaint-left{ width:85px; text-align:right;}
.box-content2 .box-complaint-left i{ font-size:28px; position:relative; top:-6px;}
.box-content2 .media{ margin:0; margin-bottom:5px;}
.media.complaint-media{ padding-left:15px;}
.media.complaint-media h3{ margin-top:0;}
.media.complaint-media .pull-left{ padding-right:20px;}
.box-content-sm{ min-height:140px; border:1px solid #ddd; margin-bottom:15px; padding:15px;}
/*Back to top button*/
#back-top{ position:relative; z-index:999;}
#back-top .back-to-top {position:fixed; bottom:20px; right:5%;}
#back-top .back-to-top a {
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top .back-to-top span {
	color:#FFF;
	font-size:16px;
	padding:10px;
	display: inline-block;
	background:#ff5252 ;
	background: rgba(255,82,82,0.9);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top .back-to-top a:hover span {background: #7c5e51;}


/*ul li{list-style-type:none; position:relative;}
ul li:before{font-family: 'FontAwesome'; content:'\f111'; font-size:8px; color:#939393; line-height:24px; vertical-align:middle; position: absolute; left:-15px; top:5px;}*/
.row.content-sm{margin-left: -6px; margin-right: -6px;}
.content-sm [class*="col-"]{padding-left:6px; padding-right:6px;}

.row.content-xs{margin-left: -3px; margin-right: -3px;}
.content-xs [class*="col-"]{padding-left:3px; padding-right:3px;}

.panel-heading{ font-size:16px;}
.show-border{ border:1px solid #ddd;}
@media (max-width:479px) {
	.row{margin-left:-6px; margin-right:-6px;}
	.row [class*="col-"]{padding-left:6px; padding-right:6px;}
	.fa.big{ font-size:16px;}
}
.all_radius{
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.top_radius{
	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;
}
.bottom_radius{
	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
}
.none_radius, .form-control{
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.js .animate-box {
  opacity: 0;
}

hr.light {border-color:#fff;}
.color-red, .red{color:#f50424;}
.color-yellow{ color:#efc20f;}
.color-green{ color:#57b008}

/*main*/
.header-top{background:#f99135; padding-top:7px; padding-bottom:7px; color:#FFF; font-size:13px;}
.header-top a{ color:#fff;}
.header-top a:hover{color:#fff;}
.footer{ background:#1f2225 ; color:#929292;}
.footer .title{ font-size:17px; color:#929292; padding-top:10px;}
.footer-right{ font-size:13px;}
.footer-right .help-block{ color:#CB0003; margin-top:-25px;}
.section-footer1 .footer-content{background:#F3F3F3;}
.section-footer2 .footer-content{background:#000; min-height:250px; padding-bottom:0px;}
.section-footer2 .footer-content2{background:#000;  padding-bottom:10px;}
.section-footer3 .footer-content{background:#2e2e2e; min-height:40px; padding-top:10px; font-size:13px; color:#aaa;}
.footer-menu{ margin-top:30px; margin-bottom:10px; padding-bottom:15px; border-bottom:1px solid #5b5b5b; border-top:1px solid #5b5b5b;}
.sub-brand-footer{ min-height:640px; background: url(/images/template/top-footer.jpg);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	color:#fff;
	font-size:16px;
	padding-top:140px;
}
.sub-brand-title{ font-size:30px; text-align:center; margin-bottom:75px;}
.sub-brand-footer .item{ max-width:340px; margin:0 auto; padding-left:15px; padding-right:15px;}
.sub-brand-footer img{ max-width:100%; height:auto;}
.sub-brand-footer .owl-carousel .owl-item img{ width:auto; height:auto;}
.sub-brand-footer .owl-theme .owl-nav.disabled + .owl-dots{ margin-top:60px;}
@media (max-width:599px) {
	.sub-brand-title{ font-size:21px; text-align:center; margin-bottom:75px;}
	.sub-brand-footer .item{ text-align:center;}
	.sub-brand-footer .owl-carousel .owl-item img{ margin:0 auto;}
	.section-footer3 .footer-content{ font-size:12px;}
}

 .header-left, .header-right{ text-align:center;}
 .footer-link-banner{}
 .talk-to-us{ display:inline-block; padding-top:15px; cursor:pointer;}
 .talk-to-us-m{ text-align:right;}
 .talk-to-us-content{ background:#1a1a1a; padding:40px 15px; color:#aaa; position:relative;}
 .form-talk-to-us{ text-align:center; font-size:26px; margin-bottom:20px;}
 .view-talk-to-us-all{ font-size:16px; text-align:center;}
 .close-talk-to-us {
	color: #000;
	float: right;
	font-size:16px;
	font-weight:400;
	line-height:0;
	opacity: 0.8;
	text-shadow: 0 1px 0 #fff;
	position:relative;
	top:10px;
	padding-right:10px;
}
 .talk-to-us-content .ion-close-round{ font-size:32px; line-height:0; display:block;}
@media (max-width:767px) {
	 .talk-to-us-content{padding:15px 15px;}
	  .form-talk-to-us{ text-align:center; font-size:21px; margin-bottom:10px;}
}
ul.nav-menu-list{ margin:15px 0px; padding:0; list-style:none;}
ul.nav-menu-list li{ padding:2px 0px;}
ul.nav-menu-list a {color: #929292; font-size:13px;}
ul.nav-menu-list a:hover,ul.nav-menu-list a:focus {outline: 0; color: #1f91bb; text-decoration:none;}

.footer-menu-item a, .footer-right a {color: #929292;}
.footer-menu-item a:hover,.footer-menu-item a:focus,
.footer-right a:hover,.footer-right a:focus  {outline: 0; color: #1f91bb; text-decoration:none;}

.social-media-link{}
.social-media-link a {
    display: inline-block;
    opacity: 1;
}
.social-media-link a:hover {
    display: inline-block;
    opacity: 0.8;
}
.facebook,.twitter,.googleplus,.pinterest,.instagram, .youtube{
	width:30px; height:30px; text-align:center; display:inline-block; font-size:17px; padding-top:7px; color:#929292; margin-bottom:5px;
    transition: background 0.3s;
    -moz-transition: background 0.3s; /* Firefox 4 */
    -webkit-transition: background 0.3s; /* Safari and Chrome */
    -o-transition: background 0.3s; /* Opera */
	border:1px solid #929292;
}
.facebook:hover{ background:#597ac7; border-color:#597ac7; color:#fff;}
.twitter:hover{ background:#5bbcec; border-color:#5bbcec;  color:#fff;}
.googleplus:hover{ background:#db4a3e; border-color:#db4a3e;color:#fff;}
.pinterest:hover{ background:#cb2027;border-color:#cb2027;color:#fff;}
.instagram:hover{ background:#507da3;border-color:#507da3;color:#fff;}
.youtube:hover{ background:#e92718;border-color:#e92718;color:#fff;}

@media (min-width:769px) {
 .header-left{ float:left; text-align:left; padding-left:15px;}
 .header-right{ float:right; text-align:right;}
}
.section-footer3 .footer-left, .section-footer3 .footer-right{ margin-bottom:10px;}
@media (min-width: 992px) {
	.footer-right{padding-left:4%;}
	.footer-menu .footer-menu-item .col-sm-3{border-right:1px solid #5b5b5b;}
	.section-footer3 .footer-left{ float:left;}
	.section-footer3 .footer-right{ float:right; text-align:right;}
}
@media (min-width:992px) and (max-width:1199px) {
	.footer-right .hide{ display:block !important;}
}
@media (max-width:767px) {
	.header-left{ display:none;}
	 .footer-link-banner{ text-align:center;}
	 .footer .title{ font-size:20px;padding-top:10px;}
	 ul.nav-menu-list{ margin:15px 0px; padding:0; list-style:none; border-bottom:1px solid #5b5b5b; padding-bottom:25px;}
	 ul.nav-menu-list a {font-size:14px;}
	 .talk-to-us-m{ text-align:center;}
}
@media (max-width:479px) {
	 .footer-link-banner img{ max-height:50px; width:auto;}
}


/* /main*/

#page-inside{ padding-bottom:50px;}
.inside-content{
	min-height:600px;
	padding-bottom:0px;
}
.row-content{ margin-bottom:30px;}
.inside-content img{ max-width:100%; height:auto;}
.inside-content iframe{ border:none;}

#content .main-content{padding-bottom:40px; min-height:450px;}
#content-section  .main-content{ padding-top:25px;}
.section-page{ text-align:center; margin-bottom:30px;  position:relative; overflow:hidden;}
.content-area{ max-width:770px; font-size:16px;}
.content-area ul.ul-content{ padding-left:60px;}
.content-area ol li, .content-area ul li{ padding-bottom:5px;}
.content-area a:hover, .content-area a:focus{ text-decoration: underline;}
.content-area ul.ul-content li{ padding-bottom:30px; color:#84ccdb; font-size:30px;}
.bx-newsdetail-content .content-area ul.ul-content li{ padding-bottom:10px; color:#84ccdb; font-size:30px;}

.content-help{ max-width:1170px; font-size:16px;}
.content-help ul.ul-content{ padding-left:60px;}
.content-help ol li, .content-help ul li{ padding-bottom:5px;}
.content-help a:hover, .content-help a:focus{ text-decoration: underline;}
.content-help ul.ul-content li{ padding-bottom:5px; color:#84ccdb; font-size:21px;}

#help-menu{ margin-bottom:25px; border-bottom:1px solid #ddd; padding-bottom:10px;}
#help-menu .nav-help{ margin:0; padding:0; list-style:none; text-align:right;}
#help-menu .nav-help > li{ display:inline-block;}
#help-menu .nav-help > li > a {
  position: relative;
  display: inline-block;
  font-size:17px;
  color: #333;
  padding-right:6px;
  padding-left:0px;
}
#help-menu .nav-help > li:first-child > a{padding-left:0;}
#help-menu .nav-help > li > a{white-space: nowrap;}
#help-menu .nav-help > li.active > a ,
#help-menu .nav-help > li > a:hover,
#help-menu .nav-help > li > a:focus {
  text-decoration: none;
  color: #3f6faf;
}
#help-menu .nav-help > li .help-line{ width:1px; margin-right:5px; height:10px; background:#999; display:inline-block;}
#help-menu .nav-help > li:first-child .help-line{ display:none;}
.help-body{ margin-left:35px; margin-bottom:50px; margin-top:12px;}

.content-help ul.ul-content li .li-content{ color:#444; font-size:16px; position:relative; top:-3px;}

.content-area ul.ul-content li .li-content{ color:#444; font-size:16px; position:relative; top:-6px;}
.content-area ul.ul-content-sm li{ padding-bottom:0px; padding-top:0px; color:#84ccdb; font-size:18px; }
.content-area ul.ul-content-sm li .li-content{ color:#444; font-size:16px; position:relative; top:-3px;}
.section-content{padding:45px 0px;}
.section-content-b{ padding-bottom:45px;}
.section-content-sm{padding:10px 0px;}
.section-content img, .footer-content img{ max-width:100%; height:auto;}
.section-page1 .section-content{ padding-top:27px; padding-bottom:25px;}
.section-page2{ margin-bottom:25px;}
.section-page2 .section-content{background:#F3F3F3; }
.section-page2 .section-title{ margin-top:0px; margin-bottom:-45px; padding-top:15px; border-top:5px solid #696a67;}

.content-area-full{ max-width:980px; font-size:16px; margin:0 auto;}
.col-center {
   float: none;
   margin-right: auto;
   margin-left: auto;
}
.text-hilight{ color:#ff5252;}
.content-area-full .nav-about-title{ border-bottom:1px solid #ddd; padding-bottom:10px; margin-top:20px; margin-bottom:15px; max-width:285px; font-size:21px;}
.content-area-full ul.nav-about{padding-left:20px; font-size:15px;}
.nav-school-members-title{ border-bottom:1px solid #ddd; padding-bottom:10px; margin-top:20px; margin-bottom:15px; max-width:320px; font-size:21px;}
ul.nav-school-members{padding-left:20px; font-size:15px;}

.nav-page-title{ border-bottom:1px solid #ddd; padding-bottom:10px; margin-top:20px; margin-bottom:15px; max-width:285px; font-size:21px;}
@media (max-width:767px) {
	.section-page2 .section-title{ margin-top:0px; margin-bottom:-35px; padding-top:15px;}
	.content-area{ margin-bottom:30px;}
	.content-help{ margin-bottom:30px;}
}
@media (max-width:543px) {
	.content-area{font-size:17px;}
	.section-page2 .section-title{ margin-top:0px; margin-bottom:-30px; padding-top:10px;}
}

/*.section-page3 .section-content{background:#302f2f url(/images/template/news-bg.jpg) no-repeat;}*/

.section-page3 .section-content{background:#fedddd; padding-bottom:25px;}
.section-page3 .section-title{ color:#444; text-align:center;}
.section-page3 .section-title h1{margin-top:0; margin-bottom:35px; color:#333;}
.section-page3 .section-title span{ color:#ff5252;}
.section-page3 .section-preview{ font-size:16px; max-width:960px; margin:0 auto; margin-bottom:50px; }
.section-page4 .section-content{background:#F3F3F3; padding:25px 0px;}
.section-page4 .section-title{ margin-bottom:40px;}
@media (max-width:767px) {
	.section-page3 .section-title span{ display:block;}
}
.map-contact{ margin-top:30px;}

/**breadcrumb**/
.bx-breadcrumb{ margin:9px 0; margin-bottom:5px; position:relative; z-index:100; }
.bx-breadcrumb .bx-breadcrumb-item{ margin-bottom:5px; max-width:210px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.bx-breadcrumb .bx-breadcrumb-item span{font-family:'Kanit', "Helvetica Neue", Helvetica, Arial, sans-serif, tahoma; font-size:12px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:200px;}
.bx-breadcrumb .bx-breadcrumb-item a{ color:#666;}
.bx-breadcrumb .bx-breadcrumb-item a:hover,.bx-breadcrumb .bx-breadcrumb-item a:focus {outline: 0; color: #1f91bb; text-decoration: none;}

.page-header .container{ position:relative;}
/*.line-header{ display:none;}*/
.mini-okmd{ display:none;}
.line-header{ width:1px; height:35px; background:#b2b0b1; display:block; position:absolute; top:0; left:5px;}
.line-header.line2{ left:150px;}
.line-header.line3{ display:none;}
@media (max-width:767px) {
	.line-header{left:15px;}
	.line-header.line2{ left:170px;}
}

@media (min-width:1199px) {
	.line-header{ width:1px; height:65px; background:#b2b0b1; display:block; position:absolute; top:0; left:30px;}
	.line-header.line2{display:block; left:385px;}
	.line-header.line3{display:block; left:550px;}
	.mini-okmd{ width:130px; height:30px;display:block; position:absolute; top:10px; left:405px;}
	.mini-okmd span{ display:block;  padding-top:8px; font-size:12px; line-height:13px; text-transform:uppercase; color:#00abe4}
}
@media (min-width:992px) and (max-width:1199px) {
	.line-header{left:15px;}
	.line-header.line2{display:block; left:180px;}
	.line-header.line3{display:none; left:485px;}	
}
@media (min-width:992px) {
	.breadcrumb-section{/*border-bottom: 1px solid #b2b0b1;*/ margin-top:-32px; color:#999;}
	/* make bootstrap dropdowns work on hover */
	.navbar .dropdown:hover > .dropdown-menu , .select-lang .dropdown:hover > .dropdown-menu{ display: block; }
	.navbar-header{ padding-left:35px;}
}

/*navbar*/
@media (max-width: 991px) {
    .navbar-header {
        float: none;
		position:relative;

    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		padding-left:0;
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}
@media (max-width:767px) {
    .navbar-collapse {
		padding-left:15px;
    }
}
.page-header {margin:0px; padding:25px 0px;background:#f9f400; padding-bottom:30px;
	border-bottom:1px solid #b2b0b1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.055), 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.055), 0 0 10px rgba(0, 0, 0, .3);	
}
.navbar-brand{ padding-top:0px; padding-right:0;  display:inline-block;}
#header {
  width: 100%;
  position: relative;
  top: 0; }
#header  .navbar {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  padding-left:15px;
  padding-right:15px;
  margin-bottom: 0;
  border: transparent;
  }
#header .navbar-header{ height:110px;}
#header .navbar-brand{ height:110px; padding-bottom:5px;}
#header .navbar-header img{ max-height:100%; width:auto;}
#header  .container.header-container{ border-bottom:1px solid #b2b0b1;  border-top:1px solid #b2b0b1;}
#header  .container.header-container .brand-text-header{ position:absolute; top:15px; right:120px; color:#b3007c; font-size:32px; font-weight:400;}
@media (max-width:991px) {
	#header  .container.header-container .brand-text-header{ font-size:24px; right:150px; }
}
 #header .affix .container.header-container .brand-text-header{ display:none;}
#header .navbar-nav > li > a{ line-height:1.4; padding:10px 9px; font-size:16px; font-weight:400; }
#header .navbar-default{ background:none;}
#header .navbar-nav{ margin-top:66px;}
#header .navbar-nav > li > a i{ position:relative; top:1px;}

@media (min-width:1199px) {
	#header .container.header-container{ width:1200px;}
	.container.breadcrumb-section{ width:1200px; padding-left:30px; padding-right:30px;}
	.container{width:1200px; padding-left:30px; padding-right:30px;}
	
	.container{width:1200px; padding-left:30px; padding-right:30px;}
	
	.row.nav-events-tab{padding-left:15px; padding-right:15px; margin-left:-30px; margin-right:-30px;}
	
	#header .navbar-nav{ margin-right:-20px;}
}

.overlay-fixed-search {
	background:rgba(0,0,0,0.8);
    bottom: 0;
    position: fixed;
    right: 0;
    left: 0;
    overflow: hidden;
    top: 220px;
    z-index: 8010;
}
#header .navbar-nav > li > a i.ion-chevron-down{ display:none;}
@media (min-width:992px) and (max-width:1199px) {
	#header  .container.header-container .brand-text-header{ display:none;}
	#header .navbar-header{ height:50px;}
	#header .navbar-brand{ height:50px; padding-bottom:5px;}
	#header .navbar-nav {margin-top: 10px;}
	#header .navbar-nav > li > a{padding-bottom:8px; padding-top:8px; padding-left:14px;}
	#header .navbar-nav > li > a i.ion-chevron-down{ position:absolute; right:20px; top:10px; font-size:14px; color:#777;}
}

@media (max-width:991px) {
	#header  .container.header-container .brand-text-header{top:5px;}
	#header .navbar-nav > li > a i.ion-chevron-down{ display: inherit;}
	.page-header {padding:10px 0px;}
	#header .navbar-header{ height:50px;}
	#header .navbar-brand{ height:50px; padding-bottom:5px;}
	#header .navbar-nav {margin-top: 10px;}
	#header .navbar-nav > li > a{padding-bottom:8px; padding-top:8px; padding-left:0;}
	#header .navbar-nav > li > a i.ion-chevron-down{ position:absolute; right:20px; top:10px; font-size:14px; color:#777;}
}
@media (max-width:767px) {
	#header  .container.header-container .brand-text-header{ display:none;}
	#header .navbar-nav > li > a{padding-left:15px;}
}
@media screen and (max-width: 480px) {
	#header #filter-nav > .navbar {
		padding-left: 0px;
		padding-right: 0px;
	}
}
#header #filter-nav > .navbar li a {
  text-transform: uppercase;
  color: #000;
  font-weight: normal;
}
#header #filter-nav > .navbar li a > span .border {
  display: block;
  height:2px;
  vertical-align: middle;
    position: relative;
/*  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;

  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;*/ }
#header #filter-nav > .navbar li a > span .border:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: #ff5252;*/
  /*background:#84ccdb;*/
/*  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;*/ }
#header #filter-nav > .navbar li a:hover, #header #filter-nav > .navbar li a:focus {
  outline: none; }
#header #filter-nav > .navbar li a:hover > span, #header #filter-nav > .navbar li a:focus > span {
  outline: none; }
#header #filter-nav > .navbar li a:hover > span .border:before, #header #filter-nav > .navbar li a:focus > span .border:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }
#header #filter-nav > .navbar li.active a {
  background: transparent; }
#header #filter-nav > .navbar li.active a > span .border {
  background: #84ccdb; }
#header .navbar-brand { padding-top:5px; padding-left:0px;}

#header #filter-nav > .navbar li a:hover > span .border{background:#84ccdb;}
@media (max-width:991px) {
	#header .navbar-brand { padding-top:5px; padding-left:30px;}
}
#header .navbar-brand:hover {
  color: #ccc; }

#header #filter-nav > .navbar li.dropdown.active ul a {
  background: transparent; }
#header #filter-nav > .navbar li.dropdown.active ul a > span .border {
  background: transparent; }

.main-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none; }
.main-nav-toggle.active i::before, .main-nav-toggle.active i::after {
  background: #000; }
.main-nav-toggle:hover, .main-nav-toggle:focus, .main-nav-toggle:active {
  outline: none;
  border-bottom: none !important; }
.main-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 25px;
  height: 3px;
  color: #000;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all .2s ease-out; }
.main-nav-toggle i::before, .main-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
.main-nav-toggle i::before {
  top: -7px; }
.main-nav-toggle i::after {
  bottom: -7px; }
.main-nav-toggle:hover i::before {
  top: -10px; }
.main-nav-toggle:hover i::after {
  bottom: -10px; }
.main-nav-toggle.active i {
  background: transparent; }

.main-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.main-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

.main-nav-toggle {
  position: absolute;
  top:-1px;
  right:0px;
  z-index: 21;
  padding:12px 0 0 0;
  padding-right:15px;
  margin: 0 auto;
  display: none;
  height:40px;
  width:40px;
  text-align:center;
  border-bottom: none !important; }
@media screen and (max-width:991px) {
  .main-nav-toggle {
    display: block; } }
/**Main Menu**/

.err404page{padding:15px; min-height:300px; padding-bottom:30px;}
.err404page a{ text-decoration:overline;}
.err404page .oop{font-size:92px; color:#ccc !important;}
.text404{font-size:82px; color:#000 ;}
.page-not{ font-size:24px;}

.errPage{padding:15px; min-height:300px; padding-bottom:30px;}
.errPage a{ text-decoration:overline;}
.errPage .oop{font-size:92px; color:#ccc !important;}
.page-not{ font-size:24px;}

.form-control.password[readonly]{
  cursor: text;
  background-color: #FFF;
}

.modern-page-title{ display:none;}
.modern-page-navigation .modern-page-previous{ padding-left:0;}
.procurement-nav{ margin-bottom:15px; text-align:right;}

/*tabs*/
.nav-menu-tab{margin-bottom:25px;}
.nav-menu-tab .nav-tabs > li {margin-bottom:0px;}
.nav-menu-tab .nav-tabs{ border-bottom:none; border-bottom:1px solid #696a67;}
.nav-menu-tab .nav-tabs > li.active > a, .nav-menu-tab .nav-tabs > li.active > a:focus, .nav-menu-tab .nav-tabs > li.active > a:hover{ border:none; background:#363636; color:#FFF;}
.nav-menu-tab .nav-tabs > li > a {
    border:0px solid transparent;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	font-size:16px;
    line-height: 1.42857;
    margin-right: 2px;
	color:#000;
}
.nav-menu-tab .nav > li > a {
    display: block;
    padding:6px 25px;
    position: relative;
}
@media (max-width:767px) {
.procurement-nav.nav-menu-tab .nav > li > a { padding:6px 10px;}
}

.full-page-top{ text-align:center; margin-bottom:20px; position:relative; height:360px; overflow:hidden;}
.full-page-top.kratooktomkit{ background:url(/images/section-page/section-kratooktomkit.jpg);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.full-page-top.page-activity{ background:url(/images/section-page/okmd-calendar-page.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.full-page-top.bbl-cover{ background:url(/images/section-page/bbl-cover.jpg);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.full-page-top.bbl-cover h1{ color:#FFF;}


.full-page-top img{ display:none;}

@media screen and (max-width:992px) {
	.full-page-top{height:280px; overflow:hidden;}
}
@media screen and (max-width:768px) {
	.full-page-top{height:270px; overflow:hidden;}
}
@media screen and (max-width:600px) {
	.full-page-top{height:250px; overflow:hidden;}
}
@media (min-width:1599px) {
	.full-page-top.page-activity{ background:#f4f4f4 url(/images/section-page/okmd-calendar-page.png);
		background-repeat:no-repeat;
		background-position:center;
		-webkit-background-size: 1600px;
		-moz-background-size: 1600px;
		background-size: 1600px;
		-o-background-size: 1600px;
	}
	.full-page-top.bbl-cover{ background:#81cdda url(/images/section-page/bbl-cover.jpg);
		background-repeat:no-repeat;
		background-position:center;
		-webkit-background-size: 1600px;
		-moz-background-size: 1600px;
		background-size: 1600px;
		-o-background-size: 1600px;
	}
	.full-page-top.bbl-cover h1{ color:#FFF;}
}

.full-page-top .page-title-top{ position:absolute; top:140px; font-size:50px;}
.full-page-top img{ max-width:100%; height:auto;}
.section-title-line{margin-bottom:20px; padding-top:15px; border-top:5px solid #696a67;}

.sidebar-right{ padding-top:50px;}

/*fast-forward-talk*/
.fast-forward-talk .section-content{background:#302f2f url(/images/template/news-bg.jpg) no-repeat; color:#FFF; padding:30px 0; margin-bottom:-50px;}
.fast-forward-talk .section-title h1{ color:#FFF; text-align:center;}
.fast-forward-talk .section-title span{ color:#ff5252;}
.fast-forward-talk .section-preview{  font-size:16px; text-align:center; max-width:960px; margin:0 auto; margin-bottom:50px;}
.fast-forward-talk h2, .fast-forward-talk h3{ color:#FFF; margin-bottom:15px;}
.fast-forward-talk .alert-info{ background:rgba(255,255,255,0.2); color:#fff;}
.fast-forward-talk .section-content #download-doc{ color:#FFF; text-decoration: underline;}
.fast-forward-talk .section-content #download-doc:hover{ color:#1f91bb;}

/*knowledge-festival*/
.knowledge-festival .section-content{background:#302f2f url(/images/template/knowledge-festival.png) no-repeat center top fixed; color:#FFF; padding:30px 0; min-height:700px; margin-bottom:-50px;}
.knowledge-festival .section-title h1{ color:#FFF; text-align:center;}
.knowledge-festival .section-title span{ color:#74cee2;}
.knowledge-festival .section-preview{  font-size:16px; text-align:center; max-width:960px; margin:0 auto; margin-bottom:50px;}
.knowledge-festival h2{ color:#FFF; margin-bottom:10px; margin-top:0;}
.knowledge-festival .alert-info{ background:rgba(255,255,255,0.2); color:#fff;}
.knowledge-festival .h3{ color:#FFF; margin-bottom:10px; margin-top:0; line-height:1.6;}
.knowledge-festival .h3 span{color:#74cee2;}
.knowledge-festival .h3 .line{ height:1px; background:#74cee2; display:block; width:400px; margin-right:-15px; float:right;}


.content-kf .left-kf{ border-right:1px solid #74cee2; text-align:right; margin-bottom:15px;}
.knowledge-festival .media-body, .knowledge-festival .media-left{ font-size:13px; line-height:1.3;}

.kf-section-page{background:#302f2f url(/images/template/knowledge-festival.png) no-repeat center top fixed; color:#FFF; min-height:380px; margin-bottom:30px; }
.kf-section-img img{ display:none;}
.kf-section-img{ height:380px; width:520px;}
.kf-section-page .media-body{ padding:50px 75px; padding-bottom:0; padding-right:15px;}
.kf-section-desc{height:290px; overflow:auto;}

.knowledge-festival .right-kf .h3{ color:#FFF; margin-bottom:10px; margin-top:0; line-height:1.6; font-size:18px;}
.knowledge-festival .right-kf .h3 small{ font-size:16px; color:#FFF;}
.knowledge-festival .right-kf .h3 span{color:#74cee2;}
.knowledge-festival .right-kf .h3 .line{ height:1px; background:#74cee2; display:block; width:400px; margin-left:-15px; float:left;}
.nav-knowledge-festival-title{ border-bottom:1px solid #ddd; padding-bottom:10px; margin-top:20px; margin-bottom:15px; max-width:400px; font-size:21px; color:#FFF;}
ul.nav-knowledge-festival{padding-left:20px; font-size:15px;}

.fast-forward-talk-section .kf-section-page{background:#302f2f url(/images/template/news-bg.jpg) no-repeat left top fixed;  color:#FFF; }
@media (max-width:1199px) {
	.kf-section-page{min-height:320px;}
	.kf-section-img{ width:420px;  height:320px;}
	.kf-section-page .media-body{ padding:20px 50px; padding-bottom:0; padding-right:15px;}
	.kf-section-desc{height:280px; overflow:auto;}
}
@media (max-width:991px) {
	.kf-section-page{min-height:300px;}
	.kf-section-img{ width:350px;  height:300px;}
	.kf-section-page .media-body{ padding:20px 30px; padding-bottom:0; padding-right:10px;}
	.kf-section-desc{height:240px; overflow:auto;}
}
@media (max-width:768px) {
	.content-kf .left-kf{ border-right:0px solid #74cee2; text-align:right; margin-bottom:15px;}
	
	.kf-section-page{min-height:300px;}
	.kf-section-img{ width:300px;  height:300px;}
	.kf-section-page .media-body{ padding:15px 25px; padding-bottom:0; padding-right:10px;}
	.kf-section-desc{height:240px; overflow:auto;}
}
@media (max-width:599px) {
	.kf-section-page{min-height:280px;}
	.kf-section-img{ width:260px;  height:280px;}
	.kf-section-page .media-body{ padding:15px 25px; padding-bottom:0; padding-right:10px;}
	.kf-section-desc{height:240px; overflow:auto;}
}
@media (max-width:599px) {
	.kf-section-page{min-height:280px; padding-top:25px;}
	.kf-section-page .media-left{ display:block;}
	.kf-section-img{ width:92%; margin:0 auto;  height:300px; display:block; float:none;}
	.kf-section-page .media-body{ padding:15px 15px; padding-bottom:0; padding-right:10px;}
	.kf-section-desc{height: auto; overflow:auto; margin-bottom:25px;}
}

/***********************
 BUTTONS
************************/
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline:none;
}
.btn-lg {
  padding: 10px 24px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-yellow {
  color: #333;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  color: #333;
  background-color: #f1bb01;
  border-color: #f1bb01;
}

.btn-danger {
    background: #ff5252;
	border-color: #ff5252;
    color: #ffffff;
}

.btn-black {
  color: #FFF;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
  color: #FFF;
  background-color: #ff5252;
  border-color: #ff5252;
}
.btn-black.btn-lg{ font-size:20px;}

.btn-blue {
  color: #FFF;
  background-color: #74cee2;
  border-color: #74cee2;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  color: #FFF;
  background-color: #1f91bb;
  border-color: #1f91bb;
}
.btn-blue.btn-lg{ font-size:20px;}

.btn-facebook {
  color: #FFF;
  background-color: #627AAD;
  border-color: #627AAD;
  padding-top:14px;
  padding-bottom:14px;

}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #FFF;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-facebook.btn-lg{ font-size:21px;}
/***********************
  SHARP BUTTONS
************************/
.sharp {
  border-radius:0;
}

.btn-link-icon{ position:relative; padding-right:40px;}
.btn-link-icon i{
    font-size: 19px;
    position: absolute;
    right:14px;
    top:10px;
}


/* Images Overlay
--------------------- */
.overlay-container {display: block;overflow:hidden; position:relative;}
.overlay-container img{ max-width:100%; height:auto;}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(33, 187, 219, 0.9);
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.fast-forward-talk .overlay , .home-fast-forward-talk .overlay{background-color: rgba(255, 82, 82, 0.9);}
.knowledge-festival .overlay{background-color: rgba(33, 187, 219, 0.9);}

.overlay:hover {text-decoration: none;}
.overlay-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.overlay  .button {
  width:180px; text-align:center;
  position:absolute;
  left:50%;
  top:50%; margin-top:-24px;
  margin-left:-90px;
  padding:10px 0px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight:300;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border:1px solid #fff;
  color: #fff;
  overflow: hidden;
}
.overlay .button:hover,.overlay .button:active {color: #fff;}
.overlay .button:hover:after {height: 260%;opacity: 1;}
.overlay .button:active:after {height: 400%;opacity: 1;}
/* /Images Overlay
--------------------- */
.relate-content-right{ padding-top:0px;}
.activity-logo-group{ text-align:right; padding-top:10px;}

.content-area .nav-about-title{ border-bottom:1px solid #ddd; padding-bottom:10px; margin-top:20px; margin-bottom:15px; max-width:285px; font-size:21px;}
.content-area ul.nav-about{padding-left:20px; font-size:15px;}

.member-nav{ font-size:16px; margin:0; padding:0; list-style:none; margin-top:10px; margin-bottom:50px;}
.member-nav a{ color:#999;}
.member-nav li{ margin-bottom:15px; text-align:center;  }
.member-nav .member-icons{ font-size:64px; border:2px solid #ccc; display:block; width:75px; height:75px; overflow:hidden; margin:0 auto; margin-bottom:10px; text-align:center;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.member-nav .member-icons i{ color:#ccc;}

.member-nav li.active a{ color:#333;}
.member-nav li.active .member-icons i{ color:#333;}
.member-nav li.active .member-icons{border:2px solid #333;}
.admin-box-view{ padding:10px; border:1px solid #ccc; padding-top:15px;}
/***/
.smart-farmer-section a{ text-decoration:none;}
.smart-farmer-section a:focus, .smart-farmer-section a:hover{ opacity:0.8;}
.blue-content{ background:#84ccdb; padding:30px; height:437px; margin-bottom:6px;}
.blue-content h1{ color:#FFF;}

.smart-colum2{ height:220px;}
.smart-colum{color:#333; background:#D8D8D8; width:100%; height:215px; margin-bottom:6px; padding-top:10px; padding-left:15px;}
.smart-colum h4{ color:#333; margin:0;}
.smart-colum.smart-1{ background:#f6f6f6 url(/images/smart-farmer/smart-farmer-1.jpg) no-repeat left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	color:#333;
}

.smart-colum.smart-2{ background:url(/images/smart-farmer/smart-farmer-2.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	color:#FFF;
}
.smart-colum.smart-1 a, .smart-colum.smart-4 a{ color:#333;}
.smart-colum.smart-2 h4, .smart-colum.smart-2 a, .smart-colum.smart-6 a{ color:#FFF;}

.smart-colum.smart-3{ background:url(/images/smart-farmer/smart-farmer-3.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	color:#333;
}
.smart-colum.smart-3 h4{ color:#333;}
.smart-colum.smart-5 h4{ color:#FFF;}
.smart-colum.smart-5{ background:url(/images/smart-farmer/smart-farmer-5.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	color:#FFF;
}
.smart-colum.smart-4{ background:url(/images/smart-farmer/smart-farmer-4.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	color:#333;
}
.smart-colum.smart-6{ background:url(/images/smart-farmer/smart-farmer-6.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	color:#FFF;
}
.smart-colum.smart-6 h4{ color:#FFF;}
.smart-colum.smart-7{ background:url(/images/smart-farmer/smart-farmer-7.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	color:#FFF;
}
.smart-colum.smart-7 h4{ color:#FFF;}
 .smart-colum.smart-7 a{ color:#FFF;}

.smart-colum.smart-8{ background:#333333 url(/images/smart-farmer/smart-farmer-8.jpg) no-repeat left;
	color:#FFF;
}
.smart-colum.smart-8 h4, .smart-colum.smart-8 a{ color:#FFF;}

@media (min-width:1200px) {
	.blue-content .preview{ margin-bottom:30px;}
	.smart-colum2-full .col-sm-2{ width:19.3333%;}
	.smart-colum2-full .col-sm-6{ width:42%;}
}
@media (min-width:992px) and (max-width:1199px) {
	.smart-colum2-full .col-sm-2{ width:20.3333%;}
	.smart-colum2-full .col-sm-6{ width:39%;}
}
@media (max-width:991px) {
	.smart-farmer-section .content-xs [class*="col-"]{ width:50%;}
	.smart-farmer-section h3{ font-size:16px;}

	.full-page-top .page-title-top{ position:absolute; top:100px; font-size:36px;}
}
@media (max-width:767px) {
	.smart-colum2{ height:auto;}
	.smart-farmer-section .content-xs [class*="col-"]{ width:100%;}
	.blue-content{ height:auto;}
	.smart-farmer-section h3{ font-size:16px;}
}

.knowledge-okmd-tv{ display:block; border:1px solid #ededed; padding-top:15px; padding-bottom:15px; text-align:center; margin-bottom:28px;}
.knowledge-other a:hover{ opacity:0.8;}

.modern-thai-silk-list { margin-bottom:50px;}
.modern-thai-silk-list .thai-silk-list-img{ position:relative; margin-bottom:5px;}
.modern-thai-silk-list h3{ font-size:18px; height:51px; overflow:hidden;}
.thai-silk-preview{ margin-bottom:15px;}
@media (max-width:991px) {
	.thai-silk-preview{ margin-bottom:40px;}
}
@media (max-width:767px) {
	.modern-thai-silk-list h3{ font-size:18px; height: auto; overflow:hidden;}
	.thai-silk-preview{ margin-bottom:40px;}
}


/**/
.bx-system-auth-form{margin-bottom:30px; max-width:420px; margin:0 auto; font-size:16px; padding-top:40px;}

.bx-system-auth-form .form-control {
  height:40px;
  padding: 10px 12px;
  font-size: 16px;
  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);
}
.bx-system-auth-form .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.bx-system-auth-form .col-xs-3{ width:80px; padding-top:8px; margin-right:0; padding-right:0;}
.bx-system-auth-form .submit_button{ width:280px; font-size:21px; padding-top:14px; padding-bottom:14px;}

.facebook-register{ border-left:1px solid #ccc; padding-top:100px; min-height:350px; margin-bottom:30px;}

.bx-system-auth-form .form-control-feedback{ top:3px;}

@media (max-width:991px) {
	.facebook-register{ border-left:0px solid #ccc; border-top:1px solid #ccc; margin-top:50px;  padding-top:40px; min-height:150px;}
}
/**/
.vote-item-title{ font-weight:400; font-size:16px;}
.vote-item-vote label{ font-weight:300;}
/**/

.dashboard-bg{ background:url(/images/template/wood-texture.jpg) no-repeat fixed; margin-bottom:-50px; padding-bottom:30px; margin-top:-29px;}
.dashboard-bg h1{ text-shadow:1px 1px 1px #FFF;}
.bb-top{ background:rgba(0,0,0,0.8); position:fixed; top:0; left:0; width:100%; height:200px;}
/*#header{ opacity:0.1; position:relative; z-index:-2; display:none;}*/


/*THEME COLOR**/
/*#JAN .header-top{ background:#4e4e56; color:#fff;}
#JAN .header-top a{ color:#FFF;}*/
#JAN #filter-nav.affix,
/*#JAN .page-header{ background:#f0e8dd;}*/
#JAN .section-footer2 .footer-content{padding-bottom:10px;}
#JAN .section-footer2 .footer-content2{background:#924643; padding-bottom:10px; padding-top:10px;}
#JAN  .section-footer3 .footer-content{ background:#e1807b; color:#FFF;}
#JAN  .section-footer3 .footer-content a{ color:#FFF;}
#JAN .footer {background:#924643;}
#JAN  .section-footer1 .footer-content{background:#f3f3f3 ;}
#JAN .section-footer2 .footer-content{ background:#924643;}
#JAN .footer-menu, #JAN .footer-menu .footer-menu-item .col-sm-3{border-color:#e1807b;}
#JAN .footer, #JAN .footer .title{color:#FFF;}
#JAN .talk-to-us-content{ background:#b1938b; color:#FFF;}
#JAN .talk-to-us-content a{ color:#FFF;}
#JAN .section-page4 .section-content{ background:#f0e8dd;}
#JAN .home-box-content{ background: url("/images/template/home-box-content-bg-red.png");}
#JAN .home-magazine, #JAN .okmd-tv-show{ background:#f0e8dd;}
#JAN .view-magazine-all, #JAN .view-okmd-tv-all{ background:#e3d9cc;}
#JAN .facebook, #JAN .twitter, #JAN .googleplus, #JAN .pinterest, #JAN .instagram, #JAN .youtube{ color:#e1807b; border-color:#e1807b;}
#JAN .facebook:hover, #JAN .googleplus:hover{ color:#FFF; border-color:#FFF; background:none;}

#JAN .section-page2 .section-content{ background:#e3d9cc;}
#JAN .section-page2 .section-title{ margin-bottom:0;}
#JAN  .btn-danger{ background:#c55954; border-color:#c55954;}
#JAN  .btn-danger:hover{ background:#b04f4b; border-color:#b04f4b;}

#JAN ul.nav-menu-list a {color: #FFF;}
#JAN ul.nav-menu-list a:hover,#JAN ul.nav-menu-list a:focus {color: #FFF; text-decoration:underline;}
#JAN .footer-menu-item a, #JAN .footer-right a {color: #FFF;}
#JAN .footer-menu-item a:hover, #JAN .footer-menu-item a:focus,
#JAN .footer-right a:hover, #JAN .footer-right a:focus  {outline: 0; color: #FFF; text-decoration:underline;}

/*FEB*/
/*#FEB .header-top{ background:#536e3b; color:#fff;}
#FEB .header-top a{ color:#FFF;}*/
#FEB #filter-nav.affix,
/*#FEB .page-header{ background:#f0e8dd;}*/
#FEB .section-footer2 .footer-content{padding-bottom:0px;}
#FEB .section-footer2 .footer-content2{background:#253b14; padding-bottom:15px; padding-top:0px;}
#FEB  .section-footer3 .footer-content{ background:#536e3b; color:#FFF;}
#FEB  .section-footer3 .footer-content a{ color:#FFF;}
#FEB .footer {background:#924643;}
#FEB  .section-footer1 .footer-content{background:#f3f3f3 ;}
#FEB .section-footer2 .footer-content{ background:#253b14;}
#FEB .footer-menu, #FEB .footer-menu .footer-menu-item .col-sm-3{border-color:#89a076;}
#FEB .footer, #FEB .footer .title{color:#FFF;}
#FEB .talk-to-us-content{ background:#89a076; color:#FFF;}
#FEB .talk-to-us-content a{ color:#FFF;}
#FEB .home-box-content{ background: url("/images/template/home-box-content-bg-gray.png");}
#FEB .home-magazine, #FEB .okmd-tv-show{ background:#f3f3f4;}
#FEB .view-magazine-all, #FEB .view-okmd-tv-all{ background:#c0ccb6;}
#FEB .facebook, #FEB .googleplus{ color:#89a076; border-color:#89a076;}
#FEB .facebook:hover, #FEB .googleplus:hover{ color:#FFF; border-color:#FFF; background:none;}

#FEB .section-page2 .section-content{ background:#e9f3f2;}
#FEB .section-page2 .section-title{ margin-bottom:0;}
#FEB .section-page4 .section-content{ background:#f3f3f4;}
#FEB .talk-to-us-content  .btn-danger{ background:#536e3b; border-color:#536e3b;}
#FEB .talk-to-us-content  .btn-danger:hover{ background:#465d32; border-color:#465d32;}

#FEB ul.nav-menu-list a {color: #FFF;}
#FEB ul.nav-menu-list a:hover,#FEB ul.nav-menu-list a:focus {color: #FFF; text-decoration:underline;}
#FEB .footer-menu-item a, #FEB .footer-right a {color: #FFF;}
#FEB .footer-menu-item a:hover, #FEB .footer-menu-item a:focus,
#FEB .footer-right a:hover, #FEB .footer-right a:focus  {outline: 0; color: #FFF; text-decoration:underline;}

#FEB #back-top .back-to-top span {
	color:#FFF;
	font-size:16px;
	padding:10px;
	display: inline-block;
	background:#ff5252 ;
	background: rgba(83,110,59,0.9);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#FEB #back-top .back-to-top a:hover span {background: #7c5e51;}

/*MAR*/
/*#MAR .header-top{ background:#856396; color:#fff;}
#MAR .header-top a{ color:#FFF;}*/
#MAR #filter-nav.affix,
/*#MAR .page-header{ background:#f9eef8;}*/
#MAR .section-footer2 .footer-content{padding-bottom:0px;}
#MAR .section-footer2 .footer-content2{background:#856396; padding-bottom:15px; padding-top:0px;}
#MAR  .section-footer3 .footer-content{ background:#c9aac6; color:#FFF;}
#MAR  .section-footer3 .footer-content a{ color:#FFF;}
#MAR .footer {background:#924643;}
#MAR  .section-footer1 .footer-content{background:#f3f3f3 ;}
#MAR .section-footer2 .footer-content{ background:#856396;}
#MAR .footer-menu, #MAR .footer-menu .footer-menu-item .col-sm-3{border-color:#e2d1e0;}
#MAR .footer, #MAR .footer .title{color:#FFF;}
#MAR .talk-to-us-content{ background:#e2d1e0; color:#FFF;}
#MAR .talk-to-us-content a{ color:#FFF;}
#MAR .home-box-content{ background: url("/images/template/home-box-content-bg-gray.png");}
#MAR .home-magazine, #MAR .okmd-tv-show{ background:#f3f3f4;}
#MAR .view-magazine-all, #MAR .view-okmd-tv-all{ background:#d2bcbf;}
#MAR .facebook, #MAR .googleplus{ color:#FFF; border-color:#e2d1e0;}
#MAR .facebook:hover, #MAR .googleplus:hover{ color:#FFF; border-color:#FFF; background:none;}

#MAR .section-page2 .section-content{ background:#d2bcbf;}
#MAR .section-page2 .section-title{ margin-bottom:0;}
#MAR .section-page4 .section-content{ background:#f4edee;}

#MAR .okmd-tv-content .btn-danger{ background:#856396; border-color:#e2d1e0;}
#MAR .okmd-tv-content .btn-danger:hover{ background:#70537f; border-color:#e2d1e0;}

#MAR .talk-to-us-content  .btn-danger{ background:#856396; border-color:#e2d1e0;}
#MAR .talk-to-us-content  .btn-danger:hover{ background:#70537f; border-color:#e2d1e0;}

#MAR ul.nav-menu-list a {color: #FFF;}
#MAR ul.nav-menu-list a:hover,#MAR ul.nav-menu-list a:focus {color: #FFF; text-decoration:underline;}
#MAR .footer-menu-item a, #MAR .footer-right a {color: #FFF;}
#MAR .footer-menu-item a:hover, #MAR .footer-menu-item a:focus,
#MAR .footer-right a:hover, #MAR .footer-right a:focus  {outline: 0; color: #FFF; text-decoration:underline;}

#MAR #back-top .back-to-top span {
	color:#FFF;
	font-size:16px;
	padding:10px;
	display: inline-block;
	background:#ff5252 ;
	background: rgba(120,90,135,0.9);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#MAR #back-top .back-to-top a:hover span {background: #71547f;}

/*APR - default*/


/*MAY*/
/*#MAY .header-top{ background:#2d93d5; color:#fff;}
#MAY .header-top a{ color:#FFF;}*/
#MAY #filter-nav.affix,
/*#MAY .page-header{ background:#d5e5f4;}*/
#MAY .section-footer2 .footer-content{padding-bottom:0px;}
#MAY .section-footer2 .footer-content2{background:#014f99; padding-bottom:15px; padding-top:0px;}
#MAY  .section-footer3 .footer-content{ background:#2d93d5; color:#FFF;}
#MAY  .section-footer3 .footer-content a{ color:#FFF;}
#MAY .footer {background:#014f99;}
#MAY  .section-footer1 .footer-content{background:#f3f3f3 ;}
#MAY .section-footer2 .footer-content{ background:#014f99;}
#MAY .footer-menu, #MAY .footer-menu .footer-menu-item .col-sm-3{border-color:#a5d1ec;}
#MAY .footer, #MAY .footer .title{color:#FFF;}
#MAY .talk-to-us-content{ background:#9bc1e5; color:#FFF;}
#MAY .talk-to-us-content a{ color:#FFF;}
#MAY .home-box-content{ background: url("/images/template/home-box-content-bg-blue.png");}
#MAY .home-magazine, #MAY .okmd-tv-show{ background:#e7e7e7;}
#MAY .view-magazine-all, #MAY .view-okmd-tv-all{ background:#c8c8ca;}
#MAY .facebook, #MAY .googleplus{ color:#FFF; border-color:#a5d1ec;}
#MAY .facebook:hover, #MAY .googleplus:hover{ color:#FFF; border-color:#FFF; background:none;}

#MAY .section-page2 .section-content{ background:#9bc1e5;}
#MAY .section-page2 .section-title{ margin-bottom:0;}
#MAY .section-page4 .section-content{ background:#d5e5f4;}

#MAY .okmd-tv-content .btn-danger{ background:#014f99; border-color:#014f99;}
#MAY .okmd-tv-content .btn-danger:hover{ background:#2889c8; border-color:#2889c8;}

#MAY .talk-to-us-content  .btn-danger{ background:#2d93d5; border-color:#2d93d5;}
#MAY .talk-to-us-content  .btn-danger:hover{ background:#0067aa; border-color:#0067aa;}

#MAY ul.nav-menu-list a {color: #FFF;}
#MAY ul.nav-menu-list a:hover,#MAY ul.nav-menu-list a:focus {color: #FFF; text-decoration:underline;}
#MAY .footer-menu-item a, #MAY .footer-right a {color: #FFF;}
#MAY .footer-menu-item a:hover, #MAY .footer-menu-item a:focus,
#MAY .footer-right a:hover, #MAY .footer-right a:focus  {outline: 0; color: #FFF; text-decoration:underline;}

#MAY #back-top .back-to-top span {
	color:#FFF;
	font-size:16px;
	padding:10px;
	display: inline-block;
	background:#742a27 ;
	background: rgba(0,51,100,0.9);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#MAY #back-top .back-to-top a:hover span {background: #002141;}

/*JUN*/
/*#JUN .header-top{ background:#3c6287; color:#fff;}
#JUN .header-top a{ color:#FFF;}*/
#JUN #filter-nav.affix,
/*#JUN .page-header{ background:#f3efe4;}*/
#JUN .section-footer2 .footer-content{padding-bottom:0px;}
#JUN .section-footer2 .footer-content2{background:#010e1f; padding-bottom:15px; padding-top:0px;}
#JUN  .section-footer3 .footer-content{ background:#3c6287; color:#FFF;}
#JUN  .section-footer3 .footer-content a{ color:#FFF;}
#JUN .footer {background:#010e1f;}
#JUN  .section-footer1 .footer-content{background:#f3f3f3 ;}
#JUN .section-footer2 .footer-content{ background:#010e1f;}
#JUN .footer-menu, #JUN .footer-menu .footer-menu-item .col-sm-3{border-color:#3c6287;}
#JUN .footer, #JUN .footer .title{color:#FFF;}
#JUN .talk-to-us-content{ background:#98dab4; color:#FFF;}
#JUN .talk-to-us-content a{ color:#FFF;}
#JUN .home-box-content{ background: url("/images/template/home-box-content-bg-green.png");}
#JUN .home-magazine, #JUN .okmd-tv-show{ background:#f5f5f5;}
#JUN .view-magazine-all, #JUN .view-okmd-tv-all{ background:#dddddd;}
#JUN .facebook, #JUN .googleplus{ color:#FFF; border-color:#3c6287;}
#JUN .facebook:hover, #JUN .googleplus:hover{ color:#FFF; border-color:#FFF; background:none;}

#JUN .section-page2 .section-content{ background:#98dab4;}
#JUN .section-page2 .section-title{ margin-bottom:0;}
#JUN .section-page4 .section-content{ background:#f3efe4;}

#JUN .okmd-tv-content .btn-danger{ background:#3c6287; border-color:#3c6287;}
#JUN .okmd-tv-content .btn-danger:hover{ background:#1d4469; border-color:#1d4469;}

#JUN .talk-to-us-content  .btn-danger{ background:#3c6287; border-color:#3c6287;}
#JUN .talk-to-us-content  .btn-danger:hover{ background:#1d4469; border-color:#1d4469;}

#JUN ul.nav-menu-list a {color: #FFF;}
#JUN ul.nav-menu-list a:hover,#JUN ul.nav-menu-list a:focus {color: #FFF; text-decoration:underline;}
#JUN .footer-menu-item a, #JUN .footer-right a {color: #FFF;}
#JUN .footer-menu-item a:hover, #JUN .footer-menu-item a:focus,
#JUN .footer-right a:hover, #JUN .footer-right a:focus  {outline: 0; color: #FFF; text-decoration:underline;}

#JUN #back-top .back-to-top span {
	color:#FFF;
	font-size:16px;
	padding:10px;
	display: inline-block;
	background:#742a27 ;
	background: rgba(37,77,115,0.9);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#JUN #back-top .back-to-top a:hover span {background: #193e61;}

/*JUL 7*/
/*#JUL .header-top{ background:#845a7e; color:#fff;}
#JUL .header-top a{ color:#FFF;}*/
#JUL #filter-nav.affix,
/*#JUL .page-header{ background:#f3f3f3;}*/
#JUL .section-footer2 .footer-content{padding-bottom:0px;}
#JUL .section-footer2 .footer-content2{background:#845a7e; padding-bottom:15px; padding-top:0px;}
#JUL  .section-footer3 .footer-content{ background:#de7482; color:#FFF;}
#JUL  .section-footer3 .footer-content a{ color:#FFF;}
#JUL .footer {background:#924643;}
#JUL  .section-footer1 .footer-content{background:#f3f3f3 ;}
#JUL .section-footer2 .footer-content{ background:#845a7e;}
#JUL .footer-menu, #JUL .footer-menu .footer-menu-item .col-sm-3{border-color:#e0b5da;}
#JUL .footer, #JUL .footer .title{color:#FFF;}
#JUL .talk-to-us-content{ background:#f9a397; color:#FFF;}
#JUL .talk-to-us-content a{ color:#FFF;}
#JUL .home-box-content{ background: url("/images/template/home-box-content-bg-purple.png");}
#JUL .home-magazine, #JUL .okmd-tv-show{ background:#ffebe8;}
#JUL .view-magazine-all, #JUL .view-okmd-tv-all{ background:#f9a397;}
#JUL .facebook, #JUL .googleplus{ color:#FFF; border-color:#e0b5da;}
#JUL .facebook:hover, #JUL .googleplus:hover{ color:#FFF; border-color:#FFF; background:none;}

#JUL .section-page2 .section-content{ background:#f5e3b8;}
#JUL .section-page2 .section-title{ margin-bottom:0;}
#JUL .section-page4 .section-content{ background:#f6f3ea;}

#JUL .okmd-tv-content .btn-danger{ background:#de7482; border-color:#de7482;}
#JUL .okmd-tv-content .btn-danger:hover{ background:#c25261; border-color:#c25261;}

#JUL .talk-to-us-content  .btn-danger{ background:#41416b; border-color:#41416b;}
#JUL .talk-to-us-content  .btn-danger:hover{ background:#2b2b53; border-color:#2b2b53;}

#JUL ul.nav-menu-list a {color: #FFF;}
#JUL ul.nav-menu-list a:hover,#JUL ul.nav-menu-list a:focus {color: #FFF; text-decoration:underline;}
#JUL .footer-menu-item a, #JUL .footer-right a {color: #FFF;}
#JUL .footer-menu-item a:hover, #JUL .footer-menu-item a:focus,
#JUL .footer-right a:hover, #JUL .footer-right a:focus  {outline: 0; color: #FFF; text-decoration:underline;}

#JUL #back-top .back-to-top span {
	color:#FFF;
	font-size:16px;
	padding:10px;
	display: inline-block;
	background:#742a27 ;
	background: rgba(116,42,39,0.9);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#JUL #back-top .back-to-top a:hover span {background: #742a27;}

/*AUG 8*/
/*#AUG .header-top{ background:#4b9b95; color:#fff;}
#AUG .header-top a{ color:#FFF;}*/
#AUG #filter-nav.affix,
/*#AUG .page-header{ background:#f3f3f3;}*/
#AUG .section-footer2 .footer-content{padding-bottom:0px;}
#AUG .section-footer2 .footer-content2{background:#1f9e95; padding-bottom:15px; padding-top:0px;}
#AUG  .section-footer3 .footer-content{ background:#b2e0dc; color:#666;}
#AUG  .section-footer3 .footer-content a{ color:#666;}
#AUG .footer {background:#924643;}
#AUG  .section-footer1 .footer-content{background:#e8e6e7 ;}
#AUG .section-footer2 .footer-content{ background:#1f9e95;}
#AUG .footer-menu, #AUG .footer-menu .footer-menu-item .col-sm-3{border-color:#b2e0dc;}
#AUG .footer, #AUG .footer .title{color:#FFF;}
#AUG .talk-to-us-content{ background:#b2e0dc; color:#666;}
#AUG .talk-to-us-content a{ color:#666;}
#AUG .home-box-content{ background: url("/images/template/home-box-content-bg-tq.png");}
#AUG .home-magazine, #AUG .okmd-tv-show{ background:#f7f7f7;}
#AUG .view-magazine-all, #AUG .view-okmd-tv-all{ background:#f1f1f1;}
#AUG .facebook, #AUG .googleplus{ color:#FFF; border-color:#b2e0dc;}
#AUG .facebook:hover, #AUG .googleplus:hover{ color:#FFF; border-color:#FFF; background:none;}

#AUG .section-page2 .section-content{ background:#bbdedc;}
#AUG .section-page2 .section-title{ margin-bottom:0;}
#AUG .section-page4 .section-content{ background:#e8e6e7;}

#AUG ul.nav-menu-list a {color: #FFF;}
#AUG ul.nav-menu-list a:hover,#AUG ul.nav-menu-list a:focus {color: #FFF; text-decoration:underline;}
#AUG .footer-menu-item a, #AUG .footer-right a {color: #FFF;}
#AUG .footer-menu-item a:hover, #AUG .footer-menu-item a:focus,
#AUG .footer-right a:hover, #AUG .footer-right a:focus  {outline: 0; color: #FFF; text-decoration:underline;}

#AUG #back-top .back-to-top span {
	color:#FFF;
	font-size:16px;
	padding:10px;
	display: inline-block;
	background:#742a27 ;
	background: rgba(54,193,183,0.9);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#AUG #back-top .back-to-top a:hover span {background: #2db5ab;}

/*SEP 9*/
/*#SEP .header-top{ background:#e26c1a; color:#fff;}
#SEP .header-top a{ color:#FFF;}*/
#SEP #filter-nav.affix,
/*#SEP .page-header{ background:#feecbb;}*/
#SEP .section-footer2 .footer-content{padding-bottom:0px;}
#SEP .section-footer2 .footer-content2{background:#e64313; padding-bottom:15px; padding-top:0px;}
#SEP  .section-footer3 .footer-content{ background:#e26c1a; color:#FFF;}
#SEP  .section-footer3 .footer-content a{ color:#FFF;}
#SEP .footer {background:#924643;}
#SEP  .section-footer1 .footer-content{background:#e8e6e7 ;}
#SEP .section-footer2 .footer-content{ background:#e64313;}
#SEP .footer-menu, #SEP .footer-menu .footer-menu-item .col-sm-3{border-color:#b2e0dc;}
#SEP .footer, #SEP .footer .title{color:#FFF;}
#SEP .talk-to-us-content{ background:#feda7c; color:#666;}
#SEP .talk-to-us-content a{ color:#666;}
#SEP .home-box-content{ background: url("/images/template/home-box-content-bg-orange.png");}
#SEP .home-magazine, #SEP .okmd-tv-show{ background:#f7f7f7;}
#SEP .view-magazine-all, #SEP .view-okmd-tv-all{ background:#f1f1f1;}
#SEP .facebook, #SEP .googleplus{ color:#FFF; border-color:#b2e0dc;}
#SEP .facebook:hover, #SEP .googleplus:hover{ color:#FFF; border-color:#FFF; background:none;}

#SEP .section-page2 .section-content{ background:#feecbb;}
#SEP .section-page2 .section-title{ margin-bottom:0;}
#SEP .section-page4 .section-content{ background:#e8e6e7;}

#SEP .okmd-tv-content .btn-danger{ background:#e64313; border-color:#e64313;}
#SEP .okmd-tv-content .btn-danger:hover{ background:#ca380d; border-color:#feda7c;}

#SEP .talk-to-us-content  .btn-danger{ background:#e26c1a; border-color:#e26c1a;}
#SEP .talk-to-us-content  .btn-danger:hover{ background:#cc5e12; border-color:#feda7c;}

#SEP ul.nav-menu-list a {color: #FFF;}
#SEP ul.nav-menu-list a:hover,#SEP ul.nav-menu-list a:focus {color: #FFF; text-decoration:underline;}
#SEP .footer-menu-item a, #SEP .footer-right a {color: #FFF;}
#SEP .footer-menu-item a:hover, #SEP .footer-menu-item a:focus,
#SEP .footer-right a:hover, #SEP .footer-right a:focus  {outline: 0; color: #FFF; text-decoration:underline;}

#SEP #back-top .back-to-top span {
	color:#FFF;
	font-size:16px;
	padding:10px;
	display: inline-block;
	background:#742a27 ;
	background: rgba(54,193,183,0.9);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#SEP #back-top .back-to-top a:hover span {background: #2db5ab;}

/*OCT 10*/
/*#OCT .header-top{ background:#6b818e; color:#fff;}*/
/*#OCT .header-top a{ color:#FFF;}*/
/*#OCT #filter-nav.affix, #OCT .page-header{ background:#e2e2da;}*/
#OCT .section-footer2 .footer-content{padding-bottom:15px;}
#OCT .section-footer2 .footer-content2{background:#6a808e; padding-bottom:15px; padding-top:15px;}
#OCT  .section-footer3 .footer-content{ background:#e1e5e8; color:#6a808e;}
#OCT  .section-footer3 .footer-content a{ color:#6a808e;}
#OCT .footer {background:#fbf9fa;}
#OCT  .section-footer1 .footer-content{background:#FFF ;}
#OCT .section-footer2 .footer-content{ background:#FFF;}
#OCT .footer-menu, #OCT .footer-menu .footer-menu-item .col-sm-3{border-color:#b2e0dc;}
#OCT .footer, #OCT .footer .title{color:#6a808e;}
#OCT .talk-to-us-content{ background:#e2e2da; color:#6a808e;}
#OCT .talk-to-us-content a{ color:#6a808e;}
#OCT .home-box-content{ background: url("/images/template/home-box-content-bg-10.png");}
#OCT .home-magazine, #OCT .okmd-tv-show{ background:#f7f7f7;}
#OCT .view-magazine-all, #OCT .view-okmd-tv-all{ background:#f1f1f1;}
#OCT .facebook, #OCT .googleplus{ color:#6a808e; border-color:#b2e0dc;}
#OCT .facebook:hover, #OCT .googleplus:hover{ color:#6a808e; border-color:#6a808e; background:none;}

#OCT .section-page2 .section-content{ background:#e2e2da;}
#OCT .section-page2 .section-title{ margin-bottom:0;}
/*#OCT .section-page4 .section-content{ background:#FFF;}*/

#OCT ul.nav-menu-list a {color: #6a808e;}
#OCT ul.nav-menu-list a:hover,#OCT ul.nav-menu-list a:focus {color: #6a808e; text-decoration:underline;}
#OCT .footer-menu-item a, #OCT .footer-right a {color: #6a808e;}
#OCT .footer-menu-item a:hover, #OCT .footer-menu-item a:focus,
#OCT .footer-right a:hover, #OCT .footer-right a:focus  {outline: 0; color: #6a808e; text-decoration:underline;}

#OCT div.subscribe-form{ border:2px solid #e1e5e8;}

#OCT #back-top .back-to-top span {
	color:#FFF;
	font-size:16px;
	padding:10px;
	display: inline-block;
	background:#742a27 ;
	background: rgba(54,193,183,0.9);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#OCT #back-top .back-to-top a:hover span {background: #2db5ab;}

/*NOV 11*/
/*#NOV .header-top{ background:#22425b; color:#fff;}
#NOV .header-top a{ color:#FFF;}*/
#NOV .section-footer2 .footer-content{padding-bottom:0px;}
#NOV .section-footer2 .footer-content2{background:#22425b; padding-bottom:15px; padding-top:0px;}
#NOV  .section-footer3 .footer-content{ background:#75b9c6; color:#FFF;}
#NOV  .section-footer3 .footer-content a{ color:#FFF;}
#NOV .footer {background:#924643;}
#NOV  .section-footer1 .footer-content{background:#d9e8eb ;}
#NOV .section-footer2 .footer-content{ background:#22425b;}
#NOV .footer-menu, #NOV .footer-menu .footer-menu-item .col-sm-3{border-color:#b2e0dc;}
#NOV .footer, #NOV .footer .title{color:#FFF;}
#NOV .talk-to-us-content{ background:#84ccdb; color:#FFF;}
#NOV .talk-to-us-content a{ color:#FFF;}
#NOV .home-magazine, #NOV .okmd-tv-show{ background:#f7f7f7;}
#NOV .view-magazine-all, #NOV .view-okmd-tv-all{ background:#f1f1f1;}
#NOV .facebook, #NOV .googleplus{ color:#FFF; border-color:#b2e0dc;}
#NOV .facebook:hover, #NOV .googleplus:hover{ color:#FFF; border-color:#FFF; background:none;}

#NOV .section-page2 .section-content{ background:#d9e8eb;}
#NOV .section-page2 .section-title{ margin-bottom:0;}
#NOV .section-page4 .section-content{ background:#d9e8eb;}

#NOV ul.nav-menu-list a {color: #FFF;}
#NOV ul.nav-menu-list a:hover,#NOV ul.nav-menu-list a:focus {color: #FFF; text-decoration:underline;}
#NOV .footer-menu-item a, #NOV .footer-right a {color: #FFF;}
#NOV .footer-menu-item a:hover, #NOV .footer-menu-item a:focus,
#NOV .footer-right a:hover, #NOV .footer-right a:focus  {outline: 0; color: #FFF; text-decoration:underline;}

#NOV #back-top .back-to-top span {
	color:#FFF;
	font-size:16px;
	padding:10px;
	display: inline-block;
	background:#742a27 ;
	background: rgba(54,193,183,0.9);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#NOV #back-top .back-to-top a:hover span {background: #2db5ab;}

/*DEC 12*/
/*#DEC .header-top{ background:#e84655; color:#fff;}
#DEC .header-top a{ color:#FFF;}*/
/*#DEC #filter-nav.affix, #DEC .page-header{ background:#faebca;}*/
#DEC .section-footer2 .footer-content{padding-bottom:0px;}
#DEC .section-footer2 .footer-content2{background:#e84655; padding-bottom:15px; padding-top:0px;}
#DEC  .section-footer3 .footer-content{ background:#e66778; color:#FFF;}
#DEC  .section-footer3 .footer-content a{ color:#FFF;}
#DEC .footer {background:#924643;}
#DEC  .section-footer1 .footer-content{background:#f2e8f0 ;}
#DEC .section-footer2 .footer-content{ background:#e84655;}
#DEC .footer-menu, #DEC .footer-menu .footer-menu-item .col-sm-3{border-color:#b2e0dc;}
#DEC .footer, #DEC .footer .title{color:#FFF;}
#DEC .talk-to-us-content{ background:#f0b6c5; color:#FFF;}
#DEC .talk-to-us-content a{ color:#FFF;}
#DEC .home-box-content{ background: url("/images/template/home-box-content-bg-11.png");}
#DEC .home-magazine, #DEC .okmd-tv-show{ background:#f7f7f7;}
#DEC .view-magazine-all, #DEC .view-okmd-tv-all{ background:#f1f1f1;}
#DEC .facebook, #DEC .googleplus{ color:#FFF; border-color:#b2e0dc;}
#DEC .facebook:hover, #DEC .googleplus:hover{ color:#FFF; border-color:#FFF; background:none;}

#DEC .section-page2 .section-content{ background:#f2e8f0;}
#DEC .section-page2 .section-title{ margin-bottom:0;}
#DEC .section-page4 .section-content{ background:#f2e8f0;}

#DEC ul.nav-menu-list a {color: #FFF;}
#DEC ul.nav-menu-list a:hover,#DEC ul.nav-menu-list a:focus {color: #FFF; text-decoration:underline;}
#DEC .footer-menu-item a, #DEC .footer-right a {color: #FFF;}
#DEC .footer-menu-item a:hover, #DEC .footer-menu-item a:focus,
#DEC .footer-right a:hover, #DEC .footer-right a:focus  {outline: 0; color: #FFF; text-decoration:underline;}

#DEC #back-top .back-to-top span {
	color:#FFF;
	font-size:16px;
	padding:10px;
	display: inline-block;
	background:#742a27 ;
	background: rgba(54,193,183,0.9);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#DEC #back-top .back-to-top a:hover span {background: #2db5ab;}


/*#PINK*/
#PINK .section-footer2 .footer-content{padding-bottom:20px;}
#PINK .section-footer2 .footer-content2{background:#000; padding-bottom:10px; padding-top:10px;}
#PINK .footer {background:#f091a5;}
#PINK  .section-footer1 .footer-content{background:#f3f3f3 ;}
#PINK .section-footer2 .footer-content{ background:#f091a5;}
#PINK .footer-menu, #PINK .footer-menu .footer-menu-item .col-sm-3{border-color:#FFF;}
#PINK .footer, #PINK .footer .title{color:#FFF;}

#PINK ul.nav-menu-list a {color: #FFF;}
#PINK ul.nav-menu-list a:hover,#PINK ul.nav-menu-list a:focus {color: #FFF; text-decoration:underline;}

#PINK .footer-menu-item a, #PINK .footer-right a {color: #FFF;}
#PINK .footer-menu-item a:hover, #PINK .footer-menu-item a:focus,
#PINK .footer-right a:hover, #PINK .footer-right a:focus  {outline: 0; color: #FFF; text-decoration:underline;}

/*#BLUE*/

#BLUE .section-footer2 .footer-content{padding-bottom:20px;}
#BLUE .section-footer2 .footer-content2{background:#000; padding-bottom:10px; padding-top:10px;}
#BLUE .footer {background:#22425b;}
#BLUE  .section-footer1 .footer-content{background:#f3f3f3 ;}
#BLUE .section-footer2 .footer-content{ background:#22425b;}
#BLUE .footer-menu, #BLUE .footer-menu .footer-menu-item .col-sm-3{border-color:#FFF;}
#BLUE .footer, #BLUE .footer .title{color:#FFF;}

#BLUE ul.nav-menu-list a {color: #FFF;}
#BLUE ul.nav-menu-list a:hover,#BLUE ul.nav-menu-list a:focus {color: #FFF; text-decoration:underline;}

#BLUE .footer-menu-item a, #BLUE .footer-right a {color: #FFF;}
#BLUE .footer-menu-item a:hover, #BLUE .footer-menu-item a:focus,
#BLUE .footer-right a:hover, #BLUE .footer-right a:focus  {outline: 0; color: #FFF; text-decoration:underline;}

/*WHITE*/

#WHITE .section-footer2 .footer-content{padding-bottom:20px;}
#WHITE .section-footer2 .footer-content2{background:#000; padding-bottom:10px; padding-top:10px;}
#WHITE .footer {background:#FFF;}
#WHITE  .section-footer1 .footer-content{background:#f3f3f3 ;}
#WHITE .section-footer2 .footer-content{ background:#FFF;}
#WHITE .footer-menu, #WHITE .footer-menu .footer-menu-item .col-sm-3{border-color:#999;}
#WHITE .footer, #WHITE .footer .title{color:#555;}

#WHITE ul.nav-menu-list a {color: #333;}
#WHITE ul.nav-menu-list a:hover,#WHITE ul.nav-menu-list a:focus {color: #333; text-decoration:underline;}
#WHITE .footer-menu-item a, #WHITE .footer-right a {color: #333;}
#WHITE .footer-menu-item a:hover, #WHITE .footer-menu-item a:focus,
#WHITE .footer-right a:hover, #WHITE .footer-right a:focus  {outline: 0; color: #333; text-decoration:underline;}

#WHITE div.subscribe-form {border-color:#999;}
/*/THEME COLOR**/

@page {
 /* size: A4 landscape;*/
}

.next-prev-control{ margin-bottom:30px;}
.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

@media print {
	#panel, .full-page-top, .section-title-line, .next-prev-control{display:none !important;}
	a[href]:after {content: "";}

	#content-section .main-content, #page-inside{ padding:0;}

	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	  float: left;
	}
	.col-sm-12 {
	  width: 100%;
	}
	.col-sm-11 {
	  width: 91.66666666666666%;
	}
	.col-sm-10 {
	  width: 83.33333333333334%;
	}
	.col-sm-9 {
	  width: 75%;
	}
	.col-sm-8 {
	  width: 66.66666666666666%;
	}
	.col-sm-7 {
	  width: 58.333333333333336%;
	}
	.col-sm-6 {
	  width: 50%;
	}
	.col-sm-5 {
	  width: 41.66666666666667%;
	}
	.col-sm-4 {
	  width: 33.33333333333333%;
	 }
	 .col-sm-3 {
	   width: 25%;
	 }
	 .col-sm-2 {
	   width: 16.666666666666664%;
	 }
	 .col-sm-1 {
	  width: 8.333333333333332%;
	 }
}

.bx-auth-register{margin-bottom:30px; max-width:420px; margin:0 auto; font-size:16px;}
#regform .form-control {
  height:40px;
  padding: 10px 12px;
  font-size: 16px;
  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);
}
#regform .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
#regform .col-xs-3{ width:80px; padding-top:8px; margin-right:0; padding-right:0;}
#regform .submit_button{ width:280px; font-size:21px; padding-top:14px; padding-bottom:14px;}
.facebook-register{ border-left:1px solid #ccc; padding-top:50px; min-height:500px; margin-bottom:30px;}
@media (max-width:991px) {
	.facebook-register{ border-left:0px solid #ccc; border-top:1px solid #ccc; margin-top:50px;  padding-top:40px; min-height:150px;}
}

#filter-nav.affix {
	position:fixed;
	background:#f9f400;
	border-bottom:1px solid #b2b0b1;
	width:100%;
	z-index:99;
	top:0px; left:0;
/*	transition: background 0.5s;
	-moz-transition: background 0.5s; 
	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s; */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .3);	
}

a.navbar-brand{    -webkit-transition: all .0s;
    -moz-transition: all .0s;
    transition: all .0s;}
#filter-nav.affix .mini-okmd{ display:none;}
#header #filter-nav.affix .navbar-nav {margin-top:4px;}
#header  #filter-nav.affix .navbar-brand{ height:50px;}
#header  #filter-nav.affix .navbar-header{ height:50px;}
#header  #filter-nav.affix .line-header{ height:25px;}
#header  #filter-nav.affix .line-header.line2{ left:195px;}
#header  #filter-nav.affix .line-header.line3{ display:none;}
#header  #filter-nav.affix .container.header-container{ border:none;}
#header  #filter-nav.affix .main-nav-toggle{ padding-top:10px;}
@media (max-width:1199px) {
	#header  #filter-nav.affix .line-header.line2{ left:150px;}
}
@media (min-width:992px) and (max-width:1199px) {
	#header  #filter-nav.affix .line-header.line2{ left:180px;}
}
@media (max-width:767px) {
	#header  #filter-nav.affix .line-header.line2{ left:170px;}
}

.about-board-item .preview-board{font-family:'Kanit', "Helvetica Neue"; font-weight:300;}
.view-other{ border-bottom:2px solid #999; margin-bottom:25px; padding-bottom:5px;}
.view-all{ border-bottom:1px solid #ccc; text-align:right; margin-bottom:30px; padding-bottom:5px;}


/*fix gray*/
#header #filter-nav > .navbar li.active a > span .border {background: #bbb; }
#header #filter-nav > .navbar li a:hover > span .border{background:#bbb;}
.grayscale #back-top .back-to-top span {
	color:#FFF;
	font-size:16px;
	padding:10px;
	display: inline-block;
	background:#ff5252 ;
	background: rgba(79,79,79,0.9);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.grayscale #back-top .back-to-top a:hover span {background: #999;}
.grayscale .btn-danger {
    background: #666;
	border-color: #666;
    color: #ffffff;
}
/**/

/*download*/
#download-bbl-playground h2, #download-kratooktomkid h2{ margin-top:0;}
.item-app{ min-height:200px;  border:1px solid #d5d5d5; position:relative; margin-bottom:30px;}
.item-app .app-img{ width:300px; height:254px; background:#f5f5f5;}
.item-app-content{ padding:8px 10px}
.item-app-content h3{ font-size:21px; margin:0; margin-bottom:8px;}
.item-app-content h4{ margin:0; margin-bottom:5px; font-size:16px; color:#333;}
.item-app-content p{ color:#666; margin-bottom:15px;}

.download-detail{ background:#f4f4f4; padding:30px; position:relative;}
.download-body{ max-width:720px; margin:0 auto;}
.read-app-more{ position:absolute; display:block; padding:2px 15px; background:#ddd; right:0px; bottom:0px;}

.download-detail .close-app-more{ position:absolute; display:block; padding:2px 15px; background:#ddd; right:0px; top:0px;}
.text-indent{ text-indent:40px;}
@media (min-width:768px) and (max-width:991px) {
	.item-app .app-img{ width:250px; height:350px; background:#f5f5f5;}
	.item-app{ padding-bottom:0px;}
}
@media (max-width:767px) {
	.item-app .app-img{ width:200px; height:250px; background:#f5f5f5;}
	.item-app{ padding-bottom:30px;}
}
@media (max-width:640px) {
	.item-app .media-left{ display:block; width:100%;}
	.item-app .app-img{ display:block; width:100%; height:250px; background:#f5f5f5;}
	.item-app{ padding-bottom:30px;}
	.app-link-btn a img{ width:130px;}
}

.home-box-content{ background:url(/images/template/home-box-content-bg.png); min-height:500px; margin-bottom:30px;}
.app-link-box{ border:1px solid #ddd; padding:30px 15px; padding-bottom:40px;}

/*.form-control {
  height:40px;
  padding:6px 12px;
  font-size: 16px;
  border-radius:0px;
}*/

/**/
.sidebar-okmdbox{ padding-top:30px;}
.section-top-title{ background:#eeefea; padding:15px 0; margin-bottom:30px;}
.section-top-title .section-preview{ max-width:800px; margin:0 auto; margin-bottom:15px; font-size:16px;}
.section-categories{ margin-bottom:30px;}
/*.okmdbox-detail{ max-width:720px;}*/
/*.okmdbox-detail .bx-newsdetail-title{ font-size:26px;}*/
.cover-okmdbox{ background:#eeefea;}

.articles-box{ background:#f2f2f2; padding:25px 0; min-height:600px; margin-bottom:-50px;}


/**/
.section-content-knowledge{ background:#333333 url(/images/okmdbox/okmdbox_bg.jpg) no-repeat; min-height:82vh; margin-bottom:-27px; padding-top:25px; padding-bottom:25px; margin-left:auto; margin-right:auto;
	background-position: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.section-content-knowledge .dataTable{ display:table; width:100%; height:82vh;}
.section-content-knowledge .tableCell{ display:table-cell; vertical-align:middle;}

.knowledge-link{ display: table; height:300px; width:300px; max-width:100%; margin:0 auto; margin-top:-30px; text-align:center; background:rgba(255,255,255,0.5);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 15px rgba(0, 0, 0, .1);	
}
.knowledge-link span.text-title{ color:#333; text-transform:uppercase; display:table-cell; vertical-align:middle; font-size:32px; line-height:1;}
.knowledge-link:focus, .knowledge-link:hover{ text-decoration:none; background:rgba(255,255,255,0.8);
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 15px rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 15px rgba(0, 0, 0, .3);	
}

.knowledge-link.knowledgelink{ height:280px; width:280px; max-width:100%; margin-top:-15px; margin-left:60px;}
.knowledge-link.knowledgechannel{ height:240px; width:240px; max-width:100%; margin-top:0px; margin-left:auto; margin-right:auto;}

.KnowledgeChannel{ background:#ffe6bd; margin-top:-27px; margin-bottom:-50px;}
.KnowledgeChannel .h1, .KnowledgeChannel .h2{ color:#b3007c;}

.knowledge-link.knowledgebox{background:rgba(255,255,255,0.5) url(/images/okmdbox/knowledgebox.png) no-repeat;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.knowledge-link.knowledgebox:focus, .knowledge-link.knowledgebox:hover{ opacity:0.8;}

.knowledge-link.knowledgelink{background:rgba(255,255,255,0.5) url(/images/okmdbox/knowledgelink.png) no-repeat;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.knowledge-link.knowledgelink:focus, .knowledge-link.knowledgelink:hover{ opacity:0.8;}

.knowledge-link.knowledgechannel{background:rgba(255,255,255,0.5) url(/images/okmdbox/knowledgechannel.png) no-repeat;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.knowledge-link.knowledgechannel:focus, .knowledge-link.knowledgechannel:hover{ opacity:0.8;}

.knowledge-link span.text-title{ display:none; }

@media (max-width:1199px) {
	.knowledge-link.knowledgelink{ height:260px; width:260px; max-width:100%; margin-top:-10px; margin-left:30px;}
	.knowledge-link.knowledgechannel{ height:230px; width:230px; max-width:100%; margin-top:5px; margin-left:auto; margin-right:auto;}
}
@media (max-width:991px) {
	.section-content-knowledge{ padding-bottom:10px;}
	.knowledge-link{ height:220px; width:220px; margin-top:0px;}
	.knowledge-link span.text-title{ font-size:24px;}
	
	.knowledge-link.knowledgelink{ height:200px; width:200px; max-width:100%; margin-top:10px;  margin-left:20px;}
	.knowledge-link.knowledgechannel{ height:180px; width:180px; max-width:100%; margin-top:20px; margin-left:auto; margin-right:auto;}
}
@media (max-width:767px) {
	.knowledge-link.knowledgelink{ height:200px; width:200px; max-width:100%; margin-top:10px; margin-left:auto; margin-right:auto;}
	.knowledge-link.knowledgechannel{ height:180px; width:180px; max-width:100%; margin-top:10px; margin-left:auto; margin-right:auto;}
	
	.section-content-knowledge{
		padding-top:20px; 
		background:#333333 url(/images/okmdbox/okmdbox_bg-m.jpg) no-repeat left top;
	}

}

/*bg okmdbox*/
.okmdbox-bg{ background:#f8f8f8; margin-top:-27px; margin-bottom:-50px; min-height: 600px; color:#333; padding-bottom:25px;}
/*.okmdbox-bg > .container.detail{ background:rgba(255,255,255,0.3);}*/
.okmdbox-bg.pink{ background:#ffe9eb;}
.okmdbox-bg.green{ background:#c2e1d2;}
.okmdbox-bg.blue{ background:#9ed7ec;}
.okmdbox-bg.purple{ background:#eee0ff;}
.okmdbox-bg.gray{ background:#efefef;}
/*.okmdbox-bg.orange{ background:#ff946a;}*/
.okmdbox-bg.orange{ background:#FBBDB0;}

.okmdbox-bg h1, .okmdbox-bg .h1{ margin-top:35px; color:#f9f400;}

.knowledgebox-wait{ padding:15px; font-size:36px; text-align:center; padding-top:50px;}
.knowledgebox-wait .h1{ font-size:52px;}
.knowledgebox-wait  p{ margin-bottom:30px;}
.knowledgebox-wait img{ width:650px; max-width:100%;}

@media (max-width:991px) {
	.knowledgebox-wait{ font-size:24px; text-align:center; padding-top:50px;}
	.knowledgebox-wait .h1{ font-size:32px;}
}

@media (max-width:599px) {
	.knowledgebox-wait{ font-size:18px; text-align:center; padding-top:50px;}
	.knowledgebox-wait .h1{ font-size:26px;}
}

.section-body-md{ width: 1000px; max-width: 100%; margin: 0 auto; font-size: 18px;color: #333;}
.section-centent {
    padding-top: 50px;
}
.cc-banner.cc-bottom{ padding: 25px 19.8%; }
.cc-banner.cc-theme-edgeless .cc-btn {
	white-space: nowrap;
	padding: 6px 30px;
	width: 130px;
}
.cc-color-override--476867975 .cc-btn:hover, .cc-color-override--476867975 .cc-btn:focus{ color: #333;}
.section-centent hr{border-color: #999;}
.text-xl {
    font-size: 34px;
}
.text-center {
    text-align: center !important;
}
.btn-outline-warning {
    border-color: #FF7B1C;
    color: #FF7B1C;
}
.btn-outline-warning:hover, .btn-outline-warning:focus {
    color: #FFF;
    background-color: #FF7B1C;
    border-color: #FF7B1C;
}
.section-centent .btn {
    border-radius: 0;
    font-size: 16px;
	margin-bottom: 15px;
}
.px-5 {
    padding-left: 3rem !important;
	padding-right: 3rem !important;
}
.section-title {
	color: #333;
    padding-bottom: 20px;
    margin-bottom: 30px;
	margin-top: 30px;
    line-height: 1;
    position: relative;
}

.cc-revoke, .cc-window{font-family:'Kanit', "Helvetica Neue", Helvetica, Arial, sans-serif, tahoma;}
@media (max-width: 1600px) {
	.cc-banner.cc-bottom{ padding: 15px 14%;}
}
@media (max-width: 1440px) {
	.cc-banner.cc-bottom{ padding: 15px 10%;}
}
@media (max-width: 1366px) {
	.cc-banner.cc-bottom{ padding: 15px 9%;}
}
@media (max-width: 1200px) {
	.cc-banner.cc-bottom{ padding: 15px 9%; padding-left: 2%;}
}
@media (max-width: 1024px) {
	.cc-banner.cc-bottom{ padding: 15px 9%;}
}
@media (max-width: 991px) {
	.cc-banner.cc-bottom{ padding: 15px 12%; padding-left: 3%;}
}
@media (max-width: 767px) {
	.cc-banner.cc-theme-edgeless .cc-message{ margin-left: 0;}
	.section-centent {
		padding-top: 30px;
	}
	.section-title {
		font-size: 36px;
		color: #333;
		padding-bottom: 10px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
}
