body{
    min-width: 300px !important;
    overflow-x: hidden;
    background-color:#eeeeee;
}

#scrolltop{
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  /* background-color: red; */
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  background: red url(images/icon-top.png) top center no-repeat;
  background-size: cover;
}

.TV-SCREEN-BANNER{
    background: url(images/TV-SCREEN-BANNER.jpeg) top center no-repeat;
    height: 300px;
    background-size: cover;
    background-position-y: 70%;
}

.R-BANNER-LINK{
    position: absolute;
    height: 250px;
    width: 100%;
}

.R-BANNER:nth-child(1){
    background: url(images/R-BANNER1.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
    transition: .5s ease-in-out;
}

.R-BANNER:nth-child(2){
    background: url(images/R-BANNER2.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
}

.R-BANNER:nth-child(3){
    background: url(images/R-BANNER3.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
}

.S-BANNER{
    background: url(images/S-BANNER1.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
    transition: .5s ease-in-out;
}

.S-BANNER:nth-child(2){
    background: url(images/S-BANNER2.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
    transition: .5s ease-in-out;
}

.S-BANNER:nth-child(3){
    background: url(images/S-BANNER3.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
    transition: .5s ease-in-out;
}

.S-BANNER-LINK{
    position: absolute;
    height: 200px;
    width: 100%;
}

.S-BANNER:hover, .R-BANNER:hover, .B-BANNER:hover{
    filter: contrast(1.2) brightness(1.2);
    transition: .5s ease-in-out;
}

.content-container{
    width: 75%;
}

.article-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-desc{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.A-BANNER-CONTAIN, .RA-BANNER-CONTAIN{
    transition: .5s ease-in-out;
}

.A-BANNER-CONTAIN:hover, .RA-BANNER-CONTAIN:hover{
    transform: translateY(-10px);
    transition: .5s ease-in-out;
}

.A-BANNER-CONTAIN .A-BANNER{
    background: url(images/A-BANNER1.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
    transition: .5s ease-in-out;
}

.A-BANNER-CONTAIN:nth-child(2) .A-BANNER{
    background: url(images/A-BANNER2.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
    transition: .5s ease-in-out;
}

.A-BANNER-CONTAIN:nth-child(3) .A-BANNER{
    background: url(images/A-BANNER3.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
    transition: .5s ease-in-out;
}

.A-BANNER-CONTAIN:nth-child(4) .A-BANNER{
    background: url(images/A-BANNER4.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
    transition: .5s ease-in-out;
}

.A-BANNER-CONTAIN:nth-child(5) .A-BANNER{
    background: url(images/A-BANNER5.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
    transition: .5s ease-in-out;
}

.A-BANNER-CONTAIN:nth-child(6) .A-BANNER{
    background: url(images/A-BANNER6.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
    transition: .5s ease-in-out;
}

.B-BANNER{
    background: url(images/B-BANNER1.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
    transition: .5s ease-in-out;
}

.B-BANNER-LINK{
    position: absolute;
    height: 250px;
    width: 100%;
}

.RA-BANNER-CONTAIN .RA-BANNER{
    background: url(images/A-BANNER1.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100px;
    transition: .5s ease-in-out;
}

.RA-BANNER-CONTAIN:nth-child(2) .RA-BANNER{
    background: url(images/A-BANNER2.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100px;
    transition: .5s ease-in-out;
}

.RA-BANNER-CONTAIN:nth-child(3) .RA-BANNER{
    background: url(images/A-BANNER3.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100px;
    transition: .5s ease-in-out;
}

.RA-BANNER-CONTAIN:nth-child(4) .RA-BANNER{
    background: url(images/A-BANNER4.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100px;
    transition: .5s ease-in-out;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

@media (max-width: 1024px) {
    .content-container{
        width: 100%;
    }
}