/* CSS Document */

@font-face{
	font-family:UTM Avo;
	src:url(fonts/UTM%20Avo.ttf);
}

@font-face{
	font-family:UTM Avo;
	src:url(fonts/UTM%20AvoBold.ttf);
	font-weight:bold;
}

@font-face{
	font-family:UTM Trajan;
	src:url(fonts/UTM%20TRAJAN%20PRO%20BOLD.TTF);
	font-weight:bold;
}

body{
	margin:0;
	padding:0;
	font-family:UTM Avo;
	font-size:11pt;
	color:#333333;
}

a{
	text-decoration:none;
	color:#333333;
}

ul, li{
	margin:0;
	padding:0;
	list-style:none;
}

figure{
	margin:0;
}

.container{
	width:1200px;
	margin:auto;
}

.container_small{
	width:1150px;
	margin:auto;
}

.table{
	display:table;
}

.table-cell{
	display:table-cell;
}

header .topBar{
	position:relative;
}

header .topBar .hotline{
	text-align:right;
	vertical-align:middle;
}

header .topBar .hotline span{
	display: block;
	float: right;
	line-height: 30px;
	text-indent: 5px;
	font-size:10pt;
}

header .topBar .hotline span b{
	color:#66bde6;
}

header .menu{
	background:#66bde6;
	line-height:50px;
}

header .menu .container{
	display:flex;
	
}

header .menu .container .search{
	flex-grow: 1;
	text-align: right;
}

header .menu .container .boxSearch{
	float:right;
	max-width:250px;
	border: 1px solid #e5e5e5;
	height: 35px;
	line-height: 35px;
	margin-top: 7px;
	margin-left: 20px;
	padding-right:10px;
	background:#fff;
}

header .menu .container .boxSearch input{
	width: 85%;

	font-size: 15px;
	
	line-height: 28px;
	
	border: none;
	
	background: none;
	margin-right:5px;
}

header .menu .container .boxSearch i{
	cursor:pointer;
}

header nav .level_1{
	color: #ffffff;
	font-size: 12pt;
	padding: 0px 15px;
	margin: 0 7px;
	display:inline-block;
	cursor:pointer;
}


header nav .level_1 a{
	color:#ffffff;
}

header nav .level_1 a i{
	margin-left:5px;
}

header nav .level_2{
	position: absolute;
	top: 129px;
	background: #ffffff;
	box-shadow: 0px 5px 10px 0px #ccc;
	z-index:9999;
	color:#333;
	display:none;
	cursor:pointer;
}

header nav .megaMenu{
	left: 0;
	right: 0;
	display:none;
}

header nav .singleMenu{
	
}
.menuPost{
	position:relative;
	z-index:999;

}
.menuPost .menu{
	position:fixed;
	width:100%;
	top:0;
	background:#fff;
	border-bottom:1px solid #E2E2E2;
}
.menuPost nav .level_1 a{
	color:#333;
}
.menuPost .logo{
	position: fixed;
	top: -22px;
	z-index: 999999;
}
.menuPost .logo img{
	height: 45px;
width:auto;
}
.menuPost nav .level_2{
	top:50px !important;
}
.menuPost .menu nav{
	margin-left:150px;
}
header nav .singleMenu ul li{
	border-bottom:1px solid #f3f2f2;
	padding:18px 50px 18px 18px;
	cursor:pointer;
}

header nav .singleMenu ul li a{
	color:#666666;
}

header nav .singleMenu ul li:last-child{
	border-bottom:none;
}

header nav .level_2 i{
	font-size: 6pt;
	color: #c48c0c;
	float: left;
	margin-right: 10px;
}

header nav .level_2 li, header nav .level_2 i{
	line-height:20px;
}

header nav .level_2 li a{
	font-size:11pt;
}

header nav .level_2 li.title h2{
	color: #d4aa5c;
	margin: 5px 0;
	font-size: 12pt;
}

header nav .megaMenu .table-cell{
	padding:15px;
	width:300px;
}

header nav .megaMenu .table-cell li{
	width:250px;
	margin-bottom:10px;
}

header nav .dropdowMenu .table-cell{
	vertical-align:top;
	
}

header nav .dropdowMenu figure.table-cell{
	padding:20px 20px 0px 20px;
}

header nav .dropdowMenu{
	
}

