/*
Theme Name: TemplateWP
Author: Phuong Luong
Description: TemplateWP
Version: 1.0
License: GNU General Public License v2 or later
Tags: SASS, clean, bootstrap
Text Domain: TemplateWP
 */
/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
/*---:[GLOBAL CSS]:---*/

/* huy 12-10 */
.header.fixed-home .wrapper .navbar-logo-home{
	max-width: 17rem;
}
.header.fixed-home .wrapper .inner .offcanvas-backdrop {
    background-color: rgba(0, 0, 0, 4.301961);
}

/* PHI - 19/10 */
.our-reach {
    background: #ffe7ec;
}

@media only screen and (min-width: 991px){
	.signature-about .signature-about-all{
		max-width: 81%;
		height: 53%;
		justify-content: inherit;
	}
	.signature-about-all .group-btn .btn{
		padding: 0.8333333333rem 1.6666666667rem !important;
		font-size:.8rem
	}
}

.mission-wrap .list .item ul{padding-left:0}
.mission-wrap .list .item ul li{
	list-style:none
}

.section-our-videos .our-videos-content .item .name,
.our-activities .item .content {
	font-size: 1.22222222222rem;
}

.our-activities .item .img img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.custom-breadcrumb{
	display: flex;
	gap: .5rem;
	align-items: center;
	padding-left: 0;
	list-style: none;
}
.custom-breadcrumb li{
	padding-left: 0!important;
}
.custom-breadcrumb li:before{
	content: none!important;
}
/* 6-jan*/
.newsroom .list-post{
	grid-template-columns: repeat(1, 1fr);
	}
.search-page .list-post .item .item-search{
    display:flex;
    gap:1.5rem;
}
.search-page .list-post .item .item-search .thumbnail{
    width:6rem;
    height:6rem;
    overflow:hidden;
}
.search-page .list-post .item .item-search .thumbnail img{
     width:100%;
    height:100%;
}
.group-btn .btn.dissabled{
    background:rgba(19, 50, 51, 0.4)
}
.section-publication .list-post-pub .item-pub .thumnail img{
    /*max-width:35.7rem;*/
    /*min-width:35.7rem;*/
    /*width:35.7rem;*/
    /*height:50.5rem;*/
    aspect-ratio:357/505 !important;
}
.section-publication .list-post-pub .item-pub .thumnail img:is([sizes=auto i],[sizes^="auto," i]){
    contain-intrinsic-size:none !important;
}