/*
	Theme Name: GAWNP
	Theme URI: http://example.com
	Description: GawNP Industrial
	Version: 1.0.0
	Author: Polaris Pham
	Tags: Blank, HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

 @charset "utf-8";
/* # reset
 ---------------------------------------------------------------------------- */
html {
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, li, table, th, td, form, address, pre, caption, cite, code, dfn, var {
    font-size: 100%;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
img {
    border: 0;
    vertical-align: bottom;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
ol, ul {
    list-style: none;
}
body {
    background: #fff;
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    font-weight: 400;
    font-style: normal;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
/* # style
 ---------------------------------------------------------------------------- */
.navbar .row {
    width: 100%;
}
.logo {
    padding: 0;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: calc(50% - 130px);
}
.logo img {
    width: 300px;
}
.nar-inside .logo {
    left: calc(50% - 110px);
}
.nar-inside .logo img {
    width: 180px;
    margin-top: 15px;
}
.logo a {
    margin: 0!important;
    padding: 0!important;
}
.collapse.navbar-collapse {
    display: block!important;
    width: 100%;
}
.fixHeader .logo {
    top: 0;
}
#BB-nav.affix .logo {
}
#BB-nav.affix .logo img {
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background: none;
}
.navbar-nav>li>.dropdown-menu {
    background: #dcae44;
}
#BB-nav.affix {
    position: fixed;
    top: 0px;
    -webkit-transition: top 1s ease-in;
    transition: top 1s ease-out;
}
#BB-nav {
    width: 100%;
    background-color: #fff;
    z-index: 999;
    margin: 0;
    padding: 15px 0 0 0;
}
.navbar-default {
    background: #fff;
    border: none;
    border-radius: 0;
    margin: 0;
    padding-bottom: 0;
}
.nav_inner {
    position: relative;
}
.menu {
    width: auto;
    text-align: center;
    padding: 5px 0 0 0;
}
.fixHeader .menu li a {
    color: #000;
}
.fixHeader .menu li a.active, .fixHeader .menu li a:hover {
    color: #9B1E28;
}
.fixHeader .h-search {
    padding-top: 0;
}
.menu li {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 0 0 30px;
}
.menu li:nth-child(3) {
    margin-right: 350px !important;
}

.nar-inside .menu {
    padding: 20px 0 0 0;
}
.nar-inside .menu li {
    margin-left: 25px;
    padding: 0;
    padding: 10px 0px 20px 0px;
}
.nar-inside .menu li:nth-child(2) {
    margin-right: 0;
}
.nar-inside .menu li:nth-child(4) {
    margin-right: 219px;
}
.nar-inside .menu li:nth-child(1) {
    margin-left: 0;
}
.fixHeader #menuhome li a {
    color: #000;
}
#menuhome li a {
    color: #fff;
}
#menuhome li a:hover {
    color: #9B1E28;
}
.menu li a {
    display: block;
    box-sizing: border-box;
    padding: 0 0 0 0;
    border-radius: 0px;
    vertical-align: top;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}
.nar-inside .menu li a {
    color: rgba(0, 0, 0, 1);
}
.nar-inside .menu li span.arrow {
    display: none;
}
.menu li a:hover, .menu li.current_page_item {
    color: #9B1E28;
}
.menu li.active a, .menu li.current_page_item a {
    text-decoration: none;
    font-weight: bold;
    color: #9B1E28;
}
.menu li.sub {
    background: url(images/menu-arrow.png) no-repeat right 8px;
    padding-right: 15px;
}
.fixHeader {
    background: #adab67;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.nar-home.fixHeader {
    background: #fff!important;
    padding: 10px 0!important;
    min-height: 79px;
}
.nar-inside.fixHeader {
    background: #fff!important;
    padding: 10px 0 0!important;
}
.fixHeader .menu .menu-sub {
    top: 45px;
}
.fixHeader .menu .menu-sub li {
    padding: 12px 0px;
}
.fixHeader .menu .menu-sub li a {
    color: #000;
}
.fixHeader .menu .menu-sub li a:hover {
    color: #c0972d;
}
.menu li .menu-sub {
    position: absolute;
    left: 0px;
    top: 55px;
    background-color: #fff;
    width: 200px;
    box-sizing: border-box;
    padding: 0 8px;
    display: none;/*
     -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
     -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
     box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25); */
}
.menu li:hover .menu-sub {
    display: block;
}
.menu li .menu-sub li {
    text-align: center;
    width: 100%;
    padding: 12px 0;
    margin: 0;
    border-bottom: 1px solid #c9c9c9;
    font-weight: 100
}
.menu li .menu-sub li:hover {
    background: none;
}
.menu li .menu-sub li:last-child {
    border: none;
}
.menu li .menu-sub li a {
    font-weight: 700;
    text-transform: none !important;
    color: #000;
    display: inline-block;
    padding: 0;
    border: none;
}
.menu li .menu-sub li a:hover {
    font-weight: 700;
    border: none;
    color: #c0972d;
}
.h-block {
    padding: 10px 0;
}
.h-block.h-block-home {
    position: fixed;
    width: 100%;
}
.fixHeader.h-block-home {
    position: inherit;
}
.h-block.h-block-inside {
    position: fixed;
    width: 100%;
    background: #fff;
}
.fixHeader.h-block-inside {
    position: inherit;
}
.language {
    float: right;
    color: #a5a5a5;
}
.language ul li {
    float: left;
    margin-right: 20px;
}
.language ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
}
.h-block-inside .language ul li a {
    color: #000;
}
.language ul li a.active, .language ul li a:hover {
    font-weight: bold;
}
.h-search {
    float: right;
    position: relative;
    padding-top: 1px;
    margin-right: 33px;
}
.h-search a {
    display: inline-block;
    background: url("images/menu-search.png") no-repeat 0 0;
    background-size: 100%;
    width: 16px;
    height: 16px;
    text-decoration: none;
}
.h-block-inside .h-search a {
    background: url("images/menu-search-b.png") no-repeat 0 0;
}
.h-s-inner {
    position: absolute;
    right: 0;
    top: 15px;
    background: #fff;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    display: none;
}
.h-search:hover .h-s-inner {
    display: block;
}
.fixHeader .h-s-inner {
    top: 32px;
}
.h-s-inner input {
    border: 1px solid #c9c9c9;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    color: #181818;
    font-style: italic;
    outline: none;
    width: 250px;
    padding: 0 10px;
}
.nar-home {
    background: none!important;
    position: fixed;
    top: 45px;
    padding: 0!important;
}
.nar-home.fixHeader {
    top: 0;
}
.nar-inside {
    background: #fff!important;
    position: fixed;
    top: 0;
    padding: 0 0 0 0!important;
    min-height: 94px;
}
.nar-inside.fixHeader {
    top: 0;
}
.home-slider {
    background: #F9F9FA;
    padding: 50px 0;
}
.home-slider h2 {
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    color: #000000;
    padding-top: 18px;
}
.home-banner {
    background-size: cover!important;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-box-right li:nth-child(2) span.wpcf7-not-valid-tip, .contact-box-right li:nth-child(3) span.wpcf7-not-valid-tip, .contact-box-right li:nth-child(4) span.wpcf7-not-valid-tip, .contact-box-right li:nth-child(5) span.wpcf7-not-valid-tip {
    display: none !important;
}
.home-slider-inner {
    margin-top: 50px;
    position: relative;
}
.home-slider-item {
    text-align: left;
}
.home-slider-item a {
    display: block;
}
.mobile_news {
    display: none;
}
.desktop_news {
    display: flex;
}

@media (min-width: 1024px) {
.home-slider-item a img {
    width: 297px !important;
    
}
.footer-line {
    margin-top: 20px;
}
}
.notred {
    color: #000 !important;
}
.home-slider-item a span {
    display: inline-block;
    margin-top: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 29px;
    color: #000000;
}
.home-slider-inner .owl-dots {
    display: none;
}
.home-slider-inner .owl-next {
    text-indent: -9999px;
    background: url("images/btn-next.png") no-repeat 0 0!important;
    display: block;
    height: 64px;
    width: 65px;
    outline: none;
    position: absolute;
    right: -85px;
    top: calc(50% - 40px);
}
.home-slider-inner .owl-prev {
    text-indent: -9999px;
    background: url("images/btn-back.png") no-repeat 0 0!important;
    display: block;
    height: 64px;
    width: 65px;
    outline: none;
    position: absolute;
    left: -85px;
    top: calc(50% - 40px);
}
.home-banner-box {
}
.home-banner-box h2 {
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 72px;
    line-height: 87px;
    color: #FFFFFF;
    text-align: center;
}
.home-banner-box p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    max-width: 925px;
    margin: 30px auto 0;
    padding: 0 15px;
}
#more {
    display: none;
}
.scrollbar {
    background-color: #fff;
    float: left;
    height: 440px;
    overflow-y: scroll;
}
.force-overflow {
    min-height: 450px;
    padding-right: 10px;
}

/**  STYLE 3 */
#style-3::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
}
 #style-3::-webkit-scrollbar {
 width: 6px;
 background-color: #F5F5F5;
}
 #style-3::-webkit-scrollbar-thumb {
 background-color: #9B1E28;
}
.home-passion {
    padding: 30px 0;
}
.home-passion-img {
    float: left;
    width: 50%;
}
.home-passion-img img {
    width: 100%;
}
.home-passion-info {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding: 50px 30px;
}
.home-passion-info_inner {
    max-width: 655px;
}
.home-passion-info_inner h2 {
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    color: #000000;
}
.passion-txt {
    margin-top: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #000;
    text-align: justify;
}
.passion-btn {
    margin-top: 50px;
}
.passion-btn a {
    display: inline-block;
    padding: 0 25px;
    background: #9B1E28;
    line-height: 50px;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}
