@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Regular.ttf');
}

body {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    background: #000;
    color: #6f6f6f;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .3px;
}

html[lang="zh-CN"] body {
    font-family: "微软雅黑";
}

section {
    position: relative;
    background: #011E37;
    padding: 2rem 0;
}

.no-padding,
section.no-padding {
    padding: 0 !important;
}

.no-top {
    padding-top: 0px !important;
}

.no-bottom {
    padding-bottom: 0px !important;
}

.centered {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-wrapper {
    position: relative;
    overflow: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #464646;
    font-weight: 700;
}

.bgblack .h1,
.bgblack .h2,
.bgblack .h3,
.bgblack .h4,
.bgblack .h5,
.bgblack .h6,
.bgblack h1,
.bgblack h2,
.bgblack h3,
.bgblack h4,
.bgblack h5,
.bgblack h6,
.bgblack .detailcontent .heading,
.bgblack a.card-title {
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
li,
a,
p {
    font-family: neuzeit-grotesk, sans-serif !important;
}


/*** preloader ***/

#preloader {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #111;
    z-index: 99999;
}

.animsition-overlay-slide {
    background: #111;
    z-index: 99999;
}

#preloader .loader {
    font-size: 1.6rem;
    top: 43%;
    margin: 0;
    margin-bottom: 50px;
    position: relative;
    display: block;
    opacity: 1;
    text-align: center;
    color: #fff;
    z-index: 9999;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 2px solid #333;
    border-top: 2px solid #f07c00;
    border-radius: 100%;
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 1.2s infinite ease;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/*** navigation ***/

.p-3-vh {
    display: flex;
    justify-content: space-between;
    padding-left: 5%;
    padding-right: 5%;
}

.p-a-vh {
    display: flex;
    justify-content: space-between;
    padding: 4.2vw;
}

header {
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 999;
    border-top: 6px solid #002e5d;
}

header.init {
    margin-bottom: 0px;
    width: 100%;
    padding: 15px 0;
    background: rgba(0, 0, 0, 0);
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0);
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

header.show {
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 0 0;
    min-height: 120px;
    line-height: 120px;
    box-shadow: 0px 10px 60px rgba(0, 0, 0, .1);
    background: #011E37 !important;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}


/*logo*/

header .logo {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 10px 0;
    margin: 0px;
    padding: 10px 0;
    height: auto;
    z-index: 2;
    text-decoration: none;
}

.logo img {
    width: 100%;
    max-width: 300px
    /* max-height: 55px; */
}

.logo img.show {
    display: none;
}

header.show img.show {
    display: block;
}

header.show img.init {
    display: none;
}

.logo .l_title.show {
    display: none;
}

header.show .l_title.show {
    display: block;
}

header.show .l_title.init {
    display: none;
}

.logo .l_title {
    font: normal normal bold 1.26vw/1.68vw 'Playfair Display';
    letter-spacing: 0px;
    color: #FFFFFF;
}


/* main menu */

.mobile_menu nav {
    position: relative;
    float: right;
    top: 2px;
    z-index: 999;
}

.mobile_menu nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.mobile_menu nav ul li {
    display: inline-block;
    margin: 0;
    margin-right: 20px;
}

.mobile_menu nav ul li:last-child {
    margin-right: 0px;
    border-bottom: 0px;
}

.mobile_menu nav ul li .input-group {
    top: 15px;
    margin-left: 20px;
    width: 220px;
}

.mobile_menu nav ul li .input-group button {
    display: inherit;
    padding: 0;
    line-height: 0px;
    border: none;
}

.mobile_menu nav ul li .input-group i {
    margin-left: 0px;
}

.mobile_menu nav a {
    color: #fff;
    display: block;
    padding: 35px 20px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .3px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.mobile_menu nav a:hover {
    color: #ddd !important;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.mobile_menu nav a:hover::before {
    display: inline-block;
    position: absolute;
    max-width: 35px;
    color: rgba(255, 255, 255, 0);
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    -webkit-transition: max-width 0.5s;
    -moz-transition: max-width 0.5s;
    transition: max-width 0.5s;
}

.mobile_menu nav a::before {
    position: absolute;
    overflow: hidden;
    max-width: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0);
    content: attr(data-hover);
    -webkit-transition: max-width 0.5s;
    -moz-transition: max-width 0.5s;
    transition: max-width 0.5s;
    white-space: nowrap;
}

.mobile_menu nav a.actived {
    color: #ddd !important;
}

.mobile_menu nav ul ul {
    display: none;
    position: absolute;
    top: 92px;
    color: #efefef;
}

.mobile_menu nav ul li:hover>ul {
    display: inherit;
    -webkit-animation-name: animfadeInUpmenu;
    animation-name: animfadeInUpmenu;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.mobile_menu nav ul ul li {
    width: 200px;
    float: none;
    display: list-item;
    background: #313840;
    border-bottom: 1px groove rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 2px rgba(23, 36, 52, .05);
    position: relative;
}

.mobile_menu nav ul li i {
    margin-left: 10px;
}

.mobile_menu nav ul ul li a {
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    line-height: 5px;
    padding: 20px 30px;
}

.mobile_menu nav ul ul li a:hover {
    color: #efefef !important;
    background: #363d46;
}

.mobile_menu nav ul ul li a.active {
    background: #f8f8f8;
}

.mobile_menu nav ul ul li:last-child {
    border-bottom: none;
}

.mobile_menu nav ul ul ul li {
    position: relative;
    top: -75px;
    left: 230px;
}

.mobile_menu>nav>ul>li.has-children>a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: 10px;
}

li>a:only-child:after {
    content: '';
}

span.span-drop {
    position: relative;
    right: 0;
    top: 0;
    float: right;
    cursor: pointer;
}

span.span-drop:after {
    content: '\f107';
    font-family: 'FontAwesome';
    color: #fff;
    width: 20px;
    height: 20px;
    margin-left: 2px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
}

a.actived span.span-drop:after {
    color: #ddd !important;
}

.nav-icon {
    display: none;
}


/* menu right */

.menu-right {
    padding: 36px 0;
}

.menu-right .social-icons {
    margin: 0;
}

.menu-right .social-icons a {
    color: #fff;
    font-size: 11pt;
}

#showmobile {
    display: none;
}

.menu-right {
    width: max-content;
    padding: 0;
}

.menu-right .iconright {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.menu-right .iconright li {
    display: inline-block;
    padding-right: 10px;
}

@media screen and (max-width:480px) {
    .menu-right .iconright li {
        padding-right: 0px
    }
}


/* .menu-right .iconright li:last-child{
	padding-left: 30px;
}
.menu-right .iconright li:first-child{
	padding-right: 20px;
} */

.menu-right .iconright li:last-child a {
    margin-right: 0px;
}

.menu-right .iconright li a,
.menu-right .iconright li .lang {
    font-size: 1rem;
    color: #002E5D;
    text-decoration: none;
    /* padding: 35px 5px; */
}

.menu-right .iconright li a.c-contact {
    padding: 0.89rem 2rem;
    background: rgba(255, 255, 255, 0.23);
    border-radius: 10px;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 0.94vw;
    line-height: 1.15vw;
    transition: 0.25s;
}

html[lang="zh-CN"] .menu-right .iconright li a.c-contact {
    font-family: "微软雅黑";
}

.menu-right .iconright li a.c-contact::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: hsl(var(--hue), 100%, 41%);
    transform: scaleX(0);
    transition: 0.25s;
}

.menu-right .iconright li a.c-contact:hover {
    background: rgba(194, 43, 47, 0.23);
}

.menu-right .iconright li:hover>ul.shop {
    display: inherit;
    -webkit-animation-name: animfadeInUpmenu;
    animation-name: animfadeInUpmenu;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

ul.shop {
    display: none;
    padding: 20px 30px 60px;
    background: #313840;
    position: absolute;
    right: 60%;
    top: 50px;
    width: 260px;
    max-height: 500px;
    overflow-y: auto;
}

ul.shop li {
    position: relative;
    padding: 0 !important;
    border-bottom: 1px solid #394049;
}

ul.shop li.total {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0px !important;
}

ul.shop li.price {
    width: 100%;
    color: #fff;
    text-align: right;
    font-size: 21px;
    font-weight: 800;
    padding-bottom: 15px;
    border: none;
    padding: 10px 0px !important;
}

ul.shop li.total .viewcart {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    float: right;
    width: max-content;
    text-align: center;
    padding: 5px 15px;
    color: #040404;
    background: #f07c00;
    margin-bottom: 10px;
    border-radius: 2px;
}

ul.shop li.total .viewcart.white {
    background: #efefef;
}

ul.shop li a {
    display: block;
    padding: 15px 10px;
    text-align: right;
}

ul.shop li a:hover {
    opacity: .8;
}

ul.shop li:last-child {
    border-bottom: 0px;
}

ul.shop li a .img {
    width: 168px;
    height: 90px;
    overflow: hidden;
}

ul.shop li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.shop li a.xcancel {
    position: absolute;
    top: -5px;
    right: -20px;
    font-size: 1rem;
    font-weight: 500;
    opacity: .8;
}

ul.shop li a .title {
    font-size: 15px;
    font-weight: 400;
    padding: 5px 0 0;
}

ul.shop li a .price {
    font-size: 21px;
    font-weight: 700;
}

.menu-right .iconright li a .tot {
    position: absolute;
    bottom: -10px;
    left: -12px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 11px;
}


/* search */

ul.shop.search {
    overflow-y: unset;
    width: max-content;
    padding: 15px 20px;
    right: 0;
}

form.search-form input[type="search"] {
    -webkit-appearance: none !important;
    background-clip: padding-box;
    background-color: white;
    vertical-align: middle;
    border-radius: 0rem;
    border: 1px solid #e0e0e5;
    font-size: 1rem;
    width: 100%;
    line-height: 2;
    padding: 0.275rem 1.25rem;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

form.search-form input[type="search"]:focus {
    transition: all 0.5s;
    border-color: #eee;
    outline: none;
}

form.search-form {
    display: flex;
    justify-content: center;
}

form.search-form label {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    margin-bottom: 0;
}

form.search-form input.search-field {
    margin-bottom: 0;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    height: 41px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

form.search-form input.search-submit {
    height: 41px;
    margin: 0;
    padding: .6rem .9rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    font-size: 1rem;
}

form.search-form .button {
    display: inline-block;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
    line-height: 16px;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background: #f07c00;
    color: #fff;
    border: 1px solid transparent;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

form.search-form .button:hover,
form.search-form .button:active,
form.search-form .button:focus {
    cursor: pointer;
    background: #e07604;
    color: #fff;
    outline: 0;
}

#showside {
    color: #fff;
    cursor: pointer;
}


/*** navigation end ***/


/* side gallery */

#bgsidegalery {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .3);
    z-index: 999;
}

#bgblock {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .3);
    z-index: 21;
}

#sidegalery {
    position: fixed;
    top: 0px;
    background: rgba(0, 0, 0, .3);
    z-index: 1001;
}

#sidegalery.init {
    right: -100%;
    transition: all .3s ease-in-out;
}

