/* 2) css footer.css */

.footer {
    /* font-size: 12px; */
    border-top: 5px solid #ee0000;
    padding-top: 40px;
}

.footer-main {}

.footer-main .box-footer {}

.item-footer {
    margin-bottom: 5px;
}

.title-footer {
    font-size: 17px;
    font-weight: bold;
    color: #fa0902;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 1px;
    margin-bottom: 0px;
    padding-top: 0px;
    min-height: 35px;
    text-align: left;
}

.title-footer:before {
    content: '';
    width: 120px;
    background-color: #333;
    position: absolute;
    height: 0px;
    top: 100%;
}

.desc-footer {}

.hr-red {}

.link-footer {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px;
}

.list-link {}

.list-link ul li {
    list-style: disc;
    margin-left: 20px;
}

.list-link li {
    margin-bottom: 5px;
}

.list-link li a {
    font-size: 16px;
    font-weight: 500;
}

.list-link li a i {
    font-size: 13px;
    font-weight: 300;
}

.list-link li i {
    font-weight: 900;
    color: red;
}

.list-thongbao {
    padding-bottom: 10px;
}

.list-thongbao ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.list-thongbao ul li {
    margin-right: 15px;
}

.list-thongbao ul li a {}

.list-thongbao ul li img {
    width: 145px;
    max-width: 100%;
}

.desc-footer {
    font-size: 16px;
    line-height: 1.6;
}

.desc-footer p {
    text-align: left;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    padding-bottom: 0px;
}

.desc-footer p a {
    font-weight: 400;
}

.y-image {
    margin-bottom: 15px;
    overflow: hidden;
}

.y-image img {
    width: 100%;
    height: 230px;
}

.footer-bottom {
    color: #fff;
    padding: 10px 0;
    background: linear-gradient(49deg, rgb(166 1 1) 10%, rgb(179 0 0) 50%, rgba(225, 1, 1, 1) 90%);
}

.box-footer-bottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.copyright{
    display: inline-block;
    line-height: 24px;
    font-size: 15px;
}

.list_tag_hash{width: calc(100% - 400px);line-height: 24px;}

.list_tag_hash marquee{font-size: 15px;line-height: 24px;font-weight: 400;}

.list_tag_hash h1, .list_tag_hash h2, .list_tag_hash h3, .list_tag_hash h4, .list_tag_hash h5, .list_tag_hash h6, .list_tag_hash p{
    font-size: 15px;
    padding: 0;
    display: inline;
    color: #fff;
    line-height: 24px;
    margin: 0 10px 0 0;
}
.list_tag_hash p a {
	color: #fff;
}

.pt_contact_vertical {
    position: fixed;
    display: block;
    bottom: 85px;
    z-index: 100;
    left: 25px;
    display: none;
}

