/* 
 *<a href="http://bmg.com.hk" target="_blank">Web Designed</a>  by  <a href="http://bmg.com.hk" target="_blank">Black Media Group</a>
 *
 * Author: Black Media Group
 * Author URI: www.bmg.com.hk
 * Date: 2016
 *
 *
*/
@import url("reset.css");
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

@font-face {
    font-family: 'HelveticaNeueLTPro-ThEx';
    src: url('../fonts/HelveticaNeueLTPro-ThEx.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTPro-ThEx.otf')  format('opentype'),
        url('../fonts/HelveticaNeueLTPro-ThEx.woff') format('woff'), 
        url('../fonts/HelveticaNeueLTPro-ThEx.ttf')  format('truetype'),
        url('../fonts/HelveticaNeueLTPro-ThEx.svg#HelveticaNeueLTPro-ThEx') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*----ICOMOON---*/
@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?31jwoe');
    src:    url('../fonts/icomoon.eot?31jwoe#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?31jwoe') format('truetype'),
        url('../fonts/icomoon.woff?31jwoe') format('woff'),
        url('../fonts/icomoon.svg?31jwoe#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icomoon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin:before {
    content: "\e914";
}
.icon-exhibitor3:before {
    content: "\e911";
}
.icon-register3:before {
    content: "\e912";
}
.icon-enquiry2:before {
    content: "\e913";
}
.icon-facebook:before {
    content: "\e900";
}
.icon-instagram:before {
    content: "\e901";
}
.icon-pinterest:before {
    content: "\e902";
}
.icon-twitter:before {
    content: "\e903";
}
.icon-youtube:before {
    content: "\e904";
}
.icon-enquiry:before {
    content: "\e905";
}
.icon-calendar:before {
    content: "\e906";
}
.icon-email:before {
    content: "\e907";
}
.icon-email-footer:before {
	background: url(../img/icon_enews_sub_white.svg) no-repeat;
	content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: 2px;
}
.icon-exhibition-booth:before {
    content: "\e908";
}
.icon-exhibition-booth2:before {
    content: "\e909";
}
.icon-exhibitor2:before {
    content: "\e90a";
}
.icon-fax:before {
    content: "\e90b";
}
.icon-list:before {
    content: "\e90c";
}
.icon-mapmark:before {
    content: "\e90d";
}
.icon-phone:before {
    content: "\e90e";
}
.icon-register:before {
    content: "\e90f";
}
.icon-register2:before {
    content: "\e910";
}



/*------general-------*/
::selection {
    background:rgba(255, 255, 255, 0.99);
    color: #e0267a;
}
::-moz-selection {
    background:#fff;
    color: #e0267a;
}
input {
    /*-webkit-appearance: button;*/
}
html {
    -webkit-text-size-adjust: 100%;
}
html, body {
    font-size:12px;
    line-height:1.4;
    background:#fff;
    color:#363636;
    font-family:'Roboto', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    height: 100%;
    width:100%;
    margin: 0;
    padding: 0;
    //overflow-x:hidden;
}
a {
    color:#666; 
    text-decoration:none;
}
a:hover, a:focus {
    text-decoration:none;
    color:#666;
}
li {
    list-style-type:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:300;
}

h1 {font-size:5rem;}
h2 {font-size: 3rem;}
h3 {font-size: 2.5rem;}
h4 {font-size: 2rem;}
h5 {font-size:1.6rem;}
h6 {font-size:1.25rem;}
p {font-size:13px;}
i {font-style:italic;}
b {font-weight:700;}
.title {
    font-weight: bold;
}
.wrap-full {
    padding-top: 183px;
        transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;

    
}
.breadcrumb {
    padding-bottom: 15px;
    //position: fixed;
    //width: 100%;
    //background: #fff;
    //z-index: 10;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}
.breadcrumb > .wrap > span {
    display: block;
    margin-bottom: 10px;	
}
.breadcrumb > .wrap > h5 {
    display: inline-block;
}
.breadcrumb > .wrap > span > a {
    color: #666;	
}
.breadcrumb .sortby {
    float: right;
    color: #363636;
}
.breadcrumb .sortby span {
    display: inline-block;
    font-size: 13px;
}
.container {
    padding:0;
    margin:0 auto;
    width:100%;
    max-width:1200px;
    min-height: 100%;
    position: relative;
    //background-image: url(../img/redox_01.png);
    //background-repeat: repeat;
    padding-bottom: 100px;
}
.flexslider {
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
#global-container {
    height: auto !important;
    min-height: 100%;
    height: 100%;
    position: relative;
}


/*---------HEADER-----------*/
header {
    position: fixed;
    z-index: 11;
    //padding: 5px 0;
    color: #252525;
    width: 100%;
    font-size:1.1em;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    background: #fff;
}

.wrap {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 45px;
}
.top-bar {
    //padding: 10px 0;
    background-color: #ececec;
}
.top-bar > .wrap {
    text-align: right;
}
.top-bar .lang {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.top-bar .info {
    font-weight: 600;
    float: left;
    padding: 10px 0;
}
header .buttons {
    font-size: 0;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}
header .buttons a {
    display: inline-block;
    background-color: #808080;
    margin-left: 1px;
    padding: 7px 15px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    position: relative;
}
header .buttons a .hover {
    position: absolute;
    color: #000;
    top: 120%;
    left: 50%;
    padding: 5px;
    width: 80px;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    background-color: #808080;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}
header .buttons a .hover:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #808080 transparent;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

header .buttons a .hover span {
    font-size: 12px;
    text-align: center;
}
header .buttons a:hover .hover {
    opacity: 1;
    visibility: visible;
}

header .buttons a:hover,
header .buttons a.selected {
    background-color: #e0267a;
}

header .buttons a span {
    color: #fff;
    font-size:2rem;
}
header .menu-bar {
    padding: 25px 0;
    font-size: 0;
    //background: #fff;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
header .menu-bar .logo {
    display: inline-block;
    width: 22%;
    vertical-align: bottom;
}
header .menu-bar .logo img {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    height: 70px;
}
header .menu-bar .logo a {
	color:#666;
}
header .menu-bar .logo p {
    font-family: 'HelveticaNeueLTPro-ThEx','Roboto', sans-serif;
    font-size: 13px;
    letter-spacing: 0.04em;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
	color: #666;
}
nav {
    text-transform: uppercase;
    font-size: 15px;
    width: 78%;
    display: inline-block;
    text-align: right;
    vertical-align: bottom;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}
#menu {
    font-size: 0;
}
#menu > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 15px;
}
#menu li > a.parent-nav {
    padding: 10px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
	color: #666;
}
#menu > li:hover .parent-nav {
    background-color: #e0267a;
    color: #fff !important;
}
#menu > li .currentLink  {
    color: #e0267a !important;
}
#menu > li:hover .submenu {
    display: block;
}
#menu > li:hover .sub-list > li:first-child > .sub-pic {
    opacity: 1;
    z-index: 1;
}
.submenu {
    position: absolute;
    padding-top: 15px;
    min-width: 230px;
    left: 0;
    display: none;
}
.sub-list {
    text-align: left;
    background:rgba(255,255,255,0.8);
    position: relative;
    //min-height: 247px;
    //padding-left: 139px;
}
.sub-list > li:first-child .sub-pic {
    //z-index: 1;
}
.sub-list > li .sub-pic {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    //width: 139px;
    background-position: center top;
    background-size: cover;
    opacity: 0;
}
.sub-list > li:hover .sub-pic {
    opacity: 1;
    z-index: 1;
}

