/*header*/
.header {
    width: 100%;
    height: 140px;
    position: fixed;
    top: 0;
    z-index: 9;
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 0) 16%, rgba(0, 0, 0, 0.54) 100%); */
    background-color: transparent;
    pointer-events: none;
}

.header .container {
    width: 100%;
    max-width: inherit;
    padding: 0 50px;
}

a.logo {
    position: absolute;
    left: 40px;
    top: 45px;
    pointer-events: auto;
}

a.logo img {
    width: 100px;
}

.ico-font-ic.icon-ic {
    color: #fac830;
    font-size: 80px;
}

.ico-font-ic.icon-web {
    color: #d6d7d7;
    font-size: 80px;
    margin-left: -20px;
}

.mnu-btn {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 9;
}

/* nav menu */
.nav-menu {
    float: right;
    display: block;
    position: relative;
    line-height: 1;
    z-index: 9;
}

.c-hamburger {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    cursor: pointer;
}

.c-hamburger .ic-bar {
    display: block;
    width: 100%;
    height: 3px;
    margin: 4px 0;
    background: #fac830;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav-down {
    position: fixed;
}

.nav-up {
    top: -60px;
}


/* nav Main */
.nav-main li {
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
}

.nav-main li a {
    color: #fff;
    padding: 10px 0;
    display: block;
    font-family: 'montserratsemibold';
}

.nav-main li a:hover {
    color: #fac830;
}

/* Pushy */
.html-pushy, .pushy-active {
    /* overflow: hidden; */
    height: 100vh;
}

.pushy-toggle {
    display: inline-block;
    width: 42px;
    height: 42px;
    float: right;
    text-align: right;
    cursor: pointer;
}

.pushy-toggle .fa-bars {
    font-size: 22px;
    line-height: 42px;
}

.pushy {
    display: block;
    position: fixed;
    width: 400px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9999;
    background-color: #000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-image: url(/25th-assets/imports/bg-hamburger-menu-02.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.pushy-right {
    -webkit-transform: translate3d(400px, 0, 0);
    -moz-transform: translate3d(400px, 0, 0);
    -ms-transform: translate3d(400px, 0, 0);
    -o-transform: translate3d(400px, 0, 0);
    transform: translate3d(400px, 0, 0);
}

.pushy-open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.container-push, .push-push {
    -webkit-transform: translate3d(-400px, 0, 0);
    -moz-transform: translate3d(-400px, 0, 0);
    -ms-transform: translate3d(-400px, 0, 0);
    -o-transform: translate3d(-400px, 0, 0);
    transform: translate3d(-400px, 0, 0);
}

.pushy, .push, #main, #header, #footer {
    -webkit-transition: -webkit-transform .6s cubic-bezier(.16, .68, .43, .99);
    -moz-transition: -moz-transform .6s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .6s cubic-bezier(.16, .68, .43, .99);
    transition: transform .6s cubic-bezier(.16, .68, .43, .99);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.site-overlay {
    display: none;
}

.pushy-active .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-animation: fade 500ms;
    -moz-animation: fade 500ms;
    -o-animation: fade 500ms;
    animation: fade 500ms;
    cursor: pointer;
    overflow: hidden;
}

