/* Debug Bootstrap grid on Safari */
:root{
	--background: #1668BB;
}

.blue-text {
	color: #2094d1 !important;
}
.bg-blue {
	background-color: #2094d1;
}
.scheme_original h3.blue-text,.scheme_original h2.blue-text,.scheme_original h1.blue-text {
	color: #2094d1 !important;
}

button {
	background-color: #1DA7E0 !important;
}
.btn-primary, .btn-primary:hover {
	background-color: #1DA7E0;
	border-color: #1DA7E0;
}


/*
.scheme_original a {
	color: #E6298A;
}
.scheme_original a:hover {
	color: #F6BFD7;
}
*/
.scheme_original .card a {
	color: #0BAFF3;
}

/*Fix from main theme*/
table:not(.wp-calendar) tr:first-child td {
	font-weight: 400 !important;
}
table:not(.wp-calendar) th, table:not(.wp-calendar) td {
	font-size: 1em;
}

td, th {
	border: 0px solid #fff;
}


.row:before, .row:after {display: none !important;}

.menu_main_nav > li > a {
	padding: 1.5em 1.3em;
}

.page_content_wrap {
	padding: 0 0 1em;
	font-size: 17px;
}
.post_content .post_title {
	font-size: 1.7em !important;
}

.top_panel_bottom {
	border-bottom: 1px solid #ededed;
}

.form-check-label {
	cursor: pointer;
}

.row {
	padding-top: 7px;
	padding-bottom: 7px;
}

input[type="password"],input[type="number"],select {
	border-color: inherit !important;
	background-color: inherit !important;
	border: 1px solid #ccc !important;
}

.avatar {
	width: 80px;
	/*height: 80px;*/
}
.form-check {
	margin-bottom: 5px;
}

.form-check > input {
	margin-top: 8px;
	margin-right: 5px;
}

select.form-control {
	-webkit-appearance: menulist;
}

/* Promotion PAge */
.video-frame iframe {
	max-width: 2048px;
	width: 100%;
}

.video-frame {
	margin-top:30px;
	/*border-radius: 25px;*/
	/*border: 20px solid #007bff;*/
	text-align: center;
}

/* Team CSS*/
.team_row {
	display: flex;
}
.team_col1 {
	flex: 0 0 55%;
	padding: 0 10px 0 40px;
	display: flex;
}
.team_col2 {
	flex: 0 0 0%;
	padding: 0 10px;
}
.team_col3 {
	flex: 0 0 25%;
	padding: 0 10px;
}
.team_col4 {
	flex: 0 0 20%;
	padding: 0 10px;
}
.team_list_rank {
	flex: 0 0 40px;
}
.team_list_avatar {
	margin: 0 10px;
	flex: 0 0 auto;
	height: auto;
	display: inline-block;
}

.team_list_ranking_photo {
	/*height: 50px;*/
	width: 50px;
}

.team_list_avatar_photo {
	height: 150px;
	/*width: 90px;*/
}

.team_list_header {
	font-weight: 700;
}

@media (max-width: 767.98px) {
	.team_row {
		text-align: center;
		display: block;
	}
	.team_col1 {
		text-align: center;
		display: block;
		padding: 0 10px;
	}
	.team_list_header {
		display: none;
	}
}

/* team detail */
.team_detail_div {
	margin-top: 100px;
}
.team_detail {
	display: flex;
	padding: 80px 20px 30px;
}
.team_detail_avatar {
	flex: 0 0 150px;
	text-align: center;
	position: absolute;
	top: -90px;
	left: 50%;
	transform: translateX(-50%);
}
.team_detail_avatar_photo {
	height: 180px;
	/*width: 180px;*/
}

.team_detail_info {
	padding-right: 40px;
	margin: 0 0px;
	flex: 0 0 70%;
}
.team_detail_info_row {
	display: flex;
}

