/*Theme Name: DoVanBaoTheme URI: http://dovanbao.com/Author: Do Van BaoAuthor URI: http://dovanbao.comDescription: Thiet ke websiteVersion: 1.0.0License: GNU General Public License v2 or laterLicense URI: http://dovanbao.comText Domain: dvb*/
/*--------------------------------------------------------------# variables--------------------------------------------------------------*/
/*--------------------------------------------------------------# general--------------------------------------------------------------*/
/*--------------------------------------------------------------# Normalize--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700&subset=vietnamese');
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    background: #FFF;
    color: #333;
    font: 13px/1.5 Arial, sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
    text-decoration: none;
}
a:active,
a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
    color: #2d6c9a;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    outline: none;
    font: inherit;
    margin: 0;
}
form.search-form {
    position: relative;
}
form.search-form button.search-submit {
    position: absolute;
    right: 0;
    top: 0;
    border: 0px;
    background: #54b57e;
    color: #fff;
    padding: 12px;
    font-size: 15px;
    border-radius: 3px;
}
form.search-form input[type="search"] {
    width: 100%;
    padding: 7px 10px;
}
form.search-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #004370;
    color: #fff;
}
form.search-form input[type="submit"]:hover {
    background: #419c35;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 4px 7px;
}
/*--------------------------------------------------------------# Typography--------------------------------------------------------------*/

button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.4;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 10px;
}
h1 {
    font-size: 18px;
}
h2 {
    font-size: 17px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 13px;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------# Elements--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    
    box-sizing: inherit;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
    
    border: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/*--------------------------------------------------------------# Forms--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    background: #e6e6e6;
    color: #000;
    font-size: 12px;
    line-height: 1;
    padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
select {
    border: 1px solid #ccc;
}
textarea {
    padding-left: 3px;
    width: 100%;
}
/*--------------------------------------------------------------# Navigation--------------------------------------------------------------*/
/*--------------------------------------------------------------## Links--------------------------------------------------------------*/

a {
    color: #871a67;
}
a:visited {
    color: #871a67;
}
/*--------------------------------------------------------------## Menus--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}
/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*--------------------------------------------------------------# Accessibility--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------# Alignments--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------# Clearings--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------# Widgets--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}
/*--------------------------------------------------------------# Content--------------------------------------------------------------*/
/*--------------------------------------------------------------## Posts and pages--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.byline {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------## Asides--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
/*--------------------------------------------------------------## Comments--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------# Infinite scroll--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------# Media--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------## Captions--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------## Galleries--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
.img-404 img {
    margin: 15px auto;
    display: block;
}
body.error404 form.search-form input[type="search"] {
    line-height: 40px;
    width: 100%;
    background: #EAEAEA;
    color: #999;
    padding: 0 20px;
    border: none;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
}
body.error404 form.search-form input[type="submit"] {
    background: #222;
    width: auto;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
}
.dvb-pagenavi {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 0px 15px 0px;
    margin-bottom: 30px;
}
.dvb-pagenavi ul.page-numbers li {
    display: inline-block;
    color: #fff;
}
.dvb-pagenavi ul.page-numbers li a,
.dvb-pagenavi ul.page-numbers li span {
    color: #fff;
    width: 27px;
    height: 29px;
    line-height: 27px;
    color: #8a8885;
    border: 1px solid #8a8885;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-align: center;
    padding: 5px 10px 5px 10px;
}
.dvb-pagenavi ul.page-numbers li span.current {
    background: #2d6c9a;
    border-color: #2d6c9a;
    color: #FFF;
}
.dvb-pagenavi ul.page-numbers li:hover a {
    background: #2d6c9a;
    border-color: #2d6c9a;
    color: #FFF;
}
.error404 h1 {
    font-size: 20px;
    text-align: center;
    margin: 40px 0;
    text-transform: uppercase;
}
.error404 h1 span {
    color: #c90000;
    font-size: 160px;
}
.entry-content {
    font-size: 20px;
        line-height: 1.42857143;
    text-align: justify;
        font-family: "Roboto Condensed", arial;
}
.page-header {
    margin-top: 0px;
}
/*--------------------------------------------------------------# header--------------------------------------------------------------*/

.logo {
    margin: 20px 0;
}
.logo h1,
.logo h2 {
    display: none;
}
#topbar {
    background: #f5f5f5 none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    line-height: 26px;
    color: #004370;
}
#topbar i.fa-youtube {
    color: #c90000;
    font-size: 20px;
    margin: 5px 2px;
}
.red {
    color: red;
}
.box-icon {
    width: 31.3%;
    float: left;
    margin: 25px 0 25px 2%;
}
.box-icon .fa {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    border: 1px solid #E5E5E5;
    font-size: 22px;
    padding: 10px;
    text-align: center;
    color: #888;
}
.box-icon:hover .fa {
    border: 1px solid #2984a6;
    color: #2984a6;
}
.site-header .search {
    float: right;
}
.site-header .logo-search .search {
    margin: 20px 0px;
}
.site-header #main-menu .search {
    margin-top: 6px;
}
.search input.form-control {
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #999;
    font-size: 13px;
    float: left;
    line-height: 11px;
    padding: 5px 10px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    vertical-align: middle;
    width: 225px;
}
.site-header .search-mobile input,
.site-header .search input {
    border: 1px solid #eee;
    color: #999;
    float: left;
    font-size: 13px;
    line-height: 11px;
    padding: 5px 10px;
}
.site-header .search-mobile input:focus,
.site-header .search input:focus {
    background: #fffff0 none repeat scroll 0 0;
    border: 1px solid #ddd;
}
.site-header .search-mobile input.btn,
.site-header .search input.btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin: 6px 0 0 -24px;
    padding: 0;
    width: auto;
}
.jqclock {
    position: absolute;
    right: 15px;
    bottom: -10px;
}
.google,
.fb-like,
.twitter,
.facebook {
    float: left;
    height: 25px;
    margin-right: 5px;
}
.button-social-share.fb-send {
    margin-right: 0px;
}
.button-social-share.google-pl {
    margin-bottom: 6px;
}
.button-social-share.google-pl #___plusone_0 {
    padding-top: 6px !important;
    display: block !important;
    height: 25px !important;
}
/*--------------------------------------------------------------# menu--------------------------------------------------------------*/

