*{
    margin: 0;
    padding: 0;
}
.btn-call-now{
    margin: 25px 0;
    background-color: #002F87;
}
.lorem-hiden{
    display: none;
}
.home-banner{
    background-size: cover;
    width: 100%;
    min-height: 700px;
    background-repeat: no-repeat;
}
.section-1{
    background-color: #EBEFF6;
    width: 100%;
    min-height: 674px;
    padding: 50px 0;
}
.section-1 img{
    width: 100%;
    height: auto;
}
.section-2 {
    background-color: #fff;
    width: 100%;
    min-height: 674px;
    padding: 50px 0;
}

.section-2 img {
    width: 100%;
    height: auto;
}

.section-3 {
    background-color: #fff;
    width: 100%;
    min-height: 674px;
    padding: 50px 0;
}

.section-3 img {
    width: 100%;
    height: auto;
}

.section-4 {
    background-color: #EBEFF6;
    width: 100%;
    min-height: 674px;
    padding: 50px 0;
}

.section-4 img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.section-4 .title{
    width: 100%;
        height: auto;
        object-fit: contain;
}

.section-5 {
    background-color: #fff;
    width: 100%;
    min-height: 674px;
    padding: 50px 0;
}

.section-5 img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.section-5 .title {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.home-banner-2{
    width: 80%;
    margin: auto;
    background-size: contain;
    min-height: 2800px;
    background-repeat: no-repeat;
}

#footer{
        padding-top: 25px;
        border-bottom: 1px solid #e8e8e8;
        border-top: 1px solid #e8e8e8;
        background-image: url('./../image/bg-footer.webp');
        background-repeat: repeat;
        background-position: center;
}
#footer .title-footer-1{
    color: #d83131;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}
#footer ul{
    margin: 0;
    padding: 0;
}
#footer ul li{
    list-style: none;
}
#footer ul li a{
    text-decoration: none;
    padding: 7px 0;
    display: block;
    color: #333;
}
header{
    width: 100%;
    min-height: 90px;
}
header .top-header .logo{
    width: 150px;
}
header .top-header img{
    width: 100%;
    height: 80px;
    object-fit: contain;
}
header .bottom-header{
    background-color: #a8041d;
}
header .bottom-header ul{
    margin: 0;
    padding: 0;
    display: flex;
}
header .bottom-header ul li{
    list-style: none;
}
header .bottom-header ul li a{
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 15px;
}
@media only screen and (max-width: 768px) {
    .home-banner{
        background-size: cover;
        min-height: 177px;
    }
    .section-4{
        min-height: 235px;
    }
    .section-4-first{
        min-height: 435px;
    }
}

#button-contact-vr {
    right: 0;
}
#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999;
}
#gom-all-in-one .button-contact {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}
#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}
#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;
}
#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33,150,243,.7);
}
.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230,8,8,.7);
    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;
}
#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;
}
#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}
.phone-vr-img-circle {
    background-color: #e60808;
    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-img-circle img {
    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%);
}