// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 900

.rubik-<uniquifier> {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.noto-sans-tc-<uniquifier> {
    font-family: "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
html{
    background-color: #ffffff;
}
body{
    position:relative;
    margin-top: 90px;
    background-color: #ffffff;
}


.topNav{
   border-bottom-color: #F0F0F0!important;
    background-color: #ffffff!important;
    border-bottom-style:solid;
    border-width: 1px;
    padding-left: 5%;
     padding-right: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbar-brand{
    
}
.topNav img{
    width: 85%;
    
}
.topNav a{
    font-size: 1rem;
    color: #000000;
}
.justify-content-center{
    margin-left: 5%!important;
}
.whiteCornerBG{
    background-color: #ffffff;
    padding: 100px;
    border-top-left-radius: 100px;
    margin-left: 5%;
}
h5{
    font-weight: 300;
}


.dropdown-toggle::after {
    display:none;
}

#topNav .nav-item{
    margin-left: 30px;
    padding-left: 30px;
}

/*
#navbarNavAltMarkup{
margin-left: 50px;
}
*/
.navbar-toggler:focus {
    
    box-shadow: none !important;

}

.navbar-toggler {
   
     border: 0 !important;


}
.navbar-nav > li > .dropdown-menu a{ 
    margin-right: 100px;
}

.navbar-nav > li a:hover{ 
    color: #F4323F; 
}
.navbar-nav > li a:active{ 
    color: #F4323F; 
}

.navbar-nav > li > .dropdown-menu  a:hover{ 
    color: #F4323F; 
}

.navbar-nav > li > .dropdown-menu  a:active{ 
    color: #F4323F;
    background-color: #ffffff;
}

@media (min-width: 576px) {
    .dropdown:hover > .dropdown-menu{
        display: block;
        margin-top: 0px;
    }

}
.nav-link{
    margin-left:16px;
}

/*
.navbar-nav{
margin-left: 30px;
}
.navbar-nav a{
margin-left: 30px;
}
*/
.display-1-black{
    font-family: "Rubik";
    font-weight: 600;
    color: #000000;
    font-size: 4rem;
}

.display-1-red{
    font-family: "Rubik";
    font-weight: 600;  
    color:#F4323F;
    font-size: 4rem;
}
.display-1-white{
    font-family: "Rubik";
    font-weight: 600;  
    color:#FFFFFF;
    font-size: 4rem;
}
.display-2-black{
    font-family: "Rubik";
    font-weight: 600;
    font-size: 3rem;
}
.display-3-black{
    font-family: "Rubik";
    font-weight: 600;
    color: #000000;
    font-size: 2rem;
}
.hiddenTitle{
    margin-bottom: 50px;
    color:#7F7F7F;
}
.big_title_icon{

}
.brand_image_set{
    position:relative;
}
.brand_logo{
    position:absolute;
    bottom:-50px;
    right:8%;

}
.brand_text_name{
    margin-right: 30%;
    color: #000000;
}

.brand_text_tag{
    margin-right: 30%;
    color: #7F7F7F;
    font-size: 20px;
}
.brand_text_description{
    margin-right: 30%;
}

.btn-outline-primary{
    color: #F4323F;
    outline-color: #F4323F;
    border-color: #F4323F;
    font-size: 16px;
    border-radius: 60px;
    padding-left: 40px;
    padding-right: 40px; 
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn-outline-primary:hover{
    color: #FFFFFF;
    background-color: #F4323F;
    border-color:#F4323F;

}

.mb-6{

    margin-bottom: 100px;
}

.sideNavBar{
    padding-top: 100px;
    background-color: transparent;
    color: transparent;
    font-weight: 900;

}

.navbar .active {

    color:#F4323F !important;
    font-weight: 600;


}
.newsBlock{
    margin-right: 20%;
}
.newsImage img{
    border-top-left-radius: 100px;

}
.carousel-inner{
    border-top-left-radius: 40px;
    margin-bottom: 24px;
}
.card{
    border: none;
}
.card-img-top img{
    width: 50%;
}
.fourIcons img{
    margin-bottom: 20px;
}
.bigTittle{
    margin-left: 10%;
}
.redBox{
    background-color: #F4323F;
    color:#F4323F;
    width: 30px;
    height: 30px;
    margin-left: 12px;
    border-top-left-radius: 15px;

}
.form-control {
    background: #212529;
    border-color: #545454;
}

.form-control:focus {
    background: #212529;
}

footer {
    background: #F0F0F0;
}

footer a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    color: #000000 !important;
    margin-bottom: 10px;
}


footer h5{
    color: #F4323F !important;
}

footer a:hover, a:focus {
    text-decoration: none;
    color:#545454 !important;
}
@media(min-width:992px){
    .hiddenTitle{
        display: none;
    }
}
@media (max-width: 992px) {
    body{
        margin-top: 70px;
    }
    .topNav{
        padding-left: 0px;
        padding-right: 0px;
    padding-top: 20px;
        
         padding-bottom: 15px;
    }
    .topNav .container-fluid{
        margin-left: 0px;
         margin-right: 0px;
         margin-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
       
    .topNav li{
        padding-left: 20px;
    }
    .dropdown-toggle::after {
    display:inline-block;
}
    .dropdown-menu{
        background-color: #EEEEEE!important;
        border: none!important;
        border-radius: 0px;
        border-bottom:  solid 2px #B1B1B1 !important;
        margin-bottom: 20px;
    }
    .dropdown-menu li{
        margin-bottom: 20px;
    }
    .display-1-black{
        font-size: 3rem;
    }
    .display-1-red{
        font-size: 3rem;
    }
    .display-1-white{
        font-size: 3rem;
    }
    .display-2-black{
        font-size: 2rem;
    }

    .navbar-brand img{
        width: 70%;
        padding-left: 20px;

    }
    
    .big_title_icon{
        width: 150px;
        margin-left: 0px !important;

    }
    .whiteCornerBG{
        background-color: #ffffff;
        padding: 0px;
        border-top-left-radius: 0px;
        margin-left: 0%;
        padding-top: 40px;
    }
    .brand_text_name{
        margin-right: 0%;
    }
    .brand_text_tag{
        margin-right: 0%;
    }
    .brand_text_description{
        margin-right: 0%;
    }
    .sideNavBar{
        display:none;
    }
    
    .topNav .nav-item{
    margin-left: 0px;
    margin-top: 10px;
    }


    .navbar-collapse{
    background-color: #F0F0F0 !important;

}

    */
    /*
    .navbar{


}
    .navbar .container{
    margin: 0px!important;
    padding: 0px;
}
    .navbar-nav > li > a{ 
    margin-left: 30px;
}
    .navbar .navbar-brand{
    margin-left: 30px;
    margin-bottom: 20px;
}
    */
    .newsImage img{
        border-top-left-radius: 100px;
    }
    .newsBlock{
        margin-right: 0%;
    }
    .nav-link{
        margin-left:0px;
        margin-top: 10px;
    }
    #nav_middlePart{
        margin-left: 0px!important;
        padding-left: 0px!important;
    }
.nav-language {
    flex-direction:row; 
    padding-bottom: 10px;
   
  }
  .nav-language .nav-item {
    margin-right: 3rem;
  }
 
}


@media (max-width: 992px) {
  .animate {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
    
}

@keyframes slideIn {
  0% {
    transform: translateY(0rem);
    opacity: 0;
  }
  100% {
    transform: translateY(1rem);
    opacity: 1;
  }
  0% {
    transform: translateY(0rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}