* {
    font-family: 'Montserrat', sans-serif, "Microsoft YaHei";
}

:root {
    --background: #E0E0E0;
}

html {
    background: var(--background);
}

body {
    max-width: 1600px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
}

a {
    color: #707070;
    transition: 0.3s all ease-in-out;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

h1,
h2 {
    letter-spacing: 2px;
    text-transform: uppercase;
}

h3 {
    margin-bottom: 20px
}

h4 {
    color: #ba8212;
    font-size: 20px;
}

/*--------------------------------------------------*\
         Header & Navigation
\*--------------------------------------------------*/

@media(min-width: 480px) {
    .home-header {
        position: absolute;
    }
}

#header {
    background: #fff;
    border-bottom: 1px solid #ccc;
    display: table;
    margin: 0 auto;
    padding: 0 20px;
    top: 0;
    height: 110px;
    width: 100%;
    z-index: 99;
}

.navbar-nav {
    float: right;
    clear: right;
    margin: 0;
    font-size: 17px;
}

.navbar-collapse > ul {
    margin-top: 30px;
}

@media(max-width:767px) {
    .navbar-nav {
        width: 100%;
        margin-bottom: 15px;
    }
}

.navbar-nav a {
    display: block;
    width: 100%;
}

#header .navbar-brand img {
    max-height: 80px;
    max-width: 300px;
    margin-top: 5px;
    margin-left: -25px;
}

#header .navbar-brand img.retire-logo {
    margin-top: 55px;
    margin-left: 1px;
}

@media(max-width:1200px) {
    #header .navbar-brand img.retire-logo {
        margin-top: 62px;
        max-width: 180px;
    }
}

@media(max-width:991px) {
    #header .navbar-brand img.retire-logo {
        margin-top: 12px;
        margin-left: 12px;
    }
}

@media(max-width:767px) {
    #header .navbar-brand img.retire-logo {
        margin-top: 12px;
        margin-left: 0px;
    }
}

@media(max-width: 472px) {
    #header .navbar-brand img.retire-logo {
        margin-top: 0px;
    }
}

#header.headerDown .navbar-brand img.retire-logo {
    margin-top: 31px;
}

#header.headerDown .navbar-collapse {
    margin-top: 20px;
}

@media(max-width:1200px) {
    #header.headerDown .navbar-brand img.retire-logo {
        margin-top: 38px;
    }
}

@media(max-width:991px) {
    #header.headerDown .navbar-brand img.retire-logo {
        margin-top: 28px;
    }
}

@media (max-width: 991px) {
    #header .navbar-brand img {
        max-height: 90px;
        max-width: 200px;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    #header .navbar-brand img {
        max-height: 82px;
        max-width: 200px;
        margin-top: -5px;
        margin-left: -15px;
    }
}

@media(min-width:768px) {
    #header .element-content {
        margin-top: 20px;
    }
}

#header .navbar-toggle {
    font-size: 24px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    #header {
        height: 67px;
    }

    #header .navbar-toggle {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #header .navbar-brand {
        padding-top: 15px;
    }

    #header .element-content {
        display: none;
    }
}

.navbar-nav > li {
    margin-left: 0;
}

@media(min-width: 768px) {
    .navbar-nav > li {
        margin-left: 1px;
    }
}

.navbar-nav > li > a,
.navbar-nav > li > button {
    display: inline-block;
    line-height: 14px;
    word-spacing: 0.2em;
    padding: 1em 1.5em;
    color: inherit;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 14px;
}

@media (min-width: 768px) {
    .navbar-nav > li {
        margin-bottom: 0.6em;
    }
}

@media (max-width: 1500px) {
    .navbar-nav > li > a {
        padding: 1em 0.7em;
    }
}

@media (max-width: 1200px) {
    .navbar-nav > li > a {
        padding: 1em 0.3em;
    }
}

@media(max-width: 991px) and (min-width: 768px) {
    .navbar-nav > li > a {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .navbar-nav > li {
        margin-top: 0px;
    }
}

.navbar-nav > li:nth-child(2) {
    border-left: none;
}

.nav .open > a {
    background: transparent;
}

.navbar-nav > li.active > a,
.navbar-nav > li.active > a:hover,
.navbar-nav > li.open > a:hover,
.navbar-nav li a:hover {
    background: transparent;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > button:hover {
    color: #c08a1e;
}

.navbar-nav .dropdown.open > a:hover {
    border-color: #000063;
}

.navbar-nav > li.active a {
    border-bottom: 2px solid #000063;
    border-radius: 0;
}

.navbar-nav .dropdown .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0px;
    transition: all 0.9s ease;
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none;
    opacity: 1;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0;
    font-size: 17px;
    border-width: 2px;
}

.navbar-nav .dropdown .dropdown-menu li a {
    color: #444;
    padding: 1em 1.5em;
    border-bottom: 1px solid #eeeeee;
    line-height: 1.2em;
    text-transform: uppercase;
    word-break: normal;
}

.navbar-nav .dropdown .dropdown-menu li.active a {
    background: rgba(0, 0, 0, 0);
}

.navbar-nav .dropdown .dropdown-menu li a:hover {
    color: #c08a1e;
    background-color: transparent;
}

@media (min-width: 768px) {
    .navbar-nav .dropdown .dropdown-menu li {
        margin-left: 0;
        min-width: 280px;
    }
}

.navbar-nav .open .dropdown-menu > li > a:focus {
    background: transparent;
}

@media (max-width: 767px) {
    .navbar-nav .dropdown .dropdown-menu li a {
        padding: 10px;
    }

    .navbar-nav .dropdown.open > a {
        color: #444;
    }

    .navbar-nav .dropdown .dropdown-menu {
        overflow-y: auto;
    }

    .navbar-nav .dropdown .dropdown-menu li a {
        font-size: 14px;
        color: #636262;
    }

    .navbar-nav > li.dropdown > a::after {
        padding-left: 5px;
        content: "\f0d7";
        font-family: fontawesome;
    }

    .navbar-nav li > a {
        padding: 10px;
        border-bottom: 1px solid #eeeeee;
    }

    .navbar-nav .dropdown.open > a {
        padding: 10px;
    }

    .navbar-nav .dropdown.open > a:hover {
        color: #000063;
    }
}

.navbar-nav .dropdown-menu > li > a {
    white-space: normal;
}

/* scroll down */

#header.headerDown {
    height: 88px;
}

