.full-footer {
    min-height: 100px;
    background: #ad2424;
    padding-top: 25px;
    padding-bottom: 15px;
}

.footer-logo{
	text-align: center;
}
.footer-logo a {
	display: inline-block;
	padding: 15px;
}
.ft-right{
	color: #fff;
	font-weight: 700;
	display: block;
	font-size: .9em;
	margin-bottom: .4em;
}

/* footer-bottom */
.full-footer-bottom {
    background: #ad2424;
    padding: 10px 0;
}

.left-footer-bottom {
    width: 40%;
    text-align: left;
    display: inline-block;
    color: #fff;
}

.mid-footer-bottom {
    display: inline-block;
    text-align: center;
    width: 19%;
}

.right-footer-bottom {
    display: inline-block;
    width: 40%;
    text-align: right;
}

a.design-by {
    color: #fff;
    text-decoration: none;
}

a.design-by:hover {
    text-decoration: underline;
}

#show-sft,
#hide-sft {
    float: right;
    font-size: 14px;
    margin: 0;
    text-align: right;
    cursor: pointer;
}

#show-sft,
.active-sft #hide-sft {
    display: inline-block;
}

#hide-sft,
.active-sft #show-sft {
    display: none;
}
/**/
.box_fixRight .box_content .item img{
    width: 35px;
    height: 35px;
    margin-right: 10px;
    object-fit: contain;
}
.box_fixRight .box_content .item {
    display: block;
    padding: 5px 0;
    color: #111;
    display: flex;
    align-items: center;
}
.box_fixRight .box_content {
    background: #fff;
    padding: 10px;
    box-shadow: 10px 0px 30px #888888;
    border-radius: 10px 0 0 10px;
}
.box_fixRight {
    position: fixed;
    top: 150px;
    right: -130px;
    width: auto;
    transition: all 0.2s ease-in-out 0s;
    z-index: 999;
}
.box_fixRight:hover {
    right: 0;
    transition: all 0.2s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
    .footer-box {
        width: 50%;
    }

    .footer-box-3 {
        clear: both;
    }

    .footer-bottom {
        width: 100%;
        text-align: center;
    }

    .footer-box h2 {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .footer-wrap .col-mb {
        width: 100%;
    }
}