* {
	outline: 0 !important;
	transition: all 0.2s ease-in-out;
}
html, body {
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	color: #999; 
	background: #fff;
	overflow-x: hidden;
	padding: 0 !important;
	line-height: 110%;
	overflow-x: hidden !important;
}
h1, h2, h3, h4, h5, h6 {	
	font-weight: 900;
	color: #fff;
}
a {
	color: #fff;
}
a:hover {
	color: #00F5FF;
	text-decoration: none;
}
p {
	margin: 8px 0;
}
.pr {
	position: relative;
}
.h80 {
	height: 80vh;
}
.h600 {
	height: 450px;	
}

/* menu *****************************************************************************************/
header {
	position: relative;
	z-index: 99999;
	padding: 10px 0;
	z-index: 999;
	height: 120px;
	left: 0;
	right: 0;
	top: 0;
	height: 50px;
}
header#top.showed {
	background: transparent;
}
a.logo {
	display: inline-block;
	padding: 0;
	z-index: 99;
	position: relative;
}
a.logo img {
	height: 100px;
	width: auto;
}
/*.mapbody a.logo img {
	height: 90px;
	width: auto;
	padding: 10px;
	background: #d8226b;
	border-radius: 5px;
}*/
.mapbody header {
	background: #fdf1ff;
}
.mapbody .article_info > .row {
	background: rgba(255,255,255,0.9);
	border-radius: 20px;
	padding: 20px;
}
#mainnav {
	justify-content: center;
}
header a.nav-link {
	color: #3f51b5;
	padding: 0 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-weight: 600;
	position: relative;
	z-index: 22;
	text-transform: uppercase;
	font-size: 0.9rem;
}
header a.nav-link:hover {
	color: #e91e63;
}
header a.active.nav-link {
	color: #e91e63;
}
header ul.menu {
	position: relative;
	top: 0;
	z-index: 999999;
	left: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	min-height: 50px;
	padding: 0 150px 0 50px;
}
header nav.navbar {
	/*background: #fff;	*/
	position: absolute;
	z-index: 99999;
	top: 0;
	left: 0%;
	right: 0;
	min-height: 50px;
	height: 50px;
}
header .navbar-nav {
	width: 100%;
}
header .nav-item.dropdown {
	position: initial;
	padding: 0 10px;
}
header .dropdown-menu {
	background: transparent;
	border: none;
	transition: all 0.15s ease-in-out;
}
header .nav-child.dropdown-menu.show {
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	background: rgba(255,255,255,0.97);
	border-radius: 0;
	display: flex;
	margin: 0;
	z-index: 1;
	padding: 70px 20px 20px 20px;
	justify-content: center;
 	/*min-height: 35vh;*/
}
#mainnav ul.nav-child ul.nav-child {
	display: block;
	position: relative;
}
span.dropdown-item, .item-130 a.dropdown-item, .item-136 a.dropdown-item, .item-199 a.dropdown-item, .item-214 a.dropdown-item   {
	font-weight: bold;
	color: #3d4eaf;
	padding: 10px;
	white-space: break-spaces;
	font-size: 90%;
	line-height: 1rem;
	text-align: center;
	min-height: 50px;
	background: transparent !important;
}
#mainnav a.dropdown-item {
	padding: 8px 16px;
	color: #3d4eaf;
	white-space: break-spaces;
	font-size: 90%;
	text-align: center;
	background-color: #e9ecef;
	border-radius: 10px 15px 10px 15px;
}
#mainnav a.dropdown-item:hover {
	color: #fff;
	background-color: #3f51b5;
}

.item-130 a.dropdown-item:hover, .item-136 a.dropdown-item:hover, .item-199 a.dropdown-item:hover, .item-214 a.dropdown-item:hover {
	color: #fff;
	background-color: #3d4eaf !important;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #3f51b5;
}
.dropdown-menu .deeper.parent .dropdown-toggle::after {
	display: none;
}
.dropdown-menu .nav-item {
	margin: 5px;
}
/*.item-127 a {
	color: #d5236c !important;
}
.item-127 a:hover {
	color: #fff !important;
}*/
.dropdown-toggle::after {
	margin-left: 8px;
}
header .item-128 .nav-child.dropdown-menu.show, 
header .item-107 .nav-child.dropdown-menu.show,
header .item-215 .nav-child.dropdown-menu.show,
header .item-258 .nav-child.dropdown-menu.show {
	flex-wrap: wrap;
}
header .item-128 .dropdown-menu .nav-item, 
header .item-215 .dropdown-menu .nav-item,
header .item-258 .dropdown-menu .nav-item,
header .item-107 .dropdown-menu .nav-item {
	margin: 5px;
	flex-basis: auto;
	/*max-width: 20%;*/
}

