html{font-size:14px;}
@font-face {
	font-family: 'Prompt-Light';
	src: url('fonts/Prompt-Light.eot');
	src: url('fonts/Prompt-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Prompt-Light.woff') format('woff'),
		url('fonts/Prompt-Light.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;
}
@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-SemiBold';
	src: url('fonts/Prompt-SemiBold.eot');
	src: url('fonts/Prompt-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Prompt-SemiBold.woff') format('woff'),
		url('fonts/Prompt-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body{
	font-family: 'Prompt-Light';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
	overflow-x: hidden;
	color: #000033;
}
ul{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	/*cursor: pointer;*/
	color: inherit;
	
}

#nav-icon3{
	z-index: 56;
	width: 35px;
	height: 25px;
	position: relative;
    top: 0;
    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: 3px;
	width: 100%;
    border-radius: 0;
	opacity: 1;
	right: 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;
	background: #ffcc0a;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px;
	width: 75%;
	background: #01a651;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
	width: 50%;
	background: #0b4da3;
}
#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);
	width: 80%;
	background: #ed1c25;
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 80%;
	background: #ed1c25;
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

/*///////////Start-Header///////////////*/

.headbar-main{
    padding: .75rem 0;
    transition: all 0.6s;
	background-color: #FFF;
}
.slim.headbar-main{box-shadow: 3px -1px 10px rgb(0 0 0 / 15%);}
.hamburgers-box{
    width: 100%;
	height: 100%;
	padding: 0;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
    width: auto;
    text-align: left;
    margin: 0;
	padding: 0;
}
.navbar-brand img{
	width: 150px;
	transition: all 0.5s;
	margin: 0;
}

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

.navbar-nav li{
	padding: 0 50px;
	position: relative;
	transition: all 0.5s;
	margin-bottom: 1rem;
	line-height: 1.2;
}
.navbar-nav li a{
	padding:10px 5px;
	display: block;
	text-align: center;
	text-decoration: none;
	transition: all 0.8s;
	position: relative;
	border-radius: 7px;
	font-family: 'Prompt-Medium';
}
.navbar-nav li.active a,
.navbar-nav li a:hover{
	color: #FFF;
	background: #1057b5;
}
.navbar-nav li .dropdown-menu{
	padding: 1rem 0;
	border: 0;
	border-radius: 0;
	margin: 10px -50px;
	background: #1057b5;
} 
.dropdown-menu .boxanimals .row{align-items: center;}
.dropdown-menu .boxanimals h1{text-align: left;}