#sidegalery.show {
    right: 0px;
    transition: all .3s ease-in-out;
}

#sidegalery .sidebar {
    position: relative;
    display: block;
    width: 42vw;
    height: 100vh;
    padding: 2vw 2vw;
    background: #011E37;
    color: #fff !important;
    overflow-y: scroll;
    z-index: 1;
}

.sidebar .cl-sidebar {
    cursor: pointer;
    position: fixed;
    top: 0;
}

.cl-sidebar.init {
    right: -100%;
    transition: all .3s ease-in-out;
}

.cl-sidebar.show {
    right: 17px;
    transition: all .3s ease-in-out;
}

.cl-sidebar div {
    display: block;
    text-decoration: none;
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.23);
    text-align: center;
    line-height: 60px;
}

.cl-sidebar div:hover {
    background: rgba(194, 43, 47, 0.23);
}

.sidebar h3 {
    color: #fff;
    margin-top: 60px;
}

.sidebar .s-galery {
    width: 320px;
    margin-top: 30px;
}


/* gallery */

.filter-wraper {
    display: block;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

ul#filter-porto,
ul#filterheading,
ul#filternum {
    display: inline-block;
    padding: 0px;
}

ul#filter-porto li,
ul#filterheading li,
ul#filternum li {
    display: inline-block;
    list-style: none;
}

ul#filter-porto {
    font-size: 0;
    display: flex;
}

ul#filter-porto li {
    color: #6f6f6f;
    cursor: pointer;
    font-size: .93rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 26px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    width: max-content;
    background: none;
    white-space: nowrap;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul#filter-porto li:last-child {
    margin-right: 0px;
}

ul#filter-porto li:hover,
ul#filter-porto li.selected {
    color: #464646;
    background: none;
    position: relative;
    z-index: 1;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul#filter-porto li:after {
    display: block;
    position: relative;
    top: -2px;
    z-index: 0;
    content: '';
    width: 0%;
    height: 6px;
    background: #ddd;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul#filter-porto li.selected:after {
    display: block;
    position: relative;
    top: -2px;
    z-index: 0;
    content: '';
    width: 100%;
    height: 6px;
    background: #ddd;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul#filterheading li {
    position: relative;
    top: 5px;
    left: 0px;
    font-size: .83rem;
    font-weight: 800;
    color: #292929;
    background: #fff;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}

ul#filternum {
    border-bottom: 1px solid #333;
}

ul#filternum li {
    padding-right: 30px;
    position: relative;
    top: 5px;
    left: 0px;
    font-size: .73rem;
    font-weight: 600;
}


/* gallery max width */

#w-gallery-container {
    text-align: center;
    overflow: hidden;
}

.w-gallery-container {
    text-align: center;
    margin-right: -6px;
    margin-left: -2px;
}

