.header { background: rgba(0, 0, 0, 0.6); position: absolute; left: 0; right: 0; top: 0; z-index: 2; } 
.header.header-unRelative{position: unset;}
.menu.fixed .menu-main { max-width: 1200px; margin: auto; justify-content: space-around; } 
.menu.fixed { background: rgba(0, 0, 0, 0.6); padding: 15px 0; } 
.inner-service { padding: 0 20px; text-align: center; top: 0; right: 0; left: 0; bottom: 0; color: #fff; background: rgba(0, 0, 0, 0.74); width: 100%; height: 100%; display: flex; flex-flow: column; justify-content: center; align-items: center; opacity: 0; transition: allease 0.5s; } 
.section-service:hover .inner-service { opacity: 0.8; } 
.name-service { font-family: var(--f-b); font-size: 18px; font-style: italic; color: #fff; margin-bottom: 10px; } 
.btn-readmore { color: #ffc000; border-radius: 3px; display: block; border: 2px solid #08f; height: 38px; width: 136px; font-size: 15px; margin: 0 auto; line-height: 33px; text-align: center; font-family: var(--f-r); } 
.btn-readmore:hover { background: #ffc000; color: #000; border: none; } 
.line-custom { width: 1px; height: 15px; background: #000; transform: rotate(25deg); } 
.line-custom:last-child { display: none; } 
.title-home { text-align: center; margin-bottom: 2rem; } 
.title-home h2 { margin: auto; font-family: var(--f-b); font-size: 30px; display: inline-block; padding: 10px 20px; border: 1px solid #000; line-height: normal; font-style: italic; } 
.image-partner{padding: 10px;background: #fff;border-radius: 10px;height: 100px;}
.news-home-info{background: #f5f5f5;}
.news-name{margin-bottom: 0;margin-top: 10px;}
.news-info .news-name a, .news-info .news-name{height: unset;}