/**@file
 * service.scss Ms.Duong
 * Copyright (C)2021 VTLSolution CO., LTD.
 *
 * @author  duong.le@vtl-vtl.com>
 */
@font-face {
  font-family: 'Scheherazade';
  font-weight: bold;
  src: url("../../font/Scheherazade-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Scheherazade';
  src: url("../../font/Scheherazade-Regular.ttf") format("truetype"); }

.service-banner__container {
  width: 100%;
  position: absolute;
  top: calc(50% - 25px);
  left: 50%;
  transform: translate(-50%, -50%);
  color: #F5FCFF; }

.service-banner__title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 3.69%; }

.service-banner__title__text {
  margin-right: 9.25rem; }

.service-banner__title__text h1 {
  font-family: 'Scheherazade';
  font-size: 5.625rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 110%;
  margin-bottom: 0.25rem; }

.service-banner__title__text h5 {
  font-size: 1.5rem;
  display: flex;
  margin-bottom: 0rem; }

.service-banner__title__text h5 .line {
  width: 35%;
  border-bottom: 1px solid #fff;
  margin-right: 1rem;
  margin-bottom: 0.3rem; }

.service-banner__title__image {
  width: 13.19%; }

.service-banner__image {
  display: flex;
  justify-content: flex-end; }

.service-banner__image__content {
  width: 60%;
  margin-right: 14.27%;
  box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  overflow: hidden; }
