@font-face {
    font-family: 'UntitledTTF';
    src: url('../font/UntitledTTF.woff2') format('woff2'),
        url('../font/UntitledTTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SVN-Segoe UI';
    src: url('../font/SVN-SegoeUI.woff2') format('woff2'),
        url('../font/SVN-SegoeUI.woff') format('woff'),
        url('../font/SVN-SegoeUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.container-footer{
    max-width: 80%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.footer-custom{
    border-top: 1px solid #000;
    padding-top: 30px;
}
.footer-custom .title-1,
.footer-custom .title-2,
.footer-custom .title-3{
    font-size: 20px;
    line-height: 19px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'SVN-Segoe UI' !important;
}
.footer-custom .sub-title{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
}
.list-menu-footer li{
    margin-bottom: .25em;
}
.list-menu-footer li a{
    display: inline-block;
    padding: 4px 0;
    color: #000;
    text-decoration: none;
    background: transparent;
}
.footer__newsletter {
    position: relative;
    display: inline-block;
    width: 100%;
}
.footer__newsletter .input-footer {
    padding: 10px 45px 10px 0 !important;
    background-color: #fff !important;
    color: #000 !important;
    color: #000 !important;
    width: 100% !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 2px solid !important;
    border-bottom-color: #000 !important;
    border-bottom-color:#000 !important ;
    font-size: calc(16px * .85);
}
.footer__newsletter .wpcf7-submit {
    position: absolute !important;
    top: 25% !important;
    transform: translateY(-50%) !important;
    right: 0 !important;
    color: #000 !important;
    color: #000 !important;
    padding: 0 !important;
    background-color: transparent !important;
}
.footer__newsletter .wpcf7-submit i{
    font-size: 26px;
}
.footer-custom ul.list-social {
    display: flex;
    align-items: center;
    padding-top: 18px;
}
.footer-custom ul.list-social li a img {
    width: 24px;
    height: 24px;
    filter: brightness(0);
}
.footer-custom ul.list-social li {
    margin-right: 16px;
}
.footer-custom ul.list-social li a {
    border: 1px solid var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.img-size{
  display: flex;
  width: 100%;
}
.img-size img{
    width: 50%;
}

.en-1 .gtranslate_wrapper {
    display: flex;
    gap: 6px;
}
.header-top-right{
    display: flex;
    align-items: center !important;
    gap: 12px;
}

@media (max-width: 991px){
    .container-footer {
        max-width: 95%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .footer-custom .toggle-menu-1,
    .footer-custom .toggle-menu-2{
        position: relative;
    }
    .footer-custom .toggle-menu-1::after,
    .footer-custom .toggle-menu-2::after{
        position: absolute;
        right: 0;
        top: 0;
        background-image: url(../images/ic-down.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        width: 18px;
        height: 18px;
        content: ""; 
        font-size: 16px;  
        display: inline-block;
        color: #333;
        transition: all 0.5s;
    }
    .footer-custom .toggle-menu-1.active::after,
    .footer-custom .toggle-menu-2.active::after{
        transform: rotate(-180deg);
    }
    .list-menu-footer li,
    .footer-custom .title-1,
    .footer-custom .title-2,
    .footer-custom .title-3{
        text-align: center;
    }
    .footer-custom .content{
        width: 100%;
        max-width: 60%;
        margin: 0 auto;
        text-align: center;
    }
    .footer-custom ul.list-social{
        justify-content: center;
    }
    .footer-custom .list-menu,
    .footer-custom .content{
        display: none;
    }

}
@media (max-width: 790px){
    
}
@media (max-width: 767px){
   

}
@media (max-width: 574px){
    .img-size{
        display: inline-block;
        width: 100%;
      }
      .img-size img{
          width: 100%;
      }

}
@media (max-width: 475px){
   
}
