/*@font-face {
    font-family: MicrosoftYaHei;
    src: url('../common/fonts/msyh.ttf');
}

@font-face {
    font-family: MicrosoftYaHei-Bold;
    src: url('../common/fonts/msyhbd.ttf');
}

@font-face {
    font-family: MicrosoftYaHeiLight;
    src: url('../common/fonts/msyhl.ttc');
}*/

body {
    color: #222222;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #ffffff;
}

body,
button,
input,
select,
textarea {
    font-family: MicrosoftYaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
}

li.search-field input.default {
    color: red !important;
}

.msyh {
    font-family: MicrosoftYaHei;
}

.msyhbd {
    font-family: MicrosoftYaHei-Bold;
}

.msyhl {
    font-family: MicrosoftYaHeiLight;
}

.text-xxl {
    font-size: 2.5rem;
}

.text-primary {
    color: #f08200 !important;
}

.no-more {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-black {
    color: #222222;
}

.text-gray {
    color: #999999;
}

.bg-primary {
    background-color: #f08200 !important;
}

.bg-gray {
    background: #f5f5f5;
}

.text-bold {
    /*font-weight: bold;*/
    font-family: MicrosoftYaHei-Bold;
}

.btn-happy {
    background-color: #f08200;
    border-radius: 8px;
    padding: 14px 38px;
    border: none;
    color: #fff !important;
}

.btn-happy:hover {
    background-color: #489e3d;
    border-color: #489e3d;
    color: #fff;
}

.btn-outline {
    padding: 6px 26px;
    border: solid 1px #f08200;
    border-radius: 8px;
    color: #f08200;
    background: #fff !important;
}

.btn-login {
    cursor: pointer;
    text-decoration: underline;
    color: #222222;
    padding-left: 34px;
}

.btn-login:hover {
    color: #f08200;
}

.pointer {
    cursor: pointer;
}

.to-the-top {
    cursor: pointer;
    position: fixed;
    z-index: 99;
    display: none;
    bottom: 50px;
    right: 22px;
    padding: 10px 20px;
    color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.22);
}

@media (min-width: 1200px) {
    .container {
        max-width: 1310px;
    }
}

/* header start */
.header-logo-box {
    padding-top: 18px;
    padding-bottom: 18px;
}

.header-logo {
    height: 26px;
}

.header-nav {
    padding: 0;
    background: #f08200;
    /*box-shadow: 0 5px 32px rgba(0, 163, 252, 0.17);*/
}

.header-nav .navbar-collapse {
    padding: 10px 0;
}

.header-nav .navbar-nav .nav-link {
    color: #ffffff;
    display: flex;
    align-items: center;
}

.header-line {
    padding: 4px 16px;
    margin-left: 16px;
    border-left: 1px solid #e6e6e6;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ffffff;
}

.header-nav .dropdown-item {
    color: #b5e4ff;
    padding: 0;
}

.header-nav .dropdown-item:focus,
.header-nav .dropdown-item:hover {
    background: none;
}

.header-nav .dropdown-item:not(:last-child) {
    margin-bottom: 1.6rem;
}

.header-nav .dropdown-menu {
    padding: 1rem;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #b5e4ff;
    text-align: center;
    list-style: none;
    background-clip: padding-box;
    border: none;
    background-color: #f08200;
    border-radius: 0px 0px 10px 10px;
}

.header-nav .dropdown-item.active,
.header-nav .dropdown-item:active {
    background: none;
    color: #ffffff;
    text-decoration: underline;
}

.nav-search {
    margin-left: 5px;
    color: #ffffff;
}

.dropdown-toggle::after {
    font: normal normal normal 19px/1 FontAwesome;
    line-height: 1;
    margin: 0;
    content: "\f107";
    border: none;
    padding: 0 4px;
    transition: .22s;
}

.dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
    vertical-align: middle;
}

.header-nav .dropdown-menu.search-dropdown {
    /*padding: 22px 6px 6px;*/
    padding: 22px 4px 4px;
    width: 15rem;
    max-width: initial;
    left: initial !important;
    right: 0;
}

#searchDropdown::after {
    display: none;
}

.header-nav .dropdown-menu.search-dropdown .input-seach {
    background-color: #ffffff;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    padding: 12px 32px 12px 12px;
    color: #222222;
    width: 100%;
    max-width: initial;
}

.header-nav .fa-search {
    top: 10px;
    right: 8px;
    z-index: 10;
    font-size: 22px;
}

.header-nav .navbar-collapse {
    position: fixed;
    top: 67px;
    left: -100%;
    height: calc(100% - 68px);
    width: 80%;
    background: #f08200;
    padding: 10px;
}

