@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic);
@font-face {
    font-family: 'baskervillevnregular';
    src: url('/Content/fonts/baskerville_vn-webfont.eot');
    src: url('/Content/fonts/baskerville_vn-webfont.eot?#iefix') format('embedded-opentype'),
    url('/Content/fonts/baskerville_vn-webfont.woff2') format('woff2'),
    url('/Content/fonts/baskerville_vn-webfont.woff') format('woff'),
    url('/Content/fonts/baskerville_vn-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
body {
    background: #f1f1f2;
    color: #231f20;
    font-size: 13px;
    font-weight: 400;
    font-family: "baskervillevnregular", sans-serif;
}
html.mobile body{
    font-family: Times New Roman, sans-serif;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.icons {
    background-image: url("/Content/images/icons.png");
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.pdf-icon{
    width: 51px;
    height: 50px;
    background-position: -103px -37px;
}
.small-arrow-left-icon{
    width: 4px;
    height: 6px;
    background-position: -63px -112px;
}
.message-icon{
    width: 42px;
    height: 33px;
    background-position: 0 -87px;
}
.list-icon{
    width: 25px;
    height: 25px;
    background-position: -77px -87px;
}
.fb-icon {
    width: 35px;
    height: 35px;
    background-position: -1px -1px;
}

.instagram-icon {
    width: 35px;
    height: 35px;
    background-position: -40px -1px;
}

.search-icon {
    width: 15px;
    height: 17px;
    background-position: -62px -87px;
}

.p-icon {
    width: 35px;
    height: 35px;
    background-position: -79px -1px;
}

.twitter-icon {
    width: 35px;
    height: 35px;
    background-position: -117px -1px;
}
.small-twitter-icon,.small-p-icon,.small-facebook-icon,.small-instagram-icon{
    width: 25px;
    height: 25px;
}
.small-twitter-icon {
    background-position: -78px -37px;
}
.small-p-icon {
    background-position: -52px -37px;
}
.small-facebook-icon {
    background-position: 0 -37px;
}
.small-instagram-icon {
    background-position: -26px -37px;
}
.black-twitter-icon,.black-p-icon,.black-facebook-icon,.black-instagram-icon{
    width: 25px;
    height: 24px;
}
.black-twitter-icon {
    background-position: -78px -63px;
}
.black-p-icon {
    background-position: -53px -63px;
    width: 24px;
}
.black-facebook-icon {
    background-position: 0 -63px;
}
.black-instagram-icon {
    background-position: -26px -63px;
    width: 24px;
}

.wrapper {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}

header {
    position: relative;
}

.top-header {
    height: 129px;
    /*background: url("/Content/images/bg-header.jpg") top center no-repeat;*/
}

.top-header > .right {
    margin-right: 30px;
    margin-top: 32px;
    text-align: right;
    position: relative;
    z-index: 10;
}

.header-language {
    font-size: 12.74px;
    color: #3e3e3f;
    text-transform: uppercase;
    margin-bottom: 18px;
    text-align: right;
    color: #65633B;
}

.header-language a {
    display: inline-block;
    vertical-align: text-top;
    margin: 0 3px;
    color: #65633B;
}

.header-social-search-container {
    text-align: right;
}

.header-social, .search-box {
    display: inline-block;
    position: relative;
}

.header-social {
    margin-right: 18px;
    position: relative;
    z-index: 3;
}

.header-social a {
    width:35px;
    height:35px;
    display:inline-block;
    color:#fff;
    line-height:35px;
    text-align:center;
    position:relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header-social a i.fa{
    font-size: 26px;
    position: relative;
    top: 11px;
}

.header-social a:hover {
    opacity: .5;
}

.search-box form {
    position: relative;
}

.search-box input {
    height: 33px;
    border: 1px solid #867f78;
    padding: 0 35px 0 5px;
    outline: none;
    display: table-cell;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 200px;
}
.search-box input:focus{
    width: 350px;
}
.search-box button {
    display: block;
    outline: none;
    background: #404C2E;
    border: 1px solid #404C2E;
    position: absolute;
    top: 0;
    right: 0;
    height: 33px;
    width: 35px;
}

.search-box button i {
    position: relative;
}
.menu-header {
    background: #3d4f33;
    z-index: 2;
}
.submenu{
    position: absolute;
    background: rgba(0,0,0,.8);
    display: none;
    min-height: 195px;
    width: 100%;
    left: 0;
    top: 37px;
    color: #fff;
    padding: 30px 0;
    font-size: 12px;
    z-index: 2;
}
.menu-header .submenu-content>ul>li>a>i{
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 5px solid #fff;
    border-bottom: 3px solid transparent;
    position: absolute;
    top: 10px;
    left: 0px;
    background-image: none;
}
.menu-header .submenu-content>ul>li>a{
    position: relative;
    padding-left: 9px;
}
.menu-header .submenu-content>ul>li>a>i{
    display: none;
}
.menu-header .submenu-content>ul>li>a:hover>i{
    display: inline-block;
}
.submenu-content{}
.submenu-content.introduction,
.submenu-content.news{
    width: 200px;
    position: absolute;
    top: 35px;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
.submenu-content.introduction>ul,
.submenu-content.news>ul{
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}
.submenu-content.introduction>ul a,
.submenu-content.news>ul a{
    color: #fff;
    text-transform: uppercase;
    padding: 5px 0;
    display: block;
}
.register-box{
    float: right;
    text-align: left;
    width: 60%;
    margin-right: 15%;
}
.vc-row{
    position: relative;
    display: table;
    width: 100%;
}
.register-form{
    position: relative;
}
.register-form input[typet="text"]{
    color: #fff;
}
.register-form button[type="submit"]{
    position: absolute;
    width: 95px;
    text-align: center;
    color: #fff;
    background: #83804f;
    border: 1px solid #929497;
    padding: 3px 0;
    bottom: 20px;
    right: -90px;
}
.register-form button[type="submit"] .small-arrow-left-icon{
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 5px solid #fff;
    border-bottom: 3px solid transparent;
    position: absolute;
    top: 9px;
    left: 15px;
    background-image: none;
}
.register-form .vc-textbox{
    width: 100%;
    background: #58595b;
    border:1px solid #929497;
    padding: 3px;
    color: #fff;
}
.register-form .register-col{
    display: table-cell;
    width: 100em;
    padding: 0 20px;
}
.register-form .register-col>div{
    margin-bottom: 20px;
}
.register-form .register-col>div>label{
    display: block;
    font-weight: 400;
}
.register-form input[type="radio"]{
    display: none;
}
.register-header .right>span{
    display: inline-block;
    width: 52px;
}
.register-header span input[type="radio"]+label{
     display: inline-block;
     width: 15px;
     height: 12px;
     outline: none;
     background: url("/Content/images/unselect.png") left no-repeat;
     padding-left: 20px;
 }
footer .register-header span input[type="radio"]+label{
    background: url("/Content/images/unselect1.png") left no-repeat;
}
.register-header span input[type="radio"]:checked + label{
    background: url("/Content/images/selected.png") left no-repeat;
}
footer .register-header span input[type="radio"]:checked + label{
    background: url("/Content/images/selected1.png") left no-repeat;
}
.register-header{
    text-transform: uppercase;
    height: 36px;
    padding-top: 1px;
}
.register-header>h3{
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.register-header>div{
    float: right;
    float: right;
    margin-top: -1px;
}
label.vc-require:after{
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ec1c24;
    position: relative;
    margin: 0 0 0 3px;
    top: -3px;
}

.menu-header > ul {
    width: 100%;
    list-style: none;
    text-align: center;
    margin: 0;
}

.menu-header > ul > li {
    display: inline-block;
}

.menu-header > ul > li:hover .submenu{
    display: block;
}

.menu-header > ul > li > a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    padding: 2px 20px;
    margin: 8px 0;
    border-left: 1px solid #fff;
    position: relative;
    z-index: 3;
}

.menu-header > ul > li:last-child > a {
    border-right: 1px solid #fff;
}

.menu-header > ul > li.has-sub:hover > a:after{
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 12px;
    background: url("/Content/images/menu-arrow-down.png") center no-repeat;
    bottom: -20px;
    left: 44%;
}

.menu-logo {
    background: #404c2e;
    width: 100%;
    float: left;
    position: relative;
    z-index:5;
}

.menu-logo * {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.large-logo {
    position: absolute;
    bottom: -60px;
    left: 80px;
    /*left: 2%;*/
    z-index: 9;
}

.large-logo a {
    display: block;
    width: 152px;
    height: 153px;
    background: url("/Content/images/large-logo.png") center no-repeat;
    background-size: cover;
}

#mainSlider {
    z-index: 1;
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slide-item {
    position: relative;
}

#mainSlider .swiper-container-horizontal > .swiper-pagination {
    bottom: 35px;
}

#mainSlider .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    width: 10px;
    height: 10px;
}

#mainSlider .swiper-pagination-bullet-active {
    background: #82804f;
}

.slide-item * {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.slide-item .slide-content {
    position: absolute;
    bottom: 65px;
    color: #fff;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    left: 0;
}

.slide-item .slide-content h1 {
    font-weight: normal;
    font-size: 35.33px;
}

#mainMenu {
    position: relative;
    text-align: center;
    margin-top: 2px;
}

#mainMenu * {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#mainMenu > ul {
    display: table;
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainMenu > ul > li {
    display: table-cell;
    vertical-align: middle;
    width: 1000em;
    padding: 0 3px;
}

#mainMenu > ul > li:first-child {
    padding-left: 0;
}header-social

#mainMenu > ul > li:last-child {
    padding-right: 0;
}

#mainMenu > ul > li > a {
    display: block;
    /*background: url("/Content/images/bg-menu.png") center repeat;*/
    /*background: #838050;*/
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 11px 0;
}

#mainMenu > ul > li > a.active, #mainMenu > ul > li > a:hover {
    /*background: url("/Content/images/bg-active-menu.png") center repeat;*/
    /*background: #3f4c2e;*/
    text-decoration: none;
}

