.input-text{
    width: 100%;
    margin-bottom: 20px;
    float: right;
    margin-right: 0%;
}
.input-text i{
    width: 25px;
    float: right;
    font-size: 24px;
    color: rgb(218, 218, 218);
    text-align: center;
    margin-top: 5px;
    margin-left: 10px;
}
.input-text input{
background-color: #FFF;
    width: calc(90% - 33px);
    height: 30px;
    float: right;
    border: none;
    font-size: 14px;
    border-bottom: 1px solid rgb(185, 185, 185);
    outline: none;
}
.input-text:focus-within i{
    color: rgb(164,164,55);
    transition: .5s;
}
.input-text input:focus{
    border-bottom-color: rgb(164,164,55);
    transition: .5s;
}
/********************************* HEADER ***********************/

.color{
	width: 100%;
	height: 5px;
	float: right;
	position: fixed;
    z-index: 20;
    animation-name: register-icon-motion;
    animation-duration: 1.2s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
}
.color ul{
	width: 100%;
	height: 100%;
	float: right;
}
.color ul li{
	width: 12.5%;
	height: 100%;
	float: right;
}
header{
	background-image: url("../image/bg_menu.jpg");
	width: 100%;
	height: auto;
	float: right;
	box-shadow: 0 1px 20px 0 rgba(0,0,0,.06);
	position: fixed;
	top: 5px;
    z-index: 20;
}
header ul{
	width: auto;
	height: 55px;
	float: right;
	margin-right: 80px;
}
header ul li{
	float: right;
	margin-top: 16px;
	color: #434343;
	font-size: 14px;
	margin-right: 10px;
    cursor: pointer;
}
header ul li i{
	float: right;
	font-size: 18px;
	margin-left: 8px;
}
header ul li p{
	float: right;
}
.li-spn{
    background-color: #4fc238;
    color: #FFF;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    position: relative;
    left: -19px;
    top: -8px;
}
header img{
	float: left;
	height: 35px;
	margin-left: 5px;
	margin-top: 10px;
	display: none;
}
#btn-bar{
    display: none;
}


/**********/

.div-login{
    background-color: #F7F7F7;
    width: 50%;
    height: auto;
    max-height: 90%;
    float: right;
    position: fixed;
    top: 5%;
    right: 25%;
    box-shadow: rgb(74, 74, 74) 1px 1px 6px;
    border-radius: 10px;
    z-index: 50;
    overflow: auto;
    direction: ltr;
    display: none;
}
.div-login::-webkit-scrollbar { width: 0 !important }
.div-login { overflow: -moz-scrollbars-none; }
.div-login { -ms-overflow-style: none; }
.div-login .div-l-header{
    width: 94%;
    height: auto;
    margin-right: 3%;
    float: right;
}
.div-login .div-l-header ul{
    width: 100%;
    height: auto;
    float: right;
    margin: 0px;
        
}
.div-login .div-l-header ul li{
    width: 50%;
    padding: 20px 0px;
    float: right;
    text-align: center;
    border-bottom: 2px solid rgb(199, 198, 198);
    font-size: 1.1rem;
    margin: 0px;
}
.div-login .div-l-header ul .d-l-active{
    border-bottom-color: #FB0000;
    font-weight: 600;
}

.div-login .div-l-section{
    width: 94%;
    height: auto;
    margin: 15px 3%;
    float: right;
}
.div-login .div-l-section ul{
    width: 100%;
    height: auto;
    float: right;
    margin-right: 0%;
    direction: rtl;
}
.div-login .div-l-section ul li{
    width: 100%;
    margin-bottom: 20px;
    float: right;
    margin-right: 0%;
}
.div-login .div-l-section ul li i{
    width: 25px;
    float: right;
    font-size: 24px;
    color: rgb(218, 218, 218);
    text-align: center;
    margin-top: 5px;
}
.div-login .div-l-section ul li input{
background-color: #F7F7F7;
    width: calc(100% - 33px);
    height: 30px;
    float: right;
    border: none;
    font-size: 14px;
    border-bottom: 1px solid rgb(185, 185, 185);
    outline: none;
}
.div-login .div-l-section ul li:focus-within i{
    color: rgb(164,164,55);
    transition: .5s;
}
.div-login .div-l-section ul li input:focus{
    border-bottom-color: rgb(164,164,55);
    transition: .5s;
}