.passion-btn a:hover {
    background: #000;
}
#service-home {
    margin-top: 100px;
    display: none !important;
}
#service-home h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
}
a.readmore {
    display: inline-block;
    padding: 0 25px;
    background: #9B1E28;
    line-height: 50px;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    margin: 0px auto;
}
a.readmore:hover {
    background: #000;
}
#map {
    height: 100%;
}
.service-full-step {
    background: url("images/bg-full-step.png") no-repeat right 0;
    position: relative;
    min-height: 730px;
    margin-top: 70px;
}
.service-full-step-img {
    text-align: center;
}
.service-full-step-img img {
    background: #fff;
    padding: 5px;
    border-radius: 50%;
}
.service-full-step h3 {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 29px;
    color: #000000;
    margin-top: 5px;
    padding-bottom: 5px;
}
.service-full-step p {
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.service-full-step p.note {
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #ED171F;
}
.service-full-step ul {
    padding-left: 15px;
}
.service-full-step ul li {
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    list-style: disc;
}
.service-full-step1 {
    position: absolute;
    left: 0;
    top: -20px;
    width: 200px;
}
.service-full-step1 .service-full-step-img {
    text-align: left;
}
.service-full-step1 h3 {
    text-align: left;
    padding-left: 45px;
}
.service-full-step2 {
    position: absolute;
    left: 223px;
    top: -20px;
    width: 400px;
}
.service-full-step2 p {
    padding-left: 30px;
}
.service-full-step3 {
    position: absolute;
    right: 113px;
    top: -20px;
    width: 305px;
}
.service-full-step4 {
    position: absolute;
    right: 170px;
    top: 400px;
    width: 195px;
}
.service-full-step4 p {
    text-align: center;
}
.service-full-step5 {
    position: absolute;
    left: 300px;
    top: 400px;
    width: 305px;
}
.service-full-step6 {
    position: absolute;
    left: 0;
    top: 400px;
    width: 280px;
}
.service-full-step6 .service-full-step-img {
    text-align: left;
}
.service-full-step6 h3 {
    text-align: left;
    padding-left: 12px;
}
.service-full-step6 ul li, .service-full-step6 p {
    text-align: left;
}

@media (max-width: 1200px) {
.service-full-step {
    background: none;
    position: inherit;
    min-height: inherit;
    margin-top: 20px;
    padding-bottom: 50px;
}
.service-full-step1, .service-full-step2, .service-full-step3, .service-full-step4, .service-full-step5, .service-full-step6 {
    position: inherit;
    left: inherit;
    right: inherit;
    top: inherit;
    margin-top: 30px;
    float: left;
    width: 31%;
    margin-right: 3.5%;
}
.service-full-step3, .service-full-step6 {
    margin-right: 0;
}
.service-full-step1 .service-full-step-img {
    text-align: center;
}
.service-full-step1 h3 {
    text-align: center;
    padding-left: 0;
}
.service-full-step6 .service-full-step-img {
    text-align: center;
}
.service-full-step6 h3 {
    text-align: center;
    padding-left: 0;
}
.service-full-step2 p {
    padding-left: 0;
}
}

@media (max-width: 767px) {
.service-full-step1, .service-full-step2, .service-full-step3, .service-full-step4, .service-full-step5, .service-full-step6 {
    position: inherit;
    left: inherit;
    right: inherit;
    top: inherit;
    margin-top: 30px;
    float: none;
    width: 100%;
    margin-right: 0%;
}
}
.home-contact {
    padding: 50px 0;
}
.home-contact h2 {
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    color: #000000;
    padding-top: 5px;
}
.contact-form {
    margin-top: 20px;
    max-width: 900px;
}
.contact-item {
    margin-top: 20px;
}
.contact-line-2cols .contact-item {
    float: left;
    width: 48%;
}
.contact-line-2cols .contact-item:last-child {
    float: right;
    width: 48%;
}
.contact-item input {
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0 10px;
    background: #EAEAEA;
    line-height: 50px;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #212121;
}
.contact-item textarea {
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 10px;
    background: #EAEAEA;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #212121;
    line-height: normal;
    height: 130px;
    overflow: auto;
    resize: none;
}
.contact-item button, .contact-item .wpcf7-submit {
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0 20px;
    background: #9B1E28;
    line-height: 50px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}
.contact-item button:hover, .contact-item .wpcf7-submit:hover {
    background: #000000;
}
.contact-item .wpcf7-submit {
    width: auto !important;
}
div.wpcf7-mail-sent-ok {
    padding: 20px 20px !important;
    margin: 10px auto !important;
}
div.wpcf7-validation-errors {
    border: 2px solid #ff0000 !important;
    padding: 20px 20px !important;
    margin: 10px auto !important;
}
.footer {
    background: #DADADA;
    padding: 0px 0 30px 0;
}
.footer-logo {
    text-align: center;
}
.footer-line {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    padding-top: 15px;
}
.footer-line:last-child {
    border: none;
    padding: 0;
}
.footer-nav {
    float: left;
}
.footer-nav li {
    float: left;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
.footer-nav li a {
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
.footer-nav li.active a, .footer-nav li.current_page_item a {
    color: #9B1E28;
}
.footer-nav li.active a, .footer-nav li.notred.current_page_item a {
    color: #000 !important;
}
.footer-contact {
    float: right;
}
.footer-contact span {
    display: inline-block;
    margin-left: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
.footer-contact span img {
    display: inline-block;
    margin-right: 5px;
}
.footer-contact span a {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    display: inline-block;
}
.footer-location {
    margin-top: 15px;
    float: left;
    width: 50%;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    box-sizing: border-box;
    background: url("images/ico-f-location.png") no-repeat 0 0;
    padding-left: 25px;
}
.copyright {
    float: right;
    width: 50%;
    text-align: right;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
    color: #000000;
}
.scrolltop {
    position: fixed;
    right: 20px;
    bottom: 120px;
}
.scrolltop img {
    width: 40px;
}
.scrolltop a {
    display: none;
}
.f-social {
    text-align: right;
    margin-top: 50px;
}
.f-social li {
    display: inline-block;
    margin-left: 5px;
}
.footer-inner .footer-line {
    padding-top: 10px;
}
.inside-banner {
    background-size: cover!important;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inside-banner-box {
}
.inside-banner-box h2 {
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    max-width: 616px;
}
.inside-banner-box p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    max-width: 651px;
    margin: 30px auto 0;
}
.inside-slider {
    background: #fff;
    padding: 50px 11.3% 50px;
}
.inside-slider h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
}
.inside-slider-inner {
    margin-top: 20px;
    position: relative;
}
.inside-slider-item {
    text-align: center;
}
.inside-slider-item a {
    display: block;
}
.inside-slider-item a img {
    width: 100%;
}
.inside-slider-item a span {
    display: inline-block;
    margin-top: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
    padding: 0 0px 5px;
}
.inside-slider-inner .owl-dots {
    display: none;
}
.inside-slider-inner .owl-next {
    text-indent: -9999px;
    background: url("images/btn-next.png") no-repeat 0 0!important;
    display: block;
    height: 64px;
    width: 65px;
    outline: none;
    position: absolute;
    right: -85px;
    top: calc(50% - 40px);
}
.inside-slider-inner .owl-prev {
    text-indent: -9999px;
    background: url("images/btn-back.png") no-repeat 0 0!important;
    display: block;
    height: 64px;
    width: 65px;
    outline: none;
    position: absolute;
    left: -85px;
    top: calc(50% - 40px);
}
#response .inside-slider-item {
/* max-width: 300px; */
}
.select-indus {
    margin-top: 40px;
}
.select-indus-item {
    float: left;
    margin-right: 30px;
}
#btnfilter, .filter {
    width: 154px;
    height: 40px;
    background-color: #9B1E28;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    border: solid 0px#9B1E28;
    cursor: pointer;
}
#btnfilter:hover, .filter:hover {
    background-color: #9B1E28;
}
.pt-cv-wrapper {
    width: 100%;
}
.select-indus-item:last-child {
    margin-right: 0;
}
.select-indus-item .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.select-indus-item .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #000;
    width: 270px;
    height: 40px;
    font-style: normal;
    font-weight: normal;
}
.select-indus-item .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #F2F5F8;
    padding: 10px 10px 10px 5px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.select-indus-item .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #111 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}
.select-indus-item .select-styled:hover {
    background-color: #F2F5F8;
}
.select-indus-item .select-styled:active, .select-indus-item .select-styled.active {
    background-color: #F2F5F8;
}
.select-indus-item .select-styled:active:after, .select-indus-item .select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #111 transparent;
}
.select-indus-item .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #F2F5F8;
}
.select-indus-item .select-options li {
    margin: 0 10px;
    padding: 12px 0;
    border-top: 1px solid #ccc;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.select-indus-item .select-options li:hover {
    color: #c0392b;
    background: #fff;
}
.select-indus-item .select-options li[rel="hide"] {
    display: none;
}
.find-location {
    background: #EAEAEA;
}
.find-location .find-location-left {
    float: left;
    width: 67%;
    height: 590px;
}
.find-location .find-location-left .map {
    /*  background: url("images/map.png") no-repeat center center;
     background-size: cover; */
    height: 620px;
}
.find-location .find-location-right {
    float: right;
    width: 33%;
    height: 590px;
    overflow-y: scroll;
}
.find-location .find-location-right h2 {
    background: #9B1E28;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    padding: 20px 0;
}
.find-location .find-location-right ul {
    padding: 20px 50px 0;
}
.find-location .find-location-right ul li {
    background: url("images/ico-location-red.png") no-repeat 0 0;
    padding-left: 30px;
    margin-bottom: 25px;
}
.find-location .find-location-right ul li h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #C03B45;
}
.find-location .find-location-right ul li h3 a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #C03B45;
}
.find-location .find-location-right ul li p {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #C03B45;
    margin-top: 5px;
}
.media {
    padding: 50px 0;
}
.media h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 29px;
    color: #000000;
}
.media-img {
    margin-top: 30px;
}
.media-img img {
    width: 100%;
}
.media-news {
    margin-top: 30px;
}
.sulution-info h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #000;
}
.media-news h2 a {
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 95%;
    text-decoration: none;
    color: #000;
    font-family: 'Cormorant Garamond', serif;
}
.media-txt {
    margin-top: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    color: #000000;
}
.media-news p {
    margin-top: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    color: #000000;
}
.media-btn {
    margin-top: 30px;
}
.media-btn a {
    display: inline-block;
    padding: 0 30px;
    background: #9B1E28;
    line-height: 50px;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}
