.search-top {
    padding-right: 30px;
}

.search-top input {
    min-width: 230px;
}

.email-header {
    float: right;
    padding-right: 30px;
    /*font-size: 16px;*/
    /*font-weight: bold;*/
    color: #26C5DA;
}

.email-header a,
.email-header i {
    color: #26C5DA;
}

.email-header a:hover {
    color: red;
}

.jqueryslidemenu ul li a {
    padding: 9px 22px;
}

.img-bordered-sm {
    border: solid 1px #a7e3ec;
}

.designed-by,
.designed-by a {
    font-size: 12px;
    color: #ccc;
}

.title_page {
    line-height: 30px;
}

.copyright_footer {
    font-size: 16px;
}

@media (max-width: 767px) {
    .email-header {
        float: left;
    }

    .search-top {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        padding: 0;
    }

    .search-top form {
        width: 100%;
    }

    .search-top input {
        width: 90%;
    }

    .search-top button {
        width: 8%;
    }
}

@media (max-width: 991px) {
    #menu-icon,
    .menu-mb {
        background: #2764a3;
    }

    .sf-menu-phone li {
        background-color: #2764a3;
        text-transform: uppercase;
        font-weight: normal;
    }

    .sf-menu-phone li li a {
        font-weight: normal;
    }
}

.title_home {
    font-size: 15px;
}

.form-input {
    position: relative;
    margin-bottom: 25px;
}

.form-input img {
    position: absolute;
    top: 11px;
    left: 15px;
    width: 15px;
}

.form-input input, .form-input textarea {
    min-height: 35px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #777777;
    padding-left: 40px;
    font-size: 14px;
    outline: 0;
    color: #000;
}

.form-input.form-textarea textarea {
    padding-left: 15px;
    padding-top: 10px;
}

.btn_submit {
    border: none;
    color: #fff;
    background: #2764a3;
    min-width: 200px;
    font-size: 14px;
    min-height: 35px;
    border-radius: 5px;
}

.btn_submit:hover {
    background: #1b55a3;
}

.contact__info {
    margin-top: 20px;
    margin-bottom: 30px;
}

.contact_item h4 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
}

.contact_item p {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}

.btn_maps {
    min-width: 130px;
    text-align: center;
    min-height: 30px;
    display: inline-block;
    line-height: 30px;
    box-shadow: 0 2px 6px 0px #ddd;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 10px;
    color: #000;
}

.btn_maps img {
    margin-left: 10px;
}

.btn_maps:hover {
    color: #ed1c24;
}

.contact_item {
    margin-bottom: 30px;
}

.label_hot {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
    background: #f00;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
}

.social_footer a {
    width: 40px;
    margin: 0;
    margin-right: 4px;
}

.social_footer .social_facebook {
    margin: 0;
    margin-right: 4px;
}

.title_pr_home {
    display: block;
    font-size: 16px;
    text-transform: none;
    text-overflow: ellipsis;
    overflow: unset;
    white-space: unset;
    color: #f00;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .flex-row {
        display: flex;
        flex-wrap: wrap;
    }

    .flex-row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

    .flex-row.row:after,
    .flex-row.row:before {
        display: flex;
    }
}

.social_footer a{
    display: inline-block;
    /*border: 1px solid #fff;*/
    color: #fff;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    margin: 3px 3px 0 0;
    margin-right: 5px;
}

.social_footer a:after {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -1px;
    left: -1px;
    z-index: -1;
    -webkit-transition: -webkit-transform .2s, opacity .3s;
    -webkit-transition: opacity .3s, -webkit-transform .2s;
    transition: opacity .3s, -webkit-transform .2s;
    -o-transition: opacity .3s, -o-transform .2s;
    transition: transform .2s, opacity .3s;
    transition: transform .2s, opacity .3s, -webkit-transform .2s, -o-transform .2s;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
}

.social_footer a img {
    vertical-align: top;
    width: 100%;
    height: auto;
}

.social_footer a:hover::after {
    opacity: 1;
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.social_footer a.s_facebook:after {
    background: #3b5998;
    border: 1px solid #3b5998
}

.social_footer a.s_zalo:after {
    background: #ecf5fb;
    border: 1px solid #ecf5fb
}

.social_footer a.s_youtube:after {
    background: #f61c0d;
    border: 1px solid #f61c0d
}