* {
    box-sizing: border-box;
}
html, body {
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Nunito', sans-serif!important;
    font-size:14px!important;
}
img {
    max-width: 100%;
    height: 100%;
}
.container-fluid {
    padding: 0 !important;
    /*margin-top: 10px;*/
}
.row {
     /*margin: 0 !important; */
}
/*config custom form*/
select.custom-select-sm {
    width: 100%;
}

/*config tab navbar */
ul.nav.nav-tabs {
    display: flex;
    justify-content: center;
}
ul.nav.nav-tabs {
    border-bottom-width: 0;
}
.process li.nav-item, 
.intro li.nav-item {
    width: 35%;
    margin: 0 !important;
}
.support li.nav-item, 
.promote li.nav-item {
    width: 20%;
}

.package ol.flickity-page-dots {
    display: none;
}


/*config flickity*/
.carousel {
  background: #FAFAFA;
}
.banner .carousel-cell {
    width: 100%;
    /* height: 400px; */
}
.carousel-cell {
  width: 100%;
  height: auto;
}

.carousel-cell-image {
  display: block;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
  opacity: 0;
  transition: .4s;
}

.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  opacity: 1;
}

header {
    /*height:72px;
    line-height:72px;*/
    padding: 10px 0 0 0;
    z-index: 2;
    position: relative;
}

header #logo {}
header #logo img {
    height:42px;
}
header .main-menu {margin-right: 235px;}
header .main-menu ul {}
header .main-menu li {
    display:inline-block;
}
header .main-menu li a {
    display:block;
    color:initial;
    /*padding:0 24px;*/
    text-decoration:none;
    transition:all .15s ease-out;
    font-size:16px;
}
header .main-menu li a:hover {
    background:#efeff4;
}
header .cta {
    /* transform: translateX(calc((100vw - 1140px)/2)); */
    /*position: fixed;
    top: 0;*/
    right: 0;
    z-index: 2;
}
header .cta ul {}
header .cta li {
    display:inline-block;
    margin-left:-4px;
}
header .cta li a {
    display:block;
    /*background:#005db4;*/
    color:#005db4;
    padding:15px;
    text-transform:uppercase;
    font-weight:700;
}
header .cta li:nth-child(2) a {
    background:#333333;
}


/*banner*/
.banner ol.flickity-page-dots {
  bottom: 20%;
}
.banner li.dot {
  width: 30px;
  height: 30px;
}

.banner {
    position: relative;
}

.banner .carousel-cell {}

