/*
@font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    src: url("../font/Josefin_Sans/JosefinSans-Light.ttf");
}

@font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    src: url("../font/Josefin_Sans/JosefinSans-Regular.ttf");
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url("../font/Barlow_Semi_Condensed/BarlowSemiCondensed-Regular.ttf");
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: url("../font/Barlow_Semi_Condensed/BarlowSemiCondensed-LightItalic.ttf");
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: url("../font/Playfair_Display/PlayfairDisplay-Regular.ttf");
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: bold;
    src: url("../font/Playfair_Display/PlayfairDisplay-Bold.ttf");
}
*/

*{
	
	background-repeat:no-repeat;
	box-sizing: border-box;
	
}
html, body{
    /*overflow-x:hidden;*/ /*for iphone*/
   font-family: 'Open Sans', Arial, sans-serif;
    font-size: 100%;
    line-height: 1.4;
    color:#6c7372;
    /*background-color: #f1f1f1;*/
}

body{
    margin:0;
	font-size:22px;
}

a{
    text-decoration: none;
	color:inherit;
}
a:hover{
	text-decoration:underline;
}
img{
    vertical-align: top;
	max-width:100%;
}

.content{
	font-size: 18px;
}
h1{
    font-size: 2.5em;
    font-weight: bold;
    margin:0px;
    box-sizing: border-box;
    padding: 0px;
}

h2{
    margin: 0px;
}
p,div,li, ol, ul{
	padding:0px;
	margin:0px;
}
select:focus {
    outline:0; 
}

