/*
Theme Name:  Expertrans
Description: Expertrans Template
Design by: Viivue
Author CSS: Viivue
Version: 1.0
Text Domain: Expertrans
*/
/*
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Common Format
 * 3.0 - Repeatable Patterns
 * 4.0 - Basic Structure
 * 5.0 - Header
 *   5.1 - Sidebar
 * 6.0 - Content
 *   6.1 - Home
 *   6.2 - What We Do
 *   6.3 - Who We Are
 *   6.4 - About Us
 *   6.5 - Career
 * 7.0 - Footer
 * ----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
a:focus {
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #66c18c;
    color: #fff;
    display: inline-block;
    padding: 0 3px;
}
code,
kbd,
pre,
samp {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1em;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
pre {
    color: #666;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1em;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}
blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}
blockquote blockquote {
    margin-right: 0;
}
blockquote cite,
blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}
blockquote em,
blockquote i {
    font-style: normal;
    font-weight: 300;
}
blockquote strong,
blockquote b {
    font-weight: 400;
}
small {
    font-size: smaller;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    display: block;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}
button,
input {
    line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
del {
    color: #333;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
hr {
    background: #a6b2b4;
    border: 0;
    height: 1px;
    margin: 0 0 18px;
}
.clearfix:after,
.grid:after {
    /* content: "."; */
    /* display: block; */
    /* clear: both; */
    /* visibility: hidden; */
    /* line-height: 0; */
    /* height: 0; */
}
/**
 * 2.0 - COMMON FORMAT
 */
/*_Media*/
.media {
    margin: 10px;
}
.media,
.bd {
    overflow: hidden;
    _overflow: visible;
    zoom: 1;
}
.media .img {
    float: left;
    margin-right: 10px;
}
.media .img img {
    display: block;
}
.media .imgr {
    float: right;
    margin-left: 10px;
}
/*_Float*/
.listh {
    overflow: hidden;
}
.right,
.colr {
    float: right;
}
.left,
.col,
.col1,
.col2,
.col3,
.col4,
.listh li {
    float: left;
}
/*_Inner*/
.noborder {
    border: 0 !important;
}
input[type="submit"],
input[type="button"] {
    cursor: pointer;
}
strong {
    font-weight: bold !important;
}
.italic {
    font-style: italic !important;
}
.uppercase {
    text-transform: uppercase;
}
.text-center {
    text-align: center;
}
.rounded {
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/**
 * 3.0 - Repeatable Patterns
 */

/**
 * 4.0 - Basic Structure
 */
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
.align-justify {
    text-align: justify;
}
.visible_phone {
    display: none;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.uppercase {
    text-transform: uppercase;
}
.clear {
    clear: both;
}
.clear:after {
    clear: both;
    content: "";
    display: table;
}
.hidden {
    display: none;
}
.show {
    display: block;
}
img {
    max-width: 100%;
}
.block-responsive {
    display: none;
}
html,
body {
    position: relative;
    overflow-x: hidden;
    background: #fff;
}

/**********************
5.0 - HEADER
**********************/
/*Header row 1*/
/*Hotline*/
.header-row-1 {
    background: #0067ac;
    border-bottom: 1px solid #b7b7b7;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}
.header-row-1 .container {
    /* display:flex */
}
.header-row-1 * {
    color: #fff !important;
}
.header-row-1 .col-left,
.header-row-1 .col-right {
}
.header-row-1 .col-left {
    float: left;
}
.header-row-1 .col-right {
    float: right;
}
.hotline .hotline-item {
    display: inline-block;
    float: left;
    box-sizing: border-box;
    padding: 40px 20px 40px 0;
}
.hotline .hotline-item:first-child {
    padding-right: 5px;
    text-transform: uppercase;
}
/*Menu 1*/
.btn_menu {
    display: none;
}
.main_header .menu-header-1 ul.menu {
    list-style: none;
    float: right;
}
.main_header .menu-header-1 ul.menu > li {
    display: inline-block;
    float: left;
    text-transform: uppercase;
    margin: 0 33px;
    position: relative;
}
.main_header .menu-header-1 ul.menu > li:first-child {
    margin-left: 0;
}
.main_header .menu-header-1 ul.menu > li:last-child {
    margin-right: 0;
}
.main_header .menu-header-1 ul.menu > li > a {
    display: inline-block;
    padding: 20px 0;
}
.main_header .menu-header-1 ul.sub-menu {
    top: 53px;
}
/*Header row 2*/
.header-row-2 {
    padding: 7px 0;
    border-bottom: 1px solid #b7b7b7;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    position: relative;
    z-index: 11;
}
.header-row-2 > .container {
    /* position: static; */
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}
.header-row-2 .col-left {
    position: relative;
    z-index: 1;
}
.header-row-2 .col-left,
.header-row-2 .col-right {
    width: 50%;
    float: left;
}
.header-row-2 * {
    color: #343132 !important;
}
/*Menu 2*/
.header-row-2 .col-right {
    position: static;
}
.header-row-2 .col-right .menu-header-2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main_header .menu-header-2 ul.menu {
    list-style: none;
    float: right;
}
.main_header .menu-header-2 ul.menu > li {
    display: inline-block;
    float: left;
    text-transform: uppercase;
    position: relative;
    padding: 40px 33px;
}
.main_header .menu-header-2 ul.menu > li.language {
    /* display:none */
}
.main_header .menu-header-2 ul.menu > li:first-child {
    padding-left: 0;
}
.main_header .menu-header-2 .header-row-2 ul.menu > li:last-child {
    padding-right: 0;
}

.main_header .header-row-2 .menu-header-2 ul.menu > li.menu-item:last-child .sub-menu {
    width: auto;
    right: -10px;
    left: unset;
    padding: 0 30px 30px;
    text-align: right;
}
.main_header .header-row-2 .menu-header-2 ul.menu > li.menu-item:last-child .sub-menu:before {
    content: unset;
}

.main_header .menu-header-2 ul.menu > li.not-show {
    display: none;
}
.submenu-fullwidth-wrapper {
    height: 100%;
    display: block;
    overflow: hidden;
}
.main_header .header-row-2 .menu-header-2 .sub-menu {
    padding: 15px 0;
    box-shadow: none;
    width: 100%;
    text-align: center;
    position: fixed;
    left: 0;
    border: none;
}
.main_header .header-row-2 .menu-header-2 .sub-menu:before {
    content: "";
    position: absolute;
    left: -1111px;
    top: 0;
    z-index: -1;
    width: 3333px;
    height: 100%;
    background: #f2f2f2;
    border-top: 1px solid #b7b7b7;
}
.main_header .menu-header-2 .sub-menu .submenu-fullwidth-wrapper > .menu_item {
    display: inline-block;
    text-align: left;
    vertical-align: text-top;
    padding: 0 40px;
    position: relative;
}
.main_header .menu-header-2 .sub-menu .submenu-fullwidth-wrapper > .menu_item:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 600px;
    background: #cfcfcf;
}
.main_header .header-row-2 .menu-header-2 .sub-menu .menu_item {
    border: none;
    list-style: none;
}
.main_header .header-row-2 .menu-header-2 .sub-menu .menu_item:hover > a {
    color: inherit !important;
}
.main_header .header-row-2 .menu-header-2 .sub-menu .menu_item > a {
    font-size: 22px;
    font-family: "Anton", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
}
.main_header .header-row-2 .menu-header-2 .sub-menu .menu_item.active > a {
    color: #00b070 !important;
}
.main_header .menu-header-2 ul.menu > li:last-child .sub-menu a,
.main_header .menu-header-2 ul.menu > li:last-child .sub-menu span,
.main_header .menu-header-2 .sub-menu .menu_item .sub-sub-menu a {
    line-height: 2.8;
    padding: 0 15px;
    font-size: 16px;
    color: #686868 !important;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: unset;
}
.main_header .header-row-2 .menu-header-2 .sub-menu .menu_item.active > span {
    color: #00b070;
}
/*Logo*/
.header-row-2 .col-left.logo a {
    max-width: 350px;
    display: inline-block;
}
.header-row-2 .col-left.logo img {
    width: 100%;
    height: auto; /* min-width:250px */
}
/*Breadrum*/
.header-row-3 {
    padding: 30px 40px;
    line-height: 1.4;
    text-align: right;
}
.header-row-3 a {
    color: #7e7e7e;
    font-size: 16px;
}
.header-row-3 a:hover {
    color: #0067ac;
}
.header-row-3 .ic {
    padding: 0 15px;
    visibility: hidden;
    position: relative;
    display: inline-block;
    line-height: 20px;
}
.header-row-3 .ic:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -1px;
    background: #dedede;
    visibility: visible;
}
.header-row-3 .container span:last-child span {
    color: #0067ac;
}
.header-row-3 .container > span:first-child {
    position: relative;
    padding-left: 17px;
}
.header-row-3 .container > span:last-child {
    position: relative;
    padding-right: 17px;
}
.header-row-3 .container > span:first-child:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    left: 0;
    top: 0;
    background: #dedede;
}
.header-row-3 .container > span:last-child:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    right: 0;
    top: 0;
    background: #dedede;
}
/*****************
5.1 - sidebar
*****************/

