html{
    font-size: 18px;
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'SARABUN-Regular';
    src: url('fonts/SARABUN-Regular.eot');
    src: url('fonts/SARABUN-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/SARABUN-Regular.woff') format('woff'),
         url('fonts/SARABUN-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MNChiangSaen-Regular';
    src: url('fonts/MNChiangSaen-Regular.eot');
    src: url('fonts/MNChiangSaen-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/MNChiangSaen-Regular.woff') format('woff'),
         url('fonts/MNChiangSaen-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SNTAnouvong-Regular';
    src: url('fonts/SNTAnouvong-Regular.eot');
    src: url('fonts/SNTAnouvong-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/SNTAnouvong-Regular.woff') format('woff'),
         url('fonts/SNTAnouvong-Regular.woff2') format('woff'),
         url('fonts/SNTAnouvong-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'MNChiangSaen-Regular';
	cursor: default;
	position: relative;
	line-height:normal;
	font-size: 1rem;
    color: #000000;
}

img{ border:0; margin:auto;}
a{
    text-decoration:none;
    color:inherit;
}
a:hover{
    color:inherit; 
    text-decoration: none;
}
ul{	padding-left: 0;margin-bottom: 0;}
h1, h2, h3{line-height: normal;}
#back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 9999;
    bottom: 1%;
    right: 2%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px 0;
    background:#e3af54;
    border: 2px solid #FFF;
    border-radius: 50%;
    font-size: .9rem;
}
#back-to-top:hover{
    opacity: 1;
}
#back-to-top a {
    color: #FFF;
}
button:focus {
    outline: none;
}

#nav-icon3{
	z-index: 88;
	width: 35px;
	height: 30px;
	position: absolute;
    top: 30%;
    right: 0%;
	margin:0px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
    background: #e3af54;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
	top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