.sub-list > li > a {
    display: block;
    padding: 5px 5px 5px 15px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
	color: #666;
}
.sub-list > li > a:hover {
    background: #e0267a;
    color: #fff;
}
.lang > li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid;
}
.lang > li a {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
	color: #666;
}
.lang > li a:hover {
    color: #e0267a;
}
.lang > li:last-child {
    border-right: 0;
}
/*when window scroll, header*/
header.scrolling {
    background: rgba(255,255,255,0.7);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
header.scrolling:hover {
    background: rgba(255,255,255,1);
}
header.scrolling .menu-bar .logo,
header.scrolling .menu-bar nav {
    vertical-align: middle;
}
header.scrolling .menu-bar .logo > p {
    opacity: 0;
    visibility: hidden;
    height: 0;

}
header.scrolling .menu-bar .logo img {
    height: 45px;
}
header.scrolling .menu-bar,
header.scrolling .breadcrumb {
    opacity: 0.7;
    padding-bottom: 10px;
}
header.scrolling:hover .menu-bar,
header.scrolling:hover .breadcrumb {
    opacity: 1;
}
/*----RESPONSIVE MENU---*/
.responsive {
    display:none;
}
.response-menu {
    padding-bottom: 20px;
    display: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.response-menu-btn {
    width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
    float: right;
}
.response-menu-btn div {
    position: relative;
}
.response-menu-btn div {
    height: 3px;
    width: 30px;
    background-color: #e0267a;
    margin: 5px 0;
}

.response-parent-nav,
.response-sub-nav-wrap {
    display: inline-block;
    vertical-align: top;
    font-size: 1.3em;
    margin: 20px 0 15px;

}
.response-parent-nav {
    text-transform: uppercase;
    margin-right: 80px;
}
.response-parent-nav > li,
.response-sub-nav > li {
    margin-bottom: 5px;
    position:relative;
    left: -10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    opacity: 0;
}
.response-parent-nav > li.show,
.response-sub-nav > li.show {
    left: 0;
    opacity: 1;
}
.response-parent-nav > li:nth-child(even),
.response-sub-nav > li:nth-child(even) {
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}
.response-menu a {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
	color: #666;
}
.response-menu a:hover {
    color: #e0267a;
}

.response-sub-nav-wrap {
    position: relative;
}
.response-sub-nav {
    border-left: 1px solid #e0267a;
    padding-left: 20px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    height: auto;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    overflow: hidden;
}
.response-sub-nav.show {
    opacity: 1;
    visibility: visible;
    height: auto;
    position: relative;
}
.line {
    width:100%;
    height: 1px;
    background: #e0267a;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.line.show {
    opacity: 1;
    visibility: visible;
}
.response-lang-icons-wrap {
    text-align: right;
    padding-top:10px;
}
.response-lang-icons-wrap >* {
    display: inline-block;
}
.response-lang-icons-wrap .buttons a {
    padding: 5px 10px;
}
.response-lang-icons-wrap .buttons a span {
    font-size: 2rem;
}
/*.enquiry-form-wrap {
    position:fixed;
    top: 0;
    left: 100%;
    height: 100%;
    z-index: 1;
}*/
.enquiry-form-wrap {
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: none;
    position:fixed;
    top: 0;
    z-index: 1000;
	overflow-y: auto;
}
.enquiry-form-wrap .close-btn {
    top: 15px;
	z-index: 500;
}
.enquiry-form-wrap .close-btn div:before,
.enquiry-form-wrap .close-btn div:after {
    background: #fff;
}
/*.enquiry-form {
    position: relative;
    right: 0;
    top: 38px;
    background-color: rgba(0,0,0,0.8);
    padding: 15px;
    color: #fff;
    width: 420px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}*/
.enquiry-form {
	left: 0;
	right: 0;
	margin: 0 auto;
	width: auto;
	max-width: 400px;
	background-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    position: relative;
    padding: 15px;
    top: 120px;
}
.enquiry-form.show {
    /*right: 100%;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    -o-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);*/
	right: auto;
}
.enquiry-form h4 {
    font-weight: bold;
    margin-bottom: 10px;
	color: #fff;
}
.enquiry-form form {
    margin: 15px 0;
}

.enquiry-form form input,
.enquiry-form form select,
.enquiry-form form textarea {
    height: 25px;
    padding: 0 5px;
    width: 100%;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    font-family: 'Roboto', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
}
.enquiry-form form textarea {
    width: 100%;
    padding: 5px;
    height: 100px;
}
.enquiry-form form input[type="submit"] {
    width: 150px;
    height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    background: #fff;
        border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-appearance: button; 
    border: 2px outset #ccc;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.enquiry-form form input[type="submit"]:hover {
    background-color: #e0267a;
    color: #fff;
    border: 2px inset #e0267a;
}
.enquiry-form form ul > li {
    margin-bottom: 10px;
}
.enquiry-form form ul > li.phone-input input {
    width: 50px;
    display: inline-block;
}
.enquiry-form form ul > li.phone-input input:last-child {
    width: 100px;
}

/*---FOOTER---*/
#footer-logo {
    /*width: 300px;*/
}
#footer {
    position: absolute;
    width: 100%;
    //bottom: 0;
    z-index: 2;
    color: #999;
    letter-spacing: 1px;
    font-size: 0;
    background-image: url(../img/footer-bkground.png);
    background-position: center;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}
#footer > .wrap {
    font-size: 0;
    padding: 0 45px;
}
#footer p {
    line-height: 16px;
	font-size: 10px;
}
#footer .icomoon {
    font-size: 20px;
    float: left;
    padding-top: 2px;
}
.footer-intro,
.sitemap {
    display: inline-block;
    font-size: 1rem;
    padding-top: 15px;
    vertical-align: top;
    //min-height: 750px;
}
.footer-intro {
    width: 30%;
    background: #464646;
    color: #fff;
    padding-right: 40px;
}
.footer-intro p {
    margin-bottom: 10px;
	color: #fff;	
}
.footer-intro .Normal p {
	line-height:17px !important;
}
.sitemap {
    width: 68%;
    background-image: url(../img/pattern2.png);
    background-repeat: repeat;
    color: #464646;
    padding: 15px 0 50px 40px;
}
.sitemap > ul {
    font-size: 0;
}

.sitemap > ul > li {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    width: 33%;
    padding-right: 30px;
    margin-bottom:15px;
    margin-left: -1px;
}
.sitemap > ul > li:nth-child(4n) {
    //padding-right: 0;
}
.sitemap > ul > li a {
    color: #464646;
    vertical-align: top;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}
