@import "mobile_menu.css";
@import "card.css";
@import "custom-bg.css";

body {
	background-color: #FFF;
	color: #4a4a4a;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
}

h1 {	font-size: 35px;	font-weight: 400;	line-height: 40px;}
h2 {	font-size: 22px;	font-weight: 400;	line-height: 33px;}
h3 {	font-size: 20px;	font-weight: 400;	line-height: 27px;}
h4 {	font-size: 20px;	font-weight: 400;	line-height: 27px;}
h5 {	font-size: 20px;	font-weight: 400;	line-height: 27px;}
h6 {	font-size: 20px;	font-weight: 400;	line-height: 27px;}

.text-size-1 {	font-size: 30px;	font-weight: 400;	line-height: 40px;}

p {
    color: #555;
    line-height: 23px !important;
    margin:0px !important;
}

p[data-f-id="pbf"] { 
	display:none;
}

.font-1 {
	font-family: 'Kanit', sans-serif;
}

.font-2,.btn {
	font-family: 'Kanit', cursive;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

.text-primary {color:#0468BF !important;}
a .text-primary:hover {color: #00d2ea !important;}
.text-grey{ color:#999;}
.text-black{ color:#333;}
.text-purple {color:#B213C8 !important; }
.text-white{ color:#c8c8c8 !important;}
.text-green{ color:#00791c;}
.text-pink{ color:#FF089F;}
.text-red{ color:#D00 !important;}
.text-black{ color:#333 !important;}
.text-orange{ color:#F2B705 !important;}
.text-blue{ color:#0066CF !important;}
.text-brown{ color:#CC7E47 !important;}
.text-sky{ color:#05F2F2 !important;}
.text-yellow{ color:#FFE500 !important;}

.text-footer{ color:#0F8EFD !important;}


.category img{width:100%; border-radius:10px; border-bottom:3px solid #666; transition:ease all 0.3s;}
.category img:hover{border-bottom:3px solid #F00; transition:ease all 0.3s;}

.thumb-info:hover {
	box-shadow: 0px 1px 10px #c8c8c8;
	transition: ease all 0.3s;
}

.thumb-info {
	display: block;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	background-color: #F4F4F4;
	border-radius: 8px;
	padding:10px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: ease all 0.3s;
}

.thumb-info .thumb-info-inner {
	transition: all 0.3s;
	display: block;
	font-size: 17px;
	line-height: 21px;
	height: 43px;
	overflow: hidden;
}

.thumb-info .thumb-info-type,
.thumb-info .thumb-info-action-icon,
.thumb-info-social-icons a,
.thumbnail .zoom,
.img-thumbnail .zoom,
.thumb-info-ribbon {
	background-color: #a60000;
	color: #666;
}


.input-lg{ font-size:18px !important; line-height:25px !important; height:50px !important;  padding:0px 15px !important;
}

.badge {
    font-weight: 500 !important;
}

.page-header {
	background-color: #212529;
	padding: 16px 0;
	position: relative;
	text-align: left;
	z-index: 1;
}

html .badge-primary {
  	background-color: #0468BF;
	color: #FFF !important;
	font-size: 14px;
}

html .badge-primary:hover {
    background-color: #D9D9D9 !important;
	color: #000 !important;
}

html .bg-color-primary, html .bg-primary {
   	background-color:#0468BF !important;
	border-top: 0px solid #F2A413;
	border-bottom: 0px solid #F2A413;
	box-shadow: 0px 2px 15px #00000070;
}

.btn-primary {
    background-color: #CC0202   !important;
    color: #FFF !important;
	border:0px !important;
}

.btn-primary:hover {
    background-color: #20AAFF !important;
    color: #FFF !important;
	border:0px !important;
	box-shadow:0px 2px 15px #999;
	transition:ease all 0.3s;
}

.btn-lg{ font-size:25px !important;}

/* DESKTOP */
.page-header {
    background-color: #FFF !important;
}


.page-header a {
    color:#0468bf !important;
	text-decoration:none;
	font-size: 14px;
	font-weight: 400;
}

html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
	background: #BF0000;	
}

#header .header-nav-main nav > ul > li.open > a,
#header .header-nav-main nav > ul > li:hover > a {
		background: #0b71e100;
}
	
#header .header-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background:#F4F4F4;
	-webkit-transition: min-height 0.3s ease;
	transition: min-height 0.3s ease;
	width: 100%;
	border-top: 3px solid #EDEDED;
	border-bottom: 1px solid transparent;
	z-index: 1001;
	box-shadow: 0px 3px 13px #d2d2d2;
}
#header .header-top.header-top-default {
	background: #004D91;
}

#header .header-nav-main nav > ul > li > a {
    color: #B24B10  !important;
}

#header .header-nav-main nav > ul > li > a:hover {
    color: #FFF !important;
}

#header .header-nav.header-nav-stripe nav > ul > li:hover > a, #header .header-nav.header-nav-stripe nav > ul > li.open > a {
    background-color: #B24B10;	
	color: #FFF !important;
}

#header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active {
    background-color: #B24B10;
}

#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
    color: #B24B10;
}

#header .header-nav.header-nav-line nav > ul li:hover > a::before {
    background: #B24B10;
}

#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active::before {
    background: #B24B10;
}

#header .header-nav.header-nav-line nav > ul li:hover > a {
    color:#F70003;
}

#header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > li > a, #header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > li .wrapper-items-cloned > a {
	color:#E1E1E1 !important;
}	
	
#header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul:not(:hover) > li > a.active, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul:not(:hover) > li .wrapper-items-cloned > a.active {
	color:#FFF !important;
	font-weight:400;
}

#header .header-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow:0px 2px 10px #666666;
	min-height: 47px;
	background-color:#169ef2;
}

#header .header-column .header-extra-info li .header-extra-info-text label {
	display: block;
	margin: 0;
	font-size: 17px;
	line-height: 1.2;
}

#header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li:hover > a, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li .wrapper-items-cloned:hover > a {
	color: #BF0000 !important;
}

section.page-header .page-header-title-border {
    background-color: #0468BF !important;
}

.page-header.page-header-classic:after {
	content: '';
	width: 100%;
	height: 5px;
	background:#EEE;
	position: absolute;
	bottom: 0;
	left: 0;
}

.page-header h1 {
	color: #0468bf;
	display: inline-block;
	font-size: 30px;
	line-height: 35px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	position: relative;
	top: 1px;
}

/* MOBILE */
@media (max-width: 991px) {
	
	#header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul:not(:hover) > li > a.active, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul:not(:hover) > li .wrapper-items-cloned > a.active {
	color:#FFF !important;
	font-weight:400;
}

	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
		background:#0468BF !important;
		color: #FFF !important;
	}
	
	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
		color: #CA8500  !important;
		font-size: 17px;
	}
	
	#header .header-btn-collapse-nav {
		background: #0080F0   !important;
		color: #FFF;
	}
	
	#header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > li > a, #header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > li .wrapper-items-cloned > a {
		color:#0468BF  !important;
	}	
}