header nav .dropdowMenu ul li{
	padding:0;
	
}
p br{
	line-height: 36px;
}
article div{
	padding-top:5px;
	padding-bottom:5px;
}
header nav .dropdowMenu ul li i{
	float: right;
    margin-left: 20px;
	line-height:50px;
}

header nav .dropdowMenu ul li a{
	color:#c48c0c !important;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10pt;
}


header nav .dropdowMenu ul.level_3{
	display:none;
}

header nav .dropdowMenu ul.level_3 li{
	border-bottom:none;
	border-top: 1px solid #f3f2f2;
	padding:15px 0;
	max-width:360px;
}

header nav .dropdowMenu ul.level_3 li a{
	font-weight:normal;
	color:#000000 !important;
	text-transform:none;
}

header .logo{
	padding:8px 0;
}

header .logo strong{
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	font-size: 0;
}

.titleTrajanBold{
	/*font-family:UTM Trajan;*/
	font-weight:normal;
	color:#484848;
	font-size:20pt;
	text-align:center;
}

.titleUnderline:after{
	background-color: #66bde6;
	content: "";
	display: block;
	height: 3px;
	margin: auto;
	position: relative;
	top: 9px;
	width: 80px;
}

section .systemGenki{
	padding-bottom:35px;
}

section .systemGenki .table-cell{
	vertical-align:top;
}

section .aboutGenki{
	background:#f4f4f4;
	padding:100px 0;
}

section .aboutGenki p{
	font-size: 12pt;

	line-height: 25px;
	
	text-align: justify;
}

section .aboutGenki .titleTrajanBold{
	text-align:left;
	margin-top:0;
}

section .aboutGenki .table-cell{
	width:50%;
	vertical-align:middle;
	padding:0 30px;
}

section .servicesGenki{
	padding:30px 0;
}

section .servicesGenki .listServices .nameService{
	font-weight:normal;
	margin:30px 0 0;
}
section .servicesGenki .listServices .nameService a{
		color:#c19755;
		text-transform: uppercase;
}

section .servicesGenki .table-cell{
	width:400px;
	text-align:center;
}
section .listServicesBottom{
	clear: both;
	padding-top: 42px;
	padding-bottom: 10px;
	width:100%;
}
section .servicesGenki li p{
	margin:5px;
}

section .teamDoctor .titleTrajanBold, section .servicesGenki .titleTrajanBold{
	margin-bottom:35px;
}

section .teamDoctor{
	background:#66bde6;
	color:#fff;
	padding:15px 0 35px;
}

section .teamDoctor .titleTrajanBold{
	color:#ffffff;
}

/*section .listDoctor li{
	width:265px;
	padding:0 40px;
}*/
section .listDoctor li .imageDoctor img{
	width:316px;
}
section .listDoctor li .imageDoctor{
	border-radius:20px 20px 0 0;
	background:#ffffff;
	overflow:hidden;
	
	text-align:center;
}

section .listDoctor li .nameDoctor{
	font-weight:normal;
	text-align:center;
	margin-bottom:0;
	text-transform:uppercase;
}
section .listDoctor li .nameDoctor a,section .listDoctor li p a{
	color:#fff;
}

section .listDoctor li p{
	margin:5px;
	font-size:10pt;
	text-align:center;
}

section .customersReview{
	background:#f9f5ec;
	padding:10px 0 50px;
}

section .sliderReview{
	position: relative;
	color:#2c2c2c;
}

section .owl-nav button{
	position:absolute;
	top:45%;
}

section .owl-nav button:hover{
	background:0!important;
	
}

section .owl-nav button.owl-prev{
	left:-40px;
}

section .owl-nav button.owl-next{
	right:-40px;
}

section .sliderReview li{
	text-align:left;
	background:#ffffff;
	padding:15px;
}

section .sliderReview .nameReview{
	font-size:16px;
}



section .btnSeemore{
	background: #66bde6;
	color: #fff;
	width: 160px;
	margin: 15px 0 0;
	display: block;
	border-radius: 20px;
	text-align: center;
	line-height: 38px;
	height: 40px;
}

section .listRelated .btnSeemore{
	color: #66bde6;
	display: inline-block;
	background:none;
	margin-top:5px;
	width:auto;
}

section .listRelated li h2 a{
	font-weight:bold;
	font-size:12pt;
}

section .newBeauty{
	padding:1px 0 30px;
}

section .sliderNew .description{
	text-align:center;
}

