@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Alex+Brush&family=Allison&family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Gothic+A1&family=Habibi&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=News+Cycle:wght@400;700&family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Overpass:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
	font-family: "Noto Sans TC", sans-serif;
	background: url(../images/bg.png) no-repeat 100% 0 #e9e9e9;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.p-left-p-right {
	padding-left: 120px;
	padding-right: 40px;
}
/*----------------------------------------*/
/*              Menu css
/*----------------------------------------*/
#outer-wrapper {
	overflow-x: hidden;
	position: relative;
	width: 100%;
	min-height: 100vh;
}
header {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	width: 76px;
	padding: 20px 10px;
	background: #fff;
	color: #677f92;
}
.main-wrapper {
	min-height: calc(100vh - 139px);
}
.home-bg {
	background: url(../images/home_bg.jpg) no-repeat bottom #016ac5;
	background-color: #1e5381;
}
.video iframe {
	width: 100%;
	height: 200px;
}
.home-wrapper p {
	font-size: 26px;
	color: #fff;
	line-height: 43px;
	margin-top: 40px;
}
#menu .menu-container {
	background: url(../images/menu_bg.png) no-repeat right 90px #17a3dd;
	background-size: 97px 338px;
	width: 180px;
	border-right: 1px solid #fff;
	overflow: auto;
}
#menu .menu-container>.wrapper>ul>li {
	text-align: center;
}
#menu .menu-container>.wrapper>ul>li.active>ul {
	display: block;
}
#menu .menu-container>.wrapper>ul>li>ul {
	background: rgba(67,67,67,.8);
	display: none;
}
#menu .menu-container>.wrapper>ul>li>ul a {
	padding: 10px;
	font-weight: 400;
	position: relative;
}
#menu a:hover {
	background-color: hsla(0,0%,100%,.15);
}
#menu a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: 700;
}
#menu .menu-container>.wrapper>ul>li>ul li {
	border-bottom: 1px solid #666;
	position: relative;
}
header .social {
	min-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
header .social .top {
	margin-bottom: 10px;
}
header .social .icon {
	width: 42px;
	height: 42px;
	display: block;
	text-indent: -9999px;
	background: no-repeat #b3bfc8;
	background-size: 100%;
	-webkit-transition: background .3s;
	transition: background .3s;
}
header .social li {
	margin-bottom: 2px;
}
header .social .icon-facebook {
	background-image: url(../images/social_fb.png);
}
header .social .icon-twitter {
	background-image: url(../images/social_twitter.png);
}
header .social .icon-linkedin {
	background-image: url(../images/social_linkedin.png);
}
header .social .icon-weibo {
	background-image: url(../images/social_weibo.png);
}
#menu .apply-btn-container {
	background: url(../images/apply_btn_bg.png) no-repeat #ec1d3d 0 100%;
	background-size: 139px auto;
	margin-bottom: 25px;
	width: 46px;
	height: 46px;
}
#menu .apply-btn-container {
	width: auto;
	height: auto;
}
header .social .icon-home {
	background-image: url(../images/home.png);
	background-size: 60%;
	background-position: 50%;
}
#main {
	margin-left: 76px;
}
.main-div {
	padding: 60px 20px;
	overflow: hidden;
	padding-top: 20px;
}
#menu a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: 700;
}
.menu-btn .line1 {
	-webkit-transform-origin: left top;
	transform-origin: left top;
}
.menu-btn .line {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	margin-bottom: 4px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.menu-btn .line3 {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	width: 60%;
}
.menu-btn {
	display: block;
	width: 46px;
	height: 46px;
	background: #17a3dd;
	margin-bottom: 1px;
	padding: 16px 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.menu-btn:hover {
	background-color: #3cb8eb!important;
}
.menu-btn .label {
	display: none;
}
.logo-text {
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 11px;
}
ul.menu-ul li > a {
	padding: 10px 12px;
	font-size: 14px;
}
#menu .menu-container {
	display: block;
	width: auto;
	border-right: none;
	overflow: visible;
	min-height: 410px;
	padding-top: 15px;
	opacity: 1;
}
#menu .menu-container .menu-ul li.active ul li a {
    position: relative;
    background: rgba(67,67,67,.8);
}
li.with-children.active a {
    background-color: hsla(0,0%,100%,.15);
}

