/*
 * footer.css
 * Version - 1.0
 * Website: fcpharma.com
 * Author: BIC Team
 * Copyright (c) 2018 bicweb.vn
 */
/* #region GLOBAL*/
/*#region FOOTER*/

#footer {

    display: inline-block;
    width: 100%;

}
.gd_ft_container{
    background: url(../images/back-footer.jpg);
    background-size: 100% 100%;
    padding:20px 0;
}
#address p, #address p a{
    margin:0;
    color: #fff;

}
#address{
    padding-left: 0;
    display: flex;
    align-items: center;
}
#address ul li{
    display: flex;
    align-items: center;
}
 #address ul li:nth-child(2) {
    padding-left: 50px;
}
#address ul li img{
    margin-right: 15px;
    min-width: 70px;
}
#address ul li:nth-child(3) {
    padding-left: 100px;
}
#company {
    display: flex;
    align-items: center;
}
.conttent-about-footer {
    max-width: 380px;
    text-align: justify;
    margin-top: 15px;
    color: #626262;
}
.logo-footer{
    padding:0;
}
.gd_footer {

    background: #ee1920;
    padding: 10px 0;
    text-align: center;
    color: #fff;

}
.gd_footer a{
    color: #fff;
}
.addreess-fixed {
    position: fixed;
    top: 40%;
    z-index: 99999999;
    right: 10px;
    text-align: right;
    height: 0;
}
.addreess-fixed .img-add{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: red;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    position: relative;
}
.fixed-add {

    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 429px;
    position: relative;
    margin-bottom: 20px;
   
}

.text-add {
    background: #fff;
    height: 100%;
    padding: 5px 20px;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #e7e7e7;
    opacity: 0;
    top: 15px;
    visibility: hidden;
    position: relative;
    transition: all .5s ease;
    position: absolute;
    right: 40px;
    width: 430px;

}
.text-add.active{
    opacity: 1;
    visibility: visible;
    top: 0;
}
.img-add.active{
    background: #9e0b0f;
}

.img-add.active::before {
    content: "";
    width: 58px;
    height: 58px;
    position: absolute;
    left: -4px;
    top: -4px;
    background: rgba(0,0,0,0);
    border-radius: 50px;
    z-index: 7;
    border: 4px solid rgba(130, 3, 20, 0.54);
    transition: all .5s ease;
}
.img-add.active::after {
    content: "";
    width: 66px;
    height: 66px;
    position: absolute;
    left: -8px;
    top: -8px;
    background: rgba(0,0,0,0);
    border-radius: 50px;
    z-index: 7;
    border: 4px solid rgba(130, 3, 20, 0.2);
    transition: all .5s ease;
}


#toTop { 
    bottom:70px;
    color: #333;
    cursor: pointer;
    display: none;
    font-size: 20px;
    padding-top:3px;
    position: fixed;
    right: 16px;
    text-align: center;
    width: 35px;
    height: 35px; 
    z-index: 999999999;
    border-radius: 5px;
    background: #ED1A21;
    transition:all .3s ease;
}

/*ring phone*/
.ring-phone a {
    position: relative;
    margin: 17px 10px;
    text-align: left;
    width: 40px;
    height: 40px;
}
.ring-phone i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.pulse {

    -webkit-animation-name: pulse;
    animation-name: pulse;

}
.alo-circle-fill {
    width: 32px;
    height: 32px;
    top: -9px;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: rgba(0,175,242,.5);
    opacity: .75;
    right: -9px;
}
/*NÚT GỌI ĐIỆN */
#ring-phone {
    position: fixed;
    bottom: 50px;
    left: 16px;
    z-index: 999999999999999999999999;
    display: none;
}
.alo-circle {

    width: 43px;
    height: 43px;
    top: -14px;
    right: -14px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,.4);
    opacity: .1;
    border-color: #0089b9;
    opacity: .5;

}
.language-switcher {

    padding: 8px 9px 8px 36px;
    display: none;
    color: #fff;
    background: #2587D0;
    background: -moz-linear-gradient(-45deg, transparent 20%, #00496f 21%, #2587D0 22%, #2587D0 100%);
    background: -webkit-linear-gradient(-45deg, transparent 10%, #00496f 21%, #2587D0 22%, #2587D0 100%);
    background: linear-gradient(135deg, transparent 20%, #00496f 21%, #2587D0 22%, #2587D0 100%);
    /*bottom: 100px;*/
    right: 0;
    white-space: nowrap;

}

.wpml-ls-legacy-list-horizontal > ul{
    display: flex;
}
.language-switcher .wpml-ls-statics-footer {
    margin-bottom: 0;
    padding: 0;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 0px !important;
}
.wpml-ls-legacy-list-horizontal a span {
    vertical-align: middle;
    color: #fff;
}
.wpml-ls-legacy-list-horizontal a{
    padding: 5px !important;

}
.call-now i {
    color: #fff;
    z-index: 999999999;
    font-size: 20px;
    position: relative;
    top: -2px;
    right: -1px;
}
#company img {
    margin-right: 20px;
}
body.homepage .language-switcher {
        position: fixed;
        bottom: 10%;
    }
    .language-switcher {
        display: inline-block;
        position: absolute;
        /*bottom: 150px;*/
        right: 0;
        z-index: 9999;
    }
    body.home .language-switcher {
        /*bottom: 50%;*/
}
@media screen and (max-width: 1199px) {

    #address ul li:nth-child(2) {
        padding-left: 39px;
    }  
    #address ul li:nth-child(3) {
        padding-left: 78px;
    }
  
}
@media screen and (max-width: 993px) {
   .gd_ft_container{
        background:url(../images/footer-mobile.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
   }
   #address ul li:nth-child(2),#address ul li:nth-child(3){
        padding-left: 0;
   }
   #address p, #address p a{
    color: #000;
   }
   .conttent-about-footer{
    max-width: 92% !important;
   }

}
@media screen and (max-width: 767px) {
    .conttent-about-footer{
        width: 100%;
    }
    .logo-footer {
        padding: 0;
        margin-bottom: 22px;
    }
    #address ul li {
       margin-bottom: 10px;
    }
    .addreess-fixed{
        display: none;
    }
    
}
@media screen and (max-width: 576px) {
  
}