@charset "utf-8";
/* CSS Document */
html,
body{
	box-sizing: border-box;
	margin: 0;
	position: relative;
	width: 100%;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
.body-white{
	padding: 20px 200px;
}
.header {
	font-size: 70px;
	font-weight: bold;
	font-family: montserrat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.under-header {
	color: white;
	background-color: black;
	justify-content: center;
align-items: center;
}
.function-mid {
	display: flex;
	flex-direction: row;
	justify-content: center;
align-items: center;
	padding: 10px;
}


.content {
	color: white;
	background-color: black;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
}

.left-content{
	padding: 150px;
}
.right-content{
	padding-right: 100px;
}

/*skill*/
label {
	padding-right: 10px;
	font-size: 1rem;
}

.file, .file1{
	border-radius: 5px;
}

 .progress-container {
	 display: flex;
	 align-items: center; /* Giữ progress bar thẳng hàng */
	 gap: 15px; /* Tạo khoảng cách giữa tiêu đề và progress bar */
	 margin-bottom: 10px; /* Khoảng cách giữa các hàng */
}

.progress-label {
	width: 180px; /* Cố định độ rộng tiêu đề để không bị lệch */
	text-align: left; /* Căn phải để đồng bộ */
	font-weight: bold;
}

progress {
	width: 250px;
	height: 20px;
	border-radius: 10px;
	background-color: black;
	border: 1px solid #000;
}

/* Thiết lập thanh progress màu trắng trên nền đen */
progress::-webkit-progress-bar {
	background-color: black;
	border-radius: 10px;
}

progress::-webkit-progress-value {
	background-color: white;
	border-radius: 10px;
}

progress::-moz-progress-bar {
	background-color: white;
	border-radius: 10px;
}

/*project*/
.project-title{
	display: flex;
	justify-content: center;
	align-content: center;
}
.short-film{
		display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.serial-podcast{
		display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.items{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
	margin: 0 30px;
	text-decoration: none;
}
.items img{
	border-radius: 20px;
	width: 300px;
	height: 170px;
	object-fit: cover;
}

.items:hover{
	background-color: #bfbfbf;
	border-radius: 30px;
}
/*timeline*/


.date{
	color: grey;
	font-size: 15px;
}
.link-shortfilm {
	text-decoration: none;
	color: black;
}
.history-tl-container{
    font-family: "Roboto",sans-serif;
  width:50%;
  margin:auto;
  display:block;
  position:relative;
}
.history-tl-container ul.tl{
    margin:20px 0;
    padding:0;
    display:inline-block;

}
.history-tl-container ul.tl li{
    list-style: none;
    margin:auto;
    margin-left:200px;
    min-height:50px;
    /*background: rgba(255,255,0,0.1);*/
    border-left:1px dashed #86D6FF;
    padding:0 0 50px 30px;
    position:relative;
}
.history-tl-container ul.tl li:last-child{ border-left:0;}
.history-tl-container ul.tl li::before{
    position: absolute;
    left: -18px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #258CC7;
    height: 20px;
    width: 20px;
    transition: all 500ms ease-in-out;

}
.history-tl-container ul.tl li:hover::before{
    border-color:  #258CC7;
    transition: all 1000ms ease-in-out;
}
ul.tl li .item-title{
}
ul.tl li .item-detail{
    color:rgba(0,0,0,0.5);
    font-size:12px;
}

/*content project*/
.hopbimat-banner, .alices-banner, .trung-banner, .nhe-banner, .tdgcbscm-banner, .chaos-banner, .sap20-banner{
	width: 100vw; /* Chiều rộng bằng 100% viewport */
    height: 400px; /* Chiều cao có thể chỉnh theo ý muốn */
	 background-size: cover; /* Ảnh phủ kín mà không bị méo */
    background-position: center; /* Ảnh luôn căn giữa */
    background-repeat: no-repeat; /* Không lặp lại ảnh */
    position: relative; /* Giữ vị trí trong luồng bình thường */
	display: flex;
    align-items: center; /* Căn giữa nội dung theo chiều dọc */
    justify-content: center; /* Căn giữa nội dung theo chiều ngang */
	box-sizing: border-box;
}

.hopbimat-banner{
	background-image: url('../img/hop-bi-mat-banner.png');
}
.alices-banner{
	background-image: url('../img/alices banner.png');
}
.trung-banner{
	background-image: url('../img/trung banner.png');
}
.nhe-banner{
	background-image: url('../img/nhe banner.png');
}
.tdgcbscm-banner{
	background-image: url('../img/tdgcbscm banner.png');
}
.chaos-banner{
	background-image: url('../img/chaos banner.png');
}
.sap20-banner{
	background-image: url('../img/sap20 banner.png');
}







.banner-title{
	color: white;
	font-size: 70px;
}
.content-project{
	padding: 0 100px;
}
.media{
	width: 100%;
}
figure {
    text-align: center;
    margin: 0;
    padding: 0;
}

iframe{
	border-radius: 40px;
}



.ep{
	margin: 30px 0 5px 30px;
}

/* footer */
.portfolio-footer {

    color: #f1f1f1;
    padding: 10px 40px;
    text-align: left;
	background: linear-gradient(to bottom, black, #1c1d2e);
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-section {
    margin: 10px;
    max-width: 300px;
}

.footer-section h3 {
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 5px;
}

.footer-section p,
.footer-section ul {
    margin-top: 10px;
    font-size: 14px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin: 5px 0;
}

.footer-section ul li a {
    color: #f1f1f1;
    text-decoration: none;
}

.footer-section ul li a:hover {
    text-decoration: underline;
}

.footer-bottom {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
}