.contact-mobile .contact-item a {
    margin-bottom: 8px;
    display: block;
    transition: all 0.4s ease;
    position: relative;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.contact-mobile .contact-item a i {
    color: #fff;
    line-height: inherit;
}

.contact-mobile .contact-item .fb-mess {
    background-color: #4b76bd;
}

.tel_phone {
    border-radius: 30px;
    line-height: 45px;
    position: absolute;
    height: 45px;
    font-size: 17px;
    text-align: center;
    background-color: #e9242d;
    color: white;
    top: 28px;
    left: 40px;
    padding: 0;
    font-weight: 600;
    width: 165px;
    overflow: hidden;
    padding-left: 29px;
    transition: all 0.5s;
    opacity: 1;
}

.quick-alo-phone:hover .tel_phone {
    width: 165px;
    left: 36px;
    opacity: 1;
}

.tel_phone a {
    margin: 0;
    color: #fff;
    display: block;
    width: 135px;
}
@-webkit-keyframes my1 {
    0% { background-color: #ffd100; } 
    50% { background-color: #129049;  } 
    100% { background-color: #ffd100;  } 
}
@-moz-keyframes my1 { 
    0% { background-color: #ffd100;  } 
    50% { background-color: #129049;  }
    100% { background-color: #ffd100;  } 
}
@-o-keyframes my1 { 
    0% { background-color: #ffd100; } 
    50% { background-color: #129049; } 
    100% { background-color: #ffd100;  } 
}
@keyframes my1 { 
    0% { background-color: #ffd100;  } 
    50% { background-color: #129049;  }
    100% { background-color: #ffd100;  } 
} 

.quick-alo-phone.quick-alo-show {
    visibility: visible;
    /* display: none; */
}

.quick-alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 100px;
    height: 100px;
    display: block;
    cursor: pointer;
    z-index: 98;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility 0.5s;
    -moz-transition: visibility 0.5s;
    -o-transition: visibility 0.5s;
    transition: visibility 0.5s;
    left: -1px;
    bottom: 6px;
}

.quick-alo-ph-circle {
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border: 2px solid #3a71aa 9;
    opacity: 0.1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
    border-color: #e9242d;
    opacity: 0.5;
}

.quick-alo-ph-circle-fill {
    width: 80px;
    height: 80px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
    background-color: #e9242d;
    opacity: 0.75;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
    background-color: #e9242d;
}

.quick-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    top: 25px;
    left: 25px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(../images/quick-call-button.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
    background-color: #e9242d;
}


#contact-vr {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
    margin-bottom: 190px;
}

.button-contact {
    margin-top: 0px;
}

.phone-vr-img-circle {
    background-color: #2196F3;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, .7);
}

#contact-vr .phone-vr-img-circle {
    background-color: #2196F3;
}


/* HHH */

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@-moz-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-webkit-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-o-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.button-contact {
    position: absolute;
    bottom: 0;
}

.button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 10px;
    bottom: 0;
    display: block;
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, .7);
}

.phone-vr-circle-fill {
    transition: none!important;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    border-radius: 100%;
    /* background: #fff; */
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.contact-messeger {
    position: fixed;
    right: 0;
    z-index: 999;
    width: 100px;
    height: 100px;
    bottom: 5px;
}

.contact-messeger .quick-alo-phone.quick-alo-show {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.contact-messeger .messeger {}

.contact-messeger .messeger img {
    width: 100%;
}

.contact-messeger .quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
    background-color: #282e88;
    background-image: url('../images/meseger.png');
    background-size: contain;
}

.contact-messeger .quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
    border-color: #282e88;
}

.contact-messeger .quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
    background-color: #282e88;
}

.back_to_top {
    position: fixed;
    bottom: 80px;
    right: 10px;
    background: #f57e25;
    border-radius: 50px;
    z-index: 99;
    overflow: hidden;
    animation: zoom 1.3s infinite;
}

.back_to_top a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back_to_top span {
    display: inline-block;
    float: left;
    line-height: 27px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.5s;
    width: 0;
}

.back_to_top img {
    float: left;
    width: 40px;
    height: 40px;
    background: #f57e25;
    border-radius: 100%;
    padding: 5px;
}

#zalo-vr.button-contact {
    position: fixed;
    bottom: 0;
    left: 0px;
}

#contact-vr.button-contact {
    position: fixed;
    bottom: 0;
    left: 0;
    
}






ul.list-link li:hover {
    transition: 0.3s;
    background: #fe0000;
}


ul.list-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.list-link li {box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;padding: 5px 15px;background: #1bbc9b;margin-bottom: 10px;margin-right: 17px;border-radius: 5px;}

ul.list-link li a {
    color: #fff;
    font-size: 14px;
}

ul.list-link li i {
    color: #ffffff;
}




.fix-footer {
    z-index: 99999999;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #021d4a;
    padding: 10px 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    display: block;
    padding: 42px 0px 2px 0;
}
.fix-footer-box {
    position: relative;
}
.box-icon-menu-figex {
    margin-top: -70px;
    margin-bottom: 8px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto;
    transform: translateX(-50%);
    margin-top: -54px;
    margin-bottom: 8px;
}
.fix-footer-box span {
    color: #fff;
    font-size: 14px;
}
.box-icon-menu-figex svg {
    width: 41px;
    height: 41px;
    padding: 10px;
    background: #021d4a;
    border-radius: 100%;
    border: 1px solid #fff;
    fill: #fff;
}
.fix-footer-box img {
    height: 40px;
    width: 40px;
}

.fix-footer-body .clm {
    flex: 1;
    text-align: center;
}
.fix-footer {
    display: none
}


.box-img-pages-footer {
    padding-top: 20px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.box-img-pages-footer .title-footer {
    padding-right: 20px;
    min-height: unset;
}
.title-footer {
    font-size: 17px;
    font-weight: bold;
    color: #fa0902;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 1px;
    margin-bottom: 0px;
    padding-top: 0px;
    min-height: 35px;
    text-align: left;
}
.list-thongbao ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


div#button-contact-vr {
    bottom:0px;
    left: 10px;
    margin: -10px;
    transform: scale(0.8);
    margin-bottom: 0px !important;
    position: fixed;
    z-index: 99999;
}
#gom-all-in-one {
    display: flex;
    flex-direction: column-reverse;
}
#button-contact-vr .button-contact {
    position: relative;
    margin-top: -13px;
}
#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #f57e25;
}
.phone-bar a, #phone-vr .phone-vr-circle-fill, #phone-vr .phone-vr-img-circle, #phone-vr .phone-bar a {
    background-color: #f57e25;
}
.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}
#phone-vr span {
    position: absolute;
    background: #ed0004;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.2;
    padding: 10px 12px 10px;
    border-radius: 4px;
    /* box-shadow: inset 0 -10px 0 -6px rgba(0, 0, 0, .17); */
    margin-right: 10px;
    width: 168px;
    left: 100%;
    top: 30%;
}
#phone-vr span::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #ed0004 transparent transparent;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.fix-footer-body .clm:nth-child(2) img {
    background: #0066ff;
    border-radius: 100%;
}
.fix-footer-body .clm:nth-child(3) img {
    background: none;
    border-radius: 100%;
}