/*head--//////////////////////////////////////////////////////////////////////////*/
.headbar-main{
    width: 100%;
    padding: .8rem 0;
    transition: all 0.5s;
    background: url("../images/bg-header.png") bottom center repeat-x #0f0f0f;
    background-size: 100% !important;
}
.slim.headbar-main{box-shadow: 0 2px 3px rgba(0,0,0,.3);}
.hamburgers-box{
    width: 100%;
    position: relative;
    transition: all 0.5s;
}
.navbar-brand {
    width:100%;
    padding: 0;
    margin-right: 0;
    text-align: center;
    transition: all 0.5s;
}
.navbar-brand img{
    width: 120px;
    transition: all 0.5s;
}
.navbar-logo-mobile {
    width: 100%;
    padding: 5% 0;
    display: block;
    border-bottom: 1px solid #e3af54;
}
.navbar-collapse ul li{
	padding: 0;
    transition: all 0.5s;
    font-size: 1.2rem;
    font-family: 'SNTAnouvong-Regular';
}
.navbar-collapse ul li a {
    width: 100%;
    margin: auto;
    padding:10px 15px;
    position: relative;
    display: block;
    text-align: left;
    color: #FFF;
}
.navbar-collapse ul li.active a, .navbar-collapse ul li a:hover, .navbar-collapse ul li:hover a{ color: #ffe169; }
.navbar-collapse ul li.active, .navbar-collapse ul li:hover{background-color: transparent;}


.social-header img{
    transition: all 0.5s;
}
.social-header img:hover{transform: translateY(-5px);}
.line-color{
    width: 100%;
    height: 1px;
    margin: auto;
    border-bottom: 1px solid #e3af54;
}
.language-box{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2rem;
}
.language-box ul{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.language-box ul li{
    padding: 0 5px;
    color: #FFF;
}
.language-box ul li.active, .language-box ul li:hover{ color: #ffe169;}
/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone .banner-slide{
    width: 100%;
    position: relative;
    height: 540px;
    text-align: center;
}
#slide-zone .banner-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#slide-zone .owl-dots{
	display: block !important;
	position: absolute;
    bottom:5%;
    left: 50%;
    z-index: 555;
	transform: translate(-50%,0%);
}
#slide-zone .owl-carousel button.owl-dot {
    width: 30px;
    height: 4px;
    margin: 0 3px;
    background-color: #FFF;
}
#slide-zone .owl-carousel button.owl-dot.active{
    background-color: #000;
}
#slide-zone{position: relative;}
/*content--//////////////////////////////////////////////////////////////////////////*/
.font-style{font-size: 1rem;}
.font-style1{font-size: 1.2rem;}
.font-style2{font-size: 1.4rem;}
.font-style3{font-size: 1.6rem;}
.font-style4{font-size: 1.8rem;}
.font-style5{font-size: 2rem;}
.text-yellow{color: #ffe169;}
.content-box{
    color: #FFF;
    padding: 10% 0;
    background: #000;
}
.detail-box1{font-family: 'SNTAnouvong-Regular';}
.detail-box1 img{
    vertical-align: text-bottom;
    width: 3em;
}

.content-box2{
    color: #FFF;
    padding: 10% 0;
    background: #515151;
}
.icon-box h1{font-family: 'SNTAnouvong-Regular';}
.icon-box img{width: 100%;}
.title-box{
    font-size: 1.4rem;
    text-align: center;
    color: #ffe169;
    margin-bottom: .8rem;
    font-family: 'SNTAnouvong-Regular';
}
.readmore-bt{
    text-align: center;
    margin-top: .8rem;
    color: #FFF;
    transition: all 0.5s;
}
.readmore-bt:hover{color: #ffe169;}
.img-port{
    width: 100%;
    overflow: hidden;
    margin-bottom: 2rem;
}
.img-port img{
    /*width: 100%;
    height: 100%;*/
    transition: all 0.5s;
}
.img-port:hover img{transform: scale(1.05);}

.content-box3{
    background: url("../images/bg-black_1.png") top center no-repeat #000;
    background-size: cover !important;
    padding: 10% 0;
}
.full-boxreview{
    background: rgba(0,0,0,0.8);
    padding: 1rem;    
}
.review-box{
    color: #FFF;
}
.detail-review{
    position: relative;
    /*margin-top: 1.5rem;*/
    padding: 1.5rem;
}
.review-box .detail-review img{
    position: absolute;
    width: 2rem;
}
.detail-review .img-qualeft{
    top: 0;
    left: 0;
}
.detail-review .img-quaright{
    bottom: 0;
    right: 0;
}
.img-review{
    width: 100%;
    overflow: hidden;
}
.img-review img{width: 100%;}
.owl-product .nav-btn {
    height: 26px;
    position: absolute;
    width: 15px;
    cursor: pointer;
    top: 50%;
    transform: translate(0, -50%);
}
.owl-product .owl-nav{
	display: block !important;
}
.owl-product .owl-prev.disabled, .owl-product .owl-next.disabled{
	pointer-events: none;
	opacity: 0.2;
}
.owl-product .prev-slide{
    background: url(../images/arrow-prev.png ) no-repeat scroll 0 0;
    left: 0;
    width: 27px;
    height: 42px;
    background-size: 100% !important;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}
.owl-product .next-slide {
    background: url(../images/arrow-next.png) no-repeat scroll 0 0;
    right: 0;
    width: 27px;
    height: 42px;
    background-size: 100% !important;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}
.owl-product .prev-slide:hover{
 background-position: 0px 0px;
}
.owl-product .next-slide:hover{
background-position: 0px 0px;
} 

/*footer--//////////////////////////////////////////////////////////////////////////*/
.footer {
    color: #FFF; 
    background: #121212;
}
.footer a:hover{ color: #ffe169;}
.address-footer{
    padding: 20% 5%;
    margin-bottom: 1rem;
    position: relative;
    border-radius: 5px;
    background-size: 100px !important;
    background: url("../images/bg-footer1.png") center center no-repeat ;
}
.contact-footer{
    padding: 20% 5%;
    position: relative;
    border-radius: 5px;
    background-size: 100px !important;
    background: url("../images/bg-footer2.png") center center no-repeat ;
}
.footer h1{font-size: 1.2rem; letter-spacing: 1px;}
.copyright-box{
    padding: 2% 10%;
    text-align: center;
    color: #FFF;
}
.social-footer{text-align: center;}
.social-footer img{
    width: auto;
    transition: all 0.5s;
}
.facebook-box{
    margin-top: 1rem;
    padding: .5rem;
    text-align: center;
    background: #202020;
}
.facebook-box .fb-page{
    width: 100%;
    height: 100%;
}
.lineadd-box{
    background: #00b900;
    padding: 8px;
    border-radius: 7px;
    color: #FFF;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}
.lineadd-box .fa-line{
    color: #00b900;
    background: #FFF;
    font-size:2.5rem;
    border-radius: 10px;
}
#wh-widget-send-button.wh-widget-right{bottom: 5% !important;}
/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/
@media (max-width: 767px ) {
	body{
		max-width: 100% !important;
	}
	.navbar-collapse{
        position: fixed;
        width: 250px;
        background: #0f0f0f;
        height: 100% !important;
        max-height: none !important;
        top: 0;
        display: block;
        left: -250px;
        margin: 0 !important;
        z-index: 55;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse.in{
		left: 0 !important;
	}
	.navbar-collapse.show{
		display:block;
		left: 0 !important;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		/*margin-left: 250px;*/
	}
	.headbar-main, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.headbar-main.-collapse {
		/*margin-left: 250px;*/
		width:100%;
	}
}

/*===============otherpage==========================*/
.content-about-p1{
    background: url("../aboutus/images/bg-aboutus-1.png") top center no-repeat;
    background-size: cover !important;
    padding: 10% 0;
}
.logo-center{width: 100%;}
.detail-about{
    color: #a7a7a7;
    text-align: center;
    margin: 2rem auto .5rem;
}
.detail-about p{color: #FFF;margin-bottom: 0;}
.detail-about h1{
    margin: .5rem auto;
    font-size: 1.8rem;
    color: #caad23;
    line-height: normal;
}
.detail-about span{
    font-size: 1.8rem;
    color: #caad23;    
}
.next-step{text-align: center;transition: all 0.5s;}
.next-step:hover{transform: translateY(5px);}

.content-tagline{
    padding: 7% 0;
    background: url("../aboutus/images/bg-aboutus-2.png") top center no-repeat;
    background-size: cover !important;
}
.detail-tagline{
    color: #caad23;
    text-align: center;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.5;
    font-family: 'SNTAnouvong-Regular';
}
.detail-tagline .qua-left {
    position: absolute;
    top: -1rem;
    left: -.5rem;
    width: 2rem;
}
.detail-tagline .qua-right{
    position:absolute;
    bottom: -1rem;
    right: -.5rem;
    width: 2rem;
}

.content-person{
    padding: 10% 0;
    background: url("../aboutus/images/bg-aboutus-4.png") top center no-repeat;
    background-size: cover !important;
    color: #FFF;
}
.title-person{
    color: #caad23;
    margin-bottom: 2rem;
    font-family: 'SNTAnouvong-Regular';
}
.title-person h1{
    margin-bottom: 0;
    font-size: 5rem;
    line-height: normal;
}
.title-person p{
    margin-bottom: 0;
    font-size: 4rem;
}
.detail-person{
    position: relative;
    padding-left: 2rem;
}
.detail-person p{
    margin-bottom: 1rem;
    font-size: 1.4rem;
}
.detail-person::after{
    content: "";
    width: 2px ;
    height: 60px;
    border-left: 1px solid #caad23;
    position: absolute;
    left: 0;
    bottom: 3.5rem;
}
.detail-person a{
    display: block;
    width: 150px;
    border: 1px solid #caad23;
    text-align: center;
    padding: 8px;
    color: #caad23;
    border-radius: 25px;
    margin-top: 1.5rem;
    transition: all 0.5s;
}
.detail-person a:hover{
    background: #caad23;
    color: #FFF;
}
.img-person{
    text-align: center;
    padding: 15px;
    margin-top: 2rem;
    border: 1px solid #caad23;
}
.img-person img{width: 100%;}

.content-timeline{
    background: url("../aboutus/images/bg-aboutus-5.png") top center no-repeat;
    background-size: cover !important;
    padding: 10% 0;
    color: #FFF;
}

.owl-timeline .nav-btn {
    height: 26px;
    position: absolute;
    width: 15px;
    cursor: pointer;
    top: 50%;
    transform: translate(0, -50%);
}
.owl-timeline .owl-nav{
	display: block !important;
}
.owl-timeline .owl-prev.disabled, .owl-timeline .owl-next.disabled{
	pointer-events: none;
	opacity: 0.2;
}
.owl-timeline .prev-slide{
    background: url( "../aboutus/images/arrow-prev.png" ) no-repeat scroll 0 0;
    width: 50px;
    height: 50px;
    background-size: 100% !important;
	position: absolute;
    top: 100%;
    left: 30%;
    transform: translate(0%,-50%);
}
.owl-timeline .next-slide {
    background: url(../aboutus/images/arrow-next.png) no-repeat scroll 0 0;
    right: 30%;
    top: 100%;
    width: 50px;
    height: 50px;
    background-size: 100% !important;
    position: absolute;
    transform: translate(0%,-50%);
}
.owl-timeline .prev-slide:hover{
 background-position: 0px 0px;
}
.owl-timeline .next-slide:hover{
background-position: 0px 0px;
} 

.fancybox-is-open .fancybox-bg{opacity: 1;}




.content-tagline2{
    background: url("../aboutus/images/bg-aboutus-3.png") top center no-repeat;
    background-size: cover !important;
    position: relative;
    padding: 10% 0;
    color: #FFF;
}
.img-flower{
    position: absolute;
    left: 50%;
    top: -10%;
    transform: translate(-50%,0);
}
.detail-tagline2{
    text-align: center;
    font-family: 'SNTAnouvong-Regular';
}
.detail-tagline2 span{color:#caad23; }


.content-ourteam{
    padding: 10% 0;
    color: #FFF;
    background: #000;
}
.ourteam-box{
    text-align: center;
    margin-bottom: 2rem;
}
.img-team{
    width: 100%;
    overflow: hidden;
}
.img-team img{width: 100%;transition: all 0.5s;}
.ourteam-box:hover img{transform: translateY(-5px);}
.detail-team{
    text-align: center;
    margin: 1rem auto;
    color: #a7a7a7;
}
.detail-team h1{
    color: #caad23;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-family: 'SNTAnouvong-Regular';
}



.title-otherpage{
    text-align: center;
    margin-bottom: 0;
    font-family: 'SNTAnouvong-Regular';
}
.title-otherpage p{
    margin-bottom: 0;
    color: #FFF;
    font-size: 33px;
}
.title-otherpage h1{
    color: #caad23;
    font-size: 45px;
    margin-bottom: 0;
    line-height: 1;
}
.portfo-box{
    width: 100%;
    overflow: hidden;
    align-items: center;
    border: 1px solid #caad23;
    border-radius: 20px;
    margin-bottom: 2rem;
}
.detail-port {
    padding: 10px;
    color: #FFF;
    font-family: 'SNTAnouvong-Regular';
}
.detail-port p{
    color: #caad23;
    margin-bottom: 0;
    font-size: 1.6rem;
}
.detail-port h1{
    color: #caad23;
    margin-bottom: 0;
    font-size: 2.2rem;
}
.line-prot{
    width: 50px;
    height: 3px;
    margin: .5rem 0 .8rem;
    border-bottom: 3px solid #caad23;
}
.portfo-box .img-port{margin-bottom: 0;}
.portfo-box:hover img{transform: scale(1.05);}
.img-port .img-box-2 div img{ max-width:auto;
    min-width: 100%;
    /* min-width: auto; */
    min-height: 100%;
    /* min-height: auto; */
    max-height: fit-content;
    max-width: fit-content;
}

.slide-detailport .carousel-item img{width: 100%;}
.portfolio-indicators{
    position: inherit;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: auto;
    bottom: auto;
    margin: 2rem auto;
}
.portfolio-indicators li {
    width: 100%;
    height: 178px;
    margin: auto 7px;
    overflow: hidden;
    text-indent: inherit;
    background: none;
}
.portfolio-indicators li.active{background: none;}
.portfolio-indicators li img{width: 100%;}

.carousel-control-prev, .carousel-control-next, .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus{opacity: 1;}
.slide-detailport .carousel-control-prev {
    left: 0%;
}
.slide-detailport  .carousel-control-next{
    right: 0%;
}
.slide-detailport .carousel-control-prev img, .slide-detailport  .carousel-control-next img{width: 50%;}
.slide-detailport .portfolio-indicators li{opacity: .7;}
.slide-detailport .portfolio-indicators li.active, .slide-detailport .portfolio-indicators li:hover{opacity: 1;}

.detail-portmore{
    margin-bottom: 2rem;
    font-size: 1.1rem;
}
.img-moreview{
    width: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 1.5rem;
}
.logo-center{
    text-align: center;
}
.logo-center::before{
    content: "";
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #caad23;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    transform: translate(0,-50%);
}
.logo-center img{position: relative;z-index: 9;background: #000;padding: 0 30px;}


.contact-pagebox{
    padding: 10% 0;
    background: url("../contactus/images/bg-contactus.png") right bottom no-repeat;
    background-size: cover !important;
}
.sendmessage-box h1{
    color: #caad23;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    font-family: 'SNTAnouvong-Regular';
}
.sendmessage-box p{margin: 1rem auto;}
.contact-box img{margin-top: 2rem;}
.contact-box table td{padding: 8px 5px;}
.contact-box table tr:first-child td{vertical-align: top;}
.contact-box a:hover{color:#caad23; }
.detail-sendbox{
	width: 100%;
	margin: 0;
    margin-bottom: 1rem;
}
.form-contact{
    color: #FFF;
	padding: 8px 15px;
	width: 100%;
    background: none;
    border: 1px solid #caad23;
}
.form-contact::placeholder{color: #a7a7a7;}
.detail-sendbox3{
	width: 100%;
}
.form-contact:focus{
	outline: none !important;
}
.send-box{
	padding: 8px;
	text-align: center;
	background: #caad23;
	margin: 1rem auto;
	width: 100%;
    color: #FFF;
    border: 1px solid #caad23;
}
.codeseve-send{
	margin: 0 1rem;
    display: flex;
}
.send-box:hover{
	color: #caad23;
	background: #FFF;
}
.send-box:focus{
	outline: none !important;
}
.codeseve-send .fa-redo-alt{
	color: #a7a7a7;
    cursor: pointer;
    font-size: 1.2rem;
}
.sendus-detail{
	width: 95%;
	margin: auto;
}
.sendmessage-box{
	padding:  0;
	margin:0;
    margin-bottom: 1.5em;
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 568px) {
}




 /*-----cate----/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
ul.main-cate {
	list-style:none ;
	text-align:center !important;
}
ul.main-cate li{
    display: inline-block;
    cursor: pointer;
    font-weight: 300;
    font-size: 1rem;
	color:#FFF;
    /*text-transform: uppercase;*/
	padding: 0px 15px;
    border-bottom: 3px solid #000;
	margin: 0.2rem 0.2rem;
   /* -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 10px;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul.main-cate li.active,
ul.main-cate li:hover{
	color: #caad23;
    border-bottom: 3px solid #caad23;
}

/*///////img-box-2///////*/
.img-box,
.img-box-2 {
    text-align: center;
    position: relative;
    overflow: hidden;
    /* height: 220px; */
    padding-bottom: 100%;
}
.img-box-2 {
    padding-bottom: 65%;
}
.img-box div ,
.img-box-2 div {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    justify-content: center;
    /* height: auto; */
    height: 100%;
    width: 100%;
    /* width: auto; */
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.img-box div img ,
.img-box-2 div img {
	/*max-height: 100% !important;
    width: auto !important;
    max-width: none !important;*/
	/*width: 100% !important;
	height: auto !important;
    max-width: none !important;*/
	max-width: 100%;
    max-height: 100%;
    /*width: auto;
    height: 100%;*/
}

/*///////////////////////////////////////////////////////////////////////////pagelist///////////////////////////////////////////////////////////////////////////*/
.pagelist{
 text-align: center;
 padding:1rem 0;
 border-radius:0px;
/* margin:0 5px 20px 5px;*/
 margin: auto;
}
.pagelist li{
	display:inline-block;
	font-size:1rem;
	cursor:pointer;
	/*padding: 0.3rem 0rem;*/
	padding: 0rem 0.1rem;
	margin: 0.2rem;
	/*border:2px solid #777;*/
	border-radius: 5px;
}
/*.pagelist li:last-child:hover ,
.pagelist li:last-child, .pagelist li:first-child:hover ,
.pagelist li:first-child{
	border: 2px solid #FFF;
}*/
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	 color:#0e0e0e;
	 transition: all 0.4s;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	color:#d4d4d4;
}
.pagelist li a{
	color:#777;
	display:block;
	padding:0 0.5rem;
	font-weight:bold;
}
.pagelist li a i.fa{
 font-size:1rem;
 vertical-align: middle;
}

.pagelist>li:first-child>a, .pagelist>li:first-child>span , .pagelist>li:last-child>a, .pagelist>li:last-child>span {
 border-radius:0px;
}
.pagelist li.active{
	background: #caad23;
    transition: all 0.4s;
    border: 2px solid #caad23;
}
.pagelist li a:hover{
    color: #caad23 ;
	transition: all 0.4s;
}
/*.pagelist li:hover{
	border:2px solid #ecab53;
}*/
/*.pagelist li svg { vertical-align: middle; }*/
.pagelist li svg {    height: 0.8rem; }
.pagelist li.active a {
    color: #FFF;
}



/*social*/
.social-share a {
	padding:5px 10px;
	color:#FFF;
	opacity: 0.8;
	font-size:1rem;
	border-radius:3px;
	margin: 1px;
	/*border-radius:50%;*/
}
.social-share a:hover {
	opacity: 1;
}
.social-share a.facebook {	background-color: #1877f2;}
.social-share a.twitter {	background-color: #55acee;}
.social-share a.line {	background-color: #00b900;}
.social-share a.mail {	background-color: #ecab53;}
.social-share a.download-file {	background-color: #FFC14D;}



/*view*/
.vdobox-indetail{
    width: 100%;
    height: 250px;
}
.vdobox-indetail iframe{
    width: 100%;
    height: 100%;
}
.vdobox-moredetail ul li{ 
    border: 1px solid #f1f1f1;
    border-bottom: none;    
    border-radius: 7px 7px 0 0;
    overflow: hidden;
}
.vdobox-moredetail ul li:first-child{margin-right: 10px;}
.vdobox-moredetail a {
    color: #747474;
    display: block;
    padding: 5px 10px;   
    background-color: #f1f1f1;
}
.vdobox-moredetail a.active{
    background: #29b48b;
    color: #FFF;
}


.mapbox iframe{
    width: 100%;
    height: 100%;
}
.mapbox{
	width: 100%;
	height: 280px;
}
