
@font-face {
    font-family: 'Maledpan-Regular';
    src: url('fonts/Maledpan-Regular.eot');
    src: url('fonts/Maledpan-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Maledpan-Regular.woff') format('woff'),
         url('fonts/Maledpan-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Maledpan-Regular';
	font-size:18px;
	line-height:normal;
	cursor: default;
	position: relative;
    color: #000;
}

img{ border:0; margin:auto;}
a{ text-decoration:none;}
a:hover{ text-decoration: none;}
.h30{clear:both; width:100%; height:30px;}
.h20{clear:both; width:100%; height:20px;}
.h10{clear:both; width:100%; height:10px;}

a{text-decoration:none;color:inherit;}
a:hover{color:inherit;}
.green{color:#00cb2b;}
.orange{color:#ff9933;}
ul{
	padding-left: 0;
	margin-bottom: 0;
}
#back-to-top {
    width: 50px;
    height: 46px;
    position: fixed;
    z-index: 9999;
    bottom: -20px;
    right: 50%;
    line-height: 0.7;
    text-align: center;
    display: none;
    background-color: #c62f2f;
    filter: alpha(opacity=90);
    opacity: 0.8;
    border-radius: 50%;
    transform: translate(50%,0);
}
#back-to-top a{
	color:#FFF;
	font-size: 18px;
	line-height:0;
    text-transform: uppercase;
}
.arrow-color{
	color: #FFF;
	font-size:30px;
	line-height: 1;
}
#back-to-top a:hover{
	color: #FFF;
}
button:focus {
    outline: none;
}


.color-w{
	color:#FFF;
}

/*-----Header-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.headbar-top{
    width: 100%;
    background: #f8f8f8;
}
.navbar{
    padding: 0 1rem;
}
.head-mobile{
    width: 100%;
}
.slim.full-navhead{
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    background:#f8f8f8;
}
.navbar-brand {
    width: 90%;
    padding: 10px;
    margin: 0;
    text-align: center;
    position: relative;
}
.navbar-brand img{
    width: 60px;
}
.navbar-brand span {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.navbar-brand h1{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
}
.navbar-brand p{
    margin-bottom: 0;
    font-size: 16px;
}
.navbar-collapse ul li {
	line-height:1;
	padding:5px 15px 5px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.navbar-collapse ul li a{
	color:#363636;
} 
.headbar-top .navbar-toggler {
    color:#fb0303;
    border-color: transparent;
}
.navbar-toggler:focus {
    outline:  none !important;
}
.navbar-nav{
	 text-transform: uppercase;
}
.navbar-collapse ul li:hover, .navbar-collapse ul li.active {
    background-color: #2e6aef;
}
.navbar-collapse ul li.active a, .navbar-collapse ul li:hover a {
    color: #FFF;
}
.contact-social-header ul{
    list-style: none;
}
.contact-social-header .bg-blue a:hover{
	color:#F00 !important;
}

/**********************only-mobile*******************************/
.navbar-logo-mobile{
	text-align: center;
	padding: 10% 0;
	width: 100%;
	display: block;
	color:#000;
	font-size: 40px;
}
/*hamburgers-box*/
#nav-icon3{
    width: 45px;
    height: 25px;
    position: relative;
    margin:10% 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -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:6px;
  width: 100%;
  background: #4a4a4a;
  opacity: 1;
  left: 0;
    border-radius: 4px;
  -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: 11px;
}

#nav-icon3 span:nth-child(4) {
  top: 22px;
}

#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%;
}