.social-header{
	margin: 2rem auto;
	padding: 0 15px;
	text-align: center;
	width: 100%;
}
.social-header ul img{
	width: 25px;
	margin-right: 8px;
}
.social-header ul{
	list-style: none;
	margin-bottom: 1rem;
	text-align: left;
	line-height: 2;
}
.social-header ul li a {
	display: inline-block;
	padding: 0;
}
.social-header img{
	width: 35px;
	transition: all 0.6s;
}
.social-header img:hover{transform: scale(1.03);}
.social-header a:hover{color: #000;opacity: .6;}


.lineboxcolor {
  background-image: -moz-linear-gradient( -23deg, rgb(16,151,69) 0%, rgb(34,204,0) 83%);
  background-image: -webkit-linear-gradient( -23deg, rgb(16,151,69) 0%, rgb(34,204,0) 83%);
  background-image: -ms-linear-gradient( -23deg, rgb(16,151,69) 0%, rgb(34,204,0) 83%);
}
.orangeboxcolor{
	background-image: -moz-linear-gradient( -23deg, rgb(255,97,48) 0%, rgb(251,104,38) 46%, rgb(247,110,27) 99%);
	background-image: -webkit-linear-gradient( -23deg, rgb(255,97,48) 0%, rgb(251,104,38) 46%, rgb(247,110,27) 99%);
	background-image: -ms-linear-gradient( -23deg, rgb(255,97,48) 0%, rgb(251,104,38) 46%, rgb(247,110,27) 99%);
}
.orangeboxcolor2 {
  background-image: -moz-linear-gradient( -23deg, rgb(255,97,48) 0%, rgb(251,122,38) 46%, rgb(247,146,27) 99%);
  background-image: -webkit-linear-gradient( -23deg, rgb(255,97,48) 0%, rgb(251,122,38) 46%, rgb(247,146,27) 99%);
  background-image: -ms-linear-gradient( -23deg, rgb(255,97,48) 0%, rgb(251,122,38) 46%, rgb(247,146,27) 99%);
}
.blueboxcolor{
	background-image: -moz-linear-gradient( -23deg, rgb(16,87,181) 0%, rgb(34,106,202) 54%, rgb(52,125,222) 86%);
	background-image: -webkit-linear-gradient( -23deg, rgb(16,87,181) 0%, rgb(34,106,202) 54%, rgb(52,125,222) 86%);
	background-image: -ms-linear-gradient( -23deg, rgb(16,87,181) 0%, rgb(34,106,202) 54%, rgb(52,125,222) 86%);
}

.contact-h-box{
	border-radius: 6px;
	padding: 7px;
	text-align: center;
	color: #FFF;
	margin: 0;
	transition: all 0.6s;
}
.contact-h-box:hover{
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	transform: scale(.96);
}
.contact-h-box a{
	display: flex;
	align-items: center;
}
.contact-h-box img{
	width: 28px;
	margin-right: 5px;
}
.languagebox{
	border-radius: 50%;
	margin: 0;
	color: #0c4da2;
	z-index: 1231;
	padding:0 .75rem;
}
.languagebox a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.languagebox img{
	width: 35px;
	margin-right: 5px;
	filter: invert(20%) sepia(93%) saturate(1373%) hue-rotate(195deg) brightness(102%) contrast(99%);
}
.languagebox .dropdown-menu{
	padding: 0;
	border-radius: 7px;
	width: 100%;
	min-width: inherit;
	border:none;
	overflow: hidden;
	z-index: 1231;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.languagebox .dropdown-menu a{
	padding: 10px;
	text-align: center;
	justify-content: center;
}
.languagebox .dropdown-menu a.active,
.languagebox .dropdown-menu a:hover{
	color: #FFF;
	background: #0c4da2;
}

.languagebox.languagemobile{
	position: absolute;
	right: 2.5rem;
	top: .5rem;
	z-index: 1;
}

/*///////////End-Header///////////////*/
#carouselmainSlide .carousel-item{
	position: relative;
	height: 465px;
}
#carouselmainSlide .carousel-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#carouselmainSlide .carousel-indicators {
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    bottom: .75rem;
	z-index: 1019;
}
#carouselmainSlide .carousel-indicators button{
	width: 11px;
	height: 11px;
	margin: 0 3px;
	opacity: 1;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #FFF;
}
#carouselmainSlide .carousel-indicators button.active{
	background: #FFF;
}
#carouselmainSlide .carousel-control-next, 
#carouselmainSlide .carousel-control-prev {
    bottom: auto;
	transform: translate(0, -50%);
	justify-content: flex-end;
}
#carouselmainSlide .carousel-control-prev{
	left: auto;
	right: 1rem;
    top: 45%;
}
#carouselmainSlide .carousel-control-next{
	right: 1rem;
    top: 55%;
}
#carouselmainSlide .carousel-control-next-icon{
	background-image: url("../images/next-bt.png");
	background-size: 100% !important;
	width: 35px;
	height: 35px;
}
#carouselmainSlide .carousel-control-prev-icon{
	background-image: url("../images/prev-bt.png");
	background-size: 100% !important;
	width: 35px;
	height: 35px;
}
#carouselmainSlide .carousel-control-next:hover, 
#carouselmainSlide .carousel-control-prev:hover{opacity: 1;}