.header-nav .navbar-collapse.show {
    left: 0;
    /*width: 80%;*/
    transition: left .5s ease;
}

.header-nav .collapsing {
    overflow: hidden;
    transition: left .5s ease;
}

@media (min-width: 992px) {
    .header-nav .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
        /*margin-right: 112px;*/
        margin-right: 45px;
    }

    .header-nav .navbar-collapse {
        position: initial;
        height: auto;
        width: auto;
        background: #f08200;
        padding: 10px 0;
    }

    .header-nav .navbar-collapse.show {
        left: 0;
        width: 80%;
    }
}

@media (min-width: 768px) {
    .header-logo {
        height: 52px;
    }

    .header-nav .navbar-collapse {
        top: 88px;
        height: calc(100% - 88px);
    }
}

/* header end */

/* app-main start */
.swiper-pagination-bullet {
    display: inline-block;
    border-radius: 0;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    opacity: 0.5;
    transition: .5s;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #ffffff;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 4px;
}

.banner-img-box {
    height: 162px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.padding-section {
    padding: 60px 0;
    line-height: 1;
}

.padding-section .text-xxl {
    margin-bottom: 1.5rem;
}

.padding-section .subtitle {
    margin-bottom: 33px;
    padding: 0 24px;
    line-height: 1.5;
}

.padding-section .btn-warning {
    margin-top: 33px;
}

.img-card {
    margin-top: 17px;
    padding: 0 5px;
}

.img-card img {
    width: 100%;
    background-color: #c3cbc0;
    border-radius: 10px;
}

.img-card-footer {
    padding: 17px 0;
}

.card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    margin-bottom: 0;
}

.card-price {
    flex-shrink: 0;
    margin-left: 8px;
    white-space: nowrap;
    color: #ff3c00;
    margin-bottom: 0;
}

.border-right,
.border-bottom {
    border-color: #e5e5e5 !important;
}

.new-col-2 {
    width: 100%;
}

.new-col-2 img {
    width: 100%;
}

.new-col-1 {
    flex: 1;
    max-width: 100%;
}

.new-col-1 img {
    border: solid 4px #f08200;
}

.new-part.padding-section {
    padding-bottom: 76px;
}

.new-part.padding-section .subtitle {
    margin-bottom: 60px;
}

.new-part .title {
    font-size: 18px;
    /* padding: 30px 0; */
}

.new-part .text {
    font-size: 14px;
    line-height: 2;
}

.new-part .num {
    font-size: 26px;
    text-align: right;
    /* padding-top: 30px; */
}

.new-part .new-col-2 .title {
    padding-top: 34px;
}

.new-part .new-col-2 .text {
    /* margin-bottom: 45px; */
    max-width: 382px;
    margin-bottom: 10px;
}

.title-more {
    display: inline-block;
    border-top: 1px solid #01a2ff;
    margin-top: -1px;
    padding: 26px 0 0 6px;
    font-size: 18px;
}

.new-part .new-col-2 .icon-right {
    width: 8px;
    height: 9px;
}

.new-col-1 .position-absolute {
    top: 0;
    right: 0;
    width: 100%;
    padding: 0 22px 0 38px;
    color: #fff;
}

.new-col-1 .position-absolute .date span {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 12px;
    font-size: 26px;
}

.new-col-1 .position-absolute .title {
    padding-bottom: 14px;
    padding-top: 34px;
}

@media (min-width: 525px) {
    .banner-img-box {
        height: 250px;
    }
}

.app-main {
    padding-top: 68px;
}

@media (min-width: 768px) {
    .app-main {
        padding-top: 88px;
    }

    .banner-img-box {
        height: 338px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 30px;
    }

    .swiper-pagination-bullet {
        width: 46px;
        height: 6px;
    }

    .new-col-1 .position-absolute .title {
        padding-top: 54px;
    }
}

