@font-face {
    font-family: Muara;
    src: url(../fonts/MUARA.ttf)
}

#logo .logo-text {
    font-family: MyriadCondensed;
    font-weight: 500;
    font-size: 25px
}

#header #navBar .u-header__nav-last-item {
    padding-left: 0.5rem;
}

#header .navbar-expand-lg .u-header__navbar-nav .u-header__nav-link {
padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    font-family: MyriadCondensed;
    font-size: 22px;
    text-transform: uppercase;
}

#header #navBar .navbar-nav .nav-lang-desktop {
    padding: 0;
    margin-left: 7px;
}

#header #navBar .navbar-nav .nav-lang-desktop a {
    padding: 0;
    padding-right: .5rem;
    height: auto;
    padding: 7px 4px;
}

#header #navBar .navbar-nav .nav-lang-desktop > a > img {
    width: 25px;
    height: 13px;
}

.space-2 h2 {color:#005f9d!important}
.color-default {
    color: #404a64!important
}

.color-blue-default {
    color: #049cff!important
}

.bg-blue-default {
    background: #049cff!important
}

.color-yellow-default {
    color: #f6921e!important
}

.bg-yellow-default {
    background-color: #f6921e!important
}

.btn-yellow-default {
    background-color: #f6921e!important
}

.color-blue-default {
    color: #005f9d!important
}

.bg-blue-default,
.btn-blue-default {
    background-color: #005f9d!important
}

.color-red-default {
    color: #c80000!important
}

.bg-active-red-default,
.bg-red-default,
.btn-red-default {
    background-color: #c80000!important
}

.min-height-100 {
    min-height: 100%!important
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400
}

.u-hero-v1__main::after {
    background: 0 0!important
}

.br-0 {
    border-radius: 0!important
}

.show-z {
    display: block!important
}

.hide-z {
    display: none!important
}

.show-desktop {
    display: block
}

.show-desktop-z {
    display: block!important
}

.hide-desktop {
    display: none
}

.hide-desktop-z {
    display: none!important
}

.icon-animation {
    -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%
}

.post-content p span em {
    display: block
}

.post-content p {
    line-height: 1.3!important;
    margin-top: 0!important;
    margin-bottom: 1rem!important
}

.post-content .sologan h2 {
    font-size: 1rem
}

.services .u-slick__pagination {
    margin-top: 2.5em
}

.services .u-media-viewer img {
    margin: auto!important
}

#list-branch .item:last-child {
    border-bottom: none!important
}

#appointment {
    background: url(../images/bg-appoinment.jpg) no-repeat;
    background-size: cover
}

#form-appointment .service .filter-option {
    height: calc(1.5em + 1.25rem + 2px);
    font-size: .9625rem;
    font-weight: 400;
    line-height: 1.5;
    color: #30374b;
    background-color: #fff!important;
    background-clip: padding-box;
    border: 1px solid #8f9ab7!important;
    border-radius: 0!important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out!important
}

#form-appointment .service button.btn-light {
    background: 0 0!important;
    border: none!important
}

#slider-homepage-mobile {
    display: none!important
}

.breadcrumb a {
    color: #fff
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: #fff
}

.sologan a {
    color: #fff!important
}

.u-header__navbar-collapse.show~a.btn-register {
    display: none!important
}

#navBar.collapse.show .btn-register {
    display: none
}

#testimonials-nav-pagination.u-slick--pagination-interactive .slick-center {
    background: 0 0!important
}

#testimonials-nav-pagination .slick-current.slick-active .fill-primary,
#testimonials-nav-pagination .slick-current.slick-active .h6 {
    color: #f6921e!important;
    fill: #f6921e!important
}

.js-go-to {
    opacity: 1!important
}

