/* 1. General */
img{
  border: none;
  height: auto;
  width: 100%;
}
div.wallpaperRight-headerSection, div.wallpaperLeft-headerSection{
  background-repeat: no-repeat;
  background-size: contain;
}
div.wallpaperRight-headerSection{
  background-image: url('../multimedia/element/wallpaper/right-headerSection.png');
  background-position: right top;
}
div.wallpaperLeft-headerSection{
  background-image: url('../multimedia/element/wallpaper/left-headerSection.png');
  background-position: left top;
}
div.overley{
  background-image: url('../multimedia/element/wallpaper/overleyVertical.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* 2. Load page */
section#loadPage > div.wallpaperLeft-headerSection, section#loadPage > div.wallpaperRight-headerSection{
  background-repeat: no-repeat;
  background-size: contain;
}
section#loadPage > div.wallpaperLeft-loadPage{
  background-image: url('../multimedia/element/wallpaper/left-headerSection.png');
  background-position: left bottom;
}
section#loadPage > div.wallpaperLeft-loadPage > div.wallpaperRight-loadPage{
  background-image: url('../multimedia/element/wallpaper/right-headerSection.png');
  background-position: right top;
}
section#loadPage > div.wallpaperLeft-loadPage > div.wallpaperRight-loadPage > div.column > div.content-loadPage{
  background-image: url('../multimedia/peoples_voice_data_science/peoples_voice_data_science_vertical.svg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
/* 3. Header */
section#header > div.row > div.item:nth-child(1){
  background-image: url('../multimedia/peoples_voice_data_science/peoples_voice_data_science_horizontal.png');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
section#header > div.row > div.item:nth-child(2){
  background-image: url('../multimedia/element/icon/ic_menu.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
/* 4. Banner */
section#banner > div.wallpaper-banner{
  background-image: url('../multimedia/banner/wallpaper/banner.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
section#banner > div.wallpaper-banner > div.item > div.content-banner{
  background-image: url('../multimedia/peoples_voice_data_science/peoples_voice_data_science_vertical.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
/* 5. About us */
section#aboutUs{
  background-image: url('../multimedia/element/wallpaper/atom.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
}
/* 6. Value promise */
section#valuePromise{
  background-image: url('../multimedia/value_promise/wallpaper/data_science.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* 7. Talent management */
section#talentManagement{
  background-image: url('../multimedia/element/wallpaper/atom.png');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
/* 8. Big data */
section#bigData > div.row:nth-child(2) > div.item:last-of-type{
  background-image: url('../multimedia/big_data/image/big_data.jpg');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
/* 9. Footer */
section#footer > div.row > div.row > div.item:nth-child(2){
  background-image: url('../multimedia/element/icon/ic_linkedin.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
