@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');



html, body{
    background-color: #F0F0F0;
    width: 100%;
    height: 100%;
    font-family: 'Roboto';
    font-size: 20px;
    color:#222;
    scroll-behavior: smooth;
}

/* Back to top */

.to-top {
  background: white;
  position: fixed;
  bottom: 16px;
  right:32px;
  width:50px;
  height:50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:32px;
  color:#1f1f1f;
  text-decoration: none;
  opacity:0;
  pointer-events: none;
  transition: all .4s;
}

.to-top.active {
  bottom:80px;
  pointer-events: auto;
  opacity:1;
}    





/* menu */
.menu-wrapper, .menu a{
    width: 100%;
    height: 40px;
  }
  
  .menu::after{
    content: '';
    clear: both;
    display: block;
  }
  
  .menu a{
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 14px;

  }
  
  .menu li{
    position: relative;
    padding-right: 20px;

  }

  .menu > li{
    float: left;

  }
  
  .menu, .menu ul{
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  
  .menu ul li+li{
    border-top: 1px solid #fff;
    
  }
  
  .menu ul{
    position: absolute;
    box-shadow:  5px 5px 10px 0 rgba(0,0,0, 0.5);
  }
  
  .menu > li ul, .menu ul ul{
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    z-index: -1;
    visibility: hidden;
  }
  
  .menu > li ul{
    top: 130%;
    left: 0;
  }
  
  .menu ul ul{
    left: 130%;
    top: 0;
  }
  
  .menu ul a{
    width: 250px;
  }
  
  
  .menu-gold, .menu-gold a{
    color: white;
  }
  
  
  /* ends */
  
















#top-header{
    background-color: rgba(3, 44, 80, 0.9) !important;
    color:white;
    line-height: 40px;
    font-size: 16px;
}

.title-category{
    text-transform: uppercase;
}

.navbar{
    background-color: #F0F0F0 !important;
}

.navbar li {
    padding-left: 20px;
}
.navbar li a{
    color: black !important;
    font-weight: 500;
}

.navbar li a:hover{
    color: blue !important;
}

.top-page  a img{
    width: 100% !important;
}

.wr-nav{
  margin: 0;
  padding: 0;
    border-bottom: 4px solid rgba(3, 44, 80, 0.9);
}

.title-img-top-post a{
    font-size:14px;
    color:black !important;
    text-decoration: none;
    display:inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-title{
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.title-img-top-post a:hover{
    color:blue!important;
    cursor: pointer;
}

.widget-top {
    position: relative;
    border-bottom: 3px solid #1B4061;
    color: #1B4061;
    border-bottom-left-radius: 4px;
    overflow: hidden;
}
.widget-title{
    display: inline-block;
    color: #fff;
    background: #1B4061;
    padding: 3px 15px;
    margin-bottom: -3px;
    font: 700 20px/30px Roboto, Arial;
    border-radius: 5px 5px 0 0;
    font-size: 19px;
    text-transform: uppercase;
}

.nav-link{
    text-transform: uppercase !important;
}

.dropdown-item:hover{
    background-color: transparent !important;
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	

.text-muted{
  font-size: 14px;
}

#footer{
  margin-top: 100px !important;
}

.post-entry {
  text-shadow: 0 1px 1px #000;
  position: absolute;
  left: 0%;
  right: 0;
  bottom: 0;
  padding: 40px 20px 20px;
  margin: 15px;
  overflow: hidden;
  z-index: 9;
  background: -webkit-linear-gradient(top, rgba(25, 35, 45, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(25, 35, 45, 0) 0%, rgba(0, 0, 0, 0.8) 100%);

}
.p-time{
  color: white;
  font-size: 16px;
  
}

.post-box-title{
  color: white;
  padding-top: 5px;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-img-top{
  width: 100%;
  height: 40px;
}