﻿@media screen and (max-width:1900px) and (min-width:1210px) {
    .container {
        max-width: 100%;
    }
}

@media screen and (max-width: 1155px) { /*  ipad - 768 */
    .container {
        width: 980px;
    }

    .content .left {
        float: left;
        width: 690px;
    }

    .menu_box {
        left: 0;
        width: 670px;
    }

    .footer_right {
        text-align: right;
        width: 70%;
    }

    .footer_links ul li {
        padding: 0 0 0 20px;
    }
}

@media screen and (max-width: 980px) { /*  ipad - 768 */
    .container {
        width: 750px;
    }

    .menu_box {
        left: 0;
        width: 100%;
    }

    .content .left {
        float: left;
        padding: 0px;
        width: 100%;
    }

    .right_new {
        margin-top: 0 !important;
    }

    .chairman {
        margin: 0 0 20px;
        width: 50%;
    }

        .chairman.chairman_new {
            width: 100%;
        }

    .content .right {
        margin: 140px 0 0;
        width: 100%;
    }

    .top_bar .left {
        float: left;
        margin: 20px 0 0;
        text-align: center;
        width: 100%;
    }

    .logo {
        display: inline-block;
        float: none;
    }

    .logo_name {
        display: inline-block;
        float: none;
    }

    .top_bar .right ul li a {
        background-color: rgba(255, 255, 255, 0.8);
        color: rgb(51, 51, 51);
        font-size: 15px;
        padding: 0 5px;
        text-decoration: none;
    }

    .top_bar .right {
        float: right;
        width: auto;
    }

    .footer_right {
        text-align: right;
        width: 65%;
    }

    .footer_links ul li {
        font-size: 12px;
        padding: 0 0 0 12px;
    }

    .content h3 i {
        display: none;
    }
}

@media (max-width: 767px) { /* 480 */
    .container {
        width: 460px;
    }

    .menu_box {
        position: relative;
    }

    .nav {
        background-color: rgb(255, 255, 255);
        border: 1px solid rgb(221, 221, 221);
        border-radius: 5px;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 90px;
        transition: all 0.2s cubic-bezier(0.93, 0.01, 1, 1.01) 0s;
        -moz-transition: all 0.2s cubic-bezier(0.93, 0.01, 1, 1.01) 0s;
        -webkit-transition: all 0.2s cubic-bezier(0.93, 0.01, 1, 1.01) 0s;
        width: 10px;
        z-index: 99;
    }

    .menu ul li a {
        color: rgb(51, 51, 51);
        white-space: nowrap;
    }

    .menu ul li:hover a {
        color: #fff;
    }

    .menu ul li {
        line-height: inherit;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .logo_name span {
        font-size: 28px;
    }

    .logo_name {
        font-size: 25px;
    }

    .chairman {
        margin: 0 0 20px;
        width: 100%;
    }

    .calender {
        padding: 0;
        width: 100%;
    }

    .bxslider {
        height: 89px;
        margin: 10px 0;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }

    .news_heading {
        padding: 0;
    }

    .news {
        background-size: cover;
    }

    .footer_right {
        padding: 15px 0 0;
        width: 100%;
    }

    .footer_left {
        width: 100%;
    }

    .footer_links ul li {
        font-size: 12px;
        padding: 0 0 10px;
        width: 100%;
        text-align: center;
    }

    .copy {
        border-top: 1px solid rgb(221, 221, 221);
        color: rgb(51, 51, 51);
        margin: 10px 0 0;
        padding: 10px 0 0;
        text-align: center;
    }

    .footer_left h4 {
        margin: 0 10px 0 0;
    }

    .banner img {
        opacity: 0;
    }

    .banner {
        background-image: url("../images/banner.png");
        background-size: cover;
        height: 210px;
    }

    .menu ul li a {
        border-bottom: 1px solid rgb(221, 221, 221);
        padding: 5px 0;
    }

    .mob_menu {
        display: inline-block;
    }

    .nav ul li:hover .sub_menu {
        left: 0;
        opacity: 1;
        pointer-events: auto;
        top: 0;
    }

    ul .sub_menu {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        position: relative;
        opacity: 1;
        top: 0px;
        width: 100%;
    }

    .sub_menu a {
        text-align: center;
        background: #EDEDED;
    }

        .sub_menu a:hover {
            background: rgb(192, 192, 192) none repeat scroll 0 0;
            color: rgb(255, 255, 255);
        }

    .banner {
        margin-top: 240px;
    }

    .top_bar .right {
        display: inline-block;
        float: none;
        text-align: center;
        width: 100%;
    }

        .top_bar .right ul {
            display: inline-block;
            margin: 0;
            padding: 0;
        }

    .logo_name {
        display: inline-block;
        float: none;
        width: 100%;
    }

    .nav ul li:hover ul.sub_menu li a {
        color: rgb(0, 0, 0);
    }
}

@media (max-width: 630px) {
}

@media (max-width: 616px) {
}

@media (max-width: 600px) {
}

@media screen and (max-width: 479px) { /* 320 */
    .container {
        width: 300px;
    }

    .logo_name {
        font-size: 1.5em;
    }

    .top_bar .right {
        float: right;
        text-align: center;
        width: 100%;
    }

        .top_bar .right ul li {
            display: inline-block;
            float: none;
        }

    .chairman h2 i {
        display: none;
    }

    .chairman h2 {
        font-size: 20px;
    }

    .content h3 {
        font-size: 20px;
    }

    .c-grid {
        width: 299px !important;
    }

    .c-month {
        width: 69.5% !important;
    }
}

@media screen and (max-width: 420px) {
}

@media screen and (max-width: 394px) {
}

@media screen and (max-width: 326px) {
}

@media screen and (max-width: 273px) {
}

@media screen and (max-width: 319px) { /* 240 */
    .container {
        width: 220px;
    }
}

/************************************************************************************************/