.team_detail_info_row_col1 {
	flex: 0 0 30%;
	color: #666;
	text-align: right;
	font-weight: 400;
	margin-right: 10px;
}
.team_detail_info_row_col2 {
	font-weight: 700;
	color: var(--background);
}
.team_detail_grid_no {
	font-size: 60px;
	line-height: 3rem;
	font-weight: 700;
	color: var(--background);
}
.team_detail_grid_no small {
	font-size: 45%;
	font-weight: 400;
}

@media (max-width: 991.98px) {
	.team_detail {
		display: block;
	}
	.team_detail_info {
		padding-right: 0px;
		margin: 0 0px;
	}
	.team_detail_grid {
		text-align: center;
	}
}
@media (max-width: 767.98px) {
	.team_detail_info_row,.team_detail_info_row_col1,.team_detail_info_row_col2 {
		display: block;
		text-align: center;
	}
	.team_detail_avatar {
		top: -45px;
	}
	.team_detail_avatar_photo {
		height: 90px;
		/*width: 90px;*/
	}
	.team_detail {
		padding: 60px 20px 30px;
	}
}



.process_b_wrap {
	padding: 10px 11%;
	margin: 12px 0;
}
.process_bar {
	position: relative;
	height: 15px;
	width: 100%;
	background: #CCCCCC;
	border-radius: 10px;
}
.p_red_bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	border-radius: 10px;
	background: #0096D5;
}
.p_dot.on {
	background: #0096D5;
}
.dot_1 {
	left: -15px;
}
.dot_2 {
	/*left: 31.8%;*/
	left: calc(33.33% - 15px)
}
.dot_3 {
	/*left: 64.5%;*/
	left: calc(66.66% - 15px)
}
.dot_4 {
	right: -15px;
}
.p_dot {
	position: absolute;
	width: 30px;
	height: 30px;
	background: #CCCCCC;
	border-radius: 50%;
	top: -7px;
}

.team_detail_awards_desc {
	word-break: break-all;
}

/* Souvenir */
.item-block {
	width: 100%;
	padding: 20px;
	/*background-color: #9fcdff;*/
	margin-bottom: 20px;
	border-radius: 25px;
	margin-left: 5px;
}
.item-block:first-child {
	margin-top: 20px;
}
.block-title {
	font-size: 2rem;
	/*color: #fff49f;*/
}
.block-text {
	margin-top: 20px;
}
.block-text p {
	font-size: 1.5rem;
}
.block-text .price{
	color: #ca2a2d;
	font-weight: bold;
}
.btn-buy {
	color: white !important;
	cursor: pointer;
}

.team_flag_row {
	display: flex;
}
.team_flag_col1 {
	flex: 0 0 50%;
	padding: 0 10px 0 40px;
	display: flex;
}
.team_flag_col2 {
	flex: 0 0 25%;
	padding: 0 10px;
}
.team_flag_col3 {
	flex: 0 0 25%;
	padding: 0 10px;
}
.team_flag_list_header {
	font-weight: 700;
}

@media (max-width: 767.98px) {
	.team_flag_row {
		text-align: center;
		display: block;
	}
	.team_flag_col1 {
		text-align: center;
		display: block;
		padding: 0 10px;
	}
	.team_flag_list_header {
		display: none;
	}
}

.home_ranking_item_avatar {
	flex: 0 0 90px;
	text-align: center;
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.home_ranking_item_rank {
	position: absolute;
	left: calc(0% - 6%);
	top: -30px;
	width: 30%;
	max-width: 80px;
	z-index: 2;
}

.home_ranking_item {
	padding-top: 90px;
	/*padding-bottom: 15px;*/
	line-height: 1.5em;
	color: #666 !important;
}
.card.home_ranking_card {
	/*margin-top: 60px;*/
	border-radius: 40px;
	background-color: #fff !important;
	border: 0px;
	height: 100%;
}
.mt-60 {
	margin-top: 60px;
}
.home_ranking_item .team_name {
	color: var(--background);
	font-size: 20px;
	text-decoration: none;
}
.home_ranking_item .total_grid {
	/*color: #DE378D !important;*/
	font-weight: 700;
}

.removeButton {
	text-align: right;
}


.team_result_col1 {
	flex: 0 0 30%;
	padding: 0 10px 0 40px;
}
.team_result_col2 {
	flex: 0 0 30%;
	padding: 0 10px;
}
.team_result_col3 {
	flex: 0 0 40%;
	padding: 0 10px;
}
@media (max-width: 767.98px) {
	.team_result_col1 {
		text-align: center;
		display: block;
		padding: 0 10px;
	}
}

.team_result_row a, .team_result_row a:hover {
	color: #494a4a;
}



.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #0baff3;
	border-color: #0baff3;
}