.banner .carousel-cell .bg {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.intro {
    position: relative;
}

.intro .nav {
    margin-top: -70px;
}

.nav {
    margin-top: -63px;
}

.intro .package-content {}

.intro .package-content h1 {
    margin-bottom: 32px;
}

.intro .package-content .listing {}

.intro .package-content .listing .item {}

.intro .package-content .listing .item img {
    height: auto;
    margin-bottom: 12px;
}

.intro .package-content .listing .item h5 {
    font-weight: 700;
}

.intro .package-content .listing .item p {
    font-size: 14px;
}

.nav .nav-item {
    padding: 0 4px;
    text-align: center;
    border-radius: 0;
}

.nav .nav-item a {
    border-radius: 0;
    background: #EFEFF4;
    color: #ABB4BD;
    padding: 20px;
    transition: none;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.intro .nav .nav-item a {
    font-size: 20px;
}

.intro .nav .nav-item a:hover {
}

.nav .nav-item a.active {
    background: white;
    border-color: transparent;
    color: #005db4;
}

.package {
    
}

.benefit {
	margin-top:-15px;
}

.benefit .item {
    height:260px;
}

.benefit .item .bg {
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
}




/*process*/

.process {
    position:relative;
    /*background: #F2B500;*/
    background:#005FB2;
    padding: 32px 0 0;
}

.process h1 {
    color: initial;
}

.process .nav {}

.process .nav .nav-item a {
    color: #8e6b03;
    white-space: nowrap;
}

.process .nav .nav-item a.active {
    background: #fcd75b;
}

.process .tab-content {
    background: #fbd666;
    box-shadow: 0 -12px 24px rgba(0,0,0,.05);
}

.process .listing {
    display: flex;
    justify-content: center;
}

.process .item {
    width: 25%;
    text-align: center;
}

.process .item .img {
    margin-bottom: 12px;
}

.process .item img {
    height: auto;
}

.process .item .desc {}

.process .item .desc h5 {}

.process .item .desc p {}
.process-online, .process-visit {
    width: 100%;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.online-item {
    width: 20%;
    align-self: center;
}
.online-item-img img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.tab-pane {
    margin-top: 42px;
    margin-bottom: 42px;
}


/*support section*/

.support {
    background:#005FB2;
    padding: 32px 0 0;
    /* color: white; */
}

.support h1, .process h1 {
    margin-bottom: 24px;
    color: white;
    text-shadow: 0 2px 8px rgba(0,0,0,.2);
    font-weight: 700;
}
.support h4, .process h4 {
	font-size: 1.3rem;
    margin-bottom: 24px;
    color: white;
    text-shadow: 0 2px 8px rgba(0,0,0,.2);
    font-weight: 700;
}

.support .nav, .process .nav {
    margin: 0;
}
.support .tab-content {
    background: white;
}

.support .tab-pane, .process .tab-pane {
    margin-top: 0;
    margin-bottom: 0;
    padding: 32px 0;
}


/*check status css*/
.checkStatus {
    padding: 48px 0;
    background: #efeff4;
}

.btn.btn-theme {
    background: white;
    color: #005db4!important;
    border-radius: 0;
    border: 2px solid #005db4;
    height: 42px;
    /*line-height: 42px;
    padding: 0 24px;*/
    box-shadow: 6px 6px 0 rgba(0, 93, 180, 0.25);
    transition: all .5s cubic-bezier(0.17, 1.18, 0.6, 0.7);
    font-weight: 700;
}

.btn.btn-theme:hover {
    transform: translate(6px,6px);
    box-shadow: none;
}

/*promote*/

.promote {display: flex;}

.promote .item {
    width: 50%;
    height: 240px;
    position: relative;
}

.promote .item:nth-child(1) .bg {
    background-color: #ffbaba;
}

.promote .item .bg {
    background-color: #c3e2ff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}

.promote .item .desc {
    position: relative;
    position: absolute;
    width: 50%;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    padding: 42px;
}

.promote .item .desc span {
    display: block;
    margin-bottom: 16px;
}

.promote .item .desc a {}
/*footer*/

footer {
    padding: 0;
}

footer .info {
    padding: 24px 0;
    background: white;
}

footer .info .box {}

footer .info .box h4 {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #DDD;
}

footer .info .box ul {
    margin: 0;
    padding: 0;
}

footer .info .box li {
    display: block;
    margin: 0;
}

footer .info .link li a {
    padding: 4px 0;
    display: block;
    font-weight: 700;
}

footer .info .contact li {
    margin-bottom: 12px;
}

footer .info .contact li i {
    background: #146bbe;
    color: white;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
}

footer .cpr {
    padding: 12px 0;
    background: #efeff4;
}

/* modal */

#modal-register {}

#modal-register .modal-dialog {
    max-width: 640px;
    /*width: 100%;*/
}

#modal-register .modal-content {
    padding: 10px;
    border-top: 2px solid #005db4;
}

#modal-register form {}

#modal-register form .form-group {}

#modal-register form .form-group label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #797979;
}

#modal-register form .form-group .form-control {
    transition: all .15s ease-out;
    height: 42px;
    /* background: #efeff4a8; */
    border-color: #00000054;
}

#modal-register form .form-group .form-control:focus {
    border-color: #349dff;
    box-shadow: 0 0 0 4px #68b6ff4f;
    background-color: white;
}

#modal-register form .affiliate {
    /* padding: 24px 6px 12px; */
    /* background: #EFEFF4; */
    /* border: 1px solid #d8d8d8; */
    border-radius: 4px;
}
#modal-register form {
}

.red {
    color: red;
    margin-left: 2px;
}
.btn-main {
    background: #0060AE;
    color: white;
    padding: 12px 10px 10px;
    border-radius: 4px;
    box-shadow: 0 12px 15px rgba(0,96,174,0.3);
    color: rgb(255, 255, 255);
    text-align: center;
    display: inline-block;
    cursor: pointer;
    height: 40px;
}

.countdown {
    background: #515E66;
    color: white;
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 72px;
    z-index: 10;
    transition: all 0.25s ease-out;
    transform: translateY(72px);
}

.countdown.activated {
    transform: translateY(0);
}

.countdown .time {
    margin-top: 12px;
}

.countdown .confirm {
    background: url(../img/btn-edge.png);
    width: 184px;
    height: 42px;
    display: block;
    text-align: center;
    line-height: 46px;
    color: rgb(81, 94, 102);
    font-weight: 600;
    margin-top: 16px;
    text-decoration: none!important;
    background-size: 100% 100%;
}

