/*#region FOOTER */
.gd_footer {
    background: #EA0202;
    position: relative;
    padding-top: 30px;
    clear: both;
}
.logo_footer {
    margin-bottom: 5px;
    margin-top: -18px;
}
.logo_footer img{
    max-width: 100%;
}
.gd_main__footer {
    padding: 30px 0;
}

.soc a {
    background: #fff;
    margin-right: 10px;
    width: 30px;
    display: inline-block;
    height: 30px;
    float: left;
    font-size: 20px;
    border-radius: 50px;
    text-align: center;
    padding-top: 1px;
    color: #9F2728;
    margin-bottom: 10px;
}
.zalo i {
    background: url(../images/zalo_footer.png);
    width: 19px;
    height: 21px;
    display: block;
    position: relative;
    top: 5px;
    left: 5px;
}

.gd_footer  address a {
    color: #fbeb00;
}
.gd_footer  address a:hover, .menu_foot li a:hover {
    color: #f9b005;
}

.gd_footer_copyright {
    background-color: #F94016;
    padding: 15px 0;
    line-height: 1;
    text-align: center;
}

.gd_copyright {
    font-size: 12px;
    display: inline-block;
}

.gd_copyright a {
    color: #fff;
}

.gd_copyright a:hover, .gd_design a:hover{
    opacity: .6;
    color: #fdd707;
}

.gd_design {
    font-size: 12px;
    display: inline-block;
}

.gd_design a {
    color: #fff;
}
.content_address {
    border-left: 1px solid #fff;
    padding-left: 10px;
}

.title_footer {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}    
.content-footer {
    padding-bottom: 15px;
}



.title_footer {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.menu_foot li a {
    color: #fbeb00;
    padding: 4px 0;
    display: block;
}

/*********************************************
Video Popup
*********************************************/
.video-popup {
    /* position: fixed; */
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: auto;
    /*background: rgba(0, 0, 0, 0.85);*/
    /*visibility: hidden;*/
}
.video-popup.active {
    visibility: visible;
}
.content-video {
    position: relative;
}
.video-wrap {
    max-width: 820px;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.video-popup iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.video-right  .gd_gallery_inner{
    display: flex;
}
.video-right .gd_gallery_image{
    width: 40%;
    min-width: 40%;
    margin-right: 10px;
}
/*********************************************
BACK TO TOP
*********************************************/
.gd_backtop {
    cursor: pointer;
    width: 32px;
    height: 32px;
    background-color: #004513;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    line-height: 1.4;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transition: all .2s;
    /* right: 10px; */
    right: -ms-calc(-594.5%);
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    visibility: hidden;
    opacity: 0;
}

.gd_backtop:hover {
    background: #df0024;
}

.gd_backtop.show {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    visibility: visible;
    opacity: 1;
    z-index: 1001;
}
.menu_foot {
    padding-left: 15px;
}
.fanpage img {
    max-width: 100%;
}
.menu_footer {
    display: flex;
}
.content_menu {
    width: 50%;
}




@media screen and (max-device-width: 992px) {
    .soc a{
        margin-right: 6px;
    }
    .menu_footer {
        display: block;
    }
      .content_menu {
        width: 100%;
    }
    .content_menu.menu-2 {
        display: none;
    }

}
@media screen and (max-device-width: 767px) {
     .menu_footer {
        display: flex;
    }
    .content_menu {
        width: 50%;
    }
    .content_menu.menu-2 {
        display: block;
    }

}

@media screen and (max-device-width: 576px) {
    .gd_backtop {
        bottom: 60px;
    }
}

@media screen and (max-device-width: 414px) {
    .gd_menu__footer > li {
        flex: 0 0 100%;
    }

    .gd_menu__footer > li:last-child {
        padding-left: 0;
        margin-top: 1.5rem;
    }

    .gd_menu__footer > li > a {
        margin-bottom: .75rem;
    }

    .gd_fixed__bar a {
        font-size: 14px;
    }
}

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