/*
	Theme Name: CAIA
	Theme URI: http://caia.vn
	Description: This is a private theme that is base on Genesis themeframework. Genesis Theme v2.1 and Wordpress v4.1 vi.
	Author: HoangLT, TuanNM
	Author URI: http://caia.vn
	Version: 2.3
	Template: genesis
*/


/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Responsive Design

*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description{
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

strong,
b {
	font-weight: 700;
}
/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0d72c7;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #ececec;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

.site-container {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.wrap {
	margin: 0 auto;
	width: 1170px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

#content-banner-before-header {
    float: left;
    width: 100%;
	display: none;
}

#content-banner-before-header .widget_media_image{
    float: left;
    width: 100%;	
}

#content-banner-before-header .widget_media_image img{
	width: 100%;
}

.site-header {
	margin: 0 auto;
	height: 100px;
	width: 100%;
	float: left;
	background: #fff;
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 135px;
	height: 100px;
	margin-left: 15px;
}

.site-title {
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
	float: left;
	width: 100%;
	height: 100%;
}

.site-title a,
.site-title a:hover {
	color: #333;
	padding: 0;
	text-decoration: none;
	float: left;
	width: 100%;
	height: 100%;
	background: url(images/logo.png) no-repeat left bottom;
	text-indent: -9999px;
}

.site-description {
	font-size: 13px;
	padding: 0;
	display: none;
}

.site-header .widget-area {
	float: right;
	padding: 0;
	width: 960px;
	margin-right: 15px;
}

.site-header .widget-area .widget_text{
	float: left;
	margin-top: 30px;
}

.site-header .widget-area .widget_text .widgettitle{
	font-size: 16px;
	color: #8a8989;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.site-header .widget-area .widget_text .textwidget{
	padding: 0;
}

.site-header .widget-area .widget_text .textwidget p{
	color: #c02431;
	font-size: 20px;
	font-weight: 700;
}

.site-header .widget-area .widget_custom_html{
	float: right;
	margin-top: 15px;
}

.site-header .widget-area .widget_custom_html .widget_text{
	margin-top: 0;
}

.site-header .widget-area .widget_custom_html div{
	float: left;
}

.site-header .widget-area .widget_custom_html .account a{
	background: url(images/register.png) no-repeat left center;
	padding: 10px 0;
	padding-left: 30px;
	color: #333;
	font-size: 15px;
	margin: 0 10px;
}

.site-header .widget-area .widget_custom_html .account a:hover{
	text-decoration: underline;
}

.site-header .widget-area .widget_custom_html .account a:last-child{
	background: url(images/login.png) no-repeat left center;
}

.site-header .widget-area .widget_custom_html .social{
	margin-left: 15px;
}

.site-header .widget-area .widget_custom_html .social a{
	margin-left: 10px;
}

.site-header .widget-area .widget_search{
	float: right;
	width: 555px;
	margin-top: 15px;
}


#content-banner-header{
	float: left;
	width: 100%;
	background: #fff;
}

#content-banner-header .sliders{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

#content-banner-header .widget_media_image{
	margin: 0 15px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image .site-description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width .title-area,
.header-full-width .site-title,
.header-full-width .site-title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: auto;
	background: #fff;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
	background: #c02431;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	width: 1140px;
	height: 50px;
}

.menu-secondary {
	border-bottom: 1px solid #ddd;
	border-top: none;
}

.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	display: block;
	padding: 14px 10px 13px;
	position: relative;
	text-decoration: none;
}

.nav-primary .home a{
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	padding: 14px 0 13px;
	text-indent: -9999px;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
.site-header .menu li a:active,
.site-header .menu li a:hover,
.site-header .menu .current_page_item a,
.site-header .menu .current-cat a,
.site-header .menu .current-menu-item a {
	background: #eb5463;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
.site-header .menu li li a,
.site-header .menu li li a:link,
.site-header .menu li li a:visited {
    background-color: #c02431;
    border-bottom: 1px solid #e44553;
    color: #fff;
    font-size: 14px;
    padding: 8px 10px;
    position: relative;
    text-transform: none;
    width: 200px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.site-header .menu li li a:active,
.site-header .menu li li a:hover {
	background-color: #eb5463;
}

.menu-primary li ul,
.menu-secondary li ul,
.site-header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
.site-header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover>ul,
.site-header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

.site-inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	width: 1170px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	float: left;
	width: 100%;
	height: auto;
	padding: 20px 0 0;
}

.breadcrumb .wrap{
	width: 1140px;
}

.breadcrumb .label{
	margin: 0 5px;
}

.breadcrumb span.home{
    background: url(images/homeb.png) no-repeat center;
    text-indent: -9999px;
    display: inline-block;
    width: 23px;
}

.breadcrumb a{
	color: #c02431;
}

/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 13px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	float: left;
	width: 765px;
	margin-left: 15px;
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%;
}

.full-width-content .content-sidebar-wrap{
	width: 1140px;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

.content {
    float: left;
    width: 540px;
    padding: 15px;
    background: #fff;
}

.home .content{
	width: 100%;
	background: none;
	padding: 0;
}

.special-category h1.archive-heading{
	display: none;
}

.special-category .content,
.single-thuoc .content,
.page-template .content{
	background: none;
	padding: 0;
	width: 570px;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 600px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 1110px;
}

.post {
	margin: 0 0 20px;
}

.entry-content {
	overflow: hidden;
	text-align: justify;
}

.entry-content p {
	margin: 0 0 15px;
	text-align: justify;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 18px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 16px;
}

h2 a,
h2 a:visited {
	color: #333;
	font-family: 'Roboto', sans-serif;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

.taxonomy-description h1,
.widget-area .widgettitle {
	background-color: #3ac0bd;
	font-size: 18px;
	font-weight: 500;
	padding: 15px;
	color: #fff;
	margin-bottom: 0;
	border-left: 4px solid #1da5a2;
}

.sidebar-primary .widget .widgettitle{
	border: none;
	text-align: center;
	background: #c02431;
}

.widget-area .widgettitle p,
.widget-area .widgettitle a {
	color: #fff;
	text-decoration: none;
}

.footer-widgets .widgettitle {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 13px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: disc;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
	font-size: 13px;
	margin: -5px 0 15px;
}

.entry-header .entry-meta .views{
	background: url(images/views.png) no-repeat left center;
	padding-left: 25px;
    color: #9e9e9e;
    font-size: 12px;
	margin-left: 10px;	
}


/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	padding: 5px 0 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box-content p {
	font-size: 13px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.entry-comments-link,
.entry-tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	margin: 5px 10px 10px 0px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 0;
	text-align: center;
	width: auto !important;
	margin-bottom: 15px;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
	text-align: center;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.pagination {
	font-size: 15px;
	overflow: hidden;
	padding: 15px 0;
	width: 100%;
	float: left;
}

.pagination li {
	display: inline-block;
	float: left;
	margin: 0 1px;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
    border: 1px solid #ddd;
    float: left;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #f1f1f1;
    color: #333;
}

.pagination li a:hover,
.pagination li.active a {
	background: #3ac0bd;
	color: #fff;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 180px;
}

.sidebar-secondary {
	float: left;
	width: 360px;
	margin-right: 15px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #fff;
	float: left;
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 15px;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 15px 10px;
}

.footer-widgets .featuredpage .page,
.footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: #3ac0bd;
	cursor: pointer;
	line-height: 19px;
	padding: 10px 15px;
	font-size: 15px;
	color: #fff;
	-webkit-appearance: none;
	border-radius: 5px;
}

input:hover[type="button"],
input:hover[type="submit"] {
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
	float: right;
	width: 360px;
	background: #fff;
	height: 35px;
	border: 1px solid #d6d6d6;
}

.sidebar .search-form {
	padding: 5px 0 0 15px;
}

.search-form input[type="search"] {
	float: left;
	padding: 0 10px;
	height: 35px;
	border: none;
	width: 325px;
	background: #fff;
	font-style: italic;
	color: #777;
}

.site-header .widget-area input[type="submit"]{
	float: left;
	width: 35px;
	height: 35px;
	background: url(images/search.png) no-repeat center center #c02431;
	border: none;
	text-indent: -9999px;
}

.nav-primary .search-form input[type="search"] {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

.footer-widgets {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 30px 10px;
}

.footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

.footer-widgets .textwidget {
	padding: 0;
}

.footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

.footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

.footer-widgets ul {
	margin: 0;
}

.footer-widgets ul li {
	margin: 0 0 0 20px;
}

.footer-widgets #wp-calendar thead,
.footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}


/* Footer
------------------------------------------------------------ */

#content-before-footer{
	float: left;
	width: 100%;
	height: auto;
}

#content-before-footer .caia-post-list-widget{
	margin: 0 15px;
}

#content-before-footer .caia-post-list-widget .widget-wrap{
	float: left;
	width: 100%;
	background: #fff;
	margin: 15px 0 30px;
	border-top: 3px solid #c02431;
}

