/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/



/*  HEADER */

.absolute {
  position: absolute !important;
}

.no-underline a{
	text-decoration: none;
}

.header-sticky{
	position: sticky;
	top:0;
	z-index:10
}

.bg-after-right{
	position: relative;
  z-index: 1;
}

.bg-after-right::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background-color: #46624B; /* màu nền xanh đậm */
  z-index: -1;
}

.show-more-button{
	border-style: solid;
    border-width: 0 0 2px;
    border-radius: 0;
    padding: 0 0 5px;
	font-style: italic;
	font-weight: 600
}

.media-and-text img{
	border-left: 10px solid #d6a873;
}

.mb-0{
	margin-bottom: 0 !important
}

/* Trang chủ  */
.section_join_the_program thead tr{
	    background: #46624b;
    /* color: white; */
    text-align: left;
}

.section_join_the_program thead tr th{	
   color: white;
	padding: 16px 10px;
}
.section_join_the_program thead{	
  border-bottom:0
}

.section_join_the_program table th, .section_join_the_program table td{
	border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
}

.section_join_the_program tbody tr:nth-child(odd) {
  background-color:#eee; 
}

.section_join_the_program tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.google_map iframe{
	width: 100%
}

.absolute{
	position: absolute
}

.banner_main .absolute {
    top: 0;
    left: 0; /* đảm bảo phủ từ bên trái */
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute; /* cần nếu chưa có */
    background-color: rgba(0, 0, 0, 0.5); /* màu đen mờ 50% */
}

.home .divider-table{
	border-bottom-style: solid;
    border-bottom-color: #bbb;
    height: 3px;
    margin: -10px 0 10px;
}

.home .divider-table span{
	display: block;
    width: 60px;
    height: 3px;
    background-color: #d6a873;
}

/* Trang tin tức */
.blog .inside-article, .author .inside-article {
	padding: 0;
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	border-radius: 8px;
	
}

.blog .inside-article .post-image, .author .inside-article .post-image  {
	margin: 0 !important;
	width: 100%;
	
}

.blog .inside-article .post-image img, .author .inside-article .post-image img{

	border-top-left-radius: 0.375rem !important;
	border-top-right-radius: 0.375rem !important;
}
.blog .entry-header>.entry-title, .author .entry-header>.entry-title{
	    font-size: 18px;
    padding: 12px 20px 0 20px;
}

.blog .entry-header>.entry-title>a, .author  .entry-header>.entry-title>a{
	color: #46624b;
    font-weight: 600;
}

.blog .paging-navigation, .author .paging-navigation{
	    text-align: center;
    background: none;
}

.blog .page-numbers, .author .page-numbers{
	background: white;
    padding: 7px 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
	color:black;
	font-weight: 600
}

.blog .entry-summary , .author .entry-summary{
	 padding: 0 20px;
	margin-top: 12px;
}

.blog .entry-header>.entry-meta , .author .entry-header>.entry-meta{
	 padding: 0 20px;
	
}

.blog .page-numbers.current  ,.author .page-numbers.current{
	background-color: #de9c34;
	color:white
}

.blog #content{
	margin-top: 50px
}


.page-header-image{
	display: none
}

.home h1{
	display: none
}

.home .entry-content{
	margin-top: 0
}

.section_tabs_about span, .section_tabs_about h2{
	color:white
}