a:hover {
	text-decoration: underline;
}
body {
	background-color: #ffffff;
}
header {
	position: fixed;
}
.abot-page {
	margin-top: 0px;
}
.container {
	width: 1200px;
	max-width: 100%;
	position: relative;

}
.about_top {
	position: relative;
   	height: 472px;
	width: 100%;
}
.about_top .content {
	display: flex;
	justify-content: center;
	height: 100%;
	flex-direction: column;
}
.top_img {
	position: absolute;
    
    left: 112px;
}
.top_img img {
	width: 105%;
	height: 472px;
	object-fit: cover;
    border-bottom-left-radius: 60px;
}

.about_top .content h1 {
	font-size: 45px;
    font-weight: 700;
    line-height: 45px;
    width: 320px;
    max-width: 100%;
    padding: 0;
}
.about-sub {
	margin-top: 20px;
}
.about-sub p{
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
}
.about-sub span {
	display: block;
	color: #fbd000;
}
.bottom-link {
	position: absolute;

	right: -60px;
	width: 678px;
	max-width: 100%;
}
.prez-link {
	display: flex;
	width: 100%;
    min-height: 190px;
}
.prez-link .left {
	width: 63%;
	max-width: 63%;
	padding: 30px; 
	background-color: #000000;
}
.prez-link .left p {
    width: 326px;
    max-width: 100%;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
}
.prez-link .right {
	width: 39%;
	max-width: 39%;
/*	background-color: #fbd008;
	border-bottom-right-radius: 60px;*/
}
.prez-link .right_up {
	width: 100%;
	height: 50%;
	background-color: #fbd000;
/*	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-bottom-right-radius: 60px;*/
	position: relative;
}

.prez-link .right_bottom {
	width: 100%;
	height: 49%;
	background-color: #fbd000;
	border-bottom-right-radius: 60px;
	position: relative;
	top: 1%;
}
.prez-link .right a {
/*	padding-right: 5px;*/
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: start;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	color: #000000;

}
.prez-link .right img {
	padding: 0 12px 0 25px;
	max-height: 50px;
}
.about-link {
	position: relative;
	top: -22px;
	display: flex;
	justify-content: center;
}
.about-link a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	padding: 0 22px;
	height: 40px;
	background-color: #333a3f;
}
.about-link .active {
	background-color: #fbd000;
	color: #000000;
}
.about-link a:first-child {
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}
.about-link a:last-child {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}
#rewards,
#policy,
#history {
	display: none;
}
.about-page .show {
	display: block!important;
}





.history {
	color: #000000;
}
.history .title {
	font-weight: 700;
	font-size: 54px;
	line-height: 46px;
	width: 331px;
	max-width: 100%;
	margin-top: 70px;
	margin-bottom: -20px;
	padding-left: 64px;
}
.history .year span {
	font-weight: 700;
	font-size: 65px;
	line-height: 65px;
	color: #fbd000;
}
.history .year {
	position: relative;
}
.history .single .desc {
	padding: 0;
}
.history .single .desc p {
		font-size: 20px;
		line-height: 24px;
		font-weight: 300;
}

.history .single {
	align-items: center;
	padding: 50px 0;
}

