@charset "utf-8";

@-moz-document url-prefix() {
	fieldset {
		display: table-cell;
	}
}

body {
	color: #111;
}

h1 {
	color: #03C;
}

@media (max-width: 768) {
	body {
		font-size: 14px;
	}

	h2 {
		font-size: 24px !important;
		/*important จำให้อันนี้ทำก่อน*/
	}

	.news img {
		max-width: 200px;
	}
}

/*media query ie8+*/
.img-size {
	/*width: 50px;*/
	max-width: 100%;
}

a {
	color: #4160e3;
}

h3 {
	color: #4160e3;
	font-size: 24px;
	font-weight: bold;
}

h4 {
	color: #4160e3;
	font-weight: bold;
}

.TitleShow {
	color: #4160e3;
}

.TitleShow1 {
	margin-top: 2px;
}

#highlight {
	background-color: #CCC;
}

#highlight h2 {
	color: #009;
	padding-bottom: 10px;
	/*หรือใช้ line-height*/
	border-bottom: 2px #009 solid;
	text-transform: uppercase;
}

.bg-blue {
	background-color: #4160E3;
	color: #FFFFFF;
}

.img-bordered {
	border: 3px #ffffff solid;
	background: #CCC;
}

.row {
	padding: 10px;
}

body {
	/*padding-top:50px;*/
}

.bold {
	font-weight: bold;
	font-size: 15px;
}

.coming-soon-event-s .btn-sm {
	padding: 0 10px 0 10px;
	height: 26px;
	line-height: 26px;
}

.btn-red {
	background-color: #CC0B0E;
}

.coming-soon-event {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	/*font-weight: bold*/
}

.coming-soon-event-s {
	font-size: 14px;
	font-weight: bold
}

.btn-icon {
	color: #FFFFFF;
}

.divider-right {
	border-right: #000000 solid 1px;
}

.pd-left {
	padding-left: 15px;
}

.pd-right {
	padding-right: 15px;
}

.pd-top {
	padding-top: 15px;
}

.pd-bt {
	padding-bottom: 15px;
}

.pd-top-3 {
	padding-top: 3px;
}

.search-box {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	padding-left: 10px;
}

.brand {
	/*height: 70px;*/
	padding: 0px 5px;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}

@media (max-width: 991px) {
	.brand {
		padding-top: 30px;
	}
}

@media (max-width: 768px) {
	.brand {
		padding-top: 10px;
	}
}

@media (max-width: 480px) {
	.brand {
		padding-top: 33px;
	}
}

.outline {
	background: none;
	border: 1px solid #4753C5;
}

.nav-s .row {
	padding: 0px;
}

#header-nav .navbar {
	border-radius: 0px;
}

#header-nav a:hover,
#header-nav a.select {
	background-color: rgba(203, 46, 49, 1.00);
	color: #FFFFFF;
}

#header-nav .navbar-default {
	background-color: #BBBBBB;
}

#header-nav .navbar-toggle {
	border: none;
}

#header-nav .navbar-collapse {
	border-top: none;
}

#header-nav .navbar {
	margin-bottom: 15px;
}

@media (max-width: 991px) {
	.dropdown.language {
		top: 10px;
	}

	.dropdown-menu {
		top: 48px;
	}

	.dropdown-menu>li>a {
		padding: 3px 0px;
		white-space: wrap;
		text-overflow: ellipsis;
	}
}

.dropdown-menu {
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 0 0 4px 4px;
	min-width: 120px;
}

.page-content h3 {
	padding-bottom: 5px;
	border-bottom: 3px solid #4160e3;
}

.half-rule {
	margin: 0;
	text-align: left;
	width: 100%;
	padding: 0px;
	margin-bottom: 10px;
}

.lang-sm {
	color: #212121;
	top: 0px;
	height: 15px;
	line-height: 15px;
}

.lang-lbl {
	margin-left: 10px;
	font-size: 15px;
	height: 15px;
	line-height: 15px;
}

