html{font-size:18px;}
@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;
}
@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;
}
body{
    font-family: 'Prompt-Regular';
	cursor: default;
	position: relative;
	line-height:normal;
	font-size: 1rem;
    color: #000000;
}

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: 60px;
    left: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px 0;
    background:#f9b233;
    border-radius: 50%;
    opacity: .5;
}
#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: 30%;
    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: #f9b233;
    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:.5rem 0;
    background: #FFF;
    transition: all 0.5s;
    position: sticky;
}
.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;
    padding-left: 15px;
    text-align: left;
    margin: 0 auto;
}
.navbar-brand img{
    width: 120px;
    margin: 0;
    transition: all 0.5s;
}
.navbar-collapse ul li{
	padding: 0;
    transition: all 0.5s;
}
.navbar-collapse ul li a {
    width: 100%;
    margin: auto;
    padding:10px 15px ;
    position: relative;
    display: block;
    color: #000;
    border: 2px solid transparent;
}
.navbar-collapse ul li.active a, .navbar-collapse ul li a:hover, .navbar-collapse ul li:hover a{ 
    color: #000; 
    border-color: #f9b233;
}
.navbar-collapse ul li:last-child.active a, .navbar-collapse ul li:last-child a:hover, .navbar-collapse ul li:last-child:hover a{ 
    border:none;
}
.navbar-collapse ul li.active, .navbar-collapse ul li:hover{
    background: none;
}
.navbar-collapse ul li .dropdown-menu a, .language-phone .dropdown-menu a{
    padding:8px 20px;
    display: block;
}
.navbar-collapse ul li .dropdown-menu, .language-phone .dropdown-menu{
    padding: 0;
    border-radius: 0;
    border: none;
    width: 100%;
    min-width: auto;
}
.language-phone .dropdown-menu{
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}
.language-phone{
    position: absolute;
    right: 20%;
    top: 30%;
    z-index: 2;
    padding: 0;
}

.contact-header{display: none;}
.social-header{text-align: center;margin-top: 1rem;}
.social-header p{
    color: #2e3192;    
    padding: 0 15px;
    text-align: left;
    margin-bottom: 1rem;
    font-family: 'Prompt-Medium';
}
.social-header img{transition: all 0.5s;}
.social-header img:hover{transform: scale(.95);}
/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone{position: relative;}
#slide-zone .main-banner{z-index: auto;}
#slide-zone .banner-slide{
    width: 100%;
}
#slide-zone .banner-slide img{
    width: 100%;
}
#slide-zone .owl-dots{
	display: block !important;
	position: absolute;
    bottom:3%;
    left: 0;
    z-index: 555;
    width: 100%;
    text-align: center;
}
#slide-zone .owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
    background-color: #FFF;
    border: 1px solid #f9b233;
}
#slide-zone .owl-carousel button.owl-dot.active{
    background-color: #f9b233;
}
/*content--//////////////////////////////////////////////////////////////////////////*/
.content-fullcon{
    padding: 10% 0;
    background: url("../images/bg-content.png") top right repeat-y;
    background-size: 100%;
}
.about-leftbox{
    color: #6a6a6a;
    display: flex;
    align-items: flex-start;
}
.about-leftbox img{
    margin: 0 15px 0 0;
    width: 70px;
}
.about-leftbox h1{
    font-size: 22px;
    margin-bottom: 0;
    color: #faaa1b;
    font-family: 'Prompt-Light';
}
.img-about{
    text-align: center;
    width: 100%;
    overflow: hidden;
    margin: 2rem auto;
}
.img-about img{
    max-width: 100%;
    transition: all 0.5s;
}