#primary.sidebar-page #sidebar {
    width: 25.2%;
    margin: 0 2.7% 0 0;
    float: left;
    position: relative;
}
#primary.sidebar-page #sidebar:before {
    content: "";
    position: absolute;
    top: 0;
    right: -10%;
    width: 2px;
    height: 100%;
    background: #ebebeb;
}
#primary.sidebar-page #sidebar li {
    list-style: none;
}
/*level 1 button*/
#primary.sidebar-page #sidebar > .level-1 > .sidebar-item > .level-2 > .sidebar-item,
#primary.sidebar-page #sidebar > .level-1 > .sidebar-item {
    position: relative;
    padding: 0;
    border-bottom: 2px solid #f9f9f9;
}
#primary.sidebar-page #sidebar > .level-1 > .sidebar-item.active a {
    color: #00b070;
}
#primary.sidebar-page #sidebar > .level-1 > .sidebar-item > .item-title {
    display: block;
    margin: 0 0 25px 0 !important;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #343132;
    font-family: "Anton", sans-serif;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 1px;
    border: 1px solid rgb(215, 215, 215);
    -webkit-box-shadow: 10px 10px 0px 0px #0067ac;
    -moz-box-shadow: 10px 10px 0px 0px #0067ac;
    box-shadow: 10px 10px 0px 0px #0067ac;
}
#primary.sidebar-page #sidebar > .level-1 > .sidebar-item > .item-title:hover {
    color: #00b070;
}
#primary.sidebar-page #sidebar > .level-1 > .sidebar-item > .level-2 > .sidebar-item > .btn-dropdown,
#primary.sidebar-page #sidebar > .level-1 > .sidebar-item > .btn-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    height: 100%;
    width: 20px;
    padding: 10px;
    cursor: pointer;
}
#primary.sidebar-page #sidebar > .level-1 > .sidebar-item > .level-2 > .sidebar-item > .btn-dropdown:before,
#primary.sidebar-page #sidebar > .level-1 > .sidebar-item > .btn-dropdown:before {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #0067ac;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
#primary.sidebar-page #sidebar > .level-1 > .sidebar-item > .level-2 > .sidebar-item > .btn-dropdown:hover:before,
#primary.sidebar-page #sidebar > .level-1 > .sidebar-item > .btn-dropdown:hover:before {
    color: #00b070;
    -webkit-animation: dropdown_hover 1s cubic-bezier(0.46, 0.74, 0.79, 0.43) infinite;
    animation: dropdown_hover 1s cubic-bezier(0.46, 0.74, 0.79, 0.43) infinite;
}
@-webkit-keyframes dropdown_hover {
    0% {
        opacity: 0;
        top: 10px;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 30px;
    }
}
@keyframes dropdown_hover {
    0% {
        opacity: 0;
        top: 10px;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 30px;
    }
}
#primary.sidebar-page #sidebar > .level-1 > .sidebar-item > .level-2 > .sidebar-item a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px 15px 0;
    display: block;
    /* line-height:2.4; */
}
#primary.sidebar-page #sidebar > .level-1 > .sidebar-item > .level-2 > .sidebar-item.active a {
    color: #0067ac;
}
#primary.sidebar-page #sidebar > .level-1 > .sidebar-item > .level-2 > .sidebar-item a:hover {
    color: #0b9444;
}
#primary.sidebar-page #sidebar > .level-1 > .sidebar-item > .level-2 > .sidebar-item > .level-3 .item-title {
    padding: 0;
    color: #939393;
    font-size: 18px;
}
#primary.sidebar-page
    #sidebar
    > .level-1
    > .sidebar-item
    > .level-2
    > .sidebar-item
    > .level-3
    .sidebar-item.active
    .item-title {
    color: #0067ac;
}
/*******
5.2 FORM
*******/
/*Contact form*/
.main_content .gform_wrapper .gfield_required {
    display: none;
}
.main_content .gform_wrapper form .gform_body .ginput_container,
.main_content .gform_wrapper form .gform_body .gfield_captcha_container {
    width: 100%;
    margin: 0;
}
.main_content .gform_wrapper form .gform_body .ginput_container input,
.main_content .gform_wrapper form .gform_body .ginput_container textarea,
.main_content .gform_wrapper form .gform_body .ginput_container select,
.gfield_captcha_input_container input {
    font-size: 13px !important;
    line-height: 1;
    padding: 10px 20px !important;
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    background-color: #eeeeee;
    border: 1px solid rgb(203, 203, 203);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/*hover, focus effect*/
.main_content .gform_wrapper form .gform_body .ginput_container input:focus,
.main_content .gform_wrapper form .gform_body .ginput_container textarea:focus,
.main_content .gform_wrapper form .gform_body .ginput_container select:focus,
.gfield_captcha_input_container input:focus,
.main_content .gform_wrapper form .gform_body .ginput_container input:hover,
.main_content .gform_wrapper form .gform_body .ginput_container textarea:hover,
.main_content .gform_wrapper form .gform_body .ginput_container select:hover,
.gfield_captcha_input_container input:hover {
    padding: 9px 19px !important;
    border: 2px solid #2ca066;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #808080;
}
:-moz-placeholder {
    color: #808080;
}
::-moz-placeholder {
    color: #808080;
}
:-ms-input-placeholder {
    color: #808080;
}
.main_content .gform_wrapper input[type="text"],
.main_content .gform_wrapper input[type="url"],
.main_content .gform_wrapper input[type="email"],
.main_content .gform_wrapper input[type="tel"],
.main_content .gform_wrapper input[type="number"],
.main_content .gform_wrapper input[type="password"] {
    font-size: 15px;
}
.main_content .gform_wrapper form .gform_body .ginput_container textarea {
    height: 80px;
    width: 100%;
    vertical-align: middle;
}
.main_content .gform_wrapper form .gform_body .ginput_container select {
    width: 100%;
    margin-left: 0 !important;
}

.main_content .gform_wrapper ul li.one-half-left {
    width: 48%;
    float: left;
    clear: none;
}
.main_content .gform_wrapper ul li.one-half-right {
    width: 48%;
    float: right;
    clear: none;
}

/*Send to...*/
.main_content .gform_wrapper form .gform_body ul li ul.gfield_checkbox {
    margin: 0;
    padding: 0;
}
.main_content .gform_wrapper form .gform_body ul li ul.gfield_checkbox li {
    float: left;
    margin: 0 20px 0 0;
}
.main_content .gform_wrapper form .gform_body ul li ul.gfield_checkbox li input,
.main_content .gform_wrapper form .gform_body ul li ul.gfield_checkbox li label {
    vertical-align: middle;
}
.main_content .gform_wrapper form .gform_body ul li ul.gfield_checkbox li input {
    margin: 5px 5px 0 0;
    padding: 0 !important;
    background: none;
}
/*Contact form - Captcha*/
.gfield_captcha_container {
    overflow: hidden;
    vertical-align: middle;
    position: relative;
}
.main_content .gform_wrapper form .gform_body .gfield_captcha_container img {
    height: 41px !important;
    width: 25%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
}
.gfield_captcha_container .gfield_captcha {
    display: inline-block;
}
.gfield_captcha_container .gfield_captcha_input_container {
    display: inline-block;
}
.main_content .gform_wrapper form .gfield_captcha_input_container {
    width: 70%;
    float: right;
    padding-left: 5%;
    padding-top: 0;
}
.main_content .gform_wrapper form .gfield_captcha_input_container input {
    width: 100%;
}
.main_content .gform_wrapper form .captcha_hidden {
    display: none !important;
}

/*Contact form - Submit button*/
.main_content .gform_wrapper form .gform_footer {
    margin: 0;
    padding: 15px 0 0 0;
    display: block;
    position: relative;
    text-align: center;
}
.main_content .gform_wrapper form .gform_footer .btn_w_bg {
    background: #00b070;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.625;
    font-family: "Source Sans Pro", sans-serif;
    padding: 4% 20%;
    -webkit-box-shadow: 5px 5px 0px 0px #00955f;
    -moz-box-shadow: 5px 5px 0px 0px #00955f;
    box-shadow: 5px 5px 0px 0px #00955f;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.main_content .gform_wrapper form .gform_footer .btn_w_bg:hover {
    -webkit-box-shadow: 8px 8px 0px 0px #00955f;
    -moz-box-shadow: 8px 8px 0px 0px #00955f;
    box-shadow: 8px 8px 0px 0px #00955f;
}

.gform_ajax_spinner {
    display: none;
}

/*Contact form - Confirmation message*/
#gforms_confirmation_message {
    margin-top: 65px;
    color: #f44336;
}
.gform_wrapper .validation_message {
    margin-left: 80px;
}

