body {
    background: #f0fbff;
}
header.header {
	z-index: 99999999999;
}
header.header {
    display: none;
}


.header .fast-navigation {
    margin-top: 1.6rem;
    background: rgb(213 226 239);
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
    padding: 1.2rem;
    padding-right: 400px;
    display: inline-block;
    padding-top: 1.5rem;
    height: 84px;
}
.header .icons {
    top: 2rem;
	background: rgb(255, 255, 255, 0.8);
}
a.lang-btn {
    border: 1px solid #ddd;
}
/*backgraund*/




.page-content:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 17%;
    background-size: contain;
    background-image: url(images/rn.png);
    height: 550px;
    background-position-x: 100%;
    background-repeat: no-repeat;
}
	
	.page-content:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 20%;
    background-size: contain;
    background-image: url(images/kr.png);
    height: 550px;
    background-position-x: 100%;
    background-repeat: no-repeat;

}
.footer {
    padding: 1rem 0;
    background: #ffffff00;
    color: #273b5e;
    position: relative;
    bottom: 0;
    width: 100%;
    border-top: 0.5px solid #273b5e14;
    /* margin-top: 0; */
    /* height: 10px; */
}


#footer:before {
    content: "";
    position: absolute;
    bottom: 57px;
    width: auto;
    min-width: 100%;
    background-size: contain;
    background-image: url(images/ds.png);
    height: 140px;
    right: 0;
    background-repeat: repeat-x;
    background-position: bottom;
}

.cover-slick.mobile{
		display:none;
}
@media (max-width: 1199px){
	.header .fast-navigation {
		padding-right: 1.2rem;
		border-radius: 4rem;
	}
}
@media (max-width: 991px){
header.header {
    height: 76px;
}
.header .fast-navigation {
    margin-top: 0.2rem;
    padding: 1rem;
	    height: 70px;
}
}
.cover {
    position: relative;
    min-height: calc(100dvh - 60px);
    overflow-x: hidden;
}
.cover-slick {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.cover-slick div {
    height: 100%;
    background-size: cover;
}

.eco-logo {
    position: absolute;
    top: 26vh;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.eco-logo img {
    height: 32vh;
    width: auto;
}
@media (max-width: 1024px) {

	.eco-logo img {
		height: 35vh;
		width: auto;
	}
}

@media (max-width: 991px) {
	.eco-logo img {
		height: 30vh;
		width: auto;
	}
}

@media (max-width: 700px) {
	.eco-logo {
		top: 25vh;
	}
	.eco-logo img {
		height: 20vh;
		width: auto;
	}

}

/*services*/
.services {
	position: relative;
    top: 13vh;
    max-width: 100%;
}


.services-slick {
	padding: .5rem 1rem;
	margin: 0 1rem;
}

.service {
	text-align: center;
	display: block;
}

.service:hover {
	transform: scale(1.1);
}

.service .icon img {
    display: block;
    margin: 1rem auto;
    margin-bottom: 0.75rem;
    width: 100px;
}
.service figcaption {
    font-size: 1.3rem;
    color: #273b5e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
}
@media (max-width: 1281px) {
	.service figcaption {
		font-size: 1.25rem;
		color: #273b5e;
	}
}
@media (max-width: 1200px) {
	.service .icon img {
		width: 70px;
	}
}
@media (max-width: 1024px) {

	.services {
		right:0;
		max-width: 100%;
		 top: 13vh;
	}

}
@media (max-width: 991px) {
	

	.service figcaption {
		font-size: 1.2rem;
		color: #273b5e;
	}
	.service .icon img {
		width: 60px;
	}
	
	.cover {
		min-height: calc(100dvh - 100px);
	}
	.cover-slick.desktop{
		display:none;
	}
	.cover-slick.mobile{
		display:block;
	}
	.header .logo {
		width: 200px;
		height: 120px;
	}
	.header .logo img {
		height: 80px;
		margin-right: -29px;
		
		margin-top: 10px;
	}
		.icons {
		background: #ffffffc9 !important;
		position: fixed;
		right: 0px;
		left: 0px;
		bottom: 0px;
		display: inline-flex;
		justify-content: space-around;
		border-radius: unset !important;
		width: 100%;
		padding-right: 4px !important;
		bottom: 3rem;
	}


}
@media (max-width: 700px) {

	.services {
		 top: 10vh;
	}
}
a.service.slick-slide.slick-active {
    text-decoration: none;
    background-image: linear-gradient(#273b5e 0 2px);
    background-position: bottom right;
    background-size: 0% 4px;
    background-repeat: no-repeat;
}
a.service.slick-slide.slick-active:hover {
    text-decoration: none;
	background-size: 100% 4px;
}


/**/

/*card*/
.about-texts > div {
    border: #273b5e21 solid 1px;
    border-radius: 30px;
    border-top: none;
}
.about-texts > div > h3{
    text-align: center;
    background: #273b5e;
    padding: 0.75rem;
    border-radius: 30px 30px 0 0;
    color: aliceblue;
}
.page-head {
    min-height: 50vh;
} 

.page-content-body {
    padding: 0;
    min-height: 20rem;
    background: #fff0;
}
.page-content {
    margin-top: -7.6rem;
    box-shadow: none;
}
.page-content-head {
    background: none;
    color: #083f76;
    padding: 1.5rem 0;
    position: relative;
    border-top-right-radius: 3rem;
    border-top-left-radius: 3rem;
}
.page-content-head a {
    color: rgb(8 63 118);
}

@media (min-width: 991px) {
	.page-content-head a {
	    font-size: 1.3rem;
}
	h1#content {
    font-weight: bold;
    font-size: 2.75rem;
}
	.page-content .container {
	     padding: 3rem;
    padding-top: 0rem;
	}
}


.sub-pages-nav a {
display: block;
    color: inherit;
    border: 1px solid;
    border-right: 9px solid #273b5e;
       background: #f0fbff;
    padding: 1.25rem;
    font-size: 1.2rem;
    border-radius: 2rem;
    color: #273b5e;
	transition: 0.5s;
    font-weight: bold;
}
.sub-pages-nav a:hover {
color: #273b5e;
    background: #ffffff;
    border-right: 6px solid #273b5e;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
 transform: scale(1.02);
}
li#bc1 {
    display: none;
}
.sub-pages-nav .arrow {
    font-family: 'FontAwesome';
    font-style: normal;
    color: #6eaf47;
    font-weight: bold;
}
table.table.data-table {
    background: white;
}

thead > tr {
    background: #273b5e;
    color: white;
}


.table thead th {
    border-bottom: 2px solid #e9ecef;
}

.table td, .table th {
    border: 1px solid #d0daeb;
}
.table *, .table *{
font-size: 1rem;
}


@media (max-width: 519px) {
	
#footer:before {
    content: "";
    position: absolute;
    bottom: 104px;
    width: auto;
    min-width: 100%;
    background-size: contain;
    background-image: url(images/ds.png);
    height: 140px;
    right: 0;
    background-repeat: repeat-x;
    background-position: bottom;
}
}

@media (max-width: 600px) {
	.page-content:after ,.page-content:before{
		height: 350px;
	}
}
