.footer_style {
    padding: 25px 0 0;
   
    border-bottom: solid 1px rgba(0, 0, 0, .15);
}

.boxBot,
.ttsale,
.chungnhan {
    margin-bottom: 25px;
}

.content_ft ul {
    padding-left: 0 !important;
}
.content_ft img{
  max-width:100%;
}
.content_ft ul li {
    list-style: none;
}

.content_ft ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}



.content_ft input {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .35);
    padding-left: 15px;
    padding-right: 55px;
    outline: none;
}

.content_ft {
    position: relative;
    overflow: hidden;
}

.content_ft button {
    font-size: 15px;
    background: 0 0;
    border: none;
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.content_ft .list_pay ul li,
.content_ft .list_mxh ul li {
    display: contents;
}

.content_ft .list_mxh ul {
    display: flex;
}

.content_ft .list_mxh ul li a {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
}

.content_ft .list_mxh ul li a:before {
    font-family: fontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.content_ft .list_mxh ul li .fa-facebook {
    background: #3b5997;
}

.content_ft .list_mxh ul li .fa-twitter {
    background: #00aced;
}

.content_ft .list_mxh ul li .fa-youtube {
    background: #d12f2f;
}

.content_ft .list_mxh ul li a .fa-facebook:before {
    content: "\f09a";
}

.content_ft p {
    color: #333;
    font-size: 14px;
    margin-bottom: 0px !important;
}

.title_ft p {
    color: #0066b3;
    font-weight: 700;
    margin-bottom: 10px !important;
}

.logo_pancake {
    text-align: end;
}

.logo_pancake a img {
    width: 100px;
}