/* Custom styles */
body {
	position: relative;
	overflow-x: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	background-image: url(./bg.png);
	background-repeat: no-repeat;
}

/* Bold weight */
@font-face {
	font-family: 'Montserrat-Custom-Extra';
	src: url('./asset/font/Montserrat-ExtraBold.woff2') format('woff2'),
		 url('./asset/font/Montserrat-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
  }

.custom-font{
	font-family: 'Montserrat-Custom-Extra';
}

#modal-the-le {
	background-image: url(./bg.png);
	background-repeat: no-repeat;
}
.select2-container--open li {
	font-family: "'Montserrat-Custom-Extra", sans-serif !important;
}
.select2-container--open .select2-dropdown--above{
	width: 200px  !important;
}

.select2-container--open .select2-dropdown--below{
	width: 200px !important;
}


.no-scrollbar::-webkit-scrollbar {
	display: none; /* Hide scrollbar in WebKit browsers (Chrome, Safari) */
}
.no-scrollbar {
	-ms-overflow-style: none; /* Hide scrollbar in IE and Edge */
}

.bg-home {
	position: relative;
}

.bg-home img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.section-header {
	position: relative;
}
.section-header:after {
	content: "";
	display: block;
	padding-top: 45%;
}
@media (min-width: 667px) {
}

.layer-1 {
	position: absolute;
    top: 0%;
    z-index: 5;
    left: 0;
    width: 22%;
}
.layer-1_rect {
	width: 100%;
}
.layer-1_the-cao {
	position: absolute;
	top: 50%;
	z-index: 3;
	left: 2%;
	width: 77%;
}

.layer-2 {
	width: 76%;
    position: absolute;
    top: -15%;
    z-index: 2;
    left: -4%;
	/* display: none; */
	animation: zom_out_scale 5s linear infinite;
	-webkit-animation: zom_out_scale 5s linear infinite;
}

.layer-2 img {
	width: 100%;
}
.layer-3 {
	position: absolute;
    top: 21%;
    z-index: 3;
    left: 8%;
    width: 46%;
}
.layer-3 img {
	width: 100%;
}

.layer-4 {
	position: absolute;
	right: 3%;
	width: 35%;
	top: 19%;
}
.layer-4 img {
	width: 100%;
}

.layer-5 {
	position: absolute;
	right: 3%;
	width: 35%;
	top: 55%;
}
.layer-5 img {
	width: 100%;
}
.section-chay-chu {
	margin-top: 4rem;
	white-space: nowrap;
	font-size: 0;
	-webkit-animation: textrun 10s linear infinite;
	animation: textrun 10s linear infinite;
	width: 190vw;
}

.section-danh-sach-trung-thuong .layer-1-ds {
	animation: zom_out_scale1 5s linear infinite;
	-webkit-animation: zom_out_scale1 5s linear infinite;
	top: 1%;
    left: 3%;
    width: 96%;
	
}

.section-danh-sach-trung-thuong .layer-2-ds {

}

.nav-chinh {
	display: flex;
	width: 36%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #43b63a;
    right: 3%;
    z-index: 12;
}

.button-select .select2-container {
	position: absolute;
	top: 6px;
	width: 130px !important;
	left: 9px;
	z-index: -1;
}
.footer-2 {
	display: none;
}
.footer-1 {
	display: block;
}

.footer-3 {
	display: block;
}

