<style>
@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

<!--
a.gflag {vertical-align:middle;font-size:16px;padding:1px 0;background-repeat:no-repeat;background-image:url(//gtranslate.net/flags/16.png);}
a.gflag img {border:0;}
a.gflag:hover {background-image:url(//gtranslate.net/flags/16a.png);}
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}
-->

@media only screen and (min-width: 767px) {
html {
    overflow-y: scroll !important;
}
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #f5f5f5;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
    text-decoration: none;
}

button {
    cursor: pointer;
}

.master-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 90;
}

.master-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170%;
    opacity: .6;
    pointer-events: none;
    background: linear-gradient(180deg,#000 0,transparent);
    z-index: -1;
}

.top-header {
    padding: 0 7rem;
    height: 46px;
}

.top-header-inner {
    display: flex;
    padding: 10px 5px;
}

.t-header-col-one {
    width: 50%;
}

.t-header-col-two {
    width: 50%;
}

.t-header-nav-ul {
    margin: 0;
    padding: 0;
    display: flex;
    float: right;
}

.t-header-nav-li {
    list-style: none;
    margin: 0 10px;
}

.t-separator {
    height: 1px;
    opacity: .2;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 100%;
    background: #fff;
}

.t-header-contact-email {
    color: #fff;
    font-size: 14px;
}

.t-header-nav-link {
    font-size: 11px;
    color: #fff;
    line-height: 24px;
    display: block;
    padding: 0;
    opacity: .8;
}

.t-header-nav-link:hover {
    color: #f9a937;
}

.status .t-header-nav-link.t-sts {
    color: #f9a937;
}

.signs .t-header-nav-link.t-sgns {
    color: #f9a937;
}

.main-header {
    padding: 0 7rem;
}

.main-header-inner {
    display: flex;
    padding-top: 7px;
}

.mn-header-col-one {
    width: 40%;
}

.mn-header-col-two {
    width: 60%;
}

.mn-header-nav {
    padding: 17px 0 0;
}

.mn-header-nav-ul {
    margin: 0;
    padding: 0;
    display: flex;
    float: right;
}

.mn-header-nav-li {
    list-style: none;
    margin-left: 5px;
}

.mn-header-nav-link {
    color: #f5f5f5;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 15px;
    padding: 6px 12px;
    transition: padding .2s ease-in-out,transform .2s ease-in-out;
}

.mn-header-nav-link:hover {
    background: #cd2122;
    border-radius: 2px;
    transition: .3s;
}

.mn-header-nav-link.m-curr-tab {
    background: #cd2122;
    border-radius: 2px;
}

.slider-section {
    position: relative;
}

.slider-container {
    -webkit-transform: translateX(-100%);
    transition: transform .1s ease;
    background: #ddd;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition-delay: 3s;
}

.slider-container.slide-now {
    -webkit-transform: translateX(0%);
    transition: transform .1s ease;
    transition-delay: 0s;
}

.slide-now .slider-content-first-wrap {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    transition: transform .5s ease;
    transition-delay: .2s;
    transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000) !important;
}

.slider-content-second-wrap {
    -webkit-transform: translateX(-100%);
    transition: transform .5s ease;
    margin: 0 0 11px;
}

.slide-now .slider-content-second-wrap {
    -webkit-transform: translateX(0%);
    transition: transform .5s ease;
    transition-delay: .3s;
}

.slider-content-third-wrap {
    -webkit-transform: translateX(-100%);
    transition: transform .5s ease;
}

.slide-now .slider-content-third-wrap {
    -webkit-transform: translateX(0%);
    transition: transform .5s ease;
    transition-delay: .4s;
    display: flex;
}

/*div#sliderOne {
    background: #cd2122;
}

div#sliderTwo {
    background: blue;
}

div#sliderThree {
    background: green;
}*/

.slider-btn {
    margin: 5% 0;
}

.slider-title span {
    font-weight: 100;
}

.action-box:first-child {
    border-radius: 0 0 0 6px;
}

.atn-top-wrp:before {
    position: absolute;
    content: '';
    background-color: #cd2122;
    top: -6px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: skewY(1.5deg);
    -ms-transform: skewY(1.5deg);
    transform: skewY(1.5deg);
    border-radius: 6px;
    transform-origin: right top;
}

.atn-top-wrp:after {
    position: absolute;
    content: '';
    background-color: #cd2122;
    width: 90%;
    height: 30%;
    display: block;
    border-radius: 4px;
    -webkit-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    transform: skewY(-2deg);
    right: 5%;
    top: -20px;
}

.content-box:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.m-content-sidebar-wrp {
    margin: -5px 13px 0;
}

.m-content-sidebar {
    background: #304356;
}

.m-c-head h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.m-c-wrp {
    padding: 20px;
}

.m-c-head {
    padding-bottom: 16px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 14px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.m-c-body-li {
    border-bottom: 1px solid white;
    padding-bottom: 11px;
    margin-bottom: 11px;
}

.m-c-body-li a {
    color: #fff;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.m-c-body-li a:hover {
    color: #f9a937;
}

.m-c-body-li::marker {
    color: #fff;
}

.m-c-foot {
    background: #cd2122;
}

.m-c-foot-inner {
    padding: 13px 20px 32px;
}

.m-c-foot-head {
    padding: 0 0 16px;
}

.m-c-foot-head h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.m-c-hero {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.m-c-hero-right-img {
    width: 100%;
    vertical-align: middle;
}

.m-c-hero-lb-row {
    margin-top: 20px;
}

.m-c-hero-lb-row h4 {
    font-size: 14px;
    line-height: 1.3;
    margin: 5px 0 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #323232;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.m-c-hero-lb-row p {
    color: #535353;
    font-size: 14px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.footer {
    background: #304356;
    border-top: 1px solid #fff;
}

.master-footer-col-inner {
    padding: 0 20px;
}

.m-footer-nav-link {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #d5d5d5;
    font-size: 17px;
}

.m-footer-nav-link:hover {
    color: #f9a937;
}

.m-footer-nav-ul {
    margin: 0;
    padding: 0;
}

.m-footer-nav-li {
    list-style: circle;
}

.m-footer-nav-li::marker {
    color: #fff;
    font-size: 25px;
}

.m-f-d-title {
    color: #d5d5d5;
    font-size: 17px;
}

.m-f-d-email {
    color: #d5d5d5;
}

.m-f-d-email a {
    color: #fff;
}

.m-f-d-desc {
    color: #d5d5d5;
}

.footer-img-wrp {
    margin-top: 10px;
}

.footer-copyright-txt a {
    color: #efecec;
}

.footer-copyright-txt a:hover {
    color: #f9a937;
}

.mt-cover {
    position: relative;
}

.mt-cover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.mt-cover-content-inner {
    padding: 20px 0 0;
}

.mt-cover-c-t-wrp {
    position: relative;
}

.m-c-hero-right-other {
    position: relative;
    background-color: #dcdee7;
    padding: 36px 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: -10px -1px 0 0;
}

.m-c-hero-right-other:before {
    content: "";
    position: absolute;
    top: 15px;
    margin-top: 0;
    left: 30px;
    display: block;
    background: #ababab;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    box-shadow: -12px 0 0 #ababab, 12px 0 0 #ababab;
}

.m-content-sidebar-wrp.mt-other {
    margin: -211px 13px 0;
    position: relative;
}

.m-c-ot-other {
    background: #cd2122;
}

.m-c-ot-other-inner {
    padding: 25px 20px 3px;
}

.m-c-ot-other-head {
    padding: 0 0 16px;
}

.m-c-ot-other-head h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.m-c-table.oth {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

.m-c-table.oth .table {
    margin-bottom: 0;
}

.m-cover-bottommask {
    height: 12px;
    border-bottom: 6px solid #fff;
    background: radial-gradient(ellipse at 50% 100%,rgba(0,0,0,.3) 0,transparent 70%);
    position: relative;
    z-index: 0;
}

.m-cover-bottommask:before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 10px;
    opacity: .6;
    background: radial-gradient(ellipse at 50% 0,rgba(0,0,0,.3) 0,transparent 70%);
}

.m-cover-bottommask:after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 50%;
    border: 6px solid transparent;
    border-top-color: #fff;
    margin-left: -6px;
}

.mt-other .m-c-wrp {
    padding-bottom: 29px;
}

.mastertools-form-input {
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 6px 14px 6px;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    outline: none;
    box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background: #fff;
}

.contact-form input.mastertools-form-input {
    height: 45px;
}

.contact-form textarea.mastertools-form-input {
    min-height: 112px;
}

.mastertools-form-group {
    margin: 0 0 20px;
}

.mastertools-form-submit {
    padding: 10px 20px;
    line-height: 1.6;
    box-shadow: none;
    font-size: 15px;
    border-style: none;
    border-radius: 3px;
    transition: background-color .15s ease-out;
    background: #cd2122;
    color: #fff;
    cursor: pointer;
}

.mastertools-form-submit:hover {
    background: #8a1011;
}

.contact-form {
    background: #ffffff;
    border: solid 1px #f2f2f2;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.contact-container {
    margin-top: -45px;
    position: relative;
}

.mt-cover-plain {
    margin: 0 7rem;
    height: 170px;
    padding: 0 0 60px;
}

.sign-form {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.sign-form-wrp {
    padding: 30px 40px 35px;
}

.mastertools-group {
    margin-bottom: 15px;
}

.mastertools-input {
    width: 100%;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    padding: 10px 10px;
    font-size: 17px;
    background: #e8f0fe;
    outline: none;
}

.mastertools-group.submit {
    margin-top: 30px;
}

.mastertools-submit {
    background: #cd2122;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    border-radius: 4px;
    width: 140px;
    cursor: pointer;
}

.mastertools-submit:hover {
    background: #b10506;
}

.sign-form-head {
    border-bottom: 1px solid #cd2122;
    margin-bottom: 19px;
}

.m-status-head {
    background: #fff;
    border-bottom: 1px solid #cd2122;
}

.m-s-hd-box-h {
    background: #304356;
    border-bottom: 1px solid #cd2122;
    padding: 5px 20px;
}

.m-s-hd-box-title {
    color: #fff;
    font-size: 17px;
    font-weight: 100;
}

.m-s-hd-box-desc-row {
    display: flex;
    border-bottom: 1px solid #ccc;
}

.m-s-hd-box-desc-row:nth-child(even) {
    background: #ddd;
}

.m-s-hd-box-d-t, .m-s-hd-box-desc {
    font-size: 17px;
    padding: 5px 20px;
}

.short-cover .master-header-bg {
    height: 139%;
}

.m-s-bd-col:last-child {
    border-right: none;
}

.m-s-bd-box-h {
    background: #304356;
    border-bottom: 1px solid #cd2122;
    padding: 5px 20px;
}

.m-s-bd-box-title {
    color: #fff;
    font-size: 17px;
    font-weight: 100;
}

.m-s-bd-box-b-desc {
    font-size: 17px;
    padding: 5px 20px;
}

.m-s-hd-box-d-t svg {
    vertical-align: middle;
}

.m-status-fh-row {
    display: flex;
}

.m-status-foot {
    border-bottom: 1px solid #aaa;
}

.m-status-f-row .m-status-f-col {
    border-right: 1px solid #d4cece;
}

.m-status-f-col:last-child {
    border-right: none;
}

.m-status-f-h-title {
    color: #fff;
    font-size: 17px;
    font-weight: 100;
}

.status-headline h2 {
    color: #cd2122;
}

.status-cv-left-inner {
    display: flex;
}

.status-cv-b-title {
    color: #f5f5f5;
    font-size: 19px;
    font-weight: 600;
    font-family: sans-serif;
}

.status-cv-b-label {
    color: #f9a937;
    font-size: 14px;
    line-height: 1;
}

.srch-cv-label {
    color: #f9a937;
    font-size: 14px;
    padding: 0 15px 0;
}

.srch-cv-group {
    display: flex;
}

.srch-cv-submit {
    font-size: 17px;
    padding: 0 10px;
    border-radius: 0 90px 90px 0;
    border: 1px solid #30b5f1;
    border-left: none;
    background: #03A9F4;
    color: #fff;
    outline: none;
}

.srch-cv-submit:hover {
    background: #0a76a7;
    border-left: none;
}

.ss-cnt-wrp:before {
    content: '';
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 20px solid #ffffff;
    position: absolute;
    right: 0;
    top: 0;
}

.ss-cnt-wrp:after {
    content: '';
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 20px solid #304356;
    position: absolute;
    right: 1px;
    top: 0;
}

#mapid {
    height: 325px;
    border-bottom: 1px solid #304356;
}

.mobile-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.mobile-header-inner {
    display: flex;
    margin: 15px 15px 10px;
    border-bottom: 1px solid #fff;
}

.mb-hd-logo {
    width: 175px;
}

.mobile-hd-col-one {
    width: 60%;
}

.mobile-hd-col-two {
    width: 40%;
}

.mb-hd-nav-ul {
    margin: 0;
    padding: 0;
    float: right;
}

.mb-hd-nav-li {
    list-style: none;
    color: #fff;
    cursor: pointer;
    padding: 0 8px 0 20px;
    border-left: 1px solid #fff;
}

.mobile-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170%;
    opacity: .6;
    pointer-events: none;
    background: linear-gradient(180deg,#000 0,transparent);
    z-index: -1;
}

.menu-trig svg {
    fill: #fff;
}

.menu-trig svg:hover {
    fill: #f9a937;
}

.mobile-menu-wrp {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform .5s ease;
    transition-delay: .3s;
}

.mobile-menu-wrp.tog-show {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.mb-menu-nav-ul {
    margin: 0;
    padding: 0;
}

.mb-menu-nav-li {
    list-style: none;
    border-bottom: 1px solid #ccc;
}

.mb-menu-nav-li:hover {
    background: #edf3f7;
}

.mb-menu-nav-link {
    color: #000;
    display: block;
    padding: 14px 25px;
    font-size: 17px;
}

.mb-menu-nav-link:hover {
    color: #cd2122;
}

.mb-menu-nav-back {
    list-style: none;
    display: flex;
    border-top: 3px solid #2196F3;
    border-bottom: 1px solid #333;
    cursor: pointer;
    background: #cd2122;
}

.mb-menu-n-b-icon {
    width: 20%;
    padding: 10px 4px;
    text-align: center;
    border-right: 1px solid #fff;
}

.mb-menu-nav-b-desc {
    width: 80%;
}

.mb-menu-n-b-icon svg {
    vertical-align: middle;
    fill: #fff;
}

.mb-menu-nav-b-desc p {
    padding: 10px 20px;
    font-size: 17px;
    color: #fff;
}

.mb-menu-nav-li.mb-curr-tab {
    background: #d3dee4;
}

.mb-curr-tab .mb-menu-nav-link {
    color: #cd2122;
}

.s-track-desc-d {
    margin-bottom: 12px;
}

.m-form-res {
    min-height: 250px;
}

.m-form-res p {
    margin: 15px 0 0;
    font-size: 17px;
    color: #000;
}

.t-header-nav-lang {
    list-style: none;
    margin: -4px 15px 0;
    position: relative;
    top: 3px;
}

.t-header-nav-lang select {
    border: 1px solid #cd2122;
    border-radius: 2px;
    padding: 4px 4px;
    color: #333;
    outline: none;
    background: #fbf1f1;
    cursor: pointer;
}

.m-t-header-nav-lang {
    list-style: none;
    padding: 10px 22px;
}

.m-t-header-nav-lang select {
    border: 2px solid #cd2122;
    border-radius: 3px;
    padding: 5px 5px;
    font-size: 17px;
    outline: none;
    cursor: pointer;
}

.ms-sh-title {
    width: 90%;
}

.ms-sh-tog {
    width: 10%;
}

.ms-sh-tog-icon {
    position: relative;
    text-align: right;
    padding: 5px 10px 0;
}

.ms-sh-tog-icon svg {
    cursor: pointer;
    transition: .6s;
}

.ms-sh-tog-icon.toggle-on svg {
    transform: rotate(178deg);
    transition: .6s;
}

.m-s-bd-col.s-empty .m-s-bd-box-title {
    color: #304356;
    color: transparent;
}

.m-s-bd-col.s-empty .m-s-bd-box-b-desc {
    color: #fff;
    color: transparent;
}

/* Media Query */
@media only screen and (min-width: 767px) {
.action-section-inner {
    display: flex;
    position: relative;
    border-bottom: 1px solid #fff;
    border-radius: 0 0 6px 6px;
}

.action-box-section {
    position: relative;
    margin: 0 7rem;
}

.action-box {
    width: 25%;
    background: #cd2122;
    text-align: center;
    color: #fff;
    border-right: 1px solid rgba(0,0,0,0.1);
    height: 175px;
}

.action-box-inner {
    padding: 0 20px;
    height: 175px;
}

.action-box-tl-wrp {
    margin: 3px 0 20px;
}

.action-box-tl {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
    font-style: normal;
}

.action-box-desc {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    font-style: normal;
}

.master-content {
    margin: 0 6.2rem;
}

.master-content-inner {
    display: flex;
}

.m-content-col-one {
    width: 75%;
}

.m-content-col-two {
    width: 25%;
}

.m-content-col-one-inner {
    display: flex;
    padding-top: 25px;
}

.content-box-wrp {
    width: 33.333333%;
}

.content-box {
    background-color: #ffffff;
    border: solid 1px #eaeaea;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    margin: 0 12px;
}

.action-box-btn-wrp {
    margin: 60px 0 10px;
}

.action-box:last-child {
    border-radius: 0 0 6px 0;
}

.c-box-head {
    min-height: 147px;
}

.c-box-head-img {
    width: 100%;
    height: 100%;
}

.c-box-body {
    text-align: center;
    padding: 0 10px;
    min-height: 123px;
    height: 123px;
}

.c-box-body-title {
    margin: 4px 0 0 0;
    font-size: 17px;
    color: #cd2122;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
}

.c-box-body-desc {
    font-size: 14px;
    margin-bottom: 20px;
}

.action-box-btn {
    background: #034;
    color: #fff;
    text-shadow: none;
    padding: 7px 20px;
    line-height: 1.6;
    box-shadow: none;
    font-size: 14px;
    font-weight: 700;
    border-radius: 90px;
    border: 2px solid #fff;
    transition: all .1s ease-in-out;
    text-transform: uppercase;
    outline: none;
}

.action-box-btn:hover {
    border: 2px solid #dad7d7;
    background: #1e7c9c;
}

.action-box-btn-desc {
    line-height: 1;
    font-size: 14px;
}

.m-c-hero-wrp {
    margin: 20px 11px 18px;
}

.m-c-hero-inner {
    display: flex;
}

.m-c-hero-col {
    width: 50%;
}

.m-c-hero-left-inner {
    padding: 10px 23px 15px;
}

.m-c-hero-left-head {
    margin: 20px 0 10px;
}

.m-c-hero-left-head h3 {
    color: #cd2122;
    line-height: 1.4;
    font-size: 24px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-style: normal;
}

.m-c-hero-right-inner {
    padding: 5px 5px 5px 0;
    min-height: 281px;
}

.slider-content-first {
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    width: 27%;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.24);
    display: block;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%,rgba(0, 0, 0, 0.38)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left,rgba(0, 0, 0, 0.38) 40%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,rgba(0, 0, 0, 0.38) 40%,rgba(0,0,0,0) 100%);
    margin-left: 80px;
}

.slider-content-second {
    display: flex;
}

.sl-second-col-one {
    width: 24%;
    margin-right: 5px;
}

.sl-second-col-two {
    width: 17%;
}

.sl-second-col-one-inner {
    height: 65px;
    padding: 1px 0;
    border-radius: 8px;
    background: rgba(0,0,0,0.65);
    z-index: -1;
    border-right: 4px solid #000;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    background: -webkit-gradient(linear, right top, left top, color-stop(40%,rgba(0, 0, 0, 0.78)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(right,rgba(0, 0, 0, 0.78) 40%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to left,rgba(0, 0, 0, 0.78) 40%,rgba(0,0,0,0) 100%);
    text-align: right;
}

.slider-subtitle-first {
    color: #fff;
    line-height: 1.6;
    font-weight: 100;
    font-style: normal;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    padding: 5px 20px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    font-size: 32px;
    margin: 0;
}

.sl-second-col-two-inner {
    height: 65px;
    border-radius: 8px;
    background: rgba(205,33,34,0.7);
    z-index: -1;
    border-right: 4px solid #cd2122;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    padding: 11px 15px;
}

.slider-subtitle-second {
    color: #fff;
    line-height: 1.6;
    font-weight: 100;
    font-style: normal;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    padding: 5px 20px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    font-size: 20px;
    margin: 0;
    text-align: center;
}

.slider-content-first-wrap {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform .5s ease;
    margin: 0 0 73px;
}

.slider-content-third {
    width: 40%;
    border-radius: 8px;
    background: rgba(0,0,0,0.65);
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    background: -webkit-gradient(linear, right top, left top, color-stop(40%,rgba(0, 0, 0, 0.78)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(right,rgba(0, 0, 0, 0.78) 40%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to left,rgba(0, 0, 0, 0.78) 40%,rgba(0,0,0,0) 100%);
    text-align: right;
}

.slider-desc {
    margin: 0;
    color: #F8F8F8;
    font-size: 19px;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    font-weight: 500;
    padding: 11px 20px;
}

.slider-container-inner {
    position: relative;
    height: 463px;
}

.master-slider-img {
    width: 100%;
    object-fit: cover;
    height: 463px;
}

.slider-section-inner {
    min-height: 463px;
}

.master-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 133px;
}

.slider-title {
    font-size: 29px;
    color: #fff;
    line-height: 1.6;
    font-weight: bolder;
    font-style: normal;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    padding: 15px 20px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    margin: 0;
}

.master-footer {
    margin: 0 7rem;
    padding: 45px 0 0;
}

.master-footer-inner {
    display: flex;
}

.master-footer-col {
    width: 25%;
}

.mobile-header {
    display: none !important;
}

.m-c-ot-hero-wrp {
    margin: 23px 11px 18px;
}

.m-content-col-one-inner.m-others {
    padding: 0 0 20px;
}

.mt-cover-inner {
    margin: 0 7rem;
    height: 350px;
    padding: 0 0 60px;
}

.mt-cover-content {
    padding: 215px 0 0;
}

.mt-cover-c-title {
    font-size: 32px;
    font-weight: 400;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    line-height: 1.4;
    color: #fff;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin: 20px 0 10px;
}

.status-container {
    margin: 15px 0 20px;
}

.status-container-inner {
    width: 95%;
    margin: 0 auto;
}

.m-status-head-inner {
    display: flex;
}

.m-s-hd-col {
    width: 50%;
}

.m-status-b-row {
    display: flex;
    margin-bottom: 10px;
    background: #fff;
    border-bottom: 1px solid #aaa;
}

.m-s-bd-col {
    width: 33.333333%;
    border-right: 1px solid #3790e8;
}

.m-s-hd-col:first-child {
    border-right: 1px solid #3790e8;
}

.m-box-desc-t-col {
    width: 30%;
    border-right: 1px solid #ccc;
}

.m-box-desc-d-col {
    width: 70%;
}

.status-cover {
    background: #304356;
    border-bottom: 1px solid #cd2122;
    margin-bottom: 10px;
    border-radius: 3px;
    height: 72px;
}

.status-cover-inner {
    display: flex;
}

.status-cover-col-one {
    width: 52%;
}

.status-cover-col-two {
    width: 48%;
}

.ss-cnt-wrp {
    width: 50%;
    position: relative;
    padding: 17px 15px 12px 25px;
}

.status-cv-right {
    padding: 3px 25px 0;
    position: relative;
}

.status-cv-form {
    position: absolute;
    right: 25px;
}

.srch-cv-input {
    border: 1px solid #30b5f1;
    font-size: 17px;
    padding: 5px 15px;
    border-radius: 90px 0 0 90px;
    background: #f1f5fb;
    outline: none;
}

.status-headline {
    margin: 20px 0 5px;
}

.m-status-f-row {
    display: flex;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.m-status-f-col {
    width: 25%;
    border-right: 1px solid #3790e8;
}

.m-status-f-b-desc {
    font-size: 17px;
    padding: 5px 20px;
}

.m-status-f-b svg {
    display: none !important;
}

.m-status-f-row:nth-child(even) {
    background: #ddd;
}

.m-status-f-h {
    background: #304356;
    border-bottom: 1px solid #cd2122;
    padding: 5px 20px;
}

.m-status-body {
    margin: 10px 0;
}

.contact-form-inner {
    padding: 30px 60px 30px;
}

.contact-container-inner {
    margin: 0 14px 20px;
}

.c-form-head-title {
    font-size: 21px;
    color: #cd2122;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.c-form-head {
    margin: 0 0 35px;
}

.mastertools-form-input {
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 6px 14px 6px;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    outline: none;
    box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background: #f5f5f5;
}

.sign-form-inner {
    display: flex;
}

.sign-form-col {
    width: 50%;
}

.sign-container {
    width: 80%;
    margin: 2% auto;
}

.sign-form-col:first-child {
    border-right: 1px solid #ccc;
}

.m-footer-title {
    color: #d5d5d5;
    margin: 0 0 10px;
    font-size: 16px;
    text-decoration: underline;
    line-height: 1.4;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.m-footer-direction {
    margin-top: 20px;
}

.m-f-d-row {
    margin-bottom: 20px;
}

.m-f-d-go-map a {
    color: #fff;
}

.m-f-d-go-map {
    color: #fff;
    font-size: 17px;
}

.footer-img {
    width: 100%;
}

.footer-copyright-inner {
    padding: 15px 0;
    text-align: center;
}

.footer-copyright-txt {
    color: #efecec;
    font-size: 14px;
}

.footer-copyright {
    border-top: 2px solid #efecec;
    margin-top: 20px;
}

.c-box-body-desc.vmmt {
    display: none !important;
}

.contact-container.m-thank-u {
    margin-top: 20px;
}

.status-headline {
    display: flex;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0 5px;
    background: transparent;
}

.status-headline.head-on-tog {
    border: 1px solid #304356;
    border-radius: 2px;
    padding: 0 5px;
    background: #fff;
    background: linear-gradient(45deg, #f5efef, #d2dde8);
}
}
/* vw */

@media only screen and (max-width: 767px) {
.master-header {
    display: none !important;
}

.action-box-section {
    position: relative;
    margin: 0 10px;
}

.action-section-inner {
    display: block;
    position: relative;
    border-bottom: 1px solid #fff;
    border-radius: 0 0 6px 6px;
}

.action-box {
    width: auto;
    background: #cd2122;
    color: #fff;
    border-right: 1px solid rgba(0,0,0,0.1);
}

.action-box-inner {
    padding: 0 20px;
    display: flex;
}

.action-box-inner.xm-mb {
    display: block;
    padding: 0 20px 15px;
}

.action-box-icon {
    width: 25%;
    text-align: center;
}

.action-box-icon-img {
    width: 55px;
}

.action-box-tl-wrp {
    margin: 10px 0 13px;
    width: 75%;
}

.action-box-tl {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #ffffff;
    font-style: normal;
}

.action-box-desc {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    font-style: normal;
}

.action-box-btn-wrp {
    margin: 0;
    border-top: 1px solid #fff;
    padding-top: 12px;
}

.master-content {
    margin: 0 10px 10px;
}

.master-content-inner {
    display: block;
}

.m-content-col-one, .m-content-col-two {
    width: 100%;
}

.m-content-col-one-inner {
    display: block;
    padding-top: 15px;
}

.content-box-wrp {
    width: 100%;
}

.content-box {
    background-color: #ffffff;
    border: solid 1px #eaeaea;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    margin: 0 0 10px;
}

.action-box:last-child {
    border-radius: 0 0 6px 6px;
}

.content-box-inner {
    display: flex;
}

.c-box-head {
    width: 35%;
}

.c-box-head-img {
    width: 100%;
    height: 100px;
    object-fit: fill;
    vertical-align: middle;
    border-radius: 3px 0 0 3px;
}

.c-box-body {
    text-align: left;
    padding: 0 10px;
    width: 65%;
}

.c-box-body-title {
    margin: 4px 0 0 0;
    font-size: 17px;
    color: #cd2122;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-style: normal;
}

.c-box-body-desc {
    font-size: 14px;
    margin-bottom: 5px;
}

.action-box-btn {
    border-radius: 90px;
    background: #034;
    border: 1px solid #fff;
    font-weight: 500;
    padding: 5px 15px;
    font-size: 14px;
    transition: all .1s ease-in-out;
    line-height: 1.6;
    color: #fff;
    outline: none;
}

.action-b-btn-desc-wrp {
    display: none;
}

.m-c-hero-wrp {
    margin: 0;
}

.m-c-hero-inner {
    display: block;
}

.m-c-hero-col {
    width: 100%;
}

.m-c-hero-left-inner {
    padding: 10px 10px 15px;
}

.m-c-hero-left-head {
    margin: 5px 0 4px;
}

.m-c-hero-left-head h3 {
    color: #cd2122;
    line-height: 1.3;
    font-size: 20px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-style: normal;
}

.m-c-hero-right-inner {
    padding: 0;
    min-height: auto;
}

.m-content-col-two {
    display: none !important;
}

.slider-content-first {
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    width: 85%;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.24);
    display: block;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%,rgba(0, 0, 0, 0.38)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left,rgba(0, 0, 0, 0.38) 40%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,rgba(0, 0, 0, 0.38) 40%,rgba(0,0,0,0) 100%);
    margin-left: 15px;
    height: 55px;
}

.slider-content-second {
    display: flex;
    padding: 0 22px;
}

.sl-second-col-one {
    width: 54%;
    margin-right: 5px;
}

.sl-second-col-two {
    width: 46%;
}

.sl-second-col-one-inner {
    height: 50px;
    padding: 1px 0;
    border-radius: 8px;
    background: rgba(0,0,0,0.65);
    z-index: -1;
    border-right: 4px solid #000;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    background: -webkit-gradient(linear, right top, left top, color-stop(40%,rgba(0, 0, 0, 0.78)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(right,rgba(0, 0, 0, 0.78) 40%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to left,rgba(0, 0, 0, 0.78) 40%,rgba(0,0,0,0) 100%);
    text-align: right;
}

.slider-subtitle-first {
    color: #fff;
    line-height: 1.6;
    font-weight: 100;
    font-style: normal;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    padding: 12px 5px 0;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    font-size: 17px;
    margin: 0;
    text-align: left;
}

.sl-second-col-two-inner {
    height: 50px;
    border-radius: 8px;
    background: rgba(205,33,34,0.7);
    z-index: -1;
    border-right: 4px solid #cd2122;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    padding: 0px 8px;
}

.slider-subtitle-second {
    color: #fff;
    line-height: 1.6;
    font-weight: 100;
    font-style: normal;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    padding: 12px 5px 0;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    font-size: 17px;
    margin: 0;
    text-align: center;
}

.slider-content-first-wrap {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform .5s ease;
    margin: 0 0 20px;
}

.slider-content-third {
    width: 92%;
    border-radius: 8px;
    background: rgba(0,0,0,0.65);
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    background: -webkit-gradient(linear, right top, left top, color-stop(40%,rgba(0, 0, 0, 0.78)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(right,rgba(0, 0, 0, 0.78) 40%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to left,rgba(0, 0, 0, 0.78) 40%,rgba(0,0,0,0) 100%);
    text-align: left;
}

.slider-desc {
    margin: 0;
    color: #F8F8F8;
    font-size: 14px;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    font-weight: 500;
    padding: 11px 20px;
    text-align: right;
}

.slider-content-third-wrap {
    padding: 0 20px;
    margin-top: 15px;
}

.slider-container-inner {
    position: relative;
    height: 350px;
}

.master-slider-img {
    width: 100%;
    object-fit: cover;
    height: 350px;
}

.slider-section-inner {
    min-height: 315px;
}

.master-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 90px;
}

.slider-title {
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
    font-weight: bolder;
    font-style: normal;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    padding: 12px 20px 0;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    margin: 0;
}

.master-footer {
    margin: 0 10px;
    padding: 20px 0 0;
}

.master-footer-inner {
    display: block;
}

.master-footer-col {
    width: 100%;
}

.m-c-ot-hero-wrp {
    margin: 10px 0 10px;
}

.m-content-col-one-inner.m-others {
    padding: 0;
}

.mt-cover-inner {
    margin: 0 20px;
    height: 220px;
    padding: 0 0 60px;
}

.mt-cover-content {
    padding: 60px 0 0;
}

.mt-cover-c-title {
    font-size: 28px;
    font-weight: 400;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    line-height: 1.4;
    color: #fff;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin: 20px 0 10px;
}

.mt-cover-c-t-wrp {
    z-index: 999;
}

.status-container {
    margin: -85px 0 0;
    position: relative;
}

.status-container-inner {
    width: 100%;
    margin: 0 auto;
}

.m-status-head-inner {
    display: block;
}

.m-s-hd-col {
    width: 100%;
    margin-bottom: 10px;
}

.status .master-content {
    margin: 0 0 5px;
}

.m-status-b-row {
    display: block;
    margin-bottom: 10px;
    background: #fff;
    border-bottom: 1px solid #aaa;
}

.m-s-bd-col {
    width: 100%;
    border-right: none;
}

.m-s-hd-col:first-child {
    border-right: none;
}

.m-box-desc-t-col {
    width: 20%;
    border-right: 1px solid #ccc;
}

.m-box-desc-d-col {
    width: 80%;
}

.status-cover {
    background: #304356;
    border-top: 1px solid #03a9f4;
    border-bottom: 1px solid #cd2122;
    margin-bottom: 10px;
    border-radius: 10px 10px 0 0;
}

.status-cover-inner {
    display: block;
}

.status-cover-col-one {
    width: 100%;
}

.status-cover-col-two {
    width: 100%;
}

.ss-cnt-wrp:before {
    display: none;
}

.ss-cnt-wrp:after {
    display: none;
}

.ss-cnt-wrp {
    width: 50%;
    position: relative;
    padding: 17px 15px 12px;
    border-right: 1px solid #ddd;
}

.ss-cnt-wrp:last-child {
    border-right: none;
}

.status-cv-left-inner {
    border-bottom: 1px solid #ddd;
}

.status-cv-right {
    padding: 3px 14px 12px;
    position: relative;
}

.srch-cv-input {
    border: 1px solid #30b5f1;
    font-size: 17px;
    padding: 5px 15px;
    border-radius: 90px 0 0 90px;
    background: #f1f5fb;
    outline: none;
    width: 65%;
}

.status-headline {
    margin: 5px 5px 2px;
    padding: 5px 15px 0;
    display: flex;
    border: 1px solid transparent;
    border-radius: 0;
    background: transparent;
}

.status-headline.head-on-tog {
    border: 1px solid #304356;
    border-radius: 2px;
    background: #fff;
    background: linear-gradient(45deg, #f5efef, #d2dde8);
}

.status-headline h2 {
    font-size: 20px;
}

.m-s-hd-box-d-t span {
    display: none !important;
}

.m-status-f-row {
    display: block;
    background: #fff;
    border-bottom: 1px solid #304356;
}

.m-status-f-col {
    width: 100%;
    border-right: none;
}

.m-status-f-col-inner {
    border-bottom: 1px solid #aaa;
}

.m-status-f-b {
    display: flex;
    padding: 0 10px;
}

.m-status-f-b-desc {
    font-size: 17px;
    padding: 5px 7px;
    margin: 0 10px 0;
    border-left: 1px solid #aaa;
}

.m-status-f-b svg {
    position: relative;
    top: 8px;
}

.m-s-bd-col.s-empty {
    display: none;
}

.m-status-foot {
    border-top: 1px solid #cd2122;
}

.m-status-f-row:nth-child(even) {
    background: #ece9e9;
}

.m-status-fh-row .m-status-f-col {
    width: 25%;
}

.m-status-f-h {
    background: #304356;
    border-bottom: 1px solid #cd2122;
    padding: 0 10px;
    border-right: 1px solid #03a9f4;
}

.m-status-f-h.h-s-h-last {
    border-right: none;
}

.m-status-body {
    margin: 5px 0;
}

.contact-form-inner {
    padding: 15px 20px 30px;
}

.contact-container-inner {
    margin: 0 0 20px;
}

.c-form-head-title {
    font-size: 17px;
    color: #cd2122;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.c-form-head {
    margin: 0 0 20px;
}

.mastertools-form-input {
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 10px 14px 10px;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    outline: none;
    box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background: #ece9e9;
}

.sign-form-inner {
    display: block;
}

.sign-form-col {
    width: 100%;
}

.sign-container {
    width: 100%;
    position: relative;
    margin: -60px auto 0;
}

.sign-form-col:first-child {
    border-right: none;
    border-bottom: 1px solid #aaa;
}

.master-footer-col.f-first-col {
    display: none;
}

.m-footer-title {
    color: #d5d5d5;
    margin: 0 0 0;
    font-size: 15px;
    text-decoration: underline;
    line-height: 1.4;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.m-footer-direction {
    margin-top: 10px;
}

.m-f-d-row {
    margin-bottom: 10px;
}

.m-f-d-go-map a {
    color: #f9a937;
    font-size: 13px;
}

.m-f-d-go-map {
    position: relative;
    bottom: 10px;
    border-bottom: 1px solid #00BCD4;
    padding-bottom: 6px;
}

.footer-img {
    width: 55%;
}

.footer-copyright-inner {
    padding: 12px 0;
    text-align: center;
}

.footer-copyright-txt {
    color: #efecec;
    font-size: 12px;
}

.footer-copyright {
    border-top: 1px solid #efecec;
    margin-top: 20px;
}

.c-box-body-desc.vwmt {
    display: none !important;
}
}
/* vm */
</style>