/******************* Global *******************/
* {-webkit-text-size-adjust:none; -webkit-font-smoothing: antialiased;}

html { margin:0; padding:0; border:0; height: 100%; min-height: 100%; }

body {
  font-size: 16px;
  font-family: 'Roboto','Microsoft Yahei','Heiti SC',simsun,'Open Sans', sans-serif;
  color: #000;
}


a, a:hover, a:active, a:link, a:focus{ text-decoration:none; outline: 0; cursor:pointer;}

:focus { outline:none; }

table { border-collapse:collapse; border-spacing: 0; }

th, td { text-align: left; vertical-align: top; }

ol, ul { list-style: none; margin: 0; padding: 0; }

a { color: #cb333b; text-decoration: none;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color .3s linear;}

a:focus { text-decoration: none; }

a:hover { color: #aaa; text-decoration: none;}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #eee;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 4px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 0.875em;  
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}

a.red_btn {display: inline-block; padding: 10px 30px; background-color: #cb333b; color: #fff; font-weight: 600;} 
a.red_btn:hover {background-color: #ccc;} 
a.arrow_btn {position: relative; padding: 10px 40px 10px 15px;}
a.arrow_btn:after { content: ''; width: 14px; height: 15px; display: block; background-image: url('https://lp.datacolor.com/rs/799-MHA-121/images/button-arrow.png'); background-repeat: no-repeat; position: absolute; right: 5px; top: calc(50% - 7px);}


a.menu-cta {
    background-color: #d7172f;
    border: none;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 15%);
    color: #fff;
    display: inline-block;
    font-weight: 900;
    letter-spacing: normal;
    margin: 10px 0 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    z-index: 1;
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding: 15px 25px;
    transition: color .3s ease-out;
}

a.menu-cta:before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #c0152a;
    top: 0;
    left: 0;
    bottom: 0;
    right: -1px;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform .2s ease-out;
}

a.menu-cta:after {
    content: "›";
    display: inline-block;
    margin-left: 5px;
}

a.menu-cta {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 13px 18px;
    margin: 0;
}

a.menu-cta i {
    font-size: 0.875rem;
    margin-right: 7px;
}

a.menu-cta:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

a.menu-cta:hover:before {
    transform: scaleX(1);
}


/******************* Global *******************/

    
/******************* Header *******************/
header {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #fff;
}

.top-header {
  background: #f0f0f0;
  padding: 8px 0;
}
.top-header ul.menu-tabs {
  display: flex;
  margin-bottom: -8px;
}
ul.menu-tabs li.menu-item {
  margin: 0 4px 0 0;
  display: block;
  border: none !important;
}
ul.menu-tabs .nav-link {
  background-color: #e5e5e5;
  display: block;
  padding: 13px 20px;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  color: #000;
  text-decoration: none;
  transition: background-color .3s ease;
}
ul.menu-tabs .nav-link:hover {
  background-color: #ccc;
}

#primary-menu, .primary-menu-item, .primary-menu-link {
    transition: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    border: 0;
    bottom: auto;
    box-sizing: border-box;
    clip: auto;
    color: #333;
    display: block;
    float: none;
    font-family: inherit;
    font-size: 16px;
    height: auto;
    left: auto;
    line-height: 1.7;
    list-style-type: none;
    margin: 0;
    min-height: auto;
    max-height: none;
    min-width: auto;
    max-width: none;
    opacity: 1;
    outline: none;
    overflow: visible;
    padding: 0;
    position: relative;
    pointer-events: auto;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    transform: none;
    top: auto;
    vertical-align: baseline;
    visibility: inherit;
    width: auto;
    word-wrap: break-word;
    white-space: normal;
}

#primary-menu {
    visibility: visible;
    text-align: left;
    padding: 0;
}

#primary-menu > li.primary-menu-item {
    margin: 0 0 0 0;
    display: inline-block;
    height: auto;
    vertical-align: middle;
}