#carouselmainSlide .carousel-item .bannercaptions img{
	width: auto;
	height: auto;
	max-width: 100%;
	object-fit: scale-down;
	-webkit-animation: slideleft 0.4s linear both;
	animation: slideleft .4s linear both;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	transition: all 1s;
}
.bannercaptions{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	color: #000033;
}
#carouselmainSlide .carousel-item .bannercaptions  .textcaptions{
	background: rgba(255,255,255,0.5);
	padding: 1rem;
}
#carouselmainSlide .carousel-item.banner2 .bannercaptions{
	align-items: flex-start;
    padding-top: 2rem;
}
.bannercaptions .row{height: 100%;}
.bannercaptions h1{
	font-size: 30px;
	line-height: 1;
	margin-bottom: 1rem;
	border-left: 10px solid #ff6130;
	padding-left: .5rem;
	font-family: 'Prompt-SemiBold';
	-webkit-animation: slideleft 0.4s linear both;
	animation: slideleft .4s linear both;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	transition: all 1s;
}
.bannercaptions p{
	margin:  0;
	-webkit-animation: slideleft 0.5s linear both;
	animation: slideleft .5s linear both;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	transition: all 1s;
}


/********************/

.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;
}

/*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%;
}
.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;
}



@-webkit-keyframes slideleft {
  0% {
    transform: translateX(70px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}


/*///////////Start-Content///////////////*/ 
.filterwhite{filter: brightness(0) invert(1) !important;}
.content-box{
	padding: 10% 0;
	background-size: cover !important;
}
.title-box{
	text-align: center;
	margin-bottom: 2rem;
}
.title-box h1{
	font-size: 30px;
	margin-bottom: 0;
	line-height:normal;
	text-transform: uppercase;
	font-family: 'Prompt-SemiBold';
}
.title-box hr{
	margin: 0 10px;
	opacity: 1;
	width: 2em;
	border-width: 4px;
	border-color: #b22222;
}
.title-box h2{
	font-size:20px;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Prompt-Medium';
}
.title-box h3{
	font-size:22px;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Prompt-Regular';
}
.title-box ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.title-box p{margin:0;}
.title-box ul li{font-size: .85rem; margin-right: 5px;opacity: .5;}
.title-box ul li.active{opacity: 1;}
.title-box ul li a{padding-right: 5px;}

