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-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;
}
body{
    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: 50px;
    height: 50px;
    position: fixed;
    z-index: 9999;
    bottom: 50%;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px 0;
    background:#d52027;
    font-size: .9rem;
    opacity: .5;
    transform: translate(0,-50%);
}
#back-to-top:hover{
    opacity: 1;
}
#back-to-top a {
    color: #FFF;
}
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: #0062a7;
    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 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:1rem  0;
    transition: all 0.5s;
	background: #FFF;
}
.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 0 0 5%;
    text-align: left;
    margin: 0 auto;
    transition: all 0.5s;
}
.navbar-brand img{
    width: 145px;
    margin: 0;
    transition: all 0.5s;
}
.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: #000 ;
}
.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: #fea4b0;}
.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);}
.language-pc{display: none;}
.language-mobile {
    padding: 5px 15px;
    text-align: center;
    border: 2px solid #fea4b0;
    position: absolute;
    top: 0;
    right: 20%;
}
.language-mobile .dropdown-menu{
    padding: 0;
    border: none;
    border-radius: 0;
    right: 0;
    left: auto;
}
.language-mobile .dropdown-menu a{
    padding: 15px;
    display: block;
}
/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone .banner-slide{
    width: 100%;
    position: relative;
}
.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: transparent;
	border: 1px solid #FFF;
}
.owl-carousel button.owl-dot.active{
	background-color: #FFF;
}

/*content--//////////////////////////////////////////////////////////////////////////*/
.content-about{padding: 10% 0;}
.title-about{
    text-align: center;
    margin-bottom: 2rem;
}
.title-about h1{
    font-size: 30px;
    font-family: 'Prompt-Medium';
    margin-bottom: 0;
}
.title-about p{
    margin-bottom: 0;
    font-size: 20px;
    color: #fea4b0;
}
.aboutus-box{text-align: center;}

