html{font-size:16px;}
@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.woff2') format('woff2'),
         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;
}
@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;
}
body{
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
    font-family: 'Prompt-Regular';
	cursor: default;
	position: relative;
	line-height:1.75;
	font-size: 1rem;
    color: #000;
}

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: 30px;
    height: 150px;
    position: fixed;
    z-index: 9999;
    bottom: 20%;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px 0;
    background:#e7e7e7;
    font-size: .9rem;
    opacity: .5;
    border-radius: 5px 0 0 5px;
    transform: translate(0,-50%);
}
#back-to-top:hover{
    opacity: 1;
}
#back-to-top a {
    color: #a7a7a7;
    position: absolute;
    width: 120px;
    transform: rotate(-90deg);
}
button:focus {
    outline: none;
}

#nav-icon3{
	z-index: 88;
	width: 35px;
	height: 30px;
	position: absolute;
    top: 20%;
    right: 5%;
	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: #191970;
    border-radius: 4px;
	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.open span{background: #FFF;}
#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: .75rem  0;
    transition: all 0.5s;
    background: url("../images/bg-header.png") top right no-repeat;
    background-size: cover !important;
}
.slim .headbar-main{box-shadow: 0 3px 8px rgba(0,0,0,.2);}
.hamburgers-box{
    width: 100%;
    position: relative;
    transition: all 0.5s;
}
.navbar-brand {
    width:100%;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    transition: all 0.5s;
}
.navbar-brand span{
    font-size: 20px;
    display: block;
    color: #191970;
    font-family: 'Prompt-Bold';
    text-shadow: 0px 5px 9px rgba(0, 0, 0, 0.2);
}
.navbar-brand img{
    width: 75px;
    margin: 0 20px 0 0;
    transition: all 0.5s;
}
.navbar-brand.d-lg-none img{
    filter: brightness(0) invert(1);
    font-size: 100px;
    margin: 0;
}
.navbar-brand.d-lg-none span{color: #FFF;}
.navbar-collapse ul li{
	padding: 0;
    transition: all 0.5s;
    text-align: left;
}
.navbar-collapse ul li a {
    width: 100%;
    margin: auto;
    padding:15px 15px ;
    position: relative;
    display: block;
    color: #FFF ;
}
.navbar-collapse ul li.active a, .navbar-collapse ul li a:hover{color: #FFF;}
.navbar-collapse ul li:hover, .navbar-collapse ul li.active{background: none;}


.navbar-collapse ul li .dropdown-menu{
    padding: 0;
    overflow: hidden;
    background: #396bb4;
    border: none;
    border-radius: 0;
}
.navbar-collapse ul li .dropdown-menu a{text-align: left;padding: 15px;}
.navbar-collapse ul li .dropdown-menu a:hover{color: #FFF;background: #191970;}


.language-box{
    width: 160px;
    float: right;
    clear: both;
    text-align: center;
    padding:5px 10px;
    border: 2px solid #191970;
    border-radius: 10px;
}
.language-box.language-mobile{
    width: 100%;
    float: left;
    clear: both;
}
.language-box.language-mobile .dropdown-menu{
    padding: 0;
    overflow: hidden;
    background: rgba(0,0,0,0.6);
    width: 100%;
    min-width: inherit;
    border: none;
    border-radius: 0;
}
.language-box.language-mobile .dropdown-menu a{text-align: left;}
.language-box .dropdown-menu{
    padding: 0;
    overflow: hidden;
    background: rgba(0,0,0,0.6);
    width: 100%;
    min-width: inherit;
    border: none;
    border-radius: 10px;
}
.language-box .dropdown-menu a{
    color: #FFF;
    text-align: center;
    padding: 10px;    
    display: block;
}
.language-box .dropdown-menu a:hover{
    background: #FFF;
    color: #000;
}
.language-box .dropdown-menu img{margin-right: 15px;}

.social-header{
    text-align: center;
    margin: 2rem auto;
}
.social-header p{
    margin-bottom: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}
.social-header p a{display: block;padding: 0;font-weight: normal;}
.social-header img{transition: all 0.5s;width: 50px;}
.social-header img:hover{transform: scale(.95);}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  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.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #396bb4;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -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-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .navbar-collapse ul li.active .hvr-sweep-to-bottom:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone .banner-slide{
    width: 100%;
}
.owl-dots{
	display: block !important;
	position: absolute;
	bottom:3%;
	left: 0;
	z-index: 555;
	width: 100%;
	text-align: center;
}
.owl-carousel button.owl-dot {
	width: 12px;
	height: 12px;
	margin: 0 3px;
	border-radius: 50%;
	background-color: #FFF;
	border: 1px solid #191970;
}
.owl-carousel button.owl-dot.active{
	background-color: #191970;
}

/*content--//////////////////////////////////////////////////////////////////////////*/
.content-category{background: #191970;}
.icon-category{
    height: 100%;
    text-align: left;
    padding: 15px ;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-category img{
    width: 60px;
    margin: 0 15px 0 0;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
}
.icon-category:hover{background: #202087;color: #509ec4;}
.icon-category:hover img{
    transform: scale(.95);
    filter: invert(52%) sepia(38%) saturate(571%) hue-rotate(155deg) brightness(101%) contrast(91%);
}

.img-box{
    width: 100%;
    overflow: hidden;
}
.aboutus-box {padding: 0 15px;}
.aboutus-box h1{
    font-size: 24px;
    margin: 1rem auto;
    font-family: 'Prompt-Bold';
}
.aboutus-box p{
    margin: 1rem auto;
}
.aboutus-box span{
    color: #222298;
    font-family: 'Prompt-Medium';
}
.img-box img{
    width: 100%;
    transition: all 0.5s;
}

.content-service{
    padding: 10% 0;
    color: #FFF;
    background: #0d82c6;
}
.title-box{
    text-align: center;
    font-size: 24px;
    margin-bottom: 2rem;
    font-family: 'Prompt-Bold';
}
.service-box{
    text-align: center;
    margin-bottom: 2rem;
    margin: 0 5px;
}
.service-box p{
    margin: 1rem auto;
}
.service-box:hover img{transform: scale(1.05);}

.content-customer{padding: 10% 0;}
.vdo-box iframe{
    width: 100%;
    height: 100%;
}
.vdo-box{
    width: 100%;
    height: 280px;
    margin-bottom: 2rem;
}


.owl-customer .owl-nav{
	display: block !important;
    height: 31px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0,-50%);
    
}
.owl-carousel.owl-customer .owl-item img{
    max-width: 100%;
    width: auto;
}
.owl-carousel.owl-customer .owl-stage {
    display: flex;
    align-items: center;
}
.owl-customer .owl-prev.disabled, .owl-customer .owl-next.disabled{
	pointer-events: none;
}
.owl-customer .owl-nav .owl-prev{
    background: url( "../images/arrow-prev.png") no-repeat  center center  !important;
    left: -20px;
    position: absolute;
    width: 19px;
    height:31px;
    top: 40%;
    transform: translate(0,-50%);
}
.owl-customer .owl-nav .owl-next{
    background: url( "../images/arrow-next.png") no-repeat  center center  !important;
    right: -20px;
    position: absolute;
    width: 19px;
    height:31px;
    top: 40%;
    transform: translate(0,-50%);
}
.owl-customer .prev-slide:hover{background-position: 0px 0px;}
.owl-customer .next-slide:hover{background-position: 0px 0px;} 

.owl-customer .owl-stage-outer{
	z-index:99;
}

/*footer--//////////////////////////////////////////////////////////////////////////*/
.footer {
    color: #1c1c1c;
    padding:10% 0 2%;
    background: #ececec;
}
.footer ul, .contact-footer ul{list-style: none;}
.footer h1, .contact-footer h1{
    font-size: 24px;
    margin-bottom: .3rem;
    font-family: 'Prompt-Medium';
}
.footer p{margin-bottom: 0;}
.footer a:hover{color: #396bb4;}
.contact-footer{margin: 1rem auto;}
.copyright-box{
    color: #FFF;
    background: #000080;
    padding: 3% 10%;
    text-align: center;
}
.copyright-box a:hover{color: #000;}
.social-footer{text-align: center;margin: 1rem auto;}
.social-footer img{transition: all 0.5s;}
.social-footer img:hover{transform: scale(.9);}

.contact-footer table{width: 100%;}
.contact-footer table td{
    padding: 5px;
    vertical-align: top;
}
/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/

@media (max-width: 920px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 100%;
        background: #191970;
        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{
		top: 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%;
	}
}

.content-otherpage{
    padding: 10% 0;
    background: -webkit-linear-gradient(rgba(215,232,247,1) 0%, rgba(238,245,252,1) 31%, rgba(255,255,255,1) 53%);
    background: -o-linear-gradient(rgba(215,232,247,1) 0%, rgba(238,245,252,1) 31%, rgba(255,255,255,1) 53%);
    background: linear-gradient(rgba(215,232,247,1) 0%, rgba(238,245,252,1) 31%, rgba(255,255,255,1) 53%);
}
.content-otherpage a:hover{
	color: #F00;
}
.tagline-center{
    text-align: center;
    margin-bottom: 2rem;
    font-size: 30px;
    color: #396bb4;
    font-family: 'Prompt-Medium';
}
.service-page .service-box{margin-bottom: 2rem;}
.detail-serive{margin-bottom: 2rem;}
.detail-serive h1{
    font-size: 24px;
    font-family: 'Prompt-Medium';
    margin-bottom: 15px;
}
.detail-serive p{margin-bottom: 0;}
.vdo-service{
    width: 100%;
    height: 280px;
}
.vdo-service iframe{
    width: 100%;
    height: 100%;
}
.download-btn a{
    display: block;
    width: 220px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    color: #396bb4;
    background: #FFF;
    border: 1px solid #396bb4;
    margin: 2rem 0;
    transition: all 0.5s;
}
.download-btn a:hover{
    color: #FFF;
    background: #396bb4;
}
.product-fullscroll{
    width: 100%;
    height: 667px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 15px;                              
}
.img-product{
    width: 100%;
    overflow: hidden;
    margin: 0 0 2rem;
}
.img-product img{
    width: 100%;    
    transition: all 0.5s;
}

.detail-aboutus h1{
    font-size: 24px;
    margin-bottom: 1rem;
    font-family: 'Prompt-Medium';
}
.detail-aboutus p{
    margin-bottom: 0;
    font-family: 'Prompt-Medium';
}
.detail-aboutus ul{list-style: none;}
.detail-aboutus ul li{padding-bottom: 10px;}
.detail-aboutus .fa-check-circle{color: #396bb4;}


.message-contact{margin-bottom: 2rem;}
.message-contact h1{
    font-size: 1.2rem;
    font-family: 'Prompt-Medium'; 
    margin-bottom: 1rem;
    text-align: center;
}
.mapbox{
    margin-top: 2rem;
    width: 100%;
    height: 315px;
    overflow: hidden;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.14);
}
.mapbox iframe{
    width: 100%;
    height: 100%;
}
.detail-form{
    margin-bottom: 1rem;
}
.detail-form .fa-redo-alt{
    cursor: pointer;
    color: rgb(0 55 42 / 100%);
}
.detail-form span{color: #ec1f27;}
.detail-form p{margin-bottom: 0;}
.form-text{
    padding: 8px 15px;
    background: none;
    border: 1px solid #ced4da;
    width: 100%;
    border-radius: 5px;
    color: #010000;
}
.form-text::placeholder{color: #010000;}
.sendus-btn{
    width: 230px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #396bb4;
    color: #FFF;
    background: #396bb4;
    margin: auto;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 10px;
}
.sendus-btn:hover{
    transform: scale(.95);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #191970;
    border-color: #191970;
}
.address-box h1{
    font-size: 1.2rem;
    margin-bottom: 0;
    font-family: 'Prompt-Medium'; 
}
.address-box p{margin-bottom: .5rem;}
.address-box ul{
    list-style: none;
    margin-top: .5rem;
}
.address-box a:hover{color: #f5a515;}
.address-box ul li .ic-size{
    color: #545454;
    font-size: 26px;
}

.content-aboutupage {
    padding: 10% 0;
    background: #396bb4;
    color: #FFF;
}
.content-aboutupage .aboutus-box{padding: 0; text-align: center;}
.content-aboutupage .aboutus-box h1{
    font-size: 28px;
    font-family: 'Prompt-Medium'; 
    margin-bottom: 1rem;
}
.content-aboutupage .aboutus-box p{margin-bottom: 2rem;}
.content-aboutupage .aboutus-box span{font-style: italic;}

.detail-equipment, .detail-robotautomation{
    text-align: center;
    margin-bottom: 2rem;
}
.detail-equipment h1, .detail-robotautomation h1{
    font-size: 26px;
    font-family: 'Prompt-Medium'; 
    margin-bottom: 1rem;
}
.detail-equipment2 span, .detail-robotautomation span{
    color: #2873df;
    font-style: italic;
}
.gallery-equipment{justify-content: center;}
.album-equipment{
    text-align: center;
    margin-bottom: 2rem;
}
.album-equipment p{margin: 1rem auto;}
.album-equipment:hover img{transform: scale(.95);}

.album-img{
    width: 100%;
    height: 215px;
    overflow: hidden;
    margin-bottom: 2rem;
}
.album-img:hover img{transform: scale(1.05);}
.album-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.pdf-file{
    text-align: center;
    margin-bottom: 2rem;
    padding: 1rem .5rem;
    font-size: 20px;
    border-radius: 10px;
    background: #FFF;
    border: 1px solid #396bb4;
    color: #396bb4;
    transition: all 0.5s;
}
.pdf-file:hover{
    color: #FFF;
    background: #396bb4;
    transform: scale(.95);
    border-color: #FFF;
    box-shadow: 0 0 8px rgba(0,0,0,.5);
}
.pdf-file .fa-file-pdf{
    font-size: 80px;
    color: #191970;
}
.pdf-file:hover .fa-file-pdf{color: #FFF;}
.pdf-file p{margin:1rem 0 0;}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 568px) {}




/*-----Page List-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.pagelist li{
	display:inline-block;
	list-style:none;
	background:#5a5a5a;
	margin:0 2px;
}
.pagelist li a svg{	
	padding-top:5px;
}
.pagelist li a{	
	display:block;
	color:#FFF;
	padding: 2px 10px 3px 10px;
	font-size: 0.9rem;
}
.pagelist li a.active{
	color:#FFF;
	background:#038040;
	font-weight:700;
}
.pagelist li:hover{
	background:#038040;
}
.pagelist li:hover a{
	color:#FFF;
}