<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-full {
	width:100%;
	display:inline-block;
	}
.heading-salon {
	margin:0;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #222222;
	position:relative;
	margin-bottom:20px;
	border-bottom: 2px solid #E1E1E1;
	padding-bottom:15px;
	text-align:center;
	}
.heading-salon:after {
	content:'';
	position:absolute;
	bottom:-2px;
	height:2px;
	width:170px;
	background:#135EAC;
	left:50%;
	margin-left:-85px;
	}					
.icon-call-40 {
	width:40px;
	height:40px;
	background: linear-gradient(180deg, #57D163 0%, #23B33A 100%);
	float:left;
	line-height:40px;
	cursor:pointer;
	border:0;
	padding:0;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	color:#fff;
	border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
	}
.box-info-salon-new {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
	border:0;
	width:100%;
	display:inline-block;
	padding-bottom:10px;
}
.box-list-photo-salon {
	margin:0 -20px;
	margin-top:20px;
	}
.box-list-photo-salon .photo-big {
	width:81.33333%;
	float:left;
	padding-right:2px;
	position:relative;
	cursor:pointer;
	height:426px;
	overflow:hidden;
	}

.box-list-photo-salon .photo-big .btn-360 {
	width:60px;
	height:60px;
	position:absolute;
	z-index:1;
	left:50%;
	top:50%;
	margin-left:-30px;
	margin-top:-30px;
	background:url(../images/salon/icon-360.png) no-repeat center center rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border:0;
	cursor:pointer;
	padding:0;
	}			
.box-list-photo-salon .photo-big.full { width:100%; padding:0;}	
.box-list-photo-salon .list {
	width:18.6666%;
	float:left;
	}
.box-list-photo-salon .list .img {
	width:100%;
	float:left;
	margin-bottom:2px;
	cursor:pointer;
	position:relative;
	height:105px;
	}
.box-list-photo-salon .photo{
	padding-top: 74.5%;
	   display: block;
    position: relative;
	height:0;
	}	
.box-list-photo-salon  .photo img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
		}
.box-list-photo-salon .list .img .btn-play {
	position:absolute;
	left:50%;
	top:50%;
	width:40px;
	height:28px;	
	background:  url(../images/salon/icon-play.png) no-repeat center center;
	text-align:center;
	  font-size: 17px;
	color: #FFFFFF;
	margin-left:-20px;
	margin-top:-14px;
	border:0;
	border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
cursor:pointer;
padding:0;
	}		
.box-list-photo-salon .list .img .text {
	margin:0;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(0, 0, 0, 0.5);
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #FFFFFF;
	cursor:pointer;
	z-index:1;
	}	
.box-list-photo-salon .list .img .text span {
	position:absolute;
	width:100%;
	top:50%;
	margin-top:-14px;
	left:0;
	}	
.box-list-photo-salon .list .img:last-child {
	margin:0;
	}			
.content-info-salon {
	width:100%;
	display:inline-block;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color:#222;
	padding-top:20px;
	  border-top: 1px solid #E1E1E1;
	}
.content-info-salon h3 {
	margin:0;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin-bottom:4px;
	}
.content-info-salon p {
	margin:0;
	margin-bottom:12px;
	}		
.box-info-salon-new .heading-box {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #222222;
}

.box-info-salon-new .heading-box .inline {
    display: inline-block;
    position: relative;
}

.box-info-salon-new .heading-box .inline i {
    font-size: 16px;
   color: #0094FF;
}

.inline a {
    color: #0177B9;
}
.content-salon .mobile{
	margin:0;
	margin-top:4px;
	font-size: 16px;
	line-height: 24px;
	}