.content-product{
    padding: 10% 0;
    background: url("../images/bg-product.png") top center no-repeat;
    background-attachment: fixed !important;
    background-size: cover !important;
}
.title-box{
    text-align: center;
    margin-bottom: 2rem;
    color: #a0522d;
}
.title-box h1{
    font-size: 30px;
    margin-bottom: 0;
    font-family: 'Prompt-Medium';
}
.line-title{
    width: 70px;
    height: 6px;
    margin: .5rem auto;
    background: #a0522d;
}
.product-box{
    text-align: center;
    margin-bottom: 2rem;
}
.product-box p{
    margin: 1rem auto;
    font-family: 'Prompt-Medium';
    font-size: 20px;
    color: #a0522d ;
}
.product-box p img{transition: all 0.5s;}
.product-box p:hover img{transform: translateX(10px);}
.img-box{
    background: #FFF;
    text-align: center;
    border: 1px solid transparent;
    overflow: hidden;
    transition: all 0.5s;
}
.img-box img{
    width: 100%;
    transition: all 0.5s;
}
.product-box .img-box{border-bottom: 8px solid #a0522d;}
.product-box:hover .img-box{border-color: #a0522d;}
.product-box:hover img{transform: scale(.95);}




.content-pageother{padding: 10% 0;}
.content-pageother .address-footer h1, .content-pageother .social-footer h1{
	font-size: 20px;
	margin-bottom: 1rem;
    font-family: 'Prompt-Medium';
}
.sendbox-footer{margin-bottom: 2rem;}
.form-contact{
    width: 100%;
    border: 1px solid #cbcbcb;
    background: #FFF;
    padding: 5px 10px;
    color: #000;
}
.form-contact::placeholder{color:#828282;}
.form-contact:focus{outline: none;}
.send-contactus{
    width: 100%;
    padding: 10px;
    text-align: center;
    background:#013e7f;
    color: #FFF;
    border: 1px solid #013e7f;
    cursor: pointer;
}
.send-contactus:hover{
    background: #FFF;
    color: #013e7f;
}
.detail-sendbox{margin-bottom: .75rem;}
.detail-sendbox p{
	color: #f00;
	font-size: 14px;
	margin-bottom: 0;
}
.sendbox-footer h1{
    font-size: 1.2rem;
    color: #027cc4;
    text-align: left;
    margin-bottom: 1rem;
}
.codeseve-send .fa-redo-alt{cursor: pointer;color: #013e7f;}

.mapbox{
    width: 100%;
    height: 315px;
}
.mapbox iframe{
    width: 100%;
    height: 100%;
}

.address-box {margin-bottom: 1.5rem;}
.address-box h1{
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #027cc4;
}
.address-box a:hover{color:#027cc4;}
.address-box table td{
    padding:0 8px;
    vertical-align: top;
}
.img-map h1{
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #013e7f;
}
.img-box{
    width: 100%;
    overflow: hidden;
    box-shadow:0px 1px 11px 0px rgb(0 0 0 / 18%);
}
.containercate-pd .img-box{
    height: 300px;
    overflow: hidden;
}
.img-box img{
    max-width: 100%;
    transition: all 0.5s;
}
.containercate-pd .img-box img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
.address-footer ul{list-style: none;}



.aboutus-box p{color: #fea4b0;}
.aboutus-boxtimeline h1{
	font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #013e7f;
}
.aboutus-boxtimeline p{margin-bottom: 0;}
.aboutus-boxtimeline span{font-weight: bold;}
.aboutus-boxtimeline ul{list-style: none;margin-bottom: 1rem;}
.aboutus-boxtimeline ul li{padding-bottom: .5rem;}
.aboutus-boxtimeline a:hover{color: #fea4b0;}
.aboutus-boxtimeline .fa-angle-double-right{color: #cf275e;}

.icon-box{
	cursor: pointer;
	text-align: center;
	margin-bottom: 2rem;
}
.icon-box p{margin:1rem 0;}
.icon-box img{
	transition: all 0.3s;
	width: 150px;
}
.icon-box:hover img{
	transform: scale(.95);
	filter: invert(25%) sepia(78%) saturate(1444%) hue-rotate(181deg) brightness(96%) contrast(104%);
}

.in-category .img-box{
	height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFF;
}
.in-category .img-box img{
	width: 100%;
	height: 100%;
	max-width: inherit;
	object-fit: scale-down;
}


.detail-showproduct ul{list-style: none;}

.img-productsviwe{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.img-productsviwe img{
	max-width: 100%;
	transition: all 0.5s;
}

.detail-product table{width:  100%;}
.detail-product table td{padding: 5px;vertical-align: top;}
.detail-product table td:first-child{width: 15%;}
.download-pdf{
	display: block;
	width: 200px;
	padding: 8px;
	text-align: center;
	margin: 1rem auto;
	color: #cf275e;
	background: #FFF;
	border: 1px solid #cf275e;
	transition: all 0.5s;
	border-radius: 8px;
}
.download-pdf:hover{
	background: #cf275e;
	color: #FFF;
}

.detail-sub{margin-top: 2rem;}
.detail-sub h1{
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.vdo-box{
	width: 100%;
	height: 315px;
	margin: 2rem auto;
}
.vdo-box iframe{
	width: 100%;
	height: 100%;
}
/*///////////////////////////////////////////////////////////////////////////pagelist///////////////////////////////////////////////////////////////////////////*/
.text-notfound{
	margin:30px auto;
	font-size: 1rem;
    text-align: center;
}
.pagelist{
 text-align: center;
 padding:5px;
 border-radius:0px;
/* margin:0 5px 20px 5px;*/
 margin: auto;
}
.pagelist li{
	display:inline-block;
	font-size:18px;
	cursor:pointer;
	padding: 0.1rem 0rem;
	margin: 0.2rem;
	border:1px solid #ffffff;
	border-radius: 5px;
}
.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:0px 12px;
	font-weight:bold;
}
.pagelist li a i.fa{
 font-size:18px;
 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{
    
	transition: all 0.4s;
}
.pagelist li a:hover{
    color: #ec2027 ;
	transition: all 0.4s;
}
.pagelist li.active a {
    color: #ec2027;
}
/*///////////////////////////////////////////////////////////////////////////loading///////////////////////////////////////////////////////////////////////////*/
.box-loading #overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(0,0,0,0.9);
  transition: 1s 0.4s;
}
.box-loading #progress{
/*  height:1px;
  background:#fff;
  position:absolute;
  width:0;
  top:50%;*/
}
.box-loading #progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}
/*footer--//////////////////////////////////////////////////////////////////////////*/
.footer {
    color: #1c1c1c;
    padding:10% 0;
    background: #f2f2f2;
}
.footer ul{list-style: none;}
.footer p{
    margin-bottom: .75rem;    
    font-size: 20px;
    font-family: 'Prompt-Medium';
}
.footer a:hover{color: #0062a6;}
.address-footer{margin-bottom: 1rem;}
.copyright-box{
    color: #FFF;
    padding: 5% 5% 5%;
    text-align: center;
    background: #fea4b0;
}
.social-footer{text-align: center;margin: 1rem auto;}
.social-footer img{transition: all 0.5s;}
.social-footer img:hover{transform: scale(.9);}
/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/

@media (max-width: 767px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 100%;
        background: #FFF;
        height: 100% !important;
        max-height: none !important;
        top: -100%;
        display: block;
        left: 0;
        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;
		top: 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%;
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 568px) {}