.headerDown .navbar-brand {
    padding-top: 0px;
}

@media(min-width: 768px) and (max-width: 991px) {
    .navbar-brand {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-nav.scrollDown {
        font-size: 15px;
        margin-top: 3px;
    }

    #header.headerDown {
        height: 50px;
    }

    .headerDown .navbar-brand {
        height: 49px;
    }

    .headerDown .navbar-nav > li > a {
        padding: 1em 0.5em;
    }
}

/*--------------------------------------------------*\
         Banner
\*--------------------------------------------------*/

#banner.homebanner {
    display: flex;
    height: auto;
    padding-top: 0;
    opacity: 0;
    transition: 0.3s all ease-in-out;
}

@media(min-width: 992px) {
    #banner.homebanner {
        min-height: 784px;
    }
}

#banner {
    align-items: center;
    height: 550px;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    position: relative;
}

#banner.life-insurance-banner {
    background-position: left;
}

/**sub pages**/

.banner_content {
    vertical-align: text-top;
    line-height: 1;
    font-weight: 500;
    flex: auto;
}

.banner_content .title {
    padding-bottom: 350px;
    vertical-align: text-top;
    font-size: 40px;
    color: white;
    text-shadow: 1px 2px 9px black;
}

.banner_content .content {
    font-size: 28px;
}

/**home**/

#banner #myCarousel {
    height: 100%;
    width: 100%;
}

.title.carousel-caption {
    top: 75%;
    left: 50%;
    right: 0;
    bottom: 0;
    transform: translate(-50%, -50%);
    width: 800px;
}

#banner .banner-title {
    font-size: 135px;
    font-size: 7vw;
    letter-spacing: 10px;
    line-height: 1.2;
    text-shadow: none;
    color: #fff;
    /* For IE 5.5 - 7*/
    /* For IE 8*/
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 300;
    text-shadow: 4px 2px 8px #000;
}

@media(max-width:950px) {
    #banner #myCarousel .title h1 {
        font-size: 35px;
    }
}

@media(max-width:767px) {
    #banner {
        margin-top: 0;
    }
}

/*--------------------------------------------------*\
        Home
\*--------------------------------------------------*/

@media(min-width: 1500px) {
    .container {
        width: 1300px;
    }
}

.our-service .section-block-2 {
    padding-bottom: 30px;
}

.our-service {
    position: relative;
}

.our-service > div {
    padding-top: 3em;
    padding-bottom: 3em;
}

.our-service h2,
.mailchip-form #mc_embed_signup h2 {
    color: #fff;
    text-align: center;
    font-size: 33px;
    margin-top: 35px;
}

.our-service .row h2 {
    margin-bottom: 0;
    line-height: 1;
}

.our-service {
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-service hr {
    width: 10%;
    border-top-width: 3px;
}

.our-service .col-md-12:nth-child(2) {
    margin-bottom: 30px
}

.our-service > .container {
    position: relative;
    z-index: 2
}

.our-service:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.3);
}

@media(min-width:992px) {
    .our-service .col-md-2 {
        width: 20%;
    }
}

@media(max-width: 767px) {
    .our-service .row h2 {
        font-size: 24px;
        line-height: 1.5;
    }
}

.card-item {
    overflow: hidden;
    position: relative;
}

.card-item:hover {
    cursor: pointer;
}

.hover-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(0, 0, 0, 0.1);
    transition: .3s all ease-in-out;
}

.overlay-title {
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 0.1em;
}

@media(max-width: 470px) {
    .overlay-title {
        min-height: 40px;
    }
}

.zh .overlay-title {
    font-size: 16px;
}


.our-service .card-item:hover .hover-overlay {
    background: rgba(0, 0, 0, 0.56);
}

@media(max-width: 991px) {

    .section-block-1 > div,
    .section-block-2 > div {
        margin-bottom: 30px
    }
}

/*--------------------------------------------------*\
        Form
\*--------------------------------------------------*/

.contact-form {
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact-form .formwidget .form-group {
    margin-bottom: 5px;
}

.contact-form .formwidget .form-group .form-control {
    border-radius: 3px;
}

.contact-form .formwidget .form-group h5 {
    color: #ba8212;
    font-weight: 600;
    float: left;
}

.contact-form .formwidget .form-group div:first-child {
    text-align: left;
}

#formWidgetSubmitResultText,
#btnFWSubmit,
.g-recaptcha,
#divFWLoadingImg {
    margin-top: 15px;
    clear: both;
    text-align: left;
}

#formWidgetSubmitResultText {
    margin-bottom: 20px;
    color: red;
}

.rc-anchor {
    border-radius: 0;
}

#btnFWSubmit,
button[type="reset"] {
    display: inline-block;
    width: 200px;
    height: 50px;
    background: #4f4f4f;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
    border: 2px solid #4f4f4f;
    text-align: center;
    float: left;
    margin-bottom: 10px;
}

#btnFWSubmit:hover {
    color: #4f4f4f;
    background: transparent;
}

@media(min-width:444px) {
    button[type="reset"] {
        margin-top: 15px;
        margin-left: 10px;
    }
}

.contact-message {
    font-size: 12px;
}

@media(max-width:990px) {
    #formWidgetSubmitResultText {
        text-align: right;
    }
}

/*--------------------------------------------------*\
        Text Size
\*--------------------------------------------------*/

.content_header h2 {
    float: left;
}

.content_header > div {
    font-size: 14px;
}

/*--------------------------------------------------*\
        About
\*--------------------------------------------------*/

.content_header {
    border-bottom: 2px solid #e3E9EE;
    margin-bottom: 25px;
    font-size: 1.9em;
}

/*********time line*************/

#timeline .timeline-item:after,
#timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

#timeline {
    width: 100%;
    position: relative;
    padding: 0 120px;
}

#timeline .timeline-item:not(:last-child):before {
    content: "";
    width: 2px;
    height: 100%;
    background: #E0E0E1;
    top: 0;
    position: absolute;
}

#timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

#timeline .timeline-item {
    position: relative;
}

#timeline .timeline-item .timeline-icon {
    background: #ffffff;
    border: 2px solid #E6E6E7;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-left: -11.5px;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

#timeline .timeline-item .timeline-icon .fa-circle {
    color: #bd8922;
}

#timeline .timeline-item .timeline-content {
    background: #fff;
    padding: 20px;
    padding-left: 50px;
    min-height: 100px;
}

#timeline .timeline-item .timeline-content h5 {
    padding-left: 20px;
    color: #bd8922;
    margin: -18px 0 10px -20px;
    text-transform: uppercase;
    font-size: 18px;
}

@media(max-width:1200px) {
    #timeline {
        padding: 0 30px;
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    #timeline {
        margin: 10px;
        padding: 0px;
    }

    #timeline .timeline-item .timeline-content {
        padding: 20px 0 20px 30px;
    }
}

font-size: 18px;
color: #666;
}

.content_body p.large {
    font-size: 1.5em;
}

.content_body p {
    display: block;
    position: relative;
    height: 100%;
}

.content_body p.large span {
    color: #7093AE;
}

#section-about .content_body ul {
    padding-left: 30px;
    clear: both;
}

.content_body ul li {
    line-height: 1;
}

.content_body ul {
    margin-left: 0;
    margin-bottom: 25px;
    list-style-type: none;
    padding-left: 30px;
    clear: both;
    border-spacing: 0;
    border-collapse: separate;
    font-size: 15px;
}

.content_body ul li:before {
    font-size: 2.0125rem;
    content: "\2022";
    position: relative;
    top: 18px;
    left: -18px;
    font-weight: bold;
    color: #c08a1e;
    line-height: 1;
    display: table-cell;
    text-align: right;
}

.content_body ul li p {
    display: inline;
}

.tool_bar {
    width: 260px;
    height: 100%;
    padding: 0;
}

@media(max-width:991px) {
    .tool_bar {
        display: none;
    }
}

.tool_bar .button_service {
    height: auto;
}

.tool_bar ul {
    list-style-type: none;
    font-size: 14px;
    padding-left: 0px;
}

.tool_bar .button_service {
    display: block;
    position: relative;
    clear: both;
    margin: 20px 0px;
}

.tool_bar .button_service ul {
    display: table;
    height: auto;
}

.tool_bar .button_service li {
    margin-bottom: 10px;
}

.tool_bar .button_service li a {
    font-size: 18px;
    padding: 10px 20px;
    display: block;
    width: 240px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    text-align: left;
    float: left;
    margin-bottom: 10px;
    background: #e2e2e2;
    text-align: center;
    color: #7093AE;
}

.tool_bar .button_service li a:hover {
    text-decoration: none;
    background: rgba(112, 147, 174, 0.8);
    color: #fff;
}

.bar_menu {
    border-top: 1px solid #7093AE;
}

.bar_menu h4 {
    margin: 0;
    padding: 10px 0;
    clear: both;
    color: #7093AE !important;
    font-weight: bold;
}

.sub_menu li:hover {
    font-weight: bold;
}

.sub_menu li a {
    color: black;
}

.sub_menu li span {
    color: #7093AE;
}

.sub_menu > ul {
    display: table;
}

.sub_menu > ul > li {
    display: table-row;
}

.sub_menu > ul > li > span {
    display: table-cell;
    padding-right: 5px;
}

.logos {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.logo-wrap {
    padding: 20px 40px;
    vertical-align: middle;
    min-height: 180px;
    line-height: 11;
}

@media(max-width: 991px) and (min-width: 768px) {
    .logo-wrap {
        min-height: 210px;
    }
}

@media(max-width: 768px) {
    .logo-wrap {
        min-height: 0;
    }
}

.logos img {
    max-width: 170px;
    display: inline-block;
    vertical-align: middle;
}

/*--------------------------------------------------*\
         our team
\*--------------------------------------------------*/

.profile {
    margin-bottom: 80px;
    margin-top: 30px;
}

.set:last-child .profile:last-child {
    margin-bottom: 0;
}

.opengroup {
    height: auto !important;
}

.set > .container {
    margin-bottom: 0px;
}

.bio {
    border-top: 1px solid #00016e;
    border-bottom: 1px solid #00016e;
    padding: 40px 50px;
    background-color: #f5f5ff;
}

.set > .container > .row {
    display: flex;
}

@media(min-width: 768px) {
    .set > .container > .row {
        justify-content: center;
    }
}

.who-we-are .profile .content p {
    text-align: left;
}

.arrow-up {
    position: absolute;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    z-index: 4;
    bottom: -50px;
    background: #fff;
}

@media(max-width: 767px) {
    .arrow-up {
        bottom: -64px;
    }
}

#team .arrow-up {
    bottom: -40px;
    left: 45%;
}

.arrow-inner {
    width: 20px;
    height: 20px;
    border-left: 1px solid #00016e;
    border-top: 1px solid #00016e;
    background-color: #f5f5ff;
    position: absolute;
    bottom: 0px;
    right: -1px;
    z-index: 3;
}

#team .profile .close-icon {
    float: right;
    font-size: 2.25rem;
    position: relative;
    top: -20px;
    left: 30px;
    cursor: pointer;
}

#cross {
    background: red;
    height: 100px;
    position: relative;
    width: 20px;
}

#cross:after {
    background: red;
    content: "";
    height: 20px;
    left: -40px;
    position: absolute;
    top: 40px;
    width: 100px;
}

.moreinfo:hover {
    cursor: pointer;
}

.moreinfo .img-wrapper {
    overflow: hidden;
    background-position: top;
    background-size: cover;
    height: 0;
    padding-bottom: 100%;
}

.set .bio p {
    margin-bottom: 15px;
    font-size: 16px;
    text-align: left;
}

.set .bio p.subheading {
    font-weight: bold;
}

