/*build by hoaduyvan@gmail.com*/
body {
	margin: 0;
	font-family: 'Inter', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #363636;
}

input, button, select, textarea {
	font-family: 'Inter', Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Inter', Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.4;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pdt-0 {
	padding-top: 0 !important;
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #222;
}

.clearfix {
	*zoom: 1;
}

	.clearfix:before,
	.clearfix:after {
		display: table;
		content: "";
		line-height: 0;
	}

	.clearfix:after {
		clear: both;
	}

.clear {
	clear: both;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a:focus {
	outline: 0;
	outline: 0;
	outline-offset: 0;
	text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}

button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}

button,
input {
	*overflow: visible;
	line-height: normal;
}

	button:-moz-focus-inner,
	input:-moz-focus-inner {
		padding: 0;
		border: 0;
	}


	button:focus,
	input:focus,
	select:focus,
	textarea:focus {
		outline: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-padding: 0;
}

.no-margin {
	margin: 0 !important;
}

.pull-left {
	float: left !important;
}

.pull-right {
	float: right !important;
}

.hide {
	display: none !important;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

	.row:after, .row:before {
		content: "";
		clear: both;
		display: table;
	}

.col-3, .col-6, .col-12, .col-4, .col, .col-2, .col-8 {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.col-2 {
	width: 16.66666667%;
}

.col-8 {
	width: 66.66666667%;
}

.col {
	width: 20%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.3333%;
}

.col-6 {
	width: 50%;
}

.col-12 {
	width: 100%;
}

.red {
	color: #E23838 !important;
}

.text-center {
	text-align: center !important;
}

.font-700 {
	font-weight: 700 !important;
}

.modal-open {
	overflow: hidden;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

	.fade.in {
		opacity: 1;
	}

.show.in {
	opacity: 1;
}

.collapse {
	display: none;
}

	.collapse.in {
		display: block;
	}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}

.close {
	float: right;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	position: absolute;
	height: 40px;
	width: 40px;
	right: 0;
	top: 0;
	z-index: 1;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

	.modal.fade .modal-dialog {
		-webkit-transition: -webkit-transform .3s ease-out;
		-o-transition: -o-transform .3s ease-out;
		transition: transform .3s ease-out;
		-webkit-transform: translate3d(0, -25%, 0);
		-o-transform: translate3d(0, -25%, 0);
		transform: translate3d(0, -25%, 0);
	}

	.modal.in .modal-dialog {
		-webkit-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	width: 100%;
	display: inline-block;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

	.modal-backdrop.fade {
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.modal-backdrop.in {
		filter: alpha(opacity=50);
		opacity: .5;
	}

.modal-dialog {
	width: 100%;
	max-width: 980px;
	margin: auto;
	margin-top: 20px;
}

.container {
	max-width: 1230px;
	margin: auto;
	padding: 0 15px;
	width: 100%;
}

.full-width {
	width: 100% !important;
	display: inline-block;
}

.icon-back-top {
	width: 36px;
	height: 36px;
	position: fixed;
	bottom: 10px;
	right: 15px;
	cursor: pointer;
	z-index: 98;
	display: none;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	color: #333;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	background: #fff;
}

.login {
	padding: 0 15px;
	max-width: 450px;
}

	.login .modal-content {
		background: #FFFFFF;
		border-radius: 20px;
		min-height: 160px;
		text-align: center;
		padding: 30px 10px;
	}

	.login .panel-title {
		margin: 0;
		font-weight: 700;
		font-weight: 20px;
		text-align: center;
		margin-bottom: 15px;
	}

	.login .panel-body {
		width: 100%;
		display: inline-block;
	}

		.login .panel-body .form-group {
			margin-bottom: 15px;
		}

	.login .form-control {
	}

	.login .alink {
		font-size: 14px;
		text-align: left;
		color: #0d6efd;
	}

.left-text {
	text-align: left;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.checkbox {
	position: relative;
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 14px;
}

	.checkbox label {
		padding-left: 20px;
		margin-bottom: 0;
		font-weight: 400;
		cursor: pointer;
		display: inline-block;
		max-width: 100%;
	}

	.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
		position: absolute;
		margin-top: 4px \9;
		margin-left: 0px;
	}

.login .modal-content .des {
	margin: 0;
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #222222;
	margin-bottom: 20px;
}

.login .button-submit {
	width: 200px;
	height: 40px;
	display: inline-block;
	background: #ff6600;
	border: 0;
	cursor: pointer;
	font-weight: 800;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 10px;
	clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
}
/*menu top*/
.open-menu {
	overflow: hidden;
}

.header {
	width: 100%;
	height: 65px;
	display: inline-block;
	background-color: #212c39;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	float: left;
}

.navi.fixed {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	box-shadow: 0px 2px 4px rgb(0 0 0 / 15%);
	background-color: #212c39;
	padding-left: 15px;
}

.open-menu .header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	bottom: 0;
	height: 100%;
	overflow: auto;
}

.header .navi {
	height: 65px;
}

.header .button-menu {
	float: right;
	width: 32px;
	height: 32px;
	top: 16.5px;
	right: 16px;
	z-index: 1;
	border: 0;
	cursor: pointer;
	text-align: center;
	line-height: 32px;
	padding: 0;
	background-color: transparent;
	position: absolute;
}

	.header .button-menu:before {
		font-family: "fontello";
		font-style: normal;
		font-weight: normal;
		speak: never;
		display: inline-block;
		text-decoration: inherit;
		font-variant: normal;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\e80a';
		font-size: 35px;
		color: #999;
	}

.open-menu .header .button-menu:before {
	content: '\e809';
	font-size: 38px;
}

.header .logo {
	float: left;
	width: 153px;
	height: 40px;
	background: url(../images/logo.png) no-repeat 0 0;
	background-size: contain;
	text-indent: -99999px;
	margin-top: 12px;
}

.header .menu-top {
	display: none;
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 30px;
}

.open-menu .header .menu-top {
	display: block;
	width: 100%;
}

.header .menu-top li {
	float: left;
	width: 100%;
	padding: 12px 0;
	list-style: none;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	color: #fff;
}

	.header .menu-top li a {
		color: #fff;
		display: block;
		cursor: pointer;
	}

.header .menu-top .icon {
}

.navi .menu-top li.more .icon {
	background: url(../images/icon-dot.svg) no-repeat center center;
	width: 20px;
	height: 30px;
	text-indent: -9999px;
	padding: 0;
	display: block;
}

.header .menu-top .icon:after {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e806';
	margin-left: 8px;
}

.header .menu-top .open .icon:after {
	content: '\e805';
}

.header .menu-top .dropdown-menu {
	display: none;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	background-color: transparent;
	border: 0;
	border: 0;
	border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0);
}

	.header .menu-top .dropdown-menu.dropdown-menu-right ul {
		float: right;
	}

	.header .menu-top .dropdown-menu li {
		width: 100%;
		font-size: 14px;
		line-height: 19px;
		padding: 8px;
		color: #666;
	}

	.header .menu-top .dropdown-menu ul {
		margin: 0;
		padding: 0;
	}

	.header .menu-top .dropdown-menu li a {
		color: #999;
	}

.header .menu-top .open .dropdown-menu {
	display: block;
}

.header .btn-advise {
	width: 167px;
	height: 46px;
	padding: 11px;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #FEF1F1;
	display: inline-block !important;
}

.btn-advise {
	display: inline-block;
	background: #fc7100;
	box-shadow: 0px 1px 2px rgba(105, 81, 255, 0.05);
	border-radius: 46px;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	padding: 8px;
	width: 138px;
	height: 36px;
	color: #FEF1F1 !important;
	text-align: center;
}
/*end menu top*/
/*menu sub*/
.box-head-menu {
	width: 100%;
	display: inline-block;
	height: 40px;
	background: #001B72;
	position: relative;
	float: left;
}

	.box-head-menu .btn-signup {
		float: right;
		line-height: 40px;
		font-weight: 500;
		font-size: 12px;
		color: #FFFFFF;
		position: relative;
	}

		.box-head-menu .btn-signup:after {
			width: 16px;
			font-family: "fontello";
			font-style: normal;
			font-weight: normal;
			speak: never;
			display: inline-block;
			text-decoration: inherit;
			text-align: center;
			font-variant: normal;
			text-transform: none;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			content: '\e80b';
			margin-left: 4px;
			float: right;
		}

.menu-sub {
	float: left;
}

	.menu-sub .box {
		height: 40px;
		font-weight: 600;
		font-size: 14px;
		color: #FFFFFF;
		float: left;
		line-height: 40px;
	}

	.menu-sub .btn-click {
		line-height: 40px;
		width: 24px;
		color: #fff;
		border: 0;
		background-color: transparent;
		padding: 0;
		margin-left: 4px;
		float: left;
		text-align: center;
	}

		.menu-sub .btn-click:before {
			font-family: "fontello";
			font-style: normal;
			font-weight: normal;
			speak: never;
			display: inline-block;
			text-decoration: inherit;
			text-align: center;
			font-variant: normal;
			text-transform: none;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			content: '\e806';
		}

	.menu-sub.open .btn-click:before {
		content: '\e805';
	}

	.menu-sub .list {
		position: absolute;
		left: 0;
		left: 0;
		top: 40px;
		background: #001B72;
		margin: 0;
		padding: 0;
		width: 100%;
		display: none;
		z-index: 10;
		padding-left: 15px;
	}

	.menu-sub.open .list {
		display: block;
	}

	.menu-sub li {
		width: 100%;
		float: left;
		list-style: none;
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 8px;
	}

	.menu-sub .active {
		font-weight: 600;
	}

	.menu-sub li a {
		color: #fff;
	}

.box-group-stage {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 20px 0;
	background-color: #DAEDFF;
}

	.box-group-stage .box-slide {
		position: relative;
	}

		.box-group-stage .box-slide .item {
			width: 100%;
			display: inline-block;
		}

			.box-group-stage .box-slide .item .head {
				width: 100%;
				display: flex;
				padding: 10px 6px;
				background: #e1e1dc;
				font-size: 12px;
				color: #333;
				text-transform: uppercase;
			}

				.box-group-stage .box-slide .item .head .title {
					margin: 0;
					text-overflow: ellipsis;
					white-space: nowrap;
					overflow: hidden;
					font-size: 12px;
					width: calc(100% - 80px);
				}

					.box-group-stage .box-slide .item .head .title a {
						color: #333;
					}

				.box-group-stage .box-slide .item .head .group-stage {
					font-weight: 400;
					color: #585858;
					float: right;
					width: 80px;
					text-align: right;
				}

			.box-group-stage .box-slide .item .bottom {
				width: 100%;
				display: flex;
				padding: 6px;
				background: #e1e1dc;
				font-size: 12px;
				color: #333;
				text-transform: uppercase;
			}

				.box-group-stage .box-slide .item .bottom .title {
					margin: 0;
					text-overflow: ellipsis;
					white-space: nowrap;
					overflow: hidden;
					font-size: 12px;
					width: calc(100% - 120px);
				}

				.box-group-stage .box-slide .item .bottom .time {
					font-weight: 400;
					color: #585858;
				}

				.box-group-stage .box-slide .item .bottom .group-stage {
					font-weight: 400;
					color: #585858;
					float: right;
					width: 120px;
					text-align: right;
				}

		.box-group-stage .box-slide .table {
			border: 1px solid #e1e1dc;
			width: 100%;
			background: #fff;
		}

			.box-group-stage .box-slide .table td {
				font-size: 12px;
				color: #333;
				padding: 10px 6px;
				border: 1px solid #e1e1dc;
				text-transform: uppercase;
				font-weight: bold;
				text-align: center;
			}

				.box-group-stage .box-slide .table td:first-child {
					text-align: left;
				}

			.box-group-stage .box-slide .table .name {
			}

			.box-group-stage .box-slide .table td .time {
			}

			.box-group-stage .box-slide .table td:nth-child(2), .box-group-stage .box-slide .table td:nth-child(4) {
				background: #eeeee8;
			}

			.box-group-stage .box-slide .table .number {
				font-weight: 400;
				color: #585858;
			}

	.box-group-stage .swiper-button-prev:after, .box-group-stage .swiper-button-next:after {
		display: none;
	}

	.box-group-stage .swiper-button-next, .box-group-stage .swiper-button-prev {
		background: #fff;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		width: 40px;
		height: 40px;
		color: #333;
		font-size: 18px;
		box-shadow: 0px 5px 14px rgb(0 0 0 / 15%);
	}

.box-moment {
	width: 100%;
	display: inline-block;
	padding: 40px 0;
}

	.box-moment .heading {
		margin: 0;
		margin-bottom: 20px;
		font-size: 32px;
		color: #333;
		font-weight: 700;
	}

	.box-moment p {
		font-size: 13px;
		text-transform: uppercase;
		color: #999;
		margin: 0;
		font-weight: 300;
		margin-bottom: 15px;
	}

	.box-moment .more {
		display: block;
		color: #c15715;
		text-transform: uppercase;
		font-size: 13px;
		font-weight: 300;
		margin-bottom: 15px;
	}

.box-new {
	width: 100%;
	display: inline-block;
	background: #f9f9fb;
	padding: 30px 0;
}

	.box-new .heading {
		margin: 0;
		margin-bottom: 20px;
		font-size: 36px;
		color: #333;
		font-weight: 300;
	}

	.box-new .col-8 {
		width: 100%
	}

	.box-new img {
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		max-height: 350px;
	}

	.box-new .big-new {
		display: block;
		margin-bottom: 15px;
		text-align: center;
	}

	.box-new .more {
		font-size: 16px;
		text-transform: uppercase;
		color: #333;
	}

		.box-new .more:hover {
			color: #ff6600;
		}

	.box-new .col-8 .textop {
		color: #c15715;
		font-size: 13px;
		text-transform: uppercase;
		font-weight: bold;
		margin: 0;
	}

	.box-new .col-8 .title {
		font-size: 26px;
		color: #333;
		text-align: left;
		font-weight: 700;
		margin: 8px 0;
	}

		.box-new .col-8 .title a {
			color: #333;
			display: block;
		}

	.box-new .col-8 .des {
		margin: 0;
		margin-bottom: 20px;
		color: #999;
		font-size: 15px;
		text-align: left;
	}

	.box-new .col-4 {
		width: 100%
	}

	.box-new .list {
		width: 100%;
		display: inline-block;
		max-height: 491px;
		overflow-y: auto;
	}

		.box-new .list .item {
			display: flex;
			justify-content: center;
			align-items: center;
			padding: 15px 0;
			border-bottom: 1px solid #c9c7c7;
		}

			.box-new .list .item:last-child {
				border: 0;
			}

		.box-new .list .photo {
			width: 150px;
			margin-right: 20px;
		}

		.box-new .list .info {
			width: calc(100% - 170px);
		}

		.box-new .list .title {
			font-size: 16px;
			margin: 0;
			color: #333;
			font-weight: 700;
			margin-bottom: 10px;
		}

			.box-new .list .title a {
				color: #333;
			}

.box-tournament {
	width: 100%;
	display: inline-block;
	padding: 40px 0;
	background: #f7f7f7;
}

	.box-tournament .col-a {
		width: 100%;
		float: left;
	}

.box-ads {
	width: 100%;
	display: inline-block;
	padding: 30px 0;
	text-align: center;
}

.btn-load-more {
	background: #DAEDFF;
	border-radius: 5px;
	color: #135EAC;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	display: inline-block;
	padding: 6px 12px;
	margin-top: 10px;
}

.box-tournament .col-content {
	width: 100%;
	float: left;
}

.table-ranking {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
}

	.table-ranking .more {
		display: block;
		color: #c15715;
		text-transform: uppercase;
		font-size: 13px;
		font-weight: 300;
		margin-bottom: 15px;
		text-align: right
	}

	.table-ranking .tbl-data {
		width: 100%;
		border: 1px solid #c7c7c7;
		border-radius: 6px;
		border-collapse: inherit;
		overflow: hidden;
		margin-bottom: 24px;
		padding: 0;
	}

#LevelPointPlaceHolder {
	padding-top: 30px;
}

.table-ranking .tbl-data thead {
	background: #FAFAFA;
	font-weight: 500;
}

.table-ranking .tbl-data th, .table-ranking .tbl-data td {
	border: 0;
	border-top: 1px solid #c7c7c7;
	font-size: 13px;
	line-height: 19px;
	color: #38404D;
	padding: 9px 10px;
	text-align: center;
}

.table-ranking .tbl-data th {
	border-top: none;
}

.table-ranking .tbl-data .th-name {
	text-align: left;
}

.table-ranking .tbl-data .td-stt {
	width: 40px;
}

.table-ranking .tbl-data .td-name {
	text-align: left;
	width: 157px;
	position: relative;
}

.box-tournament .list {
	width: 100%;
	display: inline-block;
}

.box-tournament .heading {
	margin: 0;
	font-weight: 300;
	font-size: 22px;
	line-height: 32px;
	color: #333;
	margin-bottom: 10px;
}

.box-tournament .col {
	width: 100%;
	padding: 10px;
	float: left;
}

.box-tournament .row {
	margin: 0 -10px;
}

.box-tournament .item {
	width: 100%;
	display: inline-block;
	background: #fff;
	border: 1px solid #eeeeee;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 16px 16px 0px 16px;
	position: relative;
	transition: transform 0.3s;
}

	.box-tournament .item:hover {
		box-shadow: 0px 5px 14px rgb(0 0 0 / 15%);
	}

	.box-tournament .item .time {
		margin: 0;
		font-size: 12px;
		color: #999;
		margin-bottom: 10px;
	}

	.box-tournament .item .info {
		width: 100%;
		display: inline-block;
		position: relative;
		padding-right: 20px;
	}

	.box-tournament .item .icon-more {
		z-index: 1;
		position: absolute;
		right: -10px;
		top: -10px;
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		transform: rotate(-45deg);
		background: #eeeeee;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		transition: transform 0.3s;
	}

	.box-tournament .item:hover .icon-more {
		background: #c15715;
		color: #fff;
	}

	.box-tournament .item .name {
		margin: 0;
		margin-bottom: 10px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		color: #333;
		font-weight: bold;
		font-size: 18px;
	}

		.box-tournament .item .name a {
			color: #333;
		}

	.box-tournament .item .tournament {
		margin: 0;
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 2;
		text-overflow: ellipsis;
		white-space: normal;
		word-wrap: break-word;
		-webkit-box-orient: vertical;
		font-size: 16px;
		color: #999;
		line-height: 21px;
		text-transform: uppercase;
		height: 42px;
		margin-bottom: 10px;
		font-weight: normal;
	}

	.box-tournament .item .des {
		margin: 0;
		font-size: 14px;
		color: #666;
		line-height: 18px;
		margin-bottom: 5px;
		font-weight: normal;
	}

	.box-tournament .item .photo {
		display: inline-block;
		width: 100%;
		position: relative;
		height: 143px;
		border-radius: 12px;
		overflow: hidden;
	}

		.box-tournament .item .photo a {
			display: block;
			height: 100%;
			position: relative;
			width: 100%;
			padding-top: 39%;
		}

.box-tournament .list .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	top: 0;
	left: 0;
	position: absolute;
}

.box-tournament .list .item .more {
	display: block;
	line-height: 40px;
	font-size: 13px;
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
}

	.box-tournament .list .item .more span {
		margin-right: 12px;
		font-size: 18px;
		font-weight: bold;
		color: #c15715
	}

.box-tournament .item .bottom {
	width: 100%;
	display: inline-block;
}

	.box-tournament .item .bottom .row {
		margin: 0 -2px;
	}

	.box-tournament .item .bottom .col-btn {
		width: 50%;
		float: left;
		padding: 2px;
	}

	.box-tournament .item .bottom .btn {
		width: 100%;
		display: inline-block;
		border: 0;
		text-align: center;
		padding: 6px;
		cursor: pointer;
		font-size: 13px;
		color: #fff;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}

	.box-tournament .item .bottom .bg-blue {
		background: #135EAC;
	}

	.box-tournament .item .bottom .bg-green {
		background: #4DB848;
	}

	.box-tournament .item .bottom .bg-orange {
		background: #ffc107;
	}

	.box-tournament .item .bottom .bg-zalo {
		background: #2388E7;
	}

.nav-tabs {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	border-bottom: 1px solid #dee2e6;
}

	.nav-tabs li {
		list-style: none;
		display: inline-block;
	}

		.nav-tabs li a {
			color: #0d6efd;
			display: block;
			padding: 8px 16px;
			margin-bottom: -1px;
			font-size: 16px;
		}

	.nav-tabs .nav-link.active {
		color: #495057;
		background-color: #fff;
		border-radius: 8px 8px 0 0;
	}

.panel {
	margin-bottom: 0;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
	box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}

.panel-default .panel-heading {
	padding: 0;
	border-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: 0;
	background: transparent;
	background-color: transparent;
}

.box-tablte-data {
	width: 100%;
	display: inline-block;
	max-height: 448px;
	overflow: auto;
	margin-top: 20px;
	border: 1px solid #c7c7c7;
	border-radius: 6px;
}

	.box-tablte-data table {
		margin-top: 0;
		border: 0;
	}

	.box-tablte-data a {
		cursor: pointer;
	}

	.box-tablte-data th, .box-tablte-data td {
		font-size: 13px;
	}

.box-list-vdv {
	margin: 0 -15px !important;
}

	.box-list-vdv .item {
		width: 100%;
		display: inline-block;
		background: #fff;
		padding: 15px;
		border-radius: 10px;
	}

	.box-list-vdv .form-list, .box-list-vdv-2 .form-list {
		display: inline-block;
		margin-bottom: 15px;
		width: 100%;
	}

		.box-list-vdv .form-list label, .box-list-vdv-2 label {
			font-size: 15px;
		}

label {
	font-weight: normal !important;
}

.box-list-vdv .box-a {
	float: left;
	width: calc(100% - 152px);
}

.box-list-vdv .photo-avatar {
	float: left;
	width: 152px;
	padding-left: 20px;
}

	.box-list-vdv .photo-avatar .avatar {
		width: 100%;
		display: inline-block;
		border: 1px solid #999;
		padding: 5px;
		border-radius: 3px;
		position: relative;
		text-align: center;
	}

		.box-list-vdv .photo-avatar .avatar .img {
			width: 120px;
			height: 120px;
			border-radius: 3px;
		}

	.box-list-vdv .photo-avatar .btn-primary {
		margin-bottom: -30px;
	}

.box-list-vdv-2 {
	width: 100%;
	display: inline-block;
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	margin: 20px 0;
}

	.box-list-vdv-2 .btn-submit {
		max-width: 252px;
		display: inline-block;
	}

	.box-list-vdv-2 .btn {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.box-list-vdv-2 .panel {
		margin-bottom: 20px;
		background-color: #fff;
		border: 1px solid transparent;
		border-radius: 4px;
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
		box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	}

	.box-list-vdv-2 .panel-default {
		border-color: #ddd;
	}

		.box-list-vdv-2 .panel-default > .panel-heading {
			color: #333;
			background-color: #f5f5f5;
			border-color: #ddd;
			padding: 15px;
			font-weight: bold;
		}

	.box-list-vdv-2:hover {
		box-shadow: 0px 5px 14px rgb(0 0 0 / 15%);
	}

.list-user-all {
	display: inline-block;
	width: 100%;
	overflow: auto;
	max-height: 650px;
	max-width: 1200px;
}

	.list-user-all td, .list-user-all th {
		font-size: 12px;
	}

	.list-user-all .table {
		min-width: 1200px;
	}

		.list-user-all .table td:last-child {
			width: 225px;
		}

.container-profile {
	width: 100%;
	margin: 20px auto;
	border: 1px solid #d3d3d3;
	padding: 20px 15px;
	background-color: #fff;
	max-width: 1000px;
	border-radius: 15px;
}


.profile-section, .history-section {
	margin-bottom: 20px;
}

.profile-info {
	background: #ffffff;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	display: inline-block;
	width: 100%;
	padding: 15px;
}

.profile-details {
	width: calc(100% - 250px);
	float: left;
	padding-right: 20px;
}

	.profile-details .item {
		width: 33.3333%;
		float: left;
		padding: 5px 10px;
	}

	.profile-details .btn {
		margin-left: 10px;
		margin-top: 10px;
	}

	.profile-details .item .label {
		font-size: 14px;
		font-weight: normal;
		color: #333;
		padding: 0;
	}

.profile-photo {
	width: 250px;
	float: right;
	text-align: center;
	margin-top: 30px;
}

	.profile-photo img {
		width: 100px;
		height: 100px;
		border-radius: 50%;
		object-fit: cover;
	}

	.profile-photo p {
		margin-top: 10px;
		font-weight: bold;
	}



.profile-details p {
	margin: 5px 0;
}

.profile-row {
	display: flex;
	flex-direction: column;
	padding: 6px 0;
	border-bottom: 1px solid #f0f0f0;
}

	.profile-row .label {
		flex: 1;
		font-weight: bold;
		color: #444;
		width: 40%;
	}

	.profile-row .value {
		flex: 2;
		width: 55%;
		color: #222;
	}

.max-width-none {
	max-width: none !important;
}

.box-match-history {
	display: inline-block;
	width: 100%;
}

	.box-match-history .content-s, .levelPointHistory .content-s {
		display: inline-block;
		width: 100%;
		overflow: auto;
		max-height: 225px;
	}

	.box-match-history th, .box-match-history td, .levelPointHistory th, .levelPointHistory td {
		font-size: 13px;
	}

.levelPointHistory {
	display: inline-block;
	width: 100%;
}

	.levelPointHistory th:nth-child(1) {
		width: 130px;
	}

	.levelPointHistory th:nth-child(2), .levelPointHistory th:nth-child(3) {
		width: 80px;
	}

	.levelPointHistory th:nth-child(4) {
		width: 130px;
	}

.box-form-dkg {
	display: inline-block;
	width: 100%;
	background: #fff;
	padding: 15px;
	border-radius: 12px;
}

	.box-form-dkg table {
		border-radius: 10px;
		margin-top: 0;
	}
/*footer*/
.footer {
	width: 100%;
	display: inline-block;
	background: #fff;
	overflow: hidden;
}


	.footer .box-ft-botton {
		width: 100%;
		display: inline-block;
		text-align: center;
	}

		.footer .box-ft-botton .box-copy-right {
			display: inline-block;
			width: 100%;
			font-weight: 400;
			font-size: 16px;
			line-height: 20px;
			color: #333
		}

			.footer .box-ft-botton .box-copy-right p {
				margin: 0;
				margin-bottom: 10px;
			}

			.footer .box-ft-botton .box-copy-right .icon {
				width: 120px;
			}

/*end footer*/
@media only screen and (min-width: 1000px) {
	.box-tournament .col-a {
		width: 350px;
		float: left;
	}

	.box-tournament .col-content {
		width: calc(100% - 350px);
		padding-left: 30px;
		float: left;
	}
}


@media only screen and (min-width: 960px) {
	/*menu top*/
	.header {
		height: 80px;
		position: relative;
	}

		.header .navi {
			height: 80px;
		}

	.navi.fixed {
		padding: 0 30px;
	}

	.header .button-menu {
		display: none;
	}

	.header .logo {
		width: 153px;
		height: 50px;
		background: url(../images/logo.png) no-repeat 0 0;
		background-size: contain;
	}

	.header .menu-top {
		display: block;
		margin-top: 17px;
	}

		.header .menu-top li {
			font-size: 16px;
			line-height: 28px;
			width: auto;
			padding: 0 12px;
		}

			.header .menu-top li a {
				color: #fff;
				padding: 10.5px 0 7.5px 0;
			}

				.header .menu-top li a:hover, .header .menu-top .open a {
					color: #ED1C24
				}

		.header .menu-top .dropdown-menu {
			margin-top: 0;
			position: absolute;
			z-index: 99;
			left: 0;
			top: 100%;
			background: #fff;
			width: 100%;
			box-shadow: 0px 2px 4px rgb(0 0 0 / 15%);
		}

			.header .menu-top .dropdown-menu li {
				font-size: 14px;
				line-height: 25px;
				text-align: left;
				padding: 0 15px;
				float: left;
				width: auto;
			}

				.header .menu-top .dropdown-menu li a {
					color: #666;
				}

					.header .menu-top .dropdown-menu li a:hover {
						color: #212c39;
					}

	.header .btn-advise {
		width: auto;
		height: 48px;
		padding: 12px 20px !important;
		margin-left: 30px;
	}

	.header .menu-top li:last-child {
		padding-right: 0;
	}

	.btn-advise {
		font-weight: 600;
		font-size: 16px;
		padding: 13px 0;
		width: 170px;
		height: 46px;
	}
	/*menu sub*/
	.box-tournament .col {
		width: 50%;
	}

	.box-head-menu {
		height: 60px;
	}

		.box-head-menu .btn-signup {
			line-height: 60px;
			font-weight: 400;
			font-size: 16px;
		}

			.box-head-menu .btn-signup:after {
				width: 25px;
				margin-left: 5px;
			}

	.box-new {
		padding: 60px 0;
	}

		.box-new .col-8 {
			width: 60%;
		}

		.box-new .col-4 {
			width: 40%
		}

	.box-about {
		width: 100%;
		display: inline-block;
		background: #fff;
		position: relative;
		padding: 60px 0;
	}

		.box-about .small-content {
			width: 100%;
			display: inline-block;
			background: #edf6e0;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}

		.box-about .heading {
			margin: 0;
			font-weight: 600;
			font-size: 30px;
			line-height: 38px;
			color: #333;
			margin-bottom: 10px;
		}

		.box-about .item {
			width: 100%;
			float: left;
		}

		.box-about .des {
			margin: 0;
			font-weight: 400;
			font-size: 16px;
			line-height: 24px;
			color: #333;
			padding-bottom: 15px;
		}

		.box-about .icon {
			width: 140px;
		}

		.box-about .item:first-child {
			padding: 30px 15px;
		}

	.box-moment {
		width: 100%;
		display: inline-block;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 60px 0;
	}

		.box-moment .box-info {
			width: 40%;
			float: left;
			padding-right: 40px;
		}

		.box-moment .box-photo {
			width: 60%;
			float: left;
		}
}

@media only screen and (min-width: 960px) {
	.box-about {
		padding: 60px 0;
	}

		.box-about .small-content {
			display: flex;
		}

		.box-about .item:first-child {
			padding: 30px;
		}

		.box-about .heading {
			font-size: 32px;
			line-height: 44px;
			letter-spacing: -0.02em;
			margin-bottom: 20px;
			margin-top: 25px;
		}

		.box-about .item {
			width: 50%;
		}

		.box-about .des {
			font-size: 18px;
			line-height: 28px;
		}

		.box-about .icon {
			width: 156px;
		}
}

/*footer*/
.footer {
	padding: 45px 0;
}

	.footer .by-company {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 47px;
	}

	.footer .title {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.footer .alink {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.footer .box-contact {
		float: left;
		width: 39.333333%;
		font-size: 14px;
		line-height: 20px;
	}

		.footer .box-contact .location, .footer .box-contact .tel, .footer .box-contact .mail {
			margin: 0;
		}

	.footer .box-cate {
		width: 60.66666%;
		float: left;
	}

		.footer .box-cate .item {
			width: 25%;
			margin-bottom: 0;
		}

	.footer .box-form .form {
		width: 368px;
	}

		.footer .box-form .form .input {
			width: 242px;
			margin-right: 23px;
		}

		.footer .box-form .form .btn-button {
			width: 103px;
		}

	.footer .box-ft-botton {
		border-top: 1px solid #F1F1F1;
		padding-top: 20px;
	}


		.footer .box-ft-botton .box-copy-right {
			float: left;
			width: 100%;
			font-size: 16px;
			text-align: center;
		}

@media only screen and (min-width: 960px) and (max-width: 1100px) {
	.footer .box-cate .item:last-child {
		padding-left: 15px;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1280px) {
	.box-qoutes:before {
		right: 0;
	}

	.box-qoutes:after {
		right: 10px;
	}
}

@media only screen and (max-width: 960px) {
	.header .menu-top .dropdown-menu {
		position: relative;
	}

	.header .menu-top .open a {
		color: #ED1C24
	}
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
	.footer .box-cate .item:last-child {
		padding-left: 15px;
	}

	.profile-details {
		width: calc(100% - 200px);
	}

		.profile-details .item {
			width: 50%;
		}

	.profile-photo {
		width: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.profile-details {
		width: 100%;
		padding-right: 0;
	}

		.profile-details .item {
			width: 100%;
		}

	.profile-photo {
		width: 100%;
		float: right;
	}

	.box-form-dkg td {
		display: block;
		width: 100% !important;
		border-bottom: 0;
	}
}
