
.contact .contact-detail{padding-bottom: 30px;}
.contact .address p{
    padding-left: 20px;
    margin : 6px;
}
.contact .address label{margin-left: -100px; float: left;}

.topNavMenu ul li a {text-transform: uppercase;}

.img-footer-logo {
    max-width:120px;
}

.footer-contact p {
    margin : 2px;
}


.card {
    padding: 4rem;
    max-width: 120rem;
    background-size: 100%;
    border-radius: 3px;
    box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 20%);
}

.card-full {
    width:100%;
}
.news-item {
    display: flex;
}
.news-img {
    max-width: 200px;
    align-items: center;
    align-self: center;
    justify-items: center;
}
.news-text {
    margin: 0 2rem;
}
.news-text-detail {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text-3 {
    font-size: 1.8rem;
    color: #222629;
}
.news-text-readmore {
    text-decoration: none;
    display: block;
    width: 10rem;
    background-color: #4DA575;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: "Pridi", sans-serif;
    font-size: 15px;
    padding: 4px 6px;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
    margin-top: 20px;
}

section.home-about{
	/* background-image: url("../img/about-bg.jpg"); */
	width: 100%;
	height: auto;	
	padding-top: 70px;
	
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.head-logo-mobile {
    display: none;
}

@media only screen and (max-width: 760px){
    .card {
        padding: 2rem;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 20%);
    }
    .news-item {
        flex-direction: column;
    }
    .news-text {
        align-self: center;
        margin: 2rem 0;
    }
    section.home-about{
        background-image: none;
        background-color:#EED6C9;
    }
    .img-about-jarallax{
        display: none;
    }
    
    
}

@media only screen and (max-width: 580px){

    .img-footer-logo{
        margin:20px auto;
    }

    .head-logo img {
        visibility: hidden;
    }

    .head-logo-mobile {
        display: block;
    }
    
    
}

.u-margin-top-medium {
    margin-top: 4rem !important;
}
#toTop {
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    opacity: 0;
    text-align: center;
    padding: 10px 10px 10px 10px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
    transition: color 300ms, background-color 300ms, opacity 300ms;
    -moz-transition: color 300ms, background-color 300ms, opacity 300ms;
    -o-transition: color 300ms, background-color 300ms, opacity 300ms;
    -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
    z-index: 9;
    border-radius: 25px;
    background: #4DA575;
    color: #fff;
    display: block;
}
#toTop:hover {
    -webkit-transform: translate(0px, -5px);
    -moz-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
    box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
#toTop i {
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
}


