html, body{
	width: 100%;
	max-width: 480px;
	margin: auto;
}
body{
    padding-bottom: 100px;
}
img{
	max-width: 100%;
}
#mainWrp{
	margin-top: 30px;
	margin-bottom: 30px;
    font-size: 15px;
    background: rgb(255, 245, 229);
    border-radius: 15px;
    padding: 0.5rem 1rem 1rem;
    color: #2870cb;
}
#mainWrp h2{
	text-align: center;
	line-height: 1.6;
    color: rgb(239, 36, 36);
    -webkit-text-stroke-color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin: 10px 0;
    font-size: 16px;
}
#mainWrp h2 a{
	color: rgb(239, 36, 36);
	-webkit-text-stroke-color: rgb(255, 255, 255);
}
#mainWrp p{
	margin: 10px 0;
}
#mainWrp ul{
	list-style: none;
	padding-left: 0;
}
#mainWrp ul li{
	padding: 5px 0;
}
#fbHead{
	background-color: #4672b9;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    width: 100%;
    font-weight: 700;
}
.media{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
	font-size: 14px;
}
.media > img{
	width: 64px;
}
.media-body h5{
	color: #365899;
	font-size: 14px;
}
.media-body p{
	margin-bottom: 5px;
	text-align: justify;
}
.media-body img{
	display: block;
	width: 60%;
	margin: auto;
}
.media-body span{
	color: #90949c;
    font-size: 12px;
}

