*{padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{padding: 0px; margin: 0px; color: #ccc;}
a{
	color: #ccc;
	text-decoration: none;
}
.clear-a {
	color: #2f66d2;
}
a:hover{text-decoration: none; color: #f25432; transition: .3s ease-in-out;}
ul,li{list-style-type: none;}
p,span{color: #ccc;}
@font-face{
	font-family: 'Tahoma', sans-serif;
	font-weight: normal;
	font-style: normal;
}
html, body {
    height: 100%;
}
body{
	font-family: 'Tahoma', sans-serif;
	color:  #ccc;
}
.clear{clear: both;}
.block-sidebar{
	position: fixed;
	width: 60px;
	top: 0;
	right: 0px;
	bottom: 0;
	background: #444;
	z-index: 999;
	text-align: center;
	/*overflow-y: scroll;
	overflow-x: hidden;*/
}
.block-sidebar div a i{
	font-size: 22px;
	display: block;
}
.block-sidebar div a:hover{
	color: #f25432;
}
.block-sidebar div{
	padding: 11px 0px;
}/*
.block-sidebar .my-cart{
	padding-top: 40px;
}*/
.nicescroll-rails{
	z-index: 9999 !important;
	background: rgba(255, 255, 255, 0) !important;
	/*display: none !important;*/
}
.block-sidebar:hover .nicescroll-rails{
	display: block !important;
}
.block-sidebar .sidebar-button{
	position: absolute;
	background: #444444;
	padding: 0px 10px;
	left: -29px;
	border-right: 1px solid #565555;
}
.block-sidebar .sidebar-icon{
	padding-top: 0px;
}
.block-sidebar .sidebar-button i{
	font-size: 24px;
	color: #f25432;
}
.to-top{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 8px 0px 12px 0px !important;
	border-top: 1px solid #777;
}
#top-link-block a{
	text-align: center;
	background: none;
	border: none;
	box-shadow: none;
	font-size: 26px;
	display: block;
	margin: 0;
	padding: 0;
}

/*Header*/
.header-fix{
	position: fixed;
	width: 100%;
	z-index: 19;
	transition: .3s ease-in-out;
	background: rgba(0,0,0,0.85) !important;
}
.header-fix h1{
	position: relative !important;
}
.header-fix .header-left{
	width: 10%;
}
.header-fix .box-header{
	padding-top: 5px;
}
.header-fix .header-right .box-menu ul li a i.caret-i{
	top: 15px;
}
.block-header{
	background: url('../images/background.jpg');
}
.header-left h1{
	position: absolute;
	z-index: 2;
}
.block-slide{
	background: url('../images/bg-main.jpg');
}
.block-slide .carousel{
	max-width: 1920px;
	margin: 0 auto;
}
.box-header{padding-top: 12px;}
.box-search input.form-control{
	background: rgba(255, 255, 255, 0);
	border-radius: 0;
	border: 2px solid #565656;
	color: #777;
	font-size: 13px;
}
.box-search span.input-group-btn button{
	background: #565656;
	border-radius: 0;
	color: #333;
	padding: 2px 32px;
	font-size: 20px;
	border: 1px solid #565656;
	text-shadow: none;
	box-shadow: none;
	outline: none;
}
.language .lang-chooser{
	background: none;
	color: #ccc;
	outline: none;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.language a{
	padding-right: 8px;
}
.language .lang-chooser:focus{
	outline: none;
	color: #777;
}
.login-language .login,.language{
	float: left;
}
.login-language .login{
	line-height: 34px;
}
.login-language .login span{
	color: #f2542f;
}
.login-language .login a{
	color: #f2542f;
}
.login-language .login a:hover{
	color: #fff;
}
.login-language .language{
	line-height: 34px;
	padding-left: 23px;
}
/* style google translate */
.login-language .language .translate {
	min-width: 159px;
	float: right;
}
.goog-te-gadget-simple {
	background: url('../images/background.jpg') !important;
	background-color: #292d2c !important;
	border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
}
.header-fix .goog-te-gadget-simple {
	background: none !important;
	background-color: rgba(0,0,0,0) !important;
}
.goog-te-gadget img {
	background-image: none !important;
}
.goog-te-gadget-icon {
	margin-left: 0px !important;
    margin-right: 0px !important;
    width: 0px !important;
    height: 0px !important;
}
.goog-te-gadget-simple .goog-te-menu-value span {
	border-left: none !important;
}
.goog-te-gadget-simple .goog-te-menu-value span:last-child {
	display: none !important;
}
/* end style google translate */
.block-header .box-menu ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.block-header .box-menu ul li{
	float:left;
	position: relative;
}
.block-header .box-menu ul li a{
	display: block;
	line-height: 45px;
	padding: 0px 24px;
	text-transform: uppercase;
}
.block-header .box-menu ul li a i{
	position: absolute;
	top: 13px;
	padding-left: 5px;
}
.block-header .box-menu ul li a:first-child{
	padding-left: 0px;
}
.block-header .box-menu ul li a:hover,.block-header .box-menu ul li .active{
	color: #f25432;
	text-decoration: none;
	transition: ease-in-out .3s;
}
input[type="checkbox"] {
	vertical-align: -2px;
}

.box-menu ul li:hover ul
{
	display: block!important;
}
.box-menu ul li:hover ul li ul
{
	display: none!important;
}
.box-menu ul li ul
{
	display: none;
	position: absolute;
	top:  45px;
	left:  0px;
	min-width: 190px;
	background: #2c2c2c;
    border: 2px solid #424242;
	z-index:  9999;
	padding: 5px 10px!important;
	padding-right: 0px!important;
}
.box-menu ul li ul li
{
	clear:  both;
	position: relative;
	width:  100%;
}
.box-menu ul li ul li a
{
	line-height: 28px!important;
	text-transform: none!important;
}
.block-header .box-menu ul li ul a i {
   right:  10px;
   top:  7px;
}


.box-menu ul li ul li:hover ul
{
	display: block!important;
	top: -7px;
}

.box-menu ul li ul li ul
{
	display: none;
	left: 192px;
	top:  0px;
}

.carousel-indicators{
	bottom: 0;
}
/* /header */
/*Main*/
.block-main{
	padding-top: 30px;
	background: url("../images/bg-main.jpg");
}
.box-products h2{
	font-size: 18px;
	text-transform: uppercase;
	padding: 18px 0px 12px 0px;
	color: #f25432;
}
.box-list-products {
	padding-right: 0;
	padding-bottom: 10px;
}
.box-list-products .title-list-products h2{
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 0px;
}
.box-list-products .title-list-products h2 i.fa-plus{
	float: right;
	margin-right: 7px;
}
.form-products li:hover {
	cursor: pointer;
}
.box-list-products .form-products {
	padding-left: 0px;
}
.box-about-us h2{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #f25432;
	text-transform: uppercase;
	padding: 15px 0px 10px 0px;
}
.box-about-us p{
	text-align: justify;
}
.box-about-us span{
	/* font-weight: bold;
	color: #f25432; */
}
.box-list-products,.box-products,.box-about-us{
	background: #2c2c2c;
	border: 2px solid #424242;
}
.box-about-us .button-about-us{
	text-align: center;
	margin-bottom: 20px;
}
.box-about-us .button-about-us .button-more{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ccc;
	-webkit-box-shadow: 0 2px 2px #171717;
	-moz-box-shadow: 0 2px 2px #171717;
	box-shadow: 0 2px 2px #171717;
	color: #f25432;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 27px;
	display: inline-block;
	margin-right: 15px;
}
.box-about-us .button-about-us .button-more:hover{
	box-shadow: none;
	background: #f25432;
	color: #fff;
	transition: .3s ease-in-out;
}
.box-about-us .button-about-us .button-contacts{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #333;
	-webkit-box-shadow: 0 2px 2px #171717;
	-moz-box-shadow: 0 2px 2px #171717;
	box-shadow: 0 2px 2px #171717;
	color: #f25432;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 67px;
	display: inline-block;
	margin-left: 15px;
}
.box-about-us .button-about-us .button-contacts:hover{
	box-shadow: none;
	background: #f25432;
	color: #fff;
	transition: .3s ease-in-out;
}
.block-main .products{
	padding-top: 30px;
}
.block-main .products .slick-products{
	z-index: 2 !important;
	margin-bottom: 15px;
}
.block-main .products .slick-products button.slick-arrow{ /*hidden button slick slide*/
	display: none !important;
}
.block-main .products .slick-products ul.slick-dots{
	top: -30px !important;
	right: 12px;
	z-index: -1 !important;
}
.block-main .products .slick-products ul.slick-dots li button:before{
	font-size: 16px;
	color: #777;
}
.block-main .products .slick-products ul..slick-dots li.slick-active button:before{
	font-size: 16px;
	color: #fff;
}
.block-main .products .slick-products ul.slick-dots li{
	float: right !important;
	width: 14px;
}
.block-main .list-products-left .box-list-products ul span a{
	color: #f25432;
	text-decoration: underline;
	padding-bottom: 2px;
	display: block;
}
.block-main .list-products-left .box-list-products ul li{
	padding: 3px 0px;
	position: relative;
}
.block-main .list-products-left .box-list-products ul li a {
	display: inline-block;
}
.block-main .list-products-left .box-list-products ul li ul {
	position: absolute;
	display: none;
	top: -8px;
	left: 100%;
	min-width: 190px;
    background: #2c2c2c;
    border: 2px solid #424242;
    z-index: 9999;
    padding: 5px 10px!important;
    padding-right: 0px!important;
}
.block-main .list-products-left .box-list-products ul li:hover ul {
	display: block;
}
.block-main .list-products-left .box-list-products ul li i{
	color: #ccc;
	position: absolute;
	top: 5px;
	right: 10px;
}
.slick-products .box-slick-products{
	padding: 0px 10px;
	outline: none;
}
.slick-products .box-slick-products figure{
	margin: 5px 5px;
}
.slick-products .box-slick-products figure:hover{
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.65);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.65);
	box-shadow: 0 0 5px rgba(0,0,0,.65);
	transition: ease-in-out .3s;
}
.slick-products .box-slick-products figure:hover .hover-products{
	display: block !important;
	transition: ease-in-out 1s;
}
.slick-products .box-slick-products figure .view-detail{
	text-align: center;
	padding-bottom: 15px;
}
.slick-products .box-slick-products figure .view-detail a{
	background: #2c2c2c;
	padding: 5px 32px;
	display: inline-block;
	border: 2px solid #565656;
}
.slick-products .box-slick-products figure .view-detail a:hover{
	border: 2px solid #f25432;
	background: #f25432;
	color: #fff;
	transition: ease-in-out .3s; 
}
.slick-products .box-slick-products figure h3.title-products{
	font-size: 14px;
	color: #ccc;
	text-align: center;
	margin: 15px 0px 10px 0px;
	height: 32px;
	overflow: hidden;
}
.slick-products .box-slick-products figure:hover h3.title-products{
	color: #fff;
}
.slick-products .box-slick-products .figure-img{
	background: #000;
	overflow: hidden;
}
.slick-products .box-slick-products figure a img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.slick-products .box-slick-products figure:hover img{
	opacity: .8;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.slick-products .box-slick-products figure span.hover-products{
	display: none;
	position: relative;
	margin-top: -40px;
	text-align: center;
	padding: 8px;
	background: rgba(0,0,0,0.8);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.slick-products .box-slick-products figure span.hover-products i{
	font-size: 22px !important;
	color: #fff;
}
.slick-products .box-slick-products figure span.hover-products i:hover{
	color: #f25432;
	transition: .3s ease-in-out;
}
.slick-products .box-slick-products figure span.hover-products a:first-child{
	float: left;
	padding-left: 10px;
}
.slick-products .box-slick-products figure span.hover-products a:last-child{
	float: right;
	padding-right: 10px;
}
.slick-products .box-slick-products img.stick{
	position: absolute;
	z-index: 9;
}

.main-categories .box-slick-products .figure-img{
	background: #000;
	overflow: hidden;
}
.main-categories .box-slick-products figure a img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.main-categories .box-slick-products figure:hover img{
	opacity: .8;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.main-categories .box-slick-products figure h3.title-products{
	font-size: 14px;
	color: #ccc;
	text-align: center;
	margin: 15px 0px 10px 0px;
	height: 32px;
	overflow: hidden;
}
.main-categories .box-slick-products figure:hover h3.title-products{
	color: #f25432;
}
/*Footer*/
.box-footer{
	background: url("../images/bg-footer.jpg") center;
}
.left-information, .right-information{
	padding-top: 30px;
}
.left-information span{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding-bottom: 5px;
}
.left-information div ul li{
	line-height: 30px;
}
.right-information div a{
	display: block;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	padding: 10px 0px;
}
.right-information div a:first-child{
	padding-top: 0px;
}

.right-information div a:hover{
	color: #ff7519!important;
}
.right-information div a.payment{
	display: block;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ff7519;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 0px;
	margin-bottom: 24px;
	padding-top: -1px;
}
.right-information .payment:hover{
	background: #dc5800;
	transition: .3s ease-in-out;
}
.right-information .payment i{
	font-size: 18px;
	padding-left: 10px;
}
.right-information .facebook{
	display: block;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #3b5998;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 0px;
}
.right-information .facebook:hover{
	background: #1a3367;
	transition: .3s ease-in-out;
}
.right-information .facebook i{
	font-size: 18px;
	padding-left: 10px;
}
.ft-contacts p{
	line-height: 30px;
	color: #fff;
}
.ft-contacts .ft-title{
	color: #ff7519;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding-top: 30px;
}
.ft-signup .ft-title{
	color: #ff7519;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding-top: 30px;
}
.ft-signup input{
	background: rgba(86,86,86,0.4);
	border: 1px solid rgba(204,204,204,0.55);
	color: #ccc;
	width: 60%;
	float: left;
}
.ft-signup button{
	float: left;
	background: #ccc;
	border: 1px solid #eee;
	color: #333;
	text-shadow: none;
	margin-left: 10px;
}
.submit .title-submit{
	color: #fff;
	padding: 30px 0px 10px 0px;
	display: block;
}
.box-copyright{
	background: url("../images/bg-main.jpg");
}
.box-copyright .copyright{
	display: block;
	padding: 18px 0px;
}


.block-main-content{
	background: #2c2c2c;
	border: 2px solid #424242;
}
.block-main-content .bs-wizard {
	margin-top: 60px;
}
.block-main-content .bs-wizard>.bs-wizard-step {
	padding: 0;
    position: relative;
}
.block-main-content .bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
    font-size: 11px;
}
.text-center {
    text-align: center;
}
.block-main-content .bs-wizard>.bs-wizard-step .bs-wizard-stepnum p {
	margin-bottom: 0;
    font-weight: 700;
}
.block-main-content .bs-wizard>.bs-wizard-step .bs-wizard-stepnum span {
    display: block;
    height: 15px;
    white-space: nowrap;
}
.block-main-content .bs-wizard>.bs-wizard-step>.progress {
	height: 3px;
    margin: 22px 0;
    background: #b9b9b9;
    position: relative;
    border-radius: 0;
    box-shadow: none;
    visibility: hidden;
}
.block-main-content .bs-wizard>.bs-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%;
}
.block-main-content .bs-wizard>.bs-wizard-step:last-child>.progress {
    width: 50%;
}
.block-main-content .bs-wizard>.bs-wizard-step>.progress>.progress-bar {
    width: 0;
    box-shadow: none;
    background: #f2542f;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.block-main-content .bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
    width: 100%;
}
.block-main-content .bs-wizard>.bs-wizard-step>.progress {
    visibility: visible;
}
.block-main-content .bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
    width: 100%;
}
.block-main-content .bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    position: absolute;
    width: 26px;
    height: 26px;
    display: block;
    top: 55px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    color: #000;
    border: 2px solid #b9b9b9;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    background: url(../images/check.png) 5px 7px no-repeat #b9b9b9;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.block-main-content h1.main-title{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #f25432;
	text-transform: uppercase;
	padding: 15px 0px 10px 0px;
	border-bottom: solid 1px #424242;
}
.modal-header .close span{
	color: #000;
}
.main-content
{
	padding-bottom: 15px;
	margin-top: 15px;
}
.main-content h1
{
	font-size: 24px;
}
.main-content h2
{
	font-size: 22px;
	font-weight: bold;
	padding-bottom:  15px;
}
.main-content h3
{
	font-size: 20px;
	padding-bottom:  15px;
}

.main-content a
{
	color: #ff7519;
}
.main-content a:hover
{
	text-decoration: underline;
}
.main-content .row-news {
	padding-bottom: 15px;
}
.main-content .row-news  .thumbnail-news
{
	padding-right: 0;
}
.main-content .row-news  .title-news a{
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding-bottom: 0;
}
.main-content .row-news  .title-news span{
	display: block;
	font-size: 12px;
	font-style: italic;
}
.main-content .row-news  .title-news p{
	margin-top: 10px;
}


.facilities {
	width: 100% !important;
	padding-right: 80px;
	padding-left: 40px;
}
.history-brow {
	color: #333;
}
.history-brow a {
	color: #2f66d2;
}
.block-body .main-content .error {
	color: #f25432;
	text-align: left;
	position: absolute;
	top: -20px;
	transition: .3s ease-in-out;
}
.btn-success {
	background-image: -webkit-linear-gradient(top, #f25432 0%, #f73a11 100%);
    background-image: -o-linear-gradient(top, #f25432 0%, #f73a11 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f25432), to(#f73a11));
    background-image: linear-gradient(to bottom, #f25432 0%, #f73a11 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #f25432;
    background-color: #f25432;
}
.btn-success:hover, .btn-success:focus {
	background-color: #f73a11;
    background-position: 0 -15px;
}
.btn-success:hover {
	border-color: #f73a11;
}
.btn-success:active, .btn-success.active {
	background-color: #f25432;
    border-color: #f25432;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	background-color: #f25432;
    border-color: #f25432;
}
.btn-success:focus, .btn-success.focus {
	background-color: #f73a11;
    border-color: #f73a11;
}
a.popup-a:hover {
	color: #f73a11!important;
}

.block-project
{
	min-height: 250px;
}
.block-project .title-news
{
	display: block;
	padding: 10px 0;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.allrequired span {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 50px;
}
.widthem1 {
    width: 125px;
    display: inline-block;
    text-align: left;
    padding-right: 10px;
    font-style: normal;
    font-size: 16px;
}
.widthcus1:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.widthcus1 {
    width: 360px;
    padding: 8px 10px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border: 2px solid #565656;
    color: #fff;
    background: rgba(214,214,214,0.03);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.widthcus1 option {
	background: #333 !important;
}
.chinh {
    width: 211px;
    height: 38px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    padding: 9px 0;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ccc;
    -webkit-box-shadow: 0 2px 2px #171717;
    -moz-box-shadow: 0 2px 2px #171717;
    box-shadow: 0 2px 2px #171717;
    color: #f25432;
    border: 0;
}
.rightt {
    float: right;
}
.chinh:hover {
	box-shadow: none;
    background: #f25432;
    color: #fff;
    transition: .3s ease-in-out;
}
button.rightt:hover {
	/* color: #f25432;
    transition: .3s ease-in-out; */
}
#button-cart {
	background: #f25432;
	font-size: 11px;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	width: 15px;
	line-height: 15px;
	text-align: center;
}
#button-compare {
	background: #f25432;
	font-size: 11px;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	width: 15px;
	line-height: 15px;
	text-align: center;
}
.tile-product-check {
	background: #f2542f;
	border: 1px solid #f2542f;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content-product-check {
	padding-top: 10px;
	border: 1px solid #fff;
	border-top: none;
}
.total-product-price {
	border: 1px solid #fff;
	border-top: none;
	padding: 10px 0px;
}
.title-price {
	text-align: center;
}
.main-content .form-group{
	padding: 12px 0px;
	margin-bottom: 0px;
}
.main-content .form-group .form-control{
	background: rgba(214,214,214,0.15);
	color: white;
}
.main-content .form-group select.form-control option{
	background: #333 !important;
}
.title-info {
	font-weight: bold;
	font-size: 15px;
}
.order-content {
	padding-top: 15px;
	margin-top: 15px;
	border-top: solid 1px #424242;
}
.order-content div {
	margin-top: 10px !important;
}
.order-content div a {
	margin-left: 0 !important;
	margin-bottom: 15px;
}
#showresultregister {
	color: #f2542f;
	margin-top: 10px;
}

.area_css_select {
	color: #fff !important;
	background: rgba(214,214,214,0.03) !important;
	border: 2px solid #565656;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.area_css_select:focus {
	border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.area_css_select option {
	background: #333 !important;
}
#frm_checkout .form-group .form-control {
	background: rgba(214,214,214,0.03) !important;
    color: white;
    border-radius: 0;
    border: 2px solid #565656;
}
#frm_checkout .form-group .form-control option {
	background: #333 !important;
}
.total-order-price {text-align: center;padding-top: 10px;padding-bottom: 10px;font-weight: bold;background: #f22f2f;}
/* style jqury ui autocomplete */
.ui-widget-content {
	background: #2c2c2c;
    color: #fff;
}
.ui-widget.ui-widget-content {
	border: 1px solid #565656;
    border-top: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
/* end style jqury ui autocomplete */
.cancel-order {
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ccc;
    -webkit-box-shadow: 0 2px 2px #171717;
    -moz-box-shadow: 0 2px 2px #171717;
    box-shadow: 0 2px 2px #171717;
    color: #f25432;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 40px;
    display: inline-block;
    border: 0;
    text-align: center;
}
.cancel-order:hover {
	box-shadow: none;
    background: #f25432;
    text-decoration: none !important;
    color: #fff;
    transition: .3s ease-in-out;
}
.famous table td {width: 32%;padding: 10px 5px;}
/* Condition */
@media (max-width: 1920px){
	.box-footer{
		background: url("../images/bg-footer-full-hd.jpg") center;
	}
@media (max-width: 1366px){
	.box-footer{
		background: url("../images/bg-footer.jpg") center;
	}
}
@media (max-width: 1199px){
	.block-header .box-menu ul li a{padding: 0px 35px;}
	.login-language {padding-left: 94px;}
	.login-language .language{padding-left: 0px;}
	.language .lang-chooser {max-width: 95px;}
	.block-header .box-menu ul li a:first-child
	{
		padding-right: 17px;
    	font-size: 12px;
	}
}
@media (max-width: 991px){
	/* .login-language {padding-left: 94px;} */
	.login-language .language{padding-left: 40px;}
	.block-body .main-content .error {
		top: 96%;
    	left: 37%;
	}
	.tieude_sanpham .tieude_th {
		height: 81px !important;
	}
	.ten_hang {
		height: 81px !important;
	}
	.block-main-content .bs-wizard>.bs-wizard-step>.progress {visibility: hidden;}
	.block-body {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.form-products .parent_down_left_menu .child_left_menu {
		position: static !important;
		border: none !important;
		left: 0 !important;
		top: 26px !important;
	}
	.login-language{display: flex; padding: 15px;}
	.about-us{padding-top: 30px;}
	.left-information .row ul:first-child{margin-bottom: 0px;}
	.right-information .payment{margin-bottom:15px;}
	.right-information div span{ padding: 12px 0px;}
	.ft-signup .ft-title{padding-top: 0px;}
	.submit .title-submit{padding-top: 10px;}
	.ft-signup .submit{padding-bottom: 30px;}
	.block-main .list-products-left .box-list-products ul{
		display: none;
	}
	.header-fix{ position: relative; }
}
@media (max-width: 767px){
	.modal-history {
		right: -63% !important;
	}
	.modal .modal-dialog .content-history{
		right: 38% !important;
	}
	.chinh {
    display: block;
    margin: 0 auto;
    float: none!important;
    margin-top: 10px;

	}
}
@media (max-width: 660px){
	.box-search{width: 100%;}
	.header-left h1{position: relative; padding: 0px 15px;}
	.header-left h1 a img{margin: 0 auto; margin-bottom: 10px;}
}
@media (max-width: 598px){
	.allrequired span {
    display: block;
    margin-right: 0px;
	}
	.widthcus1 {
    width: 100%;
	}
}
@media (max-width: 563px){
	.box-view-img {
   		width: 100% !important;
	}
	.booking-products {
		width: 100% !important;
	}
}
@media (max-width: 479px){
	.block-body .main-content .error {
    	left: 32%;
	}
	.box-slick-products{width: 100%;}
	.box-about-us .button-about-us a{display: block !important; margin: 0px 0px 15px 0px !important;}
	.right-information .facebook i{font-size: 14px !important; padding-left: 4px !important;}
	.right-information .facebook {font-size: 12px !important;}
	.block-project
	{
		width: 100%;
	}
}
@media (max-width: 479px){
	.block-body .main-content .error {
    	left: 26%;
	}
}
@media (max-width: 422px){
	.login-language .language .translate {
		float: none;
	}
}