/*Contact - Validation Message*/
.main_content .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.main_content .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    color: #fbba4e;
    margin-top: 0;
    margin-left: 0 !important;
}
.main_content .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
.main_content .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
    width: 49%;
}
.main_content .gform_wrapper .top_label .gfield_error {
}
.main_content .gform_wrapper form .validation_error {
    color: #f44336 !important;
    margin: 0 !important;
    border: none;
    padding: 0;
    text-align: left;
    font-size: 14px;
    width: auto;
    font-weight: 600;
}
.main_content .gform_wrapper form .gform_body .validation_message {
    display: none;
}
.main_content .gform_wrapper form .gform_body li.gfield.gfield_error,
.main_content
    .gform_wrapper
    form
    .gform_body
    li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding: 0 !important;
    background: none !important;
    border: none !important;
}
.main_content .gform_wrapper form .gform_body li.gfield.gfield_error input,
.main_content
    .gform_wrapper
    form
    .gform_body
    li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning
    input,
.main_content .gform_wrapper form .gform_body li.gfield.gfield_error textarea,
.main_content
    .gform_wrapper
    form
    .gform_body
    li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning
    textarea {
    border: none !important;
    padding: 0 !important;
}
.main_content
    .gform_wrapper.gform_validation_error
    .gform_body
    ul
    li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.main_content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error {
    max-width: 100% !important;
    display: inline-block;
    position: relative;
    margin: 16px 0 0 0 !important;
}
.main_content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error input,
.main_content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error select,
.main_content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error textarea {
    font-size: 13px;
    line-height: 1;
    height: 50px;
    width: 100%;
    padding: 10px 20px !important;
    background-color: #eeeeee;
    border: 1px solid #f44336 !important;
    transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.main_content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error.contact_field_hoten {
    width: 73% !important;
}
.main_content
    .gform_wrapper.gform_validation_error
    .gform_body
    ul
    li.gfield.gfield_error.full-width:not(.gf_left_half):not(.gf_right_half) {
}

/*Contact - Submit successful*/
.main_content .gforms_confirmation_message .gform_confirmation_wrapper {
    text-align: center;
}

/*.get-in-touch-form .gfield {width:50%;display:inline-block;}
.get-in-touch-form .gfield.gfield-full-width {width: 100%; display: block;}
.main_content .get-in-touch-form_wrapper.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error {
    padding:0 16px 5px 7px!important;width:50%;
}
.get-in-touch-form .gform_footer .btn_w_bg {padding:10px 40px!important}
.get-in-touch-form .get-in-touch-form-mess textarea {height:110px!important;}*/

.gform_wrapper .get-in-touch-form .gform_title {
    text-align: center;
}
.get-in-touch-form .gform_footer .btn_w_bg {
    padding: 10px 40px !important;
}

@media only screen and (min-width: 1200px) {
    .gform_wrapper .get-in-touch-form .gform_body {
        width: 600px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 641px) {
    .gform_wrapper .get-in-touch-form ul.gform_fields li.gfield {
        padding: 0 0 5px 0;
    }
}

/******************
6.0 - CONTENT
******************/
#primary {
    position: relative;
    z-index: 1;
}
/* 6.1 - HOME */
.home .header-row-3 {
    display: none;
}
/*banner*/
.home #home-banner {
    position: relative;
    color: #fff;
    font-size: 15px;
    height: 1000px;
}
.home #home-banner:before {
    position: absolute;
    left: 0;
    top: -400px;
    content: "";
    width: 100%;
    height: 130%;
    background: url("../images/bg-home-banner.png") center top no-repeat;
    background-size: cover;
}
.home #home-banner .banner-intro {
    margin: 40px 0 20px 0;
}
.home #home-banner .line_indent:before {
    left: 0;
    top: 7px;
}
.home #home-banner #bodymovin {
    height: 680px;
}
/*what we do*/
.home #what-we-do {
    position: relative;
    margin-top: -165px;
}
.home #what-we-do:before {
    content: "";
    position: absolute;
    top: 40%;
    left: -4444px;
    transform: rotate(15deg);
    width: 9999px;
    height: 620px;
    background: #f5f8fa;
}
.home #what-we-do .list-page-wrapper {
    text-align: center;
    background: #fff;
    width: 85%;
}
.home #what-we-do .list-page-wrapper .inner {
    padding: 40px;
    box-sizing: border-box;
}
.home #what-we-do .title_underline_center {
    font-size: 45px;
    color: #343132;
    padding-bottom: 30px !important;
}
.home #what-we-do .list-pages {
    color: #343132;
}
.home #what-we-do .list-pages .page-item {
    list-style: none;
    text-transform: uppercase;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 2.85;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px dashed rgb(215, 215, 215);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.home #what-we-do .list-pages .page-item a {
    color: #939393;
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.home #what-we-do .list-pages .page-item:hover {
    border-bottom: 3px solid #0067ac;
}
.home #what-we-do .list-pages .page-item a:hover {
    color: #0067ac;
}
.svg-wrapper {
    height: 100%;
}
.svg-wrapper .wpb_wrapper {
    height: 300px;
}
.main_content .margin-bottom-100 {
    margin-bottom: 102px;
}
.home #what-we-do #bodymovinbpo,
.home #what-we-do #bodymovinlanguage,
.home #what-we-do #bodymovinstaffing {
    width: 65%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
}

