@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');


body {
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	line-height:1.7;
	overflow-x:hidden;
	padding:0;
	margin:0;
}

h1{
	font-size:60px;
	line-height:1.1;
	font-weight:600;
}
h2{
	font-size:46px;
	line-height:1.1;
	font-weight:600;
}
h2 span{
	font-weight:300;
}
h3{
	font-size:30px;
	line-height:1.1;
	font-weight:600;
}
h4{
	font-size:24px;
	line-height:1.2;
	font-weight:600;
}
a{
	text-decoration:none;
	transition:all 0.5s;
	outline: none;
}
a img{
	outline: none;
}
sup{
	font-size: 10px;
	position: relative;
	top: -0.3em;
}

.container {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	position: relative;
	width: 100%;
}
.container--big {
	height: 175vh;
}
.container--full {
	height: 100vh;
}
.container--small {
	height: 40vh;
}
.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -100;
}
.parallax__container .parallax {
	/* can be put in a seperate class for better control */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* --------------------------- */
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
}


.full-screen{
	width:100%;
	height:100vh;
	padding:60px 0;
}
.full-width{
	width:100%;
	padding:60px 0;
}
.center-content{
	display:flex;
	align-items: center;
	flex-wrap:wrap;
}
.bottom-content{
	display:flex;
	align-items: flex-end;
	flex-wrap:wrap;
}
.center{
	text-align:center;
}
.justify{
	text-align:justify;
}
.left{
	text-align:left;
}
.redtext{
	color:#9e1339;
}
.smalltext{
	font-size:14px;
}
.smalltext12{
	font-size:12px;
}
.content{
	padding:40px 0;
}
.content-box{
	position:relative;
	width:90%;
	max-width:1100px;
	top:0vh;
	left:50%;
	transform:translateX(-50%);
	padding:60px 5%;
}
.fullwhite{
	background-color:#fff;
}
.whitebg{
	background-color:rgba(255,255,255,0.9);
	color:#000;
}
.blackbg{
	background-color:rgba(0,0,0,0.8);
	color:#fff;
}
.flexbox{
	display:flex;
	align-items:center;
}

hr{
	margin:60px 0;
}


.bg-main {
	background-image: url("../images/ar-banner1-yayasankossan.jpg");
	-webkit-animation: zoomout 5s ease-in-out;
  	animation: zoomout 5s ease-in-out;
	-webkit-animation-fill-mode: forwards;
  	transition: all .5s ease-in-out;
	top:0 !important;
}
/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {transform: scale(1);opacity:0;}
  100% {transform: scale(1.15);opacity:1;}
}
@keyframes zoomout {
    0% {transform: scale(1);opacity:0;}
  100% {transform: scale(1.15);opacity:1;}
}
.tagline-content{
	position:absolute;
	top:0;
	display:flex;
	align-items:center;
}
.logo{
	width:250px;
}
.tagline{
	padding-left:10%;
}
h1 .style1{
	font-size:50px;
	font-weight:300;
}
h1 .style2{
	font-size: 29px;
	color: #9e1339;
	font-weight: 700;
	margin-top: 8px;
	display: block;
}

#section-msg{
	background-color:#fff;
	position:relative;
}
.img-president{
	text-align:center;
}
.img-president img{
	max-width:280px;
}
.president-name{
	text-align:right;
}


.bg-president {
	background-image: url("../images/ar-banner2-yayasankossan.jpg");
	background-color:#cccccc;
	background-size:cover;
	background-position:bottom right !important;
	background-repeat:no-repeat;
	height:100vh !important;
	top:0 !important;
}
#president-msg{
	/*position:relative;*/
	display:none;
	position: fixed !important;
    z-index:1;
	top:0 !important;
}
.sec-president{
	height:100vh;
	overflow-y:scroll;
}
.btn-close{
	position:absolute;
	width:40px;
	top:20px;
	right:20px;
	z-index:100;
}
.btn-close a{
	opacity:0.4;
}
.btn-close a:hover{
	opacity:0.6;
}


.bg-glance {
	background-image: url("../images/ar-banner3-yayasankossan.jpg");
	height:100vh !important;
	top:0 !important;
}
.sec-glance{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	display:flex;
	align-items:center;
	z-index:10;
}

