﻿/* -----------------------------------------
:: CUSTOM CSS - add your own css
----------------------------------------- */

.aboutus-content {
    font-size: 21px;
    margin-top: 80px;
    text-align: justify;
}
.aboutus-content h4 {
    font-size: 27px;
    /*margin-top: 58px;*/
    text-align: center;
}
.info-box {
    margin: 15px 0px 15px;
    font-size: 17px;
    padding: 1px 25px;
    text-align: justify;
}

@media (min-width: 0px) and (max-width: 768px) {
    .aboutus-content {
        font-size: 16px;
        margin-top: 5px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .aboutus-content {
        font-size: 16px;
        margin-top: 5px;
    }
}

.container .content-main-page h1 {
    color: #00B6F1;
}
.container .content-main-page section {
    border-bottom: #dedede 1px dotted;
    background-color: #f7f7f7;
    padding: 2em;
    margin: 1.5em 0;
}

.container .content-main-page .article-section-header {
    padding: 0;
    margin: 0;
    overflow: auto;
    border-bottom: rgba(68, 73, 65, 0.1) dotted 1px;
}
.container .content-main-page .article-section-header h3 {
    padding: 0;
    margin: 0;
}
.container .content-main-page .article-section-header span {
    padding: 0;
    margin: 0;
    font-style: italic;
    font-size: 0.7em;
    color: #a2a2a2;
}
.container .content-main-page .article-section-body {
    padding: 0;
    margin: 10px 0px;
    overflow: auto;
}
.container .content-main-page .article-section-body p {
    line-height: 2em;
}
.container .content-main-page .article-section-body .img {
    width: 300px;
    float: left;
}
.container .content-main-page .article-section-body .img img {
    width: 300px;
    margin-right: 5px;
}
.container .content-main-page .article-section-body .news-text {
    float: left;
    margin-left: 10px;
    width: calc(100% - 315px);
}
.container .content-main-page .article-section-body a {
    color: #00B6F1;
}
.container .content-main-page .article-section-body a:hover {
    text-decoration: underline;
}