.sitemap > ul > li a:hover {
    color: #e0267a;
}
.sitemap > ul > li > p:first-child {
    border-bottom: 1px solid;
}
#sitemap-contact {
    padding-right: 0;
}
#sitemap-contact p:not(:first-child) {
    padding-left: 25px;
}
#sitemap-contact .group {
    line-height:1.2em;
    margin-bottom: 10px;
    margin-top: 5px;
}
#footer .social .icomoon {
    font-size: 25px;
}
#footer .social {
    padding-left: 25px;
    margin-top: 10px;
}
#footer .aplf-logo-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    text-align: right;
}
#footer .aplf-logo {
    vertical-align: middle;
    margin-left: 15px;
    margin-bottom: 15px;
}
#footer #logo3 {
    height: 40px;
}
#footer #logo2 {
    height: 40px;
}
#footer #logo1 {
    height: 25px;
}

#footer .copyright {
    margin: 15px 0;
    font-size: 0;
}
#footer .copyright p {
    line-height: 1.6em;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    font-size: 10px;
}
#footer .copyright p a {
	color: #666;
}
#footer .responsive-social {
    text-align: left;
    max-width: 300px;
}
#footer .responsive-social .social .icomoon{
    font-size: 28px;
}
#footer .responsive-social .icomoon {
    font-size: 20px;
}
#footer .responsive-social p {
    padding-left: 25px;
	line-height: 25px;
}
.responsive-social li {
    display: inline-block;
}
.responsive-social > ul {
    font-size: 0;
}
.responsive-social a {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
	color: #666;
}
.responsive-social a:hover {
    color: #e0267a;
}
.responsive-social h6 {
    border-bottom: 1px solid;
    margin-bottom: 10px;
	font-size: 10px;
	letter-spacing: 1px;
}
#footer .responsive-social p.group {
    line-height: 1.6em;
    margin-bottom: 5px;
    margin-top: 3px;
}

/*--HOME--*/
#home .hm-banner-wrap {
    padding: 0;
    max-width: 100%;
}

#home {
    padding-top: 200px;
}
#home .highlights li {
    width: 49%;
    margin: 0;
}

#hm-slider.flexslider .slides > li {
    height: 65vh;
    overflow:hidden;
    background-size: cover;
    background-position: center;
    position: relative;
}
#hm-slider.flexslider .slides > li img {
    opacity:0;
}
#hm-slider .flex-direction-nav {
    visibility: hidden;
}
#hm-slider .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1;
}
#hm-slider .flex-direction-nav .flex-next {
    right: 10px;
    opacity: 1;
}
#hm-slider .flex-direction-nav a {
    width: 30px;
}
#hm-slider .caption {
    font-family: 'Open Sans', 'Roboto', sans-serif;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 0;
    color: #fff;
    letter-spacing: 0.15em;
    width: 65%;
    padding-left: 50px;
}
#hm-slider .caption a {
    color: #fff;
}
#hm-slider .caption a:hover {
    text-decoration: underline;
}
#hm-slider .caption img {
    width: auto;
    float: left;
    display: inherit;
    opacity: 1 !important;
    margin-right: 15px;
}

#hm-slider .caption > li h6 {
    /*font-weight: 600;*/
	color: #fff;
}
#hm-slider .caption > li h3 {
    font-weight: 100;
}
#hm-slider .caption > li {
    padding: 0 30px;
    display: inline-block;
    vertical-align: middle;
}
#hm-slider .caption > li:hover * {
	color: #e0267a;
}
#hm-slider .caption > li:first-child {
    /*border-right: 1px dashed;*/
}
#hm-slider .direction-arrows {
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
#hm-slider .left-arrow {
    position: absolute;
    left: 30px;
    bottom: 35px;
    z-index: 2;
}
#hm-slider .right-arrow {
    position: absolute;
    right: 33%;
    bottom: 35px;
    z-index: 2;
}
#hm-slider .button {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0;
    z-index: 1;
    text-align: center;
    height: 100px;
}
#hm-slider .button a {
    color: #fff;
}
#hm-slider .button a:hover li {
    background: #e0267a;
}

#hm-slider .button a li {
    display: inline-block;
    margin: 0 1px;
    position: relative;
    padding-top:20px;
    width: 80px;
    height: 100%;
    vertical-align: top;
    background: rgba(101,101,101,0.8);
    font-size: 30px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}
#hm-slider .button a li p {
    line-height: 1.2em;
    margin-top: 10px;
    font-family: 'Open Sans', 'Roboto', sans-serif;
	font-size: 13px;
}
.gray-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: rgba(0,0,0,0.7);
    z-index: 1;
}
.hm-info {
    font-size: 0;
    //padding: 0 30px;
}
.highlights {
    width: 75%;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}
.highlights > li, .highlights li.item {
    font-size: 1rem;
    border: 1px solid #ccc;
    padding: 5px 5px 15px 5px;
    width: 47%;
    display: inline-block;
    //margin-right: 1%;
    margin-bottom:10px;
    vertical-align: top;
    //min-height: 350px;
}
.highlights > li img, .highlights li.item img {
    width: 100%;
    margin-bottom: 10px;
}
.highlights li h6 {
    /*font-weight: 600;*/
    margin-bottom: 5px;
}
.highlights div h6 {
    /*font-weight: 600;*/
    margin: 5px 0px;
}
.highlights div p {
    margin: 15px 0;
}
.hm-ads {
    width: 25%;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-left: 30px;
}
.hm-ads li {
    margin-bottom: 15px;
    position: relative;
}
.hm-ads li img {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
.ad-tag {
        font-size: 12px;
    position: absolute;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    padding: 5px 10px;
}
.ad-tag span{
	z-index: 100;
}
.exhibit-cat {
    background-image: url('../img/pattern1.png');
    background-repeat: repeat;
    padding: 30px 15px;
    text-align: center;
    min-height: 300px;
    margin-top: 50px;
}
.exh-btn {
    margin-top: 30px;
    font-size:0;
}
.exh-btn > li {
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 20%;
    position: relative;
    padding-bottom: 10px;
    vertical-align: top;
}
.exh-btn > li:hover .circle:after,
.exh-btn > li:hover h5,
.exh-btn > li:hover .caption {
    opacity: 1;
}


.exh-btn .circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
}
.exh-btn .circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}
.exh-btn .circle h5 {
    font-weight: 700;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    position: absolute;
    top: 50%;
    color: #fff;
    opacity: 0;
    z-index: 1;
    line-height: 1.1em;
	width: 100px;
}
.exh-btn a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.exh-btn > li:nth-child(1) .circle:after {
    background-color: #8e257e;
}
.exh-btn > li:nth-child(2) .circle:after {
    background-color: #e4342d;
}
.exh-btn > li:nth-child(3) .circle:after {
    background-color: #e1007a;
}
.exh-btn > li:nth-child(4) .circle:after {
    background-color: #612180;
}
.exh-btn > li:nth-child(5) .circle:after {
    background-color: #00a9a9;
}

.exh-btn .caption {
    position: relative;
    //top: 100%;
    opacity: 0;
    padding-top: 10px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}
/*---VISITOR---*/