/* Tag */
.tags-list {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.tags-list li {
    float: left;
}
.tags-list a:hover {
    background-color: crimson;
    color: white;
}
.tags-list a:hover::after {
    border-left-color: crimson;
}
.tags-list a {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}
.tags-list a::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.tags-list a::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.tag-item {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

.tag-item::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.tag-item::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.tag-item:hover {
    background-color: crimson;
    color: white;
}

.tag-item:hover::after {
    border-left-color: crimson;
}

#post-content .form-appointment .invalid-feedback {
    color: #de4437 !important;
}

/* Social */
.socials-share {
    text-align: center;
}

.socials-share a {
    padding: 0px 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
    white-space: nowrap;
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 4px;
}

.socials-share span.fab {
    margin-right: 3px;
}

.socials-share .bg-facebook {
    background: #3a5899;
}

.socials-share .bg-facebook:hover,
.socials-share .bg-facebook:focus {
    background: #1d418d;
}

.socials-share .bg-twitter {
    background: #00acee;
}

.socials-share .bg-twitter:hover,
.socials-share .bg-twitter:focus {
    background: #0b93c7;
}

.socials-share .bg-google-plus {
    background: #db4437;
}

.socials-share .bg-google-plus:hover,
.socials-share .bg-google-plus:focus {
    background: #bb2a1d;
}

.socials-share .bg-pinterest {
    background: #cb1e26;
}

.socials-share .bg-pinterest:hover,
.socials-share .bg-pinterest:focus {
    background: #ae0e15;
}

.socials-share .bg-email {
    background: #dd5348;
}

.socials-share .bg-email:hover,
.socials-share .bg-email:focus {
    background: #ce3f34;
}

#quick-alo-phoneIcon {
    left: 5px;
    bottom: 30px
}

.quick-alo-phone.quick-alo-static {
    opacity: .6
}

.quick-alo-phone.quick-alo-hover,
.quick-alo-phone:hover {
    opacity: 1
}

.quick-alo-ph-circle {
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    border: 2px solid #bfebfc 9;
    opacity: .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 .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .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-active .quick-alo-ph-circle {
    -webkit-animation: quick-alo-circle-anim 1.1s infinite ease-in-out!important;
    -moz-animation: quick-alo-circle-anim 1.1s infinite ease-in-out!important;
    -ms-animation: quick-alo-circle-anim 1.1s infinite ease-in-out!important;
    -o-animation: quick-alo-circle-anim 1.1s infinite ease-in-out!important;
    animation: quick-alo-circle-anim 1.1s infinite ease-in-out!important
}

.quick-alo-phone.quick-alo-static .quick-alo-ph-circle {
    -webkit-animation: quick-alo-circle-anim 2.2s infinite ease-in-out!important;
    -moz-animation: quick-alo-circle-anim 2.2s infinite ease-in-out!important;
    -ms-animation: quick-alo-circle-anim 2.2s infinite ease-in-out!important;
    -o-animation: quick-alo-circle-anim 2.2s infinite ease-in-out!important;
    animation: quick-alo-circle-anim 2.2s infinite ease-in-out!important
}

.quick-alo-phone.quick-alo-hover .quick-alo-ph-circle,
.quick-alo-phone:hover .quick-alo-ph-circle {
    border-color: #00aff2;
    opacity: .5
}

.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle {
    border-color: #75eb50;
    border-color: #baf5a7 9;
    opacity: .5
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
    border-color: #00aff2;
    border-color: #bfebfc 9;
    opacity: .5
}

.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-circle,
.quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-circle {
    border-color: #ccc;
    opacity: .5
}

.quick-alo-phone.quick-alo-gray .quick-alo-ph-circle {
    border-color: #75eb50;
    opacity: .5
}

.quick-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .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 .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .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-active .quick-alo-ph-circle-fill {
    -webkit-animation: quick-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    -moz-animation: quick-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    -ms-animation: quick-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    -o-animation: quick-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation: quick-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}

.quick-alo-phone.quick-alo-static .quick-alo-ph-circle-fill {
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity: 0!important
}

.quick-alo-phone.quick-alo-hover .quick-alo-ph-circle-fill,
.quick-alo-phone:hover .quick-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, .5);
    background-color: #00aff2 9;
    opacity: .75!important
}

.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle-fill,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, .5);
    background-color: #baf5a7 9;
    opacity: .75!important
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, .5);
    background-color: #a6e3fa 9;
    opacity: .75!important
}

.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-circle-fill,
.quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-circle-fill {
    background-color: rgba(204, 204, 204, .5);
    background-color: #ccc 9;
    opacity: .75!important
}

.quick-alo-phone.quick-alo-gray .quick-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, .5);
    opacity: .75!important
}

.quick-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: rgba(30, 30, 30, .1) url(https://i.imgur.com/YWJeVO2.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -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-active .quick-alo-ph-img-circle {
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out!important;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out!important;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out!important;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out!important
}

.quick-alo-phone.quick-alo-static .quick-alo-ph-img-circle {
    -webkit-animation: quick-alo-circle-img-anim 0s infinite ease-in-out!important;
    -moz-animation: quick-alo-circle-img-anim 0s infinite ease-in-out!important;
    -ms-animation: quick-alo-circle-img-anim 0s infinite ease-in-out!important;
    -o-animation: quick-alo-circle-img-anim 0s infinite ease-in-out!important;
    animation: quick-alo-circle-img-anim 0s infinite ease-in-out!important
}