.about-rightbox{
    color: #6a6a6a;
    position: relative;
    padding: 40% 0;
    text-align: center;
}
.about-rightbox::before{
    content: '';
    width: 2px;
    height: 100px;
    background: #faaa1b;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 4;
    transform: translate(-50%,0);
}
.about-rightbox::after{
    content: '';
    width: 2px;
    height: 100px;
    background: #faaa1b;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 4;
    transform: translate(-50%,0);
}
.about-rightbox h1{
    text-align: center;
    color: #000;
    margin: 2rem auto;
    font-size: 28px;
}
.about-rightbox span{
    color: #faaa1b;
    text-transform: uppercase;
}
.about-rightbox a{
    display: block;
    width: 150px;
    margin: auto;
    border: 2px solid #f9b233;
    overflow: hidden;
    text-align: center;
    padding: 8px;
    color: #444444;
}
.about-rightbox a:hover{color: #FFF;}

.product-content{margin-top: 15%;}
.title-box{
    text-align: center;
    font-size: 33px;
}
.line-title{
    width: 90px;
    margin: .3rem auto 2rem;
    background: #f9b233;
    height: 5px;
}
.line-title-long{
    width: 30%;
    margin: .3rem auto 2rem;
    background: #f9b233;
    height: 5px;
}

.product-box{
    position: relative;
    width: 100%;
	height: 280px;
    overflow: hidden;
    margin-bottom: 2rem;
}
.product-box img{width: 100%;transition: all 0.5s;}
.product-box:hover img{transform: scale(1.05);}
.detail-box{
    width: 80%;
    padding: 10px;
    text-align: center;
    background: #FFF;
    transition: all 0.5s;
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, 0);
}
.product-box:hover .detail-box{background: #f9b233;color: #FFF;}

.news-content{margin-top: 5%;}
.news-box{
    width: 100%;
	height: 240px;
    position: relative;
    border-radius: 50px 0 0 0;
    overflow: hidden;
    margin-bottom: 2rem;
}
.news-box img{
    width: 100%;
    transition: all 0.5s;
}
.news-box:hover img{transform: scale(1.05);}

.news-box2{
    width: 100%;
	height: 351px;
    position: relative;
    border-radius: 50px 0 0 0;
    overflow: hidden;
    margin-bottom: 2rem;
}
.news-box2 img{
    width: 100%;
    transition: all 0.5s;
}
.news-box2:hover img{transform: scale(1.05);}

.detail-news img{
    margin: 0;
    margin-right: 14px;
    width: auto;
}
.detail-news{
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    padding: 15px 10px;
    bottom: 0;
    left: 0;
    color: #FFF;
    transition: all 0.5s;
    background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(71,71,71,0.4) 40%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(rgba(255,255,255,0) 0%, rgba(71,71,71,0.4) 40%, rgba(0,0,0,1) 100%);
    background: linear-gradient(rgba(255,255,255,0) 0%, rgba(71,71,71,0.4) 40%, rgba(0,0,0,1) 100%);
}
.news-box:hover .detail-news{
    padding-bottom: 33px;
    background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(245,196,112,0.4) 40%, rgba(249,176,51,1) 100%);
    background: -o-linear-gradient(rgba(255,255,255,0) 0%, rgba(245,196,112,0.4) 40%, rgba(249,176,51,1) 100%);
    background: linear-gradient(rgba(255,255,255,0) 0%, rgba(245,196,112,0.4) 40%, rgba(249,176,51,1) 100%);
}


