/* CSS Document */



/* 
*
*
[Table of contents]
*
*
*

    font-plesire / @import url
	general / body
	space / .space-single
	margin / .m-40-left
	button / button
	section / section
	no select / .noselect
	wrapper / .content-wrapper
	whitepage / .whitepage
	preloader / .preloader
	sub navigation / .subnav
	navigation / header
	subheader / #subheader
	home / #home
	background img / .mainbg
	about / #about-us-1
    feature / .features
	choose / .box-icon
	gallery home / .gal-home
	testimony / #owl-testimonial
    tag-country / #tag-country
	goldpage / .goldpage
	team / #owl-team
	service / .services img
	Our Works / .projects-grid
	projects detail / #projectsBig .item 
	footer / footer.main
	totop / #totop
	Blog / .blog-simple .blog-text
	Blog comment / #blog-comment
	map / #map-1 
	contact / .wrapaddres
	totop / #totop
	Magnific Popup CSS / .mfp-bg
	Owl Carousel / .owl-prev 
	pagination owl / #owl-testimonial .owl-dots
    404 / .not-found
	scroll onStep / .onStep
	
*
*
*/


/* font-plesire 
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
*/
@font-face {
    font-family: 'PuHuiTi';     /* 这个名字可以自己定义 */
    src: url('font/Alibaba-PuHuiTi-Regular.ttf') format('truetype'),
        url('font/Alibaba-PuHuiTi-Regular.otf');
        font-weight: normal;
        font-style: normal;
}




@import url('css/google.css');
/* BM define begin */
.bm_index_p_font{
	color: #000000;
	font-size: 20px;
	font-weight: bolder;
}
.bm_index_span_font{
	font-size: 14px;
	letter-spacing: .5px;
}

.bm_index_span_devider-left {
    display: block;
    border-top: 2px solid #0062cc;
    width: 30px;
	margin: 20px 0 0 0;
}
.bm_index_span_devider-left-long {
    display: block;
    border-top: 2px solid #c3c3c3;
    width: 60px;
	margin: 0px 0 20px 0;
}

.bm-col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;

}
.bm-col-sm-12 {
    width: 100%;
}
@media (min-width: 768px) {
    .bm-col-sm-12 {
        float: left;
    }


    .bm-col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px
    }

    .bm-col-lg-12 {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .bm-col-lg-12 {
        float: left;
    }
/* BM define end */
}


/* general */
body {
    font-family: 'PuHuiTi' !important;
    font-size: 13px;
    line-height: 1.9em;
    font-style: normal;
    font-weight: normal;
    letter-spacing: .6px;
    color: #4e4e4e;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
#departmentPicture img {
    width: 100%;
}
.social-icons-subnav.hidden-sm.hidden-xs > div {
    font-size: 16px;
    font-weight: 600;
}
.subnav .right .social-icons-subnav:nth-child(2), .subnav .right .social-icons-subnav:nth-child(3) {
    display: none;
}
.swiper-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    width: 40px;
    height: 4px;
    border-radius: unset;
    padding: 2px 0;
    display: inline-block;
} 
.subfooter.no-bottom .container-fluid.m-5-hor .col-md-3.col-md-offset-1 {
    width: 38%;
    margin-left: 0%;
}

.connect-right {
  width: 80px;
  position: fixed;
  right: 0px;
  bottom: 101px;
  z-index: 100;
}
.connect-right > ul {
  position: relative;
  padding-left: 0;
}
.connect-right > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: rgb(0 0 0 / 50%);
  margin-top: 2px;
  transition: .3s;
  cursor: pointer;
}
.connect-right > ul > li:hover {
  background-color: #3064bc;
}
.connect-right > ul > li:nth-child(1) img {
  width: 70px;
}
.connect-right > ul > li:nth-child(2) {
  width: 240px;
}
.connect-right > ul > li:nth-child(2) img {
  width: 50px;
  transform: translateX(-15px);
}
.connect-right > ul > li:nth-child(2):hover {
  transform: translateX(-160px);
}
.connect-right > ul > li:nth-child(2) span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.connect-right > ul > li:nth-child(3) {
  padding-top: 15px;
  box-sizing: border-box;
  width: 200px;
}
.connect-right > ul > li:nth-child(3) a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.connect-right > ul > li:nth-child(3) img {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  margin-left: 18px;
  margin-right: 4px;
}
.connect-right > ul > li:nth-child(3):hover {
  transform: translateX(-115px);
}
.connect-right > ul > li:nth-child(3) span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.connect-right > ul > li:nth-child(4) img {
  width: 50px;
}
.connect-right > ul > li:nth-child(4) img.q {
  width: 120px;
  display: none;
  position: absolute;
  right: 90px;
  bottom: -70px;
  transform: translateY(-50%);
}

em {
    font-style: normal;
}

.contact-map {
    width: 100%;
    position: relative;
}
.contact-map img {
    width: 100%;
    margin-top: 300px;
    margin-bottom: 60px;
}
.contact-map .map-box {
    width: 50%;
    position: absolute;
    left: 25%;
    top: 20px;   
}
.contact-map .map-box > div {
   background: rgba(51,185,239,.8);
   padding: 40px;
   color: #fff; 
}
.contact-map .map-box > p {
    font-size: 36px;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-left: 40px;
}
.contact-map .map-box > div li {
    margin-bottom: 30px;
    list-style: none;
}
.contact-map .map-box > div li:last-child {
    margin-bottom: 0;
}
.contact-map .map-box > div li h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 30px;
}
.contact-map .map-box > div li span {
    font-size: 16px;
    line-height: 27px;
}


.news-wrapper .img-12 {
    margin-bottom: 15px;
}



.tag-box h6 {
    float: left;
    display: inline-block;
}
.tag-box h3 {
    display: inline-block;
    float: right;
    font-size: 12px;
    margin-top: -4px;
    color: #999;
    border: 1px solid #999;
    padding: 4px 8px;
    border-radius: 12px;
    margin-right: 5px;
}
.tag-box h3:hover {
    border: 1px solid #1f89e2;
    color: #1f89e2;
}
.category-box {
    padding: 0 15px;
    margin: 15px;
    border-bottom: 1px solid #ccc;
    padding: 25px 0;
}
.category-box span {
    font-size: 24px;
    color: #1f89e2;
    font-weight: 600;
    padding-right: 20px;
}
.category-box a {
    display: inline-block;
    font-size: 16px;
    color: #999;
    border: 1px solid #999;
    padding: 6px 20px;
    border-radius: 30px;
    margin-right: 15px;
    margin-top: 10px;
}
.category-box a:hover {
    color: #fff;
    background: #1f89e2;
    border: 1px solid #1f89e2;
}
.category-box .active {
    color: #fff;
    background: #1f89e2;
    border: 1px solid #1f89e2;   
}

// #revolution-slider-half {
//     max-height: 1000px !important;
//     height: 1000px !important;
// }
// .tp-revslider-mainul {
//     height: 1000px !important;
//     max-height: 1000px !important;
// }
// .kenburnimg img {
//     height: 1000px !important;
// }
.revolution-museum ul {
    padding: 0;
}
.anli-box {
    overflow: hidden;
    max-width: 1600px;
    margin: 0 auto;
}
.anli-box p {
    font-size: 18px;
    font-weight: 600;
}
.anli-contant {
    margin-bottom: 60px;
    overflow: hidden;
}
.anli-contant .anli-left {
    float: left;
    width: 70%;
}
.anli-contant .anli-right {
    float: left;
    width: 30%;
}
.anli-contant .anli-left > div {
    float: left;
}
.anli-top ,.anli-bottom {
    width: 100%;
}
.anli-contant img {
    width: 100%;
    height: 180px;
}
.anli-top a {
    display: inline-block;
    width: 24.5%;
    margin-bottom: 5px;
    margin-right: 0.5%;
}
.anli-bottom a {
    display: inline-block;
    width: 32.81%;
    margin-right: 0.5%;
}
.anli-right a {
    width: 100%;
    display: inline-block;
}
.anli-right a img {
    height: 365px;
}
.anli-box2 .anli-top a {
    width: 24.5%;
    margin-right: 0;
    margin-left: 0.5%;
}
.anli-box2 .anli-bottom a {
    width: 32.81%;
    margin-right: 0;
    margin-left: 0.5%;
}
.anli-box2 .anli-bottom a:first-child {
    // padding-left: 5px;
    // margin-left: 5px;
}
.lunbo{
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
}
.lunbo .swiper-container {
    width: 100%;
    margin-bottom: 60px;
    margin-left: 0;
}
.lunbo .swiper-content .swiper-slide img {
    width: 100%;
    height: 800px;
}
.lunbo .swiper-container.swiper-content {
    height: 845px !important;
}
.caption {
    position: relative;
}
.boxcaption {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1f89e2;
    text-align: center;
}
.boxcaption p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-top: 60px;
}
.boxcaption span {
    color: #1f89e2;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    padding: 2px 6px;
}
.caption:hover .boxcaption {
    display:block;
}
.banner-box {
    padding: 0;
}
.banner-box img {
    width: 100%;
}
.banner002-box {
    width: 100%;
}
.banner002-box img {
    width: 100%;
}
.whitepage.p-10 {
    padding: 0;
}
.pic-box a {
    width: 50%;
    display: inline-block;
    padding-left: 10px;
}
.pic-box img {
    width: 100%;
    height: 526px;
}
.left-content .mu-m1 {
    height: 526px;
}
.muse-content .left-content {
    width: 50%;
}
.page-box {
  max-width: 1600px;
  margin: 0 auto;  
}
.page-box {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    overflow: hidden;
    margin-bottom: 80px;
}
.page-box a {
    background-color: #1f89e2;
    color: #fff;
    padding: 3px 10px;
}
.page-box a:first-child {
  float: left;  
}
.page-box a:nth-child(2) {
  float: right;  
} 

.new-title-img {
    margin-top: 20px;
}
.big-heading{
	font-family: 'PuHuiTi' !important;
    font-weight: 600;
    color: #666;
    margin-top: 0px;
}
.big-heading.bold{
    font-weight: 700;
}
.sub-heading{
	font-family: 'PuHuiTi' !important;
    font-weight: 300;
}
.sub-heading.bold{
    font-weight: 400;
}
.space-title{
    line-height: normal;
    le
}
.space-title-1{
    line-height:normal;
    letter-spacing:5px;
}
h1              { font-size: 36px; }
h2              { font-size: 30px; }
h3              { font-size: 20px; }
h4              { font-size: 20px; }
h5              { font-size: 18px; }
h6              { font-size: 16px; }
p               { font-size: 13px; }
p.intro         { 
    font-size: 15px; 
    color: #8c8c8c;
}
a {
    color: inherit;
    // -moz-transition: all 0.3s ease;
    // -ms-transition: all 0.3s ease;
    // -o-transition: all 0.3s ease;
    // transition: all 0.3s ease;
}
a:hover, a:active {
    color: #0062cc;
    text-decoration: none;
    outline: 0;
    // -moz-transition: all 0.3s ease;
    // -ms-transition: all 0.3s ease;
    // -o-transition: all 0.3s ease;
    // transition: all 0.3s ease;
}
.col-md-offset-1 .subfooter-content-right a:hover,.col-md-offset-1 .subfooter-content-right a:active {
    color: #fff;
}
article a {
    text-decoration: underline;
}

/* space */
.space-single {
    width: 100%;
    height: 40px;
    display: block;
    clear: both;
}
.space-double {
    width: 100%;
    height: 80px;
    display: block;
    clear: both;
}
.space-half {
    width: 100%;
    height: 20px;
    display: block;
    clear: both;
}
hr {
    display: block;
    clear: both;
    border-top: solid 1px #ddd;
    margin: 40px 0 40px 0;
}
.center {
    text-align: center;
    margin: 0 auto;
}
.left {
    text-align: left;
    float: left;
    line-height: inherit;
}
.right {
    text-align: right;
    float: right;
    line-height: inherit;
}
.color {
    color: #0062cc;
}
.min-left {
    margin-left: -15px;
}
.min-right {
    margin-right: -15px;
}

/* margin */
.m-40-left {
    margin-left: 40px;
}
.m-5-hor {
    margin-left: 5%;
    margin-right: 5%;
}