/*who we are*/
.home #who-we-are {
    position: relative;
    padding: 400px 0 90px;
}
.home #who-we-are:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url("../images/bg-home-what-we-do.png") center top no-repeat;
    background-size: cover;
}
.home #what-we-do > .vc_column_container:before {
    position: absolute;
    display: block;
    width: 116%;
    height: 120%;
    left: -8%;
    top: -6%;
    content: "";
    background: url(../images/home-line.png) center top no-repeat;
    background-size: 100% 100%;
}
.home .list-offices {
    display: none;
}
.home #who-we-are #who-we-are-content .title_underline_right {
    color: #fff;
    padding: 0 0 40px 0;
}
.home #who-we-are #who-we-are-content {
    color: #fff;
    font-size: 15px;
    margin: 0 0 30px 0;
}
.home #who-we-are #who-we-are-content .col-1 {
    width: 23%;
}
.home #who-we-are #who-we-are-content .col-3,
.home #who-we-are #who-we-are-content .col-2 {
    width: 38.5%;
}
.home #who-we-are-icons {
    margin: 0 0 150px 0;
}
/*get in touch*/
.home #get-in-touch .getintouch-title {
    font-size: 120px;
    color: #fff;
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.7);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin: 0 0 70px 0;
}
.home #get-in-touch .form-free-quote {
    width: 32%;
    margin-right: 2%;
    float: left;
    background: #fff;
    border-radius: 4px;
}
.home #get-in-touch .form-free-quote .gform_wrapper {
    margin: 10px;
    padding: 40px 25px;
    border-radius: 4px;
    border: 1px solid rgb(203, 203, 203);
}
.home #get-in-touch .form-free-quote .gform_wrapper .gform_title {
    font-size: 40px;
    text-transform: uppercase;
    color: #343132;
    text-align: center;
    padding: 0 0 20px 0;
    border-bottom: 1px solid rgb(203, 203, 203);
}
.home #get-in-touch .form-free-quote .gform_wrapper .gfield {
    text-align: center;
    text-transform: uppercase;
    color: #fbba4e;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
    padding: 0;
}
.home #get-in-touch .getintouch-offices {
    width: 64%;
    margin-left: 2%;
    float: right;
}
.home #get-in-touch .getintouch-offices .office-item {
    width: 33.3%;
    height: 200px;
    max-height: 200px;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    border-right: 1px solid #fff;
}
/*first 3 items*/
.home #get-in-touch .getintouch-offices .office-item:nth-child(-n + 3) {
    padding-top: 0;
}
/*first item of every row*/
.home #get-in-touch .getintouch-offices .office-item:nth-child(3n + 1) {
    padding-left: 0;
}
/*item at position 3, 6, 9*/
.home #get-in-touch .getintouch-offices .office-item:nth-child(3n) {
    border-right: none;
    padding-right: 0;
}
/*from 4th item*/
.home #get-in-touch .getintouch-offices .office-item:nth-child(n + 4) {
    border-top: 1px solid #fff;
}

.home #get-in-touch .getintouch-offices .office-item .office-name {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
}
.home #get-in-touch .getintouch-offices .office-item a {
    color: #fff;
}
.home #get-in-touch .getintouch-offices .office-item a:hover {
    color: #fbba4e;
}
.home #get-in-touch .getintouch-offices .office-item p {
    margin: 0;
}
.home #get-in-touch .getintouch-offices .office-item .office-addr span,
.home #get-in-touch .getintouch-offices .office-item .office-phone span,
.home #get-in-touch .getintouch-offices .office-item .office-email span {
    color: #fbba4e;
    text-decoration: underline;
}

