﻿/*!
 * footer.css
 * Version - 1.0
 * Website: alanhair.vn
 * Author: Ghida
 * Copyright (c) 2020 gdavietnam.com
 */
/*#region FOOTER*/
.slider_brand .gd_item {
    padding: 0 15px;
}

    .slider_brand .gd_item img.img-fluid {
        width: auto;
        margin: auto;
    }

.slider_brand {
    padding: 15px 0;
}

    .slider_brand .owl-nav [class^="owl-"] {
        color: #e5e5e5;
        line-height: 1;
        opacity: 0;
        background: rgba(172, 131, 75,0.5);
        position: absolute;
        text-align: center;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all 0.3s ease-in 0s;
        visibility: hidden;
        z-index: 100;
        height: 35px;
        width: 35px;
        cursor: pointer;
        font-size: 34px;
    }

    .slider_brand .owl-prev {
        left: 10px;
    }

    .slider_brand .owl-next {
        right: 10px;
    }

    .slider_brand:hover .owl-nav [class^="owl-"] {
        opacity: 1;
        visibility: visible;
    }


.gd_cta_area {
    background: url(../images/bg-login.jpg) no-repeat right center;
    clear: both;
    display: flex;
    justify-content: center;
    padding: 145px 0;
}

.gd_cta {
    text-align: center;
    width: 75%;
    margin: auto;
}

    .gd_cta .cta_title {
        font-size: 30px;
        margin-bottom: 3rem;
    }

    .gd_cta .cta_action {
        color: #000;
        font-size: 18px;
        padding: 15px 45px;
        display: inline-block;
        border: 1px solid #737373;
        border-radius: 35px;
        transition: all 300ms ease-in 0ms;
    }

        .gd_cta .cta_action:hover {
            color: #fff;
            border-color: #fff;
        }

.gd_subscriber {
    text-align: right;
}

    .gd_subscriber .gd_title {
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        text-align: right;
        text-transform: uppercase;
        margin-bottom: 20px;
        visibility: hidden;
    }

    .gd_subscriber .gd_form {
        max-width: 550px;
        font-size: 16px;
        justify-content: flex-end;
        float: right;
    }

    .gd_subscriber .form-control {
        background: none;
        border: 1px solid #737373;
        border-radius: 0;
        height: 45px;
        color: #737373;
        padding: 5px 15px;
        font-weight: 300;
        font-size: 18px;
    }

        .gd_subscriber .form-control::placeholder {
            color: #757575;
            opacity: 1;
        }

    .gd_subscriber input[type="submit"] {
        height: 45px;
        border: 1px solid #737373;
        color: #737373;
        border-radius: 0px;
        padding: 5px 35px;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 16px;
        margin-left: -1px;
        background: none;
    }

        .gd_subscriber input[type="submit"]:hover {
            color: #000;
        }

    .gd_subscriber .gd_social {
        margin-top: 30px;
    }

        .gd_subscriber .gd_social a {
            font-size: 24px;
            display: inline-block;
            padding: 0 15px;
        }
/*Begin Animated Background*/
@-webkit-keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0 0;
    }
}

.animate-background {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    animation: animatedBackground 40s linear infinite;
    -moz-animation: animatedBackground 40s linear infinite;
    -webkit-animation: animatedBackground 40s linear infinite;
}