.landing-pg .exhibit-cat {
    background: none;
    color: #363636;
    margin-top: 0;
    padding: 80px 0 50px;
}
.exhibit-cat .wrap {
    max-width: 750px;
}
.landing-pg .exhibit-cat h3 {
    margin-bottom: 50px;
}
.landing-pg .exhibit-cat .intro {
    font-size: 15px;
}
.landing-pg .exh-btn {
    margin: 50px 0;
}
.visitor-title {
    background: #303030;
    color: #fff;
    text-align: center;
    padding: 180px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}
.banner-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
        position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.landing-pg h1 {
    position: relative;
	color: #fff;
}
.landing-pg .wrap {
    position: relative;
}
.landing-pg div.Normal {
    line-height: normal;
}
.register-btn {
    background-color: #cd372c;
    padding: 10px;
    width: 160px;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;

}
.benefit {
    background-position: center top;
    background-size: cover;
    padding: 50px 0;
    height: 100vh;
    background-attachment: fixed;
}
.benefit .description {
    background-color: rgba(0,0,0,0.7);
    padding: 30px;
    color: #fff;
    max-width: 50%;
    display: inline-block;
}
.benefit > .wrap {
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.benefit:nth-child(odd) .wrap {
    text-align: right;
}
.benefit:nth-child(odd) .description {
    text-align: left;
}
/*.benefit:nth-child(even) .wrap {
    text-align: right;
}
.benefit:nth-child(even) .description {
    text-align: left;
}*/
.benefit .description h2 {
    margin-bottom:20px;
	color: #fff;
}
#exhibitor-landing .benefit .description h2 {
    margin: 20px 0;
}
.benefit .description h5 {
    margin-bottom: 10px;
	color: #fff;
}
.benefit.no-para {
    background-attachment: scroll;
}
.testimonial {
    text-align: center;
    color: #fff;
    padding: 50px 0;
}
.testimonial1 {
    background-color: #e58485;
}
.testimonial1 h3 {
    color: #fff;
}
.testimonial1 p {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 2em;
}
#testimonial-slider {
    background: none;
    margin-top: 50px;
    text-align: left;
}
#testimonial-slider.flexslider .slides > li .wrap {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0 145px;
}
#testimonial-slider.flexslider .slides > li .wrap:before,
#testimonial-slider.flexslider .slides > li .wrap:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 88px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#testimonial-slider.flexslider .slides > li .wrap:before {
    top: 0;
    left: 0;
    background-image: url('../img/visitor/quotation-mark1.png');
}
#testimonial-slider.flexslider .slides > li .wrap:after {
    bottom: 0;
    right: 0;
    background-image: url('../img/visitor/quotation-mark2.png');
}


#testimonial-slider .flex-direction-nav a {
    color: #fff;
    text-shadow: none;
    width: 22px;
    height: 47px;
}
#testimonial-slider .flex-control-paging li a.flex-active {
    background-color: rgba(0,0,0,0.5);
}
#testimonial-slider .flex-control-paging li a {
    background-color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#testimonial-slider .flex-direction-nav a:before {
    content: '\f104';
    font-size: 60px;
}
#testimonial-slider .flex-direction-nav a.flex-next:before {
    content: '\f105';
}
.contact {
    text-align: center;
    padding-top: 50px;
}
.contact h3.title {
    /*font-weight: bold;*/
    color: #363636;
    margin-bottom:20px;

}
.contact h3 {
    margin-bottom: 50px;
    font-weight: 300;
    color: #ec008c;
}
.contact > ul {
    font-size: 0;
    //height: 500px;
}
.contact > ul > li {
    font-size: 1rem;
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.contact-info {
    background-color: #00a99d;
    color: #fff;
    padding: 50px 15px;
    height: 100%;
}
.contact-info .info {
    text-align: left;
    max-width: 570px;
    margin: 50px auto;
}
.contact-info .info h5 {
    display: inline-block;
    vertical-align: top;
}
.contact-info .info h5:first-child {
    width: 180px;
}
.contact-info .register-btn {
    background-color: #fff;
    color: #00a99d;
    display: inline-block;
    margin: 10px 0;
}
.visit-btn {
    padding: 15px;
    font-size: 20px;
    background-color: #fff799;
    color: #008280;
    display: inline-block;
    margin: 10px 0;
    cursor: pointer;
    position: relative;
}
.visit-btn a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#map {
    /*height:100%;*/
    width:100%;
}
.map-wrap {
    position: relative;
}
.map-wrap #target {
    position: absolute;
    bottom: 0;
    height: 117px;
    left: 0;
    width: 100%;
}
.gm-style-iw * {
    display: block;
    width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}
.gm-style-iw a {
    color: #4272db;
}

.visit-expand {
    padding: 50px 15px;
    background-image: url('../img/pattern1.png');
    display: none;
}
.visit-expand .close-btn {
    width: 35px;
    height: 35px;
    float: right;
    position: relative;
    top: -35px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.visit-expand .close-btn:hover {
    opacity: 0.7;
}

.visit-expand .close-btn span:before,
.visit-expand .close-btn span:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    top: 50%;
    left: 0;
    background-color: #666;
}
.visit-expand .close-btn span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.visit-expand .close-btn span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.visit-expand ul {
    font-size: 0;
}
.visit-expand ul > li {
    display: inline-block;
    width: 33.333%;
    vertical-align: top;
    text-align: center;
    padding: 0 15px;
}
.visit-expand ul > li:nth-child(1) .icon-wrap {
    background-color: #598527;
}
.visit-expand ul > li:nth-child(2) .icon-wrap {
    background-color: #27855e;
}
.visit-expand ul > li:nth-child(3) .icon-wrap {
    background-color: #278580;
}

.visit-expand .icon-wrap {
    width:200px;
    height: 200px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 auto 20px;
    position: relative;
    overflow:hidden;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.visit-expand .icon-wrap:hover {
    opacity: 0.7;
}
.visit-expand .icon-wrap a {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.visit-expand .icon-wrap a img {    
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}

/*---ACTIVITIES---*/

#activities .expand-wrap {
    height: auto;
}
#activities > .wrap,
.act-list {
    font-size: 0;
}
.act-list > li {
    font-size: 1rem;
    border: 1px solid #ccc;
    padding: 5px 5px 25px 5px;
    margin-bottom: 15px;
    width: 32%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
}
.act-list > li:nth-child(3n) {
    margin-right: 0;
}
.act-list .act-thumbnail {
    width: 100%;
}

.act-list-info > li > p {
    display: inline-block;
}
.act-list-info > li > p:first-child {
    width: 70px;
}
.act-list-content {
    position: relative;
    //padding-left: 65px;
    
}
.act-list-content h6 {
    margin: 10px 0 5px 0;
}
.act-list-content .updateon {
    margin-bottom:15px;
}
.act-list > li > a {
    position: relative;
}
.act-list > li > a > .act-type {
    bottom: 3px;
    top: auto;
    left: 5px;
    //display: none;
    font-weight: bold;
}
.act-type {
    position: absolute;
    top: 0;
    left: -1px;
    padding: 10px 5px;
    color: #fff;
    width: 60px;
    text-align: center;
    margin-left: -5px;
    font-weight: bold;
}
.act-type.seminar {
    background: #0072bc;
}
.act-type.catwalk {
    background: #bc0091;
}
.act-type.press {
    background: #30bc00;
}
#activities .filter-wrap {
    width: 20%;
}
#activities .right-column {
    width: 80%;
}
#activities .response-filter-btn {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0;
}


