@charset "utf-8";

/* CSS Document */

@import url(head-font.css);
body {
    background-color: #f9f9f9 !important;
}

.top-header-container {
    overflow: hidden;
    padding: 0px !important;
    position: relative !important;
    height: 600px;
}

.contents-header-pic {
    background-color: #DCDCDC;
    height: 600px;
    background-size: cover;
    overflow: hidden !important;
    position: relative !important;
    z-index: -5 !important;
    filter: blur(0px) brightness(.9);
    margin-top: 0px !important;
}

.text-content {
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute!important;
    direction: ltr;
    text-align: center;
    z-index: 1 !important;
    padding: 0px !important;
    margin: 0px !important;
    width: 100%;
}

.text-content h1 {
    background-color: rgba(83, 146, 249,.8) !important;
    color: #fff;
    display: block !important;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 10px;
    font-weight: 500;
    display: none;
}
a{
    color:  rgb(83, 146, 249) !important;
}
.text-content h2 {
    color: #fff;
    font-size: 30px;
    line-height: 70px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.under-line {
    border-bottom: 4px solid #fff;
    width: 100px;
    z-index: 200;
    margin: 0 auto;
}

.text-content h5 {
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
    font-weight: 500 !important;
}

#contents-container {
    direction: ltr;
    margin-top: -55px;
    margin-bottom: 50px;
}

.contents {
    height: auto;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    padding: 20px 10px;
}

.contents-text {
    direction: ltr !important;
}

.contents-date {
    color: #939494 !important;
}

.contents-text p {
    font-size: 15px;
    line-height: 25px;
    color: #191919;
    direction: ltr !important;
    text-align: justify;
}

.contents-pic {
    float: left;
    max-width: 300px !important;
}

#contents-container h3 {
    color: #102a4e !important;
    font-weight: 500;
    margin-top: 20px !important;
}

#contents-container h1 {
    color: #102a4e !important;
    font-weight: 500;
}

#contents-container img {
    border: none !important;
    border-radius: 0px !important;
    padding: 0px !important;
}

h3 {
    margin-bottom: 10px !important;
}

.breadcrumb {
    background-color: #fff !important;
    border-radius: 0px !important;
}

.galleryembeds-left {
    margin-top: 10px;
}

.galleryembeds {
    transition: all .3s ease;
    margin-bottom: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    height: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
    position: relative;
}

.pic-little-galleryembed {
    height: auto;
    overflow: hidden;
    padding: 5px !important;
    text-align: center;
}

.pic-little-galleryembed img {
    border: 1px solid #E5E5E5;
}