@import url("https://fonts.googleapis.com/css?family=Barlow:100,200,300,400,500,600,700,800&subset=vietnamese,latin-ext");

body {
	padding: 0;
	margin: 0;
}

* {
	box-sizing: border-box;
}

.comming-soon {
	width: 100%;
	height: 100vh;
	background: #000 url("../images/background.png") no-repeat center/cover;
}

@media (max-width: 767px) {
	.comming-soon {
		height: auto;
	}
}

.comming-soon .box {
	width: 100%;
	margin: auto;
	position: relative;
	padding: 100px 50px 100px;
	height: 100vh;
}

@media (max-width: 767px) {
	.comming-soon .box {
		height: auto;
		padding: 80px 15px 40px;
	}
}

.comming-soon .box .logo {
	position: absolute;
	top: 50px;
	left: 50px;
}

@media (max-width: 767px) {
	.comming-soon .box .logo {
		text-align: center;
		position: static;
	}
}

.comming-soon .box .logo img {
	width: 100px;
}

.comming-soon .box .flex_center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
}

@media (max-width: 767px) {
	.comming-soon .box .flex_center {
		margin-top: 90px;
	}
}

.comming-soon .box .flex_center .caption {
	max-width: 477px;
	margin: auto;
}

.comming-soon .box .flex_center .small-title {
	text-align: center;
	font: normal normal 600 14px/24px Barlow;
	letter-spacing: 6.4px;
	color: #BABABA;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.comming-soon .box .flex_center .small-title {
		font: normal normal 300 12px/24px Barlow;
		letter-spacing: 4.8px;
	}
}

.comming-soon .box .flex_center .title {
	text-align: center;
	font: normal normal 300 66px/90px Barlow;
	letter-spacing: 0px;
	color: #DEDEDE;
}

@media (max-width: 767px) {
	.comming-soon .box .flex_center .title {
		font: normal normal 300 40px/1 Barlow;
	}
}

.comming-soon .box .flex_center .text {
	margin-top: 19px;
	text-align: center;
	font: normal normal normal 14px/22px Barlow;
	letter-spacing: 0px;
	color: #969696;
	padding: 0 15px;
}

@media (max-width: 767px) {
	.comming-soon .box .flex_center .text {
		padding: 0;
	}
}

@media (max-width: 450px) {
	.comming-soon .box .flex_center .text br {
		display: none;
	}
}

.comming-soon .box .footer {
	display: flex;
	justify-content: space-between;
	bottom: 20px;
	position: absolute;
	left: 50px;
	right: 50px;
}

@media (max-width: 767px) {
	.comming-soon .box .footer {
		position: static;
		margin-top: 110px;
		display: block;
		padding: 15px 0 0;
		border-top: 1px solid #707070;
	}
}

.comming-soon .box .footer .item {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 1200px) {
	.comming-soon .box .footer .item {
		display: block;
	}
}

@media (max-width: 767px) {
	.comming-soon .box .footer .item {
		display: grid;
		grid-template-columns: 100px 1fr;
	}

	.comming-soon .box .footer .item+.item {
		margin-top: 18px;
	}
}

.comming-soon .box .footer .item:nth-child(2) .bullets {
	margin-top: -5px;
}

.comming-soon .box .footer .item .span {
	font: normal normal bold 14px/17px Barlow;
	letter-spacing: 0px;
	color: #969696;
	opacity: 1;
	text-transform: uppercase;
	padding-top: 3px;
}

@media (max-width: 767px) {
	.comming-soon .box .footer .item .span {
		padding: 0;
	}
}

.comming-soon .box .footer .item .line {
	width: 61px;
	height: 0px;
	border: 1px solid #707070;
	margin: 10px 12px 5px 8px;
}

@media (max-width: 1200px) {
	.comming-soon .box .footer .item .line {
		display: none;
	}
}

.comming-soon .box .footer .item .bullets {
	max-width: 150px;
}

@media (max-width: 1200px) and (min-width: 768px) {
	.comming-soon .box .footer .item .bullets {
		margin-top: 10px !important;
	}
}

@media (max-width: 767px) {
	.comming-soon .box .footer .item .bullets {
		margin-top: 0;
		max-width: 100%;
	}
}

.comming-soon .box .footer .item .bullets ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.comming-soon .box .footer .item .bullets ul li {
	display: grid;
	grid-template-columns: 25px 1fr;
	grid-gap: 14px;
	font: normal normal normal 14px/22px Barlow;
	letter-spacing: 0px;
	color: #DEDEDE;
	opacity: 1;
}

@media (max-width: 767px) {
	.comming-soon .box .footer .item .bullets ul li {
		font: normal normal 300 14px/17px Barlow;
	}
}

.comming-soon .box .footer .item .bullets ul li+li {
	margin-top: 7px;
}

.comming-soon .box .footer .item .bullets ul li a {
	color: #DEDEDE;
	text-decoration: none;
}

.comming-soon .box .footer .item .bullets span {
	font: normal normal normal 14px/22px Barlow;
	letter-spacing: 0px;
	color: #DEDEDE;
	opacity: 1;
}

@media (max-width: 767px) {
	.comming-soon .box .footer .item .bullets span {
		margin-top: -4px;
	}
}

.comming-soon .box .footer .item .bullets span sup {
	font-size: 60%;
	top: 3px;
}

/*# sourceMappingURL=style.css.map */