select{
    background-image: url(../images_v2022/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}

select::-ms-expand{
    display: none;
}
fieldset.fset_style1{
	border-top:1px solid var(--main_color1);
	border-right:0px;
	border-left:0px;
	border-bottom:0px;
	margin-top:50px;
}
fieldset.fset_style1 legend{
	font-size:26px;
	color:var(--main_color1);
	padding:0px 20px;
}
fieldset.fset_style1 .tips{
	color:#6c7372;
	font-size:15px;
	margin-bottom:30px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif, 'Microsoft JhengHei', 'Microsoft YaHei';
    font-size: 1em;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder  {
    font-family: 'Open Sans', sans-serif, 'Microsoft JhengHei', 'Microsoft YaHei';
    font-size: 1em;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    font-family: 'Open Sans', sans-serif, 'Microsoft JhengHei', 'Microsoft YaHei';
    font-size: 1em;
}

input::-moz-placeholder,
textarea::-moz-placeholder  {
    font-family: 'Open Sans', sans-serif, 'Microsoft JhengHei', 'Microsoft YaHei';
    font-size: 1em;
}
.mainWidth{
	width:1380px;
	display:inline-block;
}
.dialog{
	display:none; 
}
header{
	height:140px;
	padding:10px 0px;
	
}
footer .footer,header,.maxw{
	text-align:center;
	max-width:1100px;
}
footer{
	border-top:1px solid #808080;
	margin-top:40px;
	padding:30px 20px;
	font-size:12px;
	
}
footer section{
	text-align:left;
	float:left;
	margin-right:20px;
	
}

footer section.RHS{
	margin-left:20px;
	margin-right:0px;
	text-align:right; 
	float:right;
	vertical-align:bottom;
}
footer h1{
	font-size:18px;
	margin-bottom:5px;
	font-weight:700;
}
footer section label{
	margin-right:5px;
	display:inline-block;
	    min-width: 25px;
    text-align: left;
}
footer section span.sp{
	margin-left:15px;
}
footer section span.sp:before{
	content : ' | ';
	padding-right:15px;
}
header{
	position: relative;
}
header .hlogo{
	float:left;
	width:calc( 60% - 10px );
	text-align:left;
	padding-left:10px;
}
header .hlogo a{
	display: flex;
	height: 100%;
}
header .hlogo img{
	max-height:100%;
	width:auto;
	object-fit: contain;
}
header .RHS{
	width:40%;
	float:right;
	text-align:right;
	padding-top:50px;
	padding-right:20px;
	position: absolute;
    bottom: 20px;
    right: 0px;
}
button{
	color:#ffffff;
	border:0px;
	font-size:22px;
	line-height:22px;
	padding:12px 20px;
	background-color:var(--main_color1);
	font-family: 'Open Sans', sans-serif;
	cursor:pointer;
	outline: unset !important;
}
.mlogo,.mlogin,.msocial{
	display:none;
}
.org_partners{
	height:60px;
	margin:30px 10px 0px 0px;
}
.socialmedia_set{
	height:40px;
	margin-right:0px;
	margin-bottom:10px;
}
.org_partners li,.socialmedia_set li{
	display:inline-block;
	padding:0px;
	list-style-type:none;
	vertical-align: top;
}
.org_partners li img,.socialmedia_set li img,.msocial div img{
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}
.icon-FB img{
	background-image:url('../images_v2022/icon_fb_v2b.png');
}
.icon-FB a:hover img{
	background-image:url('../images_v2022/icon_fb_v2b.png');
} 
.icon-YT img{
	background-image:url('../images_v2022/icon_youtube_v2b.png');
}
.icon-YT a:hover img{
	background-image:url('../images_v2022/icon_youtube_v2b.png');
} 
.icon-EM img{
	background-image:url('../images_v2022/icon_email_v2b.png');
}
.icon-EM a:hover img{
	background-image:url('../images_v2022/icon_email_v2b.png');
} 
.icon-TW img{ 
	background-image:url('../images_v2022/icon_twitter2b.png');
}
.icon-TW a:hover img{
	background-image:url('../images_v2022/icon_twitter2b.png');
} 
.icon-CT img{
	background-image:url('../images_v2022/icon_contactb.png');
}
.icon-CT a:hover img{
	background-image:url('../images_v2022/icon_contactb.png');
} 
.icon-login,.icon-logout,.icon-profile{
	display: inline-block;
    padding: 0px 0px 0px 32px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
}
.icon-login{
	background-image:url('../images_v2022/icon_login2.png');
}
.icon-logout{
	background-image:url('../images_v2022/icon_logout2.png');
}
.icon-profile{
	background-image:url('../images_v2022/icon_people2.png');
	    line-height: 20px;
}
.mlogin .icon-profile{
	background-image:url('../images_v2022/icon_people_on.png');
}

.icon-login:hover,.icon-logout:hover,.icon-profile:hover{
	
}
.icon-login:hover{
	background-image:url('../images_v2022/icon_login2.png');
}



.mlogin .icon-login{
	background-image:url('../images_v2022/icon_m_login.png');
}
.mlogin .icon-logout{
	background-image:url('../images_v2022/icon_logout_on.png');
}
/*
.icon-profile:hover,.mlogin .icon-profile{
	background-image:url('../images_v2022/icon_people_on.png');
}
*/
.icon-login a{
		color:inherit;
	
}
.icon-login:hover a,.icon-logout:hover a,.icon-profile:hover a{
	text-decoration:none;
}
nav{
	background-color:#ffffff;
	padding:0px 0px 0px 0px;
	border-top:1px solid #6c7372;
	border-bottom:1px solid #6c7372; 
	margin-bottom:15px;
	text-align:center;
	z-index:5;
	font-size: 0;
}
nav li{
	display:inline-block;
	color:#6c7372;
	list-style-type:none;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
	border-bottom:3px solid #ffffff;
	border-top:3px solid #ffffff;
	margin:0px 10px;
}
nav li:last-child a{
	border-right:0px;
	
}
nav a{
	color:inherit;
	padding:0px;
	display:block;
	padding:0px 10px;
	line-height:44px;
	font-size:16px;
	
	text-decoration:none !important	;
}
nav li:hover, nav li.selected{
	border-bottom:3px solid var(--main_color1);
	text-decoration:none;
}
h1{
	line-height:34px;
	font-size:32px;
	font-weight:800;
	color:var(--main_color1);
}
h2{
	line-height:44px;
	font-size: 36px !important;
	font-weight:700;
	color:var(--main_color1);
	font-family: 'Open Sans', sans-serif;
}
.returnmsg{
	margin: 50px 0px;
    color: #37a8ab;
    font-size: 16px;
    margin: 15px 2px;
    padding: 10px;
    border-radius: 8px;
    color: #0272ba;
    background-color: #d8e7f1;
}
.returnmsg.error{
	color: #ffffff;
    background-color: #dc9f9f;
}
h2.sectionTitle{
	text-align:center;
    position:relative;
    z-index:2;
	width:calc( 100% - 40px );
	margin:auto;
}
h2.sectionTitle:after{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    right:0;
    border-top:solid 1px #cccccc;
    z-index:-1;
}
h2.sectionTitle span{
    margin:0;padding:0 10px;
    background:#fff;
    display:inline-block;
}

.user-logged .section-HOME .promo{
	float:unset;
	border:0px;
	padding:0px 50px;
	width:calc(100% - 100px);
}

.mmenuicon{
	background-image:url('../images_v2022/icon_menu.svg');
	height:30px;
	width:30px;
	background-size:contain;
	background-repeat:no-repeat;
	position: absolute;
    top: 30px;
    left: 20px;
	display:none;
}

.registerpromo{
	background-color:#fcf1e3;
	padding:50px 30px;margin-top:50px;
}

/* TABLE */
.tablestyle_1 { 
    border: 1px solid #fcf1e3;
    border-collapse: separate;
    border-left: 0;
    border-radius: 15px;
    border-spacing: 0px;
    width:100%;
    margin-top:50px;
}
.tablestyle_1 thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
    border-collapse: separate;
    
}
.tablestyle_1 th{
	background-color:var(--main_color1);
	color:#ffffff;
}
.tablestyle_1 tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}
.tablestyle_1 th, .tablestyle_1 td {
	padding: 10px; 
	text-align: left;
	vertical-align: top;
	border-left: 0px solid #ddd;    
}
.tablestyle_1 td {
	border-top: 0px solid #ddd;
	font-size:14px;
	font-weight:600;
}
.tablestyle_1 tr:nth-child(even) td{
	background-color:#fcf1e3;
}
.tablestyle_1 thead:first-child tr:first-child th:first-child
, .tablestyle_1 tbody:first-child tr:first-child td:first-child {
    border-radius: 15px 0 0 0;
}
.tablestyle_1 thead:last-child tr:last-child th:first-child
, .tablestyle_1 tbody:last-child tr:last-child td:first-child {
    border-radius: 0 0 0 15px;
}
.tablestyle_1 tbody:last-child tr:last-child td:last-child{
    border-radius: 0 0 15px 0;
}
.tablestyle_1 thead:first-child tr:first-child th:last-child{
    border-radius: 0 15px 0 0;
}
.tablestyle_1 tr:first-child th:first-child
,.tablestyle_1 tr td:first-child{
	padding-left:15px;
	border-left:1px #fcf1e3 solid;
}


