/*!
 * Designed by Godot Xu
 * Websites: http://www.godot.com
 */

/*::-moz-selection {
    background-color: #ecbf32 !important;
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: #ecbf32 !important;
    color: #fff;
}*/

body {
    font-family: "Calibri", "Helvetica Neue", Helvetica, Arial, sans-serif, "PingFang SC" , "苹方-简", "冬青黑体简体中文", "Hiragino Sans GB", "微软正黑体", "Microsoft JhengHei", "微软雅黑", "Microsoft Yahei", "黑体-简", "Heiti SC", "华文细黑", "STHeiti Light", "华文黑体", "STHeiti";
    font-size: 16px;
    color: #646464;
    font-weight: 400;
    background-color: #fff;
    line-height: 1.444;
    font-style: normal;
    /*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;*/
}
body.tip-message {
    margin-top: 60px;
}

.os-win body {
    font-family: "Cocomat", "Helvetica Neue", Helvetica, Arial, sans-serif, "PingFang SC" , "苹方-简", "冬青黑体简体中文", "Hiragino Sans GB", "微软雅黑", "Microsoft Yahei", "黑体-简", "Heiti SC", "华文细黑", "STHeiti Light", "华文黑体", "STHeiti";
}

.os-mac body {
    font-family: "Cocomat", "Helvetica Neue", Helvetica, Arial, sans-serif, "PingFang SC" , "苹方-简", "冬青黑体简体中文", "Hiragino Sans GB", "微软雅黑", "Microsoft Yahei", "黑体-简", "Heiti SC", "华文细黑", "STHeiti Light", "华文黑体", "STHeiti";
}

.os-linux body {
    font-family: "Cocomat", "Helvetica Neue", Helvetica, FreeSans, "Liberation Sans", Helmet, Arial, sans-serif, "PingFang SC" , "苹方-简", "冬青黑体简体中文", "Hiragino Sans GB", "微软雅黑", "Microsoft Yahei", "黑体-简", "Heiti SC", "华文细黑", "STHeiti Light", "华文黑体", "STHeiti";
}
body {
    padding-top: 0;
}
body.about {
    padding-top: 74px;
}

/* --Common--  */
.form-control::-webkit-input-placeholder {
    color: #767676;
}
.form-control:-moz-placeholder { 
    color: #767676;   
    opacity: 1;
}
.form-control::-moz-placeholder { 
    color: #767676;
    opacity:  1;
}
.form-control:-ms-input-placeholder { 
    color: 
    #767676;
}
.form-control::-ms-input-placeholder {
    color: #767676;
}

.carousel-inner > .active,
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex .middle {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
}

a {
    color: #ecbf32;
}
a:hover {
    color: #252527;
    text-decoration: none;
}
a:focus {
    color: #252527;
    text-decoration: none;
}
img {
    max-width: 100%;
}
p {
    margin-bottom: 17px;
}
.fs-16 {
    font-size: 16px;
}
.required {
    color: #ecbf32;
}
.relative {
    position: relative;
}
@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 992px) {

    .col-sm-p20 {
        width: 20%;
    }
    .container {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1200px;
    }
}
.jumbotron .container {
    max-width: 1200px;
}
.tooltip-inner {
    font-family: "Calibri";
    font-size: 14px;
    background-color: rgba(0,0,0,.7);
    border-radius: 0;
    padding: 6px 15px;
}
.tooltip-arrow {
    filter: alpha(opacity=70);
    opacity: .7;
}

/* flex */
.flex-grid {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    min-width: 100%;
}
.flex-grid .flex-item {
    -webkit-flex: 1;
    flex: 1;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}

