body{font-family: 'Roboto', sans-serif;}
ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
p{
    margin-bottom: 0;
}
a:hover{
    text-decoration: none;
}
h1, h2, h3, h4, h5{
    margin: 0; 
}
.margin-right{
    margin-right: 15px;
}
.text-transform{
    text-transform: uppercase;
}
.text-36{
    font-size: 34px;
}
.text-24{
    font-size: 24px;
}
.text-bold{
    font-weight: bold;
}
.form-error {
    border: 1px solid #d84942;
}
.text-error {
    color: #d84942;
    font-size: 12px; 
}
.menu-toggle{
    display: none;
}
.header-top{
    background: #32363e;
    padding: 10px 0
}
.header-top ul li{
    float: left;
    display: inline-block;
}
.header-top ul li p{
    color: #fff;
    margin-top: 5px;
    font-size: 13px;
}
.header-top ul li .input-group{
    padding: 0 15px;
}
.header-top ul li .input-group .input-group-btn button{
    background: #eb421b;
    border-color: #eb421b;
    border-radius: 0 4px 4px 0;
    height: 34px;
}
.header-top ul li ul.register{
    float: right;
    margin-top: 5px;
}
.header-top ul li ul.register li{
    display: inline-block;
    margin-left: 25px;
}
.header-top ul li ul.register li a{
    color: #fff;
    font-size: 13px;
    border-right: 1px solid #fff;
    padding-right: 10px;
}
.header-top ul li ul.register li a:last-child {
    border-right: none;
    padding-left: 10px;
}
.header-top ul li ul.register li a i{
    padding-right: 5px;
}
.header-top ul li ul.register li a span{
    padding: 5px 7px 5px 5px;
    background: #e42951;
    border-radius: 50%;
    font-size: 10px; 
}
.header-bottom{
    padding: 10px 0px;
    background: #fff;
    position: relative;
}
.header-bottom .hb-navs{
    display: inline-block;
    margin-top: 5px;
}
.header-bottom .hb-navs ul li{
    display: inline-block;
    padding: 10px 15px; 
}
.header-bottom .hb-navs ul li a{
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
.header-bottom .hb-navs ul li a:hover,
.header-bottom .hb-navs ul li.active a {
    color: #eb421b;
}
.slide-banner{
    height: 530px;
    text-align: center;
}
.slide-banner1{background: url('../images/bg-slide1.jpg') no-repeat center;}
.slide-banner2{background: url('../images/bg-slide2.jpg') no-repeat center;} 
.slide-banner .slide-text{
    margin-bottom: 20px;
    margin-top:180px;
}
.slide-banner .slide-text h1{
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0; 
}
.slide-banner .slide-text p{
    color: #fff;
    font-size: 26px; 
}
.slide-banner .slide-btn button{
    font-size: 14px;
    color: #fff;
    padding: 10px 20px;
    background: #eb421b;
    border:1px solid #eb421b;
    border-radius: 5px;
    outline: none; 
    margin-left: 15px;
    text-transform: uppercase;
}
.slide-banner .slide-btn button:hover {
    background: transparent;
    border: 1px solid #eb421b;
}
.slide-step{
    margin-top: -60px;
    margin-bottom: 50px;
}
.slide-step ul{
    margin-right: -10px;
}
.slide-step ul li{
    width: 25%;
    padding: 0 10px;
    float: left;
    text-align: center;
}
.slide-step ul li .step-detail{
    background: #fff;
    padding: 26px 10px; 
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.17);
}
.slide-step ul li .step-detail .step-img{
    width: 80px;
    height: 64px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}