.content-salon .mobile span { padding:0 10px;}
.content-salon .mobile a { color:#222;}	
.inline .more-info {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px #135eac;
    border-radius: 4px;
    width: 300px;
    left: 30px;
    top: -30px;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    text-transform: none;
    display: none;
    font-weight: normal;
}

.box-info-salon-new .heading-box .inline:hover .more-info {
    display: block;
}

:root {
    --shadowSize: 4px;
    --shadowColor: #135EAC;
}

.more-info:before {
    content: "";
    position: absolute;
    top: 45px;
    left: -10px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    box-shadow: 0 0 var(--shadowSize) var(--shadowColor);
    transform: translate(50%, -50%) rotate( -135deg);
    clip-path: polygon( calc(var(--shadowSize) * -1) calc(var(--shadowSize) * -1), calc(100% + var(--shadowSize)) calc(var(--shadowSize) * -1), calc(100% + var(--shadowSize)) calc(100% + var(--shadowSize)));
}

.heading-box .time {
    text-transform: none;
    display: block;
    line-height: 20px;
    color: #888888;
    font-size: 14px;
    font-weight: normal;
    margin: 2px 0 0
}

.info-rate {
    margin: 10px 0 0;
    color: #333333
}

.info-rate .space {
    display: inline-block;
    margin: 0 5px;
    color: #ACACAC;
}

.info-rate .icon-star {
    color: #FEC600;
}

.cl-blue {
    color: #135EAC;
}


.content-salon {
    padding: 6px 0px 0;
	width:100%;
	display:inline-block;
}

.content-salon .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin: 12px 0 0
}

.content-salon .txt-info {
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    margin: 4px 0 0;
}

.content-salon .line {
    height: 1px;
    width: 100%;
    background: #E1E1E1;
    margin: 20px 0
}

.heading-box {
    display: inline-block;
    width: 100%;
}

.heading-box .flr {
    float: right;
    text-transform: none;
    font-size: 16px;
}

.heading-box .fll .heading {
    line-height: 23px;
}

.heading-box .fll .text-result {
    font-size: 16px;
    line-height: 19px;
    margin: 0;
}

.heading-box .fll {
    float: left;
    width: calc(100% - 345px);
}

.heading-box .heading {
    display: inline-block;
    margin: 0;
    line-height: 40px;
}

.heading-box .flr .box-search-prod {
    display: inline-block;
    width: 320px;
    position: relative;
    height: 40px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    margin-left: 20px;
    vertical-align: middle;
    overflow: hidden;
}

.box-search-prod .inp {
    height: 38px;
    padding: 0 40px 0 10px;
    border: none;
    width: 100%;
}

.box-search-prod .btn-search {
    position: absolute;
    height: 38px;
    width: 30px;
    top: 0px;
    right: 1px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 38px;
    text-align: center;
    border: none;
    cursor: pointer;
    background: #fff;
}
.filter-salon-c {
	margin:0 -5px;
	}
.filter-salon-c:before, .filter-salon-c:after {
	content:"";
	height:0;
	display:block;
	clear:both;
	}	
.filter-salon-c .item {
	width:25%;
	float:left;
	padding:0 5px;
	}
.filter-salon-c .col-4 {
	padding:0 5px;
	}
.filter-salon-c.list-col-4 .item { width:33.333333%;}		


.custom-select {
   position: relative;
    background: #fff;
	border: 1px solid #E1E1E1;
	width:100%;
	display:inline-block;
	border-radius: 4px;
	height: 40px; 
	cursor:pointer;
}
.custom-select:before {
	 content: '\e804';
	position:absolute;
	right:0;
	top:0;
	height:40px;
	line-height:40px;
	width:30px;
	font-size:16px;
	color:#222;
	font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;   
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
	}	 
.custom-select &gt; select {
    background: none;
    padding-left: 9px;
    padding-right: 35px;
    position: relative;
    z-index: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.custom-select .select-box {
    height:38px; 
	padding:9px 10px;
	padding-right:22px;
    font-size: 14px;
    width: 100%;
    line-height: 20px;
    border: 0;
    color: #222;
    margin: 0;
	background-color:transparent;
}

.bd-b {
	border-top:1px solid #E1E1E1;
	padding-top:15px;
	line-height:40px;
	}
.list-prod {
    margin: 5px -8px 0
}
.mb-5 { margin-bottom:5px !important;}
.list-prod .thumb-prod {
    float: left;
    width: 33.33333%;
	padding:10px 8px;
}
.list-prod.list-full {
	margin: 5px -10px 0
	}
.list-prod.list-full:before, .list-prod.list-full:after {
	content:'';
	display:table;
	height:0;
	}	
.list-prod.list-full .thumb-prod {
    width: 25%;
	padding:10px;
}

.list-prod .thumb-prod .image {
    width: 100%;
    overflow: hidden;
	position:relative;
}

.list-prod .thumb-prod .image img {
    width: 100%;
}

.list-prod .thumb-prod .caption {
    padding: 15px;
	border: 1px solid #E1E1E1;
	display:inline-block;
	width:100%;
	border-top:0;
}

.list-prod .thumb-prod .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    margin: 0;
    height: 40px;
    overflow: hidden;
	margin-bottom:3px;
}