ul.list-style{
	padding:0;
	margin:0;
}
ul.list-style li{
	padding:0 0 0 40px;
	margin:10px 0;
	list-style:none;
	background-image:url(../images/list-icon-yayasankossan.png);
	background-size:30px 30px;
	background-repeat:no-repeat;
	background-position:0 0;
	text-align:justify;
}
ul.list-style.black li{
	background-image:url(../images/list-icon-black-yayasankossan.png);
}


.bg-ykboard {
	background-image: url("../images/ar-banner4-yayasankossan.jpg");
	height:100vh !important;
	top:0 !important;
}
.sec-ykboard{
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	display:flex;
	align-items:center;
	z-index:10;
}
.director-row{
	display:flex;
	flex-wrap:wrap;
}
.director-grid{
	width:46%;
	margin:0 2% 20px 2%;
	display:flex;
	align-items:flex-end;
	border-bottom:#000 1px solid;
	position:relative;
}
.director-grid h4{
	text-align:left;
	margin:0 0 10px 0;
	font-size:20px;
}
.director-grid p{
	text-align:left;
	margin:0;
	line-height:1.4;
}
.director-img{
	margin-bottom:0;
}
.director-img img{
	display:block;
}
.director-content{
	margin-left:0;
	min-height:180px;
}
.btn-director{
	position:absolute;
	width:40px;
	height:40px;
	bottom:10px;
	right:20px;
}
.popup-inline{
	overflow:auto;
	background:#fff;
	width:900px;
	max-width:90%;
	margin:0 auto;
	border-radius:6px;
	padding:20px 5%;
}
.inline-director{
	border-bottom:#000 1px solid;
}
.inline-director-img{
	height:250px;
	overflow-y:hidden;
	margin:0 2% !important;
}
.inline-director-name{
	margin:0 !important;
}
.inline-director-img img{
	max-width:100%;
}
.inline-director-content{
	padding:0;
}
#yk-members img{
	display:block;
	max-width:none;
	width:100%;
}
.move-text{
	display:none;
	font-size:12px;
}


.bg-benefit {
	background-image: url("../images/ar-banner5-yayasankossan.jpg");
	height:100vh !important;
	top:0 !important;
}
.sec-benefit{
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	display:flex;
	align-items:center;
	z-index:10;
}
.benefit-box{
	border-radius:10px;
	background-image:url(../images/green-bg-yayasankossan.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	padding:20px 5%;
	color:#fff;
}
.benefit-box h4{
	border-bottom:#fff 1px solid;
	padding-bottom:20px;
	max-width:300px;
	margin:10px auto 0 auto;
	color:#fff;
}
.benefit-box p{
	font-weight:700;
}
.counter{
	font-size:50px;
	font-weight:700;
	line-height:1;
	color:#9e1339;
}
.benefit-box .counter{
	color:#fff;
}
.benefit-col img{
	width:220px;
}
.benefit-col p{
	margin-top:0;
	font-weight:700;
	line-height:1.2;
}
.sec-statement{
	position:relative;
	background-image:url(../images/banner-statement2021-yayasankossan.png);
	background-size:auto;
	background-position:bottom center;
	background-repeat:no-repeat;
	height:393px;
	margin-top:-58px;
}
.statement-title{
	height:393px;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	display:flex;
	flex-direction: column;
	justify-content: center;
	padding:44px 5% 0 5%;
}
.statement-title h2{
	font-size:50px;
	color:#fff;
}
.sec-statement img{
	display:block;
}
.white-gradient{
	position:absolute;
	top:90px;
	width:100%;
	height:200px;
	background-image:url(../images/white-gradient-yayasankossan.png);
	z-index:10;
}
.black-gradient{
	position:absolute;
	bottom:0px;
	width:100%;
	height:86px;
	background-image:url(../images/black-gradient-yayasankossan.png);
	z-index:10;
}
.pillar-col{
	width:100%;
	height:700px;
	background-size:cover;
	background-position:bottom center;
	display:flex;
	align-items:flex-end;
}
.pillar-col.education{
	background-image:url(../images/img-education-yayasankossan.jpg);
}
.pillar-col.medical{
	background-image:url(../images/img-medical-health-yayasankossan.jpg);
	background-position:top center;
}
.pillar-col.social{
	background-image:url(../images/img-social-welfare-yayasankossan.jpg);
}
.pillar-col.environment{
	background-image:url(../images/img-environment-yayasankossan.jpg);
}
.pillar-col.arts{
	background-image:url(../images/img-arts-culture-yayasankossan.jpg);
}
.pillar-content{
	background-color:rgba(0,0,0,0.5);
	padding:30px 8%;
	color:#fff;
	width:100%;
	height:420px;
}
.pillar-content img{
	width:auto !important;
	height:40px;
}
.pillar-content ul li{
	text-align:left;
	color:#fff;
	font-size:16px;
	line-height:1.4;
	padding: 2px 0 2px 35px;
	background-size: 25px 25px;
	margin:8px 0;
}
.pillar-content .counter{
	color:#fff;
	font-size:36px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px !important;
  background-color: #000;
}


.bg-utn {
	background-image: url("../images/ar-banner6-yayasankossan.jpg");
	height:100vh !important;
	top:0 !important;
}
.sec-utn{
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	display:flex;
	align-items:center;
	z-index:10;
}
.utn-tagline{
	color:#011689;
	line-height:1.2;
}
.utn-tagline span{
	color:#000;
	font-size:20px;
	font-weight:400;
}
.utn-col{
	text-align:center;
}
.utn-col img{
	width:120px;
}
.utn-video{
	width:100%;
	max-width:400px;
	margin:0 auto;
	text-align:center;
}
.utn-video a{
	display:block;
	border:#000 3px solid;
	border-radius:6px;
	position:relative;
}
.utn-video a:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	transition:all 0.5s;
}
.utn-video a:hover:before{
	background-color:rgba(0,0,0,0.5);
}
.utn-video a:after{
	content:url(../images/icon-play-yayasankossan.png);
	position:absolute;
	right:-10px;
	bottom:-20px;
	transform:scale(0.6);
	transition:all 0.5s;
}
.utn-video a:hover:after{
	transform:scale(0.7);
}
.utn-video a img{
	display:block;
	border-radius:3px;
}
.utn-video p{
	font-weight:700;
}

