
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}
th,
td {
    border: 1px solid #eaeaea;
    padding: 6px 10px;
}
caption,
th,
td {
    text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
a img {
    border: 0;
}
embed,
iframe,
object {
    max-width: 100%;
}
body,
button,
input,
select,
textarea {
    color: #444;
    line-height: 1.6;
    word-wrap: break-word;
}
body {
    background-color: #eaeaea;
    font-family: 'Roboto';font-size: 22px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 18px;
    color: #f1f1f1;
    font-weight: normal;
}
h1 {
    font-size: 42px;
    line-height: 1.2;
}
h2 {
    font-size: 38px;
    line-height: 1.2;
}
h3 {
    font-size: 34px;
    line-height: 1.2;
}
h4 {
    font-size: 30px;
    line-height: 1.2;
}
h5 {
    font-size: 26px;
    line-height: 1.2;
}
h6 {
    font-size: 22px;
    line-height: 1.2;
}
hr {
    border-color: #eaeaea;
    border-style: solid none none;
    border-width: 1px 0 0;
    height: 0;
    margin: 30px 0;
}
p {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 14px;
}
strong {
    font-weight: bold;
}
cite,
em,
i {
    font-style: italic;
}
pre {
    background-color: #fff;
    margin-bottom: 20px;
    overflow: auto;
    padding: 20px;
    border: 1px solid #eaeaea;
}
pre,
code,
kbd,
var,
samp,
tt {
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 14px;
    line-height: 1.4;
    white-space: pre-wrap;
}
abbr,
acronym,
dfn {
    border-bottom: 1px dotted #777;
    cursor: help;
}
address {
    display: block;
    font-style: italic;
    margin: 0 0 15px;
}
ins {
    background: #f8f8f8;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
sup,
sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: 0.5ex;
}
dl {
    margin-bottom: 24px;
    font-size: 20px;
}
dt {
    font-weight: bold;
    margin-bottom: 5px;
}
dd {
    margin-bottom: 24px;
}
ul,
ol {
    list-style: none;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin: 0 0 0 10px;
}
blockquote {
    padding: 30px 30px 20px 45px;
    margin-bottom: 20px;
    background-color: #289dcc;
    color: #fff;
    border-radius: 5px;
}
blockquote p {
    font-size: 20px;
    line-height: 1.4;
    position: relative;
    padding-top: 13px;
    padding-left: 40px;
}
blockquote p:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 60px;
    position: absolute;
    top: -27px;
    left: -27px;
}
blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}
blockquote cite {
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    float: right;
}
input,
textarea {
    -webkit-border-radius: 0;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    padding: 1% 2%;
    border: 1px solid #eaeaea;
    line-height: 20px;
    width: 95%;
    margin: 0 0 5px;
    background-color: #f8f8f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border: 1px solid #eaeaea;
}
input.s {
    width: 100%;
    padding: 4px 54px 4px 10px;
    height: 46px;
    color: #777;
    background-color: #fff;
    margin: 0;
    border: 1px solid #eaeaea;
}
input.s:focus {
    padding-left: 10px;
    border-color: #eaeaea;
    text-indent: 0;
}
.colormag-button,
input[type="reset"],
input[type="button"],
input[type="submit"],
button {
    margin-bottom: 20px;
    padding: 10px 20px;
    background-color: #289dcc;
    border: 0;
    transition: background-color 0.3s linear 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    display: inline-block;
    color: #fff;
}
#search-form input[type="submit"] {
    border-radius: 0;
    margin-left: -8px;
    margin-bottom: 0;
    padding: 6px 10px 5px;
    font-size: 18px;
}
.colormag-button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
    background-color: #33363b;
}
.previous a,
.next a {
    padding: 5px 0;
    cursor: pointer;
    font-size: 18px;
}
.previous a:hover,
.next a:hover {
    color: #289dcc;
    text-decoration: underline;
}
input[type="reset"]:active,
input[type="button"]:active,
input[type="submit"]:active {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
.zm_alr_link zm_alr_register_link {
    color: #ff4500 !important;
}
a {
    color: #289dcc;
    text-decoration: none;
}
a:focus,
a:active,
a:hover {
    text-decoration: none;
}
figure {
    margin: 0;
    text-align: center;
}
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
}
img.size-full,
img.size-large {
    max-width: 100%;
    height: auto;
}
.entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 1.625em;
}
p img {
}

img#wpstats {
    display: none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 30px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 30px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
body {
    padding-top: 0;
    background-size: cover;
}
#page {
    margin: 0 auto;
}
.wide {
    padding-top: 0;
    padding-bottom: 0;
}
.wide #page {
    max-width: 100%;
}
.inner-wrap {
    margin: 0 auto;
    max-width: 1200px;
}
#masthead {
}
#header-meta {
    background-color: #fff;
}
#header-text-nav-container {
    background-color: #222;
}
#header-text-nav-container .inner-wrap .container {
}
#header-left-section {
    float: left;
}
#header-logo-image {
    float: left;
    padding-right: 20px;
    float: left;
    margin: 15px auto;
    max-width: 200px;
    padding-right: 20px;
}
#header-logo-image img {
    margin-bottom: 0;
}
#header-text {
    float: left;
    padding-right: 20px;
}
#site-title {
    padding-bottom: 0;
    line-height: 1.2;
}
#site-title a {
    color: #289dcc;
    font-size: 46px;
}
#site-description {
    line-height: 24px;
    font-size: 16px;
    color: #666;
    padding-bottom: 0;
}
#header-right-section {
    float: right;
}
#header-right-section .widget {
    text-align: right;
    color: #333;
}
#header-right-section .widget .widget-title {
    padding-bottom: 0;
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 5px;
}
.header-image {
    margin-bottom: 0;
    border-bottom: 1px solid #eaeaea;
    width: 100%;
}
.small-info-text {
    float: left;
    max-width: 100%;
    padding-right: 15px;
    padding-top: 2px;
}
.small-info-text p {
    font-size: 12px;
    color: #555;
    margin-bottom: 0;
}
.social-links {
    text-align: center;
    float: right;
}
.social-links ul li {
    display: inline;
}
#masthead .social-links i.fa {
    font-size: 23px;
    padding: 0 10px;
}
.sidemovie{
    overflow-y: scroll;
    width: auto;
    height: 275px;
}
.the-exap{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: pre-wrap;
}
.social-links i.fa {
    padding: 5px 10px;
    text-align: center;
    transition: background-color 0.2s ease-out 0s;
    font-size: 25px;
}
.social-links i.fa:hover {
    color: #289dcc;
}
.social-links i.fa-twitter {
    color: #1bb2e9;
}
.social-links i.fa-facebook {
    color: #3b5a9b;
    font-size: 23px;
}
.social-links i.fa-youtube {
    color: #ed3f41;
    font-size: 23px;
}
.social-links i.fa-vimeo-square {
    color: #4bf;
}
.social-links i.fa-skype {
    color: #009cef;
}
.social-links i.fa-linkedin {
    color: #007bb6;
}
.social-links i.fa-google-plus {
    color: #dc4937;
}
.social-links i.fa-github {
    color: #4183c4;
}
.social-links i.fa-flickr {
    color: #0062dd;
}
.social-links i.fa-dribbble {
    color: #e24d87;
}
.social-links i.fa-instagram {
    color: #3f729b;
}
.social-links i.fa-pinterest {
    color: #d5282e;
}
.social-links i.fa-stumbleupon {
    color: #ec4823;
}
.social-links i.fa-tumblr {
    color: #455469;
}
.social-links i.fa-wordpress {
    color: #21759b;
}
.social-links i.fa-codepen {
    color: #ccc;
}
.social-links i.fa-digg {
    color: #14589e;
}
.social-links i.fa-reddit {
    color: #ff4500;
}
#masthead .search-wrap input.s {
    width: 200px;
}
.fa.search-top {
    color: #fff;
    cursor: pointer;
    font-size: 21px;
    padding: 11px 12px;
    position: absolute;
    right: 44px;
    top: 0;
}
.fa.search-top:hover {
    background-color: #289dcc;
}
.search-wrap {
    position: relative;
}
.search-wrap button {
    border-radius: 0;
    color: #fff;
    line-height: 45px;
    margin-bottom: 0;
    padding: 0 15px;
    position: absolute;
    top: 0;
    right: 0;
}
.search-icon:before {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 18px;
}
.search-form-top {
    border: 1px solid #eaeaea;
    display: none;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 44px;
    z-index: 9999;
    background-color: #fff;
}
.not-found .search-wrap button {
    right: 0;
}
#secondary .search-wrap button {
    right: 26px;
}
.random-post {
    position: absolute;
    right: 0;
    top: 0;
}
.random-post .fa-random {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
}
.main-navigation .random-post a {
    padding: 10px 12px;
    border-bottom: none;
}
nav li > ul,
nav li > ol {
    margin: 0;
    list-style: none;
    margin-top: -1px;
}
#site-navigation {
    position: relative;
    background: #333;
    border-top: 4px solid #222;
}
#site-navigation .inner-wrap {
    position: relative;
}
.home-icon {
    float: left;
}
.home-icon .fa {
    color: #4c3327;
    font-size: 29px;
    line-height: 30px;
}
.home-icon.front_page_on {
    background-color: #289dcc;
}
.main-navigation .home-icon a {
    padding: 8px 5px;
    background: #f9f9f9;
}
.main-small-navigation .home-icon a {
    padding: 7px 10px;
}
.main-navigation {
    width: 100%;
    text-align: center;
}
.main-navigation li {
    float: left;
    position: relative;
    font-weight: 300;
}
.main-navigation a {
    color: #f1f1f1;
    display: block;
    float: none;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 12px;
    text-transform: uppercase;
}
.main-navigation li.default-menu,
li.default-menu {
    display: none;
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a {
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-menu-item a:after,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a,
.main-navigation li.menu-item-has-children:hover > a:after {
    color: #fff;
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_ancestor > a,
.main-navigation ul li.current-menu-ancestor > a,
.main-navigation ul li.current_page_item > a,
.main-navigation ul li:hover > a {
    background-color: #289dcc;
}
.main-navigation li.menu-item-has-children > a:after,
.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after,
.main-navigation li li.page_item_has_children > a:after {
    line-height: 0;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    padding-left: 6px;
}

.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li li.page_item_has_children > a:after {
    content: "\f105";
    position: absolute;
    right: 8px;
}
.main-navigation .sub-menu,
.main-navigation .children {
    background-color: #ba0000;
}
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
    display: none;
    z-index: 100;
}
.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
    display: block;
}
.main-navigation ul li ul {
    position: absolute;
    width: 250px;
    top: 37px;
    box-shadow: 0 1px 5px #ddd;
}
.main-navigation ul li ul li {
    width: 100%;
}
.main-navigation ul li ul li a {
    border-top: none;
}
.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
    float: none;
    height: 100%;
    padding: 10px 15px;
    color: #f1f1f1;
    width: 100%;
    text-align: left;
    text-transform: capitalize;
}
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
    color: #fff;
    background-color: #ba0000;
}
.main-navigation ul li ul li ul {
    left: 200px;
    top: 0;
}
.main-navigation select {
    display: none;
}
.menu-toggle,
.top-menu-toggle {
    display: none;
    cursor: pointer;
}
.site-header .menu-toggle {
    color: #fff;
    margin: 8px;
    text-align: center;
    padding-bottom: 0;
    line-height: 28px;
}
.site-header .menu-toggle:hover {
    background-color: #289dcc;
}