.social-mobile{
    border-top: 1px solid #000;
    padding-top: 10%;
    margin-top: 10%;
}
.social-mobile ul{
    list-style: none;
}
.social-mobile ul li{
    font-size: 15px;
}
/*------slide---main-------
//////////////////////////////////////////////////////////////////////////////////////////*/
.slide .carousel-control-prev, .slide .carousel-control-next{
	display:none;
}
.carousel-indicators li{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #636363;
}
.carousel-indicators .active {
    background-color: #2e6aef;
}
/*------slide---main-------
//////////////////////////////////////////////////////////////////////////////////////////*/
.color-blue{color:#2e6aef; }
.bg-blue{background: #2e6aef;}

.bg-content{
    padding: 10% 0;
    background-size: cover !important;
	background: url("../images/bg-about-1.png") top center no-repeat;
}


.img-about img{
    width: 100%;
}
.img-about {
    margin:5% auto 10%;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0px 0px 28px 7px rgba(0, 0, 0, 0.21);
}
.about-box h1{
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.about-box img{
    width: 100%;
}
.bg-service{
    padding: 10% 0;
}
.service-box{
    color: #FFF;
    cursor: pointer;
}
.service-box img{
    width: 80%;
    transition: all 0.5s;
}
.service-box:hover img{
    transform: translateY(-5px);
}
.img-infor img{
    width: 50%;
}
.infomation-box{
    padding: 10% 0;
    background-attachment: fixed !important;
    background-size: cover !important;
    background: url("../images/bg-full.png")top center no-repeat;
}
.img-vdo{
    height: 300px;
}
.img-vdo iframe{
    width: 100%;
    height: 300px;
}
.product-slider .carousel{    
    box-shadow: 0px 14px 15.96px 5.04px rgba(0, 0, 0, 0.21);
}
.slide-product{
    padding:15% 0;
    background: #FFF;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s;
}
.slide-product:hover{
    background: #2e6aef;
}
.title-product{
    margin: 10% auto;
}
.readmore-btn{
    color: #FFF;
    margin: 30% auto 0;
    border-radius: 20px;
    box-shadow: 0px 0px 5.6px 1.4px rgba(0, 0, 0, 0.57);
}
.readmore-btn:hover{
    color: #2e6aef;
    background: #FFF;
    box-shadow: 0px 0px 0px 2px #2e6aef;
}
.affiliates-btn{
    color: #FFF;
    margin: 10% auto 0;
    border-radius: 20px;
    box-shadow: 0px 0px 5.6px 1.4px rgba(0, 0, 0, 0.57);
}
.affiliates-btn:hover{
    color: #2e6aef;
    background: #FFF;
    box-shadow: 0px 0px 0px 2px #2e6aef;
}

.slide-product img{
    width: 100%;
}
.about-box .namecom{
    font-weight: 700;
    text-align: center;
}
.about-box.title-product h1{
    text-align: center;
}
.about-box.title-product  {
    text-align: center;
}
/*------footer------
///////////////////////////////////////////////////////////////////////////////////////////////*/
.footer{
	background: #363636;
	color: #FFF;
	padding: 10% 0;
    font-size: 16px
}
.footer a{
	color: #FFF;
}
.copyright{
    color: #FFF;
    padding: 10px 0;
    background: #2e6aef;
}
.social-footer{
    display: none;
}
.title-footer h1{
    font-size: 23px;
    margin-bottom: 0;
}
.title-footer p{
    margin-bottom: 0;
}
.address-footer {
    margin-top: 10%;
    cursor: pointer;
}
.address-footer p{
    margin-bottom: 0;
}
.address-footer ul{
    list-style: none;
}
.address-footer img {
    width: 4rem;
    border-radius: 50%;
    transition: all 0.5s;
}
.address-footer:hover img {
    transform: translateY(-5px);
}
.social-footer img{
    transition: all 0.5s;
}
.social-footer img:hover{    
    transform: translateY(-5px);
}
.sns-foorter{
    margin: 10% auto 0;
}






.bg-page{
	background:#FFF;
	padding:5% 0;
}

.title-page{
	text-align:center;
	font-size:40px;
	font-weight:bold;
	margin-bottom:30px;
}





iframe.map{
	width:100%;
	margin:30px 0 10px;
	height:300px;
}
.contact-title-1{
		font-size:25px;
	font-weight:bold;	
}

.text-contact a:hover,.address-footer a:hover{
	color:#F00;
}

.about-title{
	color:#ffeb3b;
	font-size:30px;
	font-weight:bold;
	margin-bottom:30px;
	border-bottom:1px solid #ffeb3b;
}
.about-title-1{
	font-size:20px;
}
.about-title-1 strong{
	color:#ffeb3b;
	font-size:20px;
	/*text-decoration:underline;*/
}
.about-text{
	font-size:18px;
	margin-bottom:30px;
}
.about-text .title{
	font-size:25px;
	font-weight:bold;	
}
.about-text-1{
	background:#ebebeb;
	padding:20px 0px;
	text-align:center;
	font-size:20px;
	margin:0 0 30px 0;
}
.about-text-1 img{
	width:30px;
}


.about-text-2{
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;	
}
.about-text-3{
	font-size:18px;
	margin-bottom:10px;
}
.about-text-3 img{
	margin-right:30px;
}
.about-text-4{
	font-size:18px;
	color:#FFF;
}
.affiliates-text{
	font-size:24px;
}

/*-----Page Product-----////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.img-box{
	position: relative;
	padding-bottom: 69%;
	margin-bottom:20px;
	overflow:hidden;
	cursor:pointer;
}
.img-box img{
	height:auto;
	width:100%;
	position:absolute;
	top:50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%) scale(1);
	-webkit-transform: translate(-50%,-50%) scale(1);
	-moz-transform: translate(-50%,-50%) scale(1);
	-o-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
	transition: all 0.3s;
}
.img-box:hover img{
	-ms-transform: translate(-50%,-50%) scale(1.1);
	-webkit-transform: translate(-50%,-50%) scale(1.1);
	-moz-transform: translate(-50%,-50%) scale(1.1);
	-o-transform: translate(-50%,-50%) scale(1.1);
	transform: translate(-50%,-50%) scale(1.1);
}

.product-list{
	background: #FFF;
	border: 1px solid #a1a1a1;
	margin-bottom:20px;
}
.product-img{
	position: relative;
	padding-bottom: 65%;
	overflow:hidden;
	cursor:pointer;
}
.product-img img{
	height:auto;
	width:100%;
	position:absolute;
	top:50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%) scale(1);
	-webkit-transform: translate(-50%,-50%) scale(1);
	-moz-transform: translate(-50%,-50%) scale(1);
	-o-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
	transition: all 0.3s;
}
.product-img:hover img{
	-ms-transform: translate(-50%,-50%) scale(1.1);
	-webkit-transform: translate(-50%,-50%) scale(1.1);
	-moz-transform: translate(-50%,-50%) scale(1.1);
	-o-transform: translate(-50%,-50%) scale(1.1);
	transform: translate(-50%,-50%) scale(1.1);
}
.product-name{
	border-top:1px solid #a1a1a1;
	padding:5px 10px;
	text-align:center;
	font-size:25px;
	color:#000;
	white-space: nowrap;
	overflow: hidden;	
	text-overflow: ellipsis;
}
.product-name:hover{
	color:#FF0004;
}
.product-title{
	font-size:30px;
}
.product-text{
	font-size:25px;
}

 /*********************************/

.text-title-pd,.box-detail{
	font-size:2.2rem;	
	line-height:1.5;
}

/*********************************/

.box-detail ul li{
	list-style:none;
}
.box-listpage{
	height:60px;
	width:80px;
 	 border: solid 1px #666;
	overflow:hidden;
	margin: 20px auto;
}
.box-listpage img{
	/*height:80px;*/
	width:auto ;
	max-width:100% ;	
	position: relative;
	transform: translate(0px, -50%);
	top: 50%;
	/*border: solid 1px #666;*/
}
.download-doc{
	margin: 5px auto;
	display:inline-block;
	background:#d8d8d8;
	border: solid 1px #c7c7c7;
	padding: 5px 10px;
	font-size:0.9em;
}
.download-doc:hover{
	background:#c7c7c7;
}
.box-vdo-pd{
	margin: 25px auto;
	text-align:center;	
	width:90%;
}
.box-vdo-pd iframe{
	width:100%;
	height:200px;
	border: solid 1px #333
}
.box_sliderpd .bx-wrapper {
	z-index:0;
}
.text-none{
	text-align:center;
	font-size:2.5rem;
}



/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/

@media (max-width: 767px ) {
	body{
		max-width: 100% !important;
	}
	.navbar-collapse{
		position: fixed;
		width: 250px;
		background: #fff;
		height: 100% !important;
		max-height: none !important;
		top: 0;
		display: block;
		left: -250px;
		margin: 0 !important;
		z-index: 9999;
	}
	.navbar-collapse.in{
		left: 0 !important;
	}
	.navbar-collapse.show{
		display:block;
		left: 0 !important;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		margin-left: 250px;
	}
	.headbar-top, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.headbar-top.-collapse{
		margin-left: 250px;
		width:100%;
	}
	
}
/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/