.tablestyle_2 { 
     border: 1px solid #6c7372;
    padding: 3px;
    border-collapse: separate;
    border-radius: 0px;
    border-spacing: 0px;
    width:100%;
    margin-top:50px;
}
.tablestyle_2 thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
    border-collapse: separate;
    
}
.tablestyle_2 th{
	background-color:var(--main_color1);
	color:#ffffff;
	font-size:18px;
}
.tablestyle_2 tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}
.tablestyle_2 th, .tablestyle_2 td {
	padding: 15px 10px; 
	text-align: left;
	vertical-align: top;
	border-left: 0px solid #ddd;    
}
.tablestyle_2 td {
	border-top: 1px solid #cccccc;
	font-size:18px;
	font-weight:500;
}
.tablestyle_2 tr:first-child th:first-child
,.tablestyle_2 tr td:first-child{
	padding-left:15px;
	
}

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

@media only screen and (max-width:1379px) {
  .mainWidth{
	width:1380px;
	display:inline-block;
	max-width:calc(100% - 20px );
}
}


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

.backlayer{
	background-color:#000000;
	opacity: 0.5;
	width:100%;
	height:100%;
	position: absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:2;
}
@media only screen and (max-width:768px) {
	header .hlogo a{	
	justify-content: center;
	     padding-left: 50px;
	}
	header{
		height:unset;
		padding:10px;
	}
	header .RHS{
		padding-top: 0px;
		width: 100%;
		float: unset;
		text-align: center;
	}
	header .hlogo{
		padding: 0px 0px 0px 20px;
		width: 100%;
		height: 80px;
		text-align: center;
		float: unset;
	}
	.mmenuicon{
		display:block;
	}
	.socialmedia_set,header .icon-login,header .icon-logout, header .icon-profile{
		display:none;
	}
	footer{
		padding:20px;
	}
	footer section span.sp{
		margin-left:0px;
		display:block;
	}
	footer section span.sp:before{
		content : unset;
		padding-right:15px;
	}
	footer section.RHS {
	float: left;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0px;
}

	.socialmedia_set{
		margin:0px;
	}
	.org_partners{
		height:40px;
		margin: 5px 0px;
	}
	nav{
		display:none;
		position: fixed;
		top: 0px;
		left: 0px;
		width: calc(100% - 50px );
		/* min-width: 250px; */
		background-color: #f7f7f7;
		height: 100%;
		overflow-y: scroll;
		max-width: 400px !important;
	}
	nav li{
		display:block;
		line-height:40px;
		border-bottom:1px solid #cccccc;
		border-top:0px;
		border-right:0px;
		padding:0px 0px 0px 30px;
		margin:0px;
		text-align:left;
		font-weight:normal;
	}
	nav li.selected{
		border-bottom: 1px solid #cccccc;
		/* border-left: 5px solid #346ea7; */
		background-color: #dce7ed;
		font-weight: bold;
	}
	nav a{
		padding:0px;
		display:inline-block; 
		border-right:0px;
		font-size:20px;
	}
	nav li{
		background-size: 32px 32px;
		background-position: 5px center;
		padding-left: 42px;
	}
	.menu-CONTACT{
		background-image:url('../images_v2022/icon_m_contact2.png'); 
	}
	.menu-FACULTY{
		background-image:url('../images_v2022/icon_m_faculty2.png'); 
	}
	.menu-WEBINAR{
		background-image:url('../images_v2022/icon_m_webinar2.png'); 
	}
	.menu-PROGRAM{
		background-image:url('../images_v2022/icon_m_programme2.png'); 
	}
	.menu-Virtual_EXHIB{
		background-image:url('../images_v2022/icon_m_sponsor2.png'); 
	}
	.menu-VENUE{
		background-image:url('../images_v2022/icon_location2.png'); 
	}
	.menu-FAQ{
		background-image:url('../images_v2022/icon_faq_V32.png'); 
	}
	.menu-REG{
		background-image:url('../images_v2022/icon_m_reg32.png'); 
	}
	.menu-HOME{
		background-image:url('../images_v2022/icon_m_home2.png'); 
	}
	.mlogo{
		height:60px;
		display:block;
		padding-left:0px;
		text-align:center;
	}
	.mlogo, .msocial{
		/*
		display:inline-block;
		width:50%;
		height:60px;
		background-color:#ffffff;
		text-align:center;
		line-height:unset;
		vertical-align:middle;
		*/
	}
	.msocial{
		display:block;
    border-top: 10px solid var(--main_color1);
    line-height: unset;
    padding: 10px 0px;
    text-align: center;	
	}
	.msocial div{
		width:40px;
		height:40px;
		display:inline-block;
		margin:0px;
		padding-top:5px;
	}
	.mlogo img{
		height:100%;
	}
	.mlogin {
		padding-right:20px;
		display:block;
		background-color:var(--main_color1);
		color:#ffffff;
		text-align:center;
		padding-left:0px;
		border:0px;
	}
	.mlogin img{
		width: 26px;
    height: 26px;
    padding: 0px;
    margin: 7px;
   // background-image: url(/images_v2022/icon_login_m_on.png);
    background-size: contain;
    background-position: left;
	}
	footer section{
		margin-right:0px;
		margin-bottom:30px;
		
	}
	.section-HOME .promo{
		width:calc( 100% - 80px );
		padding:40px;
		background-color:#ffffff;
		border:0px;
	}
	.section-HOME .register{
		margin:0px;
		padding:40px 0px;
		background-color:#fcf1e3;
		width:100%;
	}
	.section-HOME .register .divText{
		display:inline-block;
		width:60%;
		vertical-align:top;
	}
	.section-HOME .register button{
		display: inline-block;
		width: calc( 35% - 44px );
		vertical-align: top;
		margin: 10px 22px 0px 0px;
	}
	.registerpromo{
		background-color:#ffffff;padding:0px;margin:50px 0px 0px 0px;
	} 
}