@media (min-width: 990px) {
	.mobile-menu,.hide-desktop{ display:none;}
	
}


.social-icons li a {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 100%;
	display: block;
	height: 28px;
	line-height: 28px;
	width: 28px;
	text-align: center;
	color:#FFF !important;
	text-decoration: none;
	font-size: 13px;
}

.social-icons li:hover a {
	background: #007EEC;
	color: #FFF !important;
}

#footer {
    background: #202020;
	box-shadow: 0px -5px 20px #0009;
}

#footer .footer-copyright.footer-copyright-style-2 {
	background:#169EF2;
	color:#FFF;
	padding: 20px 10px;	
	text-align: center;
	font-size:15px;
}

#footer .footer-copyright.footer-copyright-style-2 {
	background: #0468bf;
	border-top: 1px solid #424242;
}

.thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img {
	border: 0;
	padding: 10px;
	margin: 0;
	border-radius: 0;
}

.social-icons li {
	display: inline-block;
	margin: -1px 1px 0 0;
	padding: 0;
	border-radius: 100%;
	overflow: visible;
	border: 1px solid #fff;
}


.mobile-menu {
	padding: 7px 0px;
	border-radius: 10px;
	font-size: 18px;
	text-align: center;
	display: block;
	color: #FFFFFF !important;	
}

a .mobile-menu{
	color: #FFFFFF !important;	
}

.mobile-menu-active {
	background: #2BB0FF;
	border: 3px solid #FFF;
    padding: 7px 0px;
    border-radius: 50px;
    font-size: 18px;
    text-align: center;
    display: block;    
    color: #FFF;
}

.card-img-top .head {
    border-radius: 10px 10px 0px 0px;
}

.card-img-top .body .title {
    font-size: 22px;
    margin-bottom: 5px;
}

.card-img-top {
    box-shadow: 0px 2px 15px #ececec;
    border-radius: 10px;
}

.card-img-top .body {
    padding: 20px 10px;
    border-radius: 0px 0px 10px 10px;
    border-bottom: 3px solid #0468bf;
	background-color: #FFF;
}

.thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
    background: #000c !important;
    color: #FFF;
}