.media-btn a:hover {
    background: #000;
}
.media-slide {
    margin-top: 30px;
    position: relative;
}
.media-slide-item p img {
    width: 100%;
}
.media-slide-item h3 {
    text-align: center;
    margin-top: 10px;
    padding: 0 10px;
}
.media-slide-item h3 a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 95%;
    color: #000000;
}
.media-slide-item h3 a:hover {
    text-decoration: none;
    color: #9B1E28;
}
.owl-carousel-media .owl-next span {
    text-indent: -9999px;
    background: url("images/btn-next.png") no-repeat 0 0;
    height: 40px;
    width: 40px;
    background-size: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 55px);
}
.owl-carousel-media .owl-prev span {
    text-indent: -9999px;
    background: url("images/btn-back.png") no-repeat 0 0;
    height: 40px;
    width: 40px;
    background-size: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 55px);
}
.sulution {
    padding: 30px 0;
}
.sulution-img {
    text-align: center;
}
.sulution-img img {
    max-width: 90%;
}
input {
    border-radius: 0;
}
input[type="search"] {
    -webkit-appearance: none;
}
/*
 .sulution-info h3 {
     font-style: normal;
     font-weight: bold;
     font-size: 36px;
     line-height: 44px;
     color: #000000;
 } */

.sulution-info h2 {
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 96px;
    line-height: 92px;
    letter-spacing: 0.005em;
    color: #000;
    margin-top: 20px;
}
.sulution-txt {
    margin-top: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    text-align: justify;
}
.sulution-info p {
    margin-top: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.sulution-btn {
    margin-top: 30px;
}
.sulution-btn a {
    display: inline-block;
    padding: 0 40px;
    background: #9B1E28;
    line-height: 40px;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}
.sulution-btn a:hover {
    background: #000;
}
.commercial {
    padding: 50px 0;
    display: none !important;
}
.commercial h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
}
.commercial ul {
    padding: 20px 0 0 75px;
}
.commercial ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #4E4E4E;
    list-style: disc;
    margin-top: 15px;
}
.service h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
.service-step {
    background: url("images/bg-step.png") no-repeat right 0;
    position: relative;
    min-height: 730px;
    margin-top: 70px;
}
.service-step-img {
    text-align: center;
}
.service-step-img img {
    background: #fff;
    padding: 5px;
    border-radius: 50%;
}
.service-step h3 {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 29px;
    color: #000000;
    margin-top: 5px;
    padding-bottom: 5px;
}
.service-step p {
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.service-step p.note {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #9B1E28;
}
.service-step ul {
    padding-left: 15px;
}
.service-step ul li {
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    list-style: disc;
}
.service-step1 {
    position: absolute;
    left: 0;
    top: -20px;
    width: 200px;
}
.service-step1 .service-step-img {
    text-align: left;
}
.service-step1 h3 {
    text-align: left;
    padding-left: 45px;
}
.service-step2 {
    position: absolute;
    left: 90px;
    top: 23px;
    width: 400px;
}
.service-step2 p {
    padding-left: 30px;
}
.service-step3 {
    position: absolute;
    right: 258px;
    top: 23px;
    width: 305px;
}
.service-step4 {
    position: absolute;
    right: 135px;
    top: 400px;
    width: 195px;
}
.service-step4 p {
    text-align: center;
}
.service-step5 {
    position: absolute;
    left: 325px;
    top: 400px;
    width: 305px;
}
.service-step6 {
    position: absolute;
    left: 0;
    top: 400px;
    width: 280px;
}
.service-step6 .service-step-img {
    text-align: left;
}
.service-step6 h3 {
    text-align: left;
    padding-left: 12px;
}
.service-step6 ul li, .service-step6 p {
    text-align: left;
}
.chat {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 100;
}
.chat img {
    width: 60px;
}
.commercial_term {
    padding: 50px 0;
}
.commercial_term_line {
    margin-top: 75px;
}
.commercial_term h2 {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
.commercial_term_lst .commercial_term_line {
    margin-top: 50px;
}
.commercial_term_img {
    text-align: center;
}
.commercial_term_img img {
    max-width: 100%;
}
.commercial_term_info {
    text-align: center;
}
.commercial_term_info h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 44px;
    color: #000;
    text-decoration: none;
}
.commercial_term_info h3 a:hover {
    color: #000000;
}
.commercial_term_info p {
    margin-top: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.commercial_term_lst .commercial_term_line:nth-child(2n) .commercial_term_img {
    float: right;
}
.commercial_term_lst .commercial_term_line:nth-child(2n) .commercial_term_info {
    float: left;
    text-align: right;
}
.investment_guide {
    padding: 50px 0;
}
.investment_guide_lst .investment_guide_line {
    margin-top: 75px;
}
.investment_guide_img {
    float: right;
    width: 41.6%;
}
.investment_guide_img img {
    width: 100%;
}
.investment_guide_info {
    float: left;
    width: 55.3%;
}
.investment_guide_info h2 {
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px;
}
.investment_guide_info h3 a {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #9B1E28;
    text-decoration: none;
}
.investment_guide_info h3 a:hover {
    color: #000000;
}
.investment_guide_info p {
    margin-top: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    color: #000000;
    text-align: justify;
}
.investment_guide_lst .investment_guide_line:nth-child(2n) .investment_guide_img {
    float: left;
}
.investment_guide_lst .investment_guide_line:nth-child(2n) .investment_guide_info {
    float: right;
}
.investment_guide_info p.investment_guide_btn {
    margin-top: 20px;
}
.investment_guide_info p.investment_guide_btn a {
    display: inline-block;
    padding: 0 25px;
    background: #9B1E28;
    line-height: 50px;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}
.investment_guide_info p.investment_guide_btn a:hover {
    background: #000;
}

@media (max-width: 1200px) {
/*.menu li {*/
/*    margin: 0 0 0 40px;*/
/*}*/
/*.menu li:nth-child(2) {*/
/*    margin-right: 300px;*/
/*}*/
.home-passion-info_inner h2 {
    font-size: 35px;
    line-height: 45px;
}
.nar-inside .logo {
    left: calc(50% - 50px);
}
.nar-inside .logo img {
    width: 100px;
}
.nar-inside .menu {
    padding: 5px 0 0 0;
}
.nar-inside .menu li {
    margin-left: 20px;
}
.nar-inside .menu li a {
    font-size: 14px;
}
.nar-inside .menu li:nth-child(4) {
    margin-right: 120px;
}
.inside-slider-item a span {
    font-size: 18px;
    line-height: 20px;
}
.find-location .find-location-left {
    width: 65%;
}
.find-location .find-location-right {
    float: right;
    width: 35%;
}
.find-location .find-location-right ul {
    padding: 50px 40px 0;
}
.media-news h2 a {
    font-size: 40px;
}
.media-txt {
    font-size: 14px;
}
.media-btn a {
    padding: 0 25px;
    line-height: 40px;
}
.sulution-info h2 {
    font-size: 65px;
    line-height: 68px;
}
.service-full-step {
    margin-top: 0;
    padding-bottom: 20px;
}
.service-step {
    background: none;
    position: inherit;
    min-height: inherit;
    margin-top: 20px;
    padding-bottom: 50px;
}
.service-step1, .service-step2, .service-step3, .service-step4, .service-step5, .service-step6 {
    position: inherit;
    left: inherit;
    right: inherit;
    top: inherit;
    margin-top: 30px;
    float: left;
    width: 31%;
    margin-right: 3.5%;
}
.service-step4 {
    min-height: 375px;
}
.service-step3, .service-step6 {
    margin-right: 0;
}
.service-step1 .service-step-img {
    text-align: center;
}
.service-step1 h3 {
    text-align: center;
    padding-left: 0;
}
.service-step6 .service-step-img {
    text-align: center;
}
.service-step6 h3 {
    text-align: center;
    padding-left: 0;
}
.service-step2 p {
    padding-left: 0;
}
.commercial_term_info p {
    font-size: 16px;
    line-height: 24px;
}
.commercial_term_info h3 {
    font-size: 30px;
    line-height: 34px;
}
.investment_guide_info p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
.investment_guide_info h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.investment_guide_info h3 a {
    font-size: 26px;
    line-height: 26px;
}
}

@media (max-width: 991px) {
.service-step4 {
    min-height: 425px;
}
.h-search a {
    background: url("images/menu-search-b.png") no-repeat 0 0;
    background-size: 100%;
}
.h-block.h-block-home {
    background: #fff;
    padding-bottom: 0;
}
.h-block.h-block-inside {
    background: #fff;
    padding-bottom: 0;
}
.language ul li a {
    color: #000;
}
.nar-home {
    background: #fff!important;
    top: 0px;
    height: 0;
    padding-bottom: 30px!important;
    padding-top: 5px!important;
}
.nar-inside {
    background: #fff!important;
    top: 0px;
    height: 0;
    padding-bottom: 45px!important;
    padding-top: 30px!important;
    min-height: inherit;
}
.collapse.navbar-collapse {
    width: 100%;
    float: none;
    clear: both;
}
.collapse.navbar-collapse .menu {
    display: none;
}
.collapse.navbar-collapse.show .menu {
    display: block;
}
.logo {
    left: calc(50% - 75px);
}
.logo img {
    width: 150px;
}
.navbar-toggler {
    position: absolute;
    left: 15px;
    top: 0;
    padding: 0;
    outline: none;
}
.navbar-toggler-icon {
    height: 25px;
    width: 25px;
    outline: none;
}
.navbar-light .navbar-toggler {
    color: rgba(255,255,255,0);
    border-color: rgba(255,255,255,0);
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    background: url("images/m-menu.png") no-repeat 0 0;
    background-size: 25px;
    outline: none;
}
.nar-home .container {
    background: #fff;
    max-width: inherit;
}
.nar-inside .container {
    background: #fff;
    max-width: inherit;
}
.collapse {
    clear: both;
}
#BB-nav {
    clear: both;
    padding: 10px 0;
}
#BB-nav .row {
    width: 100%;
    margin: 0;
}
#BB-nav .row .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}
.menu {
    clear: both;
    margin-left: 0;
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 45px;
    padding-left: 15px;
    background: #fff;
}
.fixHeader .menu {
    margin-top: 29px;
}
.menu li {
    float: none;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
    background: none;
    text-align: left;
}
.menu li a {
    padding: 8px 0;
    font-size: 14px;
    border: none;
    color: #000 !important;
}
.menu li a, .menu li a:hover, .menu li.active a {
    line-height: normal;
    height: auto;
    border: none;
}
.menu li .menu-sub {
    position: inherit;
    left: inherit;
    top: inherit;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    display: none;
}
.menu li.active, .menu li:hover, .menu li.current_page_item {
    background: none;
    color: #da4b2f;
}
.menu li .menu-sub li {
    padding: 3px 0;
    text-align: left;
    border: none;
}
.h-s-inner {
    position: absolute;
    right: -15px;
    top: 55px;
    background: #fff;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    display: none;
}
.nar-home.fixHeader {
    padding: 12px 0 30px!important;
}
.nar-inside.fixHeader {
    padding: 12px 0 30px!important;
}
.fixHeader .h-s-inner {
    top: 55px;
}
.fixHeader .h-search {
    top: -1px;
}
.fixHeader .menu li a {
    padding: 8px 0;
}
.home-slider h2 {
    font-size: 40px;
    line-height: 45px;
}
.inside-slider h2 {
    font-size: 30px;
    line-height: 35px;
}
.home-banner {
    min-height: 35vh;
    height: auto;
}
.home-banner-box h2 {
    font-size: 45px;
}
.home-banner-box p {
    font-size: 16px;
    line-height: 22px;
    margin: 15px auto 0;
}
.home-passion-info {
    padding: 30px;
}
.home-passion-info_inner h2 {
    font-size: 25px;
    line-height: 30px;
}
.passion-txt {
    margin-top: 10px;
}
.passion-btn {
    margin-top: 20px;
}
.footer {
    padding: 30px 0;
}
.footer-logo img {
    height: 25px;
}
.footer-line {
    padding-top: 0px;
}
.footer-contact {
    float: left;
    margin-top: 15px;
}
.footer-contact span {
    margin-left: 0;
    margin-right: 30px;
}
.copyright, .footer-location {
    float: none;
    width: 100%;
}
.copyright {
    text-align: center;
}
.footer-inner .footer-logo img {
    height: 55px;
}
.inside-banner {
    min-height: 35vh;
    height: auto;
}
.inside-banner-box h2 {
    font-size: 45px;
}
.inside-banner-box p {
    font-size: 16px;
    line-height: 22px;
    margin: 15px auto 0;
}
.h-search {
    margin-right: 0;
}
.nar-inside .logo {
    left: calc(50% - 35px);
    top: -16px;
}
.nar-inside .logo img {
    width: 80px;
}
.nar-inside .menu li:nth-child(1) {
    margin-left: 20px;
}
.find-location .find-location-left {
    width: 100%;
    float: none;
}
.find-location .find-location-left .map {
    height: 300px;
}
.find-location .find-location-right {
    width: 100%;
    float: none;
}
.find-location .find-location-right ul {
    padding: 30px 30px 0;
}
.find-location .find-location-right ul li {
    margin-bottom: 30px;
}
.find-location .find-location-right h2 {
    font-size: 20px;
    line-height: 25px;
    padding: 15px 0;
}
.media {
    padding: 30px 0;
}
.media-news h2 a {
    font-size: 30px;
}
.media-txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
}
.media-btn {
    margin-top: 15px;
}
.sulution-info h3 {
    font-size: 30px;
    line-height: 30px;
}
.sulution-info h2 {
    font-size: 50px;
    line-height: 50px;
    margin-top: 10px;
}
.sulution-txt {
    margin-top: 20px;
    font-size: 16px;
}
.commercial {
    padding: 30px 0;
}
.commercial h2 {
    font-size: 30px;
    line-height: 34px;
}
.commercial ul {
    padding: 10px 0 0 60px;
}
.commercial ul li {
    font-size: 22px;
    line-height: 26px;
    margin-top: 10px;
}
.service h2 {
    font-size: 30px;
    line-height: 34px;
}
.service-step {
    margin-top: 0;
    padding-bottom: 20px;
}
.inside-slider-inner .owl-next {
    background: url("images/btn-next.png") no-repeat 0 0!important;
    background-size: 40px!important;
    height: 40px;
    width: 40px;
    right: -55px;
    top: calc(50% - 40px);
}
.home-slider-inner .owl-prev {
    background: url("images/btn-back.png") no-repeat 0 0!important;
    background-size: 40px!important;
    height: 40px;
    width: 40px;
    left: -55px;
    top: calc(50% - 40px);
}
.home-slider-inner .owl-next {
    background: url("images/btn-next.png") no-repeat 0 0!important;
    background-size: 40px!important;
    height: 40px;
    width: 40px;
    right: -55px;
    top: calc(50% - 40px);
}
.inside-slider-inner .owl-prev {
    background: url("images/btn-back.png") no-repeat 0 0!important;
    background-size: 40px!important;
    height: 40px;
    width: 40px;
    left: -55px;
    top: calc(50% - 40px);
}
.commercial_term h2 {
    font-size: 30px;
    line-height: 34px;
}
.commercial_term_info p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
.commercial_term_info h3 {
    font-size: 24px;
    line-height: 30px;
    padding-top: 10px;
    text-align: center;
}
.investment_guide_info h3 a {
    font-size: 22px;
    line-height: 26px;
}
}