/*
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
*/


#mainnav .item-127, #mainnav .item-216 {
	width: 100%;
	margin: 0 30% 20px 30%;
	display: block;
	float: none;
}
#mainnav .item-127 a, #mainnav .item-216 a {
	background-color: #3f51b5;
	color: #fff !important;
}

.country-panel > div.row.mb-5 {
		overflow:hidden;
    -webkit-column-count:4;
    -moz-column-count:4;
    -o-column-count:4;
    column-count:4;
    display: block;
}
.country-panel .form-check {
	width: 100%;
}

.a_info {
	font-size: 12px;
	line-height: 13px;
}
.pager {
	width: 100%;
}

/* language *****************************************************************************************/
.mod-languages {
	position: absolute;
	top: 0;
	z-index: 999999;
	left: auto;
	right: 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	min-height: 50px;
	padding: 0 20px;
}
.mod-languages li img {
	width: 23px;
	height: 23px;
	border-radius: 50%;
	border: 1px solid #fff;	
	padding: 2px;
	transition: all 0.1s ease-in-out;
}
.mod-languages li.lang-active img, .mod-languages li:hover img {	
	border: 1px solid #e91e63;
}



/* banner *****************************************************************************************/
.mod_inx_banner {
	min-height: 500px;
	max-height: 90vh;
	display: flex;
	justify-content: center;
	width: 100%;
	flex-direction: column;
	position: relative;
}
.mod_inx_banner video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	z-index: 0;
}
.mod_inx_banner_image {
	display: flex;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*position: relative;*/
	min-height: 500px;
	max-height: 90vh;
}

.mod_inx_banner_image:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	background: linear-gradient(90deg, rgba(83,74,171,1) 0%, rgba(233,30,99,1) 100%);
}