.div-login .div-l-footer{
    width: 94%;
    height: auto;
    margin: 15px 3%;
    float: right;
}
.div-login .div-l-footer p{
    width: 100%;
    float: right;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 500;
    margin: 10px 0px;
}
.div-login .div-l-footer button{
    width: 60%;
    padding: 0.5rem 0px;
    border: none;
    font-size: 0.8rem;
    border-radius: 15px;
    background-color: rgb(200, 200, 200);
    cursor: pointer;
    float: right;
    margin-right: 20%;
    margin-bottom: 20px;
}
/*******/

.res-menu{
    background-color: #FFFFFF;
    width: 100%;
    height: auto;
    float: right;
    position: fixed;
    top: 60px;
    right: 0px;
    display: none;
}
.res-menu ul{
    width: 100%;
    float: right;
}
.res-menu ul li{
    width: 100%;
    height: 50px;
    float: right;
    color: #434343;
    line-height: 50px;
}
.res-menu ul li i{
    float: right;
    font-size: 18px;
    margin: 15px 15px;
}
.res-menu ul li p{
    float: right;
}
.div-mask{
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    float: right;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 49;
    display: none;
}
/*******/
/************************ NAV ********************/



nav{
	background: url("../image/bg1.jpg") center center no-repeat;
    background-size: cover !important;
	width: 100%;
	height: auto;
	float: right;
	padding-top: 55px;
	margin-top: 60px;
}
nav img{
	width: 258px;
}
nav h3{
	color: #434343;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
}
.div-search{
	width: 54%;
	height:auto;
	float: right;
	margin-right: 23%;	
	margin-top: 50px;
}
.div-search p{
	text-align: center;
	color: #929292;
	margin-bottom: 20px;
}
.div-s-input{
	background-color: #FFFFFF;
	width:100%;
	height: 45px;
	float: right;	
	border:1px solid #dcdcdc;
	border-radius: 30px;
}
/*****/
.div-s-input-res{
	width: 100%;
	height: auto;
	float: right;
	margin-top: 15px;	
	display: none;
}
.div-s-input-res .in2{
	width: 95%;
	height: 45px;
	float: right;
	border:1px solid #dcdcdc;
	border-radius: 30px;
	padding: 0% 2.5%;
    outline: none;
}
.div-s-input-res button{
	width: 100%;
	margin-top: 15px;
	padding: 0px;
    outline: none;
}
/*****/
.div-s-input select{
	width: 13%;
	height: 45px;
	float:right;
	border: none;
	background-color: #efefef;	
	border-radius: 0 30px 30px 0;
	padding: 0% 2%;
	font-size: 17px;
	outline: none;
	margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.div-s-input i{
	background-color: #efefef;
	width: auto;
	height: 100%;
	line-height: 45px;
	float: right;
	padding: 0% 0% 0% 1.5%;
}
.div-s-input input[type=text]{
	height: 45px;
	float: right;
	padding: 0% 2%;
	color: #929292;
	outline: none;
}
.div-s-input .in1{
	width: 30%;
	border: none;
	border-left: 1px solid #dcdcdc;
}
.div-s-input .in2{
	width: 25%;
	border: none;
}
.div-s-input button {
	width: 18%;
	padding: 0px;
}
.span-or{
	width: 100%;
	height: 25px;
	float: right;
	margin: 25px 0px;
}
.span-or span{
	width: 6%;
	float: right;
	text-align: center;
	color: #6e6e6e;
}
.span-or div{
	width: 47%;
	height: 2px;
	background-color: #dcdcdc;
	float: right;
	margin-top: 12px;
}
.div-action{
	width: 100%;
	height: auto;
	float: right;
}
.div-action .container{
	width: 55%;
	height: auto;
	margin-right: 22.5%;
	float: right;
}
.div-action .div-btn{
	background-color: rgb(255, 255, 255);
	width: 47%;
	height: 40px;
	font-weight: 700;
	border-radius: 30px;
	border: 1px solid rgb(220, 220, 220);
	color: #929292;
	line-height: 40px;
	float: right;
	cursor: pointer;
}
.div-action .div-btn i{
	font-size: 20px;
	margin-right: 10px;
	margin-top: 11px;
	float: right;
}
.div-action .div-btn span{
	float: right;
	font-size: 14px;
	margin-right: 7px;
}




/***************** SECTION *********************/



section{
	width: 100%;
	height: auto;
	float: right;
}
.div-st{
        width: 100%;
    float: right;
    margin-bottom: 40px;
    margin-top: 30px;
}
.div-st h4{
    width: 100%;
    margin: 30px 0px;
    font-weight: 700;
    color: #383838;
    text-align: center;
}
.div-st h4 span{
    color: #ed0c6e;
}
.div-st ul{
    width: 100%;
    float: right;
}
.div-st ul li{
    display: inline-block;   
    margin-right: 24px;
    cursor: pointer;
}
.div-st ul li div{
    background-color: #ffffffe6;
    width: 80px;
    height: 80px;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
    border-radius: 50%;
    border: 1px solid #CCC;
}
.div-st ul li:hover div{
    transition: all .5s;
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,0.2);
}
.div-st ul li div img{
    width: 50px;
    height: 50px;
    flex: right;
    margin: 15px;
}
.div-st ul li p{
    font-size: 13px;
    margin-top: 14px;
    background-color: #ffffffe6;
    border-radius: 6px;
    padding: 0px 5px;
}
.div-city{
	width: 80%;
	height: auto;
	float: right;
	margin-right: 10%;
	border-bottom: 1px solid #DCDCDC;
	padding: 8px 0px;	
	margin-top: 15px;
    margin-bottom: 40px;
}
.div-city button{
	background-color: #E6E6E6;
	width: auto;
	padding: 10px 30px;
	border: none;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
	margin: 8px 0.5%;
}
.d-c-active{
	background-color: #E41C36 !important;
	color: #FFFFFF;
}
.d-c-more{
	background-color: #FFFFFF !important;
	color: #FF4D29;
	border: 1px solid #CCC !important;
}