/*******************
6.2 - WHAT WE DO PAGE
*******************/
#primary.sidebar-page .page-content-inner {
    width: 69.4%;
    margin: 0 0 0 2.7%;
    float: right;
}
#primary.sidebar-page .page-content-inner .page-title {
    color: #343132;
    font-size: 36px;
    line-height: 2;
    border-bottom: none;
    margin: 0;
    text-transform: uppercase;
}
.sub-page-title + .page-title {
    border: none !important;
    color: #343132;
    font-size: 36px !important;
    margin: 0 !important;
}
#primary.sidebar-page .page-content-inner .list-subpage {
    margin: 0 0 50px;
}
#primary.sidebar-page .page-content-inner .list-subpage .subpage-item {
    border: 1px solid #99c2de;
    padding: 20px 50px 50px 50px;
    margin-bottom: 20px;
    position: relative;
}
#primary.sidebar-page .page-content-inner .list-subpage .subpage-item .row-1 {
    align-items: center;
    justify-content: space-between;
    display: flex;
    margin-bottom: 20px;
}
#primary.sidebar-page .page-content-inner .list-subpage .subpage-item .row-1 .subpage-title {
    font-size: 30px;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
    padding: 5px 0;
    margin-left: -50px;
    background: #0067ac;
    color: #fff;
    max-width: 245px;
    width: 36%;
    max-height: 85px;
    height: 85px;
    position: relative;
}
#primary.sidebar-page .page-content-inner .list-subpage .subpage-item .row-1 .subpage-title:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    width: 15px;
    height: 100%;
    background: #0067ac;
}
#primary.sidebar-page .page-content-inner .list-subpage .subpage-item .row-1 .subpage-title:after {
    content: "";
    position: absolute;
    left: -15px;
    bottom: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid #004777;
    border-left: 15px solid transparent;
}
#primary.sidebar-page .page-content-inner .list-subpage .subpage-item .row-1 .subpage-title span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
#primary.sidebar-page .page-content-inner .list-subpage .subpage-item .row-1 .subpage-thumb {
    background-image: none !important;
    margin-right: -50px;
}
#primary.sidebar-page .page-content-inner .list-subpage .subpage-item .row-1 .subpage-thumb img {
    width: 100%;
    max-width: 400px;
}
#primary.sidebar-page .page-content-inner .list-subpage .subpage-item .row-2 ul {
    margin-bottom: 0 !important;
}
.list-subpage-non-image ul li,
#primary.sidebar-page .page-content-inner .list-subpage .subpage-item .row-2 ul li {
    list-style: none;
    display: inline-block;
    width: 40%;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px dashed rgb(215, 215, 215);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.list-subpage-non-image ul li a,
#primary.sidebar-page .page-content-inner .list-subpage .subpage-item .row-2 ul li a {
    color: #939393;
    text-transform: uppercase;
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.list-subpage-non-image ul li:hover,
#primary.sidebar-page .page-content-inner .list-subpage .subpage-item .row-2 ul li:hover {
    border-bottom: 1px solid #0067ac;
}
.list-subpage-non-image ul li a:hover,
#primary.sidebar-page .page-content-inner .list-subpage .subpage-item .row-2 ul li a:hover {
    color: #0067ac;
}
.list-subpage-non-image ul li:nth-child(odd),
#primary.sidebar-page .page-content-inner .list-subpage .subpage-item .row-2 ul li:nth-child(odd) {
    margin-right: 10%;
}
.list-subpage-non-image ul li:before,
#primary.sidebar-page .page-content-inner .list-subpage .subpage-item .row-2 ul li:before {
    content: "\f04d";
    font-family: "FontAwesome";
    color: #0067ac;
    font-size: 8px;
    position: absolute;
    top: 8px;
    /* transform:translateY(-50%); */
    left: -15px;
}
.list-subpage-non-image {
    padding-left: 60px;
}
.list-subpage-non-image ul li {
    border-top: 1px solid transparent;
}
.list-subpage-non-image ul li a {
    font-weight: 600;
}
.list-subpage-non-image ul li:hover {
    border-top: 1px solid #0067ac;
}

/**************************
6.3 - WHO WE ARE OUR LEADER SHIP
**************************/
.list-leadership-wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-leadership-wrapper:after {
    content: none;
}
.list-leadership-wrapper .leadership-item {
    display: inline-block;
    width: 22.5%;
    margin: 1% 5.4%;
    position: relative;
}
.list-leadership-wrapper .leadership-item a[href="#leadershippopup"] {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
}
.list-leadership-wrapper .leadership-item:hover a[href="#leadershippopup"] {
    background: rgba(0, 103, 172, 0.5);
    -webkit-box-shadow: 10px 10px 0px 0px #0067ac;
    -moz-box-shadow: 10px 10px 0px 0px #0067ac;
    box-shadow: 10px 10px 0px 0px #0067ac;
}
.list-leadership-wrapper .leadership-item:hover a[href="#leadershippopup"]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    background: url("../images/icon_plus_o.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 30px;
    height: 30px;
}
.list-leadership-wrapper .leadership-item .post-thumb {
    border: 1px solid rgb(215, 215, 215);
    height: 250px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.list-leadership-wrapper .leadership-item .post-thumb img {
    display: none;
}
.list-leadership-wrapper .leadership-item .post-content .post-postion,
.list-leadership-wrapper .leadership-item .post-content .post-title {
    font-size: 18px;
    line-height: 2;
    color: #343132;
    margin: 20px 0 0 0;
}
.list-leadership-wrapper .leadership-item .post-content .post-postion {
    font-size: 16px;
    margin: 0;
}

/*popup*/
#leadershippopup {
    width: 61% !important;
    max-width: 1100px;
    height: auto;
    max-height: 500px;
}
#leadershippopup .leadership-item-popup .col-left {
    width: 48%;
    float: left;
}
#leadershippopup .leadership-item-popup .col-left .popup-thumb {
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#leadershippopup .leadership-item-popup .col-left img {
    /* display:none; */
    visibility: hidden;
}
#leadershippopup .leadership-item-popup .col-right {
    width: 52%;
    padding: 50px 0;
    float: right;
}
#leadershippopup .leadership-item-popup .col-right .popup-title {
    font-size: 36px;
    line-height: 1.3;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
