@import url('../../home/lib/bootstrap/css/bootstrap.min.css');
@import url('../../../static/font-awesome/css/font-awesome.css');
@import url('../../home/lib/animate/animate.min.css');
@import url('../../../static/swiper/swiper-bundle.css');
@import url('../../../static/layui/css/layui.css');

/*--------------------------------------------------------------
    Fonts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
    General
--------------------------------------------------------------*/
:root{
    --primary-color: #566851;
    --secondary-color: #D02127;
}

body {
    font-size: 15px;
    background: #262B2D;
    overflow-x: hidden;
}

.bottom-email{
    padding: unset;
    background-color: #fff;
}



.pushWrapper {
    left: 0;
    right: auto;
    margin-left: 95px;
    position: relative;
    transition: 0.6s ease;
}

.hover-pushed .pushWrapper {
    left: 295px;
}

#sideinq{
    opacity: 1;
    border-radius: 25px;
    position: fixed;
    top: 90%;
    right: 20px;
    transform: translateY(-50%);
    padding: 5px;
    background-color: #628E54;
    z-index: 999;
    transition: all 0.75s;
}
#sideinq .item{
    position: relative;
    width: 35px;
    height: 35px;
    padding: 7px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
}

a{
    color: #202020;
    transition: all 0.5s;
}

a:hover,
a:active,
a:focus {
    color: var(--primary-color);
    outline: none;
    text-decoration: none;
}

section{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.text-primary{
    color: var(--primary-color);
}

.text-secondary{
    color: var(--secondary-color);
}

.bg-primary{
    background-color: var(--primary-color);
}

.bg-secondary{
    background-color: var(--secondary-color);
}

.bg-white{
    background-color: #FFF;
}

.img{
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}

.img img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    object-fit: cover;
}

.warp{
    margin: 1rem;
    padding: 1rem;
    transition: all 0.5s;
}

.warp:hover{
    box-shadow: 0 0 2px 2px rgba(114,114,114,0.5);
}

.warp .img{
    padding-bottom: 100%;
}

.article table,
.article img{
    max-width: 100%;
}

.line{
    width: 100px;
    height: 1px;
    background-color: #fff;
    margin: 30px auto 60px auto;
}
/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination p{
    margin:0;
    cursor:pointer
}

.pagination{
    justify-content:center;
    display: flex;
    padding-top: 2rem;
    padding-bottom: 0;
}

.pagination a{
    display:block;
    float:left;
    margin-right:10px;
    padding:2px 12px;
    height:40px;
    width: 40px;
    background:#FFF;
    text-decoration:none;
    color:#808080;
    font-size:15px;
    line-height:38px;
    position: relative;
}

.pagination a:hover{
    color:#FFF;
    background: var(--primary-color);
}

.pagination a.cur{
    border:none;
    background:var(--primary-color);
    color:#FFF;
}

.pagination a .fa{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.pagination p{
    float:left;
    padding:2px 12px;
    font-size:12px;
    height:24px;
    line-height:24px;
    color:#bbb;
    border:1px #CCC solid;
    background:#FCFCFC;
    margin-right:8px;
}

.pagination p.pageRemark{
    border-style:none;
    background:none;
    margin-right:0;
    padding:4px 0;
    color:#666;
}

.pagination p.pageRemark b{
    color:red;
}

.pagination p.pageEllipsis{
    border-style:none;
    background:none;
    padding:4px 0;
    color:#808080;
}

/*--------------------------------------------------------------
# placeholderBox
--------------------------------------------------------------*/
#placeholderBox{
    height: unset;/*高度要和#header一致*/
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #FFF;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header .container{
    width: auto;
    height: 100%;
}
#header .logo{
    display: none;
}
/*--------------------------------------------------------------
# Top Navigation Menu
--------------------------------------------------------------*/
.main-nav{
    display: none;
}
.main-nav,
.main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
    height: 70px;
    line-height: 70px;
}

.main-nav > ul > li.drop-down > a{
    line-height: 70px;
}

.main-nav a {
    display: block;
    /* position: relative; */
    color: #202020;
    /* padding: 0 35px; */
    transition: 0.5s;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
    color: var(--primary-color);
    text-decoration: none;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #FFF;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    height: 50px;
    line-height: 50px;
    min-width: 180px;
    position: relative;
}

.main-nav .drop-down ul a {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #000;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
    color: var(--primary-color);
}