.slide-step ul li .step-detail .step-img span{
    width: 80px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.slide-step ul li .step-detail .step-img span#step1{
    background: url('../images/base.png') no-repeat 0px 0px;
}
.slide-step ul li .step-detail .step-img span#step2{
    background: url('../images/base.png') no-repeat -80px 0px;
}
.slide-step ul li .step-detail .step-img span#step3{
    background: url('../images/base.png') no-repeat -160px 0px;
}
.slide-step ul li .step-detail .step-img span#step4{
    background: url('../images/base.png') no-repeat -240px 0px;
}
.slide-step ul li .step-detail .step-img span#step5{
    background: url('../images/base.png') no-repeat -320px 0px;
}
.slide-step ul li .step-detail .step-img span#step6{
    background: url('../images/base.png') no-repeat -400px 0px;
}
.slide-step ul li .step-detail .step-img span#step7{
    background: url('../images/base.png') no-repeat -480px 0px;
}
.slide-step ul li .step-detail .step-text label{
    font-size: 17px;
}
.slide-step ul li .step-detail:hover{
    background: -webkit-linear-gradient(#e85634, #fb6846);
    background: -o-linear-gradient(#e85634, #fb6846); 
    background: -moz-linear-gradient(#e85634, #fb6846);
    background: linear-gradient(#e85634, #fb6846);
}
.slide-step ul li .step-detail:hover .step-text label,
.slide-step ul li .step-detail:hover .step-text p{
    color: #fff;
}
.slide-step ul li .step-detail:hover .step-img span#step1{
    background: url('../images/base.png') no-repeat 0px -64px;
}
.slide-step ul li .step-detail:hover .step-img span#step2{
    background: url('../images/base.png') no-repeat -80px -64px;
}
.slide-step ul li .step-detail:hover .step-img span#step3{
    background: url('../images/base.png') no-repeat -160px -64px;
}
.slide-step ul li .step-detail:hover .step-img span#step4{
    background: url('../images/base.png') no-repeat -240px -64px;
}
.slide-step ul li .step-detail:hover .step-img span#step5{
    background: url('../images/base.png') no-repeat -320px -64px;
}
.slide-step ul li .step-detail:hover .step-img span#step6{
    background: url('../images/base.png') no-repeat -400px -64px;
}
.slide-step ul li .step-detail:hover .step-img span#step7{
    background: url('../images/base.png') no-repeat -480px -64px;
}
.main{
    position: relative;
}
.main .owl-carousel:after{
    content:""; 
    display:block; 
    position:absolute; 
    width:8%; 
    top:0; 
    bottom:0; 
    left:50%; 
    margin-left:-4%; 
    pointer-events: none;  
    background-size:100% auto;
}
.main .owl-carousel img{
    border-radius: 20px; 
}
.main .owl-carousel .owl-nav .owl-next:before{
    content: '';
    background: url('../images/base.png') no-repeat -579px -416px; 
    width: 43px;
    height: 43px;
    position: absolute;
}
.main .owl-carousel .owl-nav .owl-prev:before{
    content: '';
    background: url('../images/base.png') no-repeat -623px -416px; 
    width: 43px;
    height: 43px;
    position: absolute;
}
.main .owl-carousel .owl-nav .owl-prev, 
.main .owl-carousel .owl-nav .owl-next{
    position: absolute;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    top: 42%;
    left: -50px;
    z-index: 10;
    font-size: 60px;
    margin-top: -35px;
    width: 43px;
    height: 42px;
    transition: 0.7s; 
    -webkit-transition: 0.7;
}
.main .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -50px;
}
.main .owl-carousel:hover  .owl-nav .owl-next {
    right: 50px;
}
.main .owl-carousel:hover .owl-nav .owl-prev {
    left: 50px;
}
footer{
    color: #fff;
    padding: 15px 0px;
    font-size:13px;
    bottom: 0px;
    position: fixed;
    width: 100%;
} 
footer ul li a {
    color: #fff;
}
footer ul li:hover a {
    color: #f54a23;
}
footer ul li {
    padding-bottom: 10px;
}
footer ul li label {
    text-transform: uppercase;
}     
.title-df h2{
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 40px 0 50px; 
}
.title-bg{
    background: url('../images/bg-title1.png') no-repeat center;
    height: 270px;
    position: relative;
}
.title-bg h2{
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 40px 0 50px; 
}
.title-bg span#check{
    position: absolute;
    width: 44px;
    height: 44px;
    background: url('../images/check.png') no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
}
.bg_212 {
    height: 212px;
}
.bg-tit3 h2 {
    padding-top: 85px;
}
.bg-tit1{
    background: url('../images/bg-title1.png') no-repeat center;
}
.bg-tit2{
    background: url('../images/bg-title2.png') no-repeat center;
}
.bg-tit3{
    background: url('../images/bg-title3.png') no-repeat center;
} 
.box-agency ul{
    margin-right: -20px;
}
.box-agency ul li{
    float: left;
    padding-right: 20px;
    width: 25%;
    text-align: center;
}
.box-agency ul li .agency-detail{
    background: #fff;
    padding: 20px 0
}
.box-agency ul li .agency-detail:hover{
    -webkit-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.06);
}
.box-agency ul li .agency-detail .ad-img{
    position: relative;
    width: 95px;
    height: 75px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.box-agency ul li .agency-detail .ad-img span{
    position: absolute;
    width: 95px;
    height: 75px;
    top: 0;
    left: 0;
    right: 0;
}
.box-agency ul li .agency-detail .ad-img span#ad1{
    background: url('../images/base.png') no-repeat 0 -128px;
}
.box-agency ul li .agency-detail .ad-img span#ad2{
    background: url('../images/base.png') no-repeat -90px -128px;
}
.box-agency ul li .agency-detail .ad-img span#ad3{
    background: url('../images/base.png') no-repeat -185px -128px;
}
.box-agency ul li .agency-detail .ad-img span#ad4{
    background: url('../images/base.png') no-repeat -285px -128px;
}
.box-agency ul li .agency-detail .ad-text{
    height: 45px;
    overflow: hidden;
}
.box-agency ul li .agency-detail .ad-text label{
    font-size: 16px;
}
.ad-btn{
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 40px 0;
}
.ad-btn button{
    border: 0;
    border-radius: 3px;
    border: 1px solid #eb421b;
    background: #eb421b;
    color: #fff;
    padding: 10px 48px;
    text-transform: uppercase;
    outline: none;
}
.ad-btn button:hover {
    border: 1px solid #eb421b;
    background: transparent;
    color: #eb421b;
}
.procedure-all{
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}
.procedure-detail{
    width: 20%;
    float: left;
    position: relative;
}
.procedure-detail .line-step{
    width: 72px;
    height: 19px;
}
.procedure-detail .line-step span{
    width: 72px;
    height: 19px;
    position: absolute;
    right: -35px;
    top: 55px;
}
.procedure-detail .line-step span.line-step1{
    background: url('../images/line-step1.png') no-repeat 0 0;
}
.procedure-detail .line-step span.line-step2{
    background: url('../images/line-step2.png') no-repeat 0 0;
}
.procedure-detail .pd-img{
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 136px;
    height: 136px;
    margin-bottom: 10px;
}
.procedure-detail .pd-img span{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 136px;
    height: 136px;
}
.procedure-detail .pd-img span#pdi1{
    background: url('../images/base.png') no-repeat 0px -203px;
}
.procedure-detail .pd-img span#pdi2{
    background: url('../images/base.png') no-repeat -136px -203px;
}
.procedure-detail .pd-img span#pdi3{
    background: url('../images/base.png') no-repeat -272px -203px;
}
.procedure-detail .pd-img span#pdi4{
    background: url('../images/base.png') no-repeat -408px -203px;
}
.procedure-detail .pd-img span#pdi5{
    background: url('../images/base.png') no-repeat -541px -203px;
}
.procedure-detail .pd-img span#pdi6{
    background: url('../images/base.png') no-repeat -676px -203px;
}
.procedure-detail .pd-img span#pdi7{
    background: url('../images/base.png') no-repeat -812px -203px;
}
.procedure-detail .pd-img span#pdi8{
    background: url('../images/base.png') no-repeat -948px -203px;
}
.procedure-detail .pd-img span#pdi9{
    background: url('../images/base.png') no-repeat -1084px -203px;
}
.procedure-detail .pd-text{
    text-align: center;
}
.procedure-detail .pd-text label{
    color: #f36041;
    font-size: 20px;
    margin-bottom: 0;
}
.procedure-detail .pd-text p{
    font-size: 14px;
    color: #333;
    height: 40px;
    overflow: hidden;
}
.procedure-detail .pd-text p a{
    color: #333;
}
.title-bg button{
    border: 0;
    border-radius: 3px;
    background: #fff;
    color: #eb421b;
    padding: 12px 40px;
    text-transform: uppercase;
    outline: none;
    font-size: 14px;
    margin-top: 40px;
    box-shadow: 0 0 60px #fff;
}

