.responsive-menu {
	position: fixed;
	top: 0;
	right: 0;
	border: none;
	border-radius: 0 0 0 20px;
	background: #0050A3;
	padding: 15px 20px;
	height: 60px;
	line-height: 0px;
	display: none;
}
.responsive-menu img {
	width: 20px;
	height: auto;
}
.responsive-menu img.close {
	display: none;
}
.responsive-menu:hover {
	padding: 15px 20px;
	background: #118ACB;
}
@media screen and (max-width:1700px) {
	section {
		overflow: hidden;
	}
}
@media screen and (max-width:1528px) {
	.content {
		margin: 0 30px;
	}
	header .content {
		padding: 40px 0 0 0;
	}
	nav ul li {
		margin: 0 0 0 10px;
	}
	.splash .content {
		min-height: 600px;
	}
	.splash .section-right {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.splash .section-right .image {
		width: 552px;
		height: 554px;
		background-size: 450px auto;
		background-position: 74px 30px;
	}
	.splash .section-right .image .arti-01 {
		bottom: 50px;
		right: 13px;
		width: 227px;
	}
	.splash .section-right .image .arti-02 {
		bottom: 56px;
		left: 0px;
		width: 227px;
	}
	.splash .section-right .image .arti-03 {
		top: 96px;
		right: 20px;
		width: 227px;
	}
	.services .content ul li a {
		font-size: 20px;
		padding: 10px 86px 10px 10px;
		line-height: 30px;
	}
	.services .content ul li a img {
		width: 50px;
		top: 16px;
	}
	.overview .section-left, .files .section-left, .conflict .section-left {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.overview .section-left .image, .files .section-left .image, .conflict .section-left .image {
		width: 552px;
		height: 554px;
		background-size: 450px auto;
		background-position: 74px 30px;
	}
	.overview .section-left .image .arti-01, .files .section-left .image .arti-01, .conflict .section-left .image .arti-01 {
		bottom: 50px;
		right: 13px;
		width: 227px;
	}
	.overview .section-left .image .arti-02, .files .section-left .image .arti-02, .conflict .section-left .image .arti-02 {
		bottom: 56px;
		left: 0px;
		width: 227px;
	}
	.overview .section-left .image .arti-03, .files .section-left .image .arti-03, .conflict .section-left .image .arti-03 {
		top: 96px;
		right: 20px;
		width: 227px;
	}
	.expectations-wrapper .content {
		flex-direction: row;
		gap: 24px;
		justify-content: center;
		flex-wrap: wrap;
	}
	.expectations-wrapper .content .block {
		width: 42%;
	}
	.carousel .data {
		padding: 0;
	}
	.news-detail-wrapper {
		margin: 40px 0 0 0;
	}
}
@media screen and (max-width:1300px) {
	nav {
		font-size: 16px;
	}
}
@media screen and (max-width:1280px) {
	.company-profile a {
		padding: 10px 30px 10px 70px;
	}
	.company-profile a:hover {
		padding: 10px 30px 10px 100px;	
	}
	.company-profile a::before {
		top: 14px;
	}
	.responsive-menu {
		display: block;
	}
	.responsive-menu.active {
		background: #118ACB;
	}
	.responsive-menu.active img {
		display: none;
	}
	.responsive-menu.active img.close {
		display: block;
	}	
	.cbp-spmenu {
		background: #5da8dd;
		position: fixed;
		padding: 0;
	}
	.cbp-spmenu ul {
		margin: 0;
		padding: 0;
		float: none;
	}
	.cbp-spmenu ul li {
		padding: 0;
		margin: 0;
		display: block;
		float: none;		
	}
	.cbp-spmenu ul li a {
		display: block;
		color: #fff;
		font-size: 14px;
		border-bottom: 1px solid #118ACB;
		padding: 10px;
		font-family: 'Janna LT R';
	}
	.cbp-spmenu ul li a::after {
		transform: rotate(-90deg);
		top: 19px !important;
  		right: 10px !important;
	}
	.cbp-spmenu ul li a:hover::after {
		right: 10px !important ;
	} 
	.cbp-spmenu ul li ul {
		position: absolute;
		top: 0;
		left: 180px;
		visibility: hidden;
		display: block;
		opacity: 0;
		border-radius: 0;
		background: #118ACB;
		border: none;
		width: 210px;
/*		position: relative;
		top: 0;
		left: 0;
		visibility: visible;
		display: block;
		opacity: 1;
		border-radius: 0;
		background: #118ACB;
		border: none;
		width: 100%;*/
	}
	.cbp-spmenu ul li:hover ul, .cbp-spmenu ul li:focus ul {
		top: 0;
	}
	.cbp-spmenu ul li li a {
		font-size: 14px;
		padding: 5px 5px 5px 20px;
		line-height: 16px;
	}
	.cbp-spmenu ul li a:hover, .cbp-spmenu ul li.button a:hover {
		background: #0050A3;
		color: #fff;
	}
	.cbp-spmenu ul li.button a {
		line-height: normal;
		border-radius: 0;
		border: none;
		padding: 10px;
		border-bottom: 1px solid #118ACB;
	}
	.cbp-spmenu-vertical {
		width: 180px;
		height: 100%;
		top: 0;
		z-index: 1000;
	}
	.cbp-spmenu-left {
		left: -240px;
	}
	.cbp-spmenu-right {
		right: -240px;
	}
	.cbp-spmenu-left.cbp-spmenu-open {
		left: 0px;
	}
	.cbp-spmenu-right.cbp-spmenu-open {
		right: 0px;
	}
	.cbp-spmenu-push {
		overflow-x: hidden;
		position: relative;
		left: 0;
	}
	.cbp-spmenu-push-toright {
		left: 240px;
	}
	.cbp-spmenu-push-toleft {
		left: -240px;
	}
	.cbp-spmenu, .cbp-spmenu-push {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	header .content {
		padding: 40px 0 20px 0;
		border-bottom: 1px #D8DADB solid;
		margin: 0 30px 20px 30px;
	}
	.splash h1 {
		font-size: 60px;
	}
	.splash .content {
		min-height: inherit;
		display: block;
	}
	.splash .section-right {
		margin: 0 auto;
	}
	.splash .section-left {
		margin: 50px auto;
	}
	.splash .section-left, .splash .section-right {
		max-width: 580px;
		width: auto;
	}
	.splash .section-left .flow {
		position: static;
		transform: none;
		margin: 0 auto;
		text-align: center;
		padding: 0;
	}	
	.stats .content {
		padding: 35px;
		display: block;
	}
	.stats .content .data {
		margin: 60px auto;
		display: block;
		text-align: center;
		width: auto;
	}
	.stats .content .data h4 {
		font-size: 55px;
		line-height: 65px;
	}
	.stats .content .data h3, .stats .content .data h5 {
		font-size: 20px;
		max-width: inherit;
		line-height: 25px;
	}
	.stats .content .data .justify {
		max-width: 300px;
		line-height: 25px;
		margin: 0 auto !important;
	}
	.services .content {
		padding: 35px 0;
		text-align: center;
	}
	.services .content ul {
		flex-wrap: wrap;
		column-gap: 4%;
	}
	.services .content ul li {
		width: 48%;
	}
	.overview .content, .files .content, .conflict .content {
		display: block;
	}
	.overview .section-left, .files .section-left, .conflict .section-left {
		padding: 80px 0 0 0;
	}
	.overview .section-left, .overview .section-right, .files .section-left, .files .section-right, .conflict .section-left, .conflict .section-right {
		margin: 0 auto;
		max-width: 580px;
		width: auto;
	}
	.overview .section-right .flow, .files .section-right .flow, .conflict .section-right .flow {
		position: static;
		transform: none;
		text-align: center;
		padding: 40px 0;
	}
	.faqs h3 {
		line-height: 50px;
		padding: 0 30px;
	}
	.files .content, .conflict .content {
		padding: 0;
	}
	.files h2, .conflict h2 {
		font-size: 35px;
		line-height: 40px;
	}
	.files .section-right .flow ul, .conflict .section-right .flow ul {
		text-align: left;
	}
	.files .content ul li {
		line-height: 25px;
	}
	.files .content ul li a::after {
		top: 24px;
	}
	.conflict .content ul li::after {
		bottom: -40px;
	}
	.faqs .content {
		display: block;
	}
	.faqs .content .block {
		width: auto;
	}
	.faqs .content .block.col-01 .data, .faqs .content .block.col-02 .data {
		padding: 0;
	}
	.privacy-wrapper .content h3 {
		line-height: 50px;
	}
	.why .content {
		flex-wrap: wrap;
	}
	.why .content .block {
		width: 23%;
	}
	.news .heading {
		display: block;
		text-align: center;
	}
	.news .heading .data {
		width: auto;
	}
	.news .heading .button {
		width: auto;
		text-align: inherit;
	}
	.contact .content {
		display: block;
		padding: 50px 0;
	}
	.contact .content .block {
		width: 100%;
	}
	.contact .content .block.faq .data, .contact .content .block.sub .data {
		padding: 0 0 50px 0;
	}
	.service-content-wrapper .content {
		display: block;
	}
	.service-content-wrapper .content .block {
		width: 100%;
	}
	.service-content-wrapper .content .block.info {
		padding: 0 0 50px 0;
	}	
	.service-content-wrapper .content .block.counter .data h3, .service-content-wrapper .content .block.counter .data h5 {
		max-width: inherit;
	}
	.service-content-wrapper .content .block.counter .data h4 {
		font-size: 55px;
		line-height: 65px;
	}
	.service-content-wrapper .content .block.counter .data {
		padding: 40px;
	}
	.advise-services-wrapper h3 {
		line-height: 50px;
		padding: 0 30px;
	}
	.advise-services-wrapper .content {
		display: block;
	}
	.advise-services-wrapper .content .block {
		width: 100%;
	}
	.advise-services-wrapper .content .block h4 {
		min-height: 110px;
	}
	.advise-services-wrapper .content .block .info {
		min-height: inherit;
		padding: 40px;
	}
	.overview-wrapper .content {
		display: block;
	}
	.overview-wrapper .content .block {
		width: 100%;
	}
	.overview-wrapper .content .block.info {
		margin: 0 0 60px 0;
	}
	.overview-wrapper .content .block.commitment h2 {
		padding: 20px 20px 0 20px;
	}
	.overview-wrapper .content .block.commitment .iconed {
		padding: 40px 0 40px 70px;
		margin: 0 20px;
	}
	.overview-wrapper .content .block.commitment .iconed img {
		width: 50px;
	}
	.value-wrapper .content {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.value-wrapper .content	.block {
		width: 45%;
	}
	.director-wrapper .content .row {
		gap: 30px;
	}
	.director-wrapper .content .row .block {
		width: 250px;
	}
	.director-wrapper .content .row .block h3 {
		font-size: 20px;
	}
	.director-wrapper .content .row .block p {
		font-size: 16px;
		line-height: 20px;
	}
	.media-wrapper .content .row {
		gap: 30px;
	}
	.media-wrapper .content .row .block {
		width: 225px;
	}
	.bayan-login-wrapper .content {
		display: block;
	}
	.bayan-login-wrapper .content .block {
		min-height: inherit;
		width: auto;
	}
	.bayan-login-wrapper .content .block:first-child {
		margin: 0 0 30px 0;
	}
	.news-detail-wrapper {
		margin: 0;
		border: none;
	}
	.news-detail-wrapper .content {
		padding: 45px 0 100px 0;
		text-align: center;
	}
	.news-detail-wrapper .content .image {
		float: none;
		max-width: 500px;
		margin: 0 auto 30px auto;
	}
	.expectations-wrapper h3 {
		margin: 0 0 20px 0;
	}
	.expectations-wrapper h4 {
		padding: 0 20px;
		line-height: 30px;
	}
	footer .content {
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
	footer .content .block.address {
		width: 100%;
		max-width: 630px;
		box-sizing: border-box;
		padding: 0 0 30px 230px;
		position: relative;
		margin: 0 0 30px 0;
		border-bottom: 1px #fff dashed;
 	}
	footer .content .block.address .footer-logo {
		top: 0;
		left: 0;
		position: absolute;
	}
	footer .content .block {
		width: 45%;
	}
	footer .content .block ul {
		display: flex;
		flex-flow: column;
		align-items: center;
	}
	footer .content .block ul li {
		width: 200px;
	}
}
@media screen and (max-width:800px) {
	.services .content ul {
		column-gap: normal;
		gap: 30px;
		width: 300px;
		margin: 0 auto;
	}
  	.services .content ul li {
    	width: 100%;
  	}
	.why .content .block {
		width: 40%;
	}
	.news {
		padding: 100px 0 30px 0;
	}
	.news .feeds {
		display: block;
		text-align: center;
	}
	.news .feeds .block .image {
		max-width: 400px;
		margin: 0 auto 20px auto;
	}
	.news .feeds .block {
		padding: 0 0 40px 0;
	}
	.news .feeds .block p {
		margin:  0 0 30px 0px;
	}
	.news .feeds .block button {
		position: relative;
	}
	.carousel .heading h3 {
		text-align: center;
	}
	.expectations-wrapper .content .block {
		width: 100%;
	}
	.expectations-wrapper .content .block h5 {
		min-height: inherit;
	}
	.value-wrapper .content .block {
		width: 100%;
	}
	.value-wrapper h3, .value-wrapper h4 {
		padding: 0 30px;
	}
	.director-wrapper .content .row {
		display: block;
	}
	.director-wrapper .content .row .block {
		margin: 0 auto 40px auto;
	}
	.media-wrapper .content .row {
		display: block;
	}
	.media-wrapper .content .row .block {
		margin: 0 auto 40px auto;
		padding: 0;
	}
	.news-wrapper .content .row {
		display: block;
		padding: 0;
	}
	.news-wrapper .content .row .block {
		text-align: center;
	}
	.news-wrapper .content .row .block .image {
		max-width: 470px;
		margin: 0 auto 20px auto;
	}
	.news-wrapper .content .row .block button {
		position: relative;
	}
	.news-wrapper .content .row .block p {
		margin: 0 0 40px 0;
	}
	.member-wrapper .content .form-member {
		padding: 20px;
	}
	.form-member .field-group {
		display: block;
	}
	.form-member .field-group.unique .field:first-child {
		width: auto;
	}
	.radio-group {
		display: block;
	}
	.radio-group .col {
		padding: 0;
		width: auto;
	}
	.radio-group .col hr {
		display: none;
	}
	.radio-group .col:first-child {
		border-right: none;
	}
	.radio-group .field {
		padding: 0 0 30px 0;
		margin: 0 0 30px 0;
		border-bottom:  2px #5aa6db solid
	}
	.radio-group .col:last-child .field:last-child {
		border-bottom: none;
		margin: 0;
		padding: 0;
	}
	.jobs .content p a {
		display: block;
		margin: 100px 0 0 0;
		padding: 0;
	}
	.jobs .content p a::before {
		left: 50%;
		top: -60px;
		transform: translate(-50%, 0) rotate(90deg);
		pointer-events: none;	
	}
	footer .to-top {
		width: 64px;
		height: 64px;
	}
	footer .to-top img {
		width: 20px;
	}
	footer .content {
		display: block;
	}
	footer .content .block {
		width: auto;
		margin: 0 0 30px 0;
	}
	footer .content .block ul {
		display: block;
	}
	footer .content .block ul li {
		display: block;
		border-bottom: 1px #5da8dd solid;
		width: auto;
	}
	footer .content .block ul li a {
		display: inline-block;
	}
	footer .content .block.address {
		max-width: inherit;
	}

}
@media screen and (max-width:600px) {
	.splash .section-right {
		max-width: 340px;
	}
	.splash .section-right .image {
		background: none;
		width: auto;
		height: auto;
	}
	.splash .section-right .image .arti-01 {
		bottom: 20px;
		right: 10px;
		width: 130px;
	}	
	.splash .section-right .image .arti-02 {
		bottom: 15px;
		left: 20px;
		width: 130px;
	}
	.splash .section-right .image .arti-03 {
		top: 30px;
		right: 10px;
		width: 130px;
	}
	.splash h1 {
    	font-size: 50px;
		line-height: 55px;
  	}
	.overview .section-left, .files .section-left, .conflict .section-left {
		max-width: 340px;
	}
	.overview .section-left .image, .files .section-left .image, .conflict .section-left .image {
		background: none;
		width: auto;
		height: auto;	
	}
	.overview .section-left .image .arti-01, .files .section-left .image .arti-01, .conflict .section-left .image .arti-01 {
		bottom: 20px;
		right: 10px;
		width: 130px;
	}	
	.overview .section-left .image .arti-02, .files .section-left .image .arti-02, .conflict .section-left .image .arti-02 {
		bottom: 15px;
		left: 20px;
		width: 130px;
	}
	.overview .section-left .image .arti-03, .files .section-left .image .arti-03, .conflict .section-left .image .arti-03 {
		top: 30px;
		right: 10px;
		width: 130px;
	}
	.why .content .block {
		width: 100%;
	}
}
@media screen and (max-width:450px) {
	.splash button.style-1 {
		margin: 0;
	}
	.splash .section-left .flow button {
		margin: 0 0 20px 0;
	}
	.contact .content .block h3, .contact .content .block h5 {
		text-align: center;
	}
	.contact .content .block h4, .contact .content .block h5 {
		text-align: center;
	}
	.contact .content .block.faq .data button {
		margin: 36px auto 0 auto;
		display: block;
	}
	.accordion dt {
		font-size: 18px;
		line-height: 24px;
	}
	.form .field-group {
		display: block;
	}
	.form .field-group .field {
		width: auto;
	}
	.form input[type="submit"] {
		margin: 0 auto;
		display: block;
	}
	footer .content .block.address {
		text-align: center;
		padding: 0 0 30px 0;
	}
	footer .content .block.address .footer-logo {
		position: relative;
		padding: 0 0 20px 0;
	}

}
@media screen and (max-width: 55.1875em) {
	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}
	.cbp-spmenu-top {
		top: -110px;
	}
	.cbp-spmenu-bottom {
		bottom: -110px;
	}
}
@media screen and (max-height: 26.375em) {
	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}
	.cbp-spmenu-left, .cbp-spmenu-push-toleft {
		left: -190px;
	}
	.cbp-spmenu-right {
		right: -190px;
	}
	.cbp-spmenu-push-toright {
		left: 190px;
	}
}