
* {
	box-sizing: border-box;
	border-collapse: collapse;
}

:root {
	--frame_width: 100%;
	--frame_height: 550px;
	--profile_img_width: 379px;
	--profile_img_height: 603px;
}

body {
	font-family: "roboto_bold" !important;
	color: #fff;
	margin: 0;
}

@font-face {
	font-family: "roboto_bold";
	src: url(../../../font/roboto/Roboto-Bold.ttf);
}


@font-face {
  font-family: Roboto-light;
  src: url(../../../font/roboto/Roboto-Regular.ttf);
}

.img_livescore, .rr_score2 {
  color: #191919;
  font-family: LifeCraft;
  font-size: 20px;
  font-style: italic;
  background-size: 100% 100%;
  height: 18px;
  width: 50%;
  margin-left: calc(50% - 18px - 50px);
}

.img_livescore, .rr_score2 sup {
	font-size: 30%;
}

.name_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: calc(100% - 30% - 100% / 3);
}

.first_name {
	font-size: 32px;
	height: 30%;
	margin-left: 5px;
}

.last_name {
	height: 70%;
	font-size: 71px;
	margin-left: 5px;
}

.ranking_container {
	width: 50%;
	height: 30%;
}

.audio {
	position: absolute;
	background-image: url(../img/icon/audio.png);
	background-size: 100% 100%;
	left: 10px;
	top: calc((100% - 30% - 100% / 3) / 2 + 38px);
	width: 21px;
	height: 21px;
}

.ranking {
	height: calc(100% - 21px);
	display: flex;
	<!-- border: 1px solid yellow; -->
}

.ranking_type {
	background-image: url(../img/profile/ranking_type.png);
	background-size: 100% 100%;
	width: 30px;
	height: 100%;
}

.ranking_caption {
	background-image: url(../img/profile/ranking.png);
	width: 60px;
}

.rank {
	position: relative;
	font-size: 140px;
	font-weight: bold;
	width: 130px;
}

.rank_text {
	top: calc(83px / 10 - 2px);
	position: absolute;
	vertical-align: bottom;
}

.personal_info {
	position: relative;
	z-index: 10;
	display: flex;
	width: 100%;
	height: calc(100% / 3);
	background: rgba(44,48,49,.8);
}

.pi1_container {
	width: 50%;
	height: 100%;
}

.pi2_container {
	width: 50%;
	height: 100%;
}

.pi1 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 50%;
	float: left;
	border: 1px solid rgba(255, 255, 255, 0.25);
}

.pi2 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 50%;
	float: left;
	border: 1px solid rgba(255, 255, 255, 0.25);
}

.blur {
	height: 11px;
	font-size: 11px;
	opacity: .5;
	line-height: 1;
	padding: 0 8px;
	position: relative;
	text-align: right;
	width: 30%;
}

.main_content {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 70%;
	align-items: center;
	justify-content: center;
}

.player_info_header {
	font-size: 46px;
}

.header2 {
	font-size: 16px;
	height: 16px;
	width: 100%; 
	text-align: center;
}

.content {
	font-size: 18px;
}

.player_img {
	position: absolute;
	left: calc(50% + var(--profile_img_width) / 1.2 / 2);
	top: calc(var(--frame_height) - var(--profile_img_height) / 1.2);
	width: calc(var(--profile_img_width) / 1.2);
	height: calc(var(--profile_img_height) / 1.2);
	background-image: url("../img/player/full/missing.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.9;
}

.profile_frame {
	position: absolute;
	left: calc(50% - var(--frame_width) / 2);
	margin-left: 20px;
	margin-right: 20px;
	width: calc(var(--frame_width) - 20px * 2);
	height: var(--frame_height);
	background-image: url("../img/banner/vietnam_banner_gradient.png");
	background-position: center;
	background-size: 100% 100%;
}

.stat_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	top: var(--frame_height);
	color: #191919;
}