#content-before-footer .caia-post-list-widget .main-posts{
	float: left;
	width: 100%;	
}

#content-before-footer .widget_caldera_forms_widget{
	margin: 0 15px;
}

#content-before-footer .caia-post-list-widget .widgettitle{
	float: left;
	width: 100%;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 15px;
}

#content-before-footer .caia-post-list-widget .widgettitle span{
	color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: #c02431;
    float: left;
    padding: 15px;
    text-transform: uppercase;
}

#content-before-footer .caia-post-list-widget .main-posts .post{
	float: left;
	width: 198px;
	margin: 0 15px;
}

#content-before-footer .caia-post-list-widget .main-posts .post a img{
	width: 100%;
	margin-bottom: 15px;
}

#content-before-footer .caia-post-list-widget .main-posts .post .widget-item-title a{
	font-weight: 500;
	color: #333;
	font-size: 15px;
}

#content-before-footer .caia-post-list-widget .main-posts .post .widget-item-title a:hover{
	color: #c02431;
}

#content-before-footer .caia-post-list-widget .main-posts .post .entry-time{
    background: url(images/date.png) no-repeat left center;
    padding-left: 15px;
    color: #9e9e9e;
    font-size: 12px;	
}

#content-before-footer .caia-post-list-widget .main-posts .post p.category-block {
    margin-top: -25px;
    margin-bottom: 15px;
}

#content-before-footer .caia-post-list-widget .main-posts .post p.category-block span{
    background: #3ac0bd;
    padding: 8px 15px;
    color: #fff;
}

#content-before-footer .widget_caldera_forms_widget .widget-wrap{
	float: left;
	width: 100%;
	background: #fff;
	padding-top: 15px;
	margin: 15px 0 30px;
}

#content-before-footer .widget_caldera_forms_widget .widgettitle{
	background: url(images/letter.png) no-repeat left 15px top 10px;
	padding: 15px 0;
	padding-left: 80px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 25px;
	color: #333;
}

#content-before-footer .widget_caldera_forms_widget .widgettitle span{
	font-weight: 400;
	font-size: 16px;
	color: #666;
	clear: both;
	display: block;
}

#content-before-footer .widget_caldera_forms_widget form{
	padding: 0 15px;
}

#content-before-footer .widget_caldera_forms_widget input[type="submit"]{
    float: none;
    text-align: center;
    margin: 0 auto;
    display: inherit;
    background: #c02431;
    border: none;
    color: #fff;
    padding: 10px 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;	
}

#content-before-footer .widget_custom_html{
	float: left;
	width: 165px;
	margin: 15px;
}

#content-before-footer .widget_custom_html .widgettitle{
	font-size: 24px;
	color: #333;
	margin-bottom: 15px;
}

#content-before-footer .widget_custom_html .widgettitle a{
	font-size: 24px;
	color: #333;	
}

#content-before-footer .widget_custom_html ul{
	list-style: none;
}

#content-before-footer .widget_custom_html ul li{
	margin-bottom: 10px;
}

#content-before-footer .widget_custom_html ul li a{
	font-size: 15px;
	color: #333;
}

#content-before-footer .widget_custom_html ul li a:hover{
	color: #c02431;
}

.site-footer {
	clear: both;
	font-size: 15px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	float: left;
}

.site-footer .wrap {
	overflow: hidden;
	padding: 0;
}

.site-footer p {
	font-size: inherit;
	margin-bottom: 5px;
}

.site-footer a,
.site-footer a:visited {
	color: #333;
}

.site-footer a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.site-footer .gototop {
	float: left;
	width: 200px;
}

.site-footer .creds {
	float: right;
	text-align: right;
	width: 650px;
}

.site-footer .widget img{
	margin-right: 10px;
	margin-bottom: 90px;
}

.site-footer .widget_nav_menu{
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding: 10px 0;
	margin: 30px 15px;
}

.site-footer .widget_nav_menu ul{
	list-style: none;
}

.site-footer .widget_nav_menu ul li{
	display: inline;
}

.site-footer .widget_nav_menu ul li a{
	color: #333;
	font-size: 15px;
	padding: 5px;
}

.site-footer .widget_nav_menu ul li a:hover{
	color: #c02431;
}

.site-footer .widget_nav_menu ul li.home a{
	background: url(images/homef.png) no-repeat center center;
	text-indent: -9999px;
	display: inline-block;
	padding: 5px 0;
}

.site-footer .image-upload{
	width: 640px;
	margin: 0 15px 30px;
	float: left;
}

.site-footer .widget_text{
	float: left;
	margin: 0 15px 30px;
	width: 220px;
}

.site-footer .widget_text ul{
	padding-left: 15px;
	color: #c02431;
}

.site-footer .widget_text ul li{
	margin-bottom: 10px;
}

.site-footer .widget_text ul li a{
	color: #333;
	font-size: 15px;
}

.site-footer .widget_text .widgettitle{
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-bottom: 15px;
}

#content-after-footer{
	float: left;
	width: 100%;
	background: #c02431;
}

#content-after-footer .widget_text{
	float: left;
	margin-left: 15px;
}

#content-after-footer .widget_text p{
	margin: 15px 0;
	color: #fff;
}

#content-after-footer .widget_custom_html{
	float: right;
	margin-right: 15px;
}

#content-after-footer .widget_custom_html a img{
	margin: 15px 0;
	margin-left: 10px;
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
	float: left;
	width: 100%;
}

#author,
#comment,
#email,
#url {
    margin: 10px 5px 0 0;
    padding: 5px;
    width: 253px;
    float: left;
    background: #fff;
}

#comment {
    height: 90px;
    margin: 10px 0;
    width: 97%;
    background: #fff;
}

input#submit {
    float: left;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: 0;
	background: #f8fefe;
}

.comment-content{
	padding-left: 70px;
}

.comment-content p {
	font-size: 15px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 5px;
}

.comment-reply {
	font-size: 13px;
	font-weight: 300;
}

.comment-reply a{
	background: #3ac0bd;
	color: #fff;
	font-size: 15px;
	padding: 5px 8px;
	border-radius: 3px;
}

cite.fn {
    color: #c02431;
}

span.says {
    font-weight: 400;
    font-size: 15px;
}

.comment-meta a{
	color: #9e9e9e;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #fff;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #333;
}