.service-all{
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
}
.service-all ul{
    margin-right: -20px;
}
.service-all ul li{
    float: left;
    width: 33.33%;
    padding-right: 20px;
}
.service-all ul li .service-detail{
    background: #fff;
    border-top: 4px solid #ea5432 ;
    padding: 40px 20px;
    -webkit-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.06);
}
.service-all ul li .service-detail .sd-img{
    float: left;
    width: 80px;
    height: 64px;
    position: relative;
}
.service-all ul li .service-detail .sd-img span{
    position: absolute;
    width: 80px;
    height: 64px;
    left: 0;
    right: 0;
}
.service-all ul li .service-detail .sd-img span#sd1{
    background: url('../images/base.png') no-repeat 0px 0px;
}
.service-all ul li .service-detail .sd-img span#sd2{
    background: url('../images/base.png') no-repeat -80px 0px;
}
.service-all ul li .service-detail .sd-img span#sd3{
    background: url('../images/base.png') no-repeat -160px 0px;
}
.service-all ul li .service-detail .sd-text{
    margin-left: 90px;
}
.service-all ul li .service-detail .sd-text label{
    margin-bottom: 0
}
.service-all ul li .service-detail .sd-text p{}

.cost-all{
    display: inline-block;
    width: 100%;
    margin-top: -100px;
    margin-bottom: 40px;
} 
.cost-all ul li{
    width: 33.33%;
    float: left;
} 
.cost-all ul li .cost-detail .cd-img{
    position: relative;
    width: 193px;
    height: 193px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.cost-all ul li .cost-detail .cd-img span{
    position: absolute;
    width: 193px;
    height: 193px;
    left: 0;
    right: 0;
}
.cost-all ul li .cost-detail .cd-img span#cd1{
    background: url('../images/base.png') no-repeat 0px -339px;
}
.cost-all ul li .cost-detail .cd-img span#cd2{
    background: url('../images/base.png') no-repeat -193px -339px;
}
.cost-all ul li .cost-detail .cd-img span#cd3{
    background: url('../images/base.png') no-repeat -386px -339px;
}
.cost-all ul li .cost-detail .cd-text{
    text-align: center;
}
.cost-all ul li .cost-detail .cd-text label{
    margin-bottom: 0;
    text-transform: uppercase;
} 
.system-all{
    margin-bottom: 40px;
    display: inline-block;
    width: 100%
}
.system-all ul{
    margin-right: -20px;
}
.system-all ul li{
    width: 33.33%;
    float: left;
    padding-right: 20px;
}
.system-all ul li .system-detail{
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.17);
    padding: 21px 0;
}
.system-all ul li .system-detail .sys-img{
    position: relative;
    width: 76px;
    height: 76px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-bottom: 20px;
}
.system-all ul li .system-detail .sys-img span{
    position: absolute;
    width: 76px;
    height: 76px;
    left: 0;
    right: 0;
}
.system-all ul li .system-detail .sys-img span#sys1{
    background: url('../images/base.png') no-repeat -579px -339px;;
}
.system-all ul li .system-detail .sys-img span#sys2{
    background: url('../images/base.png') no-repeat -654px -339px;
}
.system-all ul li .system-detail .sys-img span#sys3{
    background: url('../images/base.png') no-repeat -729px -339px;
}
.system-all ul li .system-detail .sys-text{
    text-align: center;
}
.system-all ul li .system-detail .sys-text label{
    font-size: 16px;
} 
.padding{
    padding-top: 100px;
    padding-bottom: 100px;
} 
.sign-up{
    width: 1000px;
    margin: 0 auto;
    background: #fff;
}
.su-title{
    padding: 30px 50px 0;
}
.su-title h3{
    font-size: 24px;
    color: #4f4f4f; 
    font-weight: bold;
}
.su-content{
    display: inline-block;
    width: 100%;
    background: #f7f7f7;
    padding: 20px 50px
}
.su-content ul{
    margin-right: -20px;
    display: inline-block;
    width: 100%;
}
.su-content ul li{
    width: 50%;
    padding-right: 20px;
    float: left;
} 
.su-content ul li .form-group{
    position: relative;
    height: 75px;
} 
.su-content ul li .form-group .help-block{
    font-size: 12px;
} 
.register-form ul li .form-group .capcha i{
    position: absolute;
    right: 88px;
    top: 33px;
    font-size: 20px;
    cursor: pointer;
}
.register-form ul li .form-group .capcha img{
    position: absolute;
    right: 5px;
    top: 28px;
}
.register-form-social .form-group .capcha i{
    position: absolute;
    right: 183px;
    top: 558px;
    font-size: 20px;
    cursor: pointer;
}
.register-form-social .form-group .capcha img{
    position: absolute;
    right: 118px;
    top: 555px;
}

