* {
  box-sizing: border-box;
}

body{
	margin: 0;
    padding: 0;
	font-family: 'Kanit';
}


h5{
  display: inline;
  margin : 0px;
}

a:link {
	color: #000;
	text-decoration: none !important;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a:active {
	color: red;
	text-decoration: underline;
}


.divBanner{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	height:100%;
	width:100%;
	margin:auto;
}

.divBanner > a > .imgBanner {
  width: 100%;
  height : auto;
  max-height: 100%;
  max-width: 100%;
  margin:auto;
  /*content:url("http://imgur.com/SZ8Cm.jpg");*/
}


.imgBanner{
	content:url("https://mooslide.com/image/mooslide-04.png");
}

.button {
  background-color: #bd172b; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  font-family: 'Kanit', sans-serif;
}

.button3 {
	background-color: #bd172b; 
	color: #ffffff; 
	border: 2px solid #f44336;
	height:120px;
	width:100%;
}

.button3:hover {
	background-color: #ffffff;
	color: #000000;
}


.buttonContact {
	font-family: 'Kanit', sans-serif;
	background-color: #4CAF50; /* Green */
	border: none;
	color: white;
	padding: 24px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 22px;
	margin: 4px 2px;
	cursor: pointer;
	width: 65%;
}
.buttonC2 {
	background-color: #1368aa;
	font-size: 34px;
	border-radius: 8px;
}
.buttonC3 {
	background-color: #4CAF50;
	font-size: 34px;
	border-radius: 8px;
}
.buttonC4 {
	background-color: #ff3333;
	border-radius: 8px;
	width:50%;
}

.divBtLG{ 
	width:80%; 
	margin:auto; 
	margin-top:10px; 
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap; 
	align-self: center;
}

.divBtLG > div{
	display: flex; 
	justify-content: center;
	text-align: center;
	align-self: center;
	width:3%;
}

.divBtLG > div > img{
	width:100%;
	border-radius: 15%;
}


.divBtLG2{ 
	width:80%; 
	margin:auto; 
	margin-top:10px; 
	display: flex;
	justify-content: center;
	flex-wrap: wrap; 
	align-self: center;
}

.divBtLG2 > div{
	display: flex; 
	justify-content: center;
	text-align: center;
	align-self: center;
	width:3%;
}

.divBtLG2 > div > img{
	width:100%;
	border-radius: 15%;
}



#sx1{
	width:2% !important;
	margin-left:5px;
	margin-right:5px;
	font-size: 30px;
}
.buttonLG{
	background-color: #ffffff;
	border: 2px solid #1aa3ff;
	color: #000;
	padding: 1px 6px 1px 6px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 6px;
	cursor: pointer;
	border-radius: 10px;
	font-weight: bold;
}

.activeLG {
	background-color: #1aa3ff;
	color: white;
}

.divImgMap{
	display:fixed; 
	justify-content: center; 
	width:100%;
}

.divImgMap > div {
	width:40%; 
	margin:auto; 
	display:fixed; 
	justify-content:center;
}

.imgMap{
	width:100%;
}

table {
	word-wrap: break-word;
	table-layout: fixed;
}
table td {
	word-wrap: break-word;
	table-layout: fixed;
}
table {
  border-spacing: 0px;
}


.textDetailCar{
	text-align: left;  
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 150px;
	font-size:25px;
	line-height: 2.0;
	font-weight:normal;
}
.textContent{
	text-align: left; 
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 150px;
	font-size:25px;
	line-height: 2.0;
	font-weight: normal;
}

.textContent2{
	text-align: left; 
	padding-top: 0px;
	padding-right: 150px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size:25px;
	line-height: 2.0;
	font-weight: normal;
}

.textContentFF{
	text-align: left; 
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 150px;
	font-size:25px;
	line-height: 2.0;
	font-weight: normal;
}

.divButton{
	display: flex;
	flex-direction: row;
	word-wrap: break-word;
	justify-content:center;
	width:100%;
}



.div2 {
	justify-content:flex-start;
	padding-left: 60px;
}