.main-nav .drop-down > a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down > a {
    padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: #262B2D;
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    /* padding: 10px 20px; */
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
    color: #8dc2fa;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\f077";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: var(--primary-color);
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(40, 38, 70, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #666666;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer{
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #202020;
    color: #FFF;
}

.footer h3{
    font-size: 25px;
}

.footer ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer ul li{
    padding: 5px 0;
}

/* Main Footer */
.main-footer{
    display: none;
}

/* Mobile Footer */
.mobile-footer{
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
}

.mobile-footer .panel-heading{
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.mobile-footer .panel-heading:after{
    content: "＋";
    color: #FFF;
    right: 25px;
    font-size: 20px;
}

.mobile-footer .panel-heading.active:after{
    content: '－' !important;
}

.mobile-footer .panel-heading .panel-title{
    font-size: 20px;
    padding: 10px 0;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    background-color: #1B2021;
    z-index: 999;
}

.sidebar .sidebar-ul{
    position: relative;
    width: 95px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    transition: 0.6s ease;
}

.sidebar.unfold .sidebar-ul{
    width: 390px;
}
.sidebar .item{
    width: 95px;
    height: 8.2%;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding: 0 40px 0 30px;
}

.sidebar .item span{
    width: 250px;
    color: #666666;
    /* margin-left: 35px; */
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Gill-sans-light';
    transition: all 0.5s;
    position: absolute;
    left: 97px;
    opacity: 0;
}

.sidebar .item:nth-child(1) span {
    -webkit-transition: opacity 0.4s ease 0.05s;
    transition: opacity 0.4s ease 0.05s;
}
.sidebar .item:nth-child(2) span {
    -webkit-transition: opacity 0.4s ease 0.1s;
    transition: opacity 0.4s ease 0.1s;
}
.sidebar .item:nth-child(3) span {
    -webkit-transition: opacity 0.4s ease 0.15s;
    transition: opacity 0.4s ease 0.15s;
}
.sidebar .item:nth-child(4) span {
    -webkit-transition: opacity 0.4s ease 0.2s;
    transition: opacity 0.4s ease 0.2s;
}
.sidebar .item:nth-child(5) span {
    -webkit-transition: opacity 0.4s ease 0.25s;
    transition: opacity 0.4s ease 0.25s;
}
.sidebar .item:nth-child(6) span {
    -webkit-transition: opacity 0.4s ease 0.3s;
    transition: opacity 0.4s ease 0.3s;
}
.sidebar .item:nth-child(7) span {
    -webkit-transition: opacity 0.4s ease 0.35s;
    transition: opacity 0.4s ease 0.35s;
}
.sidebar .item:nth-child(8) span {
    -webkit-transition: opacity 0.4s ease 0.4s;
    transition: opacity 0.4s ease 0.4s;
}
.sidebar .item:nth-child(9) span {
    -webkit-transition: opacity 0.4s ease 0.45s;
    transition: opacity 0.4s ease 0.45s;
}
.sidebar .item:nth-child(10) span {
    -webkit-transition: opacity 0.4s ease 0.5s;
    transition: opacity 0.4s ease 0.5s;
}

.hover-pushed .sidebar .item span{
    opacity: 1;
}

.sidebar .item:first-child img{
    width: 25px;
}

.sidebar .item img{
    width: 30px;
    filter: grayscale(1);
    transition: all 0.5s;
}

.sidebar .item:first-child{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid #333333;
    padding-left: 34px;
}

.sidebar .item:first-child span{
    position: unset;
    margin-top: 5px;
    font-size: 20px;
    margin-left: 40px;
}

.sidebar .item:last-child{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    border-top: 1px solid #333333;
}

.sidebar .item:first-child,.sidebar .item:last-child{
    width: 100%;
    height: 100px;
}

.sidebar .item:last-child{
    padding-left: 30px;
}

.sidebar .item:last-child i{
    color: #666666;
    font-size: 30px;
}

.sidebar .item:nth-last-child(2) img{
    filter: unset;
}

.sidebar .item:hover img{
    filter: unset;
}

.sidebar .item:hover span{
    color: #649255;
    transition: all 0.5s;
}

.sidebar .item:first-child:hover span{
    color: #666666;
}


/*--------------------------------------------------------------
# Index Banner
--------------------------------------------------------------*/
.index-banner{
    display: block;
    padding-bottom: 31.3%;
    position: relative;
    background-size: 100% auto;
    background-attachment: fixed;
}

.index-mobile-banner{
    display: none;
    position: relative;
}

.index-banner .img{
    padding-bottom: 31.34%;
}

.index-banner .mask{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.index-banner .mask .section-subtitle{
    color: #bbbbbb;
    font-size: 60px;
    margin: 30px 0;
    font-family: 'DubielItalic';
}

.index-banner .mask .section-title{
    color: #fff;
    font-size: 75px;
    text-transform: uppercase;
    font-family: 'Gill-sans-light';
}

.country-list{
    display: flex;
    position: absolute;
    position: absolute;
    right: 10px;
    top: 20px;
    transition: all 0.6s;
}
.country-list li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 20px;
    font-size: 12px;
    color: #a3a0a0;
    border: 1px solid #939090;
    text-align: center;
    margin-right: 7px;
    border-radius: 2px;
    transition: all 0.3s;
}

.country-list li a{
    color: #fff;
}

.country-list li:hover{
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}




/*--------------------------------------------------------------
# What is
--------------------------------------------------------------*/
.what-is{
    padding: 0 0 8rem 0;
    background-color: #FFFFFF;
}

.what-is .container{
    padding-top: 8rem;
}

.what-is .section-subtitle{
    color: #bbbbbb;
    font-size: 40px;
    font-family: 'DubielItalic';
    /* font-style: italic; */
}

.what-is .section-title{
    color: #202020;
    font-size: 50px;
    font-family: 'Gill-sans-light';
    text-transform: uppercase;
    margin-top: 25px;
}

.what-is .line{
    background-color: #C0C0C0;
}

.what-is .left{
    width: 44%;
}

.what-is .right{
    width: 54%;
    margin-left: 1.5%;
    padding-right: unset;
}

.what-is .left .slogan{
    color: #202020;
    font-size: 25px;
    font-family: 'Gill-sans';
    margin-bottom: 20px;
    line-height: 35px;
}

.what-is .left .intro{
    color: #999999;
    font-size: 20px;
    font-family: 'Gill-sans-light';
    line-height: 35px;
}

.what-is .right .box{
    position: relative;
    display: flex;
    margin-bottom: 29px;
    z-index: 1;
}

.what-is .right .box .icon-box{
    width: 80px;
    margin-right: 40px;
    position: relative;
    z-index: 1;
}

.what-is .right .box .icon-box::before,
.what-is .right .box .icon-box::after{
    position: absolute;
    left: 50%;
    border: none;
    width: 2px;
    height: 100%;
    background-color: #d9d9d9;
    z-index: -1;
    transform: translateX(-50%);
}

.what-is .right .box .icon-box::before{
    content: '';
    top: 50%;
}

.what-is .right .box .icon-box::after{
    top: -3.5rem;
    content: '';
}

.what-is .right .box:first-child .icon-box::before{
    content: '';
    position: absolute;
    border: none;
    width: 2px;
    height: 100%;
    background-color: #d9d9d9;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.what-is .right .box:first-child .icon-box::after{
    content: unset;
}

.what-is .right .box:last-child .icon-box::before{
    content: unset;
}

.what-is .right .box .icon{
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    font-family: 'Gill-sans-light';
    background-color: #8F9A8A;
}
.what-is .right .box .text .title{
    color: #202020;
    font-size: 20px;
    font-family: 'Gill-sans';
    margin-bottom: 11px;
}
.what-is .right .box .text .intro{
    color: #999999;
    font-size: 15px;
    line-height: 25px;
    min-height: 75px;
    /* margin-right: 20px; */
}
/*--------------------------------------------------------------
# Selection
--------------------------------------------------------------*/
.selection{
    padding-top: 80px;
    position: relative;
    background: #f2f2f2;
}

.selection .text{
    text-align: center;
}

.selection .text .subtitle{
    color: #bbbbbb;
    font-size: 40px;
    font-family: 'DubielItalic';
    margin-bottom: 15px;
}

.selection .text .title{
    color: #202020;
    font-size: 50px;
    font-family: 'Gill-sans-light';
}

.selection .row{
    padding: 8rem 0;
}

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

.selection .item .img.cricle{
    cursor: pointer;
}

.selection .item .img.cricle img{
    border: 8px solid #fff;
    border-radius: 50%;
}

.selection .item .img.cricle .mask{
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.56);
    transition: all 0.5s;
}

.selection .item .img.cricle .mask p{
    font-size: 30px;
    font-family: 'Gill-sans-light';
    color: #fff;
    text-transform: uppercase;
}

.selection .item .img.cricle:hover .mask{
    opacity: 1;
}

.selection .item .content{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 95px;
    background-color: var(--primary-color);
    z-index: 997;
    display: flex;
    align-items: center;
    height: 0;
    visibility: hidden;
}

.selection .item.active .content{
    height: auto;
    visibility: visible;
}

.selection .item .content .left .img{
    padding-bottom: 160%;
}

.selection .item .content .right{
    padding-left: 30px;
    max-height: 748px;
    overflow-y: scroll;
}

.selection .item .content .right::-webkit-scrollbar{
    width: 4px;
}

.selection .item .content .right::-webkit-scrollbar-thumb{
    border-radius: 2px;
    background-color: #414e3d;
}

.selection .item .content .right .title{
    font-size: 50px;
    font-family: 'Gill-sans-light';
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.selection .item .content .right .intro{
    font-size: 20px;
    font-family: 'Gill-sans-light';
    color: rgb(255, 255, 255);
    line-height: 1.5;
}

.selection .item .content .right .intro p,.selection .item .content .right .intro span{
    text-wrap: wrap!important;
}

.selection .item .content .close-icon{
    cursor: pointer;
    font-size: 50px;
    font-family: 'Gill-sans-light';
    color: rgb(255, 255, 255);
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 999;
}
/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/
.featured{
    padding-top: 4rem;
    padding-bottom: 5rem;
    background-color: #F2F2F2;
    background-size: 24%;
    background-image: url('../images/section_bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}
.featured .section-title{
    color: #202020;
    font-size: 50px;
    font-family: 'Gill-sans-light';
}
.featured .line{
    background-color: #A0A0A0;
}
.featured .img{
    padding-bottom: 67.63%;
    cursor: pointer;
}
.featured .item{
    margin-bottom: 30px;
}
.featured .box{
    box-shadow: 0px 1px 20px 0px rgba(103, 103, 103, 0.2);
}
.featured .text{
    padding: 25px 30px 30px;
    background-color: #fff;
}
.featured .intro{
    font-size: 20px;
    font-family: 'Gill-sans';
    color: rgb(32, 32, 32);
    margin-bottom: 10px;
}
.featured .title{
    font-size: 30px;
    font-family: 'Gill-sans';
    color: rgb(32, 32, 32);
    margin-bottom: 10px;
}
.featured .name{
    font-size: 18px;
    font-family: 'Gill-sans-light';
    color: rgb(153, 153, 153);
    margin-bottom: 15px;
}
.featured .price{
    font-size: 20px;
    font-family: 'Gill-sans';
    color: rgb(100, 146, 85);
    margin-bottom: 13px;
}
.featured .area{
    font-size: 20px;
    font-family: 'Gill-sans';
    color: rgb(32, 32, 32);
    margin-bottom: 25px;
}
.featured .download{
    font-size: 12px;
    font-family: 'Gill-sans';
    color: rgb(255, 255, 255);
    width: 130px;
    height: 38px;
    text-transform: uppercase;
    background-color: #628E54;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*--------------------------------------------------------------
# Visa
--------------------------------------------------------------*/
.visa{
    position: relative;
    padding-top: 0;
    padding-bottom: 8rem;
    background-color: var(--primary-color);
}
.visa::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: 18%;
    background-image: url('../images/section_bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.35;
    z-index: 0;
}

.visa .container{
    position: relative;
    z-index: 99;
    overflow: hidden;
}

.visa .switch{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 40px;
}
.visa .switch .item{
    display: flex;
    align-items: center;
    height: 100px;
    font-size: 25px;
    font-family: 'Gill-sans-light';
    color: rgb(187, 187, 187);
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 20px;
    transition: all 0.7s;
}

.visa .switch .item.active{
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.visa .section-title{
    font-size: 50px;
    font-family: 'DubielItalic';
    color: rgb(255, 255, 255);
    font-style: italic;
}

.visa .content .item{
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.7s;
    position: absolute;
    bottom: 0;
}

.visa .content .item.active{
    opacity: 1;
    visibility: visible;
    height: auto;
    position: unset;
}

.visa .content .item .title{
    font-size: 30px;
    font-family: 'DubielItalic';
    color: rgb(187, 187, 187);
    font-style: italic;
    margin: 15px 0 20px 0;
    text-transform: capitalize;
}

.visa .content .item .line{
    margin: 30px auto 30px auto;
    background-color: rgb(187, 187, 187);
}

.visa .content .item .intro{
    font-size: 20px;
    font-family: 'Gill-sans-light';
    color: rgb(187, 187, 187);
    line-height: 1.5;
    text-align: center;
    margin: 0 150px 95px 150px;
}

.visa .content .icon-group{
    width: 930px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.visa .content .icon-group .icon-item{
    width: 50%;
    text-align: center;
}

.visa .content .icon-group .icon-item img{
    width: 110px;
}
.visa .content .icon-group .icon-item .num{
    font-size: 60px;
    font-family: 'Gill-sans';
    color: rgb(255, 255, 255);
    margin-top: 20px;
}

.visa .content .icon-group .icon-item .unit{
    font-size: 30px;
    font-family: 'Gill-sans';
    color: rgb(255, 255, 255);
    margin-top: 10px;
}

/*--------------------------------------------------------------
# service
--------------------------------------------------------------*/
.service{
    padding-top: 0;
    padding-bottom: 5rem;
    background-color: #F9F8F6;
}

.service .line{
    background-color: #A0A0A0;
}

.service .section-title{
    font-size: 50px;
    font-family: 'Gill-sans-light';
    color: rgb(32, 32, 32);
    text-transform: uppercase;
    margin-top: 7rem;
}

.service .row{
    margin-left: -25px;
    margin-right: -25px;
}

.service .item{
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    margin-bottom: 50px;
}

.service .item .img-box{
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 1px solid #BBBBBB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.service .item .img-box img{
    width: 90px;
}

.service .item .title{
    /* height: 72px; */
    overflow: hidden;
    font-size: 30px;
    font-family: 'Gill-sans';
    color: rgb(32, 32, 32);
    margin-top: 20px;
    margin: 20px 30px 0 30px;
}

.service .item .intro{
    font-size: 20px;
    font-family: 'Gill-sans-light';
    color: rgb(102, 102, 102);
    line-height: 1.48;
    margin-top: 20px;
}
/*--------------------------------------------------------------
# attractions
--------------------------------------------------------------*/
.attractions{
    padding-top: 0;
    padding-bottom: 7rem;
    background-color: #576951;
}

.attractions .row{
    padding-top: 80px;
}

.attractions .left .img img{
    width: 790px;
    object-fit: contain;
}

.attractions .right .subtitle{
    font-size: 30px;
    font-family: 'Gill-sans-light';
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: left;
    line-height: 1.333;
}
.attractions .location{
    margin-top: 15px;
    line-height: 2;
}
.attractions .location li{
    display: flex;
    align-items: center;
    font-size: 15px;
    font-family: 'Gill-sans-light';
    color: rgb(255, 255, 255);
    line-height: 2;
    text-align: left;
}
.attractions .location li::before{
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #649255;
    margin-right: 10px;
}
/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
.contact{
    padding-top: 0;
    padding-bottom: 8rem;
    background-color: #F9F8F6;
}

.contact .container{
    padding-top: 7rem;
}

.contact .section-title{
    font-size: 50px;
    font-family: 'Gill-sans-light';
    color: rgb(32, 32, 32);
    text-transform: uppercase;
}

.contact .line{
    margin: 30px auto 55px auto;
    background-color: #A0A0A0;
}

.contact #inquiryForm .item .title{
    font-size: 18px;
    font-family: 'Gill-sans-light';
    color: #202020;
    line-height: 1.333;
    text-align: left;
    margin-bottom: 5px;
}

.contact #inquiryForm .item .title b{
    color: #ff0000;
}

.contact #inquiryForm .item{
    margin-bottom: 15px;
}

.contact #inquiryForm .item:nth-last-child(2){
    margin-bottom: 25px;
}

.contact #inquiryForm .item input,.contact #inquiryForm .item textarea{
    height: 55px;
    border: unset;
    box-shadow: unset;
    background-color: #DEDEDE;
}

.contact #inquiryForm .item input:focus{
    box-shadow: unset;
}

.contact #inquiryForm .item textarea{
    width: 100%;
    height: 130px;
    resize: none;
    padding: 20px 12px;
}