.w-gallery {
    border: 8px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

.w-gallery.no-border {
    border-radius: 0;
    border: 0px solid rgba(0, 0, 0, 0);
}

.w-gallery:after {
    content: '';
    display: block;
    clear: both;
}

.w-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.s-galery .w-gallery-image {
    max-height: 60px;
    overflow: hidden;
}

.content-gallery {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.content-gallery:hover {
    background: rgba(240, 124, 0, .6);
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.content-gallery::before {
    content: "";
    position: relative;
    width: max-content;
    height: max-content;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}

.content-gallery span {
    display: none;
    font-size: 2rem;
    font-weight: 600;
}

.content-gallery:hover span {
    display: block;
}

.content {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    text-align: left;
    opacity: 0;
    -moz-transition: opacity .1s ease-in-out;
    -ms-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}


/* s-address */

.sidebar .s-address {
    width: 100%;
    margin-top: 30px;
}

.s-address .detail {
    font-size: 1rem;
    display: block;
    margin-bottom: 30px;
}

.s-address .footer-icon {
    display: flex;
}

.s-address .detail span {
    font-size: 1.5rem;
    padding-right: 20px;
}

.s-address .detail a {
    font-weight: normal;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}


/* s-social */

.sidebar .s-social {
    width: 320px;
    margin: 30px 0;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.sidebar .s-social a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 15px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 40px;
    transition: all .3s ease-in-out;
}

.s-social a:hover {
    border: 1px solid rgba(255, 255, 255, .8);
    transition: all .3s ease-in-out;
}


/* breadcumb */

.breadcumb {
    display: block;
    background: #313840;
    /* padding: 5.5vw 0 5.5vw;
    background-size: cover; */
    background-size: cover !important;
    background-repeat: no-repeat!important;
    /* background-position: center center!important; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    /*padding-top: 13.15%;*/
    /*padding-bottom: 13.15%;*/
    padding-top: 6.15%;
    padding-bottom: 6.15%;
    z-index: 1;
}

.breadcumb .banner_bg {
    display: flex;
    justify-content: right;
    align-items: center;
    background: #b07549;
}

.breadcumb .main {
    width: 60%;
    height: 100%;
    position: relative;
}

@media only screen and (max-width: 1385.9px) {
    .breadcumb .main {
        width: 85%;
    }
}

@media only screen and (min-width: 991.9px) {
    .hid_img {
        display: none;
    }
}

@media only screen and (max-width: 991.9px) {
    .breadcumb .main {
        width: 100%;
    }
    .breadcumb {
        padding: 0;
    }
    .banner_img {
        padding: 0;
    }
}

.main .bread {
    color: #fff;
    text-align: left;
    padding: 4rem 3rem;
}

.bread .spacebread {
    padding: 0 5px;
}

.bread .spacebread::before {
    display: inline-block;
    content: '';
    width: 30px;
    height: 1px;
    position: relative;
    top: -4px;
    background: #fff;
}

.main .new_title {
    color: #fff;
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.main .bread-stitle {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 1.58vw;
    line-height: 2.2vw;
    text-align: initial;
    margin-bottom: 2rem;
}

html[lang="zh-CN"] .main .bread-stitle {
    font-family: "微软雅黑";
}

.main .bread-title {
    text-align: initial;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    margin: 0 auto;
    display: block;
}

html[lang="zh-CN"] .main .bread-title {
    font-family: "微软雅黑";
}

.main .bread-subtitle {
    margin: 2rem auto 0;
    display: inline-block;
    text-align: initial;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}

html[lang="zh-CN"] .main .bread-subtitle {
    font-family: "微软雅黑";
}

.main .bread-subtitle a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}


/* content detail */

.imgbg-col {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgbg-png {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
    /* padding-top:3.3vw; */
}


/* @media screen and (max-width:1758px) {
  .imgbg-png{
    padding-top:2.3vw;
  }
}
@media screen and (max-width:1680px) {
  .imgbg-png{
    padding-top:1.8vw;
  }
}
@media screen and (max-width:1580px) {
  .imgbg-png{
    padding-top:1.2vw;
  }
} */

.detailcontent {
    display: block;
    padding: 5%;
    line-height: 2;
    letter-spacing: .3px;
}

.detailcontent .icon {
    width: max-content;
    height: auto;
}

.detailcontent .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bgblack {
    background: #292e34;
    color: #fff;
}

.detailcontent .subheading {
    font-size: 1.3vw;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
    padding: 0 20%;
}

@media screen and (max-width:1200px) {
    .detailcontent .subheading {
        padding: 0
    }
}

.detailcontent .heading {
    font-size: 2.2vw;
    font-weight: normal;
    color: #fff;
    margin: 15px 0 20px;
    line-height: 1.2;
}

.detailcontent .textdetail,
.detailcontent .textdetail p {
    font-weight: 500;
    /* margin-bottom: 1.39vw; */
    font-size: 1.2vw;
    text-align: left;
}

.btn-content {
    display: block;
    position: relative;
    width: max-content;
    height: auto;
    font-size: 13pt;
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: none;
    line-height: 15px;
    padding: 14px 40px;
    background: #f07c00;
    cursor: pointer;
    overflow: hidden;
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.btn-content a {
    text-decoration: none;
    font-weight: 800;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.btn-content:hover {
    background: #f07c05;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-content:hover .shine {
    -webkit-animation: sheen .9s alternate;
    animation: sheen .9s alternate;
}

.btn-content:hover a {
    color: #fff;
}


/* accordion */


/* .accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
} */


/* .accordion .card-header.collapsed:after {
    content: "\f067"; 
} */


/* pricelist */

.pricelist {
    text-align: left;
    padding: 4.5rem 3rem 5rem;
    margin: 0 auto 1rem;
}

.pricelist .t_title {
    color: #293556;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 1.57vw;
    line-height: 2.1vw;
}

html[lang="zh-CN"] .pricelist .t_title {
    font-family: "微软雅黑";
}

.pricelist .prices {
    font-size: 4.87vw;
    font-weight: 900;
    font-family: 'Roboto';
    line-height: 2.1vw;
    color: #293556;
    line-height: 1.2;
    padding-bottom: 15px;
}

html[lang="zh-CN"] .pricelist .t_title {
    font-family: "微软雅黑";
}

.pricelist .cont {
    color: #414959;
    font-family: 'Roboto';
    font-weight: normal;
    /* font-size:1vw;
  line-height: 1.57vw; */
}

html[lang="zh-CN"] .pricelist .cont {
    font-family: "微软雅黑";
}

.pricelist.bgblack .prices {
    color: #fff;
}

.prices .perms {
    font-size: 1rem;
    font-weight: 500;
    color: #888;
}

.prices .perms:before {
    display: inline-block;
    position: relative;
    content: "";
    top: 15px;
    left: -5px;
    width: 1px;
    height: 49px;
    background: #929292;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.pricelist ul.list {
    list-style: none;
    list-style-type: none;
    list-style-type: none;
    margin: 20px auto;
    padding: 0px;
    text-align: left;
}

.pricelist ul.list li {
    font-size: .96rem;
    font-weight: 400;
    padding: 20px 0;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}

.pricelist ul.list li:last-child {
    border-bottom: 1px solid #eee;
}

.pricelist.bgblack ul.list li {
    border-top: 1px solid rgba(255, 255, 25, .1);
}

.pricelist.bgblack ul.list li:last-child {
    border-bottom: 1px solid rgba(255, 255, 25, .1);
}

.pricelist ul.list li i {
    margin: 5px;
}

.pricelist .latin {
    margin: 10px auto 60px;
}

.btnpricelist {
    text-align: center;
    margin: 45px auto 0;
}


/* owl */

.owl-theme .owl-nav {
    position: absolute;
    bottom: 55%;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
    font-size: 1.2rem;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background: none!important;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -30px;
    position: absolute;
    outline: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: -30px;
    position: absolute;
    outline: 0;
}

.owl-nav {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-carousel:hover .owl-nav {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* owl logo */

#owl-logo .item img {
    margin: 0 auto;
    max-width: 180px;
    height: auto;
}

.owl-theme .owl-nav [class*="owl-"] {
    padding: 20px 25px;
    background: rgba(0, 0, 0, .6);
    border-radius: 0px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: rgba(0, 0, 0, 1);
}

.owl-next {
    position: absolute;
    right: -5px;
}

.owl-prev {
    position: absolute;
    left: -5px;
}


/* slick projects */

.slickproject .item .desc {
    position: absolute;
    bottom: 15px;
    left: 25px;
    text-align: left;
    color: #fff;
    transition: all .3s ease;
}

.slickproject .item:hover .desc {
    bottom: 30px;
    transition: all .3s ease;
}

.slickproject .item .desc .tag {
    position: relative;
    font-size: .9rem;
    padding-bottom: 10px;
}

.slickproject .item .desc .name {
    position: relative;
    max-width: 180px;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: .6px;
    padding-bottom: 35px;
    transition: all .3s ease;
}

.slickproject .item .icon {
    opacity: 1;
    width: 100%;
    position: absolute;
    text-align: right;
    left: 0;
    bottom: 0;
    padding-left: 8%;
    padding-bottom: 10%;
    text-align: left;
    transition: all .3s ease;
}

.slickproject .item:hover .icon {
    opacity: 1;
    bottom: 45px;
    transition: all .3s ease;
}

.slickproject .item .icon a {
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    width: 40px;
    padding: 0 0 5px;
    color: #fefefe;
    border-bottom: 2px solid transparent;
    transition: all .3s ease;
}

.slickproject .item .icon a:hover {
    color: #fff;
    width: 60px;
    border-bottom: 2px solid #C22B2F;
    transition: all .3s ease;
}


/* project big */

.projectbig {
    position: relative;
    border-radius: 0;
    padding: 0;
    margin: 0;
    height: 100vh;
    overflow: hidden;
    background: none;
}

.projectbig img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.herocaption {
    padding: 45px 6% 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: rgba(49, 56, 64, .8);
}

.herocaption .catgor {
    color: #fff;
    font-size: 0.97em;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.herocaption .heading {
    color: #fff;
    font-size: 3.3em;
    max-width: 80vw;
    font-weight: 700;
}

.herocaption .content {
    color: #fff;
    font-size: 1rem;
    max-width: 80vw;
}

.arrow {
    color: #fff;
    white-space: nowrap;
    top: -80px;
    left: 0;
    z-index: 10;
    padding: 19px;
    height: 75px;
    width: 75px;
    position: absolute;
    float: left;
    background-color: rgba(49, 56, 64, 0.8);
    cursor: pointer;
    transition: background-color 0.1s ease-in-out 0s, border-radius 0.1s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
}

.arrow:hover {
    text-decoration: none;
    color: #fff;
    background-color: rgba(49, 56, 64, 0.9);
    transition: background-color 0.1s ease-in-out 0s, border-radius 0.1s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
}

.arrow span {
    padding-left: 30px;
    font-size: 1.3rem;
    font-weight: 600;
}

#detailproject {
    display: block;
}

#detailproject .content {
    padding-bottom: 15px;
}

#detailproject .sticky {
    position: sticky;
    top: 0;
    left: 0;
}

#detailproject .sticky .detailproject {
    list-style: none;
    padding: 0;
    margin: 0;
}

#detailproject .sticky .detailproject li {
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

#detailproject .sticky .detailproject li .tile {
    font-weight: 600;
}

.tags {
    display: block;
    margin: 15px 0;
}

.tags .heading {
    font-size: .98rem;
    font-weight: 600;
    margin-right: 15px;
}

.tags a.content {
    font-size: .96rem;
    font-weight: 300;
    color: #ddd;
    text-decoration: none !important;
    margin-right: 5px;
}

.tags a.content::after {
    content: ',';
}

.tags a.content:last-child::after {
    content: '';
}

.tags a.content:hover {
    color: #f07c00;
    transition: all 0.3s ease;
}

#detailproject .share {
    position: relative;
    display: block;
    margin: 0 0 15px;
    padding: 0;
}

#detailproject .share .heading {
    font-size: .98rem;
    font-weight: 600;
    margin-right: 15px;
}

#detailproject .share .content {
    font-size: 1rem;
    font-weight: 300;
    color: #ddd;
    margin: 0 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#detailproject .share .content:hover {
    color: #ffb41d;
    transition: all 0.3s ease;
}

