/*typography*/

font-family: 'Noto Sans Thai';
src: url('../fonts/NotoSansThai-Regular.woff2') format('woff2'),
url('../fonts/NotoSansThai-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
	font-family: 'Noto Sans Thai';
	src: url('../fonts/NotoSansThai-Light.woff2') format('woff2'),
	url('../fonts/NotoSansThai-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Noto Sans Thai SemBd';
	src: url('../fonts/NotoSansThai-SemiBold.woff2') format('woff2'),
	url('../fonts/NotoSansThai-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans Thai-Bold';
	src: url('../fonts/NotoSansThai-Bold.woff2') format('woff2'),
	url('../fonts/NotoSansThai-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}


/*general*/

html {
	font-size: 10px;
	position: relative;
    min-height: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
	font-family: 'Arial', 'Noto Sans Thai';
	font-size: 1.6rem;
	line-height: 2.8rem;
	background: #f3f3f3;
	color: #fff;
	 overflow-x: hidden;
    margin: 0px;
    position: relative;
    min-height: 100%;
    height: auto;
}

h1,
h2,
h3 {
	font-family: 'Arial', 'Noto Sans Thai SemBd';
	font-weight: 700;
}

a {
	color: #ff9600;
}

a:hover {
	color: #ffb70e;
}

.btn-main {
	padding: 10px 30px;
	border-radius: 4px;
	font-size: 1.6rem;
	color: #fff;
}

.btn-or {
	background: #FF9600;
}

.btn-grey {
	background: #343A40;
}

.btn-line {
	background: #00B900;
}
.btn-line img{
	margin-right: 5px;
}
.st-sec {
	padding: 80px 0;
}

.heading-section {
	margin-bottom: 30px;
}

.heading-section h1 {
	font-size: 3.2rem;
	color: #FF9600;
}
.navbar-topbar {
	padding: 30px;
	background: #000;
}

.navbar-topright .btn {
	margin-right: 8px;
}

.navbar-topright .btn:last-child {
	margin-right: 0;
}

.nav-header {
	z-index: 1;
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(253, 71, 3, 1) 100%);
	background: -webkit-linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(253, 71, 3, 1) 100%);
	background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(253, 71, 3, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#fd4703", GradientType=1);
	color: #fff;
	overflow: visible;
	padding: 0;
}

.nav-header a {
	color: #fff;
	font-size: 1.6rem;
}

.nav-header a:hover {
	color: #fff;
	cursor: pointer;
}
.navbar-nav .nav-link{
	font-family: 'Noto Sans Thai-Bold';
	padding: 16px 24px !important;
}
.navbar-nav .nav-link:hover{
	color: rgb(255,183,14);
	font-family: 'Noto Sans Thai-Bold';
/*	 background: rgb(255,183,14);
	background: -moz-linear-gradient(360deg, rgba(255,183,14,1) 0%, rgba(255,150,0,1) 100%);
	background: -webkit-linear-gradient(360deg, rgba(255,183,14,1) 0%, rgba(255,150,0,1) 100%);
	background: linear-gradient(360deg, rgba(255,183,14,1) 0%, rgba(255,150,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffb70e",endColorstr="#ff9600",GradientType=1); */
	opacity: 1 !important;
}
#nav-mb {
	display: none;
}
.logo-topbar img{
	max-width: 240px;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #FF9600;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 30px;
}

.content-divider {
	width: 100%;
	margin-bottom: 30px;
}
.img-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.img-wrapper img {
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}

.img-wrapper img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
/*category*/

.category-section {
	background-image: url(../images/category-bg.jpg);
	background-size: cover;
}
.category-item{
	position: relative;
}
.category-item .category-label{
	width: 100%;
	position: absolute;
	bottom: -15px;
}
.category-item .category-label span{
	background: #FF9600;
	padding: 10px 60px;
	border-radius: 0 16px 0 16px;
	font-family: 'Noto Sans Thai-Bold';
	font-size: 2.2rem;
	color: #000;
	margin: 0 auto;
	background: rgb(255,183,14);
	background: -moz-linear-gradient(360deg, rgba(255,183,14,1) 0%, rgba(255,150,0,1) 100%);
	background: -webkit-linear-gradient(360deg, rgba(255,183,14,1) 0%, rgba(255,150,0,1) 100%);
	background: linear-gradient(360deg, rgba(255,183,14,1) 0%, rgba(255,150,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffb70e",endColorstr="#ff9600",GradientType=1);
}

.owl-carousel .owl-stage-outer {
    /* override */
    overflow: initial;
}

#bodyContent {
    /* override */
    overflow: hidden;
}
.owl-item {
  	opacity: 0;
}
.owl-item.active {
  	opacity: 1;
}
.promotion-row {
	margin-top: 60px;
}
.promotion-main{
	margin-top: 120px;
}
.fb-header .carousel-caption {
	top: 50%;
	bottom: auto !important;
	transform: translateY(-50%);
	position: absolute;
}

.fb-header .carousel-caption {
	left: auto;
	right: auto;
}

.icon-section {
	background-image: url(../images/icon-bg.jpg);
	background-size: cover;
}

.icon-item img {
	margin-bottom: 15px;
	max-height: 110px;
}

.icon-item h3 {
	font-size: 1.8rem;
}

.footer-section {
	background: #151515;
	color: #fff;
	padding: 64px 0 0;
	position: relative;
	border-top: 1px solid #666;
}

.copyright {
	border-top: 1px solid #666;
	padding: 30px 0;
	margin-top: 60px;
}

.copyright p {
	margin-bottom: 0;
}
.cover-heading{
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}
.contact-list {
	list-style-type: none;
	padding-left: 0;
}

.contact-list li strong {
	display: inline-block;
	width: 15%;
}

.contact-list li p {
	display: inline-block;
	width: 75%;
}

.contact-section .qrcode {
	max-width: 150px;
	border: 1px solid #f9ff00;
}

.qrsection a {
	display: block;
}
/*Promotion*/
.promotion-item{
	margin-bottom: 30px;
}
.promotion-item:last-child{
	margin-bottom: 0;
}
.promotion-detail{
	padding:0 30px;
}
.promotion-detail h3{
	font-size: 2.2rem;
	margin-bottom: 10px;
}
/*Media Quieries*/
@media (max-width:991px){
	.promotion-row .content-divider {
		display: none;
	}
	.promotion-item {
		margin-bottom: 30px;
	}
	.icon-item{
		margin-bottom: 30px;
	}
	.contact-list li strong{
		width: 20%;
	}
	.qrsection{
		text-align: left !important;
		margin-bottom: 30px;
	}
	.promotion-main{
		margin-top: 60px;
	}
	.promotion-detail{
		margin-top: 15px;
		padding:0 15px
	}
}
@media(max-width:767px) {
	.nav-dt {
		display: none;
	}
	#nav-mb {
		display: block;
	}
	.logo-topbar {
		display: none;
	}
	.navbar-topbar {
		padding: 15px;
		background: #ccc;
		display: none;
	}
	.navbar-topbar .container {
		max-width: 100%;
		padding: 0;
		margin: 0;
	}
	.eos-menu .eos-menu-title {
		background: #000 !important;
	}
	.eos-panel-top i {
		color: #fff !important;
	}
	.fb-header .heading-section{
		margin-bottom: 0;
	}
	.fb-header h1{
		font-size: 2rem;
	}
	.fb-header .carousel-caption{
		padding: 30px;
		right: 15% !important;
		left: 15% !important;
	}
	.copyright-left img{
		text-align: center;
		margin: 0 auto 30px;
		display: block;
	}
	.copyright-right p{
		text-align: center;
	}
}
@media (max-width:576px){
	.owl-item{
		opacity: 1;
	}
	.owl-theme .owl-nav.disabled + .owl-dots{
		margin-top: 60px;
	}
	#fb-carousel .w-100 {
    	width: auto !important;
	}
	.fb-header .carousel-caption{
		padding: 15px;
	}
	.promotion-item{
		margin-bottom: 15px;
	}
	.promotion-item img{
		width: 100%;
	}
	.icon-item p{
		padding: 0 30px;
	}
	.image-item{
		margin-bottom: 30px;
	}
}