.contact #inquiryForm .bottom .left{
    width: 45%;
}

.contact #inquiryForm .bottom .right{
    width: 55%;
    text-align: right;
}

.contact #inquiryForm .bottom .left p{
    font-size: 18px;
    font-family: 'Gill-sans-light';
    color: rgb(32, 32, 32);
    line-height: 1.389;
}
.contact #inquiryForm .bottom .right button{
    font-size: 20px;
    font-weight: 500;
    font-family: 'Gill-sans-light';
    color: #fff;
    box-shadow: unset;
    padding: 17px 133px;
    border-radius: 30px;
    border: unset;
    background-color: var(--primary-color);
} 
/*--------------------------------------------------------------
# Section Banner
--------------------------------------------------------------*/
.banner{
    position: relative;
    padding: 0;
}

.banner.mobile{
    display: none;
}

.banner .trapezoid{
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    width: 129%;
    opacity: 0.8;
    background-color: #000;
    /* border-top: 420px solid #000; */
    /* border-right: 200px solid transparent; */
    transition: 0.70s ease;
    transform: translateX(-100%) skewX(0);
    transform-origin: 0 100%;
}

.banner.in-view .trapezoid{
    transform: translateX(-80%) skewX(-25deg);
}

.banner .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8%;
    right: 0;
    z-index: 99;
    opacity: 0;
    transform: translateX(-2rem);
    transition: 0.60s ease 0.60s;
}