.main-small-navigation {
    float: none;
}
.main-small-navigation .menu-primary-container,
.main-small-navigation .nav-menu {
    padding-top: 43px;
}
.main-small-navigation ul {
    margin: 0;
    list-style: none;
}
.main-small-navigation a {
    display: block;
    font-size: 16px;
    color: #333;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.main-small-navigation .random-post a {
    padding: 7px 12px;
    border-bottom: none;
}
.main-small-navigation li {
    background-color: #fff;
}
.main-small-navigation li a:hover {
    background-color: #289dcc;
    color: #fff;
}
.main-small-navigation ul ul a {
    padding-left: 45px;
    text-transform: none;
}
.main-small-navigation ul ul ul a {
    padding-left: 90px;
}
.main-small-navigation .current_page_item > a,
.main-small-navigation .current-menu-item > a {
    background: #289dcc;
    color: #fff;
}
.page-header .page-title {
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 30px;
}
.sticky {
}
#main {
    background-color: #f1f1f1;
}
.format-link .entry-content p {
    text-align: center;
    padding-top: 30px;
}
.format-link .entry-content a {
    text-decoration: underline;
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 3px;
    background-color: #289dcc;
    color: #fff;
    transition: background-color 0.3s linear 0s;
    display: inline-block;
}
.format-link .entry-content a:hover {
    background-color: #33363b;
}
.format-aside .entry-header {
    display: none;
}
.tg-one-half {
    float: left;
    width: 48%;
    padding: 0 0 30px;
}
.tg-one-half-last {
    float: right;
}
.default-wp-page {
    clear: both;
}
.default-wp-page .previous {
    float: left;
    padding: 30px 0;
}
.default-wp-page .next {
    float: right;
    padding: 30px 0;
}
.wp-pagenavi {
    text-align: center;
    margin-bottom: 30px;
}
#content .wp-pagenavi .page,
#content .wp-pagenavi a {
    padding: 4px 10px;
    color: #777;
    border: 1px solid #f2f2f2;
}
#content .wp-pagenavi .current,
#content .wp-pagenavi a:hover {
    padding: 4px 10px;
    color: #fff;
    background-color: #289dcc;
    border: 1px solid #f2f2f2;
}
#content .wp-pagenavi a,
#content .wp-pagenavi span {
    margin-left: 5px;
    border-radius: 2px;
}
#content .wp-pagenavi span.pages {
    margin-left: 0;
    color: #777;
    padding: 4px 10px;
    border: 1px solid #f2f2f2;
}
.pagination {
    margin: 15px 0;
}
.pagination span {
    padding: 2px 5px;
    border: 1px solid #eaeaea;
    background-color: #289dcc;
    color: #fff;
}
.pagination a span {
    background-color: #fff;
    color: #777;
}
.pagination a span:hover {
    color: #289dcc;
    border-color: #289dcc;
    text-decoration: none;
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5rem;
    max-width: 100%;
}
#colophon .wp-caption {
    border: 1px solid #444;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075rem 0;
}
.gallery-caption {
}
.gallery {
    margin: 0 auto 15px;
}
.gallery-item {
    display: inline-block;
    padding: 15px 2%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
    padding: 15px 1%;
}
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
    padding: 10px 0.5%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery .gallery-caption {
    font-size: 12px;
    line-height: 1.2;
    padding-top: 5px;
}
#comments {
    border-top: 1px solid #f8f8f8;
    padding-top: 15px;
}
#comments i {
    font-size: 16px;
    color: #aaa;
    padding-right: 10px;
}
.comments-title {
    font-size: 24px;
}
.comment-content a {
    word-wrap: break-word;
}
.comment-navigation {
    margin-bottom: 15px;
}
.bypostauthor {
}
#comments .comments-title {
    margin-bottom: 10px;
}
.avatar {
    border-radius: 50%;
    float: left;
}
.comments-area article header {
    margin: 0 0 5px;
    overflow: hidden;
    position: relative;
}
.comments-area .comment-edit-link,
.comments-area .comment-permalink,
.comments-area .comment-date-time,
.comments-area .comment-author-link {
    display: block;
    margin-left: 100px;
    color: #999;
}
#content .comments-area article header cite a:hover,
#content .comments-area a.comment-edit-link:hover,
#content .comments-area a.comment-permalink:hover {
    color: #289dcc;
}
.comments-area .comment-author-link a {
    color: #999;
}
.comments-area .comment-author-link a:hover {
    color: #289dcc;
}
.comments-area .comment-author-link span {
    margin-left: 10px;
    padding: 0 5px;
    background-color: #289dcc;
    color: #fff;
    border-radius: 3px;
}
.comments-area article header .comment-edit-link:before {
    content: "\f044";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #aaa;
    font-size: 16px;
    padding-right: 10px;
}
.comment-content {
    padding: 15px 15px 25px;
    background-color: #f8f8f8;
    border: 1px solid #eaeaea;
    border-radius: 2px;
}
.comment {
    margin-bottom: 20px;
}
.comment ul,
.comment ol {
    margin: 0 0 20px 20px;
}
.comment ul {
    list-style: square outside none;
}
.comment .comment-reply-link {
    float: right;
    color: #aaa;
}
.comment .comment-reply-link:before {
    content: "\f112";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #aaa;
    font-size: 16px;
    padding-right: 10px;
}
.comment .comment-reply-link:hover {
    color: #289dcc;
}
.comment-list {
    margin-bottom: 25px;
}
.comment-list .children {
    margin-left: 20px;
}
.comment-list,
.comment-list .children {
    list-style-type: none;
    padding: 0;
}
.screen-reader-text {
    display: none;
}
.nav-previous,
.nav-next {
    margin-bottom: 15px;
}
.nav-previous a,
.nav-next a {
    color: #289dcc;
    cursor: pointer;
    font-size: 16px;
}
.nav-previous a {
    float: left;
}
.nav-next a {
    float: right;
}
.nav-previous a:hover,
.nav-next a:hover {
    text-decoration: underline;
}
#respond {
}
#respond h3#reply-title {
    font-size: 22px;
    line-height: 28px;
}
#respond h3#reply-title #cancel-comment-reply-link {
    margin-left: 10px;
    margin-left: 1rem;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
}
#respond form label {
    display: block;
    line-height: 1.5;
}
#respond form input[type="text"],
#respond form textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px;
    width: 100%;
}
#respond form p.form-allowed-tags {
    font-size: 16px;
    line-height: 1;
    color: #5e5e5e;
    display: none;
}
.required {
    color: red;
}
#secondary .widget ul li,
#colophon .widget ul li {
    line-height: 1.3;
    padding: 5px 0;
}
#colophon .widget ul li {
    border-bottom: 1px solid #444;
}
#secondary .widget ul li li,
#colophon .widget ul li li {
    border-bottom: none;
}
#secondary .widget ul ul,
#colophon .widget ul ul {
    padding-left: 10px;
}
.widget select {
    border: 1px solid #ddd;
    color: #777;
    padding: 2px;
    width: 60%;
}
#secondary .widget-title {
    border-bottom: 2px solid #289dcc;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 0;
}
#secondary .widget-title span {
    background-color: #289dcc;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
    font: 400 25px/30px "uvf-bebasneue", "bebas", arial;
}
#secondary .widget,
.error-404 .widget {
    margin-bottom: 10px;
    font-size: 14px;
}
#secondary .widget p {
    font-size: 14px;
}
.error-404 {
    padding-bottom: 20px;
    text-align: center;
}
.error-404 input.s {
    width: 50%;
}
#secondary .widget-title a.rsswidget {
    color: #fff;
}
.footer-widgets-wrapper {
    border-top: 1px solid #f2f2f2;
    background-color: #303440;
}
.footer-widgets-area {
    padding-top: 45px;
    padding-bottom: 10px;
    color: #ccc;
}
.tg-footer-main-widget {
    width: 39.473684%;
    float: left;
    margin-right: 2.631579%;
}
.tg-footer-other-widgets {
    float: right;
    width: 57.894737%;
}
.tg-first-footer-widget {
}
.tg-second-footer-widget,
.tg-third-footer-widget {
    width: 30.30303%;
    float: left;
    margin-right: 4.545454%;
}
.tg-fourth-footer-widget {
    width: 30.30303%;
    float: right;
    margin-right: 0;
}
.footer-widgets-area .widget-title {
    border-bottom: 2px solid #289dcc;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.footer-widgets-area .widget-title span {
    background-color: #289dcc;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
}
.footer-widgets-area p {
    text-align: left;
    color: #aaa;
}
.footer-widgets-area a {
    color: #fff;
}
.footer-widgets-area a:hover {
    color: #289dcc;
}
#colophon .widget {
    margin-bottom: 40px;
}
#colophon,
#colophon p {
    font-size: 14px;
    line-height: 1.4;
}
.advertisement_above_footer {
    background-color: #fff;
}
.advertisement_above_footer .widget-title {
    border-bottom: 2px solid #289dcc;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.advertisement_above_footer .widget-title span {
    background-color: #289dcc;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
}
.footer-socket-wrapper {
    padding: 20px 0 0;
    background-color: none;
}
.footer-socket-area {
    width: 100%;
}
.footer-socket-right-section {
    float: right;
}
.footer-socket-left-section {
    float: left;
}
.footer-socket-wrapper .copyright {
    color: #b1b6b6;
    float: left;
    font-size: 14px;
    max-width: 50%;
}
.footer-socket-wrapper .copyright a {
    color: #b1b6b6;
    border-bottom: 1px solid #5a5d62;
}
.footer-socket-wrapper .copyright a:hover {
    color: #fff;
}
.footer-socket-wrapper .small-menu {
    float: right;
}
.footer-socket-wrapper .small-menu a {
    padding-top: 0;
}
.footer-socket-wrapper .small-menu ul li ul {
    top: 21px;
}
a#scroll-up {
    bottom: 20px;
    position: fixed;
    right: 20px;
    display: block;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
a#scroll-up i {
    font-size: 40px;
    color: #9a192b !important;
}
a#scroll-up:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.left-sidebar #primary {
    float: right;
}
.left-sidebar #secondary {
    float: left;
}
.no-sidebar #primary {
    float: none;
    margin: 0 auto;
}
.no-sidebar-full-width #primary {
    width: 100%;
}
.no-sidebar #secondary,
.no-sidebar-full-width #secondary {
    display: none;
}
.widget_featured_posts .article-content .above-entry-meta .cat-links a {
    background-color: #289dcc;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
}
.widget_featured_posts .article-content .entry-title {
    padding: 10px 0 0;
    font-size: 22px;
}
.widget_featured_posts .article-content .entry-title a {
    color: #4c3327;
    text-shadow: none;
}
.widget_featured_posts .article-content .below-entry-meta .posted-on,
.widget_featured_posts .article-content .below-entry-meta .byline {
    padding-right: 10px;
}
.widget_featured_posts .article-content .below-entry-meta .posted-on .fa {
    color: #888;
    font-size: 10px;
    padding-right: 3px;
}
.widget_featured_posts .article-content .below-entry-meta .byline .fa,
.widget_featured_posts .article-content .below-entry-meta .comments .fa {
    color: #888;
    padding-right: 5px;
    font-size: 11px;
}
.widget_featured_posts .article-content .below-entry-meta .posted-on a,
.widget_featured_posts .article-content .below-entry-meta .byline a,
.widget_featured_posts .article-content .below-entry-meta .comments a {
    font-size: 12px;
}
.page-header .page-title {
    border-bottom: 2px solid #289dcc;
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.page-header .page-title span {
    background-color: #289dcc;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
    font: 400 30px/40px "uvf-bebasneue", "bebas", arial;
}
.archive #content .post p {
    font-size: 14px;
}
.archive #content .post:nth-child(2n + 1) {
    float: right;
    width: 48.7013%;
}
.archive #content .post:nth-child(2n) {
    float: left;
    width: 48.7013%;
    clear: both;
}
.archive #content .post:first-child {
    float: none;
    width: 100%;
}
.archive #content .post:not(:first-child) .article-content .entry-title {
    font-size: 22px;
}
#content .post {
}
.single #content .post,
#content .post {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
#content .post {
    margin-bottom: 30px;
}
.single #content .post {
    margin-bottom: 0;
}
#content .post img {
    margin-bottom: 0;
}
#content .post .article-content {
    padding: 15px;
}
#content .post .article-content .above-entry-meta .cat-links a {
    background-color: #289dcc;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
}
#content .post .article-content .entry-title {
    padding: 5px 0 0;
    font-size: 32px;
}
#content .post .article-content .entry-title a {
    color: #4c3327;
}
#content .post .article-content .entry-title a:hover {
    color: #289dcc;
}
#content .post .article-content .below-entry-meta .posted-on,
#content .post .article-content .below-entry-meta .byline,
#content .post .article-content .below-entry-meta .comments,
#content .post .article-content .below-entry-meta .tag-links {
    padding-right: 10px;
}
#content .post .article-content .below-entry-meta .posted-on .fa {
    color: #888;
    font-size: 10px;
    padding-right: 3px;
}
#content .post .article-content .below-entry-meta .byline .fa,
#content .post .article-content .below-entry-meta .comments .fa,
#content .post .article-content .below-entry-meta .tag-links .fa,
#content .post .article-content .below-entry-meta .edit-link .fa {
    color: #888;
    padding-right: 5px;
    font-size: 11px;
}
#content .post .article-content .below-entry-meta .posted-on a,
#content .post .article-content .below-entry-meta .byline a,
#content .post .article-content .below-entry-meta .comments a,
#content .post .article-content .below-entry-meta .tag-links a,
#content .post .article-content .below-entry-meta .edit-link a {
    font-size: 12px;
}
#content .post .article-content .below-entry-meta {
    padding-bottom: 20px;
}
.below-entry-meta .updated {
    display: none;
}
.type-post .entry-title,
.type-page .entry-title {
    font-size: 34px;
    line-height: 1.2;
    color: #333;
}
.post .entry-title a,
.search .entry-title a {
    color: #333;
    transition: all 0.3s ease 0s;
}
.post .entry-title a:hover,
.search .entry-title a:hover {
    color: #289dcc;
}
.post .entry-content {
    margin-bottom: 10px;
}
.entry-content ul {
    list-style: square;
}
.entry-content ul,
.entry-content ol {
    padding: 0;
    margin-bottom: 30px;
}
.entry-content li > ul,
.entry-content li > ol {
    margin-bottom: 0;
}
.entry-content li {
    line-height: 1.3;
}
.post .entry-content a:hover {
    text-decoration: underline;
}
.entry-meta {
    color: #aaa;
    padding-bottom: 20px;
}
.entry-meta .byline i,
.entry-meta .cat-links i {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    color: #289dcc;
}
.entry-meta .byline a,
.entry-meta .cat-links a {
    font-size: 20px;
}
.entry-meta .byline,
.entry-meta .cat-links {
}
.entry-meta .byline {
    margin-right: 25px;
}
.entry-meta a {
    color: #289dcc;
}
.entry-meta a:hover {
    text-decoration: underline;
}
.entry-meta .sep {
    display: block;
    border-top: 1px solid #f2f2f2;
    position: relative;
    margin: 10px 0 10px 0;
}
.entry-meta .post-format {
    padding: 5px;
    position: absolute;
    right: -64px;
    top: -32px;
}
.entry-meta .post-format i {
    background-color: #289dcc;
    border-radius: 5px;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 12px 8px 8px;
}
.entry-meta .posted-on,
.entry-meta .comments-link,
.entry-meta .edit-link,
.entry-meta .tag-links {
    font-size: 12px;
    line-height: 20px;
    margin-right: 25px;
}
.entry-meta .posted-on a,
.entry-meta .comments-link a,
.entry-meta .edit-link a,
.entry-meta .tag-links a {
    color: #aaa;
    font-size: 14px;
}
.entry-meta .posted-on a:hover,
.entry-meta .comments-link a:hover,
.entry-meta .edit-link a:hover,
.entry-meta .tag-links a:hover {
    color: #289dcc;
    text-decoration: none;
}
.entry-meta .posted-on i,
.entry-meta .comments-link i,
.entry-meta .edit-link i,
.entry-meta .tag-links i {
    font-size: 14px;
    padding-right: 5px;
    padding-left: 5px;
    text-decoration: none;
}
.entry-content a.read-more:hover {
    text-decoration: none;
}
.single #content .tags a {
    border: 1px solid #eaeaea;
    padding: 3px 5px;
    border-radius: 3px;
    color: #777;
}
.single #content .tags a:hover {
    color: #289dcc;
    text-decoration: none;
}
.more-link {
    display: inline-block;
    background-color: #289dcc;
    border-radius: 3px;
}
.more-link span {
    font-size: 12px;
    padding: 5px 10px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}
