/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

html.js {
    background: var(--primary-secondary);
}

.bio-main {
	padding-top: 10px;
	background: var(--primary-secondary);
	height: 100%;
}


.bio__header {
	display: flex;
	justify-content: center;
	align-content: center;
	text-align: center;
}

.bio__logo {
    margin-bottom: 10px !important;
}

.bio__logo img{
	width: 190px !important;
    height: 145px !important;
	object-fit: cover;
}

.bio__heading {
	font-size: 2.8rem;
	font-weight: 400;
	text-transform: uppercase;
    font-weight: 600;
	color: var(--primary-color);
	letter-spacing: 2.4px;
}

.bio__desc {
	font-family: 'Inter', sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	color: var(--text-color);
/* 	word-spacing: 0.7px; */
/* 	letter-spacing: 0.4px; */
/* 	white-space: nowrap; */
}

.bio__group-btn--contact .bio__contact--group + .bio__contact--group{
	margin-top: 2rem;
}

.bio__contact--group {
	font-family: 'Inter', sans-serif;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 14px;
	background: var(--primary-color);
    border-radius: 8px;
    border: 2px solid var(--text-color);
    transition: background 0.3s;
	color: #fff;
	letter-spacing: 1.2px;
}

.bio__contact--group:hover {
	background: var(--primary-secondary);
}

.bio__logo-social {
    display: flex;
    align-items: center;
}

.bio__logo-social svg {
  width: 40px !important;
  height: 40px !important;
  object-fit: cover;
}

.bio__link {
    width: 100%;
	padding: 14px;
    text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	color: currentcolor;
	transition: color 0.3s;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    column-gap: 10px;
/* 	white-space: nowrap; */
}

.bio__link:hover {
	color: currentcolor;
}

.bio__contact--group svg {
	width: 23px;
	height: 23px;
	object-fit: cover;
}

.bio__contact--group svg path {
	transition: stroke 0.3s;
}

.bio__contact--group:hover svg path {
	stroke: #fff;
}

.bio__contact--group button {
	all: unset;    
	margin: 0;
	padding: 14px;
}

/* ======  LightBox  ====== */
.lightbox-bio {
	padding-top: 10px;
	font-family: 'Inter', sans-serif;
}

.lightbox-bio .lightbox__text--header {
	font-weight: 500;
}

.lightbox-content {
    width: fit-content;
}

.lightbox-content .col {
    padding: 0 !important;
    height: 361px;
}

.mfp-content .row {
    padding: 0 !important;
    margin: 0 !important;
}

.bio__copyright {
	font-family: 'Inter', sans-serif;
	font-size: 1.4rem;
	font-style: italic;
	text-align: center;
	color: #fff;
}


/* Mobile (nếu cần ghi đè một số thuộc tính cụ thể) */
@media screen and (max-width: 767.98px) {
	.toast {
	bottom: 60px !important;
}
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.mfp-content {
    bottom: calc(0% + 60px) !important;
    left: 50% !important;
}	
}

/* Tablet and Mobile */
@media screen and (max-width: 991.98px) {
	.bio__logo img {
    width: 160px;
    height: 160px;
}
}

/* PC */
@media screen and (min-width: 992px) {
/* Ẩn thanh cuộn dọc trong trình duyệt nhưng giữ độ rộng và vị trí */
html::-webkit-scrollbar, body::-webkit-scrollbar {
  opacity: 0; 
}

html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background-color: transparent; 
}

html, body {
  overflow-y: scroll; 
}


.bio__logo img{
	width: 130px;
	height: 130px;
	object-fit: cover;
}	
	
.bio__heading {
    font-size: 3.6rem;
}

.bio__desc {
	font-size: 1.6rem;
}	
	
.bio__contact--group {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
}

.bio__logo-social svg {
  width: 50px !important;
  height: 50px !important;
  object-fit: cover;
}	
	
.bio__link {
    font-size: 1.8rem;
    font-weight: 600;
}

.bio__contact--group svg {
    width: 25px;
    height: 25px;
}	
	
.mfp-content {
    position: absolute;
    bottom: calc(0% + 130px) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    overflow: hidden;
}	

	
	
}