@charset "utf-8";

/* CSS Document */
@import url("fonts.css");
@import url("header-footer.css");
@import url("main.css");
@import url("rewards.css");


html {
	scroll-behavior: smooth;
}
html, body {
	min-width: 300px;
    font-family: 'Noto-Sans-Thai-Regular', sans-serif;
    font-size: 16px;
    line-height: 1.2;
	font-weight: 500;
    font-style: normal;
	color: #333;
	/* background: #ededed; */
	padding-bottom: 0 !important;
}
header, section, footer {
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}
section {
	max-width: 1920px;
}
section.banner-index {
	max-width: 1920px;
	background: #fff;
}

header .container-fluid,
section .container-fluid,
footer .container-fluid {
	margin: auto;
}
.container-fluid {
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
}
a {
    color: #004a87;
}
a:hover {
    text-decoration: none !important;
}

/* Icons */
[class*=" icon-"] {
	font-family: 'font-icon-uob' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 70%;
	vertical-align: top;
}
.icon-lock:before {
    content: "\e902";
}


/* full page
header, section, footer {
	max-width: 100%;
}
header .container-fluid,
footer .container-fluid,
section .container-fluid {
	max-width: 1180px;
}
.banner .container-fluid {
	max-width: 100%;
}
.nav-main {
	background-color: #453738;
}
*/

@media (max-width: 575.98px) {}
@media (max-width: 767.98px) {
	html, body {
		font-size: 14px;
	}	
}
@media (max-width: 1199.98px) {}
@media (min-width: 576px) and (max-width: 767.98px) {}
@media (min-width: 768px) {}
@media (min-width: 768px) and (max-width: 991.98px) {}
@media (min-width: 992px) {}
@media (min-width: 992px) and (max-width: 1199.98px) {}
@media (min-width: 1200px) {}