/* start force new color */
/*
body,
.page_wrap,
.header_mobile,
.card {
	background-color: #C8E6F3 !important;
}
*/

.card {
	color: #666 !important;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.5);
}

.scheme_original .post_content .card .post_title, .scheme_original h1 {
	color: #0BAFF3 !important;
}
.scheme_original .card h5, .scheme_original .card h4, .copyright_wrap, .footer_wrap, .footer_wrap table,
.scheme_original .footer_wrap table:not(.wp-calendar):not(.variations) tr:first-child
{
	color: #666 !important;
}
.scheme_original input.form-control {
	background-color: #fff !important;
	color: #666;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus {
	color: #fff;
}

/*
body,
.page_wrap,
.scheme_original .top_panel_wrap_inner,
header .top_panel_middle,
.header_mobile,.scheme_original .top_panel_bottom,
.scheme_original .footer_wrap_inner.widget_area_inner,
.card {
	background: #1668bb url("/hohcs_flag/_datas/bg.png") repeat;
}

.scheme_original .body_wrap {
	color: #fff;
}

.scheme_original h1, .scheme_original h2, .scheme_original h3, .scheme_original h4, .scheme_original h5, .scheme_original h6, .scheme_original h1 a, .scheme_original h2 a, .scheme_original h3 a, .scheme_original h4 a, .scheme_original h5 a, .scheme_original h6 a {
	color: #fff;
}
*/

.reg_btn {
	background-color: #E6298A;
	display: inline-block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 3px;
	color: #fff;
	padding: 10px 15px;
	font-weight: 700;
	transition: 0.5s;
	font-size: 1rem;
}

.reg_btn:hover, .reg_btn:focus {
	color: #E6298A;
	background-color: #FADCE9;
}

.anchor_fix {
	position: absolute;
	transform: translateY(-100px);
}

/*Background and Text Color*/
body, .page_wrap {
	background-color: #EEE !important;
	color: #666 !important;
	background-image: url("./../../_datas/general_background_image.img?v=2");
	background-size: 100% auto;
}

.scheme_original .post_item_excerpt .post_title a, .scheme_original .post_content .post_title, .scheme_original .top_panel_title_inner .page_title,
.scheme_original table:not(.wp-calendar):not(.variations) tr:first-child, .scheme_original .woocommerce table.cart thead th, .scheme_original .woocommerce-page table.cart thead th,
.scheme_original table,
.scheme_original h1, .scheme_original h2, .scheme_original h3, .scheme_original h4, .scheme_original h5, .scheme_original h6, .scheme_original h1 a, .scheme_original h2 a, .scheme_original h3 a, .scheme_original h4 a, .scheme_original h5 a, .scheme_original h6 a
{
	color: #666 !important;
}

.home_ranking_table td {
	padding: 0 !important;
}
.home_ranking_table_content {
	background-color: #1e94d3;
}
.fs-0 {
	font-size: 0 !important;
}


/* mobile */

@media (max-width: 479px) {
	.slider_boxed, .content_wrap, .content_container {
		width: 90%;
	}
	.team_detail_awards_desc {
		font-size: 14px;
	}
}

.line-height-1_5 {
	line-height: 1.5em;
}

.post_title.entry-title {
	font-weight: 400;
}

iframe {
	width: 100% !important;
	height: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.5em;
}

button {
	padding: 0.9em 1.75em;
	letter-spacing: -0.013em;
}

div.alert button.close {
	background-color: unset !important;
	color: #888 !important;
}

.address_label {
	min-width: 38px;
	text-align: right;
}