#leadershippopup .leadership-item-popup .col-right .inner {
    font-size: 16px;
    line-height: 2;
    color: #494949;
    padding: 0 100px 30px 60px;
    height: 300px;
    position: relative;
    overflow-y: auto;
}
/*popup scrollbar*/
#leadershippopup .leadership-item-popup .col-right .inner::-webkit-scrollbar {
    width: 10px;
}
#leadershippopup .leadership-item-popup .col-right .inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
}

#leadershippopup .leadership-item-popup .col-right .inner::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 15px;
    height: 10px;
    outline: 1px solid #ebeaea;
}
#leadershippopup .leadership-item-popup .col-right .inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 45px;
    height: 10px;
    background: #00b070;
}
/*slider navigations*/
#leadershippopup .slick-prev:before,
#leadershippopup .slick-next:before {
    font-size: 50px;
}
#leadershippopup .slick-prev,
#leadershippopup .slick-next {
    top: 45%;
    transform: translateY(-50%);
    height: 50px;
}
#leadershippopup .slick-prev {
    left: -90px;
}
#leadershippopup .slick-next {
    right: -60px;
}
#leadershippopup .mfp-close {
    top: -45px;
    height: 40px;
    width: 40px;
    background: #fff;
}

/*override editor style*/
.icon_achievement,
.icon_globe,
.icon_house,
.icon_setting,
.icon_customer,
.icon_expertise,
.icon_projects {
    color: #fff;
}

/***********************
6.4 - ABOUT US PAGE
***********************/
.main_content .vc_tta-panels .vc_tta-panel {
    margin: 0 0 20px 0;
}
.main_content .vc_tta-panel .vc_tta-panel-title {
    position: relative;
    border-bottom: 4px solid #d8d8d8;
}
.main_content .accordion-blue .vc_tta-panel .vc_tta-panel-title {
    border-bottom: 2px solid #0067ac;
}
.main_content .accordion-blue .vc_tta-panel.vc_active .vc_tta-panel-title {
    border: none;
}
.main_content .vc_tta-panel .vc_tta-panel-title:before {
    content: "\f107";
    font-family: "FontAwesome";
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    border: 1px solid #0067ac;
    width: 20px;
    height: 20px;
}
.main_content .vc_tta-panel.vc_active .vc_tta-panel-title:before {
    content: "\f106";
}
.main_content .vc_tta-panel .vc_tta-panel-title a {
    padding: 0 !important;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.7;
}
.main_content .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title a {
    color: #313131 !important;
}
.main_content .accordion-blue .vc_tta-panel .vc_tta-panel-title a {
    color: #0067ac !important;
}
.main_content .vc_tta-panel .vc_tta-panel-title i {
    display: none !important;
}
.main_content .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
    background: none !important;
    border-color: transparent !important;
}
.main_content .accordion-blue .vc_tta-panel .vc_tta-panel-body {
    border: 2px solid #0067ac !important;
    border-radius: 5px !important;
    margin: 10px 0 0 0;
    padding: 30px 35px !important;
}
.main_content .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
    background: none !important;
    border-color: transparent !important;
}
/*******************
6.5 - CAREER PAGE
*******************/
#content .sub-page-title,
#content .page-title {
    font-size: 24px;
    text-transform: uppercase;
    border-bottom: 2px solid #00b070;
    padding: 0 0 5px 0;
    margin: 0 0 45px 0;
}
#content .page-title {
    padding: 0 0 15px 0;
}
#content #whyjoinus {
    color: #fff;
    text-align: center;
    padding: 50px 0;
    background-image: -moz-linear-gradient(120deg, rgb(31, 80, 146) 0%, rgb(45, 142, 195) 59%, rgb(59, 203, 244) 100%);
    background-image: -webkit-linear-gradient(
        120deg,
        rgb(31, 80, 146) 0%,
        rgb(45, 142, 195) 59%,
        rgb(59, 203, 244) 100%
    );
    background-image: -ms-linear-gradient(120deg, rgb(31, 80, 146) 0%, rgb(45, 142, 195) 59%, rgb(59, 203, 244) 100%);
}
#content #hotposition {
    margin: 35px 0 0 0;
}
.list-career-wrapper .career-item {
    /* width:23.2%!important; */
    max-height: 290px;
    background: rgb(0, 176, 112);
    color: #fff;
    box-shadow: 5px 5px 0px 0px rgba(0, 149, 95, 0.7);
    -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 149, 95, 0.7);
    -moz-box-shadow: 5px 5px 0px 0px rgba(0, 149, 95, 0.7);
    padding: 40px 20px;
    margin: 55px 0.3%;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.list-career-wrapper .career-item:hover {
    margin: 5px 0.3%;
    max-height: 390px;
    background: #fff;
    color: #000;
    border: 1px solid rgb(0, 103, 172);
    border-radius: 30px 0px 30px 0px;
    -moz-border-radius: 30px 0px 30px 0px;
    -webkit-border-radius: 30px 0px 30px 0px;
    box-shadow: 5px 5px 0px 0px rgba(0, 103, 172, 1);
    -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 103, 172, 1);
    -moz-box-shadow: 5px 5px 0px 0px rgba(0, 103, 172, 1);
}
.list-career-wrapper .career-item:hover .post-title {
    color: rgb(0, 103, 172);
}
.list-career-wrapper .career-item:hover .btn-readmore {
    display: block;
    width: 90%;
    font-size: 16px;
}
.list-career-wrapper .career-item .post-title {
    color: #fff;
}
.list-career-wrapper .career-item .btn-readmore {
    display: block;
    width: 0%;
    padding: 3% 0;
    margin: 0 auto;
    background: rgb(0, 103, 172);
    color: #fff;
    font-size: 0;
    font-weight: 700;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 5px 5px 0px 0px rgba(6, 83, 134, 1);
    -webkit-box-shadow: 5px 5px 0px 0px rgba(6, 83, 134, 1);
    -moz-box-shadow: 5px 5px 0px 0px rgba(6, 83, 134, 1);
}
.list-career-wrapper .career-item .btn-readmore:hover {
    box-shadow: 8px 8px 0px 0px rgba(6, 83, 134, 1);
    -webkit-box-shadow: 8px 8px 0px 0px rgba(6, 83, 134, 1);
    -moz-box-shadow: 8px 8px 0px 0px rgba(6, 83, 134, 1);
}

/******************
7.0 - FOOTER
******************/