.list-prod:after {
    content: '';
    display: block;
    clear: both;
}

.list-prod .thumb-prod .title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #222222;
}
.list-prod.list-full .title {
	height:20px;
	margin-bottom:10px;
	}
.list-prod.list-full .thumb-prod .title a {-webkit-line-clamp: 1;}	
.list-prod .btn-contact {
	width:100%;
	display:inline-block;
	background: #4DB848;
	border-radius: 50px;
	padding:6px 0;
	height:32px;
	text-align:center;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	cursor:pointer;
	border:0;
	}
.thumb-prod .txt-sm {
    font-size: 12px;
    line-height: 16px;
    color: #888888;
	margin:0;
	margin-bottom:10px;
}
.thumb-prod .txt-sm i {}
.thumb-prod .price {
	margin:0;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #135EAC;
	margin-bottom:10px;
}

.btn-more {
    width: 128px;
    height: 30px;
    display: block;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 50px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #888888;
    padding: 0;
    text-decoration: none;
    margin: 20px auto 0;
}
.mb-10 { margin-bottom:10px !important;}
.line-break {
    display:  inline-block;
    width: 100%;
    height: 8px;
    background: url(../images/line-break.png) repeat-x;
    margin: 20px 0;
}



.btn-viewmore {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 50px;
    display: block;
    width: 148px;
    height: 30px;
    padding: 5px 0;
    font-weight: normal;
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    text-align: center;
    margin: 20px auto
}


.fsize-16 {
    font-size: 16px!important;
}




.socical-contact {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 0 0 20px;
    margin: 12px 0 0;
  
    list-style: none;
}

.socical-contact li {
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.socical-contact a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
}

