* {
    box-sizing: border-box;
	font-family: 'IBM Plex Sans Thai', sans-serif;
}
body {
    background-color: #ecf0f1;
}
.img_zone{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
	margin: auto;
}
.modal {
z-index:1;
display:none;
padding-top:10px;
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
overflow:auto;
background-color:rgb(0,0,0);
background-color:rgba(0,0,0,0.8)
}

.modal-content{
margin: auto;
display: block;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.modal-hover-opacity {
opacity:1;
filter:alpha(opacity=100);
-webkit-backface-visibility:hidden
}

.modal-hover-opacity:hover {
opacity:0.60;
filter:alpha(opacity=60);
-webkit-backface-visibility:hidden
}


.close {
text-decoration:none;float:right;font-size:24px;font-weight:bold;color:white
}
.container1 {
width:200px;
display:inline-block;
}
.modal-content, #caption {   
  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}


@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

.container{
	width: 90%;
	background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	margin: auto;
	align-content: center;
}



/*---------*/

.logo{
	margin: auto;
	align-items: center;
	display: flex;
    justify-content: space-between;
}
.logo img{
	margin: auto;
	align-items: center;
}
.news-title{
	width: 100%;
	padding: 0.5em;
	text-align: center;
	font-size: 2.5em;
	color:  rgba(83,18,169,1.00);
	border: thick double rgba(42,137,58,1.00);
	font-family: 'IBM Plex Sans Thai', sans-serif;
	background-color: rgba(228,137,139,0.2);
}
.news-title2{
	width: 100%;
	padding: 0.5em;
	text-align: center;
	font-size: 2.5em;
	color:  rgba(234,229,240,1.00);
	border: thick double rgba(42,137,58,1.00);
	font-family: 'IBM Plex Sans Thai', sans-serif;
	background-color: rgba(67,17,135,0.89);
}
.crName{
	width: 100%;
	font-size: 1.6em;
	padding: 0.2em;color: aliceblue;
	border: thick double rgba(250,251,250,1.00);
	background-color: rgba(129,36,214,1.00);
	text-align: center;
}
.crName2{
	width: 100%;
	font-size: 1.6em;
	padding: 0.2em;color: aliceblue;
	border: thick double rgba(250,251,250,1.00);
	background-color: rgba(12,107,16,1.00);
	text-align: center;
}
.box{
	height: 20px;
	width: 100%;
}
.title{
	width: 75%;
	font-size: 2.6em;
	color: white;text-shadow: 1px 1px 2px black, 0 0 10px rgba(90,19,194,1.00);
	text-align: left;
	padding-left: 10px;
	border-left: solid 5px rgba(240,14,44,1.00);
	/*background-color: rgba(129,83,213,0.82);*/
}
.title2{
	width: 95%;
	font-size: 2.6em;
	color: white;text-shadow: 1px 1px 2px black, 0 0 10px rgba(90,19,194,1.00);
	text-align: left;
	padding-left: 10px;
	border-left: solid 5px rgba(240,14,44,1.00);
	/*background-color: rgba(129,83,213,0.82);*/
}
.news-content1{
	padding: 1em;
	font-stretch: condensed;
	font-size: 1.3em;
	text-indent: 10%;
	color: rgba(102,34,164,1.00);
}
.news-content2{
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	font-stretch: condensed;
	font-size: 1em;
	text-indent: 7%;
	color: rgba(102,34,164,1.00);
}
.newsfooter{
	width: 100%;
	height: 70px;
	text-align: center;
	padding: 0.3em;
	color: aliceblue;
	font-size: 1.1em;
	background-color: rgba(8,72,22,1.00);
}
.credit{
	width: 100%;
	height: 30px;
	font-size: 1em;
	text-align: center;
	background-color: rgba(228,137,139,0.2);
	color: rgba(11,22,124,1.00);
	border: rgba(241,146,31,1.00) 2px solid;
}
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    width: 80%;
    margin: 0 auto;
    padding: 10px;
}
.gallery-item {
    flex-basis: 32.7%;
    margin-bottom: 6px;
    opacity: .85;
    cursor: pointer;
}
.gallery-item:hover {
    opacity: 1;
}
.gallery-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
	border-radius: 10px;
}

@media (max-width: 767px) {
    .img_zone {
        width: 100%;
    }
    .gallery-item {
        flex-basis: 49.80%; 
	}

	@media (max-width: 460px){
	.news-title{
	width: 100%;
	padding: 0.2em;
	text-align: center;
	font-size: 1.2em;
	color: rgba(83,18,169,1.00);
	border: thick double rgba(42,137,58,1.00);
	font-family: 'IBM Plex Sans Thai', sans-serif;
	/*background-color: rgba(228,137,139,0.2);*/
}
	.crName{
	width: 100%;
	font-size: 1em;
	padding: 0.1em;color: aliceblue;
	background-color: rgba(129,36,214,1.00);
	text-align: center;
}
	.title{
	width: 90%;
	padding-left: 3px;
	font-size: 1.7em;
	color: white;text-shadow: 1px 1px 2px black, 0 0 10px rgba(90,19,194,1.00);
	text-align: left;
	border-left: solid 5px rgba(240,7,20,1.00);
	/*background-color: rgba(129,83,213,0.82); */
}
	}