#primary-menu > li.primary-menu-item > a.primary-menu-link{
    line-height: 80px;
    height: 80px;
    padding: 0px 25px 0px 25px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #000;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 19px;
    font-weight: bold;
    outline: none;
}

#primary-menu > li.primary-menu-item > a.primary-menu-link .link-text {
    font-weight: 900 !important;
    position: relative;
}

#primary-menu > li.primary-menu-item > a.primary-menu-link .link-text:after {
    content: "";
    background-color: rgba(0,0,0,.1);
    bottom: -4px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 48px;
    transition: width .5s ease,background-color .3s ease;
}


#primary-menu > li.primary-menu-item > a.primary-menu-link:hover {
    background: rgba(0, 0, 0, 0);
    color: #d7172f;
    font-weight: inherit;
    text-decoration: none;
    border-color: rgba(0, 0, 0, 0);
}

#primary-menu > li.primary-menu-item > a.primary-menu-link:hover .link-text:after {
    width: 100%;
}

#language-switcher-wrap {
    width: 200px;
    position: relative;
}
#language-switcher, #language-switcher .menu-item{
    transition: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    border: 0;
    bottom: auto;
    box-sizing: border-box;
    clip: auto;
    color: #666;
    display: block;
    float: none;
    font-family: inherit;
    font-size: 14px;
    height: auto;
    left: auto;
    line-height: 1.7;
    list-style-type: none;
    margin: 0;
    min-height: auto;
    max-height: none;
    min-width: auto;
    max-width: none;
    opacity: 1;
    outline: none;
    overflow: visible;
    padding: 0;
    position: relative;
    pointer-events: auto;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    transform: none;
    top: auto;
    vertical-align: baseline;
    visibility: inherit;
    width: auto;
    word-wrap: break-word;
    white-space: normal;
}

#language-switcher > li.menu-item {
    width: 100%;
    margin: 0 0px 0 0;
    display: inline-block;
    height: auto;
    vertical-align: middle;
}

#language-switcher > li.menu-item > a.mega-menu-link {
    line-height: 33px;
    height: 33px;
    padding: 0px 10px 0px 10px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #6c6f78;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    text-decoration: none;
    background: #f3f3f3;
    background: linear-gradient(to bottom, #fafafa, #f3f3f3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFAFAFA', endColorstr='#FFF3F3F3');
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    border-radius: 0;
    font-family: inherit;
    font-size: 13px;
    font-weight: bold;
    outline: none;
}

#language-switcher > li.menu-item > a.mega-menu-link:hover {
    background: #e4e3e3;
    background: linear-gradient(to bottom, #edeaea, #e4e3e3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEDEAEA', endColorstr='#FFE4E3E3');
    color: #6c6f78;
    font-weight: bold;
    text-decoration: none;
    border-color: #c8c8c8;
}

#language-switcher > li.menu-item > a.mega-menu-link:after {
    content: "›";
    color: #2a2a2a;
    display: block;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 900;
    position: absolute;
    margin: 0;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(90deg);
}

#language-switcher a.mega-menu-link {
    display: block;
    background: #fff;
    color: #6c6f78;
    font-family: inherit;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: baseline;
}

#language-switcher a.mega-menu-link:hover {
    background: #f3f3f3;
    background: linear-gradient(to bottom, #fafafa, #f3f3f3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFAFAFA', endColorstr='#FFF3F3F3');
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

#language-switcher >li.menu-item .link-text {
    letter-spacing: 0.0625rem;
    font-size: 0.8125rem;
    font-weight: 700;
}

#language-switcher .wpml-ls-flag {
    max-width: 100%;
    display: inline;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    object-fit: cover;
    overflow: hidden;
    vertical-align: text-top;
    margin-right: 5px;
}

#language-switcher .wpml-ls-flag+span {
    margin-left: 0.3em;
}

#language-switcher .ls-sub-menu {
    box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
    z-index: 1000 !important;
    position: absolute;
    width: 200px;
    max-width: none;
    padding: 0px 0px 0px 0px;
    border: 0;
    background: #fff;
    border-radius: 0;
}
/******************* Header *******************/