.main-container {
    padding: 50px 0;
}
.main-container.errorPage{
    padding: 0;
    display: table;
    width: 100%;
}
.back-to-homepage{
    color: #928f5d;
    font-size: 20px;
}
.back-to-homepage:hover{
    text-decoration: underline;
    color: #928f5d;
}
.error-container{
    background: url("/Content/images/bg-error-page.jpg") center repeat-x;
    height: 625px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    padding: 0 15px;
}

#main, footer {
    background: url("/Content/images/bg-content.jpg") top left repeat;
}

.footer-menu {
    text-align: center;
    color: #231f20;
    border-top: 1px solid #918f90;
    position: relative;
}
.footer-menu:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background: #231f20;
    bottom: 0;
    left: 0;
}
.footer-menu .submenu{
    min-height: auto;
    top: 34px;
    z-index: 9;
    background: transparent;
    color: #231f20;
}
.footer-menu .submenu>ul>li>a{
    display: block;
    font-size: 12px;
    color: #231f20;
    text-transform: uppercase;
    padding: 3px 0 3px 8px;
    position: relative;
}

.footer-menu li.introduction,
.footer-menu li.news{
    position: relative;
}

.footer-menu .introduction .submenu{
    width: 250px;
}
.footer-menu .news .submenu{
    width: 300px;
}
.footer-menu .submenu ul li a i{
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 5px solid #84814f;
    border-bottom: 3px solid transparent;
    position: absolute;
    top: 8px;
    left: 0px;
}
.footer-menu .submenu>ul>li>a>i{
    display: none;
}
.footer-menu .submenu>ul>li>a:hover>i{
    display: inline-block;
}
.footer-menu .news .submenu>ul,
.footer-menu .introduction .submenu>ul{
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

.footer-menu > ul {
    width: 100%;
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

.footer-menu > ul > li {
    display: inline-block;
    padding-bottom: 3px;
}
.footer-menu > ul > li.has-sub:hover>.vc-arrow{
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #231f20;
    position: absolute;
    bottom: -10px;
    left: 44%;
}

.footer-menu > ul > li > a {
    color: #231f20;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    padding: 2px 18px;
    margin: 8px 0;
    border-left: 1px solid #231f20;
}

.footer-menu > ul > li:last-child > a {
    border-right: 1px solid #231f20;
}

.footer-logo {
    position: relative;
}

.white-background {
    height: 130px;
    display: block;
}

.green-background {
    display: block;
    height: 90px;
    background: #404c2e;
}

.small-logo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
}

.small-logo a {
    display: block;
    width: 150px;
    height: 150px;
    background: url("/Content/images/small-logo.png") center no-repeat;
    margin: 55px auto 0;
}

.footer-info {
    text-align: center;
    padding: 10px 15px 0;
    color: #fff;
    background: #404c2e;
    overflow: hidden;
    font-size: 15.6px;
}

.footer-info a{
    color: #fff;
}

.footer-info h3 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
}