@media (max-width: 767px) {
.library_tab .nav li a {
    font-size: 16px !important;
}
.media_hub .inside-slider-inner {
    margin-top: 30px !important;
}
.mobile_news {
    display: block;
}
.desktop_news {
    display: none;
}
.find-location .find-location-right ul li h3 a {
    font-size: 16px;
}
.inside-banner {
    min-height: 47vh;
}
.sulution-info p, .media-news p {
    margin-top: 10px;
    font-size: 14px;
}
.wpcf7-form h3 {
    font-size: 20px !important;
}
.media h2, .media-news h2 a {
    font-size: 20px;
}
.find-location .find-location-right {
    height: 300px;
}
.menu {
    margin-top: 44px;
}
.fixHeader .menu {
    margin-top: 29px;
}
.menu li .sub-menu {
    top: 40px !important;
}
.menu.vi li {
    text-align: left !important;
    margin-top: 0;
}
.nar-inside .menu li .sub-menu li {
    margin-left: 0px;
}
.invest-guide-box h3 {
    font-size: 14px !important;
    margin: 0px auto !important;
    margin-left: 0px;
}
.commercial_term_info h3 {
    font-size: 14px !important;
}

.contact-box-left li input {
    width: 100% !important;
}
span.wpcf7-list-item {
    margin: 0 !important;
}
.inside-slider-item a span, .inside-slider-item p {
    font-size: 12px !important;
    line-height: 20px;
}
#ajax_load .inside-slider-item a span {
    font-size: 12px !important;
    line-height: 20px;
}
#init_load .inside-slider-item a span, #init_load .inside-slider-item p {
    font-size: 12px !important;
}
.find-location .find-location-left {
    height: 300px;
}
.indus-detail-locaiton table tr td strong, .find-location .find-location-right ul li h3, .detail-utility-table2 tr th, .overview-table tr th {
    font-size: 13px !important;
    line-height: 14px;
}
.indus-detail-locaiton table tr td, .find-location .find-location-right ul li p {
    font-size: 11px !important;
    line-height: 14px !important;
}
.detail-utility-table1 tr td, .detail-utility-table1 tr td p, .detail-utility-table2 tr td, .overview-table tr td {
    font-size: 11px !important;
}
input[type="date"] {
    display: block;
    /* Solution 1 */
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;/* Solution 2 *//* min-width: 96%; */
}
.dropdown dt a {
    background: url("images/ico-arrow-down-black.png") no-repeat 32px 6px;
    display: block;
    padding-right: 0;
    width: 40px;
    height: 16px;
}
.service-step4 {
    min-height: inherit;
}
.home-slider {
    background: #F9F9FA;
    padding: 30px 50px;
}
.home-slider h2 {
    font-size: 28px;
    line-height: 35px;
}
.home-slider-inner .owl-prev {
    background: url(images/btn-back.png) no-repeat 0 0!important;
    background-size: 30px!important;
    height: 30px;
    width: 30px;
    left: -40px;
    top: calc(50% - 40px);
}
.home-slider-inner .owl-next {
    background: url(images/btn-next.png) no-repeat 0 0!important;
    background-size: 30px!important;
    height: 30px;
    width: 30px;
    right: -40px;
    top: calc(50% - 40px);
}
.home-slider-inner {
    margin-top: 30px;
}
.home-banner-box h2 {
    font-size: 25px;
}
.home-banner-box p {
    display: none;
}
.home-passion-img {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}
.home-passion-info {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px 0;
}
.home-passion-info_inner {
    max-width: inherit;
}
.passion-btn a {
    line-height: 40px;
}
.home-contact {
    padding: 30px 0;
}
.contact-form {
    margin-top: 0;
}
.home-contact h2 {
    font-size: 35px;
    line-height: 30px;
}
.contact-line-2cols .contact-item, .contact-line-2cols .contact-item:last-child {
    float: none;
    width: 100%;
}
.contact-item input, .contact-item button {
    line-height: 40px;
}
.contact-item textarea {
    height: 100px;
}
.footer-nav li a {
    font-size: 12px;
}
.footer-nav.vi li a {
    font-size: 11px;
}
.footer-contact span {
    margin-right: 20px;
}
.footer-contact span a {
    font-size: 11px;
}
.footer-location {
    font-size: 11px;
    max-width: inherit;
}
.copyright {
    font-size: 11px;
}
.inside-banner-box h2 {
    font-size: 25px;
}
.inside-slider {
    background: #F9F9FA;
    padding: 30px 50px;
}
.inside-slider-inner .owl-prev {
    background: url(images/btn-back.png) no-repeat 0 0!important;
    background-size: 30px!important;
    height: 30px;
    width: 30px;
    left: -40px;
    top: calc(50% - 40px);
}
.inside-slider-inner .owl-next {
    background: url(images/btn-next.png) no-repeat 0 0!important;
    background-size: 30px!important;
    height: 30px;
    width: 30px;
    right: -40px;
    top: calc(50% - 40px);
}
.inside-slider h2 {
    font-size: 20px;
    line-height: 25px;
}
.inside-slider-inner {
    margin-top: 30px;
}
.select-indus {
    margin-top: 5px;
}
.select-indus-item {
    float: none;
    margin-right: 0;
    margin-top: 15px;
}
.select-indus-item .select {
    width: 250px;
}
.media-img {
    margin-top: 15px;
}
.media-news {
    margin-top: 15px;
}
.media-btn {
    text-align: center;
}
.sulution-info h3 {
    margin-top: 30px;
    font-size: 20px !important;
}
.sulution-info h2 {
    font-size: 24px;
    line-height: 40px;
    margin-top: 10px;
}
.sulution-txt {
    margin-top: 15px;
}
.sulution-btn {
    margin-top: 20px;
    text-align: center;
}
.commercial h2 {
    font-size: 24px;
    line-height: 30px;
}
.commercial ul {
    padding: 5px 0 0 35px;
}
.commercial ul li {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
}
.service h2 {
    font-size: 24px;
    line-height: 30px;
}
.service-step1, .service-step2, .service-step3, .service-step4, .service-step5, .service-step6 {
    position: inherit;
    left: inherit;
    right: inherit;
    top: inherit;
    margin-top: 30px;
    float: none;
    width: 100%;
    margin-right: 0%;
}
.commercial_term {
    padding: 30px 0;
}
.commercial_term h2 {
    font-size: 24px;
    line-height: 26px;
}
.commercial_term_lst .commercial_term_line {
    margin-top: 20px;
}
.commercial_term_info, .commercial_term_img {
    float: none;
    width: 100%;
}
.investment_guide {
    padding: 30px 0;
}
.investment_guide_info {
    margin-top: 15px;
}
.investment_guide_info, .investment_guide_img {
    float: none;
    width: 100%;
}
.investment_guide_info p.investment_guide_btn {
    text-align: center;
}
.investment_guide_lst .investment_guide_line {
    margin-top: 30px;
}
}

