html, body {
	overflow-x: hidden;
}
body {
	font-family: 'Arial', 'Noto Sans CJK TC', 'PingFang TC', 'Heiti TC', 'Noto Sans TC', source-han-sans-traditional, 'Microsoft JhengHei', sans-serif;
	color: #1a1a1a;
	font-size: 1.125rem;
	font-weight: 400;
	background-color: #f4f4f4;
}
body.loaded {
}
p {
	line-height: 1.8;
	font-weight: 400;
}
p + p {
	margin-top: 0.6em;
}
a {
	text-decoration: none;
	color: inherit;
	-webkit-tap-highlight-color: transparent;
}
a, button, input[type="submit"], input[type="button"] {
	cursor: pointer;
}
input, select, textarea, button {
	font-family: 'Arial', 'Noto Sans CJK TC', 'PingFang TC', 'Heiti TC', 'Noto Sans TC', source-han-sans-traditional, 'Microsoft JhengHei', sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#4abebe; /* change if the mask should have another color then white */
	z-index:100; /* makes sure it stays on top */
}
#status {
	border: 8px solid #faf8f0; /* Light grey */
    border-top: 8px solid #f5da3d; /* yellow */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* layout */
.container {
	padding: 4em 2em 4em;
	max-width: 1025px;
	width: 100%;
	margin: 0 auto;
}
.container.wide {
	max-width: 1280px;
}
.topsec .container {
	padding-bottom: 0;
}
footer .container {
	padding: 1em 2em;
}
.max-w8 {max-width: 780px;}
.max-w7 {max-width: 680px;}
.max-w6 {max-width: 600px;}

.col {
	display: inline-block;
}
.flex {
	display: flex;
}

.mx-auto {
	margin-left: auto!important;
	margin-right: auto!important;
}
.w100 {
	width: 100%;
}
.d-table {
	display: table;
}
.d-row {
	display: table-row;
}
.d-cell {
	display: table-cell;
}
.mt-1 {	margin-top: 0.8em; }
.mt-2 {	margin-top: 1.4em; }
.mt-3 {	margin-top: 3.5em; }
.mb-1 {	margin-bottom: 0.8em; }
.mb-2 {	margin-bottom: 1.4em; }
.mb-3 {	margin-bottom: 2em; }
.mb-4 {	margin-bottom: 4em; }
.mb-s { margin-bottom: 10px; }
.ml-1 { margin-left: 1em; }
.ml-2 { margin-left: 1.8em; }
.mr-1 { margin-right: 1em; }
.mr-2 { margin-right: 2em; }

.my-1 { margin-top: 0.5em; margin-bottom: 0.5em;}

.pt-1 { padding-top: 0.8em; }
.pt-2 { padding-top: 1.4em; }
.pt-4 { padding-top: 4em; }
.pb-1 { padding-bottom: 1em; }
.pb-4 { padding-bottom: 4em; }

