.ref-itemhtml, body, div, span, p, ul, li, ol, label, h1, h2, h3, h4, h5, h6, section {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.icon {
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.p0 {
    padding: 0;
    /* margin-top: 20px; */
}

.pr0 {
    padding-right: 0;
}

.pl0 {
    padding-left: 0;
}

.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0;
}

.pl15 {
    padding-left: 15px;
}

.m0 {
    margin: 0;
}

.mt0 {
    margin-top: 0;
}

.mr0 {
    margin-right: 0;
}

.ml0 {
    margin-left: 0;
}

.mb0 {
    margin-bottom: 0;
}

.mt20 {
    margin-top: 20px;
}

.mr20 {
    margin-right: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.btn-plain {
    outline: none;
    border: none;
    background-color: transparent;
}

.btn-plain:hover, .btn-plain:focus {
    text-decoration: none;
    outline: none;
    border: none;
}

button a {
    color: inherit;
}

button a:hover, button a:focus {
    text-decoration: none;
    color: inherit;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.logo-box {
    display: inline-block;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/montserrat/Montserrat-Regular.otf");
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url("../fonts/montserrat/Montserrat-Bold.ttf");
}

body {
    font-family: 'Montserrat';
    background-color: white;
}

.bg-main {
    background: url("../img/main/bc.png") no-repeat center/cover;
}

.wrapper {
    width: 1440px;
    margin: 0 auto;
    position: relative;
}

.main-content {
    padding-left: 200px;
    padding-top: 76px;
}

.news-box .container .row {
    display: flex;
}
.main-content-index {
    padding-top: 0;
}

.header-fixed {
    z-index: 9;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: white;
    padding-left: 249px;
    -webkit-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08);
}

.header-fixed .header-top {
    padding-top: 7px;
    background-color: transparent;
}

.header-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo-top .logo-box {
    height: 66px;
    width: 66px;
}

.logo-top .logo-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.logo-text {
    padding-left: 8px;
}

.logo-text h2 {
    font-size: 12px;
    font-family: "Montserrat Bold";
    color: white;
}

.logo-text span {
    font-size: 12px;
    color: white;
    font-family: "Montserrat Bold";
}

.icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.social-link, .social-link-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
}

.social-link li a {
    display: flex;
    justify-content: center;
    align-items: center;
    
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 7px 8px;
    margin-right: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.03);
    color: rgba(0, 0, 0, 0.5);
}

.social-link li a:hover, .social-link li a:focus {
    background-color: rgba(15, 110, 255, 0.24);
    color: #0F6EFF;
}

.social-link-white li a {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    padding: 7px 8px;
    margin-right: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.24);
    color: rgba(255, 255, 255, 0.5);
}

.social-link-white li a:hover, .social-link-white li a:focus {
    background: rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 1);
}

.social-link li a {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    padding: 7px 8px;
    margin-right: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.24);
    color: rgba(255, 255, 255, 0.5);
}

.social-link li a:hover, .social-link li a:focus {
    background: rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 1);
}

.lang-box {
    position: relative;
    margin-right: 75px;
}

.header-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lang-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.lang-link li a {
    font-family: 'Roboto';
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1.2px;
    color: rgba(0, 0, 0, 0.4);
    padding: 8px;
}

.lang-link li a:hover {
    color: #0F6EFF;
}

.lang-link li.active a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #0F6EFF;
}

.header-main {
    padding-left: 270px;
}

.header-main .header-top {
    position: relative;
    height: 200px;
    background-color: transparent;
    padding: 50px;
}

.header-main .header-top .logo-cover .logo-text {
    padding-left: 0;
}

.header-main .header-top .logo-cover .logo-text h2 {
    padding-left: 24px;
    font-size: 24px;
    color: #000000;
    max-width: 700px;
}

.bg-main .header-main .header-top .logo-cover .logo-text h2 {
    padding-left: 24px;
    font-size: 24px;
    color: white;
    max-width: 700px;
}

.bg-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 74px;
    z-index: -1;
}

.bg-header img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

nav {
    z-index: 99;
    position: fixed;
    top: 0;
    height: 100%;
    padding: 16px;
    width: 248px;
    float: left;
    left: 0;
    background: url("../img/main/bc.png") no-repeat right;
    /*background-position: right;*/
    -webkit-box-shadow: 8px 0px 12px rgba(0, 0, 0, 0.08);
    box-shadow: 8px 0px 12px rgba(0, 0, 0, 0.08);
}

.bg-trans {
    background: transparent;
    left: 50px;
}

.nav-side {
    position: relative;
    height: 100%;
}

.ornament-side {
    position: absolute;
    bottom: -16px;
    right: -16px;
}

.ornament-side img {
    max-height: 299px;
    max-width: 266px;
    -o-object-fit: cover;
    object-fit: cover;
}

.nav-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

.nav-top a:hover {
    text-decoration: none;
}