li.no-children.active a {
    background-color: hsla(0,0%,100%,.15);
}



#menu .menu-container .menu-ul li.active ul li.newclass:before {
	content: " ";
	display: block;
	position: absolute;
	width: 8px;
	height: 100%;
	top: 0;
	left: -4px;
	background: #ec1d3d;
}
#menu .menu-container .menu-ul li.active ul li.no-children.active:before {
	content: " ";
	display: block;
	position: absolute;
	width: 8px;
	height: 100%;
	top: 0;
	left: -4px;
	background: #ec1d3d;
}
#menu .menu-container .menu-ul li.no-children.active:before {
	content: " ";
	display: block;
	position: absolute;
	width: 8px;
	height: 100%;
	top: 0;
	left: -4px;
	background: #ec1d3d;
}
#menu .menu-container .menu-ul li.no-children.active {
	position: relative;
}
#menu .menu-container .menu-ul li.with-children.active > a:before {
	content: " ";
	display: block;
	position: absolute;
	width: 8px;
	height: 100%;
	top: 0;
	left: -4px;
	background: #ec1d3d;
}
#menu .menu-container .menu-ul li.with-children.active > a {
	position: relative;
}
.apply-btn-container a.apply-btn {
	padding: 18px;
	font-size: 20px;
	line-height: 22px;
}
#logo {
	max-width: 112px;
}
.menu-container .lang {
	display: none;
}
.red-btn {
	margin-bottom: 19px;
}
.red-btn a {
	background: url(../images/btn_bg.png) no-repeat 100% 0 #ec1d3d;
	background-size: 175px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	padding: 9px 24px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
.top-language {
	padding: 40px 40px 40px 120px;
	text-align: right;
}
.top-language .language li {
	display: inline-block;
	margin-left: 1px;
}
.top-language .language li a {
	display: inline-block;
	background: rgba(67,67,66,.3);
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
}
/*----------------------------------------*/
/*              About page css
/*----------------------------------------*/
.section-title {
	font-size: 46px;
	font-weight: 700;
	color: #434342;
	text-transform: uppercase;
	line-height: 50px;
	margin-bottom: 80px;
}
.section-title:before {
	content: " ";
	display: block;
	width: 160px;
	height: 3px;
	background: #17a3dd;
	margin-bottom: 22px;
}
.inner-wrap {
	margin-left: 90px;
	/* max-width: 784px; */
	max-width: calc( 100% - 180px);
}
.stats-box {
	display: flex;
	margin-bottom: 40px;
}
.network-box {
	margin-right: 5px;
	width: 150px;
	height: 150px;
	padding: 16px;
	display: flex;
	align-items: center;
}
.network-box.box-border {
	border: 1px solid rgba(103,127,146,.5);
	color: #677f92;
}
.network-box.box-blue {
	background: #677f92;
	border: 1px solid #677f92;
	color: #fff;
}
.network-box.box-white {
	background: hsla(0,0%,100%,.5);
	color: #677f92;
}
.network-box .number {
	font-size: 35px;
	font-weight: 300;
}
.network-box .legend {
	color: #ec1d3d;
	font-size: 17px;
}
.network-box.box-blue .legend {
	color: #fff;
}
.editor p {
	margin-bottom: 1.5em;
	line-height: 1.5em;
	font-size: 16px;
	color: #434342;
}
.about-section {
	padding-bottom: 90px;
	padding-top: 90px;
}
.about-hk {
	background: url(../images/about_hk_bg.png) no-repeat 0 100% #fff;
	background-size: 914px 220px;
}
.about-cn {
	background: url(../images/about_cn_bg.png) no-repeat 365px bottom #e8e9ea;
	background-size: 473px 407px;
}
/*----------------------------------------*/
/*          Awards details page css
/*----------------------------------------*/
.awards-ceremony {
	background: url(../images/awards_ceremony.svg) no-repeat 20px 20px #677f92;
	background-size: 130px 101px;
	color: #fff;
	padding: 140px 0 40px 20px;
	margin-top: 30px;
	position: relative;
}
.awards-ceremony:after {
	content: " ";
	background: #677f92;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	right: -100%;
}
.awards-ceremony p {
	line-height: 1.5em;
	font-weight: 300;
	font-size: 15px;
}
.how-row {
	display: table;
}
.how-row .label {
	display: table-cell;
	min-width: 79px;
	vertical-align: middle;
	margin-bottom: 0;
	font-size: 28px;
	color: #434342;
}
.how-row .details {
	display: table-cell;
	width: 100%;
}
.how-row .fee-none {
	background: hsla(0,0%,78%,.5);
	color: #677f92;
	text-transform: uppercase;
	text-align: center;
	padding: 49px 20px;
	font-size: 20px;
}
.editor p a {
	color: #ec1d3d;
	font-weight: 700;
}
footer {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #434342;
	background-image: url(../images/download.png);
	color: #fff;
	padding: 60px 40px 60px 120px;
}
footer p {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3em;
}
footer p:before {
	content: " ";
	display: block;
	width: 85px;
	height: 3px;
	background: #ec1d3d;
	margin-bottom: 12px;
}
/*----------------------------------------*/
/*          criteria page css
/*----------------------------------------*/
.editor .blue {
	color: #17a3dd;
	font-weight: 700;
	font-size: 15px;
	line-height: 26px;
}
.section-div {
	border-top: 3px solid #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.box-container .box-bordered {
	border: 1px solid rgba(103,127,146,.5);
	color: #677f92;
}
.box.box-blue {
	background: #677f92;
	border: 1px solid #677f92;
	color: #fff;
}
.box-container .cell {
	text-align: center;
	padding: 20px;
}
.box-container .title {
	color: #434342;
}
.box-container .title strong {
	width: 100%;
	display: inline-block;
}
.box-container .box-blue {
	background: #677f92;
	border: 1px solid #677f92;
	color: #fff;
}
.box-container .box-blue .title {
	color: #fff;
}
.box-container .box-white {
	background: hsla(0,0%,100%,.5);
	color: #677f92;
}
.section-div-row {
	margin-bottom: 88px;
}
.section-div .section-div-row:last-child {
	margin-bottom: 0px;
}
.criteria-section {
	margin-bottom: 50px;
}
.criteria-table {
	width: 100%;
	max-width: 800px;
	margin-bottom: 80px;
}
.criteria-table thead th:first-child {
	background: #526574;
}
.criteria-table thead th {
	background: #677f92;
	color: #fff;
	padding: 4px 15px;
	text-align: left;
	font-weight: 700;
}
.criteria-table tbody th {
	background: rgba(0,0,0,.05);
}
.criteria-table tbody td, .criteria-table tbody th {
	padding: 15px;
	border-bottom: 1px solid #677f92;
}
.criteria-table tbody th {
	text-align: left;
	font-weight: 700;
	color: #17a3dd;
}
.criteria-table ul {
	list-style-type: disc;
	padding-left: 1.2em;
}
.criteria-table ul li {
	margin-bottom: 7px;
	font-size: 15px;
	color: #434342;
	list-style: disc;
}
.criteria-table tbody {
	vertical-align: baseline;
}
.criteria-section .table-title {
	margin-bottom: 19px;
}
.eligibility-graph {
	text-align: center;
}
.eligibility-graph .red-btn {
	text-align: center;
}
/*----------------------------------------*/
/*          application page css
/*----------------------------------------*/
.message {
	background: #677f92;
	color: #fff;
	text-align: center;
	padding: 50px;
	margin-top: 30px;
}
.message .message-title {
	font-size: 22px;
	margin-bottom: 16px;
	font-weight: 700;
}
.message p {
	font-size: 16px;
}
/*----------------------------------------*/
/*           judges page css
/*----------------------------------------*/
.judges-intro-container .intro .judges-title-s {
	color: #17a3dd;
	font-weight: 700;
	margin-bottom: 7px;
}
.judges-intro-container .intro .editor p strong {
	margin-bottom: 3px;
	display: inline-block;
}
.judges-intro-container .editor p {
	font-size: 14px;
	line-height: 23px;
}
.editor ul>li {
	padding-left: 10px;
	line-height: 1.4em;
	margin: 10px 0;
	font-size: 14px;
	position: relative;
}
.editor ul>li:before {
	content: "-";
	position: relative;
	margin-left: -10px;
	display: inline-block;
	width: 10px;
	font-size: 16px;
	font-weight: 700;
}
/*----------------------------------------*/
/*           press page css
/*----------------------------------------*/
.press-article {
	background: #434342;
	color: #fff;
	padding: 60px 80px;
	margin: 30px 0;
	position: relative;
}
.press-article .press-date {
	font-size: 30px;
	margin-bottom: 5px;
}
.press-article .details-btn a {
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	right: -21px;
	bottom: 75px;
	background: #ec1d3d;
	text-align: center;
	line-height: 42px;
	color: #fff;
	font-size: 24px;
}
.press-article .details-btn a i {
	font-weight: 200;
}
/*----------------------------------------*/
/*  supporting-organisations  page css
/*----------------------------------------*/
.supporting-logo {
	background: #fff;
	height: 130px;
	padding: 10px 16px;
}
.supporting-logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.ul-list li {
	margin-bottom: 10px;
	color: #434342;
	font-weight: 700;
	font-size: 15px;
}
.supporting-row .section-div {
	padding-bottom: 63px;
}
/*----------------------------------------*/
/*           contact page css
/*----------------------------------------*/
.contact-info {
	padding: 45px;
	background: hsla(0,0%,100%,.5);
}
.contact-info .contact-title {
	font-size: 24px;
	margin-bottom: 8px;
	color: #ec1d3d;
	font-weight: 700;
	line-height: 32px;
}
.contact-info .info .phone {
	font-size: 16px;
	margin-bottom: 5px;
	color: #434342;
}
.contact-info .info .email {
	font-size: 16px;
	margin-bottom: 5px;
	color: #434342;
}
.contact-info .info .email a {
	color: #434342;
	text-decoration: underline;
}
/*----------------------------------------*/
/*           winners page css
/*----------------------------------------*/
.red-btn-row .red-btn {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 2px;
}
.winners-white-box .box-white {
	background: #fff;
	color: #434342;
	text-align: center;
}
.blue-title {
	margin-bottom: 10px;
	color: #17a3dd;
	font-weight: 700;
	font-size: 14px;
}
.section-div.winners-white-box {
	margin-top: 41px;
}
.winners-box-size .cell {
	height: 215px;
	position: relative;
}
.winners-box-size .awards-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.winners-box-size .awards-img img {
	display: block;
	max-width: 100%;
}
.winners-box-size .title {
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 56px;
	text-align: center;
	display: table;
	padding: 10px;
	font-weight: 500;
	line-height: 1.2em;
	font-size: 15px;
	color: #434342;
}
.winners-section-white {
	background: url(../images/about_hk_bg.png) no-repeat 0 100% #fff;
	background-size: 914px 220px;
}
.winners-section-white .section-div {
	border-top: solid 3px #677f92;
}
.winners-section-white .box-white {
	border: 1px solid rgba(103,127,146,.5);
}
.red-btn-row {
	margin-bottom: 57px;
}
.editor2 p.blue {
	margin-bottom: 6px;
}
.section-div-row2 {
	margin-bottom: 51px;
}
.event-photos.mobile-view-div {
	display: none;
}
header .social .icon:hover {
	background-color: #17a3dd;
}
.top-language .language li a:hover {
	background-color: #17a3dd;
}
 @media (max-width: 556px) {
header {
	overflow: initial;
}
}



/*----------------------------------------*/
/*        Application-form New CSS
/*----------------------------------------*/
.about-t {
	padding-left: 22px;
	margin-top: 11px;
	position: relative;
}
.about-t:before {
	content: "-";
	position: absolute;
	left: 3px;
	font-size: 16px;
	top: -1px;
}
.important-notes {
	color: #0096d5;
}
.about-t a {
	color: #0096d5;
}
.about-ul {
	padding-left: 12px;
}
.about-ul li {
	position: relative;
}
.about-ul li:before {
	content: "";
	width: 4px;
	height: 4px;
	display: inline-block;
	background: #2e2e2e;
	border-radius: 100px;
	position: absolute;
	left: -12px;
	top: 11px;
}
.about-to {
	padding-left: 22px;
	margin-top: 11px;
}
.awards-btn a {
	display: inline-block;
	background: #333333;
	padding: 8px 22px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.label-div label {
	font-size: 13px;
	color: #212529;
}
.input-form-d {
    width: 100%;
    height: 40px;
    border: solid 1px #d7d7d7;
    padding: 7px 10px;
    outline: 0;
    font-size: 13px;
}
.rowm {
	margin-top: 20px;
}
[type="radio"]:checked, [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #cfcece;
    border-radius: 100%;
    background: aliceblue;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #17a3dd;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.about-t2 p {
	margin-bottom: 5px;
}
textarea.input-form-d {
	height: 93px;
}
.upload-btn-wrapper {
    position: relative;
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 9px;
}
.upload-btn-wrapper1 .btn {
	border: none;
	background-color: #17a3dd;
	color: white;
	padding: 6px 20px;
	font-size: 16px;
	cursor: pointer;
	font-size: 17px;
}
.upload-btn-wrapper1 .btn:hover {
	background-color: #ec1d3d;
}
.upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
	z-index: -1;
}
.upload-btn-wrapper1 .note {
	margin-top: 10px;
	font-size: 14px;
	color: #555;
}
.about-submit-btn {
    margin-top: 19px;
}
.about-submit-btn button {
    background: #ec1d3d;
    color: #fff;
    border: none;
    padding: 8px 22px;
    cursor: pointer;
    outline: 0;
}
.about-submit-btn button:hover {
    background: #bf0622;
}
.application-div p {
    font-size: 14px;
	color: #212529;
    line-height: 22px;
    
}
.label-div {
    font-size: 14px;
	color: #212529;
}
.about-t2 {
    margin-top: 23px;
}
.about-t2 .input-form-div {
    margin-top: 15px;
}

.following-info .awards-btn {
    margin-top: 31px;
}
.following-info {
    margin-bottom: 27px;
}

.rowm .col-md-12 .label-div {
    margin-bottom: 11px;
}
.rowm .col-md-12 {
    margin-bottom: 11px;
}
ul.thank-you-ul {
    margin-top: 16px;
}

.thank-you-message p {
    font-size: 14px;
    color: #212529;
    line-height: 23px;
}
ul.thank-you-ul li {
    font-size: 14px;
    margin-bottom: 8px;
    color: #212529;
}



/*----------------------------------------*/
/*     Application-form New CSS End
/*----------------------------------------*/















/******* Mobile Layout *******/
@media (max-width: 767px) {
.judges-img {
	margin-bottom: 19px;
}
.press-article {
	padding: 16px 15px;
	margin: 30px 0;
}
.press-article .press-date {
	font-size: 26px;
	margin-bottom: 5px;
}
.press-p p {
	font-size: 14px;
}
.supporting-row .col-md-4 {
	margin-bottom: 14px;
}
.supporting-row .section-div {
	padding-bottom: 25px;
}
.contact-info {
	padding: 19px;
}
.box-container .col-md-4 {
	margin-bottom: 19px;
}
.section-div-row {
	margin-bottom: 14px;
}
.criteria-table tbody td, .criteria-table tbody th {
	display: block;
}
.criteria-table thead {
	display: none;
}
.criteria-table tbody td:before, .criteria-table tbody th:before {
	content: attr(data-label);
	display: block;
	background: #677f92;
	color: #fff;
	padding: 5px 10px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 10px;
	font-weight: 700;
}
.criteria-table tbody td, .criteria-table tbody th {
	padding: 0px 20px;
	border-bottom: 1px solid #677f92;
}
.criteria-table tbody th {
	background: none;
}
.criteria-table tbody td, .criteria-table tbody th {
	background: rgba(0,0,0,.1);
	padding: 0 10px 20px;
}
.criteria-table tbody tr {
	padding-bottom: 20px;
	display: block;
}
.criteria-table {
	margin-bottom: 2px;
}
.criteria-section {
	margin-bottom: 0px;
}
.criteria-section:last-child table.criteria-table {
	margin-bottom: 0px;
}
.eligibility-graph .xs-graph svg {
	width: 100%;
	height: 100%;
}
.eligibility-graph .sm-graph {
	display: none;
}
.p-left-p-right {
	padding-left: 15px;
	padding-right: 15px;
}
.section-title {
	font-size: 23px;
	line-height: 34px;
	margin-bottom: 28px;
}
.inner-wrap {
	margin-left: 0;
	max-width: 100%;
}
.stats-box {
	display: inline-block;
	margin-bottom: 9px;
}
.network-box {
	margin-right: 11px;
	width: 90px;
	height: 90px;
	padding: 7px;
	float: left;
	margin-bottom: 11px;
}
.network-box .number {
	font-size: 24px;
}
.network-box .legend {
	font-size: 11px;
}
.about-section {
	padding-bottom: 28px;
	padding-top: 40px;
}
.red-btn a {
	font-size: 17px;
}
footer {
	padding: 40px 15px 40px 15px;
}
.menu-opened #main:before {
	opacity: 1;
}
#main:before {
	content: "";
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background: rgba(0,0,0,.75);
	-webkit-transition: visibility .4s ease, opacity .4s ease;
	transition: visibility .4s ease, opacity .4s ease;
	pointer-events: none;
}
.event-photos.mobile-view-div {
	display: block;
}
header {
	overflow: initial;
}
#menu .menu-container {
	width: 180px;
}
.menu-container .lang {
	display: flex;
	justify-content: center;
}
.menu-container .lang a {
	display: inline-block;
	background: rgba(67,67,66,.3);
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin-left: 5px;
}
.top-language {
	display: none;
}
.event-photos.desktop-view-div {
	display: none;
}
#event-photos .owl-nav {
	display: none;
}
#event-photos .owl-dots {
	margin-top: 14px;
}
.apply-btn-container a.apply-btn {
	padding: 9px 2px 10px;
	font-size: 11px;
	line-height: 1.3em;
	text-align: center;
	text-transform: uppercase;
}
#logo {
	margin-bottom: 22px;
}
#menu .apply-btn-container {
	width: 46px;
}
#main {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.home-wrapper p {
	font-size: 16px;
	color: #fff;
	line-height: 27px;
	margin-top: 22px;
}
#menu .menu-container {
	position: absolute;
	-webkit-backface-visibility: hidden;
	top: 0;
	bottom: 0;
	left: 76px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.menu-opened {
	overflow: hidden;
}
.menu-opened #main {
	-webkit-transform: translateX(180px);
	transform: translateX(180px);
}
.menu-opened #menu .menu-container {
	display: block;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.menu-opened .menu-btn .line1 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 3px;
}
.menu-opened .menu-btn .line2 {
	opacity: 0;
	width: 0;
}
.menu-opened .menu-btn .line3 {
	width: 100%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: 3px;
}
}
@media (min-width: 768px) {
#menu {
	position: relative;
	margin-left: 70px;
	margin-top: 45px;
	width: 140px;
	text-align: center;
	font-size: 16px;
	border-right: 1px solid #fff;
}
.menu-btn {
	display: none!important;
}
header .social.en {
	margin-top: -493px;
	min-height: 506px;
}
.awards-ceremony {
	background-position: 40px;
	padding: 40px 40px 40px 200px;
	min-height: 90px;
	margin-top: 70px;
}
.eligibility-graph .xs-graph {
	display: none;
}
#main {
	margin-left: 180px;
}
header {
	width: 180px;
	padding: 30px 25px;
}
}
@media (min-width: 1200px) {
header {
	width: 226px;
	padding: 30px 40px;
}
.home-wrapper {
	background-size: 1920px;
}
#main {
	margin-left: 226px;
}
.main-div {
	padding-left: 120px;
	padding-right: 40px;
	overflow: hidden;
}
.video iframe {
	height: 630px;
}
#menu {
	margin-left: 120px;
	margin-top: 20px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.main-wrapper.page-about-bg {
	padding-left: 0px;
}
.p-left-p-right {
	padding-left: 72px;
	padding-right: 13px;
}
.inner-wrap {
	margin-left: 0;
	max-width: 100%;
}
.section-title {
	font-size: 36px;
	margin-bottom: 34px;
}
.eligibility-graph .sm-graph {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 478px;
	height: 242px;
}
}
