@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 0px) and (max-width: 998px) {
    nav.menumobi {
        position: relative;
        z-index: 2;
    }
    #menuToggle {
        float: left;
        margin-left: 5px;
        margin-top: 4px;
    }
    #menuToggle input {
        display: flex;
        width: 40px;
        height: 32px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 1;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }
    #menuToggle span {
        display: flex;
        width: 29px;
        height: 2px;
        z-index: 1;
        margin-bottom: 5px;
        position: relative;
        background: #fff;
        border-radius: 3px;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    }
    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }
    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }
    #menumobi {
    }

    * {
        box-sizing: border-box;
    }
    .container_24 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    .sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 30px;
    }
    body {
        margin: 0;
        background: #fff;
    }
    .header_top {
        float: left;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        overflow: hidden;
        background: #0066cc;
        font-family: "open_sanssemibold";
        font-size: 12px;
        color: #fff;
        position: relative;
        z-index: 1;
    }
    .header_top .logo {
        float: left;
        width: 100%;
        text-align: center;
    }
    .header_top .logo img {
        max-width: 160px;
        width: 100%;
    }
    .header_top .cari {
        display: none;
    }
    .header_top .cari .input {
        float: left;
        width: 100%;
        float: left;
        height: 35px;
        border: 2px solid #fff;
        padding: 8px;
        background: #fff;
        font-family: "open_sansregular";
        color: #fff;
        font-size: 13px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        outline: none;
        -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
        -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
        box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
    }
    .header_top .cari .input:focus {
        border: 2px solid #555;
    }

    .header_top .right {
        display: none;
    }
    .header_top .right .signin {
        display: inline-block;
        color: #ff3300;
        background: #ffcc33;
        height: 35px;
        padding-left: 20px;
        padding-right: 20px;
        font-family: "open_sansbold";
        font-size: 14px;
        line-height: 2.5em;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        text-decoration: none;
        border-radius: 4px;
        margin: 0 5px;
    }
    .header_top .right .create {
        display: inline-block;
        color: #000;
        background: #ff9933;
        height: 35px;
        padding-left: 20px;
        padding-right: 20px;
        font-family: "open_sansbold";
        font-size: 14px;
        line-height: 2.5em;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        text-decoration: none;
        border-radius: 4px;
        margin: 0 5px;
    }
    .header_top .right .signin:hover,
    .header_top .right .create:hover {
        opacity: 0.7;
    }

    #navbar {
    }
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 5;
        background: #fff;
        -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    }
    .sticky + .content {
        padding-top: 60px;
    }

    .menu_top {
        width: 100%;
        padding: 2.5%;
        padding-top: 15px;
        padding-bottom: 15px;
        float: left;
        background: #3f3f3f;
    }
    .menu_top .logo_mob {
        display: none;
    }
    .menu_top .logo_mob img {
        width: 150px;
    }
    .menu_top .search {
        position: absolute;
        right: 0;
        top: -4px;
        background: #fff;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        text-align: center;
        font-size: 14px;
        color: #c10c04;
        z-index: 1;
    }
    .menu_top .search i {
        margin-top: 10px;
    }
    #menu {
        display: none;
    }

    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 2; /* Sit on top */
        padding-top: 50px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0, 0, 0); /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    }
    .modal-content {
        position: relative;
        background: #fff;
        float: left;
        margin-left: 2.5%;
        border: none;
        border-radius: 3px;
        width: 95%;
        padding: 2.5%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
            0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.2s;
        animation-name: animatetop;
        animation-duration: 0.2s;
    }
    .modal-content .box {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(226, 226, 226, 1);
    }
    .modal-content .box .title {
        float: left;
        width: 100%;
        font-family: "open_sansbold";
        color: #000;
        font-size: 14px;
    }
    .modal-content .box .link {
        float: left;
        width: 45%;
        margin-left: 5%;
        margin-top: 10px;
        font-family: "open_sanssemibold";
        font-size: 13px;
        list-style: none;
        color: #000;
    }
    .modal-content .box .link a {
        color: #000;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }
    .modal-content .box .link a:hover {
        opacity: 0.7;
    }
    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0;
        }
        to {
            top: 0;
            opacity: 1;
        }
    }
    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0;
        }
        to {
            top: 0;
            opacity: 1;
        }
    }
    .close {
        color: white;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

    .slide_home_top {
        width: 100%;
        float: left;
        background: #e1e6eb;
        padding-top: 20px;
    }
    .slide_home_top .side {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }
    .slide_home_top .side .box {
        float: left;
        width: 100%;
        height: 250px;
        overflow: hidden;
        position: relative;
        border-radius: 7px;
    }
    .slide_home_top .side .box img {
        width: 100%;
        height: 100%;
    }
    .slide_home_top .side .box .caption {
        margin: 0;
        text-align: left;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 5%;
        height: 100%;
        background: #0835c6;
        background: linear-gradient(
            0deg,
            rgba(8, 53, 198, 1) 10%,
            rgba(255, 255, 255, 0) 40%
        );
        border-radius: 3px;
        position: absolute;
        color: #fff;
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
    }
    .slide_home_top .side .box .caption .headline {
        font-size: 10px;
        color: #fff;
        font-family: "open_sanssemibold";
        margin-top: 80px;
        margin-bottom: 10px;
        position: relative;
        background: #d45b52;
        border-radius: 5px;
        padding: 4px;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
    }
    .slide_home_top .side .box .caption .subtitle {
        float: left;
        width: 100%;
        font-size: 14px;
        color: #fff;
        font-family: "open_sansbold";
        margin-bottom: 10px;
        line-height: 1.5em;
    }
    .slide_home_top .side .box .caption .mark {
        float: left;
        width: 100%;
        font-size: 10px;
        color: #fff;
        font-family: "open_sansregular";
    }
    .slide_home_top .side .box .caption .mark i {
        font-size: 10px;
        color: #d45b52;
    }
    .slide_home_top .side .box .caption .mark-custom {
        float: left;
        width: 100%;
        font-size: 10px;
        color: #fff;
        font-family: "open_sansregular";
    }
    .slide_home_top .side .box .caption .mark-custom i {
        font-size: 10px;
        color: #d45b52;
    }
    .owl-carousel .nav-slidetop {
        position: absolute;
        cursor: pointer;
        top: 120px !important;
    }
    .owl-carousel .prev-slidetop {
        left: 15px;
        color: #fff;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #c64d47;
        font-size: 25px;
        line-height: 1.4em;
        opacity: 0.5;
    }
    .owl-carousel .next-slidetop {
        right: 15px;
        color: #fff;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #c64d47;
        font-size: 25px;
        line-height: 1.4em;
        opacity: 0.5;
    }
    .owl-carousel .prev-slidetop:hover {
        opacity: 0.8;
    }
    .owl-carousel .next-slidetop:hover {
        opacity: 0.8;
    }
    .slide_home_top .side .news_box {
        float: left;
        width: 100%;
        height: 105px;
        overflow: hidden;
        margin-bottom: 17px;
    }
    .slide_home_top .side .news_box .pic {
        float: left;
        width: 40%;
        height: 105px;
        border-radius: 7px;
        overflow: hidden;
    }
    .slide_home_top .side .news_box .pic img {
        width: 100%;
        height: 100%;
    }
    .slide_home_top .side .news_box .area {
        float: right;
        width: 58%;
        height: 105px;
        overflow: hidden;
    }
    .slide_home_top .side .news_box .area .category {
        font-size: 10px;
        color: #fff;
        font-family: "open_sanssemibold";
        margin-bottom: 10px;
        background: #d45b52;
        border-radius: 3px;
        padding: 4px;
        padding-left: 8px;
        padding-right: 8px;
        float: left;
    }
    .slide_home_top .side .news_box .area .title {
        font-size: 16px;
        color: #122471;
        margin-bottom: 10px;
        font-family: "open_sansbold";
        position: relative;
        float: left;
        width: 100%;
        height: 40px;
        overflow: hidden;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }
    .slide_home_top .side .news_box .area .title:hover {
        color: #000;
    }
    .slide_home_top .side .news_box .area .mark {
        font-size: 11px;
        color: #9aa6b9;
        font-family: "open_sansregular";
        position: relative;
        float: left;
        width: 100%;
    }
    .slide_home_top .side .news_box .area .mark-custom {
        font-size: 11px;
        color: #9aa6b9;
        font-family: "open_sansregular";
        position: relative;
        float: left;
        width: 100%;
    }
    .slide_home_top .side .news_box .area .mark-custom i {
        font-size: 11px;
        color: #d45b52;
    }
    .slide_home_top .side .news_box .area .mark i {
        font-size: 11px;
        color: #d45b52;
    }

    .banner_two {
        float: left;
        width: 100%;
        height: auto;
        min-height: 80px;
        overflow: hidden;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .banner_two img {
        width: 100%;
        max-width: 1170px;
        height: auto;
        object-fit: cover;
    }

    .banner_three {
        float: left;
        width: 100%;
        height: 100px;
        margin-bottom: 20px;
        overflow: hidden;
        text-align: center;
    }
    .banner_three img {
        width: 100%;
        max-width: 560px;
        height: 100%;
    }

    .banner_four {
        float: left;
        width: 100%;
        height: 600px;
        margin-top: 10px;
        margin-bottom: 20px;
        overflow: hidden;
        text-align: center;
    }
    .banner_four img {
        width: 100%;
        max-width: 160px;
        height: 100%;
    }

    .banner_five {
        float: left;
        width: 100%;
        height: 250px;
        margin-top: 20px;
        overflow: hidden;
        text-align: center;
    }
    .banner_five img {
        width: 100%;
        max-width: 350px;
        height: 100%;
    }

    .banner_side_left {
        position: fixed;
        left: -20px;
        bottom: 7px;
        width: 100%;
        max-width: 160px;
        height: 605px;
        overflow: hidden;
        z-index: -1;
    }
    .banner_side_right {
        position: fixed;
        right: -20px;
        bottom: 7px;
        width: 100%;
        max-width: 160px;
        height: 605px;
        overflow: hidden;
        z-index: -1;
    }
    .banner_side_left img {
        width: 100%;
        max-width: 160px;
        height: 100%;
    }
    .banner_side_right img {
        width: 100%;
        max-width: 160px;
        height: 100%;
    }

    .news_slide_home {
        float: left;
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
        background: #fff;
        position: relative;
    }
    .news_slide_home .back {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
    }
    .news_slide_home .top_title {
        float: left;
        width: 100%;
        margin-bottom: 20px;
        color: #fff;
        font-size: 20px;
        font-family: "open_sansbold";
    }
    .news_slide_home .slide {
        float: left;
        width: 100%;
    }
    .carousel-wrap {
        width: 100%;
        margin: auto;
        position: relative;
    }
    .owl-carousel .owl-nav {
        height: 0px;
    }
    .owl-carousel .item {
        text-align: center;
    }
    .owl-carousel .nav-newstop {
        position: absolute;
        cursor: pointer;
        top: -50px !important;
    }
    .owl-carousel .owl-prev.disabled,
    .owl-carousel .owl-next.disabled {
        pointer-events: none;
        opacity: 1;
    }
    .owl-carousel .prev-newstop {
        right: 40px;
        color: #fff;
        font-size: 30px;
    }
    .owl-carousel .next-newstop {
        right: 0;
        color: #fff;
        font-size: 30px;
    }
    .owl-carousel .prev-newstop:hover {
        opacity: 0.8;
    }
    .owl-carousel .next-newstop:hover {
        opacity: 0.8;
    }
    .news_slide_home .box {
        float: left;
        width: 100%;
        height: 280px;
        overflow: hidden;
        background: #fff;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    }
    .news_slide_home .box .pic {
        float: left;
        width: 100%;
        height: 130px;
        overflow: hidden;
    }
    .news_slide_home .box .pic img {
        width: 100%;
        height: 100%;
    }
    .news_slide_home .box .desc {
        float: left;
        width: 90%;
        padding: 5%;
        overflow: hidden;
    }
    .news_slide_home .box .desc .title {
        font-size: 16px;
        color: #122471;
        margin-top: 10px;
        margin-bottom: 20px;
        font-family: "open_sansbold";
        position: relative;
        float: left;
        width: 100%;
        height: 60px;
        overflow: hidden;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }
    .news_slide_home .box .desc .title:hover {
        color: #000;
    }
    .news_slide_home .box .desc .mark {
        font-size: 11px;
        color: #9aa6b9;
        font-family: "open_sansregular";
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }
    .news_slide_home .box .desc .mark-custom {
        font-size: 11px;
        color: #9aa6b9;
        font-family: "open_sansregular";
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }
    .news_slide_home .box .desc .mark-custom i {
        font-size: 11px;
        color: #d45b52;
        float: left;
        width: 20px;
        margin-top: 2px;
        text-align: center;
    }
    .news_slide_home .box .desc .mark i {
        font-size: 11px;
        color: #d45b52;
        float: left;
        width: 20px;
        margin-top: 2px;
        text-align: center;
    }

    .customNavigation {
        float: right;
        margin-top: -350px;
    }
    .customNavigation i {
        margin-top: 7px;
    }
    #prev1 {
        width: 30px;
        height: 30px;
        background: #fff;
        font-size: 16px;
        color: #000;
        position: relative;
        cursor: pointer;
        z-index: 1;
        float: left;
        border-radius: 50%;
        margin-right: 10px;
        text-align: center;
    }
    #prev1:hover {
        opacity: 0.9;
    }
    #next1 {
        width: 30px;
        height: 30px;
        background: #fff;
        font-size: 16px;
        color: #000;
        position: relative;
        cursor: pointer;
        z-index: 1;
        float: right;
        border-radius: 50%;
        margin-right: 0px;
        text-align: center;
    }
    #next1:hover {
        opacity: 0.9;
    }

    .kanal_area {
        float: left;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        background-image: linear-gradient(
            to right top,
            #051937,
            #004d7a,
            #008793,
            #00bf72,
            #a8eb12
        );
        position: relative;
    }
    .kanal_area .area {
        float: left;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
        padding: 0 10px;
    }
    .kanal_area .area .box {
        float: left;
        width: 100%;
        height: auto;
        min-height: 120px;
        overflow: hidden;
        border-radius: 7px;
        transition: transform 0.3s ease;
        -webkit-transition: transform 0.3s ease;
    }
    .kanal_area .area .box:hover {
        transform: scale(1.02);
        -webkit-transform: scale(1.02);
    }
    .kanal_area .area .box img {
        width: 100%;
        height: auto;
        min-height: 120px;
        object-fit: cover;
        text-align: center;
    }

    .news_area_home {
        float: left;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        background: #fff;
    }
    .news_area_home .left {
        float: left;
        width: 100%;
    }
    .news_area_home .left .title_top {
        float: left;
        width: 100%;
        position: relative;
        font-size: 18px;
        color: #003372;
        font-family: "open_sansbold";
        margin-bottom: 30px;
    }
    .news_area_home .left .title_top:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 8px;
        width: 60%;
        height: 2px;
        background: #1fb1dc;
    }
    .news_area_home .box {
        float: left;
        width: 100%;
        height: 300px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .news_area_home .box .pic {
        float: left;
        width: 100%;
        height: 150px;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
    }
    .news_area_home .box .pic .label {
        position: absolute;
        left: 10px;
        top: 10px;
        border-radius: 5px;
        background: #04abd9;
        color: #fff;
        font-family: "open_sansregular";
        font-size: 10px;
        padding: 5px;
    }
    .news_area_home .box .pic img {
        width: 100%;
        height: 100%;
    }
    .news_area_home .box .desc {
        float: right;
        width: 100%;
        height: 150px;
        overflow: hidden;
    }
    .news_area_home .box .desc .title {
        float: left;
        width: 100%;
        height: 40px;
        margin-bottom: 10px;
        margin-top: 10px;
        font-family: "open_sansbold";
        font-size: 16px;
        color: #003372;
        overflow: hidden;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }
    .news_area_home .box .desc .title:hover {
        color: #444444;
    }
    .news_area_home .box .desc .text {
        float: left;
        width: 100%;
        height: 60px;
        margin-bottom: 10px;
        font-family: "open_sansregular";
        font-size: 14px;
        line-height: 1.4;
        color: #000;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }
    .news_area_home .box .desc .name {
        float: left;
        font-family: "open_sansregular";
        font-size: 12px;
        color: #003372;
        margin-right: 20px;
    }
    .news_area_home .box .desc .date {
        float: left;
        font-family: "open_sansregular";
        font-size: 12px;
        color: #9aa6b9;
    }

    .news_area_home .right {
        float: right;
        width: 100%;
    }
    .news_area_home .right .ads {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        overflow: hidden;
        position: relative;
    }
    .news_area_home .right .ads img {
        width: 100%;
        max-width: 262px;
    }

    .news_area_video {
        float: left;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        background: #f5f5f5;
    }
    .news_area_video .title_top {
        float: left;
        width: 100%;
        font-size: 18px;
        color: #000;
        font-family: "open_sansbold";
        margin-bottom: 30px;
        border-left: 2px solid #d45b52;
        padding: 0 8px;
    }
    .news_area_video .title_top .more {
        float: right;
        font-size: 12px;
        color: #000;
        margin-top: 4px;
        font-family: "open_sansregular";
    }
    .news_area_video .left {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }
    .news_area_video .left .box {
        float: left;
        width: 100%;
        height: 200px;
        overflow: hidden;
        border-radius: 5px;
        margin-bottom: 20px;
    }
    .news_area_video .left .box img {
        width: 100%;
        height: 100%;
    }
    .news_area_video .left .title {
        font-size: 24px;
        color: #122471;
        margin-bottom: 20px;
        font-family: "open_sansbold";
        position: relative;
        float: left;
        width: 100%;
        overflow: hidden;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }
    .news_area_video .left .title:hover {
        color: #000;
    }
    .news_area_video .left .mark {
        font-size: 12px;
        color: #9aa6b9;
        font-family: "open_sansregular";
        position: relative;
        float: left;
        margin-right: 20px;
    }
    .news_area_video .left .mark-custom {
        font-size: 12px;
        color: #9aa6b9;
        font-family: "open_sansregular";
        position: relative;
        float: left;
        margin-right: 20px;
    }
    .news_area_video .left .mark-custom i {
        font-size: 12px;
        color: #d45b52;
        float: left;
        width: 20px;
        margin-top: 2px;
    }
    .news_area_video .left .mark i {
        font-size: 12px;
        color: #d45b52;
        float: left;
        width: 20px;
        margin-top: 2px;
    }
    .news_area_video .right {
        float: right;
        width: 100%;
    }
    .news_area_video .right .news_box {
        float: left;
        width: 100%;
        height: 105px;
        overflow: hidden;
        margin-bottom: 17px;
    }
    .news_area_video .right .news_box .pic {
        float: left;
        width: 35%;
        height: 105px;
        border-radius: 7px;
        overflow: hidden;
    }
    .news_area_video .right .news_box .pic img {
        width: 100%;
        height: 100%;
    }
    .news_area_video .right .news_box .area {
        float: right;
        width: 62%;
        height: 105px;
        overflow: hidden;
    }
    .news_area_video .right .news_box .area .title {
        font-size: 16px;
        color: #122471;
        margin-bottom: 10px;
        font-family: "open_sansbold";
        position: relative;
        float: left;
        width: 100%;
        height: 40px;
        overflow: hidden;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }
    .news_area_video .right .news_box .area .title:hover {
        color: #000;
    }
    .news_area_video .right .news_box .area .mark {
        font-size: 12px;
        color: #9aa6b9;
        font-family: "open_sansregular";
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }
    .news_area_video .right .news_box .area .mark-custom {
        font-size: 12px;
        color: #9aa6b9;
        font-family: "open_sansregular";
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }
    .news_area_video .right .news_box .area .mark-custom i {
        font-size: 12px;
        color: #d45b52;
        text-align: center;
        float: left;
        width: 20px;
        margin-top: 2px;
    }
    .news_area_video .right .news_box .area .mark i {
        font-size: 12px;
        color: #d45b52;
        text-align: center;
        float: left;
        width: 20px;
        margin-top: 2px;
    }

    .news_slide_home_bottom {
        float: left;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        background: #f5f5f5;
    }
    .news_slide_home_bottom .top_title {
        float: left;
        width: 100%;
        font-size: 18px;
        color: #000;
        font-family: "open_sansbold";
        margin-bottom: 30px;
        border-left: 2px solid #d45b52;
        padding: 0 8px;
    }
    .news_slide_home_bottom .top_title .more {
        float: right;
        font-size: 12px;
        margin-top: 4px;
        color: #000;
        font-family: "open_sansregular";
    }
    .news_slide_home_bottom .slide {
        float: left;
        width: 100%;
    }
    .owl-carousel .nav-newsbottom {
        display: none;
    }
    .owl-carousel .prev-newsbottom {
        right: 180px;
        color: #000;
        font-size: 30px;
    }
    .owl-carousel .next-newsbottom {
        right: 140px;
        color: #000;
        font-size: 30px;
    }
    .owl-carousel .prev-newsbottom:hover {
        opacity: 0.8;
    }
    .owl-carousel .next-newsbottom:hover {
        opacity: 0.8;
    }
    .news_slide_home_bottom .box {
        float: left;
        width: 100%;
        height: 280px;
        margin-bottom: 10px;
        overflow: hidden;
        background: #fff;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    }
    .news_slide_home_bottom .box .pic {
        float: left;
        width: 100%;
        height: 130px;
        overflow: hidden;
    }
    .news_slide_home_bottom .box .pic img {
        width: 100%;
        height: 100%;
    }
    .news_slide_home_bottom .box .desc {
        float: left;
        width: 90%;
        padding: 5%;
        overflow: hidden;
    }
    .news_slide_home_bottom .box .desc .title {
        font-size: 16px;
        color: #122471;
        margin-top: 10px;
        margin-bottom: 20px;
        font-family: "open_sansbold";
        position: relative;
        float: left;
        width: 100%;
        height: 60px;
        overflow: hidden;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }
    .news_slide_home_bottom .box .desc .title:hover {
        color: #000;
    }
    .news_slide_home_bottom .box .desc .mark {
        font-size: 11px;
        color: #9aa6b9;
        font-family: "open_sansregular";
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }
    .news_slide_home_bottom .box .desc .mark-custom {
        font-size: 11px;
        color: #9aa6b9;
        font-family: "open_sansregular";
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }
    .news_slide_home_bottom .box .desc .mark-custom i {
        font-size: 11px;
        color: #d45b52;
        float: left;
        width: 20px;
        margin-top: 2px;
        text-align: center;
    }
    .news_slide_home_bottom .box .desc .mark i {
        font-size: 11px;
        color: #d45b52;
        float: left;
        width: 20px;
        margin-top: 2px;
        text-align: center;
    }

    .customNavigation2 {
        float: right;
        margin-right: 20px;
        margin-top: -5px;
    }
    .customNavigation2 i {
        margin-top: 7px;
    }
    #prev2 {
        width: 30px;
        height: 30px;
        background: #000;
        font-size: 16px;
        position: relative;
        color: #fff;
        cursor: pointer;
        z-index: 1;
        float: left;
        border-radius: 50%;
        margin-right: 10px;
        text-align: center;
    }
    #prev2:hover {
        opacity: 0.9;
    }
    #next2 {
        width: 30px;
        height: 30px;
        background: #000;
        font-size: 16px;
        position: relative;
        color: #fff;
        cursor: pointer;
        z-index: 1;
        float: right;
        border-radius: 50%;
        margin-right: 0px;
        text-align: center;
    }
    #next2:hover {
        opacity: 0.9;
    }

    .news_home_bottom {
        float: left;
        width: 100%;
        background: #f5f5f5;
    }
    .news_home_bottom .side {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }
    .news_home_bottom .side:nth-last-child(odd) {
        float: left;
        width: 100%;
        background: #e1e6eb;
        padding: 2.5%;
    }
    .news_home_bottom .side .top_title {
        float: left;
        width: 100%;
        font-size: 18px;
        color: #000;
        font-family: "open_sansbold";
        margin-bottom: 30px;
        border-left: 2px solid #d45b52;
        padding: 0 8px;
    }
    .news_home_bottom .side .top_title .more {
        float: right;
        font-size: 12px;
        margin-top: 4px;
        color: #000;
        font-family: "open_sansregular";
    }
    .news_home_bottom .side .slide_news {
        float: left;
        width: 100%;
    }
    .owl-carousel .nav-video {
        position: absolute;
        cursor: pointer;
        top: 120px !important;
    }
    .owl-carousel .prev-video {
        left: 25px;
        color: #fff;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #c64d47;
        font-size: 25px;
        line-height: 1.4em;
        opacity: 0.7;
    }
    .owl-carousel .next-video {
        right: 25px;
        color: #fff;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #c64d47;
        font-size: 25px;
        line-height: 1.4em;
        opacity: 0.7;
    }
    .owl-carousel .prev-video:hover {
        opacity: 0.8;
    }
    .owl-carousel .next-video:hover {
        opacity: 0.8;
    }
    .news_home_bottom .side .slide_news .box {
        float: left;
        width: 100%;
        height: 250px;
        border-radius: 7px;
        overflow: hidden;
        position: relative;
    }
    .news_home_bottom .side .slide_news .box img {
        width: 100%;
        height: 100%;
    }
    .news_home_bottom .side .slide_news .box .caption {
        margin: 0;
        text-align: left;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 5%;
        height: 100%;
        background: #0835c6;
        background: linear-gradient(
            0deg,
            rgba(8, 53, 198, 1) 10%,
            rgba(255, 255, 255, 0) 40%
        );
        border-radius: 3px;
        position: absolute;
        color: #fff;
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
    }
    .news_home_bottom .side .slide_news .box .caption .subtitle {
        float: left;
        width: 100%;
        margin-top: 100px;
        font-size: 18px;
        color: #fff;
        font-family: "open_sansbold";
        margin-bottom: 10px;
        line-height: 1.5em;
    }
    .news_home_bottom .side .slide_news .box .caption .mark {
        font-size: 11px;
        color: #fff;
        font-family: "open_sansregular";
    }
    .news_home_bottom .side .slide_news .box .caption .mark-custom {
        font-size: 11px;
        color: #fff;
        font-family: "open_sansregular";
    }
    .news_home_bottom .side .slide_news .box .caption .mark-custom i {
        font-size: 11px;
        color: #d45b52;
    }
    .news_home_bottom .side .slide_news .box .caption .mark i {
        font-size: 11px;
        color: #d45b52;
    }

    .news_home_bottom .side .news_box {
        float: left;
        width: 100%;
        height: 105px;
        overflow: hidden;
        margin-bottom: 17px;
    }
    .news_home_bottom .side .news_box .pic {
        float: left;
        width: 35%;
        height: 105px;
        border-radius: 7px;
        overflow: hidden;
    }
    .news_home_bottom .side .news_box .pic img {
        width: 100%;
        height: 100%;
    }
    .news_home_bottom .side .news_box .area {
        float: right;
        width: 62%;
        height: 105px;
        overflow: hidden;
    }
    .news_home_bottom .side .news_box .area .title {
        font-size: 16px;
        color: #122471;
        margin-bottom: 10px;
        font-family: "open_sansbold";
        position: relative;
        float: left;
        width: 100%;
        height: 40px;
        overflow: hidden;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }
    .news_home_bottom .side .news_box .area .title:hover {
        color: #000;
    }
    .news_home_bottom .side .news_box .area .mark {
        font-size: 12px;
        color: #9aa6b9;
        font-family: "open_sansregular";
        position: relative;
        float: left;
        margin-right: 20px;
    }
    .news_home_bottom .side .news_box .area .mark-custom {
        font-size: 12px;
        color: #9aa6b9;
        font-family: "open_sansregular";
        position: relative;
        float: left;
        margin-right: 20px;
    }
    .news_home_bottom .side .news_box .area .mark-custom i {
        font-size: 12px;
        color: #d45b52;
    }
    .news_home_bottom .side .news_box .area .mark i {
        font-size: 12px;
        color: #d45b52;
    }

    .footer {
        float: left;
        width: 100%;
        overflow: hidden;
        background: #002856;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
    }
    .footer .logo {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer .logo img {
        width: 100%;
        max-width: 150px;
    }
    .footer .sosmed {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer .sosmed i {
        color: #fff;
        font-size: 18px;
        margin: 5px;
        background: #ddd;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 1.7em;
    }
    .footer .link {
        float: left;
        width: 100%;
        text-align: center;
        font-family: "open_sansregular";
        font-size: 12px;
        margin-bottom: 30px;
    }
    .footer .link a {
        margin: 5px;
        color: #fff;
    }
    .footer .bottom {
        float: left;
        width: 100%;
        text-align: center;
        font-family: "open_sansregular";
        font-size: 12px;
        color: #9aa6b9;
    }

    .news_area_home .detail_news {
        float: left;
        width: 70%;
        padding: 2%;
    }
    .news_area_home .detail_news .top_link {
        float: left;
        width: 100%;
        margin-bottom: 40px;
        font-family: "open_sansregular";
        font-size: 13px;
        color: #666666;
    }
    .news_area_home .detail_news .top_link i {
        font-size: 11px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .news_area_home .detail_news .top_link a {
        color: #666666;
    }
    .news_area_home .detail_news .category_label {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        font-family: "open_sansbold";
        font-size: 17px;
    }
    .news_area_home .detail_news .news_title {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
        font-family: "open_sansbold";
        font-size: 28px;
        color: #3a3a3a;
    }
    .news_area_home .detail_news .date {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
        font-family: "open_sansregular";
        font-size: 13px;
        color: #a59999;
    }
    .news_area_home .detail_news .text {
        float: left;
        width: 100%;
        line-height: 1.8em;
        margin-bottom: 20px;
        font-family: "open_sansregular";
        font-size: 14px;
        color: #222222;
        padding-bottom: 20px;
        border-bottom: 1px solid #dadada;
    }
    .news_area_home .detail_news .text p {
        padding-bottom: 20px;
    }
    .news_area_home .detail_news .text li {
        padding-left: 0px;
        margin-left: 20px;
    }
    .news_area_home .detail_news .share {
        float: left;
        width: 100%;
        margin-bottom: 40px;
    }
    .news_area_home .detail_news .more_news {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .news_area_home .detail_news .more_news .title {
        float: left;
        width: 100%;
        margin-bottom: 15px;
        font-family: "open_sansbold";
        font-size: 22px;
        color: #ce3a40;
    }
    .news_area_home .detail_news .more_news .grid_news {
        float: left;
        width: 100%;
        display: grid;
        grid-template-columns: auto auto auto;
        grid-gap: 15px;
        margin-bottom: 20px;
    }
    .news_area_home .detail_news .more_news .grid_news > div {
        text-align: left;
    }
    .news_area_home .detail_news .more_news .grid_news .box_one {
        float: left;
        width: 100%;
        max-width: 210px;
        height: 200px;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .news_area_home .detail_news .more_news .grid_news .box_one .pic {
        float: left;
        width: 100%;
        height: 115px;
        border-radius: 5px;
        margin-bottom: 15px;
        overflow: hidden;
    }
    .news_area_home .detail_news .more_news .grid_news .box_one .pic img {
        width: 100%;
        height: 100%;
        transition: transform 0.4s;
    }
    .news_area_home .detail_news .more_news .grid_news .box_one:hover .pic img {
        transform: scale(1.2);
    }
    .news_area_home .detail_news .more_news .grid_news .box_one .title_news {
        float: left;
        width: 100%;
        height: 69px;
        overflow: hidden;
        font-family: "open_sansbold";
        font-size: 18px;
        color: #000;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .news_area_home
        .detail_news
        .more_news
        .grid_news
        .box_one:hover
        .title_news {
        color: #ce3a40;
    }
    .news_area_home .detail_news .more_news .title_terkait {
        float: left;
        width: 100%;
        margin-bottom: 15px;
        font-family: "open_sansbold";
        font-size: 18px;
        color: #ce3a40;
    }
    .news_area_home .detail_news .more_news .grid_terkait {
        float: left;
        width: 100%;
        display: grid;
        grid-template-columns: auto auto;
        grid-gap: 15px;
        margin-bottom: 0px;
    }
    .news_area_home .detail_news .more_news .grid_terkait > div {
        text-align: left;
    }
    .news_area_home .detail_news .more_news .grid_terkait .box_two {
        float: left;
        width: 100%;
        height: 50px;
        font-family: "open_sanssemibold";
        color: #1e1e1e;
        font-size: 14px;
        overflow: hidden;
        border-bottom: 1px solid rgba(218, 218, 218, 0.3);
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    .news_area_home .detail_news .more_news .grid_terkait .box_two:hover {
        color: #c72026;
    }
    .news_area_home .detail_news .more_news .grid_terkait .box_two p {
        float: left;
        width: 100%;
        height: 35px;
        overflow: hidden;
    }

    #menubottom,
    #menubottom ul,
    #menubottom ul li,
    #menubottom ul li a,
    #menubottom {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #menubottom > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
    #menubottom #menu-button {
        display: none;
    }
    #menubottom {
        width: 100%;
        float: left;
        font-family: "open_sanssemibold";
        line-height: 1;
        text-transform: uppercase;
        position: relative;
    }
    #menubottom:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #e2e2e2;
    }
    #menubottom > ul > li {
        float: left;
    }
    #menubottom > ul > li > a {
        padding: 18px;
        padding-left: 25px;
        padding-right: 25px;
        text-align: center;
        font-size: 1vw;
        text-decoration: none;
        color: #232323;
        transition: all 0.3s background 0s;
        -webkit-transition: all 0.5s background 0s;
    }
    #menubottom > ul > li:nth-child(1) > a::after {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #232323;
        left: 0;
        bottom: 0;
        content: "";
        z-index: 1;
    }
    #menubottom > ul > li:nth-child(2) > a::after {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #ee3533;
        left: 0;
        bottom: 0;
        content: "";
        z-index: 1;
    }
    #menubottom > ul > li:nth-child(3) > a::after {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #4ea3ff;
        left: 0;
        bottom: 0;
        content: "";
        z-index: 1;
    }
    #menubottom > ul > li:nth-child(4) > a::after {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #bba653;
        left: 0;
        bottom: 0;
        content: "";
        z-index: 1;
    }
    #menubottom > ul > li:nth-child(5) > a::after {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #cc61cb;
        left: 0;
        bottom: 0;
        content: "";
        z-index: 1;
    }
    #menubottom > ul > li:nth-child(6) > a::after {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #74edff;
        left: 0;
        bottom: 0;
        content: "";
        z-index: 1;
    }
    #menubottom > ul > li:nth-child(7) > a::after {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #53995b;
        left: 0;
        bottom: 0;
        content: "";
        z-index: 1;
    }
    #menubottom > ul > li:hover > a::after {
        background: #cf270e;
    }

    .space {
        float: left;
        width: 100%;
        height: 20px;
    }
    .paging {
        float: left;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .paging ul {
        float: left;
        width: 100%;
    }
    .paging li {
        float: left;
        list-style: none;
        margin-right: 5px;
    }
    .paging li a {
        float: left;
        width: 35px;
        height: 35px;
        text-align: center;
        border: 2px solid #232325;
        background: #232325;
        color: #fff;
        font-size: 15px;
        line-height: 2em;
        font-family: "open_sanssemibold";
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .paging li a:hover,
    .paging li a.active {
        border: 2px solid #ce2927;
        background: #ce2927;
        color: #fff;
    }
    #back-to-top {
        position: fixed;
        bottom: 15px;
        right: 15px;
        z-index: 9999;
        width: 45px;
        height: 45px;
        text-align: center;
        background: url(../../images/top.png) no-repeat center #fa5d0f;
        color: #fff;
        cursor: pointer;
        border: 0;
        border-radius: 2px;
        text-decoration: none;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        opacity: 0;
        -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
    }
    #back-to-top:hover {
        opacity: 0.5;
    }
    #back-to-top.show {
        opacity: 1;
    }
}