#frmWrp{
    padding-top: 20px;
    margin-bottom: 20px;
}
.frmTitle{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    color: #2870cb;
}
.frmAmount{
    display: flex;
    align-items: center;
    justify-content: center;
}
.frmAmount input#amount-input{
    width: 100%;
    background-color: #fff;
    border-color: #ddd;
    color: #333;
    box-shadow:inset 0 1px 3px rgba(0,0,0,.2);
}
.ui-slider{
    height: 30px;
    margin: 15px;
    -ms-touch-action: pan-y pinch-zoom double-tap-zoom;
}
.ui-slider:before, .ui-slider:after {
    content: "";
    display: table;
}
.ui-slider .ui-slider-track{
    box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
    background-color: #e9e9e9;
    border-color: #ddd;
    color: #333;
    text-shadow: 0 1px 0 #eee;
    font-weight: 700;
    position: relative;
    overflow: visible;
    border-width: 1px;
    border-style: solid;
    height: 15px;
    top: 6px;
    border-radius: 0.3125em;
    margin: 0px;
}
.ui-slider .ui-btn-active{
    background-color: beige;
    border-color: #38c;
    color: #fff;
    text-shadow: 0 1px 0 #059;
}
.ui-slider .ui-btn{
    border-color: #ddd;
    text-shadow: 0 1px 0 #f3f3f3;
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 28px;
    height: 28px;
    margin: -15px 0 0 -15px;
    outline: 0;
    padding: 0;
    border-radius: 5px;
    font-size: .9em;
    line-height: 30px;
    color:#fff;
    background-color: rgba(248,140,61,1);
}
.frmTime-wrap{
    margin-bottom: 10px;
}
.frmTime-title{
    margin-bottom: 5px;
}
.frmTime-step{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.frmTime-step > div{
    width: calc(31.333% - 5px);
    color: #999;
    background-color: #f5f5f5;
    margin: 0px 5px 10px;
    padding: 5px;
    white-space: nowrap;
    border-radius: 3px;
    text-align: center;
}
.frmTime-step :nth-child(1){
    margin-right: 5px !important;
}
.frmTime-step :nth-child(6){
    margin-left: 5px !important;
}
.frmTime-step .active{
    background-color: rgba(248,140,61,1) !important;
    color:#ffffff !important;
}
.frmTinhLai-wrap{
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.frmTinhLai-title{
    margin-bottom: 5px;
}
.frmTinhLai-cntn span:nth-child(3){
    font-size: 10px;
    color:#999;
}
.form{
    padding-bottom: 100px;
}
.ginput{
    display: flex;
    flex-direction: column; 
}
.ginput label{
    font-weight: 700;
    margin-bottom: 3px;
}
.ginput label span{
    color: #333;
    font-weight: 400;
}
.ginput input,.ginput textarea{
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ddd;
    outline: none;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
}
.ginput textarea{
    height: 70px;
}
.form button{
    display: block;
    margin: 20px auto 0;
    width: 250px;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    background-color: rgba(248,140,61,1);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    border: none;
}
.mdList{
    list-style: none;
    padding-left: 0;
    padding-top: 20px;
}
.mdList li{
    display: flex;
    align-items: flex-start;
}
.mdList li img{
    width: 30px;
}
.mdList li p{
    flex: 1;
    padding-left: 10px;
}
.mdList p span {
    font-size: 14px;
    font-style: italic;
}




#notify {
    width: 300px;
    height: 62px;
    top: -160px;
    right: 10px;
    opacity: 0;
    bottom: auto;
    left: auto;
    position: fixed;
    z-index: 90000060;
    transition: top .5s ease-in-out,bottom .5s ease-in-out,opacity .5s ease-in-out;
}
#notify.open{
    top: 30px;
    opacity: 1;
}
.notify {
    display: flex;
    align-items: center;
    padding: 5px;
    box-shadow: 0 0 1px rgba(64,64,64,.3), 0 8px 50px rgba(64,64,64,.05);
    border-radius: 40px;
    color: rgba(64,64,64,1);
    background: rgba(235,235,235,.9);
    line-height: 1.6;
    width: 100%;
    height: 100%;
    font-size: 13px;
}
.notify img{
    margin-right: 13px;
    border-radius: 50%;
    width: 53px;
    height: 53px;
    pointer-events: none;
}
.t-notify{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.tit--notify{
    font-size: 92%;
    height: 17px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}
.ct--notify{
    font-size: 100%;
    height: 17px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    padding-top: 2px;
    color: #ef2424;
}
#zaloBtn{
	width: 65px;
    height: 65px;
    top: auto;
    left: 10px;
    bottom: 32px;
    right: auto;
    position: fixed;
    z-index: 90000050;
}
.show-zalo-aua {
    width: 100%;
    max-width: 480px;
    box-sizing: border-box;
    padding: 10px;
    background-color: #656563;
    position: fixed;
    top: -100%;
    transition: top 1s ease-in-out;
    border-radius: 10px;
    z-index: 100000000000000000000;
}
.show-zalo-aua a {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.show-zalo-aua a .icon-zalo {
    width: 60px;
}
.show-zalo-aua a .icon-zalo img {
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 40px;
}
.show-zalo-aua a .show-info-zalo {
    width: calc(100% - 60px);
    position: relative;
}
.show-zalo-aua a .show-info-zalo span {
    color: #eceaeb;
    line-height: 25px;
    font-size: 14px;
}
.show-zalo-aua a .show-info-zalo p {
    color: #eceaeb;
    position: absolute;
    right: 0;
    top: 0;
}

.ui-input-text, .ui-input-search{
    border: none!important;
}
.ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page{
    position: static;
    
}

/* POPUP */
#popup{
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
#popup.in{
    display: block;
}
.popup-ovl{
    background: rgba(0,0,0,.2);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.pCntn{
    width: 90%;
    max-width: 450px;
    background: #fff;
    border-radius: 15px;
    padding: 20px 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 0 1px rgba(64,64,64,.3), 0 8px 50px rgba(64,64,64,.05);
}
.pTitle{
    font-size: 20px;
    /* font-weight: 700; */
    margin-bottom: 10px;
    text-align: center;
    color: #2870cb;
}
#pForm label{
    display: block;
    text-align: center;
    font-weight: 700;
}
#pForm input[type="number"]{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    max-width: 270px;
    height: 40px;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #bdbdbd;
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
#pForm input:focus{
    outline: none;
}
#pForm button{
    display: block;
    width: 150px;
    height: 45px;
    background-color: #088a4a;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    margin: 0 auto;
    border: none;
}
.pClose{
    position: absolute;
    top: -5px;
    right: -5px;
    width: 30px;
    height: 30px;
    background: #f11010;
    border-radius: 15px;
    color: #fff;
    line-height: 28px;
    text-align: center;
}


.tada {
	display: inline-block;
    animation-name: tada;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes tada {
    from {-webkit-transform: scale3d(1,1,1);transform: scale3d(1,1,1)}
    10%,20% {-webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}
    30%,50%,70%,90% {-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}
    40%,60%,80% {-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}
    to {-webkit-transform: scale3d(1,1,1);transform: scale3d(1,1,1)}
}
.zoom {
    display: inline-block;
    animation-name: zoom;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@-webkit-keyframes zoom{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(0.9,0.9,0.9);transform:scale3d(0.9,0.9,0.9)}}
@keyframes zoom{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(0.9,0.9,0.9);transform:scale3d(0.9,0.9,0.9)}}