.news
{
    width: 90%;
    margin: 0 auto;
}

.news .title
{
    height: 60px;
    width: 95%;
    margin: auto;
    display: flex;
    align-items: center;
}

.news .title .name
{
    font-size: 18pt;
    font-weight: bold;
    color: rgba(0,0,0,0.6);
}

.line-separator
{
    position: relative;
    background-color: rgba(0,0,0,0.2);
    height: 1pt;
}

.news .important-news > .content
{
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    position: relative;
    margin: 30px auto 0;
    width: 95%;
}

.news .important-news > .content .title
{
    position: absolute;
    top: -12px;
    right: 20px;
    width: 100px;
    background-color: #F5F5F5;
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    color: rgba(0,0,0,0.4);
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news .important-news > .content .box .box-slick
{
    display: flex;
    position: relative;
    justify-content: center;
    margin: auto;
    direction: ltr;
    height: 80%;
    width: 100%;
}

.news .important-news > .content .box .box-slick .slick-list
{
    width: 94%;
    height: 100%;
    padding: 2px 0;
    z-index: 2;
}

.news .important-news > .content .box .box-slick .slick-list .slick-track
{
    height: 100%;
}

.news .important-news > .content .box .box-slick .slick-arrow
{
    position: absolute;
    width: 50px;
    height: 50px;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.3), 0 1px 3px 1px rgba(60,64,67,0.15);
    border-radius: 50%;
    background-color: white;
}

.news .important-news > .content .box .box-slick .slick-arrow:hover
{
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
}

.news .important-news > .content .box .box-slick .slick-arrow.slick-disabled
{
    box-shadow: 0 0 1px 0 rgba(60,64,67,0.3);
    cursor: default;
}

.news .important-news > .content .box .box-slick .slick-arrow.slick-disabled:hover
{
    box-shadow: 0 0 1px 0 rgba(60,64,67,0.3);
}

.news .important-news > .content .box .box-slick .slick-arrow.slick-disabled .icon-right-arrow
{
    color: rgba(0,0,0,0.1);
}

.news .important-news > .content .box .box-slick .slick-arrow:before
{
    content: none;
}

.news .important-news > .content .box .box-slick .slick-arrow .icon-right-arrow
{
    font-size: 20pt;
    color: grey;
}

.news .important-news > .content .box .box-slick .slick-arrow.slick-prev .icon-right-arrow:before
{
    transform: rotate(180deg);
}

.news .important-news > .content .box .box-slick .slick-arrow.slick-prev
{
    left: -25px;
}

.news .important-news > .content .box .box-slick .slick-arrow.slick-next
{
    right: -25px;
}

.news .important-news > .content .box .box-slick .imp-news-box
{
    padding: 5px;
}

.news .important-news > .content .box .box-slick .imp-news-box .imp-news-template
{
    height: 250px;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.3), 0 1px 3px 1px rgba(60,64,67,0.15);
    transition: box-shadow 0.3s ease-in-out;
    cursor: pointer;
}

.news .important-news > .content .box .box-slick .imp-news-box .imp-news-template:hover
{
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
}

.news .important-news > .content .box .box-slick .imp-news-box .imp-news-template a
{
    text-decoration: none;
}

.news .important-news > .content .box .box-slick .imp-news-box .imp-news-template .imp-news-img
{
    width: 100%;
    height: 80%;
}

.news .important-news > .content .box .box-slick .imp-news-box .imp-news-template .imp-news-img img
{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.news .important-news > .content .box .box-slick .imp-news-box .imp-news-template .imp-news-title
{
    padding: 0 5px;
    direction: rtl;
}

.news .important-news > .content .box .box-slick .imp-news-box .imp-news-template .imp-news-title .text
{
    font-size: 10pt;
    font-weight: bold;
    color: rgba(0,0,0,0.6);
}

.news .important-news > .content .box .box-slick .imp-news-box .imp-news-template .imp-news-summary
{
    padding: 0 5px;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news .important-news > .content .box .box-slick .imp-news-box .imp-news-template .imp-news-summary .text
{
    font-size: 8pt;
    font-weight: bold;
    color: rgba(0,0,0,0.3);
    text-align: justify;
}

.news .all-news
{
    width: 97%;
    margin: auto;
}

.news .all-news > .all-news-box
{
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.news .all-news > .all-news-box .all-news-template
{
    width: 100%;
    height: 85%;
    margin: auto;
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.3), 0 1px 3px 1px rgba(60,64,67,0.15);
    transition: box-shadow 0.4s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}

.news .all-news > .all-news-box .all-news-template:hover
{
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
}

.news .all-news > .all-news-box .all-news-template .all-news-image
{
    width: 100%;
    height: 100%;
    padding: 0;
}

.news .all-news > .all-news-box .all-news-template .all-news-image img
{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.news .all-news > .all-news-box .all-news-template .all-news-info .all-news-title
{
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
    text-align: justify;
}

.news .all-news > .all-news-box .all-news-template .all-news-info .all-news-title .text
{
    font-size: 14pt;
    font-weight: bold;
    color: rgba(0,0,0,0.6);
}

.news .all-news > .all-news-box .all-news-template .all-news-info .all-news-summary
{
    width: 100%;
    height: 70%;
    padding: 10px auto 10px;
    text-align: justify;
}

.news .all-news > .all-news-box .all-news-template .all-news-info .all-news-summary .text
{
    font-size: 11pt;
    font-weight: bold;
    color: rgba(0,0,0,0.4);
}

@media only screen and (max-width: 768px) {
    .news
    {
        width: 90%;
        /*height: auto;*/
    }

    .news .title
    {
        height: 30px;
    }

    .news .title .name
    {
        font-size: 14pt;
    }

    .news .important-news
    {
        width: 98%;
        margin: auto;
    }

    .news .important-news > .content .box .box-slick .slick-arrow
    {
        z-index: 10;
    }

    .news .all-news > .all-news-box
    {
        padding: 0;
        height: 300px;
    }

    .news .all-news > .all-news-box .all-news-template
    {
        height: 280px;
    }

    .news .all-news > .all-news-box .all-news-template .all-news-image
    {
        height: 80%;
    }

    .news .all-news > .all-news-box .all-news-template .all-news-info
    {
        width: 100%;
        height: 20%;
        margin: 0;
    }

    .news .all-news > .all-news-box .all-news-template .all-news-info .all-news-title
    {
        height: 50%;
    }

    .news .all-news > .all-news-box .all-news-template .all-news-info .all-news-title .text
    {
        font-size: 12pt;
    }

    .news .all-news > .all-news-box .all-news-template .all-news-info .all-news-summary
    {
        height: 50%;
        padding: 0;
    }

    .news .all-news > .all-news-box .all-news-template .all-news-info .all-news-summary .text
    {
        font-size: 10pt;
    }
}