html{
	font-size:14px;
}
@font-face {
   font-family: 'Prompt-Bold';
   src: url('fonts/Prompt-Bold.eot');
   src: url('fonts/Prompt-Bold.eot?#iefix') format('embedded-opentype'),
      url('fonts/Prompt-Bold.woff') format('woff'),
      url('fonts/Prompt-Bold.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'Prompt-Medium';
   src: url('fonts/Prompt-Medium.eot');
   src: url('fonts/Prompt-Medium.eot?#iefix') format('embedded-opentype'),
      url('fonts/Prompt-Medium.woff') format('woff'),
      url('fonts/Prompt-Medium.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'Prompt-Regular';
   src: url('fonts/Prompt-Regular.eot');
   src: url('fonts/Prompt-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/Prompt-Regular.woff') format('woff'),
      url('fonts/Prompt-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

body{
   font-family: 'Prompt-Regular';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
}
ul{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	/*cursor: pointer;*/
	color: inherit;
	
}

#nav-icon3{
	z-index: 56;
	width: 30px;
	height: 30px;
	position: relative;
    top: 0rem;
    right: 0;
	left: auto;
	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: 2px;
	width: 33px;
    background: #608bc1;
    border-radius: 6px;
	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: 0;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px;
	width: 75%;
	left: auto;
	right: 0;
}
#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%;
}
/*#nav-icon3.open{
	top: -1.5rem;
    right: .0rem;
}*/
/*///////////Start-Header///////////////*/

.headbar-main{
    padding:.5rem 0;
	display: block;
    transition: all 0.6s;
	background-color:#F6F4F3;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.slim.headbar-main{box-shadow: 0 2px 10px rgba(0,0,0,0.2);}
.hamburgers-box{
    width: 100%;
	height: 100%;
	padding: 0;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
	width: 100%;
    text-align: left;
	color: #FFF;
    margin: 0 ;
	padding: 0;
    transition: all 0.5s;
}
.navbar-brand img{
	width: 100px;
	transition: all 0.5s;
	margin: auto;
}

.navbar-collapse .navbar-brand{
	padding: 1rem ;
	margin: auto;
	text-align: center;
	display: block;
	width: 100%;
}

.navbar-nav li{
	padding: 0;
	position: relative;
	transition: all 0.5s;
	text-transform: uppercase;
}
.navbar-nav li a{
	padding: 8px 10px;
	display: block;
	color: #000;
	text-align: left;
	text-decoration: none;
	transition: all 0.5s;
	position: relative;
	/*cursor:url(../images/cotton-mouse.png) 15 15, auto;
	pointer-events: auto;*/
}
.navbar-nav li.active a, .navbar-nav a:hover{
	color: #608bc1;
}

.navbar-nav li .dropdown-menu{
	padding: 0;
	border: none;
	/*overflow: hidden;*/
	border-radius: 10px;
	background: #608bc1;
	color: #FFF;
	margin: 0;
}
.navbar-nav li .dropdown-menu a{
	padding: 15px 25px;
	color: #FFF;
}
.navbar-nav li .dropdown-menu a.active,
.navbar-nav li .dropdown-menu a:hover{
	color: #608bc1;
	background: #FFF;
}

.navbar-nav li .dropdown-menu .dropdown2 .dropdown-menu2{
	/*position: absolute;
	right:-100%;*/
	top:0;
	min-width: 14rem;
	background: #608bc1;
	color: #FFF;
	border-radius: 10px;
	/*display:none;*/
}
.navbar-nav li .dropdown-menu .dropdown2:hover .dropdown-menu2{
	display:block;
}
.navbar-nav li .dropdown-menu .dropdown2 .dropdown-menu2 a.active,
.navbar-nav li .dropdown-menu .dropdown2 .dropdown-menu2 a:hover,{
	color: #608bc1;
	background: #FFF;
}


.social-header{
	text-align: center;
	padding: 0 10px;
	color: #FFF;
	margin: 2rem auto;
}
.social-header img{
	width: 35px;
	margin: auto;
	transition: all 0.8s;
}
.social-header img:hover{
	transform: scale(.95);
}
.social-header ul{
	list-style: none;
	text-align: left;
	margin: .75rem auto;
	line-height: 2;
}
.social-header a:hover{
	color: #006400;
	text-decoration: underline;
}
.social-header ul img{width: 22px;}
.social-header ul li a{padding: 0;}

.language-box.mobiledisplay{
	position: absolute;
	top: 1.5rem;
	right: 2rem;
	padding: 0 1rem;
}
.language-box img{
	width: 35px;
	transition: all 0.6s;
	filter: invert(51%) sepia(86%) saturate(248%) hue-rotate(173deg) brightness(88%) contrast(91%);
}
.language-box .dropdown-menu{
	padding: 0;
	border: none;
	border-radius: 10px;
	width: 100%;
	min-height: inherit;
	background: #608bc1;
	left: auto;
	right: 0;
	margin: 0;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.language-box .dropdown-menu a{
	display: block;
	text-align: left;
	padding: 10px 15px;
	color: #FFF;
}
.language-box .dropdown-menu a:hover{
	background: #FFF;
	color: #608bc1;
}

/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide .carousel-item{position: relative;}
#carouselmainSlide .carousel-item img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
#carouselmainSlide .carousel-control-next, 
#carouselmainSlide .carousel-control-prev{z-index: 5;}

#carouselmainSlide .carousel-indicators {
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    bottom: .75rem;
	z-index: 4;
}
#carouselmainSlide .carousel-indicators button{
	width: 35px;
	height: 6px;
	margin: 0 3px;
	opacity: 1;
	border: none;
	background: rgb(255 255 255 / 50%);
}
#carouselmainSlide .carousel-indicators button.active{
	background:rgb(255 255 255 / 100%);
}


/*banner*/
.banner-captions{
    position: absolute;
    width: 100%;
    color: #FFF;
    /*text-transform: uppercase;*/
    text-shadow: 0px 1px 0.98px rgba(0, 0, 0, 0.49);
}
/*
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%;*/	top: calc(100% - 50%);}
.caption5{
    text-align: center;
    /*top: 35%;*/
	top: calc(100% - 50%);
    transform: translate(0,-50%);
}
.caption6{
	right: 2rem;
	/*top: 35%;*/
	top: calc(100% - 50%);
	text-align: right;
}
.caption7{left: 2rem; bottom: 2rem;}
.caption8{bottom: 2rem;text-align: center;}
.caption9{bottom: 2rem;text-align: right; right: 2rem;}