.single-img.max-height400 {
    max-height: 400px;
}

.single-img {
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.single-img.pimg-5 {
    padding: 15px;
}

.single-img.max-height300 {
    max-height: 309px;
}

.single-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


/* slick */

.m-b-1 {
    margin-bottom: 1.5rem;
}

.bus_page {
    padding: 5rem 0;
}

.slick .item {
    cursor: pointer;
    margin: 0;
    position: relative;
    height: 100%;
    max-height:35.6vw;
    outline: none;
    overflow: hidden;
}
@media (max-width:767.98px){
  	.slick .item {
	max-height:unset;
  }
}
.slick .item .bg {
    position: relative;
    overflow: hidden;
    margin-right: 0;
}

.slick .item .bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #2e343b, rgba(46, 52, 59, .6));
    opacity: .3;
    transition: all .1s cubic-bezier(.215, .61, .355, 1);
}

.slick .item:hover .bg::before {
    opacity: 1;
    height: 100%;
    background: linear-gradient(0deg, #2e343b, rgba(46, 52, 59, .1));
    transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.slick .item .bg img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
}

.slick .item .desc {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10% 0 10% 8%;
    text-align: left;
    color: #fff;
}

.slick .item .desc .name {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .6px;
    line-height: 31px;
    max-width: 100%;
    padding-bottom: 1.3rem;
}

html[lang="zh-CN"] .slick .item .desc .name {
    font-family: "微软雅黑";
}

.slick .item .desc .tag {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}

html[lang="zh-CN"] .slick .item .desc .tag {
    font-family: "微软雅黑";
}

.slick .item .desc .content {
    position: relative;
    bottom: -100%;
    color: #ddd;
    margin-bottom: -40%;
    opacity: 0;
    transition: all .6s ease;
}

.slick .item:hover .content {
    opacity: 1;
    margin-bottom: 30px;
    transition: all .9s ease;
}


/* team */

#owl-team {
    display: block;
}

#owl-team .listteam {
    margin: 0;
    position: relative;
    height: 100%;
    outline: none;
    overflow: hidden;
    cursor: pointer;
}

.listteam .bgimg {
    width: 100%;
    height: 100%;
}

.listteam .bgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listteam .detail {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #2e343b, rgba(46, 52, 59, 0));
    opacity: 0;
    transition: all .6s ease;
}