/* button */
button {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
button:hover {
    border: none;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-content {
    position: relative;
    padding: 8px 20px; 
    font-size: 10pt;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    background: #0062cc;
    border-radius: 2px;
    border: 3px solid #0062cc;
    outline: none;
    text-shadow: none;
    margin-top: 17px;
    cursor: pointer;
    overflow: hidden;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-content:hover {
    color: #fff;
    background: #999;
    border: 3px solid rgba(255, 255, 255, 0);
    -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 .6s alternate;
    animation: sheen .6s alternate;
}
.btn-content:hover a {
    color: #fff;
}
.input-group-btn button{
    border:none;
    padding:0px;
}

/* section */
section {
    /* padding: 90px 0 90px 0; */
	padding: 0 0 0 0;
}
.no-bottom {
    padding-bottom: 0 !important;
}
.no-top {
    padding-top: 0 !important;
}
.no-padding, section.no-padding {
    padding: 0;
}
.p-5 {
    padding: 5px;
}
.p-10 {
    padding: 10px;
}
.p-20 {
    padding: 20px;
}
.p-30 {
    padding: 30px;
}
.p-60 {
    padding: 60px;
}
.p-90 {
    padding: 90px;
}
.sp-padding {
    padding: 30px 0 30px 0;
    overflow: hidden;
    overflow-x: hidden;
}
.devider-left {
    display: block;
    border-top: 4px solid #ff9219;
    width: 45px;
    margin:20px 0 30px 0;
}
.devider-center {
    display: block;
    border-top: 2px solid #ff9219;
    width: 93px;
    margin:20px auto;
    margin-bottom: 40px;

}
.sub-heading-content{
    display: block;
    font-size: 17px;
    color: #999999;
}
/* no select */

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* wrapper */

.content-wrapper {
    overflow-x: hidden;
}
.v-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.no-gutter {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.no-gutter [class*='col-']:not(:first-child), .no-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.row.equal {
    display: flex;
    flex-wrap: wrap;
}

/* whitepage */
.whitepage {
    width: 100%;
    height: auto;
    color: #606060;
}
.color-page {
    color: #606060;
    background: #ffffff;
    box-shadow: 0 7px 10px 2px rgba(0, 0, 0, 0.06);
}
.dark-page {
    color: #606060;
    background: #fcfcfc;
}
/* content column */

.col-content {
    position: relative;
    width: 100%;
    height: auto;
}
.col-content h1, .col-content h2, .col-content h3, .col-content h4, .col-content h5, .col-content h6 {
    margin-bottom: 30px;
    font-weight: 500;
}
.col-content h3 {
    font-size: 23pt;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: normal;
}
.col-content p {
    font-weight: 300;
    line-height: 2em;
    letter-spacing: .4px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.col-content {
    color: #555;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: .4px;
}
/* preloader */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #090c0d;
}
.preloader-white {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fbfbfb;
}
.mainpreloader {
    position: relative;
    animation: rotate 1s infinite linear;
    border: 3px solid rgba(0, 0, 0, .1);
    width: 40px;
    height: 40px;
    margin-right: -24px;
    border-radius: 999px;
}
.mainpreloader span {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 3px solid transparent;
    border-top: 3px solid #0062cc;
    top: -3px;
    left: -3px;
    border-radius: 999px;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.logo-preloader {
    animation: fadeimg 1s infinite linear;
}
@-webkit-keyframes fadeimg {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeimg {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}
.bg-preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fbfbfb;
    z-index: 99999;
}
.bg-preloader-white {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fbfbfb
    z-index: 99999;
}
/* end preloader */

/* subnav */
.subnav {
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 999;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: .3px;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    padding: 20px 0 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
#sub-icon {
    // border-right: 1px solid rgba(255, 255, 255, .3);
    padding-right: 0px;
}
.social-icons-subnav, .social-icons-subnav div {
    display: inline-block;
    display: none;
}
.right .social-icons-subnav {
    // margin-right: 10px;
}
.right .social-icons-subnav:last-child{
	margin-right: 0px;
}
.social-icons-subnav span, .social-icons-subnav i {
    text-shadow: none;
    padding: 8px;
    width: 28px;
    height: 28px;
    text-align: center;
    color: #fff;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.social-icons-subnav a{
    cursor: pointer;
}
.social-icons-subnav a:hover, .social-icons-subnav a:hover span{
    color: #0062cc;
    border-color: #eceff3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/******************** navigation *******************/

header {
    position: fixed;
    z-index: 9999;
}
header.init {
    width: 100%;
    height: 140px;
    background: rgba(28, 28, 28, .3)!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);
}
header.show {
	position: fixed;
    height: 80px;
    background: rgba(28, 28, 28,.9) !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);
}
.navbar-default-white {
    position: fixed;
    margin: 60px auto;
    top: 0px;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px groove rgba(255, 255, 255, 0);
    box-shadow: 5px 5px 2px rgba(23, 36, 52, .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);
    z-index: 9999;
}
.navbar-default-white {
    transform: translateZ(0);
    /* Scroll Fix in iPad */
    width: 100%;
    height: 80px;
    -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);
}
.navbar-default-white.fullHeight {
    height: 100%!important;
}
.navbar-brand.white {
    position: relative;
    top: 5px;
    left: 0px;
    z-index: 2;
}
.navbar-brand.white img {
    width: auto;
    height: auto;
    max-height: 44px!important;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.navbar-brand.white img.black {
    display: none;
}
.navbar-default-white.sticky {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: inherit;
    box-sizing: border-box;
    /*background: rgba(255, 255, 255, 1);
    box-shadow: 5px 5px 2px rgba(23, 36, 52, .05);*/
    -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .3s cubic-bezier(.165, .84, .44, 1);
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
}
/* menu nav */

.white nav {
    position: relative;
    float: right;
    z-index: 999;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.white nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.white nav ul li {
    display: inline-block;
    margin: 0;
    margin-right: 15px;
}

.white nav ul li .input-group {
    top: 15px;
    margin-left: 20px;
    width: 220px;
}
.white nav ul li .input-group button {
    display: inherit;
    padding: 0;
    line-height: 0px;
    border: none;
}
.white nav ul li .input-group i {
    margin-left: 0px;
}
.white nav a {
    display: block;
    padding: 10px 0px 10px 20px;
    color: #fff;
    font-size: 16px;
    font-family: 'PuHuiTi' !important;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 60px;
    text-decoration: none;
}
.white nav a:hover {
    color: #0062cc !important;
}
.white 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;
}
.white 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;
}
.white nav a.actived {
    color: #0062cc!important;
	/* color: #0062cc!important; */
}
.white nav ul ul {
    display: none;
    position: absolute;
    top: 80px;
    color: #efefef;
}
.white 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;
}
.white nav ul ul li {
    width: 230px;
    float: none;
    display: list-item;
    background: #090c0d;
    border-bottom: 1px groove rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 2px rgba(23, 36, 52, .05);
    position: relative;
}
.white nav ul li i {
    margin-left: 10px;
}
.white nav ul ul li a {
    color: #eee;
    font-size: 14px;
    line-height: 20px;
    padding-left: 17px;
}
.white nav ul ul li a:hover {
    color: #fff!important;
    background: #0062cc;
}
.white nav ul ul li a.active {
    color: #fff;
    background: #0062cc;
}
.white nav ul ul li:last-child {
    border-bottom: none;
}
.white nav ul ul ul li {
    position: relative;
    top: -75px;
    left: 230px;
}
.white>nav>ul>li.has-children>a:after {
    content: '\f107';
   font-family: 'PuHuiTi' !important;
    margin-left: 10px;
}
li>a:only-child:after {
    content: '';
}
/* end menu nav */

/******************** navigation end *******************/

/* subheader */

#subheader {
    color: #fefefe;
    padding: 310px 0 200px 0;
    background: #222;
    background: url(../img/bg-banner.jpg)top fixed;
    background-size:cover;
}
.aboutNew {
    width: 100%;
}
.aboutNew img {
    width: 100%;
}
#subheader-commerce {
  color: #fefefe;
  padding: 310px 0 80px 0;
  background: #222;
  background: url(../img/bg-commerce.jpg)top fixed;
}
#subheader h1, #subheader-commerce h1 {
    text-align: left;
    margin-top: 40px;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: none;
    color: #fefefe;
}
#subheader p, #subheader-commerce p{
    font-size: 12pt;
    letter-spacing: 1px;
}
/* subheader end */


.aboutusTop {
    width: 100%;
    padding: 60px 0 50px 0;
}
.aboutusTop .txt {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 10px;
}
.aboutusTop .txt p {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 27px;
}
.aboutusW {
    max-width: 1400px;
    margin: 0 auto;
}
.jxNew {
    width: 100%;
    padding: 50px 0 80px 0;
}
.jxNew img {
    padding-bottom: 30px;
}






/* home */

#home {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 1;
}
.overlay-main {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: left;
    padding-left: 5%;
    padding-top: 5%;
}


.works-content {
    width: 100%;
    overflow: hidden;
    padding: 0 55px;
    margin-bottom: 30px;
}
.home-blue {
    float: left;
    width: 10%;
    padding-right: 10px;
    margin-right: 3%;
}
.home-blue img {
    width: 90px !important;
    height: 190px;
}
.swiper-works {
    float: left;
    width: 100%;
    overflow: hidden;
}
.works-content .anliPic {
    margin-right: 13%;
    width: 74%;
    float: left;
}
.swiper-works .home-five {
    float: left;
    width: 23%;
    margin-right: 2%;
}
.home-word {
    background-color: #614d3a;
    color: #fff;
    padding: 30px 25px 0 25px;
    margin-bottom: 40px;
    border-radius: 12px;
    width: 100%;
}
.swiper-works .img-box {
    float: left;
    width: 75%;
    // padding-right: 10px;
}
.swiper-works .img-box .sub {
    width: 100%;
    overflow: hidden;
}
.swiper-works .img-box .subA img {
    width: 100%;
}
.swiper-works .img-box .subDiv img {
    width: 99.7%;
}
.swiper-works .img-box .subA {
    float: left;
    width: 67%;
    margin-right: 1%;
    display: inline-block;
}
.swiper-works .swiper-slide {
    width: 100% !important;
    overflow: hidden;
}
.swiper-works .img-box .subDiv {
    float: left;
    width: 32%;
}
.swiper-works .img-box .subDiv > a {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
}
.swiper-works .img-box .subDiv > a:nth-child(3) {
    display: none;
}
.swiper-works .img-box .subDiv > a:nth-child(4) {
    display: none;
}
.works-content .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .works-content .swiper-pagination-fraction {
    bottom: 0px;
}
.anli-right .boxcaption p {
    margin-top: 100px;
}
.swiper-works .img-box a {
    position: relative;
}
.swiper-works .cover-title {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0,0,0,.7);
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.swiper-works .subDiv .cover-title {
    width: 99.7%;
}
.swiper-works .img-box a:hover .cover-title {
    display:block;
}

.home-wrapper .cont-detail .home-max {
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.home-wrapper .big-heading .color {
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.homeMain {
    width: 100%;   
    margin: 0 auto;
    padding: 40px 0 120px 0;
    overflow: hidden;
}
.homeMain .main-content {
    float: left;
    width: 74%;
    margin-right: 13%;
}
.mainBg {
    background-image: url(../images-slider/bussiBg.jpg) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    // background: #fff;
    padding: 50px 0;
    border-radius: 12px;
}
.mainBg:after {
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.homeMain .main-content li {
    list-style: none;
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
}
.homeMain .main-content li:after {
    position: absolute;    
    top: 60px;   
    width: 2px; 
    height: 50px;    
    right: 0;    
    content: '';   
    border-left: solid  #c9c9c9 1px;
}
.homeMain .main-content li:last-child:after {
    border-left: solid  #c9c9c9 0px;
}
.homeMain .main-content li img {
    width: 74px;
}
.homeMain .main-content li h4 {
    font-size: 34px;
    color: #614d3a;
    font-weight: 600;
}
.homeMain .main-content li p {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 15px;
    color: #614d3a;
}
.mainHover {
    display: none;
    width: 100%;
    height: 310px;
    background: #e4e4e4;
    padding: 8% 0;
    background: #614d3a;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -35%;
    left: 0;
    z-index: 9;
}
.mainHover img {
    padding-top: 17px;
}
.homeMain .main-content li:hover .mainHover {
    display: block;
}
.homeMain .main-content li .mainHover h4 {
    color: #fff;
}
.homeMain .main-content li .mainHover p {
    color: #fff;
}
.mainHover a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
    color: #614d3a;
    background: #fff;
    text-align: center;
}
.mainHover a:hover {
    color: #614d3a;
}

header.initMob {
    display: none;
}
header.initPc {
    display: block;
}
.headerBox {
    position: fixed;
    z-index: 99999;
    width: 100%;
    // min-width: 1200px;
    left: 0;
    top: 0;
    background-color: rgba(28, 78, 123, 0.7);
    padding: 15px 0px 12px 0px;
}
.headerBox a:hover {
    // color: #614d3a;
}
.headerTop {
    padding: 0 3%;
}
.headerBox .headerTop:after {
    content: '';
    display: block;
    clear: both;
}
.headerBox .headerBottom:after {
    content: '';
    display: block;
    clear: both;
}
.headerBox .headerTop .lef {
    float: left;
    width: 30%;
}
.headerBox .headerTop .lef img {
    width: 34%;
}
.headerBox .headerTop .right {
    float: right;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.headerBox .headerTop .right > div#searchBox {
    margin-top: -3px;
    width: 40%;
    width: 325px;
}
#searchBox .form-control {
    border: none;
    height: 32px;
    line-height: 32px;
    padding: 2px 7px;

}
.headerBox .headerTop .right > div img.seachIcon {
    width: 16px;
    height: 16px;
    display: none;
}
#searchBox .input-group-addon {
    border: none;
    vertical-align: bottom;
    background: #85a1bb;
    color: #fff;
    vertical-align: middle;
}
#searchBox .input-group-addon a {
    color: #fff;
}
#searchBox .input-group-addon a span:hover {
    color: #fff !important;
}
select.form-control, select.form-control:hover, select.form-control:focus, input[type="text"].form-control, input[type="text"].form-control:hover, input[type="text"].form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #f8f8f8 !important;
}
.search-a:active, .search-a:hover ,.search-a:visited {
    color: #555;
    text-decoration:none !important;
}
.search-a:active span, .search-a:hover span,.search-a:visited sppan {
    color: #555;
    text-decoration:none !important;
}
.bigtitle {
    font-size: 36px;
    color: #1f89e2;
}





