@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,400;0,700;1,200&display=swap');
:root{
	--n-g:#727370;
	--n-b:#2e3192;
}
*{
	box-sizing: border-box;
}
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: var(--n-b);
  margin: 6px 0;
  transition: 0.4s;
}

.click{
	position: fixed;
	right: 15px;
	top: 7px;
	transform: scale(0.9);
	width: 35px;
	height: 35px;
	display: none;

}
.click.change *{
	background-color: var(--n-g);
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Prompt', sans-serif;
}
a{
	text-decoration: none;
	color: black;
}
.box::after{
	display: block;
	content: '';
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}
.logo img{
	height: 55px;
}
.banner{
	padding-top: 90px;
	padding-bottom: 25px;
	background-color: #f4f4ff;	
	text-align: center;
	font-weight: bold;
	color: #111468;
	text-shadow: .115rem .115rem .25rem rgba(0,0,0,.15);
}
.banner.img{
	padding-top: 71px;
	padding-bottom: 0;
	background-color: transparent;
}
nav{
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9999;
	background-color: white;
}
h1{
	font-size: 2rem;
	color: var(--n-b);
	font-weight: bold;
}
.menu {
	font-size: 5px;
}
.menu a{
	font-size: 1rem;
	padding: .5rem .75rem;
	border-radius: 50px; 
	transition: background 0.45s,
				color 0.45s;
}
.sec.two{
	/*background-color: #f4f4ff;*/
}
.sec h3{
	padding-bottom: 1rem;
	color: var(--n-b);
	font-weight: bold;
}
.menu a:hover{
	background:var(--n-g) ;
	color: white;
}

.menu a.active{
	background-color: var(--n-b);
	color: white;
}
.menu span{
	font-size: 1rem;
	color: var(--n-b);
	font-weight: bold;
}
.sec p{
	text-indent: 2rem;
	text-align: justify;
}
.sec{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.sec+.sec,
.sec.fiv .row+.row{
	border-top: 2px solid #f4f4ff;
}
.sec.fiv .row+.row{
	padding-top: 1rem;
}
.sec.fiv .row:not(:last-child){
	padding-bottom: 1rem;
}
div:not(.six).sec img,
main:not(.six).sec img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	box-shadow: .25rem .25rem .45rem rgba(0,0,0,.15);
}
.sec.six img{
	width: 100%;
	height: 200px;
	object-fit: contain;
	object-position: center;
}

.sec.six .sub img{
	height: auto;
	border-radius: 20px;
  box-shadow: 0.25rem 0.25rem 0.45rem rgba(0,0,0,.15),
  						inset 0 0 0 5px red;
  margin-bottom: 12px;
  margin-top: 12px;
}
.sec.six .sub .ds{
	position: relative;

}
.sec.six .sub .ds::after{
	position: absolute;
	content: '';
	display: block;
	box-shadow:inset 0 0 0 4px #ff9937;
	border-radius: 20px;
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	top: 12px;
	left: 12px;
}
.sec li{
	padding: .25rem 0;
}
.sec.one{
	padding-top: 5rem;
	border-top: none;
}
.sec.two h4{
	font-size: 1rem;
}
.sec.fou{
	background-color: #f4f4ff;
}
.ad div+div{
	line-height: 45px;
}
footer{
	color: white;
	background-color: var(--n-b);
	text-align: center;
	padding-bottom: 1.5rem;
}
footer h2.h4{
	background-color: rgba(255,255,255,.75);
	color: var(--n-b);
	font-size: 1.4rem;
	padding:1.5rem 0;

}
.cb{
	color: var(--n-b);
}
.sec.fiv .col-12:nth-child(odd){
	font-size: 2rem;
	font-weight: bold;
	color: var(--n-b);
	padding-top: 2rem;
	padding-bottom: 2rem;
}

/*.sec.sev span{
 background-color: #E1690F;
 color: white;
 font-size: 1.5rem;
 padding:.5rem 1.5rem;
 display: inline-block;
 margin-bottom: 1.2rem;
 width: 180px;
 margin-left: 1rem;
 text-align: center;
 font-family: 'Sarabun', sans-serif;
}*/

.sec.sev .crcl{
	text-align: center;
}
.sec.sev .crcl span{
	display: block;
	height: 150px;
	width: 150px;
	border-radius: 50%;
	line-height: 150px;
	margin: auto;
	color: white;
	font-size: 1.25rem;
	margin-bottom: 1.5rem;
}

.no span{
	background-color: #cf9823;
}

.oo span{
	background-color: #23a7cf;
}

.fo span{
	background-color: #c92284;
}

.sec.sev span+h5{
	font-size: 1rem;
}


.sec.sev h5{
	padding-bottom: 1rem;
}
.sec.fou .col-12.pb-5.text-center{
	position: relative;
}
.sec.fou .col-12.pb-5.text-center::after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 2rem;
	background-color: rgba(0,0,0,0.15);
}
.fb{
	color: var(--n-b);
	font-size: 1.25rem!important;
}
.fb:hover{
	color: var(--n-b)!important;
 	background-color: transparent!important;
}
.fb b{
	display: none;
}
@media (min-width: 991px) {
	h1{
		font-size: 1rem;
	}
}

@media (max-width: 992px) {
	h1{
		font-size: 1rem;
	}
	.click{
		top: 15px;
		display: block;
		right: calc((100vw - 720px) / 2);
	}
	.menu{
		position: fixed;
		opacity: 0;
		left: 0;
		top: -200vh;
		width: 100%;
		z-index: 998;
		overflow-y: auto;
		padding: 1rem 2.5rem;
		height: calc(100vh - 71px);
		background-color: rgba(255,255,255,.95);
		transition: opacity 0.45s,
					top 0.45s;
	}
	.change+.menu{
		opacity: 1;
		top: 71px;
	}
	.menu>*{
		display: block;
		margin:0 auto 1rem auto ;
		width: 720px

	}
	nav{
		height: 71px;
		max-height: 71px;
	}
	footer h2.h4{
		font-size: 1.5rem;
	}
	.fb{
		font-size: 1rem!important;
	}
	.fb b{
		display: inline-block;
	}
	.sec.fiv .row+.row{
		padding-top: 0;
	}
}

@media (max-width: 768px){
	.click{
		right: calc((100vw - 540px) / 2);
	}
	.menu>*{
		width: 540px
	}
	footer h2.h4{
		font-size: 1rem;
	}
	main,
	.sec.fou,
	footer h2.h4{
		padding-left: 1.5rem!important;
		padding-right: 1.5rem!important;
	}
	.ad div+div { line-height: normal;}
	.ad div.h5{
		font-size: 1rem;
		padding-bottom: .5rem;
		padding-top: .5rem!important;
	}
	.sec.sev h5{
		font-size: 1rem;
	}
	.sec.sev h3{
		font-size: 1.25rem;
	}
	.sec.sev span {
	    font-size: 1rem;
	    padding: .5rem 0rem;
	    display: inline-block;
	    margin-bottom: 1rem;
	    width: 120px;
	    margin-left: 1rem;
	}
	.sec.six img {
	    height: 150px;
	}

	.sec.sev .crcl span{
		height: 100px;
		width: 100px;
		line-height: 90px;
		font-size: .95rem;
	}

}

@media (max-width: 576px){
	.menu>*{
		width: 100%
	}
	.click{
		right: 20px;
	}
	.sec.six img {
	    height: 100px;
	}
	.sec.sev .crcl span{
		height: 180px;
		width: 180px;
		line-height:170px;
		font-size: 1.5rem;
	}
	.banner img{
		object-fit: cover;
		height: 200px;

	}
}