.set .alias .name {
    color: #00016e;
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.set .alias .title {
    color: #929394;
    font-size: 15px;
    font-weight: bold;
}

.set .bio .advisername {
    text-align: left;
    display: block;
    font-size: 3rem;
    line-height: 1.875;
    margin: 0;
    color: #5C5C5C;
    font-weight: 600;
    vertical-align: bottom;
}

.set .bio .advisertitle {
    color: #5C5C5C;
    font-size: 2rem;
    line-height: 1.5625;
    font-weight: 400;
    margin-top: 0;
    display: block;
    text-shadow: none;
    text-align: left;
}

.set .bio li {
    font-size: 16px;
}

@media(max-width:767px) {
    .bio {
        padding: 20px 15px;
    }

    #team .profile .close-icon {
        float: right;
        font-size: 2.25rem;
        position: relative;
        top: -10px;
        left: 0px;
        cursor: pointer;
    }
}

@media(min-width:768px) {
    .openbio .row .col-sm-6:first-child {
        padding-right: 40px;
    }
}

/*--------------------------------------------------*\
           Service
\*--------------------------------------------------*/

.service {
    text-align: center;
}

#section-service {
    margin-bottom: 30px;
}

#section-service .content_body ul {
    clear: both;
    margin-bottom: 20px;
    padding-left: 20px;
}

.content_body h4 {
    margin-top: 30px;
    color: #7E7E7E;
}

@media(min-width:768px) {
    #main.service .set .col-sm-2 {
        width: 20%;
    }

    .logo-wrap.col-md-2 {
        width: 20%;
    }
}

@media(max-width: 991px) and (min-width: 768px) {
    .logo-wrap.col-md-2 {
        width: 50%;
    }
}

/*********time line*************/

#timeline .timeline-item:after,
#timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

#timeline {
    width: 100%;
    position: relative;
    padding: 0 120px;
}

#timeline .timeline-item:not(:last-child):before {
    content: "";
    width: 2px;
    height: 100%;
    background: #E0E0E1;
    top: 0;
    position: absolute;
}

#timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

#timeline .timeline-item {
    position: relative;
}

#timeline .timeline-item .timeline-icon {
    background: #ffffff;
    border: 2px solid #E6E6E7;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-left: -11.5px;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

#timeline .timeline-item .timeline-icon .fa-circle {
    color: #bd8922;
}

#timeline .timeline-item .timeline-content {
    background: #fff;
    padding: 20px;
    padding-left: 50px;
    min-height: 100px;
    text-align: left;
}

#timeline .timeline-item .timeline-content h5 {
    padding-left: 20px;
    color: #bd8922;
    margin: -18px 0 10px -20px;
    text-transform: uppercase;
    font-size: 18px;
}

@media(max-width:1200px) {
    #timeline {
        padding: 0 30px;
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    #timeline {
        margin: 10px;
        padding: 0px;
    }

    #timeline .timeline-item .timeline-content {
        padding: 20px 0 20px 30px;
    }
}

/*  Blog CSS */

.blogs p {
    text-align: left;
}

.post-area {
    padding: 15px;
}

.post-area,
.post-title,
.post-date,
.post-content {
    display: block;
    height: 100%;
}

.post-title h4 {
    color: #7E7E7E;
    margin-top: 0px;
    margin-bottom: 0;
}

.post-share {
    margin-top: 30px;
}

.post-share ul {
    margin: 0 0 0.7em !important;
    padding: 0;
    width: 500px;
}

.post-share ul li {
    margin-top: 15px;
    padding: 0;
    float: left !important;
    margin-right: 10px;
}

.post-share ul li a {
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px 5px 25px;
    color: #999;
    display: block;
    font: 13px/1 'arial';
    float: left;
}

.post-share ul li a:hover {
    border-color: #555;
}

.post-date {
    font-size: 10px;
    margin-bottom: 10px;
}

.post-date p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.og-share-wrap {
    margin-left: 0px;
    display: inline-block;
    clear: both;
    height: 100%;
    width: 100%;
    border: 2px solid #e2e2e2;
    border-radius: 3px;
    padding: 10px;
}

.og-share-image {
    display: block;
    float: left;
    width: 200px;
    height: 180px;
    overflow: hidden;
    margin-right: 15px;
}

.og-share-image img {
    height: 100%;
    min-width: 100%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.og-share-content {
    float: left;
    width: auto;
}

.og-share-content-title,
.og-share-content-description {
    width: auto;
}

.og-share-content-title {
    font-weight: bold;
    font-size: 1.2em;
}

.og-share-content {
    width: 400px;
}

.og-share-content input,
.og-share-content textarea {
    width: 400px;
}

/*--------------------------------------------------*\
        Contact Us
\*--------------------------------------------------*/

#section-contact #section-contact-form {
    padding: 0;
    clear: both;
    margin-bottom: 30px;
}

#section-contact #section-contact-form .container {
    width: 100%;
}

#section-contact #section-contact-form .title {
    display: none;
}

#section-contact #section-contact-form .contact-message {
    text-align: left;
}

#section-contact .content_body label {
    font-weight: 600;
    font-size: 16px;
    color: #7093AE;
}

/*--------------------------------------------------*\
        prefooter
/*--------------------------------------------------*/

#prefooter {
    padding: 3em 0;
    background-color: #eee;
}

#prefooter .logo {
    max-width: 60%;
    margin-bottom: 20px;
}

.prefooter-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    text-transform: uppercase;

}

#prefooter .wechat img {
    max-width: 50%;
    display: inline-block;
    min-width: 100px;
}

#prefooter .row > div {
    min-height: 120px;
}

.prefooter-second-title {
    font-size: 16px;
    color: #777;
    text-transform: uppercase;
}

.ck_form.ck_naked {
    /* divider image */
    background: transparent;
    line-height: 1.5em;
    overflow: hidden;
    color: #333;
    font-size: 16px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    clear: both;
    margin: 20px 0px;
    text-align: center;
}

.ck_form.ck_naked p {
    padding: 0px;
}

.ck_form,
.ck_form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ck_form.ck_naked .ck_form_fields {
    width: 100%;
    float: left;
    padding: 5%;
}

/* Form fields */

.ck_errorArea {
    display: none;
}

#ck_success_msg {
    padding: 10px 10px 0px;
    border: solid 1px #ddd;
    background: #eee;
}

