#primary table td, table th {
    word-break: break-word!important;
}
#primary .form-database{
    margin-top: 30px; 
    margin-bottom: 30px;
}
#primary .num-pagination {

    text-align: center;
    padding-top: 30px;

}

#primary .num-pagination li a {
    color: #484848!important;
}
#primary ul.pagination li.active, .num-pagination li a{
    font-size: 16px;
}
#primary ul.pagination li {

    list-style: none;

    /* float: left; */

    display: inline-block;

    margin: 0 5px;

    padding: 0;

}

 

#primary ul.pagination li a {

    padding: 5px 10px;

    display: block;

}

#primary ul.pagination li:hover {

    padding: 0px 10px;

    color: #fff;

    background: #6387a0;

}
#primary ul.pagination li:hover a {

    padding: 0px;
    text-decoration: none;
    color: #fff!important;

}

/* ul.pagination li.active {

    padding: 5px 10px;

} */

#primary ul.pagination li.active {

    padding: 0px 10px;

    color: #fff;

    background: #6387a0;

}

 

#primary div#result_ajaxp {

    position: relative;

    /* display: table; */

    font-size: 16px;

    padding-top: 50px;

}
#primary div#result_ajaxp p {
    margin-top: 0;
    margin-bottom: .5rem;
}

#primary div#result_ajaxp .count-post {

    position: absolute;

    top: 0;

    left: 0;

}

 

#primary div#result_ajaxp:after {

    display: table;

    content: " ";

    clear: both;

}

 

/*CSS load*/

#primary #circularG {

    position: relative;

    width: 30px;

    height: 30px;

    left: 50%;

    top: 50%;

    margin-left: -25px;

    margin-top: -25px;

}

 

#primary .circularG {

    position: absolute;

    background-color: #000000;

    width: 7px;

    height: 7px;

    -moz-border-radius: 5px;

    -moz-animation-name: bounce_circularG;

    -moz-animation-duration: 0.56s;

    -moz-animation-iteration-count: infinite;

    -moz-animation-direction: normal;

    -webkit-border-radius: 5px;

    -webkit-animation-name: bounce_circularG;

    -webkit-animation-duration: 0.56s;

    -webkit-animation-iteration-count: infinite;

    -webkit-animation-direction: normal;

    -ms-border-radius: 5px;

    -ms-animation-name: bounce_circularG;

    -ms-animation-duration: 0.56s;

    -ms-animation-iteration-count: infinite;

    -ms-animation-direction: normal;

    -o-border-radius: 5px;

    -o-animation-name: bounce_circularG;

    -o-animation-duration: 0.56s;

    -o-animation-iteration-count: infinite;

    -o-animation-direction: normal;

    border-radius: 5px;

    animation-name: bounce_circularG;

    animation-duration: 0.56s;

    animation-iteration-count: infinite;

    animation-direction: normal;

}

 

#primary #circularG_1 {

    left: 0;

    top: 12px;

    -moz-animation-delay: 0.21s;

    -webkit-animation-delay: 0.21s;

    -ms-animation-delay: 0.21s;

    -o-animation-delay: 0.21s;

    animation-delay: 0.21s;

}

 

#primary #circularG_2 {

    left: 3px;

    top: 3px;

    -moz-animation-delay: 0.28s;

    -webkit-animation-delay: 0.28s;

    -ms-animation-delay: 0.28s;

    -o-animation-delay: 0.28s;

    animation-delay: 0.28s;

}

 

#primary #circularG_3 {

    top: 0;

    left: 12px;

    -moz-animation-delay: 0.35s;

    -webkit-animation-delay: 0.35s;

    -ms-animation-delay: 0.35s;

    -o-animation-delay: 0.35s;

    animation-delay: 0.35s;

}

 

#primary #circularG_4 {

    right: 3px;

    top: 3px;

    -moz-animation-delay: 0.42s;

    -webkit-animation-delay: 0.42s;

    -ms-animation-delay: 0.42s;

    -o-animation-delay: 0.42s;

    animation-delay: 0.42s;

}

 

#primary #circularG_5 {

    right: 0;

    top: 12px;

    -moz-animation-delay: 0.49s;

    -webkit-animation-delay: 0.49s;

    -ms-animation-delay: 0.49s;

    -o-animation-delay: 0.49s;

    animation-delay: 0.49s;

}

 

#primary #circularG_6 {

    right: 3px;

    bottom: 3px;

    -moz-animation-delay: 0.56s;

    -webkit-animation-delay: 0.56s;

    -ms-animation-delay: 0.56s;

    -o-animation-delay: 0.56s;

    animation-delay: 0.56s;

}

 

