/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
	font-family: 'Open Sans';
    margin: 0;
    padding: 0;
    position: relative;
}
.website {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 5%;
	padding: 70px 0 41px;
	background-color: #ffffff17;
	z-index: 111;
}
.website svg {
	width: 68px;
	height: 68px;
	0CONTAIN
	-INTRINSIC-BLOCK-SIZE: AUTO 100PX;77px 0px 33px
	CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.website svg path {
	fill: #fff;
}
.website .title {
	position: relative;
	color: #fff;
	font-weight: 600;
	letter-spacing: 3.6px;
	font-size: 22px;
	margin-left: 40px;
	margin-right: 15px;
}
.background {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgb(14 46 71 / 85%);
	color: #fff;
}
.background video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}
.background::before {
	content: '';
	background-color: rgb(14 46 71 / 85%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 600px;
	transform: translate(-50%, -50%);
}
.content .clock {
	/* margin-top: 45px; */
	line-height: 0;
}
.content .clock .clock-effect {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 500px;
	height: 500px;
	transform: translate(-50%, -50%);
}
.content svg {
	width: 100%;
	height: 100%;
}
.content svg [data-color="1"] {
	fill: #fff;
}
.content .summary {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 500px;
	height: 500px;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.content .summary .sub {
	font-size: 19px;
	letter-spacing: 0.2em;
}
.content .summary .title {
	font-size: 80px;
	font-weight: bold;
	line-height: 102px;
	letter-spacing: 0.25em;
	margin: 40px 0;
}
.content .summary .desc {
	font-size: 19px;
	letter-spacing: 0.2em;
}
@media (max-width: 991px) {
	.website {
		padding: 41px 0;
		left: 50%;
		transform: translateX(-50%);
		margin-left: 0;
	}
	.background {
		position: relative;
		height: 100%;
	}
	.background::before {
		position: fixed;
		z-index: 1;
	}
	.background video {
		position: fixed;
	}
	.content {
		width: 400px;
		height: 400px;
		margin-top: 360px;
		z-index: 111;
	}
	.content .summary {
		width: 100%;
		height: 100%;
	}
	.content .clock .clock-effect {
		width: 300px;
		height: 300px;
	}
	.content .summary .sub, .content .summary .desc {
		font-size: 15px;
	}
	.content .summary .title {
		font-size: 43px;
		line-height: 1.2em;
	}
}
@media (max-width: 767px) {
	.website .title {
		font-size: 18px;
	}
	.content {
		width: 300px;
		height: 300px;
		margin-top: 400px;
	}
	.content .summary .title {
		margin: 130px 0;
	}
}