.ck_form.ck_naked input[type="text"],
.ck_form.ck_naked input[type="email"] {
    font-size: 18px;
    padding: 10px 8px;
    width: 34%;
    border: 1px solid #d6d6d6;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    margin-bottom: 5px;
    height: auto;
    float: left;
    margin: 0px;
    margin-right: 1%;
    height: 42px;
}

.ck_form input[type="text"]:focus,
.ck_form input[type="email"]:focus {
    outline: none;
    border-color: #aaa;
}

.ck_form.ck_naked .ck_subscribe_button {
    width: 100%;
    color: #fff;
    margin: 0px;
    padding: 9px 0px;
    font-size: 18px;
    background: #da2128;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    /* border radius */
    cursor: pointer;
    border: none;
    text-shadow: none;
    width: 30%;
    float: left;
    height: 42px;
}

.ck_converted_content {
    display: none;
    padding: 5%;
    background: #fff;
}

/* max width 500 */

.ck_form.ck_naked.width500 .ck_subscribe_button {
    width: 100%;
    float: none;
    margin-top: 5px;
}

.ck_form.ck_naked.width500 input[type="text"],
.ck_form.ck_naked.width500 input[type="email"] {
    width: 49%;
}

.ck_form.ck_naked.width500 input[type="email"] {
    margin-right: 0px;
    width: 50%;
}

/* max width 400 */

.ck_form.ck_naked.width400 .ck_subscribe_button,
.ck_form.ck_naked.width400 input[type="text"],
.ck_form.ck_naked.width400 input[type="email"] {
    width: 100%;
    float: none;
    margin-top: 5px;
}

.ck_slide_up,
.ck_modal,
.ck_slide_up .ck_naked,
.ck_modal .ck_naked {
    min-width: 400px;
}

.page .ck_form.ck_naked {
    margin: 50px auto;
    max-width: 700px;
}

/* v6 */

.ck_slide_up.ck_form_v6,
.ck_modal.ck_form_v6,
.ck_slide_up.ck_form_v6 .ck_naked,
.ck_modal.ck_form_v6 .ck_naked {
    min-width: 0 !important;
}

.ck_form_v6 #ck_success_msg {
    padding: 0px 10px;
}

@media all and (max-width: 403px) {
    .ck_form_v6.ck_modal .ck_naked {
        padding-top: 30px;
    }
}

@media all and (max-width: 499px) {
    .ck_form_v6.ck_modal .ck_naked + .ck_close_link {
        color: #fff;
        top: 10px;
    }
}

.ck_form_v6.ck_slide_up .ck_naked + .ck_close_link {
    right: 10px;
    top: -5px;
}

@media all and (min-width: 600px) {
    .ck_form_v6.ck_slide_up .ck_naked + .ck_close_link {
        right: 35px;
    }
}

.social-media i {
    font-size: 34px;
}

.social-link {
    display: inline-block;
    text-align: left;
    min-width: 40px;
}

.footer-contact p {
    font-size: 16px;
}

@media(min-width: 992px) {
    .wechat {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*--------------------------------------------------*\
        Footer
\*--------------------------------------------------*/

#footer {
    width: 100%;
    padding: 10px 0px;
    margin: 0px auto;
    background-color: #2d2d2d;
}

#footer p {
    color: #ffffff;
    font-size: 14px;
}

#footer a {
    color: #ffffff;
}

#prefooter,
#footer {
    text-align: left;
}

/*--------------------------------------------------*\
        Map
\*--------------------------------------------------*/

#map {
    height: 500px;
}

@media(max-width: 480px) {
    #map {
        height: 300px;
    }
}

/*--------------------------------------------------*\
        News
\*--------------------------------------------------*/

.load-more.animated {
    -webkit-animation-delay: 1.5s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 1.5s;
}

.btn {
    border-radius: 3px;
    margin-top: 20px;
    font-size: 18px;
    border: 2px solid #4f4f4f;
    color: #4f4f4f;
    padding: 0.5em 3em;
    transition: 0.3s all ease-in-out;
}

.btn:hover {
    opacity: 1;
    color: #fff;
}

.post-more {
    margin-top: 15px;
    text-align: left;
}

.preview-image img {
    min-width: 100%;
    height: 100%;
    position: relative;
    transition: 0.3s all ease-in-out;
}

ul.pagination,
ul.pagination-search {
    clear: both;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0 8px !important;
}

ul.pagination > li,
ul.pagination-search > li {
    color: #DBDBDB;
    font-weight: bold;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
}

.banner-button {
    background-color: #c08a1e;
    border-radius: 10px;
    font-size: 1vw;
    margin-top: 1vw;
    color: white;
    border-style: none;
    opacity: 0.9;
    padding: 0.7vw;
}

@media(max-width:450px) {
    .banner-button {
        font-size: 11px;
    }
}

.item {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(146, 146, 146, 0.1);
}

.overlay-service {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(7, 4, 0, 0.15);
}

@media(min-width:768px) {
    .col-sm-4 .position_relative {
        min-height: 50px;
    }
}

.col-sm-4 h4 {
    text-align: center;
}

.social_icons a {
    margin-right: 10px;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

#banner .container {
    position: relative;
}

#header .navbar-brand img.scrollDown {
    margin-top: 20px
}

.preview-image {
    position: relative;
    display: block;
    /* float: left; */
    width: 100%;
    overflow: hidden;
    margin-right: 15px;
}

.preview-content {
    width: auto;
    height: 80px;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    text-align: left;
}

.post-title {
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    height: 20px;
    line-height: 20px;
    margin-bottom: 6px;
    margin-top: 15px;
}

.post-more a {
    border-bottom: none !important;
    color: #c08a1e !important;
    font-size: 11pt;
}

.content_body a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    color: #4f4f4f;
}

.content_body a:hover {
    color: #c08a1e;
    text-decoration: underline;
}

#section .content_body {
    padding-top: 50px;
    padding-bottom: 50px;
}

#section > div > div > h2 {
    text-align: center;
    color: #c08a1e
}

/******map******/

#map,
#map1 {
    height: 300px;
}

/***contact-form***/