#main-menu {
    background: #871a67;
    margin-bottom: 20px;
}
nav#site-navigation {
    padding: 0px;
}
ul#navigation {
    padding: 0px;
    margin: 0px;
}
ul#navigation li {
    display: block;
    float: left;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
ul#navigation li a {
    padding: 10px;
    position: relative;
    display: block;
    white-space: nowrap;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    border-right: 1px solid #003b62;
}
ul#navigation li a:hover,
ul#navigation li a:focus {
    background: #419c35;
    color: #FFF;
}
ul#navigation li:hover a,
ul#navigation li:focus a,
ul#navigation li.active a {
    background: #419c35;
    color: #FFF;
}
ul#navigation li .sub-menu {
    background: #F3F3F3;
    min-width: 210px;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    transition: transform 0.5s ease, opacity 0.2s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s;
    margin: 0px;
}
ul#navigation li .sub-menu li {
    margin: 0;
    width: 100%;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
ul#navigation li .sub-menu li a {
    padding: 0 15px;
    line-height: 37px;
    color: #222;
    font-size: 14px;
}
ul#navigation li .sub-menu li:hover a {
    color: #fff;
}
ul#navigation li.menu-item-has-children:hover:after {
    content: '';
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #CD2C32;
    position: absolute;
    bottom: 0;
    margin-bottom: -14px;
    left: 0;
    margin-left: 15px;
    z-index: 9999;
}
ul#navigation li:hover > .sub-menu {
    display: block;
    visibility: visible;
    z-index: 9999;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform 0.3s ease, opacity 0.2s ease .1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
}
.navbar-toggle {
    margin: 5px 0px 0px 0px;
    padding: 0;
    width: 32px;
    height: 26px;
    position: relative;
}
.navbar-toggle .icon-bars {
    transition: all 0.3s;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 30px;
    height: 2px;
    display: block;
    background-color: transparent;
}
.navbar-toggle .icon-bars:before,
.navbar-toggle .icon-bars:after {
    transition: transform 0.3s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: '';
}
.navbar-toggle .icon-bars:before {
    transform: translateY(0) rotate(45deg);
}
.navbar-toggle .icon-bars:after {
    transform: translateY(0) rotate(-45deg);
}
.navbar-toggle .icon-bar-3 {
    bottom: 0;
    transform: translateY(0) rotate(-45deg);
}
.navbar-toggle.collapsed .icon-bars {
    background: #000;
}
.navbar-toggle.collapsed .icon-bars:before {
    transform: translateY(-400%);
}
.navbar-toggle.collapsed .icon-bars:after {
    transform: translateY(400%);
}
.dropdown-menu {
    visibility: hidden;
    opacity: 0;
    min-width: 250px;
    top: 115px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-color: #419c35;
    border-top: none;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0px;
}
.nav .dropdown-menu {
    left: 0;
    right: auto;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 9999;
}
nav#site-navigation ul.dropdown-menu li {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0px;
    border-top: 0px;
    border-radius: 0px;
}
.dropdown-menu > li > a {
    padding: 8px 15px;
    color: #EEE;
    border-bottom: 1px solid #419c35;
    font-size: 13px;
    font-weight: bold;
}
ul#navigation .dropdown-menu > li > a:hover,
ul#navigation .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
ul.sub-menu.toggle-submenu {
    display: none;
}
.toggle-menu .toggle-menu-item-parent {
    position: relative;
}
.toggle-menu .toggle-caret {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    line-height: inherit;
}
.toggle-menu .toggle-caret .fa {
    width: 20px;
    text-align: center;
    font-size: inherit;
    color: inherit;
    line-height: 20px;
    color: #fff;
}
.toggle-menu .active > .toggle-caret .fa:before {
    content: "\f068";
}
@media (min-width: 768px) {
    .dropdown:hover > .dropdown-menu {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
}
@media (max-width: 768px) {
    nav#site-navigation ul li {
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px 10px;
        border-radius: 0px;
        text-align: left;
        background: #111;
    }
    nav#site-navigation ul li a {
        color: #fff;
    }
    .navbar-nav {
        margin: 0px;
    }
}
.menu-responsive {
    background: rgba(0, 0, 0, 0.9);
    left: -250px;
    height: 100%;
    position: fixed;
    width: 250px;
    z-index: 199999;
    top: 0;
    overflow-y: scroll;
}
.menu-close {
    cursor: pointer;
    padding: 10px;
    background: #e18533;
    text-align: left;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial;
    overflow: hidden;
}
.menu-close i {
    color: #fff;
    font-size: 25px;
    float: left;
}
.menu-close i.fa-times {
    float: right;
}
.menu-close span {
    margin: 5px;
    float: left;
}
.menu-open {
    float: left;
    display: none;
    line-height: 40px;
    margin-top: 12px;
}
.menu-open span {
    background: #fff;
    display: block;
    width: 30px;
    height: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.menu-open i {
    font-size: 35px;
}
.menu-responsive ul {
    list-style: none;
    padding: 0;
}
.menu-responsive ul li {
    padding: 10px;
    border-bottom: 1px solid;
}
.menu-responsive ul li a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}
.menu-responsive ul li.current-menu-item a {
    color: #b074bd;
}
.menu-responsive ul.sub-menu li {
    border-bottom: none;
}
.menu-responsive ul.sub-menu li a:before {
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin: 0 5px 0 0;
}
.menu-responsive ul {
    margin: 0px;
    padding: 0px;
}
/*--------------------------------------------------------------# main--------------------------------------------------------------*/

