#sectionBtn a {
    padding-top: 80px;
}
#sectionBtn a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}
#sectionBtn a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
#sectionBtn a span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}
#sectionBtn a span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}



.cover-form-btn{
	border-radius: 5px;
	margin-top: 20px;
}

.inline-all,.inline-all .carousel-inner, .inline-all .item.active{
    display: inline-block !important;
    vertical-align: bottom;
}
.inline-all .item.active{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: 5px
}
#tv{
    min-width: 100% !important;
    min-height: 100% !important;
}

.cover>.content {
	top: calc(35%);
	max-width:max-content;
}

.cover>.content .sub-text {
	font-size: 1.2em;
	max-width: 800px;
	line-height: 1.3;
}

.sectionBtn-container{
	position: absolute;
	bottom: 200px;
	left: 49.2%;
	z-index: 10000;
}

@media (max-width: 992px)
{
	.cover>.content .sub-text {
		background-color: #33333380;
		border-radius: 5px;
	}

	.sectionBtn-container{
		bottom: 100px;
	}

	.index-section .container{
		padding: 20px;
	}

}


.index-section .container{
	padding: 20px 0px;	
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

.v-align{
	display: inline-block;
    vertical-align: middle;
    /*float: none;*/
}




/* ****************** */
/* index-goal-global-section starts */
.goal-header{
	font-size: 2.2em;
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px;
}

.goal-subtext{
	font-size: 1.6em;
	text-align: left;
    margin-bottom: 15px;
}

.goal-list{
	text-align: left;
	line-height: 30px;
}

.goal-item{
	font-size: 1.5em;
	margin-top: 8px;
}

.goal-link{
	font-size: 1.3em;
	text-decoration: none;
	font-weight: bold;
}

.goal-link-container{
	text-align: left;

}




/* ****************** */
/* index-goal1-section starts */
.index-goal1-section{
	color: #777;
	background-color: #fff;
}

.index-goal1-section .index-goal1-image{
	width: 65%;
}

.index-goal1-section .goal1-subtext{
}





/* ****************** */
/* index-goal2-section starts */
.index-goal2-section{
	color: #fff;
	background-color: #f0ad4e;
}

.index-goal2-section .index-goal2-image{
	width: 70%;
}
.goal2-list{
	list-style: none;
	padding-left: 0px;
}

.goal-2-item-text{
	font-size: 1.2em;
	padding-top: 15px;
}

.goal-svg-container{
	text-align: right;
}

.goal2-item-text-container{
	padding-left: 0px;
}

@media (max-width: 767px){
	.goal-2-item-text{
		text-align: center;
		padding-top: 0px;
		padding-bottom: 20px;
	}

	.goal-svg-container{
		text-align: center;
	}

	.goal2-item-text-container{
		padding-left: 15px;
	}
}




/* ****************** */
/* index-goal3-section starts */
.index-goal3-section{
	color: #777;
	background-color: #fff;
}

.index-goal3-section .index-goal3-image{
	width: 65%;
}

.index-goal3-section .goal3-subtext{
}




/* ****************** */
/* index-goal4-section starts */
.index-goal4-section{
	color: #fff;
	background-color: #f0ad4e;
}

.index-goal4-section .goal4-subtext-header{
	text-align: center;
}

.index-goal4-section .goal4-subtext{
	text-align: center;
}

.index-goal4-section .btn{
	margin-right: 10px;
	margin-bottom: 10px;
}




/* ****************** */
/* index-bulletin-section starts */
.index-bulletin-section{
	color: #777;
	background-color: #fff;
}

.index-bulletin-section .bulletin-subtext-header{
	text-align: center;
}

/* ****************** */
/* index-empty-colored-section starts */
.index-empty-colored-section{
	color: #fff;
	background-color: #f0ad4e;
	min-height: 20px;
}




/* ****************** */
/* index-comment-section starts */
.index-comment-section{
	color: #777;
	background-color: #fff;
}


/* ****************** */
/* index-comment-staff-section starts */
.index-comment-staff-section{
	color: #fff;
	background-color: #f0ad4e;
}

.comment-staff-header{
	text-align: center;
}

.index-comment-staff-section .comment-staff-text{
	font-size: 1.3em;
	text-align: justify;
}

.comment-staff-author{
	text-transform: uppercase;
	font-size: 1.3em;
	text-align: right;
	font-weight: bold;
}

.comment-staff-date{
	font-size: 0.7em;
	line-height: 1;
}

@media (max-width: 767px){
	.comment-staff-author{
		text-align: center;
	}

}



/* ****************** */
/* index-content-section starts */
.index-content-section{
	color: #fff;
	background-color: #f0ad4e;
}

.index-content-section .btn-warning{
	color: #f0ad4e;
	background-color: #fff;
	border-color: #fff;
}

/* ****************** */
/* cover issue box start */

.issue-cover-box-container{
	position: absolute;
	bottom: 5%;
	width: 100%;
}
.issue-cover-box-container .issue-box{
}

.issue-cover-box-container .issue-box:nth-child(2)>a>.issue-area{
	margin-right: 10px;
}

.issue-cover-box-container .issue-box:nth-child(3)>a>.issue-area{
	margin-left: 10px;
}

.issue-cover-box-container .issue-area{
	background-color: #ffffff40;
	padding: 1px;
	border-radius: 5px;
	text-align: center;
	min-height: 250px;
}

.issue-cover-box-container .issue-area:hover{
	background-color: #ffffff60;
}

.issue-cover-box-container .issue-header{
	color: #fff;
	text-align: center;
	font-size: 2em;
}

.issue-cover-box-container .issue-header-line{
	border: 1.5px solid #fff;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.issue-cover-box-container .issue-text{
	color: #fff;
	text-align: left;
	padding: 0px 20px;
	font-size: 18px;
}

.issue-cover-box-container .issue-image{
	width: 100%;
}

.issue-cover-box-container .issue-image-container{
	width: 30%;
	float: right;
}

.issue-cover-box-container .issue-content{
	width: 70%;
	display: inline-block;
}

.issue-cover-box-container .issue-link{
	text-decoration: none;
}

.issue-cover-box-container .issue-link:hover{
	text-decoration: none;
}


/* cover issue box end */
/* ****************** */
/* content issue box start */

.issue-content-box-container{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.issue-content-box-container .issue-box{
}

.issue-content-box-container .issue-area{
	padding: 1px;
}

.issue-content-box-container .issue-header{
	color: #444;
	text-align: center;
	font-size: 2em;
}

.issue-content-box-container .issue-header-line{
	border: 1.5px solid #666;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.issue-content-box-container .issue-text{
	color: #777;
	text-align: left;
	padding: 0px 20px;
	font-size: 18px;
}

.issue-content-box-container .issue-image{
	width: 100%;
}

.issue-content-box-container .issue-image-container{
	width: 30%;
	float: right;
	text-align: center;
}

.issue-content-box-container .issue-image-container .issue-link{
	margin-top: 5px;
}

.issue-content-box-container .issue-content{
	width: 70%;
	display: inline-block;
}

.issue-content-box-container .issue-link{
	text-decoration: none;
}

.comment-staff-img{
	height: 150px;
	width: 150px;
	border-radius: 100px;
}