@media (max-width: 575px) {
.footer {
    padding: 15px 0px;
}
.f-social {
    margin-top: 15px;
}
.menu {
    margin-left: 0px;
}
}
/*========================== CSS New =======================*/

.privacy_content p {
    margin-bottom: 1.875rem;
    line-height: 28px;
    text-align: justify;
}
.privacy_content ul, .privacy_content ol {
    display: list-item;
    margin-left: 1rem;
    margin-bottom: 2rem;
}
.privacy_content ol li {
    list-style-type: decimal;
    line-height: 28px;
}
.privacy_content ul li {
    list-style-type: disc;
    line-height: 24px;
}
.sitemap_content ul {
    margin-top: 1rem;
    list-style-type: none;
}
.sitemap_content ul li a {
    color: #9B1E28;
    font-weight: bold;
}
.sitemap_content ul li {
    list-style-type: square;
    padding: 10px 0px;
    font-size: 24px;
}
.sitemap_content ul li ul {
    margin-left: 2rem;
}
.sitemap_content ul li ul li {
    padding: 5px 0px;
    list-style-type: disc;
    font-size: 18px;
}
.sitemap_content ul li ul li a {
    color: #000;
    font-weight: normal;
}
.indus-detail-locaiton table tr td {
    line-height: 24px;
    font-size: 18px;
}
#init_load .inside-slider-item, #ajax_load .inside-slider-item {
}
#init_load .inside-slider-item a span, #ajax_load .inside-slider-item a span {
    font-size: 20px;
}
#init_load .inside-slider-item p, #ajax_load .inside-slider-item p {
    font-size: 14px;
}
h2.industrial-mh {
    margin: 70px 0 30px;
    font-size: 24px;
    line-height: 29px;
}
.contact {
    padding: 50px 0;
}
.contact-address {
    background: #EAEAEA;
    margin-top: 50px;
    padding: 15px;
}
.contact-address-item {
    padding: 5px 0;
}
.contact-address-item h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 29px;
    color: #000000;
}
.contact-address-item h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #C03B45;
    background: url(images/ico-location-red.png) no-repeat 0 0;
    padding-left: 25px;
    margin-top: 15px;
}
.contact-address-item p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1em;
    color: #C03B45;
    margin-top: 10px;
    padding-left: 25px;
}
.contact-box {
}
.contact-box h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
}
.contact-box-left li {
    margin-top: 40px;
}
.contact-box-left li label {
    line-height: 24px;
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}
.contact-box-left li input {
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0;
    background: none;
    line-height: 35px;
    width: 90%;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #000;
}


 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #000;
 opacity: 1; /* Firefox */
}

  :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000;
}

  ::-ms-input-placeholder { /* Microsoft Edge */
 color: #000;
}
/*paper

  .paper-content {
    position: absolute;
    top: 30px; right: 0; bottom: 30px; left: 60px;
    background: linear-gradient(transparent, transparent 28px, #91D1D3 28px);
    background-size: 30px 30px;
}

.paper-content textarea {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    line-height: 30px;
    padding: 0 10px;
    border: 0;
    outline: 0;
    background: transparent;
    color: mediumblue;
    font-family: 'Handlee', cursive;
    font-weight: bold;
    font-size: 18px;
    box-sizing: border-box;
    z-index: 1;
} */



.contact-box-left li textarea {
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0;
    background: none;
    line-height: normal;
    width: 90%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #000;
    height: 100px;
    overflow: auto;
    resize: none;
}
.contact-box-right {
}
.contact-box-right li {
    margin-top: 20px;
}
.contact-box-right li label {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}
.wpcf7-list-item-label {

    font-size: 13px;
    color: #000000;
    font-weight: normal !important;
    min-width: 125px;
    margin-right: 10px;
}
.contact-box-right li span {
    display: inline-block;
    color: #000000;
    margin-left: 0;

}
.wpcf7-list-item.first {
    margin-left: 0px;
}
.single-post .nar-inside .menu li:nth-child(7) a {
    font-weight: bold;
    color: #9B1E28;
}
.single-post .nar-inside .menu li:nth-child(7) ul.sub-menu li a {
    color: #656565;
}
/* for label display */







.contact-box-right li input {
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0 10px;
    background: #EAEAEA;
    line-height: 40px;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000;
}
.contact-box-right li:last-child span{
	width: 100%;
}
.contact-box-right li input[type="text"] {
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0;
    background: none;
    line-height: 35px;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #000;
}
/* border: none;
     outline: none;
     box-sizing: border-box;
     padding: 0;
     background: none;
     line-height: 35px;
     width: 90%;
     font-style: normal;
     font-weight: normal;
     font-size: 14px;
     color: #000;
     border-bottom: 1px solid #000; */


.contact-box-right li .select {
    width: 100%;
    height: 40px;
    background: #EAEAEA;
    box-sizing: border-box;
}
.contact-box-right li .select-indus-item .select-styled {
    background: #EAEAEA;
    color: #4b4b4b;
    overflow: hidden;
    white-space: nowrap;
}
.contact-box-right li .select-indus-item .select-options {
    background: #EAEAEA;
    color: #4b4b4b;
}
.contact-box-right li .select-indus-item {
    float: none;
    width: 100%;
}
.contact-box-btn {
    text-align: center;
    margin-top: 50px;
}
.contact-box-btn button {
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0 40px;
    background: #9B1E28;
    line-height: 40px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}
.contact-box-btn button:hover {
    background: #000;
}
.select-indus-item.contact-box-pro {
    margin: 20px 0;
}
.select-indus-item.contact-box-pro li .select {
    width: 100%;
    max-width: 270px;
    height: 40px;
    background: #EAEAEA;
    box-sizing: border-box;
}
.contact-video {
    margin-bottom: 50px;
}
.contact-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact-video-mh {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 30px;
}
.contact-video img {
    width: 100%;
}
.about_achi {
    padding: 50px 0;
    display: none;
}
.about_achi h2 {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
}
.about_achi_item {
    margin-top: 40px;
}
.about_achi_item img {
    width: 100%;
}
.about_client {
    padding: 50px 0 0;
    display: none;
}
.about_client h2 {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
}
.about_client_item {
    margin-top: 30px;
}
.about_client_item img {
    width: 100%;
}
.about_team {
    padding: 50px 0 0;
    display: none;
}
.about_team h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
}
.about_team_item {
    text-align: center;
    margin-top: 30px;
}
.about_team_img img {
    width: 100%;
}
.about_team_item h3 {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    margin-top: 15px;
}
.about_structure {
    padding: 50px 0 0;
    display: none;
}
.about_structure h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
}
.about_structure_box {
    margin-top: 50px;
}
.about_structure_box img {
    width: 100%;
}
.about_mile {
    padding: 50px 0 0;
    display: none;
}
.about_mile h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
}
.about_mile_item {
    margin-top: 30px;
    background: #9B1E28;
    padding: 30px 15px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.about_mile_item span {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: normal;
    margin: 15px 0;
}
.about_choose {
    padding: 50px 0;
}
.about_choose_img img {
    width: 100%;
}
.about_choose_info {
}
.about_choose_info h3 a {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #9B1E28;
    text-decoration: none;
}
.about_choose_info h3 a:hover {
    color: #000;
}
.about_choose_info h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #000;
    text-decoration: none;
}
/*
.pt-cv-ifield a img:hover {
    transform: scale(1.25);
}

.pt-cv-ifield a img {
    transform: scale(1);
    transition: all 0.4s ease-in-out;
} */
/*
.lightbox  {
    transform: scale(1);
    transition: all 0.4s ease-in-out;
}

.lightbox:hover  {
    transform: scale(1.25);
} */