div.gform_wrapper .ginput_complex label {
	font-size: 13px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/*Slick
-------------------------------------------------------------------*/
.slick-slider{
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus{
    outline: none;
}

.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}

.slick-track:after{
    clear: both;
}

.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide{
    float: right;
}

.slick-slide img{
    display: block;
}

.slick-slide.slick-loading img{
    display: none;
}

.slick-slide.dragging img{
    pointer-events: none;
}

.slick-initialized .slick-slide{
    display: block;
}

.slick-loading .slick-slide{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Dots */
.slick-dots{
    text-align: center;
    margin: 20px 0;
    z-index: 900;
}

.slick-dots li{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    border-radius: 100%;
    cursor: pointer;
    color: #fff;
    background: #fff;
    border: 0;
    outline: none;
    border: 2px solid #fff;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #61a63c;
}


/* Block
------------------------------------------------------------ */

.block {
	clear: both;
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
	background: #fff;
}

.block .older-posts ul {
	padding-left: 15px;
}

.news-block{
	border-top: 3px solid #c02431;
}

.news-block .block-title {
	font-size: 16px;
	border-bottom: 1px solid #d6d6d6;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}

.news-block .block-title span{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	background: #c02431;
	float: left;
	padding: 15px;
	text-transform: uppercase;
}

.news-block .extra-menu {
    float: right;
    margin-top: -35px;
    margin-right: 5px;
}

.news-block .extra-menu ul{
	list-style: none;
}

.news-block .extra-menu ul li{
	display: inline;
	float: left;
	position: relative;
	border-left: 1px solid #d6d6d6;
}

.news-block .extra-menu ul li a{
	font-size: 15px;
	padding: 10px 15px;
	color: #333;
}

.news-block .extra-menu ul li a:hover{
	background: #3ac0bd;
	color: #fff;
}

.news-block .extra-menu ul li ul{
	width: 160px;
    display: block;
    border: 1px solid #d6d6d6;
    box-shadow: 1px 1px 1px 1px rgba(224, 224, 224, 0.4);
    background: #fff;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 30px;
    left: -9999px;
}

.news-block .extra-menu ul li ul li{
	float: none;
	border: none;
}

.news-block .extra-menu ul li ul li a{
	border-left: none;
	padding: 10px;
	border-bottom: 1px solid #d6d6d6;
	display: block;
}

.news-block .extra-menu .all a{
	background: url(images/all.png) no-repeat right  15px center;
	padding-right: 30px;
}

.news-block .extra-menu .all a:hover{
	background: url(images/allhv.png) no-repeat right 15px center #3ac0bd;
}

.news-block .extra-menu .all ul li a{
	background: none;
	padding-right: 15px;
}

.news-block .extra-menu .all ul li a:hover{
	background: #3ac0bd;
	color: #fff;
	padding-right: 15px;
}

.news-block .extra-menu li:hover>ul,
.news-block .extra-menu li.sfHover ul{
	left: auto;
}

.news-block .main-posts{
	float: left;
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.news-block .category-block span{
	background: #3ac0bd;
	color: #fff;
	padding: 6px 20px;
	font-size: 15px;
	color: #fff;
    display: inline-block;
    margin-bottom: 15px;
}

.news-block .main-posts a img{
	width: 360px;
}

.news-block .main-posts h3 a{
	font-size: 18px;
	color: #333;
	font-weight: 500;
}

.news-block .main-posts h3 a:hover{
	color: #3ac0bd;
}

.news-block .older-posts{
	float: left;
	width: 100%;
	margin-top: 20px;
}

.news-block .older-posts ul{
	color: #bfbfbf;
}

.news-block .older-posts ul li{
	margin-bottom: 10px;
}

.news-block .older-posts ul li a{
	font-size: 15px;
	color: #c02431;
}

.news-block .older-posts ul li a:hover{
	color: #c02431;
}

.block-wrap {
	padding: 15px;
}

.flexible-block .block-title{
	display: none;
}

.flexible-block .main-posts{
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.flexible-block .main-posts a img{
	width: 460px;
	margin-bottom: 0;
}

.flexible-block .main-posts h3 a{
	color: #c02431;
	font-size: 18px;
	font-weight: 500;
}

.flexible-block .main-posts .entry-time,
.news-block .main-posts .entry-time{
	background: url(images/date.png) no-repeat left center;
	padding-left: 15px;
	color: #9e9e9e;
	font-size: 12px;
}

.flexible-block .main-posts a.more-link {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 15px;
    background: #c02431;
    color: #fff;
    font-size: 13px;
}

.flexible-block button.slick-prev.slick-arrow {
    position: absolute;
    bottom: 0;
    left: 475px;
    background: url(images/prev.png) no-repeat center center;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    z-index: 200;
    border: none;
}

.flexible-block button.slick-next.slick-arrow {
    position: absolute;
    bottom: 0;
    left: 505px;
    background: url(images/next.png) no-repeat center center;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    z-index: 200;
    border: none;
}

.flexible-block .older-posts {
    float: left;
    width: 100%;
    border-top: 1px solid #d6d6d6;
    padding-top: 20px;
    margin-bottom: 15px;
}

.flexible-block .older-posts ul{
	padding: 0;
	list-style: none;
}

.flexible-block .older-posts ul li{
	float: left;
	width: 225px;
	margin-right: 30px;
}

.flexible-block .older-posts ul li:last-child{
	margin-right: 0;
}

.flexible-block .older-posts ul li a img{
	width: 100px;
	height: 90px;
	object-fit: cover;
}

.flexible-block .older-posts ul li a{
	font-size: 15px;
	color: #333;
}

.flexible-block .older-posts ul li:hover a{
	color: #c02431;
}

/*Caia widget advertise
--------------------------------------------------------------*/
.caia_ads_widget, .sidebar .caia_ads_widget, .caia_ads_widget .widget-wrap{
	text-align:center;
	background:none;
	border:none;
	padding:0px;
}
.caia_ads_widget .widgettitle{
	background:none;
	color:inherit;
	border:none;
	padding:0px;
	width:100%;
	margin:0px;
}

.sidebar-secondary .widget_nav_menu ul li{
	display: inline-block;
	border: none;
	background: #e1e1e1;
	padding: 5px 10px;
}

.sidebar-secondary .widget_nav_menu ul li:hover{
	background: #3ac0bd;
}

.sidebar-secondary .widget_nav_menu ul li a{
	color: #333;
	font-size: 15px;
}

.sidebar-secondary .widget_nav_menu ul li:hover a{
	color: #fff;
}

.sidebar-secondary .caia-post-video-widget .main-posts{
	padding: 15px;
}

.sidebar-secondary .caia-post-video-widget .main-posts .post{
	margin-bottom: 0px;
}

.sidebar-secondary .caia-post-video-widget .main-posts iframe{
	width: 100% !important;
	height: 200px;
	margin-bottom: 15px;
}

.sidebar-secondary .caia-post-video-widget .main-posts .widget-item-title a{
	color: #333;
	font-size: 15px;
	font-weight: 500;
}

.sidebar-secondary .caia-post-video-widget ul{
	border-top: 1px solid #d6d6d6;
	padding: 0;
	padding-top: 15px;
	margin: 0 15px;
}

.sidebar-secondary .caia-post-video-widget ul li{
	background: url(images/video.png) no-repeat left top 6px;
	padding-left: 30px;
	border: none;
	margin-bottom: 10px;
}

.sidebar-secondary .caia-post-video-widget ul li a{
	color: #333;
	font-size: 15px;
}

.sidebar-secondary .caia-post-video-widget .main-posts h3 a:hover,
.sidebar-secondary .caia-post-video-widget ul li a:hover{
	color: #c02431;
}

.sidebar-secondary .caia_code_widget #bmi-forms{
	padding: 15px;
}

.sidebar-secondary .caia_code_widget #bmi-forms p{
	margin-bottom: 15px;
}

.sidebar-secondary .caia_code_widget #bmi-forms p i{
	font-size: 15px;
	color: #666;
}

.sidebar-secondary .caia_code_widget #bmi-forms label{
    width: 80px;
    display: inline-block;
}

.sidebar-secondary .caia_code_widget #bmi-forms input[type="text"]{
	background: #fff;
	padding: 5px 10px;
	margin-right: 10px;
	width: 190px;
}

.sidebar-secondary .caia_code_widget #bmi-forms .button-bmi {
    text-align: center;
}

.sidebar-secondary .caia_code_widget #bmi-forms .button-bmi input{
    width: 120px;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    margin: 10px 5px;
    background: #c02431;
    border: none;
    font-size: 15px;
    font-weight: 400;
}

.sidebar-secondary .caia_code_widget #bmi-forms .button-bmi input[type="reset"]{
	background: #c7c7c7;
	color: #333;
}

.sidebar-secondary .caia_code_widget #bmi-forms #bmi {
    clear: both;
    margin-top: 10px;
    margin-bottom: 0;
}