.footer-background {
    height: 35px;
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    box-shadow: 0 0 15px 4px rgba(0, 0, 0, .6);
    background: url("/Content/images/bg-footer.jpg") center no-repeat;
}

#introduction-page {
    margin: 0 50px;
}

#introduction-page > h3 {
    font-size: 22.42px;
    color: #3e5034;
    text-transform: uppercase;
}

.introduction-content {
}

#navigationBar{
    position: absolute;
    z-index: 99;
    width: 100%;
    text-align: right;
    display: none;
    top: 7px;
}
#navigationBar>label{
    display: inline-block;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    top: 2px;
}
#navigationBar:hover .navigation-item{
    display: block;
    width: 200px;
    position: absolute;
    right: 0;
}
#toggleNavigation{
    display: inline-block;
    margin-left: 5px;
}
#toggleNavigation{
    margin-right: 15px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding-bottom: 7px;
}
.navigation-item{
    display: none;
    background: rgba(0,0,0,.5);
}
.navigation-item>ul{
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.navigation-item>ul>li{
    position: relative;
}
.navigation-item>ul>li>a{
    color: #fff;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}
.navigation-item>ul>li:last-child>a{
    border-bottom: 0;
}
.navigation-item a.active,
.navigation-item a:hover{
    text-decoration: none;
    background: rgba(0,0,0,.7);
}
.navigation-item li.has-sub:hover .nav-sub{
    display: block;
}
.nav-sub{
    display: none;
}
.nav-sub{
    background: rgba(0,0,0,.5);
    box-shadow: inset 0 0 1px 0;
    position: absolute;
    width: 175px;
    top: 0;
    left: -175px;
}
.nav-sub>ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-sub>ul>li>a{
    color: #fff;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}
.nav-sub>ul>li:last-child>a{
    border-bottom: 0;
}
.nav-sub a.active,
.nav-sub a:hover{
    background-color: rgba(255,255,255,.2);
}
#letTalk{
    position: fixed;
    right: 0;
    top: 45%;
    width: 140px;
    z-index: 98;
    text-transform: uppercase;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    display:none;
}
#letTalk:hover a{
    text-decoration: none;
}
.let-talk-top{
    background: #928F5D;
    display: block;
    padding: 10px;
}
.let-talk-top i{
    vertical-align: text-bottom;
    margin-right: 5px;
}
.let-talk-top label{
    font-size: 15.42px;
    display: inline-block;
    width: 40px;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}
.let-talk-bottom{
    text-align: center;
    display: block;
    background: #404C2E;
    margin-top: 5px;
    padding: 15px 0;
    color: #fff;
}

#news-page{}

.news-menu{
    width: 18%;
    background: #fff;
}
.news-menu>ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.news-menu>ul>li{
    margin: 3px 0;
}
.news-menu>ul>li>a{
    display: block;
    padding: 11px 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-indent: 50px;
    /*background: url("/Content/images/bg-menu.png") center repeat-x;*/
    background: #828050;
}
.news-menu>ul>li>a.active,
.news-menu>ul>li>a:hover{
    text-decoration: none;
    /*background: url("/Content/images/bg-active-menu.png") center repeat-x;*/
    background: #3f4c2e;
}
.news-list{
    width: 80%;
    padding-right: 30px;
    height: 430px;
    overflow: hidden;
}
.news-detail{
    width: 80%;
    padding-right: 30px;
}
.news-item{
    position: relative;
    width: 50%;
    float: left;
    margin-bottom: 90px;
}
.news-thumbnail{
    float: left;
    width: 244px;
    margin-right: 18px;
}
.news-content{}
.news-content>h3{
    margin: 0 0 10px 0;
    padding: 0;
    display: block;
    height: 26px;
    overflow: hidden;
}
.news-content>h3>a{
    font-size: 22.42px;
    color: #86804f;
    font-weight: 400;
    text-transform: uppercase;
}
.news-list .mCSB_container{
    margin-right: 30px;
}
.news-list .mCSB_scrollTools .mCSB_dragger{
    height: 26px !important;
}
.news-list .mCustomScrollBox>.mCSB_scrollTools{
    background: #e4e5e6;
}
.news-list .mCSB_scrollTools .mCSB_draggerRail{
    background: #e4e5e6;
}
.news-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 12px;
    height: 26px;
    border-radius: 0;
    background: #83804f;
}
.news-list .news-item:nth-child(odd){
    padding-right: 10px;
}
.news-list .news-item:nth-child(even){
    padding-left: 10px;
}
.news-list .news-item:nth-last-child(2),
.news-list .news-item:nth-last-child(1){
    margin-bottom: 0;
}
.read-detail-news{
    text-align: right;
    margin-top: 5px;
}
.read-detail-news>a{
    display: inline-block;
    background: #86804f;
    color: #fff;
    padding: 3px 10px 3px 15px;
    position: relative;
}
.read-detail-news>a .small-arrow-left-icon{
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 5px solid #fff;
    border-bottom: 3px solid transparent;
    position: absolute;
    top: 9px;
    left: 8px;
    background-image: none;
}
.news-summary{
    height: 87px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#shop-house-page{
    margin: 0 50px 0 81px;
}
#shop-house-page.shop-house-ct{
    margin: 0 15px;
    padding: 140px 0;
}
.shop-house-content,
.shop-house-slide{
    width: 49%;
}
.shop-house-document>h3,
.shop-house-content>h1{
    font-size: 22.42px;
    color: #646943;
    text-transform: uppercase;
    margin:0 0 22px 0;
    padding: 0;
}
.shop-house-textbox{
    height: 285px;
    overflow: hidden;
}
.shop-house-textbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    height: 26px;
    width: 4px;
}
.shop-house-textbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.shop-house-textbox .mCSB_scrollTools .mCSB_draggerRail{
    background: #3d4f33;
}
.shop-house-textbox .mCSB_scrollTools .mCSB_dragger{
    height: 26px !important;
}
.shop-house-textbox .mCustomScrollBox>.mCSB_scrollTools{
    background: transparent;
}