.lb-container > img {
    transform: scale(1);
    transition: all 0.4s ease-in-out;
}
.about_choose_info p {
    margin-top: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    text-align: justify;
}
.about_vision_img img {
    width: 100%
}
.about_vision_tab .nav {
    display: flex;
    justify-content: space-between;
}
.about_vision_tab .nav li a {
    margin-top: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #4b4b4b;
    text-decoration: none;
}
.about_vision_tab .nav li a.active {
    font-weight: bold;
    color: #000;
}
.about_vision_tab .tab-content {
    margin-top: 50px;
}
.about_vision_tab .tab-content div {
    margin-top: 15px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
}
.about_vision_tab .tab-content div p a {
    display: inline-block;
    padding: 0 30px;
    background: #9B1E28;
    line-height: 40px;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    margin-top: 30px;
}
.about_vision_tab .tab-content div p a:hover {
    background: #000;
}
#core div ul, .investment_guide_info ul {
    margin-left: 20px;
}
#core div ul li, .investment_guide_info ul li {
    list-style-type: circle;
    padding: 3px 0px;
}
.indus-item-search {
    background-color: #F2F5F8;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    height: 40px;
    box-sizing: border-box;
}
.indus-item-search input {
    border: none;
    background: none;
    padding: 0;
    outline: none;
    color: #4b4b4b;
}
.indus-item-search button {
    border: none;
    background: none;
    padding: 0;
    outline: none;
    cursor: pointer;
}
.library {
    padding: 50px 0;
}
.library h2 {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
}
.library_tab .nav {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.library_tab .nav li a {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: #4b4b4b;
    text-decoration: none;
}
.library_tab .nav li a.active {
    font-weight: bold;
    color: #9F2F38;
    ;
}
.library_tab .nav li {
    margin: 0 10%;
}
.library_item {
    margin-top: 30px;
    text-align: center;
}
.library_img img {
    width: 100%;
}
.library_item h3 {
    margin-top: 15px;
}
.library_item h3 a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}
.library_item h3 a:hover {
    color: #9B1E28;
}
.lb-data .lb-number, .lb-prev, .lb-next {
    display: none !important;
}
h3.title_video {
    margin-top: 15px;
    font-style: normal;
    font-weight: bold !important;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}
h3.title_video:hover {
    color: #9B1E28;
}
.pagination-out {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.pagination-out .page-link {
    outline: none;
    color: #000;
}
.pagination-out .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #4b4b4b;
    border-color: #4b4b4b;
}
/* Media Hub Style */
.media_hub .sulution-img, .media_hub .sulution-info {
    margin-top: 70px;
}
.media_hub .sulution-img img {
    width: 100%;
    max-width: inherit;
}
.media_hub .sulution-info h3 {
    font-size: 18px;
    line-height: 22px;
}
.media_hub .sulution-info h2 {
    font-size: 64px;
    line-height: 95%;
}
.media_hub .sulution-info p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.media_hub .inside-slider-inner .owl-next {
    right: 0;
    height: 30px;
    width: 30px;
    background-size: 30px 30px!important;
    top: calc(50% - 30px);
}
.media_hub .inside-slider-inner .owl-prev {
    left: 0;
    height: 30px;
    width: 30px;
    background-size: 30px 30px!important;
    top: calc(50% - 30px);
}
.media_hub .inside-slider-item a span {
    font-size: 16px;
    line-height: normal;
}
.media_hub .inside-slider-inner {
    margin-top: 81px;
}
.media_hub .inside-slider-inner .owl-carousel .owl-item img {
    max-width: 160px;
}
.service_guide {
    padding-top: 50px;
}
.service.service_guide h2 {
    text-align: center;
}
.investment_guide_detail {
    padding-top: 0;
}
.investment_guide_detail h2.mh_guide_detai {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
.investment_guide_detail .investment_guide_info h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
    color: #000;
    text-decoration: none;
    display: flex;
    justify-content: left;
    align-items: center;
}
.investment_guide_detail .investment_guide_info p {
    line-height: 35px;
    margin-top: 30px;
}
.investment_guide_detail .investment_guide_info h3 img {
    margin-right: 15px;
}
.investment_guide_mer {
    padding: 0 0 50px 0;
}
.investment_guide_mer h2 {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
.investment_guide_mer ul {
    padding: 0 5%;
    margin-top: 20px;
}
.investment_guide_mer ul li {
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    padding-right: 15px;
    margin-top: 15px;
    list-style: disc;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    color: #000000;
}
.investment_guide_mer ul li a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
    color: #000000;
}
.news {
    padding: 50px 0;
}
.path {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
}
.path a {
    color: #000;
    text-decoration: none;
}
.path a:hover {
    color: #9B1E28;
}
.news_content {
    margin-top: 40px;
}
.news_content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: normal;
    letter-spacing: 0.005em;
    color: #9B1E28;
    text-align: center;
}
.news_content .news_date {
    text-align: center;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-top: 10px;
}
.news_content img {
    margin: 30px auto;
    max-width: 100%;
    display: block;
    height: auto;
}
.news_des p {
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    text-align: center;
    color: #000000;
    margin-top: 30px;
}
.news_img {
    margin: 30px auto;
    width: 100%;
    max-width: 1000px;
}
.news_img img {
    width: 100%;
}
.news_content p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 25px;
    text-align: justify;
}
.news-social {
    margin-top: 50px;
    border-bottom: 1px solid #000;
    text-align: right;
    padding-bottom: 20px;
}
.news-social li {
    display: inline-block;
    margin-left: 5px;
}
.rela_news {
    margin-top: 30px;
}
.rela_news h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: normal;
    color: #000000;
}
.rela_news_item {
    margin-top: 20px;
    text-align: center;
}
.rela_news_item a img {
    width: 100%;
    display: block;
}
.rela_news_item a {
    text-decoration: none;
}
.rela_news_item a span {
    width: 100%;
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #000000;
    margin-top: 10px;
}
.rela_news_item a:hover span {
    color: #9B1E28;
}
.indus-detail-slide {
    padding: 50px 0;
}
.indus-detail-mh {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    text-align: center;
}
.indus-detail-slide .inside-slider-inner {
    margin-top: 30px;
}
.indus-detail-slide .inside-slider-inner .owl-prev {
    left: 0;
}
.indus-detail-slide .inside-slider-inner .owl-next {
    right: 0;
}
.indus-detail-locaiton {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    color: #000000;
    margin-top: 20px;
}
.indus-detail-locaiton span {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: normal;
    color: #000000;
}
.indus-detail-property {
    padding: 0 0 50px 0;
}
.detail-property-item {
    margin-top: 30px;
    text-align: center;
    color: #000;
}
.detail-property-item p img {
    max-width: 100%;
}
.detail-property-item h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #DE252D;
    padding: 10px 0;
}
.mt50 {
    margin-top: 50px;
}
.find-location .find-location-right ul li p.ico-km {
    margin-top: 10px;
    background: url("images/ico-km.png") no-repeat 0 2px;
    padding: 0 0 0 43px;
    margin-left: -43px;
    line-height: 20px;
}
.find-location .find-location-right ul li p.ico-time {
    margin-top: 10px;
    background: url("images/ico-time.png") no-repeat 0 2px;
    padding: 0 0 0 43px;
    margin-left: -43px;
    line-height: 20px;
}
.find-location .find-location-right ul li p.ico-highway {
    margin-top: 10px;
    background: url("images/ico-highway.png") no-repeat 0 2px;
    padding: 0 0 0 43px;
    margin-left: -43px;
    line-height: 20px;
}
.find-location-indus .find-location-left .map {
    height: 620px;
}
.indus-detail-spec {
    padding: 50px 0;
}
.indus_table {
    width: 100%;
    overflow: auto;
}
.detail-spec-table {
    width: 100%;
    margin-top: 30px;
}
.detail-spec-table tr {
    background: #EAEAEA;
}
.detail-spec-table tr:nth-child(2n) {
    background: #9B1E28;
}
.detail-spec-table tr th, .detail-spec-table tr td {
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}
.detail-spec-table tr th {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.detail-spec-table tr td {
    /* font-size: 11px; */
    font-weight: 500;
    color: #000;
}
.detail-spec-table tr:nth-child(2n) th, .detail-spec-table tr:nth-child(2n) td {
    color: #fff;
}
.detail-utility-table1 {
    width: 100%;
    margin-top: 30px;
}
.detail-utility-table1 tr th {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #fff;
    background: #9B1E28;
}
.detail-utility-table1 tr td {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #fff;
    background: #EAEAEA;
}
.indus-detail-matery {
    padding: 50px 0;
}
.indus-detail-matery ul {
    padding-left: 20px;
    margin-top: 15px;
}
.indus-detail-matery ul li {
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    padding-right: 15px;
    margin-top: 10px;
    list-style: disc;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: normal;
    color: #000000;
}
.indus-detail-matery ul li a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
    color: #000000;
}
.indus-detail-overview {
    padding-top: 50px;
    padding-bottom: 50px;
}
.chart {
    margin-top: 50px;
    text-align: center;
}
.chart img {
    max-width: 100%;
}
.indus-detail-overview h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-top: 50px;
    color: #000000;
    margin-bottom: 10px;
}
.overview-table {
    width: 100%;
}
.overview-table tr th {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #fff;
    background: #9B1E28;
    text-align: center;
}
.overview-table tr td {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #fff;
    background: #EAEAEA;
    text-align: center;
}
.detail-utility-lst {
    background: #EAEAEA;
    margin-top: 30px;
    display: flex;
}
.detail-utility-item {
    width: 33.3333%;
    border-right: 1px solid #fff;
}
.detail-utility-table2 {
    width: 100%;
}
.detail-utility-table2 tr th {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    box-sizing: border-box;
    padding: 15px;
    background: #9B1E28;
}
.detail-utility-table2 tr td {
    box-sizing: border-box;
    padding: 15px;
    background: #EAEAEA;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #000000;
    vertical-align: top;
}
.detail-utility-table2 tr td.color {
    background: rgba(196, 196, 196, 0.8);
    width: 100px;
}
.road {
    padding: 50px 0;
}
.road h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin: 0 auto;
    width: 486px;
	text-align: center;
}
.road-lst {
    display: flex;
}
.road-item {
    width: 40%;
    text-align: center;
    margin-top: 50px;
}
.road-item p img {
    max-width: 80%;
}
.road-lst .road-item:nth-child(2) {
    width: 20%;
}
.road-item .road-item-top {
    border-bottom: 15px solid #9B1E28;
    padding-bottom: 30px;
}
.road-lst .road-item:nth-child(2) .road-item-top {
    border-bottom: 15px solid #C4C4C4;
}
.road-lst .road-item:nth-child(3) .road-item-top {
    border-bottom: 15px solid #000000;
}
.road-item h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    text-align: center;
    margin-top: 20px;
}
.road-item-bottom {
    display: flex;
}
.road-item-bottom .road-item-txt {
    width: 50%;
    box-sizing: border-box;
    padding: 25px 15px 0;
    margin-top: 20px;
    text-align: left;
    border-top: 1px solid #000;
    position: relative;
}
.road-item-bottom p {
    width: 50%;
    box-sizing: border-box;
    padding: 25px 15px 0;
    margin-top: 20px;
    text-align: left;
    border-top: 1px solid #000;
    position: relative;
    font-size: 14px;
    line-height: 20px;
}
.road-lst .road-item:nth-child(2) .road-item-bottom .road-item-txt {
    width: 100%;
}
.road-lst .road-item:nth-child(2) .road-item-bottom p {
    width: 100%;
}
.road-item-txt::after {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 8px);
    top: -2px;
    background: url("images/arrow-down2.png") no-repeat 0 0;
    height: 9px;
    width: 16px;
}
textarea.notebook {
    background: url("images/line.png") repeat-y;
    padding: 2px 10px;
    border: solid 1px #000;
}
.road-item-bottom p::after {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 8px);
    top: -2px;
    background: url("images/arrow-down2.png") no-repeat 0 0;
    height: 9px;
    width: 16px;
}