.contact-content,
.contact-form-content {
    text-align: center;
    padding-bottom: 15px;
}

.contact-content {
    padding-bottom: 35px;
}

.contact-form-content h1 {
    padding-bottom: 20px;
    margin-top: 70px;
}

.contact-address {
    margin: 25px 0;
}

.contact-details .contact-info {
    font-size: 18px;
    color: #4f4f4f;
    line-height: 40px;
}

.contact-details .contact-info i {
    width: 40px;
    font-size: 25px;
}

.contact-details .contact-info a {
    color: inherit;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-details .contact-info a:hover {
    color: #c08a1e;
}

@media(max-width:767px) {
    .contact-details {
        padding-top: 20px;
    }

    .contact-details .contact-info {
        font-size: 13px;
    }
}

@media(min-width:768px) {
    .contact-details {
        padding-left: 50px;
    }
}

.contact-form .form-field {
    position: relative;
    margin: 32px 0;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 45px;
    padding-left: 5px;
    padding-bottom: 0px;
    border-width: 0 0 2px 0;
    border-color: #E5E5E5;
    color: #505050;
    font-size: 25px;
    line-height: 26px;
    font-weight: lighter;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-form .input-text:focus {
    outline: none;
    border-color: #4f4f4f;
}

.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
}

.contact-form .label {
    position: absolute;
    left: 10px;
    bottom: 11px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #888;
    cursor: text;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.contact-form .help-block {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    color: #c08a1e;
}

.form-field.has-error input {
    border-color: #c08a1e;
}

.contact-form .submit {
    text-align: center;
    margin: 15px 0;
}

.g-recaptcha > div {
    width: 100% !important;
}

@media(max-width:767px) {
    .form-field {
        padding-top: 30px;
    }
}

#formWidgetSubmitResultText {
    clear: both;
    color: #4f4f4f;
    margin-bottom: 15px;
    font-size: 25px;
    display: block;
    text-align: left;
}

#footer #formWidgetSubmitResultText {
    clear: both;
    color: #4f4f4f;
    text-align: center;
    margin-bottom: 15px;
    font-size: 12.8px;
}

#main .i-want-to-heading {
    text-align: center;
    margin-bottom: 40px;
    font-size: 23px;
    margin-top: 60px;
    color: #4e4e4e;
    font-weight: bold;
}

#main h1 {
    margin-top: 0;
    margin-bottom: 30px;
}

#main h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
}

#main p {
    font-size: 18px;
}

/***********************************
          About us
************************************/

.about-us .who-we-are h1 {
    margin-bottom: 20px;
    text-align: left;
}

.about-us p {
    padding-bottom: 10px;
    font-size: 18px;
    text-align: center;
}

.about-us .who-we-are .row {
    margin-bottom: 25px;
}

.content_body {
    text-align: center;
}

.home-image {
    padding-top: 30px;
}

#main {
    padding: 4em 0;
}

#main.home-page {
    padding: 3em 0;
}

#main a {
    color: #ba8212;
}

#main .online-form-btn {
    background-color: #c08a1e;
    border-radius: 10px;
    color: white;
    border-style: none;
    opacity: 0.7;
    margin-top: 20px;
    margin-bottom: 20px;
}

#main .online-form-btn:hover {
    text-decoration: none;
}

.footer-left-text {
    padding-top: 2%;
}

#footer-social img {
    max-height: 45px;
}

@media(max-width:500px) {
    .carousel-caption {
        left: 5%;
        right: 5%;
    }
}

ul.pagination {
    clear: both;
    position: relative;
    width: 100%;
    text-align: right;
}

ul.pagination > li {
    color: #707070;
    margin-left: 5px;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
    -moz-transition-property: color, background-color, border-color;
    -o-transition-property: color, background-color, border-color;
    -webkit-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    display: inline-block;
}

ul.pagination > li:before {
    content: "";
}

.pagination > li > a {
    padding: 10px 15px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > li > a:hover {
    background-color: #c08a1e;
    border-color: #c08a1e;
    color: #fff !important;
}

ul.pagination > li.cur {
    background-color: #c08a1e;
    color: #fff;
}

ul.pagination > li:hover {
    cursor: pointer;
    background-color: #c08a1e;
    color: #fff;
}

ul.pagination > li:click {
    background-color: #e0e0e0;
}

@media (max-width: 767px) {
    ul.pagination {
        text-align: left;
    }

    ul.pagination > li {
        margin-left: 0px;
        margin-right: 5px;
    }
}

.flex-row {
    display: flex;
}

@media(max-width:991px) {
    .about-us .flex-row {
        display: block;
    }
}

.about-us-card {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    height: 360px;
}

.about-us-card-image {
    height: 200px;
    background-size: cover;
}

.about-us-card-btn {
    border-color: #c08a1e;
    color: #fff;
    background-color: #c08a1e;
    position: relative;
    bottom: 0px;
}

.about-us-card-info {
    position: relative;
}

.container.calculators h3 {
    text-align: center;
}

.video-person-name {
    color: #c08a1e;
}

.video-card {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    height: 322px;
}

@media(max-width:991px) {
    .video-card {
        height: 350px
    }
}

@media(max-width:767px) {
    .video-card {
        height: auto;
        margin-bottom: 25px;
    }
}

@media(max-width: 767px) {
    #main h1 {
        font-size: 24px;
    }

    p {
        font-size: 14px;
    }

    .set .content-display p,
    .set .content-display li {
        font-size: 14px;
    }
}

#main.resources .btn,
#main .content-display .online-form-btn {
    background-color: #c08a1e;
    border-radius: 10px;
    color: white;
    border-style: none;
    opacity: 0.7;
    margin-top: 20px;
    margin-bottom: 20px;
}

.resources .btn:hover,
.online-form-btn:hover {
    opacity: 1;
    color: #fff;
}

.tc {
    font-weight: bold;
    font-size: 20px;
}

.app-icon {
    width: 200px;
    display: inline-block;
}

.urgent,
.red {
    color: red;
}

@media(max-width: 992px) and (min-width: 767px) {
    .moreinfo .img-title h4 {
        font-size: 14px;
    }
}

