@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&family=Barlow:wght@400;500;700&display=swap');
*
{	
	font-family: "Barlow", sans-serif;
	font-size:16px;
	color:#0F0707
	
}
:root {
  --black-color: #000;
  --white-color: #FFF;  
  --green-color: #62A51C;
  --grey-color: #484847;

}

::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--green-color);
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}
.amatic-sc-bold {
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#0F0707;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
a:hover{
	color:var(--grey-color)
}
.font-medium , .font-medium *
{
	font-weight:500
}
.font-bold , .font-bold *
{
	font-weight:700
}
.displaynone
{
	display:none !important
}
.d-inline-block
{
	display:inline-block
}
.vError
{
	border:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 10px !important;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1 , .FormResult *, .FormResult1 *, .FormResult2 *
{
	color:green;

}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}



.font-12, .font-12 *
{
	font-size:0.75rem
}
.font-13, .font-13 *
{
	font-size:0.8125rem
}
.font-14, .font-14 *
{
	font-size:0.875rem
}
.font-15, .font-15 *
{
	font-size:0.9375rem
}
.font-16, .font-16 *
{
	font-size:1rem
}
.font-18 , .font-18 *
{
	font-size:1.125rem
}
.font-20, .font-20 *
{
	font-size:1.25rem
}
.font-22, .font-22 *
{
	font-size:1.375rem;
}
.font-24, .font-24 *
{
	font-size:1.5rem
}
.font-25, .font-25 *
{
	font-size:1.5625rem
}
.font-26, .font-26 *
{
	font-size:1.625rem
}
.font-28, .font-28 *
{
	font-size:1.75rem
}
.font-30, .font-30 *
{
	font-size:1.875rem
}
.font-32, .font-32 *
{
	font-size:2rem;
}
.font-35, .font-35 *
{
	font-size:2.1875rem;
}
.font-36, .font-36 *
{
	font-size:2.25rem
}
.font-40, .font-40 *
{
	font-size:2.5rem
}
.font-42, .font-42 *
{
	font-size:2.625rem
}
.font-45, .font-45 *
{
	font-size:2.8125rem
}
.font-50, .font-50 *
{
	font-size:3.125rem;
}
.font-52, .font-52 *
{
	font-size:3.25rem
}
.font-55, .font-55 *
{
	font-size:3.437rem
}
.font-60, .font-60 *
{
	font-size:3.75rem;
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-70, .font-70 *
{
	font-size:4.375rem;
}
.font-80, .font-80 *
{
	font-size:5rem
}
.font-90, .font-90 *
{
	font-size:4.375rem;
}
.font-120, .font-120 *
{
	font-size:7.5rem
}
.text-center
{
	text-align:center
}
.line-height13
{
	line-height:1.3rem
}
.line-height14
{
	line-height:1.4rem
}
.line-height15
{
	line-height:1.5rem
}
.line-height2
{
	line-height:2rem
}
.line-height3
{
	line-height:3rem
}
.line-height4
{
	line-height:4rem
}
.inline-block
{
	display:inline-block
}
.flex-row {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.flex-column {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.jc-fs
{
	    justify-content: flex-start !important;
}
.jc-sb
{
	    justify-content: space-between !important
}
.trigger{
	width: 35px;
	height: 25px;
	z-index: 999999999;
	cursor:pointer;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:35px;
	margin:0;
	background: #5C7068;
	top:0;
	

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	left:0
}

.trigger > div > span:nth-child(2){
    top: 9px;


}

.trigger > div > span:nth-child(3){
	top:18px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 11px;
	background:var(--grey-color)
}

.trigger > div.close > span:nth-child(2){

	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 11px;background:var(--grey-color)
}
.trigger > div.close > span:nth-child(3){

	display:none
}
.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slideddddd{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
	
}
.white , .white *
{
	color:#FFF
}
.blur {
    
    background: transparent !important;
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
b
{
	font-weight:700
}
.txt-justify
{
	text-align:justify
}
.py-75
{
	padding-top:4.6875rem;
	padding-bottom:4.6875rem
}
.py-100
{
	padding-top:6.25rem;
	padding-bottom:6.25rem
}
.pt-100
{
	padding-top:6.25rem;
}
.px-100
{
	padding-right: 6.25rem;
	padding-left: 6.25rem
}
.pl-100
{

	padding-left: 6.25rem
}
.ai-fs
{
	align-items:flex-start
}
.line-20 , .line-20 *
{
	line-height:1.25rem;
}
.line-22 , .line-22 *
{
	line-height:1.375rem
}
.line-25 , .line-25 *
{
	line-height:1.5625rem
}
.line-30 , .line-30 *
{
	line-height:1.875rem;
}
.line-35 , .line-35 *
{
	line-height:2.1875rem;
}
.line-40 , .line-40 *
{
	line-height:2.5rem;
}
.line-45 , .line-45 *
{
	line-height:2.8125rem;
}
.line-50 , .line-50 *
{
	line-height:3.125rem
}
.line-60 , .line-60 *
{
	line-height:3.75rem
}
.line-70 , .line-70 *
{
	line-height:4.375rem
}

.ai-initial
{
	align-items:initial
}
.ai-c
{
	align-items:center
}
.jc-c
{
	    justify-content: center;
}.jc-fe
{
	    justify-content: flex-end;
}
.ai-fe
{
	align-items:flex-end
}
.z-50
{
	z-index:50
}
.d-inline-block{
	display:inline-block
}
.open_left , .open_right , .area_layer_back 
{
	opacity:0
}
.open_right.aos-animate
{
	animation: 1s ease-in-out 0.75s window-fromleft both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.open_left.aos-animate
{
	animation: 1s ease-in-out 0.75s window-fromright both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.area_layer_back.aos-animate
{
	opacity: 1;
    animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
    -webkit-animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
}
.bg_white
{
	background:#FFF
}
.cur
{
	cursor:pointer
}
.color_grey , .color_grey *
{
	color:var(--grey-color)
}
.color_green
{
	color:var(--green-color)
}
.bg1
{
	background:url('../img/bg1.jpg')no-repeat center center / cover
}
.bg2
{
	background:url('../img/bg2.png')no-repeat center center / cover
}
.bg3
{
	background:#F4EEDC
}
.bg4:before
{
	background:#D1E1C0;
	position:absolute;
	width:100%;
	height:300px;
	content:'';
	z-index:5;
	top:30px;
	left:0;
}
.bg5{
	background:url('../img/bg5.png')no-repeat center center / cover
}
.bg6
{
	background:url('../img/bg6.png')no-repeat center center / cover
}
.bg7
{
	background:url('../img/bg7.png')no-repeat center center / cover
}
/*///////////////////////////////////////*/

.bg_green
{
	background:var(--green-color)
}
.bg_lightgreen
{
	background:#F0F5EB
}
.footer-menu li
{
	display:block
}
.social li a {
    margin-right: 15px;
}
.social li:last-child a {
    margin-right: 0;
}
.logo img
{
	max-width:160px;
}
.menu li
{
	margin:0 10px;
}
.menu li a.active
{
	color: var(--green-color);
}
.h_social li a {
    width: 35px;
    height: 35px;
    border:1px solid var(--grey-color);
    margin-left: 10px;
    border-radius: 50%;
}
.h_social li a span{

	color:var(--grey-color);
}
.h_social li a:hover {
    background: var(--green-color);
	border-color:var(--green-color);
}
.h_social li a:hover span{
    color: var(--white-color);
}
.breadcrumbs li {
    margin: 0 5px;
}

.insideImg .img-bg {
  width: 100%;
  position:relative;
  height: 300px;
  
 	-webkit-animation: kenburns-bottom 3s ease-out both;
	        animation: kenburns-bottom 3s ease-out both; 
}

@-webkit-keyframes kenburns-bottom {
  0% {
    -webkit-transform: scale(1.1) translateY(15px);
            transform: scale(1.1) translateY(15px);
    -webkit-transform-origin: 50% 84%;
            transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@keyframes kenburns-bottom {
  0% {
    -webkit-transform: scale(1.1) translateY(15px);
            transform: scale(1.1) translateY(15px);
    -webkit-transform-origin: 50% 84%;
            transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

.insideImg .img-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(0,0,0,0.15);
    background-size: cover;
    content: '';
}
.map , .map iframe
{
	height:100%;
	width:100%;
}
.ripped-class
{
	position:absolute;
	bottom:0;
	width:100%;    z-index: 50;
}
.mission_box h3
{
	font-size:2.5rem;
	margin-bottom:1.25rem;
}
.value_box ul
{
	display:flex;
	width:100%;
	flex-wrap:wrap;
}
.value_box li
{
    width: 45%;
    border-bottom: 1px solid #EAE5D6;
    padding: 1.5625rem 3.125rem;
    background: url(../img/success_icon.svg) no-repeat left center;
    margin-right: 5%;
}
.value_box .img-bg
{
	width:100%;
	height:100%;
}
.history_box
{
	border-left:1px solid #979797;
}
.history_text
{
	min-height:130px;
}
.h_box
{
	margin-left:-15px;
}
.milk_icon
{
	position:absolute;
	right:0;
	top:25px;
	z-index:5
}
.photos-box .photo-post
{
	padding:5px;
}

.photos-box .photo-post
{
	width:33.33%;
}
.photos-box .photo-post:nth-child(4)
{
	width:66.66%;
}
.gallery_slick
{
	margin-bottom:15px !important
}
.gallery_slick_for .slick-slide  {
      margin: 0 10px;
  }

  /* the parent */
.gallery_slick_for .slick-list  {
      margin: 0 -10px;
  }
  
  
  .gallery_slick_for1 .slick-slide  {
      margin: 0 10px;
  }

  /* the parent */
.gallery_slick_for1 .slick-list  {
      margin: 0 -10px;
  }
  .products_listing .colw-33 a
  {
	  border:2px solid var(--green-color);
	  overflow:hidden;
	  display: block;
  }
  
  
  .youtube
{
	position:absolute;
	top:50%;
	left:50%;
	z-index:50;
	transform:translate(-50%,-50%);
	z-index:50
}

.gall_slick_for .slick-slide  {
      margin: 0 5px;
  }

  /* the parent */
.gall_slick_for .slick-list  {
      margin: 0 -5px;
  }
  
.gall_slick  , .gall_slick_for
  {
	  margin-bottom:0 !important
  }
  
.gall_slick_for  .slick-slide div:first-child
{
	margin-bottom:4px;
}

 .gall_slick_for .slick-dots
{
	bottom:-12px;
}
.click_button
{
	
}
.click_button a
{
	background:var(--green-color);
	padding:15px 50px;
}
.click_button a:hover
{
	background:var(--grey-color);
	color:var(--white-color)
}
.insideImg_no
{
	height:190px;
	background:#405C22
}
.insideImg_no_l2
{
	position:absolute;
	right:0;
	top:50%;
	z-index:50;
	transform:translateY(-50%);
	z-index:5;
	height:155px;
}
.factory_list_home ul
{
	display:flex;
	flex-wrap:wrap;
	margin-top:20px;
}
.factory_list_home ul li
{
	border:1px solid var(--green-color);
	width:45%;
	border-radius:30px;
	padding:10px 20px;
	text-align:center;
	margin:10px 20px 10px 0
}
.h_factory_icon
{
	background:var(--green-color);
	border:5px solid #FFF;
	border-radius:50%;
	position:absolute;
	top:50%;
	left:50%;
	width:90px;
	height:90px;
	z-index:50;
	transform:translate(-50%,-50%);
}
.h_factory_slick
{
	margin-bottom:0 !important
}
.h_factory_slick .slick-slide  {
      margin: 0 5px;
  }

  /* the parent */
.h_factory_slick .slick-list  {
      margin: 0 -5px;
	  overflow:inherit
  }
.h_factory_slick img
{
	border-radius:8px;
}
.p_projects_box .img-bg {
    height: 500px;
    position: relative;
    width: 100%;
    z-index: 40;
}
.p_projects_box .img-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 45;
}
.p_projects_main {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 50;
}
.p_projects_icon
{
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	z-index:50;
	background:#FFF;
	border-top-right-radius:16px;
	border-top-left-radius:16px;
	width:150px;
	height:100px;
}
.section-care
{
	background:url(../img/section-bg-2.jpg) no-repeat top center  / cover
}
.care_box
{
	border-bottom:1px solid #FFF;
}
.care_box h3 span
{
	background:var(--green-color);
	padding:2px 5px;
	border-radius:2px;
}
.care_box .minh
{
	min-height:65px;
}

.click_button1 a
{
	background:var(--white-color);
	color:var(--green-color);
	padding:15px 50px;
}
.click_button1 a:hover
{
	background:var(--green-color);
	color:var(--white-color)
}
.products_slick
{
	margin-bottom:0 !important
}
.products_slick .slick-slide  {
      margin: 0 5px;
  }

  /* the parent */
.products_slick .slick-list  {
      margin: 0 -5px;
  }


.history_slick .slick-slide  {
      margin: 0 15px;
  }

  /* the parent */
.history_slick .slick-list  {
      margin: 0 -15px;
  }





.products_slick .bg_hover1 img
  {

	  border:1px dotted #FFF;
	  padding:5px;
	  border-radius:50%;
  }
  
 .products_slick .latest_arrow  , .banners .latest_arrow  , .history_slick .latest_arrow 
{
	position:absolute;
	cursor:pointer;
    top: 50%;
	z-index:60;
	background:none;
	width:40px;
	transform:translateY(-50%);
}
.products_slick .latest_arrow.leftLst , .history_slick .latest_arrow.leftLst
{
	left:-50px; 
} 
.products_slick .latest_arrow.rightLst ,.history_slick .latest_arrow.rightLst 
{
	right:-50px;
}  

.banners .latest_arrow.leftLst 
{
	left:50px; 
} 
 .banners .latest_arrow.rightLst  
{
	right:50px;
}  


.home-grad
{
  background: linear-gradient(270deg, #FFFFFF 0%, #62A51C 100%);
		height:140px;
}
.h-margin-top
{
	margin-top:-150px;
}




.banners {
    margin-bottom: -5px !important;    z-index: 50;
}
.main_bg {
    width: 100%;
    height: 760px;
    overflow: hidden;
    position: relative;

}
.banners_bg {
    position: absolute;
    transition: all 1s ease-in;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: bottom center;background-repeat:no-repeat;background-size:cover
}
.banners_bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;content:'';
     background-color: rgba(0,0,0,0.15);

    z-index: 50;
   
}

.banners_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 50;
	padding-top:0
}

.banners .slick-active{
  /*animation:Slick-FastSwipeIn 1s both;
     animation: motion-blur 0.1s linear forwards,
            motion-blur 0.5s linear reverse forwards 0.1s;  */
}
/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}


@keyframes motion-blur {
    0% {
        filter: url(#blur0);
        transform: scale(1, 1);
    }
    15% {
        filter: url(#blur1);
        transform: scale(1, 0.98);
    }
    30% {
        filter: url(#blur2);
        transform: scale(1, 0.93);
    }
    45% {
        filter: url(#blur3);
        transform: scale(1.1, 0.90);
    }
    60% {
        filter: url(#blur4);
        transform: scale(1.2, 0.88);
    }
    75%,100% {
        filter: url(#blur5);
        transform: scale(1.35, 0.85);
    }
}
.do-tans {
    animation: motion-blur 0.1s linear forwards,
            motion-blur 0.5s linear reverse forwards 0.1s; 
}

.banners  .slick-dots li 
{
	width:15px;
	height:15px;
	border-radius:25px;
}
.banners .slick-dots li 
{
	margin:  5px 0;	
}

.banners .slick-dots li button 
{
	width:15px;
	height:15px;
	background-color:transparent;transition: all 0.5s ease-in;
	padding:0;
	border:1px solid #FFF;
}
.banners .slick-dots li.slick-active button
{
	width:15px;
}
.banners .slick-dots li button:before 
{
	display:none
}
 .banners .slick-dots li button:hover , .banners .slick-dots li.slick-active button 
{
	background:var(--brown-color);
	border-color:var(--brown-color)
}
.banners .slick-dots li.slick-active button 
{

	height:15px;
}
.slick-dots li.slick-active, .slick-dots li.slick-active button{
	width:15px;
}
.banners .slick-dots{
    top: 0;
    z-index: 10;
	text-align:center;
	padding-left:0;
	right:25px;
	height:100%;
    width: auto;
    display: flex !important;
    flex-direction: column;
    justify-content: center;

}
.trigger
{
	display:none;
	margin-left:15px;
}

.video-bg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.video-bg video {
  width: 100%;
  height: 100%;
  position: absolute;
 object-fit: cover;

}
.video_box
{
	height:455px;
}
.f_cert img
{
	max-width:100px
}
@media all and (max-width: 1400px){
}
@media all and (max-width: 1200px){
	.container{width:1100px}
}
/*m*/@media all and (max-width: 1025px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.menu li {margin: 0 5px;}
.h_social.ml-15{margin-left:5px;}
}
/*xm*/@media all and (max-width: 868px){
.flex-row-xm{flex-direction:column}
.mt-25-xm{margin-top:1.5625rem;}
.mb-25-xm{margin-bottom:1.5625rem;}
.mt-50-xm{margin-top:3.125rem;}
.ai-fs-xm{align-items:flex-start}
.txt-cntr-xm{text-align:center}
.flex-row-xm{flex-direction: inherit;flex-wrap: wrap;}
.flex-row-xm > div{width:33.33%}
.flex-row-xm div:first-child{width:100%;align-items: center;display: flex;justify-content: center;}
.flex-row-xm  div .appointment_box{width:270px}
.pb-25-xm{padding-bottom:1.5625rem;}
.d-none-xm{display:none !important;}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.menu ul li:hover > ul {display: none;opacity: 0;visibility: hidden;transition: none; /* Remove transitions on mobile */}
.trigger_header{display:block}
.slided {-ms-transform: translate(-320px,0);-webkit-transform: translate(-320px,0);transform: translate(-320px,0);}
.trigger{display: block;position:relative;float: right;    margin-right: 0;width: 45px;}
nav{position: fixed;z-index: 500;width: 320px;    overflow: scroll;height: 100vh;box-sizing: border-box;background: #F0F5EB;left: 100%;padding: 20px;top: 0;
transition: .7s;-moz-transition: .7s;-webkit-transition: .7s;z-index:100000;display: flex !important;justify-content: center;flex-direction: column;align-content: center;align-items: center;}

.menu ul{flex-wrap:wrap;flex-direction: column;justify-content: center;}
.menu ul li {width:100%;margin:0;height: auto;border-left:0;text-align:center;padding:25px 0}
.menu ul li a{    color: var(--grey-color);padding: 20px 0px;font-size: 2rem;border-bottom: 1px solid #FFF;    width: 100%;}
.menu ul ul li{width:100%}
.menu ul ul {display:none}
.menu ul ul ul{position:relative;left:auto;top:auto;    padding-left: 0;}
.r_arrow.child2.active{transform: rotate(90deg);}
.menu-cur , .r_arrow{float:right;}
.subMenu.active{display: block !important;opacity: 1 !important;visibility: visible !important;    position: inherit;}
.r_arrow.child1 img , .r_arrow.child2 img{filter: brightness(0) invert(1);width:20px !important;}
header nav li a.active , .menu ul li:hover a{color: #FFF;}
.subMenu.active .has-submenu li{background:#545454}
.menu ul li:hover a {background-color:transparent;}
.r_arrow{display:block}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.value_box .img-bg{height:350px;}
.main_bg{height:425px;}
.h-margin-top{margin-top:0}
.h_factory_main img.d-block{width:100%}
}
/*s*/@media all and (max-width: 576px){
html, body{font-size:12px;}
.flex-row-s{flex-direction:column}
.ai-fs-s{align-items:flex-start}
.mt-25-s{margin-top:1.5625rem;}
.mb-25-s{margin-bottom:1.5625rem;}
.mt-50-s{margin-top:3.125rem;}
.d-none-s{display:none !important}
.pl-0-s{padding-left:0}
.ml-0-s{margin-left:0}
.txt-cntr-s{text-align:center}
.txt-cntr-s img{display:inline-block}
.px-25-s{padding-right:1.5625rem;padding-left:1.5625rem;}
.mt-0-s{margin-top:0}
.pb-50-s{padding-bottom:3.125rem;}
.py-0-s{padding:0}
.mb-25-s{padding-bottom:1.5625rem}
.px-0-s{padding-left:0;padding-right:0}
.mt-20-s{margin-top:1.25rem}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.logo img {max-width: 120px;}
.insideImg_no_l2{height:125px;}
.h_box {margin-left:0}
.insideImg .img-bg{height:200px;}
.milk_icon{top:-15px;}
.main_bg{height:180px;}
.main_box_banner .font-60,.main_box_banner .font-60 *{font-size:14px;line-height:auto}
.main_box_banner .click_button{display:none}
.factory_list_home ul li{width:40%;}
}





