.clH1{
	margin:0px; 
	font-size:34px;
}
.clH2{
	margin:0px; 
	font-size:28px;
	font-weight: normal;
}
.clH3{
	margin:0px; 
	font-weight: normal;
	font-size:25px;
}
.clH4{
	margin:0px; 
	font-size:25px;
	font-weight: normal;
}

.clH4>.HTSV{
	text-align:left;
}


.flex-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 80px; 
  /* background-color: DodgerBlue;*/
}
.flex-container > div {
 /* background-color: #00FF00;*/
  width: 150px;
  margin: 10px;
  text-align: center;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-container > div > img{
	width: 100%;
	height: auto;
	margin: 0px; 
}
/*
.buttonContact2 {
	display: block;
	font-family: 'Kanit', sans-serif;
	background-color: #4CAF50; 
	border: none;
	color: white;
	padding: 24px;
	text-align: center;
	text-decoration: none;
	font-size: 22px;
	cursor: pointer;
}
*/
.buttonContact2 {
  display: block;
  font-family: 'Kanit', sans-serif;
  width: 100%;
  border: none;
  background-color: #FF0000;
  color: white;
  padding: 24px;
  font-size: 45px;
  cursor: pointer;
  text-align: center;
}

.buttonC5 {
	background-color: #ff000;
	border-radius: 8px;
	width: 100%;
	height:150px;
}

.divPostIt{
	display: flex; 
	justify-content: center;
	/*border-style: solid;
	border-color: red;*/
}

.divPostIt > div{
	
	/*border-style: solid;
	border-color: green;*/
	display: flex; 
	justify-content: center;
	width: 25%; 
	height:auto;
	word-wrap: break-word; 
	/*box-shadow: 5px 10px 8px #888888;*/
}

.bt_001{
	display: flex; 
	justify-content: center; 
	width:100%; 
}
.bt_001>div{
	display: flex;
	align-items: center;
	justify-content: center;
}
.imgBT01{
	width:15%; 
	margin-right:10px;
	height:auto; 
	border: 2px solid #fff; 
	border-radius: 20px; 
}
.divImg02{
	width:40%;
	justify-content: right !important;
}
.divTxtBt01{
	width:40%;
	justify-content: left !important;
}
.divTextTopBT_01{
	width:100%; 
	text-align:center; 
	font-size:34px; 
	margin-top:20px; 
	margin-bottom:20px;
	font-weight:bold;
}
.imgQR {
	width:15%; 
	height:auto;
}

.divImgF_01{
	width:100%; 
	text-align:center; 
	font-size:34px; 
	margin-top:20px; 
	margin-bottom:20px;
	font-weight:bold;
}

.imgLogoFooter {
	width:50%; 
	height:auto;
}

.textBlinker{
	animation: blink-text 1s linear infinite;
}

.btCV001{
	width:35%; border-radius: 
	15px; cursor: pointer;
	border-radius:10px;
	margin-bottom:10px;
}


.divImgRW{
	display: flex;
	justify-content: center;
	flex-direction: column;
	width:100%;
	height:auto;
	flex-wrap: wrap;
	
}

.divImgRW > div{
	width:50%;
	height:auto;
	margin:auto;
	margin-bottom:10px;
}

.divImgRW > div > img{
	width:100%;
	height:auto;
	margin:auto;
	border: 0px solid #555;
	box-shadow: 10px 10px 5px #bfbfbf;
}

.textContent > h2 {
	font-size:25px;
	font-weight:normal;
}
.textContent2 > h2 {
	font-size:25px;
	font-weight:normal;
}

.HTypeCar{
	text-align:center; 
	font-size:30px; 
	margin-top:20px; 
	margin-bottom:20px; 
	width:100%; 
	height:auto; 
	word-wrap: break-word; 
	margin:auto;
}

.HTypeCar > h2 {
	font-size:30px !important; 
}

.HTSV{
	text-align:center; 
	font-size:30px; 
	margin-top:20px; 
	margin-bottom:20px; 
	width:100%; 
	height:autoi; 
	word-wrap: break-word; 
	margin:auto;
}

.img2{
	width:30px;
	height:30px;
}

.imgMap3{
	width: 40px;
	border: 2px solid #fff;
	border-radius: 5px;
}
.sl1{
	font-size:28px;
	margin-left:5px;
	margin-right:5px;
}


footer{
	display:flex;
	background-color : #000000;
	flex-direction: column;
	justify-content: center;
	/*padding:0.5rem;*/
	height:100%;
	line-height: 1.0;
	padding-left:5%;
	padding-right:5%;
}
.divRowFooterTT{
	display: flex;
	background-color : #000000;
	width:100%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end; 
	padding-top:10px;
	padding-bottom:10px;
	color:#ffffff;
}
.divRowFooterTT > div{
	width:33%;
	height: auto;
	padding:2.5px 2.5px 2.5px 2.5px;
	/*background-color : #FF0000;*/
	font-size: 18px;
	word-wrap: break-word;
	line-height:1.5;
	padding-top:20px !important; 
}
.f1{
	text-align:center;
}
.f2{
	text-align:left;
}

.f1 > a:link {
	color: #fff;
	text-decoration: none !important;
}

.f1 > a:visited {
	color: #fff;
	text-decoration: none;
}

.f1 > a:hover {
	color: #0f0;
	text-decoration: underline;
}

.f1 > a:active {
	color: #0f0;
	text-decoration: underline;
}

/*
.f2 > a:link {
	color: #fff;
	text-decoration: none !important;
}

.f2 > a:visited {
	color: #fff;
	text-decoration: none;
}

.f2 > a:hover {
	color: #e6e6e6;
	text-decoration: underline;
}

.f2 > a:active {
	color: #e6e6e6;
	text-decoration: underline;
}
*/
.hf2{
	text-align:left; 
	width:100%; 
	height:auto;
	border-radius:10px; 
	padding-top: 1px; 
	padding-bottom: 1px;
	padding-left: 10px;
	color:#f00; 
	background-color:#fff;
	word-wrap: break-word; 
}


#shk {
  width: auto;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 6px 10px 6px 20px;
  transition: width 0.4s ease-in-out;
}
/*
#shk:focus {
  width: 50%;
}
*/
.df2{
	width :100%;
	margin-top :15px;
	color:#fff !important;
}
.df2 a {
	color:#fff !important;
}
 