.more-link span:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.no-post-thumbnail {
    background-color: #289dcc;
}
.tg-two-column-post-left {
    float: left;
    clear: both;
}
.tg-two-column-post-right {
    float: right;
}
.post-box {
    width: 48.5%;
    height: auto;
    margin-bottom: 30px;
    position: relative;
}
.yes-post-thumbnail.post-box {
    height: auto;
}
.post-box img {
    margin-bottom: 0;
}
.post-box .post-content-area {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.post-box .entry-title {
    padding-bottom: 0;
}
.post.post-box .entry-title a {
    color: #fff;
    text-shadow: 1px 1px 1px #4c3327;
    font-size: 28px;
    text-transform: uppercase;
    padding: 10px;
}
.post.post-box .entry-title a:hover {
    color: #289dcc;
}
.post-box .entry-title:after {
    background: none repeat scroll 0 0 #fff;
    content: "";
    display: block;
    height: 2px;
    margin: 15px auto;
    width: 100px;
}
.post-box .entry-meta {
    padding-bottom: 0;
}
.post-box .entry-meta span .fa {
    color: #fff;
}
.post-box .entry-meta .posted-on a,
.post-box .entry-meta .cat-links a {
    color: #fff;
    text-shadow: 1px 1px 1px #4c3327;
    font-size: 16px;
}
.post-box .entry-meta .posted-on i,
.post-box .entry-meta .cat-links i {
    color: #fff;
}
.post-box .entry-meta .posted-on a:hover,
.post-box .entry-meta .cat-links a:hover {
    color: #289dcc;
    text-decoration: none;
}
.widget_slider_area {
    float: left;
    width: 55.26315789%;
}
.widget_beside_slider {
    float: right;
    width: 43.85964912%;
}
.widget_highlighted_posts .single-article {
    position: relative;
    float: left;
    margin-bottom: 10px;
    margin-right: 2%;
    max-width: 49%;
}
.widget_highlighted_posts .single-article:nth-child(even) {
    margin-right: 0;
}
.widget_highlighted_posts img {
    margin-bottom: 0;
}
.widget_highlighted_posts .article-content {
    position: absolute;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    padding-bottom: 10px;
    padding-left: 5%;
    position: absolute;
    width: 95%;
}
.widget_highlighted_posts .above-entry-meta {
    display: none;
}
.widget_highlighted_posts .article-content .above-entry-meta .cat-links a {
    background-color: #289dcc;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
}
.widget_highlighted_posts .article-content .entry-title {
    padding: 10px 0 0;
    font-size: 16px;
}
.widget_highlighted_posts .article-content .entry-title a {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.widget_highlighted_posts .article-content .entry-title a:hover {
    color: #289dcc;
}
.widget_highlighted_posts .article-content .below-entry-meta .posted-on,
.widget_highlighted_posts .article-content .below-entry-meta .byline {
    padding-right: 10px;
}
.widget_highlighted_posts .article-content .below-entry-meta .byline {
    display: none;
}
.widget_highlighted_posts .article-content .below-entry-meta .posted-on .fa {
    color: #fff;
    font-size: 10px;
    padding-right: 3px;
}
.widget_highlighted_posts .article-content .below-entry-meta .byline .fa,
.widget_highlighted_posts .article-content .below-entry-meta .comments .fa {
    color: #fff;
    padding-right: 5px;
    font-size: 11px;
}
.widget_highlighted_posts .article-content .below-entry-meta .posted-on a,
.widget_highlighted_posts .article-content .below-entry-meta .byline a,
.widget_highlighted_posts .article-content .below-entry-meta .comments a,
.widget_highlighted_posts .article-content .below-entry-meta .comments span {
    color: #fff;
    font-size: 11px;
}
.widget_highlighted_posts .article-content .below-entry-meta .posted-on a:hover,
.widget_highlighted_posts .article-content .below-entry-meta .byline a:hover,
.widget_highlighted_posts .article-content .below-entry-meta .comments a:hover {
    color: #289dcc;
}
.widget_highlighted_posts .widget-title {
    color: #555;
    font-size: 24px;
}
.blog .post:nth-child(2n) {
    float: left;
    width: 48.7013%;
    clear: both;
}
.blog .post:nth-child(2n + 1) {
    float: right;
    width: 48.7013%;
}
.blog .post:first-child {
    float: none;
    width: 100%;
}
.blog .post .article-content .below-entry-meta .edit-link a,
.blog .post .article-content .below-entry-meta .tag-links a {
    font-size: 12px;
}
.blog .post .article-content .below-entry-meta .edit-link .fa,
.blog .post .article-content .below-entry-meta .tag-links .fa {
    color: #888;
    padding-right: 5px;
    font-size: 11px;
}
.blog .post .article-content .below-entry-meta .tag-links {
    padding-right: 10px;
}
.search .post:nth-child(2n) {
    float: left;
    width: 48.7013%;
    clear: both;
}
.search .post:nth-child(2n + 1) {
    float: right;
    width: 48.7013%;
}
.search .post:first-child {
    float: none;
    width: 100%;
}
.main-content-section {
    margin-top: 30px;
}
.main-content-section .tg-one-half {
    width: 48.75%;
    padding-bottom: 0;
}
.posted-on a,
.byline a,
.comments a,
.comments span,
.tag-links a,
.edit-link a {
    color: #888;
}
.posted-on a:hover,
.byline a:hover,
.comments a:hover,
.tag-links a:hover,
.edit-link a:hover {
    color: #289dcc;
}
.widget_featured_posts .article-content .above-entry-meta .cat-links a {
    background-color: #289dcc;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
}
.widget_featured_posts .article-content .entry-title {
    padding: 0;
    font-size: 22px;
}
.widget_featured_posts .article-content .entry-title a {
    color: #4c3327;
    text-shadow: none;
    text-transform: capitalize;
}
.widget_featured_posts .article-content .entry-title a:hover {
    color: #289dcc;
}
.widget_featured_posts .article-content .below-entry-meta .posted-on,
.widget_featured_posts .article-content .below-entry-meta .byline {
    padding-right: 10px;
}
.widget_featured_posts .article-content .below-entry-meta .posted-on .fa {
    color: #888;
    font-size: 10px;
    padding-right: 3px;
}
.widget_featured_posts .article-content .below-entry-meta .byline .fa,
.widget_featured_posts .article-content .below-entry-meta .comments .fa {
    color: #888;
    padding-right: 5px;
    font-size: 11px;
}
.widget_featured_posts .article-content .below-entry-meta .posted-on a,
.widget_featured_posts .article-content .below-entry-meta .byline a,
.widget_featured_posts .article-content .below-entry-meta .comments a,
.widget_featured_posts .article-content .below-entry-meta .comments span {
    font-size: 12px;
}
.widget_featured_posts {
    margin-bottom: 30px;
}
.widget_featured_posts .widget-title {
    border-bottom: 2px solid #289dcc;
    font-size: 18px;
    margin-bottom: 18px;
    padding-bottom: 0;
}
.widget_featured_posts .widget-title span,
.widget_featured_posts .widget-title a {
    text-shadow: 1px 1px 1px #333;
    background-color: #289dcc;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}
.widget_featured_posts .first-post {
    float: left;
    width: 48.7012987%;
    margin-bottom: 20px;
}
.widget_featured_posts .following-post {
    float: right;
    width: 48.7012987%;
}
.widget_featured_posts .following-post .byline {
    display: none;
}
.widget_featured_posts.widget_featured_posts_vertical .first-post,
.widget_featured_posts.widget_featured_posts_vertical .following-post {
    float: none;
    width: 100%;
}
.widget_featured_posts .single-article {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.widget_featured_posts .article-content {
    padding: 0;
}
.widget_featured_posts .article-content .entry-content p {
    font-size: 14px;
}
.widget_featured_posts .following-post .single-article {
    margin-bottom: 15px;
}
.widget_featured_posts .following-post figure {
    float: left;
    margin-right: 10px;
}
#secondary .widget_featured_posts .following-post .article-content .entry-title {
    font-size: 12px;
    line-height: 1.4;
}
.widget_featured_posts .following-post .article-content .entry-title {
    line-height: 17px;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}
.widget_featured_posts .following-post .article-content .below-entry-meta .posted-on a,
.widget_featured_posts .following-post .article-content .below-entry-meta .byline a {
    font-size: 11px;
}
.widget_featured_posts .following-post .article-content .below-entry-meta {
    margin-bottom: 0;
}
.widget_featured_posts .following-post img {
    margin-bottom: 0;
    width: 80px;
}
.widget_featured_posts .following-post .above-entry-meta {
    display: none;
}
.news-bar {
    background-color: #333;
    padding: 8px 0 4px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    font-size: 14px;
    margin-bottom: 1px;
}
.breaking-news {
    float: left;
}
.breaking-news div {
    display: none;
}
.breaking-news-latest {
    color: #ccc;
    margin-right: 0;
    position: relative;
    margin-top: 0;
    vertical-align: top;
}
.breaking-news div {
    display: inline-block;
    word-wrap: break-word;
}
.date-in-header {
    float: left;
    color: #ccc;
    font-size: 14px;
    padding-right: 15px;
}
.newsticker {
    display: inline-block;
    padding-left: 0;
    overflow: hidden;
    height: 20px;
}
.author-box {
    width: 100%;
    display: inline-block;
    padding: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}
.author-img img {
    margin-right: 15px;
}
.author-name {
    padding-bottom: 10px;
    font-size: 20px;
}
.author-description {
}
.related-posts-main-title {
}
.related-posts-main-title .fa {
    color: #289dcc;
}
.related-posts-main-title span {
    font-size: 26px;
    padding-left: 10px;
}
.single-related-posts {
    width: 32.5%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    margin-right: 1.25%;
    float: left;
    margin-bottom: 25px;
}
.single-related-posts img {
    margin-bottom: 0;
}
.related-posts .single-related-posts:nth-child(3n + 3) {
    margin-right: 0;
}
.single-related-posts .article-content {
    padding: 0 10px 5px;
}
.single-related-posts .byline {
    display: none;
}
.single-related-posts .article-content .entry-title {
    padding: 10px 0 0;
    font-size: 18px;
}
.single-related-posts .article-content .entry-title a {
    color: #4c3327;
    text-shadow: none;
}
.single-related-posts .article-content .entry-title a:hover {
    color: #289dcc;
}
.single-related-posts .article-content .below-entry-meta .posted-on,
.single-related-posts .article-content .below-entry-meta .byline {
    padding-right: 10px;
}
.single-related-posts .article-content .below-entry-meta .posted-on .fa {
    color: #888;
    font-size: 10px;
    padding-right: 3px;
}
.single-related-posts .article-content .below-entry-meta .byline .fa,
.single-related-posts .article-content .below-entry-meta .comments .fa {
    color: #888;
    padding-right: 5px;
    font-size: 11px;
}
.single-related-posts .article-content .below-entry-meta .posted-on a,
.single-related-posts .article-content .below-entry-meta .byline a,
.single-related-posts .article-content .below-entry-meta .comments a {
    font-size: 12px;
}
.share-buttons {
    display: inline-block;
}
.box {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    display: inline-block;
}
.count {
    background: none repeat scroll 0 0 #f2f2f2;
    color: #289dcc;
    float: right;
    font-size: 22px;
    padding: 0 16px;
}
.share {
    float: left;
}
#twitter,
#facebook,
#googleplus,
#pinterest {
    float: left;
    padding-right: 20px;
}
.share .fa {
    display: block;
    font-size: 30px;
    line-height: 35px;
    padding: 0 15px;
}
.share .fa-twitter {
    color: #55acee;
}
.share .fa-facebook-square {
    color: #3b5998;
}
.share .fa-google-plus-square {
    color: #dd4b39;
}
.share .fa-pinterest {
    color: #cc2127;
}
.advertisement_125x125 {
}
.advertisement_125x125 img {
    margin-bottom: 8px;
    padding: 0 2px;
}
.advertisement-title {
}
.advertisement_300x250 {
}
.advertisement_300x250 img {
    margin: 0 auto;
    display: block;
}
#header-right-section .advertisement_728x90 {
    margin-bottom: 0;
    padding: 0;
}
.advertisement_728x90 {
    padding: 15px 0 45px;
    display: block;
}
#header-right-section .advertisement_728x90 img {
    padding: 0;
}
.advertisement_728x90 img {
    margin-bottom: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 0;
    display: block;
    margin: 0 auto;
}
.advertisement-content {
    text-align: center;
}
.advertisement_below_post_title {
    float: left;
    width: 300px;
    margin-right: 10px;
}
.image-popup {
}
.featured-image {
}
.post .featured-image {
    text-align: center;
}
#site-navigation {
    z-index: 999;
}
.fitvids-video {
}
.video-title {
}
.single-format-gallery {
}
.gallery-post-format {
}
.gallery-images {
}
.mod-top-slider {
    background-color: #000;
    max-height: 390px;
    overflow: hidden;
}
.mod-top-slider .showlg-slider-top li {
}
.mod-top-slider .mod-body {
    position: relative;
}
.mod-top-slider .mod-body .right-sl .title-sl {
    font-size: 14px;
    color: #ccc;
}
.mod-top-slider .mod-body .right-sl {
    position: absolute;
    top: 14px;
    right: 0;
}
.mod-top-slider .mod-body .right-sl .slick-prev:before,
.mod-top-slider .mod-body .right-sl .slick-next:before {
    font-size: 40px;
    padding: 10px;
}
.mod-top-slider .title-lg-sli-top-h {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    font-size: 18px;
    display: block;
    width: 100%;
    color: yellow;
    font-weight: bold;
    background-color: rgba(255, 0, 0, 0.7);
}
@media screen and (max-width: 1190px) {
    .wide #page {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    #header-text-nav-wrap {
        padding: 10px 0;
    }
    #header-left-section {
        float: none;
        margin-bottom: 10px;
    }
    #header-logo-image {
        float: none;
        text-align: center;
        padding-right: 0;
    }
    #header-text {
        float: none;
        text-align: center;
        padding-right: 0;
    }
    #header-right-section {
        float: none;
    }
    #header-right-section .widget {
        text-align: center;
    }
    .menu-toggle {
        display: block;
        float: left;
    }
    .main-navigation ul {
        display: none;
    }
    .main-navigation .home-icon a {
        padding: 7px 10px;
    }
    .widget_slider_area,
    .widget_beside_slider {
        float: none;
        width: 100%;
    }
    .widget_slider_area {
        padding-bottom: 10px;
    }
    #primary,
    #secondary {
        float: none;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 600px) {
    .news-bar {
        text-align: center;
    }
    .date-in-header,
    .breaking-news,
    #masthead .social-links {
        float: none;
        max-width: 100%;
    }
    .newsticker li {
        text-align: left;
    }
    .archive #content .post:first-child,
    .archive #content .post:nth-child(2n),
    .archive #content .post:nth-child(2n + 1) {
        float: none;
        width: 100%;
    }
    .blog .post:first-child,
    .blog .post:nth-child(2n),
    .blog .post:nth-child(2n + 1) {
        float: none;
        width: 100%;
    }
    .search .post:first-child,
    .search .post:nth-child(2n),
    .search .post:nth-child(2n + 1) {
        float: none;
        width: 100%;
    }
    .tg-footer-main-widget {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .tg-footer-other-widgets {
        float: none;
        width: 100%;
    }
    .footer-socket-right-section,
    .footer-socket-left-section {
        float: none;
        text-align: center;
    }
    .footer-socket-wrapper .copyright {
        float: none;
        max-width: 100%;
        text-align: center;
    }
    .footer-socket-area .social-links {
        float: none;
    }
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        width: 25%;
    }
}
@media screen and (max-width: 420px) {
    .widget_featured_posts .first-post,
    .widget_featured_posts .following-post {
        float: none;
        width: 100%;
    }
    .main-content-section .tg-one-half {
        width: 100%;
    }
    .tg-second-footer-widget,
    .tg-third-footer-widget,
    .tg-fourth-footer-widget {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .single-related-posts {
        margin-right: 0;
        width: 100%;
    }
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        width: 33.33%;
    }
}
@media screen and (max-width: 380px) {
    .widget_highlighted_posts .single-article {
        float: none;
        margin-right: 0;
        max-width: 100%;
    }
}
.search h1.page-title {
    display: none;
}
.foter-cbv-end {
    background: #ccc;
    height: 100px;
    width: 100%;
}
#main.container {
    padding-left: 15px;
    padding-right: 15px;
}
@font-face {
    font-family: "uvf-bebasneue";
    src: url("/web/20220223155840im_/http://haitaoquan.com/wp-content/themes/colormag/cbv-includes/assets/fonts/fonts-bebas-neue/uvf-bebasneue.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #222222;
}

.my-danhgia {
    background-image: url("/web/20220223155840im_/http://haitaoquan.com/wp-content/themes/colormag/cbv-includes/assets/images/my-binhchon-danh-dau.png");
}
.my-bg-body {
    background: #ef3129;
}
.my-bg-content {
    background: #fff;
}
.main-width {
    margin: 0 auto;
    width: 1000px;
}
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
a {
    outline: 0 none !important;
    color: #333;
}
a:hover {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
.logo-page a {
    margin: 0;
}
.logo-page h1 {
    background-image: url("/web/20220223155840im_/http://haitaoquan.com/wp-content/themes/colormag/cbv-includes/assets/images/logo-banner-1.png");
    background-repeat: no-repeat;
    background-size: 128px auto;
    height: 0;
    overflow: hidden;
    padding-top: 27px;
}
.mod-title a,.mod-title span {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}
img {
    width: 100%;
    background: #cacaca;
    font-size: 8px;
    display: block;
}
#header-logo-image img {
    background: none;
}
.wrap > .container {
    overflow: hidden;
}
nav .container {
    position: relative;
    overflow: visible;
    padding: 0;
}
.go-top-page {
    border-radius: 50%;
    bottom: -50px;
    position: fixed;
    right: 15px;
    background: #cacaca;
    opacity: 1;
    z-index: 100;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.go-top-page:hover {
    background: #83050a none repeat scroll 0 0;
}
.go-top-page i.fa {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    width: 33px;
    line-height: 33px;
    text-align: center;
}
.navbar-inverse {
    background: #83050a;
    border-color: #ababab;
}
.navbar-inverse .navbar-toggle {
    border-color: #83050a;
    float: left;
}
.navbar-inverse .navbar-nav > li > a {
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
}
.navbar-inverse .navbar-brand {
    color: #fff;
}
.menu-main-lcp .dropdown-menu {
    height: 0;
}
.menu-main-lcp .open .dropdown-menu {
    height: auto;
}
.navbar-nav .open .dropdown-menu {
    background: #4c3327;
    transform: translate(0, 0);
}
.main-box-tien-ich {
    left: 0;
    top: 0;
    display: none;
    margin-top: 0;
    padding: 15px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: #fff;
}
.main-search-show-none {
    margin: 10px 0;
}
.btn-cbv-facebook {
    margin: 0 0 10px;
}
.btn-cbv-tuphim {
    margin: 0 0 10px;
}
.main-head .end-head {
    display: block;
    float: left;
    left: 26%;
    position: fixed;
    top: 13px;
    z-index: 1040;
    width: 127px;
}
.main-select-tinhthanh {
    position: absolute;
    right: 26%;
    top: 15px;
}
.main-select-tinhthanh a {
    text-decoration: none;
}
.selec-tinhthanh {
    float: left;
}
.selec-tinhthanh .dropdown-menu {
    background: #333;
}
.selec-tinhthanh a {
    color: #fff;
}
.selec-tinhthanh a.dropdown-toggle {
    border: 1px solid #fff;
    display: block;
    height: 22px;
    line-height: 20px;
    padding: 0 6px;
    font-weight: bold;
}
.selec-tinhthanh .dropdown-menu {
    right: 0;
    left: auto;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #83050a;
}
.navbar-inverse .ic-show-menu-con {
    color: #83050a;
    cursor: pointer;
    font-size: 20px;
    left: 45%;
    position: absolute;
    top: -10px;
    padding: 20px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.navbar-inverse .navbar-left span.active {
    color: #1c9bbb;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.show-menu-mobile {
    background: #fff;
    height: auto !important;
    overflow-y: scroll;
}
.main-navigation a {
    line-height: 24px;
}
.navbar-inverse {
    background: #fff;
}
.navbar-header {
    background: #83050a;
}
.menu-btn-sub-2 {
    outline: 0 none !important;
    float: right;
    position: absolute;
    z-index: 1040;
    right: 0;
    top: -2px;
    background: none;
    border: none;
    color: #f1f1f1;
}
.inner-wrap .menu-btn-sub-2:hover {
    background: none;
}
.dong-box-tien-ich {
    cursor: pointer;
    font-size: 30px;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
}
.dong-box-tien-ich:hover {
    color: #8f0000;
}
.menu-btn-sub-2 .fa {
    font-size: 30px;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #333;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #fff;
    color: #333;
    background-image: none;
    box-shadow: none;
}
.show-menu-lg-phim-hot {
}
.show-menu-lg-phim-hot .title-sl-menu {
    border: none;
}
.show-menu-lg-phim-hot .title-sl-menu a {
    color: #af0005;
    font-weight: bold;
}
.show-menu-lg-phim-hot .thumbnail-slg-menu img {
    height: 345px;
}
.show-menu-lg-phim-hot .thumbnail-slg-menu .text-lg-thum {
    font-size: 30px;
}
.main-slider-menu {
    list-style: circle;
}
.main-slider-menu li {
    margin: 5px 10px 0;
}
.main-slider-menu li:first-child {
    margin-top: 0;
}
.mod-slide-lc-menu {
    height: auto;
    width: 100%;
    position: static;
    max-width: 1200px;
    max-height: 1000px;
    overflow: hidden;
    margin-left: -5000px;
}
.mod-slide-lc-menu {
    background: #fff none repeat scroll 0 0;
    left: -3px;
    position: absolute;
    top: 50px;
    width: 200px;
    z-index: 100;
}
.mod-slide-lc-menu li {
    width: 100%;
    margin: 0;
    padding: 0;
}
.mod-slide-lc-menu li a {
    display: block;
    font-size: 18px;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}
.bg-box-sub-login .btn-group {
    width: 100%;
}
.cach-box-all {
    margin-top: 20px;
}
.mod-qc-h1 .img-qc1 {
    height: 80px;
}
.mod-qc-h1 {
    margin: 10px 0;
}

.cbv-slide-theloai {
    font-size: 10px;
    padding-top: 0;
    display: block;
}
.mod-phim-lage-home .cbv-slide-theloai {
    padding-top: 0;
}
.bg-thanh-dieu-huong-chuyenmuc .cbv-slide-theloai {
    padding-top: 0;
    display: inline;
}
.mod-phim-chitiet-top .cbv-slide-theloai {
    padding-top: 0;
    display: inline;
}

#colormag_300x250_advertisement_widget-5.widget,
#cbv_300x600_advertisement_widget-6.widget {
    margin-bottom: 30px;
}
#tag_cloud-5.widget {
    margin-bottom: 30px;
}
#secondary #tag_cloud-5 .widget-title {
    margin-bottom: 10px;
    border-bottom: 3px dotted #f1f1f1;
}
#tag_cloud-5 a {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    text-shadow: 0 0 3px #333;
    position: relative;
    background: rgba(0, 0, 0, 0) linear-gradient(rgb(93, 104, 121), rgb(72, 80, 93)) repeat scroll 0 0;
    margin: 7px 25px 7px 0;
    border-radius: 3px;
    color: #f1f1f1;
    float: left;
    display: block;
    font-size: 12px !important;
    text-transform: capitalize;
    line-height: 25px;
    padding: 0 5px;
}
#tag_cloud-5 a:after {
    content: "";
    width: 22px;
    height: 25px;
    background-position: right -3563px;
    background-repeat: no-repeat;
    background-image: url("/web/20220223155840im_/http://haitaoquan.com/wp-content/themes/colormag/cbv-includes/assets/images/my-file-lcp.png");
    float: right;
    position: absolute;
}
#tag_cloud-5 a:hover {
    color: #d7d55e;
}
.body-content .post-left .module {
    margin-bottom: 20px;
    display: block;
    clear: both;
}
.cbv-thanh-tab {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.cbv-thanh-tab li {
    width: 50%;
    overflow: hidden;
}
.cbv-thanh-tab > li {
    padding: 3px 15px;
    font-size: 14px;
    margin-right: 0;
    text-align: center;
    background: #e7e8e9;
    background-repeat: repeat;
    color: #4c3327;
    border-left: 1px solid #ccc;
    cursor: pointer;
}
.cbv-thanh-tab > li.active {
    border-width: 0;
    background: #ef3129;
    color: #f1f1f1;
    font-weight: bold;
}
#phimhaitet{
    display: none;
}
.cbv-thanh-tab > li:hover {
    color: #fff;
    background: #bd3632;
}
.box-content-le-bo {
    margin-bottom: 30px;
}
.box-content-le-bo img {
    width: 100%;
    height: 50px;
    float: left;
    border: 1px solid #fff;
}
.cbv-content-tab {
    margin-top: -2px;
    border: 2px solid #ef3129;
    overflow: hidden;
    border-top: 3px solid #ef3129;
}
.cbv-content-tab ul {
    margin-top: 10px;
}
.cbv-content-tab li {
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
    width: 100%;
    padding: 9px 9px 10px;
}
.cbv-content-tab li:hover img {
    opacity: 0.5;
}
.cbv-content-tab li:hover .title-sl {
    color: #4c3327;
}
.cbv-content-tab li .title-sl {
    font-size: 11px;
    font-weight: bold;
    text-transform: capitalize;
    color: #4c3327;
    display: block;
    width: 100%;
    float: left;
}
.cbv-content-tab li .box-title {
    padding-left: 10px;
}
.cbv-content-tab li .title-sl:hover {
    color: #83050a;
}
.cbv-content-tab li:last-child {
    border-bottom: none;
}
.cbv-content-tab li .thoi-luong {
    line-height: 13px;
    float: right;
    text-align: right;
    color: #666;
    font-size: 12px;
}
.cbv-content-tab li .img-tab-h {
    max-width: 35px;
}
#cbv_300x600_advertisement_widget-2 {
    margin-bottom: 20px;
}
#cbv_300x600_advertisement_widget-2 .advertisement-content {
    max-width: 300px;
    margin: 0 auto;
}
#cbv-click2.active a {
    border-right: 2px solid #ef3129;
}
.show-the-loai-phim {
    clear: both;
    font-size: 12px;
}
.cbv-content-tab .show-the-loai-phim a {
    color: #888;
    font-size: 11px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.show-the-loai-phim a {
    color: #36e1ff;
    font-size: 10px;
    display: none;
}
.cbv-content-tab .show-the-loai-phim a:hover {
    color: #4c3327;
}
.show-the-loai-phim a:hover {
    color: #f1f1f1;
}
.mod-phim-lage-home {
    position: relative;
}
.mod-phim-lage-home .bg-box-module {
    background: none;
    overflow: hidden;
    width: 100%;
    padding-bottom: 5px;
}
.mod-phim-lage-home .mod-title {
    height: 50px;
    position: relative;
    width: 100%;
}
.mod-phim-lage-home .mod-title .tit-mod {
    background-position: 0 -559px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 58px;
    margin-left: -7px;
    position: absolute;
}
.mod-phim-lage-home .mod-title .tit-mod a {
    background: #ef3129;
    color: #fff;
    display: block;
    float: left;
    height: 50px;
    line-height: 49px;
    padding: 0 30px;
    text-shadow: 1px 1px 1px #333;
}
.mod-phim-lage-home .item-lg {
    overflow: hidden;
    position: relative;
}
.mod-phim-lage-home .noibat-lg .title-sl a {
    font-size: 18px;
    line-height: 18px;
}
.mod-phim-lage-home .noibat-lg .box-date-sl {
    margin: 10px 0;
}
.mod-phim-lage-home .noibat-lg img {
    height: 255px;
    width: 100%;
}
.mod-phim-lage-home .item-lg .list-items img {
    height: 145px;
    width: 100%;
}
.mod-phim-lage-home .item-lg .list-items.list-items-sau img {
    height: 220px;
    width: 100%;
}
.mod-phim-lage-home .item-lg .list-items .title-sl a {
    font-size: 14px;
    line-height: 1.3;
}
.mod-phim-lage-home .item-lg .list-items .title-sl a b {
    font-size: 12px;
}
.mod-phim-lage-home .item-lg .list-items .box-date-sl {
    font-size: 10px;
    margin: 0;
}
.mod-phim-lage-home .box-show-thum-sl {
    padding: 5px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    font-weight: bold;
    font-size: 13px;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    opacity: 1;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.mod-phim-lage-home .thumbnail-sl:hover .box-show-thum-sl,
.mod-phim-lage-home ul .thumbnail-sl:focus .box-show-thum-sl {
    margin-bottom: 0;
    height: auto;
    opacity: 1;
}
.mod-phim-lage-home .box-show-thum-sl .my-file-lcp {
    background-repeat: no-repeat;
    padding-left: 35px;
    display: block;
    width: 100%;
    height: 25px;
}
.cbv-xem-cm-home {
    position: absolute;
    top: 1px;
    right: 0;
    font-size: 14px;
}
.mod-phim-lage-home .thumbnail-sl {
    position: relative;
}
.mod-phim-lage-home .title-sl a {
    font-size: 13px;
    display: block;
    color: #ddd;
}
.mod-phim-lage-home .title-sl a:hover {
    color: yellow;
}
.mod-phim-lage-home .box-date-sl {
    color: #666;
    display: block;
    width: 100%;
    font-size: 12px;
    text-align: center;
    margin: 5px 0;
    font-weight: normal;
}
.mod-phim-lage-home .item-lg .list-items-sau {
    margin-top: 10px;
    margin-left: -3px;
}
.mod-phim-lage-home .item-lg .list-items-sau .thum-sau {
    height: 200px;
}
.mod-phim-lage-home .text-tatca {
    display: none;
}
.mod-phim-lage-home .fa-angle-double-right {
    font-size: 40px;
    font-weight: bold;
}
.bg-danhgia-chung {
    background-position: 0 1px;
    background-repeat: no-repeat;
    display: block;
    height: 15px;
    width: 100%;
}
.bg-danhgia-10 {
    background-position: 0 1px;
}
.bg-danhgia-9 {
    background-position: 0 -19px;
}
.bg-danhgia-8 {
    background-position: 0 -39px;
}
.bg-danhgia-7 {
    background-position: 0 -59px;
}
.bg-danhgia-6 {
    background-position: 0 -79px;
}
.bg-danhgia-5 {
    background-position: 0 -99px;
}
.bg-danhgia-4 {
    background-position: 0 -119px;
}
.bg-danhgia-3 {
    background-position: 0 -139px;
}
.bg-danhgia-2 {
    background-position: 0 -159px;
}
.bg-danhgia-1 {
    background-position: 0 -179px;
}
.bg-danhgia-0 {
    background-position: 0 -199px;
}
.mod-rap-chieu-phim {
}
.mod-rap-chieu-phim .mod-title {
    height: 50px;
    position: relative;
    width: 100%;
}
.mod-rap-chieu-phim .mod-title .tit-mod {
    background-position: 0 -453px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 58px;
    margin-left: -7px;
    position: absolute;
}
.mod-rap-chieu-phim .mod-title .tit-mod a {
    background-position: 0 -349px;
    color: #fff;
    display: block;
    float: left;
    height: 50px;
    line-height: 49px;
    padding: 0 30px;
}
.page-header {
    margin: 0;
}
.bg-thanh-dieu-huong-chuyenmuc {
    background: #ef3129;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 10px;
}
.bg-thanh-dieu-huong-chuyenmuc ul {
    margin-left: 5px;
}
.bg-thanh-dieu-huong-chuyenmuc li {
    float: left;
    color: #f1f1f1;
}
.bg-thanh-dieu-huong-chuyenmuc li a {
    color: yellow;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 14px;
}
.bg-thanh-dieu-huong-chuyenmuc li a:hover {
    color: #fff;
}
.bg-thanh-dieu-huong-chuyenmuc .cach-thanh-dh {
    margin: 0 5px;
}
.mod-phim-chuyen-muc {
    position: relative;
}
.mod-phim-chuyen-muc .bg-box-module {
    background-repeat: repeat;
    overflow: hidden;
    width: 100%;
    padding: 5px;
    background: #ccc;
}
.mod-phim-chuyen-muc .mod-title {
    height: 50px;
    position: relative;
    width: 100%;
}
.mod-phim-chuyen-muc .mod-title .tit-mod {
    background-position: 0 -559px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 58px;
    margin-left: -7px;
    position: absolute;
}
.mod-phim-chuyen-muc .mod-title .tit-mod a,
.mod-phim-chuyen-muc .mod-title .tit-mod span {
    background: #ef3129;
    color: #fff;
    display: block;
    float: left;
    height: 50px;
    line-height: 49px;
    padding: 0 30px;
    text-shadow: 1px 1px 1px #333;
}
.mod-phim-chuyen-muc .thumbnail-sl {
    background: #1c1c1c;
    padding: 2px;
    overflow: hidden;
    position: relative;
}
.mod-phim-chuyen-muc .title-sl a {
    color: #ddd;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    font-size: 16px;
}
.mod-phim-chuyen-muc .show-the-loai-phim {
    margin-bottom: 0;
}
.box-show-thum-sl {
    margin: 5px 0;
    padding: 5px;
}
.mod-top-slider .box-show-thum-sl {
    margin: 0;
    padding: 0 5px 0 10px;
}
.mod-phim-chuyen-muc .main-pagination {
    width: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
}
.mod-phim-chuyen-muc .main-pagination .page-numbers {
    border-radius: 3px;
    background: #4f4f4f;
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    margin: 10px 0;
}
.mod-phim-chuyen-muc .main-pagination .page-numbers:hover {
    background: #1c1c1c;
    color: yellow;
}
.mod-phim-chuyen-muc .main-pagination .page-numbers.current {
    color: #36e1ff;
    background: #1c1c1c;
}
.mod-phim-chuyen-muc .item {
    padding-bottom: 10px;
}
.mod-phim-chuyen-muc .thumbnail-sl img {
    min-height: 300px;
}
.main-content-chitiet .box-phim-chi-tiet {
    border-radius: 2px;
    background: none;
    border: 1px solid #ef3129;
}
.main-content-chitiet .bg-thanh-dieu-huong-chuyenmuc li:last-child a {
    color: #f1f1f1;
}
.mod-phim-chitiet-top {
}
.mod-phim-chitiet-top .btn-cbv-sub-view {
    padding: 5px 10px;
    line-height: 20px;
    margin: 5px 0;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    color: #fff;
    border: none;
    font-weight: bold;
    font-size: 12px;
}
.mod-phim-chitiet-top .btn-cbv-sub-view:hover {
    box-shadow: 0 0 6px #ddd;
    color: yellow;
}
.mod-phim-chitiet-top .bg-box-module {
    background: none;
}
.mod-phim-chitiet-top .thumbnail-sl {
    position: relative;
}
/*.mod-phim-chitiet-top .thumbnail-sl:hover a{colofont-size:25px}
*/
.mod-phim-chitiet-top .box-show-danh-dau {
    position: absolute;
    top: 10px;
    left: 10px;
    padding-right: 10px;
}
.mod-phim-chitiet-top .box-show-danh-dau .my-danhgia {
    display: block;
    float: left;
    width: 18px;
    height: 20px;
    margin-right: 10px;
    background-position: 0 -288px;
}
.mod-phim-chitiet-top .box-show-danh-dau:hover .my-danhgia {
    background-position: -29px -258px;
}
.mod-phim-chitiet-top .box-show-danh-dau .my-danhgia.da-danh-dau {
    background-position: -59px -260px;
}
.mod-phim-chitiet-top .box-show-xem-phim {
    padding: 5px 0;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: transparent linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0;
    text-align: center;
}
.mod-phim-chitiet-top .box-show-xem-phim a {
    background-color: #ef3129;
    font-weight: bold;
    border-color: #eea236;
    text-transform: uppercase;
    display: inline-block;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.mod-phim-chitiet-top .box-show-xem-phim a:hover {
    box-shadow: 0 0 1px #000;
}
.mod-phim-chitiet-top .title-ct-phim {
    line-height: 1.5;
    color: #4c3327;
    font: 400 25px/30px "uvf-bebasneue", "bebas", arial;
    padding: 0 5px 10px;
    display: block;
}
.mod-phim-chitiet-top .title-ct-phim:hover {
    color: #bd3632;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.mod-phim-chitiet-top .list-items {
    background: none;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    width: auto; 
    height: 132px;
    overflow-y: scroll;
}
.mod-phim-chitiet-top .list-items li {
    color: #4c3327;
    overflow: hidden;
    width: 100%;
    padding: 4px 10px;
    font-size: 13px;
}
.mod-phim-chitiet-top .list-items li .text-goo {
    color: #bd3632;
}
.mod-phim-chitiet-top .list-items li a {
    color: #bd3632;
}
.mod-phim-chitiet-top .list-items li a:hover {
    color: #4c3327;
}
.mod-phim-chitiet-top .tt-trang-thai {
    color: #8f0000;
    font-weight: bold;
}
.mod-phim-chitiet-top .tt-diem-danh-gia {
    background: rgb(218, 203, 70) none repeat scroll 0 0;
    border-radius: 5px;
    color: rgb(0, 0, 0);
    display: inline-block;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
    text-align: center;
    width: 25px;
}
.mod-phim-chitiet-top .main-box-danhgia {
    background: none;
    padding: 10px 5px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #f1f1f1;
}
.mod-phim-chitiet-top .title-dg {
    color: #4c3327;
    font-size: 16px;
    margin-bottom: 3px;
}
.mod-phim-chitiet-top .title-dg .so {
    color: #bd3632;
    font-size: 12px;
}
.mod-phim-chitiet-top .like-phim {
    text-align: right;
}
.mod-phim-noi-dung-ct .mod-title,
.mod-phim-tu-khoa-ct .mod-title {
    text-transform: uppercase;
    color: #4c3327;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.mod-phim-noi-dung-ct .mod-body,
.mod-phim-tu-khoa-ct .mod-body {
    background: none;
    overflow: hidden;
    padding: 10px 0;
}
.mod-qcct-content .mod-body {
    padding: 0;
}
.mod-phim-noi-dung-ct .mod-body {
    color: #333;
}
.mod-phim-noi-dung-ct .mod-body img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.mod-phim-tu-khoa-ct .list-tukhoa li {
    display: inline-block;
    margin: 5px;
}
.mod-phim-tu-khoa-ct .list-tukhoa li a:hover {
    color: yellow;
}
.mod-phim-tu-khoa-ct .item-tukhoa {
    line-height: 25px;
    display: block;
    font-size: 12px;
    float: left;
    height: 25px;
    padding: 0 5px;
    color: #f1f1f1;
    border-radius: 3px 0 0 3px;
    background: linear-gradient(#5d6879, #48505d);
}
.mod-phim-tu-khoa-ct .duoi-item-tags {
    display: block;
    float: left;
    height: 25px;
    background-position: right -3563px;
    padding-right: 18px;
    background-repeat: no-repeat;
}
.mod-phim-tu-khoa-ct .mod-body a:hover .item-tukhoa {
    color: #36e1ff;
}
.mod-qcct-content {
    text-align: center;
}
.mod-qcct-content .widget_300x250_advertisement {
    width: 100%;
    float: left;
}
.mod-qcct-content .widget_300x250_advertisement .advertisement-content {
    max-width: 300px;
    display: inline-block;
    margin: 0 auto;
}
.mod-comment-chitiet .mod-title {
    text-transform: uppercase;
    color: #4c3327;
    font-size: 16px;
    font-weight: bold;
}
.mod-comment-chitiet .mod-body {
    background: none;
    padding: 10px 0;
}
.mod-comment-chitiet {
    padding-bottom: 10px !important;
}
.main-content-xemphim .box-phim-xem-phim {
    background: none;
    border-radius: 3px;
    border: 1px solid #ef3129;
    padding: 5px;
}
.main-content-xemphim .box-phim-xem-phim .thumbnail-sl {
    padding: 0;
}
.main-content-xemphim .bg-thanh-dieu-huong-chuyenmuc li:last-child a {
    color: #f1f1f1;
}
.main-content-xemphim .box-phim-xem-phim .module {
    margin-bottom: 0;
}
.main-content-xemphim .title-xem-phim {
    font-size: 18px;
    font-weight: bold;
    color: #4c3327;
    line-height: 1.3;
}
.main-content-xemphim .top-xp-right {
    padding-left: 10px;
}
.main-content-xemphim .bg-box-module {
    background: none;
}
.main-content-xemphim .theloai-top-xp {
    color: #999;
    padding: 10px 0;
    display: block;
}
.main-content-xemphim .theloai-top-xp:hover {
    color: #36e1ff;
}
.main-content-xemphim .text-nd {
    display: none;
}
.main-content-xemphim .xemthem-nd-xp {
    color: #000;
}
.main-content-xemphim .xemthem-nd-xp a {
    color: #bd3632;
}
.main-content-xemphim .like-phim-xem {
    display: block;
    overflow: hidden;
    padding: 10px 0;
}
.main-content-xemphim .like-phim-xem .luot-view-all {
    padding: 0;
}
.error-container {
    overflow: hidden;
}
.mod-phim-xemphim-top img {
    min-height: 110px;
}
.mod-phim-xemphim-top .noidung-tomtat-xp .text-nd {
    display: none;
}
.mod-xp-box-view {
}
.mod-xp-box-view .btn-cbv-sub-view {
    padding: 5px 10px;
    line-height: 20px;
    margin: 5px 0;
    border-radius: 5px;
    background: #1c1c1c;
    color: #ddd;
    border: none;
    font-weight: bold;
    font-size: 12px;
}
.mod-xp-box-view .btn-cbv-sub-view:hover {
    box-shadow: 0 0 6px #ddd;
    color: #36e1ff;
}
.mod-xp-box-view .bg-box-module iframe,
.mod-xp-box-view .bg-box-module video {
    width: 100%;
    height: 200px;
}
.mod-xem-them-chung {
    margin-top: 10px;
}
.mod-xp-box-view .box-show-danh-dau .my-danhgia {
    display: block;
    float: left;
    width: 18px;
    height: 20px;
    margin-right: 10px;
    background-position: 0 -288px;
}
.mod-xp-box-view .btn-view-danh-dau:hover .my-danhgia {
    background-position: -29px -258px;
}
.mod-xp-box-view .btn-view-chuyen-tap .my-danhgia {
    background-position: 19px -556px;
}
.mod-xp-box-view .btn-view-tat-den .my-danhgia {
    background-position: 79px -556px;
}
.mod-xp-box-view .btn-view-tat-qc .my-danhgia {
    background-position: 22px -585px;
}
.mod-xp-box-view .main-box-danhgia {
    background: #1c1c1c;
    color: #ddd;
    margin-top: 10px;
    padding: 10px;
    overflow: hidden;
}
.mod-xp-box-view .title-dg {
    margin-top: 10px;
    color: yellow;
    font-size: 14px;
    margin-bottom: 5px;
}
.mod-xp-box-view .title-dg .so {
    color: #ccc;
    font-size: 12px;
}
.main-btn-danhgia-phim {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 1px;
}
.main-btn-danhgia-phim .btn-danhgia-chung {
    background-position: 0 -158px;
    width: 15px;
    height: 16px;
    display: block;
    float: left;
    cursor: pointer;
}
.main-btn-danhgia-phim .bg-danhgia1 {
    background-position: 0 -161px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.main-btn-danhgia-phim .bg-danhgia0 {
    background-position: 0 -200px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.main-box-danhgia .cbv-hint-text {
    line-height: 1.8;
    font-size: 10px;
    color: #bd3632;
    float: left;
    text-transform: uppercase;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.mod-xp-box-view .like-phim {
    margin-top: 10px;
}
.mod-xp-box-view .phim-loi {
    color: yellow;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    margin: 30px 0 50px;
}
.mod-xemphim-link-server {
}
.mod-xemphim-link-server .list-server li {
    float: left;
    display: inline-block;
    margin: 0 5px;
}
.mod-xemphim-link-server .list-server a {
    color: yellow;
    display: inline-block;
    height: 23px;
    font-size: 14px;
    width: 25px;
    background: #48505d;
    text-align: center;
    border-radius: 2px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.mod-xemphim-link-server .list-server .active a {
    background: #1c9bbb;
    color: #f9f9f9;
}
.mod-xemphim-link-server .list-server a:hover {
    box-shadow: 0 0 5px #fff;
}
#bg-box-tat-den-xem-phim {
    position: fixed;
    background: #000;
    z-index: 1500;
    opacity: 0.9;
    height: 100%;
    width: 100%;
    display: none;
}
.add-box-xem-phim-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1501;
}
.mod-top-slider .mod-body .right-sl .title-sl {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
}
.bg-thanh-dieu-huong-chuyenmuc li:last-child .title-dieu-huong {
    font-size: 14px;
    color: #f1f1f1;
    text-transform: uppercase;
    line-height: 35px;
}
.main-content-dangky .main-form-register {
    padding: 10px;
}
.main-content-dangky .box-register {
    padding: 10px;
    color: #ddd;
}
.main-content-dangky .form-control {
    background-color: #333 !important;
    border: 1px solid #111 !important;
    color: #b8b8b8 !important;
}
.main-content-dangky .cbv-form-register {
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden;
}
.main-form-register .radio {
    float: left;
    margin: 5px 10px;
}
.box-captra-dangky {
    max-width: 200px;
}
.box-captra-dangky img {
    height: 35px;
    border-radius: 5px;
}
.bg-footer {
    margin-top: 20px;
    background-image: url("/web/20220223155840im_/http://haitaoquan.com/wp-content/themes/colormag/cbv-includes/assets/images/iconcailuongfooter.png");
    border-top: 5px solid #ef3129;
    color: #fff;
    padding: 20px 0;
}
.footer-left-logo {
    padding-left: 0;
}
.footer-left-logo img {
    background: none;
    margin: 0 auto;
    width: 200px;
}
.mod-lienket-content-footer {
    border: 3px solid #ef3129;
    background-color: #f1f1f1;
    border-radius: 20px;
    padding: 10px;
    overflow: hidden;
    margin: 20px 0;
}
.mod-lienket-content-footer ul {
    margin-top: 5px;
}
.mod-lienket-content-footer ul li {
    margin: 8px 0;
}
.mod-lienket-content-footer ul a {
    color: #4c3327;
    font-size: 13px;
    text-transform: capitalize;
}
.mod-lienket-content-footer ul a:hover {
    color: #ba0000;
}
.mod-lienket-content-footer .menu > li > a {
    font-weight: bold;
    letter-spacing: -1.5px;
    color: #4c3327;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    text-transform: capitalize;
}
.container-footer-end .footer-right-lien-he {
    padding-left: 25px;
}
.first-post .single-article img {
    height: 220px;
}
.box-phim-chi-tiet .module {
    padding: 5px;
}
.main-xemthem-noidung {
    margin: 0 -15px;
}
.page-dangnhap-dangky h1 {
    margin: 20px 0;
}
.subscrite-youtobe {
    padding-top: 8px;
}
.bg-box-sub-login .btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-radius: 5px 0 0 5px;
    color: #f1f1f1;
}
.thoi-luong-phim {
    padding-left: 1px;
    display: block;
    width: 100%;
    color: #888;
    font-size: 12px;
    padding-top: 5px;
    overflow: hidden;
}
.thoi-luong-phim:before {
    content: "\f017";
    margin-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
}
.luot-view-all {
    display: block;
    width: 100%;
    color: #d4ac0d;
    font-size: 8px;
    padding-top: 5px;
    overflow: hidden;
}
.luot-view-all:before {
    content: "\f06e";
    margin-right: 5px;
    font: normal normal normal 10px/1 FontAwesome;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    width: 100%;
}
.main-thong-thanh-vien .mod-title {
    padding: 5px 10px;
    font-weight: bold;
    color: #1c9bbb;
    font-size: 30px;
}
/*.main-thong-thanh-vien .mod-body{margin-top:20px}
*/
.main-thong-thanh-vien .mod-body lable {
    font-weight: bold;
}
.chu-y-sao {
    color: #f5b041;
}
.click-cbv-trailler {
    cursor: pointer;
}
.click-cbv-trailler:hover {
    color: #bd3632;
}
.mod-phim-lage-home .cbv-slide-theloai {
    display: none;
}
#myModal-show-trailler,
#myModal-clik-danky-theodoi {
    color: #333;
}
#myModal-show-trailler .modal-title,
#myModal-clik-danky-theodoi .modal-title {
    color: #333;
}
#myModal-clik-danky-theodoi h6 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
#myModal-clik-danky-theodoi .modal-body {
    overflow: hidden;
}
#myModal-clik-danky-theodoi .modal-body {
    overflow: hidden;
}
#myModal-show-trailler .cbv-close-video:hover,
#myModal-clik-danky-theodoi .cbv-creat-submited:hover {
    color: #f1f1f1;
}
#myModal-clik-danky-theodoi .cbv-creat-submited {
    font-size: 10px;
    padding: 2px 5px;
}
#myModal-show-trailler .like-modal {
    margin-left: 20px;
}
#loading-when-submit {
    display: none;
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
#loading-when-submit.icon-loading {
    display: block;
    opacity: 1;
}
#loading-when-submit img {
    height: 200px;
    width: 200px;
    background: none;
    border-radius: 50%;
}
#myModal-show-login,
#myModal-show-login .modal-title {
    color: #333;
    font-size: 14px;
}
.mod-phim-lage-home .item-lg .list-items .item {
    padding: 5px;
    width: 50%;
    float: left;
}
.mod-tindienanh-cm {
}
.mod-tindienanh-cm .tit-mod {
    color: #333;
    display: block;
    font: 400 25px/40px "uvf-bebasneue", "bebas", arial;
    border-bottom: 2px solid #ba0000;
}
.mod-tindienanh-cm .tit-mod a,
.mod-tindienanh-cm .tit-mod span {
    color: #333;
}
/*.mod-tindienanh-cm .tit-mod:after{position: absolute; content: ''; height: 2px; width: 150px; background-color: #fc0; bottom: -2px; left: 0}*/
.mod-tindienanh-cm .featured-image {
    float: left;
    width: 30%;
    height: 70px;
    padding-right: 20px;
}
.mod-tindienanh-cm .featured-image img {
    height: 100%;
    object-fit: cover;
}
.mod-tindienanh-cm .list-items {
}
.mod-tindienanh-cm .list-items .title-sl {
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: -0.5px;
    font-weight: bold;
}
.mod-tindienanh-cm .list-items p {
    margin-bottom: 0;
}
.mod-tindienanh-cm .list-items .time-post {
    font-size: 12px;
    color: #888;
    padding: 10px 0;
    display: block;
}
.mod-tindienanh-cm .list-items .time-post time {
    font-size: 12px;
    color: #888;
    padding: 10px 0;
}
.mod-tindienanh-cm .list-items .item-dienanh {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
}
.main-content-detail-cinema .show-date-chung {
    padding-right: 100px;
    color: #888;
    padding: 10px 0;
    display: block;
}
.main-content-detail-cinema .entry-title {
    font-size: 35px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #333;
    font-weight: bold;
}
.main-content-detail-cinema .entry-content {
    font-size: 16px;
    color: #333;
}
.main-content-detail-cinema .like-tindienanh {
    padding: 10px 0;
}