.listteam:hover .detail {
    opacity: 1;
    background: linear-gradient(0deg, #2e343b, rgba(46, 52, 59, .1));
    transition: all .6s ease;
}

.listteam .detail .listdetail {
    color: #fff;
    padding: 15px;
    text-align: center;
    position: absolute;
    bottom: 15px;
}

.listteam .detail .listdetail .name {
    font-size: 1.6rem;
    font-weight: 700;
}

.listteam .detail .listdetail .jobtitle {
    font-size: .9rem;
    margin: 5px 0;
}

.listteam .detail .listdetail .jobtitle::before,
.listteam .detail .listdetail .jobtitle::after {
    content: '----';
    padding: 0 5px;
}

.listteam .s-social {
    width: max-content;
    margin: 15px 0 0;
}

.listteam .s-social a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 5px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 40px;
    transition: all .3s ease-in-out;
}

.listteam .s-social a:hover {
    border: 1px solid rgba(255, 255, 255, .8);
    transition: all .3s ease-in-out;
}


/* sercices */

.servcices {
    display: block;
    padding: 0;
    position: relative;
    border-right: 1px solid #E0E1E5;
}

.servcices .bgimg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #313840;
}

.servcices .bgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .1;
}

.servcices .content {
    color: #fff;
    position: relative;
    padding: 60px 0;
    text-align: left;
    opacity: 1;
}

.servcices .content.black {
    color: #293556;
}

.servcices .content .icon {
    /* width: max-content; */
    background-color: #fff;
    height: 80px;
    padding: 15px 0;
    margin: 0 auto;
}

.servcices .content .icon img {
    /* width: 100%;
    height: 60px;
    object-fit: cover; */
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
    transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
}

.servcices .content .heading {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 600;
    padding: 15px 0 5px;
}

.servcices .content .textdetail {
    font-weight: 400;
    padding: 0 0;
}

@media screen and (max-width:1393.9px) {
    .servcices .content .textdetail {
        height: auto !important;
    }
}

.servcices .content .btn-content {
    margin: 20px auto 0;
}

.servcices .content .btn-contents a {
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    margin-left: 27px;
}

.servcices .content .btn-contents a::before {
    font-family: 'themify';
    content: "\e65a";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    z-index: 1;
}

.servcices .content.black .btn-contents a {
    color: #333333;
    border-bottom: 1px solid #333;
}

.fm_title {
    text-align: center;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 2.25rem;
    line-height: 3rem;
    letter-spacing: 0px;
    color: #000000;
}

html[lang="zh-CN"] .fm_title {
    font-family: "微软雅黑";
}


/* sercices-btn */

.sercices-btn {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.sercices-btn .services-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.sercices-btn .services-list a {
    width: 100%;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 10px 30px;
    color: #464646;
    background: #e6e6e6;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sercices-btn .services-list a:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 15px;
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background: #ddd;
}

.sercices-btn .services-list a:hover,
.sercices-btn .services-list a.active {
    color: #fff;
    background: #292e34;
    transition: all 0.3s ease;
}

.owl-services {
    padding: 15px 0 45px;
}


/* owl service */

#owl-testimony {
    display: block;
}

#owl-testimony .content-testy {
    display: block;
    padding: 60px 30px;
    border: 1px solid #ddd;
    text-align: center;
}

#owl-testimony .owl-dots .owl-dot span {
    position: relative;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0);
    background: none;
    margin-top: 30px;
}

#owl-testimony .owl-dots .owl-dot span:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background: #828282;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border: 1px solid #828282 !important;
}

#owl-testimony .owl-dots .owl-dot.active span:before {
    background: #828282;
}

.testy-text {
    padding: 15px 0;
}

.testy-text:before {
    content: '"';
    display: block;
    font-size: 6rem;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: -15px;
}

.testy-text span {
    display: block;
    margin: 15px 0;
}

.user {
    padding: 0 0 15px;
}

.user .img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    overflow: hidden;
    margin: 0 auto 15px;
}

.user .name {
    font-size: 1.2rem;
    font-weight: 700;
}

.user .title {
    color: #aaa;
    line-height: 13px;
}


/* blog */

.blogcolumn {
    display: block;
    /* padding: 15px; */
    /* margin: 0; */
    /* border: 1px solid #eee; */
    position: relative;
    margin-bottom: 7rem;
    margin-left: 10%;
    margin-right: 10%;
}

@media only screen and (max-width:991.9px) {
    .blogcolumn {
        margin-left: 0;
        margin-right: 0;
    }
}

.blogcolumn .imgtop {
    position: relative;
    width: 100%;
    height: 100%;
}


/* .blogcolumn .imgtop .tag{
    color: #fff;
    font-size: .87rem;
    position: absolute;
    bottom: 5px;
    left: 5px;
    padding: 8px 20px;
    background: rgba(49,56,64,.8);
} */

.blogcolumn .imgtop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogcolumn .blogcont {
    padding: 1vw;
    position: absolute;
    right: 0;
    width: 80%;
    background: #fff;
    bottom: -3rem;
}

@media only screen and (max-width:767.9px) {
    .blogcolumn .blogcont {
        position: unset;
        width: 100%;
        padding: 0.5rem 2rem;
    }
    .blogcolumn .blogcont .descblog {
        min-height: unset;
    }
    .blogcolumn {
        margin-bottom: 2rem;
    }
}

.news_top {
    display: flex;
    align-items: flex-end;
}

.avatar {
    width: 40%;
    float: right;
    margin-left: -10%;
    z-index: 1;
    margin-bottom: 1rem;
}

.clear {
    clear: both;
}

.news_con {
    width: 60%;
    background: #fff;
    padding: 3vw;
    z-index: 2;
}

.news_con h2 {
    font: normal normal bold 36px/43px Roboto;
    font-size: 36px;
    line-height: 43px;
    font-weight: bold;
    color: #000000;
}

.news_con p {
    font-size: 22px;
    line-height: 33px;
    font-weight: normal;
    color: #000000;
}

.news_inner .tags {
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2rem 0;
}

.news_inner>div {
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 12px 0;
  
}
.fr-img-space-wrap{
	display:flex;
    justify-content:center;
}
.news_inner ul li {
    margin-bottom: 2rem;
    list-style: disc;
    margin-left: 15px;
    font-size: 16px;
    line-height: 29px;
    color: #FFFFFF;
}

.blogcolumn .blogcont .date {
    /* font-size: 1rem;
    color: #555555;
    font-weight: 400; */
}

.blogcolumn .blogcont .headingblog {
    font-size: 18px;
    color: #002E5D;
    font-weight: bold;
    line-height: 22px;
    padding-bottom: 10px;
    font-family: 'Roboto';
}

.blogcolumn .blogcont .descblog {
    font-size: 1rem;
    font-weight: 400;
}

.blogcolumn .blogcont .descblog {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    min-height: 32px;
    color: #002E5D;
}

html[lang="zh-CN"] .blogcolumn .blogcont .descblog {
    font-family: "微软雅黑";
}

.blogcolumn .blogcont .desc_y {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 0.94vw;
    line-height: 3vw;
}