@media (max-width: 1200px) {
.about_choose_info h3 a {
    font-size: 30px;
    line-height: 34px;
}
.select-indus-item .select {
    width: 235px;
}
.select-indus-item {
    margin-right: 20px;
}
.media_hub .sulution-info h2 {
    font-size: 55px;
    line-height: 65px;
}
.investment_guide_detail .investment_guide_info h3 {
    font-size: 26px;
    line-height: 26px;
}
.investment_guide_detail .investment_guide_info p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    text-align: justify;
}
.detail-utility-table2 tr td {
    font-size: 16px;
}
}

@media (max-width: 991px) {
.industrial-mh {
    margin: 40px 0 20px;
}
.contact {
    padding: 30px 0;
}
.about_achi {
    padding: 30px 0;
}
.about_achi h2 {
    font-size: 30px;
    line-height: 34px;
}
.about_achi_item {
    margin-top: 20px;
}
.about_client {
    padding: 30px 0 0;
}
.about_client h2 {
    font-size: 30px;
    line-height: 34px;
}
.about_client_item {
    margin-top: 20px;
}
.about_team {
    padding: 30px 0 0;
}
.about_team h2 {
    font-size: 30px;
    line-height: 34px;
}
.about_team_item {
    margin-top: 20px;
}
.about_structure {
    padding: 30px 0 0;
    display: none;
}
.about_structure h2 {
    font-size: 30px;
    line-height: 34px;
}
.about_structure_box {
    margin-top: 20px;
}
.about_mile {
    padding: 30px 0 0;
}
.about_mile h2 {
    font-size: 30px;
    line-height: 34px;
}
.about_mile_item span {
    font-size: 40px;
    margin: 10px 0;
}
.about_choose_info h3 a {
    font-size: 24px;
    line-height: 30px;
}
.about_choose_info p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
.about_choose {
    padding: 30px 0;
}
.about_vision_tab .tab-content {
    margin-top: 30px;
}
.about_vision_tab .tab-content div {
    font-size: 14px;
}
.select-indus-item {
    margin-right: 10px;
}
.select-indus-item .select {
    width: 210px;
}
.indus-item-search {
    width: 153px;
}
.indus-item-search input {
    width: 100%;
}
.library h2 {
    font-size: 30px;
    line-height: 34px;
}
.media_hub .sulution-info h2 {
    font-size: 40px;
    line-height: 40px;
}
.media_hub .sulution-info h3 {
    font-size: 25px;
    line-height: 25px;
}
.media_hub .sulution-img, .media_hub .sulution-info {
    margin-top: 50px;
}
.investment_guide_detail {
    padding-top: 20px;
}
.investment_guide_detail h2.mh_guide_detai {
    font-size: 30px;
    line-height: 34px;
}
.investment_guide_detail .investment_guide_info h3 {
    font-size: 22px;
    line-height: 26px;
}
.investment_guide_detail .investment_guide_info h3 img {
    width: 30px;
}
.investment_guide_mer h2 {
    font-size: 30px;
    line-height: 34px;
}
.investment_guide_mer ul {
    padding: 0;
    margin-top: 20px;
}
.news_content h2 {
    font-size: 40px;
}
.news_content {
    margin-top: 20px;
}
.news_des {
    font-size: 16px;
}
.news_des {
    margin-top: 20px;
}
.indus-detail-mh {
    font-size: 20px;
}
.indus-detail-locaiton span {
    font-size: 20px;
}
.find-location-indus .find-location-left .map {
    height: 300px;
}
.indus-detail-matery {
    padding: 30px 0;
}
.detail-utility-lst {
    display: block;
}
.detail-utility-item {
    width: 100%;
    border: none;
}
.road {
    padding: 30px 0;
}
.road h2 {
    font-size: 30px;
    line-height: 34px;
}
}

@media (max-width: 767px) {
.detail-property-item h3 {
    font-size: 13px;
    line-height: 14px;
}
.detail-property-item p {
    font-size: 11px;
}
.inside-banner-box p {
    font-size: 14px;
    line-height: 18px !important;
}
.home-banner-box h2 {
    line-height: 26px;
    font-size: 23px;
}
.inside-banner-box h2 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 70px;
}
.youtube-video {
    width: 100%;
}
.road h2 {
    font-size: 24px;
    line-height: 30px;
    max-width: 100%;
    text-align: center;
}
.road-lst {
    display: block;
}
.road-item {
    width: 100%;
    margin-top: 20px;
}
.road-lst .road-item:nth-child(2) {
    width: 100%;
}
.road-item .road-item-top {
    padding-bottom: 20px;
}
.road-item-bottom .road-item-txt {
    padding: 20px 10px 0;
}
.road-item-bottom p {
    padding: 20px 10px 0;
}
.industrial-mh {
    margin: 30px 0 0;
}
.contact-box {
    margin-bottom: 30px;
}
.contact-address-item h4 {
    margin-top: 5px;
}
.contact-box-left li {
    margin-top: 20px;
}
.contact-box-btn {
    margin-top: 0;
}
.contact-video {
    margin-bottom: 30px;
}
.about_achi h2 {
    font-size: 24px;
    line-height: 26px;
}
.about_client h2 {
    font-size: 24px;
    line-height: 26px;
}
.about_team h2 {
    font-size: 24px;
    line-height: 26px;
}
.commercial_term_info {
    margin-top: 20px;
}
.about_structure h2 {
    font-size: 24px;
    line-height: 26px;
}
.about_mile h2 {
    font-size: 24px;
    line-height: 26px;
}
.about_mile_item {
    margin-top: 20px;
    background: #9B1E28;
    padding: 15px;
}
.about_choose_info {
    margin-top: 20px;
}
.about_vision_img {
    margin-top: 20px;
}
.about_vision_tab .tab-content {
    margin-top: 15px;
}
.select-indus-item .select {
    width: 100%;
}
.select-indus-item {
    margin-right: 0;
}
.indus-item-search {
    width: 100%!important;
}
.indus-item-search input {
    width: 100%;
}
.library {
    padding: 30px 0;
}
.library h2 {
    font-size: 24px;
    line-height: 26px;
}
.library_item {
    margin-top: 20px;
}
.library_tab .nav, .pagination-out {
    margin-top: 30px;
}
.media_hub .sulution-img, .media_hub .sulution-info {
    margin-top: 30px;
}
.media_hub .sulution-info h2 {
    font-size: 30px;
    line-height: 35px;
}
.investment_guide_detail h2.mh_guide_detai {
    font-size: 24px;
    line-height: 30px;
}
.investment_guide_detail .investment_guide_info {
    margin-top: 20px;
}
.investment_guide_mer {
    padding-bottom: 30px;
}
.investment_guide_mer h2 {
    font-size: 24px;
    line-height: 30px;
}
.investment_guide_mer ul {
    padding: 0 15px;
    margin-top: 15px;
}
.investment_guide_mer ul li {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 5px;
}
.investment_guide_mer ul li a {
    font-size: 14px;
}
.news {
    padding: 30px 0;
}
.news_img {
    margin: 20px auto;
}
.news-social {
    margin-top: 20px;
}
.news_content h2 {
    font-size: 24px;
}
.rela_news {
    margin-top: 20px;
}
.rela_news h3 {
    font-size: 20px;
}
.indus-detail-slide {
    padding: 30px 0;
}
.indus-detail-mh {
    font-size: 16px;
    line-height: normal;
}
.indus-detail-locaiton {
    margin-top: 10px;
    font-size: 14px;
}
.indus-detail-locaiton span {
    font-size: 16px;
}
.indus-detail-slide .inside-slider-inner {
    margin-top: 20px;
}
.indus-detail-slide .inside-slider-inner .owl-prev, .indus-detail-slide .inside-slider-inner .owl-next {
    top: calc(50% - 15px);
}
.indus-detail-property {
    padding: 0 0 30px 0;
}
.detail-property-item {
    margin-top: 20px;
}
.mt50 {
    margin-top: 30px;
}
.indus-detail-spec {
    padding: 30px 0;
}
.detail-spec-table {
    margin-top: 20px;
}
.detail-spec-table tr th {
    font-size: 13px;
}
.detail-utility-table1 {
    margin-top: 20px;
    min-width: 700px;
}
.detail-utility-table1 tr th {
    font-size: 13px;
}
.indus-detail-matery ul li {
    float: none;
    width: 100%;
    margin-top: 5px;
}
.indus-detail-matery ul li a {
    font-size: 14px;
}
.indus-detail-overview {
    padding-top: 30px;
}
.indus-detail-overview h3 {
    font-size: 16px;
    margin-top: 30px;
}
.chart-out, .chart {
    margin-top: 30px;
}
.detail-utility-table2 tr td {
    font-size: 16px;
}
}
.cf7sg-container .cf7-smart-grid.has-grid .container {
    max-width: 1140px !important;
}
.cf7sg-container .cf7-smart-grid.has-grid .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.wpcf7-form h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
.select-indus-item select {
    min-width: 300px;
}
.select-indus-item select, .wpcf7-form select {
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 10px;
    background: #EAEAEA;
    line-height: 40px;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000;
}
.wpcf7-form input[type='checkbox'] {
    float: left;
    width: auto;
    margin-right: 10px;
    margin-top: 2px;
}
/*
.wpcf7-form input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 1px solid #C1C8D7;
    border-radius: 3px;
    background-color: white;
}
.wpcf7-form input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 8px;
    height: 10px;
    border: solid #C1C8D7;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px;
} */