.headerBox .headerTop .right > div {
    display: inline-block;

}
.headerBox .headerTop .right > div.phone {
    margin-left: 25px;
}
.headerBox .headerTop .right > div img {
    width: 26px;
    height: 26px;
    margin-right: 5px;
}
.headerBox .headerTop .phone a {
    cursor: pointer;
}
.headerBox .headerTop .right .lan {
    margin-left: 20px;
    font-weight: 400;
}
.headerBox .headerTop .right .fa {
    margin-left: 15px;
}
.headerBottom {
    width: 100%;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}
.headerBottom ul:after {
    content: '';
    display: block;
    clear: both;
}
.headerBottom ul {
    padding: 0 24px;
    width: 100%;
    margin-bottom: 0;
}
.headerBottom li {
    display: inline-block;
    float: left;
    width: 11.1%;
    padding-top: 10px;
}
.headerBottom li a {
    width: 100%;
    display: inline-block;
    // border-top: 5px solid rgba(225,225,225,.3);
    padding-top: 5px;
}
.headerBottom li a {
    cursor: pointer;
}
.headerBottom li:hover a {
    // border-top: 5px solid #fff;
    color: #fff;
}
.headerBottom li.headerActive a {
    // border-top: 5px solid #fff;
    color: #fff;
}

.headerBottom li a > p:nth-child(2) {
    display: none;
}
.headerBottom li p {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.headerBottom li p.navtopActive {
    border-bottom: 1px solid #fff;
}
.headerBottom li p:first-child:hover {
    border-bottom: 1px solid #fff;
    color: #fff;
}
.headerBottom li p:first-child {
    font-size: 18px;
    display: inline;
    padding-bottom: 10px;
}
.headerBottom li:after {
    // position: absolute;
    // top: 90px;
    // width: 2px;
    // height: 16px;
    // content: '';
    // border-left: solid #fff 1px;
}
.headerBottom li:last-child:after {
    border-left: solid #fff 0px;
}
.subfooter .logo img {
    display: none;
}
.seeMore {
    text-align: right;
    color: #1c4e7b;
    font-size: 20px;
}
.seeMore .fa {
    transform:rotate(270deg);
    -ms-transform:rotate(270deg);     /* IE 9 */
    -moz-transform:rotate(270deg);    /* Firefox */
    -webkit-transform:rotate(270deg); /* Safari 和 Chrome */
    -o-transform:rotate(270deg);  /* Opera */
}
.seeMore a:hover {
    color: #1c4e7b !important;

}




.tp-bgimg.defaultimg {
    display: none;
}
.leftTitle {
    width: 100%;
    text-align: right;
}
.leftTitle p {
    font-size: 14px;
}
.leftTitle h5 {
    font-size: 22px;
    padding-bottom: 10px;
    // border-bottom: 1px solid #614d3a;
    font-weight: 600;
    color: #614d3a;
}
.leftTitle h6 {
    font-size: 18px;
    color: #614d3a;
}
.homeAbout {
    width: 85%;
    margin: 0 auto;
    text-align: right;
}
.homeAbout a {
    font-size: 18px;
    margin: 0px 0 80px 0;
    color: #222;
    display: inline-block;
    padding: 5px 0px 2px 0;
    // text-decoration: underline;
    border-bottom: 1px solid #222;
}
.homeAbout a:hover {
    color: #007aff;
    border-bottom: 1px solid #007aff;
}

.news-wrapper .gal-home-content .col-md-12 h4 {
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-wrapper .gal-home-content .col-md-12 p {
    height: 70px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-detail .article img {
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
    padding: 20px 0;

}
.news-detail .article p {
    font-size: 16px;
    padding-bottom: 10px;
}
.newsActive {
    color: #fff !important;
    background: #337ab7 !important;
}
.home-wrapper {
    // background: #e0d7ce !important;
}
.home-wrapper #home {
    // background-image: url("../images-slider/homeBg1.jpg") !important;
    background-repeat: no-repeat;   
    background-size: 100% 100%;
}
.home-wrapper .homeBigBg { 
    // background-image: url("../images-slider/homeBg2.jpg") !important;
    background-repeat: no-repeat;   
    background-size: 100% 100%; 
}

.home-wrapper .homeNewWenhua {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 85px;
}
.home-wrapper .homeNewWenhua p {
    color: #1c4e7b;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

.home-wrapper .swiper-pagination-bullet-active {
    background: #1c4e7b;
}

.home-wrapper .home-news {
    width: 100%; 

}


.homeNewAnli {
    width: 100%;
    margin-bottom: 65px;
}
.titleNew {
    width: 100%;
    color: #1c4e7b;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 60px;
}
.titleNew span {
    position: relative;
}
.titleNew span:after {
    position: absolute;
    bottom: -10px;
    left: 32%;
    height: 1px;
    content: '';
    width: 36%;
    height: 4px;
    background-color: #1c4e7b;
}

.anliNew {
    width: 100%;
}
.anliHang {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 0;
}
.anliHang img {
    width: 100%;
    cursor: pointer;  
    transition: all 1s;
}
.anliHang img:hover {  
    transform: scale(1.1);  
}  
.anliHang .chang {
    float: left;
    width: 64.3%;
    margin-right: 2%;
    position: relative;
    overflow: hidden;
}
.anliHang .duan {
    float: left;
    width: 33.7%;
    position: relative;
    overflow: hidden;
}

.anliHangTwo.anliHang .chang {
    float: left;
    width: 64.3%;
    margin-right: 0%;
    position: relative;
}
.anliHangTwo.anliHang .duan {
    float: left;
    width: 33.7%;
    margin-right: 2%;
    position: relative;
}

.anliHang .txt {
    position: absolute;
    bottom: 0px;
    color: #fff;
    width: 100%;
    background: rgba(0,0,0,.4);
}
.anliHang .txt p {
    font-size: 22px;
    font-weight: 700;
    padding: 15px 15px 0 15px;
}
.anliHang .txt span {
    padding: 0 15px 0 15px;
    margin-bottom: 15px;
    display: block;
}



.homeMap {
    width: 100%;
    margin: 40px 0;
    padding-top: 30px;
}
.homeMap .map-img {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 0px;
}
.homeMap img {
    width: 100%;
}
.owl-carousel.newsLeft .item {
    max-height: 460px;
    overflow: hidden;
}
.owl-carousel.newsLeft .item img {
    height: auto;
    overflow: hidden;
}
.newsNew {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
}

.home-news .swiper-news {
    // margin-right: 13%;
    width: 100%;
    // float: left;
    padding-bottom: 40px;
}
.home-news .swiper-slide {
    // width: 100.1% !important;
    overflow: hidden;
}
.swiper-news .newsLeft {
    float: left;
    width: 53%;
    margin-right: 2%;
}
.swiper-news .newsLeft img {
    width: 100%;
}
.swiper-news .owl-carousel {
    display: block !important;
}
.swiper-news .newsRight {
    float: left;
    width: 45%;
}
.swiper-news .detailBtn a {
    display: inline-block;
    background: #1c4e7b;
    color: #fff;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
    text-align: center;
    margin-top: 20px;
}
.swiper-news .newsCon h3 {
    color: #1c4e7b;
    font-size: 30px;
    font-weight: 600;
    // border-bottom: 1px solid #1c4e7b;
    margin: 0;
    padding-bottom: 10px;
    line-height: 40px;
}
.swiper-news .newsCon p {
    color: #1c4e7b;
    font-size: 18px;
    line-height: 30px;
    margin: 13px 0 10px 0;
    height: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.swiper-news.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom, .works-content .swiper-pagination-fraction {
    bottom: 0;
}

.home-wrapper .globalBox {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}
.home-wrapper .globalPic {
    width: 74%;
    float: left;
    margin-right: 13%;
}
.home-wrapper .globalPic img {
    width: 100%;
}







/* background img */

.mainbg {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
    background: url(../img/bg-1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.mainbg-1 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
    background: url(../img/bg-2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.mainbg-paralax {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.imgbg {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.imgbgres {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.mainbgvideo {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}
.bgslider-owl {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    background: #fff;
    overflow: hidden;
}
.bgslider {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #fff;
    background: #535353;
}
.bgslider img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}
/* background video  */

.bgvideo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -50px;
    left: 0;
    background: #efefef;
}
.video {
    position: relative;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    opacity: 0.8;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* home end */

/* about */

#about-us-1 {
    height: 100%;
}
#about-us-2 {
    height: 100%;
}
#about-us-1 .image-container {
    background: url(../img/bg-about.jpg);
    background-size: cover;
}
#about-us-2 .image-container {
    background: url(../img/aboutus.jpg);
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: 0 100px;
}

#about-us-2 .image-container-new {
    background: url(../img/aboutus.jpg);
    /* background-size: cover; */
    background-repeat: no;
    background-position:left;
}

.image-container-new_01 {
    background: url(../img/aboutbg.png);
    background-repeat: cover;
    z-index: 2;
    position: relative;
    top:65%;
    text-align: left;
    color:#fff;
    padding:45px 35px 0 40px;
}

.image-container-new_02 {
    background: url(../img/aboutus-01.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    /*background-color: #4cc1f1;*/
}

.image-container-new_03 {
    background: url(../img/aboutbg07.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.image-container-new_04 {
    background: url(../img/aboutbg08.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.image-container-new_05 {
    background: url(../img/aboutbg09.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.image-container-new_06 {
    background: url(../img/museum02.png);
    background-position: center center;
    background-repeat: no-repeat;
    height:816px;
}
.image-container-new_06 {
    color: #fff;
    text-align: center;
    position: relative;
}
.image-container-new_06 .title {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    margin: auto;
    width: 30%;
    height: 30%;
    overflow: auto;
    position: absolute;
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0;
}
.image-container-new_06 .content {
    width: 20%;
    text-align: left;
    float: right;
    margin: 15% 10% 0 0;
}


.count-about {
    display: inline-block;
    margin: 40px 30px 0 0;
}
.count-about span {
    display: block;
    margin-bottom: 10px;
}
.count-about span.numb {
    font-size: 24pt;
    color: #0062cc;
    font-weight: 600;
}
.count-about span.detail {
    font-size: 9pt;
    font-weight: 400;
    letter-spacing: .3pt;
}
/* about end */


/* science */
#about-us-1 h1.alt-font {
    color: #4d5b8a !important;
}
.purple-hudong {
    background: #4d5b8a;
    color: #ffffff;
}
.purple-hudong > a {
    padding: 16px 0;
    text-align: center;
}
.purple-hudong .p1 {
    font-size: 16px;
    color: #8fa9ee;
}
.purple-hudong .p2 {
    font-size: 30px;
}
.purple-container {
    width: 100%;
}
.purple-content {
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
}
.line-title {
    margin-top: 60px;
}
.line-title .line {
    width: 100%;
    height: 1px;
    background-color: #222;
}
.line-title .title {
    background-color: #4d5b8a;
    color: #ffffff;
    width: 15%;
    font-size: 16px;
    text-align: center;
    padding: 2px 0;
}
.line-title p {
    margin: 2px 0;
}
.purple-art {
    font-size: 30px;
    color: #b4b8ca;
    margin-bottom: 30px;
    margin-top: 10px;
}
.purple-art span {
    color: #a3a3a3;
}
.threeOne {
    width: 25%;
    margin-top: 60px;
    margin-bottom: 30px;
}
.threeOne img {
    width: 100%;
}
.word {
    width: 25%;
    font-size: 12px;
    color: #222;
}
.seven-box {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 60px;
}
.seven-box .seven-left {
    float: left;
    width: 40%;
}
.seven-box .seven-center {
    float: left;
    width: 20%;
    padding: 0 5px;
}
.seven-box .seven-right {
    float: left;
    width: 40%;
}
.seven-box img {
    width: 100%;
}
.seven-box a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #222;
    padding-bottom: 9px;
}
.seven-box .seven-left a div:first-child {
    float: left;
    width: 70%;
}
.seven-box .seven-left a div:nth-child(2) {
    float: right;
    width: 30%;
}
.seven-box a div p:first-child {
    font-size: 20px;
    color: #4d5b8a;
    margin-bottom: 0;
    margin-top: 10px;
}
.seven-box .seven-right a div:first-child {
    float: left;
    width: 30%;
}
.seven-box .seven-right a div:nth-child(2) {
    float: right;
    width: 70%;
    text-align: right;
}
.int-box {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.word-art {
    margin-top: 60px;
}
.int-box .int-left {
    float: left;
    width: 48.9%;
}
.int-box .int-right {
    float: left;
    width: 50%;
}
.int-box img {
    width: 100%;
}
.int-right-top {
    width: 100%;
}
.int-right-top img {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-bottom: 10px;
}
.int-right-bottom {
    padding-left: 10px;
}
.int-left-top {
    width: 100%;
    padding-bottom: 10px;
    float: left;
}
.int-left-bottom {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}
.int-left-bottom a {
    float: left;
    display: inline-block;
    width: 49%;
}
.int-left-bottom a img {
    width: 100%;
}
.int-left-bottom a:first-child {
    padding-right: 10px;
    width: 51%;
}
.word-big {
    width: 100%;
}
.big-img {
    width: 100%;
    margin-top: 40px;
}
.big-img img {
    width: 100%;
}

.onlyBox {
    width: 100%;
    overflow: hidden;
}
.onlyLeft {
    float: left;
    width: 50%;
}
.onlyLeft .threeOne {
    width: 100%;
}
.onlyLeft img {
    width: 50%;
} 
.onlyLeft .word {
    width: 50%;
}
.onlyRight {
    float: left;
    width: 50%;
    margin-top: 60px;
    text-align: right;
}
.onlyRight img {
    width: 82%;
}

.media-list .title {
    color: #4d5b8a;
    font-size: 16px;
    border-bottom: 1px solid #222;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.media-list .line {
    width: 100%;
    height: 1px;
    background-color: #222;
}
.media-box {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 60px;
}
.media-box a {
    float: left;
    width: 24.5%;
    margin-right: 10px;
}
.media-box a:last-child {
    margin-right: -10px;
}
.media-box a img {
    width: 100%;
}
.media-box.media-boxs a {
    float: left;
    width: 33%;
    margin-right: 10px;
}
.media-box.media-boxs a:last-child {
    margin-right: -10px;
}
/* science end */

/* word */
.home-word p {
    margin: 0;
    line-height: 20px !important;
    font-size: 20px;
    margin-bottom: 20px;
}
.home-word p:first-child {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 600;
}
.home-word p:last-child {
    font-size: 12px;
    margin-bottom: 0;
    // height: 192px;
    // overflow: hidden;
    // text-overflow: ellipsis;
    // display: -webkit-box;
    // -webkit-line-clamp: 8;
    // -webkit-box-orient: vertical;
    line-height: 24px !important;
}
.home-word p:nth-child(2) ,.home-word p:nth-child(3) {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.home-word p:nth-child(2) {
    margin-bottom: 8px;
}
.home-word p:nth-child(5) {
    line-height: 30px !important;
    font-weight: 600;
}
.home-word .line {
    background-color: #fff;
    width: 100%;
    height: 1px;
}

.muse-content {
    max-width: 1600px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 40px;
}
.left-content {
    width: 48%;
    float: left;
    position: relative;
}
.left-content .mu-m1 {
    width: 100%;
}
.swiper-content {
    width: 50%;
    float: left;
    margin-left: 15px;
}
.swiper-container.swiper-content {
    height: 483px !important;
}
.swiper-content .swiper-slide img {
    height: 483px;
}
.mu-word {
    position: absolute;
    top: 10px;
    color: #fff;
    // left: 15%;
    // top: 4%;
    left: 12%;
    top: 2%;
}
// .mu-word p:first-child {
//     font-size: 32px;
//     font-weight: 600;
//     line-height: 30px !important;
// }
// .mu-word p:nth-child(2) {
//     font-size: 30px;
//     font-weight: 600;
//     margin: 10px 0;
// }
// .mu-word p:nth-child(3) {
//     width: 137px;
//     height: 5px;
//     background-color: #fff;
// }
.mu-word p:nth-child(1) {
    background-color: #fff;
    color: #1f89e2;
    padding: 8px 0px;
    text-align: center;
    width: 137px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}
.mu-word p:nth-child(2) {
    line-height: 27px !important;
    font-size: 14px;
}
.mu-word p:nth-child(3) {
    padding-right: 20px; 
}
.mu-word2 {
    position: absolute;
    right: 7%;
    bottom: 10%;
    color: #fff;
    width: 45%;
}
.mu-word2 p {
    line-height: 30px !important;  
    font-size: 12px; 
}
// .mu-word2 p:nth-child(2) {
//     border-top: 1px solid #fff;
//     border-bottom: 1px solid #fff;
//     font-size: 12px;
//     line-height: 22px !important; 
//     margin-top: 20px;
// }
.mu-word2 a {
    display: inline-block;
    width: 50px;
    margin-top: 20px;
    float: right;
}
.mu-word2 a img {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);     /* IE 9 */
    -moz-transform:rotate(180deg);    /* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);  /* Opera */
}

.about-row {
    margin-top: 120px;
    width: 100%;
}
.about-row .col-md-6 {
    width: 50%;
    height: 450px;
}
.about-word {
    width: 100%; 
    text-align: center;
}
.about-word a {
    display: block;
}
.about-word a .img1 {
    width: 116px;
    height: 110px;
}
.about-word a .img2 {
    width: 160px;
    height: 110px;
}
.about-word a .img3 {
    width: 120px;
    height: 115px;
}
.about-word a .img4 {
    width: 151px;
    height: 115px;
}
.about-word p.one {
    color: #2a8fe3;
    font-size: 32px;
    padding-bottom: 30px;
    border-bottom: 1px solid #999;
    margin-bottom: 30px;
    margin-top: 30px;
}

.about-list img {
    position: relative;
    margin-bottom: 300px !important;  
    height: auto; 
}

.big-list {
    background-color: rgba(0,167,235,.7);
    width: 27%;
    float: left;
    color: #fff;
    padding: 2%;
    margin-right: 6%;
    height: 445px;
}
.big-list p:first-child {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
.big-list p:nth-child(2) {
    width: 20px;
    height: 2px;
    background-color: #fff;
}
.big-list p:nth-child(3) {
    margin: 20px 0;
    font-size: 20px;
    text-align: left;
    font-weight: 600;
}
.big-content {
    width: 100%;
    padding: 0 16%;
    overflow: hidden;
    position: absolute;
    left: 3%;
    bottom: 5%;
}

.mu-Detail .item {
    width: 100%;
    overflow: hidden;
}
.mu-Detail .col-sm-7 {
    width: 42%;
    float: left;
}
.mu-Detail .bm-col-sm-12 {
    width: 58%;
    float: left;
    margin-top: 20px;
}



/* word end */


/* feature */
.features {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.features .big-heading{
    color: #fff;
    margin-bottom: 8px;
}
.features.no-margin {
    margin-top: 0px!important;
}
.features:hover {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.features:hover a {
    color: #fff;
    background: #0062cc;
    border: 3px solid rgba(255, 255, 255, 0);
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.features:hover .shine {
    -webkit-animation: sheen .6s alternate;
    animation: sheen .6s alternate;
}
.features .heading {
    font-size: 14pt;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
}
.features .content {
    margin: 0 auto;
    max-width: 380px;
}
.features span {
    display: block;
    color: #0062cc;
    padding: 10px 0 10px 0;
}
.features span.number {
    font-size: 90pt;
    font-weight: 600;
    margin-top: 30px;
}
.features span.content {
    font-size: 14pt;
}
.features a {
    font-weight: 400;
    display: block;
    position: relative;
    width: 174px;
    height: 45px;
    font-size: 11pt;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    line-height: 40px;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border: 3px solid #0062cc;
    outline: none;
    text-shadow: none;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
    overflow: hidden;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
/* bg-feature */

.features .bg-img {
    width: 100%;
    padding: 60px;
    background: url(../img/bg-serv-1.jpg);
    overflow-x: hidden;
    background-size: cover;
    background-position: center;
}
.features .bg-img-1 {
    width: 100%;
    padding: 60px;
    background: url(../img/bg-serv-2.jpg);
    overflow-x: hidden;
    background-size: cover;
    background-position: center;
}
.features .bg-img-2 {
    width: 100%;
    padding: 60px;
    background: url(../img/bg-serv-3.jpg);
    overflow-x: hidden;
    background-size: cover;
    background-position: center;
}
.features .bg-img-3 {
    width: 100%;
    padding: 40px;
    background: url(../img/bg-serv-4.jpg);
    overflow-x: hidden;
    background-size: cover;
    background-position: center;
}
.features .bg-img-3 .bg-overlay {
    padding: 30px;
    margin-bottom: 10px;
    background-color: rgba(9, 12, 13, .9);
    border: 1px solid rgba(200, 177, 111, .8);
}
sup.subtour{
	text-transform:uppercase;
	font-size:11px;
}
/* feature end */

/* feature 1 */
.feature-1{
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-transition: box-shadow .18s ease;
    transition: box-shadow .18s ease;
}
.feature-1:hover {
  box-shadow: 0 7px 10px 2px rgba(0, 0, 0, 0.04);
}
.cont-img{
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
    height: auto;
}
.cont-detail{
    padding: 30px;
}
.star-content.color{
    margin-bottom: 30px;
}
/* feature 1 end */

/* search form */
#sform{
	margin-top:40px;
}
.frm-search .big-heading{
    line-height: 0;
    color: #fff;
}
#sform .form-group{
    float: left;
	margin:0 10px 0 0;
    width: 240px;
}
#sform.clean{
   width: auto;
   margin: 0;
   float: none;
}
#sform.clean label span{
    margin-right: 5px;
}
#sform .form-group .result{
    display: block;
    margin-top: 30px;
}
#sform .form-group input.form-control, #sform .form-group select{
    color: #969595;
    width: 100%;
	padding: 5px 10px 5px 10px;
    line-height: 36px;
    height: 40px;
}
#sform label{
    font-weight: 500;
    margin-bottom: 5px;
}
#sform .form-group .input-group{
    width: 100%;
}
.frm-search {
    width: 100%;
	color: #fff;
    background: url(../img/bg-search.jpg);
    overflow-x: hidden;
    background-size: cover;
    background-position: center;
}
.frm-clean{
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin-top: -60px;
    padding: 50px;
    border-radius: 8px;
    z-index: 2;
    background: #fcfcfc;
    background: -webkit-linear-gradient(#fff, #fcfcfc);
    background: -o-linear-gradient(#fff, #fcfcfc);
    background: -moz-linear-gradient(#fff, #fcfcfc);
    background: linear-gradient(#fff, #fcfcfc);
    box-shadow: 0 7px 10px 2px rgba(0, 0, 0, 0.06);
}
.frm-clean .btn-frm-search{
    width: 100%;
}
.frm-clean .search-icn::after, .date-icn::after{
    right: 30px;
}
.frm-clean .form-control {
    padding: 0 10px;
    border-radius: 2px;
}
div.frm-search{
    margin-bottom: 30px;
    padding: 60px 0 60px 0;
    box-shadow: 5px 5px 2px rgba(23, 36, 52, .1);
}
div.frm-search #sform{
    margin-top: 0px;
}
div.frm-search #sform .form-group {
   margin: 15px 0;
}
div.frm-search #sform .form-group{
    width: 100%;
}
.btn-frm-search{
    float: left;
    color: #fff;
    background: #ff9219;
    border: 0px;
    padding: 8px 40px;
    font-size: 10pt;
    font-weight: 500;
    margin: 29px 5px 0 5px;
    border-radius: 2px;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-frm-search:hover {
    background: #999;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
div.frm-search #sform .btn-frm-search{
    float: left;
    color: #fff;
    width: 100%;
    background: #ff9219;
    border: 0px;
    padding: 8px 40px;
    font-size: 10pt;
    font-weight: 500;
    margin: 24px 5px 0 0;
    border-radius: 2px;
}
div.frm-search #sform .btn-frm-search:hover {
    background: #999;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.form-group i{
        position: absolute;
        right: 13px;
        top: 11px;
        font-size: 18px;
        color: #000;
        z-index: 99999999999;
    }
.search-icn, .date-icn{
    position: relative;
}
.search-icn::after, .date-icn::after{
    position: absolute;
    right: 15px;
    top: 37px;
    font-family: 'PuHuiTi' !important;
    color: #dadada;
    }
.search-icn::after {
    content: "\f002";
    }
.date-icn::after {
    content: "\f073";
    }

/* select option */
select.cust-select{
  width: 100%;
  height: 40px;
  border-radius: 2px;
  border: 2px solid #f1f1f1;
  color: #999;
  padding: 0 10px;
  background: url(../img/chevron-down.svg) no-repeat 94% 50% #fefefe;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* for ie 10 */
select.cust-select::-ms-expand {
    display: none;
}
/* select option end */

/* search form end */

/* choose */
.home-wrapper .box-icon .text {
    cursor: pointer;
}
.home-wrapper .box-icon .text:hover {
    color: #0062cc;
}
.home-wrapper .box-icon .text:hover p {
    color: #0062cc;
}
.box-icon {
    margin: 60px auto;
    display: flex;
    justify-content: center;
}
.box-icon-01 {
    margin: 10px auto;
    display: flex;
    justify-content: center;
}
.box-icon .icon-choose {
    font-size: 48px;
    color: #0062cc;
    margin-right: 30px;
}
.box-icon .text h3 {
    font-size: 13pt;
    text-transform: uppercase;
    font-weight: 600;
    margin: 3px auto;
}
.box-icon .text p {
    margin-bottom: 0px;
}

/* gallery home */
#owl-gal .owl-dots{
	position:absolute;
}
.gal-home {
    position: relative;
    overflow: hidden;
    margin: 0 0 30px 0;
}
.gal-home a:hover{
    color:#4e4e4e;
}
.item .gal-home{
    margin-bottom: 0px;
}
.gal-home img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.gal-home-content{
    width: 100%;
    border: 1px solid #ddd;
    border-top: 0px; 
    padding: 20px;
}
.museum-wrapper .gal-home-content {
    height: 152px;
}
.museum-wrapper .md-12-museum .alt-font.big-heading {
    // height: 34px;
    // line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
} 
.museum-wrapper .tag-box h6.big-heading {
    padding-bottom: 10px;
}
.museum-wrapper .md-12-museum .case_en {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    text-transform: capitalize;
} 
.gal-home-content p{
    color: #8c8c8c;
}
.gal-home-content .heading-price{
    font-size: 13px;
    text-align: right;
    margin-top: 5px;
}
.gal-home-content .price{
    color: #ff9219;
    font-size: 14pt;
    font-weight: 600;
    text-align: right;
}
.gal-home-content .star-content {
    display: inline-block;
    color: #ff9219;
    font-size: 11px;
    font-weight: 400;
    margin:5px 5px 0 0;
}
.review-cont{
    display: inline-block;
}
.review-cont.big-heading{
    font-weight: 400;
    font-size: 11px;
}
/* gallery home end */

/* testimony */
#owl-testimonial {
    margin-top: 10px; /*orag 30px*/
}
#testimony .image-container {
    background: url(../img/bg-testi.jpg);
    overflow-x: hidden;
    background-size: cover;
    background-position: top right;
    height: 100%;
}
#testimony blockquote {
    border: 1px solid #0062cc;
    font-style: italic;
    padding: 40px;
}
#testimony h3 {
    margin-top: 68px;
    font-size: 11pt;
}
#testimony p {
    line-height: 40px;
}
#testimony img.tal {
	max-width:75px;
	height:auto;
    margin-top: 15px;
    float: left;
    margin-right: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #4e4e4e;
}
.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
}
/* testimony end */

/* tag-country */
#tag-country{
    display: block;
    font-family: 'PuHuiTi' !important;
    font-size: 14pt;
    margin:20px 0 10px 0;
}
#tag-country .list-country{
    display: inline-block;
    margin: 0 20px 20px 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
}
#tag-country .list-country:hover{
    border-bottom: 2px solid #ff9219;
}
#tag-country .list-country sup{
    font-size: 11px;
    font-style: italic;
}
.tag-country{
    display: block;
    font-family: 'PuHuiTi' !important;
    font-size: 14pt;
    margin: 10px 0 0 0;
}
.tag-country .list-country{
    display: inline-block;
    margin: 0 10px 10px 0;
    padding-bottom: 5px;
    // border-bottom: 1px solid rgba(255,255,255,.1);
    // opacity:.8;
}
.tubiao {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.tubiao img {
    box-sizing: border-box;
    width: 10%;
    display: inline-block;
    float: left;
    margin-right: 5%;
}
.tubiao img:last-child {
    margin-right: 0;
}

.tag-country .list-country sup{
    font-size: 11px;
    font-style: italic;
}
/* goldpage */
.goldpage {
    padding: 30px 0 30px 0;
    color: #606060;
    background: #fcfcfc;
    box-shadow: 0 7px 10px 2px rgba(0, 0, 0, 0.06);
}
.goldpage h3 {
    display: inline-block;
    font-size: 14pt;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 30px auto;
}
.goldpage i {
    display: inline-block;
    font-size: 24pt;
    margin: 0 60px 0 60px;
}
/* goldpage end */

/* team */
#owl-team .item {
    margin: 5px;
    text-align: left;
}
.team {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 450px;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.team .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}
.team .devider-recent {
    display: block;
    border-top: 2px solid rgba(255, 255, 255, .6);
    margin: 0 auto;
    width: 40%;
    margin-top: 5px;
    margin-bottom: 5px;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.team .hovereffect .overlay-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    color: #fff;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, .3);
    bottom: 0;
    left: 0;
    opacity: 0;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.team .hovereffect:hover .overlay-2 {
    opacity: 1;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.team .overlay-2 .content {
    white-space: nowrap;
    margin: 120% 10px 0 10px;
    color: #fff;
    background-color: rgba(9, 12, 13, .9);
    padding: 40px;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.team .hovereffect:hover .overlay-2 .content {
    margin: 62% 10px 10px 10px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team .overlay-2 .content .heading {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 1px;
}
.team .overlay-2 .content .subheading {
    font-size: 12px;
    letter-spacing: .5px;
    margin-bottom: 5px;
    letter-spacing: 2px;
}
.team .overlay-2 .content .readmore {
    font-size: 13px;
    font-weight: 400;
    line-height: 50px;
}
.team .overlay-2 .content .readmore i {
    font-weight: 600;
}
.team .devider-recent-2 {
    display: block;
    border-top: 2px solid #0062cc;
    margin: 0 auto;
    width: 40%;
    margin-top: 15px;
    margin-bottom: 10px;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.team .social-icons a {
    margin: 0 5px 0 5px;
}
/* team end */

/* services */
.services img {
    width:100%;
    margin-bottom: 30px;
}
.services h2 {
    margin-bottom: 15px;
}
.services blockquote {
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.6em;
    color: #333;
    background: #f8f8f8;
    padding: 30px;
    margin: 30px 0 30px 0;
    border-left: 5px solid #0062cc;
}
ul#services-list {
    padding-left: 0px;
}
#services-list li {
    background: #f8f8f8;
    color: #606060;
    letter-spacing: 1.3px;
    margin-bottom: 1px;
    cursor: pointer;
    list-style: none;
    width: 100%;
    padding: 0;
}
#services-list li:hover {
    background: #fcfcfc;
    color: #606060;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#services-list li a {
    display: block;
    font-weight: 500;
    width: 100%;
    padding: 15px 20px 15px 20px;
}
#services-list li.active {
    color: #606060;
    background: #fcfcfc;
    box-shadow: 0 7px 10px 2px rgba(0, 0, 0, 0.06);
}
.widget .download-brochure {
    background: url(../img/bg-widget.jpg) no-repeat;
    background-size: cover;
    padding: 60px 15px 60px 15px;
    text-align: center;
    margin-top: 30px;
}
.download-brochure h3 {
    font-size: 18pt;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 5px;
}
.download-brochure p {
    font-size: 11pt;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 15px;
}
.btn-download {
    display: block;
    position: relative;
    width: 174px;
    height: 45px;
    font-size: 11pt;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    line-height: 40px;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border: 3px solid #0062cc;
    outline: none;
    text-shadow: none;
    margin: 15px auto;
    cursor: pointer;
    overflow: hidden;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.btn-download:hover {
    color: #fff;
    background: #0062cc;
    border: 3px solid rgba(255, 255, 255, 0);
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.btn-download:hover .shine {
    -webkit-animation: sheen .6s alternate;
    animation: sheen .6s alternate;
}
.btn-download:hover a {
    color: #fff;
}
/* services end */

/* Our Works */
.projects-grid {
    position: relative;
    letter-spacing: 1pt;
    text-transform: uppercase;
    overflow: hidden;
}
.projects-grid:hover img {
    width: 100%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.projects-grid img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.projects-grid .hovereffect-color {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.projects-grid .hovereffect-color .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -30px;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.projects-grid .hovereffect-color:hover .overlay {
    opacity: 1;
    bottom: 0;
}
.projects-grid .hovereffect-color .overlay div {
    padding: 10%;
    height: 100%;
    font-size: 11pt;
    font-weight: 400;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, .5);
}
.overlay div span {
    width: 100%;
    display: block;
}
.overlay div span.icon i {
    color: #111;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 12px;
    margin: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.overlay div span.icon a:hover i {
    color: #fff;
    background: #111;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
/* filter controls */

#filter-porto {
    padding: 0;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: left;
    margin-left: 4px;
}
#filter-hide {
    padding: 0;
    margin: 0 auto;
    text-align: right;
    margin-right: 4px;
}
#filter-hide.init {
    margin-bottom: -40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#filter-hide.show {
    margin-bottom: 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#filter-hide li.filtter-icon {
    color: #777;
    font-size: 11pt;
    padding: 0;
    margin: 0 5px 0 0;
    padding: 15px 0 0 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    list-style: none;
}
#filter-porto li.filt-projects, #filter-porto li.filt-projects-w {
    font-size: 9pt;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 4px 15px 4px 15px;
    margin: 0 10px 10px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    list-style: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#filter-porto li.filt-projects:hover, #filter-porto li.filt-projects-w:hover {
    border: 1px solid #0062cc;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#filter-porto li.selected {
    border: 1px solid #efefef;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.2s ease;
}
/* projects max width */

#w-gallery-container {
    text-align: center;
    overflow: hidden;
}
.w-gallery {
    margin: 0 auto;
    width: 100%;
    border: 0px solid rgba(0, 0, 0, 0);
	/*border: 4px solid rgba(0, 0, 0, 0);*/
}
.w-gallery:after {
    content: '';
    display: block;
    clear: both;
}
.w-gallery-image {
    width: 100%;
    display: block;
    height: auto;
}
/* Our Works end */

/******* projects detail ******/
#projectsBig .item {
    margin: 0;
    padding: 0;
}
#projectsBig .owl-dots{
    display: none;
}
#projectsSmall .item {
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
}
#projectsSmall .item img {
    width: 165px;
    height: auto;
    display: block;
    position: relative;
}
#projectsSmall .synced .item {
    opacity: 0.5;
}
#projectsBig .owl-buttons div {
    padding: 10px 17px;
    background: rgba(0, 0, 0, .8);
}
#projectsBig .owl-buttons i {
    margin-top: 4px;
    font-size: 13pt;
}
#projectsBig .owl-prev {
    left: 5px;
    top: 45%;
}
#projectsBig .owl-next {
    right: 5px;
    top: 45%;
}
.pro-btn {
    padding: 10px 0 10px 0;
    margin: 5px 0 5px 0;
    color: #111;
    font-size: 11pt;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.2s ease;
}
.pro-btn .left {
    text-align: left;
}
.pro-btn .right {
    text-align: right;
}
.pro-btn:hover {
    color: #c3c3c3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.2s ease;
}
.pro-btn.left a i {
    font-size: 13pt;
    padding-right: 20px;
}
.pro-btn.right a i {
    font-size: 13pt;
    padding-left: 20px;
}
.grid-item {
    margin: 30px 0 0 0;
}
.grid-item .big-heading {
    font-size: 21pt;
    font-weight: 600;
    margin-bottom: 20px;
}
.grid-item .content {
    padding-bottom: 10px;
}
.grid-item img{
    margin-bottom:30px;
}
.service-hotel span{ 
    display:block; 
    letter-spacing:.01em; 
    line-height:24pt;
}
.service-hotel i{ 
    color:#0062cc; 
    margin-right:5px;
}
.service-hotel .price{
    font-family: 'PuHuiTi' !important;
    width:111%;
    font-size:44pt;
    text-align:left;
    font-weight:600;
    color:#0062cc;
    margin-top:10px;
    margin-bottom:30px;
}
.service-hotel .price sub{ 
    font-size:12pt;
    font-weight:400;
}