.shop-house-info{
    border-top: 1px solid #adacac;
    border-bottom: 4px solid #221f1f;
    padding: 12px 0;
    margin-top: 10px;
    position: relative;
    font-size: 15px;
}
.shop-house-info>.left{
    display: table-cell;
    width: 100%;
    padding-right: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.shop-house-info>.left>span{
    display: inline-block;
    height: 25px;
    border-right: 1px solid #adacac;
    padding-right: 5px;
    vertical-align: middle;
    line-height: 25px;
}
.shop-house-info>.left>span a{
    color: #231f20;
    font-size:17px;
}
.shop-house-info>.left>span+span{
    padding-left: 5px;
    border-right: 0;
}
.shop-house-info>.right{
    background: #fff;
    position: absolute;
    right: 0;
    top: 12px;
    width: 85px;
    border-left: 1px solid #adacac;
    text-align: right;
}
.shop-house-info>.right>a{
    width:25px;
    height:25px;
    display:inline-block;
    text-align:center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: text-bottom;
}

.shop-house-info>.right>a>i{
    color:#fff;
    line-height:25px;
}

.shop-house-info>.right>a:hover{
    opacity: .7;
    text-decoration: none;
}
.shop-house-slide .swiper-pagination{
    padding: 13px 0;
    background: rgba(0,0,0,.6);
    bottom: 0;
    text-align: left;
    text-indent: 25px;
}
.shop-house-slide .swiper-pagination-bullet{
    height: 9px;
    width: 9px;
    background: #fff;
    opacity: 1;
    margin: 0 3px;
}
.shop-house-slide .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #83804f;
}
.documents{
    text-align: center;
    margin-bottom: 20px;
}
.documents>a{
    text-transform: uppercase;
    color: #231f20;
    text-align: center;
    display: block;
    float: left;
    width: 20%;
    position: relative;
}
.documents>a>label{
    font-weight: 400;
}
.documents>a:after{
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    width: 1px;
    height: 70%;
    border-right: 1px solid #adacac;
    /*height: ;*/
}
.documents>a:last-child:after{
    border-right: 0;
}
.documents>a>i{
    margin-right: 15px;
}
.shophouse-images{
    margin-bottom: 20px;
}
.shophouse-images>div{
    display: block;
    float: left;
    width: 20%;
    padding:3px;
    position: relative;
}
.shophouse-images a{
    position: relative;
    display: block;
}
.shophouse-images a img{
    width: 100%;
    height:125px;
    max-width: 100%;
    max-height: 100%;
 }

