.journals ul .body .description a {display: inline;}
#headerNavigationContainer{
/*background:#066993 url(https://preview.ibb.co/iZocpq/transparent-pattern-modern-1.png) repeat;
*/max-height: 200% !important; /*mengganti warna menu (#31A9E1) dan gambar header */
}
.pkp_site_name {padding-top: 0 !important; padding-bottom: 0 !important}
.pkp_site_name > a {padding-top: 0; padding-bottom: 0;}
.pkp_site_name .is_img img {max-height: 200px !important;}
.pkp_site_name_wrapper {padding-left: 0; padding-right: 0;}
.pkp_navigation_user_wrapper {top: 0; right: 0; padding-right:30px;}
.pkp_structure_page {margin-top:  0px !important; margin-bottom: 0px !important; padding-bottom: 0px !important;}

/*menu css*/
*, *:before, *:after {
  -webkit-border-sizing: border-box;
  -moz-border-sizing: border-box;
  border-sizing: border-box;
}

.container > ul {
  list-style: none;
}

/*body, p, h1, h2, h3, h4, h5, h6, a, span, div {*/
/*    font-family: 'Roboto Slab', serif !important;*/
/*}*/

.obj_article_details .abstract {
    text-align: justify;
}
.pkp_footer_content {
  float: left;
  width: 50%;  padding-top: 10px;
  padding-bottom:10px;
}
.pkp_site_name_wrapper a.is_img img {
    max-height: none;
}

.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-bottom:10px;
  padding-top: 50px;
}
.pkp_structure_footer_wrapper {
	background: #e8ebef;
	background: #e8ebef !important;
	border-bottom: none !important;
}

.pkp_structure_footer {
    min-width: 100%;
}

.pkp_site_name img {
    max-width: 100%;
    height: auto;
    display: block;
}

.corresponding-author a {
    color: #0066cc;
    text-decoration: none;
}
.corresponding-author a:hover {
    text-decoration: underline;
}

.corresponding-author-email {
    margin-left: 6px;
    color: #555;
    text-decoration: none;
}
.corresponding-author-email:hover {
    color: #c00;
}


/* Ẩn tiêu đề lớn chỉ trên trang /daoducxuatban */
body.pkp_page_daoducxuatban h1.page_title {
    display: none;
}

/* Ẩn tiêu đề trang "Giới thiệu về Tạp chí" */
body.page_about nav.cmp_breadcrumbs h1 {
  display: none !important;
}


/* Ẩn tiêu đề trang "Dành cho Tác giả" */
body.pkp_page_authors h1.page_title {
  display: none !important;
}

/* Ẩn tiêu đề trang "Dành cho Phản biện" */
body.pkp_page_reviewer h1.page_title {
  display: none !important;
}

/* Ẩn tiêu đề trang "Trang chủ" */
body.pkp_page_index h1.page_title {
  display: none !important;
}


/* Ẩn tiêu đề trang "Liên hệ" */
body.pkp_page_contact h1.page_title {
  display: none !important;
}


/* Nút Make a Submission */
.block_make_submission_link {
	width: 100%;
	text-align: center;
	font-size: 16px !important;
	line-height: 40px !important;
}

/* Chỉ áp dụng cho trang chi tiết bài viết */
.page_article .value.galleys_links {
    display: block !important; /* bỏ flex để các nút xuống hàng */
    width: 100%;
	padding: 0;
    margin: 0;
}

.page_article .value.galleys_links li {
    width: 100% !important;
    margin: 5px 0;
}

.page_article .value.galleys_links .obj_galley_link {
    display: block !important;
    width: 100% !important;
    text-align: center;
    margin: 8px 0;
	padding: 2px 0;
    box-sizing: border-box;
}