.history .single .img {
	text-align: center;
	padding: 0;
}
.history .single .img img {
	max-width: 100%;
	padding-right: 15px;
}
.his-content {
	display: flex;
	padding-left: 78px;
}
.line {
    border: 2px solid #fbd000;
    height: auto;
    background-color: #fbd000;
    margin: 150px 70px 50px 0;
}
.circle {
	position: absolute;
    top: 50%;
    left: -72px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fbd000;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle span {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fbd000;
    border: 2px solid #fde800;
}
.double {
	padding:  0;
	margin: 0;
}
.double .single {
	margin: 0;
}

.history .single.big {
	padding: 0;
}
.history .single.new2 {
	padding: 0;
}

.about-bottom {
	width: 980px;
	max-width: 100%;
	margin: 180px auto 0;

}
.about-bottom .row {
	margin-left: -7px;
	margin-right: -7px;
}
.about-bottom .single {
	padding: 0 7px;
}
.about-bottom .single img {
	width: 100%;
}
.about-bottom .single p {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	padding: 22px 25px;
}
.about-bottom .thumb {
	position: relative;
}
.about-bottom .thumb p {
	position: absolute;
	bottom: 25px;
	left: 25px;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	width:  215px;
	color: #ffffff;
	padding: 0px;
}



















.rewards {
	width: 1200px;
	max-width: 100%;
	margin: 90px auto 0;
	color: #000000;
	padding-left: 78px;
}
.rewards .title {
	font-size: 33px; 
	font-weight: 400;
	margin: 0 0 78px;
	width: 800px;
	max-width: 100%;

}
.rewards .title span {
	display: block;
	font-size: 43px;
    line-height: 37px;
	font-weight: 700;
}
.rewards .single {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}
.rewards .single .img {
	display: flex;
	justify-content: center;
}
.rewards .single .img img {
	max-width: 100%;
	height: auto;
}
.rewards .single .year {
	color: #fbd000;
	font-size: 63px;
	font-weight: 700;
}
.rewards .single .name {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	width: 290px;
	max-width: 100%;
}
.rewards .single .desc {
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	max-width: 140px;
	margin-top: 10px;
}


.policy {
	position: relative;
	margin: 90px 0;
}
.policy .container {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto 0;
	color: #000000;
	padding-left: 78px;
}
.policy .title {
	font-size: 43px;
    line-height: 37px;
	font-weight: 700;
	width: 248px;
	max-width: 100%;
	padding-bottom: 29px;
}
.policy .text {
	background-color: #333641;
	padding: 28px 15px 12px;
	color: #ffffff;
}
.policy .text p,
.policy .text ul {
	width: 50%;
	max-width: 100%;
	margin-bottom: 16px;
	color: #ffffff;
	font-size: 13px;
    line-height: 14px;
}
.policy .text ul {
	list-style: none;
	padding-left: 0;
}
.policy .text li {
	line-height: 18px;
}
.policy .text li:before {
    content: '';
    width: 35px;
    height: 4px;
    background-color: #fbd000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.policy .diploma {
	position: absolute;
	top: 0;
	right: 0;
    box-shadow: 0px 0px 104px -40px;
    height: 700px;
}
.policy .diploma img {
	height: 100%;
}




















@media (max-width: 1400px) {

	.advant {
		min-height: 550px;
	}
	.about_top .content h1,
	.about-sub {
		padding-left: 120px;
	}
	.bottom-link {
		right: 0;
	}
}


@media (max-width: 1200px) {
	.bottom-link {
		right: 15px;
	}
	.about_top .content {
		flex-direction: row;
	    align-items: center;
    	justify-content: space-between;
	}
	.bottom-link {
		position: relative;
	}
	.top_img {
		left: 0;
	}
	.about_top .content h1,
	.about-sub {
		padding-left: 50px;
		margin-right: 20px;
	}
}


@media (max-width: 1024px) {
	.about_top .content {
		padding-left: 0px;
	}
	.advant {
		flex-wrap: wrap;
	}
	.advant .single {
	    display: flex;
	    width: 70%;
	    max-width: 100%;
	    margin:  30px auto;
	}
	.rewards {
		padding: 0 20px;
	}
	.rewards .single .img img{
		width: 100%;
	}
	.policy .container {
		padding-left: 20px;
	}
	.policy .diploma {
		max-width: 50%;
		width: 50%;
	}
	.policy .text {
		padding-left: 0;
	}
}


@media (max-width: 992px) {
	.about_top,
	.about_top .content {
	    min-height: 472px;
	    height: auto;
	}
	.about_top .content {
		flex-wrap: wrap;
	}
	.about_top {
	    
    	padding-top: 75px;
	}
	.top_img {
		top: 0;
		height: 100%;
	}
	.top_img img {
		height: 100%;
	}
	.about_top .content h1, .about-sub {
	    
	}
	.policy .diploma {
		height: auto;
	}
	.policy .diploma {
		position: relative;
	    max-width: 100%;
	    width: max-content;
	    margin: 0 auto;
	    text-align: center;
	}
	.policy .text p, .policy .text ul {
		width: 100%;
	}
	header {
		position: fixed;
	}
	.prez-link .left p {
	    
	}
	.prez-link .right img {
		max-height: 70px;
	}
	.about-link {
		top: auto;
		bottom: -18px;
	}
	.bottom-link {
		padding-left: 50px;
	}
	.his-content {
		padding-left: 20px;
	}
	.history .title {
		padding-left: 14px;
	}
	.history .single .desc {
		padding: 0 15px;
	}
	.history .single .desc {
		padding: 30px 15px;
	}
	.line {
		margin: 164px 70px 124px 0;
	}
}



@media (max-width: 768px) {
	.advant .single {
	    width: 100%;
	    max-width: 100%;
	}
	.advant {
		padding: 0 20px;
	}
	
	
	.rewards .single .img {
		order: 2;
	}
	.history .single .img {
		text-align: center;
	}
	.history .single {
		padding: 30px 0; 
	}
	.history .single .new2{
		padding: 30px 0;
	}
	.line {
	    margin: 80px 70px 350px 0;
	}
}


@media (max-width: 600px) {
	.about_top .content {
	    padding-left: 20px;
	}
	.about_top {
		height: auto;
	}
	.top_img {
		left: 0;
	}
	.top_img img {
		border-radius: 0;
	}
	.about_top .content h1 {
		margin-top: 30px;
		font-size: 60px;
		line-height: 60px;
	}
	.about-link a{
		border-radius: 0!important;
		text-align: center;
		width: 33.333%;
		height: auto;
		padding: 6px 7px;
	}
	.history {
		
	}
	
	.bottom-link {
		position: relative;
		bottom: 0;
		margin: 50px 0 50px;
		right: 0;
		padding: 0;
	}
	.bottom-link h3 {
		padding-left: 0;
	}
	.prez-link {
		flex-wrap: wrap;
	}
	.prez-link .left,
	.prez-link .right  {
		max-width: 100%;
		width: 100%;
	    border-bottom-right-radius: 0px;
	}
	.prez-link .right {
		padding: 15px;
	}
	.prez-link .left p {
	    width: 100%;
	}
	
	.policy .diploma img{
		width: 100%;
	}
	.about_top .content h1, .about-sub {
		padding-left: 0;
	}
	.about_top {
	    padding-top: 165px;
	}
	.about-bottom {
	    margin: 40px auto 0;
	}
	.history .title {
		margin-bottom: 20px;
	}
	.prez-link .right_up {
		height: 70%;
	}
	.prez-link .right_bottom {
		height: 69%;
	}
}
@media (max-width: 410px) {
	.line {
        margin: 80px 70px 350px 0;
	}
}
@media (max-width: 400px) {
	.line {
		margin: 80px 70px 375px 0;
	}
}
@media (max-width: 395px) {
	.line {
		margin: 80px 70px 375px 0;
	}
}
@media (max-width: 390px) {
	.line {
		margin: 80px 70px 400px 0;
	}
}
@media (max-width: 385px) {
	.line {
		margin: 80px 70px 420px 0;
	}
}
@media (max-width: 370px) {
	.line {
        margin: 80px 70px 450px 0;
	}
}
@media (max-width: 350px) {
	.about_top .content h1 {
	    margin-top: 150px;
	    font-size: 48px;
	    line-height: 48px;
	}
}