.widget_bulletin {
    margin-bottom: 20px;
}
.widget_bulletin:nth-child(2n) {
    clear: right;
}
.widget_bulletin:nth-child(2n+1) {
    clear: left;
}
.twocol .catbox {
    border: 1px solid #e5e5e5;
    height: 450px;
    margin-bottom: 0;
    overflow: hidden;
}
.twocol .module-title {
    background: rgba(0, 0, 0, 0) url(images/tab.png) no-repeat scroll 0 0;
    color: #ffffff;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 0;
    padding: 0 10px;
    text-align: left;
    text-transform: uppercase;
    width: 280px;
}
.twocol .module-title a {
    color: #fff;
}
.twocol .catbox .box-content {
    padding: 10px;
}
.widget_bulletin ul {
    margin: 0;
    padding: 0;
}
.widget_bulletin ul li {
    border-bottom: 1px dotted #eee;
    list-style: outside none none;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    color: #000;
    display: block;
    font-size: 12px;
}
.twocol ul li.first {
    background: none;
    padding-left: 0;
    font-weight: normal;
    overflow: hidden;
}
.twocol ul li {
    font-weight: bold;
}
.twocol h2.entry-title {
    font-size: 14px;
    margin: 10px 0;
}
.widget_bulletin ul li a {
    color: #2d6c9a;
}
.twocol .catbox img {
    border: 1px solid #fff;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
    float: left;
    margin-right: 10px;
    max-height: 90px;
    width: 120px;
}
.entry-meta {
    font-size: 11px;
    text-transform: uppercase;
    color: #888;
}
.twocol .entry-excerpt {
    font-size: 13px;
    margin-bottom: 10px;
}
.widget_bulletin.boxwidth h4 {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}
.widget_bulletin .meta-date {
    color: #888;
    font-size: 12px;
}
#lastest {
    margin-bottom: 20px;
}
#lastest .hentry img {
    width: 100%;
}
#lastest h2 {
    margin: 10px 0;
}
#lastest h3 {
    background: #419c35 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 5px 15px;
    text-transform: uppercase;
}
#lastest ul li {
    background: rgba(0, 0, 0, 0) url(images/link.gif) no-repeat scroll 0 6px;
    border-bottom: 1px dotted #eee;
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
}
#lastest h4 {
    font-size: 12px;
    margin-bottom: 5px;
}
.widget_bulletin ul li a:hover {
    color: #45a863;
}
.contact-content {
    margin-top: 30px;
}
.contact-content ul.contact-form li {
    margin-bottom: 10px;
    min-height: 40px;
    overflow: hidden;
}
.contact-form label {
    width: 180px;
    float: left;
    display: inline-block;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="date"],