.banner-content {
	color: #fff;
	min-height: 500px;
	max-height: 500px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-content: center;
	padding: 0 2% 0 2%;
	position: relative;
}
.hshape {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: -75px;
	bottom: 0;
	width: 55%;
}
.bbg {
	position: absolute;
	left: -3%;
	height: 100%;
	z-index: 1;
}
.binfo {
	position: relative;
	z-index: 22;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.mod_inx_banner h1 {
	font-weight: 900;
	line-height: 100%;
	padding-bottom: 20px;
}
.mod_inx_banner h2 {
	font-weight: 400;
	line-height: 100%;
	font-size: 1.75rem;
	padding-bottom: 20px;
}
.mod_inx_banner h3 {
	font-weight: 400;
	line-height: 100%;
	font-size: 1.25rem;
	border-left: 5px solid #fff;
	padding-left: 10px;	
}
.bicon {
	min-width: 8%;
	max-width: 100px;
	position: absolute;
	z-index: 23;
	bottom: 60px;
	right: 30px;
}

/* forward *****************************************************************************************/

.mod_inx_foreward {
	padding: 150px 0 100px 0;
	background: #ebedf8;		
	line-height: 1.15rem;
	position: relative;
}
.mif {
	position: relative;
}
.fshape {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 40%;
	right: 0;
	top: -100px;
	bottom: 0;
	width: 100%;
	z-index: 0;
}
.mod_inx_foreward h3 {
	margin-bottom: 50px;
	color: #fff;
}
.mod_inx_foreward a {		
}
.mod_inx_foreward a:hover {
	text-decoration: none;
}
.mod_inx_foreward a:hover .icon {
	transform: scale(1.1);
}
.fleft {
	padding: 50px 30px 250px 30px;
	margin-bottom: -100px;
	position: relative;
	z-index: 999;
}
.colright {
	max-width: 600px;
}
.fright {
	text-align: justify;	
	color: #fff;
	padding: 35px;
	position: relative;
	z-index: 99;
}	
.mod_inx_foreward .icon {		
	width: 40px;
	height: auto;
	margin-left: 15px;
	transition: all 0.2s ease-in-out;
}
.finfo {
	background: #e91e63;	
	color: #fff;
	display: inline-block;
	margin-top: 0;
	width: 100%;
}
.finfocontent {
	padding: 20px 30px;
	font-size: 1.2rem;
}
.btn-dot {
	width: 55px;
	height: 55px;
	position: relative;
	border-radius: 50%;
	border: 2px solid #fff;
	display: block;
}
.btn-dot span {
	border-radius: 20px;
	padding: 3px 15px;
	color: #fff;
	background: #03a9f4;
	display: block;
	position: absolute;
	left: 35px;
	min-width: 100px;
	top: 14px;
	font-size: 90%;
	text-align: center;
	white-space: nowrap;
}
.btn-dot i {
	position: absolute;
	left: 12px;
	top: 17px;
}
.btn-dot:hover {
	background: #3f51b5;
}
.img-of {
	width: 100%;
	object-fit: cover;
}

.toleft .fshape {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: -40%;
	right: 0;
	top: -100px;
	bottom: 0;
	width: 100%;
	z-index: 0;
	transform: scaleX(-1);
}


/* compare-module *****************************************************************************************/

.mod_inx_compare {
	padding: 70px 0 70px 0;
	background: #ebedf8;		
	line-height: 1.15rem;
	position: relative;
	max-height: 500px;
}
.comparebg {
	background-image: url('/ccre/images/countries/compare.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.cmif {
	position: relative;
}
.cshape {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: auto;
	right: 40%;
	top: -100px;
	bottom: 0;
	width: 100%;
	z-index: 2;
	transform: scaleX(-1);
}
.mod_inx_compare h3 {
	margin-bottom: 50px;
	color: #fff;
}
.mod_inx_compare a {		
}
.mod_inx_compare a:hover {
	text-decoration: none;
}
.mod_inx_compare a:hover .icon {
	transform: scale(1.1);
}
.ccolright {
	/*max-width: 600px;*/
}
.cright {
	color: #fff;
	padding: 35px;
	position: relative;
	z-index: 99;
}	
.mod_inx_compare .icon {		
	width: 40px;
	height: auto;
	margin-left: 15px;
	transition: all 0.2s ease-in-out;
}
.cinfo {
	background: #e91e63;
	color: #fff;
	display: inline-block;
	margin-top: 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 1;
}
.cinfocontent {
	padding: 20px 30px;
	font-size: 1.2rem;
}
.img-of {
	width: 100%;
	object-fit: cover;
}


#countries-pdf-file {
	margin-top: 20px;
	width: 100%;
}
#countries-pdf-file .btn-secondary {
	color: #fff;
	background-color: #d4246d;
	border-color: #bc2a78;
	width: 100%;
}

/* analysis *****************************************************************************************/

