        * {
            outline: none !important;
        }
        
        body {
            font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 13px;
        }
        
        a {
            text-decoration: none;
        }
        
        .container {
            max-width: 1120px;
        }
        /******header************/
        
        .header__top {
            height: 105px;
        }
        
        .header__top--bg {
            background: url(../images/bg_header.jpg) no-repeat right 10px top #ffffff;
            height: 105px;
        }
        
        .header__logo a.main_logo {
            background: url(../images/logo.png) no-repeat scroll 0 9px transparent;
            background-size: 100%;
            display: block;
            height: 105px;
            text-indent: -9999px;
            width: 100%;
        }
        
        .header__search input[type="text"] {
            display: inline-block;
            opacity: 0.8;
            width: 150px;
            border: 0;
            border-radius: 6px;
        }
        
        .header__search .btn__search {
            color: #165aaa;
            border: 0;
            background: transparent;
        }
        
        .header__main {
            background: transparent url(../images/bg_menungang.jpg) top center repeat-x;
        }
        /*** Navbar ***/
        
        .nav-bar {
            position: relative;
            padding: 0 3rem;
            transition: .5s;
            z-index: 9999;
        }
        
        .nav-bar.sticky-top {
            position: sticky;
            padding: 0;
            z-index: 9999;
        }
        
        .navbar {
            box-shadow: 0 0 30px rgba(0, 0, 0, .08);
        }
        
        .navbar .dropdown-toggle::after {
            border: none;
            content: "\f107";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            vertical-align: middle;
            margin-left: 5px;
            transition: .5s;
        }
        
        .navbar .dropdown-toggle[aria-expanded=true]::after {
            transform: rotate(-180deg);
        }
        
        .header__main .navbar-nav .nav-link {
            color: #FFFFFF;
            text-transform: uppercase;
            font-weight: bold;
            background: url(../images/line_menu.png) right no-repeat;
            padding-left: 20px;
            padding-right: 20px;
        }
        
        @media (max-width: 991.98px) {
            .nav-bar {
                margin: 0;
                padding: 0;
            }
            .header__main .navbar-nav .nav-link {
                margin-right: 0;
                padding: 10px 0;
                color: #000;
            }
            .header__main .navbar-nav {
                border-top: 1px solid #EEEEEE;
            }
        }
        
        .navbar-light .navbar-brand {
            height: 75px;
        }
        
        @media (min-width: 992px) {
            .navbar .nav-item .dropdown-menu {
                display: block;
                top: 100%;
                margin-top: 0;
                transform: rotateX(-100deg);
                transform-origin: 0% 0%;
                opacity: 0;
                transition: .5s;
                background: url(../images/bg_trans.png) right repeat;
                -moz-border-radius: 5px;
                border-radius: 5px;
                border: 0;
                padding: 5px 0px 15px;
                color: #fff;
                font-weight: normal !important;
                text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
                box-shadow: none !important;
            }
            .navbar .nav-item:hover .dropdown-menu {
                transform: rotateX(0deg);
                visibility: visible;
                transition: .5s;
                opacity: 1;
            }
            .navbar .nav-item .dropdown-menu a {
                color: #fff
            }
            .navbar .nav-item .dropdown-menu a:hover {
                color: #ff0;
                background: none;
            }
        }
        /*home content*/
        
        .card-title h2 {
            font-size: 13px;
            font-weight: bold;
        }
        
        .card-title h2 a {
            display: block;
            padding-left: 20px;
            height: 32px;
            line-height: 32px;
            color: #000;
            font-size: 16px;
            background: url(../images/icons/icon_common.png) no-repeat 0 10px;
        }
        
        .card__item ul li:first-child {
            font-weight: bold;
        }
        
        .card__item ul li a {
            color: #444;
        }
        
        .card__item.card__item--p2 ul {
            max-height: 250px;
            overflow-y: scroll;
            width: 100%;
        }
        
        .card__item.card__item--p2 ul li {
            font-weight: bold;
        }
        
        .scrollbar::-webkit-scrollbar {
            width: 5px;
            background-color: #999;
        }
        
        .album__item img:hover {
            opacity: 0.9;
            filter: alpha(opacity=90);
        }
        
        .album__item h3 {
            font-size: 1.1em;
            line-height: 20px;
            margin: 5px 0px;
        }
        
        .album__item h3 a {
            font-weight: bold;
            color: #000000;
        }
        
        #footer {
            background: #044182 url(../images/bg_footer.jpg) top center no-repeat;
            padding: 20px 0 30px 0;
            color: #fff
        }
        
        #footer ul li:first-child {
            text-transform: uppercase;
            font-weight: bold;
            margin-bottom: 10px;
        }
        
        #footer ul li a {
            text-decoration: none;
            color: #dedede;
            display: block;
            padding: 3px 0;
        }
        
        #footer h3 {
            font-size: 14px;
            color: #fff;
        }
        /*css for page category*/
        
        .newslist h2 {
            color: #333;
            display: block;
            font-size: 16px;
            font-weight: bold;
            /* height: 25px; */
            line-height: normal;
            margin: 0;
            padding-bottom: 2px;
            border-bottom: 2px solid #003f99;
            text-transform: uppercase;
        }
        
        .newslist__item {
            border-bottom: 1px solid #174f9a;
            padding: 10px 0px
        }
        
        .newslist__item h3 {
            color: #333;
            font-size: 16px;
            line-height: 32px;
            margin-bottom: 10px;
            font-weight: bold;
        }
        
        .newslist__item h3 a {
            color: #333;
            line-height: 26px;
        }
        
        .newslist__other h2 {
            color: #000;
            font-size: 18px;
            margin-bottom: 5px;
            font-weight: bold;
        }
        
        .newslist__other ul li h3 {
            font-size: 13px;
        }
        
        .newslist__other ul li a {
            color: #333;
        }
        
        .newslist__other ul li a i {
            color: #3498db
        }
        
        .pagination li {
            margin: 2px;
        }
        
        .pagination li a {
            font-size: 11px;
            font-weight: normal;
            color: #000000;
            border: 1px #CDDCED solid;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            padding: 3px 6px 3px 6px;
            font-family: Arial;
            text-decoration: none;
            background: #FAFAFA;
        }
        
        .pagination li.active a {
            font-weight: normal;
            color: #CC0000;
            border: 1px #CC0000 solid;
        }
        /***********page detail **********/
        
        h1.title {
            padding: 0 0 5px 0;
            font-size: 20px;
            font-weight: bold;
            line-height: 26px;
        }