.contact-form select {
    float: left;
    width: 200px;
    border: 1px solid #E5E5E5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 6px 12px;
}
.contact-content input[type="submit"] {
    width: 200px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 9px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 1.42857;
    font-weight: bold;
    margin: 20px 0;
    display: block;
    float: none;
    background: #35770a;
    color: #FFF;
    border: 1px solid transparent;
    border-bottom: 3px solid #00370a;
}
.contact-content input[type="submit"]:hover {
    color: #FFF;
    background-color: #004370;
    border-bottom: 3px solid #000370;
}
/*--------------------------------------------------------------# archive--------------------------------------------------------------*/

.inner-content {
    margin-bottom: 25px;
}
.cate-header {
    margin-bottom: 15px;
    background: rgba(0, 0, 0, 0) url(images/bg_head_nav.png) repeat-x scroll 0 10px;
}
.cate-header h1 {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    padding-right: 15px;
    text-transform: uppercase;
    color: #2d6c9a;
}
.list-blog .post-item {
    border-bottom: 1px solid #EEE;
    padding: 0 0px 15px 0px;
    margin-bottom: 15px;
}
.list-blog .post-item .post-thumb img {
    width: 100%;
    height: auto;
}
.list-blog .post-info h2.entry-title {
    font-size: 14px;
}
.list-blog .post-info .post-meta {
    font-size: 11px;
    display: none;
    color: #888;
}
.list-blog .post-info .post-meta span {
    margin-right: 7px;
}
.list-blog .post-info .post-meta span i {
    padding-right: 3px;
}
.list-blog .post-info .post-meta span.fn {
    margin-right: 0px;
}
.list-blog .post-info p.des {
    margin-top: 5px;
    line-height: 1.6;
    text-align: justify;
    font-size: 13px;
}
#random_posts img {
    float: left;
    width: 100px;
    height: auto;
    margin-right: 10px;
}
#random_posts h5 {
    font-size: 12px;
    height: 50px;
    clear: none;
}
#random_posts {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
}
/*--------------------------------------------------------------# single--------------------------------------------------------------*/