/* pagination */
.pagination {
    margin: 0;
    padding-left: 0 !important;
}
.pagination li {
    margin-left: 10px;
    display: inline-block;
    float: left;
}
.pagination li:first-child {
    margin-left: 0;
}
.pagination > li > a, 
.pagination > li > span {
    font-size: 15px;
    font-weight: 600;
    border-radius: 2px;
    min-width: 32px;
    height: 32px;
    color: #4c555a;
    border-color: #c4c4c4
}
.pagination > li > a:hover, 
.pagination > li > span:hover {
    border-color: #aaaaaa;
    color: #ecbf32;
    background-color: #fff;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    background-color: #ecbf32;
    border-color: #ecbf32;
}
.pagination > li:first-child > a, 
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pagination > li:last-child > a, 
.pagination > li:last-child > span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.panel-group .panel {
    border: 1px solid #dcdee3;
    border-radius: 4px;
    padding: 0;
    box-shadow: none;
}
.panel-group .panel-gray { 
    background-color: #f0f0f0
}
.panel-group .panel-heading {
    border-radius: 0;
    padding: 0;
}
.panel-group .panel-heading .panel-title {
    margin-top: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, 
.panel-group .panel-heading + .panel-collapse > .list-group {
    border: 0;
    padding: 0;
    margin-top: 0;
}
.panel-group .panel + .panel {
    margin-top: 20px;
}
.panel .collapse-btn {
    display: inline-block;
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    width: 30px;
    background: #fff url(../images/packup.svg) center no-repeat;
    background-size: auto 16px;
    margin: 0 auto;
    margin-top: -1px;
    vertical-align: top;
}
.panel .collapse-btn:hover {
    background: url(../images/packup-hover.svg) center no-repeat;
    background-size: auto 16px;
}
.careers-icon {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 30px;
    background: url(../images/careers.svg) center no-repeat;
    background-size: auto 20px;
    margin-right: 6px;
    margin-top: -3px;
    vertical-align: middle;
}

/* ip-alert */
.anticon {
    display: inline-block;
    font-style: normal;
    vertical-align: baseline;
    text-align: center;
    text-transform: none;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ip-alert {
    padding: 16px 16px 16px 60px;
    position: relative;
    border-radius: 4px;
    color: #4c555a;
    line-height: 1.5;
}
.ip-alert .ip-alert-icon {
    position: absolute;
    top: 16px;
    left: 20px;
    font-size: 24px;
}
.ip-alert .ip-alert-message {
    font-size: 17px;
    padding-bottom: 10px;
}
.ip-alert .ip-alert-message p {
    margin-bottom: 5px;
}
.ip-alert-success {
    border: 1px solid #cfefdf;
    background-color: #ebf8f2;
}
.ip-alert-info {
    border: 1px solid #d2eafb;
    background-color: #ecf6fd;
}
.ip-alert-warning {
    border: 1px solid #fff3cf;
    background-color: #fffaeb;
}
.ip-alert-error {
    border: 1px solid #fcdbd9;
    background-color: #fef0ef;
}
.ip-alert-success .ip-alert-icon,
.ip-alert-success .ip-alert-message {
    color: #00a854;
}
.ip-alert-info .ip-alert-icon, 
.ip-alert-info .ip-alert-message {
    color: #108ee9;
}
.ip-alert-warning .ip-alert-icon,
.ip-alert-warning .ip-alert-message {
    color: #ffbf00;
}
.ip-alert-error .ip-alert-icon,
.ip-alert-error .ip-alert-message {
    color: #f04134;
}

/*checkbox*/
.radio-box > input[type="radio"],
.checkbox-box > input[type="checkbox"],
.hide-file-input {
    position: absolute !important;
    display: block;
    visibility: visible;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    vertical-align: middle;
}
input[type="radio"] + label.radio-label, 
input[type="checkbox"] + label.checkbox-label {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    padding-left: 28px;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    color: #757575;
    cursor: pointer;
}
input[type="radio"] + label.radio-label:before, 
input[type="radio"] + label.radio-label:after, 
input[type="checkbox"] + label.checkbox-label:before, 
input[type="checkbox"] + label.checkbox-label:after {
    content: " ";
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
input[type="radio"] + label.radio-label:before, 
input[type="checkbox"] + label.checkbox-label:before {
    border: 1px solid #979797;
}
input[type="checkbox"] + label.checkbox-label:before {
    border-radius: 2px;
    transition-property: box-shadow;
    transition-duration: 167ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-delay: 0s;
    box-shadow: 0 0 0 0 #148dce inset; 
}
input[type="checkbox"]:checked + label.checkbox-label:before {
    box-shadow: 0 0 0 10px #148dce inset;
    border-color: #148dce;
}
input[type="checkbox"] + label:after {
    display: none;
    height: 16px;
    width: 16px;
    transform: scale(0);
    background-image: url(../images/newchecklabel.svg);
    background-position: 0 -24px;
    overflow: hidden;
}
input[type="checkbox"]:checked + label.checkbox-label:after {
    display: block;
    transform: scale(0.8);
    margin: 2px;
}
input[type="radio"] + label.radio-label:after {
    border-radius: 50%;
    border: 0 solid #148dce;
    transition-property: border-width;
    transition-duration: 167ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-delay: 0s;
    border-width: 0px;
}
input[type="radio"] + label.radio-label:before {
    border-radius: 50%;
}
input[type="radio"]:checked + label.radio-label:after {
    border-width: 6px;
}

.check-wrap input[type="radio"] + label.radio-label {
    background-color: #fff;
    height: auto;
    width: 100%;
    line-height: 1; 
    padding: 20px 20px 20px 50px;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    -webkit-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-property: background-color,box-shadow,color;
    transition-property: background-color,box-shadow,color;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    color: #4c555a;
    font-weight: 400;
    font-size: 20px;
}
.check-wrap input[type="radio"] + label.radio-label:before, 
.check-wrap input[type="radio"] + label.radio-label:after {
    left: 20px;
    top: 20px;
}
.check-wrap.checkbox-inline {
    margin-left: 0;
    padding-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}
.check-wrap.checkbox-inline + .check-wrap.checkbox-inline {
    margin-left: 0;
    padding-left: 0;
}

.check-wrap input[type="checkbox"] + label.checkbox-label {
    background-color: #fff;
    height: auto;
    width: 100%;
    line-height: 1; 
    padding: 14px 20px 14px 50px;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    -webkit-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-property: background-color,box-shadow,color;
    transition-property: background-color,box-shadow,color;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    color: #4c555a;
    font-weight: 400;
    font-size: 18px;
}
.check-wrap input[type="checkbox"] + label.checkbox-label:before, 
.check-wrap input[type="checkbox"] + label.checkbox-label:after {
    left: 20px;
    top: 14px;
}

.services-check-wrap .check-wrap.checkbox-inline {
    min-width: 150px;
}
.services-check-wrap .check-wrap input[type="checkbox"] + label.checkbox-label {
    border-color: #148dce;
    color: #148dce;
}
.services-check-wrap .check-wrap input[type="checkbox"]:checked + label.checkbox-label {
    border-color: #148dce;;
    color: #fff;
    background-color: #148dce;
}
/*checkbox end-----------------*/
.form-group {
    margin-bottom: 16px;
}
.form-group .form-label {
    font-size: 17px;
    color: #4c555a;
    font-weight: 400;
}
.form-group .form-control {
    height: 42px;
    border-radius: 2px;
    border-color: #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 20px;
    font-size: 19px;
    color: #4c555a;
}
.form-group select.form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 6px 32px 6px 20px;
    background: #fff url('../images/newchecklabel.svg') top -35px right 0px no-repeat; 
    outline: 0;
}
.form-group textarea.form-control {
    height: 120px;
    max-width: 100%;
    min-width: 100%;
}

select.error,
input.error {
    border-color: #ee1620;
    font-size: 16px;
}
label.error {
    color: #ee1620;
    font-weight: 400;
    font-size: 16px;
}

.btn {
    white-space: normal;
}
.btn-default {
    background-color: #fff;
    color: #148dce;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    border-radius: 3px;
    padding: 14px 30px;
    text-transform: uppercase;
    border-color: #148dce;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.btn-default:hover {
    background-color: #fff;
    border-color: #148dcd;
    color: #148dcd;
}
.btn-primary {
    background-color: #ecbf32;
    color: #252527;
    font-size: 15px;
    /*text-transform: uppercase;*/
    line-height: 30px;
    font-weight: 700;
    border-radius: 0;
    padding: 7px 40px 5px;
    border-color: #ecbf32;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.btn-primary:hover {
    background-color: #fad55f;
    border-color: #fad55f;
    color: #252527;
}
.btn-primary:focus,
.btn-primary:active {
    background-color: #ecbf32 !important;
    border-color: #ecbf32 !important;
    color: #252527 !important;
    box-shadow: none !important;
    outline: none !important;
}

/*.dropdown .dropdown-toggle:before,
.dropdown .dropdown-toggle:after {
    content: '';
    display: block;
    display: none;
    width: 2px;
    height: 8px;
    background-color: #333;
    position: absolute;
    right: 27px;
    top: 20px;
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    transform: rotate(130deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.dropdown .dropdown-toggle:after {
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    transform: rotate(50deg);
    right: 22px;
}*/

.popover {
    -webkit-box-shadow: 0 1px 5px rgba(50,50,50,0.2);
    -moz-box-shadow: 0 1px 5px rgba(50,50,50,0.2);
    box-shadow: 0 1px 5px rgba(50,50,50,0.2);
    border-radius: 2px;
    border-color: #dce0e0;
    color: #545F62;
    font-size: 16px;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.popover.bottom > .arrow {
    border-bottom-color: #dce0e0;
}
.popover-content {
    padding: 15px;
}
.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: .7;
}
.new-modal .modal-content {
    /*-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);*/
    webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 1px;
}
.new-modal .modal-header {
    border-bottom: 1px solid #dce0e0;
    padding: 12px 24px;
}
.new-modal .modal-title {
    font-size: 21px;
    font-weight: 400;
    color: #292e31;
}
.new-modal .modal-header .close {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 3px;
    font-size: 24px;
    line-height: 24px;
    color: #292e31;
    filter: alpha(opacity=70);
    opacity: .7;
}
.new-modal .modal-header .close .icon-close {
    font-size: 24px;
    font-weight: 400;
}
.new-modal .modal-header .close:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.modal-body {
    padding: 24px;
}
.new-modal .modal-footer {
    padding: 24px;
    border-top: none;
    text-align: center;
}
.new-modal .modal-footer .btn:first-child {
    margin-right: 10px;
}

/* --Header--  */
.navbar-toggle {
    margin-right: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1;
    color: #252527;
}
.navbar-toggle.collapsed {
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-toggle:before {
    display: inline-block;
    content: "\E633";
    font-family: anticon !important;
    font-size: 24px;
    line-height: 1;
}
.navbar-toggle.collapsed:before {
    display: none;
}
.navbar-toggle .icon-bar {
    display: none;
    background-color: #252527;
    width: 20px;
}
.navbar-toggle.collapsed .icon-bar {
    display: block;
}
.navbar {
    height: auto;
    background-color: transparent;
    border: none;
    border-bottom: 0px solid #d6d6d1;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-bg-white {
    background-color: rgba(255,255,255,.9);
    color: #333;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.home .navbar-bg-white {
    background-color: rgba(255,255,255,.9);
}
.navbar-bg-white > .container-fluid,
.navbar-bg-white > .container {
    position: relative;
    max-width: 1200px;
}

.navbar-bg-white.off-canvas {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.navbar-bg-white.navbar-fixed-top {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.off-canvas {
    height: 54px;
}
.navbar .navbar-nav {
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
}
.navbar.off-canvas .navbar-nav > li > a {
    padding-top: 18px;
    padding-bottom: 16px;
}
.navbar .navbar-nav > li {
    padding: 0 15px;
}
html:lang(zh) .navbar .navbar-nav > li {
    padding: 0 15px;
}
.navbar .navbar-nav > li:last-child {
    padding-right: 15px !important;
}

.navbar .navbar-nav > li:before {
    display: none;
    content: '';
    position: absolute;
    top: calc(50% + 12px);
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: #ccc;
}
.navbar .navbar-nav > li:first-child:before {
   display: none; 
}
.navbar .navbar-nav > li.button-li {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar .navbar-nav > li > a {
    font-size: 16px;
    color: #252527;
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
    padding-top: 14px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar .navbar-right > li > a {
    font-weight: 400;
    font-size: 15px;
}
.navbar .navbar-nav > li.active > a {
    color: #ecbf32;
}
.navbar .navbar-nav > li > a:hover {
    color: #ecbf32;
    background-color: #e6e7e8;
}
.navbar .navbar-nav > li > a:focus {
    background-color: transparent;
}
/*.navbar .navbar-nav > li.dropdown > a.dropdown-toggle:before,
.navbar .navbar-nav > li.dropdown > a.dropdown-toggle:after {
    background-color: #154261;
}
.navbar .navbar-nav > li.dropdown.active > a.dropdown-toggle:before,
.navbar .navbar-nav > li.dropdown.active > a.dropdown-toggle:after {
    background-color: #4c555a;
}
.navbar .navbar-nav > li.dropdown > a.dropdown-toggle:hover:before,
.navbar .navbar-nav > li.dropdown > a.dropdown-toggle:hover:after {
    background-color: #4c555a;
}*/
.navbar .navbar-nav > li.dropdown.open > a, 
.navbar .navbar-nav > li.dropdown.open > a:hover, 
.navbar .navbar-nav > li.dropdown.open > a:focus {
    background-color: transparent;
    color: #ecbf32;
}
/*.navbar .navbar-nav > li.dropdown.open > a.dropdown-toggle:before, 
.navbar .navbar-nav > li.dropdown.open > a.dropdown-toggle:after, 
.navbar .navbar-nav > li.dropdown.open > a.dropdown-toggle:hover:before, 
.navbar .navbar-nav > li.dropdown.open > a.dropdown-toggle:hover:after {
    background-color: #4c555a;
}*/
/*.navbar .navbar-nav > li.dropdown.open > a.dropdown-toggle:before {
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    transform: rotate(50deg);
}
.navbar .navbar-nav > li.dropdown.open > a.dropdown-toggle:after {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    transform: rotate(130deg);
}*/
.navbar .navbar-nav > li.dropdown > .dropdown-menu {
    top: 100%;
    left: 12px;
    right: auto;
    border-color: #dde8e8;
    background-color: #fff;
    border: none;
    border-radius: 0;
    padding: 22px 0;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.2), 0 0 1px 0 rgba(0,0,0,.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar .navbar-nav > li.dropdown > a.other-business + .dropdown-menu {
    border-top: 3px solid #0c674b;
}
.navbar .navbar-nav > li.dropdown > .dropdown-menu:before {
    display: none;
    bottom: 100%;
    left: 50%;
    left: 55px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;

    border-color: rgba(136,183,213,0);
    border-bottom-color: rgba(0,0,0,.05);
    border-width: 15px;
    margin-left: -15px;
    top: -29px;
}
.navbar .navbar-nav > li.dropdown > .dropdown-menu:after {
    display: none;
    bottom: 100%;
    left: 50%;
    left: 55px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;

    border-color: rgba(194,225,245,0);
    border-bottom-color: #fff;
    border-width: 16px;
    margin-left: -16px;
    top: -28px;
}
.navbar .navbar-nav > li.dropdown > .dropdown-menu a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar .navbar-nav > li.dropdown > .dropdown-menu a.active {
    color: #ecbf32;
    font-weight: 400;
}
.navbar .navbar-nav > li.dropdown > .dropdown-menu a:hover,
.navbar .navbar-nav > li.dropdown > .dropdown-menu a:focus {
    background-color: transparent;
}
.navbar .navbar-nav > li.dropdown > .dropdown-menu a:hover {
    color: #ecbf32;
}
.navbar .navbar-nav .button-li-language a {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.navbar .navbar-nav .button-li-language .anticon {
    font-size: 20px;
    margin-right: 6px;
    vertical-align: top;
}
.navbar .navbar-nav > li.button-li {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}
.navbar .navbar-nav > li.button-li > a {
    min-height: 42px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    padding: 7px 15px 5px;
    min-width: 90px;
    text-align: center;
    margin-top: 15px;
    border-radius: 2px;
}
.navbar.off-canvas .navbar-nav > li.button-li > a {
    margin-top: 7px;
}
.navbar-bg-white .navbar-nav > li.button-li > a{
    background-color: transparent;
    color: #ecbf32;
    border-color: #ecbf32;
}
.navbar-bg-white .navbar-nav > li.button-li > a:hover {
    background-color: #ecbf32;
    color: #252527;
}
.navbar-bg-white .navbar-nav > li.button-li > a:focus,
.navbar-bg-white .navbar-nav > li.button-li > a:active {
    box-shadow: none !important;
    outline: none !important;
}
.navbar-bg-white .navbar-nav > li.button-li.active > a:hover:after,
.navbar-bg-white .navbar-nav > li.button-li > a:hover:after {
    display: none;
}
.navbar-bg-white .navbar-nav > li.button-li-lang > a{
    background-color: transparent;
    color: #42423e;
}
.navbar-bg-white .navbar-nav > li.button-li-lang > a:hover {
    background-color: transparent;
}
.navbar-bg-white .navbar-nav > li.button-li .icon-m-contact {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 30px;
    background: url(../images/icon-m-contact.svg) center no-repeat;
    background-size: auto 26px;
    margin: 0 auto;
    margin-top: -1px;
    vertical-align: top;
}
.navbar-bg-white .navbar-nav > li.button-li .icon-m-global {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 34px;
    background: url(../images/icon-m-global.svg) center no-repeat;
    background-size: auto 22px;
    margin: 0 auto;
    margin-top: -1px;
    vertical-align: top;
}
.navbar-bg-white .navbar-nav > li.button-li .contact-text { 
    line-height: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
}
.navbar-bg-white.off-canvas .navbar-nav > li.button-li .contact-text {
    width: 0;
    height: 0;
    overflow: hidden;
    margin-left: 0;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    background-color: transparent;
    height: 74px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.off-canvas .navbar-brand {
    height: 54px;
}
.header-language {
    position: absolute;
    top: 0;
    right: 21px;
    z-index: 1;
}
.header-language a {
    background-color: #ecbf32;
    color: #fff;
    display: inline-block;
    padding: 5px 30px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    height: 30px;
}
.header-language a .flag {
    display: inline-block;
    width: 18px;
    margin-right: 4px;
    vertical-align: bottom;
}
.header-language a .icon {
    width: 5px;
    height: 8px;
    vertical-align: middle;
    margin-left: 8px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}
.header-language a .icon * {
    fill: #fff;
}
.navbar-brand img.logo {
    width: auto;
    height: 52px;
    margin-top: 11px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.off-canvas .navbar-brand img.logo {
    height: 34px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-bg-white .navbar-nav > li > a:hover {
    color: #ecbf32;
}
.navbar-bg-white .navbar-nav > li.active > a {
    color: #ecbf32;
}
.navbar .navbar-nav > li.dropdown.open > .dropdown-menu {
    max-height: 75vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    overflow: hidden;
    position: absolute;
    padding: 0;
    transition: none;
    overflow-y: auto;
    background-color: rgba(7,36,49,1);
    box-shadow: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
}
.home .navbar .navbar-nav > li.dropdown.open > .dropdown-menu {
    background-color: rgba(7,36,49,.9);
}
.dropdown-menu .submenu-wrapper {
    position: relative;
    min-width: 200px;
    padding: 10px 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
}
.dropdown-menu .submenu-wrapper + .submenu-wrapper {
    border-left: 1px solid #e6e7e8;
}
.dropdown-menu .submenu-wrapper .submenu {
    list-style: none;
    padding: 0;
}
.submenu-headline {
    margin: 0 0 15px;
    padding: 10px 35px 0;
    overflow: hidden;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: #646464;
}
.submenu-link {
    padding: 10px 35px;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    transition: color .3s ease,background-color .3s ease;
}

.aside-contact {
    padding: 50px 0;
    text-align: center;
    background: url(../images/aside-contact.svg) no-repeat center 5%;
    background-color: #f0f0f0;
    background-size: cover;
}
.aside-contact .contact-img {
    display: block;
    margin-bottom: 12px;
}
.aside-contact h3 {
    font-size: 40px;
    color: #252527;
    font-weight: 600;
    margin-bottom: 17px;
}
.aside-contact p {
    font-weight: 400;
    font-size: 18px;
}
.navbar-meta .navbar-right {
    margin-top: 20px;
    margin-bottom: 20px;
}
.navbar-meta .navbar-right > li > a {
    font-size: 12px;
    color: #646464;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar-meta .navbar-right > li > a:hover {
    background-color: #fff;
    color: #252527;
}
.language-selector {
    margin-right: 0;
    margin-left: 40px;
}
.language-selector ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.language-selector ul > li {
    position: relative;
    float: left;
    list-style: none;
    color: #969696;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 16px;
}
.language-selector ul > li + li {
    padding-left: 15px;
    margin-left: 15px;
}
.language-selector ul > li + li:before {
    content: '';
    border-right: 1px solid #ddd;
    height: 19px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.language-selector ul > li > a {
    color: #969696;
    display: block;
    vertical-align: middle;
    line-height: 22px;
    padding-top: 11px;
    padding-bottom: 9px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.language-selector ul > li.active > a {
    color: #252527;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.language-selector ul > li > a:hover,
.language-selector ul > li.active > a:hover {
    color: #252527;
}
.language-selector ul > li > a .flag {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin-right: 4px;
    margin-top: -2px;
}
.navbar-main .navbar-nav > li > a {
    font-weight: 700;
    padding: 28px 6px 26px 6px;
}
.navbar-bg-white .navbar-main .navbar-nav > li.active > a,
.navbar-main .navbar-nav > li > a:hover {
    color: #ecbf32;
    background-color: transparent;
}
.navbar-bg-white .navbar-main .navbar-nav > li.active > a:after,
.navbar-bg-white .navbar-main .navbar-nav > li.open > a:after,
.navbar-main .navbar-nav > li > a:hover:after {
    content: '';
    position: absolute;
    -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    margin-top: 0;
    background-image: none;
    background-color: #ecbf32;
}
.navbar-bg-white .navbar-main .navbar-nav > li.active > a.patent-transaction,
.navbar-main .navbar-nav > li > a.patent-transaction:hover {
    background-color: #005691;
}
.navbar-bg-white .navbar-main .navbar-nav > li.active > a.patent-license,
.navbar-main .navbar-nav > li > a.patent-license:hover {
    background-color: #a40a5e;
}
.navbar-bg-white .navbar-main .navbar-nav > li.active > a.technology-transfer,
.navbar-main .navbar-nav > li > a.technology-transfer:hover {
    background-color: #9b0007;
}
.navbar-bg-white .navbar-main .navbar-nav > li.active > a.trademark-transaction,
.navbar-main .navbar-nav > li > a.trademark-transaction:hover {
    background-color: #ed7600;
}
.navbar-bg-white .navbar-main .navbar-nav > li.active > a.other-business,
.navbar-main .navbar-nav > li.dropdown.open > a,
.navbar-main .navbar-nav > li.dropdown > a.other-business:hover,
.navbar-main .navbar-nav > li.dropdown.open > a.other-business:hover {
    color: #ecbf32;
    background-color: transparent;
}
.signature {
    height: 4px;
    width: 100%;
    background-color: #ecbf32;
}
.signature-item {
    width: 14.285714%;
    height: 4px;
    float: left;
}
.signature-item-1 {
    background-color: #ecbf32;
}
.signature-item-2 {
    background-color: #a40a5e;
}
.signature-item-3 {
    background-color: #e60012;
}
.signature-item-4 {
    background-color: #f39800;
}
.signature-item-5 {
    background-color: #fed700;
}
.signature-item-6 {
    background-color: #07913a;
}
.signature-item-7 {
    background-color: #28a7e1;
}


/* footer */
.footer-main {
    color: #767676;
    background: #f2f2f2;
    /*background-image: linear-gradient(to bottom right, #000000 0%,#292e33 100%);*/
}
.footer-main .logo {
    max-height: 40px;
}
.footer-main h3 {
    font-size: 15px;
    line-height: 1.444;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 34px;
    margin-bottom: 20px;
}
.footer-main h3 a {
    color: #fff;
}
.footer-main ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    overflow-y: hidden;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.footer-top ul li {
    font-size: 14px;
    margin-bottom: 4px;
}
.footer-top ul li a {
    display: block;
    padding: 8px 0;
    color: #fff;
    line-height: 1;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}
.footer-top ul li a:hover,
.footer-main h3 a:hover {
    color: #d2d3d5;
}
.anchor {
    padding: 15px 0 15px;
    font-size: 12px;
    line-height: 18px;
}
.social {
    line-height: 1;
    text-align: left;
    margin-top: 0;
}
.social .sm-icon {
    font-size: 22px;
    vertical-align: middle;
    margin-left: 10px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%; 
    line-height: 32px;
    width: 36px;
    height: 36px;
    text-align: center;
}
.social-dark .sm-icon {
    border: 2px solid #252527;
    margin-left: 0;
    margin-right: 10px;
}
.social .sm-icon [class^="ion-"], 
.social .sm-icon [class*="ion-"] {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    display: inline-block;
    color: #fff;
}
.social-dark .sm-icon [class^="ion-"], 
.social-dark .sm-icon [class*="ion-"] {
    color: #252527;
}
.offscreen {
    position: absolute;
    left: -9999em;
}
.anchor .legal, 
.anchor .legal a {
    color: #767676;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
}
.anchor .legal a {    
    text-decoration: underline;
}
.anchor .legal a.footer-brand {
    margin-right: 20px;
    text-decoration: none;
}
.anchor .legal a:hover {
    color: #fff;
}
.anchor .legal .legal-nav {
    padding: 4px 0 0;
    display: block;
    line-height: 1.5;
    vertical-align: middle;
    text-align: center;
}
.anchor .legal .copyright {
    margin-top: 6px;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.anchor .legal .copyright a {
    font-size: 13px;
}
.anchor .legal .legal-nav ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}
.anchor .legal .legal-nav ul li {
    line-height: 1.2;
    padding: 0 0 0 8px;
    margin: 0 0 0 8px;
    display: inline-block;
    border-left: 1px solid #d2d3d5;
}
.anchor .legal .legal-nav ul li:first-child {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}
.footer-aside {
    background-color: #ecbf32;
    padding: 0 20px 40px 20px;
    overflow: hidden;
}
.footer-aside h3 {
    margin-bottom: 28px;
}
.footer-aside p {
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 22px;
}
.footer-aside .contact p {
    margin-bottom: 8px;
}
.footer-aside p a.learn-more {
    color: #fff;
    text-decoration: underline;
}
.footer-aside .contact-item {
    color: #fff;
    font-size: 15px;
    padding-bottom: 10px;
}
.footer-aside .contact-item strong {
    font-weight: 600;
}
.footer-aside .contact-item a {
    color: #fff;
}
.footer-aside .contact-text a {
    font-size: 14px;
}
.footer-aside .contact-text a:hover {
    text-decoration: underline;
}

/* --Main-- */
.process-img {
    width: 500px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/* --Home-- */
.modal {
    background-color: rgba(20,23,26,.8);
}
.w-1000 {
    max-width: 100%;
    width: 1000px;
}
.w-800 {
    max-width: 100%;
    width: 800px;
}
.video-modal .modal-content {
    box-shadow: none;
    border-radius: 0;
    border: none;
}
.video-modal .modal-header {
    height: 40px;
}
.video-modal .modal-header .close {
    margin-top: 0;
}
.video-modal .modal-body {
    padding: 0;
}
.icon-close, .modal-header .icon-modal-close {
    margin-top: 7px;
    margin-right: 1px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/icon-modal-close.png) no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1;
}
.icon-close:hover,
.modal-header .icon-modal-close:hover {
    background-position: 0 -12px;
    filter: alpha(opacity=100);
    opacity: 1;
}
.video-modal .modal-header .close {
    margin-top: 0;
}
#topIndexCarousel .carousel-inner .item {
    min-height: 600px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 100vh;
}
#topIndexCarousel .carousel-inner .home-banner-hero {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
#topIndexCarousel .carousel-inner .home-banner-hero.search-mode {
    min-height: 0;
}
.carousel-inner .darker {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
}
.carousel-inner video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: auto;
    z-index: -1;
}
.video-link + .video-link {
    margin-top: 12px;
}
.video-link a {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    text-shadow: none;
}
.video-link a:hover {
    color: #c6dffe;
}
.video-link a .anticon {
    font-size: 21px;
    font-weight: 400;
}
.video-link a .flag {
    display: inline-block;
    width: 28px;
    margin-right: 6px;
    vertical-align: bottom;
}
.carousel-caption {
    width: 100%;
    position: static;
    text-shadow: none;
    padding-top: 74px;
    padding-bottom: 60px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.search-mode .carousel-caption {
    padding-bottom: 24px;
}
.dac-hero-content {
    color: #252527;
    text-align: center;
    padding: 60px 0 0 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.search-mode .dac-hero-content {
    position: absolute;
    z-index: -1;
    top: -200px;
    padding: 0;
    opacity: 0;
}
.dac-hero-title {
    /*text-transform: uppercase;*/
    font-size: 46px;
    line-height: 1.1;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 17px;
}
.dac-hero-p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 17px;
}
.home-search-form {
    position: relative;
    margin-top: 35px;
    margin-bottom: 60px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.search-mode .home-search-form {
    margin-bottom: 0;
}
.home-search-form .icon-search {
    position: absolute;
    left: 20px;
    top: 23px;
    color: #767676;
    font-size: 26px;
    line-height: 1;
}
.home-search-form .icon-search .search-icon {
    display: block;
    background: no-repeat center/24px url("../images/search.svg");
    width: 24px;
    height: 24px;
}
.home-search-form input.form-control {
    height: 72px;
    padding: 16px 160px 12px 60px;
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    font-size: 16px;
    font-weight: 700;
    color: #484848;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px !important;
}
.home-search-form input.form-control:focus {
    border-color: #ecbf32;
    background-color: #fff;
}
.home-search-form input.form-control:focus::-webkit-input-placeholder {
    color: #c1b9b4;
}
.home-search-form input.form-control:focus:-moz-placeholder { 
    color: #c1b9b4;   
    opacity: 1;
}
.home-search-form input.form-control:focus::-moz-placeholder { 
    color: #c1b9b4;
    opacity:  1;
}
.home-search-form input.form-control:focus:-ms-input-placeholder { 
    color: 
    #c1b9b4;
}
.home-search-form input.form-control:focus::-ms-input-placeholder {
    color: #c1b9b4;
}

.home-search-form .btn-primary {
    position: absolute;
    right: 6px;
    top: 6px;
    padding-top: 16px;
    padding-bottom: 12px;
}
.home .indicators-wrap {
    bottom: 33px;
    left: 0;
    position: absolute;
    right: 0;
}
.home .indicators-wrap .carousel-indicators {
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    text-align: left;
    clear: both;
    position: static;
    padding-bottom: 25px;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 0;
    background-color: #fff;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 8px;
}
.carousel-indicators li.active {
    width: 14px;
    height: 14px;
    background-color: #ecbf32;
    margin-left: 0;
    margin-right: 8px;
}

.result-list-hero {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    position: relative;
    min-height: -moz-calc(100vh - 227px);
    min-height: -webkit-calc(100vh - 227px); 
    min-height: -o-calc(100vh - 227px);
    min-height: -ms-calc(100vh - 227px);
    min-height: calc(100vh - 227px)
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.result-list-hero.inactive {
    max-height: 0 !important;
    min-height: auto !important;
}
.result-list-hero .overlay {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .95;
    filter: alpha(opacity=90);
    z-index: 0;
}
.result-list-hero .results-groups {
    position: relative;
    margin-top: 20px;
} 
.results-groups .empty-panel {
    /*border: 1px solid #ffe58f;*/
    background-color: #f2f2f2;
    margin-top: 40px;
    margin-bottom: 40px;
}
.results-groups .empty-panel .panel-body {
    padding: 20px;
}
.results-groups .empty-panel .results-empty-match h4 {
    font-weight: 700;
    font-size: 18px;
    color: #252527;
}
.results-groups .empty-panel .results-empty-match p{
    font-size: 14px;
}
.results-groups .empty-panel .results-empty-match .code-num {
    text-decoration: underline;
}
.results-groups .title-s {
    font-weight: 700;
    font-size: 12px;
    color: #252527;
}
.results-groups .panel-title > a {
    display: block;
    padding: 20px 20px 15px;
    background-color: rgba(236,191,50,.1);
}
.results-groups .panel-title > a:hover {
    background-color: rgba(236,191,50,.15);
}
.results-groups .panel-title .code,
.results-groups .panel-title .count,
.results-groups .panel-title .country,
.results-groups .panel-title .flag {
    display: inline-block;
    vertical-align: middle;
}
.results-groups .panel-title .code,
.results-groups .panel-title .count,
.results-groups .panel-title .country {
    color: #646464;
    font-size: 12px;
    margin-right: 30px;
    font-weight: 500;
}
.results-groups .panel-title .country {
    margin-right: 6px;
}
.results-groups .panel-title .code strong,
.results-groups .panel-title .count strong,
.results-groups .panel-title .country strong {
    font-size: 20px;
    color: #252527;
}
.results-groups .panel-title .flag {
    height: 20px;
    margin-top: 7px;
}
.results-groups ul.list-results {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.results-groups ul.list-results li {
    border-top: 1px solid #dcdee3;
    padding: 12px 0 8px;
}
.results-groups ul.list-results li.small-enterprise {
    background-color: #f2f6f7;
}
.results-groups ul.list-results li.list-head {
    font-size: 14px;
}
/*.results-groups ul.list-results li:nth-child(even) {
    border-left: 1px solid #dcdee3;
}*/
.results-groups ul.list-results li .row {
    margin: 0;
}
.results-groups ul.list-results li .row > .col-xs-6 {
    height: 26px;
    padding-left: 20px;
    padding-right: 20px;
}
.results-groups ul.list-results li .enterprise {
    font-size: 12px;
    font-weight: 700;
    color: #2C6187;
}
.results-groups ul.list-results li .year {
    line-height: 26px;
    font-size: 16px;
    font-weight: 500;
    color: #646464;
}
.results-groups ul.list-results li .year .unit {
    font-size: 14px;
    font-weight: 500;
} 
.results-groups ul.list-results li .price {
    line-height: 26px;
    font-size: 20px;
    font-weight: 700;
    color: #252527;
}
.results-groups ul.list-results li .price .cny {
    font-size: 14px;
    font-weight: 400;
}
.loading-spinner {
    border-radius: 4px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(255,255,255,.7);
    z-index: 113;
}
@-webkit-keyframes loader {
    from {
        -webkit-transform:rotate(0deg) translateZ(0);
        transform:rotate(0deg) translateZ(0)
    }
    to {
        -webkit-transform:rotate(360deg) translateZ(0);
        transform:rotate(360deg) translateZ(0)
    }
}
@keyframes loader {
    from {
        -webkit-transform:rotate(0deg) translateZ(0);
        transform:rotate(0deg) translateZ(0)
    }
    to {
        -webkit-transform:rotate(360deg) translateZ(0);
        transform:rotate(360deg) translateZ(0)
    }
}
.loading-spinner .icon-loading {
    background: no-repeat center/30px url("../images/spinner.svg");
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 120px;
    left: 50%;
    z-index: 1;
    -webkit-animation: loader 1s linear infinite;
    animation: loader 1s linear infinite;
}

.icon-search .loading-spinner .icon-loading-grey {
    background: no-repeat center/24px url("../images/spinner-grey.svg");
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    z-index: 1;
    -webkit-animation: loader 1s linear infinite;
    animation: loader 1s linear infinite;
}
.l-gap-above.l-gap-large {
    margin-top: 40px;
    margin-bottom: 40px;
}
.legal-notice {
    background-color: #f2f2f2;
    border-radius: 4px;
    overflow: hidden;
}
.legal-notice-heading {
    font-size: 16px;
    font-weight: 700;
    padding: 14px 15px 10px;
    color: #252527;
    background-color: #eee;
    margin-bottom: 0;
    margin-top: 0;
}
.legal-notice--content {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 16px;
}
.ordered-list, 
.unordered-list {
    margin-left: 0;
    margin-bottom: 16px;
    padding-left: 0;
    line-height: 1.5;
}
.ordered-list>li, 
.unordered-list>li {
    position: relative;
    margin: 0 0 0 16px;
    padding: 0 3px;
}
.ordered-list>li+li, 
.unordered-list>li+li {
    margin-top: 6px;
}


.home .services-section {
    color: #4c555a;
    font-size: 17px;
}
.services-list .services-cards {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    min-width: 100%;
    width: auto;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    min-width: 100%;
    width: auto;
}
.services-list .services-cards .services {
    display: block;
    min-width: 280px;
    margin-bottom: 30px;
}
.services-list .card{
    color: #252525;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 30px 20px;
    text-align: center;
}
.carousel-caption .services-list .card {
    border: none;
    color: #fff;
    background-color: rgba(37,37,37,0.9);
}
.carousel-caption .services-list .card:hover {
    background-color: #820000;
}
.services-list .card .card-icon {  
    width: 64px;
    height: 64px;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 10px;
}
.services-list .card .icon-patent-transaction {
    background: url(../images/icon-patent-transaction.svg?v2) center no-repeat;
    background-size: 100% 100%;
}
.services-list .card .icon-patent-license {
    background: url(../images/icon-patent-license.svg?v2) center no-repeat;
    background-size: 100% 100%;
}
.services-list .card .icon-technology-transfer {
    background: url(../images/icon-technology-transfer.svg?v2) center no-repeat;
    background-size: 100% 100%;
}
.services-list .card .icon-trademark-transaction {
    background: url(../images/icon-trademark-transaction.svg?v2) center no-repeat;
    background-size: 100% 100%;
}
.services-list .card .icon-other-services {
    background: url(../images/icon-other-services.svg?v2) center no-repeat;
    background-size: 100% 100%;
}
.services-list .card .card-heading {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}
.services-list .card p {
    font-size: 16px;
    color: #646464;
    margin-bottom: 0;
}
.carousel-caption .services-list .card p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 16px;
}
.services-list .card ul {
    padding: 0;
    margin: 0;
}
.services-list .card ul li {
    list-style: none;
}
.services-list .card ul li a {
    color: #252527;
    font-size: 16px;
}
.services-list .card ul li a:hover {
    color: #005ea6;
}

.services-list .services-item ul li {
    margin: 6px 0;
}
.services-list .services-item ul li a {
    color: #53565a;
}
.services-list .services-item ul li a:hover {
    color: #ecbf32;
}
.home-content-area .content-section {
    padding: 50px 0;
}
.home-content-area .content-section-brand {
    background-color: #ecbf32;
    color: #fff;
    text-align: center;
    padding: 20px;
}
.home-content-area .content-section-brand p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
}
.section-border-bottom {
    border-bottom: 1px solid #d1d4d3;
}
.home-content-area .content-section-blog {
    background-color: #eef6fa;
}
.home-content-area .content-section h2.section-tit {
    text-align: center;
    font-size: 34px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
    color: #252527;
    font-weight: 700;
    margin-bottom: 25px;
}
.home-content-area .content-section p.section-titsub {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 17px;
}
.home .content-section-clients .clients-list {
    overflow: hidden;
    padding-top: 45px;
    padding-bottom: 45px;
}
.home .content-section-clients .clients-item {
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.home .content-section-clients .clients-item:nth-child(4n) {
    border-right: none;
}
.home .content-section-clients .clients-item:nth-last-child(-n+4) {
    border-bottom: none;
}
.home .content-section-clients .clients-item .img-wrap {
    padding: 45px;
}
.home .content-section-clients .clients-item img {
    width: 100%;
}

.select-form {
    position: relative;
}
.select-form .form-group select.form-control {
    height: 52px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 12px 32px 12px 20px;
    background: #fff url(../images/newchecklabel.svg) top -30px right 0 no-repeat;
}
.select-form .ol-btn-group {
    position: absolute;
    right: 0;
    top: 0;
}
.select-form .ol-btn-group .btn {
    border-radius: 0 2px 2px 0;
    padding: 10px 40px;
}

@media (min-width: 768px) {
    .clients-row .col-p20{
        width: 20%;
    }
}
.clients-img {
    margin-bottom:20px; 
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.3);
}
.clients-img img {
    width:80%;
}
/**/
.edc-related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.edc-related.-light {
    color: #000000;
    background-color: #ffffff;
}
.edc-related.-dark, .edc-related.-dark * a {
    color: #ffffff;
    background-color: #323232;
    text-shadow: none !important;
}
@media (min-width: 481px) {
    .edc-related.ILTR, .edc-related.ILTR * a {
        flex-direction: row-reverse;
    }
}
.edc-related-message {
    font-size: 36px;
    line-height: 1.15;
    font-weight: 100;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: -.03em;
    margin: 0;
    padding: 33px;
    -webkit-transition: font-size .2s;
    transition: font-size .2s;
}
@media (min-width: 861px) {
    .edc-related-message {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
.edc-related-aside {
    background-position: 50% 50%;
    background-size: auto 100%;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: background-size .35s ease-out, -webkit-transform .2s ease-out;
    transition: background-size .35s ease-out, -webkit-transform .2s ease-out;
    transition: background-size .35s ease-out, transform .2s ease-out;
    transition: background-size .35s ease-out, transform .2s ease-out, -webkit-transform .2s ease-out;
}
@media (max-width: 1280px) and (min-width: 481px) {
    .edc-related-aside {
        width: 44vw;
        height: 33vw;
    }
}
@media (min-width: 1281px) {
    .edc-related-aside {
        min-width: 400px;
        min-height: 300px;
        width: 60vmin;
        height: 45vmin;
    }
}
.edc-related-message-content {
    display: block;
    max-width: 630px;
    font-weight: 300;
    position: relative;
}
.edc-related-message-content a {
    display: inline-block;
    text-decoration: none;
}
.edc-related.-dark .edc-related-message-content p a {
    color: #ecbf32;
}
@media (min-width: 861px) {
    .edc-related-message-content a {
        background-position: 100% calc(100% - .05em);
        background-repeat: no-repeat;
        background-size: 200% 1px;
        position: relative;
        -webkit-transition: background-position-x .4s;
        transition: background-position-x .4s;
    }
    .edc-related-message-content a:focus,
    .edc-related-message-content a:hover {
        background-position-x: 0;
    }
}
@media (min-width: 861px) {
    .edc-related:first-child .edc-related-message-content a, 
    .edc-related:first-child~.edc-related:nth-child(odd) .edc-related-message-content a, 
    :not(.edc-related)+.edc-related .edc-related-message-content a, 
    :not(.edc-related)+.edc-related:nth-child(2n)~.edc-related:nth-child(2n) .edc-related-message-content a, 
    :not(.edc-related)+.edc-related:nth-child(odd)~.edc-related:nth-child(odd) .edc-related-message-content a {
        background-image: -webkit-linear-gradient(left, #ecbf32 calc(50% - 1px), #ccc calc(50% - 1px));
        background-image: linear-gradient(90deg, #ecbf32 calc(50% - 1px), #ccc calc(50% - 1px));
        color: #ecbf32;
        /*text-shadow: -0.075em -0.05em 0 #fff, -0.125em 0 0 #fff, -0.075em 0 0 #fff, -0.05em 0 0 #fff, 0.05em 0 0 #fff, 0.075em 0 0 #fff, 0.125em 0 0 #fff;*/
    }
    .edc-related.-dark .edc-related-message-content p a {
        background-image: -webkit-linear-gradient(left, #ecbf32 calc(50% - 1px), #595959 calc(50% - 1px));
        background-image: linear-gradient(90deg, #ecbf32 calc(50% - 1px), #595959 calc(50% - 1px));
        color: #ecbf32;
        /*text-shadow: -0.075em -0.05em 0 #323232, -0.125em 0 0 #323232, -0.075em 0 0 #323232, -0.05em 0 0 #323232, 0.05em 0 0 #323232, 0.075em 0 0 #323232, 0.125em 0 0 #323232;*/
    }
}
@media (max-width: 480px) {
    .edc-related {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 90vh;
    }
    .edc-related-message {
        font-size: 32px;
        line-height: 1.094;
        padding: 15% 10%;
        text-align: center;
    }
    .edc-related-aside {
        margin: 16px;
        width: calc(100vw - 16px * 2);
        height: 75vw;
    }
}
/**/

.content-section-update .update-header {
    margin-top: 0;
    color: #252527;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.content-section-update .view-more:hover {
    color: #252527;
    text-decoration: underline;
}
.content-section-update .update-list {
    padding: 0;
    margin: 0;
}
.content-section-update .update-list li {
    padding: 0;
    list-style: none;
    margin-bottom: 16px;
}
.content-section-update .update-list li > a {
    display: block;
    width: 100%;
    font-weight: 600;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.content-section-update .update-list li > a:hover {
    color: #252527;
    text-decoration: underline;
}
.content-section-update .update-list li .date,
.content-section-update .update-list li .ct {
    font-size: 12px;
}
.content-section-update .update-list li .ct > a {
    font-weight: 600;
}
.content-section-update .update-list li .ct > a:hover {
    color: #252527;
    text-decoration: underline;
}
.ip-services .headroom-area h1 {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
}
.ip-services .headroom-area h1 > img {
    width: 60px;
    height: auto;
}
.ip-services .headroom-area h1 > span {
    vertical-align: middle;
    display: inline-block;
    margin-left: 15px;
}

.ip-services .form-area {
    background-color: #fff;
}
.ip-services .form-area .form-col {
    border-right: 1px solid #dadada;
    padding-right: 30px;
}
.ip-services .form-area .qs-col {
    padding-left: 30px;
}
.ip-services .form-area .qs-col h4{
    font-size: 30px;
    font-weight: 600;
    color: #292e31;
    margin-top: 70px;
    margin-bottom: 20px;
}
.ip-services .form-area .qs-col p {
    font-size: 17px;
}
.ul-step-form {
    list-style: none;
    padding-left: 0;
}
.ul-step-form li {
    display: none;
}
.ul-step-form li.active {
    display: block;
}
.ul-step-form .buttonWrapper {
    margin-bottom: 60px;
    padding-top: 40px;
}
.ul-step-form .buttonWrapper > .btn {
    min-width: 290px;
    font-size: 20px;
    min-height: 60px;
}
.form-section h4 {
    font-size: 30px;
    font-weight: 600;
    color: #292e31;
    margin-top: 70px;
    margin-bottom: 20px;
}
.preview-file-wrap {
    height: 200px;
    width: auto;
    max-width: 100%;
    background-color: #fff;
    text-align: center; 
    border: 1px dashed #d9d9d9;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.preview-file-wrap:hover {
    border-color: #148dce;
}
.preview-file-wrap .add-img {
    margin-top: 20px;
}
.preview-file-wrap h6 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}
.preview-file-wrap .file-img {
    width: auto;
    max-width: 100%;
    height: 100%;
}
.info-confim-wrapper h4 {
    color: #292e31;
    font-size: 24px;
    font-weight: 400;
}
.info-confim-wrapper .info-title{
    color: #292e31;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 40px;
    width: 180px;
}
.info-confim-wrapper .info-value{
    color: #4c555a;
    font-size: 16px;
}
.info-confim-wrapper hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-color: #e4e9ec;
}
.info-confim-wrapper .file-img {
    display: inline-block;
    width: auto;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    padding: 5px;
    border: 1px solid #d9d9d9;
}

.success-area {
    background-color: #f2f4f4;
    padding-top: 100px;
    padding-bottom: 100px;
}
.success-area .order-message h2 {
    color: #292e31;
    font-size: 36px;
}
.success-area .order-message p {
    font-size: 18px;
    margin-bottom: 20px;
}
.success-area .order-summary {
    margin-top: 30px;
}
.success-area .order-summary .info-confim-wrapper {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #e4e9ec;
}
.success-area .order-summary .info-confim-wrapper  h2 {
    color: #292e31;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 20px;
}

/* services */
.services-list-group .list-group-item {
    font-size: 17px;
    font-weight: 600;
    padding: 12px 20px;
}
.services-list-group .list-group-item,
.services-list-group .list-group-item.active, 
.services-list-group .list-group-item.active:hover, 
.services-list-group .list-group-item.active:focus{
    border: none;
}
.services-list-group .list-group-item:first-child,
.services-list-group .list-group-item:last-child{
    border-radius: 0;
}
.services-list-group .list-group-item.active {
    background-color: #154261;
    background: -moz-linear-gradient(top, #154261 0%, #001d2e 100%);
    background: -webkit-linear-gradient(top, #154261 0%, #001d2e 100%);
    background: -ms-linear-gradient(top, #154261 0%, #001d2e 100%);
}
.services-list-nav.affix {
    position: fixed !important;
    top: 120px;
}
.services-area {
    background-color: #fff;
    padding: 100px 0;
}
.services-area article {
    font-size: 17px;
    line-height: 1.7;
}
.services-area article + article {
    padding-top: 60px;
}
.services-area article header.title {
    vertical-align: middle;
    margin-bottom: 20px;
}
.services-area article header.title img {
    height: 60px;
    margin-right: 10px;
}
.services-area article header.title h2 {
    margin: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 46px;
    line-height: 60px;
}
.services-area article header.title .btn-wrap {
    margin-top: 15px;
}
.services-area article ul {
    padding-left: 22px;
}
.services-area article section h2 {
    margin-top: 40px;
}
.services-area article ul li+li {
    margin: 4px 0;
}
.services-area article .table > thead > tr > th, 
.services-area article .table > tbody > tr > th, 
.services-area article .table > tfoot > tr > th, 
.services-area article .table > thead > tr > td, 
.services-area article .table > tbody > tr > td, 
.services-area article .table > tfoot > tr > td {
    vertical-align: middle
}
.services-area article .table > thead > tr > th {
    border-bottom: 1px solid #ddd;
}
.services-area article h3 {
    margin-top: 30px;
    padding: 4px 10px;
    background-color: #eef6fa;
    font-weight: 200;
    font-size: 30px;
}
.services-area article table {
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
}
.services-area article table > thead > tr > th, 
.services-area article table > tbody > tr > th, 
.services-area article table > tfoot > tr > th, 
.services-area article table > thead > tr > td, 
.services-area article table > tbody > tr > td, 
.services-area article table > tfoot > tr > td {
    padding: 16px;
}
.submenu-area {
    background-color: #fff;
}
.submenu-area .submenu {
    position: relative;
    width: 100%;
    display: block;
    height: 80px;
    background-color: #fff;
    z-index: 3;
}
.submenu-area .submenu .submenu-inner {
    height: 100%;
    margin: 0 auto;
}
.submenu-area .submenu-content {
    height: 100%;
    border-bottom: 3px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
}
.submenu-area .submenu-title {
    display: none;
    letter-spacing: 1px;
    line-height: 47px;
    font-weight: 600;
    font-size: 20px;
    color: #53565a;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 1px;
}
.submenu-area .submenu-menu {
    transition: all .45s cubic-bezier(.23,1,.32,1) 0ms;
    display: inline-flex;
    height: 100%;
    position: relative;
    bottom: -3px;
}
.submenu-area .submenu-menu .submenu-menu-item {
    transition: all .45s cubic-bezier(.23,1,.32,1) 0ms;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    margin: 0 32px 0 0;
    height: 100%;
    cursor: pointer;
    border-bottom: 3px solid #e6e6e6;
    white-space: nowrap;
}
.submenu-area .submenu-menu .submenu-menu-item.is-active {
    border-bottom: 3px solid #ecbf32;
    cursor: default;
}
.submenu-area .submenu-menu .submenu-menu-item span {
    font-weight: 600;
    transition: all .45s cubic-bezier(.23,1,.32,1) 0ms;
    text-transform: uppercase;
    color: #252527;
}
.submenu-area .submenu-menu .submenu-menu-item.is-active span {
    font-weight: 700;
    color: #ecbf32!important;
}

.headroom-area {
    position: relative;
    padding: 80px;
}
.about-headroom-area {
    background-color: #f2c811;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.contact-headroom-area {
    background-color: #f2c811;
    background-repeat: no-repeat;
    background-position: center 85%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.headroom-area {
    background-color: #f2c811;
}
.headroom-area img {
    width: 80px;
}
.headroom-area h1 {
    text-align: center;
    color: #fff;
    font-size: 46px;
    line-height: 1.0;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 0;
}
.headroom-area p {
    text-align: center;
    margin-bottom: 0;
    margin-top: 24px;
    color: #000;
    font-size: 29px;
    line-height: 1.2;
    font-weight: 200;
    margin-top: 10px;
}
.headroom-area .btn {
    margin-top: 24px;
}
.blog-headroom-area hr {
    border-top: 1px solid rgba(255,255,255,.6);
}
.blog-headroom-area h2 {
    margin-bottom: 20px;
    margin-top: 30px;
}
.blog-headroom-area h2 a{
    font-size: 36px;
    color: #fff;
    font-weight: 800;
    line-height: 1.1;
}
.blog-headroom-area h2 a:hover {
    color: rgba(255,255,255,.8);
}
.blog-headroom-area .blog-meta {
    margin-bottom: 25px;
    color: #fff;
    font-size: 18px;
}
.blog-headroom-area .blog-meta .pipe {
    border: 1px solid transparent;
    border-right-color: rgba(255,255,255,0.6);
    padding-left: 0;
    margin-right: 0;
    margin-right: 15px;
    padding-right: 10px;
}
.blog-headroom-area .mission {
    font-size: 18px;
    font-weight: 600;
}
.blog-headroom-area .blog-hero-cate a,
.blog-headroom-area .mission a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
}
.blog-headroom-area .blog-hero-cate a:hover,
.blog-headroom-area .mission a:hover {
    color: rgba(255,255,255,.8);
}
.content-area {
    padding: 60px 0;
}
.content-area h2 {
    font-size: 36px;
    font-weight: 200;
    color: #252527;
    margin-top: 0;
    margin-bottom: 17px;
}
.content-area h2.brand {
    font-weight: 200;
    font-size: 32px;
    margin-top: 16px;
}
.content-area p {
    font-size: 17px;
    font-weight: 400;
}
/*html:lang(zh) .content-area p {   
    text-indent: 2em;
}*/
.content-area p.title-brand {
    font-weight: 600;
    font-size: 22px;
    color: #ecbf32;
    text-transform: uppercase;
    text-indent: 0; 
}
.content-area-gray,
.content-section-gray {
    background-color: #f0f0f0;
}
.content-area h3,
.content-area h4 {
    font-size: 22px;
    font-weight: 700;
    color: #252527;
    margin-top: 34px;
}
.content-area h5 {
    font-size: 18px;
    font-weight: 700;
    color: #252527;
    margin-top: 20px;
}
.content-area h3.lh {
    font-size: 32px;
    font-weight: 300;
    margin-top: 50px
}
.content-area ul,
.content-area ol {
    padding-left: 22px;
    font-weight: 400;
    margin-bottom: 17px;
    font-size: 17px;
}
.content-area article ul li,
.content-area article ol li {
    margin: 10px 0;
}
.content-area article table {
    font-weight: 400;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
}
.content-area article table > thead > tr > th, 
.content-area article table > tbody > tr > th, 
.content-area article table > tfoot > tr > th, 
.content-area article table > thead > tr > td, 
.content-area article table > tbody > tr > td, 
.content-area article table > tfoot > tr > td {
    padding: 16px;
    vertical-align: middle;
}
.content-area article .table tr:nth-child(odd) td {
    background-color: #f7f7f7;
}
.content-area article .table tr td + td {
    border-left: 1px solid #ddd;
}
.content-area article .table tr td:first-child {
    font-weight: 700;
}
.content-area article .table > thead {
    background-color: #333;
}
.content-area article .table > thead > tr > th {
    font-weight: 700;
    color: #fff;
    border-bottom: 1px solid #ddd;
    background-color: 
}
.faq-wrapper .faq-item {
    display: block;
    background: #f0f0f0;
    padding: 20px 30px 3px 30px;
    margin-bottom: 30px;
}
.faq-wrapper .faq-item h4{
    font-size: 18px;
    line-height: 1.3;
    color: #252527;
    margin-top: 0;
}
.faq-wrapper .faq-item:hover {
    background-color: #ecbf32;
    color: #fff;
}
.faq-wrapper .faq-item:hover h4 {
    color: #fff;
}
.clients-area {
    padding: 40px 0;
    background-color: #f5f5f5;
}
.clients-area .clients-list .clients-item {
    position: relative;
    display: block;
    background-color: #fff;
    margin-bottom: 12px;
    border:1px solid #ccc;
    -webkit-transition: box-shadow 0.4s ease;
    -moz-transition: box-shadow 0.4s ease;
    -ms-transition: box-shadow 0.4s ease;
    -o-transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease;
}
.clients-area .clients-list:hover .clients-item {   
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.clients-area .clients-list .clients-item img {
    padding: 25px;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
}
.clients-area .clients-list .clients-item:hover img {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.clients-area .clients-list .clients-item .clients-info {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease, bottom 0.4s ease;
    -moz-transition: opacity 0.4s ease, bottom 0.4s ease;
    -ms-transition: opacity 0.4s ease, bottom 0.4s ease;
    -o-transition: opacity 0.4s ease, bottom 0.4s ease;
    transition: opacity 0.4s ease, bottom 0.4s ease;
}
.clients-area .clients-list .clients-item:hover .clients-info {
    position: absolute;
    bottom: 5px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}
.clients-area .clients-list .clients-item .clients-info .text {
    display: block;
    padding: 0 5px;
    text-align: center;
    font-size: 12px;
    color: #134385;
    font-weight: 500;
    text-transform: uppercase;
}
.clients-area .clients-list .clients-item:hover .clients-info .text {
    color: #134385;
}
.clients-area .clients-list .clients-item .clients-info .text i {
    color: #5b5e6d;
    font-weight: 600;
    margin-right: 3px;
}
/* blog */
.news-area-header { 
    border-top: 1px solid #e6eaef;
    background-color: #fff;
    padding: 20px 0 22px 0;
}

.news-area-header .page-header {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.news-area-header .page-header .filters {

}
.news-area-header .page-header .label-filters {
    color: #939da3;
    font-size: 14px;
}
.news-area-header .page-header .select-filters-wrapper {
    display: inline-block;
}
.news-area-header .page-header .select-filters {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    outline: 0;
    height: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 32px 0 10px;
    background: #fff url('../images/newchecklabel.svg') top -39px right 0px no-repeat; 
    outline: 0;
    font-size: 16px;
    color: #292e31;
    border: none;
}
.news-area-header .page-header .action-menu{
    font-size: 16px;
    line-height: 30px;
    color: #6f7c82;
}
.news-area-header .page-title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 27px;
    line-height: 30px;
    font-weight: 300;
    color: #292e31;
    vertical-align: middle
}
.news-area-header .page-title .icon-news {
    height: 25px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}
.news-area-header .page-title > span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}
.single-news-area {
    border-top: 1px solid #e6eaef;
    border-bottom: 1px solid #e6eaef;
    padding: 80px 0;
}

/* news */
.news-item {
    border: 1px solid #f0f0f0;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 120%;
    margin-bottom: 30px;
    background-color: #fff;
}

.news-item .news-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.news-item .post-item-img-wrap {
    height: 0;
    overflow: hidden;
    padding-top: 50%;
    position: relative;
}
.news-item .post-item-img {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;

    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.news-item .post-item-content-block {
    padding: 16px;
}
.news-item .post-item-content-top {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #292e31;
}
.news-item .post-item-title {
    margin-top: 0;
    margin-bottom: 16px;
    max-height: 60px;
    overflow: hidden;
}
.news-item .post-item-title a {
    display: block;
    font-size: 23px;
    font-weight: 600;
    color: #292e31;
    line-height: 1.2;
}
.news-item .post-item-title a:hover {
    text-decoration: underline;
}
.news-item .post-item-text {
    font-size: 15px;
    line-height: 1.5;
}
.news-item .post-item-text a.more-link {
    color: #4c555a;
}
.news-item .post-item-text a.more-link:hover {
    color: #148dce;
}

.single-news .post-item-content-top {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 16px 0;
    margin-bottom: 0;
    line-height: 14px;
    color: #999;
}
.single-news .single-post-title {
    color: #292e31;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.1667;
    letter-spacing: -1px;
    margin-bottom: 50px;
    margin-top: 0;
}

.single-news .entry-media {
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 50px;
}
.single-news .entry-media img {
    display: block;
    width: 100%;
    height: auto;
}
.single-news .single-post-content {
    font-size: 18px;
}

/* post */
.post-content .back-all {
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 15px;
}
.post-content h3.archive-header {
    color: #252527;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d3d5;
}
.post-content h3 span {
    text-transform: none;
}
.post-content h3 span.tag-name,
.post-content h3 span.search-keyword {
    font-style: italic;
}
.post {
    margin-bottom: 30px;
}
.post + .post {
    border-top: 1px solid #d2d3d5;
    padding-top: 30px;
}
.post .post-thumbnail {
    width: 25%;
    float: left;
}
.post .post-summary.has-image,
.post .has-image {
    width: 70%;
    float: right;
}
.post .post-summary h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
}
.resources .post-summary h4 {
    margin-bottom: 0;
}
.post .post-summary .article-meta {
    font-weight: 300;
    font-size: 14px;
    color: #646464;
    margin-bottom: 24px;
}
.article-pipe {
    border: 1px solid transparent;
    border-right-color: #d2d3d5;
    padding-left: 0;
    margin-right: 15px;
    padding-right: 10px;
}
.post .post-summary .article-summary {
    margin-bottom: 24px;
}
.post .post-summary .article-tags {
    font-weight: 300;
    font-size: 14px;
    color: #646464;
}
.post .post-summary .article-tags a {
    font-style: italic;
}

.post-single .post {
    margin-top: -54px;
}
.post-single .post-backlinks {
    font-size: 14px;
    margin-top: 17px;
}
.post-single .post-backlinks a {
    margin-right: 15px;
}
.post-single h3 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 30px;
    line-height: 1.3;
}
.post-single .article-meta {
    font-weight: 300;
    font-size: 14px;
    color: #646464;
    margin-bottom: 24px;
}
.post-single .post-thumbnail {
    width: 100%;
    float: none;
}
.post-single .tags {
    margin-top: 17px;
}
.post-single .post-link {
    padding-top: 30px;
    border-top: 1px solid #d2d3d5;
}

/* post slide */
.widget-search form {
    position: relative;
    width: 100%;
}
.widget-search .search-input {
    width: 100%;
    border: 1px solid #999;
    border-radius: 0;
    padding: 5px 75px 5px 10px;
    line-height: 22px;
}
.widget-search .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 22px;
    padding: 5px 20px;
}
.widget {
    margin-bottom: 30px;
}
.widget h2 {
    font-size: 14px;
    color: #252527;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}
.widget ul {
    list-style: none;
    padding-left: 0;
}
.widget ul li {
    list-style: none;
    margin-bottom: 8px;
}
.widget ul li a {
    font-weight: 300;
    text-decoration: none;
    position: relative;
    display: block;
    line-height: 1.2;
    padding-right: 26px;
    word-break: break-all;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.widget ul li a .count-badge {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}

/* contact */
.contact-area {
    background-color: #fff;
    padding: 40px 0;
}
.contact-area .contact-pod {
    margin-top: 24px;
}
.contact-area .contact-pod dt {
    margin-top: 24px;
    margin-bottom: 6px;
}
.contact-area .contact-pod ul{
    list-style: none;
}
.contact-area .contact-pod h5 {
    margin-top: 24px;
    margin-bottom: 6px;
    font-weight: 600;
}
.contact-area .title {
    padding-bottom: 30px;
}
.contact-area .title > img {
    width: 80px;
}
.contact-area .title > h1 {
    color: #292e31;
    font-size: 32px;
    font-weight: 600;
    margin-top: 10px;
}
.contact-area .contact-form .btn {
    width: 100%;
    max-width: 360px;
}
.address-area .title h2 {
    font-size: 46px;
    margin-bottom: 20px;    
}
.address-area {
    background-color: #eef6fa;
}

.address-area .address-section h3 {
    font-size: 22px;
    line-height: 1.3;
}
.address-area .address-section address {
    font-size: 17px;
    color: #7e8994;
    margin-bottom: 10px;
}
.address-area .address-section .tel,
.address-area .address-section .fax,
.address-area .address-section .email,
.address-area .address-section .qq {
    display: block;
    font-size: 17px;
    color: #7e8994;
}
.address-area .address-section .tel .tit,
.address-area .address-section .fax .tit,
.address-area .address-section .email .tit,
.address-area .address-section .qq .tit {
    margin-right: 5px;
    font-weight: 500;
}
.address-area .address-section .tel a,
.address-area .address-section .fax a,
.address-area .address-section .email a,
.address-area .address-section .qq a {
    color: #148dcd;
}

.ph-wechat img {
    vertical-align: text-top;
    border: 1px solid #e6e7e8;
    border-radius: 3px;
    width:200px;
}
.process-img {
    width: 500px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.ux-group {
    position: relative;
    display: -webkit-flex;
    display: flex;
}
.ux-group .ux-card {
    position: relative;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    padding: 30px;
    display: -webkit-flex;
    display: flex;
}
.ux-card[data-ux-theme~=gray] {
    background-color: #f0f0f0;
}
.ux-card>* {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}
.ux-group>:nth-child(odd), 
.ux-group>:nth-child(odd) {
    width: 48.7148834429%;
    float: left;
    margin-right: 2.5702331142%;
 }
.ux-group>:nth-child(2n+2), 
.ux-group>:nth-child(2n+2) {
    width: 48.7148834429%;
    float: right;
    margin-right: 0;
}
.ux-generic h3 {
    margin-top: 0;
    margin-bottom: 10px;
} 
.ux-generic ul {
    margin-bottom: 0;
}

.resources-category-area {
    background-color: #f0f0f0;
    padding: 30px 0;
}
.resources-category-area .category-item  {
    padding: 0 20px;
    min-height: 123px;
    display: block;
    text-align: center;
    overflow: hidden;
}
.resources-category-area .category-item img {
    margin-top: 10px;
}
.resources-category-area .category-item h4 {
    margin: 10px 0;
    font-size: 18px;
}
.resources-category-area .category-item.active {
    background-color: #ecbf32;
    color: #fff;
}
.resources-category-area .category-item.active h4 {
    color: #fff;
}
.form-group .upload-btn {
    cursor: pointer;
    border: 1px dashed #4c555a;
    background-color: #fafafa;
    border-radius: 5px;
    padding: 32px 20px;
}
.form-group .upload-btn:hover {
    border-color: #007dbb;
}

.ul-custom {
    padding-left: 0 !important;
}
.ul-custom li {
    list-style: none;
    background: url(../images/li_cur.png) no-repeat; 
    background-size: 12px 12px;
    background-position: left top 6px;
    padding-left: 22px;
}
.stats-section,
.constitute-section {
    padding-top: 20px;
}
.content-area .new-title {
    font-family: averta,Helvetica,"sans-serif";
    font-weight: 700;
    text-align: center;
    color: #2e2e2e;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 2px;
}
.content-area .new-title img {
    width: 90px;
    margin-bottom: 10px;
}
.content-area .new-des {
    text-align: center;
} 
.content-area .h5-new-des {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.content-area .new-title small {
    font-size: 17px;
    font-weight: 700;
    color: #252527;
    vertical-align: middle;
    padding-left: 4px;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 740px;
    }
}

@media (max-width: 1200px) {
    .navbar-main .navbar-nav > li > a {
        font-size: 16px;
    }
    .dac-hero-title {
        font-size: 52px;
    }
}

@media (max-width: 1100px) {
    .edc-related-message {
        font-size: 32px;
    }
    .dac-hero-title {
        font-size: 44px;
    }
    .navbar-bg-white {
        height: auto;
    }
    .navbar-brand {
        height: 54px;
    }
    .navbar-brand img.logo {
        height: 40px;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .navbar .navbar-nav {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-bg-white .navbar-left > li > a {
        font-size: 14px;
        padding-top: 18px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .navbar-bg-white .navbar-right > li > a {
        font-size: 12px;
    }
    html:lang(zh) .navbar .navbar-nav > li {
        padding: 0 5px;
    }
    .navbar-main .navbar-nav > li > a {
        font-size: 14px;
        padding: 18px 6px 16px 6px;
    }
    .navbar-meta .navbar-right {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .header-language a {
        padding: 2px 20px;
        font-size: 12px;
        height: 24px;
    }
    .navbar .navbar-nav > li.button-li > a {
        margin-top: 5px;
    }
    .language-selector ul > li {
        margin-top: 6px;
    }
}

@media screen and (max-width: 991px){
    .edc-related-message {
        font-size: 36px;
    }
    .carousel-inner video {
        display: none;
    }
    .navbar-brand {
        margin-right: 0;
    }
    .navbar-bg-white .navbar-left > li > a  {
        font-size: 13px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .navbar .navbar-nav > li#navAbout,
    .navbar .navbar-nav > li#navSupport {
        display: none;
    }
    .navbar .navbar-nav > li.button-li {
        margin-left: 10px;
    }
    .navbar .navbar-nav > li.button-li > a {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        margin-top: 5px;
    }
    /*.dropdown .dropdown-toggle:before, 
    .dropdown .dropdown-toggle:after {
        height: 8px;
        top: 21px;
    }
    .dropdown .dropdown-toggle:before {
        right: 25px;
    }
    .dropdown .dropdown-toggle:after {
        right: 20px;
    }*/
    .home .banner-area {
        background-size: cover;
        min-height: 300px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .home .banner-area .banner h2 {
        font-size: 32px;
    }
    .home .banner-area h1 .hello-img {
        width: 210px;
    }
    .home .banner-area .banner .ip-link .icon-arrow-down-new {
        height: 20px;
        background-size: auto 20px;
    }
    
    .home .services-section {
        font-size: 15px;
    }
    .home .services-section .ip-intro-top {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .home .services-section .media-body h3 {
        font-size: 42px;
    }
    .home .services-section .media-left {
        padding-right: 20px;
    }
    .home .services-section .media-left .services-img {
        width: 50px;
    }
    .home .services-section .media-left .services-img img {
        padding: 30px 0;
    }
    .home .services-section .media-body .services-middle {
        padding-top: 30px;
    }

    .ip-services .headroom-area {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .ip-services .headroom-area h1 > img {
        width: 46px;
    }
    .ip-services .headroom-area h1 {
        font-size: 30px;
    }
    .ip-services .headroom-area h1 > span {
        margin-left: 10px;
    }
    .form-section h4,
    .ip-services .form-area .qs-col h4 {
        font-size: 26px;
        margin-top: 46px;
    }
    .ul-step-form .buttonWrapper {
        padding-top: 20px;
        margin-bottom: 46px;
    }
    .ul-step-form .buttonWrapper > .btn {
        width: 100%;
    }
    .ul-step-form .buttonWrapper > .btn + .btn{
        margin-top: 15px;
    }
    .news-area-header,
    .contact-area {
        border-top: none;
    }
    .success-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .language-selector {
        margin-left: 0;
    }
    .navbar .navbar-nav > li {
        padding: 0 5px;
    }

}
@media screen and (max-width: 767px){
    body {
        font-size: 15px;
    }
    .edc-related-message {
        font-size: 32px;
    }
    .header-language {
        top: 14px;
        right: 60px;
    }
    .navbar {
        min-height: 54px;
        padding-top: 0;
        padding-bottom: 0;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .navbar-brand img.logo {
        height: 40px;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .home .banner-area {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .home .banner-area .banner h2 {
        font-size: 26px;
    }
    .home .banner-area h1 .hello-img {
        width: 170px;
    }
    .home .banner-area .banner .ip-link .icon-arrow-down-new {
        height: 16px;
        background-size: auto 16px;
        margin-left: 3px;
    }
    .navbar-collapse {
        border-color: rgba(216,216,216,0.5);
        max-height: 400px;
        box-shadow: 1px 3px 3px rgba(0,0,0,.2);
    }

    .navbar .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }
    .navbar .navbar-nav > li > a {
        padding: 20px;
        font-size: 16px;
        font-weight: 700;
    }
    .navbar-meta .navbar-right > li > a {
        font-size: 12px;
        padding: 10px 20px;
    }
    .language-selector {
        margin-left: 20px;
        margin-right: 20px;
    }
    .navbar .navbar-nav > li.button-li {
        margin: 20px;
        border-bottom: none;
    }
    .navbar .navbar-nav > li.dropdown.open > .dropdown-menu {
        background-color: #fff;
        position: relative;
        display: block;
        max-height: none;
        box-shadow: none;
    }
    .navbar .navbar-nav > li.dropdown > .dropdown-menu a {
        font-size: 14px;
        color: #53565a;
        line-height: 20px;
        padding: 10px 20px;
    }
    /*.navbar-bg-white.off-canvas {
        -webkit-transform: translateY(0); 
        -ms-transform: translateY(0);
         transform: translateY(0); 
    }*/
    .dropdown-menu .submenu-wrapper {
        padding: 10px 0;
    }
    .dropdown-menu .submenu-wrapper + .submenu-wrapper {
        border-left: none;
    }
    
    .submenu-headline {
        padding: 10px 20px 0;
        font-size: 15px;
        font-weight: 300;
        margin-bottom: 10px;
    }
    .footer {
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
    }
    .footer .footer-link-ul {
        display: none;
        margin-top: 30px;
    }
    .footer .footer-link-ul-services {
        padding-left: 0;
    }
    .footer-light .footer-bottom .left-wrap,
    .footer-light .footer-bottom .follow-wrap-small {
        float: none;
    }
    .ip-services .headroom-area {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ip-services .headroom-area h1 > img {
        width: 30px;
    }
    .ip-services .headroom-area h1 {
        font-size: 20px;
    }
    .ip-services .headroom-area h1 > span {
        margin-left: 6px;
    }
    .form-section h4,
    .ip-services .form-area .qs-col h4 {
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .ip-services .form-area .form-col {
        border-right: none;
        padding-right: 15px;
    }
    .form-group {
        margin-bottom: 15px;
    }
    .form-group .form-label {
        font-size: 17px;
    }
    .check-wrap + .check-wrap {
        margin-top: 10px;
    }
    .form-group > .row > .col-sm-6 > select.form-control {
        margin-bottom: 15px;
    }
    .services-check-wrap .check-wrap + .check-wrap {
        margin-top: 0;
    }
    label.error {
        font-size: 14px;
    }
    .ul-step-form .buttonWrapper {
        padding-top: 20px;
        margin-bottom: 30px;
    }
    .ip-services .form-area .qs-col {
        padding-left: 15px;
    }
    .ip-services .form-area .qs-col p {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .success-area {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .success-area .order-message h2 {
        font-size: 22px;
    }
    .success-area .order-message p {
        font-size: 15px;
    }
    .success-area .order-summary .info-confim-wrapper  h2 {
        font-size: 20px;
    }
    .info-confim-wrapper .info-title {
        width: 140px;
    }

    #topIndexCarousel .carousel-inner .item {
        
    }
    .dac-hero-content {
        padding: 0;
    }
    .dac-hero-title {
        font-size: 36px;
    }
    .dac-hero-p {
        font-size: 16px;
    }
    .home .indicators-wrap {
        bottom: 0;
    }
    .services-list .services-item {
        margin-bottom: 15px;
        min-height: auto;
    }
    .home-content-area .content-section h2.section-tit,
    .aside-contact h3 {
        font-size: 30px;
    }
    .home-content-area .content-section p.section-titsub {
        font-size: 15px;
    }
    .content-section-update .col-sm-6 + .col-sm-6 .update-header {
        margin-top: 40px;
    }
    .aside-contact p {
        font-weight: 300;
        font-size: 15px;
    }
    .footer-top .col-sm-2 {
        display: none;
    }
    .social {
        float: none;
        text-align: center;
    }
    .anchor .legal .copyright {
        margin-right: 0;
        display: block;
    }
    .headroom-area {
        padding: 40px;
    }
    .headroom-area h1 {
        font-size: 32px;
    }
    .headroom-area p {
        font-size: 16px;
    }
    
    .submenu-area .submenu {
        height: auto;
    }
    .submenu-area .submenu .submenu-inner {
        padding: 0;
    }
    .submenu-area .submenu-content {
        flex-wrap: wrap;
        border-bottom: 0;
    }
    .submenu-area .submenu-title {
        width: 100%;
        height: auto;
        text-align: center;
        margin-bottom: 0;
        padding: 0;
    }
    .submenu-area .submenu-menu {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        bottom: 0;
    }
    .submenu-area .submenu-menu .submenu-menu-item {
        height: inherit;
        margin: 15px 30px 15px 0;
    }
    .submenu-area .submenu-menu .submenu-menu-item,
    .submenu-area .submenu-menu .submenu-menu-item.is-active {
        border-bottom: 0;
    }
    .content-area h2 {
        font-size: 30px;
    }
    .content-area p {
        font-size: 15px;
    }
    .content-area ul,
    .content-area ol {
        font-size: 15px;
    }
    .content-area h3, .content-area h4 {
        font-size: 19px;
    }
    .navbar-bg-white.off-canvas .navbar-nav > li.button-li .contact-text,
    .navbar-bg-white .navbar-nav > li.button-li .contact-text {
         width: auto; 
         height: auto; 
         overflow: auto; 
         margin-left: 5px;
         font-size: 16px;
         font-weight: 700;
         vertical-align: middle; 
    }
    .anchor .legal .legal-nav ul {
        float: none;
    }
    .home-search-form input.form-control {
        padding-right: 20px;
    }
    .home-search-form .btn-primary {
        position: static;
        width: 100%;
    }

    .content-area {
        padding: 40px 0;
    }

    .content-area .new-title {
        margin-top: 12px;
        font-size: 26px;
    }
    .content-area .new-title small {
        font-size: 15px;
    }
    .content-area .new-des {
        margin-bottom: 0;
        min-height: 44px;
    }
    .stats-section, .constitute-section {
        padding-top: 10px;
    }

    .content-area .new-title img {
        width: 70px;
    }
    .content-area .h5-new-des {
        font-size: 16px;
        min-height: 72px;
    }
    .content-area h2.brand {
        font-size: 30px;
        margin-top: 30px;
        text-align: center;
    }

}
@media screen and (max-width: 480px){
    .dac-hero-title {
        font-size: 32px;
    }
    .home .services-section .media-left {
        display: none;
    }
    .services-check-wrap .check-wrap.checkbox-inline {
        width: 100%;
    }
    .modal-footer > .btn {
        width: 100%;
    }
    .new-modal .modal-footer .btn:first-child {
        margin-right: 0;
    }
    .modal-footer > .btn + .btn {
        margin-top: 10px;       
        margin-left: 0;
    }
    .video-link a {
        font-size: 15px;
    }
    .video-link a .anticon {
        font-size: 17px;
    }
}
@media screen and (max-width: 374px){
    .header-language {
        right: 50px;
    }
    .navbar-brand img.logo {
        height: 26px;
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .header-language a {
        padding: 2px 10px;
    }
}