body{
	/*font-family: 'Kanit', sans-serif !important;*/
	font-family: 'Prompt', sans-serif;
	font-size: 15px;
	letter-spacing: 0;

}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p{
	/*font-family: 'Kanit', sans-serif !important;*/
	font-family: 'Prompt', sans-serif;
	font-weight: normal;
}
p{
	font-size: 15px;
	line-height: normal;
	letter-spacing: .25px;
}
.red{ color: #cf0e05;}
.white{ color: #fff;}
.img90{ width: 90%;}
.img100{ width: 100%;}
.inline{ display: inline-block;}
.text-shadow{ text-shadow: 1px 8px 6px rgba(51, 51, 51, 0.25);}

.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);}


a:hover, a:focus, a:active{ color: #000 !important;}
::selection{ background: #CEC1A9; color: #000;}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active{ background-color: #0d0f88;}
#goToTop:hover i{ color: #fff !important;}
.btn.btn-dark:hover{ color: #fff !important;}
#header .header-extras #shopping-cart > a .shopping-cart-items{ background-color: #e70000;}
.social-icons li:hover img{
	-webkit-animation: toTopFromBottom 0.3s forwards;
	-moz-animation: toTopFromBottom 0.3s forwards;
	animation: toTopFromBottom 0.3s forwards;
}
.social-icons.social-icons-colored .social-line a, .social-icons.social-icons-colored-hover .social-line a:hover{background-color: #00b900;}
.social-icons.social-icons-colored .social-linead a, .social-icons.social-icons-colored-hover .social-linead a:hover{background-color: #00cc45;}
.social-icons.social-icons-colored .social-viber a, .social-icons.social-icons-colored-hover .social-viber a:hover{background-color: #73458f;}
.social-icons.social-icons-colored .social-wechat a, .social-icons.social-icons-colored-hover .social-wechat a:hover{background-color: #3fc24c;}
footer{ padding-bottom: 0;}
.flag-img{height: 20px;}

#topbar{
    /* background: #000; */
    border: none;
    /* height: 100px; */
    padding: 0px 0;
}
.top-logo{ margin-top: 0px;}
.top-logo img{ width: 317px;}
.top-info p, .top-info h5, .top-info h3{ 
	margin-bottom: 0; 
	color: #fff;
}
.top-info h3{ text-shadow: 0px 2px 4px #0b4d94;}
.top-info ul{
	padding: 0;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	display: inline-block;
}
.top-info ul li{ 
	display: inline-block;
	margin-right: 15px;
	padding-top: 2px;
}
.top-info ul li, .top-info ul li a{ color: #fff;}
.top-link{ text-align: right;}

.top-link h4{
	line-height: 20px;
	margin-top: 10px;
	color: #091014;
	font-style: italic;
	text-shadow: -3px 4px 4px rgba(8, 54, 103, 0.4);
}
.top-link h5 a{
	font-family: sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #223d4d;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.top-language{
	color: #888;
	font-size: 12px;
	vertical-align: middle;
	margin-top: 10px;
}
.top-language img{ 
	width: 20px;
	padding: 1px;
}
.top-language a:hover img,
.top-language a.active img{
	padding: 0;
}
.topbar-dropdown .title .fa:first-child{ margin-right: 2px;}

.top-language span{ margin-right: 2px;}
.topbar-dropdown.top-account{ float: right;}
.topbar-dropdown.top-account .title{ 
	padding: 0;
	color: #cf0e05;
	border: none;
	line-height: 30px;
	font-size: 13px;
	left: 0;
}
.searchbar{
	margin-bottom: auto;
	margin-top: 15px;
	height: 50px;
	background-color: #353b48;
	border-radius: 30px;
	padding: 3px 3px 3px 20px;
	background-color: #cf0e05;
	box-shadow: 1px 2px 3px rgba(51, 51, 51, 0.12);
	/*background: #f5f5f5;*/
	/*color: #808080;*/
}
.search_input{
	color: white;
	border: 0;
	outline: 0;
	background: none;
	width: 80%;
	caret-color: transparent;
	line-height: 42px;
	font-size: 14px;
	transition: width 0.4s linear;
}
.search_input::placeholder{ color: #e8e8e8;}
.search_icon{
	height: 43px;
	width: 43px;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: white;
}
.searchbar .search_icon{
	background: #cf0e05;
	color: #fff; 	
}
.searchbar > .search_icon:hover{
	transition: width 0.4s linear;
	background: white;
	color: #cf0e05 !important;
}

.link-cart{ 
	position: relative;
	float: right;
	margin-left: 25px;
	margin-top: 15px;
}
.link-cart img{ width: 40px;}
.link-cart span{
	position: absolute;
	top: -10px;
	right: -10px;
	width: 20px;
	height: 20px;
	background-color: #cf0e05;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	box-shadow: 0px 1px 3px rgba(46, 3, 1, 0.29);
}

#header #header-wrap,
#header.header-sticky.sticky-active #header-wrap{
	background: #4c4c4c !important;
	border: none;
}
#mainMenu {
    padding: 0;
    text-align: center;
    /* margin: auto; */
}

/* ----------------------------------------------------------------
    PORTFOLIO
-----------------------------------------------------------------*/

.portfolio-item .portfolio-description, 
.portfolio-item .grid-description, 
.grid-item .portfolio-description, 
.grid-item .grid-description, 
.portfolio-item .portfolio-description span, 
.portfolio-item:not(.no-overlay):hover .portfolio-description span {
  opacity: 1;
  visibility: visible;
}
.portfolio-item .portfolio-description {
  top: 45%;
  z-index: 11;
}
.portfolio-item .portfolio-item-wrap:before {
  top: 0;
  background: linear-gradient(to bottom,transparent 30%,rgba(0,0,0,.9) 90%);
  opacity: .4;
  transition: opacity .4s ease;
  content: "";
  /* height: 100px; */
  bottom: -100px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}
/* contact-box  */
.sah-top {
    background-image: url(../_images/bg-main-top.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.contact-box .icon-box { margin-bottom: 0; margin-top: 24px;}
.contact-box .icon-box.border .icon { border: 1px solid #eee; }
.contact-box .icon-box.border.small .icon i { font-size: 18px; line-height: 45px; color: #717171; }
.contact-box .icon-box.small > h3 {     font-size: 18px;
    font-weight: 600;
    /* margin: 5px 10px 4px 60px; */}
.contact-box .icon-box.small > p { font-size: 13px; margin-bottom: 0; }
.contact-box .icon-box.small > p a {font-size: 16px;color: #717171;
    font-weight: bold;}
.contact-box .icon-box.small > p a:hover{ color: #039e40; }
.contact-box .icon-box.effect .icon i:after { box-shadow: 0 0 0 3px #717171; }

.contact-box .social-box { border-left: 1px solid #eee; border-right: 1px solid #eee; }
.contact-box .social-box .social-icons ul { padding-left: 10px; }

.contact-box .lang-box { 
  display: flex;
  justify-content: center;
  align-items: center;
}
#topbar .icon-box ul {
    padding: 0;
}
#topbar .icon-box ul.contact-list li {
    padding-left: 61px;
}
#topbar .icon-box ul.contact-list li a{
    font-size: 16px;color: #717171;
    font-weight: bold;
}
/* HEADER  */
.form-control {color: #fff;}
#header.header-mini #header-wrap #logo a > img{ width: auto;}
#header.header-mini #header-wrap #mainMenu > .container nav > ul > li > a, 
#mainMenu nav > ul > li > a{
	/*font-family: 'Kanit', sans-serif !important;*/
	font-family: 'Prompt', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}
#mainMenu nav > ul > li > a:hover{
	color: #000!important;
	background-color: #25b2aa;padding-bottom: 18px;
    padding-top: 18px;
}
#header.header-mini #header-wrap #mainMenu > .container nav > ul > li > a:hover{ color: #fff !important;}
#header .header-extras #shopping-cart > a{ color: #fff; }
#header .header-extras #shopping-cart > a .shopping-cart-items{ background: #0d0f88;}

#header .header-extras{ position: absolute !important; right: 40px;}
#header .header-extras > ul > li{ margin: 0;}
#header .header-extras #shopping-cart{padding: 0 10px; }
#header .header-extras #shopping-cart a{ position: relative; color: #0d0f88; z-index: 2;}
#header .header-extras #shopping-cart a:after{ 
	position: absolute;
	content: "ตะกร้าสินค้า";
	width: 100px;
	background: rgba(255, 255, 255, 0.56);
	border-radius: 20px;
	color: #0c55a4;
	font-size: 12px;
	line-height: 20px;
	padding-left: 25px;
	padding-right: 10px;
	top: 2px;
	left: -10px;
	text-align: center;
	z-index: -1;
}
#header .header-extras #shopping-cart a:hover:after{ background: #fff;}


/* MENU */
#mainMenu nav > ul > li:first-child > a{ padding-left: 10px;}
#mainMenu > .container-fluid{ padding: 0;}
#mainMenu.menu-left nav{ 
	margin-left: 0;
	width: 100%;
	margin: 0;
}
#mainMenu nav > ul > li.hover-active > a, #mainMenu nav > ul > li.hover-active > span, #mainMenu nav > ul > li.current > a, #mainMenu nav > ul > li.current > span, #mainMenu nav > ul > li:hover > a, #mainMenu nav > ul > li:hover > span, #mainMenu nav > ul > li:focus > a, #mainMenu nav > ul > li:focus > span{ color: #fff;}
.head-search .form-wrap{ position: relative;}
.head-search input[type=text] {
	width: 200px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ededed;
	border-radius: 20px;
	padding: 0 20px;
	font-size: 14px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
}
.head-search input[type=text]:focus {width: 300px;}
.head-search button{
	position: absolute;
	background: none;
	border: none;
	top: 17px;
	right: 0px;
	border-radius: 0 20px 20px 0;;
	color: #333;
	font-size: 15px;
	padding: 0;
	width: 30px;
	height: 30px;
	background: #ccc;
	text-align: center;
	background: url('../_images/ic-search.png') no-repeat;
	background-size: 15px;
	background-position: center;
}
.head-search button:hover{ 
	background: rgba(231, 231, 231, 0.45) url('../_images/ic-search.png') no-repeat;
	background-size: 15px;
	background-position: center;
}




/* SIDEBAR */
#side-bar > .widget{ padding-top: 0;}
ul.main-list a{ 
	padding: 2px auto;
	display: inline-block;
	font-size: 15px;
}
.widget .widget-title, .widget > h4{
	font-family: 'Kanit', sans-serif !important;
	font-size: 18px;
	letter-spacing: 0px;
	font-weight: 500;
}
.sidebar-catagory-title{ position: relative;}
.seemore-link{
	position: absolute;
	bottom: 13px;
	right: 0px;
	font-style: italic;
	font-size: 12px !important; 
	padding-right: 5px;
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
}
.seemore-link:hover{ padding-right: 0px;}
.seemore-link i{
	padding-left: 0;

	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
}
.seemore-link:hover i{padding-left: 5px;}
.sbar-news .news-date{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 12px;
	font-style: italic;
	float: right;
	text-align: right;
	margin: 0;
	margin-right: 10px;
}
.sbar-news ul li{
	display: inline-block;
	width: 100%;
	border-bottom: 1px dashed #ececec;
	padding: 15px 0 10px 0;;
}
.sbar-news ul li:first-child{ padding-top: 0;}
.sbar-news ul li:last-child{ border: none;}

.slide-caption{
	position: absolute;
	width: 50%;
	top: 25%;
	left: 10%;
}
.slide-caption .htitle{
margin-bottom: 0;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    color: #000;
    font-size: 40px;
}
.slide-caption .stitle{
	color: #f00;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
	line-height: normal;
	margin-bottom: 20px;
	letter-spacing: 0;
	font-size: 26px;
}
/* ABOUT */
.about_section{
	padding-top: 0px;
}
.hdec {
    position: relative;
    margin-bottom: 40px !important;
        font-size: 33px;
}
.hdec:after {
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 80px;
    height: 4px;
    content: "";
    background-color: #25b2aa;
}
.about_section .cnt_about{  position: relative; }
.about_section .cnt_about:before{ 
	position: absolute;
	content: "";
	top: 0px;
	left: -130px;
	background: rgba(216, 220, 231, 0.21);
	width: 100px;
	height: 110%;
	z-index: -1;
	box-shadow: 10px 8px 10px rgba(45, 45, 45, 0.07);
	background: #25b2aa;
}
.about_section .cnt_about p{ line-height: 24px; letter-spacing: 0.2px;}
.about_section .cnt_service{ padding-top: 0px; margin-top: 0px; padding-left: 50px;}
.about_section .cnt_service .item{ margin-bottom: 15px; min-height: 150px;}
.about_section .cnt_service .item .image{  float: right; position: absolute; right: 15px; top: 15px;}
.about_section .cnt_service .item .image img{ width: 50px;}
.about_section .cnt_service .item .detail{ clear: both;}
.about_section .cnt_service .item .detail .htitle{
	margin: 10px 0;
	line-height: normal;
	font-size: 1.225em;
	padding-right: 60px;
	border-bottom: 1px dashed #ccc;
	height: 65px;
	margin-bottom: 15px;
	letter-spacing: 0;
}
.about_section .cnt_service .item .detail p{ line-height: normal;}
.about_section .cnt_service .fixed_text{
	font-weight: bold;
	font-size: 60px;
	/*color: rgba(237, 237, 237, 0.84);*/
	color: #000;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	position: absolute;
	right: 20px;
	top: 85px;
}
/* LINK */
a.link_border-btm{
	color: #fff;
	padding: 10px 35px 10px 0;
	text-shadow: 1px 1px 2px #0052aa;
	border-bottom: 1px solid rgba(255, 255, 255, 0.63);
	display: inline-block;
	letter-spacing: 1px;
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
}
a.link_border-btm:hover{ padding-right: 45px;}
a.link_border-btm.color{
	color: #25b2aa;
	text-shadow: none;
	border-bottom: 1px solid #25b2aa;
}
a.icon_right{ position: relative;}
.icon_right:after{	
	position: absolute;
	bottom: 15px;
	right: 0px;
	width: 15px;
	height: 15px;
	content: "";
	background: url('../_images/icon-right-arrow.png')no-repeat;
	background-size: 15px;
} 
.icon_right.color:after{	
	position: absolute;
	bottom: 15px;
	right: 0px;
	width: 15px;
	height: 15px;
	content: "";
	background: url('../_images/icon-right-arrow-color.png')no-repeat;
	background-size: 15px;
} 
/* INDEX PAGE */
.btn-custom{
	font-size: 17px;
	line-height: 1.47059;
	font-weight: 400;
	letter-spacing: -.022em;
	background-color: #cf0e05;
	background: linear-gradient(#ca0f0b, #cf0e05);
	border-color: #cf0e05;
	border-width: 1px;
	border-style: solid;
	border-radius: 20px;
	color: white;
	cursor: pointer;
	display: inline-block;
	min-width: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	white-space: nowrap;
}
.btn-custom:hover{
	background-color: #cf0e05;
	background: linear-gradient(#720806, #cf0e05);
	border-color: #cf0e05;
	text-decoration: none;
	opacity:.9;
	color: #fff !important;
}
.subpage-section{padding-top: 0px;}
.page-with-sidebar{ padding: 40px 0;}

.head-title{ margin-bottom: 40px;}


.html-intro{ 
	padding-top: 60px;
	border-top: 3px solid #cf0e05;
	position: relative;
	padding-bottom: 200px;
	/*background: #252324 url(../_images/bg-top.jpg) no-repeat;*/
	background: #272426 url(../_images/bg-bottom.jpg) no-repeat;
	background-size: 80%;
	background-position: center bottom;
}
.html-intro:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 200px;
	background: url(../_images/dec-bottom.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
	bottom: 0;
}
.html-intro .sleft{text-align: center;}
.html-intro .sleft span{ font-size: 20px;}
.html-intro .sleft p{ color: #ccc;}
.html-intro .sright img{
	margin-top: -40px;
	margin-bottom: 40px;
}

.decor-box{
	position: relative;
	left: -40px;
}
.dec-img-01{
	float: right;
	top: -240px;
	right: -220px;
	position: absolute;
	z-index: 2;
}
.dec-img-01 img{ width: 80%;}

.dec-img-02{
	position: absolute;
	top: -130px;
	z-index: 2;
	left: 80px;
}
.dec-img-03{
	position: absolute;
	top: -340px;
	z-index: 2;
	left: -100px;
}
.dec-img-04{
	position: absolute;
	top: -20px;
	z-index: 2;
	left: -160px;
}

/* ----------------------------------------------------------------
    ARTICLES
-----------------------------------------------------------------*/

.eco-articles {
  overflow: visible;
  position: relative;
  z-index: 10;
}
.eco-articles h4, 
.eco-articles h4 a {
  font-size: 22px;
  font-weight: 300;
  width: 100%;
  letter-spacing: 2px;
}
.eco-articles {
  text-align: center;padding-top: 0px;padding-bottom: 30px;
}
.eco-articles .article {
  z-index: 2;
  margin-bottom: 20px;
}
.eco-articles .article .article-description {
  background: #fff;
  display: table;
  width: 100%;
  padding: 15px 15px;
}
.eco-articles .article .article-image {
  border-bottom: 5px solid #25b2aa;
}
.eco-articles .article .article-image img {
  width: 100%;
  height: auto;
}
.eco-articles .article .article-title h3, 
.eco-articles .article .article-title h3 a {
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  margin: 10px 0; 
}
.eco-articles .article .article-title p {
  float: left;
  text-align: left;
  margin-top: 5px;
  width: 100%;
  opacity: 0.8;
}
.eco-articles .article .article-meta {
  width: 100%;
  margin-top: 0px;
  text-align: center;
  font-size: 13px;
  font-weight: 200;
  opacity: 0.8;
  display: table;
  padding-top: 5px;
  border-top: 1px solid #eee;
}
.eco-articles .article .article-meta span {
  padding: 0 15px;
  color: #eee;
}
.eco-articles:after {
  content: '';
  width: 100%;
  height: 320px;
  left: 0;
  bottom: 0;
  display: block;
  position: absolute;
  background: #f5f5f5;
  z-index: -1;
}
.section_link{
	text-align: center;
}
.link_more {
    padding: 6px 24px;
    color: #fff;
    border-radius: 20px;
    background: rgb(75,233,184);
    background: linear-gradient(45deg, rgb(37, 178, 170) 100%, rgb(7, 248, 213) 0%);
    margin: 0 15px;
    display: inline-block;
    box-shadow: 1px 8px 8px rgba(21, 66, 89, 0.34);
}
.hover-expand{
	-webkit-transition: all ease-out 0.4s; -moz-transition: all ease-out 0.4s; -o-transition: all ease-out 0.4s; transition: all ease-out 0.4s;
	transform: scale(1);
}
.hover-expand:hover{ transform: scale(1.1);}
.social-line img {
    width: 25px;
    margin-top: -4px;
    opacity: 1;
}

/* CATEGORY*/
.product-category{
	padding-top: 60px;
	padding-bottom: 0;

}
.product-category .head-title{ text-align: center;}
.product-category .item{
	margin-bottom: 20px;
	position: relative;
}
.product-category .item a{
	display: inline-block;
	z-index: 3;
	position: relative;
}
.product-category .item .inner p{ 
	color: #1b4310;
	margin-top: 5px;
}
.product-category .item:before{
	position: absolute;
	content: "ดูสินค้า";
	top: 15px;
	z-index: 1;
	background: #cf0e05;
	color: #fff;
	font-size: 13px;

	padding: 0 15px;
	border-radius: 20px;
	visibility: hidden;
	z-index: 4;
}
.product-category .item:hover:before{ visibility: visible;}
.product-category ul{ 
	padding: 0; margin: 0;
	text-align: center;
}
.product-category ul li{ 
	width: 18%;
	display: inline-block;
	clear: none;
	/*float: left;*/
}

/* NEWS */
.article-news .item{ 
	width: 33.33333333%;
	display: inline-block;
	padding: 0 1%;
	float: left;
}
/*.article-news .item .inner{ border-bottom: 1px dashed #e0e0e0;}*/
.article-news .item img{ margin-bottom: 10px;}
.article-news li.item > .inner > img{ display: none;}
.article-news li.item:first-child > .inner > img,
.article-news li.item:nth-child(2) > .inner > img{ 
	display: block;
}
.article-news li.item:first-child .inner, .article-news li.item:nth-child(2) .inner{  border: none;}
.article-news .item{ font-size: 13px; margin-bottom: 10px;}
.article-news .item .detail-box a{
	font-size: 15px;
	margin-bottom: 5px;
	display: inline-block;
	color: #cf0e05;
}
.article-news .item .detail-box a:hover{ text-decoration: underline;}
.article-news .item .detail-box p{
	font-size: 14px;
	margin-bottom: 0;
}
.article-news .item .date-updated{ 
	margin: 5px 0 10px 0; 
	position: relative; 
	padding-left: 50px;
}
.article-news .item .date-updated:before{
	position: absolute;
	content: "";
	top: 8px;
	left: 0;
	width: 40px;
	height: 1px;
	background: #eee;
}
.article-news .item .date-updated i{ margin-right: 3px;}


.link-more{ position: relative; color: #cf0e05;}
.link-more:after{
	position: relative;
	content: '\f105';
	font-family: fontawesome;
	width: 15px;
	height: 15px;
	line-height: 15px;
	margin-top: 10px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	border: 1px solid #cf0e05;
	background: #cf0e05;
	color: #fff;
}
.link-more:hover{
	text-decoration: underline;
}

/* BRAND */
.brand-item{ padding: 10px; padding-bottom: 0;}


/* SUBSCRIBE */
.sect_subscribe{
	position: relative;
	padding: 60px 0 10px 0;
}
.sect_subscribe:before{
	position: absolute;
	content: "";
	width: 200px;
	height: 40px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../_images/dec-top.png) no-repeat;
	background-size: 100%;
	background-position: center;
	z-index: 1;

}


/* FOOTER */
footer{ border: none !important;}
.icon-box.small.last-child.m-b-0 {
    border-right: 0px solid #000;
}
.footer-content{ 
	position: relative;
	padding-top: 70px;
	background: #272426; color: #000;
	padding-bottom: 0;
}
.footer-content:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 200px;
	background: url(../_images/dec-top2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	z-index: 0;
}

#footer.footer-light strong{ color: #000;}
footer .icon-box.small {
    border-right: 1px solid #000;
    margin-bottom: 0;
    width: 100%;
}
.copyright-text{ padding-left: 0; color: #fff;text-align: left;}
.copyright-content{
	min-height: 20px;
	padding: 20px 0;
	background: #232022 !important;

	border: none !important;
}

.fcontent-2 ul li{margin-bottom: 0;}

.fcontent-1 .social-icons ul{ display: inline-block; float: left;}
.fcontent-1 .line-button{
	height: 33px;
	display: inline-block;
	float: left;
}
.fcontent-1 .link-googlemap{ display: inline-block;}
.fcontent-1 .link-googlemap, .fcontent-1 .line-button{ margin-left: 6px; }
.fcontent-1 .link-googlemap img{ height: 40px; margin-top: -8px;}
.facebook-box p{ font-size: 12px;} 
.line-icon{ width: 16px; margin-top: -3px; opacity: .8;}

.payment-icon{ text-align: right;}
.payment-icon ul{ margin: 0; padding-top: 5px; }
.payment-icon ul li{ display: inline-block;margin-left: 5px;}

.statistic{ padding-top: 10px;}
.fcontent-4{ text-align: right;}
.fcontent-4 img{ width: 90%; margin-top: -40px;}
#footer.footer-light .widget h4{
	color: #000 !important;    font-size: 28px;margin-left: 34px;
}
#footer.footer-light a{
	color: #000 !important;
}
.widget a{ font-size: 14px;}
#footer a:hover{ color: #cf0e05 !important;}
.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);}

footer .fcontent-1 .addr-info{
	padding: 0;
	font-size: 14px;
}
.widget .widget-title, .widget > h4{ margin-bottom: 15px;}
#footer.footer-light .social-facebook a{ color: #fff !important;}
footer .widget{ margin-bottom: 0;}
.list-icon li{ margin-bottom: 0;}


/* SIDEBAR BACKGROUND */
#side-bar .custom-vertical-nav{ background-color: #cf0e05;}
.widget .widget-title, .widget > h4{ color: #000;}
.widget .widget-title:after{ border-bottom: 2px solid #000;}
ul.main-list{ background: none;}
ul.main-list a, ul.main-list li.dropdown > a::after{ color: #fff !important;}
#custom-search-input{
	padding: 3px;
	border: solid 1px #67bbe9;
	background: none;
}
#custom-search-input button{ color: #fff; border: none;}
#custom-search-input input{ background: none; color: #fff;}
#custom-search-input input::placeholder{ color: #c7e0e9;}

/* SUBPAGE */
.sidebar-right{}
.head-box h3{
	color: #fff;
	text-shadow: 0px 2px 4px #0f67c6;
}
.banner-list{
	position: relative;
	display: inline-block;
	border: 1px solid rgba(239, 239, 239, 0.98);
	box-shadow: 0 1px 6px rgba(38, 38, 38, 0.05);
	border-radius: 4px;
	background: #fff;
	margin-bottom: 20px;
}
.banner-list .head-box{
	text-align: center;
	padding: 10px;
	border-radius: 4px 4px 0 0;
	/*background: rgb(16, 145, 217);*/
	/*background: linear-gradient(0deg, rgba(16, 145, 217, 1) 0%, rgba(103, 187, 233, 1) 52%, rgba(16, 145, 217, 1) 100%);*/
	background: #63b4e0;
	background: url(../_images/dec-head-1.png) no-repeat;
	background-size: 100%;
	background-position: left top;
}
.banner-list .head-box h4{ color: #8f8f8f; letter-spacing: 0;}
.banner-list .banner-box{ padding: 15px; margin-bottom: 20px;}
.banner-list .banner-detail{	
	text-align: center;
	margin-top: 10px;
}
.banner-list .banner-detail a.htitle{
	position: relative;
	color: #0c55a4;
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
.banner-list .banner-detail a.htitle:before{
	position: absolute;
	content: "";
	width: 80%;
	height: 1px;
	left: 0;
	right: 0;
	margin: 0 auto ;
	bottom: 0;
	background: #ccc;
	/*background: rgb(255,255,255);*/
	/*background: linear-gradient(118deg, rgba(255,255,255,0.5648634453781513) 0%, rgba(170,170,170,1) 46%, rgba(255,255,255,0.458420868347339) 100%);*/
	background: rgb(255,255,255);
	background: linear-gradient(118deg, rgba(255,255,255,0.5648634453781513) 0%, rgba(147,199,232,1) 46%, rgba(255,255,255,0.458420868347339) 100%);

}
.banner-list .banner-detail .desp{
	line-height: normal;
	color: #b1b1b1;
}
.btn-more{
	display: inline-block;

	background: linear-gradient(#dadada, #adadad);
	padding: 0 15px;
	border-radius: 20px;
	margin-top: 10px;
	font-size: 14px;
	color: #707070;
}
.btn-more:hover{
	color: #fff !important;
	opacity: .9;
	background: linear-gradient(#51a9ee, #147bcd);
}

#footer .social-icons a:hover{ color: #fff !important;}

/*CUSTOM*/
.sys-galleries .body .lists .lists-item .border {border: 1px solid #eee;}
.sys-galleries .body .lists .lists-item h2 {
	font-size: 24px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.sys-galleries .body .lists .lists-item {margin-bottom: 30px;}
.badge {color: #565656;background-color: rgba(119, 119, 119, 0);}
.sys-galleries .body .lists .lists-item .body-image {height: 246px;}
.sys-gallery .body h1 {font-size: 24px;}
.secondary-text p{margin-bottom: 0px;}
.mdate {display: none;}
.viewed {display: none;}
.title h1{font-size: 24px;}


@media (min-width: 360px) and (max-width: 767px){
.top-logo img {width: 162px;}
.top-logo {text-align: center;}
.slide-caption {position: absolute;width: 60%;top: 25%;left: 10%;}
.slide-caption .htitle {font-size: 14px;}
.slide-caption .stitle {margin-bottom: 5px;font-size: 11px;}
.btn-custom {font-size: 11px;padding-left: 20px;padding-right: 20px;}
.eco-banner{padding-bottom: 0px;}
.hdec {font-size: 22px;}
.about_section .cnt_about p {
	margin-bottom: 0px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}
.about_section .cnt_about h5 {
    margin-bottom: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.about_section .cnt_service .fixed_text {font-size: 26px;top: 40px;}
.about_section .cnt_service {padding-left: 0px;}
.about_section{padding-bottom: 0px;}
#footer.footer-light .widget h4 {margin-left: 0px;font-size: 27px;}
#sh_index_footer_1_html .list{    margin-left: -45px;}
footer .icon-box.small { border-right: 0px solid #000;}
.copyright-text {text-align: center;}
#header #top-search form input {
    background-color: black;
    font-size: 18px;
    height: 52px;
    padding: 0 50px 0 0;
}
.badge {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}

}