.devider-rooms-detail {
    display: block;
    // border-top: 1px solid #d9d9d9;
    width: 80%;
    text-align: center;
    margin: 15px 0;
}
.btn-book{
  display: block;
  width: 100%;
  height: 50px;
  font-size: 11pt;
  font-weight: 500;
  text-align: center;
  letter-spacing:2px;
  line-height: 48px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 2px;
  background: #0062cc; 
  margin-top: 30px;
  outline: none;
  text-shadow: none;
  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;
}
a.btn-book { color:#fff; }
.btn-book:hover {   
  background: #999;
  border: 1px solid rgba(255, 255, 255, 0);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/******* projects detail end ******/

/* footer */
.subfooter{
    background: #1c4e7b;
    color: #fff;
}
.wrap-subfooter{
    // margin:0 0 45px 0;
    // padding-bottom: 45px;
    padding: 40px 0 8px 0;
}
.subfooter-content-left, .subfooter-content-right{
    font-size: 15px;
    line-height: normal;
    margin-top: 10px;
    color:#fff;
}
.subfooter-content-left{
    padding-bottom: 10px;
}
.subfooter-content-right{
    padding-bottom: 10px;
    // border-bottom: 1px solid rgba(255,255,255,.1);
}
footer.main {
    background: #090c0d;
    color: #ebebeb;
    font-size: 9pt;
    letter-spacing: .5px;
    font-weight: 300;
    padding: 60px 0 60px 0;
}
footer.alt {
    background: #0f2c51;
    color: #fff;
    font-size: 10pt;
    letter-spacing: .5px;
    font-weight: 400;
    padding: 30px 0 15px 0;
}
footer.main span {
    display: block;
}
footer.main .logo {
    margin: 0 auto;
}
footer.main .social-icons {
    margin: 15px 0 15px 0;
}
/* footer end */
.yumfoot-menu {
    position:fixed;
    bottom:0px;
    width:100%;
    height:52px;
    z-index:2247483647;
    background-color:#00000080;
    display: none;
}

.yumfoot-ul {
    margin:0 auto;
    list-style-type:none;
    height:100%;
    padding:0;
}

.yumfoot-li {
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
    position: relative;
    font-size: 12px;
}

.yumfoot-a1 {
    left: 11%;
    display: inline-block;
    height: 70%;
    text-align: center;
    position: relative;
    border-radius: 0.15em;
    justify-content: center;
    align-items: center;
    display: flex;
    text-decoration: none;
    background: #06b5e0;
    color: #ffffff;
    width: 85%;
    top: 15%;
    border: 1px solid #bbbbbb8c;
}

.yumfoot-a2 {
    left: 4%;
    display: inline-block;
    height: 70%;
    text-align: center;
    position: relative;
    border-radius: 0.15em;
    justify-content: center;
    align-items: center;
    display: flex;
    text-decoration: none;
    background: #005c8b;
    color: #ffffff;
    width: 85%;
    top: 15%;
    border: 1px solid #bbbbbb8c;
}
.yumfoot-a1:active,.yumfoot-a1:hover {
    color: #fff !important;
}

/* Blog */
.blog-simple .blog-text {
    margin: 30px 0;
    position: relative;
    width: 100%;
    padding: 15px 15px 15px 0px;
    float: right;
    letter-spacing: .3px;
}
.blog-simple blockquote {
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.6em;
    color: #333;
    background: #f8f8f8;
    padding: 30px;
    margin: 30px 0 30px 0;
    border-left: 5px solid #0062cc;
}
.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-style: italic;
    font-size: 13px;
    font-weight: 400;
    margin-left: 20px;
}
.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 i {
    padding-right: 7px;
}
.blog-simple .blog-text h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.5;
}
.blog-simple .blog-text a {
    margin-top: 20px;
    margin-bottom: 20px;
}
ul.pagination li a {
    font-size: 9.5pt;
    color: #333;
    margin-right: 5px;
}
ul.pagination li a:hover {
    color: #fff;
    background: #0062cc;
}
/* 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 .form-control {
    width: 100% !important;
    height: auto !important;
    padding: 7px 10px 7px 10px !important;
    font-size: 13px;
    line-height: 24px;
    color: #969595;
    background: #fff !important;
    border: 1px solid #0062cc!important;
    border-radius: 0;
    box-shadow: none;
}
.widget .form-control:focus {
    border: 1px solid #efefef !important;
    box-shadow: none;
}
.widget .recent div {
    margin-bottom: 20px;
    display: inline-block;
}
.widget .recent div img {
    float: left;
    padding-right: 10px;
    width: 75px;
    height: 65px;
    object-fit: cover;
}
.widget .recent div h6 {
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
}
.widget .recent div p {
    line-height: normal;
}
.widget .tagcloud {
    margin: 0;
    margin-left: 0;
    padding-left: 0;
}
.widget .tagcloud {
    margin: 5px 5px 15px 0;
    display: inline-block;
}
.widget .tagcloud a {
    display: inline-block;
    border: 1px solid #efefef;
    padding: 5px 10px;
    text-align: center;
    font-size: inherit!important;
    margin: 0 5px 10px 5px;
}
.widget .tagcloud a:hover {
    text-decoration: none;
    border: 1px solid #0062cc;
}
.widget .recent div {
  margin-bottom: 20px;
  display: inline-block;
}
.widget .recent div img {
  float: left;
  padding-right: 10px;
}
.widget .recent div h6 {
  font-weight: 500;
  margin-top:0px;
}
.widget .recent div p {
  line-height:normal;
}
.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 {
  border: 1px solid #ccc;
  padding: 5px 20px;
  text-align: center;
}
.widget .tags div a:hover {
  text-decoration: none;
  border: 1px solid #0062cc;
}
.devider-widget {
  display: block;
  border-bottom: 2px solid #0062cc;
  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: #0062cc;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* Blog end */