.shophouse-images a:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: absolute;
    z-index: 1;
    top:0;
    left: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.shophouse-images a.active:after,
.shophouse-images a:hover:after{
    background: rgba(0,0,0,0);
}
.shop-house-contact{
    text-transform: uppercase;
}
.shop-house-contact>h1{
    font-size: 24.86px;
    color: #3f3f40;
    padding: 0;
    margin: 0 0 10px 0;
}
.shop-house-contact>h3{
    font-size: 22.42px;
    color: #5d643e;
    padding: 0;
    margin: 0 0 12px 0;
}
.contact-info{
    line-height: 23.2px;
    color: #231f20;
    font-size: 13.23px;
}
.contact-info a{
    color: #231f20;
}
.contact-info:before,.contact-info:after{
    content: "";
    display: block;
    width: 288px;
    height: 6px;
    background: #231f20;
    margin: 0 auto;
    margin-bottom: 20px;
}
.contact-info:after{
    margin-top: 20px;
    margin-bottom: 0;
}
.contact-social{
    margin-top: 20px;
}
.contact-social>a{
    display: inline-block;
    margin: 0 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
}
.contact-social>a:hover{
    opacity: .7;
}

.shophouse-system{
    width: 80%;
    max-width: 825px;
    margin: 10px auto;
}
.shophouse-system>ul{
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
.shophouse-system>ul>li{
    /*background-color: #2b9188;*/
    display: inline-block;
    width: 12.5%;    
    margin: 2px;
}
.shophouse-system>ul>li>a{
    display: block;
    /*padding: 5px;*/
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position:relative;
}
.shophouse-system>ul>li>a.active,
.shophouse-system>ul>li>a:hover{
    /*background: #ccc;
    color: #333;*/
    text-decoration: none;
}
#imageSliderClose{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    z-index: 9;
    cursor: pointer;
    text-align: center;
}
#imageSliderClose>i{
    color: #fff;
    position: relative;
    top: 1px;
}