.countdown .confirm span {
    opacity: 0;
    transition: all 0.15s ease-out;
    transform: translateX(5px);
    display: inline-block;
    position: relative;
}

.countdown .confirm:hover span {
    opacity: 1;
    transform: translateX(0);
}

.countdown .time .txt {
    display: block;
    margin-bottom: 3px;
}

.countdown .time .txt strong {
    color: rgb(243, 181, 77);
    font-weight: 500;
}

.countdown .time .clock {
    font-size: 2em;
}

/* modal complete */

#modal-complete {
    background: rgba(0,96,174,0.6);
}

#modal-complete .modal-dialog {
    width: 420px;
    height: 560px;
    /* margin: 0 auto; */
}

#modal-complete .modal-content {
    height: 100%;
    border: none;
    box-shadow: 0 15px 25px rgba(2, 19, 31, 0.2);
}

#modal-complete .modal-body {
    padding: 40px 36px 10px;
    height: 100%;
}

#modal-complete .wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#modal-complete .full {
    width: 400%;
    height: 100%;
    transition: all 0.25s ease-out;
}

#modal-complete .next .full {
    transform: translateX(-25%);
}

#modal-complete .section {
    width: 25%;
    height: 100%;
    float: left;
    padding: 0 10px;
    position: relative;
}

#modal-complete .section.post-paid {}

#modal-complete .section .ticket {
    text-align: center;
    margin-bottom: 54px;
}

#modal-complete .section .ticket span {
    display: block;
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 16px;
}

#modal-complete .section .ticket .code {
}

#modal-complete .section .ticket .code .number {
    background: url(../img/icon-ticket.svg);
    max-width: 336px;
    width: 100%;
    height: 70px;
    background-size: 100% 100%;
    text-align: center;
    display: block;
    line-height: 70px;
    font-size: 32px;
    color: #005FAD;
    font-weight: 500;
}

#modal-complete .section .ticket .code span {
    font-size: inherit;
    font-weight: inherit;
}

#modal-complete .section .ticket .code span em {
    color: #F8C51A;
    font-style: normal;
    font-weight: 600;
}

#modal-complete .section.post-paid .info {
    width: 80%;
    margin: 0 auto;
}

#modal-complete .section .inform {
    text-align: center;
    margin-top: 24px;
}

#modal-complete .section .inform img {
    display: block;
    margin: 0 auto 24px;
    opacity: 0;
    transition: all 0.25s ease-out 0.5s;
    transform: translateY(-20px);
    height: 30px;
}

#modal-complete .next .section .inform img {
    opacity: 1;
    transform: translate(0);
}

#modal-complete .section .inform span {
    font-weight: 600;
    font-size: 16px;
}

#modal-complete .section .info {}

#modal-complete .section .form {
    position: absolute;
    width: calc(100% - 20px);
    top: 45%;
    transform: translateY(-50%);
    left: 10px;
    text-align: center;
}

#modal-complete .section .form input {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    outline: none;
    border: none;
    border-bottom: 2px solid #DDD;
    font-size: 20px;
    color: #999;
    padding: 5px 0;
}

#modal-complete .section .form span {}

#modal-complete .section .info span {
    display: block;
    text-align: center;
    margin-bottom: 8px;
}

#modal-complete .section .info a {
    color: rgb(0, 95, 173);
    display: block;
    text-align: center;
}

#modal-complete .section .info a>span {
    display: inline;
}

#modal-complete .section.otp .info .number {
    font-size: 20px;
    font-weight: 600;
}
.bg-yellow {
    background: #F3B54D;
}
.btn-main .bg-yellow {
    box-shadow: 0 12px 15px rgba(243,181,77,0.3);
}
.btn-gray {
    background: #AFAFAF;
    color: white;
    padding: 15px 10px 13px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    text-align: center;
    display: block;
    cursor: pointer;
} 
#modal-complete .section .action {
    position: absolute;
    width: calc(100% - 20px);
    bottom: 25px;
    left: 10px;
}

#modal-complete .section .action2{
    position: absolute;
    width: 100%;
    bottom: 25px;
    /* left: 120px; */
    text-align: center;
}

#modal-complete .section .action2 button {
    display: inline-block;
}
#modal-complete .next-to-falure .full {
    transform: translateX(-50%);
}
#modal-complete .next-to-code .full {
    transform: translateX(-75%);
}
#lbl-wrong-otp{
	display:none;
}