/*---ACTIVITIES DETAILS---*/
#activities-detail {
    color: #363636;
}
#activities-detail > .wrap {
    padding-bottom: 50px;
}
#activities-detail .act-type{
    margin-left: 0;
}
.img-wrap {
    position: relative;
}
#activities-detail .img-wrap .act-type {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    box-shadow: 1px -1px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px -1px 5px rgba(0,0,0,0.3);
}
#activities-detail .img-wrap .act-type p {
    font-size: 1.8rem;
}
#activities-detail .act-type {
    width: auto;
    padding: 10px 15px;
}
.big-img {
    width: 100%;
    //margin-bottom: 40px;
}
.act-detail-content {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
    margin-top: 30px;
}
#activities-detail .text {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
#activities-detail .text h6 {
    margin-bottom: 30px;
}
#activities-detail .text p {
    margin-bottom: 10px;
}
#activities-detail .register-btn {
    text-align: center;
    margin: 10px 0;
    font-size: 13px;
    display: inline-block;
    width: auto;
}
#activities-detail .act-list-info > li > p:first-child {
    //width: auto;
}
.speaker-info-wrap {
    position: relative;
}
.speaker-info-wrap h6 {
    margin: 20px 0;
}
.speaker-img {
    position:relative;
    width: 100px;
}
.speaker-info-wrap .act-list-info {
    margin-top: 10px;
}
.speaker-info-wrap > ul {
    font-size: 0;
}
.speaker-info-wrap > ul > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 15px;
}
.toprofile {
    margin-top:10px;
    font-size: 13px;
}
.toprofile a:hover {
    text-decoration: underline;
}
/*---SPEAKER PROFILE---*/
#speaker .act-list-content {
    padding-left: 75px;
}
#speaker .wrap {
    position: relative;
    color: #363636;
}
#speaker .act-list-info > li > p:first-child {
    //width: auto;
}
.speaker-bigpic {
    position: absolute;
    top: 0;
    left: 45px;
    margin-right: 30px;
}
.speaker-detail-content .act-list-info {
    margin-bottom:30px;
}
.speaker-detail-content {
    padding-bottom: 50px;
}
.speaker-detail-content .act-list-content {
    padding-left: 200px;
}
.speaker-act-wrap {
    border: 1px solid #ccc;
    margin: 30px 0;
    padding: 15px;
}
.speaker-act-wrap > h5 {
    margin-bottom: 20px;
}
.speaker-act-wrap > ul > li {
    margin-bottom: 40px;
}
.speaker-act-wrap a:hover {
    text-decoration: underline;
}
.speaker-act-wrap .act-type {
    margin-left: 0;
}

/*---SPEAKER LIST---*/
#speaker-list {
    padding-top: 282px;
}
.speaker-list-wrap {
    font-size: 0;
}
.speaker-list-wrap img {
    margin-bottom: 20px;
    width: 100%;
}
.speaker-list-wrap > li {
    border: 1px solid #ccc;
    padding: 5px 5px 20px 5px;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    width: 19%;
    margin-right: 1.25%;
    margin-bottom: 15px;
}
.speaker-list-wrap > li:nth-child(5n) {
    margin-right: 0;
}
/*---EXHIBITOR LANDING---*/
#exhibitor-landing .exh-btn .caption {
    opacity: 1;
    font-size: 20px;
}
#exhibitor-landing .exh-btn > li {
    width: 35%;
}
#exhibitor-landing .exh-btn .circle {
    width: 154px;
    height: 154px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
#exhibitor-landing .exh-btn > li .circle:after {
    background-color: transparent;
}
#exhibitor-landing .exh-btn .circle:hover {
    opacity: 0.7;
}
.black-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}
#exhibitor-landing .benefit-wrap > li {
    position: relative;
    /*border-bottom: 5px solid;*/
}
#exhibitor-landing .benefit-wrap > li:last-child {
    border: 0;
}
#exhibitor-landing .benefit-wrap .wrap {
    position: relative;
}
#exhibitor-landing .benefit .wrap {
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
#exhibitor-landing .benefit .description {
    margin: 0 auto;
    background-color: transparent;
    max-width: 60%;
    display: inline-block;
}
#exhibitor-landing .benefit:nth-child(odd) .wrap {
    text-align: right;
}
#exhibitor-landing .benefit:nth-child(odd) .description {
    text-align: left;
}

#visitor .benefit-wrap > li {
    position: relative;
    /*border-bottom: 5px solid;*/
}
#visitor .benefit-wrap > li:last-child {
    border: 0;
}
#visitor .benefit-wrap .wrap {
    position: relative;
}
#visitor .benefit .wrap {
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
#visitor .benefit .description {
    margin: 0 auto;
    background-color: transparent;
    max-width: 60%;
    display: inline-block;
}
#visitor .benefit:nth-child(odd) .wrap {
    text-align: right;
}
#visitor .benefit:nth-child(odd) .description {
    text-align: left;
}

.testimonial2 {
    background-image: url(../img/exhibitor/exh-pattern.png);
    background-repeat: repeat;
    position: relative;
}
.testimonial2 h3 {
	color: #fff;
}
.edge {
    position: absolute;
    top: -136px;
    left: 0;
    width: 100%;
    overflow-x: hidden;
}
.edge img {
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}
.rect-btn {
    padding: 15px;
    background-color: #d7d7d7;
    color: #303030;
    font-size: 20px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
	text-align: center;
}
.rect-btn:visited{
	color: #303030;
}
.rect-btn:hover {
    background-color: #ec008c;
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#testimonial-slider .slides img {
    width: auto;
}
#testimonial-slider .exh-portrait {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
}

#testimonial-slider .flex-direction-nav .flex-next {
    right: 0px;
}
#testimonial-slider .flex-direction-nav .flex-prev {
    left: 0px;
}
#exhibitor-landing .portrait {
    margin-bottom: 20px;
}
.exh-portrait-text {
    display: inline-block;
    vertical-align: top;
}
.exh-portrait-text p {
    font-size: 1.3rem;
    font-style: italic;
}
/*---EXHIBITOR---*/
#exhibitor .description {
    margin-bottom: 20px;
}
#exhibitor > .wrap {
    font-size: 0;
    padding-bottom: 50px;
}
.search {
    padding: 15px;
    background: #e1e1e1;
    margin-bottom: 10px;
    max-width: 200px;
}
.search input[type="text"] {
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: 25px;
    padding:5px;
    margin: 10px 0;
    width: 100%;
    font-family: 'Roboto','FontAwesome',san-serif;
}
.search input[type="submit"] {
    background: #878787;
    color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0;
    padding: 5px;
    cursor: pointer;
        border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-appearance: button; 
}
.search form {
    text-align: right;
}
.filter-wrap {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;

}
.filter-wrap input[type="reset"] {
    color: #FFF;
    background: #333;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border: 0;
}
.filter-wrap input[type="reset"]:hover {
    background-color: #e0267a;
}
.filter-wrap > h5 {
    margin-bottom: 15px;
}
.filter {
    margin-bottom: 10px;
    max-width: 200px;

}
.filter-name {
    padding: 15px;
    background: #e1e1e1;
}
.filter-name .expand-btn {
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 25px;
    height: 25px;
    float: right;
    font-size: 20px;
    position: relative;
    top: -4px;
    margin-left: 5px;
    text-align: center;
    padding: 3px;
    cursor: pointer;

}
.filter-name .expand-btn .fa-plus {
    display:block;
}