#imageSliderPopup{
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
#imageSliderPopup .image-slider-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 1;
    cursor: pointer;
}
#imageSliderPopup .image-slider-container{
    position: absolute;
    width: 98%;
    height: 98%;
    display: table;
    max-width: 1400px;
    text-align: center;
    display: table;
    text-align: center;
    top: 1%;
    left: 1%;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#imageSliderPopup .image-slider-container *{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#imageSliderPopup .image-slider-box{
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
#imageSliderPopup .image-slider-box img{
    max-width: 100%;
    max-height: 100%;
}
.image-slider-container #prevImage i{
    left: -2px;
}
.image-slider-container #nextImage i{
    left: 1px;
}
.image-slider-container #nextImage{
    right: 10px;
}
.image-slider-container #prevImage{
    left: 10px;
}
.image-slider-container .control-slider i{
    font-size: 20px;
    color: #fff;
    position: relative;
    top: 8px;
}
.image-slider-container .control-slider{
    background: #404C2E;
    position: absolute;
    top: 48%;
    z-index: 2;
    cursor: pointer;
    opacity: 1;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
}
.image-slider-container .control-slider:hover{
    opacity: 1;
}
.mobile-hotline-social{
    display: none;
    background: #fff;
    padding: 20px 15px;
}
.mobile-hotline-social .right{
    margin-top: 8px;
}
.mobile-hotline-social .right a{
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 2px;
}
.mobile-hotline-social .right a:hover{
    opacity: .9;
}
.mobile-hotline-social p{
    margin: 0;
    padding: 0;
}
.mobile-hotline-social a{
    color: #231F20;
}
.mobile-hotline-social a:hover{
    text-decoration: none;
}
.mobile-hotline-social .hotline{
    font-size: 18px;
    font-weight: bold;
    color: #80804e;
}
#register{
    width: 90%;
    margin: 0 auto;
    max-width: 600px;
}
#register h3{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #3d4f33;
}
#register li>label{
    display: block;
    font-weight: 400;
}
#register ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#register ul li input[type="text"]{
    width: 100%;
    padding: 3px;
    background: transparent;
    border: 1px solid #ccc;
}
#register ul li{
    float: left;
    width: 50%;
    padding: 10px;
}
#register span{
    margin-left: 10px;
    text-transform: uppercase;
}
#register span input[type="radio"]{
    display: none;
}
#register span input[type="radio"]+label{
    display: inline-block;
    outline: none;
    background: url("/Content/images/unselect2.png") left no-repeat;
    padding-left: 25px;
}
#register span input[type="radio"]:checked + label{
    background: url("/Content/images/selected2.png") left no-repeat;
}
#shophouse{
    padding: 0 15px;
}
#shophouse h3{
    font-size: 20px;
    text-transform: uppercase;
    color: #3d4f33;
}
#shophouse>ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#shophouse>ul>li{
    float: left;
    width: 14.285%;
    padding: 3px;
    text-align: center;

}
#shophouse>ul>li>a{
    text-transform: uppercase;
    color: #fff;
    display: table-cell;
    width: 100em;
    height: 90px;
    vertical-align: middle;
    overflow: hidden;
    /*background: #1088dd;*/
}

#shophouse>ul>li>a label{
    color:#3f4c2e;
    padding:5px;
}