#primary #circularG_7 {

    left: 12px;

    bottom: 0;

    -moz-animation-delay: 0.63s;

    -webkit-animation-delay: 0.63s;

    -ms-animation-delay: 0.63s;

    -o-animation-delay: 0.63s;

    animation-delay: 0.63s;

}

 

#primary #circularG_8 {

    left: 3px;

    bottom: 3px;

    -moz-animation-delay: 0.7s;

    -webkit-animation-delay: 0.7s;

    -ms-animation-delay: 0.7s;

    -o-animation-delay: 0.7s;

    animation-delay: 0.7s;

}

 

@-moz-keyframes bounce_circularG {

    0% {

        -moz-transform: scale(1)

    }

 

    100% {

        -moz-transform: scale(.3)

    }

 

}

 

@-webkit-keyframes bounce_circularG {

    0% {

        -webkit-transform: scale(1)

    }

 

    100% {

        -webkit-transform: scale(.3)

    }

 

}

 

@-ms-keyframes bounce_circularG {

    0% {

        -ms-transform: scale(1)

    }

 

    100% {

        -ms-transform: scale(.3)

    }

 

}

 

@-o-keyframes bounce_circularG {

    0% {

        -o-transform: scale(1)

    }

 

    100% {

        -o-transform: scale(.3)

    }

 

}

 

@keyframes bounce_circularG {

    0% {

        transform: scale(1)

    }

 

    100% {

        transform: scale(.3)

    }

 

}

 

#primary .loading_ajaxp {

    position: absolute;

    width: 100%;

    height: 100px;

    top: 0;

    left: 0;

    text-align: center;

    /* background: rgba(0, 0, 0, 0.05); */

    background: #fff;

    display: none;

}



/* ======== */

@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");



/* body {

  background-color: #6d695c;

  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAACVBMVEUAAAAAAAAAAACDY+nAAAAAA3RSTlMmDQBzGIDBAAAAG0lEQVR42uXIIQEAAADCMHj/0NdkQMws0HEeAqvwAUGJthrXAAAAAElFTkSuQmCC);

  font-size: 100%;

  color: #333;

  font-family: Lato, Arial, sans-serif;

  padding: 0;

  margin: 0;

} */



#primary .main-table {

    display: block;

    box-sizing: border-box;

    width: auto;

    /* padding: 1em 2vw; */

    /* margin: 1em 2vw; */

    color: #757572;

    background-color: rgba(204, 204, 204, 0.7);

    /* border: 0.07em solid rgba(0, 0, 0, 0.5); */

    /* border-radius: 0.2em; */

}



#primary table#Books {

  margin: 1em 0;

  border-collapse: collapse;

  font-size: 16px!important;

/*   width: 100%; */

}

#primary .lighter {
    color: #ccc!important;
}

#primary caption {

  text-align: left;

  font-style: italic;

  padding: 0.25em 0.5em 0.5em 0.5em;

}



#primary th,

#primary td {

  padding: 10px 15px!important;

  vertical-align: text-top;

  text-align: left;

  /* text-indent: -0.5em; */

}



#primary th {

  vertical-align: bottom;

  background-color: #ddd;

  color: #6387a0;

  font-weight: bold;

}

#primary table > tbody > tr > th[colspan="2"] {

    text-align: center;

    font-size: 18px;

    color: #6387a0;

    background-color: #ddd;

}



#primary table > tbody > tr > td:first-child{

    font-weight: 700;

    width: 250px;

    color: #757575;

}



#primary td::before {

  display: none;

}



#primary tr:nth-child(even) {

  background-color: #fff;

}



#primary tr:nth-child(odd) {

  background-color: #f9f9f9!important;

}



/* td:nth-of-type(2) {

  font-style: italic;

} */



#primary th:nth-of-type(3),

#primary td:nth-of-type(3) {

  text-align: right;

}



/* #primary div {

  overflow: auto;

} */



@media screen and (max-width: 37em), print and (max-width: 5in) {

    #primary table,

    #primary tr,

    #primary td {

    display: block;

  }

  #primary tr {

    padding: 0.7em 2vw;

  }

  #primary th,

  #primary tr:first-of-type {

    display: none;

  }

  #primary td::before {

    display: inline;

    font-weight: bold;

  }

  #primary td {

    display: grid;

    grid-template-columns: 4em auto;

    grid-gap: 1em 0.5em;

  }

  #primary caption {

    font-style: normal;

    background-color: rgba(0, 0, 0, 0.35);

    color: #fff;

    font-weight: bold;

  }

  #primary td:nth-of-type(3) {

    text-align: left;

  }

  #primary td:nth-of-type(4), #primary td:nth-of-type(5) {

    text-align: right;

    width: 12em;

  }

  #primary td:nth-of-type(4)::before, #primary td:nth-of-type(5)::before {

    text-align: left;

  }

  #primary td:nth-of-type(2)::before {

    font-style: normal;

  }

}