/*Footer - list offices*/
.list-offices {
    position: relative;
    padding: 335px 0 35px;
    margin-top: -140px;
}
.list-offices:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 105%;
    left: 0;
    bottom: 0;
    background: url("../images/bg-offices.png") center top no-repeat;
    background-size: cover;
}
.list-offices .office-item {
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 0 60px;
    color: #fff;
    position: relative;
    z-index: 2;
}
.list-offices .office-item:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 170px;
    background: rgba(255, 255, 255, 0.2);
}
.list-offices .office-name {
    font-size: 23px;
    line-height: 1.4;
    font-weight: 700;
    padding-bottom: 11px;
}
.list-offices .office-addr,
.list-offices .office-phone,
.list-offices .office-email {
    font-size: 15px;
    line-height: 1.85;
}
.list-offices .office-item span {
    color: #fbba4e;
    text-decoration: underline;
}
.list-offices .office-item .link_email {
    color: #fff;
}
.list-offices .office-item .link_email:hover {
    color: #fbba4e;
}
/*Footer*/
footer li {
    list-style: none;
}
.footer-inner {
    background: #2d2d2d;
}
.footer-inner * {
    color: #fff !important;
}
.footer-inner .row-1.logo-footer {
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #707070;
}
.footer-inner .row-1.logo-footer a {
    max-width: 300px;
    display: inline-block;
}
.footer-inner .row-1.logo-footer img {
    width: 100%;
    height: auto;
}

.footer-inner .col-1.show-submenu,
.footer-inner .col-2.not-show-submenu,
.footer-inner .col-3.socials {
    /* display: inline-block; */ /* float: left */
}