.sidebar-secondary .caia_code_widget #bmi-forms #bmi a{
    font-size: 15px;
    font-weight: 700;
    color: #c02431;
}

.sidebar-secondary .widget_caldera_forms_widget .caldera-grid{
	padding: 15px;
}

.sidebar-secondary .widget_caldera_forms_widget .caldera-grid p{
	background: url(images/letter.png) no-repeat left top;
	padding: 10px 0;
	padding-left: 65px;
}

.sidebar-secondary .widget_caldera_forms_widget input[type="submit"]{
	background: #c02431;
	color: #fff;
	padding: 8px 15px;
	float: right;
	border: none;
}

.sidebar-primary .widget_media_image .widget-wrap{
	padding: 15px;
}

.sidebar-primary .caia-post-list-widget .main-posts{
	padding: 15px;
}

.sidebar-primary .caia-post-list-widget .main-posts .post{
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 10px;
}

.sidebar-primary .caia-post-list-widget .main-posts .post:last-child{
	border: none;
}

.sidebar-primary .caia-post-list-widget .main-posts .post a.alignleft{
	margin-right: 0;
}

.sidebar-primary .caia-post-list-widget .main-posts .post a img {
    height: 70px;
    object-fit: cover;
}

.sidebar-primary .caia-post-list-widget .main-posts .widget-item-title a{
	font-size: 15px;
	color: #333;
}

.sidebar-primary .caia-post-list-widget .main-posts .widget-item-title a:hover{
	color: #c02431;
}

.sidebar-primary .widget_nav_menu ul li{
	margin-bottom: 10px;
	background: url(images/dot.png) no-repeat left top 8px;
	padding-left: 15px;
}

.sidebar-primary .widget_nav_menu ul li:last-child{
	border: none;
	margin-bottom: 0;
}

.sidebar-primary .widget_nav_menu ul li a{
	color: #333;
	font-size: 15px;
	display: inherit;
}

.sidebar-primary .widget_nav_menu ul li:hover a{
	color: #c02431;
}

.sidebar-secondary .caia_code_widget #dusinh{
	padding: 15px;
}

.sidebar-secondary .caia_code_widget #dusinh p{
	margin-bottom: 15px;
	color: #666;
}

.sidebar-secondary .caia_code_widget #dusinh #ketquadatedusinh{
    margin-bottom: 10px;	
}

.sidebar-secondary .caia_code_widget #dusinh #ketquadatedusinh span{
    font-size: 15px;
    font-weight: 700;
    background: #c02431;
    color: #fff;
    padding: 3px 6px;
}

.sidebar-secondary .caia_code_widget #dusinh #tuanmangthai span{
    font-size: 15px;
    font-weight: 700;
    color: #c02431;
}

.sidebar-secondary .code-tracuuthuoc #tracuuthuoc,
.sidebar-secondary .code-timkiem_benhvien #tracuuthuoc{
	padding: 15px;
}

.sidebar-secondary .code-tracuuthuoc #tracuuthuoc form,
.sidebar-secondary .code-timkiem_benhvien #tracuuthuoc form{
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.sidebar-secondary .code-tracuuthuoc #tracuuthuoc form input[type="text"],
.sidebar-secondary .code-timkiem_benhvien #tracuuthuoc form input[type="text"]{
	float: left;
	width: 96%;
	padding: 10px 2%;
	background: #fff;
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
	font-style: italic;
}

.sidebar-secondary .code-tracuuthuoc #tracuuthuoc form input[type="submit"],
.sidebar-secondary .code-timkiem_benhvien #tracuuthuoc form input[type="submit"]{
	float: right;
	background: #c02431;
	border-radius: 0;
	padding: 7px 10px;
}

.sidebar-secondary .code-tracuuthuoc #tracuuthuoc ul{
	padding: 0;
	list-style: none;
}

.sidebar-secondary .code-tracuuthuoc #tracuuthuoc .list-drug{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.sidebar-secondary .code-tracuuthuoc #tracuuthuoc .list-drug ul li{
    display: inline-block;
    margin: 0;
    float: left;
	border: none;
}

.sidebar-secondary .code-tracuuthuoc #tracuuthuoc .list-drug ul li a{
	padding: 8px 10px;
    background: #e4e4e4;
    color: #333;
    margin: 0;
    float: left;
}

.sidebar-secondary .code-tracuuthuoc #tracuuthuoc .list-drug ul li:first-child a,
.sidebar-secondary .code-tracuuthuoc #tracuuthuoc .list-drug ul li a:hover{
    background: #eb5463;
    color: #fff;
    position: relative;
}

.sidebar-secondary .code-tracuuthuoc #tracuuthuoc .list-drug ul li:first-child a:after{
	content: "";
    background: url(images/red.png) no-repeat bottom center;
    width: 9px;
    height: 5px;
    position: absolute;
    bottom: -5px;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.sidebar-secondary .code-tracuuthuoc #tracuuthuoc .alphabet{
	float: left;
	width: 100%;
	margin-bottom: 15px;	
}

.sidebar-secondary .code-tracuuthuoc #tracuuthuoc .alphabet ul li{
	display: inline-block;
	float: left;
	border: none;
	padding: 0;
	margin: 0;
}

.sidebar-secondary .code-tracuuthuoc #tracuuthuoc .alphabet ul li a{
	float: left;
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    background: #efefef;
    color: #333;
    display: inherit;
}

.sidebar-secondary .code-tracuuthuoc #tracuuthuoc .alphabet ul li:hover a{
	background: #c02431;
	color: #fff;
}

h1.archive-heading{
	background: url(images/line.png) repeat-x left center;
	border-left: 5px solid #c02431;
	padding: 10px 0;
	margin-bottom: 15px;
}