.mod_inx_analysis {
	padding: 150px 0 100px 0;
	background: #ebedf8;		
	line-height: 1.15rem;
	position: relative;
}
.mod_inx_analysis .abg {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.mod_inx_analysis .ashape {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 40%;
	right: 0;
	top: -100px;
	bottom: 0;
	width: 100%;
	z-index: 0;
}
.mod_inx_analysis h3 {
	margin-bottom: 50px;
	color: #fff;
}
.mod_inx_analysis a {		
}
.mod_inx_analysis a:hover {
	text-decoration: none;
}
.mod_inx_analysis a:hover .icon {
	transform: scale(1.1);
}
.mod_inx_analysis .aleft {
	justify-content: end;
	display: flex;
	flex-direction: column;
}
.mod_inx_analysis .ainfo {
	background: #e91e63;
	color: #fff;
	display: inline-block;
	margin-top: 0;
	width: 100%;
	min-height: 60px;
}
.mod_inx_analysis .acolright {
	max-width: 600px;
}
.mod_inx_analysis .aright {
	color: #fff;
	padding: 35px;
	position: relative;
	z-index: 99;
	margin-left: -10%;
	margin-top: -10%;
}
.mod_inx_analysis .icon {		
	width: 40px;
	height: auto;
	margin-left: 15px;
	transition: all 0.2s ease-in-out;
}
.mod_inx_analysis .aleft .finfo {
	background: #e91e63;	
	color: #fff;
	display: inline-block;
	margin-top: 0;
	width: 100%;
}
.mod_inx_analysis .ainfocontent {
	padding: 20px 30px;
	font-size: 1.2rem;
}
.mod_inx_analysis .analysisbox {
	border-radius: 15px;
	color: #3f51b5;
	background: #fff;
	padding: 15px 25px 15px 15px;
	margin-bottom: 50px;
	text-align: left;
	position: relative;
	font-weight: 600;
}
.mod_inx_analysis .partbox {
	position: absolute;
	left: auto;
	right: -20px;
	bottom: -30px;
}
.mod_inx_analysis .btn-dot {	
	border: 2px solid #03a9f4;
}

/* abbreviation *****************************************************************************************/

.abbreviation {
	font-style: italic;
	/*color: #e81e63;
	color: #6576d6;
	color: #8292e7;*/
	
	color: #93a5ff;
  	margin: 0.3%;
}
.tooltip-inner {
	background: #3f51b5;
	border: 1px solid #fff;
	padding: 10px;
	line-height: 1rem;
}
.tooltip-arrow::before {
	border-top-color: #3f51b5 !important;
}


/* article-page *****************************************************************************************/

.article-page-info {
	padding-top: 100px;
	z-index: 99;
	position: relative;
	color: #fff;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;	
	height: 100%;
}
.article-page-content {
	background-color: #ebedf8;
	padding: 50px 0 70px 0;
}
.article-page-content h2, .article-page-content h3, .article-page-content h4, .article-page-content h5 {
	color: #3f51b5;
}
.article-page-box {
	color: #3f51b5;
	background-color: #fff;
	border-radius: 20px;
	padding: 35px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	position: relative;
	z-index: 22;
}



/*.mod_inx_chart canvas:nth-child(4n)*/
.chart-container div {
	position: relative;
	height: 100%;
}
.chart-container div > div {
	position: relative;
	height: 100%;
}
.chart-container div > div > div {
	position: relative;
	height: 0;
}
.chart-container div > div > div > div {
	position: relative;
	height: 100%;
}
/* hide map info */

.chart-container div > div > div > div > canvas:nth-child(2)::after {
	content: " ";
	position: absolute;
	z-index: 999999;
	height: 20px;
	width: 100%;
	background: #fff;
	bottom: 0;
	left: 0;
	right: 0;
}
/*.chart-container div > div > div > div > canvas:nth-child(3) {
	display: none;
}
.mapbody .article_image::after {
	display: none;
}*/
/* breadcrumbs *****************************************************************************************/
.breadcrumbs {
	padding: 0 5px 25px 5px;
	color: #3f51b5;
	font-size: 90%;
}
.breadcrumbs a {
	color: #d8226b;
}
.divider {
	padding: 0 5px;
}

/* compare *****************************************************************************************/

.article_image {
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/*border-bottom: 50px solid #3f51b5;*/
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	margin-bottom: 50px;
}
.article_image:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	background: linear-gradient(90deg, rgba(83,74,171,1) 0%, rgba(233,30,99,1) 100%);
}

.article_info {
	padding-top: 50px;
	z-index: 99;
	position: relative;
	color: #fff;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	align-items: center;
	height: 100%;
}
.article_info_shape {
	clip-path: polygon(0 0, 55% 0, 100% 100%, 0% 100%);
	background: rgb(83,74,171);
	background: linear-gradient(0deg, rgba(83,74,171,1) 0%, rgba(233,30,99,1) 100%);
	color: #fff;
	height: auto;
	width: 52%;
	position: absolute;
	top: -120px;
	bottom: 0;
}
.article_info h1 {
	font-size: 2.15rem;
	line-height: 2.1rem;
	margin-top: 10px;
	margin-bottom: 15px;
}
.a_pdf {
	margin: 20px 0 10px 0;
}
.country .btn-dot {
	transform: scale(1.2);
}
.contrylevels {
	background-color: #ebedf8;
	padding: 70px 0 100px 0;
}
.levelbox {
	color: #3f51b5;
	background-color: #fff;
	border-radius: 20px;
	padding: 35px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	position: relative;
	z-index: 22;
}
.levelbox h3 {
	color: #3f51b5;	
}
.lsubtitle {
	color: #ff9800;
	font-weight: bold;
	margin-bottom: 25px;
}
.innerection {
	padding: 5px ;
}
.innerection a {
	color: #e81e63;
}
.levelcompetence {
	color: #fff;
	background-color: #3f51b5;
	border-radius: 20px;
	padding: 100px 35px 35px 35px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	position: relative;
	z-index: 11;
	margin-top: -65px;
}
.accordion-item {
	background: transparent;
	border: none;	
	padding: 0;
}
.accordion-body {
	background: transparent;
	border: none;	
	padding: 0;
	border: none;
}
.accordion-item .accordion-button {
	background: transparent;
	color: #fff;
	padding: 0;
	border: none;	
	box-shadow:  none;
}
.innercompetences {
	margin-left: -30px;
}