.footer-inner .row-2 {
    padding: 45px 0 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.footer-inner .menu-header-2 ul.menu {
    list-style: none;
    font-size: 13px;
    font-weight: 700;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 700px;
}
.footer-inner .menu-header-2 ul.menu > li {
    display: inline-block;
    float: left;
    text-transform: uppercase;
    padding: 0 25px;
    line-height: 1.4;
}
.footer-inner .menu-header-2 ul.menu > li:nth-of-type(2) {
    padding-left: 0;
}
.footer-inner .menu-header-2 ul.menu > li:last-child {
    padding-right: 0;
}
.footer-inner .menu-header-2 ul.menu > li.not-show {
    display: none;
}
.footer-inner .menu-header-2 ul.menu > li > a {
    letter-spacing: 2px;
}
body:lang(zh-hans) .footer-inner .menu-header-2 ul.menu > li > a {
    display: block;
}
.footer-inner .menu-header-2 ul.menu > li .menu_item.active a {
    color: #00b070 !important;
}

.footer-inner .menu-header-1 ul.menu {
    list-style: none;
    font-size: 13px;
    font-weight: 700;
}
.footer-inner .menu-header-1 ul.menu > li {
    text-transform: uppercase;
    line-height: 1.4;
}
.footer-inner .menu-header-1 ul.menu > li.not-show {
    display: none;
}
.footer-inner .menu-header-1 ul.menu > li > a {
    letter-spacing: 2px;
}
.footer-inner .menu-header-1 ul.menu > li.language {
    position: absolute;
    top: 0;
    left: 300px;
    display: none;
}

.footer-inner .col-2.not-show-submenu {
    /* padding: 0 240px 0 100px; */
    position: relative;
}
.footer-inner .col-3.socials {
}
.footer-inner .social-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 2px;
    padding-bottom: 23px;
}
.footer-inner .list-social {
    line-height: 1.4;
    margin: 0 -4px;
    text-align: center;
}
.footer-inner .list-social a {
    display: inline-block;
    width: 23px;
    height: 23px;
    text-align: center;
    padding: 0 4px;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.footer-inner .list-social a .fa {
    font-size: 10px;
    line-height: 23px;
}

.footer-inner .menu .menu-item a {
    margin-bottom: 20px;
    display: inline-block;
}
.footer-inner .sub-menu .menu_item a {
    text-transform: capitalize;
    line-height: 2.3;
    font-weight: 400;
    margin: 0;
}
.footer-inner .list-social a:hover .fa:before,
.footer-inner .list-social a:hover {
    border-color: #00b070;
    color: #00b070;
}
/*Copyright*/
.footer-copyright {
    background: #242424;
}
.footer-copyright ul.menu {
    list-style: none;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.footer-copyright ul.menu > li {
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 1.4;
    display: inline-block;
}
.footer-copyright ul.menu > li > a {
    letter-spacing: 2px;
    color: #757575;
}
[id^="menu-menu-header-1"] .sub-menu,
[id^="menu-menu-header-2"] .sub-menu,
[id^="menu-menu-header-4"] .sub-menu,
[id^="menu-menu-header-5"] .sub-menu {
    display: none;
}
.show-submenu .sub-menu {
    display: inline-block;
}

.footer-copyright .copyright {
    padding: 30px 0;
    line-height: 1.4;
    text-transform: uppercase;
    font-size: 10px;
    color: #989898;
    text-align: center;
    letter-spacing: 2px;
}
.footer-copyright .copyright a {
    color: #989898;
}
.footer-copyright .copyright a:hover {
    text-decoration: underline;
    color: #fbba4e;
}
.footer-copyright .copyright p {
    position: relative;
    display: inline-block;
    padding: 0 23px;
}
.footer-copyright .copyright p:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #989898;
    left: 0;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.footer-copyright .copyright p:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #989898;
    right: 0;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
[id^="menu-menu-header-5"] a {
    padding: 30px 0;
    display: inline-block;
}
[id^="menu-menu-header-5"] a:hover,
[id^="menu-menu-header-5"] .current_page_item a {
    border-bottom: 2px solid #00b070;
}
[id^="menu-menu-header-1"] a:hover,
[id^="menu-menu-header-2"] a:hover,
[id^="menu-menu-header-3"] a:hover,
[id^="menu-menu-header-4"] a:hover {
    color: #00b070 !important;
}

/******************
8.0 - RELATED PAGE
******************/
.related_page {
    margin-bottom: 30px;
}
.related_page .related_page_title {
    text-transform: uppercase;
    font-size: 36px;
    display: block;
    color: #000;
    padding-bottom: 15px;
    border-bottom: 8px solid #00b070;
    margin-bottom: 60px;
}
.related_page .page-item__inner {
    margin: 0 13px;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.related_page .page-item__inner .image-wrap {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bg-image {
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.related_page .page-item__inner .image-wrap img {
    visibility: hidden;
}

.related_page .page-item__inner .content-wrap {
    padding: 20px;
}
.related_page .slick-list {
    margin: 0 -13px;
}
.related_page .page-item__inner .page-item__title {
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
}
.related_page .page-item__inner .read-more {
    margin-top: 20px;
}
.main_content .related_page .slick-prev {
    left: -70px;
}
.main_content .related_page .slick-next {
    right: -70px;
}
.related_page .page-item__inner .read-more .btn-readmore {
    font-family: "Lato", sans-serif;
    position: relative;
    left: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 25px 0 0;
}
.related_page .page-item__inner .read-more .btn-readmore:before {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
}

/*Menu show sub-menu*/
header ul.sub-menu {
    position: absolute;
    width: 220px;
    left: 0;
    top: 90px;
    list-style: none;
    background: #fff;
    padding: 10px 0;
    border: 1px solid #0067ac;
    -webkit-box-shadow: 5px 5px 0px 0px #0067ac;
    -moz-box-shadow: 5px 5px 0px 0px #0067ac;
    box-shadow: 5px 5px 0px 0px #0067ac;
    z-index: 1000;
}
header .language ul.sub-menu {
    left: unset;
    right: 0;
}
header ul.sub-menu li {
    text-transform: none;
    border-bottom: 1px dashed #b7b7b7;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
header ul.sub-menu li a {
    padding: 10px 15px;
    display: block;
    color: #000 !important;
    font-size: 16px;
}
.main_header ul.menu > li:hover .sub-menu {
    display: block !important;
}
header ul.sub-menu li:hover {
    border-bottom-style: solid;
    border-bottom-color: #0067ac;
}
header ul.sub-menu li:hover a {
    color: #0067ac !important;
}

footer .menu-wrapper .sub-sub-menu {
    display: none;
}

.breadcrumb-wrapper {
    position: relative;
    z-index: 10;
}

/** Additional classes **/
.dim-bg {
    position: relative;
}
.dim-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(118, 114, 114, 0.5);
}
.max-width-510px {
    max-width: 510px;
}
.padding-left-60px {
    padding-left: 60px;
}

/*title_home_banner_auto*/
.title_home_banner_auto {
    display: inline-block;
    padding: 50px 0;
    width: auto;
    transform: skew(0, -8deg);
    -ms-transform: skew(0, -8deg);
    -webkit-transform: skew(0, -8deg);
}

.free-quote {
    margin-bottom: 5px;
}

.free-quote a {
    background: #00b070;
    border-radius: 50px;
    color: #fff;
    display: block;
    position: relative;
    line-height: 45px;
    padding: 0 16px 0 45px;
}
.free-quote a:before {
    font-family: "FontAwesome";
    content: "\f0e0";
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: 16px;
}
.free-quote a span {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.free-quote .hotline-bar {
    margin-left: 10px;
}

.sticky-contact {
    position: fixed;
    bottom: 7px;
    left: 31px;
    z-index: 90;
}

.hotline-phone-ring-wrap {
    display: flex;
    align-items: center;
    background: #1564a7 !important;
    padding-left: 5px;
    padding-right: 18px;
    border-radius: 50px;
    margin-bottom: 5px;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    cursor: pointer;
    z-index: 11;
}

.hotline-phone-ring-circle-fill {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: rgba(21, 100, 167, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 2px solid transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-icon {
    font-size: 30px;
    color: white;
    position: relative;
    z-index: 2;
}

.hotline-bar {
    line-height: 45px;
    border-radius: 3px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    border-radius: 50px !important;
}

.hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 45px;
    font-family: Arial;
}

.hotline-bar > a:hover,
.hotline-bar > a:active {
    color: #fff;
}

.float-contact button {
    background: none;
}
.float-contact .chat-face {
    display: block;
    margin-bottom: 5px;
}

.float-contact .chat-face i {
    margin-right: 15px;
}

.float-contact .hotline {
    display: block;
    margin-bottom: 5px;
}

.float-contact .zalo {
    padding-left: 10px;
    padding-right: 18px;
    border-radius: 50px;
    background-color: #0068ff;
    margin-bottom: 5px;
}

.float-contact .zalo a {
    display: flex;
    align-items: center;
    line-height: 45px;
    font-size: 16px;
    font-weight: 700;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #fff;
    text-transform: none;
}

.float-contact #svg_zalo_icon {
    width: 28px;
    height: 30px;
    margin-right: 13px;
}

.chat-zalo a,
.chat-face a,
.hotline a {
    display: flex !important;
    background: #125c9e;
    border-radius: 50px;
    padding: 0 18px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #fff;
    text-transform: none;
}
.float-contact .hotline a {
    background: #d11a59;
}
.chat-zalo a i,
.chat-face a i,
.hotline a i {
    font-size: 30px;
    line-height: 45px;
    vertical-align: middle;
}

.float-contact header .tel-mobile {
    display: none;
    position: fixed;
    right: 60px;
    top: 30px;
    z-index: 1;
    animation: swing ease-in-out 0.3s infinite alternate;
}
header .tel-mobile:before {
    content: "\f095";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #0067ac;
}
@keyframes swing {
    0% {
        transform: rotate(6deg);
    }
    100% {
        transform: rotate(-6deg);
    }
}

@media only screen and (max-width: 940px) {
    body {
        font-size: 100%;
    }
    .home #what-we-do .title_underline_center {
        font-size: 32px;
        padding-bottom: 20px !important;
    }
    .txt_47px {
        font-size: 32px;
    }
    .free-quote a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
        line-height: 1;
    }
    .free-quote a:before {
        position: static;
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.3) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.6;
    }
}
@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@media (max-width: 768px) {
    .hotline-bar {
        display: none;
    }

    .free-quote,
    .chat-face,
    .hotline-phone-ring-wrap,
    .hotline-bar {
        margin-right: 15px;
    }

    .free-quote a {
        width: 45px;
        height: 45px;
    }

    .sticky-contact {
        display: flex;
        align-items: center;
    }

    .float-contact {
        display: flex;
    }

    .chat-zalo a,
    .chat-face a,
    .hotline a,
    .float-contact .zalo a {
        width: 45px;
        height: 45px;
        padding: 0;
        justify-content: center;
    }

    .float-contact .chat-face i {
        margin-right: 0;
    }

    .float-contact .zalo {
        padding: 0;
    }

    .hotline-phone-ring-wrap {
        padding: 0;
    }

    .float-contact .zalo #svg_zalo_icon {
        margin: 0;
    }

    .hotline-phone-ring-img-circle {
        animation: 1s ease-in-out 0s infinite normal none running phonering-alo-circle-img-anim;
    }

    .hotline-phone-ring-circle {
        position: absolute;
        width: 80px;
        height: 80px;
        background-color: transparent;
        border-radius: 100%;
        border: 2px solid #1564a7;
        -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
        animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
        transition: all 0.5s;
        opacity: 0.5;
    }
}

@media only screen and (max-width: 940px) {
    .hotline-phone-ring-img-circle .pps-btn-img.mobile-only {
        display: flex;
        visibility: visible;
    }
}
.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 33px;
    height: 33px;
}