@media (min-width: 1199px) {
    .app-main {
        padding-top: 148px;
    }

    .banner-img-box {
        height: 474px;
    }

    .new-col-2 {
        flex-shrink: 0;
        width: 489px;
        max-width: 100%;
    }

    .new-col-1 {
        max-width: calc(50% - 244.5px);
    }

    .border-lg-bottom {
        border-bottom: 1px solid #e5e5e5;
    }

    .border-lg-right {
        border-right: 1px solid #e5e5e5;
    }

    .new-col-1-detail {
        padding: 0 26px 0 40px;
    }

    .border-bottom {
        border-bottom: none !important;
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    .new-col-2-detail {
        padding: 0 26px 0 40px;
    }

    .new-col-1-detail {
        padding: 0 26px 0 40px;
    }

    .new-col-2 {
        flex-shrink: 0;
        width: 50%;
        max-width: 100%;
    }

    .new-col-2.d-block {
        display: block !important;
    }

    .new-col-2.d-none {
        display: none !important;
    }

    .new-part .line-2 {
        padding-bottom: 30px;
    }

    .header-nav .dropdown-menu.search-dropdown {
        right: 0 !important;
        left: initial !important;
    }
}

@media (min-width: 1305px) {
    .banner-img-box {
        height: 500px;
    }
}

/* app-main end */

/* footer start */
.footer-detail-link {
    /* max-width: 34%;
    line-height: 28px;
    padding-right: 20px; */
    max-width: 100%;
    width: auto;
    line-height: 28px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.footer-detail-link .title {
    font-size: 20px;
    padding-bottom: 20px;
    display: inline-block;
}

.footer-detail-link .link {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.footer-detail {
    padding: 48px 0;
    color: #ffffff;
}

.footer-copyright {
    padding: 24px 0;
    background-color: #241301;
    color: #708490;
}

.footer-copyright-link {
    margin-right: 6px;
    color: #708490;
    white-space: nowrap;
}

.footer-copyright-link:hover {
    color: #f08200;
}

@media (min-width: 768px) {
    .footer-detail-link {
        min-width: 140px;
    }

    .footer-copyright-link {
        margin-right: 2rem;
    }
}

/* footer end */

/*form start*/
input.form-control {
    height: 42px;
}

textarea.form-control {
    height: 92px;
}

.form .form-control {
    padding: 12px 24px;
    background-color: #0094e9;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 6px;
}

.btn-submit {
    margin-top: 8px;
    background-color: #ffffff;
    color: #109ef0;
    padding: 8px 35px;
    border-radius: 8px;
}

/*form end*/
.form-control::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(255, 255, 255, .5) !important;
    opacity: 1;
}

.form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, .5) !important;
    opacity: 1;
}

.form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, .5) !important;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, .5) !important;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(255, 255, 255, .5) !important;
    opacity: 1;
}

/* 长图文样式 start */
.section-lg {
    /* padding: 50px 0; */
    padding: 72px 0;
}

.post-creative>img {
    width: 100%;
}

.post-creative>*+img {
    margin-top: 25px;
}

.post-creative>img+* {
    margin-top: 25px;
}

.post-creative *+h4,
.post-creative *+.heading-4 {
    margin-top: 15px;
}

.post-creative-title {
    font-weight: 700;
}

.post-creative-meta {
    transform: translate3d(0, -5px, 0);
    margin-bottom: -5px;
    margin-left: -15px;
    margin-right: -15px;
}

.post-creative-meta>* {
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.post-creative-meta>li,
.post-creative-meta>li>* {
    display: inline-block;
    vertical-align: middle;
}

.post-creative-meta>li>*+* {
    margin-left: 5px;
}

.post-creative-meta a {
    color: inherit;
}

.post-creative-meta a:hover {
    color: #f08200;
}

.post-creative-meta .icon {
    font-size: 1.5em;
    color: #f08200;
}

.post-creative-footer {
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -15px;
    margin-right: -15px;
}

.post-creative-footer>* {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.post-creative-footer>* {
    display: inline-block;
    vertical-align: middle;
}

*+.post-creative-meta {
    margin-top: 15px;
}

*+.post-creative-footer {
    margin-top: 25px;
}

*+.quote-light {
    margin-top: 30px;
}

*+.quote-light-text {
    margin-top: 8px;
}

.quote-light-mark {
    fill: #aeb1be;
}

html .group-xs>* {
    display: inline-block;
    margin: 0 0 7px 7px;
}

.quote-light-text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    /* color: #222222; */
}

.icon-sm {
    font-size: 20px;
}

.icon-creative,
.icon-creative:active,
.icon-creative:focus {
    color: #aeb1be;
}

.icon-creative {
    display: inline-block;
    text-align: center;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 50%;
}

@media (min-width: 768px) {
    .post-creative-title {
        max-width: 80%;
    }

    *+.quote-light {
        margin-top: 40px;
    }

    *+.quote-light-text {
        margin-top: 15px;
        font-size: 21px;
        line-height: 1.45;
    }
}

@media (min-width: 992px) {
    *+.post-creative-meta {
        margin-top: 25px;
    }

    .post-creative+[class*='section'] {
        margin-top: 30px;
    }

    html .group>* {
        margin-left: 30px;
    }
}

@media (min-width: 1200px) {
    .section-lg {
        padding: 72px 0;
    }

    .post-creative h4,
    .post-creative .heading-4 {
        font-size: 22px;
        line-height: 1.46;
    }

    .post-creative>*+img {
        margin-top: 30px;
    }

    .post-creative>img+* {
        margin-top: 40px;
    }

    .post-creative *+h4,
    .post-creative *+.heading-4 {
        margin-top: 32px;
    }

    .post-creative>.quote-light+img {
        margin-top: 50px;
    }

    *+.post-creative-meta {
        margin-top: 30px;
    }

    *+.post-creative-footer {
        margin-top: 40px;
    }
}

@media (min-width: 1600px) {
    .post-creative+[class*='section'] {
        margin-top: 55px;
    }
}

/* 长图文样式 end */

/* Pagination custom start*/
.pagination {
    font-size: 0;
    line-height: 0;
    margin-bottom: -10px;
    margin-left: -10px;
}

.pagination:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.pagination>* {
    display: inline-block;
    margin: 0 0 10px 10px;
}

.page-item {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
}

.page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 48px;
    padding: 10px 10px;
    border: 0;
    border-radius: 6px;
    font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71429;
    background-color: #f08200;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.page-link.button-winona * {
    line-height: inherit;
}