@media screen and (max-width:767.9px) {
    .blogcolumn .blogcont .headingblog {
        font-size: 1.2rem;
        line-height: 1.7rem;
        font-weight: bold;
    }
    .blogcolumn .blogcont .descblog {
        font-size: 1rem;
        line-height: 1.4rem;
        margin-bottom: 10px;
    }
    .blogcolumn .blogcont .desc_y {
        font-size: 1rem;
        line-height: 1.4rem;
    }
    .breadcumb {
        padding: 0rem 0rem 0rem 0rem;
        background-position: top !important;
    }
    .breadcumb.about1 {
        padding: 6vw 1vw;
    }
    .card {
        width: 100% !important;
    }
    .main .bread{padding:15px 0}
    .news_top{flex-wrap: wrap-reverse}
    .news_top>div{flex-basis: 100%;}
    .avatar{margin-left: 0;margin-bottom: 0}
    .avatar>img{margin-bottom: 0!important;}
    .slide-big-bg {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.15);
        position: absolute;
        top: 0;
        left: 0;
    }
    .s-address .detail span{padding-right: 10px}
    .kenburnimg{display: none}
    .tp-bgimg{background-size: cover;background-position:25% 50%!important;}
}
.conts .cont .card-header .right{width: 100%;}
.conts .cont .card-header .right .card-title{position: relative;display: block;width: 100%;}
.conts .cont .card-header .right .card-title::before{content: '';display: block;width:20px;height:1px;background: #293556;position: absolute;right:0;top:50%}
.conts .cont .card-header .right .card-title::after{content: '';display: block;height:20px;width:1px;background: #293556;position: absolute;right:10px;top:calc(50% - 10px)}
.conts .cont .card-header .right .card-title.active::after{display: none}


html[lang="zh-CN"] .blogcolumn .blogcont .desc_y {
    font-family: "微软雅黑";
}


/* map */

#map-1 {
    width: 100%;
    height: 60vh;
    padding-top: 0px;
    padding-bottom: 0px;
}

.map {
    background: #fdfdfd;
}


/* contact */

.text-side {
    padding: 0;
    margin-top: 0;
}

.text-side .heading {
    font-size: 1.6rem !important;
}

.text-side .address {
    padding-top: 15px;
    line-height: 1.3;
}

.text-side .address .heading {
    font-size: 1.3rem !important;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.text-side .address .list {
    position: relative;
    max-width: 320px;
    display: block;
    padding: 15px 0 15px;
    padding-left: 40px;
}

.text-side .address .list i {
    position: absolute;
    top: 15px;
    left: 5px;
    font-size: 1.3rem;
    display: inline-block;
    color: #011E37;
}

.text-side .address .list a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

.text-side .address .list a:hover {
    color: #011E37;
    transition: all 0.3s ease;
}

.heading-cont {
    position: relative;
    font-size: 16pt;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.heading-cont:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 25%;
    height: 3px;
    background: #dd7608;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    width: 100% !important;
    height: 53px !important;
    /* padding: 4px 20px 6px 40px; */
    font-size: 14px;
    line-height: 24px;
    color: inherit;
    background: none;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
    box-shadow: none;
}

.form-control:focus {
    background: none;
    color: inherit;
    border: 1px solid rgba(0, 0, 0, .3);
    box-shadow: none;
}

.user-message textarea {
    min-height: 10.2vw;
    padding-top: 12px;
}

.contact-form form button {
    margin-top: 10px;
}

.user-name,
.user-email,
.user-phone,
.user-url,
.user-message {
    position: relative;
}

.user-name::after,
.user-email::after,
.user-phone::after,
.user-url::after,
.user-message::after {
    position: absolute;
    left: 15px;
    top: 13px;
    font-family: "FontAwesome";
    color: rgba(0, 0, 0, .8);
}

.user-name::after {
    content: "\f007";
}

.user-email::after {
    content: "\f003";
}

.user-phone::after {
    content: "\f095";
}

.user-url::after {
    content: "\f0ac";
}

.user-message::after {
    /* content: "\f086"; */
}

.btn-contact {
    font-size: 12pt;
    font-weight: 700;
    letter-spacing: 2px;
    font-style: normal;
    text-align: center;
    padding: 8px 40px;
    color: #fff;
    border: 2px solid rgba(0, 0, 0, 0);
    background: #011E37;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    text-shadow: none;
    margin-top: 15px;
    margin-left: 0px;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-contact:hover {
    color: #fff;
    background: #999;
}

.btn {
    display: block;
}

.error {
    width: 100%;
    display: none;
    padding: 2px 10px 2px 10px;
    font-size: 11px;
    margin: 10px auto;
}

.success {
    width: 100%;
    display: none;
    padding: 5px 0px 2px 0px;
    font-size: 11px;
    margin: 10px auto;
}


/* contact end */


/* footer */

footer {
    font-weight: 400;
    background: #011E37;
    /* padding: 90px 0 0; */
}

footer .logo {
    margin-bottom: 30px;
}

footer .heading {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    line-height: 3rem;
    margin-bottom: 30px;
}

footer .description {
    color: #fff;
    line-height: 2;
}

footer .s-social {
    width: max-content;
    margin: 30px 0 0;
}

footer .s-social a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 15px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 40px;
    transition: all .3s ease-in-out;
}

footer .s-social a:hover {
    border: 1px solid rgba(255, 255, 255, .8);
    transition: all .3s ease-in-out;
}

footer .s-address {
    color: #fff;
}

footer .s-address a {
    transition: all .3s ease-in-out;
}

footer .s-address a:hover {
    opacity: .6;
    transition: all .3s ease-in-out;
}

#subsribe {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

#subsribe input[type="email"],
input[type="submit"] {
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
    height: 38px;
}

#subsribe input[type="email"] {
    width: 100%;
    font-weight: 400;
    font-size: .87rem;
    background-color: #313840;
    border: solid #313840;
    color: #efefef;
}

#subsribe input[type="submit"] {
    position: absolute;
    width: max-content;
    top: 0px;
    right: 0px;
    font-weight: 800;
    background-color: #dd7608;
    border: solid #dd7608;
    color: white;
    cursor: pointer;
}

