html, body {
	margin: 0;
	padding: 0;
	width: 100vw;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

.tablecon td {
	font-size: 13px;
	padding: 8px;
	border: 1px solid #9FB6CD;
}

.tabletapplanpay td {
	font-size: 14px;
	padding: 10px;
}

.tabletapplanpay h3 {
	font-size: 14px;
}

.mySlides {
	display: none;
}

.lang {
	font-family: 'Athiti', sans-serif;
	font-size: 16px;
	font-style: inherit;
	text-align: center;
	color: #FFF
}

.title {
	font-family: 'Athiti', sans-serif;
	font-size: 30px;
	color: #FFF;
}

.fontnews {
	font-size: 12px;
}

a:active, a:visited, a:link {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #F00;
	text-decoration: none;
}

a.link2, a.link2:link, a.link2:visited {
	text-decoration: none;
	Color: #FFF;
	font-family: Tahoma;
	font-size: 14px;
}

a.link2:hover {
	text-decoration: none;
	Color: #666666;
	font-family: Tahoma;
	font-size: 14px;
}

.container1 {
	border: 0px solid #ccc;
	background-color: #ffff;
	/*border-radius: 5px;*/
	padding: 16px;
	margin: 16px 0;
	width: 70%;
	height: auto;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.container1::after {
	content: "";
	clear: both;
	display: table;
}

.container1 span {
	font-size: 1.2em;
	margin-right: 15px;
}

.btn-text-menu {

	font-size: 2rem;
}

.click-main-detail {
	width: 218px;
	height: 86px;
	position: absolute;
	top: 136%;
	left: 43.5%;
}


.responsive {
	width: 100%;
	max-width: 400px;
	height: 300px;
}

.fa {
	padding: 5px;
	font-size: 20px;
	width: 30px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
	border-radius: 50%;
}

.fa:hover {
	opacity: 0.7;
}

.fa-facebook {
	background: #3B5998;
	color: white;
}

.fa-twitter {
	background: #55ACEE;
	color: white;
}

.fa-dribbble {
	background: #00b489;
	color: white;
}

.img:hover {
	animation: shake 0.7s;
	animation-iteration-count: infinite;
}

@keyframes shake {
	0% {
		transform: translate(1px, 1px) rotate(0deg);
	}
	10% {
		transform: translate(-1px) rotate(-10deg);
	}
	20% {
		transform: translate(-3px, 0px) rotate(1deg);
	}
	30% {
		transform: translate(3px, 2px) rotate(0deg);
	}
	40% {
		transform: translate(1px, -1px) rotate(1deg);
	}
	50% {
		transform: translate(-1px, 2px) rotate(-1deg);
	}
	60% {
		transform: translate(0px, 5px) rotate(0deg);
	}
	70% {
		transform: translate(0px, -2px) rotate(0deg);
	}
	80% {
		transform: translate(0px, 1px) rotate(0deg);
	}
	90% {
		transform: translate(1px, 2px) rotate(0deg);
	}
	100% {
		transform: translate(1px, -2px) rotate(-1deg);
	}
}

/****************************************/

.zoom {
	/*background-color: green;*/
	transition: transform 0.5s;
	margin: 0 auto;
}

.zoom:hover {
	-ms-transform: scale(2.2);
	-webkit-transform: scale(2.2);
	transform: scale(2.2);
}

/****************************************/

.zoom1 {
	/*background-color: green;*/
	transition: transform 0.5s;
	margin: 0 auto;
}

.zoom1:hover {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/****************************************/

/* Full-width input fields */
input[type=text], input[type=password] {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

/* Set a style for all buttons */
button {
	background-color: #4CAF50;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
}

button:hover {
	opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
	width: auto;
	padding: 10px 18px;
	background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
	text-align: center;
	margin: 24px 0 12px 0;
	position: relative;
}

img.avatar {
	width: 40%;
	border-radius: 50%;
}

.container {
	padding: 16px;
}

span.psw {
	float: right;
	padding-top: 16px;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(255, 250, 250); /* Fallback color */
	background-color: rgba(255, 250, 250, 0.4); /* Black w/ opacity */
	padding-top: 0px;
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
	position: absolute;
	right: 25px;
	top: 0;
	color: #000;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: red;
	cursor: pointer;
}

/* Add Zoom Animation */
.animate {
	-webkit-animation: animatezoom 0.6s;
	animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
	from {
		-webkit-transform: scale(0)
	}
	to {
		-webkit-transform: scale(1)
	}
}

@keyframes animatezoom {
	from {
		transform: scale(0)
	}
	to {
		transform: scale(1)
	}
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.container {
	width: 100%;
	margin: 0 auto;
}

.menu-grid {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
}

.menu-item {
	display: grid;
	grid-template-columns: 1fr;
	background-color: #4d4b4b;
	color: white;
	height: 50px;
	padding-top: 15px;
	border: 1px #696666 solid;
}

.menu-item:hover {
	background-color: red;
	border: 1px red solid;
}

/**************************************/

.nav ul {
	list-style: none;
	background-color: red;
	padding: 0;
	margin: 0;
}

.nav ul li {
	padding-left: 10px;
	line-height: 30px;
	text-align: left;

}

.nav ul li:hover {
	background-color: #643535;
}

.nav#nav-our ul {
	margin-top: 14px;
	position: absolute;
	display: none;
	width: inherit;
}

.nav#nav-our #nav-ul {
	width: 174px;
}

.menu-item#has-sub {
	margin-top: 0px;
}

.menu-item:hover .nav#nav-our ul {
	display: block;

}

.news-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}