.wpcf7-form input[type=submit] {
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0 40px;
    background: #9B1E28;
    line-height: 40px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}
.wpcf7-form input[type=submit]:hover {
    background: #000;
}
.wpcf7-date {
    text-transform: uppercase !important;
}
.footer-nav li::after {
    content: "|";
    float: right;
    padding: 0px 10px;
    color: #000;
}
.footer-nav li:last-child::after {
    display: none;
}
.h_block {
    position: absolute;
    left: calc(50% + 525px);
    top: 13px;
}
.nar-inside .h_block {
    position: absolute;
    left: calc(50% + 525px);
    top: 35px;
}
.language {
    position: relative;
    z-index: 10000;
    margin-top: 0;
    float: left;
}
.language span {
    display: none;
}
.dropdown dd, .dropdown dt, .dropdown ul {
    margin: 0px;
    padding: 0px;
}
.dropdown dd {
    position: relative;
}
.dropdown a, .dropdown a:visited {
    color: #888888;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    padding: 0;
}
.dropdown a:hover {
    color: #888888;
}
.dropdown dt a {
    background: url("images/ico-arrow-down-white.png") no-repeat 32px 6px;
    display: block;
    padding-right: 0;
    width: 40px;
    height: 16px;
}
.nar-inside .dropdown dt a {
    background: url("images/ico-arrow-down-black.png") no-repeat 32px 6px;
    display: block;
    padding-right: 0;
    width: 40px;
    height: 16px;
}
.fixHeader .dropdown dt a {
    background: url("images/ico-arrow-down-black.png") no-repeat 32px 6px;
    display: block;
    padding-right: 0;
    width: 40px;
    height: 16px;
}
.invest-guide-box {
    text-align: center;
    margin-top: 35px
}
.pt-cv-wrapper .pagination>li>a {
    border: 0px solid #ddd !important;
    background-color: transparent;
    color: #000 !important;
    font-size: 14px !important;
}
.pt-cv-wrapper .pagination>li>a:hover {
    color: #9F2F38 !important;
}
.pt-cv-wrapper .pagination>.active>a {
    background-color: transparent !important;
    color: #9F2F38 !important;
    font-size: 16px !important;
    font-weight: 600;
}
.invest-guide-box .invest-item-photo {
    display: block;
    max-width: 117px;
    margin: 0px auto;
}
.invest-guide-box h3 {
    font-size: 23px;
    line-height: 30px;
    display: inline-block;
    margin-left: 20px;
    margin-top: 15px;
}
.menu li a {
    position: relative;
}
/*
.menu li .sub-menu
 {
    text-align: left;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.menu li:hover .sub-menu {
    display: block;
}


.menu li .sub-menu li {
    display: block;
    padding: 10px;
    text-align: left;
    margin-left: 0px;
} */





.menu li .sub-menu {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1054;
    /*background-color: #fafafa; */

    box-sizing: border-box;
    display: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    text-align: left;
    min-width: 282px;
    top: 72px;
    padding-bottom: 15px;
}
.fixHeader .menu li .sub-menu {
    top: 70px;
}
.nar-inside .menu li {
    padding: 10px 0px 0 0px;
    min-height: 71px;
}
.nar-inside .menu li .sub-menu li {
    min-height: inherit;
}
.nar-inside .menu li:nth-child(1), .nar-inside .menu li:nth-child(2), .nar-inside .menu li:nth-child(3), .nar-inside .menu li:nth-child(4), .nar-inside .menu li:nth-child(7), .nar-inside .menu li:nth-child(8) {
    padding-top: 20px;
}
.nar-inside .menu.zh li:nth-child(1), .nar-inside .menu.zh li:nth-child(2), .nar-inside .menu.zh li:nth-child(3), .nar-inside .menu.zh li:nth-child(4), .nar-inside .menu.zh li:nth-child(5), .nar-inside .menu.zh li:nth-child(6), .nar-inside .menu.zh li:nth-child(7), .nar-inside .menu.zh li:nth-child(8) {
    padding-top: 20px;
}

@media (max-width: 1200px) {
.menu li .sub-menu {
    top: 80px;
}
.fixHeader .menu li .sub-menu {
    top: 68px;
}
}

@media (max-width: 991px) {
.nar-inside .menu li {
    min-height: inherit;
    padding-right: 30px;
}
.nar-inside .menu li a {
    display: inline-block;
    width: calc(100% - 30px);
}
.menu li .sub-menu {
    padding-bottom: 0;
}
.menu li .sub-menu li a {
    padding: 5px 0;
}
.nar-inside .menu li span.arrow {
    display: inline-block;
    height: 30px;
    width: 30px;
    background: url("images/arrow-down.png") no-repeat center center;
    background-size: 20px;
}
.nar-inside .menu li span.arrow.open {
    background: url("images/arrow-up.png") no-repeat center center;
    background-size: 20px;
}
.nar-inside .menu li:nth-child(1), .nar-inside .menu li:nth-child(2), .nar-inside .menu li:nth-child(3), .nar-inside .menu li:nth-child(4), .nar-inside .menu li:nth-child(7), .nar-inside .menu li:nth-child(8) {
    padding-top: 10px;
}
.menu li .sub-menu {
    position: inherit!important;
    left: inherit!important;
    top: inherit!important;
    width: 100%;
    clear: both;
    max-width: 100%;
    border: none;
    box-shadow: none;
}
}
.menu li:hover .sub-menu {
    display: block;
}
.menu li .sub-menu li {
    text-align: left;
    padding: 5px!important;
    margin: 0;
    font-weight: 100;
    display: block;
    min-height: inherit;
}
.menu li .sub-menu li:hover {
    background: none;
}
.menu li .sub-menu li:last-child {
    border: none;
}
.menu li .sub-menu li a {
    text-transform: none !important;
    color: #656565;
    display: inline-block;
    line-height: 18px;
    font-size: 14px;
    padding: 5px 5px;
}
.menu li .sub-menu li a:hover {
    color: #9B1E28;
}
span.wpcf7-not-valid-tip {
    color: #ff0000 !important;
}
.invest-guide-box p {
    font-size: 14px;
    margin-top: 10px;
    max-width: 383px;
    margin: 10px auto;
    line-height: 20px;
}
.dropdown dt a.inside {
    background: url("images/ico-arrow-down-black.png") no-repeat 32px 6px;
    display: block;
    padding-right: 0;
    width: 40px;
    height: 16px;
}

@media (max-width: 767px) {

.indus-detail table tr td {
    vertical-align: top;
}
    
.dropdown dt a {
    background: url("images/ico-arrow-down-black.png") no-repeat 32px 6px;
    display: block;
    padding-right: 0;
    width: 40px;
    height: 16px;
}
.footer-nav li::after {
    content: "|";
    float: right;
    padding: 0px 5px;
    color: #000;
}
	.about_choose_info h3{		
		font-size: 20px;
		line-height: 25px;
	}
	h2.industrial-mh{
		font-size: 20px;
	}
	.wpcf7-list-item{
		min-width: 170px;
	}
	.rela_news_item a span{
		font-size: 12px;
    	font-weight: bold;
	}
	#pt-cv-view-f54a67fvpn .pt-cv-title a, #pt-cv-view-f54a67fvpn .panel-title {
    font-size: 12px !important;
    line-height: 1.3 !important;
    color: #000000 !important;
    font-weight: 600 !important;
    display: block !important;
    text-align: center !important;
    clear: both !important;
}
	h3.title_video{
		font-size: 12px;
    	font-weight: bold;
		
	}
	
	
}
.dropdown dt img {
    margin-right: 3px;
}
.dropdown dt a span {
    cursor: pointer;
    display: block;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}
.dropdown dd ul {
    background: #eee;
    display: none;
    left: 0px;
    position: absolute;
    top: 0;
    list-style: none;
    width: 100%;
    padding: 2px 5px;
}
.dropdown span.value {
    display: none;
}
.dropdown dd ul li a {
    padding: 5px 0 0 0;
    display: block;
}
.dropdown dd ul li a img {
    margin-right: 5px;
}
.dropdown dd ul li:first-child a {
    padding: 0;
}
.dropdown img.flag {
    border: none;
    vertical-align: middle;
}
.flagvisibility {
    display: none;
}
.openBtn {
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
}
.openBtn:hover {
    background: #bbb;
}
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}
.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}
.overlay .closebtn:hover {
    color: #ccc;
}
.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}
.overlay input[type=text]:hover {
    background: #f1f1f1;
}
.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}
.overlay button:hover {
    background: #bbb;
}
.h-search-btn {
    float: left;
    margin-left: 5px;
}
.h-search-btn button {
    padding: 0;
    margin: 3px 0 0 0;
    background: none;
    outline: none;
    line-height: 0;
}
.h-search-btn button:hover, .h-search-btn button:focus {
    background: none;
}

@media (max-width: 1200px) {
.h_block, .nar-inside .h_block {
    position: absolute;
    left: calc(50% + 450px);
    top: 4px;
}
}

@media (max-width: 991px) {
.h_block, .nar-inside .h_block {
    position: absolute;
    left: inherit;
    right: 15px;
    top: 4px;
}
.commercial_term_info h3 {
    font-size: 18px;
    line-height: normal;
}
.menu li:hover .sub-menu {
    display: none;
}
.sub-menu.open {
    display: block!important;
}
.nar-inside .menu .sub-menu li:nth-child(1) {
    margin-left: 0;
}
	
}
.back-top {
    position: fixed;
    left: 0;
    bottom: 5px;
    z-index: 1000;
}
.back-top img {
    max-width: 118px;
}