.lang-min .lang-lg {
	color: #212121;
	height: 50px;
	line-height: 50px;
}

.search-box .dropdown .dropdown-toggle:link,
.search-box .dropdown .dropdown-toggle:hover,
.search-box .dropdown .dropdown-toggle:focus {
	background-color: #e7e7e7;
}

/*search2*/
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.popup-box-on {
	display: block !important;
}

.off {
	display: none;
}

.chat_box .chat_message_wrapper ul.chat_message>li+li {
	margin-top: 4px;
}

#search.open {
	opacity: 1;
	transform: translate(0px, 0px) scale(1, 1);
}

#search {
	background-color: hsla(223, 66%, 11%, 0.85);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 0.5s ease-in-out 0s;
	width: 100%;
	z-index: 2000;

}

#search .close {
	color: #355ECD;
	font-size: 40px;
	opacity: 1;
	padding: 10px 17px;
	position: fixed;
	right: 15px;
	top: 15px;
}

button.close {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	cursor: pointer;
}

.close {
	float: right;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
}

#search input[type="text"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 50px;
	font-weight: 300;
	margin: -51px auto 0;
	outline: medium none;
	padding-left: 30px;
	padding-right: 30px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}

#search .btn {
	left: 50%;
	margin-top: 60px;
	padding: 10px 50px;
	position: absolute;
	top: 50%;
	transform: translateX(-50%);
}

.s-icon a {
	color: #ffffff !important;
	font-size: 20px;
	height: 50px;

	text-align: center;
	width: 44px;
}

#search-s.open {
	opacity: 1;
	transform: translate(0px, 0px) scale(1, 1);
}

#search-s {
	background-color: hsla(223, 66%, 11%, 0.85);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 0.5s ease-in-out 0s;
	width: 100%;
	z-index: 2000;

}

#search-s .close {
	color: #355ECD;
	font-size: 40px;
	opacity: 1;
	padding: 10px 17px;
	position: fixed;
	right: 15px;
	top: 15px;
}

button.close {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	cursor: pointer;
}

.close {
	float: right;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
}

#search-s input[type="text"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 50px;
	font-weight: 300;
	margin: -51px auto 0;
	outline: medium none;
	padding-left: 30px;
	padding-right: 30px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}

#search-s .btn {
	left: 50%;
	margin-top: 60px;
	padding: 10px 50px;
	position: absolute;
	top: 50%;
	transform: translateX(-50%);
}

.s-icon-s a {
	color: #ffffff !important;
	font-size: 20px;
	height: 50px;

	text-align: center;
}

#recommended-event {}

.border-bt {
	border-bottom: 2px solid #4160e3;
	padding-bottom: 5px;
}

footer {
	background-color: #4160e3;
	color: #FFFFFF;
	margin-top: 15px;
}

/*countdown*/
#countdown {
	width: 100%;
	margin-left: 80px;
}

label {
	clear: both;
	display: block;
}

label.payment {
	font-weight: normal;
}

#countdown span {
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	width: 33%;
	display: block;
	float: left;
	line-height: 15px;
	padding: 15px 10px 0px 0px;
}

#countdown span:last-child {}

#countdown-s {
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	padding: 0px 10px 0px 0px;
	margin-top: 5px
}

ul.breadcrumb {
	padding: 10px 16px;
	list-style: none;
	background-color: #F9F9F9;
	margin-bottom: 0px
}

/* Display list items side by side */
ul.breadcrumb li {
	display: inline;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
	padding: 8px;
	color: black;
	content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
	color: #0275d8;
	text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
	color: #01447e;
	text-decoration: underline;
}

.content-page h2 {
	color: #4160e3;
	margin-top: 5px;
	font-size: 20px;
	padding-bottom: 5px;
	/*หรือใช้ line-height*/
	border-bottom: 2px #4160e3 solid;
	font-weight: 700;
}

