@charset "utf-8";
/* Place in your CSS file at the top of the document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* CSS Document */
*,
.box_sizing_border_box,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #326abb;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

* {
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-decoration: none
}

*:focus {
	outline: 0 !important;
	box-shadow: none !important;
}



body {
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	background: none;
	font-family: 'Montserrat', sans-serif;
	position: relative;
}

body,
html {
	padding: 0;
	margin: 0;
	background: #101216;
}

ul {
	list-style: none;
	margin: 0
}

a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.wrapper {
	transform-origin: top left;
	position: absolute;
}

.wrapper {
	margin: 0 auto;
	width: 100%;
}

.wrapper {
	width: 1920px;
	max-width: 1920px;
}


.frame {
	width: 980px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

.desktop {
	display: block !important
}

.mobile {
	display: none !important
}

.opacity-5 {
	opacity: 0.5;
}

.zoom {
	transition: transform .2s;
	/* Animation */
}

.zoom:hover {
	transform: scale(1.1);
	/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoom-50 {
	transition: transform .3s;
	/* Animation */
}

.zoom-50:hover {
	transform: scale(1.05);
	/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.brightness:hover {
	filter: brightness(1.2)
}

.section {
	position: relative;
	display: block;
	max-width: 100%;
	pointer-events: auto !important;
}

.section-background {
	position: absolute;
	display: block;
	width: 100%;
	margin: 0 auto;
	top: 0;
	left: 0;
}

.section-content {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 100%;
}

@media (min-width: 2000px) {
	.wrapper {
		transform-origin: top center;
		position: relative;
	}

	html,
	body {
		margin: 0 auto;
	}
}

@media (max-width: 960px) {
	.desktop {
		display: none !important
	}

	.mobile {
		display: block !important
	}
}

@media (max-width: 575px) {
	.frame {
		max-width: calc(100% - 5px * 2)
	}
}

@media (orientation: portrait) {
	.frame {
		max-width: calc(100% - 10px * 2)
	}

}

.cursor-pointer {
	cursor: pointer;
}


/*----------------------------Menu Top---------------------------------*/
.header {
	height: auto;
	position: absolute;
	z-index: 888;
	background-color: rgba(255, 255, 255, 1);
	width: 100%;
	height: 4.4rem;

}

.header .navbar-nav .nav-item .nav-link {

	font-size: 18px;
	color: #5f5f5f;
	padding: 18px 32px;
	font-weight: 500;
}


.header .navbar-nav .nav-item.active .nav-link,
.header .navbar-nav .nav-item:hover .nav-link {
	color: #9fb448;
}

@media (max-width: 960px) {
	.logo {
		display: none;
	}

	.header .navbar-nav {
		width: 100%;
	}
}

/*------------Section 1-------------*/
.section1 {
	width: 100%;
	height: 1036px;
	position: relative;
}

.section1 .section-background img {
	transform: scale(1.1);
	pointer-events: none;
	transform-origin: top center;
}

.section1 .logo-main {
	position: absolute;
	top: 110px;
	left: 0;
	right: 0;
	text-align: center;
}

.section1 .text-note {
	text-align: center;
	font-family: 18px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	top: 220px;
	left: 0;
	right: 0;
}

.section1 .btn-taingay {
	width: 340px;
	height: 82px;
	background-color: #96b236;
	border-radius: 41px;
	position: absolute;
	top: 280px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	line-height: 82px;
	z-index: 19;
	display: inline-block;
	box-shadow: inset 0 0 0 0 #acce3c;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
}

.section1 .btn-taingay a {
	font-size: 31px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	height: 82px;
	width: 100%;
	display: block;

}

  .section1 .btn-taingay:hover{
	box-shadow: inset 400px 0 0 0 #acce3c;
  }




.section1 .thumb {
	position: absolute;
	top: 320px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 12;
}

.section1 .art1 {
	position: absolute;
	top: 200px;
	left: 0;
	z-index: 16;
}

.section1 .art2 {
	position: absolute;
	top: 260px;
	right: 0;
	z-index: 16;
}


/*------------Section 2-------------*/
.section2 {
	width: 100%;
	height: 840px;
	position: relative;
}

.section2 .section-background img {
	transform: scale(1.1);
	pointer-events: none;
	transform-origin: top center;
}

.section2 .title {
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding-top: 44px;
}

.section2 .subtitle {
	text-align: center;
	font-family: 18px;
	font-weight: 500;
	color: #fff;
}

.swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	height: 46%;
	width: 100%;
}

.mySwiper {
	height: 30%;
	box-sizing: border-box;
	padding: 10px 0;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.7;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-slide img {
	display: block;
	width: 100%;
	object-fit: cover;
}


/*------------Section 3-------------*/
.section3 {
	width: 100%;
	height: 1168px;
	position: relative;
}

.section3 .section-background img {
	transform: scale(1.1);
	pointer-events: none;
	transform-origin: top center;
}
.section3 .title {
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding-top: 44px;
}

.section3 .subtitle {
	text-align: center;
	font-family: 18px;
	font-weight: 500;
	color: #fff;
}

.section3 .chat-ui .left .chat1 {
	position: absolute;
	top: 16px;
	left: 340px;
	z-index: 31;
}
.section3 .chat-ui .left .chat2 {
	position: absolute;
	top: 160px;
	left: 360px;
	z-index: 31;
}
.section3 .chat-ui .left .chat3 {
	position: absolute;
	top: 275px;
	left: 428px;
	z-index: 31;
}
.section3 .chat-ui .left .chat4 {
	position: absolute;
	top: 400px;
	left: 230px;
	z-index: 31;
}
.section3 .chat-ui .left .chat5 {
	position: absolute;
	top: 511px;
	left: 425px;
	z-index: 31;
}
.section3 .chat-ui .left .chat6 {
	position: absolute;
	top: 627px;
	left: 232px;
	z-index: 31;
}
.section3 .chat-ui .left .chat7 {
	position: absolute;
	top: 687px;
	left: 411px;
	z-index: 31;
}

.section3 .chat-ui .left .chat8 {
	position: absolute;
	top: 778px;
	left: 263px;
	z-index: 31;
}
.section3 .chat-ui .right .chat1a {
	position: absolute;
	top: 42px;
	right: 406px;
	z-index: 30;
}

.section3 .chat-ui .right .chat9 {
	position: absolute;
	top: 418px;
	right: 189px;
	z-index: 32;
}
.section3 .chat-ui .right .chat10 {
	position: absolute;
	top: 567px;
	right: 283px;
	z-index: 20;
}



/*----------------------------Section 4 Footer---------------------------------*/
.section4 {
	height: 260px;
	margin-top: 0;
	background-color: #000;
	overflow: hidden;
}

.footer {
	font-size: 16px;
	margin-top: 24px;
}

.footer-content,
.warning-18 {
	width: 50%;
	margin: 0 auto;
}

.vtc-logo {
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
}

.footer-text {
	padding: 15px;
	color: #fff;
	line-height: 22px;
}

.footer-text a {
	color: #c6cad9;
	text-decoration: none;
}

@media (max-width: 960px) {
	.footer {
		font-size: 18px;
	}

	.footer-text {
		line-height: 34px;
	}
}


/*----------------------------Modal---------------------------------*/



/*------------------Animation------------------*/
@keyframes blink {
	0% {
		opacity: 1;
		filter: brightness(1.1);
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
		filter: brightness(1.1);
	}

	100% {
		opacity: 1;
	}
}

@keyframes moveYDiv1 {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(0px);
	}
}

@-webkit-keyframes moveYDiv1 {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes turn1 {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes turn1 {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 1;
	}

	50% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(0.9);
		opacity: 1;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}
}

.blink {
	animation: blink 0.5s ease-in-out infinite;
}

@keyframes blink {
	0% {
		opacity: 1;
		filter: brightness(1.2);
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
		filter: brightness(1.2);
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes moveYDiv1 {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes moveYDiv1 {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0px);
	}
}

@-webkit-keyframes moveYDiv {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(5px);
	}

	100% {
		transform: translateY(-5px);
	}
}

@keyframes moveYDiv {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(5px);
	}

	100% {
		transform: translateY(-5px);
	}
}

@keyframes turn1 {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes turn1 {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes lightSpeedIn1 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
}

@keyframes lightSpeedIn1 {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}

	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}