.quick-alo-phone.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone:hover .quick-alo-ph-img-circle {
    background-color: #00aff2
}

.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {
    background-color: #75eb50
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
    background-color: #00aff2
}

.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-img-circle {
    background-color: #ccc
}

.quick-alo-phone.quick-alo-gray .quick-alo-ph-img-circle {
    background-color: #75eb50
}

@-moz-keyframes quick-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes quick-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes quick-alo-circle-img-anim {
    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)
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}

.quick-alo-phone {
    position: fixed;
    background-color: transparent;
    width: 150px;
    height: 150px;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s
}

.form-callback-required {
    max-width:320px;
    margin:auto
}

@media (max-width:375px) {
    .hide-screen-375 {
        display: none!important
    }
    #logo .logo-text {
        font-size: 28px
    }
    #logo .block-image-logo {
        margin-right: 5px!important;
        max-width: 50px
    }
    #content {
        padding-top: 50px!important
    }
	.list-unstyled li .lat-right a {
    font-size: 17px !important;

}
}

@media (min-width:375px) and (max-width:576px) {
    .gg-play-download,
    .iOS-download {
        width: 50%
    }
	.list-unstyled li .lat-right a {
    font-size: 17px !important;

}
}

@media (max-width:576px) {
    #slider-homepage {
        display: none!important
    }
    #slider-homepage-mobile {
        display: block!important
    }
    .advantage-title {
        display: -ms-flexbox!important;
        display: -webkit-flexbox!important;
        display: -moz-flexbox!important;
        display: -o-flexbox!important;
        display: flex!important;
        -ms-flex-align: center!important;
        -webkit-flex-align: center!important;
        -moz-flex-align: center!important;
        align-items: center!important
    }
    .advantage-title .title {
        padding-left: .5rem
    }
    .text-center-576 {
        text-align: center!important
    }
}

@media (max-width:768px) {
    #post-content .h1,
    #post-content .h2,
    #post-content .h3,
    #post-content .h4,
    #post-content .h5,
    #post-content .h6,
    #post-content h1,
    #post-content h2,
    #post-content h3,
    #post-content h4,
    #post-content h5,
    #post-content h6 {
        line-height: 1.2!important
    }
    #post-content h2.text-sologan {
        font-size: 1rem;
        line-height: 1.5!important
    }
    #post-content .z-post-title {
        line-height: 1.2!important
    }
    .block-image-logo {
        max-width: 60px
    }
    nav.hs-mobile-state ul.u-header__navbar-nav {
        min-height: 100vh;
        z-index: 99999999!important
    }
    .navbar-brand {
        margin-right: 0
    }
    .show-mobile {
        display: block
    }
    .hide-mobile {
        display: none
    }
    .show-mobile-z {
        display: block!important
    }
    .hide-mobile-z {
        display: none!important
    }
    #content {
        padding-top: 64px
    }
    .footer-column-4 {
        margin-top: 1.5rem
    }
    .footer-bottom-col1,
    .footer-bottom-col2 {
        width: 50%;
        float: left
    }
    .download-connect {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
	.download-connect a {color:#FFF}
	.download-connect li {color:#FFF}
    .js-go-to {
        opacity: .7!important
    }
    .footer-copyright {
        padding-bottom: 50px;margin-bottom:12px;
    }
    #footer-fixed {
        opacity: .9
    }
    .quick-alo-phone {
        width: 128px;
        height: 128px;
        left: 0
    }
    .quick-alo-ph-circle {
        width: 136px;
        height: 136px;
        top: 17px;
        left: 17px
    }
    .quick-alo-ph-circle-fill {
        width: 85px;
        height: 85px;
        top: 42.5px;
        left: 42.5px
    }
    .quick-alo-ph-img-circle {
        width: 51px;
        height: 51px;
        top: 59.5px;
        left: 59.5px
    }
    .page-template-dat-lich-hen #footer-fixed {
        display: none
    }
    .advantage,
    .block-about {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .img-logo {
        width:60px !important;
    }
}

@media (max-width:1199px) {
    .img-logo {
        width:60px !important;
    }
}

@media (min-width:1024px) {
    a.click-phone {
        display: none!important
    }
}

@media (min-width:769px) {
    #content {
        padding-top: 74px
    }
    .block-image-logo {
        max-width: 80px
    }
}

@media (min-width:1200px) {
    .row-x-30-1200 {
        margin-left:-30px !important;
        margin-right:-30px !important;
    }

    .img-logo {
        width:80px !important;
    }
}