@media screen and (max-width: 1240px) {
    .show-desktop {
        display: none;
    }
    .show-mobile {
        display: block !important;
    }
    .main > div {
        padding: 0 10px;
    }
    .header-logo {
        left: 10px;
    }
    .header-language {
        right: 10px;
    }
    .menu-footer {
        right: 10px;
    }

    .content,
    .navigator {
        width: 100% !important;
    }
}
@media screen and (max-width: 1100px) {
    div.main-menu ul.menu > li > a {
        padding: 20px 15px;
    }
}
@media screen and (max-width: 1000px) {
    div.main-menu ul.menu > li > a {
        padding: 20px 10px;
    }
}
@media screen and (max-width: 995px) {
    .home-content {
        position: relative !important;
        right: 0 !important;
        top: 0 !important;
        width: 100% !important;
    }
    .home-body {
        height: auto !important;
    }
    .slideshow-item {
        height: 300px !important;
    }
    .home-content ul {
        background: #333 !important;
    }
    .header-menu {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 45px;
        z-index: 99;
        background: #2c71b6;
    }
    .header-menu.active {
        display: block;
    }
    .icon-menu-mobile {
        display: block;
        position: absolute;
        top: 7px;
        left: 30px;
    }
    .icon-menu-mobile span {
        display: block;
        background: #fff;
        width: 30px;
        height: 3px;
        margin: 5px 0;
    }
    div.main-menu ul.menu > li {
        float: none;
        padding: 0 18px;
        border-bottom: 1px solid #05305a;
    }
    .header-language {
        right: 10px;
        top: auto;
        bottom: -37px;
    }
    .header-language span {
        display: none;
    }
    .header-language li:first-child {
        margin-right: 10px;
    }
    .header-logo {
        position: relative;
        top: 0;
        left: 0;
        padding: 10px 0;
        display: inline-block;
    }
    .main-header .top-header {
        height: auto;
    }
    div.main-menu {
        height: 45px;
        background: #2c71b6;
        border-bottom: 1px solid #0c4c8c;
    }
    .content,
    .navigator {
        width: 100% !important;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-4 {
        width: 90%;
    }
    .col-sm-3 {
        width: 90%;
    }
    .col-sm-1 {
        width: 15%;
    }
    .col-sm-10 {
        width: 75%;
    }
}
@media screen and (max-width: 767px) {
    .contact-detail input,
    .contact-detail textarea {
        width: 100%;
    }
    .home-content {
        position: absolute;
        right: 10%;
        top: 25px;
        width: 80%;
    }
    .menu-footer {
        display: none;
    }
    .content,
    .navigator {
        width: 100% !important;
    }
    .content .news {
        width: 48% !important;
    }
    .content_left {
        width: 100%;
    }
    .content_right {
        width: 100%;
    }
    .col-sm-1 {
        width: 25%;
    }
    .col-sm-10 {
        width: 65%;
    }
}
@media screen and (max-width: 767px) {
    .breadcrumb_title {
        display: none !important;
    }
    .home-content {
        position: absolute;
        right: 10%;
        top: 25px;
        width: 80%;
    }
    .menu-footer {
        display: none;
    }
    .content,
    .navigator {
        width: 100% !important;
    }
    .content .news {
        width: 48% !important;
    }
    .description {
        text-align: justify;
        min-height: 60px;
        height: 60px;
        overflow: hidden;
    }
    .slideshow-item {
        height: 280px !important;
    }
    .col-6 {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .home-content {
        position: absolute;
        right: 10%;
        top: 25px;
        width: 80%;
    }
    .menu-footer {
        display: none;
    }
    .content,
    .navigator {
        width: 100% !important;
    }
    .content .news {
        width: 98% !important;
    }
    .news img {
        height: 200px !important;
    }
    .slideshow-item {
        height: 250px !important;
    }
}