.news-item {
	margin: 4% 0;
	text-align: justify;
	justify-items: center;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.news-item span {
	font-size: 14px;
	padding: 1% 0;
}

.new-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.new-item {
	margin: 10px;
	/*text-align: justify;*/
	/*justify-items: left;*/
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.new-item a {
	font-size: 15px;
}


/****************************************/

div.container1 div a img.card-img-top {

	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;

}

div.container1 div a img {
	display: flex;
}

/***********************************************/

#sub-footer {
	position: absolute;
}


/************************************************/

.client-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.client-item {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	justify-items: center;
	margin: 5% 0;
}

/************************************************/

.e-news-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: center;
	width: 90%;
}

.e-news-item {
	display: grid;
	grid-template-columns: 1fr;
	margin: 5px;
	transition: all 0.8s ease;

}

.sub-new {
	text-align: right;
}

/************************************************/

@media only screen and (max-width: 1024px) {

	#menu-mobile {
		margin-top: -39px;
	}

	.menu-item {
		height: 69px;
	}

	.nav#nav-our #nav-ul {
		margin-top: 30px;
		width: 163px;
	}

	.menu-item:hover#has-sub {
		margin-bottom: 87px;
	}

	#register {
		font-size: 18px;
	}


	.click-main-detail {
		width: 157px;
		height: 68px;
		position: absolute;
		top: 60%;
		left: 42.5%;
	}


}

/****************************************/

@media only screen and (max-width: 768px) {

	#menu-mobile {
		margin-top: -39px;
	}

	#header {
		display: none;
	}

	.menu-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}

	.nav#nav-our #nav-ul {
		width: 100vw;
	}

	#has-sub:hover {
		margin-bottom: 137px;
	}

	.news-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}

	.new-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}

	#register {
		font-size: 18px;
	}

	.footer {
		padding: 0 5%;

	}

	#sub-head-row {
		margin-bottom: 51%;
		margin-top: 16%;
	}

	#sub-footer {
		position: inherit;
		left: 20px;
	}

	.client-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}

	.e-news-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);

	}

	.sub-new {
		text-align: center;
	}

	.sub-title-new {
		margin-left: 30%;
	}

	.click-main-detail {
		width: 117px;
		height: 53px;
		position: absolute;
		top: 108%;
		left: 42.5%;
	}

}

@media only screen and (max-width: 500px) {

	.click-main-detail {
		width: 68px;
		height: 36px;
		position: absolute;
		top: 133%;
		left: 42.5%;
	}

	.container1 {
		text-align: center;
	}

	.container1 img {
		margin: auto;
		float: none;
		display: block;
	}

	.img-icon-menu {
		display: none;
	}

	.btn-text-menu {

		font-size: 1.5rem;
	}


}

@media only screen and (max-width: 400px) and (max-height: 815px) {

	.click-main-detail {
		width: 69px;
		height: 37px;
		position: absolute;
		top: 123%;
		left: 41.5%;
	}

}

@media only screen and (max-width: 400px) and (max-height: 670px) {

	.click-main-detail {
		width: 69px;
		height: 32px;
		position: absolute;
		top: 150%;
		left: 41.5%;
	}

}

@media only screen and (max-width: 325px) and (max-height: 570px) {

	.click-main-detail {
		width: 60px;
		height: 28px;
		position: absolute;
		top: 173%;
		left: 41.5%;
	}

}


/***********************************************/

#cssmenu {
	border: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif, sans-serif;
	font-size: 12px;
	color: #F00;
}

#cssmenu ul {
	height: 43px;
	list-style: none;
	margin: 0;
	padding: 0;

}

#cssmenu li {
	float: left;
	padding: 0px 0px 0px 0px;
}

#cssmenu li a {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	line-height: 43px;
	padding: 0px 10px;
	text-align: center;
	text-decoration: none;
}

#cssmenu li a:hover {
	color: #000000;
	text-decoration: none;
}

#cssmenu li ul {
	background: #F00;
	border-left: 4px solid;
	border-right: 4px solid;
	border-bottom: 4px solid;
	display: none;
	height: auto;
	position: absolute;
	width: 160px;
	z-index: 250;
}

#cssmenu li:hover ul {
	display: block;
}

#cssmenu li li {
	color: #000;
	display: block;
	float: none;
	padding: 0px;
	width: 160px;
}

#cssmenu li ul a {
	display: block;
	font-size: 12px;
	padding: 0px 10px 0px 15px;
	text-align: left;
}

#cssmenu li ul a:hover {
	background: #9F0000;
	color: #FFF;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#cssmenu p {
	clear: left;
}

#cssmenu .active > a {

	color: #ffffff;
}

#cssmenu .active > a:hover {
	color: #ffffff;
}

body {
	font-family: Verdana, sans-serif;
	margin: 0;
}


.row > .column {
	padding: 0 8px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.column {
	float: left;
	width: 14%;


}

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}

/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.mySlides {
	display: none;
}

.cursor {
	cursor: pointer;
}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

img {
	margin-bottom: -4px;
}

.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}

.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}

img.hover-shadow {
	transition: 0.3s;
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/******************************************************************************/

.lang {
	font-family: 'Athiti', sans-serif;
	font-size: 16px;
	font-style: inherit;
	text-align: center;
	color: #FFF
}

.title {
	font-family: 'Athiti', sans-serif;
	font-size: 30px;
	color: #FFF;
}

.fontnews {
	font-size: 12px;
}

a:active, a:visited, a:link {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #F00;
	text-decoration: none;
}

a.link2, a.link2:link, a.link2:visited {
	text-decoration: none;
	Color: #FFF;
	font-family: Tahoma;
	font-size: 14px;
}

a.link2:hover {
	text-decoration: none;
	Color: #666666;
	font-family: Tahoma;
	font-size: 14px;
}

/********************************/