@media(max-width: 450px) {
    .moreinfo .img-title h4 {
        font-size: 14px;
    }

    .set .content-display p {
        font-size: 14px;
    }

    .set .content-display li {
        font-size: 14px;
    }
}

.claims-form > div:nth-child(2),
#landing .form-widget {
    margin-bottom: 10px;
}

#landing {
    min-height: 100%;
}

.claims-form h1,
#landing h1 {
    font-size: 30px;
    letter-spacing: 0px;
    margin-bottom: 20px;
    color: #000069;
}

#home-and-contents {
    margin-bottom: 30px;
}

.claims-form > div:last-child {
    margin-bottom: 30px
}

body.zh p {
    font-size: 1.2em;
}

@media(max-width: 767px) {
    .lity-iframe-container {
        padding-top: 70%;
    }
}

@media(max-width: 600px) {
    .lity-iframe-container {
        padding-top: 120%;
    }
}

@media(max-width: 480px) {
    .lity-iframe-container {
        padding-top: 150%;
    }
}

.smcx-widget.smcx-embed,
.smcx-widget.smcx-embed > .smcx-iframe-container {
    height: 80vh;
    max-width: 100%
}

#search-button {
    margin-top: 0;
    border: none;
    background: none;
}

/*******************************************
            ytml search
*******************************************/

#search-form {
    width: 300px;
    transform: translateX(-50%);
    text-align: center
}

@media(max-width: 767px) {
    #search-form {
        width: 250px
    }
}

@media(max-width: 767px) {
    #search-form {
        width: 220px
    }
}

.search-box {
    top: 20%;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
}

#search-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    opacity: 0;
}

.input-field {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin-top: -51px;
}

#search-wrapper input[type="search"] {
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0);
    font-size: 35px;
    font-weight: 300;
    text-align: left;
    border: 0;
    margin: 0 auto;
    outline: none;
    border-bottom: 1px solid #ba8212;
    -webkit-box-shadow: 0 1px 0 0 #ba8212;
    box-shadow: 0 1px 0 0 #ba8212;
    font-family: 'Orbitron', sans-serif;
}

#search-wrapper input[type="search"]::placeholder {
    color: #fff
}

#search-wrapper input[type="search"]:-ms-input-placeholder,
#search-wrapper input[type="search"]::-ms-input-placeholder {
    color: #fff
}

#search-wrapper .close {
    position: absolute;
    top: -60px;
    right: 0;
    color: #fff;
    background-color: transparent;
    border: none;
    opacity: 1;
    font-size: 40px
}

#search-wrapper.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 16543211;
}

#search-wrapper.open .search-box {
    position: absolute;
}

#page-result {
    color: #fff;
    margin-top: 30px;
    position: relative;
    min-height: 510px;
}

li.search-item {
    font-size: 14px;
    list-style-type: none
}

.results-close-btn {
    float: right;
    opacity: 1;
    height: 12px;
    width: 12px;
    position: absolute !important;
    top: -15px;
    right: 20px;
    cursor: pointer;
    font-size: 20px;
}

#page-result a {
    color: #ba8212;
    font-size: 18px;
}

#page-result h3 {
    color: #ba8212;
    text-align: center;
}

#page-result h3:after {
    content: "";
    display: block;
    height: 1px;
    width: 45px;
    margin: 0.5em auto;
    border-bottom: 2px solid #ba8212;
}

#page-result .pagination li.cur {
    color: #ba8212;
    background-color: transparent;
}

.overflow {
    overflow: hidden;
}

.search-open {
    visibility: visible;
    opacity: 1;
}

.search-close {
    visibility: hidden;
    opacity: 0;
}

.page-overlay {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 100001;
}

.navbar-form .search-btn {
    background-color: #001e41;
    padding: 0.44em 2.5em;
    font-size: 14px;
}

.navbar-form .search-btn span {
    color: #fff;
}

.navbar-form input {
    border-radius: 0;
    border-right: 0;
}

.navbar-form input:focus {
    border-color: #001e41;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 30, 65, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 30, 65, 0.6);
}

@media(max-width: 767px) {
    #search-tool-mobile form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #search-tool-mobile .input-group-btn {
        display: block;
    }
}

.searchLoadingImg .fa {
    color: #fff;
}

#search-tool-mobile .searchLoadingImg {
    float: left;
    position: absolute;
    right: -45px;
    top: 3px;
}

#search-tool-mobile {
    position: absolute;
    top: 85px;
    right: 115px;
    z-index: 100;
}

@media(max-width: 767px) {
    #search-tool-mobile {
        right: 85px;
    }
}

.default_header #search-tool {
    left: -175px;
}

@media(max-width: 1200px) {
    .input-group-btn {
        display: block;
    }
}

#error {
    display: block;
    color: #a94442;
}

.si-wrapper-top {
    transform: translate(-50%, -140%);
}

@media(min-width: 480px) and (max-width: 767px) {
    .si-wrapper-top {
        width: 400px;
    }
}

@media(max-width: 479px) {
    .si-wrapper-top {
        width: 250px;
    }
}

@media(min-width: 768px) {
    .si-wrapper-top {
        width: 600px;
    }
}

.search-trigger {
    cursor: pointer;
}

#page-result .pagination li {
    padding-left: 5px;
    padding-right: 5px;
    background-color: transparent;
}

.searchLoadingImg {
    position: absolute;
    right: 0;
    top: 15px;
}

@media(min-width: 768px) {
    #page-result ul.pagination {
        bottom: 0;
    }
}

.gi-nav {
    background-color: #00016f2e;
}

.gi-nav a {
    border-bottom: none !important;
}

.disclaimer {
    font-size: 10px;
    color: #444;
    padding: 10px 25px;
    line-height: 1.2em;
    word-break: normal;
    background-color: #00016f2e;
}

.gi-disclaimr {
    padding: 25px 25px 0 25px;
}

body .gi-disclaimr p {
    text-transform: none;
    font-size: 10px;
    color: #fff;
}

@media(max-width: 991px) {
    .section-block-2 .col-xs-12 {
        margin-bottom: 0;
    }
}

.blog-misc p {
    padding-left: 0;
}

.p-title {
    text-align: left;
}

