@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 425px) {
    .iframe_video{
    width: 405px !important;
    height: 230px !important;
    }
}
.surgery_service .list_content .content .list_item .item .picture img
{
	border-radius:7px;
	box-shadow:3px 2px 3px #aaa;
}
.surgery_service .list_content .content .list_item .item .picture
{
	height:255px !important;
}
.not_surgery_service .list_content .content .list_item .item .info h3.title a
{
	font-size:18px !important;
}
h1.detail_title{
    font-family: "Arial";
    font-weight: bold;
    font-size: 28px;
    color: #181818;
    background: #eaf3fe;
    border-left: 5px solid #318ef9;
    padding: 15px 5px 15px 10px;
    @media (max-width: 992px) {
        font-size: 20px;
        border-left: 3px solid #318ef9;
        padding: 12px 5px 12px 10px;
    }
}
footer .content_footer h2.company_title {
  font-family: UTM-CenturBold;
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  color: #282828;
  padding-bottom: 22px;
}
@media (max-width: 992px) {
  footer .content_footer h2.company_title {
    font-size: 22px;
  }
}
/*#main_menu .menu-wrapper>li>a{
     font-weight: bold;
}
#main_menu .menu-wrapper a {
    font-size: 15px !important;
}*/
.opac{
    opacity: 0.1;
}
.opac:hover{
    opacity: 1;
}
.zalo-chat-widget{
    bottom: 35px !important;
    right: 50px !important;
}
#ic_mess {
    z-index: 9999;
    position: fixed;
    bottom: 35px;
    right: 2px;
}
.short{
text-transform: none !important;
}