/******************* Main Banner *******************/
.static-banner {
    position: relative;
    padding: 100px 0;
    margin-bottom: 60px;
}

.static-banner:after {
    content: "";
    background-color: rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.static-banner img.bg_image{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%;
    width: 100%;
    max-width: none;
}

.static-banner .cta_content {
    background: rgba(215,23,47,.9);
    color:  #FFF;
    box-shadow: none;
    margin: 0;
    position: relative;
    text-align: center;
    z-index: 2;
    padding: 50px;
}

.static-banner .cta_content .pre-title {
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.34375rem;
    margin: 0 0 1.75rem;
    text-transform: uppercase;
    font-weight: 500;
}

.static-banner .cta_content h1 {
    font-size: 3.125rem;
    line-height: 3.4375rem;
    letter-spacing: -0.069375rem;
    margin: 0 0 1.5625rem;
    padding: 0;
    font-weight: 400;
}


/******************* Main Banner *******************/


/******************* Footer *******************/
footer {
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

footer .footer-top {
    padding: 22px 0;
    background-color: #000;
    color: #fff;
}

footer .footer-top a {
    color: #fff;
    text-decoration: none;
}

footer .footer-top a:hover {
    text-decoration: underline;
}

footer ul {
    display: flex;
    flex-direction: row;
}

.external-sites {
    font-size: 1rem;
    line-height: 1;
}

.external-sites li {
    margin: 0;
}

.external-sites a {
    font-weight: 400;
}

.external-sites a:after {
    content: "";
    color: #d7172f;
    display: inline-block;
    font-family: "Font Awesome 5 Free",sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    margin-left: 0.5rem;
    transform: rotate(-45deg);
}

ul.social-media-icons {
    margin: 0;
}

ul.social-media-icons li {
    font-size: 1.1875rem;
    line-height: 1;
    margin: 0 0 0 25px;
}

ul.social-media-icons li:first-child{
    margin-left: 0;
}

ul.social-media-icons a:hover {
    color: #d7172f;
    text-decoration: none;
}

footer .footer-bottom {
    padding: 13px 0;
    background-color: #2c2c2c;
    color: #fff;
}

.copyright {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    display: flex;
    flex-direction: row;
}

.copyright-info {
    opacity: .75;
    margin: 0 40px 0 0;
}

.copyright-menu li {
    margin: 0 40px 0 0;
}

.copyright-menu a {
    font-weight: 400;
    text-decoration: underline;
    opacity: .75;
    color: #fff;
}

.copyright-menu a:hover {
    opacity: 1;
    text-decoration: none;
}

.footer-top_left {
    max-width: 85%;
}
/******************* Footer *******************/


/******************* Content *******************/
.text_content {color:#333; line-height:1.25em;}
.text_content h2 {font-size:1.75em; font-weight:bold; text-transform:uppercase; margin:0 0 20px;  }

.text_content h3 {font-size:1.5em; font-weight:normal; text-transform:uppercase; margin:20px 0; color:#cb333b;  }

.text_content p {margin: 0 0 25px; text-align: justify;}

.text_content ul {list-style: square; margin: 15px 0 25px 35px;}
.text_content ul > li {margin:0 0 20px;}

.text_content ol {list-style: decimal; margin: 15px 0 25px 35px;}
.text_content ol > li {margin:0 0 20px;}

.text_content figure {width: 280px; float: right; margin:0 0 15px 20px;}
.text_content figure img {max-width: 100%; height: auto;}
.text_content figure figcaption {font-size: 0.875em; color: #888;}

.text_content table.tbl_style {margin:20px 0 30px 0; border-spacing: 4px 0; border-collapse: separate;}
.text_content table.tbl_style td {padding: 5px 10px;}
/*.text_content table.tbl_style tr td:nth-child(1) {width: 30%; }
.text_content table.tbl_style tr td:nth-child(2) {width: 70%; }*/
.text_content table.tbl_style thead td {background-color: #cb333b; color: #fff; font-weight:bold;}
.text_content table.tbl_style tbody tr:nth-child(even) td {background-color: #f2f2f2; }

/******************* Content *******************/



/******************* Form Style *******************/
#main_content .mktoForm .mktoButtonWrap.mktoThoughtbot .mktoButton {transition:color .3s ease-out;border-radius:0;box-shadow:none;background:#d7172f;border:0;bottom:auto;box-sizing:border-box;clip:auto;float:none;font-family:inherit;height:auto;left:auto;list-style-type:none;min-height:auto;max-height:none;min-width:auto;max-width:none;opacity:1;outline:0;pointer-events:auto;right:auto;text-indent:0;text-transform:none;transform:none;top:auto;visibility:inherit;width:auto;word-wrap:break-word;white-space:normal;border:none;box-shadow:0 5px 10px 0 rgb(0 0 0 / 15%);color:#fff;display:inline-block;font-weight:900;letter-spacing:normal;overflow:hidden;position:relative;text-align:center;text-decoration:none;vertical-align:middle;z-index:1;font-size:1rem;line-height:1.25rem;padding:13px 18px;margin:0}

#main_content .mktoForm .mktoButtonWrap.mktoThoughtbot .mktoButton:before{content:"";position:absolute;z-index:-1;background-color:#c0152a;top:0;left:0;bottom:0;right:-1px;transform:scaleX(0);transform-origin:0 50%;transition:transform .2s ease-out}

#main_content .mktoForm .mktoButtonWrap.mktoThoughtbot .mktoButton:after{content:"›";display:inline-block;margin-left:5px}

#main_content .mktoForm .mktoButtonWrap.mktoThoughtbot .mktoButton i{font-size:.875rem;margin-right:7px}

#main_content .mktoForm .mktoButtonWrap.mktoThoughtbot .mktoButton:hover{color:#fff;cursor:pointer;text-decoration:none}

#main_content .mktoForm .mktoButtonWrap.mktoThoughtbot .mktoButton:hover:before{transform:scaleX(1)} 

/******************* Form Style *******************/


/*************************************************/
/*
/*    min-width: 1200px
/*
/***************************************************/
@media screen and (min-width: 1200px) {


}

/*************************************************/
/*
/*    max-width: 1200px
/*
/***************************************************/

@media screen and (max-width: 1200px) {


}

/*************************************************/
/*
/*    (max-width: 992px
/*
/***************************************************/

@media screen and (max-width: 992px) {

    .company_logo {padding: 25px 0;}
    footer ul { flex-direction: column; justify-content: center;}
    footer ul li {text-align: center;}
    .copyright { flex-direction: column; justify-content: center;}
    ul.social-media-icons { flex-direction: row; justify-content: center;}
    .copyright-info { text-align: center; margin: 0;}
    .copyright-menu li {margin: 0;}

    .footer-top_left {max-width: 100%;}

 
}

/*************************************************/
/*
/*    max-width: 768px
/*
/***************************************************/

@media screen and (max-width: 767px) {
    #main_content .mktoForm .mktoButtonRow{text-align:center!important;padding-bottom:30px!important} 
    .left_col {order: 2;} 
    .right_col{order: 1;}

    .static-banner .cta_content h1 { font-size: 2rem; line-height: 2.25rem;}

}


/*************************************************/
/*
/*    max-width: 576px
/*
/***************************************************/

@media screen and (max-width: 575px) {
    .mktoForm .mktoFormRow {flex-wrap: wrap;} 
    .mktoForm .mktoFormCol:nth-child(2) {padding-left: 0;} 

    .static-banner {padding: 50px 0;}
    .static-banner .cta_content {padding: 30px;}
    .static-banner .cta_content .pre-title {letter-spacing: 0.2rem; font-size: 0.875rem; line-height: 1rem;}
    .static-banner .cta_content h1 { font-size: 1.5rem; line-height: 1.75rem;}


}