@keyframes hozAnimatedBackground {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.hoz-animate-background {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    animation: hozAnimatedBackground 40s linear infinite;
    -moz-animation: hozAnimatedBackground 40s linear infinite;
    -webkit-animation: hozAnimatedBackground 40s linear infinite;
    background-size: auto 100%;
}
/*End Animated Background*/

.gd_footer_wr {
    clear: both;
    background-color: #eaeaea;
}

.gd_ft_container {
    color: #000;
    padding: 60px 0;
}

.gd_ft_info .logo_ft {
    margin-bottom: 15px;
    display: block;
}

.gd_ft_title {
    margin-bottom: 13px;
}

    .gd_ft_title .gd_text {
        font-size: 17px;
        font-weight: 300;
        font-family: 'Montserrat', sans-serif;
        color: #000;
        margin-bottom: 13px;
        display: block;
        position: relative;
        padding-bottom: 10px;
    }


.gd_ft_info address > span {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    margin-bottom: 10px;
}

    .gd_ft_info address > span > span {
        margin-right: 5px;
    }

.gd_ft_info address a {
    color: #000;
}

.gd_ft_right address a:hover {
    color: #737373;
}

.gd_ft_menu {
    margin-bottom: 30px;
}

.gd_menu__footer {
    display: flex;
    justify-content: flex-end;
    flex-flow: row wrap;
}

    .gd_menu__footer li {
        list-style: none;
        padding-left: 30px;
    }

    .gd_menu__footer > li > a, .gd_menu__footer > li > a:not([href]):not([tabindex]) {
        font-size: 14px;
        font-weight: 300;
        font-family: 'Montserrat', sans-serif;
        color: #000;
        margin-bottom: 13px;
        display: block;
        position: relative;
        padding-bottom: 10px;
    }

        .gd_menu__footer > li > a::before {
            margin-bottom: 3px;
            width: 60px;
        }

        .gd_menu__footer > li > a:hover {
            color: #737373;
        }

    .gd_menu__footer li .sub-menu li {
        padding: 5px 0;
    }

    .gd_menu__footer .sub-menu li > a {
        color: #000;
        font-size: 16px;
        padding: 8px 0;
        font-weight: 300;
    }

        .gd_menu__footer .sub-menu li > a:hover {
            color: #737373;
        }

    .gd_menu__footer li .sub-menu .sub-menu {
        display: none;
    }

.gd_ft_right {
    font-weight: 300;
}

.gd_footer {
    border-top: 1px solid #cbcbcb;
    clear: both;
}

.gd_footer_copyright {
    color: #737373;
    justify-content: center;
    display: flex;
    font-size: 14px;
    padding: 30px 0;
    flex-wrap: wrap;
}

    .gd_footer_copyright a {
        color: #737373;
    }

.gd_copyright {
    display: inline-block;
}

.gd_design {
    display: inline-block;
    margin-left: 10px;
}

.social-footer {
    margin-bottom: 20px;
    display: flex;
}

.social a {
    width: 40px;
    line-height: 38px;
    border-radius: 50%;
    color: #737373;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    margin-top: 3px;
    margin-left: 5px;
    border: 1px solid #737373;
}

    .social a.zalo {
        height: 40px;
        /*filter: grayscale(100%);*/
    }

        .social a.zalo i {
            height: 20px;
            width: 20px;
            display: inline-block;
            background: url('../images/icon/zalo_icon.png') no-repeat center center;
            margin-top: 10px;
        }

    .social a.facebook:hover {
        background: #3D5B96;
        border: 1px solid #3D5B96;
    }

    .social a.google:hover {
        background: #DD3F34;
        border: 1px solid #DD3F34;
    }

    .social a.youtube:hover {
        background: #cc181e;
        border: 1px solid #cc181e;
    }

    .social a.zalo:hover {
        background: rgba(255,255,255,0.1);
    }

    /*======================================
2. BackToTop
======================================*/

.fixed_right {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
}

    .fixed_right ul {
        padding: 0;
        list-style: none;
    }

#float_button {
    margin-top: 20px;
    position: relative;
}

    #float_button .play-now {
        display: block;
    }

    #float_button .d-flex {
        background: #fff;
        visibility: hidden;
        position: absolute;
        top: -15px;
        right: 50px;
        box-shadow: 0 0 5px #666;
        border-radius: 25px;
        padding: 5px 15px;
        animation: fadeInRight 500ms ease-in;
        display: none;
    }

    /*#float_button:hover .d-flex,*/
    #float_button.active .d-flex {
        visibility: visible;
        display: block;
    }

    #float_button .d-flex a {
        display: inline-block;
        border-right: 1px solid #e5e5e5;
        line-height: 30px;
        padding: 0px 15px;
        color: #757575;
        position: relative;
    }

        #float_button .d-flex a:hover {
            color: #666;
        }

        #float_button .d-flex a::before {
            content: "";
            border-left: 6px solid transparent;
            border-top: 8px solid rgba(0,0,0,0.85);
            border-right: 6px solid transparent;
            display: none;
            visibility: hidden;
            position: absolute;
            top: -18px;
            left: 50%;
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            animation: fadeIn 300ms ease-in;
        }

        #float_button .d-flex a::after {
            content: attr(title);
            position: absolute;
            visibility: hidden;
            top: -40px;
            white-space: nowrap;
            font-size: 12px;
            left: 50%;
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            background: rgba(0,0,0,0.85);
            color: #fff;
            border-radius: 15px;
            line-height: 1;
            padding: 5px 10px;
            animation: fadeIn 300ms ease-in;
            display: none;
        }

        #float_button .d-flex a:hover::after, #float_button .d-flex a:hover::before {
            visibility: visible;
            display: block;
        }


#back-to-top {
}

    #back-to-top .play-now {
        display: block;
    }

    #back-to-top .fa-angle-up, #float_button .fa-comment-dots {
        color: #fff;
        position: relative;
        font-size: 30px;
        line-height: 40px;
        width: 40px;
        text-align: center;
        cursor: pointer;
    }

#float_button .fa-comment-dots {
    font-size: 16px;
}

#float_button.active .fa-comment-dots::before {
    content: "\f057";
}

