html{font-size:16px;}
@font-face {
    font-family: 'Cinzel-Medium';
    src: url('fonts/Cinzel-Medium.eot');
    src: url('fonts/Cinzel-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Cinzel-Medium.woff') format('woff'),
         url('fonts/Cinzel-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SOV_KhianKhao';
    src: url('fonts/SOV_KhianKhao.eot');
    src: url('fonts/SOV_KhianKhao.eot?#iefix') format('embedded-opentype'),
         url('fonts/SOV_KhianKhao.woff') format('woff'),
         url('fonts/SOV_KhianKhao.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cinzel-Regular';
    src: url('fonts/Cinzel-Regular.eot');
    src: url('fonts/Cinzel-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Cinzel-Regular.woff') format('woff'),
         url('fonts/Cinzel-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kanit-Regular';
    src: url('fonts/Kanit-Regular.eot');
    src: url('fonts/Kanit-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Kanit-Regular.woff') format('woff'),
         url('fonts/Kanit-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kanit-Medium';
    src: url('fonts/Kanit-Medium.eot');
    src: url('fonts/Kanit-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Kanit-Medium.woff') format('woff'),
         url('fonts/Kanit-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kanit-Light';
    src: url('fonts/Kanit-Light.eot');
    src: url('fonts/Kanit-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Kanit-Light.woff') format('woff'),
         url('fonts/Kanit-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Kanit-Light';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
	color: #31353e;
}
a{
	text-decoration: none;
	color: inherit;
}

ul{padding: 0;margin: 0;}

#back-to-top {
    width: 60px;
    height: 30px;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px 0;
    background: #ff6130;
    font-size: .9rem;
    opacity: 1;
	border-radius: 25px 25px 0 0;
    transform: translate(-50%,0%);
}
#back-to-top:hover{
    opacity: 1;
}
#back-to-top a {
    color: #FFF;
}
button:focus {
    outline: none;
}

#nav-icon3{
	z-index: 88;
	width: 33px;
	height: 30px;
	position: relative;
    top: 0rem;
    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;
	box-shadow: none;
	background: none;
	border: none;
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
    background: #ff6130;
    border-radius: 5px;
	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;
	width: 75%;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
	width: 40%;
}
#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%;
}


/*banner*/
.banner-caption{
    position: absolute;
    width: 100%;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 0px 2px 0.98px rgba(0, 0, 0, 0.49);
}
.banner-caption h1{font-size: 1.6rem;}
/*
caption1  == บนซ้าย
caption2  == บนกลาง
caption3  == บนขวา
caption4  == กลางซ้าย
caption5  == กลาง
caption6  == กลางขวา
caption7  == ล่างซ้าย
caption8  == ล่างกลาง
caption9  == ล่างขวา
*/
/*.caption1{left: 2rem; bottom: 2rem;}
.caption2{bottom: 2rem;text-align: center;}
.caption3{top: 1rem;left: 2rem;}
.caption4{right: 2rem;top: 4rem;text-align: right;}
.caption5{right: 2rem;bottom: 2rem;text-align: right;}
.caption7{
    text-align: center;
    top: 50%;
    transform: translate(0,-50%);
}*/
.caption1{left: 2rem;top: 2rem;}
.caption2{top: 2rem;text-align: center;}
.caption3{top: 2rem;text-align: right; right: 2rem;}
.caption4{left: 2rem; top: 35%;}
.caption5{
    text-align: center;
    top: 35%;
    transform: translate(0,-50%);
}
.caption6{
	right: 2rem;
	top: 35%;
	text-align: right;
}
.caption7{left: 2rem; bottom: 2rem;}
.caption8{bottom: 2rem;text-align: center;}
.caption9{bottom: 2rem;text-align: right; right: 2rem;}


/*head--//////////////////////////////////////////////////////////////////////////*/
.headbar-main{
    width: 100%;
    padding: .75rem 0;
    transition: all 0.5s;
	background: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.hamburgers-box{
    width: 100%;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
    transition: all 0.5s;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
	width: 100%;
    padding: 0;
    text-align: left;
	color: #FFF;
    margin:0;
    transition: all 0.5s;
}
.navbar-brand img{
	width: 200px;
	transition: all 0.5s;
	margin: auto;
}
.navbar-brand.d-lg-none{
	padding: 1rem;
	margin: auto;
	text-align: center;
	display: block;
}

.navbar-expand-lg .navbar-nav{margin-bottom: 2rem;}
.navbar-nav li{
	padding: 0;
	color: #9f9f9f;
	position: relative;
	transition: all 0.5s;
}
.navbar-nav li a{
	padding: 10px 15px;
	color: #9f9f9f;
	display: block;
	text-align: left;
	text-decoration: none;
	transition: all 0.5s;
	font-size: .9rem;
    font-family: 'Cinzel-Regular';
}
.navbar-nav li.active a, .navbar-nav a:hover{color: #ff6130;}



.social-header{
	text-align: left;
	margin: 1rem auto;
	padding: 0 15px;
}
.social-header h1{
	font-size: 1.2rem;
    font-family: 'Cinzel-Regular';
	margin-bottom: .5rem;
	color: #4f85c4;
}
.social-header img{
	width: 40px;
	transition: all 0.5s;
}
.social-header img:hover{
	transform: scale(.95);
	filter: none;
}

.contactbar{
	display: none;
	padding: 8px 0;
	background: #0808ff;
	color: #FFF;
}
.contactbar a:hover{text-decoration: underline;color: #ff6130;}
.contactbar p img{
	width:20px;
	filter: brightness(0) invert(1);
}
.contactbar p{margin: 0;}
/*slide-banner--//////////////////////////////////////////////////////////////////////////*/

#carouselMainslide .carousel-item{transition: 1s ease-in-out;}
#carouselMainslide .carousel-item img{
	width: 100%;
	transition: all 15s;
}
#carouselMainslide .carousel-indicators button{
	width: 12px;
	height: 12px;
	margin: 0 3px;
	background:rgb(255 97 48 / 70%);
	border: 1px solid rgb(255 97 48 / 70%);
	border-radius: 50%;
}
#carouselMainslide .carousel-indicators button.active{
	background: rgb(255 97 48 / 100%);
	border-color: rgb(255 97 48 / 100%);
}
/*content--//////////////////////////////////////////////////////////////////////////*/
.content-addbgfull{
	background: url("../images/bg-contenttop.png") center top no-repeat #FFF;
	background-size: 100% !important;
}
.content-aboutus{padding: 10% 0;}
.img-box{
	text-align: center;
	overflow: hidden;
}
.img-box img{
	width: 100%;
	transition: all 1s;
}
.abimg{margin: 2rem auto;}
.about-texthome{
	text-align: center;
}
.about-texthome h1, .about-textabout h1{
	font-size: 1.4rem;
	margin-bottom: 2.5rem;
	color: #ff6130;
    font-family: 'Cinzel-Medium';
}
.about-texthome h2, .about-textabout h2{
	font-size: 1.2rem;
	margin: 0;
    font-family: 'Kanit-Regular';
}
.about-textabout h2{margin-bottom: 1rem;}
.about-textabout ul{list-style: none;padding-left: 1rem;margin: 1rem 0;}
.about-textabout ul li{padding-bottom: .5rem;}
.about-texthome p{margin: 0;}
.about-textabout p{margin-bottom: 1rem;}
.readmore-btn{
	padding: 6px;
	width: 180px;
	text-align: center;
	color: #ff6130;
	margin: 2rem auto;
	background: #FFF;
	overflow: hidden;
	border: 1px solid #ff6130;
}

/* Bounce To Right */
.hvr-bounce-to-right {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff6130;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #FFF;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.content-productlogo{
	padding: 10% 0;
	background: url("../images/bg-product.png") center center no-repeat;
	background-attachment: fixed !important;
	background-size: cover !important;
}
.title-box{
	text-align: center;
	margin-bottom: 2.5rem;
}
.title-box h1{
	font-size: 1.6rem;
	margin-bottom: 0;
	color: #FFF ;
    font-family: 'Cinzel-Medium';
	text-transform: uppercase;
}
.logo-products{
	text-align: center;
	overflow: hidden;
	background: #FFF;
	border: 2px solid transparent;
	margin-bottom: 2rem;
	transition: all 1s;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.logo-products img {
    width: auto;
    transition: all 1s;
    max-width: 100%;
}
.logo-products:hover{border-color: #ff6130;}
.logo-products:hover img{transform: scale(.95);}

.content-contactbox{
	padding: 10% 0;
	background: url("../images/bg-contact.png") center left no-repeat;
	background-size: cover !important;
}
.title-contact{
	color: #FFF;
	text-align: center;
}
.title-contact h1{
	font-size: 1.6rem;
	margin-bottom: 0;
    font-family: 'Cinzel-Medium';
}
.title-contact p{margin: 0;}
.title-contact hr{
	opacity: 1;
	width: 60%;
	margin: 1rem auto;
	border-top: 1px solid #FFF;
}
.from-contact{
	padding: 2rem .75rem;
	background: #f7f7f7;
	margin: 2rem auto;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.message-contact{
	margin: 2rem auto;
	background: none;
}
.message-contact h1{
	font-size: 1.4rem;
    margin-bottom: 1rem;
	text-align: center;
	color: #4f85c4;
    font-family: 'Cinzel-Regular';
}
.detail-form{
    margin-bottom: 1rem;
}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #000;
	font-size: 1.4rem;
	vertical-align: middle;
}
.detail-form span, .detail-form p.red-text, .control-label span{
	color: #F00;
	display: initial;
}
.detail-form p{margin-bottom: 5px;}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.form-text, .custom-file-label{
    padding: 8px 15px;
    background: #FFF;
	border: 1px solid #d7d7d7;
    width: 100%;
	color: #000;
	border-radius: 5px;
	height: auto;
	margin: 0;
	line-height: normal;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #4f85c4;
}
.form-text::placeholder{color: #7d7d7d;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	min-width: 165px;
    padding: 6px;
    display: block;
    box-shadow: none;
    border: 1px solid #ff6130;
    color: #FFF;
    background: #ff6130;
    margin:.5rem 0;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 5px;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #FFF;
	color: #ff6130;
	transform: scale(.98);
}

.content-ourproducts{padding: 10% 0;}
.products-box{
	text-align: center;
	margin-bottom: 2rem;
}
.products-box h1{
	font-size: 1.2rem;
	margin-bottom: 0rem;
    font-family: 'Kanit-Regular';
}
.products-box:hover img{transform: scale(.95);}
.products-box:hover h1{color: #ff6130;}
.products-box img{max-width: 100%;transition: all 0.7s;}
.products-box p{
	margin: 0;
}
.content-ourproducts .title-box p, .content-contactpage .title-box p{color: #9f9f9f;letter-spacing: 1px;}
.content-ourproducts .title-box h1, .content-contactpage .title-box h1{color: #ff6130;}
.content-ourproducts .title-box, .content-contactpage .title-box{margin: 0 auto 3rem;}

.content-contactpage{padding: 10% 0;}
.mapbox{
	width: 100%;
	height: 280px;
	margin-bottom: 2rem;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
}
.content-contactpage a:hover{color: #ff6130;}
.content-contactpage h1{
	font-size: 1.3rem;
	margin-bottom: .5rem;
    font-family: 'Kanit-Regular';
}
.content-contactpage p{margin: 0;}
.content-contactpage ul{list-style: none;}
.social-box img{
	width: 35px;
	transition: all 0.8s;
}
.social-box img:hover{transform: scale(0.95);}



.content-news{padding: 10% 0;}
.content-news .title-box p{color: #9f9f9f;letter-spacing: 1px;}
.content-news .title-box h1{color: #ff6130;}
.content-news .title-box{margin: 0 auto 3rem;}
.news-box{
	margin-bottom: 2rem;
}
.news-box h1{
	font-size: 1.2rem;
	margin: .5rem auto;
    font-family: 'Kanit-Regular';
}
.news-box:hover img{transform: scale(1.05);}
.news-box p{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.3;
	height: calc(1rem * 1.3 * 2);
}

.title-news{
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #eee;
}
.title-news h1{
	font-size: 1.3rem;
	margin-bottom: .5rem;
    font-family: 'Kanit-Regular';
}
.title-news p{
	margin: 0;
}
.title-news ul{
	list-style: none;
	display: flex;
	align-items: flex-start;
	color: #9f9f9f;
}
.title-news ul li{margin-right: 8px;}
.detailnews{margin-top: 2rem;}
.detailnews p{margin-bottom: 2rem;}

.content-policy{padding: 10% 0;}
.content-policy .title-box p{color: #9f9f9f;letter-spacing: 1px;}
.content-policy .title-box h1{color: #ff6130;}
.content-policy .title-box{margin: 0 auto 3rem;}
.detailpolicy {margin-bottom: 1rem;}
.detailpolicy h1{
	font-size: 1.3rem;
	margin-bottom: .5rem;
    font-family: 'Kanit-Regular';
}
.detailpolicy .icsize{font-size: 12px;margin-right: 8px;}
.detailpolicy a:hover{color: #ff6130;}
.detailpolicy p{margin-bottom: 1rem;text-indent: 3%;}
.detailpolicy ul li{padding-bottom: 8px;}
.detailpolicy ul{
	list-style: none;
	padding-left: 1rem;
	margin: 1rem auto;
}
/*policy--//////////////////////////////////////////////////////////////////////////*/

.policy-box{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1300;
    display: flex;
	align-items: center;
	justify-content: center;
    font-size: 18px;	
	background: #FFF;
	margin: 0;
	padding: 1rem;
	color: #31353e;
    text-align: center;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.policy-box ul{list-style: none;}
.policy-box ul li{padding: 0 10px;}
.policy-box a:hover{text-decoration: underline;}
.btn-policy{
    width: 150px;
    padding: 6px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #FFF ;
    margin: .5rem;
	background: #ff6130;
	border-radius: 5px;
	box-shadow: none;
	border: 1px solid #ff6130;
}
.btn-policy:hover{
	background: #FFF;
	color: #ff6130;
	transform: scale(.95);
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}

/*footer--//////////////////////////////////////////////////////////////////////////*/
.footer {
	color: #000;
	padding:10% 0 7%;
	background: url("../images/bg-footer.png") top center no-repeat ;
	background-size: cover !important;
}
.footer a:hover{
	text-decoration: underline;
	color: #ff6130;
}
.footer h1{
	font-size: 1.1rem;
	margin-bottom: .5rem;
	font-weight: normal;
}
.address-footer{margin-bottom: 1rem;}
.address-footer p{margin: 0;}
.footer ul li{padding-bottom: 5px;}
.footer ul{list-style: none;margin: .75rem auto;}
.copyright-box {
	text-align: center;
	padding: 8px 0;
	color: #FFF;
	background: #0808ff;
}
.copyright-box a:hover{
	text-decoration: underline;
	color: #000;
}
.social-footer{
	text-align: left;
	margin: 1rem auto;
}
.social-footer img{
	width: 33px;
	transition: all 0.5s;
}
.social-footer img:hover{
	transform: scale(.95);
	filter: none;
}
.logo-footer{text-align: center;margin-bottom: 2rem;}
.logo-footer img{max-width: 100%;}

/*///////img-box-2///////*/
.pic-box,
.pic-box-2 {
    text-align: center;
    position: relative;
    overflow: hidden;
    /* height: 220px; */
    padding-bottom: 42%;
}
.pic-box-2 {
    padding-bottom: 65%;
}
.pic-box div ,
.pic-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%);
}
.pic-box div img ,
.pic-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%;*/
	/*width: 100%;
    height: 100%;*/
    object-fit: cover;
	transition: all 0.5s;
}

 /*-----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:#888 ;
    /*text-transform: uppercase;*/
	padding: 0px 15px;
	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;
	transition: all 0.4s;
	border-bottom: 2px solid #FFF;
}
ul.main-cate li.active,
ul.main-cate li:hover{
	color: #ffffff;
    background: rgb(8 8 255);
    background: linear-gradient(150deg, #0707fd 0%, #212529 100%);
	border-bottom: 2px solid #000;
    /*border-radius: 20px;*/
}


/*///////////////////////////////////////////////////////////////////////////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: 2px solid #FFF;
}
/*.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: #000;
    transition: all 0.4s;
    border: 2px solid #ccc;
}
.pagelist li a:hover{
    color: #000 ;
	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: #ffffff;
}


/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/
@media (max-width: 920px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 100%;
		background: #f1f5fa;
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        left: -100%;
        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;*/
	}
	.navbar-expand-lg, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.navbar-expand-lg.-collapse {
		/*margin-left: 250px;*/
		width:100%;
	}
	
}

@media (min-width: 375px){
	.copyright-box{padding: 8px;font-size: .8rem;}
}
@media (min-width:412px){
	.copyright-box{padding: 8px;font-size: .9rem;}
}
