
/*-------============   BG HEADER   =============------------*/
.bg-top-header {
	background: #f99d1c;
}
.top-header { height: auto;padding-top:5px;text-align: right;color: #fff;}
.top-header p {font-size: 15px;line-height: 21px;font-weight: 500;display: inline-block;}
.top-header p:first-child {border-right: 1px solid #cccccc;padding-right: 15px;margin-right: 10px}

.logo {width: 100%;height: auto;padding-top: 5px;}
.logo img {display: block;margin: auto;padding-bottom: 5px; max-height:90px;}

.bg-header {position: relative;    background: #DFEFF3;} 
.menu { width: 100%; height: auto; position: relative;}
.menu .bg-menu{position: relative; }

.overflow {
	overflow: hidden;
}

.menu >ul {width: 100%;height: auto;}
.menu >ul >li {float: left;padding: 40px 15px 27px 15px;position: relative;}  
.menu >ul >li:first-child{padding-left: 85px} 
.menu >ul >li >a {
	font-size: 17px;
	line-height: 25px;
	color: #000; 
	transition: all 0.5s ease 0s;
	position: relative;
	display: block;
	text-align: center;
	transition: all 0.5s ease 0s;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 2px solid transparent;
}

.child-menu {
    position: absolute;
    /*bottom: -85px;*/
   	left: 0px;
    top: 70px;
    width: 200px;
    height: auto; 
    padding: 10px 0px;
    z-index: 9999999;
    display: none;
 }

 .child-menu li {
  width: 100%;
  height: auto;
 }

 .child-menu  a {
  color: #000 !important;
  font-size: 17px;
  line-height: 21px;
  display: block;
  padding: 7.5px 0px 7.5px 10px;
   background: #fce080;
  border-bottom: 1px solid #fff;
  transition: 0.5s ease 0s ;
 }

 .child-menu  a:hover{ 
  background: rgba(252, 224, 128, 0.6);
 }

 .menu >ul >li >a:hover {
  color: #cd9b55;
 }

 .menu >ul >li:hover .child-menu {
    display: block;
  }



.active_menu >a,
.menu >ul >li >a:hover {color: #f99d1c !important;
    border-bottom: 2px solid !important;}

.search {
	width: 28px;
    height: 28px;
    border: 1px solid #fff;
    position: absolute;
    right: 50px;
    top: 47px;
    z-index: 4;
    background: #0d6eb7;
    text-align: center;
}

.input-search {
	z-index: 99999999;
}

.menu_moblie, .input-search,
.show-menu-moblie {display: none;}

.search >p >i { color: #fff;font-size: 20px; line-height: 24px;cursor: pointer;}
.input-search {
	width: 0px;
	height: 28px;
	display: none ;
	background: #fff;
	/*border:1px solid #dedede;*/
	background: #fff;
	position: absolute;
    right: 27px;
    top: -1px;
}

.child-menu1 {
	display: none;
}

.input-search input{ left: 0px; position: absolute; border: none; width: 100%; top: 2.5px; outline: none;margin-left: 10px;background: transparent;} 
.input-search >button  >i {color: #f0f0f0;font-size: 20px;}
/*--BG Slider */
.bg-silder,
.slideritem img ,
.slideritem {
	width: 100%;
    height: 550px; 
    overflow: hidden;
} 
/*ED Slider --*/
/*-------============   ED HEADER   =============------------*/

/*-------============   BG MIDDLE   =============------------*/
/*--BG CONTACT HOME */
	.bg-contact-home {background: #f5f5f5;width: 100%;height: auto;margin-bottom: 40px;}
	.title-contact-home {padding: 20px 0px}
	.title-contact-home h3{font-size: 19px;line-height: 25px;color: #484848;font-weight: 600}
	.title-contact-home h4{font-size: 18px;line-height: 25px;color: #484848;font-weight: 400}
	.bg-button{margin: 30px 0px; border:1px solid #303030;text-align: center;border-radius: 5px;background: #fff}
	.bg-button a {display: block;color: #303030; padding: 6px 0px; font-size: 16px; line-height: 21px;}
/*ED CONTACT HOME --*/

/*--BG GROUP1 HOME */
	.bg-group-home {width: 100%;height: auto; padding: 30px 0px}
	.title-group-home {text-align: center;margin-bottom: 20px;}
	.title-group-home h2{font-size: 57px;line-height: 62px;color: #000;}
	.title-group-home h3{font-size: 19px;line-height: 25px;color: #000;}

	.bg-tc-home {padding:10px;height: auto;}
	.item-tc-home {width: 100%;height: auto; background:#FC0;border:3px solid #FC0;transition: all 1s ease 0s;margin-bottom: 20px;}
	.img-tc-home {width: 10%;height: auto;padding: 5px 0px;}
	.img-tc-home img {display: block;margin: auto;}
	.text-tc-home {width: 90%;height: auto;padding: 17px 0px;border-left: 3px solid #FC0;background: #f5f5f5;transition: all 1s ease 0s;}
	.text-tc-home p {font-size: 14px;line-height: 21px;color: #000;transition: all 1s ease 0s;}
	.text-tc-home p strong {font-size: 18px;line-height: 26px;color: #000;padding-left: 10px;transition: all 1s ease 0s;}

	.item-tc-home:hover {border:3px solid #603813;cursor: pointer;}
	.text-tc-home:hover {border-left: 3px solid #603813;cursor: pointer;}
	.text-tc-home:hover p strong,.text-tc-home:hover p {color:#f12e01 }

	.bg-about-home {padding:10px;height: auto;}
	.bg-about-home h3{font-size: 30px;line-height: 36px;color: #000;padding-bottom: 5px;}
	.bg-about-home p { padding-bottom: 20px;}

	.title-group-home img {
		display: block;
		margin: auto;
		padding: 10px 0px;
	}
/*ED GROUP1 HOME --*/

/*--BG GROUP2 HOME */
	.bg-project-home {padding: 50px 0px; width: 100%;height: auto; background: url(../images/bg_project_home.jpg);}
	.bg-project-home .title-group-home h2,.bg-project-home .title-group-home h3 {color: #fff}
 
	.item-about-home {width: 95%;height: auto;padding: 5px;background: #fff;transition: all 1s ease 0s;margin-bottom: 20px;}
	.text-item-about-home {width: 100%;padding: 10px;height: auto;}
	.img-item-about-home {position: relative; width: 100%;height: auto;min-height: 250px; overflow: hidden;transition: all 1s ease 0s}
	.img-item-about-home img {width: 100%;height: auto;min-height: 250px;max-height: 250px;transition: all 1s ease 0s; }
	
	.two-hover ,.one-hover {background: rgba(0, 0, 0, 0.3);width: 100%;height: 50%;position: absolute;left: 0px;z-index: 2}
	.one-hover {top: -100%;transition: all 1s ease 0s}
	.two-hover {bottom: -100%;transition: all 1s ease 0s}
	.item-about-home:hover .one-hover {top: 50%;}
	.item-about-home:hover .two-hover {bottom: 50%;}
	.item-about-home:hover .img-item-about-home img  {
		-webkit-transform: scale(1.3);
	    -moz-transform: scale(1.3);
	    -o-transform: scale(1.3);
	    -ms-transform: scale(1.3);
	    transform: scale(1.3);
	}

	.text-item-about-home a {font-size: 20px;line-height: 26px;color: #000;transition: all 0.3s ease 0s}
	.item-about-home:hover a {color: #f12e01}

	.view-more {width: 120px;height: auto;border:1px solid #dedede;background: #fff;display: block;margin: auto;transition: all 0.5s ease 0s;margin-top: 15px;}
	.view-more a {display: block;text-align: center;padding: 10px 0px;font-size: 16px;line-height: 21px;color: #000;transition: all 0.5s ease 0s;}
	.view-more:hover {border:1px solid #fff;background: none}
	.view-more:hover a{ color: #fff; }

/*ED GROUP2 HOME --*/

/*--BG GROUP3 HOME */
	.title-group-home span{ width: 50px;height: 3px;background: #f3c138; display: block;margin: auto; margin-bottom: 30px; }
	.text-item-news-home ,.item-news-home {padding: 0px;} 
	.item-news-home .img-item-about-home { border: 1px solid #dedede; }
	.text-item-news-home {padding-top:20px;}
	.text-item-news-home a {font-size: 19px; line-height: 22px;font-weight: 500;}
	.text-item-news-home h4{ padding-bottom: 10px; }
	.text-item-news-home p {font-size: 14px;line-height: 20px;color: #555;padding-bottom: 5px}
	.text-item-news-home span {color: #777;}


	.view-more-news {width: 250px;height: auto;border:1px solid #dedede;background: #fff;display: block;margin: auto;transition: all 0.5s ease 0s;margin-top: 25px; border-radius: 30px;}
	.view-more-news a {display: block;text-align: center;padding: 6px 0px;font-size: 15px;line-height: 21px;color: #000;transition: all 0.5s ease 0s;font-weight: 500px;}
	.view-more-news:hover {border:1px solid #fff;background: #744927}
	.view-more-news:hover a{ color: #fff; } 
/*ED GROUP3 HOME --*/
/*-------============   ED MIDDLE   =============------------*/

/*-------============   BG GOOGLE MAPS   =============------------*/
	iframe {width: 100%;height: 450px;}
	.bg-form-footer {
		background: url("../images/bg-search1.jpg") no-repeat;
		width: 100%;
		background-size: 100%  100%;
		height: auto;
		padding: 20px 0px 32px 0px;
	}

	.title-form-regis {
		font-size: 23px;
		line-height: 27px;
		color: #fff;
		padding: 20px 0px 10px 0px;
		text-align: center;
		margin-bottom: 30px;
	}

	.detail-form-search {width: 90%;height: auto;display: block;margin:auto;}

	.bg-input {
		width: 96%;
		height: auto;
		background: rgba(255, 255, 255, 0.7);
		border-radius: 3px;
		padding: 6px 0px;
		margin:5px 0;
	}

	.bg-input input {
		width: 100%;
		padding: 5px 0px;
		padding-left: 10px;
		height: auto;
		color: #000;
		background: none;
		border:none;
		outline: none;
	}

	.bg-submit {
		width: 96%;
		height: auto;
		background: #d49f2d;
		border: 1px solid #d49f2d;
		border-radius: 3px;
		padding: 5px 0px;
		transition: all 0.3s ease 0s;
		margin:5px 0;
	}

	.bg-submit button {
		width: 100%;
		padding: 5px 0px;
		padding-left: 10px;
		height: auto;
		color: #fff;
	    font-size: 17px;
		font-weight: 500;
		background: none;
		border:none;
		outline: none; 
		transition: all 0.3s ease 0s;
	}	

	.bg-submit:hover button {
		color: #d49f2d ;
	}

	.bg-submit:hover{ 
		background: #fff;
		border: 1px solid #d49f2d;
	}
/*-------============   ED GOOGLE MAPS   =============------------*/

/*-------============   BG FOOTER   =============------------*/
	.bg-footer {padding-top: 50px; width: 100%;height: auto; background: url(../images/bg_project_home.jpg);}
	.logo-footer img {display: block;margin: auto; width: 80%;}

	.adress-footer h1{font-size: 26px;line-height: 32px;color: #fff;font-weight: 500;margin-bottom: 15px;}
	.adress-footer p,.adress-footer h4 {font-size: 15px;line-height: 21px;color: #fff;font-weight: 200;}
	.adress-footer span {width: 100px}

	.title-footer {width: 80%;height: auto;margin: auto;}
	.title-footer h3 {color: #fff;font-weight: 300;font-size: 19px;padding-top: 5px;padding-bottom: 20px}

	.bg-social {
		width: 80%;
		height: auto;
		display: block;
		margin: auto;
	}
	.icon-social {
		width: 40px;
		height: 40px;
		border-radius: 100%;
		border:1px solid #fff;
		text-align: center;
		transition: all 0.5s ease 0s;
	}

	.icon-social i{ font-size: 17px;color: #fff; line-height: 40px;display: block;transition: all 0.5s ease 0s;}
	.icon-social:hover i {color: #fff200;}
	.icon-social:hover {border: 1px solid #fff200}

	.bg-cpright {width: 100%;height:auto;border-top:1px solid #fff;padding:10px 0px;margin-top: 30px;}
	.bg-cpright p {    text-align: left;    color: #fff;    margin:5px 20px;}
/*-------============   ED FOOTER   =============------------*/


/*-------============   BG PRODUCT   =============------------*/
	.main-home {width: 100%;height: auto;margin: 30px 0px}
	.title-main h1{ color: #5e3814;font-size: 25;line-height: 38px;text-align: left;margin-bottom: 50px;position: relative; display: inline-block;}
	.title-main h1:before{width: 55%;height: 3px;background: #0d6eb7;position: absolute;content: '';bottom: -20px;left: 0px}

	.item-project {width: 97.5%;height: auto;margin-bottom: 20px;min-height: 310px;}
	.img-project {width: 100%;height: auto;border:1px solid #dedede; min-height: 250px;position: relative;overflow: hidden;margin-bottom: 10px;}
	.img-project img {width: 100%;height: auto;min-height: 250px;transition: all 1s ease 0s;}
	.item-project:hover .img-project img {
		-webkit-transform: scale(1.3);
	    -moz-transform: scale(1.3);
	    -o-transform: scale(1.3);
	    -ms-transform: scale(1.3);
	    transform: scale(1.3);
	}

	.hover_project {
		position: absolute;
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 0px;
		margin: auto;
		width: 0%;
		height: 0%;
		background: rgba(0, 0, 0, 0.3);
		transition: all 1s ease 0s;
	}

	.item-project:hover .hover_project{width: 100%; height: 100%;}
	.hover_project h4 { text-align: center;color: #fff;line-height: 250px;opacity: 0;transition: all 1s ease 0s}
	.item-project:hover h4{opacity: 1}

	.hover_project4 ,.hover_project3, .hover_project2 ,.hover_project1{width: 100%;height: 100%;position: absolute;left: 0px;top: 0px}
	
	.hover_project3,.hover_project4,
	.hover_project2, .hover_project1 {
		position: absolute; 
		width: 100%;
		height: 1px;
		background: #fff;
		content: '';
		transition: all 1s ease 0s;
	}

	.hover_project3,.hover_project4 {width: 1px;height: 100%;}

	.hover_project1 {top: 10%;left: -100%;}.hover_project2{top: 90%;left: 100%;}
	.hover_project3 {top: -100%;left: 10%;}.hover_project4{top: 100%;left: 90%;}

	.item-project:hover .hover_project1{left: 0%}
	.item-project:hover .hover_project2{left: 0%}
	.item-project:hover .hover_project3{top: 0%}
	.item-project:hover .hover_project4{top: 0%}

	.name-project a {color: #000;font-size: 19px; ;line-height: 24px;transition: all 1s ease 0s}
	.item-project:hover .name-project a {color: #f3461e;}
/*-------============   ED PRODUCT   =============------------*/

/*-------============   BG VIEW - PRODUCT   =============------------*/
	.img img{width: 100%;}
	.project-image {width: 95%;height: auto; float: left; margin-bottom:10px}
	.info-project {width: 100%;height: auto;padding-left: 7.5%;}

	.pd_slide .img img {min-height: 300px;}

	.info-project >h2 {font-size: 18px;font-size: 24px;color: #000;padding-bottom: 10px;}
	.info-project >h2 >span {color: #ef3f37;}

	.info-project p {font-weight: 300; border-top: 1px dotted #dedede;font-size: 18px; line-height: 24px; color: #333;padding: 10px 0px;}
	.info-project p:last-child {border-bottom: 1px dotted #dedede}
	.list-news-project-orther {width: 95%;height: auto;border:1px solid #0d6eb7;float: left;}
	.title-news-project-orther {width: 100%;height: auto;background: #0d6eb7}
	.title-news-project-orther h3{padding: 20px;padding-left: 30px;font-size: 18px;line-height: 18px;color: #fff;}
	
	.list-detail-news {padding: 20px;}
	.img-project-orther {width: 100%;height: auto;min-height:80px;}
	.img-project-orther img {width: 100%;min-height:80px;} 

	.name-orther-project {margin-left: 20px;}
	.name-orther-project a{font-size: 17px;display: block; line-height: 21px;color: #333;transition: all 0.5s ease 0s}
	.name-orther-project a:hover {color: #ef3f37}
	.name-orther-project h4{margin-bottom: 10px;}
	.name-orther-project p{font-size: 15px;display: block; line-height: 21px;color: #666;transition: all 0.5s ease 0s}
	.item-orther {margin-bottom: 20px;}
/*-------============   ED VIEW - PRODUCT   =============------------*/

/*-------============   BG NEWS   =============------------*/
	.news-home {width: 100%;height: auto;padding: 70px 0px;background: #eee}

	.item-news {width: 95%;height: auto;margin-bottom: 20px;min-height:410px;max-height:410px; background: #fff;}
	.img-news {width: 100%;height: auto;border:1px solid #dedede; min-height: 250px;position: relative;overflow: hidden;margin-bottom: 10px;}
	.img-news img {width: 100%;height: auto;min-height: 250px;max-height: 250px;transition: all 1s ease 0s;}
	.item-news:hover .img-news img {
		-webkit-transform: scale(1.3);
	    -moz-transform: scale(1.3);
	    -o-transform: scale(1.3);
	    -ms-transform: scale(1.3);
	    transform: scale(1.3);
	}

	.name-news {padding: 10px;padding-bottom: 20px}
	.name-news h2 {padding-bottom: 5px;}
	.name-news a {font-size: 22px; line-height: 26px ; color: #000;padding-left: 0px;transition: all 0.5s ease 0s }
	.item-news:hover .name-news a{color: #ea7409}
/*-------============   ED NEWS   =============------------*/

/*-------============   BG NEWS   =============------------*/
	.title-news h1 {    margin-bottom: 60px;}
	.bg-list-news {width: 100%;height: auto; padding: 50px;background: #fff;}
	.title-view-news {width: 100%;height: auto;}
	.title-view-news h2 {border-bottom: 1px solid #dedede;padding-bottom: 25px;margin-bottom: 15px;line-height: 34px}
	.title-view-news img {max-width: 100%;height: auto;margin: 20px 0px;}
	.title-view-news p {font-size: 15px;line-height: 21px;color: #000}
/*-------============   ED NEWS   =============------------*/

/*-------============   BG CONTACT   =============------------*/
	.title-contact h1 {display: block;margin-bottom: 50px;}
	.title-contact h1:before{    
		width: 100%;
	    height: 1px;
	    background: #dedede;
	    position: absolute;
	    content: '';
	    bottom: -20px;
	    left: 0px;
	}

	.bg-form {width: 95%;height: auto;float: right;}

	.title_contact {
	    font-size: 24px;
	    line-height: 28px;
	    color: #000;
	    margin-bottom: 5px;
	}

	.rowcontact {
	    width: 100%;
	    padding: 10px 0px;
	    position: relative;
	    height: 40px;
	}

	.rowcontact-btn {
	    width: 100%;
	    padding-top: 15px;
	    text-align: left;
	}

	.btncontact {
	    width: 30%;
	    height: 40px;
	    background-color: #F68124;
	    outline: medium none;
	    border: medium none;
	    color: #FFF;
	    text-transform: uppercase;
	    transition: all 0.5s ease;
	}

	.btncontact:hover {
	    opacity: 0.7;
	}

	.name-orther-project h3 {
		font-size: 14px;
	}

/*-------============   ED CONTACT   =============------------*/
 
/*-----======    BG TAB    ========-----*/
.tab_wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.tab_wrapper ul {
    width: 100%;
    display: table;
}

.tab_wrapper ul li {
    /*display: table-cell;*/
}

.tab_wrapper ul li a {
    display: block;
    background-color: #0d6eb7;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 10px 25px;
    font-weight: 600;
    white-space: nowrap;
}

.active {
    background-color: #fff !important;
    color: #0d6eb7 !important;
    border: none !important;
}

.tab_wrapper ul li a:hover {
    background-color: #906035;
}

.tab_wrapper {
    border: 1px solid #0d6eb7;
}

.tab_content {
    padding: 20px;
}

.tab_content img {
    max-width: 100%;
    width: 100%; 
    overflow: hidden;
    height: auto !important;
    margin:auto;
    margin:10px 0px;
}

/*-----====== ED TAB    ========-----*/


.contact_d p {font-size: 14px}
.title_contact {    margin-bottom: 10px;font-size: 25px;    line-height: 28px;} 


/*ed set postion relate all header*/ 


.form-header {width: 70%;height: auto;margin:auto;margin-bottom: 70px; border: 1px solid #dedede;background-color: rgba(0, 0, 0, 0.5);padding: 5px; border-radius: 5px;}
.form-header input{width: 100%;padding: 10px 10px 14px 10px;border: none;font-size: 15px;outline: none; font-size: 19px;}
.submit-search {width: 100%;padding: 10px 10px 14px 10px;background: #ff9a0b;outline: none;border: none;font-size: 15px;color: #fff;    padding: 16px 10px 14px 10px;}
.infor-text-table {font-size: 16px;}

.trafic-footer {
	width: 80%;
	height: auto;
	display: block;
	margin: auto;
	margin-top: 15px;
}

.trafic-footer p{
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
}

.trafic-footer span{
	font-weight: bold;
	color: #fef000;
	font-weight: 400;
}


.bg-about-home img {
	width: 100%;
	margin-bottom: 20px;
}

.bg-about-home a {
	border: 1px solid #2d1c0f;
    background: #764b28;
    padding: 8px 30px; 
    color: #fff;
    font-weight: bold;
    transition: all 0.5s ease 0s;
}

.bg-about-home a:hover {
	background: #fff;
    padding: 8px 30px; 
    color: #2d1c0f;
}

.adress-footer {
	width: 100%; 
	padding-left: 45px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #666;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}
:-moz-placeholder { /* Firefox 18- */
  color: #666;
}



/*********phone***********/


.bg-item {
  width: 200px;
  height: 200px; 
  position: fixed;
  right: 0px;
  bottom: 70px;
}
.item {
  width: 90%;
  height: auto;
  position: relative;
}

.border_none {
  border-right: none;
  border-left: none;

}

.title-item{
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 20px;
  color: #f58020;
  font-weight: bold;
  text-decoration: underline;
}

/*============== BG PRODUCT1  =================*/  
.hiti-phone.hiti-static {
    opacity: 1;
}
 
.hiti-phone.hiti-hover {
    opacity: 1;
}
 
.hiti-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running hiti-circle-anim;
    -webkit-animation: 1.2s ease-in-out 0s normal none infinite running hiti-circle-anim;
     -moz-animation: 1.2s ease-in-out 0s normal none infinite running hiti-circle-anim;
     -ms-animation: 1.2s ease-in-out 0s normal none infinite running hiti-circle-anim;
     -o-animation: 1.2s ease-in-out 0s normal none infinite running hiti-circle-anim;
    background-color: transparent;
    border: 2px solid #f58020;
    border-radius: 100%;
    height: 160px;
    left: 20px;
    opacity: 0.1;
    position: absolute;
    top: 20px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 160px;
}
 
.hiti-phone.hiti-active .hiti-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
    -webkit-animation: 1.1s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
     -moz-animation: 1.1s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
     -ms-animation: 1.1s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
     -o-animation: 1.1s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
}
 
.hiti-phone.hiti-static .hiti-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
    -webkit-animation: 2.2s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
     -moz-animation: 2.2s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
     -ms-animation: 2.2s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
     -o-animation: 2.2s ease-in-out 0s normal none infinite running hiti-circle-anim !important;
}
 
.hiti-phone.hiti-hover .hiti-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: 0.5;
}
 
.hiti-phone.hiti-green.hiti-hover .hiti-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: 0.5;
}
 
.hiti-phone.hiti-green .hiti-ph-circle {
    
    opacity: 0.5;
}
 
.hiti-phone.hiti-gray.hiti-hover .hiti-ph-circle {
    border-color: rgba(204, 204, 204, 1);
    opacity: 0.5;
}
 
.hiti-phone.hiti-gray .hiti-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: 0.5;
}
 
.hiti-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running hiti-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 100px;
    left: 50px;
    opacity: 0.1;
    position: absolute;
    top: 50px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 100px;
}
 
.hiti-phone.hiti-active .hiti-ph-circle-fill {
    animation: 1.7s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
     -webkit-animation: 1.7s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
     -moz-animation: 1.7s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
     -ms-animation: 1.7s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
     -o-animation: 1.7s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
}
 
.hiti-phone.hiti-static .hiti-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
    -webkit-animation:2.3s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
     -moz-animation:2.3s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
     -ms-animation:2.3s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
     -o-animation:2.3s ease-in-out 0s normal none infinite running hiti-circle-fill-anim !important;
    opacity: 0 !important;
}

 
.hiti-phone.hiti-hover .hiti-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}
 
.hiti-phone.hiti-green.hiti-hover .hiti-ph-circle-fill {
    background-color: rgba(117, 238, 35, 0.5);
    opacity: 0.75 !important;
}
 
.hiti-phone.hiti-green .hiti-ph-circle-fill {
    background-color: rgba(245,128,32,0.4);
    opacity: 1 !important;
}
  
.hiti-phone.hiti-gray.hiti-hover .hiti-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    opacity: 0.75 !important;
}
 
.hiti-phone.hiti-gray .hiti-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 0.75 !important;
}

.hiti-ph-img-circle {
  background-image: url(../images/phone.png);
    animation: 1s ease-in-out 0s normal none infinite running hiti-circle-img-anim;
    background-color: rgba(30, 30, 30, 0.1); 
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 70px;
    left: 65px;
    opacity: 0.7;
    position: absolute;
    top: 65px;
    transform-origin: 50% 50% 0;
    width: 70px;
} 
  
.hiti-phone.hiti-active .hiti-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
     -webkit-animation:  1s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
      -moz-animation: 1s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
       -ms-animation:  1s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
        -o-animation:  1s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important; 
}
 
.hiti-phone.hiti-static .hiti-ph-img-circle {
    animation: 0s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
     -webkit-animation:0s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
     -moz-animation:0s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
     -ms-animation:0s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
     -o-animation:0s ease-in-out 0s normal none infinite running hiti-circle-img-anim !important;
}
 
.hiti-phone.hiti-hover .hiti-ph-img-circle {
    background-color: rgb(245, 119, 12);
}
 
.hiti-phone.hiti-green.hiti-hover .hiti-ph-img-circle {
    background-color: rgba(117, 235, 80, 1);
} 

.hiti-phone.hiti-green .hiti-ph-img-circle {
    background-color: #f58020;
} 

.hiti-phone.hiti-gray.hiti-hover .hiti-ph-img-circle {
    background-color: rgba(204, 204, 204, 1);
}  
.hiti-phone.hiti-gray .hiti-ph-img-circle {
    background-color: rgba(117, 235, 80, 1);
} 
.hiti-phone {
    background-color: transparent;
    cursor: pointer;
    height: 200px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: 200000 !important;
}
 
.hiti-phone.hiti-show {
    visibility: visible;
}   
 
@keyframes hiti-circle-anim {
  0% {
      opacity: 0.1;
      transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
      opacity: 0.5;
      transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
      opacity: 0.6;
      transform: rotate(0deg) scale(1) skew(1deg);
  }
} 
@keyframes hiti-circle-fill-anim {
  0% {
      opacity: 0.2;
      transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
      opacity: 0.2;
      transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
      opacity: 0.2;
      transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}  
@keyframes hiti-circle-img-anim {
  0% {
      transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
      transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
      transform: rotate(-25deg) scale(1)  skew(1deg);
  }
  40% {
      transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
      transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
      transform: rotate(0deg) scale(1) skew(1deg);
  }
}  

/*============== ED PRODUCT1  =================*/ 
 


/*edit*/
.textedit{
  font-size: 14px !important;
  color: blue;
  border:1px solid blue;
  padding: 5px;
  
}
/*edit*/

@media only screen and (max-width:480px){
  #hiti_phone_div {
    left: 48px !important;
  }

  .hiti-ph-circle {
    display: none;
  }
}

@media only screen and (max-width:360px){
  .logo img {
    width: auto;
    height: auto;
  }
}

/*@media screen and (min-width: 769px) {
	#header {
		position: fixed;
		width: 100%;
		z-index: 99;
		top:  0;
		left:  0;
		background: #fff;
	}

	.main-home,
	.news-home {
		margin-top: 172px;
	}
}*/