#modal-first-time {
	background-image: url(./bg-first-time.png);
	background-color: blue;
}
.modal-confirm-18 {
	width: 50%;
}
.lonbia {
	-webkit-transition: 500ms -webkit-filter linear;
	-moz-transition: 500ms -moz-filter linear;
	-moz-transition: 500ms filter linear;
	-ms-transition: 500ms -ms-filter linear;
	-o-transition: 500ms -o-filter linear;
	transition:500ms filter linear, 500ms -webkit-filter linear;
}
.lonbia:hover {
	-webkit-filter: drop-shadow(5px 0px 5px #fff);
	filter: drop-shadow(5px 0px 5px #fff);
}

.text-apply-time {
	font-size: 14px;
	white-space: nowrap;
}

.bg-yellow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	min-height: 40px;
    background-image: url(./asset/img/yellow.png);
    background-size: contain;
    z-index: -1; /* Đảm bảo hình ảnh nằm phía sau nội dung */
}

/* Màn hình rất nhỏ (Extra Small Devices - Điện thoại nhỏ, điện thoại cơ bản) */
@media (max-width: 319.98px) {
	/* CSS cho điện thoại rất nhỏ */
	body{
		background-image: url("bg-mobile.png");
	}
	.bg-yellow::before{
		min-height: 30px;
	}
	.section-chay-chu {
		width: 450vw;
	}
	.nav-chinh {
		display: none;
	}
	#hambuger-menu {
		right: 40px;
		top: 23px;
		display: block;
	}

	.section-header:after {
		padding-top: 140.3% !important;
	}
	.wrapper-table-ds {
		font-size: 8px;
		min-height: 200px !important;
	}
	.td-table-ds {
		padding-bottom: 0;
	}
	.layer-4 {
		position: absolute;
		right: 20%;
		width: 60%;
		top: 57%;
	}
	.layer-5 {
		position: absolute;
		right: 18%;
		width: 62%;
		top: 78%;
	}
	.text-apply-time {
		font-size: 8px;
		white-space: nowrap ;
		margin-left: -40px;
	}
	.layer-1 {
		width: 40%;
	}
	.layer-2 {
		width: 85%;
        top: 5%;
        left: 16%;
	}
	.layer-3 {
		top: 15%;
        left: 25%;
        width: 60%;
	}

	.footer-2 {
		display: block;
		margin-top: 2rem !important;
	}
	.footer-1 {
		display: none;
	}

	.footer-3 {
		display: none;
	}
	.modal-confirm-18 {
		width: 90%;
	}
	#chua-du-18 {
		font-size: 10px;
	}
	#da-du-18 {
		font-size: 10px;
	}
	.wrapper-trung-thuong {
		height: 118px !important;
	}
	.wrapper-trung-thuong .wrapper-trung-thuong-padding {
		padding: 9px 10px 20px 39px !important
	}
	.wrapper-trung-thuong .trung-thuong-txt-title {
		font-size: 12px;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-1 {
		font-size: 10px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-2 {
		font-size: 11px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-3 {
		font-size: 10px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-title-the-cao {
		font-size: 12px;
	}
	.button-select #button-ngay {
		width: 147px !important;
		font-size: 12px;
		padding: 7px 5px
	}
	.button-select #button-giai-thuong {
		width: 151px !important;
		font-size: 12px;
		padding: 7px 5px
	}
	.button-select .btn-round-select {
		width: 20px;
		height: 20px;
	}
	.quota-the-cao{
		font-size: 9px;
	}
	#btn-close-modal-the-le {
		top: 0px !important;
		right: 0px !important;
	}
	.container-the-le-chuong-trinh {
		padding-left: 14px;
        padding-right: 14px;
        font-size: 12px;
	}
}

/* Màn hình nhỏ (Small Devices - Điện thoại thông minh, điện thoại phổ biến) */
@media (min-width: 320px) and (max-width: 374.98px) {
	body{
		background-image: url("bg-mobile.png");
	}
	.bg-yellow::before{
		min-height: 30px;
	}
	/* CSS cho điện thoại nhỏ phổ biến */
	.section-chay-chu {
		width: 450vw;
	}
	.nav-chinh {
		display: none;
	}
	#hambuger-menu {
		right: 40px;
		top: 23px;
		display: block;
	}
	
	.section-header:after {
		padding-top: 140.3% !important;
	}
	.wrapper-table-ds {
		font-size: 8px;
		min-height: 200px !important;
	}
	.td-table-ds {
		padding-bottom: 0;
	}
	.layer-4 {
		position: absolute;
		right: 20%;
		width: 60%;
		top: 63%;
	}
	.layer-5 {
		position: absolute;
		right: 18%;
		width: 62%;
		top: 83%;
	}
	.text-apply-time {
		font-size: 8px;
		white-space: nowrap;
		margin-left: -20px;
	}
	.layer-1 {
		width: 37%;
	}
	.layer-2 {
		width: 100%;
        top: 0%;
        left: 4%;
	}
	.layer-3 {
		top: 13%;
        left: 16%;
        width: 70%;
    
	}
	.footer-2 {
		display: block;
		margin-top: 2rem !important;
	}
	.footer-1 {
		display: none;
	}

	.footer-3 {
		display: none;
	}
	.modal-confirm-18 {
		width: 90%;
	}
	#chua-du-18 {
		font-size: 10px;
	}
	#da-du-18 {
		font-size: 10px;
	}
	.wrapper-trung-thuong {
		height: 130px !important;
	}
	.wrapper-trung-thuong .wrapper-trung-thuong-padding {
		padding: 16px 10px 20px 50px !important;
	}
	.wrapper-trung-thuong .trung-thuong-txt-title {
		font-size: 15px;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-1 {
		font-size: 10px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-2 {
		font-size: 15px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-3 {
		font-size: 10px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-title-the-cao {
		font-size: 13px;
	}
	.container-the-le-chuong-trinh {
		padding-left: 14px;
        padding-right: 14px;
        font-size: 12px;
	}
	#btn-close-modal-the-le {
		top: 0px !important;
		right: 0px !important;
	}
	.button-select #button-ngay {
		width: 147px !important;
		font-size: 12px;
		padding: 7px 5px
	}
	.button-select #button-giai-thuong {
		width: 151px !important;
		font-size: 12px;
		padding: 7px 5px
	}
	.button-select .btn-round-select {
		width: 20px;
		height: 20px;
	}
	.btn-open-modal-the-le{
		font-size: 12px;
	}
	.quota-the-cao{
		font-size: 9px;
	}
}