.news h3 {
	margin-bottom: 20px;
}

.center-componant {
	margin-left: auto;
	margin-right: auto;
}

/****************************************/
/****************************************/
.table_list {
	width: 100%;
	border: 1px solid #4160e3;
}

.table_list td,
.table_list th {
	padding: 5px 12px;
	border: 1px solid #4160e3;
}

.table_list th {
	font-size: 17px;
	padding: 8px 0px;
	color: #FFFFFF;
	text-align: center;
	background: #a7cfdf;
	background: -moz-linear-gradient(left, #a7cfdf 0%, #295384 37%, #004089 100%);
	background: -webkit-linear-gradient(left, #a7cfdf 0%, #295384 37%, #004089 100%);
	background: linear-gradient(to right, #a7cfdf 0%, #295384 37%, #004089 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7cfdf', endColorstr='#004089', GradientType=1);
}

.table_list td:nth-child(2),
.table_list th:nth-child(2) {
	text-align: center;
	padding: 5px 0px;
}

.list,
.listDetail {
	padding: 15px 15px 0 15px !important;
}

.list {
	text-align: center;
}

.listName {
	padding-top: 5px;
}

.listDetail {
	width: 75%;
	text-align: left !important;
}

/****************************************/

.row-no-padding>[class*="col-"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.left-border {
	border-left: 2px solid #4160e3;
}

@media (max-width: 480px) {
	.left-border {
		border-left: 0px;
	}

	.pull-right {
		float: none !important;
	}
}

p.speakers {
	font-size: 12px;
	font-style: italic;
}

.news .row {
	padding: 2px 10px 0px;
}

.roundedCorners {
	border: 2px solid #000000;
	border-radius: 25px;
	padding: 10px 15px 10px 20px
}

.logoSupport {
	border: 1px solid #CCCCCC;
	width: 200px;
	margin: 2px;
}

.logoSupport-large {
	border: 1px solid #CCCCCC;
	width: 400px;
	margin: 2px;
}

.navbar-default .navbar-nav>li>a {
	color: #000000;
	font-size: 16px;
	padding: 14px 14px;
	font-weight: 600;
}

.btnDownload {
	float: right;
	background-color: #880E10;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	padding: 3px 10px;
	margin-top: -8px;
}

.btnDownloadNormal {
	background-color: #E9292C;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 300;
	padding: 10px 18px;
	text-align: center;
}

.linkShowAll {
	float: right;
	font-size: 15px;
	font-weight: 300;
	padding: 10px 18px;
}

/****************************************/
.txtErrorTitle {
	color: #c9302c;
	font-weight: 600;
}

/****************************************/
.carousel-indicators li {
	width: 15px;
	height: 15px;
	background-color: #1C3CC1;
	opacity: 0.5;
	border: 1px solid #4160E3;
	border-radius: 15px;
}

.carousel-indicators .active {
	width: 18px;
	height: 18px;
	background-color: #1C3CC1;
	opacity: 1;
}

.carousel-control {
	color: #1C3CC1;
}

.carousel-control:hover,
.carousel-control:focus {
	color: #152D91;
}

/****************************************/
.headTitle {
	padding: 12px 20px;
	text-align: center;
	background-color: #48c7f0;
	font-size: 22px;
	font-weight: 600;
	border: 2px solid #888;
	display: grid;
	align-items: center;
	min-height: 102px;
	vertical-align: middle;
}

.dataDetail {
	font-size: 14px;
	padding: 8px;
	border: 2px solid #888;
	min-height: 380px;
}

.dataDescription {
	font-size: 14px;
	padding: 8px;
}

.border {
	border: 2px solid #888;
}

.linkMore {
	padding-top: 15px;
	padding-right: 35px;
	text-align: right;
	font-size: 14px;
	font-weight: 800;
}

.linkMore2 {
	font-size: 17px;
}

.linkMoreAbs {
	position: absolute;
	bottom: 5px;
	right: 0px;
}

.linkMore2 a {
	color: #FF6B6B;
}

.colsBlock {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

@media (min-width: 1360px) {
	.container {
		width: 1300px;
	}
}

@media (min-width: 1600px) {
	.container {
		width: 1590px;
	}
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #000;
}

.firstPageBtn {
	padding-left: 5px;
	padding-right: 5px;
}

.firstPageBtn a {
	display: block;
	border: 2px solid #222222;
	background-color: #555555;
	color: #FFFFFF;
	padding: 15px 0px;
	text-align: center;
}

.borderForm {
	border: 2px solid #AAAAAA;
	display: flow-root;
	padding: 5px;
	color: #555555;
}

.floatForm {
	float: left;
	width: 50%;
	font-size: 13px;
}

.floatForm1 {
	width: 24%;
}

@media (max-width: 414px) {
	.floatForm {
		float: none;
		width: 100%;
	}
}

::-webkit-input-placeholder {
	color: #555555 !important;
}

::placeholder {
	color: #555555 !important;
}

.footer {
	text-align: center;
	background: #222222;
	color: #FFFFFF;
	padding: 10px 0;
	margin: 0;
}

.footer a {
	color: #FFFFFF;
}

.foundKeyword {
	font-size: 15px;
	font-weight: 800;
	color: brown;
}

.keywordShow {
	line-height: 1.5;
	display: none;
}

.mt5 {
	margin-top: 5px;
}

.no-gutter {
	margin-right: 0;
	margin-left: 0;
}

.no-gutter>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.imgLeft {
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

h4.style1 {
	color: #4160e3;
	margin-top: 5px;
	font-size: 18px;
	padding-bottom: 5px;
	border-bottom: 1px #4160e3 solid;
	font-weight: 300;
}

.p1 {
	padding: 1px;
}

.p5 {
	padding: 5px;
}

.mb5 {
	margin-bottom: 5px;
}

.mt5 {
	margin-top: 5px;
}

.card .topTitleBorder {
	text-align: center;
	border-bottom: 2px solid #888;
}

.card .TopTitle {
	color: #FFF;
	background: #4160e3;
	margin: 0;
	padding: 10px;
}

.card .TopTitle1 {
	color: #FFF;
	background: #69b742;
}

.card .TopTitle2 {
	color: #FFF;
	background: #a96432;
}

.card .TopTitle3 {
	color: #FFF;
	background: #4524b1;
}


.card-body {
	padding: 2px 15px 10px;
	/* min-height: 300px; */
}

.productdetail {
	clear: both;
}

.productdetail .card-body {
	padding: initial;
	/* min-height: 300px; */
}

.card-body1 {
	min-height: 85px;
}

.imgP5-20 {
	padding: 5% 20%;
}

.titleRelate,
.titleFee {
	margin-left: 15px;
	color: #000000;
	font-weight: 500;
	font-size: 17px;
}

.content-page h3 {
	line-height: 1.5;
	font-size: 14px;
	margin: 10px 8px;
}

.imgRight {
	float: right;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}

img.imgBanner {
	width: 400px;
}

@media (max-width: 415px) {
	.imgRight {
		padding-left: initial;
	}

	img.imgBanner {
		width: 100%;
	}
}

.mt-5 {
	margin-top: 5px;
}

.pr-10 {
	padding-right: 10px;
}

.pl-5 {
	padding-right: 5px;
}

.pt-5 {
	padding-top: 5px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.btn {
	width: 200px;
	margin: 1.5rem auto 1rem;
	display: inline-block;
}

.showDetail {
	padding-bottom: 20px;
	border-radius: 10px;
	height: 100%;
}

.mainDetail {
	display: inline-flex;
	flex: 0 0 auto;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 20px;
}

.mainDetail>li {
	padding: 0 7.5px;
	margin-bottom: 15px;
	list-style: none;
}