.bg-utn2 {
	background-image: url("../images/ar-banner7-yayasankossan.jpg");
	height:100vh !important;
	top:0 !important;
}
.sec-utn2{
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	display:flex;
	align-items:center;
	z-index:10;
}
.video-grid{
	display:flex;
	flex-wrap:wrap;
}
.video-col{
	width:27.33%;
	margin:0 3% 30px 3%;
	text-align:center;
}
.video-col a{
	display:block;
	border:#000 3px solid;
	border-radius:6px;
	position:relative;
}
.video-col a:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	transition:all 0.5s;
}
.video-col a:hover:before{
	background-color:rgba(0,0,0,0.5);
}
.video-col a:after{
	content:url(../images/icon-play-yayasankossan.png);
	position:absolute;
	right:-20px;
	bottom:-30px;
	transform:scale(0.5);
	transition:all 0.5s;
}
.video-col a:hover:after{
	transform:scale(0.6);
}
.video-col a img{
	display:block;
	border-radius:3px;
}
.video-col p{
	line-height:1.4;
	font-weight:700;
}
.video-col p span{
	font-size:16px;
	font-weight:400;
}
ul.logo-list{
	padding:0;
	margin:0;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
ul.logo-list li{
	padding:0;
	margin:0 2% 25px 2%;
	height:120px;
	display:inline-block;
}
ul.logo-list.partners li{
	height:80px;
}
ul.logo-list li img{
	height:100%;
	display:block;
}

.bg-cultures {
	background-image: url("../images/ar-banner8-yayasankossan.jpg");
	background-position:center right !important;
	height:100vh !important;
	top:0 !important;
}
.sec-cultures{
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	display:flex;
	align-items:center;
	z-index:10;
}
.project-grid{
	display:flex;
	flex-wrap:wrap;
}
.project-col{
	width:23%;
	margin:0 1% 30px 1%;
	text-align:center;
}
.project-title{
	margin-top:10px;
	padding:0 2%;
	font-weight:700;
	line-height:1.4;
	font-size:16px;
}
.project-title span{
	font-weight:400;
	font-size:14px;
	color:#666;
}

.bg-animal-welfare {
	background-image: url("../images/ar-banner9-yayasankossan.jpg");
	height:100vh !important;
	top:0 !important;
}
.sec-animal-welfare{
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	display:flex;
	align-items:center;
	z-index:10;
}
.owl-theme .owl-nav {
  margin-top: 0px !important;
}
.owl-carousel .owl-nav button.owl-prev{
	font-size:50px !important;
	background:transparent !important;
	color:#000 !important;
	line-height:40px !important;
	width:40px;
}
.owl-carousel .owl-nav button.owl-prev:hover{
	opacity: .5 !important;
}
.owl-carousel .owl-nav button.owl-next{
	font-size:50px !important;
	background:transparent !important;
	color:#000 !important;
	line-height:40px !important;
	width:40px;
}
.owl-carousel .owl-nav button.owl-next:hover{
	opacity: .5 !important;
}

.bg-animal-donation {
	background-image: url("../images/ar-banner10-yayasankossan.jpg");
	height:100vh !important;
	top:0 !important;
}
.sec-animal-donation{
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	display:flex;
	align-items:center;
	z-index:10;
}
.donation-imgs{
	display:flex;
	flex-wrap:wrap;
	margin-top:40px 0;
}
.donation-imgs img{
	width:33.33%;
	border:#fff 1px solid;
}

#furry-friends-farm{
	display:none;
	position: fixed !important;
    z-index:10;
	top:0 !important;
}
.sec-furry-friends-farm{
	height:100vh;
	overflow-y:scroll;
}
.img-farm{
	margin-top:-100px;
	margin-bottom:-120px;
}