@media(max-width:990px){
    .footer-bottom {
        display: none;
    }
    .box-foteter-mobile {
        padding-left: 0px;
        padding-right: 0px;
    }
    .box-img-pages-footer {
        padding-left: 0px;
        padding-right: 0px;
        display: block !important;
        padding-top: 0px;
    }
    
        ul.list-link li {
            margin-right: 5px;
            padding: 5px 10px;
        }
        ul.list-link li a {
            font-size: 11px;
        }
    .fix-footer {
        display: block;
        background: none;
        box-shadow: none;
        z-index: 99999999;
        position: fixed;
        bottom: -10px;
        left: 0;
        right: 0;
    }

div#phone-vr {
    display: none;
}
.phone {
    font-size: 15px;
}
.fix-footer-box.box-item-hotline {
    /* display: flex; */
    margin-top: 7px;
}

.fix-footer-box {
    position: relative;
}
.fix-footer-box.box-item-hotline > a {
    display: flex;
    justify-content: center;
}
.fix-footer-box.box-item-hotline .box-icon-menu-figex {
    display: block;
    width: 40px;
    margin-top: 5px;
}

.box-icon-menu-figex {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto;
    transform: translateX(-50%);
    /* margin-top: -54px; */
    margin-bottom: 8px;
}
.fix-footer-box.box-item-hotline img {
    padding: 5px;
}
.fix-footer-box img {
    height: 40px;
    width: 40px;
    margin-left: 30px;
    background: #f30c0c;
    border-radius: 100%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.box-icon-menu-figex p {
        position: absolute;
        bottom: 45px;
        width: 100px;
        font-size: 14px;
        font-weight: 700;
    }


    div#contact-vr {
        display: none;
    }
    
    #zalo-vr.button-contact {
        display: none;
    }
    
    div#quick-alo-phoneIcon {
        display: none;
    }
    .fix-footer {
        display: block
    }
}
@media(max-width:767px){
	div#button-contact-vr {
		display: none
	}