/****** Responsive Objective *******/

.div-more-city{
    background-color: #F7F7F7;
    width: 20%;
    height: auto;
    max-height: 90%;
    float: right;
    position: fixed;
    top: 5%;
    right: 40%;
    box-shadow: rgb(74, 74, 74) 1px 1px 6px;
    border-radius: 10px;
    z-index: 50;
    overflow: auto;
    direction: ltr;
    display: none;
}
.div-more-city::-webkit-scrollbar { width: 0 !important }
.div-more-city { overflow: -moz-scrollbars-none; }
.div-more-city { -ms-overflow-style: none; }
.div-more-city i{
    width: 96%;
    float: left;
    text-align: left;
    font-size: 1rem;
    cursor: pointer;
    color: #959595;
    margin-top: 6px;
    margin-left: 4%;
}
.div-more-city h6{
    width: 100%;
    font-size: 1rem;
    float: right;
    text-align: center;
    padding: 5px 0px;
    font-weight: 400;
}
.div-more-city ul{
    width: 100%;
    float: right;
    background-color: #FFF;
    margin-top: 12px;
}
.div-more-city ul li{
    font-size: 0.75rem;
    width: 96%;
    border-top: 1px solid rgb(220, 220, 220);
    padding: 10px 2%;
    color: rgb(60, 60, 60);
    float: right;
    cursor: pointer;
}
.div-more-city ul li:hover{
    background-color: #f7f7f7;
    transition: .5s;
}
article{
    width: 85%;
    height: auto;
    float: right;
    margin: 25px 7.5%;
}
.art-header{
    width: 100%;
    height: 34px;
    float: right;
    text-align: center;
}
.art-header h3{
    width: 100%;
    color: rgb(188, 0, 36);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 34px;
    float: right;
}
.art-header p{
    width: 10%;
    color: rgb(188, 0, 36);
    font-size: 0.75rem;
    line-height: 34px;
    float: left;
    font-weight: 700;
}
.art-sec{
    width: 100%;
    height: 245px;
    float: right;
    overflow: hidden;
}
.art-sec #div-item{
    width: 123px;
    height: auto;
    float: right;
    cursor: pointer;
    margin-right: 1px;
    display: none;
}
.art-sec #div-item .takh{
    background-color: #E41D36;
    width: 32px;
    height: 32px;
    float: right;
    border-radius: 50%;
    color: #FFF;
    font-size: .8125rem;
    line-height: 25px;
    padding-right: 7px;
    padding-top: 7px;
    top: 28px;
    right: -10px;
    position: relative;
}
.art-sec #div-item img{
    width: 90%;
    height: auto;
    float: right;
    padding: 5%;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-bottom: 10px;
}
.art-sec #div-item:hover img{
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,.06);
    transition: .7s;
}
.art-sec #div-item:hover h6{
    color: #1cbd2f;
    transition: .3s;
}
.art-sec #div-item h6{
    width: 100%;
    color: #3c3c3c;
    font-size: .75rem;
    text-align: center;
    float: right;
    margin-bottom: 5px;
}
.art-sec #div-item p{
    width: 100%;
    color: #a0a0a0;
    font-size: .7rem;
    text-align: center;
    float: right;
    margin-bottom: 5px;
}
.art-sec #div-item-wide{
    background-color: #FFFFFF;
    width: 275px;
    height: 194px;
    float: right;
    cursor: pointer;
    margin-right: 1px;
    display: none;
    border-radius: 19px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,.06);
}
.art-sec #div-item-wide .img-logo{
    width: 100%;
    height: 119px;
    float: right;
    border-radius: 19px 19px 0px 0px;
}
.art-sec #div-item-wide .d-logo{
    width: 69px;
    height: 69px;
    border: 3px solid rgb(220, 220, 220);
    border-radius: 25px;
    float: right;
    margin-right: 100px;
    margin-top: -43px;
}
.art-sec #div-item-wide p{
    width: 100%;
    float: right;
    text-align: center;
    color: rgb(73, 73, 73);
    font-size: 0.75rem;
    margin-top: 5px;
}
.art-foot{
	width: 100%;
	height: auto;
	float: right;	
}
.art-foot .container{
	width: auto;
	height: auto;
}
.art-foot span{
	background-color: #d3d3d3;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 7px;
    margin-bottom: 7px;
    cursor: pointer;
}