h1.archive-heading a{
	background: #fff;
	padding: 0 15px;
	color: #c02431;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

.archive .content .post,
.search .content .post{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.archive .content .post a img,
.search .content .post a img{
	width: 165px;
	border: none;
	padding: 0;
	background: none;
}

.archive .content .post h2 a,
.search .content .post h2 a{
	font-weight: 500;
	font-size: 15px;
	color: #c02431;
}

.archive .content .post:hover h2 a,
.search .content .post:hover h2 a{
	color: #333;
}

.archive .content .post .entry-time,
.search .content .post .entry-time{
    background: url(images/date.png) no-repeat left center;
    padding-left: 15px;
    color: #9e9e9e;
    font-size: 12px;	
}

.archive .content .post .entry-header .entry-meta,
.search .content .post .entry-header .entry-meta{
	margin-bottom: 5px;
}

.archive .content .post:nth-child(2){
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.archive .content .post:nth-child(2) a img{
	width: 260px;
}

.archive .content .thuoc,
.search .content .thuoc{
	float: left;
	width: 260px;
	height: auto;
	margin-bottom: 15px;
}

.archive .content .thuoc:nth-child(2n),
.search .content .thuoc:nth-child(2n+1){
	clear: both;
}

.archive .content .thuoc:nth-child(2n+1),
.search .content .thuoc:nth-child(2n){
	float: right;
}

.archive .content .thuoc a img,
.search .content .thuoc a img{
	width: 100%;
	border: 1px solid #d6d6d6;
	margin-bottom: 15px;
}

.archive .content .thuoc h2 a,
.search .content .thuoc h2 a{
	font-size: 16px;
	color: #c02431;
	font-weight: 500;
}

.archive .content .thuoc:hover h2 a,
.search .content .thuoc:hover h2 a{
	color: #3ac0bd;
}

.archive .content .thuoc .entry-content p,
.search .content .thuoc .entry-content p{
	margin-bottom: 10px;
    height: 65px;
    overflow: hidden;
}

.special-category .child-category-box,
.special-category .parent-category-box{
	float: left;
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
}

.special-category .child-category-box h2.title-box-child{
	border-left: 4px solid #c02431;
	background: url(images/line.png) repeat-x left center;
	padding: 10px 0;
	margin-bottom: 15px;
}

.special-category .child-category-box h2.title-box-child a{
    background: #fff;
    padding: 0 15px;
    color: #c02431;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.special-category .child-category-box h2.title-box-child a.more-cat{
	float: right;
    background: #3ac0bd;
    font-size: 14px;
    text-transform: inherit;
    font-weight: 400;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;	
}

.special-category .child-category-box  .block-wrap,
.special-category .parent-category-box .block-wrap{
	padding: 15px;
}

.special-category .child-category-box .main-posts{
	float: left;
	width: 100%;
	height: auto;
}

.special-category .content .child-category-box .main-posts a img{
	width: 260px;
}

.special-category .child-category-box .main-posts h3 a,
.special-category .parent-category-box .main-posts h3 a{
    font-weight: 500;
    font-size: 15px;
    color: #c02431;	
}

.special-category .child-category-box .main-posts .post:hover h3 a,
.special-category .parent-category-box .main-posts .post:hover h3 a{
	color: #333;
}

.special-category .child-category-box ul{
	padding-left: 15px;
	color: #bfbfbf;
	clear: both;
}

.special-category .child-category-box ul li{
	margin-bottom: 10px;
}

.special-category .child-category-box ul li a{
    font-size: 15px;
    color: #c02431;
}

.special-category .child-category-box ul li a:hover{
	color: #c02431;
}

.special-category .parent-category-box .main-posts{
	float: left;
	width: 360px;
}

.special-category .content .parent-category-box .main-posts a.alignleft{
	margin-right: 0;
}

.special-category .content .parent-category-box .main-posts a img{
	width: 100%;
}

.special-category .content .parent-category-box .old-main{
	float: right;
	width: 165px;
}

.special-category .content .parent-category-box .old-main ul{
	list-style: none;
}

.special-category .content .parent-category-box .old-main ul li{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.special-category .content .parent-category-box .old-main ul li a.alignleft{
	margin-right: 0;
}

.special-category .content .parent-category-box .old-main ul li a img{
	width: 100%;
}

.special-category .content .parent-category-box .old-main ul li h3 a{
    font-weight: 500;
    font-size: 15px;
    color: #c02431;	
}

.special-category .content .parent-category-box .old-main ul li:hover h3 a{
    color: #333;	
}

.special-category .content .parent-category-box{
	border-top: 4px solid #c02431;
}

.special-category .content .parent-category-box .title-box-child{
    font-size: 16px;
    border-bottom: 1px solid #d6d6d6;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.special-category .content .parent-category-box .title-box-child span{
	color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: #c02431;
    float: left;
    padding: 10px 15px;
    text-transform: uppercase;	
}

h1.entry-title{
	font-weight: 700;
	font-size: 22px;
	color: #c02431;
	margin-bottom: 15px;
}

.single .content .post h2,
.single .content .bv h2,
.single .content .thuoc h2,
.page .content .page h2{
	font-weight: 700;
	font-size: 19px;
	color: #1da5a2;
	margin-bottom: 15px;	
}

.single .content .post h3,
.single .content .bv h3,
.single .content .thuoc h3,
.page .content .page h3{
	font-weight: 700;
	font-size: 17px;
	color: #333;
	margin-bottom: 15px;	
}

.single .content .post h4,
.single .content .bv h4,
.single .content .thuoc h4,
.page .content .page h4{
	font-size: 15px;
	color: #333;
}

.single .content .post .entry-header .entry-meta,
.single .content .bv .entry-header .entry-meta,
.single .content .thuoc .entry-header .entry-meta{
	background: url(images/date.png) no-repeat left center;
    padding-left: 20px;
    color: #9e9e9e;
	clear: both;
    font-size: 13px;	
}

.entry-footer .entry-meta-tag {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.entry-footer .entry-meta-tag a{
	background: #eb5463;
    padding: 0px 6px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    font-size: 15px;
    margin-right: 15px;
	margin-bottom: 5px;
}

.entry-footer .entry-meta-tag a:after{
    content: "";
    background: url(images/tag.png) no-repeat center;
    height: 26px;
    width: 12px;
    display: inline-block;
    float: right;
    margin-right: -16px;
}

.single .old-post,
.single .new-post{
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.single .old-post .main-posts,
.single .new-post .main-posts{
    float: left;
    width: 100%;	
}

.single .old-post .entry-header .entry-meta,
.single .new-post .entry-header .entry-meta{
	margin-top: 0;
}

.single .old-post .titleyarpp,
.single .new-post .titleyarpp,
.binh-luan,
#reply-title{
	border-left: 4px solid #c02431;
	padding: 10px 0;
	background: url(images/line.png) repeat-x left center;
	margin-bottom: 15px;
}

.single .old-post .titleyarpp span,
.single .new-post .titleyarpp span,
.binh-luan span,
#reply-title span{
	padding: 0 10px;
	background: #fff;
	font-weight: 600;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
}

.single .old-post .related-post,
.single .new-post .related-post{
	float: left;
	width: 30.3%;
	margin: 0 1.5% 15px;
}

.single .old-post .related-post:nth-child(3n+1),
.single .new-post .related-post:nth-child(3n+1){
	clear: both;
}

.single .old-post .related-post a img,
.single .new-post .related-post a img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.single .old-post .related-post p a ,
.single .new-post .related-post p a{
	color: #c02431;
	font-size: 15px;
	font-weight: 500;
}

.single .old-post .related-post:hover p a,
.single .new-post .related-post:hover p a{
	color: #333;
}

.single-thuoc #info-drug {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.single-thuoc #info-drug h2.title-term{
	background: url(images/line.png) repeat-x left center;
    border-left: 5px solid #c02431;
    padding: 10px 0;
    margin-bottom: 15px;	
}

.single-thuoc #info-drug h2.title-term span{
	background: #fff;
    padding: 0 15px;
    color: #c02431;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;	
}

.single-thuoc #info-drug .left-info-drug{
	float: left;
	width: 260px;
	margin-right: 15px;
}

.single-thuoc #info-drug .left-info-drug img{
	width: 100%;
	border: 1px solid #d6d6d6;
}

.single-thuoc .entry-content,
.single .content .post .entry-content{
	float: left;
	width: 100%;
}

.single-thuoc #drug-yarpp{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.single-thuoc #drug-yarpp h2{
	background: url(images/line.png) repeat-x left center;
    border-left: 5px solid #c02431;
    padding: 10px 0;
    margin-bottom: 15px;	
}

.single-thuoc #drug-yarpp h2 span{
	background: #fff;
    padding: 0 15px;
    color: #c02431;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;	
}

.single-thuoc #drug-yarpp .thuoc{
	float: left;
	width: 31.3%;
	margin-right: 3%; 
}

.single-thuoc #drug-yarpp .thuoc:last-child{
	margin-right: 0;
}

.single-thuoc #drug-yarpp .thuoc a img{
	width: 100%;
	border: 1px solid #d6d6d6;
	margin-bottom: 15px;
}

.single-thuoc #drug-yarpp .thuoc h3 a{
    font-weight: 500;
    font-size: 15px;
    color: #c02431;	
}

.single-thuoc #drug-yarpp .thuoc:hover h3 a{
	color: #3ac0bd;
}

.post-meta-tag{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

#content-search-drug {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-top: 3px solid #c02431;
    background: #fff;
}

#content-search-drug.mobile{
	display: none;
}

#content-search-drug.mobile .widget_nav_menu .menu-trangthuoc-container {
    padding: 15px;
}

#content-search-drug.mobile .code-timkiem_thuoc{
	margin: 0;
}

#content-search-drug.mobile .widget_nav_menu .widgettitle{
	display: none;
}

#content-search-drug .widget_nav_menu .widgettitle{
	font-size: 16px;
    border-bottom: 1px solid #d6d6d6;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    margin-bottom: 20px;	
}

#content-search-drug .widget_nav_menu .widgettitle span{
	color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: #c02431;
    float: left;
    padding: 10px 15px;
    text-transform: uppercase;
}

#content-search-drug .widget_nav_menu .menu-trangthuoc-container {
    padding: 15px;
}

#content-search-drug .widget_nav_menu ul{
	list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#content-search-drug .widget_nav_menu ul li{
    display: inline-block;
    margin: 0;
    float: left;
}