ul.innercompetences > li::marker {
	color: #3f51b5;
	font-size: 0;
}
.accordion-button:not(.collapsed)::after {
	content: "-";	
	transform: none;
}
.accordion-button::after {
	content: "+";
	font-size: 3rem;
	line-height: 1rem;
	background: #fff !important;
	color: #3f51b5;
	padding: 4px 0px;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	text-align: center;
}

.local_level {
	margin-bottom: 50px;
}
.levelboxstat {
	color: #fff;
	background-color: #3f51b5;
	border-radius: 20px;
	padding: 20px 35px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	position: relative;
	z-index: 11;
	font-size: 90%;
}
.statitem {
	padding: 10px 0;
	margin: 5px 0;
}
.statitem img {
	height: 50px;
	max-width: 60%;
	margin-bottom: 10px;
}
.mainboxstat {
	color: #fff;
	background-color: #e81e63;
	border-radius: 15px;
	padding: 20px 20px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	position: relative;
	z-index: 11;
	font-size: 11px;
	position: absolute;
	bottom: -25px;
	right: 10px;
	left: 0px;
	margin-left: calc(var(--bs-gutter-x) * .5);
	margin-right: calc(var(--bs-gutter-x) * .5);
}
.mainstatitem {
	text-align: center;
}
.mainstatitemintro img {
	height: 40px;
	margin-bottom: 5px;
}
.bt {
	border-top: 1px solid #fff;
}
.bb {
	border-bottom: 1px solid #fff;
}



#countries-pdf {
	position: relative;
}
.pdfbuttoncontainer {
	position: absolute;
	right: 0px;
	top: -35px;
	background: #2196f3;
	padding: 20px;
	color: #fff;
	border-radius: 20px;
	width: 200px;
}
.pdfbuttoncontainer button {
	background: transparent;
}
.pdfbuttoncontainer .btn-dot span {
	border-radius: 20px;
	padding: 7px 15px;
	color: #3f51b5;
	background: #fff;
	display: block;
	position: absolute;
	left: 35px;
	min-width: 120px;
	top: 12px;
	font-size: 90%;
	text-align: center;
	white-space: nowrap;
}
.country-compare {
	background-color: #ebedf8;
	padding: 50px 0 70px 0;
}
.country-panel {
	border-radius: 20px;
	padding: 35px;
	color: #fff;
	background: #3f51b5;
}
.country-panel .form-check {
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	margin: 0;
}
.country-panel label {
	cursor: pointer;
}


.flag {
	margin-bottom: -30px;
	max-width: 55px;
}

/* profiles *****************************************************************************************/

/* map page *****************************************************************************************/
.map-page .h600, .map-page .mod_inx_chart, .map-page .chart-container > div {
	height: 90vh !important;
}
.map-page {
	padding-bottom: 50px;
	background: #fdf1ff;
	height: 90vh;
}
.map-page .chart-container {
	margin: 0;
	padding: 0;
	border: none;
	height: 90vh;
	overflow: hidden;
}
.map-page .mappagecontainer {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0;
	height: 90vh;
}
.map-page .article_image {
	border: none;
	height: 90vh;
}
.map-page .article_info h1 {
	font-size: 1.75rem;
	line-height: 1.75rem;
	color: #3f51b5;	
}
.map-page .article_info {
	color: #3f51b5;		
	justify-content: start;
}
.map-page .article_info_shape {
	display: none;
}
.map_info {
	font-size: 90%;
}

.article-page-box a {
	color: #ce256f;
	word-wrap: break-word;
}



.mapmenu {
	position: relative;
	z-index: 9999;
	margin-top: 20px;
}
.mapmenu select {
	font-size: 13px;
	color: #fff;
	background-color: #d8226b;
	border-color: #fff;
	border-radius: 1px;
}
.mapmenu select option:hover, .mapmenu select option:checked {
	background: #3f51b5;
	box-shadow: 0 0 10px 100px #3f51b5 inset;
}

#mapmenua a {
	font-size: 12px;
	color: #fff;
	background-color: #d8226b;
	display: block;
	margin-bottom: 10px;
	padding: 5px 10px;
	text-decoration: none;
}
#mapmenua a.selected, #mapmenua a:hover {
	background-color: #3f51b5;
}