/* Blog comment */
#blog-comment {
    margin: 0;
    padding: 0px;
}
#blog-comment h5 {
    font-size: 12pt;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
}
#blog-comment ul, #blog-comment li {
    list-style: none;
    padding-left: 0;
}
#blog-comment li {
    min-height: 70px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
#blog-comment li .avatar {
    position: absolute;
    margin-top: 5px;
}
#blog-comment .comment {
    font-size: 13px;
    margin-left: 85px;
}
#blog-comment li {
    min-height: 70px;
    font-size: 14px;
    line-height: 1.6em;
}
#blog-comment li li {
    margin-left: 80px;
    padding-bottom: 0px;
    margin-top: 20px;
    padding-top: 10px;
    border-bottom: none;
}
#blog-comment li li .avatar {
    position: absolute;
}
.comment-info {
    margin-left: 85px;
    padding-top: 2px;
    margin-bottom: 5px;
}
.comment-info .c-name {
    font-size: 12pt;
    display: block;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
}
.comment-info .c-reply {
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    border-left: solid 1px #c3c3c3;
}
.comment-info .c-reply a {
    font-size: 10pt;
}
.comment-info .c-date {
    display: inline;
    font-size: 10pt;
}
.comment-info .c-date i {
    padding-right: 7px;
}
/* comment form */