.dvb-social-share {
    clear: both;
    padding: 10px;
    border-radius: 5px;
    background: #f6f6f6;
    width: 100%;
    float: left;
}
.dvb-social-share span.share-text {
    display: block;
    float: left;
    padding: 0 9px;
    font-size: 14pt;
}
.dvb-social-share ul.dvb-share {
    float: right;
}
.dvb-social-share ul.dvb-share li {
    float: left;
}
.dvb-social-share ul.dvb-share li a {
    padding: 5px 9px;
    color: #FFF;
    margin: 0 6px 2px 0;
    display: inline-block;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.dvb-social-share ul.dvb-share li a span {
    display: none;
}
ul.dvb-share li {
    overflow: hidden;
    position: relative;
}
ul.dvb-share li a.facebook {
    background: #39599f;
}
ul.dvb-share li a.google {
    background: #fa0101;
}
ul.dvb-share li a.twitter {
    background: #45b0e3;
}
ul.dvb-share li a.linkedin {
    background: #65b7d2;
}
ul.dvb-share li.pinterest {
    background: #E00707;
    padding: 2px 9px;
    color: #fff;
}
.share-pin-origin {
    position: absolute;
    z-index: 5;
    width: 100%;
    opacity: 0;
}
.share-pin-origin span {
    width: 100%;
}
.share-pin-alt {
    position: relative;
    z-index: 1;
    display: none;
}
.dvb-share li:hover a.facebook,
.dvb-share li:hover a.google,
.dvb-share li:hover a.linkedin,
.dvb-share li:hover a.twitter {
    background: #444;
}
.dvb-share li.pinterest:hover {
    background: #444;
}
.related-post {
    margin-top: 15px;
    width: 100%;
    float: left;
}
#pathway {
    position: relative;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
}
#pathway .entry-meta {
    float: right;
    color: #555;
    margin-top: 3px;
    font-size: 11px;
    text-transform: uppercase;
}
#crumbs {
    float: left;
}
h1.entry-title,
h1.page-title {
    color: #2d6c9a;
    font-size: 34px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0;
    color: #2d6c9a;
}
.entry-content h2 {
  font-weight: bold;
  font-size: 20px;
}
#entry-meta {
    margin-bottom: 15px;
    font-style: italic;
}
.related-title h3 {
    font-size: 16px;
    color: #2d6c9a;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
}
.show-related ul li {
    background: rgba(0, 0, 0, 0) url(images/link.gif) no-repeat scroll 0 6px;
    color: #000;
    padding-left: 18px;
    margin-bottom: 5px;
    overflow: hidden;
}
.show-related ul li h4 {
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 5px;
}
.show-related ul li h4 a {
    color: #333;
}
.show-related ul li h4 a:hover {
    color: #2d6c9a;
}
.dvb-title-comment {
    font-size: 19px;
    font-weight: bold;
    line-height: 18px;
    color: #333;
    margin-top: 35px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.dvb-title-comment i {
    color: #f51227;
    margin-right: 10px;
}
#button-share {
    padding: 0;
    text-align: left;
}
.button-social-share {
    float: left;
    margin-right: 10px;
}
#button-share .share-link {
    background: #E5E5E5 none repeat scroll 0 0;
    color: #555;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
    padding: 1px 10px;
    position: relative;
}
.zshare-zalo svg {
    height: 16px;
    margin-top: 2px;
}
.zshare-zalo {
    background: #008fe5 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 20px;
    margin-left: 0;
    padding: 0 5px;
}
.zshare-label {
    color: white;
    display: inline-block;
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    vertical-align: top;
    padding-left: 5px;
}
/*--------------------------------------------------------------# widget--------------------------------------------------------------*/

.advertisement img {
    width: 100%;
}
#tabber {
    display: block;
    background: #fff;
    height: auto;
    margin: 0px 0px 25px 0px;
    overflow: hidden;
    border: 10px solid #e8e8e8;
    font-size: 12px;
}
#tabber .nav-tabs {
    border: none;
    border-left: 1px solid #e6e6e6;
    overflow: hidden;
    display: flex;
    height: 40px;
    margin: 0 0 -1px 0;
}
#tabber .nav-tabs li {
    border-top: 1px solid #e6e6e6;
    float: left;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
}
#tabber .nav-tabs li a {
    color: #999;
    display: block;
    float: left;
    padding: 0 11px;
    line-height: 38px;
    border-radius: 0px;
    text-transform: uppercase;
}
#tabber .nav-tabs li.active a {
    background: #fff;
    border-bottom: 1px solid #fff;
    border-left: 0px;
    border-top: 0px;
    color: #333;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}