section .sliderNew .description a{
	font-size:12pt;
	font-weight:normal;
	color:#333333;
}

section .sliderNew figure{
	overflow:hidden;
}

section .sliderNew figure img{
	height:100%;
}

section .listProductNormal li{
	display:inline-block;
	text-align:center;
	vertical-align:top;
	max-width:370px;
	margin:20px 13px;
}

section .listProductNormal li figure{
	background:#f7f7f7;
	width:370px;
	height:400px;
	display:table-cell;
	vertical-align:middle;
}

section .listProductNormal li figure img{
	
}

section .listProductNormal li .nameProduct{
	font-weight:normal;
	font-size:12pt;
}

section .listProductNormal li .price{
	font-weight:bold;
	font-size:13pt;
	font-family:Arial, Helvetica, sans-serif;
}

section .formQuestion{
	background:#f1f1f1;
	padding:1px 0 30px;
}

section .formQuestion .container_small{
	width:1030px;
	text-align:center;
}

section .formQuestion h1{
	font-weight:normal;
	text-align:center;
	font-size:18pt;
}

section .formQuestion .table{
	width:100%;
}

section .formQuestion textarea{
	width:1000px;
	line-height:20px;
	padding:15px;
	height:95px;
	resize: none;
}




section .formQuestion input, section input.styleGeneral, section select.styleGeneral{
	line-height:45px;
	width:300px;
	text-indent:15px;
}

section .formQuestion input, section .formQuestion textarea, section input.styleGeneral, section select.styleGeneral{
	border:1px solid #f1f1f1;
	background:#ffffff;
	margin:12.5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	
}

section select.styleGeneral{
	height:45px;
	text-indent:5px;
}

section .listAnswerQuestion li{
	margin:35px 0 45px;
}

section .listAnswerQuestion .titleUnderline:after{
	margin:0;
}

section .listAnswerQuestion .titleUnderline{
	text-align:left;
	font-weight:normal;
	font-size:16pt;
	font-family:UTM Avo;
}

section .listAnswerQuestion .question .name{
	color:#66bde6;
	font-weight:bold;
	margin-right:15px;
	font-size:12pt;
}

section .listAnswerQuestion .question i{
	color:#66bde6;
}

section .listAnswerQuestion .question .dateTime{
	font-size:10pt;
	color:#8c8c8c;
}

section .listAnswerQuestion .question .seeMore{
	background: #66bde6;
	color: #fff;
	display: inline-block;
	border-radius: 20px;
	line-height: 15px;
	height: 32px;
	width: 150px;
	text-align: center;
	line-height: 30px;
}

section .listAnswerQuestion .answer{
	color:#fff;
	background:#66bde6;
	border-radius:20px;
	padding:10px 25px;
}

section .listAnswerQuestion .answer .table-cell{
	vertical-align:middle;
}

section .listAnswerQuestion .answer .avt{
	background:#fff;
	border-radius:100px;
	overflow:hidden;
}

section .listAnswerQuestion .answer .name{
	padding-left:20px;
}

section.findMe .formInfo{
	background:#f9f5ec;
}

section.findMe .formInfo h2.title{
	font-weight:normal;
	margin:30px 0;
}

section.findMe .formContact input, section.findMe .formContact textarea{
	background:#ffffff;
	border:none;
	display:block;
	margin: 12.5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	border:1px solid #eeeeee;
}

section.findMe .formContact input{
	line-height: 45px;
	width: 512px;
	text-indent: 15px;
}

section.findMe .formContact textarea{
	width:484px;
	background: #ffffff;
	padding:15px;
	resize:none;
	height:143px;
}

section .btnColorMain{
	background:#66bde6;
	color:#fff;
	cursor:pointer;
	text-align:center;
	line-height:40px;
	font-weight:bold;
	
}

section .formQuestion .btnSend, section.book .formOrder .btnSend{
	display:inline-block;
	width:150px;
}

section.findMe .btnSend{
	display:inline-block;
	width:150px;
	margin-bottom:50px;
	margin-top:10px;
}

section.findMe .infoContact{
	padding-left:30px;
}

section.findMe .infoContact .boxInfo{
	background: #ffffff;
	padding: 10px 35px 24px;
	box-shadow: 0 0 5px 0px #e6e3da;
	margin: 15px 0;
	width: 540px;
	line-height: 23.4px;
	font-size: 11pt;
}