/* analysis *****************************************************************************************/
.analysis-page {
	background: #ebedf8;
}
.analysis a {
	color: #ce256f;
}
.analysis h4 {
	color: #3f51b5;
}
.analysislevels {
	background-color: #ebedf8;
	padding: 50px 0 50px 0;
}
.analysis {
	color: #3f51b5;
	background-color: #fff;
	border-radius: 25px;
	padding: 25px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	position: relative;
	z-index: 22;
	margin-bottom: 35px;
}
.analysisfootnote {
	color: #fff;
	background-color: #3f51b5;
	border-radius: 25px;
	padding: 100px 25px 25px 25px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	position: relative;
	z-index: 11;
	margin-top: -100px;
	margin-bottom: 35px;
	font-size: 85%;
	line-height: 100%;
}

.analysisnav .btn-primary {
	color: #fff;
	background-color: #d8226b;
	border-color: #eee;
	padding: 5px 20px;
	border-radius: 1px;
}
.analysisnav .btn-primary:focus {
	box-shadow: 0 0 0 .25rem rgba(205, 210, 224, 0.27);
}
.analysisnav .dropdown-menu-dark {
	color: #fff;
	background-color: #d8226b;
	border-color: #fff;
	border-radius: 1px;
	width: 100%;
}
.analysisnav a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 8px 20px;
	font-size: 13px;
	white-space: break-spaces;
}
.analysisnav a:hover {
	color: #e51e64;
}
#analysisMenu.fixed {
	position: fixed;
	top: 0;
	left: auto;
	right: auto;
	width: initial;
	min-width: 200px;
}
#analysisMenu {
	width: 100%;
	text-align: left;
}
#analysisMenu.dropdown-toggle::after {
	position: absolute;
	right: 15px;
	top: 14px;
}



/* footer *****************************************************************************************/
.mod_inx_footer {
	padding: 50px 0 30px 0;
	background: #3f51b5;
	color: #fff;
}
.mod_inx_footer p {
	margin: 0;
}
.ftinfo {
	color: #fff;
	font-size: 0.9rem;
}
.cta {
	color: #fff;
	background: #e30613;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 75px;
	text-align: center;
	margin-top: -30px;
}
.ct1 {
	position: relative;
	text-indent: 50px;
	font-size: 0.8rem;
	margin-bottom: 5px
}
.ct1::before {
	content: "";
	position: absolute;
	border-top: 1px solid #eee;
	left: -20%;
	width: 50%;
	top: 8px;
}
.ct1::after {
	content: "";
	position: absolute;
	border-left: 1px solid #eee;
	left: -20%;
	height: 220%;
	top: 8px;
}
.ct2 {
	font-size: 1.2rem;
	font-weight: bold;
}
.btncta {
	padding: 5px 20px;
	text-align: center;
	color: #fff !important;
	background: #000561;
	margin: 10px 10px 0 0;
	display: inline-block;
}
.sic {
	text-align: center;
}
.sic a {
	padding: 10px 8px;
	width: 50px;
	height: 50px;
	font-size: 1.75rem;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	line-height: 1.4rem;
	text-align: center;
}
.flcontainer {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	margin-top: -20px;
}
.dlcontainer {
	color: #3f51b5;
	height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	margin-top: -100px;
	position: relative;
	text-align: center;
	padding: 10% 10% 0 10%;
}
.dlcontainer h4 {
	color: #3f51b5;
	z-index: 22;
	font-size: 120%;
}
.dlcontainer img.dlogo {
	position: absolute;
	left: -50px;
	right: -50px;
	top: 20px;
	bottom: 0;
	z-index: 0;
	width: 150%;
	height: 100%;
	max-width: initial;
}
.dlcontainer .btn-dot {
	border: 2px solid #02a9f4;
}
.dlcontainer i {
	color: #3f51b5;
}
.dlcontainer .btn-dot:hover i {
	color: #fff;
}
.flcontainerinner {
	transform: scale(0.8);
}





/******************************************************************************************/

@media only screen and (min-width: 1200px) {
	.banner-content {
		padding: 75px 15% 0 2%;
	}
	.boxstat-mobile{
		display: none;
	}
	.boxstat{
		display: block;
	}
}

@media only screen and (max-width: 1200px) {
	header ul.menu {
		padding: 0; 
		}
		.boxstat-mobile{
			display: none;
		}
		.boxstat{
			display: block;
		}
}