.standard-content{margin-top: 15%;}
.st-box{
    text-align: center;
    width: 100%;
    margin-bottom: 1.5rem;
}
.st-box img{
    max-width: 100%;
    transition: all 0.5s;
}
.st-box:hover img{transform: translateY(-5px);}
/*footer--//////////////////////////////////////////////////////////////////////////*/
.footer {
    color: #FFF; 
    padding:10% 0 5%;
    background: #1d1d1b;
}
.footer a:hover{ color: #f9b233;}
.footer h1{
    color: #FFF;
    font-size: 1.1rem;
    margin-bottom: .5rem;
/*    text-transform: uppercase;*/
}
.footer p{
    margin-bottom: 0;
    color: #FFF;
}
.footer .address-box table{margin-top: 0;}
.footer .address-box h1{
    color: #FFF;
    font-size: 1.2rem;
    margin-bottom: .5rem;
    font-family: 'Prompt-Regular';
}
.contactus-footer{margin: 1rem auto;}
.contactus-footer ul{list-style: none;}
.copyright-box{
    color: #1d1d1b;
    text-align: center;
    padding: 15px 30px;
    font-size: 13px;
    background: #f9b233;
}
.social-footer{
    text-align: center;
    margin: 0 auto;
}
.social-footer img{
    transition: all 0.5s;
    width: auto;
}
.social-footer img:hover{transform: scale(.9);}
#wh-widget-send-button.wh-widget-right{bottom: 5% !important;}

/* 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: #f9b233;
  -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:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/*///////////////////////////////////////////////////////////////////////////pagelist///////////////////////////////////////////////////////////////////////////*/
.pagelist{
 text-align: center;
 padding:1rem 0;
 border-radius:0px;
/* margin:0 5px 20px 5px;*/
 margin: auto;
}
.pagelist li{
	display:inline-block;
	font-size:1rem;
	cursor:pointer;
	/*padding: 0.3rem 0rem;*/
	margin: 0.2rem;
	border:2px solid #777;
	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:0 0.5rem;
	font-weight:bold;
}
.pagelist li a i.fa{
 font-size:1rem;
 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{
    background: #f9b233;
    transition: all 0.4s;
    border: 2px solid #f9b233;
}
.pagelist li a:hover{
    color: #f9b233 ;
	transition: all 0.4s;
}
.pagelist li:hover{
	border:2px solid #f9b233;
}
/*.pagelist li svg { vertical-align: middle; }*/
.pagelist li svg {    height: 0.8rem; }
.pagelist li.active a {
    color: #FFF;
}




/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/
@media (max-width: 812px ) {
	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: 55;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.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-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%;
	}
}

.full-otherpage .headbar-main{
    position: sticky;
    box-shadow: 0 3px 6px 1px rgba(0,0,0,0.2);
}
.title-otherpage{
    color: #444444;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-family: 'Prompt-Medium';
}

.about-box1 p{
    font-size: 1.2rem;
    color: #f9b843;
    font-family: 'Prompt-Light';
    margin-bottom: 0;
}
.about-box1{color: #6a6a6a;}
.about-box2{
    text-align: center;
    margin-top: 1rem;
    position: relative;
    padding: 7rem .5rem;
    color: #6a6a6a;
}
.about-box2::before{
    content: '';
    width: 2px;
    height: 100px;
    background: #faaa1b;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 4;
    transform: translate(-50%,0);
}
.about-box2::after{
    content: '';
    width: 2px;
    height: 100px;
    background: #faaa1b;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 4;
    transform: translate(-50%,0);
}
.about-box2 p{
    color: #000;
    font-size: 1.2rem;
    margin: 1rem auto 0;
    font-family: 'Prompt-Medium';
}
.about-box2 p span{ color: #f9b843;}
.about-box2.text-2 p{font-size: 1rem;}
.about-box2 h1{
    font-size: 1.2rem;
    font-family: 'Prompt-Medium';
    margin: 0;
    color: #f9b843;
}
.about-box3{
    text-align: center;
    margin: 1rem auto;
    color: #6a6a6a;
}
.about-box3 h1{
    font-size: 1.7rem;
    color: #f9b843;
    font-family: 'Prompt-Light';
    margin-bottom: 0;
}
.about-box3 p{
    color: #000;
    font-family: 'Prompt-Medium';
    margin: 1rem auto;
}
.about-box3  span{color: #f9b843;}

.title-aboutus{
    text-align: center;
    font-family: 'Prompt-Light';
    color: #f9b843;
    font-size: 1.7rem;
}
.line-sub{
    width: 80px;
    height: 5px;
    border-radius: 5px;
    background: #f9b843;
    margin:.5rem auto 2rem;
}
.about-box4{
    color: #6a6a6a;
    text-align: center;
    margin-bottom: 1rem;
}
.about-box4 h1{
    font-size: 1.4rem;
    color: #000;
    font-family: 'Prompt-Medium';
    margin: 0;
}
.about-box4 h2{
    font-size: 1.4rem;
    font-family: 'Prompt-Light';
    color: #f9b843;
    margin-bottom: 0;
}
.about-box4 p{
    color: #000;
    font-size: 1.1rem;
    margin-bottom: 0;
    font-family: 'Prompt-Medium';
}
.about-box4 ul{
    list-style: none;
    text-align: left;
    margin-top: 2rem;
}
.about-box4 ul li{
    margin-bottom: .8rem;
    display: flex;
    align-items: flex-start;
}
.about-box4 .fa-angle-double-right{color: #f9b843 ;margin-right: 15px;margin-top: 7px;}

.about-box5{
    margin: 1rem auto;
    color: #6a6a6a;
}
.about-box5 h1{
    font-size: 1.7rem;
    color: #f9b843;
    font-family: 'Prompt-Light';
    margin-bottom: 0;
}
.about-box5 p{
    color: #000;
    font-family: 'Prompt-Medium';
    margin: 1rem auto;
}
.about-box5  span{color: #f9b843;}

.about-box6{
    margin: 1rem auto;
    color: #6a6a6a;
}
.about-box6 h1{
    font-size: 1.7rem;
    color: #f9b843;
    font-family: 'Prompt-Light';
    margin-bottom: 0;
}
.about-box6 p{
    color: #000;
    font-family: 'Prompt-Medium';
    margin: 1rem auto;
}
.about-box6  span{color: #f9b843;}

.sub-product{margin-bottom: 2rem;text-align: center;}
.sub-product h1{font-size: 1rem;margin-bottom: 0;}
.sub-product .img-prod{border: 1px solid transparent;}
.sub-product:hover .img-prod{border: 1px solid #f9b843;}
.sub-product:hover img{transform: scale(.95);}
.img-prod{
    text-align: center;
    width: 100%;
	height: 280px;
    overflow: hidden;
    margin: 2rem auto;
}
.img-prod img{
    max-width: 100%;
    transition: all 0.5s;
}


.product-fullscroll{
    width: 100%;
    height: 667px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 15px;
}
.detail-viewproduct{
    margin: 30px 0;
    color: #6a6a6a;
}
.detail-viewproduct table td{padding: 8px; }
.detail-viewproduct h1{
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1;
    color: #000;
    font-family: 'Prompt-Medium';
}
.img-product{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.img-product img{
    width: 100%;
    transition: all 0.5s;
}
.vdo-presents{
    width: 100%;
    height: 280px;
}
.vdo-presents iframe{
    width: 100%;
    height: 100%;
}
.download-file{
    padding: 8px;
    text-align: center;
    background: #f9b843;
    color: #FFF;
    margin: 1rem auto;
    transition: all 0.5s;
    border: 1px solid #f9b843;
}
.download-file:hover{
    color: #f9b843;
    background: #FFF;
}
.sub-title{
    color: #444444;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-family: 'Prompt-Medium';
}
.news-box.news-vdobox{height: 315px;}
.date-post{color: #6a6a6a;}
.img-box{
    width: 100%;
    overflow: hidden;
}
.img-box img{width: 100%;transition: all 0.5s;}
.detail-media{
    margin: 2rem auto;
    color: #757575;
}
.mapbox{
    width: 100%;
    height: 315px;
}
.mapbox iframe{
    width: 100%;
    height: 100%;
}
.address-box{margin-bottom: 1rem;}
.address-box h1{
    font-size: 1.4rem;
    margin-bottom: 0;
    color: #444444;
    font-family: 'Prompt-Medium';
}
.address-box table{width: 100%;margin-top: 2rem;}
.address-box table td{vertical-align: top;}
.address-box .ic-text{color: #444444;display: none;}
.address-box a:hover{color: #f9b233;}
.img-contact{
    width: 60%;
    overflow: hidden;
}
.img-contact img{max-width: 100%;}
.sendbox-footer{margin-top: 2rem;}
.form-contact{
    width: 100%;
    border: 1px solid #cbcbcb;
    background: #FFF;
    padding: 10px 15px;
    color: #000;
}
.form-contact::placeholder{color:#4F4F4F;}
.form-contact:focus{outline: none;}
.send-contactus{
    width: 100%;
    padding: 10px;
    text-align: center;
    background:#f9b233;
    color: #FFF;
    border: 1px solid #f9b233;
    cursor: pointer;
}
.send-contactus:hover{
    background: #FFF;
    color: #f9b233;
}
.detail-sendbox{margin-bottom: .75rem;}
.sendbox-footer h1{
    font-size: 1.2rem;
    color: #444444;
    text-align: center;
    margin-bottom: 1rem;
    font-family: 'Prompt-Medium';  
}
.codeseve-send .fa-redo-alt{cursor: pointer;color: #f9b233;}

/**********************************/
 #prev, #next{
	/*display: block !important;*/
    width: 100%;
    height: 66px;
    position: absolute;
    top: 50%;
	margin-top: 5px !important;
    transform: translate(0,-50%);
}
.owl-news .owl-prev.disabled, .owl-news .owl-next.disabled{
	pointer-events: none;
}
 #prev {
    background: url(../images/arrow-prev.png ) no-repeat  center center  !important;
    left:-1rem;
    position: absolute;
    width: 66px;
    height: 66px;
}
 #next{
    background: url(../images/arrow-next.png ) no-repeat  center center  !important;
    right: -1rem;
    position: absolute;
    width: 66px;
    height: 66px;
}


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