.introduction #back-to-top {
    visibility: hidden;
}

@keyframes vibrate {
    0% {
        top: 0px;
    }

    25% {
        top: -3px;
    }

    50% {
        top: 0px;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0px;
    }
}
/* Firefox */
@-moz-keyframes vibrate {
    0% {
        top: 0px;
    }

    25% {
        top: -3px;
    }

    50% {
        top: 0px;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0px;
    }
}
/* Safari and Chrome */
@-webkit-keyframes vibrate {
    0% {
        top: 0px;
    }

    25% {
        top: -3px;
    }

    50% {
        top: 0px;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0px;
    }
}
/* Opera */
@-o-keyframes vibrate {
    0% {
        top: 0px;
    }

    25% {
        top: -3px;
    }

    50% {
        top: 0px;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0px;
    }
}

/*======================================
3. animated play btn, call hotline
======================================*/
.play-now {
    position: relative;
    right: 16px;
    bottom: 15px;
    border-radius: 50%;
    z-index: 10;
    width: 40px;
    height: 40px;
}

#float_button .play-now .ripple {
    background: #666;
}

.play-now .ripple {
    background: #c1272d;
}

    .play-now .ripple,
    .play-now .ripple:before,
    .play-now .ripple:after {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 45px;
        width: 45px;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform-origin: center;
        transform-origin: center center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 0 rgba(80, 170, 178, .3);
        -moz-box-shadow: 0 0 0 0 rgba(80, 170, 178, .3);
        -ms-box-shadow: 0 0 0 0 rgba(80, 170, 178, .3);
        -o-box-shadow: 0 0 0 0 rgba(80, 170, 178, .3);
        box-shadow: 0 0 0 0 rgba(80, 170, 178, .3);
        -webkit-animation: ripple 3s infinite;
        -moz-animation: ripple 3s infinite;
        -ms-animation: ripple 3s infinite;
        -o-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
    }

        .play-now .ripple:before {
            -webkit-animation-delay: .9s;
            -moz-animation-delay: .9s;
            -ms-animation-delay: .9s;
            -o-animation-delay: .9s;
            animation-delay: .9s;
            content: "";
            position: absolute;
        }

        .play-now .ripple:after {
            -webkit-animation-delay: .6s;
            -moz-animation-delay: .6s;
            -ms-animation-delay: .6s;
            -o-animation-delay: .6s;
            animation-delay: .6s;
            content: "";
            position: absolute;
        }

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-moz-keyframes goRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes goRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes goRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes goLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes goLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes goLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/*Back to top
#back-to-top {
    height: 40px;
    width: 40px;
    border: 1px solid #000;
    position: fixed;
    right: 15px;
    bottom: 15px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: none;
    text-align: center;
    z-index: 999;
    color: #000;
    border-radius: 50%;
}

    #back-to-top span {
        color: #000;
        display: block;
        font-size: 14px;
        line-height: 36px;
        position: relative;
        animation: vibrate 2s linear 0s infinite;
        -moz-animation: vibrate 2s linear 0s infinite;
        -webkit-animation: vibrate 2s linear 0s infinite;
        -o-animation: vibrate 2s linear 0s infinite;
    }

    #back-to-top:hover {
        color: #737373;
    }
*/

/*Ring alo phone*/
.hotline_mobile {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #e5e5e5;
    width: 100%;
    display: none;
    z-index: 1000;
}

.fone {
    font-size: 18px;
    padding-left: 45px;
    margin: 0;
    line-height: 2.1em;
    font-weight: 800;
}

    .fone a {
        color: #1CB2ED;
    }

.tel {
    border: 1px solid #e5e5e5;
}

.ring-alo-ph-circle, .ring-alo-phone {
    background-color: transparent;
    position: absolute;
}

.ring-alo-phone {
    cursor: pointer;
    height: 55px;
    transition: visibility .5s ease 0s;
    visibility: hidden;
    width: 55px;
    z-index: 9999;
    left: -10px;
    bottom: 31px;
}

    .ring-alo-phone.ring-alo-show {
        visibility: visible;
    }

    .ring-alo-phone.ring-alo-hover, .ring-alo-phone:hover {
        opacity: 1;
    }

.ring-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
    border: 2px solid rgba(30,30,30,.4);
    border-radius: 100%;
    height: 65px;
    left: 20px;
    opacity: .1;
    top: 20px;
    transform-origin: 50% 50% 0;
    transition: all .5s ease 0s;
    width: 65px;
}

.ring-alo-ph-circle-fill, .ring-alo-ph-img-circle {
    height: 45px;
    left: 30px;
    position: absolute;
    top: 30px;
    transform-origin: 50% 50% 0;
}

.ring-alo-phone.ring-alo-active .ring-alo-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}