#content-search-drug .widget_nav_menu ul li a{
    padding: 8px 10px;
    background: #e4e4e4;
    color: #333;
    margin: 0;
    float: left;
}	

.single-thuoc #content-search-drug .widget_nav_menu ul li:first-child a,
#content-search-drug .widget_nav_menu ul li a:hover,
#content-search-drug .widget_nav_menu ul li.current-menu-item a{
	background: #eb5463;
	color: #fff;
	position: relative;
}

.single-thuoc #content-search-drug .widget_nav_menu ul li:first-child a:after,
#content-search-drug .widget_nav_menu ul li.current-menu-item a:after{
	content: "";
    background: url(images/red.png) no-repeat bottom center;
    width: 9px;
    height: 5px;
    position: absolute;
    bottom: -5px;
    margin: 0 auto;
    right: 0;
    left: 0;
}

#content-search-drug .code-timkiem_thuoc{
	margin: 0 15px;
}

#content-search-drug .code-timkiem_thuoc form{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#content-search-drug .code-timkiem_thuoc form input[type="submit"]{
    width: 130px;
    float: right;
    background: #c02431;
    color: #fff;
    border-radius: 0;
    border: none;
}

#content-search-drug .code-timkiem_thuoc form input[type="text"]{
    width: 380px;
    float: left;
    background: #fff;
    color: #666;
    font-style: italic;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 10px;
}

.single-thuoc .drugs-content {
    float: left;
    width: 540px;
    padding: 15px;
    background: #fff;
}

.page .parent-drug-box {
    float: left;
    width: 280px;
    background: #fff;
	margin-bottom: 20px;
}

.page .parent-drug-box:nth-child(2n){
    clear: both;
}

.page .parent-drug-box:nth-child(2n+1){
    float: right;
}

.page .parent-drug-box h2.title-box-child{
    background: url(images/line.png) repeat-x left center;
    border-left: 5px solid #c02431;
    padding: 10px 0;
}    

.page .parent-drug-box h2.title-box-child a{
	background: #fff;
    padding: 0 15px;
    color: #c02431;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.page .parent-drug-box .main-posts{
	margin-bottom: 15px;
}

.page .parent-drug-box .main-posts a img{
	width: 100%;
	border: 1px solid #d6d6d6;
	margin-bottom: 15px;
}

.page .parent-drug-box .main-posts h3 a{
	font-size: 16px;
    color: #c02431;
    font-weight: 500;	
}

.page .parent-drug-box .main-posts:hover h3 a{
	color: #3ac0bd;
}

.page .parent-drug-box .main-posts .mota{
    margin-bottom: 10px;
    height: 65px;
    overflow: hidden;	
}

.page .parent-drug-box h2.title-box-child .mota{
    margin-bottom: 10px;
    height: 65px;
    overflow: hidden;	
}

.page .parent-drug-box ul{
	padding-left: 15px;
	color: #bfbfbf;
	border-top: 1px solid #d6d6d6;
	padding-top: 15px;
}

.page .parent-drug-box ul li{
	margin-bottom: 10px;
}

.page .parent-drug-box ul li a{
	font-size: 15px;
	color: #333;
}

.page .parent-drug-box ul li a:hover{
	color: #c02431;
}

.page .content .guithongtin .first_row .first_col,
.page .content .guithongtin .first_row .last_col{
	background: #efefef;
	min-height: 430px;
}

.page .content .guithongtin .last_row{
	background: #efefef;
}

.page .content .guithongtin h2{
	background: url(images/line.png) repeat-x left center;
    border-left: 5px solid #c02431;
    padding: 10px 0;	
}

.page .content .guithongtin h2 span{
    background: #efefef;
    padding: 0 15px;
    color: #c02431;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.page .content .guithongtin .caldera-grid .form-group{
	padding:0 15px;
}

.page .content .guithongtin .caldera-grid  input[type="submit"]{
	background: #c02431;
    color: #fff;
    font-weight: 500;
    float: right;
    margin-bottom: 20px;
    padding: 10px 0;
    width: 120px;
}

.page .content .guithongtin .caldera-grid  input[type="reset"]{
	background: #3ac0bd;
    color: #fff;
    font-weight: 500;
    float: left;
    margin-bottom: 20px;
    padding: 10px 0;
    width: 120px;
}

.google_plusone_iframe_widget {
    width: 32px !important;
	display: none !important;
}

.addthis_native_toolbox{
	float: left;
	width: 100%;
	margin: 15px 0 20px;
}

.info-hospital {
    margin-bottom: 15px;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 15px;
}

.info-hospital h2{
	font-size: 17px;
	font-weight: 700;
	text-transform:uppercase;
}

.info-hospital ul{
	list-style:none;
}

.info-hospital ul li{
	margin-bottom: 10px;
}

.archive .content .bv h2 a,
.search .content .bv h2 a{
    font-weight: 500;
    font-size: 15px;
    color: #c02431;	
}

.archive .content .bv h2 a:hover,
.search .content .bv h2 a:hover{
    color: #3ac0bd;	
}

.back-to-top {
    position: fixed;
    right: 25px;
    bottom: 50px;
    opacity: 1;
    z-index: 900;
    cursor: pointer;
	display: none;
}

.back-to-top:hover {
    opacity: 0.9;
}

#back-to-top img {
    margin: 0 !important;
}

.mb{
	display: none !important;
}

.pc{
	display: block !important;
}

.sapo {
	float: left;
    width: 100%;
    background: #ececec;
    margin-bottom: 20px;
}

.sapo .sapobox{
	padding: 15px;
}

.sapo img{
	float: left;
	width: 180px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.single .content .post .sapo .title {
	margin-bottom: 5px;
}

.sapo .title a{
	color: #c02431;
    font-size: 15px;
    font-weight: 500;	
}

#ul-yarpp {
    float: left;
    width: 100%;
}

#ul-yarpp ul{
	padding-left: 15px;
	margin-bottom: 15px;
	color: #333;
}

#ul-yarpp ul li{
	margin-bottom: 5px;
}

#ul-yarpp ul li a{
	font-size: 15px;
	font-weight: 500;
	color: #c02431;
}

#ul-yarpp ul li a:hover {
    color: #333;
}

.info-tacgia {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

p.click-toggle {
    cursor: pointer;
    color: #0d72c7;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
}

.ul-hide{
	margin-bottom: 20px;
	display: none;
}

.show-form-phone{
    position: fixed;
    bottom: 0;
    width: 300px;
    background: #f5f5f5;
    right: 2%;
	z-index: 900;
	display: none;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	box-shadow: 1px 1px 5px 2px #d6d6d6;
	z-index: 600;
}

.hide-form-phone{
    position: fixed;
    bottom: 0;
    width: 300px;
    color: #fff;
    background: url(images/show-com.png) no-repeat #3ac0bd right 15px center;
    right: 2%;
    z-index: 900;
}

.hide-form-phone p{
    float: left;
    width: 90%;
    cursor: pointer;
    text-align: left;
    padding: 10px 5%;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.show-form-phone .box-show{
    padding: 0 10px;
}

.show-form-phone p{
	font-weight: 600;
    font-size: 13px !important;
    text-align: justify;
    margin-bottom: 10px;
}

.show-form-phone .close{
	background: url(images/hide-com.png) no-repeat #3ac0bd right 15px center;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    text-align: left;
	cursor: pointer;
}

.show-form-phone input[type="submit"],
.show-form-phone input[type="submit"]:hover{
    width: 100%;
    background: #3ac0bd;
    color: white;
	text-transform: uppercase;
}

#list-post{
	float: left;
	width: 100%;
	margin: 15px 0;
}

#list-post h2 {
    background: url(images/line.png) repeat-x left center;
    border-left: 5px solid #c02431;
    padding: 10px 0;
    margin-bottom: 15px;	
}

#list-post h2 span{
	background: #fff;
    padding: 0 15px;
    color: #c02431;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;	
}

#list-post .post{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#list-post .post a img{
	width: 165px;
	border: none;
	padding: 0;
	background: none;
}

.single .content #list-post h3{
	margin-bottom: 5px;
}