.bg-animal-shelters {
	background-image: url("../images/ar-banner11-yayasankossan.jpg");
	height:100vh !important;
	top:0 !important;
}
.sec-animal-shelters{
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	display:flex;
	align-items:center;
	z-index:10;
}
.help-grid{
	display:flex;
	flex-wrap:wrap;
}
.help-grid > div{
	width:22%;
	margin:0 1.5% 30px 1.5%;
	text-align:center;
}
.help-grid > div img{
	width:100px;
}
.help-grid > div p{
	font-weight:700;
	line-height:1.4;
}
.help-grid > div p span{
	font-weight:400;
	font-size:14px;
}
.img-3col{
	display:flex;
	padding:20px 0;
}
.img-3col img{
	width:33.33%;
	border:#fff 1px solid;
}

.yk-package{
	display:flex;
	align-items:center;
	align-content:center;
	flex-wrap:wrap;
	padding:0 5%;
	height:100%;
}
.yk-package-grid{
	width:calc(102%);
	margin-left:-1%;
	display:flex;
	flex-wrap:wrap;
	padding-top:30px;
}
.yk-package-col{
	width:23%;
	margin:0 1% 30px 1%;
}
.yk-package-col a{
	display:block;
	position:relative;
}
.yk-package-col a:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	transition:all 0.5s;
}
.yk-package-col a:hover:before{
	background-color:rgba(0,0,0,0.8);
}
.yk-package-col a:after{
	content:url(../images/icon-zoom-yayasankossan.png);
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%) scale(0.5);
	transition:all 0.5s;
	opacity:0;
}
.yk-package-col a:hover:after{
	transform:translate(-50%,-50%) scale(0.7);
	opacity:1;
}
.yk-package-col a img{
	display:block;
}






.clear{
	clear:both;
}
.btn-style{
	border-radius:10px;
	padding:12px 40px;
	background-color:#fd0202;
	color:#fff;
	display:inline-block;
	font-weight:600;
	cursor:pointer;
}
.btn-style.small{
	border-radius:5px;
	padding:6px 20px;
	font-size:14px;
}
.btn-style:hover{
	background-color:#000;
}
.desktop{
	display:block;
}
.mobile{
	display:none;
}


footer{
	background-color:#000;
	color:#fff;
	text-align:center;
	padding:15px 5%;
	font-size:14px;
}




/*Zoom*/
/* these styles are for the demo, but are not required for the plugin */
.zoom {
	display:inline-block;
	position: relative;
}
.zoom img {
	display: block;
}
.zoom img::selection { background-color: transparent; }

	

