/** general **/

html, body{
    width:100%;
    font-family:'Poppins';
    font-weight: 300;
    color:#2A3135;
}


img{
    width:100%;
}

p{
    font-size:16px;
    color:#707070;
    margin-bottom: 0;
    font-weight:300;
    
}

.font-20{
    font-size:20px;
}

.font-30{
    font-size:30px;
}

.font-text{
    font-size:16px;

}

.font-14{
    font-size:14px;

}

.font-18{
    font-size:18px;
}

a, a:hover{
    color:inherit;
}

.full-icon{
    font-variation-settings: 'FILL' 1;
}

.btn-general{
    background-color:#F14F44;
    border:none;
    border-radius:50px;
    display:flex;
    align-items:center;
    height:50px;
    width:auto;
    padding-left:20px;
    padding-right:10px;
    color:#fff;

}

.btn-general span{
    color:#2A3135;
    background-color:#fff;
    height:36px;
    width:36px;
    border-radius:50%;

}

.btn-short{
    background-color:#F14F44;
    height:35px;
    width:35px;
    border-radius:50%;
    color:#fff;
    border:none;


}

.owl-carousel.carousel-button .owl-nav button{
    background-color:#F14F44;
    height:25px;
    width:25px;
    border-radius:50%;
    color:#fff;
    border:none;
    font-size:20px;

}

.owl-carousel.carousel-button .owl-nav button span{
    font-size:20px;
}

.owl-carousel.carousel-button.about-car .owl-nav .owl-prev{
    display:none;
}

.owl-carousel.carousel-button.about-car .owl-nav .owl-next{
    position: absolute;
    right:-30px;
    top:15px;
}

.white-text{
    color:#fff;
}

.blu-text{
    color:#386BB7;

}

.sora-font{
    font-family: "Sora", sans-serif;
    color:#2A3135;

}

.main-title{
    font-size:70px;
    font-family: "Sora", sans-serif;
    
}

.title{
    font-size:50px;
    font-family: "Sora", sans-serif;
    color:#2A3135;
    font-weight:700;
    line-height:60px;
    
}

b, strong {
    font-weight:700;
}

.no-pad{
    padding:0;
}

.border-left-grey{
    border-left:1px solid #DEDEDE;
}
.border-right-grey{
    border-right:1px solid #DEDEDE;
}
.border-top-grey{
    border-top:1px solid #DEDEDE;
}
.border-bottom-grey{
    border-bottom:1px solid #DEDEDE;
}

a{
    text-decoration: none;
}

/** section **/


header{
    position: fixed;
    width:100%;
    left:0;
    top:0;
    padding-top:20px;
    padding-bottom:15px;
    z-index: 10;
    background-color:#fff;
    border-bottom:1px solid #DEDEDE;
}

header .lang-container{
    background-color:#fff;
    width:auto;
    height:auto;
    position: absolute;
    right:0;
    top:70px;
    padding:20px 60px 20px 20px;
    display: none;
    border:1px solid #DEDEDE;
    z-index:10;
}

header .lang-container .lang-title{
    font-size:16px;
}

header .lang-container img{
    width:30px;
    height:30px;
    margin-right:20px;
}

header .lang-container .lang{
    font-size:14px;
    
}

header .lang-container .lang.active{
    font-weight:600;
    color:#212529;
    
}

header .lang-container .lang-box{
    cursor: pointer;
}



header .logo-container{
    width:165px;
}

header .menu-link{
    color:#2A3135;
    font-size:16px;
    font-weight:300;
    cursor: pointer;
    background-color: #fff;
    border:1px solid #DEDEDE;
    border-radius:50px;
    padding:5px 10px;
    line-height:32px;
}

header .menu-link:hover,header .menu-link.active{
    color:#F14F44;
   
}

header .switch-lang{
    background-color:#F14F44;
    border-radius:50%;
    width:42px;
    height:42px;
    color:#fff;
    border:none;
}

header a{
    text-decoration: none;
}

/*#main-section{
    background-image:url(../img/main.jpg);
    background-size:cover;
    background-position: top center;
    height:750px;
    padding-top:200px;
}*/