.subfooter {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    margin-top: 45px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.subfooters {
    border-top: 1px solid #707070;
    padding-top: 5.88vw;
    display: flex;
}
.subfooters>li{flex-grow:1;margin-right:20px}
.subfooters>li a{color:#fff;font-size: 1rem;margin-bottom: 30px;display: block;transition: all 0.3s;}
.subfooters>li a:hover{opacity: 0.6;text-decoration: none}
@media screen and (max-width: 767px){
    .subfooters{display: block}
}

.subfooter .copyright {
    font-size: .9rem;
    color: #ccc;
}

.subfooter .terms {
    font-size: .9rem;
    font-weight: 400;
    color: #ccc;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.subfooter .terms:hover {
    opacity: .6;
    transition: all .3s ease-in-out;
}

.s-menu ul li {
    padding: 1rem 0;
    display: flex;
    list-style: none;
}

.s-menu ul li .menu_num {
    font-size: 0.94vw;
    line-height: 1.26vw;
    padding: 0.4vw 1vw 0 0;
}

.s-menu ul li a {
    font-size: 1.57vw;
    line-height: 2vw;
    text-decoration: none;
    color: #fff;
}

.s-menu ul li:hover {
    color: rgba(194, 43, 47);
}

.s-menu ul li a:hover {
    color: rgba(194, 43, 47);
}

.s-menus ul li {
    list-style: none;
    padding: 1rem 0;
    border-bottom: 1px solid #707070;
}

.s-menus ul li span {
    color: #fff;
}

.s-menus ul li i {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    color: #fff;
}

.s-menus ul li a {
    margin-left: 1rem;
    text-decoration: none;
    font-size: 22px;
    line-height: 36px;
    color: #fff;
}

.s-menus ul li:hover span,
.s-menus ul li:hover a,
.s-menus ul li:hover i {
    color: red;
}


/* totop */

#totop {
    width: 35px;
    height: 35px;
    font-size: 10pt;
    color: #fff;
    background: #292929;
    line-height: 32px;
    position: fixed;
    right: 20px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#totop.init {
    bottom: -100px;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#totop.show {
    bottom: 20px;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#totop:hover {
    background: rgba(194, 43, 47, 0.78);
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* totop end */


/* Blog */

.news_section {
    padding: 0 0 3rem 0;
}

.news_list {
    display: flex;
    margin-top: 60px;
    margin-bottom: 60px;
}

.news_detail {
    display: block;
}

.blog-simple .news_left {
    width: 20%;
}

.blog-simple .news_right {
    width: 63%;
    margin-left: 2%;
    position: relative;
}

.blog-simple .news_lefts {
    width: 63%;
    margin-right: 2%;
    position: relative;
}

.blog-simple .news_rights {
    width: 20%;
}

.news_title {
    margin-bottom: 2rem;
}

.blog-simple img,
.blog-simple a img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.blog-simple .blog-text {
    color: #fff;
    display: block;
    /* position: relative; */
    width: 100%;
    margin-bottom: 30px;
    letter-spacing: .3px;
}

.blog-simple .news_inner img {
    width: 100%;
    /* margin-bottom:5rem; */
}

.blog-simple .news_inner h2 {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 2.1vw;
    line-height: 2.2vw;
    color: #fff;
    margin-top: 4.2vw;
    margin-bottom: 2.52vw;
    ;
}

html[lang="zh-CN"] .blog-simple .news_inner h2 {
    font-family: "微软雅黑";
}

.blog-simple .news_title h2 {
    margin-top: 0.84vw;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 22px;
    line-height: 3rem;
}

html[lang="zh-CN"] .blog-simple .news_title h2 {
    font-family: "微软雅黑";
}

.blog-simple .news_inner p {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 0.94vw;
    line-height: 1.3vw;
}

.blog-simple .news_inner>p {
    font-size: 16px;
    line-height: 29px;
    display:flex;
    /**justify-content: center;**/
    font-weight: normal;
    color: #FFFFFF;
}

html[lang="zh-CN"] .blog-simple .news_inner p {
    font-family: "微软雅黑";
}

.news_bottom {
    display: flex;
    justify-content: space-between;
    padding: 4rem 0 5rem 0;
    border-top: 1px solid #707070;
    margin-top: 6rem;
}

.news_bottom .name {
    color: #fff;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

.n_left {
    width: 50%;
}
.n_right {
    width: 50%;
}


.blog-text h2 {
    font-size: 36px;
    font-weight: bold;
}

html[lang="zh-CN"] .news_bottom .name {
    font-family: "微软雅黑";
}

.news_bottom .desc {
    position: relative;
}

.news_bottom .n_left .desc {
    padding-left: 30px;
}

.news_bottom .n_right .desc {
    padding-right: 30px;
    text-align: right;
}

.news_bottom .n_left .desc i {
    position: absolute;
    color: #fff;
    left: 0;
    top: 38%;
    font-size: 1rem;
}

.news_bottom .n_right .desc i {
    position: absolute;
    color: #fff;
    right: 0;
    top: 38%;
    font-size: 1rem;
}

.news_bottom .desc .tag {
    color: #fff;
    font: normal normal 300 0.94vw/1.5vw 'Roboto';
}

html[lang="zh-CN"] .news_bottom .desc .tag {
    font-family: "微软雅黑";
}

.news_bottom .n_left .desc .tag {
    text-align: left;
}

.news_bottom .n_right .desc .tag {
    text-align: right;
}

.blog-simple blockquote {
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.6em;
    padding: 30px;
    margin: 30px 0 30px 0;
    border-left: 5px solid #f07c00;
}

.blog-simple .blog-text a {
    color: #fff;
    text-decoration: none;
}

.blog-simple .blog-text .heading {
    margin-top: 15px;
}

.blog-simple .blog-text h3 a {
    font-weight: 500;
}

.blog-simple .blog-text span {
    display: inline-block;
    margin-bottom: 20px;
}

.blog-simple .blog-text span.date-post {
    font-size: 13px;
    font-weight: 400;
}

.blog-simple .news_inner span.date-post {
    font: normal normal normal 0.94vw/1.26vw 'Roboto';
    color: #FFF;
}

html[lang="zh-CN"] .blog-simple .news_inner span.date-post {
    font-family: "微软雅黑";
}

.blog-simple .news_inner span.date-post:hover {
    color: #fff;
}

.blog-simple .blog-text span.date-post i {
    padding-right: 7px;
}

.blog-simple .blog-text span.user-post {
    font-size: 13px;
    font-weight: 400;
}

.blog-simple .blog-text span.user-post i {
    padding-right: 7px;
}

.blog-simple .blog-text span.comment {
    margin-left: 20px;
    font-size: 13px;
}

.blog-simple .blog-text span.comment a {
    color: #6f6f6f;
    text-decoration: none;
}

.blog-simple .blog-text span.comment a i {
    padding-right: 7px;
}

.blog-simple .blog-text h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.5;
}

.btn-blog {
    display: block;
    position: absolute;
    width: max-content;
    height: auto;
    color: #fff !important;
    text-decoration: none;
    /* font-size: 12pt;
font-weight: 800; */
    text-align: left;
    letter-spacing: 1px;
    text-shadow: none;
    line-height: 15px;
    /* padding: 13px 36px; */
    bottom: 10%;
    /* background: #f07c00;
cursor: pointer;
overflow: hidden; */
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.btn-blog:hover {
    color: #292929;
    text-decoration: none;
    transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.blog-simple.pagination-m {
    display: flex;
    justify-content: center;
}

.blog-simple ul.pagination {
    position: relative !important;
    color: #fff;
    top: 0px;
    left: 0px;
    margin-bottom: 0px;
    padding: 0;
}

.blog-simple ul.pagination li a,
.blog-simple ul.pagination li .page-link {
    font-size: 9.5pt;
    font-weight: 700;
    color: #fff;
    background: none;
    padding: .5rem .8rem;
    border: 1px solid #011E37;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.blog-simple ul.pagination li a:hover,
.page-item.active .page-link {
    color: #fff;
    background: #C22B2F;
    border: 1px solid rgba(255, 255, 255, .1);
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


/* post meta */

.post-meta {
    background: #fcfcfc;
    border-top: none;
    text-align: center;
}

.post-meta .format {
    border-bottom: 1px solid #333333;
    padding: 10px 0 10px;
}

.post-meta i {
    margin: 0;
}

.post-meta .date {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 10px;
}

.post-meta .date span {
    text-align: center;
    color: #efefef;
    font-size: 12px;
    font-weight: 500;
}

.post-meta .comments {
    padding: 10px 0 10px;
}

.post-meta .comments a {
    color: #efefef;
    font-size: 10px;
    font-weight: 500;
}

.post-meta .comments a:hover {
    text-decoration: none;
}


/* post format */

.post-image {
    margin-bottom: 20px;
}

ul.meta-post {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.meta-post li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
}

ul.meta-post li a {
    float: left;
    font-size: 11pt;
    font-weight: 500;
    padding-top: 20px;
}


/* single post */

.top-article {
    display: block;
    margin-top: 30px;
}

.bottom-article {
    overflow: hidden;
    padding: 10px 0 10px 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.bottom-article a.btn {
    display: inline-block;
    width: auto;
    height: 40px;
    font-size: 10pt;
    font-weight: 600;
    letter-spacing: 1pt;
    font-style: normal;
    text-align: center;
    line-height: 38px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    text-shadow: none;
    margin: 5px auto;
    margin-left: 0px;
    padding: 0 30px 0 30px;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bottom-article a.btn:hover {
    color: #999;
    background: #efefef;
}


/*  aside, sidebar */

aside {
    position: relative;
    margin-bottom: 40px;
}

.sidebar-nav {
    float: left;
    width: 100%;
}

.right-sidebar {
    margin: 0 auto;
}

.left-sidebar {
    padding: 0 30px 0 0;
}

.left-sidebar .widget h3,
.left-sidebar .widget .widget-content {
    padding-right: 20px;
}

aside .widget,
.widget {
    margin-bottom: 40px;
}

.widget .search-container {
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

.widget .form-control {
    width: 100% !important;
    height: auto !important;
    padding: 7px 10px 7px 10px !important;
    font-size: 13px;
    line-height: 24px;
    color: #f8f8f8;
    background: none;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 0;
    box-shadow: none;
}

.widget .form-control:focus {
    border: 1px solid rgba(255, 255, 255, .3);
    box-shadow: none;
}

.widget .recent div {
    width: 100%;
    display: inline-block;
    padding-bottom: 25px;
}

.widget .recent div img {
    float: left;
    margin-right: 20px;
    width: 65px;
    height: 65px;
    object-fit: cover;
}

.widget .recent div h6 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px
}

.widget .recent div h6 a {
    font-weight: 700;
    color: #464646;
    text-decoration: none;
}

.widget .recent div p {
    line-height: 20px;
}

.widget .tags {
    margin: 0;
    margin-left: 0;
    padding-left: 0;
}

.widget .tags div {
    margin: 5px 5px 15px 0;
    display: inline-block;
}

.widget .tags div a {
    font-size: 14px;
    color: inherit;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 4px 10px;
    text-align: center;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.widget .tags div a:hover {
    text-decoration: none;
    border: 1px solid #f07c00;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.devider-widget {
    display: block;
    border-bottom: 2px solid #f07c00;
    margin-bottom: 30px;
    margin-top: 20px;
    width: 60px;
    text-align: left;
}

.input-group input[type="text"],
.input-group input[type="text"] {
    font-size: 9pt;
    letter-spacing: .9px;
    font-weight: 400;
}

.input-group input[type="text"]:focus,
.input-group input[type="text"].focus {
    color: #111;
}

.input-group span.icon {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    margin-left: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.input-group-btn button span.icon {
    background: #333;
}

.input-group-btn button:hover span.icon {
    background: #f07c00;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/* Blog end */


/* Blog comment */

#blog-comment {
    margin-top: 60px;
    padding: 0px;
}

#blog-comment h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#blog-comment>ul,
#blog-comment>li {
    list-style: none;
    padding-left: 0;
}

#blog-comment ul.children>ul {
    list-style: none;
}

#blog-comment li .avatar {
    position: absolute;
    border-radius: 100%;
    overflow: hidden;
}

#blog-comment li .avatar {
    object-fit: cover;
    width: 65px;
    height: 65px;
}

#blog-comment li .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#blog-comment .comment {
    font-size: 13px;
    margin-left: 85px;
}

#blog-comment li {
    font-size: 14px;
    line-height: 1.6em;
    padding-bottom: 0px;
}

#blog-comment li>li {
    margin-left: 0px;
    padding-bottom: 0px;
    margin-top: 20px;
    padding-top: 10px;
    border-bottom: none;
}

#blog-comment li li .avatar {
    position: absolute;
}

#blog-comment ul.children {
    margin-left: 70px;
}

#blog-comment .pingback-entry {
    margin-bottom: 20px;
}