.banner.in-view .text{
    transform: translateX(0);
    opacity: 1;
}

.banner .text .subtitle{
    font-size: 40px;
    font-family: 'DubielItalic';
    color: #bbbbbb;
}

.banner .text .title{
    color: #fff;
    font-size: 45px;
    font-family: 'Gill-sans-light';
    text-transform: uppercase;
    margin-top: 25px;
}

.banner .img{
    padding-bottom: 15.67%;
}

.banner.mobile .img{
    padding-bottom: 48%;
}

/*--------------------------------------------------------------
# Index Carousel
--------------------------------------------------------------*/
.index-carousel{
    padding: 0;
}

.index-carousel .img{
    padding-bottom: 33.3%;
}

.btn-prev,
.btn-next{
    width: 35px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(0 0 0 / 60%);
    cursor: pointer;
    z-index: 999;
    transition: all 0.5s;
}

.btn-prev i,
.btn-next i{
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}

.btn-prev i{
    left: 49%;
}

.btn-next i{
    left: 56%;
}

.btn-prev:hover i,
.btn-next:hover i{
    color: #FFF;
}

/*------------------------------------------------------------------
    FAQ
------------------------------------------------------------------*/
.faq{
    padding-top: 0;
    padding-bottom: 8rem;
    background-color: #F9F8F6;
}