.page-link.button-winona .content-dubbed {
    margin-top: -1px;
}

.page-link:hover,
.page-link:focus,
.page-link:active {
    color: #fff;
    background-color: #267bad;
    box-shadow: none;
}

.page-item.active>.page-link,
.page-item.active>.page-link:hover,
.page-item.active>.page-link:focus,
.page-item.active>.page-link:active {
    color: #fff;
    background-color: #267bad;
}

.page-item.disabled>.page-link,
.page-item.disabled>.page-link:hover,
.page-item.disabled>.page-link:focus,
.page-item.disabled>.page-link:active {
    color: #74757f;
    background-color: #e8e9ee;
}

.page-item-control .icon::before {
    font-family: 'FontAwesome';
    font-size: 11px;
    line-height: 24px;
}

.page-item-control:first-child .icon::before {
    content: '\f053';
    margin-left: -1px;
}

.page-item-control:last-child .icon::before {
    content: '\f054';
    margin-right: -1px;
}

*+.pagination {
    margin-top: 35px;
}

@media (min-width: 992px) {
    *+.pagination {
        margin-top: 55px;
    }
}

@media (min-width: 1600px) {
    *+.pagination {
        margin-top: 70px;
    }
}

/* Pagination custom end*/

/* tab start */
.tabs-custom {
    text-align: left;
}

.tabs-custom .nav-tabs {
    font-size: 0;
    line-height: 0;
    word-spacing: 0;
    border: 0;
}

.tabs-custom .nav-tabs:before,
.tabs-custom .nav-tabs:after {
    display: none;
}

.tabs-custom .nav-item {
    float: none;
    border: 0;
    cursor: pointer;
    transition: .33s all ease;
}

.tabs-custom .nav-link {
    margin: 0;
    border-radius: 0;
    border: 0;
}

.tabs-custom .nav-link.active {
    cursor: default;
    border: 0;
}