.ring-alo-phone.ring-alo-static .ring-alo-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle,
.ring-alo-phone:hover .ring-alo-ph-circle {
    border-color: red;
    opacity: .5;
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
    border-color: #ffc300;
    opacity: .5;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
    border-color: #1CB2ED;
    opacity: .5;
}

.ring-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    opacity: .1;
    transition: all .5s ease 0s;
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle-fill,
.ring-alo-phone:hover .ring-alo-ph-circle-fill {
    background-color: rgba(0,175,242,.5);
    opacity: .75 !important;
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle-fill,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle-fill {
    background-color: rgba(117,235,80,.5);
    opacity: .75 !important;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
    background-color: rgba(0,175,242,.5);
    opacity: .75 !important;
}

.ring-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    opacity: 1;
    width: 45px;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
    background-color: #1CB2ED;
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle,
.ring-alo-phone.ring-alo-hover .ring-alo-ph-img-circle,
.ring-alo-phone:hover .ring-alo-ph-img-circle {
    background-color: #ffc300;
}

@keyframes ring-alo-circle-anim {
    0% {
        opacity: .1;
        transform: rotate(0) scale(.5) skew(1deg);
    }

    30% {
        opacity: .5;
        transform: rotate(0) scale(.7) skew(1deg);
    }

    100% {
        opacity: .6;
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes ring-alo-circle-img-anim {
    0%,100%,50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10%,30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20%,40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
}

@keyframes ring-alo-circle-fill-anim {
    0%,100% {
        opacity: .2;
        transform: rotate(0) scale(.7) skew(1deg);
    }

    50% {
        opacity: .2;
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.ring-alo-ph-img-circle a i {
    width: 45px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    display: block;
}

.preloader {
    background: url(../images/load.gif) center center no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 110000;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border-radius: 50%;
    -webkit-animation: Rotate 2s linear infinite;
    animation: Rotate 2s linear infinite;
}

    .preloader:before {
        content: "";
        background: rgba(0,0,0,0.25);
        width: 100vw;
        height: 100vh position: fixed;
    }

    .preloader span.circle {
        border: 3px solid rgba(220,220,220,.5);
        width: 100px;
        height: 100px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -50px 0 0 -50px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        box-shadow: 0 0 20px rgba(255,255,255,.5);
        -webkit-animation: Ani 1s infinite;
        animation: Ani 1s infinite;
    }

@-webkit-keyframes Ani {
    0% {
        box-shadow: 0 0 0 rgba(220,220,220,0);
        border: 1px solid rgba(220,220,220,0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    70% {
        box-shadow: 0 0 50px rgba(220,220,220,1);
        border: 1px solid rgba(220,220,220,1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        box-shadow: 0 0 60px rgba(220,220,220,0);
        border: 0 solid rgba(220,220,220,0);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes Ani {
    0% {
        box-shadow: 0 0 0 rgba(220,220,220,0);
        border: 1px solid rgba(220,220,220,0);
        transform: scale(0);
    }

    70% {
        box-shadow: 0 0 50px rgba(220,220,220,1);
        border: 1px solid rgba(220,220,220,1);
        transform: scale(1);
    }

    100% {
        box-shadow: 0 0 60px rgba(220,220,220,0);
        border: 0 solid rgba(220,220,220,0);
        transform: scale(1.5);
    }
}

@keyframes Rotate {
    from {
        transform: rotate(0) translateZ(0);
    }

    to {
        transform: rotate(360deg) translateZ(0);
    }
}

@-webkit-keyframes Rotate {
    from {
        -webkit-transform: rotate(0) translateZ(0);
    }

    to {
        -webkit-transform: rotate(360deg) translateZ(0);
    }
}

/*#endregion FOOTER*/

/*#region RESPONSIVE*/
@media only screen and (min-width : 1200px) {
}

@media only screen and (max-width: 1024px) and (max-height: 768px) {
}

@media screen and (max-width:991px) {
}

@media screen and (max-width:767px) {
    .hotline_mobile {
        display: block;
    }
}

@media screen and (max-width:575px) {
    .gd_footer_copyright {
        justify-content: center;
    }

    .gd_menu__footer > li {
        margin-top: 15px;
    }

        .gd_ft_title .gd_text, .gd_menu__footer > li > a {
            font-size: 16px;
        }

    .gd_subscriber {
        flex-wrap: wrap;
    }

        .gd_subscriber .gd_sc_title {
            flex: 0 0 100%;
            max-width: 100%;
            margin-bottom: 15px;
        }

    .form-group.fl_center {
        flex: 0 0 60%;
    }

    .gd_subscriber .fl_end {
        flex: 0 0 27%;
    }
}
/*#endregion RESPONSIVE*/