@media only screen and (min-width:501px){
	.mobileonly{
		display:none;
	}
}

@media only screen and (max-width:500px){
	.desktoponly{
		display:none;
	}
	body{
		font-size:16px;
	}
	.content{
		font-size:16px;
	}
	footer section{
		text-align:center;
		float:unset;
	}
	header .hlogo{
		padding:0px;
		text-align:right;
		height:60px;
	}
	.section-HOME .swiper-container{
		margin-top:0px;
	}
	.hlogo a{
		display: flex;
    justify-content: center;
    height: 100%;
    /* width: calc( 100% - 50px ); */
    padding-left: 50px;
	}
	header .hlogo img{
		max-width: 100%;
		width: auto;
		height: auto;
		display: inline-flex;
		object-fit: contain;
	}
	h2 {
		line-height: 36px;
		font-size: 28px !important;
	}
	nav a{
		font-size:18px;
	}
	nav li:not(.mlogin){
		
		display:block;
	}
	.mlogo a{
		display: flex;
		height: 100%;
		width: 100%;
		justify-content: center;
		padding: 0px 20px;
	}
	.mlogo img{
		    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-flex;
    object-fit: contain;
	}
	button {
		font-size: 18px;
		line-height: 22px;
		padding: 4px 20px;
	}
	fieldset.fset_style1 legend{
		font-size:20px;
		    padding: 0px 5px;
	}
}