#blog-comment p.no-comments {
    color: #8a6d3b;
    background-color: #fcf8e3;
    padding: 5px 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-style: italic;
    border: 1px solid #faebcc;
}

#blog-comment>ul ul {
    list-style: none;
    margin-top: 10px;
}

.comment-info {
    margin-left: 85px;
    margin-bottom: 5px;
    background: #fdfdfd;
    padding: 20px 30px;
}

.comment-info .c-name {
    font-size: 1rem;
    font-weight: 800;
}

.comment-info .c-reply {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.comment-info .c-reply a {
    color: #6f6f6f;
    font-size: .81rem;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: .9px;
}

.comment-info .c-reply a:hover {
    color: #ccc;
}

.comment-info .c-reply a::before {
    content: "\f112";
    margin-right: 5px;
    font-family: fontawesome;
    font-size: 9px;
    color: #ddd;
}

.comment-info .c-date {
    display: inline;
    text-transform: uppercase;
    font-size: 11px;
    float: right;
    font-weight: 400;
}

.comment-info .c-date i {
    padding-right: 0px;
}

.comment-content.entry.clr p {
    font-size: 14px;
    margin: 15px 0;
}


/* comment form */

.comment-respond {
    margin-top: 10px;
    padding: 25px 30px;
    background: #fdfdfd;
}

.comment-form {
    margin: 15px 0;
}

#comment-form-wrapper h6 {
    font-size: 11pt;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#comment-form-wrapper {
    margin: 50px 0 50px 0;
    padding: 0px;
}

#commentform input {
    width: 100%;
    font-size: 14px;
    padding: 10px;
    height: 40px;
    letter-spacing: 0px;
    color: inherit;
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.2s ease;
}

#commentform input:focus {
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, .1);
}

#commentform textarea {
    width: 100%;
    font-size: 14px;
    padding: 10px;
    height: 150px;
    color: inherit;
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, .1);
}

#commentform textarea:focus {
    color: #f8f8f8;
    background: rgba(0, 0, 0, 0);
}

#commentform button.btn,
#commentform input[type="submit"] {
    width: 160px;
    height: 40px;
    font-size: .83rem;
    font-weight: 800;
    letter-spacing: 1px;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    line-height: 35px;
    color: #fff;
    border: 0px solid rgba(0, 0, 0, 0);
    background: #f07c00;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: none;
    text-shadow: none;
    margin: 15px auto 0;
    margin-left: 0px;
    padding: 0;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#commentform button.btn:hover,
#commentform input[type="submit"]:hover {
    color: #fff;
    background: #999;
}

#cancel-comment-reply-link {
    color: red;
}

.comment-reply-title {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3333;
    letter-spacing: 0;
}


/* search menu */

.search-container {
    position: relative;
    width: 100%;
    padding: 5vh 15% 5vh;
}

#searchmenu {
    position: relative;
}

.s-input-home {
    font-size: 1rem;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 46px;
    padding: 0;
    border: 0px;
    border-bottom: 1px solid #ddd;
}

.btn-s-input {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 56px;
    height: 46px;
    font-size: .9rem;
    background: none;
    border: 0px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* Blog comment end */


/* scroll onStep */

.onStep {
    opacity: 0;
}