       .chu-trang{
           color: #fff;
    font-size: 15px;
    line-height: 32px;
    }
     .chu-trang:hover{
        color:#ff0;
    }
    .newsletter-section {
        background: linear-gradient(to right,#0096fc, #f69217);
        padding: 20px  0;
        color: #ffffff;
    }
    .footer-social a {
    display: inline-block;
    margin-right: 15px;
    font-size: 22px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(137, 223, 98, 0.73);
    transition: color 0.3s ease, transform 0.3s ease;
}
    .newsletter-title {
         font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #ff0;
    margin-top: 10px;
    }

    .newsletter-desc {
        font-size: 16px;
        opacity: 0.9;
    }

    .newsletter-form input.form-control {
        border: none;
        height: 45px;
        border-radius: 5px;
        padding-left: 15px;
        margin: 10px 0;
    }

    .newsletter-form .btn {
       width: 150px;
    height: 47px;
    border-radius: 5px;
    background-color: #c00;
    color: #fff;
    border: none;
    transition: background-color 0.3s ease;
    margin-top: 9px;
    font-size: 18px;
    }

    .newsletter-form .btn:hover {
        background-color: #006edc;
    }

    a {
        transition: .3s;

    }

    a:hover,
    a:active,
    a:focus {
        outline: none;
        text-decoration: none;
      
    }

    .footer {
        position: relative;
       
   
    }
   .footernewbg{
     padding: 40px 0;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #0171bb;
    text-align: left;
    position: relative;
    padding-bottom: 20px;
    background-attachment: fixed;
    background-image: url(../hinhmenu/address-bg.png);
   }
    .footer .footer-blog,
    .footer .footer-insta,
    .footer .footer-tags,
    .footer .footer-newsletter {
        position: relative;
        margin-bottom: 25px;
    }

    .footer .footer-newsletter input::placeholder {
        color: #eeeeee;
        opacity: 1;
    }

    .footer .footer-blog h3,
    .footer .footer-insta h3,
    .footer .footer-tags h3,
    .footer .footer-newsletter h3 {
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 18px;
        font-weight: 400;
        color: #ffffff;
    }

    .footer .footer-blog h3::after,
    .footer .footer-insta h3::after,
    .footer .footer-tags h3::after,
    .footer .footer-newsletter h3::after {
        position: absolute;
        content: "";
        width: 50px;
        height: 2px;
        left: 0;
        bottom: 0;
        background: #ffffff;
    }

    .footer-title {
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 18px;
        font-weight: 400;
        color: #ffffff;
    }

    .footer-title::after {
        position: absolute;
        content: "";
        width: 50px;
        height: 2px;
        left: 0;
        bottom: 0;
        background: #ffffff;
    }


    .footer .footer-blog div {
        position: relative;
        /* padding-left: 15px; */
    }

    /* .footer .footer-blog div::before {
        position: absolute;
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #cccccc;
        left: 0;
    } */

    .footer .footer-blog div a {
        display: block;
        margin-bottom: 12px;
        font-size: 16px;
        color: #cccccc;
    }

    .footer .footer-blog div a:hover {
        color: #0085ff;
    }

    .footer .footer-blog div p {
        /* padding-left: 20px; */
        color: #c5bfbf;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    /* .footer .footer-blog div p::before {
        position: absolute;
        content: "\f017";
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        color: #757575;
        left: 15px;
    } */

    .footer .footer-insta {
        float: left;
        font-size: 0;
    }

    .footer .footer-insta a {
        padding: 0 5px 5px 0;
        display: block;
        width: 33.33%;
        float: left;
    }

    .footer .footer-insta a img {
        width: 100%;
    }

    .footer .footer-consultants h3 {
        color: #ffffff;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 8px;
        border-bottom: 2px solid #ffffff;
    }

    .footer .consultant img {
        border: 2px solid #ffffff;
    }

    .footer .consultant div {
        color: #dddddd;
        font-size: 15px;
        line-height: 1.2;
        padding: 8px 7px;
    }


    .footer .footer-tags {
        font-size: 0;
    }

    .footer .footer-tags a {
        display: inline-block;
        margin: 0 5px 5px 0;
        padding: 3px 8px;
        font-size: 14px;
        color: #dddddd;
        text-transform: capitalize;
        border: 1px solid #dddddd;
    }

    .footer .footer-tags a:hover {
        color: #ffffff;
        background: #0085ff;
        border-color: #0085ff;
    }

    .footer .footer-newsletter .form {
        position: relative;
        width: 100%;
    }

    .footer .footer-newsletter input {
        height: 45px;
        border: 1px solid #dddddd;
        border-radius: 0;
        color: #fff;
        background: #121518;
        margin-bottom: 15px;
    }

    .footer .footer-newsletter .btn {
        display: block;
        width: 100%;
        height: 45px;
        padding: 8px 20px;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        color: #dddddd;
        background: #000000;
        border-radius: 0;
        border: 1px solid #dddddd;
        transition: .3s;
    }

    .footer .footer-newsletter .btn:hover {
        color: #ffffff;
        background: #0085ff;
        border-color: #0085ff;
    }

    .footer .footer-newsletter .btn:focus {
        box-shadow: none;
    }

    .footer .footer-contact {
        position: relative;
        padding: 25px 0;
        text-align: center;
        border-top: 1px solid rgba(256, 256, 256, .1);
    }

    .footer .footer-contact h4 {
        position: relative;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #ffffff;
    }

    .footer .footer-contact p {
        margin: 0;
        font-size: 16px;
        color: #999999;
    }

    .footer .footer-contact a {
        display: inline-block;
    }

    .footer .footer-contact a i {
        margin-right: 10px;
        font-size: 18px;
        color: #999999;
    }

    .footer .footer-contact a:last-child i {
        margin: 0;
    }

    .footer .footer-contact a:hover i {
        color: #0085ff;
    }

        .footer .copyright {

    background: #f69118;

    }
    @media (max-width: 767.98px) {
        .footer .footer-contact .col-md-4 {
            margin-bottom: 25px;
        }

        .footer .footer-contact .col-md-4:last-child {
            margin: 0;
        }
        
        .footer .copyright {
    position: relative;
    /* padding: 10px 0; */
    background: #f69118;
    padding-top: 11px;
    padding-bottom: 10px;
    }
    }
    .footer .copyright {
            position: relative;
    /* padding: 10px 0; */
    background: #f0f0f0;
    padding-top: 14px;
    padding-bottom: 10px;
    }

    .footer .copyright .copy-text p {
        margin: 0;
        font-size: 15px;
        color: #000;
    }

    .footer .copyright .copy-text p a {
        color: #000;
    }

    .footer .copyright .copy-text p a:hover {
        color: #0085ff;
    }

    .footer .copyright .copy-menu {
        position: relative;
        font-size: 0;
        text-align: right;
        display: flex;
        gap: 40px;
        justify-content: flex-end;
    }

    .footer .copyright .copy-menu a {
        color: #000;
        font-size: 15px;
        margin-right: 15px;
        padding-right: 15px;
        border-right: 1px solid rgba(255, 255, 255, .3);
    }

    .footer .copyright .copy-menu a:hover {
        color: #0085ff;
    }

    .footer .copyright .copy-menu a:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }

    @media (max-width: 767.98px) {

        .footer .copyright .copy-text,
        .footer .copyright .copy-menu {
            text-align: center;
            justify-content: center;
        }

        .footer .copyright .copy-text p {
            margin-bottom: 5px;
        }

    }
	
.visitor-box {
    border-radius: 12px;
    text-align: end;
    transition: 0.3s ease;
    display: flex;
}

.visitor-box p {
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 500;
}

.number {
    font-weight: bold;
    color: #c00;
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 15px;
}



/* Mobile */
@media (max-width: 900px) {

    .visitor-box {
        padding: 0;
    }

}
	 
	
	