.tab-content>.tab-pane {
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.tab-content>.active {
    visibility: visible;
    height: auto;
    overflow: visible;
}

.tabs-line .nav-tabs {
    position: relative;
    display: block;
}

.tabs-line .nav-link {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
}

.tabs-line *+.tab-content {
    margin-top: 20px;
}

.tab-content p+p {
    margin-top: 14px;
}

@media (max-width: 767.98px) {
    .tabs-line .nav-tabs {
        max-width: 100%;
        border: 1px solid #e8e9ee;
    }

    .tabs-line .nav-item {
        margin: -1px;
    }

    .tabs-line .nav-link {
        padding: 7px 10px;
        color: #74757f;
        background: transparent;
    }

    .tabs-line .nav-item+.nav-item .nav-link {
        border-top: 1px solid #e8e9ee;
    }

    .tabs-line .nav-link:hover,
    .tabs-line .nav-link.active {
        color: #fff;
        background: #f08200;
        border-color: #f08200;
    }
}

*+.tabs-line {
    margin-top: 30px;
}

.tabs-corporate .nav-tabs {
    position: relative;
    border: 1px solid #e5e7e9;
}

.tabs-corporate .nav-item {
    margin: -1px;
}

.tabs-corporate .nav-link {
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    color: #74757f;
    background: transparent;
    border-bottom: 1px solid #e5e7e9;
    text-align: center;
    vertical-align: middle;
}

.tabs-corporate .nav-link:first-child {
    border-top: 1px solid #e5e7e9;
}

.tabs-corporate .nav-link:hover,
.tabs-corporate .nav-link.active {
    color: #fff;
    background: #f08200;
    border-color: #f08200;
}

.tabs-corporate .tab-content {
    padding: 30px 0 0;
}

@media (min-width: 768px) {
    *+.tabs-line {
        margin-top: 40px;
    }

    .tabs-horizontal.tabs-corporate .nav-tabs {
        position: relative;
        width: 100%;
        display: block;
        transform: translate3d(0, -10px, 0);
        margin-bottom: -10px;
        margin-left: -5px;
        margin-right: -5px;
        text-align: center;
        border: 0;
        will-change: transform;
    }

    .tabs-horizontal.tabs-corporate .nav-tabs>* {
        margin-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .tabs-horizontal.tabs-corporate .nav-item {
        display: inline-block;
        will-change: transform;
    }

    .tabs-horizontal.tabs-corporate .nav-link {
        display: block;
        position: relative;
        z-index: 1;
        min-width: 130px;
        letter-spacing: .1em;
        padding: 13px 20px;
        border: 2px solid #e5e7e9;
    }

    .tabs-horizontal.tabs-corporate .nav-link,
    .tabs-horizontal.tabs-corporate .nav-link::before {
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    }

    .tabs-horizontal.tabs-corporate .nav-link::before {
        content: '';
        position: absolute;
        top: -1px;
        left: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        z-index: -1;
        opacity: 0;
        transform: scale3d(0.7, 1, 1);
        transition: transform 0.4s, opacity 0.4s;
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        background: #f08200;
    }

    .tabs-horizontal.tabs-corporate .nav-link.active,
    .tabs-horizontal.tabs-corporate .nav-link:hover {
        color: #fff;
        border-color: #f08200;
        background-color: transparent;
    }

    .tabs-horizontal.tabs-corporate .nav-link.active::before,
    .tabs-horizontal.tabs-corporate .nav-link:hover::before {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }

    .tabs-horizontal.tabs-line .nav-tabs {
        transform: translateY(-20px);
        margin-bottom: -20px;
        border: 0;
        border-bottom: 1px solid #e5e5e5;
    }

    .tabs-horizontal.tabs-line .nav-item {
        display: inline-block;
        margin-top: 20px;
    }

    .tabs-horizontal.tabs-line .nav-item:not(:last-child) {
        margin-right: 52px;
    }

    .tabs-horizontal.tabs-line .nav-link {
        position: relative;
        padding: 0 0 13px 0;
        font-size: 20px;
        background-color: transparent;
        color: #999999;
        border: 0;
    }

    .tabs-horizontal.tabs-line .nav-link::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        height: 1px;
        width: 0;
        background: #f08200;
        transition: .22s ease;
    }

    .tabs-horizontal.tabs-line .nav-link.active,
    .tabs-horizontal.tabs-line .nav-link:hover {
        color: #222222;
    }

    .tabs-horizontal.tabs-line .nav-link.active::after {
        right: auto;
        left: 0;
        width: 100%;
    }

    .tabs-horizontal.tabs-line *+.tab-content {
        margin-top: 25px;
    }

    .tabs-vertical {
        display: flex;
        align-items: flex-start;
    }

    .tabs-vertical .nav-tabs {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        flex-shrink: 0;
        max-width: 50%;
    }

    .tabs-vertical .nav-item {
        border: 0;
        width: 100%;
        text-align: left;
    }

    .tabs-vertical .nav-link.active,
    .tabs-vertical .nav-link:hover {
        box-shadow: 0 9px 21px 0 rgba(30, 30, 30, 0.13);
    }

    .tabs-vertical .tab-content {
        flex-grow: 1;
    }

    .tabs-vertical.tabs-corporate .nav-tabs {
        width: auto;
        min-width: 260px;
        border: 0;
    }

    .tabs-vertical.tabs-corporate .nav-item {
        margin: 0;
    }

    .tabs-vertical.tabs-corporate .nav-link {
        position: relative;
        padding: 17px 30px;
        border: 0;
        overflow: hidden;
        text-align: left;
    }

    .tabs-vertical.tabs-corporate .nav-item+.nav-item {
        margin-top: 2px;
    }

    .tabs-vertical.tabs-corporate .tab-content {
        padding: 0 0 0 30px;
    }
}

@media (min-width: 992px) {
    .tabs-horizontal.tabs-corporate .tab-content {
        padding: 60px 30px 0;
    }

    .tabs-vertical.tabs-corporate .tab-content {
        padding: 0 0 0 45px;
    }
}

/* tab end */











/* 2020-05-28 lucy css */
.card-title a {
    color: #222;
}

.card-title a:hover {
    text-decoration: unset
}

.new-part .title a {
    /*font-size: 18px;
        padding: 30px 0;*/
    color: #222;
}

.new-part .title a:hover {
    text-decoration: unset
}

.new-col-1 .position-absolute .title a {
    color: #fff;
}

.more-button {
    margin-top: 50px;
}

.more-button a {
    color: #fff;
}

.more-button a:hover {
    text-decoration: unset
}

.post-creative-meta {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

.post-creative-meta li:first-child {
    padding-right: 0;
    padding-left: 0;
}

.post-creative-meta li {
    padding-right: 0;
    padding-left: 10px;
}

@media (max-width: 375px) {
    .post-creative-meta li:first-child {
        padding-right: 0;
        padding-left: 0;
    }

    .post-creative-meta li {
        padding-right: 0;
        padding-left: 0;
    }
}

.post-creative-meta .page-link-name {
    font-weight: 400;
    font-size: 1.2em;
    color: #9b9fa2;
}

.post-creative-meta .page-link-name:hover {
    text-decoration: unset
}

.post-creative-meta .page-link-name-action {
    color: #313131;
    /* font-size: 1.2em; */
    font-weight: 400;
}

.image img {
    width: 100%;
}


.img-card .tour-image-style {
    width: 100%;
    /*height: 238px;*/
    padding-bottom: 117%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #c3cbc0;
    border-radius: 10px;
}

@media (max-width: 1024px) {
    .tour-image-style {
        width: 100%;
        /*height: 175px !important;*/
        padding-bottom: 117%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #c3cbc0;
        border-radius: 10px;
    }
}

@media (max-width: 1020px) {
    .tour-image-style {
        width: 100%;
        /*height: 238px !important;*/
        padding-bottom: 117%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #c3cbc0;
        border-radius: 10px;
    }
}

@media (max-width: 760px) {
    .banner-img-box {
        height: 206px;
    }

    .tour-image-style {
        width: 100%;
        /*height: 176px !important;*/
        padding-bottom: 117%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #c3cbc0;
        border-radius: 10px;
    }
}

/* 2020-05-28 lucy css */


/*Profiles start*/
.profile-classic {
    text-align: left;
}

.profile-classic-main {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 6px;
}

.profile-classic-image {
    min-width: 100%;
}

.profile-classic-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: rgba(255, 131, 10, 0.6);
}

.profile-classic-caption .icon-creative {
    color: #fff;
}

.profile-classic-title {
    color: #f08200;
}

.profile-classic-title a:hover {
    color: #783c00;
}

.profile-classic-position {
    color: #aeb1be;
}

*+.profile-classic-title {
    margin-top: 15px;
}

*+.profile-classic-position {
    margin-top: 5px;
}

@media (max-width: 575.98px) {
    .profile-classic {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .profile-classic-caption {
        padding-left: 5px;
        padding-right: 5px;
    }

    .profile-classic-caption .icon-sm {
        font-size: 18px;
    }

    .profile-classic-caption .group {
        margin-left: -3px;
    }

    .profile-classic-caption .group>* {
        margin-left: 3px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .profile-classic-caption {
        padding-left: 5px;
        padding-right: 5px;
    }

    .profile-classic-caption .icon-sm {
        font-size: 18px;
    }

    .profile-classic-caption .group {
        margin-left: -3px;
    }

    .profile-classic-caption .group>* {
        margin-left: 3px;
    }
}

@media (min-width: 1200px) {
    *+.profile-classic-title {
        margin-top: 20px;
    }
}

html:not(.tablet):not(.mobile) .profile-classic:hover .profile-classic-caption {
    opacity: 1;
    visibility: visible;
}

html:not(.tablet):not(.mobile) .profile-classic-caption {
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    transition: .33s ease-in-out;
}

.profile-creative {
    display: flex;
    margin-left: -15px;
    text-align: left;
    color: #74757f;
}

.profile-creative>* {
    margin-left: 15px;
}

.profile-creative-figure {
    position: relative;
    overflow: hidden;
    max-width: 80px;
    flex-shrink: 0;
}

.profile-creative-image {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.profile-creative-main {
    flex-grow: 1;
}

.profile-creative-title {
    color: #f08200;
}

.profile-creative-title a:hover {
    color: #0056b3;
    text-decoration: none;
}

.profile-creative-position {
    color: #aeb1be;
}

.profile-creative-contacts {
    color: #aeb1be;
}

.profile-creative-contacts .fa {
    font-size: 20px;
    color: #f08200;
}

.profile-creative-contacts a {
    color: inherit;
    margin-left: 10px;
}

.profile-creative-contacts a:hover {
    color: #f08200;
    text-decoration: none;
}

*+.profile-creative-position {
    margin-top: 0;
}

*+.profile-creative-contacts {
    margin-top: 15px;
}

@media (min-width: 576px) {
    .profile-creative {
        margin-left: -30px;
    }

    .profile-creative>* {
        margin-left: 30px;
    }

    .profile-creative-figure {
        max-width: 22%;
    }
}

.profile-creative-main *+p {
    margin-top: 16px;
}

@media (min-width: 768px) {
    .profile-creative-figure {
        max-width: 29%;
    }

    .profile-creative-main {
        padding-right: 30px;
    }

    .profile-creative-main *+p {
        margin-top: 20px;
    }

    *+.profile-creative-contacts {
        margin-top: 22px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .profile-creative {
        margin-left: -20px;
    }

    .profile-creative>* {
        margin-left: 20px;
    }

    .profile-creative-figure {
        max-width: 25%;
    }

    .profile-creative-main {
        padding-right: 10px;
    }
}

.profile-minimal {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    color: #fff;
    text-align: left;
}

.profile-minimal::before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.profile-minimal-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: none;
}

@supports (object-fit: cover) {
    .profile-minimal-image {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: none;
        object-fit: cover;
        object-position: center center;
    }
}

.profile-minimal-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
    background: linear-gradient(to top, rgba(18, 46, 68, 0.5) 0%, rgba(18, 46, 68, 0) 100%);
}

.profile-minimal-title {
    color: #fff;
}

*+.profile-minimal-position {
    margin-top: 5px;
}

@media (max-width: 575.98px) {
    .profile-minimal {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1200px) {
    .profile-minimal-caption {
        padding: 35px;
    }

    *+.profile-minimal-position {
        margin-top: 10px;
    }
}

html:not(.tablet):not(.mobile) .profile-minimal:hover .profile-minimal-caption {
    opacity: 1;
    visibility: visible;
}

html:not(.tablet):not(.mobile) .profile-minimal-caption {
    opacity: 0;
    visibility: hidden;
    transition: .35s ease-in;
    background: linear-gradient(to top, rgba(18, 46, 68, 0.5) 0%, rgba(18, 46, 68, 0) 100%);
}

.profile-modern {
    text-align: left;
}

.profile-modern>*+* {
    margin-top: 35px;
}

.profile-modern-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -10px;
    margin-left: -20px;
}

.profile-modern-header:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.profile-modern-header>* {
    display: inline-block;
    margin: 0 0 10px 20px;
}

.profile-modern-header *+p {
    margin-top: 5px;
}

.profile-modern-figure {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.profile-modern-image {
    display: block;
    width: 100%;
}

.profile-modern-button {
    position: absolute;
    right: 30px;
    bottom: 30px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.86em;
    height: 1.86em;
    text-align: center;
    border-radius: 50%;
    font-size: 32px;
    line-height: 1;
    background: #f08200;
}

.profile-modern-button,
.profile-modern-button:active,
.profile-modern-button:focus,
.profile-modern-button:hover {
    color: #fff;
}

.profile-modern-button .icon {
    font-size: inherit;
}

.profile-modern-button .icon:first-child,
.profile-modern-button .icon:last-child {
    vertical-align: middle;
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.3, 1);
}

.profile-modern-button .icon:first-child {
    display: block;
}

.profile-modern-button .icon:last-child {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    opacity: 0;
    transform: translate3d(0, 0, 0);
}

.profile-modern-button:hover {
    color: #fff;
    background: #783c00;
}

.profile-modern-button:hover .icon:first-child {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
}

.profile-modern-button:hover .icon:last-child {
    opacity: 1;
    transform: translate3d(0, 0, 0) translateY(-50%);
}

@media (max-width: 575.98px) {
    .profile-modern {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .profile-modern *+.row {
        margin-top: 15px;
    }
}

@media (max-width: 767.98px) {
    .profile-modern-figure {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .profile-modern {
        display: flex;
        align-items: flex-start;
        margin-left: -30px;
    }

    .profile-modern>* {
        margin-left: 30px;
    }

    .profile-modern>*+* {
        margin-top: 0;
    }

    .profile-modern-figure {
        max-width: 50%;
        flex-shrink: 0;
    }

    .profile-modern-main {
        flex-grow: 1;
    }

    *+.profile-modern-main {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .profile-modern-figure {
        max-width: 28%;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .profile-modern {
        font-size: 14px;
    }

    .profile-modern *+.row {
        margin-top: 31px;
    }
}

@media (min-width: 1200px) {
    .profile-modern {
        margin-left: -60px;
    }

    .profile-modern>* {
        margin-left: 60px;
    }
}

.profile-thin {
    position: relative;
    display: block;
    padding: 30px 20px 45px;
    background: #f6f6f6;
    text-align: center;
}

.profile-thin *+p {
    margin-top: 20px;
}

.profile-thin *+.group {
    margin-top: 15px;
}

.profile-thin *+.button-sm {
    margin-top: 15px;
}

.profile-thin .group {
    margin-left: auto;
    margin-right: auto;
}

.profile-thin-aside {
    position: relative;
    display: inline-block;
}

.profile-thin-image {
    border-radius: 50%;
}

.profile-thin-contact-button {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    background: #f08200;
}

.profile-thin-contact-button,
.profile-thin-contact-button:active,
.profile-thin-contact-button:focus,
.profile-thin-contact-button:hover {
    color: #fff;
}

.profile-thin-contact-button .icon {
    font-size: inherit;
}

.profile-thin-contact-button .icon:first-child,
.profile-thin-contact-button .icon:last-child {
    vertical-align: middle;
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.3, 1);
}

.profile-thin-contact-button .icon:first-child {
    display: block;
}

.profile-thin-contact-button .icon:last-child {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    opacity: 0;
    transform: translate3d(0, 0, 0);
}

.profile-thin-contact-button:hover {
    color: #fff;
    background: #783c00;
}

.profile-thin-contact-button:hover .icon:first-child {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
}

.profile-thin-contact-button:hover .icon:last-child {
    opacity: 1;
    transform: translate3d(0, 0, 0) translateY(-50%);
}

.profile-thin-title {
    font-size: 22px;
    line-height: 1.47;
}

*+p.profile-thin-subtitle {
    margin-top: 0;
}

*+.profile-thin-main {
    margin-top: 20px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .profile-thin {
        display: flex;
        align-items: flex-start;
        text-align: left;
    }

    .profile-thin .group {
        margin-left: -15px;
    }

    .profile-thin>*+* {
        margin-left: 30px;
    }

    .profile-thin-aside {
        flex-shrink: 0;
        max-width: 30%;
    }

    .profile-thin-main {
        flex-grow: 1;
    }

    *+.profile-thin-main {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .profile-thin {
        padding: 55px 35px;
    }

    .profile-thin *+.group {
        margin-top: 25px;
    }

    .profile-thin *+.button-sm {
        margin-top: 25px;
    }
}

@media (min-width: 992px) {
    .row-lg-50>* {
        margin-bottom: 50px;
    }
}

.row-30>* {
    margin-bottom: 30px;
}

/*Profiles start*/


/*
*
* Tables custom
*/
.table {
    width: 100%;
    max-width: 100%;
    text-align: left;
    background: #fff;
    border-collapse: collapse;
}

.table th,
.table td {
    color: #122e44;
    vertical-align: middle;
}

.table th {
    padding: 13px 24px;
    border-top: 0;
    font-size: 16px;
    font-weight: 300;
}

.table thead th {
    border-bottom: 1px solid #aeb1be;
}

.table td {
    padding: 23px 24px;
}

.table tbody tr:first-child td {
    border-top: 0;
}

.table tr td {
    border-bottom: 1px solid #e8e9ee;
}

.table tfoot td {
    font-weight: 700;
}

*+.table-responsive {
    margin-top: 30px;
}

@media (min-width: 768px) {
    *+.table-responsive {
        margin-top: 40px;
    }
}

.table-hover tbody tr {
    transition: .55s;
}

.table-hover tbody tr:hover {
    background: #f6f6f6;
}

.table-job-positions th,
.table-job-positions td {
    white-space: nowrap;
}

.table-job-positions td:first-child {
    width: 8%;
    padding-right: 6px;
}

.table-job-positions .position {
    color: #f08200;
}

.table-job-positions time {
    display: block;
    white-space: nowrap;
}

@media (max-width: 575.98px) {

    .table-job-positions th,
    .table-job-positions td {
        padding-left: 12px;
        padding-right: 12px;
    }

    .table-job-positions td {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.table-responsive+.button-lg {
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .table-responsive+.button-lg {
        margin-top: 40px;
    }
}

@media (min-width: 1600px) {
    .table-responsive+.button-lg {
        margin-top: 55px;
    }
}


/* submit form */
.submit-form-input {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 11px 19px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #122e44;
    background-color: #fff;
    background-image: none;
    border-radius: 6px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #c5c6cd;
    margin-bottom: 20px;
}

/* happyview */
.fa-user {
    color: #f08200 !important;
}

.btn-outline-primary {
    color: #f08200 !important;
    border-color: #f08200 !important;
}

/*a {
    color: #f08200 !important;
}*/

.navbar-nav a, .footer-detail-link a {
    color: #fff !important;
}

/* happyview */