@font-face {
  font-family: 'Prata';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/6xKhdSpbNNCT-sWCCm7JLQ.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url(../fonts/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2) format('woff2');
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomout {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 102%;
  }
}
body {
  line-height: 1.875;
}
.logo {
  width: 220px;
}
header.headerHide {
  display: none;
}
header.headerShow {
  display: block;
}
header .navbar-brand {
  padding-left: 25px;
}
header .navbar-nav .active > .nav-link,
header .navbar-nav .nav-item > .nav-link {
  font-family: "Roboto Condensed";
  font-size: 14px;
  line-height: 60px;
  padding: 0 30px;
  letter-spacing: 0.02em;
}
header .navbar-dark .navbar-nav .nav-item > .nav-link {
  color: #fff;
}
header .navbar-dark .navbar-nav .nav-item > .nav-link:hover {
  color: #c10e0e;
  transition: all 0.3s;
}
header .navbar-dark .navbar-nav .active > .nav-link {
  color: #c10e0e;
}
header .navbar-light .navbar-nav .nav-item > .nav-link:hover {
  color: #c10e0e;
  transition: all 0.3s;
}
.jumbotron {
  height: 500px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: 102%;
  animation: zoomout 3s;
}
.jumbotron.h300 {
  height: 300px;
}
.jumbotron.jmBg-home {
  background-image: url(../images/banner.jpg);
}
.jumbotron.jmBg-bus01 {
  background-image: url(../images/busi_jumu_01.jpg);
}
.jumbotron.jmBg-bus02 {
  background-image: url(../images/busi_jumu_02.jpg);
}
.jumbotron.jmBg-bus03 {
  background-image: url(../images/busi_jumu_03.jpg);
}
.jumbotron.jmBg-bus04 {
  background-image: url(../images/busi_jumu_04.jpg);
}
.jumbotron.jmBg-page {
  background-image: url(../images/pgBanner01.jpg);
}
.jumbotron.jmBg-news {
  background-image: url(../images/jumbotron_bg_news-min.jpg);
}
.jumbotron .jmTxt {
  height: 100%;
  line-height: inherit;
  text-align: center;
  position: relative;
  animation: fadein 3s;
}
.jumbotron .jmTxt img {
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.jumbotron .pageTitle {
  text-align: left;
  font-family: "Roboto Condensed";
  font-size: 58px;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.jumbotron .pageTitle span {
  display: block;
  color: #c10e0e;
  font-size: 36px;
}
.jumbotron .pageTitle2 {
  text-align: left;
  font-family: "Roboto Condensed";
  font-size: 38px;
  color: #c10e0e;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
.tBlock {
  padding: 80px 0;
}
.tBlock.minH560 {
  min-height: 560px;
}
.tBlock.tGrey {
  background-color: rgba(236, 240, 241, 0.75) !important;
}
.tBlock a {
  color: #616161;
}
.tBlock a:hover {
  color: #c10e0e;
  text-decoration: none;
}
.tBlock .row + .row {
  margin-top: 50px;
}
.tBlock .title {
  padding: 0;
  font-size: 36px;
  font-weight: 400;
  font-family: "Roboto Condensed";
  padding-bottom: 25px;
  text-transform: uppercase;
}
.tBlock .title .subTitle {
  display: block;
  color: #c10e0e;
  font-size: 24px;
}
.tBlock .title2,
.tBlock .title3,
.tBlock .name {
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  font-family: "Roboto Condensed";
  padding-top: 25px;
  text-transform: uppercase;
}
.tBlock .title2 .num,
.tBlock .title3 .num,
.tBlock .name .num {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  padding-left: 6px;
  background-color: #c10e0e;
  color: white;
  margin-right: 8px;
  font-size: 1.3em;
  font-weight: 900;
  font-style: italic;
  font-family: "Roboto";
}
.tBlock .title3 {
  font-size: 18px;
  padding-left: 30px;
}
.tBlock .title3 span {
  font-weight: bolder;
  font-size: 1.5em;
  font-style: italic;
  color: #c10e0e;
  display: inline-block;
  width: 25px;
  margin-left: -30px;
  margin-top: -20px;
}
.tBlock ul {
  padding-left: 25px;
}
.tBlock ul > li::marker {
  color: #c10e0e;
}
.tBlock ul li {
  color: #616161;
  font-family: "Roboto";
}
.tBlock .tBlank {
  min-height: 50px;
}
.tBlock .proName {
  padding-top: 0;
}
.tBlock .content {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 100;
  color: #616161;
}
.tBlock .content .span {
  color: #c10e0e;
}
.tBlock .content strong {
  color: #c10e0e;
  font-size: 18px;
}
.tBlock .content .contactDescription {
  font-family: "Prata";
  font-size: 14px;
  font-weight: 400;
}
.tBlock .content .contactInfo {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.8em;
}
.tBlock .content .contactInfo strong {
  font-size: 24px;
}
.tBlock .tBtn {
  border-radius: 40px;
  padding: 6px 24px;
}
.tBlock .tBtn.btnMore {
  margin-top: 28px;
}
.tBlock .tBtn:hover,
.tBlock .tBtn:focus,
.tBlock .tBtn:active,
.tBlock .tBtn:not(:disabled):not(.disabled):active:focus {
  color: #fff;
  background-color: #c10e0e;
  border-color: #c10e0e;
  box-shadow: none;
  transition: all 0.3s;
}
.tBlock img {
  width: 100%;
  border-radius: 10px;
}
.tBlock .contaProfile {
  font-weight: 300px;
}
.tCard {
  padding: 20px 20px;
  border-radius: 10px;
  min-height: 480px;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.tCard .tCardImg {
  margin-bottom: 20px;
  width: 100%;
  max-height: 249px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.tCard .tCardImg img {
  width: 100%;
}
.tCard .card-title {
  font-family: "Roboto Condensed";
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.tCard:hover {
  border-color: #c10e0e;
  transition: all 0.3s;
}
.tCard:hover .card-title {
  color: #c10e0e;
  transition: all 0.3s;
}
.tCard:hover img {
  margin-left: -2px;
  width: 102%;
  transition: all 0.6s;
}
.tCard:hover .card-text {
  color: #616161;
}
.pgBusiness {
  padding: 0;
}
.pgBusiness .tCard {
  background-color: unset;
  border-style: none;
  min-height: auto;
  align-items: center;
}
.pgBusiness .tCard .tCardImg {
  border-radius: 200px;
  width: 100px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  border: #fff 1px solid;
  background-size: 100%;
  filter: grayscale(75%);
}
.pgBusiness .tCard .tCardImg.bg01 {
  background-image: url(../images/busi_pic_01.jpg);
}
.pgBusiness .tCard .tCardImg.bg02 {
  background-image: url(../images/busi_pic_02.jpg);
}
.pgBusiness .tCard .tCardImg.bg03 {
  background-image: url(../images/busi_pic_03.jpg);
}
.pgBusiness .tCard .tCardImg.bg04 {
  background-image: url(../images/busi_pic_04.jpg);
}
.pgBusiness .tCard .card-title {
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
}
.pgBusiness .tCard:hover .tCardImg {
  filter: grayscale(0);
  transition: all 0.6s;
}
.pgBusiness .tCard:hover .tCardImg {
  border-color: #c10e0e;
}
.tPartners .col-2 {
  margin-top: 20px;
  text-align: center;
}
.tPartners img {
  width: 100px;
  filter: grayscale(100%) opacity(0.5);
}
.tPartners img:hover {
  filter: grayscale(0) opacity(1);
  transition: all 0.5s;
}
.copyright {
  background-color: #343a40;
  color: #999;
  line-height: 36px;
  font-family: "Prata";
  font-size: 13px;
}
.product .name {
  padding: 0;
  font-size: 28px;
  font-weight: 400;
  font-family: "Roboto Condensed";
  padding-top: 0;
  text-transform: uppercase;
  color: #c10e0e;
}
.product .note {
  font-size: 20px;
  font-family: "Roboto";
}
.product .content {
  padding-top: 20px;
}
.product .down {
  line-height: 36px;
  cursor: pointer;
  padding: 0;
  font-weight: 400;
  font-family: "Roboto Condensed";
  text-decoration: none;
}
.product .down img {
  border-radius: unset;
  width: auto;
  height: 24px;
  margin-right: 5px;
  display: inline-block;
}
.product .row {
  padding: 50px 0;
}
.product .row + .row {
  border-top: #f1f1f1 1px solid;
}
.latestNews img {
  border-radius: 3px;
}
.latestNews .newsBlock {
  padding: 60px 30px;
  padding-top: 100px;
  border: transparent 1px solid;
  position: relative;
}
.latestNews .newsBlock > .row > div {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 240px;
}
.latestNews .newsBlock + .newsBlock {
  margin-top: 40px;
}
.latestNews .newsBlock.newsGrey {
  background-color: #f6f6f6;
}
.latestNews .newsBlock .date {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 100px;
  padding: 10px 0 ;
  background-color: #c10e0e;
  text-align: center;
  font-size: 12px;
  font-family: "Roboto";
  text-transform: capitalize;
  font-weight: bold;
  color: white;
  box-shadow: 3px 4px 4px rgba(133, 133, 133, 0.3);
}
.latestNews .newsBlock .date .day {
  font-size: 42px;
  line-height: 1;
}
.latestNews .newsBlock .title {
  font-size: 24px;
  padding-bottom: 10px;
  text-transform: capitalize;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.latestNews .newsBlock .content {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  min-height: 125px;
}
.latestNews .newsBlock .newsContent,
.latestNews .newsBlock .pgBotBtn {
  padding: 20px;
}
.latestNews .newsBlock .newsContent .content,
.latestNews .newsBlock .pgBotBtn .content {
  padding: 30px 0;
}
.latestNews .newsBlock .newsImages > img {
  width: auto;
  max-width: 100%;
}
.latestNews .newsBlock .more {
  text-align: right;
  font-weight: 600;
  position: absolute;
  bottom: 0;
}
.latestNews .newsBlock .downLine {
  display: block;
  height: 1px;
  width: 0%;
  margin-top: -2px;
  background-color: #c10e0e;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
}
.latestNews .newsBlock:hover .more a {
  color: #c10e0e;
}
.latestNews .newsBlock:hover .more a .downLine {
  width: 100%;
}
.latestNews .content-all img {
  width: auto;
  max-width: 100%;
}
