/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 10, 2021, 11:50:04 PM
    Author     : Zeus
*/

/*======= Viewpage ====================*/

#view-page{
    height: auto;
}
#view-page-header{
    height: auto;   
}

#img-background-view-page-header{
    z-index: -100;
}

#view-page-left{   
   background-color: #ffffff; 
   box-sizing: border-box; 
   border-top: 10px solid #ecebeb;
   border-left: 10px solid #ecebeb;
   border-right: 5px solid #ecebeb;
   border-bottom: 10px solid #ecebeb;
   padding-bottom: 20px;
}
#view-page-right{
   background-color: #ffffff; 
   box-sizing: border-box; 
   border-top: 10px solid #ecebeb;
   border-left: 5px solid #ecebeb;
   border-right: 10px solid #ecebeb;
   border-bottom: 10px solid #ecebeb;
   padding-bottom: 20px;
    
}
#view-page-center{
   background-color: #ffffff; 
   box-sizing: border-box; 
   border-top: 10px solid #ecebeb;
   border-left:  10px solid #ecebeb;
   border-right: 10px solid #ecebeb;
   border-bottom: 10px solid #ecebeb;
  
   padding-left: 50px;
   padding-right: 50px;
   padding-bottom: 20px;
       
}

#view-page-center a{
    color: black;   
}


/*========== List Viewpage-left ========*/

#list-viewpage-left{
    padding-top: 20px;      
}

.font-list-viewpage-left{
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    color: black;   
}
.font-title-list-viewpage-left{
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 600;
    color: black;   
}


#videos-for-list-viewpage-left{
    width: 100%;
    height: auto;
    
    padding-top: 15px;
    padding-bottom: 15px;    
   
}


/* ======== List Viewpage- Right ==========*/

#list-viewpage-right{
    padding-top: 20px;
    height: 350px;
}

.font-title-list-viewpage-right{
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 600;
    color: black;   
}

.font-list-viewpage-right{
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    color: black;   
}

/* ========= Noi dung bai viet =========== */

#view-noidungbaiviet{
  padding: 20px;    
}

.font-title-noidungbaiviet{
   font-family: Arial,Helvetica,sans-serif;  
   font-weight: 600;
   color: black;    
}

.font-sub-title-noidungbaiviet{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: gray;   
}

.font-noidungbaiviet{
    font-family: Arial,Helvetica,sans-serif;   
    font-weight: normal;
    color: black;  
}

/* ======== gioi thieu nhan vien ======= */

#gioithieu-nhanvien{
    padding-top: 20px;
}

/* ======== title chuyen de header ===== */

#header-display-title-chuyende{
  width: 80%; 
  color: white; 
  
  font-size: 120%; 
  font-style: italic; 
  font-weight: 100; 
  
  text-transform: uppercase;
  text-decoration: none;
    
}