section.findMe .infoContact .boxInfo h3{
	font-size:16pt;
}

section.findMe .infoContact .boxInfo h3 i{
	color:#66bde6;
}

section.findMe .googleMap{
	margin:40px auto 20px;
}

section.book .formOrder{
	background:#f1f1f1;
	padding-top:30px;
	margin:50px 0;
	padding-bottom:30px;
}

section.book .formOrder input, section.book .formOrder select{
	width:385px;
	-webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
}

section.book .formOrder .table-cell{
	vertical-align:middle;
	text-align:center;
}

section.teamDoctor .container_small .table-cell{
	vertical-align:middle;
}

section.teamDoctor .bgBold{
	background:#f9f5ec;
}

section.teamDoctor .doctor{
	padding:55px 0 0 0;
}

section.teamDoctor .doctor p, section.teamDoctor .doctor b{
	font-size:12pt;
}

section.teamDoctor .doctor b{
	color:#666666;
}

section.teamDoctor .doctor p{
	color:#2c2c2c;
}

section.teamDoctor .doctor .nameDoctor{
	color:#66bde6;
}

section.teamDoctor .doctor .nameDoctor:after{
	background-color: #66bde6;
	content: "";
	display: block;
	height: 4px;
	margin: 0;
	position: relative;
	top: 9px;
	width: 50px;
	border-radius:20px;
}

section.teamDoctor .bgBold .table-cell.content{
	padding-right:85px;
	text-align: justify;
}

section.teamDoctor .bgNone .table-cell.content{
	padding-left:85px;
}

section.infrastructure{
	padding-bottom:30px;
}

section.infrastructure .table-cell{
	padding:15px;
	position:relative;
}

section.infrastructure .table-cell .nameDevice{
	position: absolute;
	left: 15px;
	right: 15px;
	background: rgb(0,0,0, 0.55);
	bottom: 5px;
	font-weight: normal;
	text-align: center;
	line-height: 50px;
	font-size: 11pt;	
	text-transform:uppercase;
}
section.infrastructure .table-cell .nameDevice a{
	color: #fff;
}
section.infrastructure .container{
	width:1230px;
}
section.categoryContent .listNews{
	text-align:center;
}

section.categoryContent .listNews li{
	display: inline-block;
	width: 350px;
	margin: 10px 10px 50px 40px;
	vertical-align: top;
	text-align: left;
	float: left;
}

section.categoryContent .listNews li figure{
	width:100%;
	height:230px;
	overflow:hidden;
}

section.categoryContent .listRelated li{
	display: inline-block;
	width: 230px;
	vertical-align: top;
	text-align: left;
	margin: 15px 8px;
	min-height:385px;
}
section.categoryContent .listRelated li figure{
	width:240px;
	height:146px;
	overflow:hidden;
}
section.categoryContent .listNews li p{
	height:45px;
}
section.categoryContent .listNews li figure img{
	max-width:100%;
}
section.categoryContent .listNews li h2{
	font-size:14pt;
	font-weight:normal;
	text-transform:uppercase;
}
section.categoryContent .listNews li h2 a{
	color:#333333;
	font-weight:bold;
}
section.categoryContent .listNews li .btnSeemore{
	
	height: 30px;
	line-height: 27px;
}
section.categoryContent .listNews li .dateTime{
	margin-top:15px;
}
section .linkPage{
	text-align:center;
	margin:30px 0 50px;
}
section .linkPage strong, section .linkPage a{
	border: 1px solid #e5e5e5;
	display: inline-block;
	height: 40px;
	line-height: 39px;
	padding: 0 10px;
	color: #333;
	min-width: 20px;
}

section .linkPage strong, section .linkPage a:hover{
	background:#66bde6;
	color:#ffffff;
}

section.detailContent .container{
	display:flex;
	flex-wrap: wrap;
	
}

section.detailContent .contentLeft{
	
	margin: auto;
	width:750px;
}

section.detailContent .contentLeft img{
	max-width:100%;
}

section.detailContent .contentRight{
	width:350px;
}

section .contentRight .listContentHot h2{
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
	margin: 0;
	line-height:18pt;
}

section .contentRight .listContentHot h2:last-child{
	border-bottom:none;
}

section .contentRight .box{
	margin:50px 0 25px;
	border:1px solid #e5e5e5;
	padding:15px 25px;
	box-shadow:3px 3px 3px 0 #e5e5e5;
}