.swiper-bg-img{
    background-size:cover;
    background-position: top center;
    height:750px;
    padding-top:200px;
}

.img-bg-1{
    background-image:url(../img/main-milan-day.jpg);
    
}

.img-bg-2{
    background-image:url(../img/main-milan-window.jpg);
   
}

.slide-text p{
    width:80%;
}


#service-section{
    width:100%;
    height:auto;
    position: relative;
    background-color:#F6F6F6;
    
}

#service-section .service-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background-color:#fff;
    color:#F14F44;
    flex-shrink:0;


}



#about-section{
    padding-top:100px;
    padding-bottom:100px;
}

#about-section .left-container{
    width:50%;
    margin-right:20px;
    height:700px;
}


#about-section .left-box{
    width:50%;
    align-items: center;
   justify-content: center;
}

#about-section .left-box .left-image{
    height:100%;
    object-fit: cover;
}

#about-section .right-box{
    display: flex;
    flex-direction: column; 
    width:50%;
}


#about-section .right-box .right-image{
    height:450px;
    object-fit: cover;
    width:100%;
}

#about-section .right-box .info-box{
    background-color:#2A3135;
    padding:40px;
    justify-content: center;
    flex:1;
    align-items: center;
    
}

#about-section .right-box .info-box p{
    font-size:20px;
}

#about-section .right-box .info-box p span{
    font-weight: 500;
    font-size:80px;
}

#about-section .right-container{
    width:50%;
    margin-left:20px;
    border-left:1px solid #DEDEDE;
    border-top:1px solid #DEDEDE;
    border-bottom:1px solid #DEDEDE;
    padding:60px 10% 60px 60px;
}

#map-section{
    height:300px;
    background-color:#DEDEDE;
}


#banner-section{
    background-color:#F6F6F6;
    padding-top:100px;
    padding-bottom:100px;

}

#banner-section .img-banner{
    width:49%;
    object-fit: cover;
    height:auto;
    right:0;
    top:-50px;
    z-index:2;
    position: absolute;

}

#banner-section .img-arrow{
    width:500px;
    height:auto;
    bottom:0;
    left:35%;
    z-index:1;
}

#banner-section .container{
    z-index:9;
}


#loghi-section{
    padding-top:100px;
    padding-bottom:50px;
    
}



#loghi-section .loghi-container .logo-img.border-logo{
    border-right:1px solid #DEDEDE;
    
}

#loghi-section .loghi-container .logo-img img{
    height:70px;
    width:auto;
}

#main-contact-section{
    background-image:url(../img/main-contact.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    height:500px;
    padding-top:200px;

}

#main-service-section{
    background-image:url(../img/main-service.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    height:500px;
    padding-top:200px;
}

#contact-section{
    padding-top:100px;
    padding-bottom:100px;
}

#contact-section .icon-contact{
    width:30px;
    height:30px;
}

#contact-section .form-control{
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:1px solid #707070;
    border-radius:0;
    color: #b8b8b8 !important;

}

input::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #b8b8b8 !important;

}

input::placeholder {
    color: #b8b8b8 !important;
}

textarea::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #b8b8b8 !important;
}

textarea::placeholder {
    color: #b8b8b8 !important;
}

#contact-section .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow:none;
}

#contact-form{
    padding-left:20px;
}

#tab-section .row-section {
    overflow: hidden;
}

#tab-section .tab-container{
    background-color:#22282E;
    padding:30px;
    margin-top:-100px;
}

#tab-section .u-box{
    padding-left:20px;
}

#tab-section .u-box a:hover{
    color:#F14F44;
}

#tab-section .tab-container .nav-link {
    background-color:#2A3135;
    color:#fff;
    border-radius:0;
    text-align: left;
    width:100%;
    padding-top:15px;
    padding-bottom:15px;
}

#tab-section .tab-container .nav-link.active, .nav-pills .show>.nav-link {
    color: #F14F44;
    background-color: #22282E;
}

#tab-section .first-row{
    margin-top:-300px;
}

#tab-section .point-box{
    margin-top:100px;
    margin-bottom:100px;
    background-color:#F5F5F5;
    border-top:1px solid #DEDEDE;
    border-left:1px solid #DEDEDE;

}