.filter-name .expand-btn.minus .fa-plus {
    display:none;
}
.filter-name .expand-btn .fa {
    position: absolute;
    left: 0;
    right: 0;
}
label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    /*padding-left: 25px;*/
    margin-right: 15px;
    font-size: 13px;
/*    font-family: 'FontAwesome','Roboto',san-serif;*/
}
input[type=radio],
input[type=checkbox] {
    /*display: none;*/
}
label:before {
    /*content: "";*/
    display: inline-block;

    width: 18px;
    height: 18px;

    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    font-family: 'FontAwesome';

}

.radio label:before {
    border-radius: 8px;
}
.checkbox label:before {
}

input[type=radio]:checked + label:before {
    content: "\f111";
    color: #cdcdcd;
    font-size: 14px;
    text-align: center;
    line-height: 17px;
}

input[type=checkbox]:checked + label:before {
    content: "\2713";
    font-size: 15px;
    color: #cdcdcd;
    text-align: center;
    line-height: 15px;
}
.expand-wrap {
    padding: 15px;
    border: 1px solid #ccc;
    height: 150px;
    overflow: auto;
    display: none;
    position: relative;
}
.expand-wrap .filter-reset {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 5px;
    color: #333;
    font-weight: bold;
    text-align: right;
}
.expand-wrap .filter-reset p {
    float: right;
    cursor: pointer;
}
.expand-wrap .filter-reset p:hover {
    color: #e0267a;
}

.expand-wrap > li {
    margin-bottom: 10px;
}
.alphabets > li {
    display: inline-block;
    margin: 2px;
}
.right-column {
    display: inline-block;
    vertical-align: top;
    width: 74%;
    font-size: 1rem;
}
.exh-ads-wrap {
    font-size: 0;
    margin: 20px 0;
}
.exh-ads-wrap .top-banner,
.exh-ads-wrap .top-banner img {
    width: 100%;
}

.exh-ads-wrap > li {
    font-size: 1rem;
    border: 5px solid #ccc;
    width: 18%;
    display: inline-block;
    vertical-align: top;
    height: 250px;
    margin-right: 2.5%;
    position: relative;
}
.exh-ads-wrap > li:last-child {
    margin-right: 0;
}
.exh-ads-wrap > li > img {
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    position: relative;
    top: 50%;
    width: 100%;
}
.exh-ads-wrap > li > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.exh-function-wrap {
    padding: 15px;
    background: #f0f0f0;
    font-size: 13px;
    margin-bottom: 25px;
}
.filter-tags {
    margin-top: 10px;
}
.filter-tags > li {
    display: inline-block;
    margin-right: 5px;
}
.list-print {
    float: right;
    padding-left: 10px;
}
.list-print .fa {
    margin-right: 5px;
    font-size: 15px;
}
.list-print > li {
    margin: 5px 0;
}
.list-view-btn a {
    display: none
}
.list-view-btn a.active {
    display: block;
}
.exh-function-wrap > p > span {
    color: #ff0000;
}

.page-nav > li {
    display: inline-block;
    margin-right: 5px;
}
.page-nav > li.active a {
    color: #ff0000;
}
.exhibitor-list {
    font-size: 0;
    margin: 20px 0;
}
.exhibitor-list a {
    color: #363636;
}
.exhibitor-list .exh-icons {
    margin-top: 10px;
}
.exhibitor-list .exh-icons span {
    margin: 3px;
}
.exhibitor-list .exh-icons span:nth-child(1) img {
    width: 40px;
}
.exhibitor-list .exh-icons span:nth-child(2) img,
.exhibitor-list .exh-icons span:nth-child(3) img {
    width: 35px;
}

.exhibitor-list > li {
    font-size: 1rem;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
    display: inline-block;
    width: 18%;
    margin-right: 2.5%; 
    margin-bottom: 20px;
    color: #363636;
    line-height: 2em;
    vertical-align: top;
    position: relative;
}
.exhibitor-list > li:nth-child(5n) {
    margin-right: 0;
}
.exhibitor-list .feature {
    text-align: left;
    position: absolute;
    top:0;
    left: 0;
}
.exhibitor-list .feature > span {
    color:#fff;
    position: relative;
    z-index: 1;
    font-size:11px;
    left: 5px;
}
.exhibitor-list .feature:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 80px 0 0;
    border-color: #9e0b0f transparent transparent transparent;
}
.exhibitor-list .brand-logo {
    width: 100%;
}
.view-number {
    float: right;
}
.view-number select {
    background: #ececec;
    border-color: #ccc;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
}
.view-number select option {
    background: #ececec;

}
.exhibitor-list.list-view > li {
    display: inline-block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 0;
    padding-bottom: 20px;
}
.exhibitor-list.list-view .feature:before {
    border-width: 70px 70px 0 0;

}
.exhibitor-list.list-view .brand-logo {
    max-width: 120px;
    border: 1px solid #ccc;
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.bottom-page-nav {
    margin-bottom: 30px;
}
.response-filter-btn {
    text-align: right;
    margin-bottom: 20px;
    display: none;
}
.response-filter-btn p {
    color: #FFF;
    background: #333;
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.response-filter-btn p:hover {
    background: #e0267a;
}


/*---responsive filter---*/
.response-filter-wrap {
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    top: 100%;
    left: 0;
    z-index: 11;
    //display: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.response-filter-wrap.show {
    top: 0;
    
}

.response-filter-wrap .filter-wrap {
    max-width: 450px;
    width: auto;
    display: block;
    margin: 100px auto;
    padding: 0 15px;
    position: relative;
}
.response-filter-wrap .search,
.response-filter-wrap .filter {
    max-width: 100%;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}
.response-filter-wrap .expand-wrap {
    background-color: #fff;
}
.response-filter-wrap .re-filter-btn-wrap input {
    margin: 0 auto;
    background: #666;
    border: 0;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    margin-top: 20px;
    cursor: pointer;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-appearance: button; 
}
.response-filter-wrap .filter-submit:hover {
    background-color: #e0267a;
}
.re-filter-btn-wrap {
    text-align: center;
}
.close-btn {
    position: absolute;
    right: 15px;
    top: -50px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.close-btn div:before,
.close-btn div:after {
    content: '';
    width: 35px;
    height: 2px;
    background: #333;
    position: absolute;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.close-btn div {
    position: relative;
    top: 50%;
}
.close-btn div:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);    
}
.close-btn div:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);    
}
.close-btn:hover div:after,
.close-btn:hover div:before {
    background-color: #e0267a;
}