@media(min-width: 1200px) {
    .cameraSlide_1 img {
        height: auto !important;
        max-width: 1600px !important;
    }
}

.testimonial-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    height: 400px
}

.testimonial-item {
    margin-bottom: 60px;
}

/* MailChimp Form Embed Code */

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
}

#mc_embed_signup h2 {
    font-weight: bold;
    padding: 0;
    margin: 15px 0;
    font-size: 1.4em;
}

#mc_embed_signup input {
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#mc_embed_signup input[type=checkbox] {
    -webkit-appearance: checkbox;
}

#mc_embed_signup input[type=radio] {
    -webkit-appearance: radio;
}

#mc_embed_signup input:focus {
    border-color: #333;
}

#mc_embed_signup .button {
    clear: both;
    background-color: #da2128;
    border: 0 none;
    border-radius: 0px;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 37px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
}

#mc_embed_signup .button:hover {
    background-color: #777;
}

#mc_embed_signup .small-meta {
    font-size: 11px;
}

#mc_embed_signup .nowrap {
    white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 99%;
    min-height: 50px;
}

#mc_embed_signup .size1of2 {
    clear: none;
    float: left;
    display: inline-block;
    width: 46%;
    margin-right: 4%;
}

* html #mc_embed_signup .size1of2 {
    margin-right: 2%;
    /* Fix for IE6 double margins. */
}

#mc_embed_signup .mc-field-group label {
    display: block;
    margin-bottom: 3px;
}

#mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
}

#mc_embed_signup .mc-field-group select {
    display: inline-block;
    width: 99%;
    padding: 5px 0;
    margin-bottom: 2px;
}

#mc_embed_signup .datefield,
#mc_embed_signup .phonefield-us {
    padding: 5px 0;
}

#mc_embed_signup .datefield input,
#mc_embed_signup .phonefield-us input {
    display: inline;
    width: 60px;
    margin: 0 2px;
    letter-spacing: 1px;
    text-align: center;
    padding: 5px 0 2px 0;
}

#mc_embed_signup .phonefield-us .phonearea input,
#mc_embed_signup .phonefield-us .phonedetail1 input {
    width: 40px;
}

#mc_embed_signup .datefield .monthfield input,
#mc_embed_signup .datefield .dayfield input {
    width: 30px;
}

#mc_embed_signup .datefield label,
#mc_embed_signup .phonefield-us label {
    display: none;
}

#mc_embed_signup .indicates-required {
    text-align: right;
    font-size: 11px;
    margin-right: 4%;
}

#mc_embed_signup .asterisk {
    color: #e85c41;
    font-weight: normal;
    position: relative;
    top: 0px;
}

#mc_embed_signup .clear {
    clear: both;
}

#mc_embed_signup .mc-field-group.input-group ul {
    margin: 0;
    padding: 5px 0;
    list-style: none;
}

#mc_embed_signup .mc-field-group.input-group ul li {
    display: block;
    padding: 3px 0;
    margin: 0;
}

#mc_embed_signup .mc-field-group.input-group label {
    display: inline;
}

#mc_embed_signup .mc-field-group.input-group input {
    display: inline;
    width: auto;
    border: none;
}

#mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0em .5em 0em .5em;
    overflow: hidden;
    width: 99%;
    margin: 0 5%;
    clear: both;
    margin: 0 0;
}

#mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em .5em .5em 0;
    font-weight: bold;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 99%;
    padding: 0;
    margin: 0;
}

#mc_embed_signup #mce-error-response {
    display: none;
}

#mc_embed_signup #mce-success-response {
    color: #6fbd70;
}

#mc_embed_signup label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: .5em 0;
}

#mc-embedded-subscribe {
    clear: both;
    width: auto;
    display: block;
    margin: 1em 0 1em 5%;
}

#mc_embed_signup #num-subscribers {
    font-size: 1.1em;
}

#mc_embed_signup #num-subscribers span {
    padding: .5em;
    border: 1px solid #ccc;
    margin-right: .5em;
    font-weight: bold;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    display: inline-block;
    margin: 2px 0 1em 0;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: normal;
    z-index: 1;
    color: #e85c41;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 2px solid #e85c41;
}

.xs-nopadding .col-sm-4 {
    padding: 0px;
}

.section.mailchip-form {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 320px;
}

.mailchip-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 60, 85, 0.9);
}

#mc_embed_signup {
    z-index: 22222;
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
}

.form-row {
    padding-top: 25px;
}

@media(max-width:767px) {
    #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
        margin-bottom: 5px;
    }

    .mailchip-form #mc_embed_signup h2 {
        font-size: 24px;
    }
}

@media(max-width:590px) {
    .form-row {
        padding-top: 10px;
    }

    #mc_embed_signup {
        top: 0px;
    }
}

.home_banner_msg {
    font-size: 36px;
}

@media(max-width:991px) {
    #banner .title.carousel-caption {
        top: 75%;
    }

    .title.carousel-caption {
        width: 617px;
    }
}

@media(max-width:767px) {
    .title.carousel-caption {
        width: auto;
        min-width: 430px;
    }

    .home_banner_msg {
        font-size: 25px;
    }

    #banner .title.carousel-caption {
        top: 76%;
    }
}

.latest-blogs .p-title a {
    font-size: 16px;
    color: #ba8212;
    font-weight: bold;
}

@media(max-width:700px) {
    #mce-success-response {
        font-size: 13px;
    }

    .mailchip-form #mc_embed_signup h2 {
        margin-top: 15px;
    }

    .section.mailchip-form {
        height: 320px;
    }
}

@media(max-width:450px) {
    .mailchip-form #mc_embed_signup h2 {
        font-size: 20px;
    }
}

@media(max-width:530px) {
    .home_banner_msg {
        font-size: 16px !important;
    }

    #banner .title.carousel-caption {
        top: 68%;
    }

    .title.carousel-caption {
        min-width: 300px;
    }
}

#main .content-display .quote-form-btn {
    background-color: #c08a1e;
    border-radius: 10px;
    color: white;
    border-style: none;
    opacity: 0.7;
    margin-top: 20px;
    margin-bottom: 20px;
}