section .contentRight .box .title{
	font-weight:bold;
	border-bottom:3px solid #66bde6;
	padding-bottom:15px;
}


section .contentRight .listContentHot h2 a{
	font-size:12pt;
	font-weight:500;
	
}

section .contentRight .listServicesHot h2{
	padding:13px 0;
}

section .contentRight .listServicesHot h2 a{
	font-weight:600;
}

section .boxSeeMore .title{
	background: #66bde6;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
}

section .listSeeMore li{
	margin:20px 0 30px;
}

section .listSeeMore li h2{
	line-height:18px;
	margin:0;
}

section .listSeeMore li h2 a{
	font-size:12pt;
	font-weight:normal;
	color:#333;
}

section .listSeeMore li .info{
	margin:10px 0 5px;
}

.swal2-popup .swal2-content{
	font-size:12pt;
}

.swal2-popup .swal2-title{
	font-size:18pt;
}
footer{
	clear:both;
}

footer .info{
	background-image:url(../images/banner-map-footer.jpg);
	height:100%;
	background-size:cover;
	padding-bottom:35px;
}

footer .info .container{
	display:table;
}

footer .info .map, footer .info .contact{
	display:table-cell;
	width:50%;
	vertical-align:middle;
	
}

footer .info .map .googleMap{
	border:5px solid #ffffff;
}

footer .info .contact .listInfo li{
	padding: 15px 0;
	border-bottom:1px solid #c1bdb6;
}

footer .info .contact .listInfo li:last-child{
	border-bottom:none;
}

footer .info .contact{
	padding-left:90px;
}

footer .info .contact .listInfo li i{
	background: #66bde6;
	color: #fff;
	padding: 10px;
	width: 14px;
	text-align: center;
	border-radius: 100px;
	margin-right: 15px;
}

footer .register{
	margin-top:35px;
}

footer .register .titleTrajanBold{
	font-size:15pt;
}

footer .register .boxText{
	display:table;
	width:100%
}

footer .register .boxInput, footer .register .btnSend{
	display:table-cell;
	vertical-align:middle;
}

footer .register .boxInput{
	border:1px solid #c1bdb6;
	height:48px;
	background:#ffffff;
}
article .dlkbs{
	clear: both;
	margin: auto;
	background: #66bde6;
	color: #fff;
	padding: 12px 69px;
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

footer .register .boxInput input{
	width: 365px;
	text-indent: 15px;
	font-style: italic;
	background: no-repeat;
	border: none;
	font-size: 12pt;
}

footer .register .btnSend{
	background:#3d3d3d;
	color:#fff;
	width:130px;
	text-align:center;
	cursor:pointer;
}

footer .social{
	background:#66bde6;
	overflow:hidden;
	padding:15px 0;
}

footer .listSocial li{
	display:inline-block;
}

footer .listSocial li i{
	background: #ffffff;
	color: #66bde6;
	width: 15px;
	text-align: center;
	padding: 12px;
	border-radius: 50px;
	font-size: 15px;
	margin: 0 5px;
	margin-top:20px;
}

footer .copyRight{
	color: #ffffff;
	margin: 0 0 5px 0;
	font-size: 10pt;
}
/* carosel quang */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
table, th, td {
  border: 1px solid black;
}
article.ctGr{
	clear:both;
	padding-bottom:20px;
}
.titile_dvk{
	clear:both;
	text-align:center;
	font-size:26px;
	padding-bottom:20px;
}
.titile_dvk:after {
    background-color: #66bde6;
    content: "";
    display: block;
    height: 3px;
    margin: auto;
    position: relative;
    top: 9px;
    width: 80px;

}

section.detailContent .contentLeft article a.dlkbs {
	color:#ffffff;
}

section.detailContent .contentLeft article a{
	color:#66bde6;
	font-weight:bold;
}
section.detailContent .contentLeft article a:hover{
	color:#3e3a5f;
}
section.detailContent .contentLeft article{
	line-height:174%;
}
article ul li{
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 12px;
	padding-left: 9px;
}
article ol li{
	list-style-type: decimal;
	margin-left: 0;
	margin-bottom: 12px;
	padding-left: 9px;
}

section .listResultSearch{
	min-height:1000px;
}

section .listResultSearch .title{
	font-size:15pt;
	text-decoration:underline;
}

section .listResultSearch h2{
	font-size:12pt;
}