.brand-slider-brand {
    padding-top: 20px;
}

.item-dissalops-slider img {
    background: #fff;
    display: block;
    padding: 0 10px 0;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
section.brand-section {
    background: #f3f3f3;
}


section.brand-section .slider-item {
    background: #fff;
    display: block;
    padding: 0 10px 0;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

.item-dissalops-slider {
    padding: 5px;
}

.item-dissalops-slider img {
    height: 50px;
}
.site-footer {
    padding: 35px 0 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #FFF;
}

.site-footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.site-footer::before {
    background: url(../images/overlay-loiich.png);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: rotate(180deg);
}

.site-footer .ctnr {
    position: relative;
    z-index: 1;
}

.footer-copyright {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    border-top: 1px solid rgb(229 229 229);
}
.footer-copyright a{
    color: #e5c72e;
}
.widget {
    margin-bottom: 25px;
}
.widget-title {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 7px;
    border-bottom: 2px solid #e5e5e5;
    font-size: 18px;
    color: #00135e;
    font-weight: 500;
    text-transform: uppercase;
}
.widget-title::after {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 90px;
    height: 2px;
    background-color: #00135e;
    content: '';
}

section.widget.widget-light-skin .mb-1 {
    padding-bottom: 0px !important;
}
.widget ul {
    margin-bottom: 12px;
}
.footer-social-links a:first-child {
    margin-left: 0px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.footer-social-links a span {
    position: relative;
    z-index: 1;
}
.footer-social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: linear-gradient(to right, #BF953F, #e5c72e, #BF953F);
    line-height: 35px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    margin: 2px;
    position: relative;
    overflow: hidden;
}

section.widget.widget-light-skin .mb-3 {
    margin-bottom: 10px !important;
    padding-bottom: 0px;
}

section.widget.widget-light-skin p {
    color: #fff;
}

ul.list-unstyled.text-sm li span {
    color: #505050;
    font-weight: 300;
    font-size: 15px;
}

ul.list-unstyled.text-sm li {
    font-size: 14px;
}

section.widget.widget-light-skin p {
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 0;
    margin-top: 5px;
}

form.row.subscriber-form button {
    background: #003399;
    display: block;
    width: 100%;
    margin-top: 12px;
    margin-right: 0 !important;
    margin-bottom: 12px;
    margin-left: 0 !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding: 5px 22px;
    border-radius: 4px;
}

form.row.subscriber-form p {
    font-size: 15px;
    color: #fff;
    opacity: .8 !important;
}

.widget.widget-links.widget-light-skin ul li a {
    display: inline-block;
    transition: color .3s;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}


.widget.widget-links.widget-light-skin ul li svg {
    width: 15px;
    fill: #fff;
    height: 15px;
    margin-right: 6px;
}

.widget.widget-links.widget-light-skin ul li {
    padding-bottom: 5px;
    color: #fff;
}
.footer-social-links{
    margin-top: 10px;
}

.logo_footer {
    text-align: center;
}

.logo_footer img {
    width: 150px;
}

.logo_footer .name-company {
    font-weight: 700;
    font-size: 20px;
    margin-top: 5px;
}

.footer-col {
    margin-top: 40px;
}

.footer-col h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-col ul li {
    list-style: disc !important;
    line-height: 28px;
}

.footer-col ul {
    margin-left: 20px;
}

.footer-col ul li a {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
}

.footer-col ul li a:hover {
    color: #FFFC00;
}

.backtotop {
    cursor: pointer;
    background: #00135e;
    bottom: 10px;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    padding: 2px;
    position: fixed;
    right: 18px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    z-index: 8;
    border-radius: 2px;
}

.backtotop svg {
    width: 22px;
    height: 22px;
    margin-bottom: -3px;
}

.backtotop svg path {
    stroke: #fff;
}

#button-contact-vr {
	bottom: 55px;
    margin: -10px;
    transform: scale(0.8);
    margin-bottom: 0px !important;
    position: fixed;
    z-index: 20;
    right: 10px;
}

#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s 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 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}

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

.phone-vr-circle-fill {
    width: 70px;
    height: 70px;
    top: 6px;
    left: 6px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.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 0.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: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-img-circle svg {
    fill: #ffffff;
    width: 38px;
    height: 44px;
    margin-top: 8px;
}

.phone-vr-img-circle svg path {
    stroke: #fff;
}

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

.phone-vr-img-circle img {
    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%);
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#button-contact-vr .button-contact {
    position: relative;
}

.wrap-button-fixed {
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    background: #f5f6fa;
    width: 300px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 10px 20px;
    display: none;
}

.wrap-button-fixed.active {
    display: block;
}

.wrap-button-fixed .close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.wrap-button-fixed .close svg {
    width: 20px;
    height: 20px;
}

.wrap-button-fixed .link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.wrap-button-fixed .link img {
    width: 40px;
    height: 40px;
}

.wrap-button-fixed .link .text {
    font-size: 18px;
}

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

#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #dd2223;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #dd2223;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #dd2223;
}

#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #dd2223;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 60px;
    height: 60px;
    line-height: 40px;
    top: 12px;
    left: 12px;
    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;
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

#viber-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

@-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);
    }
}

 @keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@media (max-width: 990px){
    .widget {
        margin-bottom: 10px;
    }
    .widget {
        margin-bottom: 10px;
    }
    
    .site-footer {
        padding: 20px 0px;
    }
    
}