/*----------footer----------*/
.footer-1{
	background: #464C55;
	color: #fff;
	padding:30px 0px;
}
.logo-ft{
	width: 150px;
	border-radius: 10px;
	margin: 20px 0px;
}
.logo-ft img{
	width: 100%;
}
.logo-ft+p{
	font-size: 14px;
	text-align: left;
}
.support{
	padding: 10px 0px;
}
.support img{
	display: inline-block;
	width: 32px;
	vertical-align: top;
	-o-object-fit: cover;
	   object-fit: cover;
}
.support>span{
	display: inline-block;
}
.support strong{
	font-size: 20px;
}
.box-form{
	margin: 30px 0px;
}
.box-form>p{
	font-size: 14px;
	text-align: left;
}
.box-form form>input{
	width: 100%;
	padding:9px 10px;
	border-radius: 5px;
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	text-shadow: none;
	border: none;
	font-size: 14px;
}
.box-form form{
	position: relative;
}
.box-form form>input::-webkit-input-placeholder{
	font-size: 14px;
	color: #C1C3C6;
}
.box-form form>input::-moz-placeholder{
	font-size: 14px;
	color: #C1C3C6;
}
.box-form form>input:-ms-input-placeholder{
	font-size: 14px;
	color: #C1C3C6;
}
.box-form form>input::-ms-input-placeholder{
	font-size: 14px;
	color: #C1C3C6;
}
.box-form form>input::placeholder{
	font-size: 14px;
	color: #C1C3C6;
}
.box-form .btn-icon{
	font-size: 12px;
	padding: 4px 5px;
	border-radius: 30px;
	border: 1px solid #000;
	color: #83C9FF;
	-webkit-transition: 0.4s all;
	transition: 0.4s all;
}
.box-form button{
	position: absolute;
	top: 2px;
	right: 0px;
	padding:6px;
	border-radius: 0px 5px 5px 0px;
	padding-right: 20px;
	border: none;
	outline: none;
	background: #fff;
}
.box-form button:hover .btn-icon{
	background: #000;
}
.cskh, .cty, .ngonngu,
.vanchuyen, .thanhtoan{
	margin: 30px 0px;
}
.cskh a, .cty a, .ngonngu a{
	color: #fff;
	display: block;
	padding:5px 0px;
	font-size: 14px;
	-webkit-transition: 0.3s color;
	transition: 0.3s color;
}
.cskh strong, .cty strong, .ngonngu strong,
.vanchuyen strong, .thanhtoan strong, .box-form strong{
	font-size: 16px;
}
.cskh a:hover, .cty a:hover, .ngonngu a:hover{
	text-decoration: none;
	color: #83C9FF;
}
.thanhtoan .box {
	width: 40px;
	display: inline-block;
	margin-right: 10px;
}
.vanchuyen .box {
	width: 100px;
	display: inline-block;
	margin-right: 10px;
}
.thanhtoan .box img, .vanchuyen .box img{
	width: 100%;
}
.footer-absolute{
	text-align: center;
	background: #F9F9F9;
	padding:10px 0px;
	color: #82858C;
	font-size: 15px;
}

@media only screen and (max-width: 500px){
.footer-absolute{
	font-size: 10px;
}
.thanhtoan .box {
	width: 30px;
	display: inline-block;
	margin-right: 5px;
}
.vanchuyen .box {
	width: 90px;
	display: inline-block;
	margin-right: 10px;
}
}

.float-contact{
    position: fixed;
    right: 0;
    top: 50%;
    background-image: linear-gradient(to bottom, #88add1, #88add1);
    z-index: 150;
    transform: translateY(-50%);
    border-radius: 10px 0px 0px 10px;
    animation: toTop2 1s;
}
@keyframes toTop2{
    from{
        top: 60%;
    }
    to{
        top: 50%;
    }
}
.float-contact ul{
    margin: 0;
}
.float-contact ul>li>a{
    display: block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 10px 5px;
    margin-bottom: 5px;
    transition: all 0.4s;
	text-decoration: none;
}
.float-contact ul>li:last-child a{
    margin-bottom: 0;
}
.float-contact  .float-item:hover{
    background: rgba(255,255,255,.1);
}
.float-contact .active{
    background: rgba(255,255,255,.1);
}

.menu-bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    animation: toTop3 1s;
}
@keyframes toTop3{
    from{
        transform: translateY(50%);
        opacity: 0;
    }
    to{
        transform: translateY(0);
        opacity: 1;
    }
}
.menu-bottom .menu-bottom-wrap{
    width: 100%;
    display: block;
    background-image: linear-gradient(to bottom, #88add1, #88add1);
}
.menu-bottom .menu-bottom-item{
    width: 30%;
    display: inline-block;
    margin: 0 0.5%;
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding: 5px 0px;
}