.nav-top .logo-box img {
    width: 48px;
    height: 48px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.nav-top-text {
    padding-left: 8px;
}

.nav-top-text p {
    font-weight: 500;
    line-height: normal;
    font-size: 14px;
    color: #FFFFFF;
}

.nav-top-text span {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

input {
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: white;
    padding: 8px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

input::-webkit-input-placeholder {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

input::-moz-placeholder {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

input:-ms-input-placeholder {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

input::-ms-input-placeholder {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

input::placeholder {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

.search-form {
    margin-bottom: 50px;
}

.search-form input {
    width: 100%;
}

.search-form input.main-input {
    background-color: rgba(255, 255, 255, 0.24);
    color: rgba(255, 255, 255, 1);
    border: transparent;
}

.search-form input.main-input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.m-menu {
    margin-bottom: 40px;
}

.m-menu li a {
    width: 100%;
    line-height: 13px;
    font-size: 14px;
    letter-spacing: -0.3px;
    color: black;
    display: inline-block;
    padding: 10px 16px 10px 0;
}

.m-menu li a:hover, .m-menu li a:focus {
    text-decoration: none;
    color: black;
}

.m-menu-white, .m-menu {
    margin-bottom: 40px;
}

.m-menu-white li a, .m-menu li a {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: -0.3px;
    display: inline-block;
    padding: 10px 16px 10px 0;
    color: white;
}

.m-menu-white li a:hover, .m-menu-white li a:focus, .m-menu li a:hover, .m-menu li a:focus {
    text-decoration: none;
    color: white;
}

.arrow-right {
    background: url("../img/icon/Arrow-right.png") no-repeat;
    width: 6px;
    height: 9px;
}

.logo-cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-cover a:hover, .logo-cover a:focus {
    text-decoration: none;
}

.bg-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 8px;
}

.bg-box img {
    width: 74px;
    height: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.bg-box-text p {
    font-size: 12px;
    text-align: right;
    color: rgba(0, 0, 0, 0.3);
    opacity: 0.6;
    padding-right: 4px;
}

.bg-main .bg-box-text p {
    color: rgba(255, 255, 255, 0.8);
}

.bg-cover {
    margin-bottom: 40px;
}

.ornament-top {
    width: 64px;
    height: 64px;
}

.ornament-top img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.i-post {
    background: url("../img/icon/post.png") no-repeat;
    width: 21px;
    height: 19px;
    margin-right: 8px;
}

.i-phone {
    background: url("../img/icon/phone.png") no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.i-post-white {
    background: url("../img/icon/post-white .png") no-repeat;
    width: 21px;
    height: 19px;
    margin-right: 8px;
}

.i-phone-white {
    background: url("../img/icon/phone-white.png") no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.info-cover-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
}

.info-cover-item span, .info-cover-item a {
    font-size: 14px;
    color: white;
}

.info-cover-item span:hover, .info-cover-item span:focus, .info-cover-item a:hover, .info-cover-item a:focus {
    text-decoration: none;
    color: white;
}

.info-cover-white .info-cover-item span, .info-cover-white .info-cover-item a {
    color: white;
}

.info-cover-white .info-cover-item span:hover, .info-cover-white .info-cover-item span:focus, .info-cover-white .info-cover-item a:hover, .info-cover-white .info-cover-item a:focus {
    color: white;
}

.main-top {
    margin-bottom: 40px;
}

.main-item {
    position: relative;
    margin-right: -30px;
}

.main-item-img {
    width: 100%;
    height: 400px;
}

.main-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.main-item-caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 24px 24px 24px;
}

.main-item-caption h1 {
    max-height: 80px;
    overflow: hidden;
    font-size: 36px;
    color: #FFFFFF;
    font-family: "Montserrat Bold";
}

.video-item {
    width: 332px;
    height: 400px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    float: right;
}

.video-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-item .i-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
}

.news-box {
    margin-bottom: 40px;
}

.news-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}

.news-head h2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    font-family: 'Montserrat Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #3C3D41;
}

.bg-main .news-head h2 {
    color: white;
}

.news-head a {
    font-size: 14px;
    text-align: right;
    color: #1295FF;
}

.bg-main .news-head a {
    color: white;
}

.news-head a:hover, .news-head a:focus {
    color: #1295FF;
    text-decoration: none;
}

.news-box a:hover, .news-box a:focus {
    text-decoration: none;
}

.newslg-item {
    position: relative;
}

.newslg-item-img {
    height: 545px;
    width: 100%;
}

.newslg-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.newslg-item-caption {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    /* width: 100%; */
    padding: 0 40px 40px 40px;
}

.newslg-item-caption h2 {
    font-family: "Montserrat Bold";
    font-size: 24px;
    color: #FFFFFF;
    max-height: 80px;
    margin-bottom: 8px;
    overflow: hidden;
}

.newslg-item-caption h2:hover {
    text-decoration: underline;
}

.newslg-item-caption p {
    font-size: 14px;
    color: #FFFFFF;
    max-height: 66px;
    overflow: hidden;
}

.newslg-item-caption p:hover {
    text-decoration: underline;
}

.date-span {
    font-weight: 600;
    line-height: 15px;
    font-size: 10px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 4px;
    margin-right: 30px;
}
.view {
    font-weight: 600;
    line-height: 15px;
    font-size: 10px;
    text-transform: uppercase;
    color: #838D8F;
    margin-bottom: 4px;
    margin-left: 5px;
}
.news-span{
    display: flex;
    justify-content: flex-start;
}
.news-span i{
    font-size: 12px;
    color: #838D8F;
    margin-bottom: 4px;
    line-height: 15px;
}


.newssm-item {
    position: relative;
    margin-bottom: 24px;
}

.newssm-item-img {
    height: 166px;
    width: 100%;
    margin-bottom: 8px;
}

.newssm-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.newssm-item-caption h3 {
    font-family: "Montserrat Bold";
    height: 70px;
    margin-bottom: 8px;
    overflow: hidden;
    line-height: 23px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}

.newssm-item-caption h3:hover {
    text-decoration: underline;
}

.bg-main .newssm-item-caption h3 {
    color: rgba(255, 255, 255, 0.8);
}

.newssm-item-caption .date-span {
    color: #838D8F;
    margin-bottom: 8px;
}

.bg-main .newssm-item-caption .date-span {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
}

.tour-box {
    margin-bottom: 60px;
}

.tour-box .container .row {
    display: flex;
}

.main-top .container .row {
    display: flex;
}

.tourlg-item {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.tourlg-item-img {
    height: 258px;
    width: 100%;
    background-color: black;
}

.tourlg-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.9;
}

.tourlg-item-caption {
    height: 82px;
    position: absolute;
    background: url("../img/main/round2.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 30px 25px 25px 25px;
}

.tourlg-item-caption h2 {
    line-height: 23px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    height: 38px;
    overflow: hidden;
}

.toursm-item {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
}

.toursm-item-img {
    height: 258px;
    width: 100%;
}

.toursm-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.toursm-item-caption {
    height: 104px;
    position: absolute;
    width: 90%;
    bottom: 0;
    left: 0;
    padding: 25px 20px 20px 20px;
    background: url("../img/main/round2.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.toursm-item-caption h2 {
    line-height: 23px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    height: 85px;
    overflow: hidden;
    max-width: 168px;
    margin: 0 auto;
}

.toursm-item-round {
    background: url("../img/main/round3.png") no-repeat;
    padding: 20px 20px 20px 20px;
}

.show-more {
    font-family: 'Montserrat Bold';
    display: inline-block;
    line-height: 13px;
    font-size: 10px;
    text-align: right;
    color: #00A8FF;
}

.show-more:hover, .show-more:focus {
    color: #00A8FF;
    text-decoration: underline;
}

.show-more .fa-angle-right {
    margin-left: 8px;
    font-size: 10px;
    text-align: right;
    color: #00A8FF;
}
.slick-prev{
   left: -19px;
}
.slick-next{
    right: -19px;
}
.link-box, .sl-box, .video-box {
    margin-bottom: 40px;
}
.slick-prev:before{
    content: url("../img/icon/left-arrow.png");
}
.slick-next:before{
    content: url("../img/icon/right-arrow.png");
}

.link-cover {
    display: inline-block;
    width: 100%;
    padding: 8px 16px;
    margin-bottom: 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #0F6EFF;
}

.link-cover:hover {
    background-color: #0c5fde;
}

.link-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
}

.link-item p {
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 16px;
}

.video-lg {
    height: 410px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.link-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
}

.i-play {
    background: url("../img/icon/Play.png") no-repeat;
    width: 72px;
    height: 72px;
}

.reform-box {
    padding: 12px 12px 2px 12px;
    margin-bottom: 16px;
}

.reform-cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.reform-item {
    margin-bottom: 10px;
}

.reform-item-img {
    width: 160px;
    height: 90px;
    margin-bottom: 16px;
}

.reform-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.reform-item-caption p {
    font-family: 'Museo Sans';
    font-size: 15px;
    text-align: center;
    color: #000000;
    height: 38px;
    overflow: hidden;
    vertical-align: middle;
    max-width: 154px;
    font-weight: 600;
}

.ref-item {
    height: 88px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    background-color: white;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom:  16px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6bcdf6+0,09a0e0+66,09a0e0+100 */
    background: #6bcdf6; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #6bcdf6 0%, #09a0e0 66%, #09a0e0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #6bcdf6 0%,#09a0e0 66%,#09a0e0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #6bcdf6 0%,#09a0e0 66%,#09a0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bcdf6', endColorstr='#09a0e0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.ref-item-img {
    max-width: 48px;
    max-height: 48px;
}

.ref-item-img img {
    max-width: 48px;
    max-height: 48px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.ref-item-caption {
    padding-left: 8px;
    flex: 2;
}

.ref-item-caption p {
    font-family: 'Museo Sans';
    max-height: 42px;
    overflow: hidden;
    font-size: 12px;
    line-height: normal;
    color: white;
}
.ref-item-caption p:hover, .ref-item-caption p:focus{
    text-decoration: none;
}
.ref-item-caption a {
    font-family: 'Museo Sans';
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.ref-item-caption a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}
.ref-side-img{
    background: url("../img/icon/orn.png") repeat-y;
    width: 20px;
    height: 89px;
    flex-shrink: 0;
}

.ref-box {
    margin-bottom: 80px;
}

footer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-top {
    padding-left: 214px;
}

.footer-top .nav-top-text p {
    font-family: "Montserrat Bold";
    color: #000000;
    max-width: 160px;
}

.footer-top .nav-top-text span {
    color: rgba(0, 0, 0, 0.6);
}

.footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-menu li a {
    font-family: "Montserrat Bold";
    line-height: 20px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    padding-left: 16px;
}

.footer-menu li a:hover {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

.footer-middle {
    padding-top: 24px;
}

.footer-middle .phone-link {
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
}

.footer-middle .phone-link:hover {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

.footer-middle .social-link {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-bottom {
    background: url("../img/icon/ornamnet-bottom.png") repeat-x;
    height: 64px;
}

.side-item {
    padding: 24px 24px 32px 24px;
    margin-bottom: 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    overflow: hidden;
}

.side-item-img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 16px auto;
}

.side-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.side-item-caption p {
    font-weight: 600;
    line-height: 23px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    height: 84px;
    overflow: hidden;
}

.bg-blue {
    background: url("../img/logo/bg-blue.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.blue-gradient {
    background: url("../img/logo/bg-blu-light.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.side-digital {
    margin-bottom: 16px;
    position: relative;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    overflow: hidden;
}

.side-digital-img {
    height: 278px;
    width: 100%;
}

.side-digital-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.side-digital-caption {
    position: absolute;
    bottom: 0;
    padding-bottom: 32px;
    width: 100%;
}

.side-digital-caption p {
    max-width: 184px;
    font-weight: 600;
    line-height: 29px;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
}

.side-whatsapp {
    background-color: #33B320;
    margin-bottom: 16px;
    position: relative;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    overflow: hidden;
    padding: 26px 24px 24px 24px;
}

.side-whatsapp h3 {
    font-family: "Montserrat Bold";
    line-height: 12px;
    font-size: 10px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 36px;
    overflow: hidden;
    max-width: 185px;
    margin: 0 auto;
}

.side-whatsapp-img {
    width: 50px;
    height: 50px;
    margin: 16px auto 24px auto;
}

.side-whatsapp-img img {
    width: 100%;
    height: 100%;
}

.side-whatsapp p {
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.btn-whats {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding: 8px 16px;
    color: #FFFFFF;
    border: 1px solid #EDEDED;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
}

.btn-whats:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.side-map {
    margin-bottom: 16px;
    position: relative;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    overflow: hidden;
}

.side-map-img {
    height: 297px;
    width: 100%;
}

.side-map-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.side-map-caption {
    position: absolute;
    bottom: 0;
    padding: 0 16px 16px 16px;
    width: 100%;
}

.side-map-caption p {
    font-family: "Montserrat Bold";
    max-width: 184px;
    line-height: 13px;
    font-size: 10px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 auto 5px auto;
}

.side-map .btn-whats {
    width: auto;
    padding: 8px 24px;
}

.side-gallery {
    margin-bottom: 16px;
    position: relative;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    overflow: hidden;
}

.side-gallery-top {
    padding: 16px;
    background-color: white;
    border-bottom: 1px solid #EEEEEE;
}

.side-gallery-top h3 {
    font-family: "Montserrat Bold";
    line-height: 14px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3C3D41;
    text-align: center;
}

.side-gallery-content {
    background-color: white;
    padding: 8px;
}

.side-gallery-img {
    position: relative;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    height: 231px;
}

.side-gallery-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.i-gallery {
    background: url("../img/icon/i-gallery.png") no-repeat;
    width: 15px;
    height: 16px;
    position: absolute;
    top: 24px;
    right: 16px;
}

.breadcrumb {
    background-color: transparent;
    padding-left: 0;
    padding-top:  15px;
}

.breadcrumb li a {
    font-size: 10px;
    color: #888888;
}

.breadcrumb > .active {
    font-size: 10px;
    color: #0F6EFF;
}

.category-box {
    padding: 24px;
    margin-bottom: 24px;
}

.category-box a:hover {
    text-decoration: none;
}

.block-title {
    font-family: "Montserrat Bold";
    line-height: 29px;
    font-size: 20px;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.8);
}

.category-item {
    padding-bottom: 16px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 40px;
}

.category-item-img {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 284px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 16px;
}

.category-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.category-item-caption h2 {
    font-family: "Montserrat Bold";
    height: 60px;
    overflow: hidden;
    line-height: 29px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 5px;
}

.category-item-caption h2:hover {
    text-decoration: underline;
}

.category-item-caption p {
    line-height: 18px;
    font-size: 12px;
    height: 50px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.8);
}

.category-item-caption .date-span {
    color: #838D8F;
}

.category-page {
    margin-bottom: 5px;
}

.category-page p, .category-page span {
    font-size: 12px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.category-bottom {
    text-align: center;
}

.show-all {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #EEEEEE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    font-size: 14px;
    text-align: center;
    font-family: "Montserrat Bold";
    color: #0F6EFF;
}

.show-all:hover {
    color: #095bd8;
}

.newsin-box .block-title {
    line-height: 53px;
    font-size: 36px;
    max-height: 150px;
    overflow: hidden;
}

.newsin-box .date-span {
    margin-bottom: 24px;
}

.newsin-box img {
    /*max-height: 540px;*/
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 16px;
}

.newsin-box p {
    line-height: 23px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 24px;
}

.share-cover {
    margin: 20px 0;
}

.share-cover .ya-share2__container_size_m .ya-share2__icon {
    width: 36px;
    height: 36px;
}

.share-cover .ya-share2__badge {
    margin-right: 10px;
}

.related-news {
    margin-bottom: 80px;
}

.related-news a:hover {
    text-decoration: none;
}

.related-item {
    margin-bottom: 20px;
}

.related-item-img {
    width: 100%;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    height: 206px;
    margin-bottom: 10px;
}

.related-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.related-item-caption h3 {
    font-family: "Montserrat Bold";
    line-height: 23px;
    font-size: 16px;
    height: 69px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.8);
}

.related-item-caption h3:hover {
    text-decoration: underline;
}

.apparat-lg {
    padding: 40px 40px 16px 40px;
    margin-bottom: 16px;
}

.apparatlg-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

.apparatlg-item-img {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 16px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.apparatlg-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.apparatlg-item-caption {
    padding-left: 24px;
}

.apparatlg-item-caption h2 {
    font-family: "Montserrat Bold";
    font-size: 24px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 8px;
}

.apparatlg-item-caption p {
    line-height: 23px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 16px;
}

.apparatlg-item-caption a {
    font-size: 10px;
    text-transform: uppercase;
    color: #0F6EFF;
}

.apparatlg-item-caption a:hover {
    text-decoration: underline;
    color: #0F6EFF;
}

.apparatsm-item-top {
    padding: 24px;
}

.apparat-sm {
    margin-bottom: 16px;
}

.apparatsm-item-bottom {
    padding: 8px 24px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.apparatsm-item-bottom a {
    font-size: 10px;
    text-transform: uppercase;
    color: #0F6EFF;
}

.apparatsm-item-bottom a:hover {
    text-decoration: underline;
    color: #0F6EFF;
}

.apparatsm-item-img {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 16px auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.apparatsm-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.apparatsm-item-caption {
    padding-left: 24px;
}

.apparatsm-item-caption h2 {
    font-family: "Montserrat Bold";
    font-size: 24px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 8px;
    height: 72px;
    overflow: hidden;
    text-align: center;
}

.apparatsm-item-caption p {
    line-height: 23px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 16px;
    text-align: center;
}

.apparat-in {
    padding: 40px 116px 20px 116px;
}

.apparat-in .apparatlg-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.apparat-in .apparatlg-item-caption h2 {
    max-width: 440px;
}

.apparatlg-content p {
    line-height: 23px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 16px;
}

.apparatlg-content-bottom h2 {
    font-family: "Montserrat Bold";
    font-size: 24px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 16px;
}

.apparatlg-content-bottom h3 {
    font-size: 16px;
    font-family: "Montserrat Bold";
    color: #0F6EFF;
    margin-bottom: 8px;
}

.apparatlg-content-bottom p {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 16px;
    color: rgba(0, 0, 0, 0.8);
}

.contact-item {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.contact-list-cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 16px;
}

.contact-list {
    margin-bottom: 10px;
    margin-right: 30px;
}

.contact-list li {
    line-height: 23px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}

.contact-list li a {
    color: #0F6EFF;
}

.contact-list li a:hover {
    text-decoration: underline;
}

.contact-list li .phone-link {
    color: rgba(0, 0, 0, 0.8);
}

.contact-list li .phone-link:hover {
    text-decoration: none;
}

.contact-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.contact-map {
    padding-left: 16px;
}

.contact-bottom {
}

.contact-bottom-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.contact-bottom-head h2 {
    font-family: "Montserrat Bold";
    line-height: 29px;
    font-size: 20px;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    color: rgba(0, 0, 0, 0.8);
}

.contact-bottom-head .contact-search input {
    background: rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 308px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 12px;
    color: black;
}

.contact-bottom-head .contact-search input:focus {
    outline: none;
}

.contact-bottom-head .contact-search input::-webkit-input-placeholder {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

.contact-bottom-head .contact-search input::-moz-placeholder {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

.contact-bottom-head .contact-search input:-ms-input-placeholder {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

.contact-bottom-head .contact-search input::-ms-input-placeholder {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

.contact-bottom-head .contact-search input::placeholder {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

table th {
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    padding: 10px 24px;
}

table td {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    padding: 16px 24px;
}

table .td-author {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
}

table .td-blue {
    text-align: right;
    color: #02C5FF;
}

table .td-bold {
    font-family: "Montserrat Bold";
}

table .td-opacity {
    color: #838D8F;
}

.contact-table-cover {
    margin-top: 16px;
    margin-bottom: 16px;
}

.contact-table-cover .table-title {
    padding: 24px 24px 0 24px;
}

.contact-table-cover .table-title h2 {
    font-family: "Montserrat Bold";
    font-size: 20px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 16px;
}

.td-blue1 {
    color: #0F6EFF;
    font-family: "Montserrat Bold";
}

.tab-menu {
    border: none;
    margin-bottom: 8px;
}

.tab-menu li a {
    font-size: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: rgba(0, 0, 0, 0.6);
}

.tab-menu li a:hover {
    color: #0F6EFF;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

.tab-menu li.active a {
    color: #0F6EFF;
    text-decoration: none;
    border: none;
}

.tab-menu li.active a:hover {
    color: #0F6EFF;
    text-decoration: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
}

.nav-tabs > li > a {
    border: none;
}

.audio-cover {
    margin-bottom: 8px;
}

.audio-cover audio {
    width: 100%;
}

.service-cover {
    padding: 60px 24px;
}

.radio-label {
    position: relative;
}

.radio-label a {
    font-family: "Montserrat Bold";
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.radio-label a:hover {
    color: #0F6EFF;
    text-decoration: none;
}

.radio-label input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.apparat-tab {
    margin-bottom: 24px;
}

.apparat-tab li a {
    padding: 2px 12px 2px 0;
}

.apparat-tab li a:hover {
    color: #0F6EFF;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

.apparat-tab li.active a {
    color: #0F6EFF !important;
    text-decoration: none;
    border: none;
}

.apparat-tab li.active a:hover {
    color: #0F6EFF;
    text-decoration: none;
}

.blog-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #EEEEEE;
}

.blog-item-img {
    width: 216px;
    height: 144px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.blog-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-item-caption {
    padding-left: 16px;
}

.blog-item-caption h2 {
    line-height: 35px;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.8);
    font-family: "Montserrat Bold";
    max-height: 121px;
    overflow: hidden;
}

.blog-item-caption h2:hover {
    color: #0F6EFF;
}

.blog-item .blog-item-pl {
    padding-left: 0;
}

.blog-box a:hover {
    text-decoration: none;
}

.blog-question-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

.blog-question-head h2 {
    line-height: 23px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    max-height: 66px;
    overflow: hidden;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding-right: 10px;
}

.blog-question-head .btn-blue {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.btn-blue {
    background-color: #0F6EFF;
    font-size: 12px;
    text-align: center;
    padding: 8px 12px;
    color: #FFFFFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    border: none;
}

.btn-blue:focus {
    outline: none;
    border: none;
}

.question-item {
    position: relative;
    background: rgba(0, 0, 0, 0.04);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 16px 4px;
    margin-bottom: 16px;
}

.question-item p {
    line-height: 20px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding-right: 32px;
    padding-left: 12px;
}

.question-item .btn-plain {
    width: 32px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    top: 16px;
    right: 16px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.answer-item {
    padding: 16px;
    background-color: white;
    display: none;
}

.question-popup {
    width: 760px;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -380px;
    background-color: white;
    padding: 64px 40px 24px 40px;
    display: none;
    z-index: 999;
}

.question-popup h3 {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 16px;
}

.showed {
    display: block;
}

textarea {
    border: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 12px;
    background-color: transparent;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    resize: none;
    width: 100%;
    height: 97px;
}

textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

textarea::-moz-placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

textarea:-ms-input-placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

textarea::-ms-input-placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

textarea::placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.gallery-box .category-item {
    border-bottom: none;
}

.control-box {
    padding: 40px 0 24px 0;
    margin-bottom: 40px;
}

.control-top {
    padding-left: 116px;
    padding-right: 116px;
}

.control-top p {
    line-height: 23px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 16px;
}

.control-map {
    padding: 24px;
    height: 749px;
    width: 100%;
}

.control-table .contact-bottom-head {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
}

.control-scroll {
    overflow-y: scroll;
    height: 700px;
}

.control-scroll::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.control-scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 6px #0F6EFF;
    background-color: #555;
}

.control-scroll .contact-table .td-bold {
    padding: 16px 10px;
}

.control-pagination {
    text-align: center;
}

.control-scroll .contact-table tbody tr {
    cursor: pointer;
}

.pagination > li > a, .pagination > li > span {
    padding: 12px 24px;
    color: #3C3D41;
    background-color: #F7F7F7;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #0F6EFF;
    color: white;
}

.control-form input {
    width: 100%;
    margin-bottom: 12px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 12px;
}

.control-form input::-webkit-input-placeholder {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

.control-form input::-moz-placeholder {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

.control-form input:-ms-input-placeholder {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

.control-form input::-ms-input-placeholder {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

.control-form input::placeholder {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

.input-half {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.input-half input {
    width: 332px;
}

.control-app h4 {
    font-family: "Montserrat Bold";
    font-size: 24px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 8px;
}

.control-app-top {
    margin-bottom: 40px;
}

.control-app-top p {
    line-height: 23px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}

.control-app-bottom p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
}

.control-app-bottom span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.span-date-blue {
    font-size: 16px;
    color: #0F6EFF;
    display: block;
    margin-bottom: 16px;
}

.place-box {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 40px;
}

.place-box .place-about {
    padding: 8px 116px;
}

.place-box .place-about img {
    width: 100%;
    margin-bottom: 16px;
    max-height: 268px;
}

.place-top .tab-nav {
    padding: 0 116px;
}

.museum-item {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #EEEEEE;
}

.museum-item-img {
    width: 100%;
    height: 200px;
    margin-bottom: 8px;
}

.museum-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.museum-item-caption h3 {
    font-family: "Montserrat Bold";
    line-height: 29px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.8);
    height: 58px;
    overflow: hidden;
    margin-bottom: 8px;
}

.museum-item-caption h3:hover {
    text-decoration: underline;
}

.museum-item-caption p {
    line-height: 18px;
    font-size: 12px;
    color: #828282;
    margin-bottom: 8px;
    height: 36px;
}

.museum-item-caption span {
    font-size: 12px;
    color: #0F6EFF;
}

.place-cover {
    padding-left: 24px;
    padding-right: 24px;
}

.place-cover .block-title {
    font-size: 24px;
    padding-left: 92px;
    padding-right: 92px;
}

.i-star {
    background: url("../img/icon/Star.png") no-repeat;
    width: 16px;
    height: 15px;
    margin-left: 2px;
}

.i-money {
    background: url("../img/icon/money.png") no-repeat;
    width: 20px;
    height: 18px;
    margin-right: 5px;
}

.hotel-item {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 24px;
}

.hotel-item-img {
    height: 200px;
}

.hotel-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hotel-item-caption {
    padding: 8px 16px 16px 16px;
}

.hotel-item-caption h3 {
    font-family: "Montserrat Bold";
    font-size: 20px;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.8);
    height: 28px;
    overflow: hidden;
}

.hotel-item-caption h3:hover {
    text-decoration: underline;
}

.hotel-item-caption p {
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #000000;
    height: 24px;
}

.hotel-item-caption .price-cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hotel-item-caption .price-cover span {
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #000000;
}

.print-item {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #EEEEEE;
}

.print-item-img {
    width: 100%;
    height: 140px;
    margin-bottom: 8px;
}

.print-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.print-item-caption h3 {
    font-family: "Montserrat Bold";
    line-height: 20px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 8px;
}

.print-item-caption h3:hover {
    text-decoration: underline;
}

.print-item-caption p {
    line-height: 18px;
    font-size: 12px;
    color: #0F6EFF;
    margin-bottom: 0;
}

.print-item-caption span {
    font-size: 12px;
    color: #0F6EFF;
}

.print-item-caption .print-phone {
    min-height: 69px;
    max-height: 69px;
}

.service-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}

.service-head-item a {
    display: inline-block;
    padding-left: 10px;
    font-family: "Montserrat Bold";
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.service-head-item a:hover {
    color: #0F6EFF;
    text-decoration: none;
}
.cart{
    margin-bottom: 40px;
}
.service-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4px;
    background-color: #EBEBEB;
    margin-left: 4px;
    width: 100%;
}

.service-item:hover {
    background-color: #1a9f29;
}

.service-item img {
    width: 90px;
    height: 90px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 24px 20px;
    height: 90px;
    -o-object-fit: contain;
    object-fit: contain;
}

.service-item h3 {
    padding: 24px 20px;
    width: 100%;
    color: black;
    text-transform: uppercase;
    font-size: 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.66);
}

.service-item h3:hover {
    color: white;
}

.service-item-cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-item-cover a {
    display: inline-block;
    width: 48%;
    padding-left: 1%;
}

.app-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
}

.btn-app {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 12px;
}

.bg-cover a:hover {
    text-decoration: none;
}

.law {
    padding-top: 64px;
}

.law-table {
    width: 100%;
    margin-bottom: 40px;
}

table {
    background-color: white;
}

.law-in {
    padding: 20px 16px;
}

.law-in h1 {
    line-height: 35px;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.8);
    max-height: 75px;
    overflow: hidden;
    margin-bottom: 16px;
    font-family: "Montserrat Bold";
}

.law-in p {
    line-height: 23px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 16px;
}

.category {
    padding-top: 64px;
}

.category-box {
    padding: 0;
}

.sidebar .toursm-item {
    margin-bottom: 24px;
}

.newsin-box .date-span {
    color: #838D8F;
    margin-bottom: 10px;
    display: block;
}
.newsin-img-cover{
    text-align: center;
}
.related-item .date-span {
    color: #838D8F;
}

.contact-table {
    width: 100%;
    margin: 10px 0;
}

.contact {
    padding-top: 64px;
}

.tour-item {
    position: relative;
    height: 836px;
}

.tour-item-img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.tour-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tour-item-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 540px;
    height: 170px;
    margin-left: -270px;
    margin-top: -85px;
}

.tour-item-text h2 {
    max-height: 170px;
    line-height: 70px;
    font-size: 48px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Montserrat Bold";
}

.tour {
    margin-bottom: 40px;
    padding-top: 64px;
    padding-left: 250px;
    position: relative;
}

.tour .breadcrumb {
    position: absolute;
    top: 64px;
    z-index: 9;
    padding: 8px 15px;
}

.tour .breadcrumb li a {
    color: white;
}

.tour .breadcrumb .active {
    color: white;
}

.tour-top-cover {
    position: absolute;
}

.tour-top {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}

.tour-top-img {
    height: 400px;
    width: 100%;
}

.tour-top-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tour-top-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 40px 40px 40px;
}

.tour-top-caption h1 {
    line-height: 53px;
    font-size: 36px;
    font-family: "Montserrat Bold";
    max-height: 62px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.8);
}

.tour-box-cover {
    height: 400px;
    margin-bottom: 40px;
    position: relative;
}

.tourxs-item {
    margin-bottom: 40px;
}

.tourxs-item-img {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    height: 200px;
    width: 100%;
    margin-bottom: 8px;
}

.tourxs-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tourxs-item-caption h2 {
    line-height: 29px;
    font-size: 20px;
    text-align: center;
    font-family: "Montserrat Bold";
    color: rgba(0, 0, 0, 0.8);
    height: 62px;
    overflow: hidden;
}
.tourxs-video .tourxs-item-img{
    height: 330px;
}
.tourxs-video .tourxs-item-img iframe{
    width: 100%!important;
    height: 100%!important;
}
.tourxs-video .tour-top-caption{
    position: static;
    padding: 0;
}
.tourxs-video .tour-top-caption h1{
    color: black;
}
.slider-cover .slick-next {
    background: url("../img/icon/right-arrow-circular-button.png") no-repeat;
    right: 10px;
    width: 24px;
    height: 24px;
}

.slider-cover .slick-prev {
    background: url("../img/icon/right-arrow-circular-button (1).png") no-repeat;
    left: 10px;
    z-index: 99;
    width: 24px;
    height: 24px;
}
.result-list{
    margin-bottom: 40px;
}
.result-list li a{
    display: inline-block;
    margin-bottom: 12px;
    color: black;
}
.ya-share2__container_size_m .ya-share2__icon{
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 320px) and (max-width: 767px) {
    .wrapper {
        width: auto;
    }

    nav {
        position: fixed;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        width: 100%;
        padding-top: 20px;
        -webkit-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        transition: all 400ms linear;
        overflow-y: scroll;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: -webkit-gradient(linear, left top, left bottom, from(#079DFE), to(#0F6EFF));
        background: -webkit-linear-gradient(top, #079DFE 0%, #0F6EFF 100%);
        background: -o-linear-gradient(top, #079DFE 0%, #0F6EFF 100%);
        background: linear-gradient(180deg, #079DFE 0%, #0F6EFF 100%);
    }

    .close-menu {
        margin-left: 30px;
    }

    .close-menu img {
        width: 16px;
        height: 16px;
    }

    .nav-show {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .nav-top {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .m-menu {
        height: 250px;
        overflow-y: scroll;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .main-content .logo-top {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: white;
    }

    .main-content .logo-top .logo-box {
        width: 80px;
        margin-right: 0;
    }

    .main-content .logo-top .logo-box img {
        width: 100%;
        height: 100%;
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }

    .info-links {
        padding-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
    }

    .main-content {
        padding-left: 0;
        padding-top: 50px;
    }

    footer {
        padding-left: 0;
    }

    .header-fixed {
        padding-left: 0;
    }

    .call-menu .icon-bar {
        background-color: black;
    }

    .bg-main .call-menu .icon-bar {
        background-color: white;
    }

    .pr0 {
        padding-right: 15px;
    }

    .pl0 {
        padding-left: 15px;
    }

    .header-main {
        padding-left: 0;
    }

    .header-main .header-top {
        padding: 15px;
        display: block;
        height: 110px;
    }

    .logo-top .logo-box {
        width: 42px;
        height: 42px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .header-main .header-top .logo-cover .logo-text h2, .bg-main .header-main .header-top .logo-cover .logo-text h2 {
        padding-left: 8px;
        font-size: 10px;
    }

    .header-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .lang-box {
        margin-right: 0;
    }

    .bg-header {
        height: 110px;
    }

    .logo-cover {
        padding-left: 8px;
    }

    .main-content {
        padding-top: 110px;
    }

    .main-content-index {
        padding-top: 10px;
    }

    .main-item-img {
        height: 250px;
    }

    .main-item {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .main-item-caption {
        padding: 10px;
    }

    .main-item-caption h1 {
        font-size: 20px;
        max-height: 40px;
    }

    .video-item {
        width: 100%;
        height: 200px;
    }

    .main-top {
        margin-bottom: 20px;
    }

    .news-head h2 {
        font-size: 18px;
    }

    .news-head a {
        font-size: 12px;
    }

    .newslg-item-img {
        height: 225px;
    }

    .newslg-item-caption {
        padding: 10px;
    }

    .newslg-item {
        margin-bottom: 10px;
    }

    .newslg-item-caption h2 {
        max-height: 40px;
        font-size: 18px;
        margin-bottom: 0;
    }

    .newslg-item-caption p {
        max-height: 33px;
        font-size: 12px;
    }

    .newssm-item-caption h3 {
        max-height: 38px;
        font-size: 14px;
        line-height: normal;
    }

    .newssm-item {
        margin-bottom: 15px;
    }

    .news-box {
        margin-bottom: 20px;
    }

    .tourlg-item-img {
        height: 200px;
    }

    .tourlg-item {
        margin-bottom: 15px;
    }

    .tourlg-item-caption {
        padding: 15px;
    }

    .tourlg-item-caption {
        height: 77px;
    }

    .toursm-item {
        margin-bottom: 15px;
    }

    .toursm-item-caption {
        height: 77px;
    }

    .toursm-item-img {
        height: 200px;
    }

    .toursm-item-caption h2 {
        font-size: 14px;
        line-height: normal;
    }

    .toursm-item-round {
        padding: 15px;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    .tour-box {
        margin-bottom: 20px;
    }

    .ref-box {
        margin-bottom: 20px;
    }

    .ref-item {
        margin-bottom: 15px;
    }

    .footer-top {
        padding-left: 0;
    }

    .bg-cover {
        margin-bottom: 20px;
    }

    .bg-box {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .nav-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 20px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

    .bg-main .nav-top {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

    .nav-top .logo-text h2 {
        font-size: 10px;
        color: white;
    }

    .bg-main .nav-top .logo-text h2 {
        color: white;
    }

    .nav-top .logo-box img {
        width: 100%;
        height: 100%;
    }

    .breadcrumb {
        margin-bottom: 0;
    }

    .breadcrumb li a {
        font-size: 9px;
    }

    .breadcrumb .active {
        font-size: 9px;
    }

    table td {
        font-size: 10px;
        padding: 5px 10px;
    }

    .block-title {
        margin-bottom: 10px;
    }

    .law-in {
        padding: 20px 0;
    }

    .law-in h1 {
        line-height: normal;
        font-size: 20px;
        max-height: 50px;
        overflow: hidden;
        margin-bottom: 8px;
    }

    .law-in p {
        line-height: 23px;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.8);
        margin-bottom: 8px;
    }

    .category-item-img {
        height: 200px;
        margin-bottom: 5px;
    }

    .category-item-caption h2 {
        height: 44px;
        font-size: 18px;
        line-height: normal;
    }

    .category-item {
        margin-bottom: 15px;
    }

    .newsin-box .block-title {
        line-height: normal;
        font-size: 20px;
        height: 59px;
    }

    .newsin-box p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .related-news {
        margin-bottom: 20px;
    }

    .sidebar {
        padding: 0;
        margin-bottom: 40px;
    }

    .contact-top {
        display: block;
    }

    .contact-item {
        padding: 15px 0;
    }

    .contact-list-cover {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .contact-list {
        margin-right: 0;
    }

    .contact-map {
        padding-left: 0;
    }

    .contact-bottom-head {
        padding: 0;
        margin-bottom: 8px;
    }

    .contact-bottom-head h2 {
        line-height: normal;
        font-size: 18px;
    }

    .table-responsive {
        border: none;
    }

    .tour-item {
        height: 300px;
    }

    .tour {
        padding-top: 110px;
        padding-right: 0;
    }

    .tour-item-text {
        width: 320px;
        margin-left: -160px;
        height: 50px;
        margin-top: -25px;
    }

    .tour-item-text h2 {
        line-height: normal;
        font-size: 20px;
        max-height: 50px;
        overflow: hidden;
    }

    .tour-box-cover {
        height: 250px;
        margin-bottom: 20px;
    }

    .tour-top-img {
        height: 250px;
    }

    .tour-top-caption {
        padding: 0 15px 15px 15px;
    }

    .tour-top-caption h1 {
        font-size: 20px;
        line-height: normal;
    }

    .tourxs-item-caption h2 {
        font-size: 16px;
        line-height: normal;
    }

    .tourxs-item {
        margin-bottom: 20px;
    }

    .tour .breadcrumb {
        top: 110px;
        padding-left: 0;
    }

    .bg-trans {
        background: -webkit-gradient(linear, left top, left bottom, from(#079DFE), to(#0F6EFF));
        background: -webkit-linear-gradient(top, #079DFE 0%, #0F6EFF 100%);
        background: -o-linear-gradient(top, #079DFE 0%, #0F6EFF 100%);
        background: linear-gradient(180deg, #079DFE 0%, #0F6EFF 100%);
    }

    .navbar-toggle {
        margin-right: -5px;
    }

    .header-fixed .header-top {
        display: block;
    }

    .header-fixed .header-mobile {
        padding-left: 15px;
        padding-right: 10px;
    }

    .header-fixed .logo-cover {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-toggle .icon-bar {
        background-color: white;
    }

    .header-fixed .header-top {
        padding-top: 12px;
    }
}

@media (max-width: 360px) {
    .reform-item-img {
        width: 132px;
        height: 65px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wrapper {
        width: auto;
    }

    .pr0 {
        padding-right: 15px;
    }

    .header-main .header-top {
        padding: 15px;
        margin-right: -15px;
    }

    .logo-top .logo-box {
        width: 48px;
        height: 48px;
    }

    .header-main .header-top .logo-cover .logo-text h2 {
        padding-left: 15px;
        font-size: 16px;
        max-width: 480px;
    }

    .bg-main .header-main .header-top .logo-cover .logo-text h2 {
        padding-left: 15px;
        font-size: 16px;
        max-width: 480px;
    }

    .lang-box {
        margin-right: 0;
    }

    .bg-header {
        height: 70px;
    }

    .header-main .header-top {
        height: 120px;
    }

    .main-content {
        padding-top: 70px;
    }

    .main-content-index {
        padding-top: 0;
    }

    .main-item-img {
        height: 250px;
    }

    .main-item-caption {
        padding: 20px;
    }

    .main-item-caption h1 {
        font-size: 20px;
        max-height: 40px;
    }

    .video-item {
        width: 240px;
        height: 250px;
    }

    .main-top {
        margin-bottom: 20px;
    }

    .news-head h2 {
        font-size: 18px;
    }

    .news-head a {
        font-size: 12px;
    }

    .newslg-item-img {
        height: 395px;
    }

    .newslg-item-caption {
        padding: 10px;
    }

    .newslg-item-caption h2 {
        max-height: 40px;
        font-size: 18px;
        margin-bottom: 0;
    }

    .newslg-item-caption p {
        max-height: 33px;
        font-size: 12px;
    }

    .newssm-item-img {
        height: 117px;
    }

    .newssm-item-caption h3 {
        max-height: 38px;
        font-size: 14px;
        line-height: normal;
    }

    .prsm0 {
        padding-right: 0;
    }

    .news-box {
        margin-bottom: 20px;
    }

    .tourlg-item-img {
        height: 155px;
    }

    .tourlg-item-caption {
        padding: 15px;
    }

    .tourlg-item-caption {
        height: 77px;
    }

    .toursm-item {
        margin-bottom: 15px;
    }

    .toursm-item-caption {
        height: 77px;
    }

    .toursm-item-img {
        height: 155px;
    }

    .toursm-item-caption h2 {
        font-size: 14px;
        line-height: normal;
    }

    .toursm-item-round {
        padding: 20px 15px 15px 15px;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    .tour-box {
        margin-bottom: 20px;
    }

    .ref-item {
        margin-bottom: 15px;
    }

    .ref-box {
        margin-bottom: 20px;
    }

    .footer-bottom {
        width: 1020px;
    }

    table td {
        font-size: 14px;
    }

    .category-item-img {
        height: 250px;
    }

    .category-item-caption h2 {
        height: 44px;
        font-size: 18px;
        line-height: normal;
    }

    .category-item {
        margin-bottom: 30px;
    }

    .newsin-box .block-title {
        line-height: normal;
        font-size: 20px;
        height: 59px;
    }

    .newsin-box p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .related-news {
        margin-bottom: 20px;
    }

    .related-item-img {
        height: 150px;
    }

    .contact-item {
        padding: 0;
    }

    .tour-item {
        height: 600px;
    }

    .tour {
        padding-top: 70px;
        padding-right: 0;
    }

    .tour-item-text {
        width: 320px;
        margin-left: -160px;
        height: 50px;
        margin-top: -25px;
    }

    .tour-item-text h2 {
        line-height: normal;
        font-size: 20px;
        max-height: 50px;
        overflow: hidden;
    }

    .tour-box-cover {
        height: 300px;
    }

    .tour-top-img {
        height: 300px;
    }

    .tour-top-caption {
        padding: 0 20px 20px 20px;
    }

    .tour-top-caption h1 {
        font-size: 30px;
        line-height: normal;
    }

    .tourxs-item-img {
        height: 175px;
    }

    .tourxs-item-caption h2 {
        font-size: 18px;
        line-height: normal;
        height: 45px;
    }

    nav {
        position: fixed;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        width: 248px;
        padding-top: 20px;
        -webkit-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        transition: all 400ms linear;
        overflow-y: scroll;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: -webkit-gradient(linear, left top, left bottom, from(#079DFE), to(#0F6EFF));
        background: -webkit-linear-gradient(top, #079DFE 0%, #0F6EFF 100%);
        background: -o-linear-gradient(top, #079DFE 0%, #0F6EFF 100%);
        background: linear-gradient(180deg, #079DFE 0%, #0F6EFF 100%);
    }

    .close-menu {
        margin-left: 30px;
    }

    .close-menu img {
        width: 16px;
        height: 16px;
    }

    .nav-show {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .main-content {
        padding-left: 0px;
    }

    .header-main {
        padding-left: 0;
    }

    .footer-top {
        padding-left: 0;
    }

    .footer-bottom {
        width: 100%;
    }

    .navbar-toggle {
        display: block;
        float: left;
        margin-left: 15px;
        margin-right: 0;
    }

    .bg-main .navbar-toggle .icon-bar {
        background-color: white;
    }

    .navbar-toggle .icon-bar {
        background-color: white;
    }

    .header-mobile {
        display: flex;
    }

    .bg-trans {
        background: -webkit-gradient(linear, left top, left bottom, from(#079DFE), to(#0F6EFF));
        background: -webkit-linear-gradient(top, #079DFE 0%, #0F6EFF 100%);
        background: -o-linear-gradient(top, #079DFE 0%, #0F6EFF 100%);
        background: linear-gradient(180deg, #079DFE 0%, #0F6EFF 100%);
    }

    .bg-main .logo-text h2 {
        color: white;
        font-size: 9px;
    }

    .logo-text h2 {
        font-size: 9px;
        color: white;
    }

    .close-menu {
        margin-left: 10px;
    }

    .header-fixed {
        padding-left: 0;
    }

    .tour .breadcrumb {
        top: 70px;
    }

    .tour-top {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .wrapper {
        width: auto;
    }

    .pr0 {
        padding-right: 15px;
    }

    .header-main .header-top {
        padding: 15px;
    }

    .logo-top .logo-box {
        width: 50px;
        height: 50px;
    }

    .header-main .header-top .logo-cover .logo-text h2 {
        padding-left: 15px;
        font-size: 16px;
        max-width: 480px;
    }

    .lang-box {
        margin-right: 0;
    }

    .bg-header {
        height: 70px;
    }

    .header-main .header-top {
        height: 120px;
    }

    .main-content {
        padding-top: 70px;
    }

    .main-content-index {
        padding-top: 0;
    }

    .main-item {
        margin-right: -60px;
    }

    .main-item-img {
        height: 250px;
    }

    .main-item-caption {
        padding: 20px;
    }

    .main-item-caption h1 {
        font-size: 20px;
        max-height: 40px;
    }

    .video-item {
        width: 100%;
        height: 250px;
    }

    .main-top {
        margin-bottom: 40px;
    }

    .news-head h2 {
        font-size: 18px;
    }

    .news-head a {
        font-size: 12px;
    }

    .newslg-item-img {
        height: 395px;
    }

    .newslg-item-caption {
        padding: 10px;
    }

    .newslg-item-caption h2 {
        max-height: 40px;
        font-size: 18px;
        margin-bottom: 0;
    }

    .newslg-item-caption p {
        max-height: 33px;
        font-size: 12px;
    }

    .newssm-item-img {
        height: 117px;
    }

    .newssm-item-caption h3 {
        max-height: 38px;
        font-size: 14px;
        line-height: normal;
    }

    .prsm0 {
        padding-right: 0;
    }

    .news-box {
        margin-bottom: 20px;
    }

    .tourlg-item-img {
        height: 155px;
    }

    .tourlg-item-caption {
        padding: 15px;
    }

    .tourlg-item-caption {
        height: 77px;
    }

    .toursm-item {
        margin-bottom: 15px;
    }

    .toursm-item-caption {
        height: 77px;
    }

    .toursm-item-img {
        height: 155px;
    }

    .toursm-item-caption h2 {
        font-size: 14px;
        line-height: normal;
    }

    .toursm-item-round {
        padding: 20px 15px 15px 15px;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    .tour-box {
        margin-bottom: 40px;
    }

    .ref-item {
        margin-bottom: 15px;
    }

    .ref-box {
        margin-bottom: 40px;
    }

    .footer-bottom {
        width: 1240px;
    }

    .tour {
        margin-bottom: 40px;
        padding-top: 70px;
        padding-left: 270px;
        position: relative;
    }

    .tour-item-text {
        width: 400px;
        margin-left: -200px;
        height: 120px;
        margin-top: -60px;
    }

    .tour-item-text h2 {
        line-height: normal;
        font-size: 35px;
        max-height: 120px;
        overflow: hidden;
    }

    nav {
        position: fixed;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        width: 248px;
        padding-top: 20px;
        -webkit-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        transition: all 400ms linear;
        overflow-y: scroll;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: -webkit-gradient(linear, left top, left bottom, from(#079DFE), to(#0F6EFF));
        background: -webkit-linear-gradient(top, #079DFE 0%, #0F6EFF 100%);
        background: -o-linear-gradient(top, #079DFE 0%, #0F6EFF 100%);
        background: linear-gradient(180deg, #079DFE 0%, #0F6EFF 100%);
    }

    .close-menu {
        margin-left: 30px;
    }

    .close-menu img {
        width: 16px;
        height: 16px;
    }

    .nav-show {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .main-content {
        padding-left: 0;
    }

    .header-main {
        padding-left: 0;
    }

    .footer-top {
        padding-left: 0;
    }

    .footer-bottom {
        width: 100%;
    }

    .navbar-toggle {
        display: block;
        float: left;
        margin-left: 30px;
        margin-right: 0;
    }

    .bg-main .navbar-toggle .icon-bar {
        background-color: white;
    }

    .header-mobile {
        display: flex;
    }

    .bg-trans {
        background: -webkit-gradient(linear, left top, left bottom, from(#079DFE), to(#0F6EFF));
        background: -webkit-linear-gradient(top, #079DFE 0%, #0F6EFF 100%);
        background: -o-linear-gradient(top, #079DFE 0%, #0F6EFF 100%);
        background: linear-gradient(180deg, #079DFE 0%, #0F6EFF 100%);
    }

    .bg-main .logo-text h2 {
        color: white;
        font-size: 9px;
    }

    .logo-text h2 {
        font-size: 9px;
        color: white;
    }

    .close-menu {
        margin-left: 10px;
    }

    .navbar-toggle .icon-bar {
        background-color: white;
    }

    .header-main .header-top {
        margin-right: -27px;
        margin-left: -27px;
    }

    .header-fixed {
        padding-left: 0;
    }

    .tour .breadcrumb {
        top: 70px;
    }

    .tour-top {
        margin-right: -30px;
        margin-left: -30px;
    }
}
