#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #000;
	opacity: 0.6;
	width: 100%;
	filter: alpha(opacity=60);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }
  #loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	margin: -30px;
	border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: #ddd;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
  }
  #loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: #be2821;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
  }
  #loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 1px solid transparent;
	border-top-color: #c62b27;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
  }
  @-webkit-keyframes spin {
	0% {
	  -webkit-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @keyframes spin {
	0% {
	  -webkit-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
}

/*body, .footer .footer__middle__link { font-size: 14rem; }*/

/** HEADER */
.navbar-header {
	height: 100px !important;
	background-color: rgb(197 40 28);
	box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
}

.navbar-header__logo .img-logo { height: 36px; }

.gpages .gsection-welcome, .gpages .gsection-support {
    padding: 110px 0 40px;
    background: #f6f6f6;
}

.box-card { word-break: break-word; }

.intro-text {
	font-size: 18px;
}

.intro-title {
	font-size: 28px;
    color: #737F8B;
    font-weight: 400;
}

.otp-inputs {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-template-rows: repeat(1,85rem);
    grid-template-rows: repeat(1,var(--inputs-height));
    grid-gap: 25px;
}

.otp-inputs input {
    width: 100%;
    border: 0;
    box-sizing: border-box;
    text-align: center;
    max-width: 100%;
    font-size: 25px;
    height: 65px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 2px solid #C21B17;
    background-color: #f6f6f6;
}

.otp-inputs input:active, 
.otp-inputs input:focus, 
.otp-inputs input:focus-visible, 
.otp-inputs input:focus-within {
    outline: none;
}

/** UTILITIES */
.col--10x { width: 100px; }

.text-gray { color: #ccc; }

.text-bigger {
	font-size: 16rem;
    font-weight: 500;
}

.text-larger {
	font-size: 22rem;
    font-weight: 500;
}

.btn-otp {
    font-weight: 400;
    font-size: 14rem;
    line-height: 1.5;
    letter-spacing: 1rem;
    text-transform: uppercase;
    margin-bottom: 0;
    outline: none;
    border: none;
    border-radius: 4rem;
    transition: all .3s linear;
    min-height: 38rem;
    cursor: pointer;
    display: block;
    min-width: 230px;
}

.btn-otp.btn-otp-red:disabled,
.btn-otp.btn-otp-red[disabled] {
	background-color: #d8d8d8;
	cursor: default;
}

button.btn-otp:focus {
	outline: none;
}

.btn-otp.btn-otp-red {
   color: #fff;
   background: #C21B17;
}

.btn-outline-dark {
    background-color: #fff;
    border: 1px solid #343a40 !important;
}

.gblock-welcome {
	border-radius: 5px; 
	align-items: flex-start;
}

.welcome__right, .welcome__right__file {
	list-style: none; 
	padding-left: 0;
}


/*
.welcome__right > li {
	padding-left: 20px;
}

.welcome__right:after {
    content: "";
    background: #c21b17;
    width: 2px;
    height: calc(100% - 145px);
    position: absolute;
    left: 27px;
    top: 20px;
}

.welcome__right.not_download:after {
	height: calc(100% - 60px);
	background: #e9ecef;
}

.welcome__right > li:first-child:after {
	content: "";
    background: #c21b17;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 15px;
    z-index: 1;
}

.welcome__right > li:last-child:not(:first-child):after {
	content: "";
    border: 2px solid #6c757d;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    bottom: 105px;
    z-index: 1;
}

.welcome__right > li.active:last-child:after {
    border: 2px solid #c21b17;
    background-color: #c21b17;
}
 */
.box {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 5%);
    border-radius: 8px!important;
    padding: 16px 28px 16px 54px;
    position: relative;
    left: 0;
    top: 0;
}
 .progress-contain {
    width: 16px;
    height: calc(100% - 80px);
    display: block;
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 25px;
}

.progress-contain.has_download {
    height: calc(100% - 165px);
}

.progress-contain.has_download.has_otp {
	height: calc(100% - 280px);
}

.progress-contain .dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: solid 2px #737F8B;
    background-color: #ffffff;
}

.progress-contain .dot.active {
    border: solid 1px #C21B17;
    background-color: #C21B17;
}

.progress-contain .progress {
    width: 2px;
    background-color: #F6F6F6;
    height: 100%;
    position: relative;
    top: 0;
    left: 7px;
    z-index: 0;
}

.progress-contain .progress.has_download {
    background-color: #c21b17;
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.progress-contain .progress .progress-bar {
    width: 2px;
    background-color: #C21B17;
    transition: height 0.6s ease;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}


.welcome__right__file li {
	display: flex; 
	align-items: center;
	justify-content: flex-start;
}

.bg__note {
	background: #f6f6f6; 
	border-radius: 3px; 
	padding: 15px;
	font-size: 14px;
}
/*
@media (min-width: 768px) {
	.box-card { 
		padding-left: 150px;
		padding-right: 150px;
	}
	
	.welcome__right > li:last-child {
	    margin-top: -5px;
	}
	.thongbao
	{
		font-family:arial;
		color:#fff;
		font-size:1em;
		width:80%;
		text-align:center;
		font-weight:bolder;
		padding-top:10px;
	}
	.modal-dialog-x6 { max-width: 600px; }
}
*/
/*
@media screen and (max-width: 768px) {
	
	.gblock-welcome { padding: 20rem; }
	
	.otp-inputs-outer .otp-inputs { grid-gap: 10px; }
	
	.otp-inputs-outer .otp-inputs input {
	    height: 45px;
	    border-bottom: 1px solid #C21B17;
	}
	
	.box-buttons { 
		display: grid;
	    justify-content: flex-start;
	    align-items: center;
	}
}
*/
@media screen and (max-width: 414px) {
	
	.progress-contain {
	    height: calc(100% - 80px);
	}
	
	.welcome-inner-ext .welcome__right:after {
	    height: calc(100% - 157px);
	    left: 20px;
	}
	
	.welcome-inner-ext .welcome__right > li:after {
	    left: 10px;
	}
	
	.welcome-inner-ext .welcome__right > li:first-child:after {
	    top: 20px;
	}
	
	.welcome-inner-ext .welcome__right > li:last-child:after {
	    bottom: 118px;
	}
	
	.cartoon {
		width: 100%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	
	.footer { text-align: center; }
	
	.footer__middle h3:after {
	    left: calc(50% - 30px);
	}
	
	a.footer__middle__link {
	    margin-left: 20%;
	}
	
	.footer__dark { background-color: #3d464e!important; }
	
	.footer__gray { background-color: #495057!important; }
	
	.footer__middle .bottom__line { margin-bottom: 35rem!important; }
	
	.footer__middle .bottom__line:after {
	    content: "";
	    background: #8a8a8a;
	    width: 48px;
	    height: 1px;
	    position: absolute;
	    left: calc(50% - 30px);
	}
}

/** FOOTER */
.footer__top__right a {
    background: rgba(0, 0, 0, .25);
}
.thongbao
{
	font-family:arial;
	color:#fff;
	font-size:2em;
	width:80%;
	text-align:center;
	font-weight:bolder;
	padding-top:10px;
}

a.footer__middle__link { font-weight: 400; display: flex !important;}

a.footer__middle__link:hover {
    text-decoration: none;
}

.footer__middle__link .genic {
	font-size: 20rem;
    margin-right: 8rem;
}

.footer__middle__link__icon {
	width: 20px;
    height: 20px;
    margin-right: 8rem;
}

.container-custom {
	position: relative;
	width: 100%;
}

.image-custom {
	width: 100%;
	height: auto;
}

.text-custom {
	position: absolute;
	top: 60%;
	left: 80%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
	width: 40%;
}
.header-custom {
	font-family:arial;
	color:#fff;
	font-size:2em;
	width:77%;
	text-align:center;
	font-weight:bolder;
	padding-top:10px;
}
/* Styles for S20 in portrait mode */
@media only screen and (min-width: 300px) and (max-width: 600px) {
	  .text-custom {
		position: absolute;
		top: 70%;
		left: 80%;
		transform: translate(-50%, -50%);
		color: white;
		text-align: center;
		width: 40%;
	}
	.text-custom h2 {font-size: 10rem; margin-bottom:10%;}
	.text-custom h3 {font-size: 8rem; margin-bottom:0px;}
	.navbar-header__logo .img-logo { height: 25px;}
	
	.header-custom {
		font-family:arial;
		color:#fff;
		font-size:1em;
		width:50%;
		text-align:center;
		font-weight:bolder;
		padding-top:10px;
	}
	
	.navbar-header__logo {
		width: 30%;
	}
	
	.navbar-header {
		height: 70px !important;
	}
	
		
	.gblock-welcome { padding: 20rem; }
	
	.otp-inputs-outer .otp-inputs { grid-gap: 10px; }
	
	.otp-inputs-outer .otp-inputs input {
	    height: 45px;
	    border-bottom: 1px solid #C21B17;
	}
	
	.box-buttons { 
		display: grid;
	    justify-content: flex-start;
	    align-items: center;
	}
}



@media only screen and (min-width: 900px) and (max-width: 1100px) {
	  .text-custom {
		position: absolute;
		top: 60%;
		left: 80%;
		transform: translate(-50%, -50%);
		color: white;
		text-align: center;
		width: 40%;
	}
	.text-custom h2 {font-size: 22rem; margin-bottom:10%;}
	.text-custom h3 {font-size: 20rem; margin-bottom:0px;}
	.navbar-header__logo .img-logo { height: 25px;}
	
	.header-custom {
		font-family:arial;
		color:#fff;
		font-size:1em;
		width:50%;
		text-align:center;
		font-weight:bolder;
		padding-top:10px;
	}
	
	.navbar-header__logo {
		width: 30%;
	}
	
	.navbar-header {
		height: 70px !important;
	}
	
		
	.gblock-welcome { padding: 20rem; }
	
	.otp-inputs-outer .otp-inputs { grid-gap: 10px; }
	
	.otp-inputs-outer .otp-inputs input {
	    height: 45px;
	    border-bottom: 1px solid #C21B17;
	}
	
	.box-buttons { 
		display: grid;
	    justify-content: flex-start;
	    align-items: center;
	}
}

@media only screen and (min-width: 700px) and (max-width: 900px) {
	  .text-custom {
		position: absolute;
		top: 60%;
		left: 80%;
		transform: translate(-50%, -50%);
		color: white;
		text-align: center;
		width: 40%;
	}
	.text-custom h2 {font-size: 17rem; margin-bottom:10%;}
	.text-custom h3 {font-size: 14rem; margin-bottom:0px;}
	.navbar-header__logo .img-logo { height: 25px;}
	
	.header-custom {
		font-family:arial;
		color:#fff;
		font-size:1em;
		width:50%;
		text-align:center;
		font-weight:bolder;
		padding-top:10px;
	}
	
	.navbar-header__logo {
		width: 30%;
	}
	
	.navbar-header {
		height: 70px !important;
	}
	
		
	.gblock-welcome { padding: 20rem; }
	
	.otp-inputs-outer .otp-inputs { grid-gap: 10px; }
	
	.otp-inputs-outer .otp-inputs input {
	    height: 45px;
	    border-bottom: 1px solid #C21B17;
	}
	
	.box-buttons { 
		display: grid;
	    justify-content: flex-start;
	    align-items: center;
	}
}

/* Styles for S20 in portrait mode */
@media only screen and (min-width: 601px) and (max-width: 767px) {
	  .text-custom {
		position: absolute;
		top: 70%;
		left: 80%;
		transform: translate(-50%, -50%);
		color: white;
		text-align: center;
		width: 40%;
	}
	.text-custom h2 {font-size: 10rem; margin-bottom:10%;}
	.text-custom h3 {font-size: 8rem; margin-bottom:0px;}
	.navbar-header__logo .img-logo { height: 25px;}
	
	.header-custom {
		font-family:arial;
		color:#fff;
		font-size:1em;
		width:50%;
		text-align:center;
		font-weight:bolder;
		padding-top:10px;
	}
	
	.navbar-header__logo {
		width: 30%;
	}
	
	.navbar-header {
		height: 70px !important;
	}
	
		
	.gblock-welcome { padding: 20rem; }
	
	.otp-inputs-outer .otp-inputs { grid-gap: 10px; }
	
	.otp-inputs-outer .otp-inputs input {
	    height: 45px;
	    border-bottom: 1px solid #C21B17;
	}
	
	.box-buttons { 
		display: grid;
	    justify-content: flex-start;
	    align-items: center;
	}
}

/* Styles for iPad in portrait mode */
@media only screen and (min-device-width: 768px) and (max-device-width: 1100px) {
	  .text-custom {
		position: absolute;
		top: 60%;
		left: 80%;
		transform: translate(-50%, -50%);
		color: white;
		text-align: center;
		width: 40%;
	}
	.text-custom h2 {font-size: 20rem; margin-bottom:10%;}
	.text-custom h3 {font-size: 10rem; margin-bottom:0px;}
	.navbar-header__logo .img-logo { height: 36px;}
	
	.header-custom {
		font-family:arial;
		color:#fff;
		font-size:1em;
		width:50%;
		text-align:center;
		font-weight:bolder;
		padding-top:10px;
	}
	
	.navbar-header__logo {
		width: 30%;
	}
	
	.navbar-header {
		height: 70px !important;
	}
	
		.footer__top__right {
		width: 33.3%;
	    display: block!important;
	    padding-right: 15px;
	    padding-left: 15px;
	}
	
	.footer__top__right h3 {
		width: 100% !important;
	}
	
	a.ml-lg-12, a.mx-lg-12 {
	    margin-left: 0!important;
	}
	.box-card { 
		padding-left: 150px;
		padding-right: 150px;
	}
	
	.welcome__right > li:last-child {
	    margin-top: -5px;
	}
	.thongbao
	{
		font-family:arial;
		color:#fff;
		font-size:1em;
		width:80%;
		text-align:center;
		font-weight:bolder;
		padding-top:10px;
	}
	.modal-dialog-x6 { max-width: 600px; }
}
}