@media print {

  body {

    font-size: 6pt;

    color: #000;

    background-color: #fff;

    background-image: none;

  }

  body,

  main {

    margin: 0;

    padding: 0;

    background-color: #fff;

    border: none;

  }

  table {

    page-break-inside: avoid;

  }

  div {

    overflow: visible;

  }

  th {

    color: #000;

    background-color: #fff;

    border-bottom: 1pt solid #000;

  }

  tr {

    border-top: 1pt solid #000;

  }

}



@media print and (max-width: 5in) {

    #primary caption {

    color: #000;

    background-color: #fff;

    border-bottom: 1pt solid #000;

  }

  #primary table {

    page-break-inside: auto;

  }

  #primary tr {

    page-break-inside: avoid;

  }

}



#primary div#advance_filter .fa {

    font-size: 14px;

}

#primary .fa {

    display: inline-block;

    font: normal normal normal 14px/1 FontAwesome;

    font-size: inherit;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}

#primary #form_search label{

    font-size: 12px;

    font-weight: bold;

    margin: 0!important;

}

#primary .form-control {

    border-radius: 0!important;

    border: 3px solid #898989!important;

    color: #898989!important;

    padding: 0px 12px!important;

    display: block;

    width: 100%!important;

    height: 34px!important;

    font-size: 14px!important;

    line-height: 1.42857143!important;

    background-color: #fff!important;

}



#primary .btn-default, .btn {

    border: 3px solid #898989!important;

    background: #fff!important;

    border-radius: 0!important;

    color: #898989!important;

    font-size: 14px!important;

}



#primary input[type="text"] {

    /* padding: 0!important; */

    width: 100%;

}

#primary a.icon-document {

    padding: 0 10px;

}

#primary .fa-2 {

    font-size: 24px!important;

}

#primary .pagination {

    display: block!important;

}

#primary a#reset_btn {

    float: right;

}

#primary #secondary_search_btn{

    float: right!important;

}



#primary div#advance_search {

    width: 100%;

}

#primary div#advance_search .form-group {

    margin: 0;

    float: left;



}

#primary .count-post {

    padding-bottom: 15px;

}

#primary #asean_economic_sub_display,

#primary #asean_politsecurity_sub_display,

#asean_sociocultural_sub_display,

#asean_external_sub_display,

#asean_procedure_sub_display,

#intllaw_nuclear_sub_display,

#intllaw_oceans_law_of_the_sea_sub_display{

    display: none;

}
#primary a {
    color: #6387a0!important;
}
#primary .banner-wrapper {
    position: relative;
    width: 100%;
}
#primary #banner-image {
    height: 300px;
    position: relative;
}
#primary #banner-image + .entry-header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
#primary #banner-image + .entry-header h1 {
    margin: 0;
    color: #fff;
    border: 0;
    font-size: 30px;
}
#primary h1:not(.site-title):before, #primary h2:before {
    background: #767676;
    content: ""!important;
    display: block!important;
    height: auto!important;
    margin: auto!important;
    width: auto!important;
}
#primary #banner-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 0;
    transition: 0.5s;
}
#primary .banner-wrapper:hover #banner-image:before {
    background: rgba(0,0,0,0.8);
}

#primary ul ul {
    list-style-type: unset!important;
}

#primary .collapse:not(.show) {
    display: none!important;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #primary .banner-wrapper {
        padding: 0 15px;
    }
   
    #primary #form_search .f768{
        max-width: 100%!important;
        flex: none!important;
    }
}

@media only screen and (max-width: 768px){
    #primary .table-database > tbody > tr > td {
        width: 100%;
        display: block;
        white-space: normal;
    }
    #primary table > tbody > tr > td:first-child {
        width: 100%;
    }
    #primary table tr{
        padding: 0px!important;
    }
    #primary th, #primary tr:first-of-type{
        display: block;
    }
    #primary #form_search .f768{
        width: 100%!important;
        max-width: 100%!important;
        flex: none;
    }
}
@media only screen and (max-width: 480px){
    #primary .banner-wrapper {
        margin: 0 15px;
    }
    #primary .form-group {
        margin-bottom: 10px!important;
    }
    #primary .form-database{
        margin-top: 0px;
    }

    #primary .table td, #primary .table th {
        text-indent: 0;
        /* padding: 0!important;
        border: 1px solid transparent!important; */
    }
 

    /* table tr p{
        margin-bottom: 0px!important;
    } */
   
  }
  @media only screen and (max-width: 320px){
    #primary div#advance_filter {
        margin-top: 10px;
        padding: 9px 20px;
    }
  }