/* Select Video */

._video_post {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	margin-bottom: 40px;
}

._video_post iframe {
	max-height: 100%;
	height: 450px;
	width: 600px;
}

/* End Select Video */

/* Select post */

	._select_post{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 40px;
	}

	.hd_select_field {
		height: 100%;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
		border-radius: 16px;
	}

	.content_select {
		padding: 20px 10px 20px 10px;
	}

	.content_select a {
		font-size: 20px;
		font-weight: 600;
		line-height: 1.2;
	}

	.img_post_select img {
		width: 400px;
		height: 250px;
		aspect-ratio: 16 / 1;
		object-fit: cover;
		border-top-right-radius: 16px;
    	border-top-left-radius: 16px;
	}

	.content_post_select {
		margin: 10px 0;
	}

	.view_more_ {
		font-size: 14px !important;
	}

/* End Select post */

/* HD -  Audio */
.hd_audio {
  margin-top: 8px;
}
.hd_audio figure {
  display: flex !important;
  align-items: center;
}
/* End HD -  Audio */
/* HD - S2 */
.hd_home_s2_ .hd_title_hs2 {color: #00303c; font-size: 28px; font-weight: 600;padding: 5px; margin: 10px 0 10px 0; text-align: center;}
.hd_home_s2_ .hd_title_hs2 p {margin: 0;}
.hd_homes2_box {display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 20px;}
.hd_boxs2 img{border-radius: 20%; border: 3px solid #18B94E;}
.hd_texts2 {margin: 10px 0 0 0;padding: 5px;text-align: center;border: 1px solid rgb(64, 74, 100);}
.hd_texts2 p{margin: 0;font-size: 18px;font-weight: 600;}
/* End HD - S2 */

/* HD - S3 */
.hd_home_s3_title {text-align: center; color: #00303c; font-size: 28px; font-weight: 600; margin: 0 0 20px 0;line-height: 1.3;}
.hd_homes3 {display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: 20px;}
.hd_home_s3 p {margin: 0;}
.hd_homes3 .hd_home_s3_txt {font-size: 18px; color: #00303c;}
/* End HD - S3 */

/* HD - S4 */
.hd_homes4_title{text-align: center; font-size: 28px; color: #00303c; font-weight: 600;}
.hd_homes4_title p{margin: 0 0 20px 0; line-height: 1.3;}
.hd_homes4_img {display: grid;grid-template-columns: repeat(4, 1fr);grid-gap: 80px;}
/* End HD - S4 */

/* HD - Session Event - Post news */
.hd_events_p { display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 20px; }
.hd_events .hd_asked_title { width: 100%; text-align: center; background-color: #002836; margin: 0 auto; padding: 10px 0 4px 0; margin: 0 0 8px 0; }
.hd_events .hd_asked_title h2{ color: rgb(11, 249, 90); }
.hd_events a { display: flex; }
.hd_events_s6 .hdtitle_post{color: #002836; font-size: 17.6px; font-weight: 600;}
.hd_events .hd_events_s6 { padding: 5px 5px; width: 100%; }
.hd_events {width: 100%;}
.hd_events .hd_events_img { width: auto; height: 150px; aspect-ratio: 1/1; }
.hd_events img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; }
/* End HD - Session Event - Post news */

/* --------------- BANG GIA -------------------------- */
.hd_bg_implant_toanham table { width: 100%;}
  
  tr:first-child td:first-child { border-top-left-radius: 20px; }
  tr:first-child td:last-child { border-top-right-radius: 20px; }
  tr:last-child td:first-child { border-bottom-left-radius: 20px; }
  tr:last-child td:last-child { border-bottom-right-radius: 20px; }
 
  .hd_bg_implant_toanham th { font-size: 20px; font-weight: 600; line-height: 1.5; text-align: center; }
  
  .bg_subtitle { background-image: linear-gradient(to right,#047E4D, #CADA39) !important; /* background-color: red; */ height: 60px; align-items: center; line-height: 1.5; font-weight: 600;}
  .hd_bg_implant_toanham .bg_subtitle td { font-size: 20px; /* color: #404a64; */ color: white;}
  .hd_bg_implant_toanham tbody td { font-size: 18px; line-height: 1.5; padding: 10px 15px; color: #000;}
  .hd_bg_implant_toanham tr:nth-child(even) { background-color: #E7F9EF;}
  .hd_rowspan_ { /* background-color: #DFF4E9; */ text-align: center; }
  .hd_rowspan_ a { font-weight: 600;  color: red;}
  .hd_table_align{text-align: center;}
  .hd_table_br {background-color: white !important;}
/* --------------- END BANG GIA -------------------------- */
@media only screen and (max-width: 48em) {
    
	.hd_audio audio {
		width: 250px;
		height: 40px;
	}
    
	/* Select Video */

._video_post {
	grid-template-columns: repeat(1, 1fr);
	text-align: center;
	gap: 20px;
}

._video_post iframe {
	height: 300px;
	width: 380px;
}

/* End Select Video */
	/* Select Video */

._video_post {
	grid-template-columns: repeat(1, 1fr);
	text-align: center;
	gap: 20px;
}

._video_post iframe {
	height: 300px;
	width: 380px;
}

/* End Select Video */
    
    /* Select Post */
	._select_post{
		grid-template-columns: repeat(1, 1fr);
	}

	.hd_select_field {
		margin:0 15px;
	}
	/* End Select Post */
    
    
/* HD - S2 */
	.hd_home_s2_ .hd_title_hs2{font-size: 30px; line-height: 1.3;}
	.hd_homes2_box {grid-template-columns: repeat(1, 1fr)}
/* End HD - S2 */
	
/* HD - S3 */
	.hd_homes3 {grid-template-columns: repeat(1, 1fr)}
	.hd_homes3 .hd_home_s3_txt {text-align: justify }
/* End HD - S3 */
	
/* HD - S4 */
	.hd_homes4_img {grid-template-columns: repeat(2, 1fr); grid-gap: 10px;}
/* End HD - S4 */
	
/* HD - Session Event - Post news */
	.hd_events_p {display: grid;grid-template-columns: repeat(1,1fr);}
/* End HD - Session Event - Post news */
	
	/* ----------------- BANG GIA -------------------- */

    .hd_bg_implant_toanham .bg_subtitle td {
        font-size: 14px;
    }
    .hd_bg_implant_toanham tbody td {
        font-size: 16px;
        padding: 6px 10px;
    }
     /* ----------------- ------- -------------------- */

}