/*--TEMPLATE1---*/
.big-banner {
    width: 100%;
    height: 50vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;
    position: relative;
}
.big-banner-title {
    margin-left: 15px;
    background: rgba(255,255,255,0.7);
    padding: 10px 15px;
    display: inline-block;
}
.big-banner-title h2 {
    text-transform: uppercase;
    color: #e0267a;
    margin-bottom: 10px;

}
.big-banner-title h5 {
    text-transform:italic;
}
.subtitle {
    margin-bottom: 30px;
}
.last-updated {
    margin-top: 10px;
    margin-bottom: 20px;
}
.last-updated p {
    display: inline-block;
    margin-right: 5px;
}
.subtitle h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
}
.temp1-info .highlights {
    width: 100%;
}
.temp1-info .highlights li {
    width: 49%;
    margin: 0;
}
.temp1-info .highlights li img {
    margin-bottom: 20px;
}
.temp1-info .highlights li p {
    margin: 10px 0;
}
.temp1-info .highlights .rect-btn {
    font-size: 18px;
    margin-top: 15px;
    min-width: 150px;
    text-align: center;
    padding: 10px;
}
/*---TEMPLATE 2---*/
#template2 .big-banner-title {
    position: absolute;
    right: 0;
    //bottom: 30%;
    width: 40%;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
#template2 .slider {
    padding: 0 15px 0 0;    
}
#template2 .slider h6 {
    display: none;
}

.temp2-info .highlights > li:nth-child(2) {
    padding: 0 0 0 15px;
}

.flexslider.temp2-slider,
.flexslider.temp2-carousel {
    margin: 0
}
.temp2-info .highlights {
    width: 100%;
    padding-bottom:30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.temp2-info .highlights:last-child {
    /*border-bottom: 0;*/
}

.temp2-info .highlights > li {
    width: 50%;
    margin: 0px;
    border: 0;
    padding: 0;
}
.temp2-info .highlights > li p {
    margin: 15px 0;
}
.temp2-slider.flexslider .slides > li {
    max-height: 360px;
}
.temp2-slider .flex-direction-nav a {
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    width: 20px;
    height: 35px;
}
.temp2-slider .flex-direction-nav .flex-prev {
    left: 10px;
}
.temp2-slider .flex-direction-nav .flex-next {
    right: 10px;
}
.temp2-slider .flex-direction-nav a:hover {
    color: #e0267a !important;
}
.temp2-slider .flex-control-thumbs {
    margin: 15px 0 0;
}
/*--BLOG---*/

.blog > h3 {
    line-height: 1.2em;
}
li.blog {
    font-size: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    //width: 50%;
}
li.blog:last-child {
    border-bottom: 0;
}
.blog-img,
.blog-description {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;

}
.news-description {
	width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
}
.blog-img {
    width: 30%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.blog-description {
    padding-left: 15px;
    color: #363636;
}
.news-description {
    color: #363636;
}
.blog-description h2,
.news-description h2 {
    line-height: 1.3em;
    margin-bottom: 15px;
}
.blog-img img {
    /*width: 100%;*/
    opacity:0;
}
.blog-cover .rect-btn {
    padding: 5px 10px;
    font-size: 15px;
    margin: 15px 0;
    float: right;
}

/*--GALLERY---*/

.gallery-wrap {
	//margin-right: -15px;
    //margin-left: -15px;
    font-size: 0;
}
.gallery-wrap .item {
	background-position:center;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
        background-repeat: no-repeat;
        background-size: cover;
}
.gallery-wrap .item img {width:100%;}
.item-hz {
    width:49.5%;
    height:280px;
}
.item-vt {
    width: 24.25%;
    height: 500px;
}
.item-smsq {
    width: 24.25%;
    height:280px;
}
.item-lsq {
    width: 49.5%;
    height: 500px;
}
#gallery .fancybox-close {
    background-image: none;
}
.gutter-sizer {
    width: 1%
}
.video-overlay {
        width: 100%;
    height: 100%;
    position: relative;
    background: rgba(0,0,0,0.3);
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.video-overlay:hover {
    opacity: 0.7;
}
.video-overlay .fa {
    font-size: 5rem;
    color: #fff;
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    opacity: 0.8;
}
.hidden {
    display: none;
}
/*--ENEWSLETTER--*/
#enewsletter {
    padding-top: 200px;
}
#enewsletter ol {
    margin-top: 10px;
}
#enewsletter ol li {
    list-style-type: disc;
    margin-left: 15px;
}
#enewsletter .enews-wrap {
    max-width: 600px;
    margin-bottom: 50px;
}
.enews-wrap form {
    margin: 30px 0;
}
.enews-wrap form ul > li {
    margin-bottom:10px;
}
.enews-wrap form input {
    /*width: 100%;
    height: 25px;*/
    padding: 0 5px;
}
.enews-wrap form select {
    width: 200px;
    height: 25px;
    padding: 0 5px;
}
.enews-checkbox > div {
    margin: 5px 0;
}
.enews-checkbox input[type=checkbox]:checked + label:before {
    color: #606060;
}
.enews-wrap form a {
    text-decoration: underline;
}
.enews-wrap form input[type="submit"] {
    width: 150px;
    height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    background: #333;
    color: #fff;
    border: 2px outset #333;
        border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -webkit-appearance: button; 
}
.enews-wrap form input[type="submit"]:hover {
    background-color: #e0267a;
    color: #fff;
    border: 2px inset #e0267a;
}
.enews-reminder {
    margin-top: 30px;
}

/*.dnnFormPopup { top:100px !important;}*/

.ubm-emailsubscription-submitbutton {
	text-align: center !important;
	margin-top: 10px;
}
@import url("responsive.css");

.Normal, .NormalDisabled, .NormalDeleted {
	font-size: inherit;
	font-weight: inherit;	
}

body, .Normal, .NormalDisabled, .NormalDeleted, li p, h5, h6 {
	line-height: 1.4;
}


/* Responsive table 1 */
table.responsive-table1 {
	width:100%;
}
.responsive-table1 td{
	padding:6px;
	text-align:left;
	font-size: 16px;
}


/* Responsive table 2 */
table.responsive-table2 { 
  margin: 0 auto;
  font-family: Agenda-Light, sans-serif;
  font-weight: 100; 
  /*background: #333;
  color: #fff; */
  text-rendering: optimizeLegibility;
  border-radius: 5px; 
  border-collapse: collapse;*/
}
table.responsive-table2 caption { 
  font-size: 2rem; color: #444;
  margin: 1rem;  
}
table.responsive-table2 thead th { font-weight: 600; }
table.responsive-table2 thead th, table.responsive-table2 tbody td { 
  padding: .8rem; font-size: 1.4rem;
}
table.responsive-table2 tbody td { 
  padding: .8rem; font-size: 1.4rem;
  color: #444; 
  /*background: #eee; */
}
table.responsive-table2 tbody tr:not(:last-child) { 
  /*border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; */ 
}