#tab-section .point-box .point-title{
    height:60px;
}

#tab-section .point-container{
    padding:20px;
    flex:1 1 25%;
    border-bottom:1px solid #DEDEDE;

}



#tab-section .dx-image{
    width:100%;
    height:800px;
    object-fit: cover;
    overflow: hidden;
    padding-left:30px;
}


#tab-section .grey-container{
    background-color:#F5F5F5;
}

#tab-section .sx-image{
    width:100%;
    height:500px;
    object-fit: cover;
    
}

.right-text-container{
    padding-right: calc((100vw - 1320px) / 2);
    padding-top:60px;
    padding-left:40px;
}

.right-text-container{
    padding-right: calc((100vw - 1320px) / 2);
    padding-top:60px;
    padding-left:40px;
}

.right-text-container.top-cnt{
    padding-top:0;
}

#tab-section .left-text-container{
    padding-left: calc((100vw - 1320px) / 2);
    padding-top:60px;
    padding-right:40px;
}

#tab-section .tol-section .right-text-container{
    padding-bottom:60px;
}

.icon-img{
    height:500px;
    width:auto;
}

#tab-section .img-full-left {
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
  width: calc(100% + (100vw - 100%) / 2);
  height:500px;
  object-fit: cover;
}

#tab-section .main-media-container{
    margin-top:80px;
}

#tab-section .media-logo-container img{
    height:60px;
    width:auto;
}

#main-about-section{
    background-image:url(../img/main-about.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    height:500px;
    padding-top:200px;

}

#service-section .container-custom{
    width:90%;
    margin: 0 auto;
}

#service-section.service-about-section .service-title{
    font-size:16px;
    height:72px;

}

#service-section .service-box{
    padding:30px;
    height:100%;
    

}

#about-text{
    padding-top:100px;
    padding-bottom:100px;
}

#about-text .row-section {
    overflow: hidden;
}

#partner-section{
    padding-bottom:50px;
}

.line{
    border-top:1px solid #DEDEDE;
    margin-top:40px;
    margin-bottom:40px;
}

footer{
    background-color:#2A3135;
    padding-top:30px;
    padding-bottom:30px;
    width:100%;
    position: relative
}

footer a:hover{
    color:#F14F44;
}

.logo-footer-container{
    width:140px;
}

footer .img-social{
    width:20px;
    height:20px;
}


.open-menu{
    font-size:30px;
    cursor: pointer;
}

.menu-mobile{
    background-color:#2A3135;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:10;
    padding:20px;
    transform: translateX(100%);
    visibility: hidden;
    transition: visibility .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1);
}

.menu-mobile.open{
    opacity: 1;
    visibility: visible;
    transform: none;
    width:100%;
}

footer a{
    text-decoration: none;
}

#table-section{
    padding-bottom:60px;
}


#table-section .anchor-container{
    background-color:#22282E;
    padding:20px 10px;
    margin-top:-40px;
}

#table-section .anchor-container .anchor-btn{
    width:100%;
    height:60px;
    display: flex;
    align-items: center;
    justify-content:space-between;
    background-color:#2A3135;
    border:none;
    color:#fff;
    padding:10px 30px;

    
}

#table-section .anchor-container .anchor-btn span{
    width:35px;
    height:35px;
    border-radius:50%;
    display: flex;
    align-items: center;
    justify-content:center;
    background-color:#F14F44;
    flex-shrink:0;

   
}

#table-section .table-title{
    font-size:30px;
    margin-top:40px;
    
}


#table-section .select-container label{
    font-size:15px;
}

#table-section .select-container .form-select{
    border:1px solid #DEDEDE;
    border-radius:0;
    font-size:14px;
    color:#A2A2A2;

}

.info-table .no-order .dt-column-order{
    display: none;

}

.info-table th{
    background-color:#F5F5F5;
}

.info-table .dt-column-title{
    font-size:13px!important;
    text-decoration: underline;
}
.info-table .no-order .dt-column-title{
    text-decoration: none;
}

.info-table td{
    font-size:12px;
    color:#2A3135;
}


.table-container .dt-container {
        width: 100%;
        margin: 0 auto;
        overflow-x:scroll;
}

