/*style footer*/

div#footer ul {
    list-style-type: none;
    padding: 0px;
}
div#footer ul li {
    padding: 5px;
    color: #fff;
    font-size: 15px;
}
.footer-top-info {
    position: relative;
}
.footer-top-info :after {
    content: "";
    position: absolute;
    left: -20%;
    top: 0px;
    background-color: #0e9f54;
    width: 2px;
    height: 100%;
}
div#footer a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
div#footer ul li p {
    margin-bottom: 5px;
    font-weight: 600;
}
.footer-top {
    margin-top: 15px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-description p{
    font-size: 14px;
    color: white;
}
.doitac {
    padding: 25px 0px ;
}
.img-footer {
    padding: 0;
    width: 80px;
    height: 80px;
}
.img-footer  img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}
.txt-footer {
    margin-top: 5px;
}
.txt-footer h3 {
color: white;
    font-size: 16px;
}
.txt-footer p {
    font-size: 14px;
    color: white;
    
}
.item-tin {
    padding : 0px;
    margin-top: 10px;
}
.box-contact ul{
list-style-type: none;
padding-left: 0px;
}
.box-contact ul li {
    display: inline-block;
    width: 100%;
}
.box-contact p {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #334960;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 5px;
    background: #eeeee9;
}
.box-contact p  i {
    color: #334960;
    font-size: 13px;
}

.box-contact .dknt {
    width: 100%;
    background: #878888;
}
form#frm_dknt {
    background: #fff;
    border: 1px solid #fff;
    width: 100%;
}
form#frm_dknt input[type='text'] {
    width: 80%;
    padding: 0px 5px;
    border: none;
    background: #fff;
    color: #000;
    outline: none;
    height: 40px;
    position: relative;
}
#submit_nhantin {
    font-size: 14px;
    width: 40px;
    height: 40px;
    float: right;
    color: #fff;
    background: #cf2030;
    border: unset;
}
form#frm_dknt input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #3c3c3c;
    opacity: 1; /* Firefox */
  }
form#frm_dknt i {
    color: #e7eded57;
    font-size: 22px;
    position: absolute;
    z-index: 99;
    left: 79%;
    line-height: 2;
    background: #878888; 
}

/*end style footer*/
@media screen and (max-width: 960px) { 
.footer {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
}
.img-footer, .txt-footer {
    float: left;
}
.item-tin {
    display: inline-block;
}
}
@media screen and (max-width: 860px) {
   
   .tintuc {
    display: none;
   }
}
@media screen and (max-width: 600px) {
 .footer-bottom {
    display: none;
 }
}