.dropbtn002 {
  background-color: #3498DB !important;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width:100%;
  text-align: center;
  border-radius:10px;
}

.dropbtn002:hover, .dropbtn002:focus {
  background-color: #2980B9;
}

.dropdown002 {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top:10px;
}

.dropdown-content002 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100%;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius:10px;
}

.dropdown-content002 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown002 a:hover {background-color: #ddd;}

.show002 {display: block;}


/*
@media only screen and (max-width: 1700px){
	.textContent{
		text-align: left; 
		padding-top: 0px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 50px;
		font-size:22px;
		line-height: 2.0;
		font-weight: normal;
	}
	.textContent > h2 {
		font-size:22px;
		font-weight:normal;
	}
	
	.textContent2{
		text-align: left; 
		padding-top: 0px;
		padding-right: 50px;
		padding-bottom: 20px;
		padding-left: 20px;
		font-size:22px;
		line-height: 2.0;
		font-weight: normal;
	}
	
	.textContent2 > h2 {
		font-size:22px;
		font-weight:normal;
	}
}


@media only screen and (max-width: 1300px){
	.textContent{
		text-align: left; 
		padding-top: 0px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 50px;
		font-size:23px;
		line-height: 2.0;
		font-weight: normal;
	}
	.textContent > h2 {
		font-size:23px;
		font-weight:normal;
	}
	
	.textContent2{
		text-align: left; 
		padding-top: 0px;
		padding-right: 50px;
		padding-bottom: 20px;
		padding-left: 20px;
		font-size:23px;
		line-height: 2.0;
		font-weight: normal;
	}
	
	.textContent2 > h2 {
		font-size:23px;
		font-weight:normal;
	}
}
*/
/*max-width: 850px*/
@media only screen and (max-width: 850px){
	.imgBanner{
		/*content:url("https://mooslide.com/image/mooslide-04.gif");*/
		content:url("https://mooslide.com/image/banner03-test.webp");
	}
	
	.imgBannerENG{
		content:url("https://mooslide.com/image/mooslide-04-ENG.gif");
	}
	.divBanner{
		background-color : #1368aa;
	}
	.divBanner > a > .imgBanner {
		width: 100%;
		height : auto;
		background-color : #1368aa;
		display:block;
		margin:auto;
	}
	
	.divBanner > a > .imgBannerENG {
		width: 100%;
		height : auto;
		background-color : #1368aa;
		display:block;
		margin:auto;
	}
	
	.textDetailCar{
		padding-top: 0px;
		padding-left: 20px;
		font-size:20px;
	}
	.textContent{
		padding-left: 20px;
		font-size:20px;
	}
	.textContent2{
		padding-right: 20px;
		font-size:20px;
	}
	.textContentFF{
		padding-left: 20px;
		font-size:20px;
	}
	
	.clH1{
		margin:0px;
		margin-top:10px;
		font-size:25px;
		text-align:center;
	}
	.clH2{
		margin:0px; 
		margin-top:10px;
		font-size:25px;
	}
	.clH3{
		margin:0px; 
		margin-top:10px;
		font-size:20px;
		line-height:1.5;
	}
	.clH4{
		margin:0px; 
		font-size:20px;
		font-weight: normal;
	}
	
	.buttonC2 {
		background-color: #1368aa;
		font-size:24px;
		border-radius: 8px;
		width:65% !important;
	}
	.buttonC3 {
		background-color: #4CAF50;
		font-size:24px;
		border-radius: 8px;
		width:65% !important;
	}
	
	.button3 {
		font-size:23px;
	}
	
	.buttonC4 {
		width:90%;
	}
	
	.buttonContact2 {
		padding: 10px;
		font-size: 9vw;
	}
	
	.buttonContact {
		padding: 10px;
	}
	
	.flex-container {
		margin: 10px; 
		margin-bottom : 25px;
	}
	.flex-container > div {
		margin: 0px;
	}
	.flex-container > div > img{
		width: 65%;
		height: auto;
		margin: 0px; 
	}
	.buttonC5 {
		background-color: #ff000;
		border-radius: 8px;
		width: 100%;
		height: auto;
	}
	.divPostIt > div{
		text-align: center; 
		width: 60%; 
		padding:10px;   
		word-wrap: break-word; 
	}
	.divImg02{
		width:30%;
	}
	.divTxtBt01{
		width:70%;
	}
	.imgBT01 {
		width:60%;
	}
	.divTextTopBT_01{
		font-size:24px; 
		margin-top:15px; 
		margin-top:15px;
	}
	.imgQR {
		width:50%; 
		height:auto;
	}
	.imgLogoFooter {
		width:35%; 
		height:auto;
	}
	
	.divBtLG{ 
		width:90%; 
	}
	
	.divBtLG > div{
		width:10%;
	}
	#sx1{
		width:5% !important;
		font-size: 30px;
	}
	
	.divImgMap > div {
		width:85%; 
	}
	
	.btCV001{
		width:85%; border-radius: 
	}
	
	.divImgRW > div{
		width:90%;
	}
	
	.HTypeCar{
		text-align:center; 
		font-size:25px; 
		margin-top:20px; 
		margin-bottom:20px; 
		width:90%; 
		height:autoi; 
		word-wrap: break-word; 
	}
	
	.HTypeCar > h2 {
		font-size:25px !important; 
	}
	
	.HTSV{
		text-align:center; 
		margin:0px;
		margin-top:10px;
		font-size:25px;
		text-align:center;	
	}
	
	.textContent > h2 {
		font-size:20px;
		font-weight:normal;
	}
	
	.textContent2 > h2 {
		font-size:20px;
		font-weight:normal;
	}
	
	.img2{
		width:20px;
		height:20px;
	}
	
	.clH4>.HTSV{
		text-align:center;
	}
	
	.divRowFooterTT{
		display: flex;
		background-color : #000000;
		width:100%;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-end; 
		padding-top:10px;
		padding-bottom:10px;
		color:#ffffff;
	}
	.divRowFooterTT > div{
		width:98%;
		height: auto;
		padding:2.5px 2.5px 2.5px 2.5px;
		/*background-color : #FF0000;*/
		font-size: 14px;
		word-wrap: break-word;
		line-height:1.5;
		padding-top:14px ; 
	}
	#shk {
		width: 50%;
	}
}