/*///////////End-mainSlide///////////////*/

/*///////////Start-Content///////////////*/
.content-box{overflow: hidden;}
.img-box{
	text-align: center;
	overflow: hidden;
}

.img-box img{
	width: 100%;
	transition: all 0.5s;
}

.title-box {
	text-align: center;
	margin-bottom: 2rem;
}
.title-box h1{
	font-size: 30px;
	color: #608bc1;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: 'Prompt-Medium';
}
.title-box p{margin: 0;}

.readmore-btn{
	width: 180px;
	text-align: center;
	border-radius: 30px;
	border: 1px solid #133e87;
	color: #FFF;
	overflow: hidden;
	margin: 1rem 0;
	padding: 6px 10px;
	text-transform: uppercase;
	box-shadow: 1.259px 1.554px 22.41px 4.59px rgba(0, 0, 0, 0.15);
}
.readmore-btn img{
	width: 25px !important;
	margin: 0 0 0 15px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}
.readmore-btn a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.readmore-btn:hover img{
	transform: translateX(10px);
	filter: invert(65%) sepia(7%) saturate(3912%) hue-rotate(180deg) brightness(82%) contrast(81%);
}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  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;
  background: #133e87;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: #133e87;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.img-hbox{
	overflow: hidden;
	text-align: center;
}
.img-hbox img{
	width: 100%;
	object-fit: cover;
}
.textabout-home{
	padding: 2rem 1rem;
	color: #613c24;
}
.textabout-home h1{
	font-size: 30px;
	margin-bottom: 1rem;
	color: #608bc1;
	font-family: 'Prompt-Medium';
	text-transform: uppercase;
}
.textabout-home span{color: #608bc1;}
.textabout-home p{margin: 0;}
.textabout-home ul{
	list-style: none;
	padding-left: 1rem;
}
.textabout-home .fa-circle{
	font-size: 10px;
	margin-right: 10px;
}


.content-innavation{
	padding: 10% 0;
	background: #f6f4f3;
}
.icon-inno{
	text-align: center;
	margin-bottom: 2rem;
	color: #613c24;
}
.icon-inno h1{
	color: #608bc1;
	font-size: 1.1rem;
	margin-bottom: 0rem;
	font-family: 'Prompt-Medium';
}
.icon-inno p{margin: 0;}
.inicon{
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	border-radius: 50%;
	/*border: 1px solid #608bc1;*/
	margin: 0 auto 1rem;
	transition: all 0.6s;
	background-color: transparent;
}
.icon-inno:hover .inicon{
	transform: scale(.95);
	background-color: #133e87;
}
.inicon img{
	width: auto;
	max-width: 100%;
	/*filter: invert(65%) sepia(7%) saturate(3912%) hue-rotate(180deg) brightness(82%) contrast(81%);*/
}
.icon-inno:hover .inicon img{filter: brightness(0) invert(1);}
.title-inno{
	text-align: center;
	margin-bottom: 2rem;
}
.title-inno h1{
	font-size: 30px;
	margin: 0;
	color: #608bc1;
	text-transform: uppercase;
	font-family: 'Prompt-Medium';
}

.content-products{
	padding: 2rem 0 0;
	background: #faf9f9;
}
.click-products{
	position: relative;
	overflow: hidden;
}
.click-products img{
	width: 100%;
	transition: all 0.6s;
}
.click-products:hover img{transform: scale(1.05);}
.text-products{
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
	
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
}
.text-products h1{
	font-size: 26px;
	margin: 0;
	color: #608bc1;
	width: 100%;
	text-transform: uppercase;
	font-family: 'Prompt-Medium';
}
.img-products{
	text-align: center;
	overflow: hidden;
}
.img-products img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

.content-brands{
	padding: 3rem 0;
	background: #f6f4f3;
}
.brands-box{
	text-align: center;
	margin-bottom: 2rem;
}
.brands-box:hover .img-box{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.brands-box:hover img{transform: scale(1.05);}
.brands-box h1{
	font-size: 22px;
	margin: 1rem auto;
	color: #608bc1;
	font-family: 'Prompt-Medium';
}


.content-box.aboutpage{
	padding: 10% 0;
	background: #f6f4f3;
}
.textabout-home.textcerti{padding: 0;}

.content-box.contactuspage,
.content-box.ourbrandspage,
.content-box.oursustainnovationpage{
	padding: 10% 0;
	background: #f6f4f3;
}
.textsustaion-centerbox{
	text-align: center;
	margin: 0 auto 3rem;
	color: #613c24;
}
.textsustaion-centerbox h2{
	font-size: 24px;
	margin-bottom: 0;
	color: #608bc1;
	font-family: 'Prompt-Medium';
}
.textsustaion-centerbox p{margin: 0;}
.text-sustaion {
	margin-bottom: 2rem;
	color: #613c24;
}
.text-sustaion img{
	width: 100px;
}
.text-sustaion h1{
	font-size: 24px;
	margin: 1rem 0;
	color: #608bc1;
	text-transform: uppercase;
	font-family: 'Prompt-Medium';
}
.text-sustaion p{
	margin-bottom: 1rem;
}
.text-sustaion ul{
	list-style: none;
	padding-left: 1rem;
}
.text-sustaion span{font-family: 'Prompt-Medium';}
.text-sustaion ul li{margin-bottom: .5rem;}
.banner-ourbrands{text-align: center;overflow: hidden;}
.banner-ourbrands img{width: 100%;}
.textcenter-brands{
	color: #613c24;
	text-align: center;
	margin-bottom: 1rem;
}
.textcenter-brands p{margin: 0;}
.textcenter-brands h1{
	font-size: 1.6rem;
	color: #608bc1;
	margin-bottom: .5rem;
	text-transform: uppercase;
	font-family: 'Prompt-Medium';
}
.content-box.ourproductspage{
	padding: 10% 0 0;
	background: #f6f4f3;
}
.content-box.detailourproductspage{
	padding: 10% 0;
	background: #f6f4f3;
}
.textproduct-box{
	margin: 2rem auto;
	color: #613c24;
}
.textproduct-box h1{
	color: #608bc1;
	font-size: 1.3rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
	font-family: 'Prompt-Medium';
}
.textproduct-box span{
	font-size: 1rem;
	font-family: 'Prompt-Medium';
}
.textproduct-box h2{
	color: #608bc1;
	font-size: 1rem;
	text-transform: uppercase;
	font-family: 'Prompt-Medium';
}
.textproduct-box p{margin-bottom: 1rem;}
.textproduct-box ul{
	list-style: none;
	padding-left: 1rem;
	margin: 1rem auto;
}
.textproduct-box ul li{margin-bottom: .75rem;}

.slideproducts .slider-nav .slick-prev::before,
.slideproducts .slider-nav .slick-next::before{display: none;}
.slideproducts .slider-nav .slick-prev{
	left: 0;
	width: 25px;
	height: 25px;
	z-index: 1;
	filter: invert(65%) sepia(8%) saturate(2632%) hue-rotate(176deg) brightness(80%) contrast(85%);
	background-size: 100% !important;
	background: url( "../ourproducts/images/prev.png") center center no-repeat;
}
.slideproducts .slider-nav .slick-next{
	right: 0;
	width: 25px;
	height: 25px;
	z-index: 1;
	filter: invert(65%) sepia(8%) saturate(2632%) hue-rotate(176deg) brightness(80%) contrast(85%);
	background-size: 100% !important;
	background: url( "../ourproducts/images/next.png") center center no-repeat;
}

.slideproducts .slick-slide{padding: .5rem;}
.img-pro{
	text-align: center;
	overflow: hidden;
	aspect-ratio:1/1;
	background: #FFF;
}
.img-pro img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.slideproducts .slider-nav .img-pro img{
	opacity: .4;
}
.slideproducts .slick-slide:hover .img-pro,
.slideproducts .slick-slide.slick-current.slick-active .img-pro{box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.slideproducts .slick-slide:hover .img-pro img,
.slideproducts .slick-slide.slick-current.slick-active .img-pro img{opacity: 1;}

.mapbox{
	width: 100%;
	overflow: hidden;
	aspect-ratio:3/2;
	margin-bottom: 2rem;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.address-box h1{
	font-size: 17px;
	color: #608bc1;
	margin-bottom: 0rem;
	text-transform: uppercase;
	font-family: 'Prompt-Medium';
}
.address-box a:hover{color: #608bc1;}
.address-box p{margin: 0;}
.address-box ul{
	list-style: none;
	margin: 1rem auto;
}


.contactform{padding: 10% 0;}
.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;
	border: 1px solid #d7d7d7;
    width: 100%;
	color: #000;
	border-radius: 5px;
	height: auto;
	margin: 0;
	line-height: normal;
    background-color: transparent;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #000;
	color: #000;
}
.form-text::placeholder{color: #d7d7d7;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	width: 200px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #133e87;
    color: #FFF;
    background: #133e87;
    margin:.5rem auto;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 5px;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #608bc1;
	border-color: #608bc1;
	transform: scale(.98);
}


.content-policy{padding: 10% 0;}
.text-policy{margin-bottom: 1rem;}
.title-box.subtitle h1{
	font-size: 1.6rem;
	color: #133e87;
}
.title-box.subtitle p{
	font-size: 1.2rem;
	color: #133e87;
}
.textright{
	text-align: right;
	font-family: 'Prompt-Medium';
	margin-bottom: 1rem;
}
.text-policy h1{
	font-size: 1rem;
	margin-bottom: 0rem;
	font-family: 'Prompt-Medium';
}
.text-policy span{font-family: 'Prompt-Medium';}
.text-policy h2{
	font-size: 1rem;
	margin-bottom: 0rem;
	font-family: 'Prompt-Medium';
}
.text-policy p{
	text-indent: 3%;
	margin-bottom: 1rem;
}
.text-policy ul{
	list-style: none;
	padding-left: 3%;
	margin: 1rem auto;
}
.text-policy ul li{margin-bottom: .5rem;}


.brands-box .img-box img{aspect-ratio: 4 / 2.5;
    object-fit: cover;}

.products-box{
	margin-bottom: 2rem;
	padding: .5rem;
	border-radius: 10px;
	background: #FFF;
	transition: all 0.6s;
	overflow: hidden;
}
.products-box:hover{box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;}
.products-box .img-box{aspect-ratio:1/1;}
.products-box .img-box img{object-fit: cover; }
.products-box:hover img{transform: scale(1.04);}
.textproducts-details{margin: 1rem auto;}
.textproducts-details h1{
	font-size: 1rem;
	margin-bottom: 0;
	font-family: 'Prompt-Medium';
}
.textproducts-details p{margin: 0;color: #868686;}
.readmore-product{
	width: 130px;
	color: #133e87;
	position: relative;
	margin: 1rem 0;
}
.readmore-product::after{
	content: "";
	width: 100%;
	height: 2px;
	background: #133e87;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	margin: 0;
	transition: all 0.6s;
}
.readmore-product .fa-caret-right{transition: all 0.6s;}
.readmore-product:hover::after{opacity: 0;}
.readmore-product:hover .fa-caret-right{transform: translateX(10px);}
.readmore-product a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.readmore-btn.catalogbtn{width: 300px;}
/*///////////End-Content///////////////*/



.video-presents{
	overflow: hidden;
	width: 100%;
	aspect-ratio:3/2;
	border-radius: 10px;
	margin-bottom: 3rem;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.video-presents iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pageclick ul{justify-content: center;}
.page-item .page-link{border-color: #66ccff;color: #66ccff;}

/*///////////Start-Policy///////////////*/
.policy-box{
    position: fixed;
    bottom: 0%;
    right: 0%;
    width: 100%;
    text-align: left;
    padding: 1rem ;
    color: #000 ;
    z-index: 1234;
    display: block;
    font-size: 1rem;	
	background:#FFF;
	box-shadow: 0 0 15px rgba(0,0,0,0.10);
}
.policy-box ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.policy-box ul li{padding: 0 10px;}
.policy-box p{
	font-size: 1.1rem !important; 
	margin-bottom: 0;
	color: #003399;
}
.policy-box a{text-decoration: underline;}
.policy-box a:hover{text-decoration: none;}
.policy-box .btn-policy{
    width: 150px;
    padding: 8px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #FFF ;
    margin: .5rem auto;
	display: flex;
    align-items: center;
	border: 1px solid #003399;
    justify-content: center;
	border-radius: 27px;
	background:#003399;
	text-transform: uppercase;
}
.btn-policy:hover{
	transform: scale(.96);
	background:#FFF;
    color: #003399;
}


/*///////////End-Policy///////////////*/

/*///////////Start-Footer///////////////*/
.footer{
	color: #FFF;
	padding: 10% 0 5%;
	background: #003399;
}
.footer ul{list-style: none;}
.footer h1{
	font-size:18px;
	margin: .5rem auto;
	font-family: 'Prompt-Medium';
	text-transform: uppercase;
}
.logo-footer{
	text-align: center;
	margin-bottom: 2rem;
}
.logo-footer img{
	width: auto;
	max-width: 100%;
	filter: none;
}
.footer p{margin-bottom: 0rem;}
.footer a:hover{text-decoration: underline;color: #000;}
.address-footer{margin-bottom: 2rem;}

.footer ul li{padding-bottom: 8px;}
.copyright-box{
	text-align: center;
	margin-top: 8%;
	padding: 5% 3% 0;
	border-top: 1px solid #FFF;
}
.social-footer{
	text-align: center;
	margin: 2rem auto;
}
.social-footer img{
	width: 30px;
	margin: auto;
	transition: all 0.6s;
}
.social-footer img:hover{
	transform: scale(.95);
}
.text-right{text-align: right;}
.text-left{text-align: left;}



/********************/
 
.box-loading #overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#000;/*rgba(0,0,0,0.9);*/
  transition: 1s 0.4s;
}
 
.box-loading #progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}

.tab_bt{
    background: #6582ba;
    color: #FFF;
	border-radius: 10px;
    margin: 5px;
}
.tab_bt.active{
    background: #153c89 !important;
    color: #FFF !important;
}

/*///////////End-Footer///////////////*/

@media (max-width: 920px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 85%;
		background: #FFF;
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        right: -100%;
		opacity: 0;
        margin: 0 !important;
        z-index: 55;
		transition: all .8s;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse::-webkit-scrollbar{width: 0;}
	.navbar-collapse.in{
		right: 0;
		opacity: 1;
		transition: all .8s;
	}
	.navbar-collapse.show{
		display:block;
		right: 0;
		opacity: 1;
		transition: all .8s;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		transition: all .8s;
	}
	.navbar-expand-lg, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all .8s !important;
	}
	.navbar-expand-lg.-collapse {
		width:100%;
		transition: all .8s;
	}
}