.faq .container{
    padding-top: 7rem;
}

.faq .section-title{
    font-size: 50px;
    font-family: 'Gill-sans-light';
    color: rgb(32, 32, 32);
    text-transform: uppercase;
}

.faq .line{
    margin: 30px auto 55px auto;
    background-color: #A0A0A0;
}

.faq-list{
    list-style: none;
    font-size: 20px;
    text-align: left;
    padding: 0;
}

.faq-list li{
    margin-bottom: 20px;
    background-color: var(--primary-color);
}

.faq-list .question{
    font-family: 'Gill-sans-light';
    position: relative;
    color: #FFF;
    padding: 23px 30px;
}

.faq-list .collapsed .question::after{
    content: '\f107';
    font-family: FontAwesome;
    transform: rotate(0);
}

.faq-list .question::after{
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    top: 35%;
    right: 2rem;
    font-size: 25px;
    transition: all 0.5s;
    transform: rotate(180deg);
}

.faq-list .answer{
    font-size: 20px;
    font-family: 'Gill-sans-light';
    color: rgb(102, 102, 102);
    line-height: 1.5;
    background-color: #F9F8F6;
    padding: 10px 2rem;
}

.faq .more-btn{
    background-color: var(--primary-color);
    border: none;
    color: #FFF;
    padding: 7px 30px;
    font-size: 18px;
}

