 * {
 	transition: all .3s ease;
 }
 body {
 	font-size: 14px;
 	line-height: 20px;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	font-family: 'Kanit', 'Helvetica', 'Arial', sans-serif;
 	color: #565656;
 	font-weight: 300; 
	/*background: url(../images/bg2.jpg); 
	background-size: 100%; 
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Kanit', 'Helvetica', 'Arial', sans-serif;
	color: #2a2c79;
	margin: 0;
	font-weight: 400;
	letter-spacing: 0px; 
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
	font-weight: 100; 
}
p {
	font-family: 'Kanit', 'Helvetica', 'Arial', sans-serif;
	font-family: 'Tahoma', 'Helvetica', 'Arial', sans-serif ;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	text-transform: none;
	line-height: 20px;
	letter-spacing: 0;
	color: #565656;
}

#header #header-wrap #logo a > img {
	vertical-align: inherit;
	transition: all .4s ease-in-out;
	height: 80px;
	width: auto;
	padding:5px 0;
}


.heading {
	margin-bottom: 40px;
	/*background: url(../images/heading.png);*/
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.heading i {
	position: relative;
	top: -5px;
	margin-bottom: -5px;
	color: #ffc526;
	font-size: 16px;
}
.heading h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #2a2c79;
}
.heading p {
	font-family: 'Kanit', 'Helvetica', 'Arial', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 0px;
	letter-spacing: 1px;
}
.heading p.lead {
	font-family: 'Kanit', 'Helvetica', 'Arial', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0px;
	letter-spacing: 0px;
}

#mainMenu nav > ul > li > a {
	position: relative;
	font-family: "Kanit", "Helvetica", "Arial", sans-serif;
	padding: 10px 8px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #252525;
	text-transform: uppercase;
	border-radius: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	transition: all .3s ease;
	line-height: normal;
}
#mainMenu nav > ul > li > a:hover {
	border-bottom: 3px solid #2a2c79;
}


.inspiro-slider .slide-captions h1 {
	font-size: 46px;
	font-weight: 400;
	line-height: 50px;
	margin-bottom: 30px;
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(51, 51, 51, 0.36);
}
.inspiro-slider .slide-captions > p {
	font-family: 'Kanit', sans-serif;
	color: #ffffff;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.25;
	text-shadow: 0 2px 3px rgba(51, 51, 51, 0.37);
}