@media (min-width: 375px) and (max-width: 424.98px) {
	body{
		background-image: url("bg-mobile.png");
	}
	/* CSS cho điện thoại nhỏ cỡ vừa (iPhone X, Pixel 3) */
	.section-chay-chu {
		width: 450vw;
	}
	.bg-yellow::before{
		min-height: 30px;
	}
	.nav-chinh {
		display: none;
	}
	#hambuger-menu {
		right: 40px;
		top: 23px;
		display: block;
	}

	.section-header:after {
		padding-top: 140.3% !important;
	}
	.layer-4 {
		position: absolute;
		right: 20%;
		width: 60%;
		top: 62%;
	}
	.layer-5 {
		position: absolute;
		right: 18%;
		width: 62%;
		top: 83%;
	}
	.text-apply-time {
		font-size: 8px;
		white-space: nowrap;
	}
	.layer-1 {
		width: 37%;
	}
	.layer-2 {
		width: 100%;
        top: 0%;
        left: 4%;
	}
	.layer-3 {
		top: 13%;
        left: 16%;
        width: 70%;
    
	}
	.footer-2 {
		display: block;
		margin-top: 2rem !important;
	}
	.footer-1 {
		display: none;
	}

	.footer-3 {
		display: none;
	}
	.modal-confirm-18 {
		width: 90%;
	}
	.wrapper-table-ds {
		min-height: 200px !important;
		font-size: 8px;
	}
	.td-table-ds {
		padding-bottom: 0;
	}
	#chua-du-18 {
		font-size: 10px;
	}
	#da-du-18 {
		font-size: 10px;
	}
	.wrapper-trung-thuong {
		height: 145px !important;
	}
	.wrapper-trung-thuong .wrapper-trung-thuong-padding {
		padding: 23px 10px 20px 50px !important;
	}
	.wrapper-trung-thuong .trung-thuong-txt-title {
		font-size: 18px;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-1 {
		font-size: 10px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-2 {
		font-size: 15px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-3 {
		font-size: 10px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-title-the-cao {
		font-size: 16px;
	}

	.wrapper-ds-trung-thuong-title {
		margin-left: 0 !important;
	}

	
	.button-select .select2-container {
		width: 115px !important;
	}
	.container-the-le-chuong-trinh {
		padding-left: 14px;
        padding-right: 14px;
        font-size: 12px;
	}
	#btn-close-modal-the-le {
		top: 0px !important;
		right: 0px !important;
	}
	.button-select #button-ngay {
		width: 147px !important;
		font-size: 12px;
		padding: 7px 5px
	}
	.button-select #button-giai-thuong {
		width: 151px !important;
		font-size: 12px;
		padding: 7px 5px
	}
	.button-select .btn-round-select {
		width: 20px;
		height: 20px;
	}
	.quota-the-cao{
		font-size: 9px;
	}
}


