@font-face {
    font-family: "Vladimir Script";
    src: url(https://vcomar.com/font/vladimir.ttf) format('truetype');
 }
*{
    
    font-family: 'Leelawadee UI';
     box-sizing: border-box;
}
/* loading */
#preloader {
    background:  #fff;
    position: fixed;  
    text-align: center;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    top:-1px;  
  }
.loader
{  
position: relative;
cursor:default;
-webkit-box-reflect:below -25px
 linear-gradient(transparent,#2d4821);
 z-index: 100000;
}
.loader span
{   
    top: 50%;   
    position: relative;
    display: inline-flex;
    font-size: 3em;
    color: #2d4821;
    -webkit-text-stroke: 1px #2d4821;
    text-transform: uppercase;
    font-weight: 800;
    animation: animate 2s ease-in-out infinite;
    animation-delay: calc(0.15s*var(--i));
}
.loader span img
{ 
    height: 150px;
}
.aspNetHidden
{
    display:none;
}

@keyframes animate
{
    0%
    {
        transform: translateY(0px);
        color: transparent;
        text-shadow: none;
    }
    20%
    {
        transform: translateY(-60px);
        color: #fff;
        text-shadow: 0 0 5px #fff,
         0 0 25px #fff, 
         0 0 50px #fff;

    }
    40%,100%
    {
        transform: translateY(0px);
        color: transparent;
        text-shadow: none;
    }
}
/* end loading */
.box-parent
{
    background: #fff;
   
}
.box 
{
    padding: 15px;
    margin-bottom: 15px;
}
.box-1
{
    background: #fff;  
    height: 200px;  
    padding: 0px;
    /* position: relative; */
}
.box-1 img
{
    /* position: absolute; */
    height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.box-2
{
    background: #2d4821;
    position: relative;
    padding: 15px;
}
.box-2 .topnav {
    overflow: hidden;  
  }
.box-2 .topnav a:first-child {display:none;}
.box-2  .topnav a {    
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    padding-right: 30px;
    text-transform: uppercase;
  }
  
  .box-2 .topnav a:not(:nth-child(6),:nth-child(7)):hover {   
    border-radius: 40px;
    background-color: #fff;
    color: #487A00;
    padding: 0px 10px 0px ;
    transition: 0.5s;
  }
  
  .box-2 .topnav a.active {
    background-color: #fff;
    color: #487A00;
  }
  
  .box-2 .topnav .icon {
    display: none;
  }

.box-2 .hotline
{
    position: absolute;    
    right: 10px;    
}
.box-2 .hotline:hover
{
    cursor: pointer;
    background: #fff;
    color: #355E00;
    border-radius: 10px;
    padding: 0px 14px ;
    transition: 0.5s;
}

.box-3
{    
    background: #fff;
	position: relative;
    padding:0;
}
.box-3 img
{
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.box-4
{
    
    background: #fff;
    color: #2d4821;
    position: relative;
}
.box-4 h1
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    z-index: 100;
    background: #fff; 
    color:#2d4821;
    border-style: dotted; 
    border-top-left-radius: 30% 100%;
    border-bottom-right-radius:30% 100%;
    padding-left:15%;
    padding-right:15%;
    padding-top:3%;
    padding-bottom:3%;
    font-family: Vladimir Script; 
    /*font-size: 35px;*/ 
    font-style: italic;
    font-weight: 550;
    letter-spacing: normal;
}
.box-4 .img_left
{
    position: absolute;
    top:30%;
    left: 5%;    
}
.box-4 .img_right
{
    position: absolute;
    right:5%;
    bottom: 30%;
   
}
.box-4 .img_left img
{
    max-width: 100%;
    min-width: 10%;
}
.box-5
{
    background: #fff;  
    position: relative;
}

.box-5 .column /* Create two equal columns that sits next to each other */
{    
    flex: 50%;
    padding: 5px;
    min-height: 300px; /* Should be removed. Only for demonstration */
    text-align: justify;
	color: #2d4821;
	 width:auto;    
}

.box-5 .row /* Clear floats after the columns */
{
  /*  display: flex; */
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;	
}
.box-5 .row .column .viewmore
{ 
    background: #355E00;   
    width: 200px;
    height: 50px;
    position: relative;
   padding-left :10px;
}
.box-5 .row .column .viewmore a
{ 
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    /*text-align: center;*/
    font-size: 1.5em;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    padding: 10px;  
    
}
.box-5 .column img
{
    max-height: 90%;
    max-width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
	object-fit: fill;
}
.box-BroChure
{
    background: #fff;
    text-align: center;
    color: #2d4821;
}
.box-6
{
    background: #fff;
}
.box-6 .services
{
    text-align: center;
    color: #2d4821;
    
}
.box-6 .cards
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 10px;
    justify-items: center;
}
.box-6 .cards .card {
    display: grid;
    grid-template-rows: max-content 200px 1fr;
  }
  
  .box-6 .cards .card img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

.box-7
{
    background: #355E00;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.box-8
{
    background: #fff ;    
}
.box-8 .parners
{
    text-align: center;
    color: #355E00;
    margin-left: 15%;
    margin-right: 15%;
}
.box-8 .cards
{    
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 10px;
}
.box-8 .cards .card {  
    display: grid;
    grid-template-rows: max-content 10px 1fr;
  }
  
.box-8 .cards .card img {
    object-fit: cover;
    /*width: 100%;*/
    height: 100%;
}
.box-9
{
    background: #355E00;
}
.box-9 .row /* Clear floats after the columns */
{
    display: flex;
    
}
.box-9 .column
{    
    flex: 33%;   
    min-height: 100px; 
    color: #fff;
    
}
.box-9 .colum-1
{
    padding-left: 50px;
    border-right: 0.1em solid;
}
.box-9 .colum-2
{
    padding-left: 50px;
    border-right: 0.1em solid;
}
.box-9 .colum-3 
{  
    padding-left: 50px;
   
}
.box-9 .colum-3 a img
{ 
    width: 150px;
}
.box-9 .column a
{
    text-decoration: none;
    color: #fff;
}
.box-9 .column a:hover
{
    border-radius: 40px;
    background-color: #fff;
    color: #487A00;
    padding: 0px 16px;
    transition: 0.5s;
}

@media screen and (max-width: 800px) {
    *{
        font-size: 30px;
    }
     .box-2 .topnav a 
    {
        font-size:25px;
    }
     .box-4 h1
    {
        padding: 20%;       
    }
    .box-4 .img_left img
    {
        width: 70px;
    }
    .box-4 .img_right img
    {
        width: 70px;
    }
	.box-5 .row 
	{
		grid-template-columns: 1fr;
	}
	.box-5 .row .column .viewmore a
	{	
		padding-left: 10px;
        font-size: 0.8em;
	}
     .box-9 .colum-3 a img
    {        
        width: 70px;
    }
}

@media screen and (max-width: 600px) {
    *{
        font-size: 20px;
    }
    /*loading*/
    .loader span img
    { 
        height: 50px;
    }
    .box-parent
    {       
        padding: 10px;
    }
    /* logo */
    .box-1
    {
        height: 100px;
    }
    .box-1 img
    {
        height: 80px;
    }

    /*Menu*/
    .box-2
    {    
    padding: 10px;
    }
    .box-2 .topnav a:first-child {display:inline;}

    .box-2 .topnav a:not(:first-child) {display: none;}    
    .box-2 .topnav a.icon {
      float: right;
      display: block;
    }
    .box-2 .topnav.responsive {position: relative;}
    .box-2 .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
        padding-left: 10px;
    }
    .box-2 .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        font-size:20px;
    }
    .box-2 .topnav a 
    {
        font-size:15px;
    }
    .box-4 h1
    {
        /* padding: 10%; */
    padding-left:20%;
    padding-right:20%;
    padding-top:5%;
    padding-bottom:5%;
    /* letter-spacing: 1px; */
    text-align: left;
   }
   .box-4 .img_left img
    {
        width: 50px;
    }
    .box-4 .img_right img
    {
        width: 50px;
    }
    .box-5 .row 
    {
        display: flex;
        flex-direction: column;        
    } 
    .box-5 .column
    {
        padding-top: 10px;
    }
    .box-5 .row .column .viewmore a
	{	
		padding-left: 10px;
        font-size: 0.8em;
	}
    .box-6 .cards 
    {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }
    .box-9 .row
    {
        display: flex;
        flex-direction: column;
    }
    .box-9 .column
    {
        padding-top: 10px;
    }
    .box-9 .row .colum-1
    {
        padding-left: 5px;  
         
        border-right: 0.0em solid;    
    }
    .box-9 .row .colum-2
    {
        padding-left: 5px; 
        border-right: 0.0em solid;  
        border-top: 0.01em solid; 
        border-bottom: 0.01em solid;     
    }
	 .box-9 .row .colum-3
    {
        padding-left: 5px;       
    }
    .box-9 .colum-3 a img
    {        
        width: 50px;
    }
  }