#tabber .tab-content {
    border: 1px solid #e6e6e6;
    padding: 10px;
}
#tabber .tab-content li {
    background: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0px;
    overflow: hidden;
}
#tabber .tab-content li a {
    color: #333;
    line-height: 18px;
    font-weight: bold;
}
#tabber .tab-content li:last-child {
    border-bottom: 0px;
}
#tabber ul li a span.reso {
    color: #cdcdcd;
    float: left;
    font-family: Tahoma;
    font-size: 20px;
    height: 46px;
    margin-bottom: 0;
    margin-top: 3px;
    text-align: center;
    vertical-align: top;
    width: 34px;
    font-weight: bold;
}
#tabber ul li:hover span.reso {
    color: #000;
}
#tabber ul li:hover a {
    color: #419c35;
}
#tabber .nav-tabs li:last-child.active {
    border-left: 1px solid #ddd;
}
#tabber .nav-tabs li:last-child.active a {
    border-right: 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.widget-area .widget {
    margin-bottom: 20px;
    padding: 10px;
    background: #F9F9F9;
    border: 1px solid #EEE;
}
.widget-area .widget .widget-title {
    text-transform: uppercase;
    font-size: 15px;
    margin: 0 0 15px;
    font-weight: 700;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 10px;
    color: #333;
}
.widget-area .widget-popular-post,
.widget-area .dvb_widget_advertisement {
    padding: 0px;
    background: transparent;
    border: 0px;
}
/*--------------------------------------------------------------# footer--------------------------------------------------------------*/

