.box-leftMenu{
	background-color: rgb(255, 255, 255, 1);
}

.LeftMenu{
	background-color: rgb(164, 204, 71, 1);
	border-radius: 25px;
	border: none;
	padding: 0px;
}


/* //////  START BOX EIT  ////////*/
.box-leftMenuEit{
  width: 1350px;
  height: 576px;
  padding-top : 30px;  
  padding-bottom : 30px; 
  background-size: 100%;
}
.box-leftMenuEit h6 {
  font-family: "ToranongPro";
  font-size: 40px;
  text-align: center;
  font-weight: normal;
  color: #000;
  }
    .box-leftMenuEit h6 a:link {
	color: #000000;
	text-decoration: none;
}
  .box-leftMenuEit h6 a:visited {
	text-decoration: none;
	color: #000000;
}
  .box-leftMenuEit h6 a:hover {
	text-decoration: none;
	color: #3056d3;
}
  .box-leftMenuEit h6 a:active {
	text-decoration: none;
	color: #000000;
}
  
  .box-leftMenuEit p {
  font-family: "ToranongPro";
  font-size: 25px;
  text-align: center;
  font-weight: normal;
  color: #000;
  }

.img-leftMenuEit img {
	object-fit: cover;
	object-position: center;
	width:100%;
	overflow: hidden;
	height:400px;
}
.img-leftMenuEit {
	height:auto; 
	border: 5px solid rgba(37, 64, 53, 0.06);
	border-radius:25px;
	box-shadow: 0 12px 16px 0 rgb(10, 90, 200, 0.24), 0 5px 5px 0 rgb(10, 90, 200, 0.19);
}
.img-leftMenuEit:hover {
	width:100%; 
	height:auto; 
	border: 5px solid rgba(37, 64, 53, 0.15);
	border-radius:25px;
	box-shadow: 0 12px 16px 0 rgb(10, 90, 200, 0.24), 0 5px 5px 0 rgb(10, 90, 200, 0.19);
}
/* //////  END BOX EIT  ////////*/



/* //////  START GALLERY MAIN PAGE ////////*/
.base-gallery-grids {
  width: 1350px;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0.50turn, rgba(255, 255, 255, 1), rgb(255, 255, 255, 1) 50%,  rgba(255, 255, 255, 1));
}

.gallery-blog:hover .base-gallery-image img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
  box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.gallery-blog .base-gallery-image {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
  box-shadow: 0 3px 4px rgba(0,0,0,0.2);
}

.gallery-blog .base-gallery-image a {
  display: block;
}

.gallery-blog .base-gallery-image img {
  width: 100%;
  height: 300px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.gallery-blog .base-gallery-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 16px;
  background: var(--theme-color);
  color: var(--black);
  border-radius: 15px;
  margin-bottom: 15px;
}

.gallery-blog .base-gallery-title {
  font-family: "ToranongPro";
  font-weight: normal;
  font-size: 30px !important;
  line-height: 30px !important;
  margin-bottom: 35px;
}

.gallery-blog .base-gallery-title a {
  color: inherit;
}

.gallery-blog .base-gallery-title a:hover {
  color: var(--primary-color);
  text-decoration:none;
}

.gallery-blog .base-gallery-desc {
  font-size: 16px;
  line-height: 28px;
}
 /* //////  END GALLERY MAIN PAGE ////////*/
 
 
 
/* //////  START BOX eService  ////////*/
.box-eService{
    overflow: hidden;
    min-height: 10px;
    width: 1350px;
	min-height: 950px;
    background: linear-gradient(0.50turn, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 10%,  rgba(255, 255, 255, 1));
	background-color: rgba(250, 165, 25, 1);
   }
.box-eService h6 {
  font-family: "ToranongPro";
  font-size: 40px;
  text-align: center;
  font-weight: normal;
  color: #000;
  }
  .box-eService p {
  font-family: "ToranongPro";
  font-size: 25px;
  text-align: center;
  font-weight: normal;
  color: #000;
  }
.img-eService img {
	object-fit: cover;
	object-position: center;
	width:100%;
	overflow: hidden;
	height:180px;
}
.img-eService {
	height:auto; 
	border: 5px solid rgba(37, 64, 53, 0.06);
	border-radius:25px;
	box-shadow: 0 12px 16px 0 rgb(10, 90, 200, 0.24), 0 5px 5px 0 rgb(10, 90, 200, 0.19);
}
.img-eService:hover {
	width:100%; 
	height:auto; 
	border: 5px solid rgba(37, 64, 53, 0.15);
	border-radius:25px;
	box-shadow: 0 12px 16px 0 rgb(10, 90, 200, 0.24), 0 5px 5px 0 rgb(10, 90, 200, 0.19);
}
@media (max-width: 768px){
   
   .img-eService img {
	
	height:50vh;
	}
   
}
/* //////  END BOX eService  ////////*/


/* //////  START BOX YOUTUBE  ////////*/
.box-youtube{
    overflow: hidden;
	background: linear-gradient(180deg,  rgb(255, 255, 255, 1), rgba(255, 255, 255, 1));
    background-color: rgb(255, 255, 255, 0.08);
    min-height: 950px;
    width: 1350px;
    padding: 0px;
   }
.box-youtube h6 {
  font-family: "ToranongPro";
  font-size: 30px;
  text-align: center;
  font-weight: normal;
  color: #000;
  }
   .box-youtube p {
  font-family: "ToranongPro";
  font-size: 25px;
  text-align: center;
  font-weight: normal;
  color: #000;
  }
 .box-youtube img {
width: 100%;
height: 250px;
  }
  
.img-youtube {
	width:100%; 
	height:250px; 
	border: 10px solid rgba(37, 64, 53, 0.06);
	border-radius:15px;
	box-shadow: 0 12px 16px 0 rgb(10, 90, 200, 0.24), 0 5px 5px 0 rgb(10, 90, 200, 0.19);
}

.img-youtube:hover {
	border: 10px solid rgba(37, 64, 53, 0.15);
	border-radius:15px;
	box-shadow: 0 12px 16px 0 rgb(10, 90, 200, 0.24), 0 5px 5px 0 rgb(10, 90, 200, 0.19);
}
/* //////  END BOX YOUTUBE  ////////*/



/* //////  START BOX Facebook  ////////*/
.box-facebook{
  width: 1920px;
  min-height: 800px;
  padding-top : 30px;  
  padding-bottom : 30px; 
  background: linear-gradient(0.50turn, rgba(7, 153, 17, 1), rgba(255, 255, 255, 1) 20%,  rgba(7, 153, 17, 1));
  background-repeat: no-repeat;
  background-size: 100%;
}
.box-facebook .facebook-contents{
  display: block;
  width: 95%;
  min-height: 500px;
  padding-top : 20px;  
  padding-bottom : 20px; 
  background: linear-gradient(0.50turn, #FFF, rgba(255, 255, 255, 1) 10%,  rgba(255, 255, 255, 1));
  border: 10px solid rgba(37, 64, 53, 0.15);
  border-radius:35px;
  box-shadow: 0 12px 16px 0 rgb(10, 90, 200, 0.24), 0 5px 5px 0 rgb(10, 90, 200, 0.19);
}