table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before, table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before{
    content: "arrow_upward"!important;
    font-family: "Material Symbols Outlined";
}

table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after, table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
    content: "arrow_downward"!important;
    font-family: "Material Symbols Outlined";
}

table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after, table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
    top: 62%!important;

}

.table-container .dt-length,.table-container .dt-search {
    display: none;
}

.news-car .owl-nav{
    display: flex;
    justify-content: space-around;
}

.slideCounter{
    text-align: center;
    margin-top:-30px;

}


#privacy-section{
    padding-top:150px;
    padding-bottom:50px;
}







@media only screen and (max-width: 1399px) {

    #tab-section .left-text-container {
    padding-left: calc((100vw - 1140px) / 2);
    padding-top: 60px;
    padding-right: 40px;
}

  .right-text-container {
    padding-right: calc((100vw - 1140px) / 2);
    padding-top: 60px;
    padding-left: 40px;
}

   

}

@media only screen and (max-width: 1199px) {

    #loghi-section .loghi-container .logo-img.border-logo {
    border-right: none;
}

.loghi-container.border-top-grey.border-bottom-grey{
    border:none;
}

        #tab-section .left-text-container {
    padding-left: calc((100vw - 960px) / 2);
    padding-top: 60px;
    padding-right: 40px;
}

    .right-text-container {
    padding-right: calc((100vw - 960px) / 2);
    padding-top: 60px;
    padding-left: 40px;
}

#tab-section .point-container{
    padding:20px;
    flex:1 1 50%;
}

.font-text{
    font-size:15px;
}
    
    .main-title {
    font-size: 50px;
    font-family: "Sora", sans-serif;
}
    
    


}


@media only screen and (max-width: 992px) {


    header .lang-container{
        background-color:#212529;
        right:initial;
        left:15px;
        bottom:90px;   
        top:initial;
        border:none;    
    }

    header .lang-container .lang-title {
    color:#fff;
}

header .lang-container .lang{
    color:#fff;
    opacity:0.8;
}

header .lang-container .lang.active{
    color:#fff;
    opacity:1;
}

    #main-about-section {
    background-image: url(../img/main-about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    padding-top: 200px;
}
    

    .close-icon{
        color:#fff;
        position: absolute;
        top:25px;
        right:10px;
        font-size:30px;
        cursor: pointer;
        z-index:9;
    }
    
         #tab-section .left-text-container {
    padding-left:10%;
    padding-top: 60px;
    padding-right: 40px;
}

    .right-text-container {
    padding-right:10%;
    padding-top: 60px;
    padding-left: 40px;
} 
    #tab-section .tab-container .nav-pills{
        display: flex;
        justify-content:space-between;
        width:100%;
       
    }

    #tab-section .u-box {
    display: none;
}

#tab-section .first-row {
    margin-top: 50px;
}

.container, .container-md, .container-sm {
    max-width: 90%;
}

#tab-section .tab-container .nav-link {
    width: 33%;
 
}

#tab-section .tab-container {
    padding-left:5%;
    padding-right:5%;
    padding-top:15px;
    padding-bottom:0;
    margin-top:0;
 
}

#tab-section .container.tab-box{
    width:100%;
    max-width:100%;
    padding:0;
    margin:0;
    overflow: hidden;
}

#tab-section .tab-container .nav-link span {
   transform:  rotate: calc(90deg);
   width:30px;
   height:30px;
   background-color: #F14F44;
   border-radius: 50%;
   display: flex;
   align-items:center;
   justify-content: center;
   margin-left:20px;
    color:#fff;
    


 
}

.main-title {
    font-size: 50px;
    font-family: "Sora", sans-serif;
}

#main-service-section {
    height: 350px;

}

.title {
    font-size: 30px;
    line-height: 40px;
}



header .menu-link {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    cursor: pointer;
    background-color:transparent;
    border:none;
    border-radius: 0;
    padding: 5px 10px;
    line-height: 70px;
    text-align: left!important;
    margin-bottom:30px;
    
}

header .link-height{
    height:100%;
}




    
    
}

