/* ------------------
 Home css
------------------ */
.read-text-innter h1 a{
  color: #fff;
}
.read-text-innter h1 a:hover,
.read-text-innter h1 a:visited {
  color: #fff;
}

.main-v-type-1 h1{
	/* font-size:  2.5vw !important; */
  font-weight: unset;
  /* line-height: 3.90625vw !important;  */
  /* margin-bottom:  2.083vw !important; */
}
.main-v-type-1 p{
	font-size: 2.2rem;
}

.primary-outline-link{
	font-size: 1.25vw;
  font-weight: 300;
}
.secondary-outline-link-on-bg{
	font-size: 1.25vw;
  font-weight: 300;
}
.contact-content{
  background-color: #264989;
  padding: 108px 140px 200px;
}
.contact-content .title{
  color: #fff;
  text-align: center;
  font-size: 3.333vw;
  margin-bottom: 3.333vw;
  position: relative;
}

.contact-content .title:after{
  content: '';
  width: 12%;
  height: 1px;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 25%;
}
.contact-content .title::before{
  content: '';
  width: 12%;
  height: 1px;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 25%;
}
@media screen and (max-width: 1200px) {
  .contact-content .title{font-size: 4.4rem;}
  .contact-content{
    padding: 108px 70px 200px;
  }
}
@media screen and (max-width: 750px) {
  .contact-content .title{font-size: 2.8rem;}
  .contact-content{
    padding: 48px 20px 200px;
  }
  .contact-content .title:after{
    right: 15%;
  }
  .contact-content .title::before{
    left: 15%;
  }
}
.contact-content .desc{
  width: 74%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: lighter;
  margin-bottom: 5.208vw;
}
.contact-content .logo{
  margin: 0 auto;
  margin-top: 142px;
  margin-bottom: 42px;
  width: 54px;
}
.contact-content .copy1{
  color: #fff;
  text-align: center;
}
.contact-content .copy2{
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  margin-top: 3rem;
  font-weight: 350;
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */
}
.contact-content .copy2 img{
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
  display: inline;
}
.contact-content .contact-boxs{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-content .contact-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 26px;
  background-color: #fff;
  padding: 50px 60px;
  /* min-height: 232px; */
  cursor: pointer;
  border-radius: 10px;
}
.contact-content .contact-box:hover{
  background-color: #F6B375;
  transition: all .1s ease-in .1s;
}
.contact-content .contact-box1{
  width: calc(50% - 10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-content .contact-box1-inner{
  width: 60%;
}
.contact-content .contact-box1-inner-title{
  font-size: 2.083vw;
  margin-bottom: 4px;
}
.contact-content .contact-box1-inner-desc{
  font-size: 1.041vw;
  font-weight: lighter;
}
.contact-content .logo1{
  height: 120px;
  width: 120px;
}
.contact-content .show{
  display: none;
}
@media screen and (max-width: 940px) {
  .contact-content .contact-boxs{
    display: block;
  }
  .contact-content .contact-box1{
    width: 100%;
    padding: 50px 20px;
  }
  .contact-content .contact-box2{
    padding: 50px 20px;
  }
  .contact-content .contact-box1-inner{
    width: 66%;
  }
  .contact-content .contact-box1-inner-title{
    font-size: 1.4rem;
    font-weight: 400;
  }
  .contact-content .contact-box1-inner-desc{
    font-size: 1.1rem;
    font-weight: 300;
  }
  .contact-content .show{
    display: none;
  }
  .contact-content .hide{
    display: block;
  }
}
@media screen and (max-width: 1300px) {
  .contact-content .contact-box1{
    padding: 24px;
  }
  .contact-content .contact-box2{
    padding: 24px;
  }
  .contact-content .contact-box1-inner{
    width: 72%;
  }
  .contact-content .logo1{
    height: 57px;
    width: 57px;
  }
  .contact-content .show{
    display: block;
  }
  .contact-content .hide{
    display: none;
  }
}
/* ------------------
 Main Visual
------------------ */
@media screen and (min-width: 620px) {
  .home .main-v-type-1{
    justify-content: flex-end;
  }
  .home .main-v-type-1 .main-v-img{
    padding-left: 0;
    padding-right: 7%;
    animation: load_left .5s ease-in-out .5s forwards;
  }
  .home .main-v-type-1 .read-text{
    padding: 2vw 12% 2vw 5%;
    animation: load_right .5s ease-in-out .5s forwards;
  }
}
/* .home .level-2-content .primary-outline-link{
  padding: 20px 60px;
} */

/* .news-slider .card{
  min-height: auto;
  height: auto;
} */

.bg-area-button {
  position: absolute;
  right: 8%;
  bottom: 14%;
}
.scroll-right .bg-area-button {
  position: absolute;
  right: 18%;
  bottom: 14%;
}


.article-slider-type-3{
  overflow: hidden;
}
.news-slider .card{
  min-height: 10vw;
}
.owl-carousel-type-1 .news-slider .card .text-area {
  padding: 20px 20px 0px;
}
.owl-carousel-type-1 .card .text-area {
  padding: 20px 20px 30px;
}
.news-slider .card a{
  /* height: 100%; */
  /* background: #fff; */
}
.article-slider-type-3 .owl-stage{
  align-items: stretch;
  /* align-items: flex-start; */
}


/* ------------------
 Top News Area
------------------ */
.top-news-area{
  background: #fff;
  border: 3px solid #ff0000;
  margin-top: 50px;
  padding: 40px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-news-area-day{
  margin-right: 40px;
  white-space: nowrap;
}


/* ------------------
 Top first slider
------------------ */
.top-first-slider .carousel-item{
  pointer-events: auto;
}
.top-first-slider .owl-carousel-type-2{
  margin: 80px 0 50px;
}
.top-first-slider .owl-carousel-type-2 .card{
  background: #ebeff1;
}
.top-first-slider .news-slider .card .text-area {
  padding: 20px 20px 120px;
}
.top-first-slider .news-slider .card h3{
  font-size: 1.8rem;
}
.owl-nav {
  margin: 40px 0 0 0px;
}

@media screen and (min-width: 1367px) {
  .top-first-slider .owl-stage{
    width: 100%!important;
  }
  .top-first-slider .owl-item{
    width: 30%!important;
  }
  .top-first-slider .owl-carousel-type-2 .card{
    width: 100%;
    max-width: 100%;
  }
}

/* ------------------
 Top-second-slider-area
------------------ */
.top-second-slider-area .owl-stage{
  padding-right: 100px!important;
} 
.top-second-slider-area .text-area h3{
  font-size: 2.8rem;
  line-height: 3.5rem;
} 
.top-second-slider-area{
  background: rgba(176,191,200,0.2);
  padding: 25px 0 100px;
  margin: 100px calc(50% - 50vw) 0;
  overflow: hidden;
}
.top-second-slider-area .inner{
  margin-left: 15%;
  margin-top: 100px;
  overflow: hidden;
  display: flex;
}
.top-second-slider-area .inner .left{
  width: 25%;
  margin-right: 5%;
}
.top-second-slider-area .inner .right{
  width: 70%;
  overflow-x: hidden;
}
.top-second-slider-area .left h2{
  font-size: 10rem;
  line-height: 10rem;
  font-weight: 300;
  white-space: nowrap;
}
.top-second-slider-area .left p{
  font-size: 2.4rem;
  line-height: 4.0rem;
}
.top-second-slider-area .left h2:after{
  content: '';
  width: 40%;
  height: 2px;
  display: block;
  background: #ff0000;
  margin: 40px 0;
}
.top-second-slider-area .left .primary-outline-link{
  margin: 60px 0 0;
}
.top-second-slider-area .news-data:before{
  display: none!important;
}



/* ------------------
 img change
------------------ */
.img-change-lg{display: block;}
.img-change-md{display: none;}
.img-change-sm{display: none;}
.img-change-vsm{display: none;}
@media screen and (max-width: 1366px) {
  .img-change-lg{display: none;}
  .img-change-md{display: block;}
}
@media screen and (max-width: 950px) {
  .img-change-md{display: none;}
  .img-change-sm{display: block;}
}
@media screen and (max-width: 620px) {
.img-change-vsm{display: block;}
  .img-change-sm{display: none;}
}



/* ------------------
 home-area
------------------ */
.home-area{
  margin: 160px 0 0;
}
.home-area .bg-area{
  margin: 0 calc(50% - 50vw);
  position: relative;
}
.home-area .bg-area img{
  width: 94%;
}
.home-area .bg-area.scroll-left img{
	margin-left: auto;
}
.home-area .bg-area.scroll-right img{
	margin-right: auto;
}
.home-area .bg-area-text{
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
  width: 50%;
  height: 70%;
  z-index: 5;
  display: flex;
  align-items: center;
}
.home-area .scroll-left .bg-area-text {
	left: 0;
	padding-left: 6%;
}
.home-area .scroll-right .bg-area-text{
  right: 0;
	padding-right: 6%;
}
.bg-area-text.bg-area-about, 
.bg-area-text.bg-area-sdgs{
	background: #F6B375;
}
.bg-area-text.bg-area-food{
	background: #F6B375;
}
.bg-area-text.bg-area-medicine{
	background: #F6B375;
}

.bg-area-color-inner{
	width: 194px;
	height: 100%;
	background: rgba(244, 161, 26, .9);
}

.bg-area-text-inner{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
  color: #333333;
	background: #fff;
	width: calc(100% + 1px);
	height: calc(100% + 2px);
	margin: -1px;
	margin-left: 0;
	padding: 20px 40% 20px 12.5%;
}

.bg-area-text-inner h3{
  /* font-size: 2.5vw !important; */
  font-weight: 300;
	font-style: normal;
  white-space: nowrap;
	line-height: 1.2;
  color: #264989;
}
.border-area{
	width: 216px;
	height: 1px;
	background: #264989;
	margin: 40px 0px;
}
.bg-area-text-inner a{
  margin-top: 30px;
}
.bg-area-text-inner p{
  font-size: 1.6rem !important;
  line-height: 2.8rem !important;
  font-weight: 300 !important;
}

.home-pharmaceuticals-area .bg-area-text{
  right: 0;
  background: rgba(64, 123, 190,.9);
  padding: 0 15% 0 5%;
}
.home-area .bg-area:after,
.home-pharmaceuticals-area .bg-area:after{
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 4;
}


/* ------------------
 home-area-bottom
------------------ */
.home-area-bottom{
  margin: 0 0 100px;
  display: flex;
}
.home-area-bottom-left{
  width: 50%;
  margin: 80px 0 0;
  padding: 0 5% 0 0;
}
.home-area-bottom-left ul li{
  display: flex;
  align-items: flex-start;
}

.home-area-bottom-left ul li .img{
  width: 45%;
  padding-bottom: 30%;
}
.home-area-bottom-left ul li .img{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home-area-bottom-left ul li:nth-child(n + 2){
  margin-top: 80px;
}
.home-area-bottom-left ul li .text-area{
  margin-left: 20px;
  width: 60%;
}
.home-area-bottom-left ul li a{
  margin-top: 20px;
}
.home-area-bottom-left ul li p:first-child::first-line {
  line-height: 1;
}

.home-area-bottom-img-overlay{
  width: 50%;
  position: relative;
}
.home-area-bottom-img-overlay img:first-child{
  position: relative;
  top: -50px;
  right: 20%;
  z-index: -1;
}
.home-area-bottom-img-overlay img:last-child{
  /* position: absolute;
  top: 150px;
  right: 0;
  left: 20%; */
  position: absolute;
  top: 130px;
  right: 0;
  left: 10%;
  width: 14vw;
}
.home-pdf-link{
	text-align: center;
	padding: 130px 0 50px;
}

/* ------------------
 Responsive
------------------ */
@media screen and (min-width: 2561px) {
  .top-second-slider-area .left h2{
    font-size: 12rem;
    line-height: 12rem;
  }
  .top-second-slider-area .left p{
    font-size: 3.0rem;
    line-height: 4.4rem;
  }
  .top-second-slider-area .text-area h3{
    font-size: 3.5rem;
    line-height: 4.0rem;
  }
  .bg-area-text-inner h3{
    font-size: 8rem;
  }
  .bg-area-text-inner p{
    font-size: 3.6rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 2560px) {
  .bg-area-text-inner p{
		font-size: calc(3.6rem + ((1vw - 2.56rem) * 1.875));
    min-height: 0vw;
    font-weight: lighter;
	}

  .bg-area-button {
    position: absolute;
    right: 8%;
    bottom: 14%;
  }
  .scroll-right .bg-area-button {
    position: absolute;
    right: 18%;
    bottom: 14%;
  }
}
@media screen and (min-width: 1921px) {
  .home .main-v-type-1 .read-text{
    margin: 8% 0;
  }
}
@media screen and (max-width: 1920px) {
	.main-v-type-1 h1 {
		font-size: 2.8rem;
	}
	.main-v-type-1 p {
    font-size: calc(2.8rem + ((1vw - 1.92rem) * 1.444));
    min-height: 0vw;
    line-height: 1.44;
		margin-top: 20px;
	}
  .home .main-v-type-1 .main-v-img{
    padding-right: 10%;
  }
  .home .main-v-type-1 .read-text{
    padding: 2vw 10% 2vw 2%;
    margin: 5% 0;
  }
  .home .main-v-type-1 .read-text a{
    white-space: nowrap;
  }
  .top-second-slider-area .inner{
    margin-left: 10%;
  }
  .top-second-slider-area .inner .right{
    padding-left: 2%;
  }  
  .home-area{
    margin: 100px 0 0;
  }
	.home-area .bg-area-text{
		height: 69%;
	}
  .home-area .scroll-left .bg-area-text{
    padding: 0 0 0 6%;
  }
  .home-area .scroll-right .bg-area-text{
    padding: 0 6% 0 0;
  }
  .home-area-bottom-img-overlay img:first-child{
    right: 20%;
  }
  .home-area-bottom-img-overlay img:last-child{
    right: 0;
    left: 13vw;
    top: 12vw;
    width: auto;
  }
	.bg-area-text-inner h3{
		font-size: 6rem;
	}
	.border-area{
		width: 162px;
		margin: 30px 0;
	}
	.bg-area-text-inner a{
		margin-top: 20px;
	}
	.bg-area-text-inner p{
		font-size: calc(2.4rem + ((1vw - 1.92rem) * 1.1143));
    min-height: 0vw;
    
	}
  .bg-area-button {
    position: absolute;
    right: 8%;
    bottom: 14%;
  }
  .scroll-right .bg-area-button {
    position: absolute;
    right: 18%;
    bottom: 14%;
  }
}
@media screen and (max-width:1280px) {
	.border-area{
		margin: 15px 0;
	}
}
@media screen and (max-width: 1100px) {
  .home .main-v-type-1 .read-text a br{
    display: none;
  }
}
@media screen and (min-width:1367px) {
  .top-first-slider .owl-stage{
    justify-content: space-between;
    padding-right: 0!important;
  }    
}
@media screen and (max-width:1366px) {
	.main-v-type-1 h1 {
		font-size: 2.6rem;
	}
	.main-v-type-1 p {
    font-size: calc(2rem + ((1vw - 1.3659999999999999rem) * 0.4808));
    min-height: 0vw;
	}
	.primary-outline-link{
		font-size: 1.8rem;
	}
  .top-second-slider-area .left h2 {
    font-size: 7vw;
    line-height: 7vw;
  }
  .top-second-slider-area .inner .left{width: 30%;min-width: 300px;}
  .top-second-slider-area .inner .right{width: 65%;}
  .home-area .bg-area-text{
    padding: 0 5% 0 10%;
  }
	.home-area .bg-area-text{
		height: 80%;
	}
  .bg-area-text-inner h3{
    font-size: calc(5.5rem + ((1vw - 1.366rem) * 2.027));
    min-height: 0vw;
  }
  .bg-area-text-inner p{
    font-size: 1.6rem;
  }
  .home-area-bottom-left{
    padding: 0;
    min-width: 500px;
  }
  .home-area-bottom-img-overlay img:first-child{
    right: 15%;
    width: 100%;
  }
  .home-area-bottom-img-overlay img:last-child{
    right: -5%;
    width: 55%;
  }
	.border-area{
		width: 145px;
	}
	.primary-contained-link{
		font-size: 2.3rem;
	}
}
@media screen and (max-width: 1020px) {
	.bg-area-text-inner p{
		line-height: 1.3;
	}
  .bg-area-button a{
    padding: 5px 10px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 951px) and (max-width: 1032px) {
.main-v-type-1 p {
    line-height: 1.1;
	}
  .bg-area-button a{
    padding: 5px 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 950px) {
  .bg-area-button a{
    padding: 5px 10px;
    font-size: 1.6rem;
  }
	
	.main-v-type-1 h1 {
		font-size: 2rem;
	}
	.main-v-type-1 p {
    font-size: calc(1.8rem + ((1vw - 0.95rem) * 2.2581));
    min-height: 0vw;
    line-height: 1.66;
		margin-top: 10px;
	}
  .home .main-v-type-1 .main-v-img{
    padding-right: 5%;
  }
  .home .main-v-type-1 .read-text{
    padding: 2vw 5% 2vw 2%;
    margin: 6% 0;
  }
  .top-second-slider-area .inner{
    margin-left: 5%;
  }
  .top-second-slider-area .left h2 {
    font-size: 10vw;
    line-height: 10vw;
  }
  .home-area .bg-area:after,
  .home-pharmaceuticals-area .bg-area:after{
    background: transparent;
    display: none;
  }
  .bg-area-text-inner h3{
    font-size: calc(2.5rem + ((1vw - 0.95rem) * 2.1212));
    min-height: 0vw;
  }
  .bg-area-text-inner p {
    font-size: calc(1.8rem + ((1vw - 0.95rem) * 2.2581));
    min-height: 0vw;
  }

  .home-area-bottom-img-overlay {
    position: absolute;
    right: 0;
  }
  .home-area-bottom-left{
    width: 68%;
    min-width: auto;
  }
  .home-area-bottom-left ul li img{
    width: 30%;
  }
  .home-area-bottom-img-overlay img:first-child {
    right: -18%;
    width: 100%;
  }
  .home-area-bottom-img-overlay img:last-child {
    right: -13%;
    width: 28vw;
    top: -37%;
    left: auto;
  }
  .home-pharmaceuticals-area-bottom-left ul li .img {
    width: 45%;
  }
  .home-pharmaceuticals-area-bottom-left {
    padding-left: 0;
    order: 0;
    padding-right: 30%;
  }
  .home-pharmaceuticals-area-bottom-img-overlay img{
    top: -19vw;
    left: auto;
    width: 60vw;
    right: -25vw;
  }
  .top-second-slider-area .text-area h3{
    font-size: 2.1rem;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 621px) and (max-width: 720px) {
.main-v-type-1 p {
    line-height: 1.5;
	}
}
@media screen and (max-width: 620px) {
  .bg-area-button {
    position: unset;
  }
  .scroll-right .bg-area-button {
    position: unset;
  }
	.main-v-type-1 h1{
		font-weight: 400;
	}
	.home-area .bg-area img{
		width: 100%;
	}
  .home-area .scroll-left .bg-area-text{
    padding: 0 0 0 3%;
  }
  .home-area .scroll-right .bg-area-text{
    padding: 0 3% 0 0;
  }
  .home .main-v-type-1 .main-v-img{
    padding-right: 0;
  }
  .home .main-v-type-1 .read-text{
    /* padding: 4vw 9% 4vw 8%; */
    padding: 6vw 28vw 6vw 9%;
        margin: auto 0 7%;
  }
  .sp-read-text p:last-of-type{
    display: none;
  }
  .top-first-slider .news-slider .card .text-area {
    padding: 20px 20px 120px;
  }
  .top-second-slider-area .inner{
    flex-wrap: wrap;
    margin-top: 80px;
  }
  .top-second-slider-area .inner .left,
  .top-second-slider-area .inner .right{
    width: 100%;
    margin-right: 0;
    padding-right: 5%;
  }
  .top-second-slider-area .left h2 {
    font-size: 7rem;
    line-height: 7rem;
  }
  .top-second-slider-area .inner .right{
    margin-top: 60px;
    padding-left: 0;
  }
  .top-second-slider-area .left p:last-of-type{
    text-align: center;
  }
  .primary-outline-link{
    padding: 15px 60px!important;
    font-size: 1.6rem!important;
    font-weight: 600;
  }
	.primary-contained-link{
		font-size: 1.6rem;
	}
	.home-area .bg-area{
		margin: 0;
	}
	.home-area .bg-area img.img-change-sm{
		width: 100%;
	}
  .home-area .bg-area-text{
    position: static;
		top: 0;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		margin-top: 6rem;
    padding: 0 0 0 5%;
    width: 100%;
    height: auto;
  }
	.bg-area-text-inner{
		padding: 10px 40px;
	}
  .bg-area-text-inner h3 {
    /* font-size: 5.3rem; */
    font-size: 2.8rem;
    white-space: normal;
		line-height: inherit;
  }
	.border-area{
		width: 60px;
	}
  .bg-area-text-inner p {
    font-size: 1.8rem;
		line-height: 1.77;
  }
  .bg-area-text-inner p {
    text-align: center;
  }
	.bg-area-button{
		margin: 0 auto;
	}

  .home-area{
    margin: 0px calc(50% - 50vw);
  }
	.border-area{
		width: 60px;
		margin: 20px 0;
	}
  .home-area:not(:first-child){
    margin-top: 7rem;
  }
  .home-area-bottom-img-overlay,
  .home-pharmaceuticals-area-bottom-img-overlay{
    display: none;
  }
  .top-news-area{
    flex-wrap: wrap;
    padding: 20px 5%;
  }
  .top-news-area-day{
    margin-right: 0;
  }
  .top-news-area-title{
    margin-top: 10px;
    text-align: center;
  }
	.level-2-content{
		margin-top: 30px;
	}
	.sp-read-text-button{
		padding: 6.6rem 0 10rem ;
		text-align: center;
	}
}
@media screen and (max-width: 359px) {
	.home-pdf-link .primary-contained-link{
		padding: 15px 20px !important;
	}
}