@media (min-width: 425px) and (max-width: 435px) {
	/* CSS cho điện thoại lớn hơn (iPhone Plus, Pixel XL) */
	body{
		background-image: url("bg-mobile.png");
	}
	.section-chay-chu {
		width: 450vw;
	}
	.bg-yellow::before{
		min-height: 30px;
	}
	.nav-chinh {
		display: none;
	}
	#hambuger-menu {
		right: 40px;
		top: 23px;
		display: block;
	}
	#btn-close-modal-the-le {
		top: 0px !important;
		right: 0px !important;
	}
	.section-header:after {
		padding-top: 140.3% !important;
	}
	.layer-4 {
		position: absolute;
		right: 20%;
		width: 60%;
		top: 62%;
	}
	.layer-5 {
		position: absolute;
		right: 18%;
		width: 62%;
		top: 83%;
	}
	.text-apply-time {
		font-size: 8px;
		white-space: nowrap;
	}
	.layer-1 {
		width: 37%;
	}
	.layer-2 {
		width: 100%;
        top: 0%;
        left: 4%;
	}
	.layer-3 {
		top: 13%;
        left: 16%;
        width: 70%;
    
	}
	.wrapper-table-ds {
		min-height: 200px !important;
		font-size: 10px;
	}
	.td-table-ds {
		padding-bottom: 0;
	}
	.footer-2 {
		margin-top: 2rem !important;
		display: block;
	}
	.footer-1 {
		display: none;
	}

	.footer-3 {
		display: none;
	}
	.modal-confirm-18 {
		width: 90%;
	}
	#chua-du-18 {
		font-size: 10px;
	}
	#da-du-18 {
		font-size: 10px;
	}
	.wrapper-trung-thuong {
		height: 175px !important;
	}
	.wrapper-trung-thuong .wrapper-trung-thuong-padding {
		padding: 43px 24px 20px 60px !important
	}
	.wrapper-trung-thuong .trung-thuong-txt-title {
		font-size: 18px;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-1 {
		font-size: 10px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-2 {
		font-size: 15px;
		line-height: 1.2rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-3 {
		font-size: 10px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-title-the-cao {
		font-size: 16px;
	}
	.button-select #button-ngay {
		width: 147px !important;
		font-size: 12px;
		padding: 7px 5px
	}
	.button-select #button-giai-thuong {
		width: 151px !important;
		font-size: 12px;
		padding: 7px 5px
	}
	.button-select .btn-round-select {
		width: 20px;
		height: 20px;
	}
	.quota-the-cao{
		font-size: 14px;
	}
	.container-the-le-chuong-trinh {
		padding-left: 14px;
        padding-right: 14px;
        font-size: 12px;
	}
}


@media (min-width: 435px) and (max-width: 490px) {
	/* CSS cho điện thoại lớn hơn (iPhone Plus, Pixel XL) */
	body{
		background-image: url("bg-mobile.png");
	}
	.section-chay-chu {
		width: 450vw;
	}
	.nav-chinh {
		display: none;
	}
	#hambuger-menu {
		right: 40px;
		top: 23px;
		display: block;
	}
	#btn-close-modal-the-le {
		top: 0px !important;
		right: 0px !important;
	}
	.container-the-le-chuong-trinh {
		padding-left: 14px;
        padding-right: 14px;
        font-size: 14px;
	}
	.section-header:after {
		padding-top: 140.3% !important;
	}
	.layer-4 {
		position: absolute;
		right: 20%;
		width: 60%;
		top: 62%;
	}
	.layer-5 {
		position: absolute;
		right: 18%;
		width: 62%;
		top: 83%;
	}
	.text-apply-time {
		font-size: 8px;
		white-space: nowrap;
	}
	.layer-1 {
		width: 37%;
	}
	.layer-2 {
		width: 100%;
        top: 0%;
        left: 4%;
	}
	.layer-3 {
		top: 13%;
        left: 16%;
        width: 70%;
    
	}
	.wrapper-table-ds {
		min-height: 400px !important;
		font-size: 10px;
	}
	.td-table-ds {
		padding-bottom: 0;
	}
	.footer-2 {
		margin-top: 2rem !important;
		display: block;
	}
	.footer-1 {
		display: none;
	}

	.footer-3 {
		display: none;
	}
	.modal-confirm-18 {
		width: 90%;
	}
	#chua-du-18 {
		font-size: 10px;
	}
	#da-du-18 {
		font-size: 10px;
	}
	.wrapper-trung-thuong {
		height: 185px !important;
	}
	.wrapper-trung-thuong .wrapper-trung-thuong-padding {
		padding: 43px 24px 20px 60px !important
	}
	.wrapper-trung-thuong .trung-thuong-txt-title {
		font-size: 18px;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-1 {
		font-size: 10px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-2 {
		font-size: 15px;
		line-height: 1.2rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-3 {
		font-size: 10px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-title-the-cao {
		font-size: 16px;
	}
	.button-select #button-ngay {
		width: 147px !important;
		font-size: 12px;
		padding: 7px 5px
	}
	.button-select #button-giai-thuong {
		width: 151px !important;
		font-size: 12px;
		padding: 7px 5px
	}
	.button-select .btn-round-select {
		width: 20px;
		height: 20px;
	}
	.quota-the-cao{
		font-size: 14px;
	}
}

@media (min-width: 490px) and (max-width: 530px) {
	/* CSS cho điện thoại lớn hơn (iPhone Plus, Pixel XL) */
	body{
		background-image: url("bg-mobile.png");
	}
	.section-chay-chu {
		width: 450vw;
	}
	.nav-chinh {
		display: none;
	}
	#hambuger-menu {
		right: 40px;
		top: 23px;
		display: block;
	}

	.section-header:after {
		padding-top: 140.3% !important;
	}
	.layer-4 {
		position: absolute;
		right: 20%;
		width: 60%;
		top: 62%;
	}
	.layer-5 {
		position: absolute;
		right: 18%;
		width: 62%;
		top: 83%;
	}
	.text-apply-time {
		font-size: 8px;
		white-space: nowrap;
	}
	.layer-1 {
		width: 40%;
	}
	.layer-2 {
		width: 100%;
        top: 5%;
        left: 4%;
	}
	.layer-3 {
		top: 17%;
        left: 16%;
        width: 70%;
    
	}
	.wrapper-table-ds {
		min-height: 400px !important;
		font-size: 10px;
	}
	.td-table-ds {
		padding-bottom: 0;
	}
	.footer-2 {
		margin-top: 2rem !important;
		display: block;
	}
	.footer-1 {
		display: none;
	}

	.footer-3 {
		display: none;
	}
	.modal-confirm-18 {
		width: 90%;
	}
	#chua-du-18 {
		font-size: 10px;
	}
	#da-du-18 {
		font-size: 10px;
	}
	.wrapper-trung-thuong {
		height: 185px !important;
	}
	.wrapper-trung-thuong .wrapper-trung-thuong-padding {
		padding: 43px 24px 20px 60px !important
	}
	.wrapper-trung-thuong .trung-thuong-txt-title {
		font-size: 18px;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-1 {
		font-size: 10px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-2 {
		font-size: 15px;
		line-height: 1.2rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-3 {
		font-size: 10px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-title-the-cao {
		font-size: 16px;
	}
	.button-select #button-ngay {
		width: 147px !important;
		font-size: 12px;
		padding: 7px 5px
	}
	.button-select #button-giai-thuong {
		width: 151px !important;
		font-size: 12px;
		padding: 7px 5px
	}
	.button-select .btn-round-select {
		width: 20px;
		height: 20px;
	}
}

@media (min-width: 530px) and (max-width: 570.98px) {
	/* CSS cho điện thoại lớn hơn (iPhone Plus, Pixel XL) */
	body{
		background-image: url("bg-mobile.png");
	}
	.section-chay-chu {
		width: 450vw;
	}
	.nav-chinh {
		display: none;
	}
	#hambuger-menu {
		right: 40px;
		top: 23px;
		display: block;
	}

	.section-header:after {
		padding-top: 140.3% !important;
	}
	.layer-4 {
		position: absolute;
		right: 20%;
		width: 60%;
		top: 62%;
	}
	.layer-5 {
		position: absolute;
		right: 18%;
		width: 62%;
		top: 83%;
	}
	.text-apply-time {
		font-size: 8px;
		white-space: nowrap;
	}
	.layer-1 {
		width: 40%;
	}
	.layer-2 {
		width: 100%;
        top: 5%;
        left: 4%;
	}
	.layer-3 {
		top: 17%;
        left: 16%;
        width: 70%;
    
	}
	.wrapper-table-ds {
		min-height: 400px !important;
		font-size: 10px;
	}
	.td-table-ds {
		padding-bottom: 0;
	}
	.footer-2 {
		margin-top: 2rem !important;
		display: block;
	}
	.footer-1 {
		display: none;
	}

	.footer-3 {
		display: none;
	}
	.modal-confirm-18 {
		width: 90%;
	}
	#chua-du-18 {
		font-size: 10px;
	}
	#da-du-18 {
		font-size: 10px;
	}
	.wrapper-trung-thuong {
		height: 225px !important;
	}
	.wrapper-trung-thuong .wrapper-trung-thuong-padding {
		padding: 43px 24px 20px 60px !important
	}
	.wrapper-trung-thuong .trung-thuong-txt-title {
		font-size: 18px;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-1 {
		font-size: 10px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-2 {
		font-size: 15px;
		line-height: 1.2rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-3 {
		font-size: 10px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-title-the-cao {
		font-size: 16px;
	}
	.button-select #button-ngay {
		width: 147px !important;
		font-size: 12px;
		padding: 7px 5px
	}
	.button-select #button-giai-thuong {
		width: 151px !important;
		font-size: 12px;
		padding: 7px 5px
	}
	.button-select .btn-round-select {
		width: 20px;
		height: 20px;
	}
}



@media (min-width: 570px) and (max-width: 575.98px) {
	/* CSS cho điện thoại lớn hơn (iPhone Plus, Pixel XL) */
	body{
		background-image: url("bg-mobile.png");
	}
	.section-chay-chu {
		width: 450vw;
	}
	.nav-chinh {
		display: none;
	}
	#hambuger-menu {
		right: 40px;
		top: 23px;
		display: block;
	}

	.section-header:after {
		padding-top: 140.3% !important;
	}
	.layer-4 {
		position: absolute;
		right: 20%;
		width: 60%;
		top: 62%;
	}
	.layer-5 {
		position: absolute;
		right: 18%;
		width: 62%;
		top: 83%;
	}
	.text-apply-time {
		font-size: 8px;
		white-space: nowrap;
	}
	.layer-1 {
		width: 40%;
	}
	.layer-2 {
		width: 100%;
        top: 5%;
        left: 4%;
	}
	.layer-3 {
		top: 17%;
        left: 16%;
        width: 70%;
    
	}
	.wrapper-table-ds {
		min-height: 400px !important;
		font-size: 10px;
	}
	.td-table-ds {
		padding-bottom: 0;
	}
	.footer-2 {
		margin-top: 2rem !important;
		display: block;
	}
	.footer-1 {
		display: none;
	}

	.footer-3 {
		display: none;
	}
	.modal-confirm-18 {
		width: 90%;
	}
	#chua-du-18 {
		font-size: 10px;
	}
	#da-du-18 {
		font-size: 10px;
	}
	.wrapper-trung-thuong {
		height: 217px !important;
	}
	.wrapper-trung-thuong .wrapper-trung-thuong-padding {
		padding: 40px 10px 20px 50px !important;
	}
	.wrapper-trung-thuong .trung-thuong-txt-title {
		font-size: 18px;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-1 {
		font-size: 10px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-2 {
		font-size: 15px;
		line-height: 1.2rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-3 {
		font-size: 10px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-title-the-cao {
		font-size: 16px;
	}
	.button-select #button-ngay {
		width: 147px !important;
		font-size: 12px;
		padding: 7px 5px
	}
	.button-select #button-giai-thuong {
		width: 151px !important;
		font-size: 12px;
		padding: 7px 5px
	}
	.button-select .btn-round-select {
		width: 20px;
		height: 20px;
	}
}


/* Màn hình trung bình (Medium Devices - Máy tính bảng nhỏ, điện thoại màn hình lớn) */
@media (min-width: 576px) and (max-width: 625px) {
	/* CSS cho máy tính bảng nhỏ, điện thoại màn hình lớn */
	.section-chay-chu {
		width: 350vw;
	}
	.nav-chinh {
		display: none;
	}
	.bg-yellow::before{
		min-height: 40px;
	}
	#hambuger-menu {
		right: 40px;
		top: 23px;
		display: block;
	}
	.text-apply-time {
		font-size: 8px;
		white-space: nowrap;
		margin-left: -35px;
	}
	.footer-2 {
		display: block;
		margin-top: 2rem !important;
	}
	.footer-1 {
		display: none;
	}

	.footer-3 {
		display: none;
	}
	.modal-confirm-18 {
		width: 90%;
	}
	.wrapper-trung-thuong {
		height: 240px !important;
	}
	.wrapper-trung-thuong .wrapper-trung-thuong-padding {
		padding: 45px 24px 20px 116px !important
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-1 {
		line-height: 2rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-2 {
		line-height: 2rem;
	}
	
}

/* Màn hình trung bình (Medium Devices - Máy tính bảng nhỏ, điện thoại màn hình lớn) */
@media (min-width: 625px) and (max-width: 767.98px) {
	/* CSS cho máy tính bảng nhỏ, điện thoại màn hình lớn */
	.section-chay-chu {
		width: 350vw;
	}
	.nav-chinh {
		display: none;
	}
	.bg-yellow::before{
		min-height: 40px;
	}
	.text-apply-time {
		font-size: 8px;
		
		white-space: nowrap;
		margin-left: -10px;
	}
	#hambuger-menu {
		right: 40px;
		top: 23px;
		display: block;
	}
	.footer-2 {
		display: block;
		margin-top: 2rem !important;
	}
	.footer-1 {
		display: none;
	}

	.footer-3 {
		display: none;
	}
	.modal-confirm-18 {
		width: 90%;
	}
	.wrapper-trung-thuong {
		height: 271px !important;
	}
	.wrapper-trung-thuong .wrapper-trung-thuong-padding {
		padding: 54px 24px 20px 91px !important
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-1 {
		line-height: 2rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-2 {
		line-height: 2rem;
	}
	
}


@media (min-width: 768px) and (max-width: 864px) {
	/* CSS cho máy tính bảng lớn, máy tính xách tay nhỏ */
	.section-chay-chu {
		width: 350vw;
	}
	.nav-chinh {
		display: none;
	}
	#hambuger-menu {
		right: 40px;
		top: 23px;
		display: block;
	}
	.text-apply-time {
		font-size: 8px;
		white-space: nowrap;
		margin-left: -10px;
	}
	.footer-2 {
		display: block;
		margin-top: 2rem !important;
	}
	.footer-1 {
		display: none;
	}
	
	.footer-3 {
		display: none;
	}
	.modal-confirm-18 {
		width: 70%;
	}
	.wrapper-trung-thuong {
		height: 155px !important;
	}
	.wrapper-trung-thuong .wrapper-trung-thuong-padding {
		padding: 30px 10px 20px 50px !important;
	}
	.wrapper-trung-thuong .trung-thuong-txt-title {
		font-size: 18px;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-1 {
		font-size: 10px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-2 {
		font-size: 15px;
		line-height: 1.2rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-3 {
		font-size: 10px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-title-the-cao {
		font-size: 16px;
	}
	.quota-the-cao{
		font-size: 12px;
	}
}

@media (min-width: 864px) and (max-width: 908px) {
	/* CSS cho máy tính bảng lớn, máy tính xách tay nhỏ */
	.section-chay-chu {
		width: 350vw;
	}
	.nav-chinh {
		display: none;
	}
	.text-apply-time {
		font-size: 10px;
		white-space: nowrap;
		margin-left: -10px;
	}
	#hambuger-menu {
		right: 40px;
		top: 23px;
		display: block;
	}
	.footer-2 {
		display: block;
		margin-top: 2rem !important;
	}
	.footer-1 {
		display: none;
	}

	.footer-3 {
		display: none;
	}
	.modal-confirm-18 {
		width: 70%;
	}
	.wrapper-trung-thuong {
		height: 180px !important;
	}
	.wrapper-trung-thuong .wrapper-trung-thuong-padding {
		padding: 30px 10px 20px 50px !important;
	}
	.wrapper-trung-thuong .trung-thuong-txt-title {
		font-size: 18px;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-1 {
		font-size: 10px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-2 {
		font-size: 15px;
		line-height: 1.2rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-3 {
		font-size: 10px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-title-the-cao {
		font-size: 16px;
	}
}

/* Màn hình lớn (Large Devices - Máy tính bảng lớn, máy tính xách tay nhỏ) */
@media (min-width: 908px) and (max-width: 991.98px) {
	/* CSS cho máy tính bảng lớn, máy tính xách tay nhỏ */
	.section-chay-chu {
		width: 350vw;
	}
	.nav-chinh {
		display: none;
	}

	.text-apply-time {
		font-size: 10px;
		white-space: nowrap;
		margin-left: -10px;
	}

	#hambuger-menu {
		right: 40px;
		top: 23px;
		display: block;
	}
	.footer-2 {
		display: block;
		margin-top: 2rem !important;
	}
	.footer-1 {
		display: none;
	}

	.footer-3 {
		display: none;
	}
	.modal-confirm-18 {
		width: 70%;
	}
	.wrapper-trung-thuong {
		height: 187px !important;
	}
	.wrapper-trung-thuong .wrapper-trung-thuong-padding {
		padding: 40px 10px 20px 50px !important;
	}
	.wrapper-trung-thuong .trung-thuong-txt-title {
		font-size: 18px;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-1 {
		font-size: 10px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-2 {
		font-size: 15px;
		line-height: 1.2rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-3 {
		font-size: 10px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-title-the-cao {
		font-size: 16px;
	}
}

@media (min-width: 992px) and (max-width: 1050px) {
	.section-chay-chu {
		width: 190vw;
	}
	.nav-chinh {
		width: 35% !important;
        font-size: 12px;
	}

	.text-apply-time {
		font-size: 10px;
		white-space: nowrap;
		margin-left: -10px;
	}

	.wrapper-trung-thuong {
		height: 200px !important;
	}
}

/* Màn hình rất lớn (Extra Large Devices - Máy tính xách tay lớn, màn hình máy tính để bàn nhỏ) */
@media (min-width: 1050px) and (max-width: 1199.98px) {
	/* CSS cho máy tính xách tay lớn, màn hình máy tính để bàn nhỏ */
	.section-chay-chu {
		width: 190vw;
	}
	.nav-chinh {
		width: 35% !important;
        font-size: 10px;
	}

	.text-apply-time {
		font-size: 10px;
		white-space: nowrap;
		margin-left: -10px;
	}

	.wrapper-trung-thuong {
		height: 222px !important;
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
	/* CSS cho màn hình máy tính để bàn lớn */
	.section-chay-chu {
		width: 190vw;
	}
	.nav-chinh {
		width: 35% !important;
        font-size: 12px;
	}
	.wrapper-trung-thuong {
		height: 230px !important;
	}

	.wrapper-trung-thuong .wrapper-trung-thuong-padding {
		padding: 39px 10px 20px 86px !important
	}
	
}

/* Màn hình cực lớn (XXL Devices - Màn hình máy tính để bàn lớn, TV) */
@media (min-width: 1280px) and (max-width: 1439.98px) {
	/* CSS cho màn hình máy tính để bàn lớn */
	.section-chay-chu {
		width: 190vw;
	}
	.nav-chinh {
		width: 35% !important;
        font-size: 13px;
	}
	.wrapper-trung-thuong {
		height: 177px !important;
	}
	.wrapper-trung-thuong .wrapper-trung-thuong-padding {
		padding: 54px 12px 20px 91px !important
	}
	.wrapper-trung-thuong .wrapper-trung-thuong-padding {
		padding: 40px 10px 20px 50px !important;
	}
	.wrapper-trung-thuong .trung-thuong-txt-title {
		font-size: 18px;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-1 {
		font-size: 10px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-2 {
		font-size: 15px;
		line-height: 1.2rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-explain-3 {
		font-size: 10px;
		line-height: 1rem;
	}
	.wrapper-trung-thuong .trung-thuong-txt-title-the-cao {
		font-size: 16px;
	}
}

@media (min-width: 1440px) and (max-width: 1919.98px) {
	/* CSS cho màn hình lớn hơn (độ phân giải 1440p) */
	.section-chay-chu {
		width: 190vw;
	}
	.wrapper-trung-thuong {
		height: 195px !important;
	}
	.nav-chinh {
		width: 35% !important;
        font-size: 14px;
	}
}

/* Màn hình cực đại (Ultra-Wide Devices - Màn hình rất lớn, độ phân giải 4K và cao hơn) */
@media (min-width: 1920px) {
	/* CSS cho màn hình 4K, Ultra-Wide */
	.section-chay-chu {
		width: 250vw;
	}
	.wrapper-trung-thuong {
		height: 250px !important;
	}
	.wrapper-trung-thuong-padding {
		padding: 40px 10px 20px 88px !important;
	}
}

@keyframes textrun {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@keyframes zom_out_scale {
	0% {
	  -webkit-transform: translateX(0%) scale(1);
			  transform: translateX(0%) scale(1);
	  opacity: 1;
	}
	50% {
	  -webkit-transform: translateX(0%) scale(1.2);
			  transform: translateX(0%) scale(1.2);
	  opacity: 0;
	}
	60% {
	  -webkit-transform: translateX(10%) scale(0);
			  transform: translateX(10%) scale(0);
	  opacity: 0;
	}
  }

  
@keyframes zom_out_scale1 {
	0% {
	  -webkit-transform: translateX(0%) scale(1);
			  transform: translateX(0%) scale(1);
	  opacity: 1;
	}
	50% {
	  -webkit-transform: translateX(0%) scale(1.2);
			  transform: translateX(0%) scale(1.2);
	  opacity: 0;
	}
	60% {
	  -webkit-transform: translateX(10%) scale(0);
			transform: translateX(10%) scale(0);
	  opacity: 0;
	}
  }
