@font-face {
  font-family: "Acrom";
  src: url(../fonts/Acrom-Regular.3735102b.eot);
  src: local("Acrom"), local("Acrom-Regular"), url(../fonts/Acrom-Regular.3735102b.eot?#iefix) format("embedded-opentype"), url(../fonts/Acrom-Regular.c2a5c9e5.woff) format("woff"), url(../fonts/Acrom-Regular.d66a1796.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Acrom";
  src: url(../fonts/Acrom-Bold.cf8e81ed.eot);
  src: local("Acrom Bold"), local("Acrom-Bold"), url(../fonts/Acrom-Bold.cf8e81ed.eot?#iefix) format("embedded-opentype"), url(../fonts/Acrom-Bold.3a16c7b9.woff) format("woff"), url(../fonts/Acrom-Bold.9e4470a8.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Acrom";
  src: url(../fonts/Acrom-Thin.b3e74364.eot);
  src: local("Acrom Thin"), local("Acrom-Thin"), url(../fonts/Acrom-Thin.b3e74364.eot?#iefix) format("embedded-opentype"), url(../fonts/Acrom-Thin.f0bdd207.woff) format("woff"), url(../fonts/Acrom-Thin.00303fe3.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Acrom";
  src: url(../fonts/Acrom-Light.8c3d3e0b.eot);
  src: local("Acrom Light"), local("Acrom-Light"), url(../fonts/Acrom-Light.8c3d3e0b.eot?#iefix) format("embedded-opentype"), url(../fonts/Acrom-Light.ada7ba7f.woff) format("woff"), url(../fonts/Acrom-Light.e4fc416f.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Acrom";
  src: url(../fonts/Acrom-Medium.53dff3aa.eot);
  src: local("Acrom Medium"), local("Acrom-Medium"), url(../fonts/Acrom-Medium.53dff3aa.eot?#iefix) format("embedded-opentype"), url(../fonts/Acrom-Medium.239a1464.woff) format("woff"), url(../fonts/Acrom-Medium.738c3ce7.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

body {
  color: #454142;
  font-family: Acrom, sans-serif;
  font-size: 16px;
  /*margin-top: 168px;*/
  background: url(../img/bg.d1c9be2a.png);
  background-size: contain;
  background-repeat: no-repeat;
}

* {
  padding: 0;
  margin: 0;
}

.page-width {
  width: 1440px;
  margin: 0 auto;
}

.dw-page-container {
  min-height: calc(100vh - 100px);
  padding-top: 0 !important;
}

.dw-container {
  padding-left: 400px;
  padding-right: 400px;
}

.text-drblue {
  color: #26246d;
}

.bg-drblue {
  background: #26246d;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #000000;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
}

ul {
  margin: 0;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.text-line-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  box-orient: vertical;
}

.text-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
}

.text-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.text-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}

.text-line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2;
  font-family: "Heebo", sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

.text-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.text-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}

.text-line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
}

.letter-space-05 {
  letter-spacing: 0.5px;
}

.letter-space-07 {
  letter-spacing: 0.7px;
}

.text-micolor {
  color: #194863;
}

.bg-micolor {
  background: #194863;
}

/****************  all ******************/
.m-bg1 {
  background: url(../img/bg1.5c51a6ac.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.m-bg2 {
  background: url(../img/bg2.058631fd.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.content {
  padding: 40px;
  background-color: #f7f7f7;
  margin: 20px 0;
}

/****************  header ******************/
.dw-header {
  background: none;
}

.logo-bg {
  background: #194863;
  padding: 45px 5px;
  position: absolute;
  top: 0;
}

.logo-img {
  width: 145px;
}

.menu-tab .q-tab__indicator {
  height: 6px;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}

.menu-tab .q-tab {
  min-height: 68px;
}

.q-header .menu-tab .q-tab__content,
.q-footer .menu-tab .q-tab__content {
  min-width: 50px;
}

.toolbar-menu {
  margin-left: 160px;
  background: none;
}

.title-toolbar {
  margin: 8px 0 8px 180px;
}

.menu-title {
  font-size: 46px;
  color: #8395AF;
  font-weight: 600;
  letter-spacing: 2px;
}

.menu-phone {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  font-style: normal;
}

/******** Index ********/
.b-section {
  padding: 20px 0 0 0;
}

.splitter {
  background: #194863;
  height: 10px;
  width: 94px;
}

.splitterright {
  background: #194863;
  height: 10px;
  width: 94px;
  margin-left: auto;
  margin-right: 0;
}

.splitter80p {
  background: #194863;
  height: 10px;
  width: 600px;
}

.splitter80pcenter {
  background: #194863;
  height: 5px;
  width: 800px;
  margin: 0 auto;
}

.splitter60p {
  background: #194863;
  height: 10px;
  width: 400px;
}

.splitter60pright {
  background: #194863;
  height: 10px;
  width: 400px;
  margin-left: auto;
  margin-right: 0;
}

.slide {
  padding: 40px 0 30px 0;
}

.slide1 {
  padding-top: 40px;
  background: url(../img/slide1-bg.f4315125.png);
}

.h-block {
  padding-left: 40px;
}

.h-blockfull {
  padding: 0 40px;
}

.h-title {
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: bold;
}

.f-title {
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 10px;
}

.f-block {
  padding: 20px;
}

.f2-bg {
  background: url(../img/f2bg.6f289d5f.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.f3-bg {
  background: url(../img/f3bg.593d60be.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.f4-bg {
  background: url(../img/f3bg.593d60be.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slide-menu {
  margin-top: 70px;
}

.slide-menu-title {
  font-size: 18px;
  font-weight: bold;
}

.slide-menu-link {
  padding: 5px 0;
}

.slide-menu-link a {
  font-size: 16px;
  line-height: 30px;
  margin-left: 5px;
  font-weight: bold;
  color: #194863;
}

.slide-img {
  width: 25px;
}

/********* About us *********/
#aboutus, #hiring {
  margin-bottom: 40px;
}

.about-block {
  border: 0px solid #999999;
  width: 300px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 20px;
}

.about-block > h4 {
  font-size: 20px;
  font-weight: bold;
}

.b-img {
  width: 70px;
  margin: 35px 0 45px 0;
}

.b-line {
  background: #D70C17;
  height: 2px;
  width: 80%;
  margin: 0 auto;
}

.b-more {
  color: #ffffff !important;
  background-color: #194863 !important;
  width: 70%;
  top: 40px;
}

/********* Hiring *********/
.b-hiring {
  background-color: #145256;
  padding-top: 10px;
  height: 100%;
}

.b-hiring-bg {
  background: url(../img/hiring-rec.6d5dd6d5.png);
  background-repeat: no-repeat;
  margin: 15px 0 0 25px;
  padding: 10px 0;
  height: 100%;
}

.now-hiring {
  background-color: #9B1111;
  color: #ffffff;
  margin: 25px 100px 20px 100px;
  font-size: 50px;
  font-weight: bold;
}

.h-line {
  background: #ffffff;
  height: 4px;
  width: 100%;
  margin: 20px 0;
}

.h-text {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}

.h-apply {
  color: #393636 !important;
  background-color: #CCD6DB !important;
  width: 40%;
}

/********* callback request *********/
.c-bg {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 2px dashed #EFEFEF;
  position: relative;
}

.c-bg > .c-bg {
  width: initial;
  height: initial;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 5px;
}

.c-bg1 {
  background: #EFEFEF;
  padding: 45px 50px 50px 50px;
}

.c-type {
  font-size: 10px;
  margin-bottom: 5px;
}

.c-submit {
  color: #ffffff !important;
  background-color: #194863 !important;
  width: 70%;
  top: 20px;
}

/********* Customers *********/
.c-cus {
  padding: 10px;
  margin: 0 20px 20px 20px;
}

.cus-img {
  width: 125px;
  margin: 10px 35px;
}

.c-com {
  margin-bottom: 15px;
}

.cus-user {
  width: 60px;
}

.c-user {
  padding-top: 10px;
}

/* ******* coverage **** */
ul li {
  padding: 5px 0;
}

/* ****** opportuni **** */
.ocontent {
  padding: 20px 50px;
}

/********* Footer *********/
.footer-div {
  position: relative;
  background: #223E64;
}

.footer-content {
  margin: 0 80px 0 80px;
  padding: 35px 0 10px 0;
}

.footer-logo {
  width: 50%;
}

.social-net {
  width: 26px;
}

.footer .bg-left {
  position: absolute;
  background: url(../img/footerl-left-bg.97e56ddf.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 500px;
  height: 100%;
}

.footer .bg-right {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/footerl-right-bg.451b3acf.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 477px;
  height: 400px;
}