#list-post h3 a{
	font-weight: 500;
	font-size: 15px;
	color: #c02431;
}

#list-post .post:hover h3 a{
	color: #333;
}

#list-post .post .entry-time{
    background: url(images/date.png) no-repeat left center;
    padding-left: 15px;
    color: #9e9e9e;
    font-size: 12px;	
}

#list-post .post .entry-header .entry-meta{
	margin-bottom: 5px;
}

.mobile{
	display: none;
}

.pc{
	display:block;
}

.post-ratings {
    float: left;
    width: 100%;
    margin: 15px 0;
}

.post-ratings img {
    width: 15px;
}

main.content .entry-content table{
	margin-bottom: 15px;
}

main.content .entry-content table,
main.content .entry-content table tr,
main.content .entry-content table th,
main.content .entry-content table td{
    border-collapse: collapse;
    padding: 5px;
    border: 1px solid #333;
}

.newstatus:after{
    content: "New";
    background: #1da5a2;
    color: #fff;
    font-size: 12px;
    padding: 1px 5px;
    margin-left: 5px;
}

.hotstatus:after{
    content: "Hot";
    background: #c02431;
    color: #fff;
    font-size: 12px;
    padding: 1px 5px;
    margin-left: 5px;
}

/*-------------------------------------------MOBILE--------------------------------------*/

@media screen and (max-width: 1170px) {

	.wrap,
	.breadcrumb .wrap{
		width: 960px;
	}

	.site-inner{
		width: 960px;
	}
	
	.menu-primary, 
	.menu-secondary, 
	.site-header .menu{
		width: 100%;
	}
	
	.title-area{
		margin-left: 0;
	}
	
	.site-header .widget-area {
		width: 800px;
		margin-right: 0;
	}
	
	.site-header .widget-area .widget_search{
		width: 360px;
	}
	
	#content-banner-header .caia_ads_widget{
		width: 100%;
		margin: 15px 0;
	}
	
	.menu-primary a, .menu-secondary a, .site-header .menu a {
		font-size: 14px;
		padding: 15px 7px 14px;
	}
	
	.content-sidebar-wrap{
		margin: 0;
		width: 645px
	}
	
	.sidebar-secondary {
		width: 300px;
		margin-right: 0;
	}
	
	.sidebar-secondary .code-tracuuthuoc #tracuuthuoc .list-drug ul li a {
		padding: 8px 6px;
		font-size: 13px;
	}
	
	.sidebar-secondary .code-tracuuthuoc #tracuuthuoc .alphabet ul li a {
		width: 38px;
		height: 38px;
		line-height: 38px;
	}
	
	.news-block .extra-menu ul li a {
		font-size: 14px;
		padding: 10px;
	}
	
	.flexible-block .main-posts a img {
		width: 360px;
	}
	
	.flexible-block .older-posts ul li {
		width: 30%;
		margin-right: 3%;
	}
	
	.flexible-block .older-posts ul li a img {
		width: 100%;
		height: auto;
	}
	
	.news-block .main-posts a img {
		width: 240px;
	}
	
	#content-before-footer .widget_custom_html {
		width: 130px;
	}
	
	.site-footer .image-upload{
		width: 490px;
	}
	
	.site-footer .widget img{
		margin-bottom: 170px;
	}
	
	.site-footer .widget_text{
		width: 190px;
	}
	
	.site-footer .widget_nav_menu ul li a {
		font-size: 14px;
	}

	#content-after-footer .widget_text {
		margin-left: 0;
	}
	
	#content-after-footer .widget_custom_html {
		margin-right: 0;
	}

	#content-before-footer .caia-post-list-widget {
		margin: 0;
	}
	
	#content-before-footer .widget_caldera_forms_widget {
		margin: 0;
	}
	
	.sidebar{
		width: 150px;
	}
	
	.special-category .content, 
	.single-thuoc .content, 
	.page-template .content{
		width: 480px;
	}
	
	.content,
	.single-thuoc .drugs-content{
		width: 450px;
	}
	
	.special-category .parent-category-box .main-posts{
		width: 60%;
	}
	
	.special-category .content .parent-category-box .old-main{
		width: 38%;
	}
	
	#content-search-drug .code-timkiem_thuoc form input[type="text"]{
		width: 298px;
	}
	
	.page .parent-drug-box{
		width: 230px;
	}
	
	.full-width-content .content-sidebar-wrap {
		width: 100%;
	}
	
	.full-width-content .content {
		width: 930px;
	}
	
	#author, #comment, #email, #url {
		margin: 10px 0 0 0;
		padding: 5px 2%;
		width: 95%;
	}
	
	#comment{
		width: 95%;
	}
	
	.archive .content .thuoc, 
	.search .content .thuoc{
		width: 215px;
	}

}