/*****/

.mon-baner{
    background-image: url("../image/mon-baner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 300px;
    float: right;
    margin: 25px 0px;
}

.div-app{
    background-image: url("../image/bg-app.jpg");
    background-size: 125% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    float: right;
    margin-top: 120px;
}
.div-app .div-right{
    width: 45%;
    float: right;
    padding: 18px 5%;
}
.div-app .div-right h4{
    width: 100%;
    float: right;
    text-align: center;
    color: #FFF;
    margin-top: 70px;
    font-weight: 700;
    text-align: center;
    font-size: 1.75rem;
}
.div-app .div-right h3{
    width: 100%;
    float: right;
    text-align: center;
    color: #FFF;
    margin-top: 70px;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center;
    font-size: 1.1rem;
    margin-top: 10px;
}
.div-app .div-right .div-input{
    width: 80%;
    height: 46px;
    border-radius: 25px;
    background-color: #FFF;
    float: right;
    margin-right: 10%;
}
.div-app .div-right .div-input i{
    width: 10%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 1.5rem;
    color: rgb(180, 180, 180);
    float: right;
}
.div-app .div-right .div-input input{
    width: 57%;
    height: 36px;
    float: right;
    direction: ltr;
    border: none;
    padding-left: 2%;
    margin-top: 5px;
    outline: none;
}
.div-app .div-right .div-input button{
    width: 30%;
    height: 38px;
    margin-top: 4px;
    margin-left: 1%;
    line-height: 35px;
}
.div-app .div-right ul{
    width: 80%;
    height: auto;
    float: right;
    margin-right: 10%;
    margin-top: 35px;
}
.div-app .div-right ul li{
    width: 25%;
    float: right;
}
.div-app .div-right ul li img{
    width: 94%;
    float: right;
}
.div-app .img-mobile{
    width: 39%;
    float: left;
    margin-top: -87px;
    margin-left: 4%;
}

.div-step{
    background-color: #F5F5F5;
    width: 80%;
    height: auto;
    float: right;
    padding: 0% 10%;
    padding-bottom: 40px;
}
.div-step h1{
    width: 100%;
    text-align: center;
    float: right;
    margin-top: 40px;
    margin-bottom: 40px;
    color: rgb(188, 0, 36);
    font-size: 1.125rem;
    font-weight: 400;
}
.div-step ul{
    width: 100%;
    float: right;
}
.div-step ul li{
    width: 33.3%;
    height: auto;
    float: right;
}
.div-step ul li img{
    height: 48%;
}
.div-step ul li h6{
    width: 80%;
    float: right;
    margin-right: 10%;
    margin-bottom: 13px;
    text-align: center;
    color: rgb(188, 0, 36);
    font-size: 0.9375rem;
    font-weight: 400;
}
.div-step ul li p{
    width: 80%;
    float: right;
    margin-right: 10%;
    text-align: center;
    color: rgb(120, 120, 120);
    font-size: 0.75rem;
    line-height: 22px;
}

.div-rst{
    width: 100%;
    height: 545px;
    float: right;
}
.div-rst .div-right{
    background-image: url("../image/bg_main.jpg");
    width: 50%;
    height: 100%;
    float: right;
}
.div-rst .div-right .con-rst-right{
    width: 48%;
    float: left;
    text-align: center;
    margin-top: 30%;
}
.div-rst .div-right h2{
    float: left;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 40px;
    color: rgb(95, 95, 95);
}
.div-rst .div-right button{
    width: 100%;
    height: 50px;
    float: right;
    margin-top: 15px;
    font-size: 18px;
}
.div-rst .div-right .btn-rst{
    width: 125px;
    height: 125px;
    float: left;
    background-color: #FFF;
    border: 10px solid rgba(171, 171, 171, 0.56);
    border-radius: 50%;
    text-align: center;
    position: relative;
    top: 36%;
    left: -72px;
}
.div-rst .div-right .btn-rst i{
    font-size: 2rem;
    color: #292C29;
    margin-top: 33px;
}
.div-rst .div-right .btn-rst p{
    font-size: .9rem;
    color: #292C29;
}
.div-rst .div-left{
    background-image: url("../image/register.jpg");
    width: 50%;
    height: 100%;
    float: right;
}

.div-dec{
    background-color: #F5F5F5;
    width: 100%;
    height: auto;
    float: right;
    padding: 60px 0px;
}
.div-dec h2{
    width: 55%;
    height: auto;
    text-align: center;
    font-size: 1.5rem;
    color: rgb(188, 0, 36);
    margin-bottom: 10px;
    float: right;
    margin-right: 22.5%;
    font-weight: 400;
}
.div-dec p{
    width: 55%;
    height: auto;
    text-align: center;
    font-size: 1.2rem;
    color: rgb(120, 120, 120);
    float: right;
    margin-right: 22.5%;
    font-weight: 400;
}
.div-call{
    background-color: #ECECEC;
    width: 100%;
    height: auto;
    float: right;
}
.div-call .ul-right{
    width: 30%;
    height: auto;
    float: right;
    margin-right: 10%;
    margin-top: 2.4%;
}
.div-call .ul-right li{
    width: 47px;
    height: 47px;
    background-color: #C8C8C8;
    font-size: 1.25rem;
    float: right;
    text-align: center;
    line-height: 51px;
    color: #FFF;
    margin: 5px 0px;
    margin-right: 12px;
    border-radius: 50%;
    cursor: pointer;
}
.div-call .ul-right li:hover{
    background-color: #b3b3b3;
    transition: .5s;
}
.div-call .ul-left{
    width: 35%;
    height: auto;
    float: right;
    margin-right: 1%;
    margin-top: 2.7%;
}
.div-call .ul-left li{
    float: right;
    width: 112px;
    margin: 5px 0px;
    margin-right: 5px;
}
.div-call .ul-left li img{
    width: 100%;
    float: right;
}
.div-call .div-mobile{
    background-image: url("../image/app-mobile.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 18%;
    height: 176px;
    float: right;
    margin-top: -60px;
}

/**************** Footer ***********/
footer{
    background-color: #E6E6E6;
    width: 100%;
    height: auto;
    float: right;
}
footer .div-header , .div-section{
    width: 87%;
    height: auto;
    float: right;
    margin-right: 6.5%;
    margin-top: 25px;
}
footer .div-header .div-right{
    width: 70%;
    height: auto;
    float: right;
    border-bottom: 1px solid rgb(213, 213, 213);
    padding-bottom: 15px;
}
footer .div-header .div-ul{
    width: 32%;
    height: auto;
    float: right;
    margin-left: 2%;
}
footer .div-header .div-ul h4{
    width: 90%;
    float: right;
    text-align: right;
    line-height: 17px;
    color: rgb(188, 0, 36);
    padding-bottom: 10px;
    font-size: 0.9375rem;
    border-bottom: 1px solid rgb(213, 213, 213);
    margin-bottom: 10px;
}
footer .div-header .div-ul .li-item{
    width: 100%;
    height: auto;
    float: right;
    padding: 5px 0px;
    cursor: pointer;
}
footer .div-header .div-ul .li-item i{
    color: rgb(244, 175, 66);
    font-size: 0.5rem;
    float: right;
    margin-top: 7px;
}
footer .div-header .div-ul .li-item p{
    padding-right: 15px;
    font-size: 0.75rem;
    float: right;
}
footer .div-header .div-ul .li-item:hover p{
    transition: .5s;
    color: rgb(244, 175, 66);
}
footer .div-header .div-left{
    width: 30%;
    height: auto;
    float: right;
}
footer .div-header .div-left ul{
    width: 100%;
    float: right;
}
footer .div-header .div-left ul li{
    width: 50%;
    float: right;
}
.div-section .img-logo{
    width: 180px;
    float: right;
}
.div-section p{
    width: 100%;
    color: rgb(67, 67, 67);
    font-size: 0.8125rem;
    line-height: 26px;
    font-weight: 400;
    float: right;
    margin-top: 25px;
}
.img-ptr{
    width: 100%;
    float: right;
}
.div-footer{
    background-image: url("../image/footer_pattern.png");
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    float: right;
    margin-top: 20px;
    min-height: 140px;
}
.div-footer .div-number{
    background-color: rgb(248, 159, 65);
    color: rgb(255, 255, 255);
    float: right;
    direction: ltr;
    font-size: 0.8125rem;
    padding: 5px 10px;
    border-radius: 10px;
    margin-top: 82px;
    margin-right: 3%;
}
.div-footer .div-number i{
    float: right;
    font-size: 1.5rem;
    margin-left: 8px;
}
.div-footer .div-number p{
    float: right;
    margin-top: 2px;
}
.div-footer h6{
    float: left;
    margin-left: 5%;
    margin-bottom: 20px;
    color: #FFF;
    margin-top: 90px;
    font-weight: 400;
}
.div-download{
    background-color: #34495e;
    width: calc(97% - 20px);
    height: auto;
    float: right;
    position: fixed;
    bottom: 5px;
    right: 1.5%;
    border-radius: 15px;
    padding: 10px;
    color: #FFF;
    display: none;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.11);
}
.div-download i{
    float: right;
    font-weight: 510;
    margin-left: 10px;
    cursor: pointer;
    margin-top: 9px;
}
.div-download h4{
    float: right;
    font-weight: 300;
    margin-top: 4px; 
}
.div-download h4 span{
    color: #ff63eb;
}
.div-download button{
    float: left;
    width: auto;
    border: none;
    background-color: #FFF;
    color: #3b3b3b;
    padding: 7px 25px;
    cursor: pointer;
    border-radius: 8px;
}



/***************************************/


.div-bag{
    background-color: #FFF;
    width: 27%;
    height: calc(98% - 70px);
    position: fixed;
    top: 70px;
    left: 15px;
    z-index: 55;
    margin-top: 0px;
    border-radius: 0px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.11);
    float: left;
    display: none;
}
.div-bag .bag-header .fa-times{
    display: block !important;
    margin-left: 10px;
    cursor: pointer;
    font-size: 1.3rem;
    padding-top: 2px;
}
.div-bag .bag-header .fa-shopping-basket{
    display: none;   
}
.div-bag .bag-header{
    width: calc(100% - 20px);
    background-color: rgb(234, 234, 234);
    padding: 15px 10px;   
    float: right;
}
.div-bag .bag-header i{
    font-size: 1rem;
    color: rgb(140, 140, 140);
    padding-left: 5px;
    padding-top: 4px;
    float: right;
}
.div-bag .bag-header p{
    width: auto;
    margin: 0px;
    color: rgb(255, 115, 62);
    float: right;
    font-size: 1rem;
}
.div-bag .bag-header span{
    color: rgb(255, 255, 255);
    background-color: rgb(28, 189, 47);
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    float: left;
    line-height: 25px;
}
.div-bag .bag-section{
    width: calc(100% - 20px);
    height: calc(100% - 94px);
    overflow: auto;
    padding: 15px 10px;   
    float: right;
    margin-top: 8px;
}
.div-bag .bag-section ul{
    width: 100%;
    float: right;
}
.div-bag .bag-section ul li{
    width: calc(100% - 20px);
    background-color: rgb(243, 243, 243);
    margin-top: 10px;
    padding: 10px;
    border-radius: 7px;   
    float: right;
    position: relative;
}
.div-bag .bag-section ul li h4{
    width: 90%;
    font-size: 0.8125rem;
    color: rgb(67, 67, 67);
    font-weight: 300;
    float: right;
    margin: 0px;
}
.div-bag .bag-section ul li .btn-number{
    width: 50%;
    float: right;
    margin-top: 22px;
    color: #ff6657;
}
.div-bag .bag-section ul li .btn-number i{
    margin-left: 10px;
    font-size: 0.65rem;
    vertical-align: middle;
    border-radius: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(219, 219, 219);
    padding: 9px;
    float: right;
    cursor: pointer;
}
.div-bag .bag-section ul li .btn-number i:last-child{
    margin-left: 0px;
    margin-right: 10px;   
}
.div-bag .bag-section ul li .btn-number span{
    color: rgb(67, 67, 67);
    line-height: 30px;
    float: right;
}
.div-bag .bag-section ul li h3{
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 0.8rem;
    float: left;
}
.div-bag .bag-section ul li #bag-close{
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 0.7rem;
    float: left;
    cursor: pointer;
}
.div-bag .bag-section table{
    width: 100%;
    float: right;
    font-size: .85rem;
    margin-top: 15px;
}
.div-bag .bag-section table tr{
    float: right;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #EAEAEA;
}
.div-bag .bag-section table tr td{
    width: 50%;
    float: right;
    text-align: right;
}
.div-bag .bag-section table tr td:last-child{
    text-align: left;   
}
.div-bag .bag-section button{
    width: 100%;
    float: right;
    margin-top: 10px;
}