.stat_container > h1 {
	font-size: 71px;
	height: 71px;
}

.record {
	display: flex;
	height: 75px;
	width: 100%;
	text-transform: uppercase;
}

.record_items_container {
	width: 33.333%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.title {
	color: #abadb1;
	font-size: 12px;
}

.big_content {
	font-size: 46px;
	margin: 0;
}

.stat {
	margin-top: 30px;
	width: 100%;
	height: 350px;
	display: flex;
	justify-content: center;
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

.stat_win {
	width: 30%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
	margin-right: 100px;
}

.stat_lost {
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
	height: 100%;
}

.chart {
	height: 129px;
}

.record_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 50px;
}

.event_container {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	width: 100%;
	min-height: 213px;
	color: #191919;
}

.event_container h1 {
	font-size: 71px;
}

.event {
	display: flex;
	height: 213px;
	width: 84.5%;
	border-top: 1px solid #eeeeef;
	background-color: #fff;
	border-bottom: 5px solid rgba(63,81,15,0.5);
}

.event_item_container {
	width: 55%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.event_img {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.name_match {
	font-size: calc(100vw * 24 / 2200);
	height: 75%;
}

.match_info {
	height: 35%;
	width: 100%;
	text-align: center;
}

.date {
	height: 30%;
	width: 100%;
	font-size: 14px;
	position: relative;
	margin-top: 26px;
}

.match_info2 {
	height: 50%;
	display: flex;
}

.result h3 {
	font-size: 40px;
	margin: 2px;
}

.rr_score {
	top: 10px;
}

.rr_score, .rr_score2 {
	color: #fa4238;
	font-family: "roboto_bold";
	font-style: normal;
}

.rr_score2 {
	float: right;
}

.winner {
	color: #00ce7c;
}

.draw {
	color: #6b5b25;
}

.result sup {
	font-size: 50%;
	margin: 2px;
}

.time h3 {
	font-size: calc(16px * 0.75);
	color: #abadb1;
	margin: 2px;
}

.result {
	align-items: center;
	color: #585b63;
	width: 50%;
	float: left;
}

.time {
	color: #585b63;
	margin-right: 40px;
	text-align: center;
}

.clb {
	width: 25%;
	height: 20%;
	text-align: center;
	font-size: 10px;
}

.p1_img2, .p1_img {
	position: relative;
	float: left;
	z-index: 10;
	left: calc((150px / 1.6) / 3 - (256px / 1.6) / 2);
	width: calc(150px / 1.6);
	background-image: url('../img/player/head/PlayerImage.png');
	height: calc(200px / 1.6);
	
	background-size: 100% 100%;
}

.p1_img {
	float: right;
	left: calc((150px / 1.6) / 3 - (256px / 1.6) / 2 - 50px);
}

.p2_img {
	position: absolute;
	width: calc(150px / 1.6);
	height: calc(200px / 1.6);
	background-size: 100% 100%;
	left: 204px;
	background-image: url('../img/player/head/PlayerImage.png');	
}

.p2_img2 {
	position: absolute;
	width: calc(150px / 1.6);
	height: calc(200px / 1.6);
	background-size: 100% 100%;
	left: 45px;
	background-image: url('../img/player/head/PlayerImage.png');
}

.img_p {
	height: 75%;
	width: 80%;
}

.chart {
	width: 446px; 
	height: 350px;
}

@media screen and (max-width: 1100px) {
	.p2_img {
	}
}

@media screen and (max-width: 1000px) {
	.blur {
		text-align: center;
		width: 25%;
	}
	
	.event {
		height: 140px;
	}
	
	.name_match {
		font-size: calc(100vw * 24 / 1500);
	}
	
	.clb {
		display: none;
	}
	
	.img_p {
		height: 81%;
		width: 100%;
	}
	
	.p1_img2, .p1_img {
		width: calc(150px / 2);
		background-image: url('../img/player/head/PlayerImage.png');
		height: calc(200px / 2);
		background-size: 100% 100%;
	}
	
	.p2_img {
		width: calc(150px / 2);
		height: calc(200px / 2);
		left: calc(31% - (150px / 1.6) + (150px / 2) / 4);
	}

	.p2_img2 {
		width: calc(150px / 2);
		height: calc(200px / 2);
		left: calc(81% + (150px / 1.6) / 5);
	}

	.event_container h1 {
		font-size: calc(100vw * 71 / 700) !important;
		height: calc(100vw * 71 / 700 + 5px) !important;
	}
	
	.event {
		width: 100%;
	}
	
	.chart {
		/* width: 160px;
		height: 160px; */
	}
	
	.stat_win {
		width: 48%;
		margin-right: 2%;
	}
	
	.stat_lost {
		width: 49%;
	}
	
	.stat_container > h1 {
		 font-size: calc(100vw * 71 / 700) !important;
		 height: calc(100vw * 71 / 700 + 5px) !important;
	}
	
	.first_name {
		 font-size: calc(100vw * 32 / 700) !important;
		 height: calc(100vw * 32 / 700 + 5px) !important;
	}
	
	.last_name {
		 font-size: calc(100vw * 71 / 900) !important;
		 height: calc(100vw * 71 / 700 + 5px) !important;
	}
	
	.player_info_header {
		font-size: calc(100vw * 46 / 1000) !important;
		height: calc(100vw * 46 / 1000) !important;
	}
	
	.content {
		font-size: calc(100vw * 18 / 1000) !important;
		height: calc(100vw * 18 / 1000) !important;
	}
	
	.header2 {
		font-size: 12.5px;
		height: 16px;
		width: 100%; 
		text-align: right;
	}
	
	.profile_frame {
		width: 100%;
		left: 0;
		margin-left: 0;
		margin-right: 0;
	}
	
	.player_img {
		left: 50%;
	}
	
	.date {
		margin-top: 25px;
	}
	
	.rr_score sup, .rr_score2 sup {
		margin: -8px;
		top: -15px;
	}
}

@media screen and (max-width: 1000px) and (orientation : landscape) {
	.audio {
		top: calc((100% - 30% - 100% / 3) / 2 + 70px);
	}
	
	.name_match {
		font-size: calc(100vw * 24 / 1500);
	}
	
	.player_info_header {
		font-size: calc(100vw * 46 / 1300) !important;
		height: calc(100vw * 46 / 1300) !important;
	}
	
	.content {
		font-size: calc(100vw * 18 / 1300) !important;
		height: calc(100vw * 18 / 1300) !important;
	}
}

@media screen and (max-width: 850px) {
	.blur {
		text-align: center;
		width: 25%;
	}
	.player_info_header {
	  font-size: 40px;
	}
	
	.header2 {
		font-size: 12.5px;
		height: 16px;
		width: 100%; 
		text-align: right;
	}
	
	.p1_img2 {
		left: 85.25px;
	}
	.p2_img2 {
		left: calc(85.25px + 150px / 3 + 15px);
	}
	
	.round_container {
		float: none;
	}
}

@media screen and (max-width: 800px) {
	.personal_info {
		display: block;
	}
	
	.hide {
		display: none;
	}
	
	.clb {
		width: 35%;
	}
	
	.img_p {
		height: 65%;
		width: 100%;
	}
	
	.p2_img2 {
	}

	.pi1_container {
		width: 100%;
		height: 50%;
		border: 1px solid rgba(13, 12, 12, 0.31);
	}
	
	.pi2_container {
		width: 100%;
		height: 50%;
		border: 1px solid rgba(13, 12, 12, 0.31);
	}
	
	.pi1 {
		width: 50%;
		height: 50%;
		float: left;
		border: 1px solid rgba(13, 12, 12, 0.31);
	}
	
	.pi2 {
		width: 100%;
		height: calc(100% / 3);
		float: left;
		border: 1px solid rgba(13, 12, 12, 0.31);
	}
	
	.player_info_header {
		height: 77%;
	}
	
	.round_container {
		float: left;
	}
}

@media screen and (max-width: 724px) {
	.p1_img2, .p1_img {
		left:10px;
	}
	
	.name_match {
		font-size: calc(100vw * 24 / 1300);
	}
	
	.p2_img2 {
		left: 74px;
	}
	
	.stat_lost {
	  width: 49%;
	  display: none;
	}
	
	.p1_img {
		left: calc(-150px / 3 - 20px);
	}
	
	.p2_img {
		left: calc((150px - 15px));
	}
}

@media screen and (max-width: 568px) {
	.result {
	  /*margin-right: 70px;
	  margin-left: 20px;*/
	}
}
@media screen and (max-width: 428px) {
	.profile_frame {
		background-image: url("../img/banner/vietnam_banner_gradient_vertical.png");
		width: 100%;
		left: 0;
		margin-left: 0;
		margin-right: 0;
	}
	
	.result {
		/*margin-right: 50px;
		margin-left: 30px;*/
	}
	
	.name_match {
		font-size: calc(100vw * 24 / 800);
	}
	
	.player_img {
		width: calc(var(--profile_img_width) / 2);
		height: calc(var(--profile_img_height) / 2);
		left: 50%;
		top: calc(var(--frame_height) - var(--profile_img_height) / 2 - 100% / 3);
	}
	
	.p1_img2, .p1_img {
		width: calc(150px / 3);
		height: calc(200px / 3);
		left: -5px;
	}
	
	.p1_img {
		left: -60px;
	}
	
	.p2_img {
		width: calc(150px / 3);
		height: calc(200px / 3);
		left: 52px;
	}
	
	.p2_img2 {
		width: calc(150px / 3);
		height: calc(200px / 3);
		left: calc(150px / 3);
	}
	
	.date {
	  margin-top: 30px;
	}
}

@media screen and (max-width: 330px) {
	.profile_frame {
		width: 100%;
		left: 0;
		margin-left: 0;
		margin-right: 0;
	}
	
	.blur {
		text-align: left;
	}
	.player_info_header {
	  font-size: 35px;
	}
	
	.content {
	  font-size: 16px;
	}
	
	.player_img {
		width: calc(var(--profile_img_width) / 2.3);
		height: calc(var(--profile_img_height) / 2.3);
		left: 50%;
		top: calc(var(--frame_height) - var(--profile_img_height) / 2.3 - 100% / 3);
	}
}

@media screen and (max-width: 331px) {
	.blur {
		text-align: center;
		width: 25%;
	}
	
	.first_name {
		 font-size: calc(100vw * 32 / 600) !important;
		 height: calc(100vw * 32 / 600 + 5px) !important;
	}
	
	.last_name {
		 font-size: calc(100vw * 71 / 600) !important;
		 height: calc(100vw * 71 / 600 + 5px) !important;
	}
	
	.player_info_header {
		font-size: calc(100vw * 46 / 600) !important;
		height: calc(100vw * 46 / 600) !important;
	}
	
	.content {
		font-size: calc(100vw * 18 / 600) !important;
		height: calc(100vw * 18 / 600) !important;
	}
	
	.header2 {
		font-size: 12.5px;
		height: 16px;
		width: 100%; 
		text-align: right;
	}
	
	.profile_frame {
		width: 100%;
		left: 0;
		margin-left: 0;
		margin-right: 0;
	}
	
	.p1_img {
		left: calc(-150px / 3);
	}
	
	.p1_img2 {
		
	}
	
	.p2_img {
		left: 42px;
	}
	
	.p2_img2 {
		left: 45px;
	}
	
	.player_img {
		left: 50%;
	}
	
	.round_container {
		width: 100%;
		left: 0;
	}
}