@media screen and (max-width: 1440px) {
    #news-page{
        padding: 0 15px;
    }
}
@media screen and (max-width: 1400px) {
    .shophouse-system{
        /*float: right;*/
    }
    .footer-menu .shophouse-system{
        float: none;
    }
    .register-box{
        width: 68%;
        margin-right: 10%;
    }
    .register-header>div.right{
        width: 100%;
        margin-top: 10px;
    }
    .register-form button[type="submit"]{
        position: relative;
         bottom: auto;
         right: auto;
        left: 20px;
    }
    .register-form .register-col>div.register-header>label{
        display: none;
    }
    .documents>a>label{
        display: block;
        margin-top: 5px;
        font-size: 12px;
    }
    .news-item {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
    .news-list .news-item:nth-child(odd){
        padding-right: 0;
    }
    .news-list .news-item:nth-child(even){
        padding-left: 0;
    }
    .news-list .news-item:nth-last-child(2){
        margin-bottom: 30px;
    }
    .news-summary,.news-content>h3{
        height: auto;
        overflow: hidden;
    }

    .news-menu{
        width: 26%;
    }
    .news-list,.news-detail{
        width: 72%;
    }

    .menu-header {
        /*float: right;
        margin-right: 15px;*/
    }

    .menu-header > ul > li > a {
        padding: 2px 15px;
    }

    .menu-header > ul > li:first-child > a {
        border-left: 0;
    }

    .menu-header > ul > li:last-child > a {
        border-right: 0;
    }

    .large-logo {
        left: 5.2%;
    }
}

@media screen and (max-width: 992px) {
    .shop-house-content, .shop-house-slide{
        width: 100%;
    }
    .shop-house-textbox{
        height: auto;
        overflow: auto;
    }
    .shop-house-content{
        margin-bottom: 20px;
    }
    #shop-house-page {
        margin: 0 15px;
    }
    .shophouse-images>div{
        width: 25%;
    }
}
@media screen and (max-width: 915px) {
    .large-logo {
        bottom: -35px;
    }

    .large-logo a {
        width: 120px;
        height: 120px;
    }

    .menu-header > ul > li > a {
        padding: 2px 6px;
    }
    .news-menu>ul>li>a{
        text-indent: 15px;
    }
    #mainMenu > ul > li > a {
        padding: 0;
        height: 50px;
        display: table-cell;
        width: 100em;
        vertical-align: middle;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-family: Times New Roman, sans-serif;
    }
    html.mobile body{
        font-family: Times New Roman, sans-serif;
    }
    #shophouse h3{
        text-align: center;
        margin-bottom: 20px;
    }
    #shophouse>ul>li{
        width: 20%;
    }
    .shop-house-info{
        display: none;
    }
    .read-detail-news{
        text-align: left;
    }
    .mobile-hotline-social{
        display: block;
    }
    .pdf-icon {
        width: 26px;
        height: 35px;
        background-position: -128px -88px;
    }
    #letTalk{
        width: 85px;
    }
    .let-talk-top {
        padding: 6px;
    }
    .let-talk-top i{
        position: relative;
        top: 0px;
    }
    .let-talk-top label{
        font-size: 12.42px;
        line-height: 12px;
        position: relative;
        top: 2px;
    }
    .let-talk-bottom{
        padding: 8px 0;
        font-size: 12px;
        line-height: 12px;
    }
    .message-icon{
        width: 25px;
        height: 20px;
        background-position: -62px -113px;
    }
    .footer-logo{
        display: none;
    }
    .shop-house-info>.left>span{
         display: block;
         border-right: 0;
        height: auto;
        line-height: normal;
     }
    .shop-house-info>.left>span:first-child>a{
        font-size: 20px;
        color: #82804f;
        font-weight: bold;
    }
    .shop-house-info>.left>span+span{
        padding-left: 0;
    }
    .shop-house-info>.right{
        top: auto;
        bottom: 12px;
        border-left: 0;
    }
    .shop-house-info>.right>span{
        position: relative;
        top: 6px;
    }
    .documents>a{
        width: 50%;
        margin-bottom: 10px;
        text-align: left;
        border: 0;
    }
    .documents>a>label{
        display: inline-block;
        margin-top: 0;
    }
    .documents>a:after{
        display: none;
    }
    .documents>a:nth-child(even):after{
        border: 0;
    }

    .shophouse-images>div {
        width: 33.3333%;
    }
    .news-menu{
        display: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .news-menu>ul{
        margin-left: -15px;
        margin-right: -15px;
    }
    .news-thumbnail{
        width: 170px;
    }
    .news-summary{
        height: 54px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .news-list,.news-detail{
        height: auto;
        overflow: auto;
        width: 100%;
        padding-right: 0;
    }
    .news-list .mCSB_container{
        margin-right: 0;
    }

    .main-container {
        padding: 20px 0;
        font-size: 14px;
    }
    #navigationBar{
        display: block;
    }

    header {
        height: 165px;
    }

    .top-header {
        position: absolute;
        width: 100%;
        height: 100%;
        background: url("/Content/images/bg-header.jpg") top center repeat-y;
    }

    .top-header > .right {
        text-align: center;
        margin-right: 15px;
    }

    .header-social {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .menu-logo {
        position: absolute;
        bottom: 0;
        height: 40px;
    }

    .large-logo {
        position: absolute;
        bottom: -45px;
        text-align: center;
        left: 15px;
    }

    .large-logo a {
        margin: 0 auto;
        width: 120px;
        height: 120px;
    }

    .menu-header {
        display: none;
    }

    #introduction-page {
        margin: 0 15px;
    }

    #mainMenu > ul > li:first-child {
        padding-left: 3px;
    }

    #mainMenu > ul > li:last-child {
        padding-right: 3px;
    }

    .introduction-content .left,
    .introduction-content .right {
        width: 100% !important;
    }

    .footer-info {
        padding: 30px 15px 0;
        font-size: 14px;
    }
    .footer-info h3{
        font-size: 17px;
        margin-bottom: 5px;
    }
    .footer-info .footer-background {
        margin: 20px -15px 0;
    }
    /*.footer-logo,*/
    .footer-menu{
        display: none;
    }
    .footer-menu > ul > li {
        display: block;
    }

    .footer-menu > ul > li > a,
    .footer-menu > ul > li:last-child > a {
        border: 0;
        font-size: 14px;
        padding: 10px 0;
        margin: 0;
    }

    .footer-menu > ul > li > a:hover {
        /*background: #ccc;*/
    }

    #mainMenu > ul,
    #mainMenu > ul > li {
        display: block;
    }

    #mainMenu > ul > li,
    #mainMenu > ul > li:first-child {
        padding: 2px;
        width: 50%;
        float: left;
    }
    #mainMenu > ul > li:nth-child(odd){
        padding-left: 0;
    }
    #mainMenu > ul > li:nth-child(even){
        padding-right: 0;
    }

    #mainMenu > ul > li:last-child {
        padding-right: 0;
    }

    #mainMenu > ul > li > a {
        padding: 0;
        height: 50px;
        display: table-cell;
        width: 100em;
        vertical-align: middle;
    }

    #mainSlider .swiper-container-horizontal > .swiper-pagination {
        bottom: 15px;
    }

    .slide-item .slide-content {
        bottom: 35px;
    }

    .slide-item .slide-content h1 {
        font-size: 22px;
    }
    footer{
        /*margin-top: 30px;*/
    }
}
@media screen and (max-width: 575px) {
    #shophouse>ul>li{
        width: 33.33%;
    }
    .header-social{
        display: none;
    }
    .mobile-hotline-social{
        text-align: center;
    }
    .mobile-hotline-social .right,
    .mobile-hotline-social .left{
        width: 100%;
    }
    .mobile-hotline-social .right span{
        display: block;
    }
    #mainMenu > ul > li, #mainMenu > ul > li:first-child{
        width: 100%;
        padding: 2px 0;
    }
}
@media screen and (max-width: 500px) {
    .shop-house-info{
        text-align: center;
    }
    #register ul li h3{
        text-align: center;
        margin-bottom: 20px;
    }
    #register ul li{
        float: left;
        width: 100%;
        text-align: left;
    }
    #register ul li.text-right{
        text-align: center;
    }
    .shop-house-info>.left{
        padding-right: 0;
        display: block;
        overflow: auto;
        white-space: normal;
        text-overflow: inherit;
    }
    .shop-house-info>.right>span{
        display: block;
        margin-bottom: 10px;
    }
    .shop-house-info>.right{
        position: relative;
        width: 100%;
        float: left;
        text-align: center;
        bottom: 0;
    }
    .shophouse-images>div {
        width: 50%;
    }
    .news-thumbnail{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .news-summary{
        height: auto;
    }
    .news-thumbnail img{
        width: 100%;
    }
}
@media screen and (max-width: 320px) {
    #navigationBar:hover .navigation-item{
        width: 153px;
    }
}
@media screen and (max-width: 385px) {
    #shophouse>ul>li{
        width: 50%;
    }
    .search-box input{
        width: 145px;
    }
    .search-box input:focus{
        width: 200px;
    }
    #shop-house-page.shop-house-ct{
        padding: 50px 0;
    }
    .shophouse-images>div {
        width: 100%;
    }
    .documents>a{
        width: 100%;
    }
    .documents>a:after{
        display: none !important;
    }
    .news-detail-image{
        margin-left: 0 !important;
        margin-bottom: 10px;
    }
    .top-header > .right{
        margin-top: 20px;
    }
    .header-social{
        margin-right: 0;
        /*display: block;*/
    }
    .large-logo{
        bottom: -15px;
    }
    .large-logo a{
        width: 90px;
        height: 90px;
    }
    .slide-item .slide-content h1 {
        font-size: 16px;
    }
}