.textpolicy{margin-bottom: 2rem;}
.textpolicy h1{
	font-size: 1.1rem;
	margin-bottom: .5rem;
	font-family: 'Prompt-Medium';
}
.textpolicy h2{
	font-size: 1rem;
	margin-bottom: .5rem;
	font-family: 'Prompt-Regular';
}
.textpolicy .fa-angle-right{
	font-size: .9rem;
	margin-right: 10px;
}
.textpolicy .fa-circle{
	font-size: 14px;
	margin-right: 10px;
}
.textpolicy span{font-family: 'Prompt-Regular';}
.textpolicy p{margin-bottom: 0;}
.textpolicy a:hover{color: #1057b5;}
.textpolicy ul{
	list-style: none;
	margin: .5rem auto;
	padding-left: 15px;
}
.textpolicy ul li{margin-bottom: .5rem;}



.img-box{
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

.content-box.contentblue{background: #1057b5;}
.boxanimals{
	text-align: center;
	color: #FFF;
}
.boxanimals .img-box{aspect-ratio:4/2;}
.boxanimals:hover img{transform: scale(1.03);}
.boxanimals h1{
	font-size: 1.1rem;
	text-transform: uppercase;
	margin: .5rem 0;
	font-family: 'Prompt-SemiBold';
}
.slidelabs .boxanimals{margin: 0;}
.slidelabs .slick-slide{margin:  10px;}
.slidelabs .slick-dots li{
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
.slidelabs .slick-dots li button{
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0 5px;
	border-radius: 50%;
	border: 1px solid #FFF;
	background-color: transparent;
}
.slidelabs .slick-dots li.slick-active button{background-color: #FFF;}
.slidelabs .slick-dots li button:before{display: none;}


.textabouthome{
	text-align: center;
	color: #000033;
}
.serviceshome .textabouthome h1{text-transform: none;}
.textabouthome h1{
	font-size: 28px;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Prompt-SemiBold';
}
.textabouthome h2{
	font-size: 1rem;
	margin: 0;
	letter-spacing: 1px;
	font-family: 'Prompt-Medium';
}
.textabouthome h3{
	font-size: 1rem;
	margin: 0;
	font-family: 'Prompt-Medium';
}
.textabouthome p{margin: 0;}
.textabouthome hr{
	opacity: 1;
	width: 13em;
	margin: 1rem auto;
	border-color: #ff6130;
	border-width: 2px;
}

.content-box.newshome{background: #e9e9e9;}
.tabsnews ul.nav-pills{
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
.tabsnews ul.nav-pills li{
	width: auto;
	margin: 0 5px;
}
.tabsnews ul.nav-pills li a{
	color: #acacac;
	text-transform: uppercase;
}
.tabsnews ul.nav-pills li a.active,
.tabsnews ul.nav-pills li a:hover{
	color: #094696;
}


.newsbox{
	background: #FFF;
	padding: 10px;
	margin-bottom: 1rem;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.newsbox:hover img{transform: scale(1.03);}
.newsbox .row{
	margin-top: 1rem;
	align-items: center;
}
.newsbox .img-box{aspect-ratio:3/2;}
.textnews {
	padding: 10px 0;
}
.textnews p{
	margin: 0;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 1.3 * 3);
}
.tagnews{
	padding: 2px;
	text-align: center;
	color: #FFF;
	background: #ff6130;
	font-size: .85rem;
	letter-spacing: 1px;
}
.textdate{
	color: #acacac;
	text-align: right;
	font-size: .8rem;
}

.slideall .slick-slide{margin: 5px;}
.slideall .slick-dots li{
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
}
.slideall .slick-dots li button{
	width: 25px;
	height: 3px;
	padding: 0;
	margin: 0 5px;
	border-radius: 0;
	border: none;
	opacity: .5;
	background-color: #5b5e63;
}
.slideall .slick-dots li.slick-active button{opacity: 1;}
.slideall .slick-dots li button:before{display: none;}




.content-box.laboratoryhome .title-box{color: #FFF;}
.content-box.laboratoryhome{background: #1057b5;}
.laboratorybox{
	padding: 10px;
	background: #347dde;
	margin-bottom: 1rem;
	color: #FFF;
}
.slidelabs .laboratorybox{margin: 0;}
.laboratorybox:hover img{transform: scale(1.03);}
.laboratorybox:hover {box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;}
.laboratorybox .img-box{aspect-ratio:3/2;}
.spfeggbox{
	padding: 10px;
	background: #FFF;
}
.spfeggbox:hover img{transform: scale(1.03);}
.readmore-labs{
	padding: 6px 6px 6px 10px;
	text-align: center;
	width: 145px;
	margin: .5rem 0;
	border: 1px solid #1057b5;
	border-radius: 30px;
	background: #1057b5;
	transition: all 0.6s;
	color: #FFF;
	margin: 10px auto;
}
.readmore-labs a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.readmore-labs:hover img{transform: translateX(-5px);}
.readmore-labs img{
	width: 25px;
	margin: 0 0 0 7px;
	transition: all 0.6s;
}
.readmore-labs.readleft a{justify-content: flex-start;}
.readmore-labs.readleft img{margin: 0 15px 0 0; transform: rotate(180deg);}
.textlabs {padding: 10px 0;}
.textlabs h1{
	font-size: 1rem;
	margin: 0;
	font-family: 'Prompt-Regular';
	
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 2 * 2);
}


.content-box.biohome .title-box{color: #FFF;}
.content-box.biohome{background: #1160c9;}
.biobox{
	position: relative;
	overflow: hidden;
	aspect-ratio:2/2;
	margin-bottom: 1rem;
	transition: all 0.6s;
}
.biobox img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
	object-fit: cover;
}
.biobox:hover img{transform: scale(1.04);}
.textbio{
	width: 100%;
	text-align: center;
	padding: 10px 7px;
	color: #FFF;
	background: rgb(16 87 181 / 100%);
	
	position: absolute;
	height: 15%;
	z-index: 1;
	left: 0;
	bottom: 0;
	
	transition: all 0.6s;
	font-size: 1.1rem;
	
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	
}
.slidelabs .biobox{margin: 0;}
.biobox:hover .textbio{
	height: 100%;
	background: rgb(8 62 133 / 65%);
}  
.biobox:hover {box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;}


.textspfegg{
	padding: 10px 0;
	margin-bottom: 2rem;
	font-family: 'Prompt-Regular';
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 2 * 2);
}

.contact-setbt{
	margin: 2rem auto 0;
	text-align: center;
}
.contact-setbt h2{
	font-size: 1.5rem;
	margin-bottom: .5rem;
	font-style: italic;
	color: #0c4da2;
	font-family: 'Prompt-Medium';
	text-transform: uppercase;
}

.contact-setbt .contact-h-box img {
    margin-right: 10px;
    width: 30px;
}
.contact-setbt .contact-h-box a{justify-content: center;}
.contact-setbt .contact-h-box{padding: 8px; border-radius: 30px;}

.content-box.contacthome{
	background: url("../images/bgmail.png") center center no-repeat;
	background-attachment: fixed !important;
	background-size: cover !important;
}
.textcontact{
	text-align: center;
	color: #FFF;
	font-family: 'Prompt-SemiBold';
}
.textcontact .contact-h-box a{justify-content: center;}
.textcontact .contact-h-box{border-radius: 30px;padding: 8px;}


.readmorebt{
	padding: 4px;
	text-align: center;
	color: #FFF;
	border: 1px solid #FFF;
	background-color: transparent;
	margin: auto;
	width: 180px;
	transition: all 0.6s;
	border-radius: 30px;
}
.readmorebt:hover{
	background: #cae1ff;
	color: #000;
}
.readmorebt img{
	width: 25px;
	margin: 0 10px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}
.readmorebt:hover img{
	transform: translateX(10px);
	filter: none;
}
.readmorebt a{
	padding: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contentpopup{
	padding: 10% 0;
	position: relative;
	background: url("../images/Bg-Popup.png") center center no-repeat;
	background-size: cover !important;
	box-shadow: rgb(0 0 0 / 35%) 2px 2px 7px;
}
.contentpopup img.logotaka{
	width: 130px;
	position: absolute;
	top: 0;
	z-index: 1;
	right: 0;
}
.contentpopup img.closebt{
	width: 35px;
	position: absolute;
	top: -.75rem;
	cursor: pointer;
	z-index: 2;
	right: -.5rem;
	border: 4px solid #FFF;
	border-radius: 50%;
}
.textpopup img{
	width: 150px;
}
.textpopup h2{
	font-size: 1.2rem;
	margin: .5rem 0 0;
	font-family: 'Prompt-SemiBold';
}
.textpopup h1{
	font-size: 1.4rem;
	margin: .5rem 0 .75rem;
	color: #ff6130;
	font-style: italic;
	font-family: 'Prompt-SemiBold';
}
.textpopup p{margin: 0;}
.textpopup a{
	padding: 10px;
	color: #FFF;
	background: #0c4da2;
	font-family: 'Prompt-Medium';
	display: block;
	margin: 1rem 0;
	width: 215px;
	text-align: center;
	transition: all 0.6s;
}
.textpopup a:hover{transform: scale(.95);}
#PopupModal .modal-dialog{
	width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}
#PopupModal .modal-content{border: none;border-radius: 0;}
#PopupModal .modal-body{padding: 0;}

.detail-show ul{
	padding-left:30px;
}
/*///////////Start-Policy///////////////*/
.policy-box{
    position: fixed;
    bottom: 0;
    left: 0;
	width: 100%;
    text-align: left;
    padding: 1rem 0;
    color: #000 ;
    z-index: 1544;
	background: #e9e9e9;
}
.policy-box ul{list-style: none;}
.policy-box ul .fa-xmark{
	position: absolute;
	font-size: 1.2rem;
	right: 1rem;
	top: 1rem;
	z-index: 1;
	cursor: pointer;
}
.policy-box ul .fa-xmark:hover{opacity: .6;}
.policy-box ul li{padding: 0 5px;}
.policy-box p{
	font-size: 1.1rem !important;
	margin-bottom: 0;
	font-family: 'Prompt-Medium';
}
.policy-box a:hover{opacity: .7;}
.policy-box .btn-policy{
    width:165px;
    padding: 8px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #000 ;
    margin: .5rem auto;
	display: flex;
    align-items: center;
    justify-content: center;
	text-transform: uppercase;
	border: 1px solid #FFF;
	background: #FFF;
	border-radius: 3px;
}
.btn-policy:hover{
	background: #000;
	color: #FFF;
}


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

/*///////////Start-Footer///////////////*/
.footer{
	color: #000033;
	padding: 10% 0 5%;
	background: #FFF;
} 
.footer ul{
	list-style: none;
	line-height: 2.5;
}
.footer h1{
	font-size: 1.15rem;
	margin-bottom: .5rem;
	font-family: 'Prompt-SemiBold';
}
.footer a{display: inline-block;}
.footer p{margin-bottom: 0rem;}
.footer a:hover{color: #1057b5;}
.copyright-box{
	text-align: center;
	padding-top: 1rem;
	margin-top: 2rem;
	border-top: 1px solid #000033;
}
.social-footer{text-align: center;}
.social-footer img{
	width: 35px;
	transition: all 0.6s;
}
.social-footer img:hover{opacity: .7; transform: scale(1.03);}
.textfooter {margin-bottom: 2rem;}
.textfooter .row{margin-top: 2rem;}
.textfooter .row img{width: 35px;margin: 0;}
.textfooter img{width: 25px;margin-right: 10px;}
.textfooter img.logofooter{width: 150px;margin-bottom: 1rem;}


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


@media (min-width: 412px){
}


.slideshow{margin: 2rem auto;}
.slideshow .slick-slide{
	margin: 8px;
	aspect-ratio:3/2;
}
.slideshow .slick-slide .img-box img{
	height: 100%;
	object-fit: cover;
}
.slideshow .slick-slide .img-box{aspect-ratio:3/2;}
.slideshow .slider-nav .slick-slide{opacity: .6;}
.slideshow .slider-nav .slick-slide.slick-current.slick-active{opacity: 1;}
.slideshow .slider-nav{padding: 0 1rem;}
.slideshow .slider-nav .slick-list{padding: 0 1rem;}
.slideshow .slick-prev:before, .slideshow .slick-next:before{display: none;}
.slideshow .slick-prev,
.slideshow .slick-next{
	width: 30px;
	height: 30px;
	background-size: 100% !important;
	z-index: 1;
}
.slideshow .slick-prev:hover,
.slideshow .slick-next:hover{filter: none;}
.slideshow .slick-prev{
	left: 0;
	background: url( "../ourproducts/images/left.png") center center no-repeat;
}
.slideshow .slick-next{
	right: 0;
	background: url( "../ourproducts/images/right.png") center center no-repeat;
}
.slideshow .slider-nav .slick-slide.slick-current.slick-active .img-box{ opacity: 1; }

.pdfload a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0 15px 0 10px;
}
.pdfload img{
	width: 30px;
	margin: 0 10px 0 0;
}
.pdfload {
    border-radius: 6px;
    text-align: center;
    margin: 1rem 0;
    width: 185px;
    color: #000;
    padding: 6px 0;
    font-family: 'Prompt-Medium';
    font-size: .85rem;
    transition: all 0.6s;
    background: #ebebeb;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.pdfload:hover{
	transform: scale(.97);
}

.pageclick{margin: 2rem auto 0;}
.pageclick .page-link{
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	color: #1057b5;
	border: none !important;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	transition: all 0.6s;
	font-size: .9rem;
	background-color:#FFF;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.pageclick .page-link.active,
.pageclick .page-link:hover{
	color: #FFF;
	background: #1057b5;
}
.pageclick ul{justify-content: center;}
.bannerpage{
	padding: 10% 0;
	background-size: cover !important;
}
.bannerpage.aboutpage{background: url("../aboutus/images/bannerabout.png") center center no-repeat;}
.bannerpage.newspage{background: url("../newsandevents/images/bannernews.png") center center no-repeat;}
.bannerpage.productspage{background: url("../ourproducts/images/bannerproducts.png") center center no-repeat;}
.bannerpage.contactpage{background: url("../contactus/images/bannercontact.png") center center no-repeat;}
.bannerpage .title-box{
	margin: 0;
	color: #FFF;
}
.title-box.subtitle ul li{text-align: left;}
.title-box.subtitle ul{justify-content: flex-start;}

.textdetails{margin-bottom: 2rem;}
.textdetails a:hover{color: #1057b5;}
.textdetails ul{list-style: none;}
.textdetails ul li{margin-bottom: .5rem;}
.textdetails p{margin-bottom: .5rem;}
.textdetails h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
    font-family: 'Prompt-Medium';
}
.textdetails h2{
	font-size: 1rem;
	margin-bottom: .5rem;
    font-family: 'Prompt-Regular';
}
.readmore-labs.readright{margin: 1rem auto;}
.img-box.imgdetails{margin-bottom: 2rem;}
.content-box.productspage,
.content-box.newspage{
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
	background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
}



.social-box,
.contactbox{
	margin-bottom: 1rem;
	text-align: center;
	color: #000033;
}

.social-box h1,
.contactbox h1{
	font-size: 1.3rem;
	margin-bottom: .5rem;
	font-family: 'Prompt-Medium';
}
.contactbox img.logofooter{width: 150px;margin:0 0 1rem;}
.contactbox a{display: inline-block;}
.contactbox a:hover{color: #1057b5;}
.contactbox p{margin: 0;}
.contactbox ul{
	list-style: none;
	margin: 1rem 0;
	text-align: left;
}
.contactbox li{margin-bottom: 10px;}
.contactbox img{
	width: 25px;
	margin-right: 10px;
}
.social-box img{
	width: 35px;
	transition: all 0.6s;
}
.social-box img:hover{transform: scale(1.05);}
.mapbox{
	width: 100%;
	overflow: hidden;
	height: 255px;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.detail-form span{color: #f00;}
.detail-form{margin-bottom: 1rem;}
.detail-form p{margin-bottom: .5rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #1057b5;
	font-size: 26px;
	vertical-align: middle;
}
.detail-form span, 
.detail-form p.red-text{
	color: #F00;
	display: initial;
}
.detail-form h1{
	font-size: 1rem;
	margin-bottom: 1rem;
}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.form-text, .custom-file-label{
    padding: 8px 15px;
    background-color: #FFFFFF;
	border: 1px solid #e2e2e2;
    width: 100%;
	color: #000;
	border-radius: 5px;
	height: auto;
	margin: 0;
	line-height: normal;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #1057b5;
}
.form-text::placeholder{color: #898989;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.detail-form img{width: 105px; border-radius: 5px;}
.sendus-btn{
	width: 200px;
    padding: 8px 20px;
    display: block;
    color: #FFF;
    margin:.5rem auto;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 30px;
	border: none;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	background-image: -moz-linear-gradient( -23deg, rgb(255,97,48) 0%, rgb(251,104,38) 46%, rgb(247,110,27) 99%);
    background-image: -webkit-linear-gradient(-23deg, rgb(255, 97, 48) 0%, rgb(251, 104, 38) 46%, rgb(247, 110, 27) 99%);
    background-image: -ms-linear-gradient( -23deg, rgb(255,97,48) 0%, rgb(251,104,38) 46%, rgb(247,110,27) 99%);
}
.sendus-btn:hover{
	transform: scale(.98);
}
.formcontact{
	padding: 1rem;
	border-radius: 10px;
	margin: 2rem auto;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	position: relative;
	color: #000033;
}
.formcontact::after{
	content: '';
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 10px;
	background-image: -moz-linear-gradient( -23deg, rgb(16,87,181) 0%, rgb(34,106,202) 54%, rgb(52,125,222) 86%);
    background-image: -webkit-linear-gradient(-23deg, rgb(16, 87, 181) 0%, rgb(34, 106, 202) 54%, rgb(52, 125, 222) 86%);
    background-image: -ms-linear-gradient( -23deg, rgb(16,87,181) 0%, rgb(34,106,202) 54%, rgb(52,125,222) 86%);
}
.formcontact::before{
	content: '';
	width: 98%;
	height: 98%;
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 10px;
	transform: translate(-50%,-50%);
	background: #ffffff;
}
.formcontact h1{
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
	text-align: center;
	font-family: 'Prompt-Medium';
}
.indetails{
	position: relative;
	z-index: 3;
}



.slideproducts .slick-slide{margin: 10px;}
.slideproducts .slick-prev{
	left: 0;
	background: url("../images/prev-bt.png") center center no-repeat;
}
.slideproducts .slick-next{
	right: 0;
	background: url("../images/next-bt.png") center center no-repeat;
}
.slideproducts .slick-prev, .slideproducts .slick-next{
	width: 35px;
	height: 35px;
	z-index: 1;
	background-size: 100% !important;
}
.slideproducts .slick-prev:before, .slideproducts .slick-next:before{display: none;}
.videopresents{
	overflow: hidden;
	aspect-ratio:3/2;
	margin: auto;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.videopresents iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slideall.sliderelated .slick-dots li button{background-color:#FFF;}
.readmore-labs.readall{border-color: #FFF;margin: 2rem auto 0;}

.textaboutpage h3{
	color: #0b4da3;
	font-size: 20px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: 'Prompt-Medium';
}
.textaboutpage h2{
	color: #0b4da3;
	font-size: 1rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Prompt-Medium';
}
.textaboutpage h1{
	font-size: 27px;
	margin-bottom: .5rem;
	font-family: 'Prompt-SemiBold';
}
.textaboutpage p{margin-bottom: 1rem;}
.textaboutpage span{font-family: 'Prompt-Regular';}
.content-box.aboutpage{
	padding-bottom: 0;
	background-color: #FFF;
	background-image: url("../aboutus/images/bgcontent.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 100% !important;
}
.imgabout{
	background: #FFF;
	overflow: hidden;
	aspect-ratio:3/2;
}
.imgabout img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.imgabout:hover img{transform: scale(1.03);}
.slideabout{box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}
.slideabout .slick-slide{aspect-ratio:3/2;}
.slideabout .slick-dots li{
	width: auto;
	margin: auto;
	padding: 0;
}
.slideabout .slick-dots li button{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	padding: 0;
	margin: 0 5px;
	background-color: transparent;
	border: 1px solid rgb(6 44 94 );
}
.slideabout .slick-dots li.slick-active button{
	background-color: rgb(6 44 94 );
}
.slideabout .slick-dots li button::before{display: none;}
.slideabout .slick-dots{bottom: -2rem;}


.imgfixedbanner{
	text-align: center;
	overflow: hidden;
	margin: 2rem auto 3rem;
}
.imgfixedbanner img{width: 100%;}
.textblue{color: #1057b5;}
.addtextslide{position: relative;}
.textslide{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: .5rem;
	background: rgb(6 44 94 / 80%);
	color: #FFF;
	text-align:center;
	z-index: 2;
}
.content-box.aboutpage{
	background: url("../aboutus/images/bgcontentabout.png") top right no-repeat #FFF;
	background-size: 100% !important;
}