@media only screen and (max-width: 1024px) {
	.boxstat-mobile{
		display: none;
	}
	.boxstat{
		display: block;
	}
	.banner-content {
		padding: 125px 25% 0 5%;
	}
	.bbg {
		right: 35%;
	}
	header ul.menu {
		flex-direction: column;
		background: #fff;
		padding: 20px;
		justify-content: flex-start;
		align-items: flex-start;
		text-align: left;
	}
	header ul.menu li {
		padding: 8px 0 !important;
	}
	header a.nav-link {
		justify-content: flex-start;
	}
	header .nav-child.dropdown-menu.show {
		padding: 20px 0;
	}
	#mainnav .item-127, #mainnav .item-216 {
		margin: 0;
	}
	header .item-128 .dropdown-menu .nav-item, header .item-215 .dropdown-menu .nav-item, header .item-258 .dropdown-menu .nav-item, header .item-107 .dropdown-menu .nav-item {
		margin: 0 5px;
		padding: 5px 0 !important;
	}
	header .item-108 .nav-child.dropdown-menu.show, header .item-198 .nav-child.dropdown-menu.show {
		flex-direction: column;
	}
	header .navbar-nav {
		width: 100%;
		margin-top: -40px;
		padding-top: 60px;
		background: #fff;
		z-index: 1;
		position: relative;
	}
	.navbar-toggler {
		z-index: 99;		
	}
	#mainnav.collapsing {
		background: #fff;
	}
}


@media all and (min-width: 992px) {
	.boxstat{
		display: block;
	}
	.boxstat-mobile{
		display: none;
	}
	.flag {
		position: initial;
	}
}


@media only screen and (max-width: 768px) {
/*	.dlcontainer img.dlogo {
		width: 250%;
	}
	.dlcontainer {
		height: 200px !important;
		padding-top: 30px !important;
		width: 250px !important;
	}*/
	.flcontainer {
		margin-top: 30px;
	}
	.article_info_shape {
		width: 200%;
		opacity: 0.8;
	}
	.flag {
		margin-left: -90px;
		margin-top: 150px;
		max-width: 55px;
		position: absolute;
	}
	.boxstat{
		display: none;
	}
	.boxstat-mobile{
		display: block;
	}
	.article_info .box {
		padding: 150px 0 0 0 !important;
	}
	.mod_inx_foreward {
		padding: 50px 0 50px 0;
	}
	.mod_inx_foreward.toright {
		padding: 0px 0 50px 0;
	}
	.cshape {
		right: 5%;
	}
	.mod_inx_analysis {
		padding: 50px 0 50px 0;
	}
	.mod_inx_analysis .ashape {
		left: 5%;
	}
	.mod_inx_analysis .aright {
		margin-left: 0;
		margin-top: 0;
	}
	.article-page-info {
		padding-left: 20px;
	}
	.article_info h1 {
		font-size: 1.75rem;
		line-height: 2rem;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.analysis-page .h600, .analysis-page .article_image {
		height: 550px;
	}
	.next a {
		padding: 10px;
	}
	.next a {
		padding: 10px;
	}
	.country .h600, .country .article_image {
		height: 550px;
		overflow-x: clip;
	}
	.country .article_info .box, .country-compare .article_info .box {
		padding: 75px 0 0 0;
	}
	.mainboxstat {
		position: relative;
	}
	.pdfbuttoncontainer {
		position: relative;
		right: 0px;
		top: -20px;
		background: #2196f3;
		padding: 20px;
		color: #fff;
		border-radius: 20px;
		width: 100%;
	}
	.country-panel > div.row.mb-5 {
		overflow: hidden;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		-o-column-count: 2;
		column-count: 2;
		display: block;
	}
	.map-page .mappagecontainer {
		position: relative;
		width: 100%;
	}
	.map-page {
		height: auto;
	}
	.map-page .h600 {
		height: auto !important;
	}
	.map-page .article_image {
		height: auto;
	}
	.map-page .article_info {
		padding: 0;
		margin-top: 80px;
	}
	.map-page .article_info .box {
		padding: 0;
	}
	.mod_inx_banner, .mod_inx_banner_image, .banner-content {
		height: 70vh;
		min-height: 70vh;
	}
	.bbg {
		width: auto;
		height: 70vh;
	}
	.hshape {
		width: 95%;
	}
	.bicon {
		max-width: 100px;
		right: 100px;    
	}
	a.logo {
		margin: 50px 0 0 0;
	}
	.fshape {
		display: none;
	}
	.colright {
		max-width: 100%;
		background: rgb(83,74,171);
		background: linear-gradient(0deg, rgba(83,74,171,1) 0%, rgba(233,30,99,1) 100%); 
	}
	.dlcontainer img.dlogo {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 0;
		width: 100%;
		height: 100%;
		max-width: initial;
	}
	.dlcontainer {
		margin: 30px 0;
		color: #3f51b5;
		height: 200px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: center;
		position: relative;
		text-align: center;
		padding: 0 30% 0 25%;
	}

	.article_info {
		padding: 0 25px;
	}
}


@media only screen and (max-width: 450px) {

	.flag {
		margin-left: 75px; /* before -35px*/
		margin-top: 150px;
		max-width: 55px;
		position: absolute;
	}
	.country .h600, .country .article_image {
		overflow-x: clip;
	}
	.boxstat-mobile{
		display: block;
	}
	.boxstat{
		display: none;
	}
	.hshape {
		width: 110%;
	}
	a.logo img {
		margin-top: 20%;
		height: 80px;
	}
	.col-12.col-md-3.sic {
		margin-top: 15%;
	}
	.col-md-12.text-center {
		margin-bottom: 15%;
	}
	.col-12.col-md-3 {
		margin-top: 10%;
	}
	.article_info_shape {
		width: 200%;
		opacity: 75%;
	}
	.html-t{
		width: 100%;
	}
	.col-12.col-md-6{
		z-index: 100;
	}
	.box{
		padding-top:160px !important;
	}
	.box h1{
		padding-bottom:20px !important;
	}
	.mapbody .box{
		padding-top: 0px !important;
	}
	.mapbody .article_info{
		margin-top: 120px !important;
	}
	.to-know-more .box{
		padding-top: 30px !important;
	}

	.to-know-more .article_image {
		overflow-x: clip;
	}

}
#back-top {
	font-size: 1.5rem;
	line-height: 2.75rem;
	position: fixed;
	bottom: -100px;
	right: 20px;
	width: 4px;
	height: 4px;
	border-radius: 5%;
	background: #fff;
	color: #e91e63;
	text-align: center;
	z-index: 99;
	transition: 0.5s ease all;
	-webkit-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.25);
	transform: skew(15deg, 0);
}
#back-top i {
	transform: skew(-15deg, 0);	
}
#back-top.showed {
	bottom: 20px;
	transition: 0.5s ease all;
	width: 40px;
	height: 40px;
}