#topcontrol {
    z-index: 99;
    position: fixed;
    bottom: -100px;
    right: 10px;
    cursor: pointer;
    transition: all, 0.7s, ease-in-out;
}
#topcontrol:hover {
    background: #d81d4a;
}
.backtotop {
    background: #E5E5E5 none repeat scroll 0 0;
    color: #000 !important;
    font-size: 11px;
    font-weight: 600;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    z-index: 9999;
    border-radius: 5px;
    border: 1px solid #DDD;
}
.backtotop .fa {
    display: inline-block;
    width: 24px;
    z-index: 9;
}
.site-footer .footer-top {
    width: 100%;
    float: left;
    background: #871a67;
    font-size: 13px;
    padding: 20px 0;
    color: #DDD;
}
.site-footer .footer-bottom {
    width: 100%;
    float: left;
    background: #419c35;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #EEE;
    font-size: 13px;
    border-top: 1px solid #871a56;
}
.site-title {
    font-size: 13px;
    margin: 0;
    color: #ffffff;
}
#partners {
    background: #F5F5F5;
    padding: 20px 0;
}
#partners h3 {
    text-transform: uppercase;
    border-bottom: 2px solid #E5E5E5;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #004370;
}
.footer-col ul li {
    font-weight: bold;
    margin: 0;
    padding: 3px 0;
}
.footer-col ul li a {
    color: #EEE;
}
.footer-col ul li a:hover {
    color: #111;
}
.footer-col ul li strong {
    font-weight: 600;
}
.footer-col h3.widget-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffbd21;
}
#owl-partner .owl-nav.disabled,
#owl-partner .owl-nav {
    display: block;
    width: 50px;
    position: absolute;
    right: 0;
    top: -55px;
}
#owl-partner .owl-nav.disabled div,
#owl-partner .owl-nav div {
    width: 24px;
    height: 24px;
    text-align: center;
    background: #FFF;
    border: 1px solid #EEE;
    float: left;
}
#owl-partner .owl-nav.disabled div i,
#owl-partner .owl-nav div i {
    border: 1px solid #eee;
    padding: 2px 5px;
    font-size: 20px;
    line-height: 16px;
}
.sticky-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
}
#featured {
    background: #f5f5f5 none repeat scroll 0 0;
    border-bottom: 5px solid #871a67;
    border-top: 5px solid #871a67;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0;
    padding: 15px;
}
#featured article {
    height: 75px;
    margin-bottom: 20px;
    overflow: hidden;
}
#featured img {
    float: left;
    height: auto;
    margin-right: 15px;
    width: 100px;
}
#featured h2 {
    font-size: 13px;
    margin: 0;
    clear: none;
}
#featured a {
    color: #004370;
}
#featured a:hover {
    color: #2d6c9a;
}
.box-icon img {
    float: left;
    margin-right: 5px;
}
/*--------------------------------------------------------------# responsive--------------------------------------------------------------*/

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    width: 100% !important;
}
@media (min-width: 980px) {
    .container {
        width: 980px;
    }
    #main-content {
        width: 660px;
        float: left;
        padding-right: 20px;
        display: block;
    }
    #sidebar {
        width: 290px;
        float: right;
        border-left: 1px solid #EEE;
        padding-left: 20px;
        display: block;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
        padding: 0px 10px;
    }
    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        padding: 0px 10px;
    }
    .row {
        margin: 0px -10px;
    }
    #main-content {
        width: 850px;
        float: left;
        padding-right: 20px;
        display: block;
    }
    #sidebar {
        width: 320px;
        float: right;
        border-left: 1px solid #EEE;
        padding-left: 20px;
        display: block;
    }
}
@media (max-width: 1199px) {
    ul#navigation li a {
        padding: 10px 5px;
    }
    ul#navigation {
        display: none;
    }
    .menu-open {
        display: block;
    }
}
@media (max-width: 991px) {
    #main-menu {
        height: 45px;
    }
}
@media (max-width: 768px) {
    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        padding: 0px 5px;
    }
    .row {
        margin: 0px -5px;
    }
    .container {
        padding: 0px 5px;
    }
    .footer-col {
        margin-bottom: 20px;
    }
    .site-footer .footer-top {
        text-align: center;
    }
    #topbar {
        text-align: center;
    }
    .logo {
        width: 250px;
        height: auto;
        margin: 10px auto;
    }
    .error404 img {
        margin: 0 auto;
        display: block;
    }
}
@media (max-width: 500px) {
    .list-blog .post-info p.des {
        display: none;
    }
}
@media (max-width: 385px) {
    .error404 h1 span {
        font-size: 120px;
    }
}
.greenTab-R {
    float: left;
    height: 25px;
    line-height: 14px;
    padding: 2px 7px 0 3px;
    background: url(images/tab.gif) right 0 no-repeat;
    font-size: 11px!important;
    font-weight: 700;
    color: #fff;
}
.boxDoi-t {
	width: 100%;
	float: left;
	font-size: 12px;
	margin: 5px 0 0;
}
.widget_bulletin  .greenTab-R ul {
    margin: 0;
    padding: 0;
}
.widget_bulletin .greenTab-R ul li {
  display: block;
  border-bottom: 0px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.widget_bulletin  .greenTab-R h1, 
.widget_bulletin  .greenTab-R h2, 
.widget_bulletin  .greenTab-R h3 {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    display: inline;
}
.widget_bulletin  .greenTab-R a {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}
.twocol .catbox .box-content {
	width: 100%;
	float: left;
	padding-top: 0px;
}
.widget_bulletin ul.sub_cat {
	float: left;
	margin-left: 3px;
}
.widget_bulletin ul.sub_cat li{
	display: inline-block;
	border-bottom: 0;
	padding-top: 0px;
	margin-bottom: 0px;
}
.widget_bulletin ul li a:hover {
	color: #fff;
}
.widget_bulletin ul li .entry-title a:hover {
	color: #871a67;
}
.widget_bulletin ul.sub_cat li a {
    float: left;
    height: 18px;
    padding: 2px 5px 0 5px;
    background: url(images/tab.gif) right -29px no-repeat;
    font-size: 11px;
    color: #871a67;
    white-space: nowrap;
}
.widget_bulletin ul.sub_cat li a:hover {
	color: #000;
}
.twocol .module-title {
	display: none;
}
.twocol .catbox {
    height: inherit;
    min-height: 500px;
}