@media screen and (max-width: 960px) {

	img {
		height: auto;
		max-width: 100%;
	}

	img {
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}
	
	.wrap,
	.breadcrumb .wrap{
		width: 96%;
		padding: 0 2%;
	}

	.breadcrumb{
		padding: 20px 0;
	}

	.site-inner {
	    width: 96%;
	    margin: 20px 2%;
	}

	#click-menu{
		text-align: right;
		cursor: pointer;
		font-size: 15px;
		display: none;
		position: fixed;
		right: 0 !important;
		top: 40px !important;
		margin: 0 !important;
		color: #FFFFFF;
		z-index: 9999;
		background: #fff;
		width: 100%;
		padding: 10px 0 !important;
		box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
	}
	
	#click-menu:before{
		content: "";
		background: url(images/logo.png) no-repeat center center;
		background-size: 68px;
		position: absolute;
		left: 2%;
		top: 0;
		z-index: 99999999999999999999999999;
		height: 47px;
		width: 77px;
	}
	
	#responsive-menu {
		z-index: 99999 !important;
	}
	
	.site-header {
		/*border-top: 50px solid #ececec;
		height: auto;
		padding-bottom: 15px;*/
		padding-top: 0;
		height: 50px;
		box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
		display: none;
	}
	
	#click-menu.f-click{
		position: fixed !important;
		top: 0 !important;
	}
	
	#click-menu .threeLines {
		float: right;
		margin-right: 2% !important;
	}
	
	.title-area {
		width: 70px;
		height: 50px;
	}
	
	.site-title a, 
	.site-title a:hover{
		background-position: left center;
		background-size: contain;
	}
	
	#content-banner-before-header {
		display: block;
	}
	
	.site-header .widget-area {
		width: 100%;
	}
	
	.site-header .widget-area .widget_text {
		float: none;
		margin-top: 0;
		text-align: center;
		display: none;
	}
		
	.site-header .widget-area .widget_custom_html {
		position: absolute;
		top: 0;
		right: 2%;
		margin-top: 15px;
	}
	
	.site-header .widget-area .widget_custom_html .account a{
		margin: 0 5px;
	}
	
	.site-header .widget-area .widget_custom_html .social{
		margin-left: 0;
	}
	
	.site-header .widget-area .widget_search {
		width: 260px;
		top: 0;
		position: absolute;
		left: 2%;
		display: none;
		margin-top: 5px;
	}
	
	.nav-primary{
		display: none;
	}
	
	#click-menu .threeLines .line{
		background: #c02431 !important;
	}
	
	.site-header .search-form {
		width: 100%;
	}
	
	.search-form input[type="search"] {
		width: 205px;
	}
	
	.nav-primary {
		background: #c02431;
		height: 50px;
	}
	
	.menu-primary, 
	.menu-secondary, 
	.site-header .menu{
		display: none;
	}
	
	.content-sidebar-wrap{
		width: 100%;
	}
	
	.sidebar-secondary{
		width: 100%;
	}
	
	.sidebar-secondary .widget_media_image,
	.sidebar-primary .widget_media_image,
	.sidebar-secondary .widget_custom_html{
		text-align: center;
	}
	
	#content-before-footer .widget_custom_html {
		width: 30%;
		margin: 15px 1.5%;
	}
	
	.site-footer .widget_nav_menu ul li a {
		font-size: 15px;
	}
	
	.site-footer .widget img{
		margin-bottom: 140px;
	}
	
	.sidebar-secondary .caia_code_widget #bmi-forms input[type="text"]{
		width: 80%;
	}
	
	.special-category .content, 
	.single-thuoc .content, 
	.page-template .content {
		width: 100%;
	}
	
	.sidebar {
		width: 100%;
		margin: 15px 0;
	}
	
	.special-category .content .parent-category-box .main-posts a.alignleft {
		margin-right: 0;
		width: 100%;
	}
	
	.content, 
	.single-thuoc .drugs-content {
		width: 96%;
		padding: 15px 2%;
	}
	
	.page .parent-drug-box {
		width: 49%;
	}
	
	#content-search-drug .code-timkiem_thuoc form input[type="text"] {
		width: 76%;
		padding: 10px 2%;
	}
	
	#content-search-drug .code-timkiem_thuoc form input[type="submit"]{
		width: 18%;
	}
	
	.full-width-content .content {
		width: 96%;
	}
	
	.site-footer .widget_nav_menu ul li a{
		display: inline-block;
	}
	
	.flexible-block button.slick-prev.slick-arrow{
		right: 30px;
		left: auto;
	}
	
	.flexible-block button.slick-next.slick-arrow{
		right: 0;
		left: auto;
	}
	
	/*#content-banner-header{
		display: none;
	}*/
	
	.flexible-block .main-posts a.more-link{
		display: none;
	}
	
	.flexible-block .main-posts .caia-block-item p{
		margin-bottom: 15px;
	}
	
	select,
	input[type="reset"]{
		-webkit-appearance: none;
	}
	
	.archive .content .thuoc, 
	.search .content .thuoc{
		width: 48%;
	}
	
	.sidebar-primary .caia-post-list-widget .main-posts .post a.alignleft{
		margin-right: 15px;
	}

	.sidebar-primary .caia-post-list-widget .main-posts .post a img {
		height: auto;
		object-fit: unset;
		width: 110px;
	}
	
	#content-search-drug.mobile{
		display: block;
	}
	
	.single .old-post .related-post, 
	.single .new-post .related-post{
		width: 47%;
		margin: 5px 1.5%;
	}
	
	.single .old-post .related-post:nth-child(2n+1), 
	.single .new-post .related-post:nth-child(2n+1){
		clear: both;
	}
	
	.single .old-post .related-post:nth-child(3n+1),
	.single .new-post .related-post:nth-child(3n+1){
		clear: none;
	}
		
	.single .old-post .related-post a img, 
	.single .new-post .related-post a img{
		width: 35%;
	}
	
	.single .content .post .entry-header .entry-meta, 
	.single .content .bv .entry-header .entry-meta{
		clear: none;
		background: none;
		padding-left: 0;
		color: #9e9e9e;
		font-size: 13px;
	}
	
	.single .content .post .entry-header .entry-meta span, 
	.single .content .bv .entry-header .entry-meta span{
		background: url(images/date.png) no-repeat left center;
		padding-left: 20px;
		color: #9e9e9e;
		clear: both;
		font-size: 13px;
	}
	
	.site-footer .image-upload {
		width: 97%;
		margin: 0 1.5% 15px;
	}
	
	.site-footer .widget_text{
		width: 47%;
		margin: 0 1.5% 15px;
	}
	
	.site-footer .widget_nav_menu{
		margin: 30px 1.5%;
	}
	
	.mobile{
		display: block;
	}

	.pc{
		display: none;
	}
	
	.single .content .entry-content p, 
	.single .content .entry-content ul li, 
	.single .content .entry-content ol li, 
	.single .content .entry-content a {
		font-size: 17px;
	}
	
	.page .content .entry-content p, 
	.page .content .entry-content ul li, 
	.page .content .entry-content ol li, 
	.page .content .entry-content a {
		font-size: 17px;
	}
	
	.single .content .post h2, 
	.single .content .bv h2, 
	.single .content .thuoc h2, 
	.page .content .page h2{
		font-size: 23px;
	}
	
	.single .content .post h3, 
	.single .content .bv h3, 
	.single .content .thuoc h3, 
	.page .content .page h3{
		font-size: 20px;
	}
}

@media screen and (max-width: 900px) {

}

@media screen and (max-width: 860px) {

}

@media screen and (max-width: 700px) {
	#content-search-drug .code-timkiem_thuoc form input[type="text"] {
		width: 96%;
		margin-bottom: 15px;
	}
	
	#content-search-drug .code-timkiem_thuoc form input[type="submit"] {
		width: auto;
	}
}

@media screen and (max-width: 667px) {

}

@media screen and (max-width: 640px) {
	.single .old-post .related-post, 
	.single .new-post .related-post{
		width: 100%;
		margin: 5px 0;
	}
	
	.single .content .post .entry-content p iframe,
	.page .content .page .entry-content p iframe{
		width: 100% !important;
		height: auto;
	}
}

@media screen and (max-width: 600px) {
	.flexible-block .main-posts a img {
		width: 100%;
		margin-bottom: 15px;
	}	
}

@media screen and (max-width: 568px) {
	.site-footer .widget .noidung {
		width: 100%;
		clear: both;
	}
	
	.site-footer .widget img{
		margin: 0;
	}
	
	/*.site-header {
		border-top: 100px solid #ececec;
	}*/
	
	.site-header .widget-area .widget_search {
		width: 96%;
		top: 50px;
	}
	
	.search-form input[type="search"] {
		width: 86%;
		padding: 0 2%;
	}
	
	.site-header .widget-area input.search-form input[type="submit"].search-submit{
		width: 10%;
	}
	
	/*#click-menu{
		top: 267px !important;
	}*/
	
	.right-info-drug {
		width: 100%;
		float: left;
		margin: 15px 0;
		border-bottom: 1px solid #d6d6d6;
		padding-bottom: 15px;
	}
	
	.single-thuoc #info-drug .left-info-drug {
		width: 100%;
		margin-right: 0;
	}
}

@media screen and (max-width: 500px) {
	
	.archive .content .thuoc, 
	.search .content .thuoc{
		width: 100%;
		margin-bottom: 0;
	}
	
	.news-block .extra-menu ul li{
		display: none;
	}
	
	.news-block .extra-menu ul li ul li{
		display: block;
	}
	
	.news-block .extra-menu ul li:last-child{
		display: block;
	}
	
	.news-block .main-posts a img {
		width: 100%;
		margin-bottom: 15px;
	}
	
	#content-before-footer .widget_custom_html {
		width: 47%;
		margin: 15px 1.5%;
	}
	
	#content-before-footer .widget_custom_html:nth-child(2n+1) {
		clear: both;
	}
	
	.flexible-block .older-posts ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.flexible-block .older-posts ul li a img{
		width: 35%;
		float: left;
	}
	
	.special-category .parent-category-box .main-posts {
		width: 100%;
	}
	
	.special-category .content .parent-category-box .old-main {
		width: 100%;
	}
	
	.special-category .content .parent-category-box .old-main ul li a.alignleft {
		width: 35%;
		margin-right: 15px;
	}
	
	.special-category .content .child-category-box .main-posts a.alignleft,
	.special-category .content .child-category-box .main-posts a img {
		width: 100%;
	}
	
	.page .parent-drug-box {
		width: 100%;
	}
	
	.archive .content .post:nth-child(2) a img {
		width: 100%;
	}
	
	.archive .content .post a img, 
	.search .content .post a img{
		width: 30%;
	}
	
	#content-after-footer .widget_custom_html a img {
		margin: 0;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	#content-after-footer .widget_custom_html {
		float: left;
		width: 100%;
	}

	.mb{
		display: block !important;
	}
	
	.pc{
		display: none !important;
	}
}

@media screen and (max-width: 400px) {
	.single .old-post .related-post, .single .new-post .related-post,
	.single-thuoc #drug-yarpp .thuoc{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}	
	
	.single .old-post .related-post a img, 
	.single .new-post .related-post a img{
		width: 35%;
	}
	
	.sapo img{
		width: 100%;
	}
	
	.site-footer .widget_text{
		width: 97%;
	}
}

@media screen and (max-width: 375px) {

}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {

}