@media all and (min-width: 401px) {
    .mod-phim-chuyen-muc .item {
        width: 50%;
    }
    .mod-phim-chuyen-muc .title-sl {
        height: 40px;
        overflow: hidden;
    }
    .mod-phim-lage-home .noibat-lg img {
        height: 350px;
    }
    .mod-phim-lage-home .item-lg .list-items img {
        height: 170px;
    }
    .mod-phim-lage-home .item-lg .list-items.list-items-sau img {
        height: 250px;
    }
    .first-post .single-article img {
        height: 180px;
    }
    .widget_featured_posts .first-post .article-content .entry-title {
        font-weight: bold;
        padding: 10px 0 0;
        font-size: 14px;
        height: 26px;
        overflow: hidden;
        display: block;
    }
    .widget_featured_posts .first-post .article-content .entry-title a {
        text-transform: uppercase;
    }
    .widget_featured_posts .following-post .article-content .below-entry-meta {
        display: none;
    }
    .mod-phim-lage-home .list-items img {
        height: 280px;
    }
    .cbv-xem-cm-home {
        font-size: 18px;
        top: 13px;
    }
    .mod-phim-lage-home .fa-angle-double-right {
        font-size: 18px;
        font-weight: bold;
    }
    .mod-rap-chieu-phim .ds-items .thumbnail-sl img {
        height: 100px;
    }
    .mod-phim-lage-home .box-date-sl {
        font-size: 14px;
    }
    .mod-phim-lage-home .noibat-lg .title-sl a {
        font-size: 25px;
        line-height: 1.5;
    }
    .mod-phim-lage-home .item-lg .list-items .title-sl a {
        font-size: 15px;
    }
    .mod-phim-lage-home .title-sl a {
        font-size: 25px;
        line-height: 1.5;
    }
    .mod-phim-lage-home .box-show-thum-sl .trailer {
        background-position: 6px -1188px;
        background-size: 50px auto;
        line-height: 35px;
    }
    .mod-phim-lage-home .box-show-thum-sl .my-file-lcp {
        background-repeat: no-repeat;
        display: block;
        height: 32px;
        padding-left: 50px;
        width: 100%;
    }
    .mod-phim-lage-home .box-show-thum-sl .detail {
        background-position: 6px -742px;
        background-size: 40px auto;
        line-height: 40px;
    }
    .mod-phim-lage-home .item-lg .list-items-sau .thum-sau {
        height: 300px;
    }
    .mod-phim-lage-home .text-tatca {
        display: initial;
    }
    .show-menu-mobile {
        background: none;
        width: 300px;
        float: left;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #fff;
        background: #fff;
    }
    .navbar-inverse {
        background: none;
        border-color: rgba(13, 13, 13, 0);
    }
    .bg-box-sub-login .btn-group {
        width: auto;
    }
    .btn-cbv-facebook,
    .btn-cbv-tuphim {
        margin: 0;
    }
    .main-box-tien-ich {
        width: 400px;
        left: auto;
        right: 0;
    }
    .tam-list-item {
        width: 33%;
        float: left;
    }
    .main-content-xemphim .noidung-tomtat-xp {
        overflow: hidden;
        background: none;
        color: #4c3327;
        display: block;
        padding: 10px 5px;
        border-radius: 3px;
    }
    .main-content-xemphim .noidung-tomtat-xp p {
        display: inline;
    }
    .main-content-xemphim .noidung-tomtat-xp .text-nd {
        max-height: 77px;
        float: left;
        overflow: hidden;
    }
    .main-content-xemphim .xemthem-nd-xp a:hover {
        color: #4c3327;
    }
    .main-content-xemphim .top-xp-left {
        width: 30%;
    }
    .main-content-xemphim .top-xp-right {
        width: 70%;
    }
    .mod-xp-box-view .bg-box-module iframe,
    .mod-xp-box-view .bg-box-module video {
        height: 300px;
    }
    .mod-qc-siderbar-h4 .advertisement_728x90 {
        padding: 15px 0 40px;
    }
    .box-phim-xem-phim .mod-qc-siderbar-h4 .advertisement_728x90 {
        padding: 15px 0;
    }
    .mod-phim-chuyen-muc .thumbnail-sl img {
        min-height: 400px;
    }
    .mod-phim-chuyen-muc .title-sl {
        max-height: 45px;
        overflow: hidden;
        font-size: 15px;
    }
    .description-categoris {
        text-align: justify;
        border: 2px solid #ef3129;
        background: none;
        color: #333;
        padding: 10px;
        margin-bottom: 20px;
        border-radius: 5px;
    }
}
@media all and (min-width: 551px) {
    .top-chitiet-left,
    .top-chitiet-right {
    }
    .top-chitiet-right {
        padding-left: 10px;
    }
    .mod-phim-chuyen-muc .item {
        width: 33.3333%;
    }
    .mod-phim-lage-home .noibat-lg img {
        height: 510px;
    }
    .mod-phim-lage-home .item-lg .list-items img {
        height: 250px;
    }
    .mod-phim-lage-home .list-items img {
        height: 440px;
    }
    .mod-phim-lage-home .item-lg .list-items.list-items-sau img {
        height: 380px;
    }
    .mod-rap-chieu-phim .ds-items .thumbnail-sl img {
        height: 200px;
    }
    .mod-phim-lage-home .item-lg .list-items .box-date-sl {
        font-size: 14px;
    }
    .mod-phim-lage-home .noibat-lg .title-sl a {
        font-size: 18px;
        text-transform: capitalize;
        line-height: 1.2;
    }
    .mod-phim-lage-home .item-lg .list-items .title-sl a {
        font-size: 20px;
    }
    .mod-phim-lage-home .title-sl a {
        font-size: 30px;
    }
    .mod-phim-lage-home .item-lg .list-items-sau .thum-sau {
        height: 400px;
    }
    .mod-danh-sach-rap .list-items .thumbnail-sl img {
        height: 230px;
    }
    .mod-rap-lich-ngay-select .list-items li {
        width: 15%;
    }
    @media only screen and (min-width: 551px) and (max-width: 767px) {
        .post-left-l-lc {
            width: 45%;
            float: left;
        }
        .post-left-r-lc {
            width: 55%;
            float: left;
            padding-left: 20px;
        }
        .mod-phim-chuyen-muc .thumbnail-sl img {
            min-height: 500px;
        }
    }
    .main-content-xemphim .top-xp-left {
        width: 20%;
    }
    .main-content-xemphim .top-xp-right {
        width: 80%;
    }
    .mod-xp-box-view .bg-box-module iframe,
    .mod-xp-box-view .bg-box-module video {
        height: 400px;
    }
    .mod-xp-box-view .like-phim {
        margin-top: 20px;
    }
    .mod-xp-box-view .jw-video {
        max-width: 100%;
    }
    .first-post .single-article img {
        height: 220px;
    }
    .mod-phim-xemphim-top .noidung-tomtat-xp .text-nd {
        display: inline-block;
    }
    .mod-phim-xemphim-top .noidung-tomtat-xp .text-nd img {
        height: auto;
        width: auto;
    }
    .mod-tindienanh-cm .featured-image {
        height: 100px;
    }
}
@media all and (min-width: 768px) {
    .show-the-loai-phim a {
        display: initial;
    }
    .main-content-section .post-left {
        padding: 0;
    }
    .footer-socket-wrapper .container {
        padding: 5px;
    }
    .home-icon .fa {
        line-height: 27px;
    }
    .mod-phim-lage-home .item-lg .list-items.list-items-sau img {
        height: 195px;
    }
    .mod-phim-chuyen-muc .bg-box-module {
        background: none;
        border: 1px solid #ef3129;
    }
    #cbv_300x600_advertisement_widget-2 .advertisement-content {
        margin: 0;
    }
    .mod-phim-lage-home .item-lg .list-items .title-sl a {
        font-size: 12px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        text-transform: capitalize;
    }
    .mod-phim-lage-home .item-lg .list-items .title-sl a b {
        font-size: 12px;
    }
    .mod-phim-lage-home .item-lg .list-items-sau {
        margin-top: 0;
    }
    .mod-phim-lage-home .item-lg .list-items img,
    .mod-phim-lage-home .item-lg .list-items-sau .thum-sau {
        height: 195px;
    }
    .mod-phim-lage-home .list-items .box-show-thum-sl .trailer {
        background-position: 6px -831px;
        background-size: 35px auto;
        padding-left: 30px;
        height: 25px;
        line-height: 25px;
    }
    .mod-phim-lage-home .list-items .box-show-thum-sl .detail {
        background-position: 6px -559px;
        background-size: 30px auto;
        padding-left: 30px;
        height: 25px;
        line-height: 25px;
    }
    .mod-phim-lage-home .item-lg {
        border: 2px solid #ef3129;
        background: #fff;
    }
    .box-left-le-bo {
        width: 42%;
    }
    .box-content-le-bo {
        width: 58%;
        padding-left: 10px;
    }
    .main-select-tinhthanh {
        right: 0;
        padding-right: 15px;
    }
    .mod-qc-h1 .img-qc1 {
        height: 100px;
    }
    .close-search:hover {
        color: #8f0000;
        cursor: pointer;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-weight: normal;
    }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
        .main-qc-lg {
            margin-top: 60px;
        }
        .navbar-fixed-top,
        .navbar-fixed-bottom {
            position: fixed !important;
        }
        .mod-phim-chitiet-top .list-items li {
            font-size: 13px;
        }
    }
    .menu-btn-sub-2 {
        right: 0;
    }
    .show-menu-mobile {
        margin-top: 0;
    }
    .mod-phim-lage-home .item-lg .list-items-sau {
        margin-left: 0;
    }
    .show-menu-mobile {
        background: #83050a;
        width: 100%;
    }
    .navbar-inverse {
        background: #83050a;
        border-color: #fff;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        background: #83050a;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        position: relative;
    }
    .navbar-inverse .navbar-nav > li > a .ic-show-lg {
        position: absolute;
    }
    .navbar-inverse .ic-show-menu-con {
        color: #fff;
        float: right;
        font-size: 8px;
        left: auto;
        margin-right: -2px;
        margin-top: -33px;
        padding: 4px;
        position: static;
    }
    .mod-slide-lc-menu {
        box-shadow: 0 20px 30px #333;
        border-right: 3px solid #83050a;
        border-left: 3px solid #83050a;
        border-bottom: 3px solid #83050a;
    }
    .navbar-inverse .navbar-left span.active {
        color: #fff;
    }
    .item-slider-cbv {
        padding: 30px;
    }
    .list-menu-item .item {
        margin: 10px 0;
    }
    .body-content .post-left .module.mod-qc-box-tab {
        padding-right: 0;
    }
    .mod-slide-lc-menu li a {
        padding: 5px 0;
        background: #fff;
    }
    .mod-slide-lc-menu li a:hover {
        background-image: url("/web/20220223155840im_/http://haitaoquan.com/wp-content/themes/colormag/cbv-includes/assets/images/background_content_phda.jpg");
        background-repeat: repeat;
        color: #dacb46;
    }
    .show-the-loai-phim a {
        font-size: 10px;
    }
    .mod-phim-chuyen-muc .bg-box-module {
        padding: 0;
    }
    .mod-phim-chuyen-muc .title-sl a {
        font-size: 12px;
        text-transform: capitalize;
    }
    .mod-phim-chuyen-muc .title-sl a b {
        font-size: 12px;
    }
    .mod-phim-chuyen-muc .item {
        padding: 5px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .mod-phim-chuyen-muc .item:hover img {
        opacity: 0.9;
    }
    .mod-phim-chuyen-muc .item:hover .title-sl a {
        color: #dacb46;
    }
    .mod-phim-chuyen-muc .item:hover img {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    .mod-phim-chuyen-muc .item:hover .show-the-loai-phim a {
        color: #36e1ff;
    }
    .mod-phim-chuyen-muc .item .title-sl a:hover {
        color: yellow;
    }
    .mod-phim-chuyen-muc img {
        height: 280px;
    }
    .mod-phim-chitiet-top .top-chitiet-left {
        padding: 0;
    }
    .mod-phim-chitiet-top .top-chitiet-right {
        padding-left: 10px;
    }
    .mod-phim-chitiet-top .input-hidden {
        display: none;
    }
    .main-content-chitiet .box-phim-chi-tiet .module {
        padding: 10px 10px 0;
        margin-bottom: 0;
    }
    .main-content-chitiet .mod-phim-chitiet-top img {
        height: 500px;
        transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
    }
    .mod-phim-chitiet-top .like-phim {
        margin-top: 10px;
    }
    .mod-qcct-content .widget_300x250_advertisement {
        width: 50%;
        float: left;
    }
    .mod-qcct-content .widget_300x250_advertisement img {
        width: 300px;
    }
    .mod-phim-noi-dung-ct .mod-body {
        text-align: justify;
        padding: 10px;
    }
    .main-content-xemphim .title-xem-phim {
        font-size: 14px;
        text-transform: uppercase;
    }
    .main-content-xemphim .top-xp-right .title-dieu-huong {
        color: #888;
    }
    .mod-xp-box-view .bg-box-module iframe,
    .mod-xp-box-view .bg-box-module video {
        height: 382px;
        width: 100%;
    }
    .mod-xp-box-view .bg-box-module .add-max-height iframe,
    .mod-xp-box-view .bg-box-module .add-max-height video {
        height: 500px;
    }
    .add-max-height-lg {
        height: 100%;
        width: 100%;
    }
    .mod-xp-box-view .bg-box-module .add-max-height-lg iframe,
    .mod-xp-box-view .bg-box-module .add-max-height-lg video {
        min-height: 525px;
        width: 100%;
    }
    .mod-xp-box-view .btn-cbv-sub-view {
        margin: 0 2px;
    }
    .mod-xp-box-view .main-danh-dau-xemphim {
        text-align: center;
    }
    .mod-xp-box-view .like-phim {
        margin-top: 0;
    }
    .footer-left-logo {
        width: 160px;
        padding: 0;
    }
    .footer-left-logo img {
        width: 160px;
    }
    .mod-lienket-content-footer {
        margin: 0;
    }
    .container-footer-end .footer-right-lien-he {
        padding-left: 5px;
        margin-top: 20px;
    }
    .footer-link-content {
        padding: 0 10px;
    }
    .mod-lienket-content-footer .mod-title {
        margin-top: 5px;
    }
    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > li > a:hover {
        background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
        color: #4c3327;
        line-height: 0;
        margin-top: 10px;
        padding-bottom: 25px;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25) inset;
    }
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        background-color: #f9f9f9;
        color: #4c3327;
        line-height: 0;
        margin-top: 10px;
        padding-bottom: 25px;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25) inset;
    }
    .navbar-inverse .navbar-nav > li {
        display: inline-block;
        position: relative;
        float: left;
    }
    .main-form-register .title-lable {
        text-align: right;
        line-height: 33px;
    }
    .main-content-dangky .cbv-form-register {
        max-width: 70%;
    }
    .mod-top-slider .mod-body .right-sl {
        position: static;
        padding: 5px;
    }
    .mod-top-slider .pay-slider-top-nav li {
        margin: -1px 0 10px;
        background-color: #111;
        cursor: pointer;
        padding: 5px;
    }
    .mod-top-slider .mod-body .right-sl .title-sl {
        font-weight: bold;
        color: #fc9835;
        margin-bottom: 10px;
    }
    .mod-top-slider .mod-body .right-sl li.slick-current .title-sl {
        color: #fff;
    }

    .mod-top-slider .pay-slider-top-nav li img {
        border: white 1px dashed;
        background-color: #000;
    }
    .mod-top-slider .pay-slider-top-nav li .cbv-slide-theloai {
        color: #fff;
        float: left;
    }
    .mod-top-slider .pay-slider-top-nav li .cbv-slide-theloai:hover {
        text-decoration: underline;
    }
    .mod-top-slider .pay-slider-top-nav li.slick-current .cbv-slide-theloai {
        color: #fc9835;
    }
    .mod-top-slider .pay-slider-top-nav li.slick-current img {
        border: white 1px solid;
        background-color: #000;
    }
    .mod-top-slider .pay-slider-top-nav li:hover {
        background-color: #333;
    }
    .mod-top-slider .pay-slider-top-nav li.slick-current {
        background-color: #462300;
    }
    .mod-top-slider .pay-slider-top-nav li:first-child {
        margin-top: 0;
    }
    .mod-top-slider .pay-slider-top-nav {
        position: static;
    }
    .mod-top-slider .title-lg-sli-top-h {
        text-transform: uppercase;
    }
    .mod-top-slider .slick-next,
    .mod-top-slider .slick-prev {
        top: 200px;
    }
    .mod-top-slider .slick-next {
        right: 35%;
    }
    .mod-top-slider .slick-prev {
        left: 0;
    }
    .mod-top-slider .mod-body .right-sl .title-sl {
        font-size: 12px;
    }
    .mod-top-slider .mod-body .left-sl img {
        height: 305px;
    }
    .mod-phim-lage-home .item-lg .list-items .item {
        width: 33.333%;
    }
    .mod-phim-lage-home .item-lg .list-items .item img {
        height: 150px;
    }
    /*.mod-phim-lage-home .item-lg .list-items .item.item-noibat {width: 40%}
.mod-phim-lage-home .item-lg .list-items .item.item-noibat img{height: 230px}*/
    .mod-tindienanh-cm .featured-image {
        width: 30%;
        height: 150px;
    }
}
.mod-phim-chuyen-muc .thumbnail-sl img {
    min-height: 150px;
    height: 150px;
}
.box-content-le-bo img {
    height: 30px;
    object-fit: cover;
}
.widget_featured_posts .following-post .article-content .below-entry-meta {
    display: inline;
}
@media all and (min-width: 992px) {
    #main.container {
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 0 0 5px 5px;
    }
    .box-icon-play {
        position: absolute;
        text-align: center;
        width: 100%;
        top: 25%;
    }
    .mod-phim-lage-home .box-show-thum-sl {
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
        height: 0;
        margin-bottom: -20px;
        opacity: 0;
    }
    .ic-play-phim {
        opacity: 0.1;
        text-shadow: 1px 1px 35px #4c3327;
        font-size: 40px;
        color: #f1f1f1;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    .mod-phim-chuyen-muc .thumbnail-sl:hover .ic-play-phim {
        font-size: 30px;
        opacity: 0.9;
    }
    #site-navigation-sticky-wrapper {
        max-height: 45px !important;
    }
    #site-navigation-sticky-wrapper .container {
        padding: 0 15px;
        background-color: #333;
    }
    .wrap > .container {
        padding: 0 15px;
    }
    .main-head {
        display: block;
        position: static;
    }
    .container {
    }
    .main-search {
        border-radius: 10px;
        float: left;
        height: 57px;
    }
    .bg-box-sub-login .btn-group {
        width: auto;
    }
    .main-search-show {
        margin: 11px 0 0;
    }
    .main-search .box-search {
        margin-top: 10px;
        padding: 0 10px;
    }
    .main-search .btn-tim {
        font-weight: bold;
    }
    .bg-box-sub-login {
        float: right;
        margin-top: 25px;
    }
    .bg-box-sub-login .btn {
        float: right;
    }
    .bg-box-sub-login .btn.btn-cbv-select {
        color: #f1f1f1;
        border-radius: 0 5px 5px 0;
    }
    .bg-box-sub-login .btn-cbv-facebook {
        margin-left: 5px;
    }
    .bg-box-sub-login .btn-cbv-dn {
        border-radius: 0 5px 5px 0;
        margin-left: -1px;
    }
    .bg-box-sub-login .btn-cbv-dk {
        border-radius: 5px 0 0 5px;
    }
    .bg-box-sub-login .btn-group {
        float: right;
    }
    .bg-box-sub-login .btn-cbv-tuphim {
        margin-left: 5px;
    }
    .bg-box-sub-login .btn-cbv-showname {
        border-radius: 5px 0 0 5px !important;
    }
    .bg-box-sub-login .btn-cbv-select {
        border-radius: 0;
    }
    .btn-cbv-facebook {
    }
    .bg-box-sub-login .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-radius: 0 5px 5px 0;
        margin-left: -1px;
    }
    .mod-slide-lc-menu li a {
        padding: 5px 0 5px 10px;
        font-size: 16px;
    }
    .mod-phim-hay-nb .lg-nb img {
        max-height: 300px;
        height: auto;
    }
    .body-content .post-left {
        padding-right: 25px;
        width: 68%;
    }
    .main-content-detail-cinema .body-content .post-left {
        padding-left: 0;
    }
    .mod-phim-chuyen-muc .thumbnail-sl img {
        height: 150px;
        display: block;
    }
    .body-content .post-left .post-rap-right .module,
    .body-content .post-left .rap-right .module,
    .body-content .post-left .post-left-r-lc .module {
        padding-right: 10px;
    }
    .post-rap-right-center {
        padding-right: 10px;
    }
    .main-head .end-head {
        position: static;
        float: left;
        padding-left: 5px;
        width: 25%;
    }
    .logo-page h1 {
        background-size: 220px auto;
        padding-top: 80px;
        font-size: 0;
        background-position: 0;
        float: left;
        width: 220px;
    }
    .cach-box-all {
        margin: 20px 0;
    }
    .navbar-inverse {
        position: static;
        margin-bottom: 0;
        transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #f1f1f1;
    }
    .navbar-inverse .navbar-nav > li > a {
        text-transform: uppercase;
        font-weight: bold;
    }
    .bd-slow-show {
        transform: translate(0, -100px);
    }
    .slow-show {
        transform: translate(0, 0);
    }
    .box-left-le-bo {
        width: 47%;
    }
    .box-content-le-bo {
        width: 53%;
    }
    .qc2-gt-h {
        padding-left: 10px;
    }
    .go-top-page {
        bottom: -50px;
    }
    #w0-collapse {
        float: left;
    }
    .main-select-tinhthanh {
        float: left;
        margin-top: 0;
        margin-left: 40px;
    }
    .mod-qc-h1 .img-qc1 {
        height: 120px;
    }
    .post-left .post-rap-left,
    .post-left .rap-left {
        width: 52.5%;
        float: left;
    }
    .post-left .post-rap-right,
    .post-left .rap-right {
        width: 47.5%;
        float: left;
    }
    .item-slider-cbv {
        padding: 15px;
    }
    .main-box-tien-ich {
        background: none;
        display: block;
        width: 75%;
        position: static;
        margin-top: 0;
        padding: 0;
    }
    .cbv-xem-cm-home {
        right: 15px;
    }
    .footer-left-logo img {
        width: 100%;
    }
    .post-right {
        width: 32%;
        max-width: 300px;
    }
    .main-content-section .post-left {
        padding-right: 10px;
        width: 68%;
    }
    .mod-phim-lage-home .item-lg .list-items.list-items-sau img {
        height: 170px;
    }
    .post-right .module {
        margin-bottom: 30px;
        border-radius: 3px;
        background: none;
    }
    .post-right .mod-title a,
    .post-right .mod-title span {
        color: #f1f1f1;
        font-size: 15px;
    }
    .mod-phim-hay-nb {
        background-repeat: repeat;
        border: 2px solid #ef3129;
    }
    .mod-phim-hay-nb .mod-title {
        background-repeat: repeat;
    }
    .mod-phim-hay-nb .mod-body {
        padding: 10px;
    }
    .mod-phim-hay-nb.mod-phim-le-bo-scroll .mod-body {
        padding: 10px 0 10px 10px;
    }
    .mod-phim-danh-dau .mod-body {
        padding-top: 1px;
        background: #ef3129;
    }
    .mod-phim-hay-nb .tit-mod {
        height: 40px;
        line-height: 31px;
        text-align: center;
        background: none;
    }
    .mod-phim-hay-nb .tit-mod a {
    }
    .mod-phim-hay-nb .lg-nb {
        position: relative;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .mod-phim-hay-nb .lg-nb:hover a {
        color: yellow;
    }
    .mod-phim-hay-nb .lg-nb:hover img {
        opacity: 0.9;
    }
    .mod-phim-hay-nb .box-show-thum-sl {
        left: 0;
        position: absolute;
        bottom: 0;
        margin: 0;
        background: #4c3327;
        padding: 5px;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
    }
    .mod-phim-hay-nb .box-show-thum-sl a {
        line-height: 1.3;
        color: #ccc;
        text-transform: uppercase;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    .mod-phim-hay-nb .box-show-thum-sl a:hover {
        color: #f9f9f9;
    }
    .mod-phim-hay-nb .list-nb {
        margin-top: -1px;
    }
    .mod-phim-hay-nb .list-nb li {
        padding: 5px 0;
        overflow: hidden;
        position: relative;
        line-height: 1.2;
    }
    .mod-phim-hay-nb .list-nb img {
        height: 82px;
        border: 1px solid #999;
        border-radius: 3px;
    }
    .mod-phim-hay-nb .list-nb .title-sl {
        color: #4c3327;
        font-weight: bold;
    }
    .mod-phim-hay-nb .list-nb .title-sl:hover {
        color: #000;
    }
    .thum-list-sidebar {
        float: left;
        display: block;
        width: 90px;
    }
    .siderbar-luot-xem {
        font-size: 8px;
        display: block;
        margin: 0;
    }
    .box-text-right {
        padding-left: 10px;
        float: left;
        width: 160px;
    }

    .box-text-right a.title-sl {
        font-size: 13px;
    }
    .box-text-right a:hover {
        color: #83050a;
    }
    .show-the-loai-phim-sidebar {
        color: #000;
        margin: 0;
    }
    .mod-phim-le-bo-scroll .list-nb .title-sl {
        font-weight: bold;
        color: #4c3327;
        font-size: 13px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    .fa-star{
        color: yellow;
        float: left;
        margin: 4px 10px 0 7px;
        width: 22px;
        font-size: 30px;
    }
    .mod-phim-le-bo-scroll .list-nb {
        max-height: 394px;
        overflow: hidden;
    }
    .mod-phim-le-bo-scroll .tit-mod,
    .mod-phim-danh-dau .tit-mod {
        text-align: left;
    }
    .mod-phim-danh-dau .tit-mod a {
        margin-left: 25px;
    }
    .mod-phim-le-bo-scroll .tit-mod a {
        margin-left: 5px;
    }
    .mod-phim-le-bo-scroll img,
    .mod-phim-danh-dau img {
        border: 2px solid #999;
        border-radius: 3px;
    }
    .mod-phim-le-bo-scroll .thum-list-sidebar {
        padding-left: 0;
    }
    /*.mod-phim-hay-nb .tit-mod:hover .icon-px{-ms-transform:rotate(720deg);-webkit-transform:rotate(720deg);transform:rotate(720deg);transition:all 2s;-moz-transition:all 2s;-webkit-transition:all 2s;-o-transition:all 2s}
*/
    .mod-phim-le-bo-scroll .list-nb li {
        border-bottom: 1px dotted #ccc;
        padding-right: 10px;
    }
    .mod-phim-hay-nb li:hover .title-sl {
        color: #000;
    }
    .mod-phim-hay-nb li:hover img {
        opacity: 0.9;
    }
    .bg-show-phim-danh-dau {
        cursor: pointer;
        background: #f1f1f1;
        margin: 10px 0 0;
        border-radius: 5px;
        font-size: 14px;
        padding: 5px;
        color: #4c3327;
    }
    .bg-show-phim-danh-dau:hover {
        background: #fff;
    }
    .bg-show-phim-danh-dau .cbv-xemthem-phimda-dd {
        float: right;
    }
    .bg-show-phim-danh-dau .cbv-xemthem-phimda-dd {
        font-weight: bold;
        font-size: 20px;
    }
    .mod-phim-danh-dau .btn-cbv-xoa-danhdau {
        background: #bd3632;
        color: #ddd;
        border: none;
        padding: 2px 5px;
        border-radius: 5px;
        float: right;
        margin: 0;
        font-size: 12px;
        position: absolute;
        right: 10px;
        bottom: 5px;
    }
    .mod-phim-danh-dau .btn-cbv-xoa-danhdau:hover {
        box-shadow: 0 0 6px #ddd;
        color: #fff;
        background: #83050a;
    }
    .mod-phim-danh-dau .cbv-icon-xoa {
        padding-right: 5px;
        display: block;
        float: left;
        line-height: 20px;
    }
    .mod-phim-danh-dau .list-nb {
        display: none;
    }
    .mod-phim-lage-home .item-lg .list-items img,
    .mod-phim-lage-home .item-lg .list-items-sau .thum-sau {
        height: 170px;
    }
    .mod-phim-lage-home .noibat-lg img {
        height: 350px;
    }
    .footer-left-logo {
        width: 25%;
    }
    .mod-phim-le-bo-scroll {
        background-repeat: repeat;
    }
    .bg-thanh-dieu-huong-chuyenmuc ul {
        margin-left: 10px;
    }
    .show-the-loai-phim {
        clear: both;
    }
    .add-box-xem-phim-fixed {
        left: 15%;
        width: 70%;
    }
    .box-search > .input-group > .form-control {
        font-size: 11px;
        border: 1px solid #ccc;
    }
    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea {
        width: 60%;
    }
    .main-content-chitiet .mod-phim-chitiet-top img {
        height: 296px;
    }
    .widget_featured_posts .following-post img {
        width: 130px;
        height: 120px;
    }
    #tag_cloud-5.widget {
        padding: 10px;
        background: #ef3129;
        border-radius: 3px;
    }
    #secondary .widget_tag_cloud .widget-title span {
        color: #f1f1f1;
        background-color: #ef3129;
    }
    .home-icon .fa {
        line-height: 15px;
    }
    .mod-top-slider .mod-body .left-sl img {
        height: 390px;
    }
    .mod-top-slider .showlg-slider-top li:hover a {
        color: #fff;
    }
    .main-navigation .home-icon.front_page_on a {
        background-color: #ef3129;
    }
    .main-navigation .home-icon:hover a i {
        color: #fff;
    }
    .main-navigation .home-icon.front_page_on a i {
        color: #fff;
        padding: 0 5px;
    }
    .mod-top-slider .pay-slider-top-nav li img {
        height: 55px;
    }
    .mod-top-slider .mod-body .right-sl .title-sl {
        font-size: 14px;
        min-height: 33px;
    }
    .main-navigation .home-icon a {
        background-color: #333;
    }
    .main-navigation .home-icon .fa {
        color: #fff;
    }
    .mod-phim-chitiet-top .box-show-xem-phim a:hover {
        background-color: #ba0000;
    }
}
@media all and (min-width: 1200px) {
    .container {
        width: 1030px;
    }
    #cbv_300x600_advertisement_widget-2 .advertisement-content {
        width: 300px;
    }
    .main-content-section .post-left {
        width: 700px;
    }
    .post-right {
        width: 300px;
    }
    .box-left-le-bo {
        width: 300px;
    }
    .box-content-le-bo {
        width: 390px;
    }
    .body-content .post-left {
        width: 700px;
        margin-bottom: 15px;
    }
    .mod-phim-lage-home .noibat-lg img {
        height: 370px;
    }
    .mod-phim-lage-home .item-lg .list-items img,
    .mod-phim-lage-home .item-lg .list-items-sau .thum-sau {
        height: 180px;
    }
    .mod-phim-lage-home .item-lg .list-items.list-items-sau img {
        height: 180px;
    }
    .widget_featured_posts .following-post img {
        height: 100px;
    }
    .box-text-right {
        width: 185px;
    }
    .mod-top-slider .mod-body .right-sl .slick-prev:before,
    .mod-top-slider .mod-body .right-sl .slick-next:before {
        font-size: 60px;
    }
}
#cbv_tab_cat_widget-2 p {
    margin-bottom: 0;
}
* {
    font-size: 14px;
}
.mod-phim-hay-nb .title-sl {
    font-size: 12px;
}
#phone-number-user {
    width: 200px !important;
}
#thay-mk-id {
    display: none;
}
#click-show-dmk {
    color: green;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 30px;
}
.box-show-mor-tt {
    box-shadow: 1px 5px 15px #000;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: absolute;
    padding: 0 5px 2px;
    top: 0;
    left: -200px;
    background: rgba(154, 25, 43, 0.9);
}
.box-show-mor-tt-sibar {
    height: 0;
    margin: 0;
    overflow: hidden;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.mod-phim-hay-nb .lg-nb:hover .box-show-mor-tt-sibar {
    height: 40px;
}
.box-show-mor-tt:after {
    top: 0;
    opacity: 0.9;
    right: -13px;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-right: 13px solid transparent;
    border-top: 22px solid #9a192b;
    position: absolute;
}
.mod-phim-hay-nb .box-show-mor-tt span {
    display: block;
    width: 100%;
}
.box-show-mor-tt .thoi-luong-phim {
    color: #f5f5f5;
    transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
}
.mod-phim-hay-nb .lg-nb:hover .box-show-mor-tt {
    left: 0;
}
.mod-phim-hay-nb .lg-nb:hover .my-danhgia,
.mod-phim-hay-nb .lg-nb:hover .luot-view-all,
.mod-phim-hay-nb .lg-nb:hover .thoi-luong-phim {
    margin-left: 0;
}
.thumbnail-sl:hover .box-show-mor-tt {
    left: 0;
}
.thumbnail-sl:hover .my-danhgia .thumbnail-sl:hover .luot-view-all,
.thumbnail-sl:hover .thoi-luong-phim {
    margin-left: 0;
}
.thumbnail-sl {
    position: relative;
    overflow: hidden;
}
.box-show-mor-tt .thoi-luong-phim,
.box-show-mor-tt .thoi-luong-phim:before {
    padding-top: 0;
    font-size: 12px !important;
    text-shadow: 0 0 3px #333;
    font-weight: bold;
}
.show-the-loai-phim {
    margin-bottom: 0;
}
.cbv-slide-theloai {
    margin-bottom: 0;
}
.footer-right-lien-he p {
    font-size: 12px !important;
    color: #fff;
}
.box-show-mor-item-right {
    box-shadow: 1px 5px 15px #000;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: absolute;
    padding: 0 5px 2px;
    top: 0;
    right: 0;
    background: rgba(154, 25, 43, 0.9);
}
.box-show-mor-item-right .trang-thai-phim {
    font-size: 12px;
    color: #fff;
    display: block;
    text-shadow: 2px 2px 1px #4c3327;
    font-weight: bold;
}
.box-show-mor-item-right .trang-thai-phim:before {
    opacity: 0.9;
    top: 0;
    left: -13px;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-top: 22px solid #9a192b;
    position: absolute;
}
.thumbnail-sl:hover .box-show-mor-item-right {
    right: -200px;
}
.mod-phim-hay-nb .lg-nb:hover .box-show-mor-item-right {
    right: -200px;
}
.text-tatca {
    color: #4c3327;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.text-tatca:hover {
    color: #007bb6;
    font-weight: bold;
}

.zm_alr_form_container *,
.zm_alr_form_container *:before,
.zm_alr_form_container *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.zm_alr_label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.zm_alr_ul_container {
    clear: both;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.zm_alr_ul_container li {
    display: inline;
    margin: 0 10px 0 0;
}
.zm_alr_ul_container li:last-child {
    margin: 0;
}
.zm_alr_checkbox_field {
    float: left;
    margin: 5px 10px 0 0;
    width: auto;
}
.zm_alr_email_field:hover,
.zm_alr_password_field:hover,
.zm_alr_text_field:hover {
    border-color: #aaa;
}
.zm_alr_email_field:focus,
.zm_alr_password_field:focus,
.zm_alr_text_field:focus {
    border-color: #999;
    outline: none;
}
.zm_alr_email_field,
.zm_alr_password_field,
.zm_alr_text_field {
    -webkit-transition-property: border-color;
    -moz-transition-property: border-color;
    -o-transition-property: border-color;
    -ms-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    transition-timing-function: linear;
    width: 100%;
    margin: 0 0 15px 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 5px;
    margin: 0;
}
.zm_alr_form_field_container {
    margin: 0 0 15px 0;
}
.zm_alr_form_container input[type="submit"]:hover {
    color: #f1f1f1;
}
.zm_alr_form_field_container input[type="submit"]:hover,
button:hover {
    background: #468847;
}
.zm_alr_form_container input[type="submit"]:active {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #cfcfcf;
}
.zm_alr_form_container input[type="submit"]:disabled:hover {
    cursor: default;
}
.zm_alr_form_container input[type="submit"]:disabled {
    cursor: pointer;
    opacity: 0.5;
}
.zm_alr_form_container input[type="submit"] {
    -webkit-transition-property: background-image;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    font-weight: bold;
    background: #e0e0e0;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    float: left;
    font-size: 12px;
    padding: 7px 20px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
    color: #008000;
    border: 1px solid #cfcfcf;
}
.zm_alr_button_container {
    float: left;
    padding: 0;
    width: 100%;
    margin: 20px 0 0;
}
.zm_alr_design_wide .zm_alr_form_field_container {
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
}
.zm_alr_design_wide .zm_alr_form_field_container:last-child {
    padding: 0;
}
.zm_alr_design_wide .zm_alr_login_checkbox_container {
    clear: both;
    width: 100%;
    margin: 0;
}
.zm_alr_design_wide .zm_alr_form_field_container.zm_alr_submit_container {
    margin: 20px 0 10px;
    width: 100%;
}
.ajax-login-default-form-container input[type="button"].text {
    background: none;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    color: #f00;
    float: right;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 7px 15px;
}
.ajax-login-default-form-container .error-container {
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    padding: 8px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin: 0 0 10px;
    float: left;
    width: 295px;
}
.ajax-login-default-form-container .success-container {
    color: #468847;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #dff0d8;
    border: 1px solid #bbd1bb;
    padding: 8px 35px 8px 14px;
}
.form-wrapper {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}
.ui-dialog .form-wrapper {
    margin: 0;
}
@media screen and (max-width: 782px) {
}
@media screen and (max-width: 600px) {
}
.ajax-login-register-status-container {
    clear: both;
    float: left;
    width: 100%;
    font-size: 12px;
}
.ui-dialog .ajax-login-default-form-container .error-container {
    width: 205px;
}
.zm_alr_social_facebook_login_container {
    margin: 0 0 20px;
}
.zm_alr_social_facebook_login_container a.fb-login-logo:before {
    background-image: url("/web/20220123193646im_/http://haitaoquan.com/wp-content/plugins/zm-ajax-login-register/assets/images/fb-icon.png");
    content: ".";
    color: #425eac;
    height: 32px;
    width: 32px;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 5px;
    text-shadow: none;
    text-align: center;
}
.zm_alr_social_facebook_login_container a.fb-login-logo {
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    text-decoration: none;
    background: #4c69ba;
    background: -webkit-gradient(linear, center top, center bottom, from(#4c69ba), to(#3b55a0));
    background: -webkit-linear-gradient(#4c69ba, #3b55a0);
    border-color: #4c69ba;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 -1px 0 #354c8c;
    color: #fff;
    font-size: 13px;
    padding: 5px 8px 5px 5px;
    border-radius: 4px;
    margin: 0;
    clear: both;
    display: inline-block;
    line-height: 2.4em;
    text-decoration: none;
}
.zm_alr_social_facebook_login_container a.fb-login-logo:hover {
    background: -webkit-gradient(linear, center top, center bottom, from(#5b7bd5), to(#4864b1));
    background: -webkit-linear-gradient(#5b7bd5, #4864b1);
    cursor: pointer;
    color: #fff;
}