@media screen and (max-width: 768px) {
  /*table.responsive-table2 { width:90%;}
  table.responsive-table2 caption { background-image: none; }
  table.responsive-table2 tbody tr:first-child{ display: none; }
  table.responsive-table2 tbody td { 
    display: block; padding: .6rem; text-align:right;
  }
  table.responsive-table2 tbody tr td:first-child { 
    background: #666; color: #fff; 
  }
	table.responsive-table2 tbody td:before { 
    content: attr(data-th); 
    font-weight: bold;
    display: inline-block;
    width: 10rem;  
	vertical-align: top;
	float: left;
	text-align:left;
  }
  table.responsive-table2 tbody td a{ 
    display: inline-block;
	vertical-align: top;
  }*/
  table.responsive-table2 tr > *{
        display: block;
    }
    table.responsive-table2 tr {
        display: table-cell;
    }
	table.responsive-table2 tr td h4 {
		font-size: 19px;
	}
}


.rssPaging {
	text-align:right;
	font-size: 14px;
}
.rssPaging a{
	color:#303030;
}
.rssPaging .curPage {
	color:#ec008c;
}

/*DNN Gallery*/
.thumbnail-overlay .fa {
	background-color: transparent !important;
}
.thumbnail-overlay i.fa:hover {
	background-color: transparent !important;
}
/*
.fa-plus:before {
	content: "" !important;	
}
*/
.fa-video-camera:before {
	content: "" !important;	
}
.media-boxes-container .thumbnail-overlay .fa {
	height:100%;
	width:100%;
	border-radius:0px;
}
.media-boxes-container .thumbnail-overlay >.aligment>.aligment {
	height:100%;
	width:100%;
	padding:0px;
}

strong {
	font-weight: bold;
}


/* Responsive table 3 */
table.responsive-table3 { 
	width:100%;
}

.responsive-table3 td{padding:6px;}

@media screen and (max-width: 768px) {

	/* Force table to not be like tables anymore */
	table.responsive-table3, .responsive-table3 thead, .responsive-table3 tbody, .responsive-table3 th, .responsive-table3 td, .responsive-table3 tr {
		display: block;
	}

	.responsive-table3 tr { width:100%; }

	.responsive-table3 td {
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 50%;
		width:100%;
	}

}

table.responsive-table3 td {
    padding: 6px;
	color: #FFF;
	font-size: 16px;
    /*border: 1px solid #ccc;*/    
}

.temp2-info .slideshow {
	padding: 0 75px 0 0;
	width: 50%;
    margin: 0px;
    border: 0;
	display: inline-block;
	float:left;
}

.temp2-info .description {
	width: 50%;
    margin: 0px;
    border: 0;
	display: inline-block;
}

.temp2-info .description p {
    margin: 15px 0;
    /*font-weight: 400;*/
}

.temp2-info .description h6 {
    margin: 10px 20px 5px 0px;
	/*font-weight: 700;*/
}

.temp2-info .description-clear {
	clear:both;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid;
}

.temp2-info .DnnModule {
	position: static;
}

.E034-Default {
	background-color: #FFF;
}
.E034-Default .sp-selected-thumbnail {
	border: 0px;
}

.sp-previous-arrow:before, .sp-previous-arrow:after, .sp-next-arrow:before, .sp-next-arrow:after {
	background-color: #b1b3b6;
}
.sp-previous-arrow:hover:before, .sp-previous-arrow:hover:after, .sp-next-arrow:hover:before, .sp-next-arrow:hover:after {
	background-color: #e0267a;
}

.sp-layer.sp-black.sp-padding {
	font-family:'Roboto', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
	top:80% !important;	
}

.Enquiry_Theme_Default .SuperForm {
	font-family:'Roboto', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
	color:#FFF;
}
.SuperForm h4, .SuperForm p {
	font-family:'Roboto', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
}

.hm-ads img {
  display: none;
  height: auto;
  width: 100%;
  border: 0;  
}
 
   
.ubm-emailsubscription .ubm-sample {
	display:none !important;
}
.ubm-emailsubscription form {
	padding: 0px !important;
}
.ubm-emailsubscription .form-control {
    color: #FFF !important;
}
.ubm-emailsubscription .form-control:hover {
	background-color: #ffffff;
    color: #555 !important
}
.ubm-emailsubscription .form-control option{
    color: #000 !important;
}
.ubm-emailsubscription .form-group span{
    display: block;
    padding-top: 15px;
}
.ubm-emailsubscription form a {
    color: #FFF;
}
.ubm-emailsubscription .form-group .col-sm-6, .ubm-emailsubscription .form-group .col-sm-12 {
	padding-left: 0px !important;
}
.ubm-emailsubscription .btn-default:hover {
	background-color: #fff !important;
	color: #000 !important;
}
.ubm-emailsubscription .sr-only {
	display:none !important;
}
.ubm-emailsubscription .glyphicon.glyphicon-exclamation-sign {
	display:none !important;
}
.ubm-emailsubscription .form-group .alert-danger span{
    padding-top: 0px !important;
	display: inline;
}
.ubm-emailsubscription .alert-danger {
	
	width:40%;
    background: #ee0101;
    color: #fff;
    min-width: 120px;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}

.ubm-emailsubscription ::-webkit-input-placeholder
{
font-family: Lato, 微軟正黑體, "Microsoft JhengHei", sans-serif;
color: #FFF;
}
.ubm-emailsubscription ::-moz-placeholder
{
font-family: Lato, 微軟正黑體, "Microsoft JhengHei", sans-serif;
color: #FFF;
}
.ubm-emailsubscription :-ms-input-placeholder
{
font-family: Lato, 微軟正黑體, "Microsoft JhengHei", sans-serif;
color: #FFF;
}


.enquiry-form-wrap2 {
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: none;
    position:fixed;
    top: 0;
    z-index: 1000;
	overflow-y: auto;
}
.enquiry-form-wrap2 .close-btn2 {
    top: 15px;
	z-index: 500;
}
.enquiry-form-wrap2 .close-btn2 div:before,
.enquiry-form-wrap2 .close-btn2 div:after {
    background: #fff;
}
/*.enquiry-form {
    position: relative;
    right: 0;
    top: 38px;
    background-color: rgba(0,0,0,0.8);
    padding: 15px;
    color: #fff;
    width: 420px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}*/
.enquiry-form2 {
	left: 0;
	right: 0;
	margin: 0 auto;
	width: auto;
	max-width: 600px;
	background-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    position: relative;
    padding: 15px;
    top: 120px;
}
.enquiry-form2.show {
    /*right: 100%;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    -o-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.3);*/
	right: auto;
}
.enquiry-form2 h4 {
    font-weight: bold;
    margin-bottom: 10px;
}
.enquiry-form2 form {
    margin: 15px 0;
}

.close-btn2 {
    position: absolute;
    right: 15px;
    top: -50px;
    width: 45px;
    height: 45px;
    cursor: pointer;
}
.close-btn2 div:before,
.close-btn2 div:after {
    content: '';
    width: 35px;
    height: 2px;
    background: #333;
    position: absolute;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.close-btn2 div {
    position: relative;
    top: 50%;
}
.close-btn2 div:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);    
}
.close-btn2 div:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);    
}
.close-btn2:hover div:after,
.close-btn2:hover div:before {
    background-color: #b0b91b;
}

#filterCompanyName .title h5 {
	cursor:pointer;
}

#filterCompanyName .title h5.active {
	color: #ff0000;
}

.page-nav > li > a {
	cursor: pointer;
}

.list-print a {
	cursor: pointer;
	color: #666;
}