.su-content ul li .form-group label{
    font-size: 14px;
    /*color: #4f4f4f;*/
    opacity:0.8;
    font-weight: bold; 
}  
.btn-regis{
    text-align: center;
    margin-top: 20px;
}
.btn-regis button{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase; 
    width: 40%;
} 
.sign-in{
    width: 440px;
    max-width: 100%;
    margin: 0 auto;
    background: #f5f5f5bf;
    padding: 15px 20px 5px;
    border-radius: 7px;
} 
.sign-in .si-title h3{
    font-size: 24px;
    color: #3e3e3e; 
    margin-bottom: 15px;
    font-weight: bold;
} 
.sign-in .si-content form .checkbox a{
    color: #1497f1;
    font-size:12px;
} 
.sign-in .si-content form .form-group button{
    font-size: 18px; 
    text-transform: uppercase;
    color: #fff;
    width: 100%; 
}  
.sign-in .si-content label {
    opacity: 0.8;
    font-weight: normal;
}
.sign-in .si-content .help-block {
    font-size: 12px;
}
.sign-in .si-content .form-group {
    height: 75px;
}
.box-top {
    background: #efefef;
}
.bg_212 h2 {
    padding-top: 80px;
}
.faq-all{
    width: 840px;
    margin: 0 auto;
    padding: 50px 0
} 
.panel {
    border-radius: 0;
}
.pd-collapse {
    background: transparent;
}
.list-gr-well ul {
    padding-left: 0;
}
.list-gr-well ul li {
    list-style: none; 
    margin-bottom: 15px;
}
.list-gr-well .well-click { 
    border: 1px solid #ddd; 
    line-height: 56px; 
    cursor: pointer;
    padding-left: 80px;
    position: relative;
}
.list-gr-well .well-click .fa {
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 20px;
} 
.dropdown-well {
    display:none;
    border: 1px solid #ddd;
    padding: 15px; 
    border-top: none;
    opacity: 0.8;
}
.list-gr-well ul li .icon-bg {
    position: absolute;
    left: -1px;
    top: -1px;
    height: 58px;
}
.list-gr-well ul li.checked .fa-angle-right,
.list-gr-well ul li .fa-angle-down  {
    display: none;
} 
.list-gr-well ul li.checked .fa-angle-down {
    display: block;
}
.list-gr-well ul li.checked .well-click {
    color: #000;
    font-weight: bold;
    background: #fff;
}
.list-gr-well ul li.checked .icon-bg {
    background: #f15922;
    color: #fff;
    width: 45px;
}
.list-gr-well ul li.checked .icon-bg:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 44px;
    width: 0;
    height: 0;
    border: 28px solid transparent;
    border-left: 12px solid #f15922;
}
.list-gr-well ul li.checked .icon-bg:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 45px;
    width: 0;
    height: 0;
    border: 29px solid transparent;
    border-left: 16px solid #f15922;
}
.list-gr-well ul li .icon-bg {
    background: #f5ded6;
    color: #000;
    width: 45px;
}
.list-gr-well ul li .icon-bg:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 44px;
    width: 0;
    height: 0;
    border: 28px solid transparent;
    border-left: 12px solid #f5ded6;
}
.list-gr-well ul li .icon-bg:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 45px;
    width: 0;
    height: 0;
    border: 29px solid transparent;
    border-left: 16px solid #f5ded6;
}
.icon {  
    padding: 0 17px;
    font-size: 23px;
    line-height: 58px;
} 
.bg_faq {
    background: url(../images/bg_faq.jpg) no-repeat; 
    position: relative;
    height: 159px;
}
.bg_faq h2 {
    line-height: 159px;
    text-align: center;
    color: #fff;
}
.h1-chipo{
    font-size: 13px;
    float: left;
    line-height: 39px;
    padding-left: 9px;
    color: #eb421b;
}
.block-detail-sp ul li{
    list-style: decimal;
}
.hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(0, 0, 0, 0.35);
    margin: 0px -7px 8px -8px;
}
.hr-sect::before,
.hr-sect::after {
    content: "";
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.35);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 8px;
}
.form-forgot-password .captcha-forgotpass{
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.chipo-icon.icon-appstore {
    background-image: url(../images/icon-appstore.png);
    width: 134px;
    height: 40px;
    display: inline-block;
    float: left;
    margin-bottom: 7px;
}
.chipo-icon.icon-playstore {
    background-image: url(../images/icon-playstore.png);
    width: 134px;
    height: 40px;
    display: inline-block;
    float: left;
}
.hb-logo img{
    width: 82px;
}
.footer-address img {
    width: 82px;
}
.title{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 7px;
    font-size: 18px;
    color: #c9302c;
}
.btn-submit{
    background-color: #06366a;
    border-color: #06366a;
    font-size:15px;
    padding: 6px 20px;
}
.form_dangnhap label{
    font-weight:500;
}
b, strong{font-weight:500;}
@media only screen and (max-width:500px){
    .no-mobile{display: none !important;}
    .sign-in{padding: 15px 20px;margin-top: 50px;}
    .header-top ul li ul.register li a{border-right: 0px;font-size: 16px;}
    .padding {padding-top: 50px;padding-bottom: 50px;}
    .title{margin-bottom: 10px;}
    .no-padding-m{padding: 0px;}
}
.invalid-feedback{color: #f00;}