.socical-contact .lnk-call {
    background: linear-gradient(180deg, #57D163 0%, #23B33A 100%);
    padding: 9px 0;
}

.socical-contact .lnk-face {
    background: linear-gradient(180deg, #23B1FF 0%, #0269E3 100%);
    padding: 11px 0;
}

.inline-title {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 0 0 14px;
    margin: 0 0 16px;
    border-bottom: 1px solid #E1E1E1;
}

.inline-title .title {
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    margin: 0
}

.inline-title .socical-contact {
    padding: 0;
    margin: 0;
    border-bottom: 0;
    float: right;
    width: 170px;
    text-align: right;
}

.inline-title .socical-contact li {
    margin: 0 0 0 6px
}

.title .txt-normal {
    font-weight: normal;
}
/*slide head*/
.box-head-top {
	width:100%;
	display:inline-block;
	margin-bottom:40px;
	}
.box-head-top .title {
	margin:0;
	font-weight: bold;	
	line-height: 24px;	
	color: #222222;
	margin-bottom:10px;
		}
.box-head-top .title .name {
	position:relative;
	padding-right:10px;
	margin-right:10px;
	text-transform: uppercase;
	font-size: 20px;
	}		
.box-head-top .title .name i:before {
	font-size: 16px;
	color: #0094FF;
	margin:0;
	margin-left:6px;
	vertical-align:middle;
	margin-top:-5px;
	}
.box-head-top .title .name:after {
	content:"";
	position:absolute;
	right:0;
	height:8px;
	width:1px;
	background:#E1E1E1;
	top:50%;
	margin-top:-4px;
	}
.box-head-top .title .number-vote {
	font-weight: bold;
	font-size: 14px;
	color: #222222;
	vertical-align: middle;
	}
.box-head-top .title .number-vote i:before {
	margin:0;
	width:auto;
	color: #FEC600;
	}
.box-head-top .location {
	margin:0;
	margin-bottom:15px;
	font-weight:  normal;
	font-size: 14px;
	line-height: 20px;
	color: #222222;
	}
.box-head-top .box-slide {
	width:100%;
	display:inline-block;
	position:relative;
	overflow:hidden;
	}
.box-head-top .box-slide .slide {
	
	}
.box-head-top .box-slide .item {}
.box-head-top .box-slide .list-dot {
	margin:0;
	padding:0;
	text-align:center;
	margin-top:15px;
	}
.box-head-top .box-slide .list-dot .dot {
	display:inline-block;
	background: #E1E1E1;
	height:10px;
	width:10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin:0 8px;
	}
.box-head-top .box-slide .list-dot .active { background: #ACACAC;}												
/* gioi thieu salon*/
.box-about-salon {
	width:100%;
	display:inline-block;
	margin-bottom:60px;
	margin-top:10px;
	}
.box-about-salon .photo {
	float:left;
	width:420px;
	margin-right:30px;
	}
.box-about-salon .info {
	width: calc(100% - 540px);
	float:left;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #222222;
	}	
.box-about-salon .info p { margin:0; margin-bottom:10px;}	
	
.box-about-salon .info .mobile span {
    padding: 0 10px;
}
.box-about-salon .about-content {
	width:100%;
	display:inline-block;
	border-bottom: 1px solid #E1E1E1;
	margin-bottom:15px;
	padding-bottom:15px;
	}
.box-about-salon .link-more {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #135EAC;
	display:block;
	cursor:pointer;

	}
.box-about-salon .socical-contact { 
	padding:0; margin:0;
}
/*dang kĂ½ lai thu*/
.box-form-s {
	width:100%;
	display:  inline-block;
	padding-bottom:40px;
	background:url(../images/salon/bg-laithu.jpg) no-repeat center  center;
	    background-size: cover;
	margin-bottom:45px;
	margin-top:40px;
	}
.box-form-s .box-table-tab {
	float:left;
	width:480px;
	height:415px;
	vertical-align:middle;
	text-align:center;
	}	
.box-form-s	.tableCell {
	display: flex;
    align-items: center;
    height: 100%;
	}
.box-form-s .menu-tab-salon {
	width:100%;
	margin:0;
	padding:0;
	display:inline-block;
	}
.box-form-s .menu-tab-salon li {
	width:100%;
	float:left;
	list-style:none;
	padding-top:50px;
	text-align:center;
	}
	
.box-form-s .menu-tab-salon .icon {
	width:70px;
	height:70px;
	display:inline-block;
	margin-bottom:20px;
	}
.box-form-s .menu-tab-salon .icon.registering {
    background: url(../images/salon/icon-steering-wheel-w.png) no-repeat 0 0;
}
.box-form-s .menu-tab-salon .icon.get-notifications {
    background: url(../images/salon/icon-baogia-w.png) no-repeat 0 0;
}	
.box-form-s .menu-tab-salon .title {
	margin:0;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom:12px;
	}
.box-form-s .menu-tab-salon .title i {}	
.box-form-s .menu-tab-salon .des {
	margin:0;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	}
.box-form-s .menu-tab-salon .active i{color: #4DB848;}					
.box-form-s .list-form {
	width:560px;
	float:right;
	padding: 40px 30px 30px;
	background: #E0EDFB;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
	border-radius: 0px 0px 50px 0px;
	}
.box-form-s .list-form .heading-salon { border:0; padding:0;}
.box-form-s .list-form .heading-salon:after { display:none;}
.box-form-s .list-form .des {
	margin:0;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #222222;
	} 
.box-form-s .list-form .des	 a {color: #222222;}	
.box-form-s .list-form ul { margin:0; padding:0;}
.box-form-s .list-form ul li{ margin-top:18px; list-style:none;}
.box-form-s .list-form ul li:last-child { text-align:center;}	
.box-form-s .list-form .input {
	width:100%;
	display:inline-block;
	border:0;
	height:40px;
	background: #FFFFFF;
	border-radius: 4px;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #222;
	padding:10px;
	}
.box-form-s .list-form .btn-submit {
    width: 180px;
    display: inline-block;
    background: #4DB848;
    border-radius: 50px;
    padding: 6px 0;
    height: 32px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    cursor: pointer;
    border: 0;
}
.box-form-s .list-form .custom-select-2 {
   position: relative;
    background: #fff;
	border: 0;
	width:100%;
	display:inline-block;
	border-radius: 4px;
	height: 40px;   
    width: 100%;
	cursor:pointer;
}
.box-form-s .list-form .custom-select-2:before {
	 content: '\e804';
	position:absolute;
	right:0;
	top:0;
	height:40px;
	line-height:40px;
	width:30px;
	font-size:16px;
	color:#222;
	font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;   
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
	}	 
.box-form-s .list-form .custom-select-2 &gt; select {
    background: none;
    padding-left: 9px;
    padding-right: 35px;
    position: relative;
    z-index: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.box-form-s .list-form .custom-select-2 .select-box {
    height: 40px;
    font-size: 16px;
    width: 100%;
    padding:10px;
    line-height: 20px;
    border: 0;
    color: #888;
    margin: 0;
	background-color:transparent;
	display:block;
}
.box-form-s .list-form .custom-select-2 .select-box.active {color: #222;}
.box-form-s .radio {
  position: relative;
  display: inline-block;
  color:#333;
  font-size:14px;
  margin-left:20px;
}
.box-form-s .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.box-form-s  .radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
 border: 1px solid #ACACAC;
  display: inline-block;
  width:20px;
  height: 20px;
  position: relative;
  top: 0;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
      vertical-align: middle;

}
.box-form-s .radio input[type="radio"]:checked + .radio-label:before {
  background-color: #4DB848;
  box-shadow: inset 0 0 0 4px #fff;
  border:1px solid #4DB848;
}
.box-form-s .radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
}
.box-form-s .radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #dcdcdc;
  background: #b4b4b4;
}
.box-form-s .radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}	
.box-form-s .text-r {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}		
/*khuyen mai*/
.box-promotion-information {
	width:100%;
	float:left;
	}
.box-promotion-information  .row { margin:0 -10px;}	
.box-promotion-information .col-6 {
	padding:0 10px;
	margin-top:30px;
	}	
.box-promotion-information .item {
	width:100%;
	float:left;
	border: 1px solid #E1E1E1;
	position:relative;
	}
.box-promotion-information .photo {
	width:240px;
	float:left;
	margin-right:15px;
	}
.box-promotion-information .info {
	width: calc(100% - 255px);
	float:left;
	padding:12px 15px 27px 0;
	
	}
.box-promotion-information .title {
	margin:0;
	max-height:57px;
	overflow:hidden;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	color: #222222;
	margin-bottom:10px;
	}
.box-promotion-information .title a{
	max-height:57px;
	color: #222222;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
	}
.box-promotion-information .des {
	margin:0;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #222222;
	}
.box-promotion-information .date {
	position:absolute;
	left:255px;
	bottom:12px;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #888888;
	}
.select-custom {
   position: relative;
    background: #fff;
	border: 1px solid #E1E1E1;
	width:100%;
	display:inline-block;
	border-radius: 4px;
	height: 40px;   
    width: 100%;
	cursor:pointer;
}
.select-custom:before {
	 content: '\e804';
	position:absolute;
	right:0;
	top:0;
	height:38px;
	line-height:32px;
	width:30px;
	font-size:16px;
	color:#222;
	font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;   
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
	}	 
.select-custom &gt; select {
    background: none;
    padding-left: 9px;
    padding-right: 35px;
    position: relative;
    z-index: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.select-custom .select {
    height: 38px;
    font-size: 14px;
    width: 100%;
    padding: 9px 10px;
    line-height: 20px;
    border: 0;
    color: #222;
    margin: 0;
	background-color:transparent;
}	
.w-180 { width:180px;}
@media only screen and (min-width: 960px) and (max-width: 1150px) {
	.box-form-s .list-form {
    width: 495px;	}
	}										

		</pre></body></html>