@media only screen and (max-width: 767px){
    
    #tab-section .point-container{
    padding:20px;
    flex:1 1 100%;
}

    #loghi-section .loghi-container .logo-img img {
    height: 40px;
    width: auto;
}

.home-logo .owl-nav {
    display: flex;
    justify-content: end;
}

header .menu-link {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
    background-color:transparent;
    border:none;
    border-radius: 0;
    padding: 5px 10px;
    line-height: 40px;
    text-align: left!important;
    
}

header .logo-container {
    width: 120px;
}

    .main-title {
        font-size: 30px;
        font-family: "Sora", sans-serif;
    }

    #main-service-section {
    background-image: url(../img/main-service.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    padding-top: 150px;
}

#banner-section .img-banner {
    width: 100%;
    object-fit: cover;
    height: 250px;
    margin-top:0px;
    margin-bottom:40px;
    position: relative;

    
}

#banner-section{
    padding-top:0;
}


#tab-section .tab-container .nav-link{
    font-size:14px;
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
}
    #tab-section .tab-container .nav-link span {
        rotate: calc(90deg);
        width: 20px;
        height: 20px;
        font-size: 18px;
    }

#tab-section .point-box {
    margin-top: 30px;
    margin-bottom: 30px;
}

#tab-section .sora-font.font-20.point-title{
    font-size:18px;
    height:auto;
}

#tab-section .sx-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.right-text-container {
        padding-right: 10%;
        padding-top: 30px;
        padding-left: 40px;
        padding-bottom:30px;
    }

  .right-text-container.top-cnt {
    padding-top: 30px;
}

#tab-section .dx-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    overflow: hidden;
    padding-left: 0px;
}

    #tab-section .left-text-container {
        padding-left: 10%;
        padding-top: 30px;
        padding-bottom:30px;
      
    }

    .btn-general {
    height: 40px;
    font-size:15px;
  
}

.btn-general span {
    color: #2A3135;
    background-color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

#tab-section .img-full-left {
    position: relative;
    left: calc(-1 * (100vw - 100%) / 2);
    width: calc(100% + (100vw - 100%) / 2);
    height: 250px;
    object-fit: cover;
    margin-bottom:30px;
}

#tab-section .media-logo-container img {
    height: 45px;
    width: auto;
}

#about-section .right-container{
    width:100%;
}

#about-section .left-container {
    width: 100%;
    margin-right:0;
    height: 400px;
}

#about-section .right-container {
    width: 100%;
    margin-left: 0px;
    border-left: none;
    border-top: none;
    border-bottom: 1px solid #DEDEDE;
    padding: 15px;
}

#banner-section .img-arrow {
    width: 90%;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#about-section .right-box .info-box p span {
    font-weight: 500;
    font-size: 50px;
}

#about-section .right-box .info-box p {
    font-size: 16px;
}

#loghi-section .loghi-container {
    border-top: none;
    padding-bottom:30px;
}

#loghi-section .loghi-container .logo-img.border-logo {
    border-right:none;
}

#main-section {
    background-image: url(../img/main.jpg);
    background-size: cover;
    background-position: top center;
    height: 500px;
    padding-top: 100px;
}

#main-section .font-20{
    font-size:16px;
}

#service-section .service-title{
    font-size:18px;
}

#contact-form {
    padding-left:0px;
    padding-top:60px;
}

#main-contact-section {
    height: 250px;
    padding-top: 150px;
}

#contact-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

#table-section .anchor-container .anchor-btn {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2A3135;
    border: none;
    color: #fff;
    padding: 5px 30px;
    margin-bottom: 15px;
}

#table-section .anchor-container .anchor-btn span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size:20px;
    
}

#table-section .table-title {
    font-size: 20px;
    margin-top:0px;
}

.select-container div{
    display: block;
}

}



.slide-text h2,
.slide-text p, .slide-text .btn-general {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.slide-text.animate h2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.slide-text.animate p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.slide-text.animate .btn-general {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

#main-swipe-section .swiper-pagination {
    position: absolute;
    bottom: 20px;
    
}

#main-swipe-section .swiper-pagination-bullet-active{
    background-color: #F14F44;
    
}

#main-swipe-section .swiper-wrapper{
    height:auto;
}