#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: 10pt;
    padding: 10px;
    margin: 5px 0 5px 0;
    height: 40px;
    letter-spacing: 0px;
    border: 1px solid #efefef;
    -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 {
    color: #606060;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #0062cc;
}
#commentform textarea {
    width: 100%;
    font-size: 10pt;
    padding: 10px;
    margin: 5px 0 5px 0;
    height: 150px;
    letter-spacing: 0px;
    border: 1px solid #efefef;
}
#commentform textarea:focus {
    color: #606060;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #0062cc;
}
#commentform button.btn, #commentform input[type="submit"] {
    width: auto;
    height: 40px;
    font-size: 10pt;
    font-weight: 400;
    letter-spacing: 1pt;
    font-style: normal;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border: 2px solid rgba(0, 0, 0, 0);
    background: #0062cc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 2px;
    outline: none;
    text-shadow: none;
    margin: 30px auto;
    margin-left: 0px;
    padding: 0 25px;
    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: #060606;
    background: #ebebeb;
}
#cancel-comment-reply-link {
    color: red;
}
select.form-control, select.form-control:hover, select.form-control:focus, input[type="text"].form-control, input[type="text"].form-control:hover, input[type="text"].form-control:focus {
    height: 40px;
    background: #fbfbfb;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(126, 239, 104, 0);
    outline: 0 none;
}
a.btn-blog {
    padding: 8px 30px 8px 30px;
    line-height: 80px;
    border: 1px solid rgba(0, 0, 0, .1);
}
a.btn-blog:hover {
    border: 1px solid #0062cc;
}
/* Blog comment end */

/* map */
#map-1 {
    width: 100%;
    height: 500px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* contact */
.wrapaddres {
    background: #fff;
    height: 400px;
    padding: 25px 20px 25px 40px;
    box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.1);
}
address span {
    display: block;
    border-bottom: solid 1px rgba(255, 255, 255, 0);
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 26pt;
    font-weight: 400!important;
}
address span strong {
    font-weight: 500!important;
    display: inline-block;
    width: 60px;
}
address span a {
    color: #eceff3;
    display: inline;
}
address.cont-1 span {
    display: block;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 30pt;
    font-weight: 400!important;
}
address.cont-1 span {
    font-style: normal;
}
address.cont-1 span strong {
    font-weight: 400!important;
    display: inline-block;
    width: 60px;
}
address.cont-1 span a {
    color: #666;
    display: inline;
}
.heading-cont {
    font-size: 13pt;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ebebeb;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] .wpcf7-form textarea, .wpcf7-form select {
    border: 2px solid #f1f1f1 !important;
    color: #969595;
}
.form-group {
    margin-bottom: 20px;
}
.form-control {
    width: 100% !important;
    padding: 10px 20px 6px 35px;
    font-size: 13px;
    line-height: 24px;
    color: #969595;
    background: #fff !important;
    border: 2px solid #f1f1f1;
    border-radius: 0;
    box-shadow: none;
}
.form-control:focus {
    border: 2px solid #31aae2 !important;
    box-shadow: none;
}
.user-message textarea {
    min-height: 195px;
    padding-top: 15px !important;
}
#form-contact1 input{
    height: 55px;
}
.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: 15px;
    font-family: 'PuHuiTi' !important;
    color: #dadada;
}
.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 {
    width: auto;
    height: 40px;
    font-size: 10pt;
    font-weight: 400;
    letter-spacing: 1pt;
    font-style: normal;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border: 2px solid rgba(0, 0, 0, 0);
    background: #0062cc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 2px;
    outline: none;
    text-shadow: none;
    margin: 30px auto;
    margin-left: 0px;
    padding: 0 50px;
    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 {
    border: 2px solid rgba(0, 0, 0, 0);
    width: auto;
    color: #fff;
    background: #999;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.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 */

/* totop */

#totop {
    width: 35px;
    height: 35px;
    background: #0062cc;
    line-height: 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 4%;
    -moz-border-radius: 4%;
    -ms-border-radius: 4%;
    -o-border-radius: 4%;
    border-radius: 4%;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#totop.init {
    bottom: -100px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#totop.show {
    bottom: 10px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#totop:hover {
    background: #999;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#totop span {
    font-size: 9pt;
    font-weight: 300;
    color: #fff;
}
/* totop end */

/* commerce */
#content-commerce{
    padding: 30px 0 30px 0;
    color: #606060;
    background: #fcfcfc;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, #fcfcfc);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #fcfcfc);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #fcfcfc);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #fcfcfc);
    /* Standard syntax */
    box-shadow: 0 7px 10px 2px rgba(0, 0, 0, 0.04);
}
#content-commerce select{
  color: #272727;
}
#content-commerce .table-responsive table th, #content-commerce .table-responsive table td{
    padding:30px 10px 30px 0 !important;
}
#content-commerce .table-responsive table th{
    font-size:13pt;
    letter-spacing:.6px;    
}
#content-commerce .table-responsive table .flexCont {
  width:80%;  
  height:180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#content-commerce .table-responsive table .type{
    font-size:16pt;
    padding-bottom:20px;
    border-bottom:1px solid #fff;
}
#content-commerce .table-responsive table .subtype{
    font-size:13pt;
}
#content-commerce .table-responsive table .price{
    font-size:17pt;
    font-weight: bold;
    color: #0062cc;
}
#content-commerce .table-responsive table .disc{
    font-size:11pt;
    text-decoration:line-through;
}
#content-commerce .table-responsive table thead tr th:first-child,
#content-commerce .table-responsive table tbody tr td:first-child {
  width: 30%;
}
.commerce-step{
    display:block;
    margin:30px 0 0 0;
    color:#fff;
}
.commerce-step a{
    font-size:13pt;
    letter-spacing:.3px;
    padding:0 15px;
    border-right:1px solid #fff;
    cursor:pointer;
}
.commerce-step a:hover, .commerce-step a.active{
    color:#0062cc;
}
.commerce-step a:last-child{
    border-right:0px solid #fff;
    
}
.commerce-step a:first-child{
    padding:0 15px 0 0;
}
.btn-commerce { 
  display: block;
  position:relative;
  width: 160px;
  height: 40px;
  font-size: 10pt;
  font-weight: 500;
  text-align: center;
  letter-spacing:1px;
  line-height: 35px;
  color: #606060;
  background: rgba(255,255,255,0);
  border: 3px solid #0062cc;
  outline: none;
  text-shadow: none;
  margin-top:30px;
  cursor: pointer;
  overflow: hidden;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.btn-commerce:hover { 
  color: #fff;
  background: #0062cc;
  border: 3px solid rgba(255, 255, 255, 0);
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease; }
.btn-commerce:hover .shine{
    -webkit-animation: sheen .6s alternate;
    animation: sheen .6s alternate;
    } 
.btn-commerce:hover a{ color:#fff;}
.checkbox{
    padding:10px 0 10px 0;
}
.btn-ecom, a.btn-ecom {
display:block;
width: 100%;
height: 46px;
font-size:10pt;
font-weight:400;
letter-spacing:1pt;
font-style:normal;
text-align:center;
line-height:45px;
color:#fff;
border:2px solid rgba(0,0,0,0);
background:#0062cc;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
outline: none;
text-shadow:none;
margin: 60px auto;
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;
}
.btn-ecom:hover, a.btn-ecom:hover{ 
color:#fff;
background:#090c0d;
line-height:45px;
}


/*step round commerce */
.board{
width: 100%;
margin: 0 auto;
height: auto;
background: #fff;
}
.board .nav-tabs {
position: relative;
margin-bottom: 0;
box-sizing: border-box;
border-bottom: 0px solid #ddd;
display: flex;
justify-content: space-between;
}
p.narrow{
width: 60%;
margin: 10px auto;
}
.liner{
height: 2px;
background: #ddd;
position: absolute;
width: 98%;
margin: 0 auto;
left: 0;
right: 0;
top: 50%;
z-index: 1;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #555555;
cursor: default;
border: 0;
}
span.round-tabs{
width: 70px;
height: 70px;
line-height: 68px;
display: inline-block;
border-radius: 100px;
background: white;
z-index: 2;
position: absolute;
left: 0;
text-align: center;
font-size: 25px;
}
span.title{
width:100%;
display: block;
z-index: 2;
position: absolute;
top: -30px;
left: 0px;
text-align: center;
font-size: 11pt;
font-weight:500;
}
span.round-tabs.step{
border: 2px solid #0062cc;
color: #0062cc;
}
span.round-tabs.step:before{
  font-family: 'PuHuiTi' !important;
  content: "\f00d";
}
li.active span.round-tabs.step{
  background: #fff !important;
  color: #272727;
  border: 2px solid #272727;
}
li.active span.round-tabs.step:before{
  font-family: 'PuHuiTi' !important;
  content: "\f00c";
}
.nav-tabs > li.active > a span.round-tabs{
background: #fafafa;
}
.nav-tabs > li {
    width:30%;
}
.nav-tabs > li:last-child{
    width:auto;
}
.nav-tabs > li a{
width: 70px;
height: 70px;
border-radius: 100%;
padding: 0;
}
.nav-tabs > li a:hover{
background: transparent;
}
.headingform{
    font-size:11pt;
    margin:15px auto;
}
.headingbook{
    font-size:11pt;
    font-weight:500;
    margin-top:30px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #0062cc;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.labelcard{
    font-size:13pt;
}
.labeldetail{
    font-size:9pt;
    margin:5px 0 15px 28px;
}
/* commerce end */

/* Magnific Popup CSS */
.mfp-bg, .mfp-wrap {
    position: fixed;
    left: 0;
    top: 0
}
.mfp-bg, .mfp-container, .mfp-wrap {
    height: 100%;
    width: 100%
}
.mfp-container:before, .mfp-figure:after {
    content: ''
}
.mfp-bg {
    z-index: 10421;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}
.mfp-wrap {
    z-index: 10431;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}
.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}
.mfp-align-top .mfp-container:before {
    display: none
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 10451
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}
.mfp-ajax-cur {
    cursor: progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
    cursor: auto
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.mfp-loading.mfp-figure {
    display: none
}
.mfp-hide {
    display: none!important
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 10441
}
.mfp-preloader a {
    color: #ccc
}
.mfp-close, .mfp-preloader a:hover {
    color: #efefef
}
.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}
button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 10461;
    -webkit-box-shadow: none;
    box-shadow: none
}
.mfp-figure:after, .mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(23, 36, 52, .6);
    position: absolute;
    left: 0
}
button::-moz-focus-inner {
    padding: 0;
    border: 0
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 38px;
    font-family: 'PuHuiTi' !important;
}
.mfp-close:focus, .mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px
}
.mfp-close-btn-in .mfp-close {
    color: #efefef
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #efefef;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #efefef;
    font-size: 12px;
    line-height: 18px
}
.mfp-figure, img.mfp-img {
    line-height: 0
}
.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}
.mfp-arrow:active {
    margin-top: -54px
}
.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}
.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}
.mfp-arrow .mfp-a, .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}
.mfp-arrow .mfp-b, .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px
}
.mfp-arrow-left {
    left: 0
}
.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
    border-right: 17px solid #efefef;
    margin-left: 31px
}
.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
    right: 0
}
.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
    border-left: 17px solid #efefef;
    margin-left: 39px
}
.mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}
.mfp-image-holder .mfp-content, img.mfp-img {
    max-width: 100%
}
.mfp-iframe-holder .mfp-close {
    top: -40px
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
.mfp-figure:after, img.mfp-img {
    width: auto;
    height: auto;
    display: block
}
img.mfp-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}
.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}
.mfp-figure figure {
    margin: 0
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(23, 36, 52, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(23, 36, 52, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}
@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}
.mfp-ie7 .mfp-img {
    padding: 0
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}
.mfp-ie7 .mfp-container {
    padding: 0
}
.mfp-ie7 .mfp-content {
    padding-top: 44px
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
.image-source-link {
    color: #98C3D1
}
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}
/* end Magnific Popup CSS */

/* Bootstrap modal */
.modal{
    z-index: 9999;
}
.modal-login {
        color: #636363;
        max-width: 400px;
    }
    .modal-login .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: none;
    }
    .modal-login .modal-header {
        border-bottom: none;
        position: relative;
        justify-content: center;
    }
    .modal-login h4 {
        text-align: center;
        font-size: 26px;
    }
    .modal-login  .form-group {
        position: relative;
    }
    .modal-login i {
        position: absolute;
        left: 13px;
        top: 11px;
        font-size: 18px;
        color: #ddd;
    }
    .modal-login .form-control {
        padding-left: 10px;
    }
    .modal-login .form-control:focus {
        border-color: #00ce81;
    }
    .modal-login .form-control, .modal-login .btn {
        min-height: 40px;
    }
    .modal-login .hint-text {
        text-align: center;
        padding-top: 10px;
    }
    .modal-login .close {
        position: absolute;
        top: -5px;
        right: -5px;
    }
    .modal-login .btn {
        font-size: 11pt;
        letter-spacing: 1px;
        background: #0062cc;
        border: none;
        border-radius: 0px;
        line-height: normal;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .modal-login .btn:hover, .modal-login .btn:focus {
        background: #ddd;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .modal-login .modal-footer {
        background: #ecf0f1;
        border-color: #dee4e7;
        text-align: center;
        margin: 0 -20px -20px;
        border-radius: 5px;
        font-size: 13px;
        justify-content: center;
    }
    .modal-login .modal-footer a {
        color: #999;
    }
    .trigger-btn {
        display: inline-block;
        margin: 100px auto;
    }
    .modal-dialog{
        margin: 30px auto;
    }
    /* Bootstrap modal end */

/*
  Owl Carousel
*/

/* owl */
.owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40%;
    left: 10px;
    display: block !important;
    border:0px solid black;
    background: rgba(0,0,0,.8) !important;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40%;
    right: 10px;
    display: block !important;
    border:0px solid black;
    background: rgba(0,0,0,.8) !important;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
.owl-prev i, .owl-next i { font-size: 18pt; color: #fff; padding-top: 3px;}
.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;
}

/* pagination owl */
#owl-testimonial .owl-dots {
	float:center;
}
.owl-theme .owl-dots .owl-dot span {
	border-radius: 0;
}