.faq-list .show-more{
    margin-top: 8rem;
    text-align: center;
}

/*--------------------------------------------------------------
# Contct Info
--------------------------------------------------------------*/
.contact-info{
    padding-top: 70px;
    padding-bottom: 80px;
    background-color: #576951;
}

.contact-info .section-title{
    font-size: 50px;
    font-family: 'Gill-sans-light';
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin: 0 200px;
    text-align: center;
    line-height: 1.3;
}

.contact-info .line{
    margin: 40px auto 60px auto;
}

.contact-info .row{
    display: flex;
    /* align-items: center; */
    justify-content: center;
    margin-top: 60px;
}

.contact-info .left{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 130px;
}

.contact-info .left .phone-list {
    font-size: 30px;
    font-family: 'Gill-sans-light';
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.667;
    margin-left: 50px;
}

.contact-info .right{
    margin-top: 45px;
}

.contact-info .right .img-group{
    width: 100%;
    display: flex;
    /* justify-content: center; */
    /* flex-wrap: wrap; */
}
.contact-info .right .img-group .item{
    width: 170px;
    margin-right: 45px;
}

.contact-info .right .img-group .item .title{
    font-size: 20px;
    font-family: 'Gill-sans-light';
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}

.contact-info .right .img-group .item:last-child{
    margin-right: unset;
}
@media (min-width: 768px) {

    /* #header{
        height: 70px;
        padding: 10px 0;
    }

    #header .logo img{
        max-height: 50px;
    } */

    .btn-prev{
        left: 30px;
    }

    .btn-next{
        right: 30px;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

    /* #header{
        height: 110px;
        padding: 20px 0;
    }

    #header .logo img{
        max-height: 70px;
    } */

    .main-nav{
        display: block;
    }

    .main-nav a{
        /* padding: 0 25px; */
    }

    .mobile-nav{
        display: none;
    }

    .mobile-nav-toggle{
        display: none;
    }

    .main-footer{
        display: block;
    }

    .mobile-footer{
        display: none;
    }

    .btn-prev{
        left: 0;
    }

    .btn-next{
        right: 0;
    }
}

@media (max-width: 767px) {
    section{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    #placeholderBox{
        height: 50px;
    }

    /* #header{
        height: 50px;
        padding: 5px 0;
    }

    #header .logo img{
        max-height: 40px;
    } */

    .mobile-nav-toggle i{
        margin: 12px 15px 0 0;
    }

    .btn-prev,
    .btn-next{
        width: 25px;
        height: 40px;
    }

    .btn-prev{
        left: 0;
    }

    .btn-next{
        right: 0;
    }

    .btn-prev i,
    .btn-next i{
        font-size: 15px;
    }

}

@media (max-width: 768px) {
    #header{
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 50px;
        background-color: #262B2D;
        z-index: 9997;
    }
    #header .logo{
        display: block;
    }
    #header .logo img{
        height: 30px;
        object-fit: contain;
        margin-top: 8px;
    }
    .banner .img{
        padding-bottom: 33.334%;
    }
    .banner .trapezoid{
        width: 300%;
    }
    .banner .text .subtitle{
        font-size: 20px;
    }
    .banner .text .title{
        font-size: 25px;
    }
    .banner .text .title{
        margin-top: 11px;
    }
    .pushWrapper{
        margin-left: 0;
        margin-right: 0;
        right: 0;
        transition: 0.6s ease;
    }
    .mobile-nav{
        position: fixed;
        right: -260px;
        top: 50px;
        width: 260px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        border-left: 1px solid rgba(255, 255, 255, 0.14);
        transition: 0.6s ease;
    }
    .mobile-nav-active .mobile-nav{
        left: unset;
        right: 0;
    }
    .mobile-nav-active .pushWrapper{
        left: unset;
        right: 260px;
        /* position: relative; */
    }
    .mobile-nav-overly{
        background: unset;
    }
    .mobile-nav .box{
        display: block;
    }
    .sidebar-ul{
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
    }
    .sidebar-ul .item:first-child{
        display: none;
    }
    .sidebar-ul .item{
        display: flex;
        align-items: center;
        height: 8%;
        padding-left: 20px;
    }
    .sidebar-ul .item img{
        width: 25px;
        filter: grayscale(1);
    }
    .sidebar-ul .item span{
        color: #666666;
        font-size: 15px;
        font-weight: 700;
        margin-left: 15px;
        text-transform: uppercase;
        font-family: 'Gill-sans-light';
    }
    .sidebar-ul .item:last-child,.sidebar-ul .item:nth-last-child(2){
        height: 10%;
    }
    .sidebar-ul .item:nth-last-child(2) img{
        filter: unset;
    }
    .sidebar-ul .item:last-child{
        border-top: 1px solid #666666;
    }
    .sidebar-ul .item:last-child i{
        font-size: 20px;
        color: #666666;
        margin-left: 2px;
    }
    .sidebar-ul .item:last-child span{
        margin-left: 17px;
    }
    .index-banner{
        display: none;
    }
    .index-mobile-banner{
        display: block;
    }
    .index-mobile-banner{
        padding-bottom: 59%;
        background-size: cover;
    }
    .index-mobile-banner .mask{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .index-mobile-banner .mask img{
        width: 25px;
    }
    .index-mobile-banner .mask .section-subtitle{
        color: #bbbbbb;
        font-size: 25px;
        text-align: center;
        margin: 15px 20px 15px 20px;
        font-family: 'DubielItalic';
    }
    .index-mobile-banner .mask .section-title {
        color: #fff;
        font-size: 25px;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Gill-sans-light';
        margin-bottom: 10px;
    }
    .line{
        margin: 20px auto 25px auto;
    }
    .what-is{
        padding: 0 0 4rem 0;
    }
    .what-is .container{
        padding-top: 4rem;
    }
    .what-is .section-subtitle{
        font-size: 22.5px;
    }
    .what-is .section-title{
        font-size: 25px;
        margin-top: 10px;
    }
    .what-is .left{
        width: 100%;
    }
    .what-is .left .slogan{
        font-size: 23px;
        line-height: 30px;
    }
    .what-is .left .intro{
        font-size: 19px;
        line-height: 32px;
    }
    .what-is .right{
        width: 100%;
        margin-top: 30px;
    }
    .what-is .right{
        margin-left: unset;
    }
    .what-is .right .box .icon{
        width: 50px;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
    }
    .what-is .right .box .icon-box{
        margin-right: 20px;
    }
    .what-is .right .box .text .intro{
        height: auto;
        margin-right: 15px;
    }
    .attractions .left .img img{
        width: 100%;
    }
    .selection .row{
        padding: 5rem 0;
    }
    .selection .item .content{
        top: 50px;
        right: 0;
        bottom: 0;
        left: 0;
        align-items: unset;
    }
    .selection .item .content .close-icon{
        font-size: 24px;
        top: 15px;
        right: 18px;
    }
    .selection .item .content .container{
        width: 100%;
    }
    .selection .item .content .box{
        width: 100%;
        height: auto;
        max-height: 500px;
        overflow-y: scroll;
        margin-top: 60px;
    }
    .selection .item .content .box .left .img{
        padding-bottom: 80%;
    }
    .selection .item .content .box .right{
        padding-left: 15px;
        overflow-y: unset;
    }
    .selection .item .content .box .right .title{
        font-size: 25px;
        margin-top: 25px;
    }
    .selection .item .content .box .right .intro{
        font-size: 19px;
        line-height: 1.4;
    }
    .selection .item .img.cricle .mask p{
        font-size: 18px;
    }
    .featured{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .featured .section-title{
        font-size: 25px;
    }
    .featured .text{
        padding: 20px 30px 20px;
    }
    .featured .intro{
        font-size: 17px;
    }
    .featured .title{
        font-size: 23px;
    }
    .featured .name{
        font-size: 17px;
    }
    .featured .area{
        margin-bottom: 15px;
    }
    .featured .price,.featured .area{
        font-size: 18px;
    }
    .visa{
        padding-bottom: 5rem;
    }
    .visa .switch{
        display: flex;
        width: 100%;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px;
        margin: unset;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }
    .visa .switch .item{
        display: block;
        font-size: 20px;
        flex: 0 0 50%;
        height: 45px;
        line-height: 40px;
        margin: unset;
        box-sizing: border-box;
        text-align: center;
    }
    .visa .section-title{
        font-size: 30px;
    }
    .visa .content .item .title{
        font-size: 25px;
    }
    .visa .content .item .line{
        margin: 20px auto 20px auto;
    }
    .visa .content .item .intro{
        margin: 0 15px;
        font-size: 19px;
    }
    .visa .content .icon-group{
        width: 100%;
        margin-top: 40px;
        padding: 0 15px;
    }
    .visa .content .icon-group .icon-item img{
        width: 45px;
    }
    .visa .content .icon-group .icon-item .num{
        font-size: 25px;
        margin-top: 15px;
    }
    .visa .content .icon-group .icon-item .unit{
        font-size: 16px;
    }
    .service{
        padding-bottom: 4rem;
    }
    .service .row{
        margin-left: -15px;
        margin-right: -15px;
    }
    .service .section-title{
        font-size: 40px;
    }
    .service .section-title{
        font-size: 25px;
        margin-top: 4rem;
    }
    .service .item{
        padding-left: 15px;   
        padding-right: 15px;
        margin-bottom: 20px;
    }
    .service .item:last-child{
        margin-bottom: unset;
    }
    .service .item .img-box{
        width: 120px;
        height: 120px;
    }
    .service .item .img-box img{
        width: 60px;
    }
    .service .item .title{
        font-size: 25px;
        height: auto;
    }
    .service .item .intro{
        font-size: 19px;
        line-height: 1.46;
    }
    .attractions{
        padding-bottom: 5rem;
    }
    .attractions .row{
        padding-top: 4rem;
    }
    .attractions .right .subtitle{
        font-size: 22.5px;
    }
    .faq{
        padding-bottom: 2rem;
    }
    .faq .container{
        padding-top: 40px;
    }
    .faq .section-title{
        font-size: 25px;
    }
    .faq .line{
        margin: 20px auto 35px auto;
    }
    .faq-list .question{
        padding: 18px 25px;
    }
    .faq-list .answer{
        font-size: 19px;
        line-height: 1.4;
    }
    .contact{
        padding-bottom: 5rem;
    }
    .contact .container{
        padding-top: 4rem;
    }
    .contact .section-title{
        font-size: 25px;
    }
    .contact .line{
        margin: 20px auto 35px auto;
    }
    .contact #inquiryForm .bottom .left,.contact #inquiryForm .bottom .right{
        width: 100%;
    }
    .contact #inquiryForm .item .title{
        font-size: 17px;
    }
    .contact #inquiryForm .item input,.contact #inquiryForm .item textarea{
        height: 45px;
    }
    .contact #inquiryForm .item textarea{
        padding: 15px 12px;
        height: 100px;
    }
    .contact #inquiryForm .bottom .left,.contact #inquiryForm .bottom .right{
        padding-left: unset;
        padding-right: unset;
    }
    .contact #inquiryForm .bottom .left p{
        font-size: 17px;
        line-height: 1.34;
    }
    .contact #inquiryForm .bottom .right button{
        width: 100%;
        font-size: 18px;
        margin-top: 25px;
        padding: 15px 135px;
        float: left;
    }
    .contact-info{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .contact-info .section-title{
        font-size: 25px;
        margin: unset;
    }
    .contact-info .row{
        flex-direction: column;
        margin-top: 40px;
    }
    .contact-info .left{
        margin-right: unset;
        justify-content: center;
    }
    .contact-info .left img{
        width: 50px;
    }
    .contact-info .left .phone-list{
        font-size: 22px;
        margin-left: 30px;
    }
    .contact-info .line{
        margin: 30px auto 40px auto;
    }
    .contact-info .right{
        margin-top: 30px;
    }
    .contact-info .right .img-group{
        justify-content: center;
    }
    .contact-info .right .img-group .item{
        width: 115px;
        margin-right: 40px;
    }
    .contact-info .right .img-group .item .title{
        font-size: 18px;
        margin-top: 15px;
    }
    .country-list{
        top: 8px;
        right: 0;
    }
    .country-list li{
        width: 35px;
        height: 18px;
    }
    .country-list li a{
        font-size: 11px;
    }
    .selection{
        padding-top: 30px;
    }
    .selection .text .subtitle{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .selection .text .title{
        font-size: 25px;
    }
    .faq-list .question{
        font-size: 19px;
        padding: 15px 25px;
    }
    .faq-list .question::after{
        top: 30%;
        font-size: 20px;
    }
    .faq-list .answer{
        font-size: 18px;
    }
    .faq .more-btn{
        font-size: 15px;
        padding: 5px 25px;
    }
    .faq-list .show-more{
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
}