.pushy-active .mnu-btn {
    display: none;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.bx-lf {
    width: 36%;
    overflow: hidden;
    margin: 30px auto 0;
    text-align: center;
}

.bx-lf .col-xs-12 {
    padding: 0;
}

.bx-lf i {
    color: #000;
    width: 24px;
    padding-right: 8px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

a.link-foot {
    display: inline-block;
    color: #000 !important;
    /*border-bottom: #c7c7c7 solid 1px;*/
}

.link-foot:hover {
    color: #fac830;
}

.txt-copy {
    text-align: center;
    padding: 35px 0 20px;
    font-size: 11px;
}

/* Style for Menu Pushy */
.site-nav-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 95px 35px 0;
}

.site-nav-inner .nav-main {
    padding: 30px 0;
}

.wrp-nav-main {
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 1;
    left: 0;
}

.site-nav-head {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
    z-index: 22;
    height: 34px;
    width: 34px;
    text-align: center;
}

.ico-close, .ico-close img {
    width: 100%;
    height: 100%;
}

.site-nav-head .pushy-close {
    display: block;
    height: 34px;
    width: 34px;
    padding: 6px;
    font-size: 1.4em;
    color: #fff;
}

.site-nav-head .pushy-close:hover {
    color: #fac830;
}

.site-nav-toggle {
    cursor: pointer;
}

/* Footer */
hr {
    margin-bottom: 60px;
    border: 0;
    border-top: 1px solid #e5e5e5;
}

.footer {
    color: #000;
    padding-top: 35px;
    padding-bottom: 15px;
    /*    background-image:url(../common/img/bg-footer.jpg);*/
    background-position: bottom center;
    background-repeat: no-repeat;
}

.footer span {
    color: #fac830;
    font-family: 'montserratsemibold';
}

.footer .c-topic {
    font-size: 16px;
    margin-bottom: 20px;
}

.footer address {
    font-size: 13px;
    line-height: 1.75;
    font-style: normal;
    margin-bottom: 20px;
}

.footer b {
    color: #000;
    font-family: 'montserratsemibold';
}

.bx-foot {
    width: 38%;
    float: left;
    text-align: center;
}

.bx-foot:last-child {
    width: 24%;
}

.nav-footer li {
    font-size: 13px;
    margin-bottom: 10px;
}

.nav-footer li a:hover {
    color: #fac830;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.copyright {
    padding: 60px 0;
    text-align: center;
}

.copyright img {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

/* nav-crumb */
.breadcrumb {
    line-height: 24px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    font-family: 'icomoon';
    content: "\e603";
    padding-right: 10px;
    font-size: 20px;
    color: #c0c0c0;
    vertical-align: middle;
}

.breadcrumb>.active {
    color: #777;
}

.breadcrumb img {
    width: 60px;
    margin-top: 8px;
}

.breadcrumb li a {
    color: #818181;
    padding: 0 10px;
    vertical-align: middle;
}

/*.breadcrumb li:last-child a { color: #333;}*/
.breadcrumb li a:first-child {
    padding-left: 0;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.backtop {
    position: absolute;
    bottom: 80px;
    right: 48px;
    font-size: 12px;
    text-align: center;
    color: #818181;
    cursor: pointer;
    z-index: 10;
}

.backtop img {
    vertical-align: baseline;
}

.b-icon {
    height: 40px;
    color: #fac830;
    font-size: 45px;
}

/*.backtop {
    position: absolute;
    bottom: 80px; right:48px;
    font-size: 26px;
    font-family: 'montserrathairline';
    text-align: center;
    color: #818181;
    cursor: pointer;
    z-index: 10;
}
.b-icon {
    height: 46px;
    color: #fac830;
    font-size: 70px;
}*/
@media screen and (max-width:1240px) {
    .backtop {
        position: relative;
        bottom: initial;
        right: initial;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:1240px) {
    .header {
        height: 60px;
    }

    .header .container {
        padding: 0 20px;
    }

    .site-nav-inner .nav-main {
        padding: 0 0 30px;
    }

    .ico-font-ic.icon-web, .ico-font-ic.icon-ic {
        line-height: 12px;
    }

    .bx-lf {
        width: 50%;
    }
}

@media screen and (max-width:991px) {
    .mnu-btn {
        top: 18px;
        right: 0;
    }

    a.logo {
        left: 30px;
        top: 15px;
    }

    a.logo img {
        width: 70px;
    }

    .ico-font-ic.icon-web, .ico-font-ic.icon-ic {
        color: #fff;
    }

    .pushy {
        width: 270px;
    }

    .pushy-right {
        -webkit-transform: translate3d(270px, 0, 0);
        -moz-transform: translate3d(270px, 0, 0);
        -ms-transform: translate3d(270px, 0, 0);
        -o-transform: translate3d(270px, 0, 0);
        transform: translate3d(270px, 0, 0);
    }

    .container-push, .push-push {
        -webkit-transform: translate3d(-270px, 0, 0);
        -moz-transform: translate3d(-270px, 0, 0);
        -ms-transform: translate3d(-270px, 0, 0);
        -o-transform: translate3d(-270px, 0, 0);
        transform: translate3d(-270px, 0, 0);
    }

    .site-nav-head {
        top: 4px;
        right: 4px;
    }

    .site-nav-head .pushy-close {
        padding: 8px;
    }

    .nav-main li {
        padding: 15px 0;
    }

    /*
    .header {
      background: #fac830;
    }
*/
    hr {
        margin-bottom: 20px;
    }

    .footer p.text-center {
        padding: 0 10%;
    }

    .txt-copy {
        padding: 50px 0 20px;
    }

    .bx-foot, .bx-foot:last-child {
        width: 100%;
        margin-top: 15px;
    }

    .bx-lf {
        width: 60%;
    }
}