/* 404 */
.not-found{
    width: 90%;
    padding: 60px 0 60px 0;
    text-align: center;
    color: #ccc;
    background: #fbfbfb;
    margin: 5% 5% 0 5%;
}
.not-found h3{
    font-size: 60px;
    font-weight: 600;
}
.not-found .desc{
    font-size: 13px;
}
/* scroll onStep */
.onStep {
    opacity: 0;
    overflow: hidden!important;
}
.onStepD {
    overflow: hidden!important;
}
html {
    margin-right: 0 !important;
    overflow: visible !important;
}

/* wordpress default */
dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
}

thead th {
    border-bottom: 2px solid #bbb;
    padding-bottom: 0.5em;
}

th {
    padding: 0.4em;
    text-align: left;
}

tr {
    border-bottom: 1px solid #eee;
}

td {
    padding: 0.4em;
}

th:first-child, td:first-child {
    padding-left: 0;
}

th:last-child, td:last-child {
    padding-right: 0;
}

address {
    font-style: italic;
}

.alignnone {
    max-width: 100%;
}
article:before, article:after {
    content: "";
    display: table;
    clear: both;
}

.widget ul {
    padding: 0;
    list-style-type: none;
}

.widget  ul li {
    padding: 7px 0;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.widget  ul li:last-child {
    border-bottom: 1px solid rgba(0,0,0,0);
}
form.post-password-form input[type="password"] {
    padding: 7px 10px 7px 10px !important;
    font-size: 13px;
    line-height: 24px;
    color: #969595;
    background: #fff !important;
    border: 1px solid #0062cc!important;
    border-radius: 0;
    box-shadow: none;
    margin-left: 10px;
}

form.post-password-form input[type="submit"] {
    background: #333;
    color: #fff;
    border: none;
    height: 40px;
    padding: 0 30px;
    margin-left: 8px;
}

form.post-password-form label {
    display: inline-block;
}
a.no-image {
    position: relative;
    display: block;
    height: 385px;
    width: 100%;
    overflow: hidden;
}

a.no-image img {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.widget ul li a {
    display: inline-block;
    position: relative;
    padding-bottom: 6px;
}
.force-top {
    margin-top: 0!important;
}

@media screen and (min-width:1000px) and (max-width: 1500px) {
    .subfooter.no-bottom .container-fluid.m-5-hor .col-md-4 {
        width: 25%;
    }
    .subfooter.no-bottom .container-fluid.m-5-hor .col-md-3.col-md-offset-1 .tag-country {
        // width: 300px !important;
    }
}

@media screen and (max-width: 1390px) {
    .white nav a {
       padding: 10px 0px 10px 0px;
    }
}


@media screen and (min-width: 1680px) {
    .home-word {
       // padding: 31% 15%;
    }
}
@media screen and (max-width: 770px) {
    // .home-blue {
    //    display: none;
    // }
}
@media screen and (max-width: 800px) {
    .home-word {
       display: none;
    }
}


@media screen and (min-width:800px) and (max-width:1400px){
    .home-word {
       padding: 5% 5%;
    }
}

@media screen and (min-width:800px) and (max-width:1650px) {
    .home-wrapper .swiper-slide .img-box img {
        height: 370px !important;
    }
    .home-five .home-word {
        height: 370px !important;
        padding: 10px;
    }
    .home-wrapper .swiper-slide .img-box .subA img {
        height: 370px !important;
    }
    .home-wrapper .swiper-slide .img-box .subDiv img {
        height: 180px !important;
    }
    .home-word p:last-child {
        height: 86px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        line-height: 22px !important;
    }
    .swiper-news .newsCon p {
        height: 84px;
        -webkit-line-clamp: 3;
    }
    .home-word p:nth-child(2) {
        font-size: 16px;
    }
    .home-word p:nth-child(5) {
        font-size: 18px;
    }


}


@media screen and (min-width:768px) and (max-width:1036px){
    .headerBox .headerTop .lef {
        width: 10%;
    }
    .headerBox .headerTop .lef img {
        width: 94%;
        margin-top: 14px;
    }
    .headerBox .headerTop .right {
        width: 90%;
        font-size: 14px;
    }
    .headerBox .headerTop .right > div.phone {
        font-size: 14px;
    }
}


/* 手机响应式 */
@media screen and (max-width: 540px) {
    footer.alt {
        padding: 30px 0 50px 0;
    }
    .yumfoot-menu {
        display: block;
    }
    .tubiao img {
        width: 25%;
        padding-bottom: 10px;
height:125px;
    }
    .aboutusTop {
        padding: 35px 0 20px 0;
    }
    .aboutusTop .txt {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .aboutusTop .txt p {
        margin-bottom: 7px;
    }
    .timecontainer .timeitem {
        padding: 0 15px;
        box-sizing: border-box;
        margin-bottom: 60px;
    }
    .jxNew  {
        padding: 18px 0 25px 0;
    }
    .jxNew img {
        padding: 0 5px 15px 25px;
        box-sizing: border-box;
    }
    .homeMap {
        padding-top: 0;
    }
    .home-wrapper .homeNewWenhua p {
        font-size: 16px;
        padding: 0 15px;
    }
    .home-wrapper .homeNewWenhua {
        margin-bottom: 60px;
    }
    .titleNew {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .anliHang .chang {
        width: 100%;
        margin-bottom: 15px;
    }
    .newsNew {
        padding: 10px 0;
    }
    .homeNewAnli {
        margin-bottom: 35px;
    }
    .anliHang {
        padding: 0;
    }
    .anliHang .duan {
        width: 100%;
        margin-bottom: 15px;
    }
    .anliHang.anliHangTwo .chang {
        width: 100%;
    }
    .anliHang.anliHangTwo .duan {
        width: 100%;
        margin-bottom: 15px;
    }
    .leftTitle p {
        margin-bottom: 0;
    }
    .leftTitle h5 {
        padding-bottom: 0;
        font-size: 16px;
        margin: 0;
    }
    .leftTitle h6 {
        font-size: 14px;
        margin: 5px 0 15px 0;
    }
    header.initMob {
        display: block;
    }
    header.initPc {
        display: none;
    }
    .home-blue {
        width: 100%;
    }
    .home-blue .leftTitle {
        text-align: left;
        padding-left: 10px;
    }
    .home-wrapper .cont-detail .home-max {
        height: auto;
    }
    .home-wrapper .big-heading .color {
        height: auto;
    }
    .swiper-works .img-box .subA {
        // display: none;
    }
    .swiper-container.swiper-works {
        width: 100%;
        padding-bottom: 20px;
    }
    .works-content {
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .works-content .anliPic {
        width: 100%;
        padding: 0 10px;
    }
    .swiper-works .img-box {
        width: 100%;
    }
    .swiper-works .img-box .subA {
        width: 100%;
    }
    .swiper-works .img-box .subDiv {
        display: none;
        width: 50%;
        overflow: hidden;
        margin-top: 10px;
    }
    .swiper-works .img-box .subDiv > a {
        width: 100%;
    }
    .swiper-works .img-box img {
        height: 250px;
    }
    .works-content .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .works-content .swiper-pagination-fraction {
        bottom: -5px;
    }
    .home-wrapper .home-news {
        margin: 20px 0 20px 0;
    }
    .col-md-12.home-news {
        padding: 0 15px !important;
    }
    .home-news .col-md-6 {
        width: 100% !important;
        padding: 0;
    }
    .home-news #projectsBig {
        padding: 0 !important;
    }
    .home-news .owl-item {
        margin-right: 0;
    }
    .home-news .devider-widget {
        width: 100% !important;
        border-bottom: none;
        line-height: 28px;
        height: auto !important;
    }
    .home-news .devider-rooms-detail {
        width: 100%;
    }
    .home-whitepage {
        padding-top: 0;
    }
    .home-whitepage .feature-1 {
        margin: 0;
    }
    .home-whitepage .cont-detail {
        padding: 0;
        padding-bottom: 15px;
    }
    .home-whitepage .cont-detail a {
        display: inline-block;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .whitepage.home-whitepage {
        padding: 0;
    }
    .home-rated {
        padding: 0 0 20px 0;
    }
    .home-wrapper #newf {
        margin-bottom: 0px !important;
    }
    footer .col-md-4.text-right {
        padding-top: 20px;
    }
    footer .social-icons-subnav span {
        padding: 12px;
    }
    .swiper-news .newsCon h3 {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .home-news .swiper-news {
        width: 94%;
        margin: 0 10px;
    }
    .swiper-news .newsCon p {
        display: none;
    }
    .home-wrapper .globalPic {
        width: 100%;
        padding: 0 10px;
        margin-right: 0;
    }
    .home-wrapper .globalPic img {
        width: 100%;
    }
    .homeAbout {
        width: 90%;
    }
    .homeAbout a {
        font-size: 12px;
        margin: 0px 0 35px 0;
        padding: 0;
    }
    .home-news .devider-widget {
        font-size: 18px !important;
    }
    .home-wrapper .works-content {
        padding-right: 0 !important;
    }
    .swiper-works .cover-title {
        height: 36px;
        line-height: 36px;
        font-size: 12px;
    }
    .subfooter {
        padding-top: 0;
    }
    .subfooter.no-bottom .container-fluid.m-5-hor .col-md-3.col-md-offset-1 {
        width: 100%;
        margin-left: 0;
    }
    .subfooter.no-bottom .tag-country {
        font-size: 16px;
        width: 100% !important;
    }
    .timecontainer .timeitem .year {
        padding: 0 0 15px 0;
    }
    .timecontainer .timeitem {
        margin-left: 0 !important;
    }
    .timecontainer .timeitem .year section {
        padding: 0;
    }
    .timecontainer #timeline {
        margin-top: 20px;
    }
    .about-md-4 {
        margin-top: 20px !important;
    }
    .row.about-row {
        margin: 0;
        margin-top: 35px;
    }
    .row.about-row .col-md-6 {
        width: 100%;
    }
    .about-word p.one {
        font-size: 20px;
        padding: 10px 0;
        margin: 15px 0;
    }
    .gal-home.about-word {
        margin-bottom: 20px;
    }
    .row.about-row .col-md-6.col-lg-6 {
        height: auto;
        padding: 0;
    }
    .aboutus-wrapper .big-content {
        padding: 0;
        position: static;
    }
    .aboutus-wrapper .big-list {
        width: 100%;
        height: auto;
    }
    .big-list p:nth-child(3) {
        font-size: 16px;
        margin: 10px 0;
    }
    .big-list p:nth-child(4) {
        font-size: 14px;
    }
    .big-list p:first-child {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
    }
    .aboutus-wrapper .gal-home img {
        margin-bottom: 0 !important;
    }
    .us-whitepage .row > div:first-child {
        width: 100%;
    }
    
     .col-lg-4 > div:first-child {
        padding: 0 !important;
    }
    .us-whitepage .row .col-lg-6 > div:first-child {
        padding: 0 !important;
        margin: 0 !important;
    }

    .us-whitepage .row .col-lg-6.lg-two-6 > div:first-child {
        width: 100% !important;
        text-align: left;
    }
    .us-whitepage {
        margin-bottom: 20px;
    }
    .tp-simpleresponsive #departmentPicture img {
        width: 100%;
    }
    .whitepage.museum1-whitepage {
        padding: 0;
    }
    .museum-wrapper .revolution-museum {
        height: 180px !important;
    }
    #about-us-1 .alt-font {
        font-size: 16px !important;
    }
    .museum1-whitepage .onStep.animated.fadeInUp {
        padding: 0 5px;
        text-align: center;
    }
    .md-12-museum .col-md-6.col-lg-4 {
        width: 100%;
    }
    .science-whitepage {
        padding: 0;
        text-align: center;
    }
    .purple-wrapper .line-title {
        margin-top: 20px;
    }
    .purple-wrapper .line-title .title {
        width: 100%;
    }
    .purple-wrapper .word {
        width: 100%;
    }
    .purple-content {
        padding: 0 15px;
    }
    .purple-art {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .purple-wrapper .threeOne {
        width: 70%;
        margin-top: 15px;
    }
    .purple-wrapper .seven-box .seven-left {
        width: 100%;
    }
    .purple-wrapper .seven-box .seven-center {
        width: 100%;
        padding: 0;
    }
    .purple-wrapper .seven-box .seven-right {
        width: 100%;
    }
    .purple-wrapper .seven-box {
        margin-bottom: 20px;
    }
    .purple-wrapper .word-art {
        margin-top: 20px;
    }
    .purple-wrapper .onlyLeft {
        width: 100%;
    }
    .purple-wrapper .onlyLeft img {
        width: 100%;
    }
    .purple-wrapper .onlyRight {
        width: 100%;
        margin-top: 0;
        text-align: left;
    }
    .purple-wrapper .onlyRight img {
        width: 100%;
    }
    .purple-wrapper .media-box {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .purple-wrapper .media-box a {
        width: 50%;
        padding-right: 5px;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .science-whitepage .onStep.animated {
        padding: 0;
    }
    .seven-box a div p:nth-child(2) {
        font-size: 12px;
    }
    .purple-wrapper .int-left-bottom a:first-child {
        padding-right: 5px;
    }
    .purple-wrapper .int-right-top img {
        padding-left: 5px;
        padding-bottom: 5px;
    }
    .purple-wrapper .int-right-bottom {
        padding-left: 5px;
    }
    .purple-wrapper .int-left-top {
        padding-bottom: 4px;
    }
    .purple-wrapper .big-img {
        margin-top: 20px;
    }
    .md-12-museum .gal-home {
        margin-bottom: 15px;
    }
    .contact-wrapper #subheader img {
        width: 72%;
        margin-top: 230px;
        margin-right: 130px;
    }
    .contact-wrapper .whitepage {
        padding: 0;
    }
    .contact-wrapper .whitepage .m-5-hor {
        padding: 0 15px !important;
    } 
    .mudetail-wrapper .revolution-museum {
        height: 180px !important;
    }
    .mudetail-wrapper .mudetail-whitepage {
        padding: 0 !important;
    }
    .mudetail-wrapper .mudetail-whitepage .onStep.animated.fadeInUp {
        padding: 0 5px;
        text-align: center;
    }
    .mudetail-wrapper .muse-content {
        padding: 20px 0;
    }
    .mudetail-wrapper .muse-content .left-content {
        width: 100%;
    }
    .mudetail-wrapper .left-content .mu-m1 {
        width: 100%;
    } 
    .mudetail-wrapper .mu-word {
        left: 10%;
        width: 90%;
    }
    .mudetail-wrapper .pic-box a {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    .mudetail-wrapper .pic-box a img {
        height: auto;
    }
    .mudetail-wrapper .lunbo .swiper-content .swiper-slide img {
        height: 300px;
    }
    .mudetail-wrapper .lunbo .swiper-container.swiper-content {
        height: auto !important;
    }
    .mudetail-wrapper .lunbo .swiper-container {
        margin-bottom: 20px;
    }
    .mudetail-wrapper .page-box a:nth-child(2) {
        margin-top: 20px;
    }
    .mudetail-wrapper .page-box {
        margin-bottom: 20px;
    }
    .mudetail-wrapper .anli-contant .anli-left {
        width: 100%;
    }
    .mudetail-wrapper .anli-box {
        padding: 0 10px;
    }
    .mudetail-wrapper .anli-top a, .mudetail-wrapper .anli-bottom a, .mudetail-wrapper .anli-contant .anli-right {
        width: 100%;
    }
    .mudetail-wrapper .anli-bottom a {
        margin-bottom: 5px;
        margin-left: 0;
    }
    .mudetail-wrapper .anli-contant {
        margin-bottom: 20px;
    }
    .mudetail-wrapper .anli-right a img {
        margin-bottom: 5px;
    }
    .mudetail-wrapper .anli-box2 .anli-bottom a:first-child {
        padding-left: 0;
    }
    .mudetail-wrapper .anli-box2 .anli-top a:first-child {
        margin-left: 0;
    }

    .news-wrapper #subheader.subheader img {
        width: 25%;
        margin-top: 245px;
        margin-right: 150px;
    }
    .news-wrapper #content {
        padding: 0;
    }
    .news-wrapper #content .col-md-3 {
        padding: 0;
        margin-bottom: 15px;
    }
    .news-wrapper #content .col-md-10 {
        padding: 0;
    }
    .news-wrapper #filter-porto {
        margin: 0;
        text-align: left !important;
        margin-bottom: 20px;
    }
    .news-wrapper .gal-home {
        margin-bottom: 20px;
    }
    .news-wrapper .pagination {
        margin-bottom: 0;
    }
    .news-wrapper ul.pagination li a {
        margin-bottom: 10px;
    }

    .newsdetail-wrapper #subheader.subheader img {
        width: 25%;
        margin-top: 245px;
        margin-right: 150px;
    }
    .newsdetail-wrapper #content {
        padding: 0;
    }
    .col-md-12.newsdetail-md-12 {
        padding: 0;
    }
    .newsdetail-md-12 #filter-porto {
        margin: 0;
        padding: 0;
        text-align: left !important;
    }
    .newsdetail-whitepage {
        padding-top: 20px;
    }
    .newsdetail-wrapper .col-sm-8.p-30 {
        left: 0 !important;
    }
    .contact-map {
        padding: 20px 0;
    }
    .contact-map .map-box > p {
        margin-top: 20px;
        font-size: 18px;
        padding-left: 15px;
    }
    .contact-map .map-box {
        width: 90%;
        left: 5%;
    }
    .contact-map .map-box > div {
        padding: 15px;
    }
    .contact-map .map-box > div li h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .contact-map .map-box > div li span {
        font-size: 12px;
    }
    .contact-map .map-box > div li {
        margin-bottom: 10px;
    }
    .contact-map img {
        margin-top: 550px;
        margin-bottom: 20px;
    }
    .category-box a {
        padding: 2px 9px;
        margin-top: 15px;
    }
    .category-box {
        padding: 0 0 20px 0;
        margin-bottom: 0;
    }
    .news-detail .article img {
        width: 100% !important;
        padding: 0;
    }
    .newsdetail-wrapper .big-heading {
        font-size: 18px !important;
        line-height: 26px !important;
    }
    .newsdetail-whitepage {
        padding: 20px 0;
    }
    .news-wrapper .gal-home-content .col-md-12 h4 {
        height: auto !important;
    }
    .news-wrapper .gal-home-content .col-md-12 > .col-md-8 {
        padding-top: 0 !important;
    }
    .news-wrapper .gal-home-content .col-md-12 > .col-md-8 > div {
        margin-top: 0 !important;
    }
    .news-wrapper .gal-home-content .col-md-12 p {
        height: auto;
    }
    .wrap-subfooter {
        padding: 10px 0;
    }
    .big-heading {
        font-size: 18px !important;
    }
    #subheader {
        width: 100% !important;
        height: 300px !important;
        padding: 0 !important;
        background: url(../img/bg-banner.jpg) no-repeat !important;
        background-size:100% 100% !important;
    }
    .news-wrapper .img-12 img ,.newsdetail-wrapper .img-12 img {
        width: 35%;
    }
    hr {
        margin: 20px 0;
    }
    .about-word a .img1 {
        width: 70px;
        height: 64px;
    }
    .about-word a .img2 {
        width: 90px;
        height: 61px;
    }
    .about-word a .img3 {
        width: 80px;
        height: 70px;
    }
    .about-word a .img4 {
        width: 85px;
        height: 65px;
    }
    .aboutusImg img {
        width: 35%;
    }
    .mudetail-wrapper .mu-word p:nth-child(1) {
        width: 97% !important;
    }
    .mudetail-wrapper .mu-word p:nth-child(3) {
        height: 380px !important;
        overflow: hidden;
    }
    .seeMore {
        font-size: 14px;
    }
    .purple-wrapper .fullwidthbanner-container img {
        height: auto !important;
        width: 100%;
    }



    .aboutNew img {
        margin-top: 0 !important;
    }








}





