@font-face {
  font-family: 'GMVDINPro';
  src: url('../fonts/GMVDINPro/pro/GMVDINPro.eot');
  src: url('../fonts/GMVDINPro/pro/GMVDINPro.eot?#iefix') format('embedded-opentype'),
       url('../fonts/GMVDINPro/pro/GMVDINPro.woff2') format('woff2'),
       url('../fonts/GMVDINPro/pro/GMVDINPro.woff') format('woff'),
       url('../fonts/GMVDINPro/pro/GMVDINPro.ttf')  format('truetype'),
       url('../fonts/GMVDINPro/pro/GMVDINPro.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'GMVDINPro Light';
  src: url('../fonts/GMVDINPro/light/GMVDINPro-Light.eot');
  src: url('../fonts/GMVDINPro/light/GMVDINPro-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/GMVDINPro/light/GMVDINPro-Light.woff2') format('woff2'),
       url('../fonts/GMVDINPro/light/GMVDINPro-Light.woff') format('woff'),
       url('../fonts/GMVDINPro/light/GMVDINPro-Light.ttf')  format('truetype'),
       url('../fonts/GMVDINPro/light/GMVDINPro-Light.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'GMVDINPro Bold';
  src: url('../fonts/GMVDINPro/bold/GMVDINPro-Bold.eot');
  src: url('../fonts/GMVDINPro/bold/GMVDINPro-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/GMVDINPro/bold/GMVDINPro-Bold.woff2') format('woff2'),
       url('../fonts/GMVDINPro/bold/GMVDINPro-Bold.woff') format('woff'),
       url('../fonts/GMVDINPro/bold/GMVDINPro-Bold.ttf')  format('truetype'),
       url('../fonts/GMVDINPro/bold/GMVDINPro-Bold.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'UTMLibel';
  src: url('../fonts/UTMLibel/UTMLibelKT.eot');
  src: url('../fonts/UTMLibel/UTMLibelKT.eot?#iefix') format('embedded-opentype'),
       url('../fonts/UTMLibel/UTMLibelKT.woff2') format('woff2'),
       url('../fonts/UTMLibel/UTMLibelKT.woff') format('woff'),
       url('../fonts/UTMLibel/UTMLibelKT.ttf')  format('truetype'),
       url('../fonts/UTMLibel/UTMLibelKT.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'VNGothamExtraLight';
  src: url('../fonts/VNGotham/VNGothamExtraLight.eot');
  src: url('../fonts/VNGotham/VNGothamExtraLight.eot?#iefix') format('embedded-opentype'),
       url('../fonts/VNGotham/VNGothamExtraLight.woff2') format('woff2'),
       url('../fonts/VNGotham/VNGothamExtraLight.woff') format('woff'),
       url('../fonts/VNGotham/VNGothamExtraLight.ttf')  format('truetype'),
       url('../fonts/VNGotham/VNGothamExtraLight.svg#svgFontName') format('svg');
}
body {
    font-family: 'GMVDINPro', sans-serif;
    font-size: 14px;
}
.font-pro-light {
    font-family: 'GMVDINPro Light', sans-serif;
}
.font-pro-bold {
    font-family: 'GMVDINPro Bold', sans-serif;
}
.font-libel {
    font-family: 'UTMLibel', sans-serif;
}
.font-gotham {
    font-family: 'VNGothamExtraLight', sans-serif;
}
.container {
    max-width: 1110px;
}
img {
    max-width: 100%;
    height: auto;
}
.hover-zoom-img {
    overflow: hidden;
}
.hover-zoom-img img {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hover-zoom-img:hover img {
    transform: scale(1.3);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
a.hover-primary:hover {
    text-decoration: none;
    color: #2b398b !important;
}
a.hover-orange:hover {
    text-decoration: none;
    color: #ff6000 !important;
}
.line-height-1 {
    line-height: 1;
}
.line-height-default {
    line-height: 1.2;
}
.has-border-top {
    border-top: 5px solid #2b398b;
}
.btn-light-4 {
  background-color: #eae9e9 !important;
  border-color: #eae9e9 !important;
}
.bg-primary {
    background-color: #2b398b !important;
}
.bg-success {
    background-color: #083262 !important;
}
.bg-warning {
    background-color: #ff6000 !important;
}
.bg-light {
    background-color: #58595b !important;
}
.bg-light-2 {
    background-color: #a1a1a1 !important;
}
.bg-light-3 {
    background-color: #e6e6e6 !important;
}
.bg-light-4 {
    background-color: #eae9e9 !important;
}
.btn-primary {
    background-color: #2b398b !important;
    border-color: #2b398b !important;
}
.text-primary {
    color: #2b398b !important;
}
.text-primary-2 {
    color: #1f4495 !important;
}
.text-success {
    color: #083262 !important;
}
.text-blue {
    color: #1c75b4 !important;
}
.text-light {
    color: #58595b !important;
}
.text-light-2 {
    color: #fefefe !important;
}
.text-black {
    color: #333 !important;
}
.text-black-50 {
    color: #444 !important;
}
.border-light {
    border-color: #58595b !important;
}
.border-primary {
    border-color: #2b398b !important;
}
.border-primary-2 {
    border-color: #96a8ce !important;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fz-6 {
    font-size: 6px;
}
.fz-12 {
    font-size: 12px;
}
.fz-13 {
    font-size: 13px;
}
.fz-14 {
    font-size: 14px;
}
.fz-15 {
    font-size: 15px;
}
.fz-16 {
    font-size: 16px;
}
.fz-17 {
    font-size: 17px;
}
.fz-18 {
    font-size: 18px;
}
.fz-20 {
    font-size: 20px;
}
.fz-24 {
    font-size: 24px;
}
.fz-28 {
    font-size: 28px;
}
.fz-30 {
    font-size: 30px;
}
.fz-36 {
    font-size: 36px;
}
.fz-42 {
    font-size: 42px;
}
.fz-65 {
    font-size: 65px;
}
.fz-92 {
    font-size: 92px;
}
.owl-hidden-dots .owl-dots {
    display: none !important;
}
.owl-nav {
    margin: 0 !important;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: -12px;
    opacity: 1;
    color: #1f4495;
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    background: transparent;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-]:focus {
    outline: none;
}
.owl-nav button.owl-prev {
    left: -10px;
}
.owl-nav button.owl-next {
    right: -10px;
}
.modal-open .modal {
    overflow: hidden;
}
.modal-dialog {
    max-width: 800px;
}
.modal.fade .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0,0)scale(.5);
    transform: translate(0,0)scale(.5);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.modal.show .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0,0)scale(1);
    transform: translate(0,0)scale(1);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.scroll-bar::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.scroll-bar::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.scroll-bar::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #bbbbbb;
}