.table1-c1{
    background-color: #F4696E;}

.table1-c2{
    background-color: #F6AAAE;}

.table1-c3{
    background-color: #F8C6C9;}

.table1-c4{
    background-color: #FAF3F6;}

.table1-c5{
    background-color: #E4F3EA;}

.table1-c6{
    background-color: #C1E2CB;}

.table1-c7{
    background-color: #90CDA0;}

.table1-c8{
    background-color: #69BD7D;}

.table1-c9{
	background-color: #FCFCFF;}

.html-t td {
    padding: 10px;}

	.html-t-th{
		text-align: left;
	}

	.legend {
        height: 10px;
		width: 50px;}
		.legend-0{
			background-color: #6bb8dA;}
		
		.legend-1{
			background-color: #82a8ff;}
		
		.legend-2{
			background-color: #3f51b5;}
		
		.legend-3{
			background-color: #d8226b;}
		
		.legend-4{
			background-color: #ef5f99;}
		
		.legend-5{
			background-color: #2a367a;}

		.legend-4-1{
			background-color: #3f51b5;}	
		.legend-4-2{
			background-color: #a33284;}
		.legend-4-3{
			background-color: #7733ff;}

	.container .legend-cont{
        color: #000000;
		font-size: 12px;
		vertical-align: middle;
		border: 1px solid #ebedf8 !important;
	    padding: 10px;}


		#chartdiv-144 {
			height: 400px !important;
		}




/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #e42066 #352e92;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: orange;
}

*::-webkit-scrollbar-thumb {
  background-color: #e42066;
  border-radius: 20px;
  border: 3px solid #352e92;
}


select.notranslate {
	position: absolute;
	right: 0;
	top: 50px;
	border-radius: 0;
	border: none;
	background: #fff;
	font-size: 13px;
	padding: 5px 10px;
}	


.mapbody .article_image{
    display: none !important;
}






scroll-behavior: smooth;