.news-ticker-title{ background-color: #2a2c79;}
.news-ticker-title h4{ color: #fff;}



.tabs-navigation {
	text-align: center;
}
.tabs-navigation li a {
	border: 1px solid transparent;
	display: block;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0px;
	margin-right: -1px;
	padding: 10px 5px;
	position: relative;
	text-transform: uppercase;
	opacity: 0.9;
	color: #474a4d;
}
.tabs-navigation li.active a {
	color: #2a2c79;
	opacity: 1;
}
.tabs-navigation li img {
	width: auto;
	height: 53px;
	margin: 0 auto 10px;
	padding: 5px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.tabs-navigation li.active img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}
.tabs-content {
	margin-bottom: 0;
}

.simple .tabs-navigation li.active a, 
.simple .tabs-navigation li.active a:focus, 
.simple .tabs-navigation li a:hover {
	border-color: #2a2c79;
	color: #2a2c79;
	background-color: transparent;
}
.simple .tabs-navigation li a {
	text-align: center;
}
.simple .tabs-content {
	padding: 0;
}
.simple .tabs-content .image {
	background-position: center !important;
	background-repeat: no-repeat;
	background-size: cover !important;
}
.simple .tabs-content .content {
	padding: 40px 38px;
}
.simple .tabs-content .image, 
.simple .tabs-content .content {
	min-height: 425px;
}




.post-thumbnail-list {
	background: #fff;
	padding: 15px;
	margin-bottom: 30px;
}
.post-thumbnail-list:after {
	content: '';
	clear: both;
	display: table;
}
.post-thumbnail-entry {
	border-bottom: 1px solid #F2F2F4;
	float: left;
	margin-bottom: 16px;
	padding-bottom: 10px;
	position: relative;
	clear: both;
	width: 100%;
}
.post-thumbnail-entry:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a {
	font-family: 'Kanit', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0px 0 8px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.post-thumbnail-list .post-thumbnail-entry p {
	font-family: 'Tahoma', 'Helvetica', 'Arial', sans-serif;
	margin-bottom: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.post-thumbnail-list .post-thumbnail-entry > img, 
.post-thumbnail-list .post-thumbnail-entry a img {
	float: left;
	display: block;
	width: 100px;
	height: 80px;
	margin-right: 15px;
	border-radius: 0px;
}
.post-thumbnail-entry .post-thumbnail-content .post-date, 
.post-thumbnail-entry .post-thumbnail-content .post-category {
	color: #aaa;
	font-size: 10px;
	margin-top: 5px;
	display: table;
}

/* large */
.post-thumbnail-entry.large {
	height: 117px;
} 
.post-thumbnail-list .post-thumbnail-entry.large a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}
.post-thumbnail-list .post-thumbnail-entry.large p {
	font-family: 'Tahoma', 'Helvetica', 'Arial', sans-serif;
	line-height: 1.4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}
.post-thumbnail-entry.large .post-thumbnail-content .post-date, 
.post-thumbnail-entry.large .post-thumbnail-content .post-category {
	padding-left: 110px;
}
.post-thumbnail-entry.large .post-thumbnail-content .post-category a {
	font-size: 10px;
	color: #aaa;
	display: inline-block;
	margin: 0 3px;
}
.post-thumbnail-entry.large .post-thumbnail-content .post-category a:hover {
	color: #2a2c79;
}

/* calendar */
.app { 
	text-align: center;
	float: left;
	display: block;
	height: 60px;
	width: 80px;
	margin-right: 30px;
	padding-left: 10px;
}

.app-calendar {
	height: 60px;
	margin-bottom: 24px;
	width: 80px;
}

.app-title {
	font-size: 24px;
	font-weight: 400;
	text-shadow: 0 5px #15181f;
}

#weekday {
	background: #c5040a;
	border-radius: 6px 6px 0 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	position: relative;
}

#weekday:before { left: 24px; }
#weekday:after { right: 24px; }

#day {
	background: #f9f9f9;
	border-radius: 0 0 6px 6px;
	border: 1px solid #ebebeb;
	color: #15181f;
	font-size: 34px;
	font-weight: 400;
	height: 55px;
	line-height: 55px
}

/* carousel */
.owl-carousel .owl-nav [class*="owl-"] {
	opacity: 1;
	top: 45%;
	background: transparent;
	border: none;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
	background-color: transparent;
	border-color: transparent;
}

/* prev */
.owl-carousel .owl-nav .owl-prev {
	left: -90px;
	content: 'Test';
}
.owl-carousel:hover .owl-prev {
	right: auto;
	left: -90px;
	opacity: 1; 
}
.owl-carousel .owl-nav .owl-prev .fa-angle-left:before {
	content: 'PREV';
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	opacity: 1;
	color: #fff;
	text-shadow: 0 3px 3px #111;
}
.owl-carousel .owl-nav .owl-prev .fa-angle-left:after {
	content: 'POST';
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	opacity: 1;
	color: #fff;
	text-shadow: 0 3px 3px #111;
	display: block;
	position: absolute;
	top: 20px;
}

/* next */
.owl-carousel .owl-nav .owl-next {
	right: -80px;
}
.owl-carousel:hover .owl-next {
	left: auto;
	right: -80px;
	opacity: 1;
}
.owl-carousel .owl-nav .owl-next .fa-angle-right:before {
	content: 'NEXT';
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	opacity: 1;
	color: #fff;
	text-shadow: 0 3px 3px #111;
}
.owl-carousel .owl-nav .owl-next .fa-angle-right:after {
	content: 'POST';
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	opacity: 1;
	color: #fff;
	text-shadow: 0 3px 3px #111;
	display: block;
	position: absolute;
	top: 20px;
}

/* dot */
.owl-carousel .owl-controls .owl-dots {
	margin-bottom: 30px;
	margin-top: 30px;
}

/* hover */
.owl-carousel .owl-nav [class*="owl-"]:hover i {
	color: #2a2c79;
}
.owl-carousel .owl-nav [class*="owl-"]:hover .fa-angle-left:before, 
.owl-carousel .owl-nav [class*="owl-"]:hover .fa-angle-left:after, 
.owl-carousel .owl-nav [class*="owl-"]:hover .fa-angle-right:before, 
.owl-carousel .owl-nav [class*="owl-"]:hover .fa-angle-right:after {
	opacity: 1;
}

/* CUSTOM */
.sys-products .body .lists.column-3 .lists-item .title a h2 {font-size: 24px;}
.sys-product .body .product-detail .title h1 {font-size: 24px;}
.sys-articles .body .lists .lists-item h2 {font-size: 24px;}
.sys-article .body h1 {font-size: 24px;}
.sys-gallery .body h1 {font-size: 24px;}
.sys-galleries .body .lists .lists-item h2 {font-size: 24px;}
.sys-galleries .body .lists .lists-item {margin-bottom: 20px;}
.sys-galleries .body .lists .lists-item .border {border: 1px solid #eee;}
.sys-articles .body .lists .lists-item {margin-bottom: 20px;}
.sys-articles .body .lists .lists-item .border {border: 1px solid #eee;}
.page-header { margin: 0px 0 15px;}
#article-10997 .page-header h1{font-size: 24px;}
.mdate{display: none;}
.viewed{display: none;}
.sys-products .product-category-detail{display: none;}
#page-10997_body .title h1{font-size: 24px;}

/*FOOTER */

footer {
	padding: 0;
	background: #1f1f1f;
}
.footer-content {
	color: #afafaf;
	padding: 50px 0 0px 0;
	font-family: "Kanit", sans-serif;
}
.footer-content a {
	color: #afafaf;
}
.footer-content a:hover {
	color: #5a5a5a;
}
.footer-content strong {
	font-weight: 400 !important;
}

.widget .widget-title, 
.widget > h4 {
	font-family: "Open Sans", "Kanit", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 1px;
	margin-bottom: 28px;
	color: #eee;
}

.social-icons.social-icons-border li a {
	border: 1px solid #161616;
	background: #161616;
	color: #afafaf;
}

.copyright-content {
	padding: 20px 0;
	border-top: 1px solid #222;
	min-height: 50px;
	background: #1c1c1c;
}
.copyright-text {
	font-weight: 400;
	line-height: 1.25;
	color: #afafaf;
	display: inline-block;
	padding-top: 0px;
	letter-spacing: 0.5px;
}

.w-100{ width: 100%;}
.news-ticker-content{ height: 48px;}
.news-ticker-content .owl-item::before{
	color: #ffc016;
}
.rpm-products{ padding-bottom: 0;}
.rpm-products .image{ margin-top: 10px; }
.rpm-products .prd-item{
	width: 50%;
	display: inline-block;
	float: left;
	text-align: center;
}
.rpm-products .prd-item img{ width: 100%;}

.rpm-seminar .box-seminar .outer{
	position: relative;
	display: inline-block;
	width: 100%;
	box-shadow: 0 10px 10px rgba(223, 223, 223, 0.5);
	border: 1px solid #f4f4f4;
	background: #fefefe url(../images/bg-01.jpg) no-repeat;
	background-position: bottom right;
	background-size: 300px;
}
.rpm-seminar .box-seminar .outer:before{
	position: absolute;
	content: "";
	width: 10px;
	height: 120px;
	left: -10px;
	top: 40px;
	background: #ffc526;
	z-index: 3;
	box-shadow: 1px 1px 3px rgba(148, 115, 22, 0.4);

}
.rpm-seminar .box-seminar .sright .inner{
	padding: 40px;

}


.section-clients .grid li{ padding: 0; opacity: 1;}
.section-clients .grid li a{ width: 80%;}

.section-combination{ padding-bottom: 0;}
.section-combination .half-article ul li{
	width: 50%;
	display: inline-block;
	padding: 0 15px;
	float: left;
}
.section-combination .head-title h3{
	display: inline-block;
	padding-right: 10px;
}
.section-combination .post-thumbnail-list{ background: transparent;}
/*.section-combination .post-thumbnail-entry{ border-color: #3d3d3d;}*/
.section-combination .half-article ul li img{ width: 100%;}
.section-combination .half-clip ul li{
	width: 50%;
	display: inline-block;
	padding: 0 15px;
	float: left;
	margin-bottom: 20px;
}
.section-combination .half-clip ul li a{
	display: inline-block;
	width: 100%;
	line-height: 1.25;
}
.section-combination .half-clip ul{
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}




.hvr-expand{
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}
.hvr-expand:hover{ transform: scale(1.1);}
.transition{
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}


/* ----------------------------------------------------------------
  RESPONSIVE
  -----------------------------------------------------------------*/

  @media(max-width: 1024px) {
  	.simple .tabs-content .image, 
  	.simple .tabs-content .content { min-height: 470px; }
  }

  @media(max-width: 991px) {
  	#header #mainMenu:not(.menu-overlay) nav > ul > li > a { padding: 5px 0; text-align: center; }
  	#header #mainMenu:not(.menu-overlay) nav > ul > li.dropdown:before { top: -2px; }
  	#header #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu > li > a { text-align: center; }

  	.simple .tabs-content .image, 
  	.simple .tabs-content .content { min-height: 270px; height: auto; }
  	.tabs-navigation li, 
  	.justified .tabs-navigation li { width: 50%; float: left; clear: none; }

  	.rpm-products .content { text-align: center; }
  	.rpm-products .image { text-align: center; }
  	.rpm-products .container-fluid { display: none; }
  	.rpm-products .container.content { top: 0 !important; margin-bottom: 0 !important; }

  	.footer-content .footer-contact { width: 100%; }
  	.footer-content .footer-links .col-md-6 { width: 50%; float: left; clear: none; }
  }

  @media(max-width: 768px) {

  }

  @media(max-width: 600px) {
  	#header .header-extras #shopping-cart > a .shopping-cart-items { right: 10px; }

  	.rpm-welcome img { left: 0px !important; width: 100% !important; }
  }

  @media(max-width: 480px) {

  }

  /* iPhone 6 Plus */
  @media(max-width: 414px) {
  	.heading { background-size: 150% !important; }

  	.post-thumbnail-list { display: table; }
  	.post-thumbnail-entry.large { height: auto; }
  }

  /* iPhone 6 */
  @media(max-width: 375px) {

  }

  /* Galaxy S5 */
  @media(max-width: 360px) {

  }

  /* iPhone 5 */
  @media(max-width: 320px) {

  }