/*****************************************/
/******************* Responsive Objective ***************/
@media screen and (max-width: 1280px){
	.div-search{
		width: 76%;
		margin-right: 12%;
	}
}
@media screen and (max-width: 900px){
    .div-app .img-mobile{
        display: none;
    }
    .div-app .div-right{
        width: 90%;
    }
	.div-search{
		width: 97%;
		margin-right: 1.5%;
	}
    .div-bag{
        float: right;
        width: 100%;
        height: 100%;
        top: 0px;
        right: 0px;
    }
}
@media screen and (max-width: 700px){
	.div-s-input .in2, .div-s-input button, .log-reg{
		display: none;
	}
	.div-s-input-res, #btn-bar{
		display: block;
	}
	header ul{
		margin-right: 0px;
	}
	header img{
		margin-left: 10px;
	}
	.div-s-input select{
		width: 25%;
	}
	.div-s-input .in1{
	    width: 66%;
		float: left !important;
		border: none;
		border-radius: 30px 0px 0px 30px;
	}
	.div-action .container{
		width: 80%;
		margin-right: 10%;
	}
    .div-step{
        padding-bottom: 80px;
    }
    .div-rst{
        height: auto;
    }
    .div-rst .div-left{
        width: 0%;
    }
    .div-rst .div-right{
        width: 100%;
    }
    .div-rst .div-right .btn-rst{
        top: -73px;
        right: calc(61.5% - 145px);
        float: right;
    }
    .div-rst .div-right .con-rst-right{
        width: 96%;
        float: right;
        margin-right: 2%;
        margin-top: 0%;
        margin-bottom: 60px;
    }
    .div-dec h2, .div-dec p{
        width: 98%;
        margin-right: 1%;
    }
    .div-call .div-mobile{
        display: none;
    }
    .div-call .ul-right, .div-call .ul-left{
        width: 100%;
        margin-right: 0%;
    }
    .div-call .ul-left li{
        float: left;
    }
    .div-call{
        padding-bottom: 20px;
    }
    footer .div-header .div-right{
        width: 100%;
    }
    footer .div-header .div-left{
        width: 55%;
        margin-right: 22.5%;
        margin-top: 20px;
    }
    footer .div-header, .div-section{
        width: 94%;
        margin-right: 3%;
    }
    .div-more-city{
        width: 80%;
        right: 10%;
    }
    .div-login{
        width: 95%;
        right: 2.5%;
    }
    
}
@media screen and (max-width: 650px){
    .div-step ul li{
        width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 500px){
	.div-action .div-btn{
		width: 100%;
		margin-top: 10px;
	}
	nav{
		background-size: 200% 110%;
        padding-top: 11px;
	}
    .div-city, nav .span-or, .div-action, nav h3{
        display: none;
    }
    .div-st ul li{
        margin-right: 0px;   
    }
    .div-search{
        margin-top: 8px;   
    }
    .div-download{
        display: block;   
    }
}
@media screen and (max-width: 400px){
    .div-rst .div-right .btn-rst{
        right: calc(65.5% - 145px);
    }
    .div-app .div-right .div-input{
        width: 99%;
        margin-right: .5%;
    }
    footer .div-header .div-ul{
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
    }
    footer .div-header .div-ul h4{
        width: 100%;
    }
    footer .div-header .div-left{
        width: 100%;
        margin-right: 0%;
    }
    .div-footer .div-number{
        display: none;
    }
    .div-call .ul-left li{
        margin-left: 10px;
    }
}