/* position */
.relative {
	position: relative;
}
.ab-center {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.fixed-right {
	position: fixed;
	right: 20px;
	top: 150px;
	z-index: 90;
}
.flex-column {
	flex-direction: column;
}
.flex-middle {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-space {
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-right {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.flex-left {
	-webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
/* color */
.bg-no {
	background: transparent;
}
.bg-white {
	background-color: #faf8f0;
}
.bg-gray {
	background-color: #f4f4f4;
}
.bg-darkgray {
	background-color: #0D232D;
}
.bg-darkblue {
	background-color: #004F72;
}
.bg-linearblue {
	background: linear-gradient(to bottom, #005787 30%, #E7D47D 75%, #FFFFFF 90%);
}
.black { color: #1a1a1a; }
.white { color: #fff; }
.red { color: #bb272f; }
.blue { color: #005787; }
.midblue { color: #005787; }
.darkblue { color: #005787; }
.green { color: #70B246; }
.gold { color: #C6B159; }
.gray { color: #808080; }
.light-gray { color: #b3b3b3; }

.linear-border {
	border: 10px solid;
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: linear-gradient(to bottom, #0dac67, #005787);
}
.linear-hr {
	border: 0;
	border-top: 10px solid;
	border-image-slice: 1;
	border-top-width: 2px;
	border-image-source: linear-gradient(to right, #0dac67, #005787);
}
/* text */
.t-xlarge { font-size: 1.67em; /* 30px */ }
.t-large { font-size: 1.45em; /* 26px */ }
.t-midlarge { font-size: 1.225em; /* 22px */ }
.t-mid { font-size: 1em; /* 18px */ }
.t-small { font-size: 0.89em; /* 16px */ }
.t-xsmall { font-size: 0.72em; /* 14px */ }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }
.bold { font-weight: 700; }
.font-w4 { font-weight: 400; }
.font-w5 { font-weight: 500; }
.lh-13 { line-height: 1.3; }
.lh-15 { line-height: 1.5; }
.lh-20 { line-height: 2; }
.ls-1 { letter-spacing: 1px; }
.show-sm, .show-mid { display: none; }

hr {
	border: 0;
	border-bottom: 1px solid #999999;
}
/* button */
.main-btn {
	color: #fff;
	text-align: center;
	border: 0;
	display: block;
	font-weight: bold;
	font-size: 24px;
	border-radius: 30px;
	width: 240px;
	height: 60px;
	line-height: 60px;
	background: linear-gradient(to bottom, #0dac67, #005787);
}
.long-btn {
	color: #fff;
	background: linear-gradient(to bottom, #0dac67, #005787);
	border-radius: 30px;
	text-align: center;
	min-height: 160px;
    width: 55px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 20px 13px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 30px;
}
.main-btn:hover {
	background: linear-gradient(to top, #0dac67, #005787);
	color: #fff;
	line-height: 63px;
}
.day-btn {
	color: #fff;
	background-color: #b3b3b3;
	border: 0;
	margin: 0 5px;
	line-height: 40px;
	display: inline-block;
	font-size: 20px;
	height: 60px;
	width: 340px;
	white-space:nowrap;
	font-weight: 300;
	border-radius: 5px;
	padding-top: 12px;
}
.day-btn:hover {
	background-color: #ccc;
	color: #fff;
}
.day-btn span {
	margin-bottom: 10px;
	display: inline-block;
}
.day-btn p {
	color: #b3b3b3;
}
.day-btn.active {
	background: linear-gradient(to bottom, #078585, #005787);

	color: #fff;
}
.day-btn.active p {
	color: #005787;

}
.day-btn:nth-of-type(2).active {
	background: linear-gradient(to bottom, #0dac67, #078685);

}
.day-btn:nth-of-type(2).active p {
	color: #70B246;

}
.top-btn {
	width: 55px;
	height: 55px;
	display: block;
	margin-top: 15px;
	position: relative;
	background: url('../img/btn_top.png') no-repeat;
	background-size: contain;
}


/* header */
.header {
	position: fixed;
	z-index: 99;
    transition: transform 0.2s ease, background-color 0.2s ease, height 0.2s ease-in-out;
    width: 100%;
}
.navtop.container {
	padding: 0em 3em 0 2em;
	height: 100%;
}
.navbar {
	padding-top: 25px;
	padding-bottom: 20px;
	margin-left: -10px;
	margin-right: 1.2em;
}
.navbar li {
	display: inline-block;
}
.navbar li + li {
	margin-left: 1em;
}
.navbar a {
	padding: 5px 10px;
	transition: color 0.12s ease;
    font-weight: 500;
    position: relative;
}
.navbar a:hover, .navbar a.active {
	 color: #F5C71B;
}
.navbar a::after {
	content: '';
	display: block;
	background-color: #F5C71B;
	position: absolute;
	top: 10px;
	left: -5px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}
.navbar a:hover::after, .navbar a.active::after {
	opacity: 1;
}
.openlater {
	color: #666;
}
a.openlater:hover {
	color: #666;
}
.navbar a.openlater:hover::after, .navbar a.openlater.active::after {
	opacity: 0;
}
a.openlater span {
	display: block;
	position: absolute;
	background-color: #999;
	color: #fff;
	top: auto;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: auto;
	width: auto;
	text-align: center;
	height: auto;
	border-radius: 20px;
	font-size: 13px;
	padding: 4px 10px;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
	width: 75px;
}
a.openlater span::after {
	content: '';
	border-style: solid;
	border-color: transparent transparent #999 transparent;
	position: absolute;
	border-width: 0 3px 7px 3px;
    top: -6px;
    left: 0;
    right: 0;
    width: 0;
    margin: auto;
}
.navbar a.openlater:hover span, .navbar a.openlater.active span {
	opacity: 0.6;
}
.header.detachedHide {
	transform: translateY(-100%);
}
.header.detached {
	position: fixed;
	top: 0px;
	max-height: 78px;
	background-color: #005787;
	width: 100%;
}
.header.detached.show {
	transform: translateY(0);
}

/* navbar toggle */
.hbg-btn {
	border: 1px solid rgba(255, 255, 255, 0.6);
	border: 0;
	height: 50px;
	width: 50px;
	border-radius: 5px;
	vertical-align: top;
	margin-top: 7px;
	display: none;
	transition: margin 0.2s ease;
	margin-right: -15px;
	position: absolute;
	top: 8px;
	right: 25px;
}
header.detached .hbg-btn {
	margin-top: 0;
}
.icon-hbg,
.icon-hbg::before,
.icon-hbg::after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 4px;
	background-color: #4abebe;
	border-radius: 2px;
	position: relative;
}
.icon-hbg::before {
	position: absolute;
	top: -10px;
}
.icon-hbg::after {
	position: absolute;
	bottom: -10px;
}

/* main */
main {
	
}

/* section */
header .adtag {
	position: absolute;
	right: 20px;
	top: 20px;
}
.top-dec {
	position: relative;
}
.top-dec::before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 2px;
	height: 70px;
	background: linear-gradient(to bottom, #005787, #0dac67);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.section-title {
	margin: 20px auto 60px;
	font-weight: 300;
}
.sub-title {
	display: flex;
	white-space: nowrap;
	align-items: center;
	justify-content: space-around;
}
.sub-title::before, .sub-title::after {
	content: '';
	display: inline-block;
	width: calc(50%);
	height: 1px;
	background: linear-gradient(to right, #005787, #0dac67);
	margin: 0 15px 0 0;
}
.sub-title::after {
	background: linear-gradient(to left, #005787, #0dac67);
	margin: 0 0 0 15px;
}
/* topsec */
.topsec {
	overflow: hidden;
}
.toptitle {
	width: 85%;
}
.topdec {
	position: absolute;
	width: 50%;
	bottom: -100px;
	right: 20px;
}
.topbg {
	line-height: 0;
	text-align: center;
	z-index: 1;
	position: relative;
	margin-top: -50px;
}
.topbg img {
	width: 65%;
}
.earth {
	position: absolute;
	z-index: -1;
	top: 50px;
	left: 10%;
}
.earth::before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url('../img/earth_1.png');
	background-size: 100% 100%;
	left: 0; 
	animation: rotate 120s linear infinite;
}
@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.toptitle {
	display: inline-block;
}
.infoline {
	position: relative;
	width: 91%;
    margin: 0 auto;
}
.infoline::before {
	content: '';
    display: inline-block;
	position: absolute;
	z-index: -1;
	left: 0;
	width: 55vw;
    height: 60px;
    background: linear-gradient(to right, #005787, #0dac67);
}
.infoline::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: -20px;
  width: 20px;
  height: 60px;
  background: linear-gradient(108deg, transparent, transparent 48.5%, #005787 51.5%, #005787);;
}
/* mainbg */
.mainbg {
	position: fixed;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 100vh;
	opacity: 0.5;
	overflow: hidden;
}
.mainbg img {
	object-fit: cover;
	max-width: none;
	min-width: 100%;
	height: 100vh;
	position: absolute;
	margin: auto;
}

.bg-blueimg {
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	overflow: hidden;
}
.bg-blueimg img {
	object-fit: cover;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	height: 125%;
	position: absolute;
	margin: auto;
}
#desc-sec {
	overflow: hidden;
}
#desc-sec .container {
	padding: 6em 2em;
}
.bg-dec-1 {
	position: absolute;
	z-index: 0;
	right: -380px;
	bottom: -160px;
}
.title-dec {
	text-align: center;
	padding-bottom: 1em;
}
.title-dec-1 {
	position: absolute;
	z-index: 0;
	left: -140px;
	top: 160px;
}
.bg-dec-2 {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.bg-dec-2::before, .bg-dec-2::after {
	content: '';
	position: absolute;
	width: 833px;
	height: 752px;
	background: url('../img/dec_3.png') no-repeat;
	opacity: 1;
}
.bg-dec-2::before {
	right: -520px;
	top: 80px;
}
.bg-dec-2::after{
	left: -250px;
	bottom: 80px;
}
/* speaker */
.news-slick , .speaker-slick {
	padding-top: 2em;
	position: relative;

}
.slick-track {
	margin: 0 auto;
}
.slick-dots button[aria-label="1 of 1"] {
	display: none;
}
.speakers-group {
	display: flex;
	justify-content:space-between;
}
.speakers-group .speaker-main img {
	max-width: 180px;
}
.speakers-group .speaker {
	width: 200px;
	margin-bottom: 20px;
}
.speaker-slick .speaker {
	margin: 0 2em;
	width: 18.2%;
}
.slider {
	max-width: 760px;
	overflow: hidden;
	margin: auto;
}

.speaker {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.speaker:hover,
.speaker:focus,
.speaker:active {
	outline: none;
}
.speaker-main {
	position: relative;
	text-align: center;
	padding-bottom: 10px;
	max-width: 180px;
	margin: 0 auto;
}
.speaker-main.longname {
	padding-bottom: 50px;
}

.speaker-img {
	width: 100%;
	padding-top: 100%;
	background: #fff;
	margin-bottom: 13px;
	overflow: hidden;
}
.speaker-img.circle-img {
	width: 100%;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    background: #fff;
    position: relative;
    border: 4px solid #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    box-sizing: content-box;
    margin-top: 1px;
}
.speaker-img img {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	position: absolute;
}
.speaker-main h5 {
	white-space: nowrap;
	margin: auto;
	margin-bottom: 10px;
	width: 140%;
    margin-left: -20%;
}
.speaker-main h6 {
	white-space: nowrap;
	margin: auto;
	line-height: 1.3;
	text-align: center;
	width: 160%;
	margin-left: -30%;
}
.speaker-info {
	text-align: justify;
    width: 140%;
    padding: 6px 1px 10px;
    margin-left: -20%;
	margin-top: 0px;
	transition: opacity 0.6s ease-in-out 0s, max-height 1.2s ease-in-out 0s;
	border-top: 1px solid #bbb;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
}
.speaker-info.wide {
	width: 300%;
	margin-left: -100%;
}
.speakers-group .speaker-info {
	width: 110%;
	margin-left: -5%;
}
.speaker.hover .speaker-info {
	opacity: 1;
	max-height: 500px;
}

.slick-arrow {
	position: absolute;
	display: inline-block;
	top: 0;
	bottom: 0;
	margin: auto;
    text-indent: -200px;
    overflow: hidden;
    z-index: 2;
    border: 0;
    background: url('../img/arr_prev.png') no-repeat;
    width: 31px;
    height: 55px;
    transition: all 0.2s ease;
}
.slick-arrow.slick-prev {
	left: -30px;
}
.slick-arrow.slick-next {
	right: -30px;
	background: url('../img/arr_next.png') no-repeat;
}
.slick-arrow.slick-prev:hover {
	transform: translateX(-10px);
}
.slick-arrow.slick-next:hover {
	transform: translateX(10px);
}
.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    margin: auto;
    text-align: center;
}
.slider-news .slick-dots {
	top: 20px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    content: '';
    text-align: center;
    background-color: #fff;
    opacity: 0.25;
    right: 0;
    margin: auto;
    bottom: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    background-color: #7EBF58;
    opacity: 1;
}
/* info */
#info-sec {
	overflow: hidden;
}
#info-sec .container {
	z-index: 1;
	position: relative;
}
.pl-5 {
	padding-left: 50px;
}
.linear-vertline {
	display: inline-block;
	width: 2px;
	height: 70px;
	background: linear-gradient(to top, #005787, #0dac67);
	vertical-align: top;
	margin: 0 10px;
}
.quote {
	padding: 25px 70px;
	position: relative;
}
.quote::before, .quote::after {
	content: '「';
	position: absolute;
	font-size: 42px;
}
.quote::before {
	left: 0;
	top: 0;
}
.quote::after {
	content: '」';
	right: 0;
	bottom: 0;
}
.quote + p {
	padding-right: 25px;
}
.card-group {
	position: relative;
}
.card-block {
	padding: 2em 0;
	margin-bottom: 1em;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	max-width: 710px;
}

.card-block.active {
	display: block;
}

.card-header {
	padding: 10px 30px 10px 30px;
}
.card-content {
	padding: 0;
}
.time-row:first-of-type {
	border-top: 1px solid #ccc;
}
.time-row {
	border-bottom: 1px solid #ccc;
	padding: 0.7em 0 0.4em 0em;
    line-height: 1.4;
	display: flex;
	justify-content: start;
	margin: 0 auto;
}
.time-row:last-of-type {
	border-bottom: 0;
}
.card-content .time-col p {
	font-size: 16px;
	line-height: 26px;
}
.time-col {
	display: inline-block;
	width: 136px;
	text-align: center;
	color: #808080;
}
.event-col {
	display: inline-block;
	width: 100%;
}
.event-col h6 {
	color: #fffaa9;
}
.event-col h4 + h4 {
	margin-top: 6px;
}
.event-col p {
	color: #4d4d4d;
}

.stop-sec {
	background-color: rgba(0, 0, 0, 0.75);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 99;
}

/* company */
.company-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.company {
	width: 200px;
	position: relative;
	display: inline-block;
	margin-bottom: 50px;
}
.company-img::after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background: rgba(255,255,255, 0.8) url('../img/plus.png') no-repeat;
	width: 100%;
	height: 100%;
	background-position: center;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.company:hover .company-img::after {
	opacity: 1;
}
.company-img {
	width: 100%;
	padding-top: 100%;
	margin-bottom: 8px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    background: #fff;
    position: relative;
    border: 4px solid #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    box-sizing: content-box;
    margin-top: 1px;
}
.company-img img {
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.company-name {
	line-height: 1.3;
	font-weight: 300;
}
/* form */
.form-item + .form-item > :first-child {
	padding-top: 1.4em;
}
.form-item .d-cell {
	min-width: 125px;
}
.form-item input,
.form-item .select,
.form-item textarea {
	width: 100%;
	padding: 10px 15px 8px;
	border-radius: 5px;
	border: 1px solid #333;
	box-sizing: border-box;
	opacity: 1;
}
.form-item input:focus,
.form-item .select:focus,
.form-item textarea:focus,
.form-item input:hover,
.form-item .select:hover,
.form-item textarea:hover {
	opacity: 1;
}
.form-item .select {
	padding: 0 15px;
	position: relative;
    background: #fff;
}
.select select {
    background: none;
    width: 100%;
    border: none;
    height: 47px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: ”;
    outline: none;
    box-sizing: border-box;
}
.select::after {
	content: "";
	border: 8px solid transparent;
	border-top: 10px solid #666;
	border-bottom: 0;
	position: absolute;
	right: 15px;
	top: 20px;
}

label.required::after {
	content: "*";
	color: #d7261d;
	padding-left: 3px;
}

.form-item input[type=radio],
.form-item input[type=checkbox] {
	display: inline;
	width: auto;
	position: absolute;
    opacity: 0;
}
.form-item .radio-label {
	margin-right: 1.2em;
	padding-top: 0.5em;
}

.radio-label {
	display: inline-block;
}
.radio-label span {
	display: inline-block;
	position: relative;	
	border: 1px solid #AAAAAA;
	border-radius: 100%;
	height: 23px;
	width: 23px;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
	margin-bottom: -4px;
    margin-right: 7px;
    background: #fff;
}
.radio-label.checkbox span {
	border-radius: 5px;
}

input[type=radio]:hover + .radio-label span,
input[type=checkbox]:hover + .radio-label span {
  border: 1px solid #aaa;
}

.radio-label span::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 15px;
	width: 15px;
	top: 3px;
	left: 3px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
.radio-label.checkbox span::before {
	border-radius: 3px;
}

input[type=radio]:checked + .radio-label span,
input[type=checkbox]:checked + .radio-label span {
  border: 1px solid #666;
}

input[type=radio]:checked + .radio-label span::before,
input[type=checkbox]:checked + .radio-label span::before{
  background: #666;
}

.linkafter + .form-item {
	display: none;
}
.linkafter.showafter + .form-item {
	display: table-row;
}
.linkafter + .form-item label:first-of-type {
	padding-top: .4em;
	padding-bottom: .8em;
}
/* card */
.card-white {
	background: #fff;
	padding: 50px 80px;
	border-radius: 10px;
	box-shadow: 0 0 12px rgba(0, 0, 0, .35);
}
/* list */
.num-list {
	padding-left: 1.15em;
	text-indent: -1.15em;
}
.num-list.tc {
	padding-left: 2em;
	text-indent: -2em;
}
.num-list li + li {
	margin-top: 0.4em;
}
/* news card */
.slick-list {
	margin: 0 auto;
	overflow: hidden;
}
.sli6der-news {
	position: relative;
}
.news-card {
	width: 280px;
	height: 280px;
	display: inline-block;
	background: #ebe7dd;
	color: #fff;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin: 0 20px;
}
.news-card img {
	height: 100%;
	width: auto;
	position: absolute;
	z-index: 0;
	top: 0;
	max-width: none;
	left: -9999px;
	right: -9999px;
	margin: auto;
}
.news-card h5,
.news-card p {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	bottom: 20px;
	margin: auto;
	line-height: 1.5;
	z-index: 2;
	transition: all 0.6s ease;
	padding: 0 10px;
}
.news-card p {
	opacity: 0;
	bottom: -30px;
	padding: 0 10px;
}
.news-card::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #9d9366;
	opacity: 0.3;
	z-index: 1;
	transition: opacity 0.6s ease;
}
.news-card::after {
	content: "";
	width: 94%;
	height: 94%;
	position: absolute;
	top: 3%;
	left: 3%;
	z-index: 2;
	border: 1px solid #fff;
	transition: transform 0.6s ease;
}
.news-card:hover::before {
	opacity: 0.7;
}
.news-card:hover::after {
	transform: scale(1.1)
}
.news-card:hover h5 {
	bottom: 100px;
}
.news-card:hover p {
	opacity: 1;
	bottom: 20px;
}

/* footer */
.logolinks li {
	display: inline-block;
	margin: 1em 1em;
    vertical-align: middle;
}
.textlogo {
	display: inline-block;
	padding: 5px 10px;
	font-size: 18px;
	color: #323a4c;
	font-weight: 600;
	line-height: 1.2;
}

/* right btns */
.hideontop {
	opacity: 0;
	pointer-events: none;
	transition: all 0.6s ease;
}
.hideontop.show {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(50px);
}
.hideontop.show:hover {
	opacity: 1;
}


/* fadein */
.fadein {
	opacity: 0;
	transform: translateY(-6px);
	transition: opacity 1s ease, transform 1s ease;
}
.fadein.show {
	opacity: 1;
	transform: translateY(0);
}
.fadein.nav-scrollspy {
	transition-delay: 0.4s;
}
/* stop sign in */
.stop-signin-block {
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: none;
}
.stop-signin-block.active {
	display: flex;
}
#signup-sec {
	position: relative;
}
.stop-signin-block .card-block {
	border-radius: 5px;
	max-width: 400px;
	background-color: #fff;
}

/* popup */
html.popupshow, .popupshow body {
	min-height: 100vh;
	margin: 0;
	height: 100%;
	overflow: hidden;
}
.popup-container {
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 999;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
	padding: 30px 0;
	overflow: auto;
	text-align: center;
}
.popup-container::after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.popup-block {
	width: 90%;
	max-width: 800px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
	position: relative;
	opacity: 0;
	transform: translateY(30px);
	transition: transform 0.5s ease, opacity 0.2s ease;
	transition-delay: 0.3s, 0.3s;
	display: none;
	background: url('../img/sub_bg.png') no-repeat;
	border-radius: 15px;
	color: #fff;
	margin: auto;
	vertical-align: middle;
	text-align: justify;
	background-size: cover;
}
.popup-container.active {
	opacity: 1;
	pointer-events: auto;
}
.popup-block.active {
	display: inline-block;
	transform: translateY(0px);
	opacity: 1;
	padding: 60px 70px;
}
.popup-img {
	width: 200px;
	height: 200px;
	margin-bottom: 8px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    background: #fff;
    position: relative;
    border: 4px solid #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    box-sizing: content-box;
    margin-top: 1px;
	margin-right: 60px;
}
.popup-img img {
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.popup-close {
	width: 40px;
	height: 40px;
	border: 0;
	position: absolute;
	top: -15px;
	right: -15px;
	background-color: #ccc;
	color: #1a1a1a;
	padding: 4px;
	font-size: 24px;
	border-radius: 50%;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
}
.popup-block .infoline {
	width: auto;
    display: inline-block;
    padding: 6px 35px 5px 30px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.3;
}
.popup-block .infoline::before {
	top: -6px;
    height: 52px;
    width: 100%;
    background: linear-gradient(to left, #005787, #0dac67);
}
.popup-block .infoline::after {
  	background: linear-gradient(108deg, transparent, transparent 48.5%, #0dac67 51.5%, #0dac67);;
	height: 52px;
    top: -6px;
}

.btn-outline {
	background: linear-gradient(to bottom, #0dac67, #005787);
	width: 185px;
	height: 45px;
	display: inline-block;
	text-align: center;
	line-height: 45px;
	border-radius: 25px;
	position: relative;
}
.btn-outline::before {
	content: attr(data-content);
	background: #1f2d58;
	display: block;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border-radius: 25px;
	position: absolute;
	top: 1px;
	left: 1px;
	line-height: 43px;
	transition: all 0.2s ease;
}
.btn-outline:hover::before {
	opacity: 0;
}
.btn-dec::before, .btn-dec::after {
	content: '';
	display: inline-block;
	width: calc(50% - 92.5px);
	height: 1px;
	background: linear-gradient(to left, #0dac67, #005787);
}
.btn-dec {
	display: flex;
	align-items: center;
}

/* icon */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: text-bottom;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-icons {
	width: 1em;
	color: inherit;
}