/*----------------------------------- blog-format-post
[Master Stylesheet]

Project: Newday
Version: 1.1
Last change: 01/03/2016
Author:	7UP Theme
Author URI: https://7uptheme.com/
------------------------------------*/


/*General*/

#scroll {
    min-height: 190px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    width: 300px;
    display: contents;
}

.stop-blog .inner-sidebar-blog {
    position: absolute;
    right: -7px;
    bottom: 0;
    margin-top: 0px !important;
}

.stop-blog .sidebar-blog {
    position: static;
}

body {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    background: #000;
}

.wrap {
    overflow: hidden;
}

* {
    box-sizing: border-box;
    outline: none;
}

img {
    max-width: 100%;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.container {
    max-width: 1200px;
    width: 100%;
    position: relative;
}

input,
input:focus,
input:hover {
    outline: none;
}

p {
    line-height: 22px;
}

blockquote {
    border-left: 5px solid #1b1d1f;
    color: #999;
    font-size: 16px;
    line-height: 30px;
    padding: 0 30px;
}

.home-direct-nav .owl-theme .owl-controls {
    margin: 0;
    position: absolute;
    right: 0;
    top: -40px;
}

.owl-theme .owl-controls .owl-buttons div {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    color: #d3d3d3;
    display: inline-block;
    font-size: 13px;
    margin: 0;
    opacity: 1;
    padding: 0;
    text-shadow: 0 0 0;
    transition: all 0.5s ease-out 0s;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    margin-left: 8px;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    color: #ffdd00;
}

.owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
}


/*Header*/

.logo {
    margin-top: 3px;
}

.header {
    padding: 20px 0;
}

.header-info-search {
    display: inline-block;
    vertical-align: middle;
}

.header-info-login {
    display: inline-block;
    vertical-align: middle;
}

.header-info-search a {
    font-weight: 700;
    padding: 0 20px;
    text-transform: uppercase;
}

.header-info-search a span.lnr {
    margin-right: 5px;
}

.header-btn-video {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header-info-login a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #999;
    display: inline-block;
    padding: 5px 13px;
    vertical-align: top;
}

.header-info-login a span.lnr {
    margin-right: 5px;
}

.header-info-login .header-btn-signin {
    border-right: medium none;
    margin-right: -5px;
}

.header-search {
    display: inline-block;
    padding: 0 17px;
    position: relative;
}

.header-search .header-btn-search {
    padding: 0;
}

.header-input-search {
    border: medium none;
    color: #1d1d1d;
    height: 30px;
    left: 0px;
    margin-right: 3px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: -7px;
    transition: all 0.5s ease-out 0s;
    visibility: hidden;
    width: 0;
}

.header-input-search.active {
    opacity: 1;
    width: 120px;
    visibility: visible;
    padding: 0 10px;
    left: -115px;
}

.header {
    padding: 20px 0;
}

.header-info-search {
    display: inline-block;
    vertical-align: middle;
}

.header-info-login {
    display: inline-block;
    vertical-align: middle;
}

.header-info-search a {
    display: inline-block;
    font-weight: 700;
    padding: 0 20px;
    text-transform: uppercase;
    color: #fff;
}

.header-info-search a:hover {
    color: #ffdd00;
}

.header-info-search a span.lnr {
    margin-right: 5px;
}

.header-btn-video {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header-info-login a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #999;
    display: inline-block;
    padding: 5px 13px;
    vertical-align: top;
}

.header-info-login a:hover {
    border: 1px solid #ffdd00;
    color: #ffdd00;
}

.header-info-login a span.lnr {
    margin-right: 5px;
}

.header-info-login .header-btn-signin {
    border-right: 1px solid transparent;
    margin-right: -5px;
}

.main-nav .mobile-menu {
    position: relative;
    display: none;
    padding: 10px 0;
    text-align: center;
}

.main-nav .mobile-menu-text {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffdd00;
}

.main-nav.main-nav5 .mobile-menu-text {
    color: #fe7722;
}

.main-nav.main-nav5 .btn-mobile-menu {
    color: #1d1d1d;
}

.main-nav.main-nav5 .btn-mobile-menu:hover {
    color: #fe7722;
}

.main-nav.main-nav-light .mobile-menu-text {
    color: #fff;
}

.main-nav .btn-mobile-menu {
    color: #fff;
    font-size: 30px;
    left: 15px;
    position: absolute;
    top: 2px;
}

.main-nav.main-nav6 .btn-mobile-menu {
    left: 0;
    color: #24B9D9;
}

.main-nav.main-nav6 .mobile-menu-text {
    color: #24B9D9;
}

.main-nav .btn-mobile-menu:hover {
    color: #ffdd00;
}

.main-nav.main-nav-light .btn-mobile-menu:hover {
    color: #fff;
}

.main-nav {
    background: #262626 none repeat scroll 0 0;
    position: relative;
    z-index: 999;
}

.main-nav .main-menu>li>a {
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 20px 15px;
    position: relative;
    text-transform: uppercase;
}

.main-nav .main-menu {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.main-nav li {
    font-size: 13px;
}

.main-nav .main-menu>li {
    display: inline-block;
    padding-left: 20px;
}

.extra-menu {
    display: inline-block;
    margin-left: 20px;
}

.extra-menu .btn-extra-menu {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.extra-menu .btn-extra-menu:hover {
    color: #ffdd00;
}

.btn-extra-menu .lnr {
    display: inline-block;
    font-size: 16px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.extra-menu-dropdown {
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
    background: #333;
    padding: 35px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
}

.item-extra-menu {
    padding: 0 30px;
}

.item-extra-menu a {
    color: #fff;
}

.item-extra-menu a:hover {
    color: #ffdd00;
}

.item-extra-menu>h2 {
    color: #fff;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.item-extra-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.item-extra-menu li {
    margin-bottom: 20px;
}

.item-extra-menu li:last-child {
    margin-bottom: 0;
}

.main-nav .main-menu>li>a::after {
    background: #ffdd00 none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    width: 0;
    opacity: 0;
    transition: all 0.5s ease-out 0s;
}

.main-nav .main-menu>li:hover>a::after,
.main-menu>li.current-menu-item>a::after {
    left: 0;
    width: 100%;
    opacity: 1;
}

.main-nav .main-menu>li:hover>a {
    color: #ffdd00;
}


/*Mega Menu*/

.main-nav ul li.menu-item-has-children {
    position: relative;
}

.main-nav .sub-menu {
    position: absolute;
}

.main-nav .main-menu .sub-menu li.menu-item-has-children>.sub-menu {
    background: rgba(28, 28, 28, 0.98) none repeat scroll 0 0;
    left: 100%;
    list-style: outside none none;
    padding: 0;
    top: 0;
    width: 170px;
}

.main-nav .main-menu li.menu-item-has-children>.sub-menu {
    visibility: hidden;
    margin-top: 30px;
    opacity: 0;
    transition: all 0.5s ease-out 0s;
}

.main-nav .main-menu li.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    margin-top: 0px;
    opacity: 1;
}

.main-nav .main-menu>li.menu-item-has-children>.sub-menu li.menu-item-has-children>.sub-menu a {
    padding: 12px 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    display: block;
}

.main-nav .main-menu>li.menu-item-has-children>.sub-menu li.menu-item-has-children>.sub-menu a:hover {
    background: #ffdd00;
    color: #000;
}

.main-nav .main-menu>li.menu-item-has-children>.sub-menu>li>a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    padding: 12px 0;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.main-nav .main-menu a {
    color: #fff;
}

.main-nav .main-menu>li.menu-item-has-children>.sub-menu>li:last-child>a {
    border-bottom: 1px solid transparent;
}

.main-nav .main-menu>li.menu-item-has-children>.sub-menu {
    background: #333 none repeat scroll 0 0;
    left: 0;
    list-style: outside none none;
    padding: 15px 0;
    top: 100%;
    width: 270px;
}

.main-nav .main-menu>li.menu-item-has-children>.sub-menu>li {
    padding: 0 30px;
}

.main-nav .main-menu .sub-menu li.menu-item-has-children>a {
    position: relative;
    padding-right: 15px;
}

.main-nav .main-menu .sub-menu>li:hover>a {
    color: #ffdd00;
}

.main-nav .main-menu>li>.sub-menu>li.menu-item-has-children>a::after {
    right: -5px;
}

.main-nav .main-menu .sub-menu li.menu-item-has-children>a::after {
    content: "";
    font-family: linearicons;
    position: absolute;
    right: 15px;
    top: 14px;
}

.main-nav>ul>li.has-mega-menu:hover .mega-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.mega-menu {
    background: #333 none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
    margin-top: 30px;
}

.mega-menu .title.home-title {
    border-left: 4px solid transparent;
    color: #fff;
}

.mega-menu .event-slider {
    background: transparent;
}


/*Banner Slider*/

.info-slider {
    font-weight: 700;
    left: 30px;
    margin-top: -90px;
    max-width: 550px;
    position: absolute;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    top: 50%;
}

.info-slider>h3 {
    color: #ffdd00;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.info-slider>h3 span:first-child {
    border-right: 1px solid #fff;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-right: 10px;
    padding-right: 13px;
}

.info-slider>h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 5px 0 0;
}

.info-slider>p {
    font-size: 16px;
    margin-bottom: 30px;
    text-transform: none;
}

.link-live-view {
    color: #fff;
}

.link-live-view:hover {
    color: #ffdd00;
}

.link-live-view .lnr {
    color: #ffdd00;
    font-size: 16px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.home-paginav .owl-pagination {
    margin-top: -65px;
    position: absolute;
    right: 30px;
    top: 50%;
}

.home-paginav .owl-theme .owl-controls .owl-page {
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    height: 34px;
    margin: 0 0 10px;
    position: relative;
    width: 34px;
}

.home-paginav .owl-theme .owl-controls .owl-page:hover,
.home-paginav .owl-theme .owl-controls .owl-page.active {
    border-color: #FFDD00;
}

.home-paginav .owl-theme .owl-controls .owl-page:hover span,
.home-paginav .owl-theme .owl-controls .owl-page.active span {
    background-color: #FFDD00;
}

.home-paginav .owl-theme .owl-controls .owl-page span {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    display: block;
    height: 10px;
    left: 0;
    margin: auto;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
}


/*Banner Adv*/

.banner-adv {
    background: #333 none repeat scroll 0 0;
    padding: 20px 75px;
}

.banner-adv-link {
    display: block;
    position: relative;
    overflow: hidden;
}

.banner-adv-link::before {
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-out 0s;
    z-index: 9;
    opacity: 0;
}

.banner-adv-link::after {
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-out 0s;
    z-index: 9;
    opacity: 0;
}

.item-banner-adv:hover .banner-adv-link::before,
.item-banner-adv:hover .banner-adv-link::after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.item-banner-adv:hover .banner-adv-link img {
    transform: scale(1.2);
}

.banner-adv-link>img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.banner-adv-info {
    position: absolute;
    font-family: "Questrial", sans-serif;
    z-index: 10;
}

.item-banner-adv {
    margin: 0 -10px;
    text-transform: uppercase;
}

.banner-adv-info.adv-info1 {
    left: 160px;
    top: 40px;
}

.banner-adv-info.adv-info1>h2 {
    color: #ffdd00;
    font-size: 24px;
    margin: 0;
}

.banner-adv-info.adv-info1>p {
    font-size: 14px;
}

.banner-adv-info.adv-info2 {
    left: 60px;
    top: 45px;
}

.banner-adv-info.adv-info2 label {
    font-size: 24px;
    color: #fff;
}

.adv-info2 ul {
    color: #ffdd00;
}

.banner-adv-info.adv-info2 li span {
    font-size: 14px;
}

.banner-adv-info.adv-info2 li strong {
    font-size: 24px;
    display: block;
}

.banner-adv-info.adv-info2 li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}


/*Top Post*/

.title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.title.home-title {
    border-left: 4px solid #ffdd00;
    margin-bottom: 25px;
    padding-left: 25px;
}

.post-item {
    border-top: 4px solid #ffdd00;
}

.top-post-slider {
    background: #1D1D1D url("../images/home/bg-top.jpg") no-repeat bottom center;
}

.box-post-slider {
    padding: 20px 0 30px;
}

.post-thumb {
    overflow: hidden;
    position: relative;
}

.post-thumb>a {
    overflow: hidden;
    position: relative;
    display: block;
}

.post-thumb a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
    content: "";
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease-out 0s;
    z-index: 9;
}

.post-thumb a:hover::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.post-thumb img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.post-thumb:hover img {
    transform: scale(1.15);
}

.post-format>a {
    color: #ffdd00;
    font-weight: 700;
    text-transform: uppercase;
}

.post-format>a span.lnr {
    margin-right: 3px;
}

.post-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.post-title a {
    color: #fff;
}

.post-title a:hover {
    color: #ffdd00;
}

.desc {
    color: #999;
}

.item-top-post .post-info {
    background: #262626 none repeat scroll 0 0;
    padding: 20px 20px 10px;
}

.btn-view-all {
    border: 1px solid #ffdd00;
    color: #ffdd00;
    display: block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 30px auto 0;
    overflow: hidden;
    padding: 0 50px;
    position: relative;
    text-transform: uppercase;
    width: 180px;
}

.btn-view-all::before {
    content: "";
    font-family: linearicons;
    font-size: 13px;
    position: absolute;
    right: 45px;
    top: 0;
    transition: all 0.5s ease-out 0s;
}

.btn-view-all::after {
    content: "";
    font-family: linearicons;
    font-size: 13px;
    position: absolute;
    right: 45px;
    top: 100%;
    transition: all 0.5s ease-out 0s;
}

.btn-view-all:hover::before {
    top: -100%;
}

.btn-view-all:hover::after {
    top: 0;
}

.btn-view-all:hover {
    border-color: #fff;
    color: #fff;
}

.view-all-text {
    display: inline-block;
    position: relative;
    transition: all 0.5s ease-out 0s;
}

.view-all-text::before {
    content: attr(data-hover);
    font-weight: 700;
    position: absolute;
    top: 100%;
    transform: translate3d(0px, 0px, 0px);
}

.btn-view-all:hover .view-all-text {
    transform: translateY(-100%);
}

.btn-view-all .lnr {
    margin-left: 10px;
}

.item-top-post.post-item {
    margin: 0 8px;
}

.top-post-slider .home-direct-nav {
    padding: 0 30px;
    margin: 0 -8px;
}

.comment-count {
    bottom: -25px;
    font-weight: 700;
    left: 20px;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    z-index: 99;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}

.comment-count span.lnr {
    font-size: 16px;
    margin-right: 5px;
}

.item-top-post:hover .comment-count {
    opacity: 1;
    bottom: 15px;
}

.item-top-post:hover {
    border-top-color: #fff;
}

.item-top-post .post-format>a:hover {
    color: #fff;
}

.item-top-post .post-title>a:hover {
    color: #ffdd00;
}

.item-top-post:hover .post-info {
    background-color: #161616;
}


/*Trending*/

.trending-slider {
    background: #1d1d1d url("../images/home/bg-trend.jpg") no-repeat bottom center;
}

.trending-slider .item {
    padding: 0 15px;
}

.item-trending-post.post-item {
    margin: 0 -8px 15px;
    position: relative;
}

.item-trending-post .post-info {
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    z-index: 99;
}

.trending-slider .home-direct-nav {
    padding: 0 22px;
}

.trending-slider .btn-view-all {
    margin-top: 15px;
}

.trending-slider .post-item {
    border: 1px solid transparent;
    transition: all 0.5s ease-out 0s;
}

.trending-slider .post-item:hover {
    border: 1px solid #ffdd00;
}

.trending-slider .home-direct-nav .owl-theme .owl-controls {
    right: 4px;
}


/*Event*/

.event-slider {
    background: #1d1d1d url("../images/home/bg-event.jpg") no-repeat bottom center;
}

.current-event {
    padding: 0 30px;
    position: relative;
}

.event-tab-list {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-left: 4px solid #b2b2b2;
    height: 100%;
    left: 30px;
    position: absolute;
    top: 0;
    width: 200px;
}

.event-tab-content {
    padding-left: 215px;
}

.post-timer .date-time {
    color: #fff;
}

.event-slider .tab-content {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    position: relative;
}

.event-slider .tab-content::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 9;
}

.event-slider .tab-content::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 9;
}

.post-timer span.lnr {
    margin-right: 5px;
    color: #ffdd00;
}

.event-extra-link a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.event-extra-link a:hover {
    color: #ffdd00;
}

.event-extra-link li {
    margin-bottom: 5px;
}

.item-event-post .post-info {
    text-shadow: 1px 1px 3px #000;
}

.event-slider .post-thumb {
    border-top: 4px solid #ffdd00;
    margin: 10px 0 20px;
}

.event-slider .item {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 10px 18px;
}

.event-slider .item:hover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.event-tab-list .nav-tabs {
    border-bottom: medium none;
}

.event-tab-list .nav-tabs>li {
    float: none;
    margin-bottom: 0;
}

.event-tab-list .nav-tabs>li>a {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 0;
    line-height: inherit;
    margin-right: 0;
    padding: 20px;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
}

.event-tab-list .nav-tabs>li:last-child>a {
    border: none;
}

.event-tab-list .nav-tabs>li.active>a,
.event-tab-list .nav-tabs>li>a:hover {
    background: transparent;
    color: #ffdd00;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: rgba(255, 255, 255, 0.1);
}

.event-tab-list .nav-tabs>li.active>a {
    position: relative;
}

.event-tab-list .nav-tabs>li.active>a::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    left: -4px;
    top: 0;
    background: #ffdd00;
}


/*Gallery Slider*/

.gallery-slider {
    background: #1d1d1d url("../images/home/bg-gallery.jpg") no-repeat bottom center;
}

.item-gallery-post .post-info {
    bottom: 5px;
    left: 0;
    padding: 0 20px;
    position: absolute;
    text-shadow: 1px 1px 1px #000;
}

.item-gallery-post {
    margin: 0 17px;
    max-height: 525px;
    outline: medium none;
    overflow: hidden;
    position: relative;
}

.item-gallery-post .post-title {
    font-size: 30px;
    line-height: 30px;
}

.item-gallery-post .desc {
    color: #fff;
    font-size: 16px;
}

.gallery-slider .slick-prev::before {
    content: "";
}

.gallery-slider .slick-next::before {
    content: "";
}

.gallery-slider .slick-prev::before,
.gallery-slider .slick-next::before {
    color: #d3d3d3;
    font-family: linearicons;
    font-size: 13px;
    line-height: inherit;
    opacity: 1;
}

.gallery-slider .slick-prev,
.gallery-slider .slick-next {
    font-weight: 700;
    left: auto;
    position: absolute;
    right: 25px;
    top: -30px;
}

.gallery-slider .slick-prev {
    margin-right: 20px;
}


/*Explore Slider*/

.explore-slider {
    background: #1d1d1d url("../images/home/bg-explore.jpg") no-repeat bottom center;
}

.explore-slider.box-post-slider {
    padding-bottom: 15px;
}

.explore-slider .home-direct-nav {
    padding: 0 30px;
    margin: 0 -8px;
}

.explore-slider .item-explore-post {
    background: #262626 none repeat scroll 0 0;
    margin: 0 8px 15px;
}

.item-explore-post .post-info {
    height: 200px;
    overflow: hidden;
}


/*Video Slider*/

.video-slider {
    background: #1d1d1d url("../images/home/bg-video.jpg") no-repeat bottom center;
}

.video-slider .home-direct-nav {
    padding: 0 30px;
    margin: 0 -8px;
}

.video-slider .item-video-post.post-item {
    margin: 0 8px;
    padding-top: 15px;
}

.post-format {
    margin-left: 1px;
}

.item-video-post .post-thumb {
    margin-top: 15px;
}

.item-video-post .post-info .desc {
    padding: 20px;
    margin: 0;
}

.item-video-post .post-info {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}

.info-post-extra {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 700;
    text-transform: uppercase;
}

.post-author {
    margin: 0;
    padding: 15px 20px;
}

.post-author>a {
    color: #fff;
}

.post-author>a:hover {
    color: #ffdd00;
}

.comment-view-total .lnr {
    color: #ffdd00;
    display: inline;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: top;
}

.comment-view-total {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: table;
    margin: 0;
    width: 100%;
}

.comment-view-total a {
    color: #fff;
}

.comment-view-total a:hover {
    color: #ffdd00;
}

.comment-view-total .post-comment-count {
    display: table-cell;
    padding: 15px 20px;
    text-align: right;
}

.comment-view-total .post-view-count {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    display: table-cell;
    padding: 15px 20px;
}


/*Footer*/

.logo-footer>a {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.logo-footer span {
    color: #ffdd00;
}

.social-footer a {
    color: #666;
    font-size: 16px;
    margin-left: 23px;
}

.social-footer a:hover {
    color: #ffdd00;
}

.footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 15px;
    padding-top: 25px;
}

.menu-footer {
    margin: 0;
    padding: 0;
}

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

.menu-footer a {
    color: #999;
    margin-right: 20px;
}

.menu-footer a:hover {
    color: #ffdd00;
}

.copyright {
    color: #999;
    margin-top: 5px;
}

.copyright>a {
    color: #999;
}

.copyright>a span {
    color: #ffdd00;
}

.footer-default {
    padding: 40px 0 25px;
}

.social-footer {
    margin-top: 6px;
}


/********************************************************
						Blog List
*********************************************************/

.main-content {
    background: #262626 none repeat scroll 0 0;
    float: left;
    padding-left: 30px;
    width: 66%;
}

.sidebar {
    background: #161616 none repeat scroll 0 0;
    float: left;
    padding: 30px;
    width: 34%;
}

.post-list-info-author {
    color: #999;
    font-weight: 700;
    text-transform: uppercase;
}

.post-list-info-author li:first-child {
    border-right: 1px solid #999;
    color: #ffdd00;
    line-height: 14px;
    margin-right: 2px;
    padding-right: 10px;
}

.post-list-info {
    margin-top: 25px;
}

.post-list-info .title {
    margin: 0 0 15px;
}

.post-list-info .title a {
    color: #fff;
}

.post-list-info .title a:hover {
    color: #ffdd00;
}

.btn-read-more {
    border: 1px solid #ffdd00;
    color: #ffdd00;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 13px 0 0;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
}

.btn-read-more:hover {
    color: #fff;
    border-color: #fff;
}

.item-post-list {
    margin-bottom: 30px;
}

.post-paginav {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0 30px;
    list-style: none;
    margin: 0;
}

.post-paginav li {
    display: inline-block;
    vertical-align: top;
}

.post-paginav a {
    border: 1px solid #999;
    color: #999;
    display: block;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-right: 3px;
    text-align: center;
    width: 40px;
}

.post-paginav a.current-page,
.post-paginav a:hover {
    border: 1px solid #ffdd00;
    color: #ffdd00;
}

.post-paginav a.next-page {
    margin-left: 10px;
    width: 110px;
}

.sidebar .widget {
    margin-bottom: 25px;
}

.widget .title {
    margin-bottom: 25px;
}

.widget-latest-post .post-info {
    margin-top: 20px;
}

.number-post-comment {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 25px;
    padding: 10px 0;
    text-align: right;
}

.content-widget-latest-post .post-item {
    margin-bottom: 30px;
}

.number-post-comment .lnr {
    color: #ffdd00;
    margin-right: 3px;
}

.list-child-category {
    min-height: 180px;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.content-widget-latest-post .post-item:last-child {
    margin-bottom: 0;
}

.widget.widget-image>a {
    display: block;
}

.widget.widget-image {
    position: relative;
    overflow: hidden;
}

.widget.widget-image::before {
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-out 0s;
    z-index: 9;
    opacity: 0;
}

.widget.widget-image::after {
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-out 0s;
    z-index: 9;
    opacity: 0;
}

.widget.widget-image:hover::before,
.widget.widget-image:hover::after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.widget.widget-image:hover img {
    transform: scale(1.2);
}

.widget.widget-image img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
}


/**********************************************************
						Single
***********************************************************/

.single-thumb {
    margin-bottom: 45px;
    position: relative;
}

.social-post {
    height: 140px;
    left: 0;
    margin-top: -70px;
    position: absolute;
    top: 50%;
    width: 40px;
}

.social-post>a {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    color: #ffdd00;
    display: block;
    height: 40px;
    margin-bottom: 1px;
    text-align: center;
    width: 40px;
}

.social-post>a span {
    line-height: 40px;
}

.social-post>a i {
    line-height: 40px;
}

.social-post>a:hover {
    color: #fff;
}

.title-single {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.main-content-single {
    background: #fff none repeat scroll 0 0;
    color: #1d1d1d;
    margin-bottom: 30px;
    margin-top: 45px;
    padding: 25px 30px 30px;
}

.item-post-adv {
    border-top: 4px solid #ffdd00;
    margin: 0 -8px 40px;
}

.item-post-adv img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.item-post-adv a {
    display: block;
    overflow: hidden;
    position: relative;
}

.item-post-adv a:hover img {
    transform: scale(1.15);
}

.post-adv {
    padding: 0 8px;
}

.banner-single-post {
    border-top: 4px solid #ffdd00;
    float: left;
    margin-bottom: 20px;
    margin-right: 30px;
    position: relative;
    width: 300px;
}

.banner-single-post a {
    display: block;
    position: relative;
    overflow: hidden;
}

.banner-single-post a img {
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.banner-single-post a:hover img {
    transform: scale(1.15);
}

.banner-single-post>h3 {
    background: #161616 none repeat scroll 0 0;
    bottom: 0;
    color: #ffdd00;
    font-size: 13px;
    left: 0;
    margin: 0;
    padding: 18px;
    text-align: center;
    width: 100%;
}

.main-content-single .desc {
    color: #666;
    margin-bottom: 35px;
}

.single-article-box {
    background: #161616 none repeat scroll 0 0;
    padding: 20px;
}

.article-info h3 a {
    color: #fff;
}

.article-thumb {
    float: left;
    margin-right: 20px;
}

.article-thumb a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all 0.5s ease-out 0s;
}

.article-thumb a:hover {
    border-color: #ffdd00;
}

.article-thumb a img {
    transition: all 0.5s ease-out 0s;
}

.article-thumb a:hover img {
    transform: scale(1.15);
}

.article-info>h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.article-info>p {
    color: #999;
}

.social-article>a {
    color: #999;
    margin-right: 30px;
}

.social-article>a:hover {
    color: #ffdd00;
}

.social-article {
    margin: 10px 0;
}

.post-control {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    display: table;
    margin-top: 50px;
    position: relative;
    width: 100%;
}

.prev-post-control {
    border-right: 1px solid #e5e5e5;
    display: table-cell;
    padding: 30px;
    text-align: right;
    width: 50%;
}

.next-post-control {
    display: table-cell;
    padding: 30px;
}

.post-control a {
    color: #999;
}

.post-control a:hover {
    color: #1d1d1d;
    text-shadow: 0 0 0;
}

.post-control h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.prev-post {
    left: 0;
    margin-top: -7px;
    position: absolute;
    top: 50%;
}

.next-post {
    margin-top: -7px;
    position: absolute;
    right: 0;
    top: 50%;
}

.single-comment-list>h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.single-comment-list {
    margin-top: 50px;
}

.single-comment-list>ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.single-comment-list>ol>li>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.single-comment-list>ol>li ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.single-comment-list ul .single-comment-box {
    background: #fff;
}

.single-comment-list>ol>li>ul {
    margin-left: 70px;
}

.single-comment-box {
    background: #f9f9f9 none repeat scroll 0 0;
    display: table;
    padding: 30px 20px 30px 30px;
    position: relative;
    width: 100%;
}

.single-comment-thumb {
    display: table-cell;
    vertical-align: top;
    width: 83px;
}

.single-comment-info {
    display: table-cell;
    padding-left: 30px;
    position: relative;
    vertical-align: top;
}

.single-comment-info>h3 {
    font-size: 16px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.single-comment-info h3 a {
    color: #1d1d1d;
}

.single-comment-thumb>a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: block;
    padding: 5px;
    width: 100%;
}

.single-comment-thumb img {
    border-radius: 50%;
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.single-comment-thumb:hover img {
    transform: rotate(30deg);
}

.single-comment-reply {
    color: #1d1d1d;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}

.single-comment-date {
    color: #999;
}

.form-comment input[type="text"] {
    border: 1px solid #e5e5e5;
    color: #999;
    height: 36px;
    margin-bottom: 30px;
    padding: 0 15px;
    width: 100%;
}

.form-comment input[type="text"]:focus {
    border-color: #ccc;
}

.post-comment>h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.post-comment {
    margin-top: 50px;
}

.form-comment {
    margin-top: 30px;
}

.form-comment textarea:focus {
    border-color: #ccc;
}

.form-comment textarea {
    border: 1px solid #e5e5e5;
    color: #999;
    padding: 15px;
    width: 100%;
}

.form-comment button {
    background: transparent;
    border: medium none;
    color: #fff;
    display: inline-block;
    height: 40px;
    margin-top: 30px;
}

.form-comment button span {
    background: #1d1d1d none repeat scroll 0 0;
    height: 40px;
    display: inline-block;
    padding: 0 20px;
    text-transform: uppercase;
    position: relative;
    transform-origin: 50% 0 0;
    transform-style: preserve-3d;
    transition: transform 0.3s ease 0s;
    line-height: 40px;
}

.form-comment button span::before {
    background: #ffdd00 none repeat scroll 0 0;
    content: attr(data-hover);
    height: 100%;
    left: 0;
    position: absolute;
    top: 100%;
    transform: rotateX(-90deg);
    transform-origin: 50% 0 0;
    transition: background 0.3s ease 0s;
    width: 100%;
}

.form-comment button:hover span {
    transform: rotateX(90deg) translateY(-22px);
}

.related-post {
    background: #1d1d1d url("../images/single/bg-related.jpg") no-repeat scroll center bottom;
    padding: 20px 0 30px;
}

.related-post .item {
    padding: 0 8px;
}

.related-post .post-info {
    background: #262626 none repeat scroll 0 0;
    padding: 20px 20px 10px;
}

.related-post .home-direct-nav {
    padding: 0 22px;
}

.main-content-single>h2 {
    font-weight: 700;
    margin: 30px 0 20px;
}

.single-leading {
    font-size: 16px;
    line-height: 30px;
}

.character-leading {
    color: #1d1d1d;
    font-size: 30px;
    font-weight: 700;
}

.post-italic {
    color: #999;
}


/**********************************************************
						Page Event
***********************************************************/

.event-top-header {
    background: #f9f9f9 none repeat scroll 0 0;
    position: relative;
    z-index: 999;
}

.event-top-menu a {
    border-right: 1px solid #e5e5e5;
    color: #1d1d1d;
    display: block;
    font-family: open sans;
    font-size: 13px;
    font-weight: 400;
    padding: 11px 38px;
    position: relative;
    text-shadow: 0 0 0;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}

.event-top-menu {
    font-size: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.event-top-menu>li {
    display: inline-block;
}

.event-top-menu>li:first-child {
    border-left: 1px solid #e5e5e5;
}

.event-top-menu a:hover {
    background: #fec64d none repeat scroll 0 0;
    color: #fff;
}

.event-top-menu a::before {
    color: #fec64d;
    content: "";
    font-family: fontawesome;
    left: 50%;
    margin-left: -5px;
    margin-top: -6px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all 0.5s ease-out 0s;
}

.event-top-menu a:hover::before {
    opacity: 1;
}

.event-top-menu a.active::before {
    opacity: 1;
}

.event-top-social>a {
    color: #666;
    display: block;
    float: left;
    height: 40px;
    width: 40px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    transition: all 0.5s ease-out 0s;
}

.event-top-social>a:hover {
    background: #fec64d;
    color: #fff;
}

.event-top-social>a i,
.event-btn-search span {
    line-height: 40px;
}

.event-top-search .event-btn-search {
    color: #666;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    transition: all 0.5s ease-out 0s;
    vertical-align: top;
}

.event-top-search .event-btn-search:hover {
    background: #fec64d;
    color: #fff;
}

.event-top-social {
    display: inline-block;
}

.event-top-search {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}

.wrap-social-search {
    display: block;
    height: 40px;
    text-align: right;
}

.event-form-search {
    display: inline-block;
    vertical-align: top;
}

.event-form-search>input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #999;
    display: inline-block;
    height: 40px;
    margin-right: -3px;
    opacity: 0;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
    visibility: hidden;
    width: 0;
}

.event-form-search.active>input[type="text"] {
    opacity: 1;
    visibility: visible;
    width: 200px;
}

.event-header {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 36px 0;
    position: relative;
    z-index: 99;
}

.event-main-nav.main-nav>.main-menu {
    list-style: outside none none;
    margin: 2px 0 0;
    padding: 0;
}

.event-main-nav.main-nav>.main-menu>li {
    display: inline-block;
    padding: 0;
}

.event-main-nav.main-nav>.main-menu>li>a {
    color: #fff;
    font-family: open sans;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 17px;
    text-transform: uppercase;
}

.event-main-nav.main-nav>.main-menu>li>a::after {
    display: none;
}

.event-main-nav.main-nav>.main-menu li:hover>a,
.event-main-nav>.main-menu li.current-menu-item>a {
    color: #fec64d;
}

.main-nav.event-main-nav {
    background: transparent;
}

.extra-menu.event-extra-menu {
    float: right;
    margin: 12px 0 0;
}

.event-extra-menu .btn-extra-menu {
    font-size: 16px;
    font-weight: 300;
}

.main-nav4.main-nav .event-extra-menu .btn-extra-menu {
    font-family: oswald;
}

.extra-menu-dropdown.event-extra-menu-dropdown {
    background: #1d1d1d none repeat scroll 0 0;
    left: auto;
    padding: 25px 20px 20px;
    right: 0;
    top: 100%;
    width: 230px;
}

.extra-menu-dropdown.active {
    opacity: 1;
    visibility: visible;
}

.inner-extra-menu-dropdown>h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.control-menu-slider {
    position: absolute;
    right: 0;
    top: 0;
}

.control-menu-slider a {
    font-size: 16px;
    color: #fff;
}

.control-menu-slider a:hover {
    color: #fec64d;
}

.vertical-menu-slider {
    margin: 25px 0 0;
    visibility: inherit !important;
}

.vertical-menu-slider ul {
    list-style: outside none none;
    padding: 0;
}

.vertical-menu-slider a {
    color: #ccc;
    padding: 10px 0;
    display: block;
}

.vertical-menu-slider li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.vertical-menu-slider li:first-child {
    border-top: medium none;
}

.vertical-menu-slider a:hover {
    color: #fec64d;
}

.inner-extra-menu-dropdown {
    position: relative;
}

.event-extra-menu .btn-extra-menu .lnr {
    top: 0;
}

.event-banner-slider {
    float: left;
    margin-top: -124px;
    width: 100%;
}

.event-banner-info {
    left: 0;
    margin-top: -70px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.event-banner-info h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 25px;
}

.event-banner-info p {
    font-size: 30px;
}

.event-banner-info a {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    color: #fec64d;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-top: 15px;
    padding: 0 30px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}

.event-banner-info a:hover {
    background: #fec64d;
    color: #fff;
}

.event-banner-info a span {
    display: inline-block;
    font-size: 30px;
    line-height: 47px;
    margin-right: 5px;
    vertical-align: top;
}

.event-banner-slider .owl-controls {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.event-banner-slider .owl-buttons {
    margin: auto;
    max-width: 1170px;
    position: relative;
}

.event-banner-slider .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 30px;
}

.event-banner-slider .owl-theme .owl-controls .owl-buttons div:hover {
    color: #fec64d;
}

.event-banner-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
}

.event-banner-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
}

.event-search-form form {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    height: 60px;
}

.event-search-form {
    float: left;
    margin-top: -60px;
    position: relative;
    width: 100%;
}

.event-search-category {
    background: transparent none repeat scroll 0 0;
    color: #999;
    float: left;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #d5d5d5;
    width: 385px;
}

.event-search-location {
    background: transparent none repeat scroll 0 0;
    color: #999;
    float: left;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #d5d5d5;
    width: 400px;
}

.select-event-time {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    float: left;
    height: 60px;
    width: 235px;
}

.submit-event-search-form {
    background: #fec64d none repeat scroll 0 0;
    border: medium none;
    float: left;
    height: 60px;
    text-transform: uppercase;
    width: 150px;
    transition: all 0.5s ease-out 0s;
}

.submit-event-search-form:hover {
    background: #1d1d1d;
}

.event-search-form .ui-selectmenu-button span.ui-selectmenu-text {
    color: #666;
    display: block;
    font-family: open sans;
    font-weight: 400;
    line-height: 60px;
    overflow: hidden;
    padding: 0 30px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-search-form .ui-selectmenu-button.ui-widget.ui-state-default {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 60px;
    padding: 0;
    background: transparent;
    position: relative;
}

.event-search-form .ui-selectmenu-button.ui-widget.ui-state-default::after {
    color: #666;
    content: "";
    font-family: linearicons;
    font-size: 13px;
    position: absolute;
    right: 20px;
    top: 25px;
}

.ui-menu .ui-menu-item {
    padding: 8px 20px;
    font-weight: 400!important;
}

.event-upcomming {
    background: #fff none repeat scroll 0 0;
    color: #1d1d1d;
    padding: 50px 0px 100px;
}

.event-upcomming a {
    color: #1d1d1d;
}

.hotdeal-countdown {
    margin-top: -48px;
    width: 260px;
}

.hotdeal-countdown .time_circles>div {
    background: #1b1d1f none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 61px;
    margin: 0 2px;
    padding-top: 12px;
    text-align: center;
    width: 61px !important;
}

.hotdeal-countdown canvas {
    left: 0px;
    position: relative;
    top: 67px;
    z-index: 9;
}

.hotdeal-countdown .number {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: -4px;
}

.hotdeal-countdown .text {
    color: #ccc;
    font-size: 10px;
    text-transform: uppercase;
}

.event-title {
    font-size: 24px;
    color: #1d1d1d;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.event-tab-title .nav-tabs>li>a {
    border-width: 1px 0 0 0;
    border-color: #e5e5e5;
    border-style: solid;
    border-radius: 0;
    line-height: inherit;
    margin-right: 0;
    font-size: 13px;
    text-transform: uppercase;
    padding: 16px 30px;
    background: transparent;
    transition: all 0.5s ease-out 0s;
}

.event-tab-title .nav-tabs>li {
    float: none;
    margin-bottom: 0;
}

.event-tab-title .nav-tabs>li.active {
    position: relative;
}

.event-tab-title .nav-tabs>li.active::after {
    background: #fec64d none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 5px;
    top: 0;
    right: 0;
    margin-right: -32px;
    z-index: 999;
}

.event-tab-title .nav-tabs {
    border-bottom: none;
}

.event-tab-title {
    border: 1px solid #e5e5e5;
    margin-top: 25px;
    min-height: 234px;
}

.event-tab-title h3 {
    font-size: 16px;
    margin: 0;
    padding: 20px 30px;
    text-transform: uppercase;
}

.event-tab-title .nav-tabs>li>a:hover,
.event-tab-title .nav-tabs>li.active>a {
    border-width: 1px 0 0 0;
    border-color: #e5e5e5;
    border-style: solid;
    border-radius: 0;
    background: #1d1d1d;
    color: #fec64d;
}

.event-upcomming-slider .owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    font-size: 10px;
    margin: -15px 0 0;
    background: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 50%;
}

.event-upcomming-slider .owl-theme .owl-controls .owl-buttons div:hover {
    background: rgba(0, 0, 0, 1);
}

.event-upcomming-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
}

.event-upcomming-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
}

.event-upcomming-link>img {
    width: 100%;
}

.event-upcomming .tab-content {
    border: 1px solid #e5e5e5;
    padding: 30px;
}

.event-list-post>h3 {
    font-size: 16px;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.list-post-timing a {
    font-size: 13px;
}

.list-post-timing {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.list-post-timing h3 {
    margin: 0;
}

.list-post-timing .date-time {
    color: #999;
    display: block;
    margin: 5px 0 0 20px;
}

.list-post-timing .lnr {
    margin-right: 5px;
}

.list-post-timing>li {
    margin-bottom: 10px;
}

.list-post-timing a:hover {
    color: #fec64d;
}

.next-event {
    background-image: url("../images/event/bg-what.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}

.event-create-box {
    background: #fec64d none repeat scroll 0 0;
    max-width: 470px;
    padding: 70px 50px 100px;
    position: relative;
    width: 100%;
}

.event-create-box>h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.event-live-chat {
    background: #1d1d1d none repeat scroll 0 0;
    bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.event-create-box form label {
    font-weight: 400;
    min-width: 135px;
    text-transform: uppercase;
    vertical-align: middle;
}

.event-create-box input[type="text"] {
    background: transparent none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 40px;
    padding: 0 15px;
    width: 230px;
}

.event-create-box input[type="submit"] {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #1d1d1d;
    height: 40px;
    margin-left: 137px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
    width: 230px;
    text-shadow: 0 0 0;
}

.event-create-box input[type="submit"]:hover {
    background: #1d1d1d none repeat scroll 0 0;
    color: #fff;
}

.event-create-box form {
    margin-top: 25px;
    min-height: 245px;
}

.event-live-chat li {
    display: inline-block;
    padding: 0 7px;
    text-align: left;
    vertical-align: middle;
}

.event-live-chat label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.event-live-chat>ul {
    margin: 18px 0 0;
}

.event-live-chat a {
    color: #fec64d;
}

.event-live-chat a:hover {
    color: #fff;
}

.event-live-chat .avatar-live-chat {
    display: block;
    border: 2px solid #fec64d;
    border-radius: 50%;
}

.event-live-chat .avatar-live-chat img {
    border-radius: 50%;
    transition: all 0.5s ease-out 0s;
}

.event-live-chat .avatar-live-chat:hover img {
    transform: rotate(30deg);
}

.input-event-start-on {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}

.event-start-on .input-event-start-on input {
    padding-left: 70px;
}

.input-event-start-on::after {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 55px;
    position: absolute;
    width: 1px;
}

.input-event-start-on::before {
    content: "";
    font-family: linearicons;
    font-size: 24px;
    left: 16px;
    position: absolute;
    top: 7px;
}

.event-popular {
    background: #fff none repeat scroll 0 0;
    padding: 90px 0 70px;
}

.event-popular .event-title {
    margin-bottom: 25px;
}

.event-popular-info>h3 {
    font-size: 16px;
    margin: 0 0 15px;
}

.event-popular-info a {
    color: #1d1d1d;
}

.event-popular-info>ul {
    list-style: outside none none;
    margin: 0 0 0 1px;
    padding: 0;
}

.event-popular-info h3 a:hover {
    color: #666;
}

.event-popular-thumb {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.event-popular-thumb>label {
    background: #fec64d none repeat scroll 0 0;
    font-weight: 400;
    padding: 3px 8px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    z-index: 9;
}

.event-popular-slider .item {
    padding: 0 15px;
}

.event-popular-slider {
    margin: 0 -15px;
}

.event-popular-info ul li a {
    color: #666;
}

.event-popular-info ul li a .lnr {
    margin-right: 3px;
}

.event-popular-info ul li a:hover {
    color: #1d1d1d;
}

.event-popular-info li {
    margin-bottom: 5px;
}

.item-event-popular {
    margin-bottom: 25px;
}

.event-popular-slider .owl-buttons {
    position: absolute;
    right: 10px;
    top: -58px;
}

.event-popular-slider .owl-theme .owl-controls .owl-buttons div {
    background: #606060 none repeat scroll 0 0;
    color: #fff;
    font-size: 10px;
    height: 30px;
    line-height: 30px;
    width: 30px;
}

.event-popular-slider .owl-theme .owl-controls .owl-buttons div:hover {
    background: #fec64d;
}

.event-popular-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    margin-left: 1px;
}

.event-speaker {
    background: url("../images/event/bg-speak.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 85px 0 68px;
    text-align: center;
}

.title-special {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.item-speaker {
    position: relative;
    border: 10px solid #fff;
    margin-bottom: 30px;
    overflow: hidden;
}

.item-speaker img {
    width: 100%;
}

.item-speaker {
    border: 10px solid #fff;
    margin-bottom: 30px;
    position: relative;
}

.info-item-speaker {
    background: rgba(254, 198, 77, 0.9) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    padding: 50px 20px;
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
}

.info-item-speaker>h3 {
    border-top: 8px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding-top: 25px;
}

.info-item-speaker h4 {
    font-size: 13px;
    margin: 13px 0 0;
    text-transform: uppercase;
}

.social-speaker>a {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #1d1d1d;
    display: inline-block;
    height: 36px;
    text-align: center;
    transition: all 0.5s ease-out 0s;
    width: 36px;
}

.social-speaker>a i {
    line-height: 36px;
}

.social-speaker {
    margin-top: 40px;
    position: relative;
}

.social-speaker::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    top: -20px;
    width: 70px;
}

.event-speaker .title-special {
    margin-bottom: 40px;
}

.social-speaker>a:hover {
    background: #1d1d1d none repeat scroll 0 0;
    color: #fff;
}

.info-item-speaker h3 a {
    color: #fff;
}

.info-item-speaker h3 a:hover {
    color: #1d1d1d;
}

.event-video {
    background: #fec64d none repeat scroll 0 0;
    padding: 90px 0 100px;
}

.content-event-video {
    background: #fff none repeat scroll 0 0;
    padding: 10px 10px 5px;
}

.event-video .title-special {
    text-align: center;
    margin-bottom: 40px;
}

.video-iframe iframe {
    max-width: 100%;
    width: 100%;
}

.info-event-vimeo>h2 {
    color: #1d1d1d;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.info-event-vimeo>h2 a {
    color: #1d1d1d;
}

.info-event-vimeo>h2 a:hover {
    color: #fec64d;
}

.info-event-vimeo {
    padding: 30px 20px;
}

.info-event-vimeo .see-more {
    height: 40px;
    display: inline-block;
    background: #1d1d1d;
    line-height: 40px;
    padding: 0 30px;
    text-transform: uppercase;
    margin-top: 15px;
    transition: all 0.5s ease-out 0s;
    color: #fff;
}

.info-event-vimeo .see-more:hover {
    background: #fec64d;
}

.info-author-event {
    color: #666;
}

.info-author-event>span {
    color: #999;
}

.info-event-vimeo .desc {
    color: #666;
}

.event-calendar {
    background-image: url("../images/event/calendar.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 200px 0;
    text-align: center;
    position: relative;
}

.content-event-calendar>p {
    margin: 15px 0 45px;
}

.event-calendar-link {
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    padding: 18px 30px;
}

.event-calendar-link .lnr {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.event-calendar-link {
    color: #fff;
}

.event-calendar-link:hover {
    color: #ffdd00;
}

.event-calendar-link:hover {
    border-color: #FFDD00;
}

.logo-event-footer {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 15px;
}

.logo-event-footer>a {
    color: #1d1d1d;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.event-footer-top {
    background: #fff none repeat scroll 0 0;
    padding: 90px 0 40px;
}

.logo-event-footer span {
    color: #fec64d;
}

.menu-event-footer1 a {
    color: #999;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.menu-event-footer1 {
    list-style: outside none none;
    margin: 23px 0 0;
    padding: 0;
}

.menu-event-footer1>li {
    display: inline;
    margin-right: 25px;
}

.menu-event-footer1 a:hover {
    color: #1d1d1d;
}

.menu-event-footer2 a {
    color: #999;
}

.menu-event-footer2>li {
    display: inline;
    margin-right: 15px;
}

.menu-event-footer2 {
    margin: 35px 0 0;
    padding: 0;
}

.menu-event-footer2 a:hover {
    color: #1d1d1d;
}

.event-footer-right {
    text-align: right;
}

.event-footer-right .create-an-event {
    background: #4E90FE none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 10px 0 0;
    padding: 0 25px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}

.event-login-footer>a {
    color: #999;
    font-size: 16px;
    margin-left: 30px;
    text-transform: uppercase;
}

.event-login-footer {
    margin-top: 23px;
}

.event-social-footer>a {
    background: #fec64d none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 34px;
    margin-left: 5px;
    text-align: center;
    transition: all 0.5s ease-out 0s;
    width: 34px;
}

.event-social-footer>a i {
    line-height: 34px;
}

.event-social-footer>a:hover {
    background: #1d1d1d none repeat scroll 0 0;
}

.event-social-footer {
    margin-top: 22px;
}

.event-footer-right .create-an-event:hover {
    background: #fec64d none repeat scroll 0 0;
}

.event-login-footer>a:hover {
    color: #fec64d;
}

.menu-event-footer3 a {
    color: #999;
}

.menu-event-footer3>li {
    display: inline;
    margin-right: 18px;
}

.menu-event-footer3 {
    margin: 0;
    padding: 0;
}

.menu-event-footer3 a:hover {
    color: #fec64d;
}

.event-copyright {
    color: #999;
    margin: 0;
    text-align: right;
}

.event-copyright>a {
    color: #fec64d;
}

.event-copyright>a:hover {
    color: #fff;
}

.event-footer-bottom {
    padding: 28px 0;
}


/*****************List Event*******************/

.list-event-search-form.event-search-form {
    float: none;
    margin: 0;
}

.content-list-event {
    background: #fff none repeat scroll 0 0;
    padding-top: 30px;
}

.list-event-header {
    padding: 45px 0 30px;
}

.list-event-search-form .event-search-category {
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px;
}

.list-event-search-form .event-search-location {
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
}

.list-event-search-form .ui-selectmenu-button.ui-widget.ui-state-default {
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
}

.list-event-post>h2 {
    color: #1d1d1d;
    font-family: open sans;
    font-size: 24px;
    font-weight: 400;
    margin: 25px 0 28px;
    text-transform: uppercase;
}

.item-list-post-event {
    margin-bottom: 25px;
}

.list-event-paginav>a {
    border: 1px solid #e6e6e6;
    color: #666;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
}

.list-event-paginav>a.current-page,
.list-event-paginav>a:hover {
    border: 1px solid #4d90fe;
    color: #fff;
    background: #4d90fe;
}

.event-footer-top.list-event-footer-top {
    padding-top: 40px;
}


/*Page About*/

.inner-team-slider {
    border: 1px solid #ffdd00;
    padding: 30px;
}

.team-slider-thumb {
    background: #262626 none repeat scroll 0 0;
    overflow: hidden;
    text-align: center;
}

.team-slider-thumb img {
    transition: all 0.5s ease-out 0s;
}

.team-slider-thumb:hover img {
    transform: scale(1.15);
}

.team-slider-content>span {
    color: #ffdd00;
    text-transform: uppercase;
}

.team-slider-content>h3 {
    font-size: 16px;
    margin: 13px 0 9px;
    text-transform: uppercase;
}

.team-slider-content>p {
    color: #666;
    margin-bottom: 20px;
}

.team-slider-info {
    color: #666;
    list-style: outside none none;
    margin: 25px 0 0;
    padding: 0;
}

.team-slider-info a {
    color: #666;
}

.team-slider-info li.tel-info {
    background: transparent url("../images/about/icon-phone.png") no-repeat scroll left top;
}

.team-slider-info li.email-info {
    background: transparent url("../images/about/icon-email.png") no-repeat scroll left top;
}

.team-slider-info li.address-info {
    background: transparent url("../images/about/icon-map.png") no-repeat scroll left top;
}

.team-slider-info li.website-info {
    background: transparent url("../images/about/icon-earch.png") no-repeat scroll left top;
}

.team-slider-info>li {
    line-height: 25px;
    margin-bottom: 14px;
    min-height: 25px;
    padding-left: 30px;
}

.team-social {
    list-style: outside none none;
    margin: 20px 0 0;
    padding: 0;
}

.team-social>li {
    display: inline-block;
}

.team-social a {
    display: block;
    height: 36px;
    margin-right: 5px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
}

.team-social a.fb-team {
    background: #183f97;
}

.team-social a.tw-team {
    background: #00cff4;
}

.team-social a.li-team {
    background: #02759b;
}

.team-social a.pi-team {
    background: #ef3b33;
}

.team-slider {
    margin-top: 43px;
    position: relative;
}

.team-slider .title {
    margin-bottom: 25px;
}

.team-slider .owl-controls {
    position: absolute;
    right: -30px;
    top: -80px;
}

.intro-mission {
    color: #666;
    max-width: 560px;
    position: relative;
    z-index: 9;
}

.our-mission {
    margin-top: 42px;
    position: relative;
}

.our-mission-thumb {
    bottom: 0;
    position: absolute;
    right: 0;
}

.content-our-mission {
    background: #262626 none repeat scroll 0 0;
    margin-top: 25px;
    max-width: 630px;
    padding: 30px 30px 10px;
    position: relative;
}

.our-mission-box>h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 0;
}

.our-mission h2 sup {
    color: #ffdd00;
    font-size: 30px;
    left: 0;
    top: -22px;
}

.our-mission-box>p {
    color: #666;
    font-style: italic;
}

.our-mission-box {
    margin-bottom: 25px;
}

.our-mission .title {
    margin-bottom: 5px;
}

.content-our-mission::after {
    background: #262626 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: -300px;
    top: 0;
    width: 300px;
}

.list-our-mission {
    position: relative;
    z-index: 9;
}

.about-skill {
    margin-top: 42px;
}

.about-skill .title {
    margin-bottom: 7px;
}

.about-skill>p {
    color: #666;
}

.list-skill {
    margin-top: 43px;
    text-align: center;
}

.chart-skill .circles-integer {
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.item-skill>h3 {
    color: #666;
    font-size: 17px;
    font-weight: 700;
}


/*Contact Page*/

.contact-info {
    border: 1px solid #ffdd00;
    padding: 30px;
}

.contact-form-page {
    border: 1px solid #ffdd00;
    padding: 30px;
}

.contact-page {
    margin-top: 43px;
}

.contact-page .title {
    margin-bottom: 24px;
}

.contact-open {
    background: #262626 url("../images/about/mail-open.png") no-repeat scroll center bottom;
    height: 150px;
}

.contact-info h3 {
    color: #ffdd00;
    font-size: 18px;
    font-weight: 700;
    margin: 18px 0 9px;
    text-transform: uppercase;
}

.contact-form-page>p {
    color: #666;
}

.contact-info>ul {
    list-style: outside none none;
    margin: 20px 0 0;
    padding: 0;
}

.contact-info>ul li {
    color: #666;
    margin: 0 0 31px;
    min-height: 25px;
    padding: 0 0 0 30px;
}

.contact-info>ul li:last-child {
    margin-bottom: 0;
}

.contact-info>ul li.address-info {
    background: transparent url("../images/about/icon-map.png") no-repeat scroll left top;
}

.contact-info>ul li.tel-info {
    background: transparent url("../images/about/icon-phone.png") no-repeat scroll left top;
}

.contact-info>ul li.email-info {
    background: transparent url("../images/about/icon-email.png") no-repeat scroll left top;
}

.contact-info>ul li.website-info {
    background: transparent url("../images/about/icon-earch.png") no-repeat scroll left top;
}

.contact-form-page>h2 {
    color: #ffdd00;
    font-size: 18px;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.contact-form-page input[type="text"] {
    background: transparent none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #666;
    height: 40px;
    max-width: 440px;
    padding: 0 10px;
    width: 100%;
}

.contact-form-page textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #666;
    padding: 10px;
    width: 100%;
}

.contact-form-page input[type="submit"] {
    background: #262626 none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
    height: 40px;
    padding: 0 40px;
}

.contact-form-page input[type="submit"]:hover {
    background: #ffdd00 none repeat scroll 0 0;
}

.contact-map {
    border: 1px solid #ffdd00;
    margin-top: 30px;
    padding: 30px;
}

.contact-map>h2 {
    color: #ffdd00;
    font-size: 18px;
    margin: 0 0 20px;
    text-transform: uppercase;
}


/*Page 404*/

.error-page {
    padding: 100px 0;
    position: relative;
}

img.error-image {
    position: absolute;
    right: -47px;
    top: -44px;
}

.error-content::before {
    background: rgba(0, 0, 0, 0) url("../images/about/bg-arrow.png") no-repeat scroll center center;
    content: "";
    height: 90px;
    left: 0;
    position: absolute;
    top: 160px;
    width: 43px;
}

.error-box {
    background-color: rgba(197, 197, 197, 0.1);
    position: relative;
}

.error-title h1 {
    color: #ffdd00;
    font-size: 160px;
    font-weight: 700;
    margin: 0;
}

.error-title {
    background: #101010 none repeat scroll 0 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 360px;
}

.error-title h2 {
    font-size: 60px;
    font-weight: 700;
    margin: -25px 0 0;
}

.content-error-page {
    display: table;
    width: 100%;
}

.error-content h2 {
    font-size: 30px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.error-content {
    display: table-cell;
    padding: 100px 50px 100px 100px;
    position: relative;
    vertical-align: top;
}

.error-content .return-home {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin: 10px 0 40px;
    padding: 0 20px;
}

.error-content .return-home .fa {
    margin-right: 10px;
}

.error-content p {
    font-size: 16px;
}


/*Page Video*/

.title-tab-video {
    list-style: outside none none;
    margin: auto auto 30px;
    padding: 0;
    text-align: center;
}

.title-tab-video li {
    display: inline-block;
    margin: 0 -1px;
}

.title-tab-video li.active a,
.title-tab-video li:hover a {
    color: #ffdd00;
    border: 1px solid #ffdd00;
}

.title-tab-video a {
    border: 1px solid #262626;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
    text-transform: uppercase;
}

.tab-video-slider {
    margin-top: 30px;
}

.tab-item {
    padding-left: 270px;
    position: relative;
}

.tab-item .bx-controls {
    display: none;
}

.bx-pager {
    left: 0;
    position: absolute;
    top: 0;
    width: 300px;
    z-index: 99;
}

.bx-pager a {
    background: #262626 none repeat scroll 0 0;
    display: block;
    margin-bottom: 1px;
    padding: 15px;
    transition: all 0.5s ease-out 0s;
}

.bx-pager a:hover,
.bx-pager a.active {
    background: #ffdd00 none repeat scroll 0 0;
    color: #fff;
}

.bx-pager a:hover .video-thumb-content>img,
.bx-pager a.active .video-thumb-content>img {
    opacity: 0.5;
}

.video-thumb-content {
    position: relative;
}

.video-thumb-info {
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    position: absolute;
    text-shadow: 1px 1px 1px #333;
    width: 100%;
}

.video-thumb-info .post-title {
    color: #fff;
    margin: 0;
}

.video-thumb-info .post-format {
    font-weight: 700;
    color: #ffdd00;
    text-transform: uppercase;
}

.video-slider-content {
    padding-bottom: 43px;
    position: relative;
}

.video-slider-info {
    background: #262626 none repeat scroll 0 0;
    bottom: 0px;
    padding: 22px 25px;
    position: absolute;
    right: 30px;
    width: 810px;
    z-index: 999;
}

.video-slider-content>a {
    display: block;
}

.video-slider-content::before {
    background: rgba(0, 0, 0, 0) url("../images/video/icon-video.png") no-repeat scroll center center;
    content: "";
    height: 72px;
    left: 0;
    margin: -53px auto auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 72px;
    cursor: pointer;
}

.list-video-slider {
    margin-top: 30px;
}

.box-video-slider {
    background: #1d1d1d url("../images/video/bg-video.jpg") no-repeat bottom center;
}

.box-video-slider .home-direct-nav {
    padding: 0 30px;
    margin: 0 -8px;
}


/************************************************************************************
								Shop
************************************************************************************/


/*General*/

body.body-shop {
    color: #1d1d1d;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.owl-shop-slider .owl-theme .owl-controls .owl-buttons div {
    border-radius: 0;
    color: #d3d3d3;
    display: block;
    font-size: 13px;
    height: 10px;
    margin: auto;
    opacity: 1;
    padding: 0;
    text-shadow: 0 0 0;
    width: 47px;
    background-color: transparent;
}

.owl-shop-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    background: rgba(0, 0, 0, 0) url("../images/shop/prev.png") no-repeat scroll center center;
}

.owl-shop-slider .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
    background: rgba(0, 0, 0, 0) url("../images/shop/prev-bl.png") no-repeat scroll center center;
}

.owl-shop-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    background: rgba(0, 0, 0, 0) url("../images/shop/next.png") no-repeat scroll center center;
}

.owl-shop-slider .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
    background: rgba(0, 0, 0, 0) url("../images/shop/next-bn.png") no-repeat scroll center center;
}

.owl-shop-slider .owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
}


/*Header*/

.header-shop {
    padding-bottom: 25px;
}

.top-header {
    padding: 30px 0;
}

.register-login {
    margin-top: 10px;
    text-align: right;
}

.register-login a {
    color: #666;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}

.register-login a .lnr {
    margin-left: 10px;
}

.register-login a:hover {
    background: #fe0f00 none repeat scroll 0 0;
    color: #fff;
}

.logo-shop {
    text-align: center;
}

.shop-logo {
    margin-top: 20px;
}

.shop-nav {
    text-align: center;
}

.main-nav-shop {
    display: inline-block;
    vertical-align: top;
}

.main-nav-shop>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.main-nav-shop>ul>li {
    display: inline-block;
    margin-right: 38px;
}

.main-nav-shop>ul>li>a {
    color: #1d1d1d;
    display: block;
    text-transform: uppercase;
}

.main-nav-shop>ul>li>a:hover {
    color: #fe0f00;
}

.mini-cart-link {
    color: #1d1d1d;
    text-transform: uppercase;
}

.mini-cart-link:hover {
    color: #fe0f00;
}

.mini-cart-link sup {
    color: #fe0f00;
    right: 18px;
    top: -14px;
}

.mini-cart {
    display: inline-block;
    position: relative;
    z-index: 999;
}

.mini-cart:hover .mini-cart-info {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.mini-cart-info {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    opacity: 0;
    padding: 20px 15px;
    position: absolute;
    left: 0;
    text-align: left;
    top: 100%;
    transition: all 0.5s ease-out 0s;
    visibility: hidden;
    width: 330px;
    z-index: 10;
}

.mini-cart-info h2 {
    color: #a7a8a8;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}

.info-list-cart {
    list-style: outside none none;
    margin: 15px 0 0;
    padding: 0;
}

.total-cart {
    border-top: 1px solid #f5f5f5;
    color: #1b1d1f;
    display: table;
    font-size: 16px;
    padding-top: 15px;
    text-transform: uppercase;
    width: 100%;
}

.link-cart {
    margin-top: 15px;
}

.link-cart .cart-edit {
    margin-right: 10px;
}

.link-cart a {
    background: #1b1d1f none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
    vertical-align: top;
    width: 140px;
}

.total-cart>label {
    display: table-cell;
    font-weight: 400;
}

.total-cart span {
    display: table-cell;
    text-align: right;
}

.top-right ul li {
    vertical-align: top;
}

.item-info-cart {
    border-top: 1px solid #f5f5f5;
    display: table;
    padding: 20px 0;
    width: 100%;
}

.item-info-cart {
    border-top: 1px solid #f5f5f5;
    display: table;
    padding: 15px 0;
    width: 100%;
}

.cart-thumb {
    background: #f5f5f5 none repeat scroll 0 0;
    display: table-cell;
    vertical-align: middle;
    width: 70px;
}

.wrap-cart-title {
    display: table-cell;
    padding: 0 20px;
    vertical-align: top;
    width: 200px;
}

.wrap-cart-remove {
    color: #999;
    display: table-cell;
    text-align: right;
    vertical-align: top;
}

.cart-thumb a {
    display: block;
}

.cart-thumb img {
    transition: all 0.5s ease-out 0s;
    width: 70px;
}

.cart-thumb a:hover img {
    transform: scale(1.2);
}

.cart-title {
    margin: 0 0 10px;
}

.cart-qty {
    color: #999;
}

.cart-title a {
    color: #666;
    font-size: 13px;
}

.cart-title a:hover {
    color: #fe0f00;
}

.cart-qty>label {
    font-weight: 400;
    margin-right: 10px;
}

.wrap-cart-remove .remove-product {
    background: rgba(0, 0, 0, 0) url("../images/shop/remove-cart.png") no-repeat scroll center center;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    margin-bottom: 3px;
    transition: all 0.5s ease-out 0s;
    width: 30px;
}

.wrap-cart-remove .remove-product:hover {
    background-color: #e5e5e5;
}

.link-cart a:hover {
    background: #FE0F00 none repeat scroll 0 0;
}


/*Banner Slider*/

.banner-shop-slider .owl-controls {
    background: #fe0f00 none repeat scroll 0 0;
    height: 120px;
    left: 0;
    margin-top: -60px;
    padding-top: 45px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 110px;
}

.banner-shop-slider .owl-theme .owl-controls .owl-buttons div {
    width: 47px;
    height: 10px;
    position: relative;
    background: transparent!important;
    overflow: hidden;
    margin-bottom: 15px;
}

.banner-shop-slider .owl-theme .owl-controls .owl-buttons div::before,
.banner-shop-slider .owl-theme .owl-controls .owl-buttons div::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.5s ease-out 0s;
}

.banner-shop-slider .owl-theme .owl-controls .owl-buttons div.owl-prev::before {
    background: rgba(0, 0, 0, 0) url("../images/shop/prev-bn.png") no-repeat scroll center center;
}

.banner-shop-slider .owl-theme .owl-controls .owl-buttons div.owl-prev::after {
    background: rgba(0, 0, 0, 0) url("../images/shop/prev-bl.png") no-repeat scroll center center;
    transform: translateX(100%);
}

.banner-shop-slider .owl-theme .owl-controls .owl-buttons div.owl-prev:hover::before {
    transform: translateX(-100%);
}

.banner-shop-slider .owl-theme .owl-controls .owl-buttons div.owl-prev:hover::after {
    transform: translateX(0);
}

.banner-shop-slider .owl-theme .owl-controls .owl-buttons div.owl-next::before {
    background: rgba(0, 0, 0, 0) url("../images/shop/next-wh.png") no-repeat scroll center center;
}

.banner-shop-slider .owl-theme .owl-controls .owl-buttons div.owl-next::after {
    background: rgba(0, 0, 0, 0) url("../images/shop/next-bn.png") no-repeat scroll center center;
    transform: translateX(-100%);
}

.banner-shop-slider .owl-theme .owl-controls .owl-buttons div.owl-next:hover::before {
    transform: translateX(100%);
}

.banner-shop-slider .owl-theme .owl-controls .owl-buttons div.owl-next:hover::after {
    transform: translateX(0);
}


/*Featured Product*/

.shop-featured-product {
    background: #f1f1f1 none repeat scroll 0 0;
    margin-top: 50px;
    padding: 50px 0;
}

.shop-featured-tab-title {
    background: #fff none repeat scroll 0 0;
    border-bottom: 7px solid #e5e5e5;
    padding-bottom: 25px;
}

.shop-featured-tab-title>h2 {
    background: #fe0f00 none repeat scroll 0 0;
    color: #fff;
    margin: 0;
    padding: 15px 30px 17px;
    text-transform: uppercase;
}

.shop-featured-tab-title .nav-tabs {
    border-bottom: 1px solid #e5e5e5;
    margin: 25px 30px;
    padding: 0 0 20px;
}

.shop-featured-tab-title .nav-tabs li {
    border: medium none;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
}

.shop-featured-tab-title .nav-tabs li a {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #1d1d1d;
    line-height: inherit;
    margin: 0;
    padding: 5px 0;
    text-transform: uppercase;
}

.shop-featured-tab-title .nav-tabs li a:hover,
.shop-featured-tab-title .nav-tabs li.active a {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #fe0f00;
    margin: 0;
}

.shop-featured-tab-title .view-all {
    color: #1d1d1d;
    float: right;
    margin-right: 30px;
    text-transform: uppercase;
}

.shop-featured-tab-title .view-all .lnr {
    margin-left: 7px;
}

.shop-featured-tab-title .view-all:hover {
    color: #fe0f00;
}

.shop-featured-tab-title .nav-tabs li.active a {
    position: relative;
}

.shop-featured-tab-title .nav-tabs li.active a::before {
    position: absolute;
    content: "";
    top: 0;
    left: -30px;
    width: 3px;
    height: 100%;
    background: #fe0f00;
}

.item-featured-product {
    margin: auto;
    max-width: 470px;
    border-bottom: 7px solid #e5e5e5;
}

.featured-product-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 55px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
}

.featured-product-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 55px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
}

.item-featured-product .product-cart {
    background: transparent none repeat scroll 0 0;
    box-shadow: none;
    padding: 0;
    position: static;
    transform: scaleY(1);
}

.item-featured-product .product-cart::before {
    display: none;
}

.item-featured-product .product-info {
    bottom: 30px;
    left: 0;
    padding: 0;
    position: absolute;
}


/*Shop Tab Slider*/

.shop-tab-slider .nav-tabs {
    border-bottom: 1px solid #ccc;
    margin: 0 0 25px;
    padding: 0;
}

.shop-tab-slider {
    margin-top: 40px;
}

.shop-tab-slider .nav-tabs li {
    border-width: 4px 1px 1px 1px;
    border-color: transparent;
    border-style: solid;
    margin-bottom: -1px;
    padding: 5px;
}

.shop-tab-slider .nav-tabs li a {
    background: #fe0f00 none repeat scroll 0 0;
    border: medium none transparent;
    border-radius: 0;
    color: #fff;
    line-height: inherit;
    margin: 0;
    padding: 6px 25px;
}

.shop-tab-slider .nav-tabs li.active a {
    background: #fff none repeat scroll 0 0;
    border: medium none transparent;
    color: #1d1d1d;
    margin: 0;
}

.shop-tab-slider .nav-tabs li.active {
    border-color: #fe0f00 #ccc #fff #ccc;
    position: relative;
}

.shop-tab-slider .nav-tabs li.active::before {
    background: #fe0f00 none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: -1px;
    position: absolute;
    top: -4px;
    width: 1px;
}

.shop-tab-slider .nav-tabs li.active::after {
    background: #fe0f00 none repeat scroll 0 0;
    content: "";
    height: 4px;
    right: -1px;
    position: absolute;
    top: -4px;
    width: 1px;
}

.item-product {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.product-list .item-product {
    margin-bottom: 0;
}

.product-list>li {
    margin-bottom: 30px;
}

.owl-tab-slider .item {
    padding: 0 15px;
}

.shop-tab-slider .owl-tab-slider {
    margin: 0 -15px;
}

.product-thumb {
    margin: 10px;
    overflow: hidden;
    position: relative;
}

.product-thumb-link img {
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.item-product:hover .product-thumb-link img {
    transform: scale(1.15);
}

.item-product:hover .product-thumb .product-quick-view {
    transform: translateY(0);
}

.product-thumb .product-quick-view {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(-100%);
    transition: all 0.5s ease-out 0s;
    z-index: 9;
}

.product-thumb .product-quick-view:hover {
    color: #fe0f00;
}

.product-info {
    padding: 7px 30px 21px;
    position: relative;
}

.product-info>h3 {
    font-size: 13px;
    margin: 0;
    text-transform: uppercase;
}

.product-info>h3 a {
    color: #1d1d1d;
}

.product-price>span {
    color: #fe0f00;
    font-size: 18px;
    margin: 0 5px;
}

.product-price {
    color: #999;
}

.product-price>label {
    font-weight: 400;
}

.product-cart {
    background: #fff none repeat scroll 0 0;
    bottom: -50px;
    box-shadow: 0 0 0 1px #e5e5e5;
    font-size: 0;
    left: 0;
    margin: 11px 0 0;
    padding: 0 0 20px;
    position: absolute;
    text-align: center;
    transform: scaleY(0);
    transition: all 0.5s ease-out 0s;
    width: 100%;
    z-index: 9;
}

.product-cart::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
}

.owl-tab-slider .owl-carousel .owl-wrapper-outer {
    padding-bottom: 20px;
}

.item-product:hover .product-cart {
    transform: scaleY(1);
}

.product-cart>li {
    display: inline-block;
    font-size: 13px;
}

.product-cart>li a {
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

.link-add-cart {
    background: transparent;
    border: medium none;
    color: #fff;
    display: inline-block;
    height: 40px;
}

.link-add-cart span {
    background: #fe0f00 none repeat scroll 0 0;
    height: 40px;
    display: inline-block;
    padding: 0 18px;
    text-transform: uppercase;
    position: relative;
    transform-origin: 50% 0 0;
    transform-style: preserve-3d;
    transition: transform 0.3s ease 0s;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.link-add-cart span::before {
    background: #000 none repeat scroll 0 0;
    content: attr(data-hover);
    height: 100%;
    left: 0;
    position: absolute;
    top: 100%;
    transform: rotateX(-90deg);
    transform-origin: 50% 0 0;
    transition: background 0.3s ease 0s;
    width: 100%;
}

.link-add-cart:hover span {
    transform: rotateX(90deg) translateY(-22px);
}

.link-detail {
    background: transparent;
    border: medium none;
    color: #fff;
    display: inline-block;
    height: 40px;
}

.link-detail span {
    background: #333 none repeat scroll 0 0;
    height: 40px;
    display: inline-block;
    padding: 0 18px;
    text-transform: uppercase;
    position: relative;
    transform-origin: 50% 0 0;
    transform-style: preserve-3d;
    transition: transform 0.3s ease 0s;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.link-detail span::before {
    background: #000 none repeat scroll 0 0;
    content: attr(data-hover);
    height: 100%;
    left: 0;
    position: absolute;
    top: 100%;
    transform: rotateX(-90deg);
    transform-origin: 50% 0 0;
    transition: background 0.3s ease 0s;
    width: 100%;
}

.link-detail:hover span {
    transform: rotateX(90deg) translateY(-22px);
}

.product-info h3 a:hover {
    color: #fe0f00;
}

.owl-tab-slider .owl-controls {
    position: absolute;
    right: 15px;
    top: -60px;
}

.owl-tab-slider .owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    margin-left: 10px;
}


/*Tab Categry*/

.item-tab-category {
    border: 1px solid #e5e5e5;
    padding: 30px;
}

.tab-category {
    margin-bottom: 50px;
}

.item-tab-category.item-left {
    margin-right: -15px;
}

.item-tab-category.item-right {
    border-left: 1px solid #fff;
    margin-left: -15px;
}

.tab-category-thumb {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.info-tab-cat-thumb {
    background: #fff none repeat scroll 0 0;
    bottom: 30px;
    height: 100px;
    left: 0;
    margin: auto;
    padding-top: 15px;
    position: absolute;
    right: 0;
    width: 270px;
}

.info-tab-cat-thumb>h2 {
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
}

.info-tab-cat-thumb>h2::after {
    background: #fe0f00 none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    width: 24px;
}

.tab-category-info>p {
    color: #666;
    margin: 15px 0;
}

.tab-category-link>img {
    transition: all 0.5s ease-out 0s;
}

.tab-category-thumb:hover .tab-category-link>img {
    transform: scale(1.15);
}

.bx-pager-tab a {
    color: #1d1d1d;
    margin: 0 40px 0 0;
    text-transform: uppercase;
    position: relative;
}

.bx-pager-tab a:hover,
.bx-pager-tab a.active {
    color: #fe0f00;
}

.bx-pager-tab a::after {
    background: #fe0f00 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: -29px;
    top: 10px;
    width: 17px;
}

.bx-pager-tab a:last-child {
    margin: 0;
}

.bx-pager-tab a:last-child::after {
    display: none;
}


/*Footer*/

.contact-media {
    background: #101115 none repeat scroll 0 0;
    position: relative;
}

.contact-media::before {
    background: #2b2b2b none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 50%;
}

.contact-info-shop>li {
    text-align: left;
}

.contact-info-shop label {
    font-size: 30px;
    text-transform: uppercase;
}

.contact-info-shop span {
    font-size: 16px;
    font-weight: 700;
}

.contact-info-shop {
    color: #fff;
    list-style: outside none none;
    margin: 150px auto auto;
    padding: 0 0 0 75px;
    position: relative;
    text-align: center;
    width: 270px;
}

.contact-info-shop::before {
    color: #777;
    content: "\e830";
    font-family: linearicons;
    font-size: 60px;
    left: 0;
    position: absolute;
    top: 0;
}

.media-info h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.media-info a {
    color: #777;
}

.media-info span.lnr {
    color: #777;
    float: left;
    font-size: 60px;
    margin-right: 50px;
    margin-top: -5px;
}

.media-info>li {
    float: left;
    padding: 40px 0 40px 50px;
    position: relative;
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.media-info>li:hover {
    background: #000 none repeat scroll 0 0;
}

.media-info {
    list-style: outside none none;
    margin: 0 0 0 -15px;
    padding: 0;
}

.media-info>li::after {
    background: #101115 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: -500px;
    top: 0;
    width: 500px;
    transition: all 0.5s ease-out 0s;
}

.media-info>li:hover::after {
    background: #000 none repeat scroll 0 0;
}

.footer-shop {
    background: #181818 none repeat scroll 0 0;
    padding: 45px 0 60px;
}

.logo-footer-shop>a {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.logo-footer-shop>a span {
    color: #fe0f00;
}

.shop-copyright {
    color: #ccc;
    margin-top: 15px;
}

.shop-copyright a {
    color: #fe0f00;
}

.menu-footer-shop {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.menu-footer-shop>li {
    display: inline-block;
}

.menu-footer-shop>li:last-child a {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 1px solid transparent;
}

.menu-footer-shop a {
    border-right: 1px solid #4c4c4c;
    color: #ccc;
    display: block;
    height: 13px;
    line-height: 13px;
    margin-right: 10px;
    padding-right: 13px;
}

.menu-footer-shop a:hover {
    color: #fe0f00;
}

.social-footer-shop {
    text-align: right;
}

.social-footer-shop a {
    color: #fff;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-left: 7px;
    text-align: center;
    width: 32px;
}

.ft-facebook {
    background: #3c5a98;
}

.ft-twitter {
    background: #00bbf2;
}

.ft-pinterest {
    background: #e52d27;
}

.ft-google-plus {
    background: #0fd36b;
}

.ft-instagram {
    background: #517fa4;
}

.ft-linkedin {
    background: #113c84;
}

.ft-vimeo {
    background: #00a2ff;
}

.ft-youtube {
    background: #ff140c;
}

.ft-rss {
    background: #ff9c00;
}


/***************************************************
				Grid/List
***************************************************/

.content-product-page {
    margin-bottom: 50px;
    margin-top: 30px;
}

.title-tab-product.shop-tab-slider {
    text-transform: uppercase;
    margin: 0;
}

.title-tab-product.shop-tab-slider .nav-tabs li a {
    padding: 5px 40px;
}

ul.product-list,
ul.product-grid {
    margin-bottom: 0px;
}

.product-paging>a {
    border: 1px solid #e5e5e5;
    color: #666;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 7px;
    text-align: center;
    width: 40px;
    transition: all 0.5s ease-out 0s;
}

.product-paging>a.current-page,
.product-paging>a:hover {
    color: #fff;
    background: #fe0f00;
}

.product-list .item-product {
    float: left;
    width: 31%;
}

.product-list .product-info {
    float: left;
    padding: 10px 0 0 30px;
    width: 69%;
}

.product-list .product-cart {
    margin: 21px 0 0;
    padding: 0;
    position: static;
    text-align: left;
    transform: scaleY(1);
    box-shadow: none;
}

.product-list .product-cart a {
    text-align: center;
}

.product-info .desc {
    color: #666;
    font-family: "Open Sans", sans-serif;
}

.wrap-star-rating {
    background: rgba(0, 0, 0, 0) url("../images/shop/star-bg.png") repeat scroll 0 0;
    height: 20px;
    margin-bottom: 10px;
    margin-left: -3px;
    margin-top: 13px;
    width: 130px;
}

.inner-star-rating {
    background: rgba(0, 0, 0, 0) url("../images/shop/star-active.png") repeat scroll 0 0;
    height: 20px;
}

.sidebar-product .widget::before {
    background: #fe0f00 none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: -1px;
    position: absolute;
    top: -4px;
    width: 1px;
}

.sidebar-product .widget::after {
    background: #fe0f00 none repeat scroll 0 0;
    content: "";
    height: 4px;
    right: -1px;
    position: absolute;
    top: -4px;
    width: 1px;
}

.sidebar-product .widget {
    border-color: #fe0f00 #e5e5e5 #e5e5e5;
    border-style: solid;
    border-width: 4px 1px 1px;
    margin-bottom: 30px;
    padding: 0 15px 25px;
    position: relative;
}

.sidebar-product .title-widget {
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
}

.sidebar-product .categories-widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.sidebar-product .categories-widget>ul {
    margin-top: 10px;
}

.categories-widget li {
    padding: 5px 0;
}

.categories-widget li.has-sub-cat>a {
    position: relative;
    padding-right: 10px;
    display: block;
}

.categories-widget li.has-sub-cat>a::after {
    position: absolute;
    right: 0px;
    top: 3px;
    content: "\f0d7";
    font-family: fontawesome;
}

.sidebar-product .categories-widget .sub-cat {
    padding: 0 0 0 15px;
    display: none;
}

.sidebar-product .categories-widget li.has-sub-cat.active>.sub-cat {
    display: block
}

.sidebar-product .categories-widget>ul>li>a {
    color: #1d1d1d;
    text-transform: uppercase;
}

.sidebar-product .categories-widget .sub-cat a {
    color: #999;
    position: relative;
}

.sidebar-product .categories-widget .sub-cat a::before {
    position: absolute;
    left: -15px;
    top: 3px;
    content: "\f0da";
    font-family: fontawesome;
    display: none;
}

.sidebar-product .categories-widget .sub-cat a:hover::before {
    display: block;
}

.sidebar-product .categories-widget ul li a:hover {
    color: #fe0f00;
}

.widget-adv-thumb img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.widget-adv-thumb:hover img {
    transform: scale(1.15);
}

.widget-adv-thumb {
    overflow: hidden;
}

.adv-widget-slider .wrap-item {
    margin-top: 10px;
}

.adv-widget-slider .owl-controls {
    position: absolute;
    right: 0;
    top: -40px;
}

.adv-widget-slider .owl-theme .owl-controls .owl-page span {
    background: #999 none repeat scroll 0 0;
    border-radius: 10px;
    display: block;
    height: 10px;
    margin: 0 0 0 10px;
    opacity: 1;
    width: 10px;
}

.adv-widget-slider .owl-theme .owl-controls .owl-page.active span,
.adv-widget-slider .owl-theme .owl-controls .owl-page:hover span {
    background: #fe0f00;
}

.widget-adv-info strong {
    color: #fe0f00;
    font-size: 30px;
    margin-left: 10px;
}

.widget-adv-info {
    margin-top: 8px;
    text-transform: uppercase;
}

.list-tags>a {
    background: #1d1d1d none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0 1px 1px 0;
    padding: 0 20px;
    transition: all 0.5s ease-out 0s;
}

.list-tags>a:hover {
    background: #fe0f00;
}

.list-tags {
    margin-top: 30px;
    margin-bottom: 6px;
}

.info-price-filter {
    margin-top: 30px;
}

.widget-filter-price .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: #fe0f00 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 1px;
    margin: 0;
    padding: 0;
}

.widget-filter-price .ui-slider-range.ui-widget-header.ui-corner-all {
    background: #bebebe none repeat scroll 0 0;
}

.widget-filter-price .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #fe0f00 none repeat scroll 0 0;
    border: 1px solid #fe0f00;
    border-radius: 0;
    height: 14px;
    margin: 0 0 0 -7px;
    top: -6px;
    width: 14px;
}

.widget-filter-price .ui-slider-handle.ui-state-default.ui-corner-all:hover {
    background: #bebebe none repeat scroll 0 0;
    border: 1px solid #bebebe;
}

.info-price-filter #amount {
    border: medium none;
    font-size: 16px;
    margin-top: 23px;
    text-align: center;
    width: 100%;
}

.info-price-filter input[type="submit"] {
    background: #1d1d1d none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 15px auto auto;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
    width: 100px;
}

.info-price-filter input[type="submit"]:hover {
    background: #fe0f00;
}

.banner-shop-image {
    overflow: hidden;
}

.banner-shop-image img {
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.banner-shop-image:hover img {
    transform: scale(1.15);
}


/*************************************************
				Product Detail
**************************************************/

.detail-gallery .carousel a {
    border: 1px solid #e5e5e5;
    display: block;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 100px;
}

.detail-gallery .carousel a.active::before {
    position: absolute;
    content: "";
    background: #fe0f00;
    height: 4px;
    width: 200%;
    transform: rotate(45deg);
    top: 50%;
    left: -50%;
}

.detail-gallery .carousel li {
    margin-right: 10px;
}

.detail-gallery .carousel li:last-child {
    margin-right: 0;
}

.detail-gallery .mid {
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin-bottom: 30px;
}

.detail-gallery .mid img {
    width: 100%;
}

.detail-info .link-add-cart span {
    width: 200px;
}

.detail-gallery {
    float: left;
    width: 43%;
    position: relative;
}

.detail-info {
    float: left;
    width: 57%;
    padding-left: 30px;
}

.detail-info .product-info {
    padding: 0;
}

.detail-info .product-info h2 {
    font-size: 30px;
    margin: 0 0 22px;
    text-transform: uppercase;
}

.gallery-control .prev {
    background: rgba(0, 0, 0, 0) url("../images/shop/prev.png") no-repeat scroll center center;
    display: block;
    height: 10px;
    margin-bottom: 20px;
    transition: all 0.5s ease-out 0s;
    width: 47px;
}

.gallery-control .prev:hover {
    background: rgba(0, 0, 0, 0) url("../images/shop/prev-bl.png") no-repeat scroll center center;
}

.gallery-control .next {
    background: rgba(0, 0, 0, 0) url("../images/shop/next.png") no-repeat scroll center center;
    display: block;
    height: 10px;
    width: 47px;
    transition: all 0.5s ease-out 0s;
}

.gallery-control .next:hover {
    background: rgba(0, 0, 0, 0) url("../images/shop/next-bn.png") no-repeat scroll center center;
}

.gallery-control {
    bottom: 30px;
    position: absolute;
    right: 0;
    z-index: 99;
}

.attr-color {
    list-style: outside none none;
    margin: 5px 0 1px;
    padding: 0;
}

.attr-color>li {
    display: inline-block;
    margin-right: 7px;
}

.attr-color>li:last-child {
    margin-right: 0;
}

.attr-color a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.attr-color a.selected::before {
    position: absolute;
    content: "";
    background: #fe0f00;
    height: 4px;
    width: 200%;
    transform: rotate(45deg);
    top: 50%;
    left: -50%;
}

.attr-color a span {
    display: block;
    height: 30px;
    width: 30px;
}

.attr-color a span.color-red {
    background: #fe0f00;
}

.attr-color a span.color-white {
    background: #ffffff;
}

.attr-color a span.color-black {
    background: #0c0610;
}

.attr-color a span.color-gray {
    background: #14302c;
}

.attr-color a span.color-blue {
    background: #314379;
}

.attr-product {
    border-top: 1px solid #e5e5e5;
    padding: 0 0 0 75px;
    position: relative;
}

.attr-product>label {
    left: 0;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    top: 11px;
}

.attr-size .selected-attr-size {
    color: #1f1f1f;
    display: block;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.selected-attr-size::after {
    content: "\e888";
    font-family: linearicons;
    position: absolute;
    right: 0;
    top: 0;
}

.attr-size {
    padding: 6px 0;
    position: relative;
}

.select-attr-size {
    background: #f6f6f6 none repeat scroll 0 0;
    box-shadow: 1px 2px 3px -2px rgba(0, 0, 0, 0.5);
    left: 0;
    list-style: outside none none;
    margin: 1px 0 0;
    padding: 15px;
    position: absolute;
    text-align: right;
    top: 100%;
    width: 100%;
    z-index: 999;
}

.select-attr-size a:hover {
    color: #fe0f00;
}

.attr-product.info-qty {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 10px 0 12px 75px;
}

.info-qty .qty-up {
    color: #1d1d1d;
    position: absolute;
    right: 0;
    top: 2px;
}

.info-qty .qty-down {
    bottom: 2px;
    position: absolute;
    right: 0;
    color: #1d1d1d;
}

.tab-detail {
    margin-top: 30px;
    padding-left: 170px;
    position: relative;
}

.title-tab-detail {
    left: 0;
    position: absolute;
    top: 0;
    width: 170px;
}

.title-tab-detail .nav.nav-tabs {
    border: medium none;
    margin: 0;
    padding: 0;
}

.title-tab-detail .nav.nav-tabs li {
    border-bottom: 1px solid #fff;
    display: block;
    float: none;
    margin: 0;
}

.title-tab-detail .nav.nav-tabs li a {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 20px;
    text-transform: uppercase;
}

.title-tab-detail .nav.nav-tabs li.active a {
    background: #fe0f00 none repeat scroll 0 0;
}

.content-tab-detail {
    border: 1px solid #e5e5e5;
    min-height: 300px;
    padding: 20px 30px;
}

.inner-content-tab-detail>h2 {
    font-size: 16px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.inner-content-tab-detail>p {
    color: #666;
    font-family: open sans;
    margin-bottom: 20px;
}

.latest-product {
    margin-top: 40px;
    position: relative;
    z-index: 9;
}

.latest-product>h2 {
    display: inline-block;
    font-size: 16px;
    margin: 0 0 20px;
    position: relative;
    text-transform: uppercase;
}

.latest-product>h2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #fe0f00;
    top: -13px;
    left: 0;
}

.latest-product-slider .item {
    padding: 0 15px;
}

.latest-product-slider {
    margin: 0 -15px;
}

.latest-product-slider .item-product {
    margin-bottom: 0px;
}

.latest-product-slider .owl-carousel .owl-wrapper-outer {
    margin-bottom: -50px;
    overflow: hidden;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
}

.latest-product-slider .owl-controls {
    position: absolute;
    right: 15px;
    top: -40px;
}

.latest-product-slider .owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
}

.latest-product-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    margin-left: 10px;
}

.main-detail-lightbox {
    max-width: 870px;
    width: 100%;
}


/*************************************************************************
									Home 7
**************************************************************************/

.header-7 {
    background: #2b2b2b none repeat scroll 0 0;
}

.header-timer {
    color: #777;
    margin-top: 30px;
    padding-left: 20px;
}

.header-search-7 {
    margin-top: 21px;
    text-align: right;
}

.social-header-7 {
    display: inline-block;
    text-align: left;
}

.search-form-7 {
    display: inline-block;
    text-align: left;
}

.social-header-7>a {
    color: #777;
    display: inline-block;
    margin-right: 25px;
}

.social-header-7>a:hover {
    color: #4459C4;
}

.search-form-7 form {
    position: relative;
    width: 240px;
}

.search-form-7 input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #999;
    height: 36px;
    padding: 0 15px;
    width: 100%;
}

.search-form-7 input[type="submit"] {
    border: medium none;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    background: transparent url("../images/home7/btn-search.png") no-repeat center center;
}

.logo-7 {
    margin-right: -15px;
}

.main-nav.main-nav-7 {
    background: transparent none repeat scroll 0 0;
}

.main-nav.main-nav-7 .main-menu>li:first-child {
    padding-left: 5px;
}

.main-nav.main-nav-7 .main-menu>li>a {
    color: #ccc;
    font-size: 16px;
    padding: 20px 10px;
}

.main-nav.main-nav-7 .main-menu>li:hover>a {
    color: #4459c4;
}

.main-nav.main-nav-7 .main-menu>li>a::after {
    background: #4459c4 none repeat scroll 0 0;
}

.main-nav.main-nav-7 .main-menu .sub-menu>li:hover>a {
    color: #4459c4;
}

.main-nav.main-nav-7 .main-menu>li.menu-item-has-children>.sub-menu li.menu-item-has-children>.sub-menu a:hover {
    background: #4459c4 none repeat scroll 0 0;
    color: #fff;
}

.main-nav.main-nav-7 .extra-menu .btn-extra-menu {
    background: #414141 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.main-nav.main-nav-7 .extra-menu .btn-extra-menu span {
    margin: 0;
}

.main-nav.main-nav-7 .extra-menu {
    float: right;
    margin-left: 0;
    margin-top: 12px;
}

.banner-gradient {
    background: #ededed none repeat scroll 0 0;
    padding: 40px 0 30px;
}

.item-banner-gradient {
    margin: 0 -10px 10px;
    overflow: hidden;
    position: relative;
}

.banner-gradient-info {
    bottom: -90px;
    left: 0;
    padding: 20px 20px 15px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.gradient-leading .banner-gradient-info {
    bottom: -72px;
}

.banner-gradient-info .desc {
    color: #fff;
    margin: 15px 0;
    max-height: 70px;
    overflow: hidden;
}

.item-banner-gradient:hover .banner-gradient-info {
    bottom: 0;
}

.item-banner-gradient:hover .banner-gradient-info .desc {
    margin: 0 0 10px;
}

.banner-gradient-info .postcat {
    border-left: 4px solid #fff;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    padding-left: 10px;
    text-transform: uppercase;
    color: #fff;
}

.banner-gradient-info .post-title {
    margin: 5px 0 8px;
}

.banner-gradient-info .post-title a {
    color: #fff;
}

.gradient-arrow {
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: -30px;
    transition: all 0.5s ease-out 0s;
    color: #fff;
}

.item-banner-gradient:hover .gradient-arrow {
    top: 10px;
}

.banner-gradient-thumb img {
    width: 100%;
}

.banner-gradient-thumb>a {
    display: block;
}

.inner-banner-gradient {
    padding: 0 10px;
}

.item-banner-gradient::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
}

.gradient-green::before {
    background: linear-gradient(transparent, #2fa12d);
}

.gradient-pink::before {
    background: linear-gradient(transparent, #cd0c3e);
}

.gradient-blue::before {
    background: linear-gradient(transparent, #139e85);
}

.gradient-violet::before {
    background: linear-gradient(transparent, #6126a2);
}

.gradient-orange::before {
    background: linear-gradient(transparent, #ff9600);
}

.event-current {
    background: #4359c3 none repeat scroll 0 0;
}

.event-current-intro {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    padding: 30px;
    text-align: right;
}

.event-current-intro>span {
    display: block;
    font-size: 30px;
    font-style: italic;
    text-transform: uppercase;
}

.event-current-intro strong {
    display: block;
    font-size: 30px;
    margin-top: -10px;
    text-transform: uppercase;
}

.event-current-intro>p {
    margin: 15px 0;
}

.event-current-intro>span {
    display: block;
    font-size: 30px;
    font-style: italic;
    text-transform: uppercase;
}

.event-current-intro strong {
    display: block;
    font-size: 30px;
    margin-top: -10px;
    text-transform: uppercase;
}

.event-current-intro>p {
    margin: 15px 0;
}

.content-event-current {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: table;
    padding-bottom: 15px;
}

.item-event-icon {
    display: table-cell;
    padding-right: 15px;
}

.item-event-info {
    display: table-cell;
    vertical-align: top;
}

.item-event-info>h3 {
    font-size: 13px;
    margin: 5px 0 0;
    text-transform: uppercase;
}

.item-event-info>h3 a {
    color: #fff;
}

.item-event-icon span {
    color: #ccc;
    font-size: 30px;
}

.item-event-info .date-time {
    font-weight: 700;
}

.item-event-current .find-ticket {
    background: #fff500 none repeat scroll 0 0;
    color: #4359c3;
    display: inline-block;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin-left: 45px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}

.item-event-current .find-ticket:hover {
    background: #fff none repeat scroll 0 0;
}

.item-event-current {
    padding-top: 40px;
}

.latest-post-bx-slider {
    background: #dcddde none repeat scroll 0 0;
    padding: 40px 0;
}

.inner-latest-post-bx-slider {
    padding-left: 200px;
    position: relative;
}

.intro-bx-latest-post {
    height: 100%;
    left: 0;
    padding: 100px 50px 30px 15px;
    position: absolute;
    text-align: right;
    top: 0;
    width: 200px;
}

.intro-bx-latest-post>h2 {
    color: #2b2b2b;
    font-weight: 700;
    line-height: 30px;
    margin: 100px 0;
    text-transform: uppercase;
}

.intro-bx-latest-post>label,
.intro-bx-latest-post>a {
    color: #777;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
}

.inner-latest-post-bx-slider .bx-wrapper {
    background: #4359c3 none repeat scroll 0 0;
    position: relative;
}

.bx-latest-post-info {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: -46px;
    left: 0;
    padding: 20px 20px 30px;
    position: absolute;
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.item-bx-latest-post {
    overflow: hidden;
}

.item-bx-latest-post:hover .bx-latest-post-info {
    bottom: 0;
}

.bx-latest-post-info .postcat {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.bx-latest-post-info>h3 {
    font-size: 13px;
    font-style: italic;
    margin: 5px 0 0;
    text-transform: uppercase;
}

.bx-latest-post-info h3 a {
    color: #fff;
}

.bx-latest-post-info ul {
    list-style: outside none none;
    margin: 10px 0 0;
    padding: 0;
}

.bx-latest-post-info li {
    display: inline-block;
    margin-right: 25px;
}

.inner-latest-post-bx-slider .bx-controls-direction a {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 60px;
    text-align: center;
    display: block;
    padding-top: 25%;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
    color: #2b2b2b;
    font-size: 30px;
}

.inner-latest-post-bx-slider:hover .bx-controls-direction a {
    opacity: 1;
}

.inner-latest-post-bx-slider .bx-controls-direction a:hover {
    color: #4359C3;
}

.inner-latest-post-bx-slider .bx-controls-direction .bx-next {
    right: 0px;
}

.inner-latest-post-bx-slider .bx-controls-direction .bx-prev {
    left: 0px;
}

.owl-speaker {
    background: #ededed none repeat scroll 0 0;
}

.content-owl-speaker>h2 {
    background: #4359c3 none repeat scroll 0 0;
    font-weight: 700;
    left: 15px;
    margin: 0;
    padding: 10px 20px 13px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    z-index: 99;
}

.content-owl-speaker .item {
    padding: 0 15px;
}

.content-owl-speaker {
    margin: 40px -15px 0;
    position: relative;
}

.owl-speaker-thumb {
    border-bottom: 4px solid #4359c3;
    overflow: hidden;
    position: relative;
}

.owl-speaker-thumb::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transition: all 0.5s ease-out 0s;
    z-index: 99;
    background: rgba(67, 89, 195, 0.3);
}

.owl-speaker-thumb img {
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.item-owl-speaker:hover .owl-speaker-thumb img {
    transform: scale(1.15);
}

.item-owl-speaker:hover .owl-speaker-thumb::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.owl-speaker-info h3 a {
    color: #4359c3;
}

.owl-speaker-info>h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.owl-speaker-info>p {
    color: #777;
}

.owl-speaker-info .readmore {
    background: #4359c3 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 15px 0 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
}

.owl-speaker-info {
    padding: 25px 0 40px;
    background: #ededed;
    transition: all 0.5s ease-out 0s;
}

.owl-speaker-info .readmore::after {
    content: "\e87a";
    display: block;
    font-family: linearicons;
    font-size: 30px;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateX(-100%);
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.owl-speaker-info .readmore span {
    transition: all 0.5s ease-out 0s;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.owl-speaker-info .readmore:hover::after {
    transform: translateX(0);
}

.owl-speaker-info .readmore:hover span {
    transform: translateX(100%);
}

.item-owl-speaker:hover .owl-speaker-info {
    background: #fff;
    padding: 25px 20px 40px;
}

.speaker-blueair .owl-speaker-thumb {
    border-color: rgba(0, 187, 211, 1);
}

.speaker-blueair .owl-speaker-thumb::before {
    background: rgba(0, 187, 211, 0.3);
}

.speaker-blueair .owl-speaker-info h3 a {
    color: rgba(0, 187, 211, 1);
}

.speaker-blueair .owl-speaker-info .readmore {
    background: rgba(0, 187, 211, 1);
}

.speaker-green .owl-speaker-thumb {
    border-color: rgba(75, 175, 79, 1);
}

.speaker-green .owl-speaker-thumb::before {
    background: rgba(75, 175, 79, 0.3);
}

.speaker-green .owl-speaker-info h3 a {
    color: rgba(75, 175, 79, 1);
}

.speaker-green .owl-speaker-info .readmore {
    background: rgba(75, 175, 79, 1);
}

.speaker-red .owl-speaker-thumb {
    border-color: rgba(243, 66, 53, 1);
}

.speaker-red .owl-speaker-thumb::before {
    background: rgba(243, 66, 53, 0.3);
}

.speaker-red .owl-speaker-info h3 a {
    color: rgba(243, 66, 53, 1);
}

.speaker-red .owl-speaker-info .readmore {
    background: rgba(243, 66, 53, 1);
}

.speaker-blue .owl-speaker-thumb {
    border-color: rgba(67, 89, 195, 1);
}

.speaker-blue .owl-speaker-thumb::before {
    background: rgba(67, 89, 195, 0.3);
}

.speaker-blue .owl-speaker-info h3 a {
    color: rgba(67, 89, 195, 1);
}

.speaker-blue .owl-speaker-info .readmore {
    background: rgba(67, 89, 195, 1);
}

.speaker-orange .owl-speaker-thumb {
    border-color: rgba(254, 149, 0, 1);
}

.speaker-orange .owl-speaker-thumb::before {
    background: rgba(254, 149, 0, 0.3);
}

.speaker-orange .owl-speaker-info h3 a {
    color: rgba(254, 149, 0, 1);
}

.speaker-orange .owl-speaker-info .readmore {
    background: rgba(254, 149, 0, 1);
}

.content-owl-speaker .owl-theme .owl-controls .owl-buttons div {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 60px;
    text-align: center;
    display: block;
    padding-top: 25%;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
    color: #2b2b2b;
    font-size: 30px;
}

.content-owl-speaker:hover .owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
}

.content-owl-speaker .owl-theme .owl-controls .owl-buttons div :hover {
    color: #4359C3;
}

.content-owl-speaker .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 15px;
}

.content-owl-speaker .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 15px;
}

.content-owl-speaker .owl-theme .owl-controls .owl-buttons div span {
    display: block;
    margin-top: -55px;
}

.what-new-slider {
    background: #dcddde none repeat scroll 0 0;
    padding: 40px 0;
}

.content-what-new-slider {
    padding-left: 200px;
    position: relative;
}

.content-what-new-slider .intro-bx-latest-post>h2 {
    margin: 85px 0;
}

.item-what-new {
    border-left: 4px solid #4359c3;
    position: relative;
}

.what-new-right .item-what-new {
    margin: 0 0 10px 10px;
}

.what-new-info {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 35px 25px;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
}

.what-new-thumb img {
    width: 100%;
}

.what-new-left {
    float: left;
    width: 61.75%;
}

.what-new-right {
    float: left;
    width: 38.25%;
}

.item-what-new.item-leading {
    margin-bottom: 0;
    text-align: center;
}

.what-new-info .postcat {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.what-new-info .postcat:hover {
    text-decoration: underline;
}

.what-new-info h3 {
    font-size: 13px;
    font-style: italic;
    margin: 0;
}

.what-new-info h3 a {
    color: #fff;
}

.what-new-info h3 a:hover {
    border-bottom: 1px solid #fff;
}

.content-what-new-slider .owl-theme .owl-controls .owl-buttons div {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    color: #2b2b2b;
    display: block;
    font-size: 30px;
    height: 100%;
    opacity: 0;
    padding-top: 25%;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.5s ease-out 0s;
    width: 60px;
}

.content-what-new-slider .owl-theme .owl-controls .owl-buttons div span {
    display: block;
    margin-top: -12px;
}

.content-what-new-slider:hover .owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
}

.content-what-new-slider .owl-theme .owl-controls .owl-buttons div :hover {
    color: #4359C3;
}

.content-what-new-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0px;
}

.content-what-new-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0px;
}

.what-new-right .item-what-new:last-child {
    margin-bottom: 0;
}

.what-new-info .post-format {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #434343;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    text-align: center;
    width: 40px;
    transition: all 0.5s ease-out 0s;
}

.item-what-new:hover .post-format {
    background: #4359c3 none repeat scroll 0 0;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
    color: #fff;
}

.item-leading .what-new-info .post-format {
    margin: -55px auto 12px;
}

.what-new-right .what-new-info .post-format {
    float: left;
    margin-right: 14px;
}

.most-popular-post {
    background: #ededed none repeat scroll 0 0;
    padding: 40px 0 30px;
}

.content-most-popular-post {
    padding: 0 10px;
    position: relative;
}

.item-most-popular-post {
    background: #2b2b2b none repeat scroll 0 0;
    float: left;
    margin: 0 -10px 10px;
    position: relative;
}

.most-popular-post-thumb {
    border-right: 4px solid #4359c3;
    float: left;
    width: 50%;
}

.most-popular-post-info {
    float: left;
    padding: 60px 10px 10px 25px;
    text-transform: uppercase;
    width: 50%;
}

.most-popular-post-thumb img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.most-popular-post-thumb {
    overflow: hidden;
}

.most-popular-post-thumb:hover img {
    transform: scale(1.15);
}

.content-most-popular-post>h2 {
    background: #4359c3 none repeat scroll 0 0;
    font-weight: 700;
    left: 0;
    margin: 0;
    padding: 10px 20px 13px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    z-index: 99;
}

.most-popular-post-info>h3 {
    font-size: 13px;
    font-style: italic;
    margin: 0;
}

.most-popular-post-info>h3 a {
    color: #fff;
}

.most-popular-post-info>h3 a:hover {
    text-decoration: underline;
}

.most-popular-post-info .readmore {
    background: #414141 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 30px auto auto;
    text-align: center;
    width: 140px;
    transition: all 0.5s ease-out 0s;
}

.most-popular-post-info .postcat {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.most-popular-post-info .postcat:hover {
    text-decoration: underline;
}

.most-popular-post-info .readmore:hover {
    background: #4359c3;
}

.custom-banner-adv {
    background: #fff none repeat scroll 0 0;
    padding: 40px 0;
}

.photo-video-slider {
    background: #2b2b2b none repeat scroll 0 0;
    padding-top: 80px;
    text-align: center;
}

.photo-video-info>h3 {
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}

.photo-video-info a {
    color: #fff;
}

.photo-video-info {
    background: #2b2b2b none repeat scroll 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 4px solid #4359c3;
    bottom: -110px;
    left: 7.5%;
    padding-bottom: 110px;
    padding-top: 75px;
    position: absolute;
    width: 85%;
}

.content-photo-video-slider .owl-pagination {
    bottom: 155px;
    position: absolute;
    width: 100%;
}

.content-photo-video-slider {
    position: relative;
}

.content-photo-video-slider .view-all:hover {
    background: #4359C3;
}

.content-photo-video-slider .view-all {
    background: #3e3e3e none repeat scroll 0 0;
    bottom: 45px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin: auto auto auto -60px;
    position: absolute;
    text-transform: uppercase;
    width: 120px;
    color: #fff;
    transition: all 0.5s ease-out 0s;
}

.content-photo-video-slider .owl-theme .owl-controls .owl-buttons div:hover {
    color: #4359C3;
}

.content-photo-video-slider .owl-theme .owl-controls .owl-buttons div {
    bottom: 70px;
    color: #777;
    font-size: 30px;
    position: absolute;
}

.content-photo-video-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 135px;
}

.content-photo-video-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 135px;
}

.photo-video-slider h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin: 0 0 55px;
}

.photo-video-slider .owl-carousel .owl-wrapper-outer {
    padding-bottom: 110px;
}

.photo-video-slider .owl-theme .owl-controls .owl-page span {
    background: #8d8d8d none repeat scroll 0 0;
    border-radius: 50%;
    height: 16px;
    margin: 0 8px;
    opacity: 1;
    width: 16px;
}

.photo-video-slider .owl-theme .owl-controls .owl-page.active span,
.photo-video-slider .owl-theme .owl-controls .owl-page:hover span {
    background: #fff;
}

.popular-bottom {
    background: #2b2b2b none repeat scroll 0 0;
    padding: 45px 0;
}

.content-popular-bottom h2 {
    font-weight: 700;
    margin: 0 0 27px -5px;
    text-transform: uppercase;
}

.content-popular-bottom {
    margin: auto;
    max-width: 990px;
}

.content-popular-bottom {
    margin: auto;
    max-width: 990px;
    padding: 0 5px;
}

.popular-bottom-thumb {
    border-bottom: 4px solid #4359c3;
    position: relative;
}

.item-popular-bottom {
    margin: 0 -5px;
}

.popular-bottom-thumb img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.popular-bottom-thumb a {
    overflow: hidden;
    display: block;
}

.popular-bottom-thumb a:hover img {
    transform: scale(1.15);
}

.popular-bottom-info>h3 {
    font-size: 13px;
    font-style: italic;
    margin: 20px 0 0;
    text-transform: uppercase;
}

.popular-bottom-info>ul {
    list-style: outside none none;
    margin: 12px 0 6px;
    padding: 0;
}

.popular-bottom-info li {
    color: #777;
    display: inline-block;
    margin-right: 25px;
}

.popular-bottom-info a {
    color: #fff;
}

.popular-bottom-info h3 a:hover {
    color: #4359C3;
}

.content-popular-bottom .viewall {
    background: #3e3e3e none repeat scroll 0 0;
    bottom: 45px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin: 20px auto auto;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
    width: 120px;
}

.content-popular-bottom .viewall:hover {
    background: #4359c3 none repeat scroll 0 0;
}

.newsletter7 {
    background: rgba(0, 0, 0, 0) url("../images/home7/bg-newsletter.jpg") no-repeat scroll center center;
    padding: 90px 0;
}

.content-newsletter7 {
    text-align: center;
}

.content-newsletter7>h2 {
    font-weight: 700;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.content-newsletter7 input[type="text"] {
    background: #fff url("../images/home7/envelope.png") no-repeat scroll left 20px center;
    border: medium none;
    color: #000;
    font-size: 30px;
    height: 60px;
    margin-bottom: 22px;
    max-width: 570px;
    padding: 0 5px 0 95px;
    width: 100%;
}

.content-newsletter7 input[type="submit"] {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    font-size: 30px;
    height: 60px;
    text-transform: uppercase;
    width: 280px;
    margin-right: 5px;
    transition: all 0.5s ease-out 0s;
}

.content-newsletter7 input[type="submit"]:hover {
    background: #4359c3;
    border-color: #4359c3;
}

.content-newsletter7 input[type="reset"] {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    font-size: 30px;
    height: 60px;
    text-transform: uppercase;
    width: 280px;
    transition: all 0.5s ease-out 0s;
}

.content-newsletter7 input[type="reset"]:hover {
    background: #4359c3;
    border-color: #4359c3;
}

.footer7 {
    background: #181818 none repeat scroll 0 0;
    padding: 50px 0 40px;
}

.logo-footer7>a {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.logo-footer7>a span {
    color: #4359c3;
}

.social-footer7 {
    text-align: right;
}

.social-footer7 a {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-left: 5px;
    text-align: center;
    width: 32px;
    color: #fff;
    position: relative;
}

.social-footer7 a:hover::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    content: "";
}

.copy-right7 p {
    color: #ccc;
    margin-top: 15px;
}

.copy-right7 a {
    color: #4359c3;
}

.menu-footer7 {
    margin: 10px 0 0;
}

.menu-footer7 a:hover {
    color: #4359C3;
}

.menu-footer7 a {
    color: #ccc;
}

.menu-footer7>li {
    border-right: 1px solid #555;
    display: inline-block;
    height: 13px;
    line-height: 13px;
    margin-right: 10px;
    padding: 0 14px 0 0;
}

.menu-footer7>li:last-child {
    border-right: none;
    margin: 0;
    padding: 0;
}

.popular-bottom-thumb .post-format {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    bottom: -18px;
    color: #434343;
    display: block;
    font-size: 16px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    width: 40px;
}

.most-popular-post .post-format {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    color: #434343;
    display: block;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    transition: all 0.5s ease-out 0s;
    box-shadow: 0 0 0 4px transparent;
}

.item-most-popular-post:hover .post-format {
    color: #fff;
    background: #4359c3;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
}


/***********************************************************************************
									Home 3
************************************************************************************/


/*General*/

body.home3 {
    color: #1d1d1d;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    background: #f9f9f9;
}


/*Header*/

.header3 {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.top-header3 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 11px;
    padding: 8px 0;
    text-shadow: 0 0 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.top-timer .date-time {
    font-weight: 700;
}

.top-nav3 {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.top-nav3>li {
    display: inline-block;
    margin-left: 23px;
}

.top-nav3 a:hover {
    color: #F54B4B;
}

.top-nav3 a {
    color: #1d1d1d;
    font-weight: 700;
}

.top-nav3 .has-sub-menu {
    padding-right: 10px;
    position: relative;
}

.top-nav3 .has-sub-menu::after {
    content: "\f107";
    font-family: fontawesome;
    font-weight: 400;
    position: absolute;
    right: -5px;
    top: 2px;
}

.main-nav.main-nav3>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.main-nav.main-nav3>ul>li:hover>a {
    color: #f54b4b;
}

.main-nav.main-nav3>ul>li>a {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    text-transform: uppercase;
}

.main-nav.main-nav3>ul>li {
    display: inline-block;
    margin-right: 37px;
    padding: 0;
}

.main-nav.main-nav3>ul>li:last-child {
    margin-right: 0;
}

.logo3 {
    border-right: 1px solid #e5e5e5;
    margin-right: -15px;
    padding-right: 15px;
}

.main-nav.main-nav3 {
    background: transparent none repeat scroll 0 0;
    margin-left: 5px;
    margin-right: -15px;
    margin-top: -5px;
}

.main-nav.main-nav3 .main-menu>li>a::after {
    display: none;
}

.main-nav.main-nav3 .main-menu .sub-menu li:hover>a {
    color: #F54B4B;
}

.main-nav.main-nav3 .main-menu>li.menu-item-has-children>.sub-menu li.menu-item-has-children>.sub-menu a:hover {
    background: #F54B4B none repeat scroll 0 0;
    color: #fff;
}

.info-user {
    float: right;
    position: relative;
}

.info-user .account-link {
    background: #1d1d1d none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
}

.info-user .account-link:hover {
    background: #f54b4b none repeat scroll 0 0;
}


/*Top Banner*/

.top-adv {
    cursor: pointer;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.top-adv-thumb img {
    transition: all 0.5s ease-out 0s;
}

.top-adv:hover .top-adv-thumb img {
    transform: scale(1.15);
}

.top-adv-info {
    height: 100%;
    left: 0;
    padding-right: 80px;
    padding-top: 40px;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%;
}

.top-adv-info>a {
    background: #f54b4b none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-left: 35px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 135px;
}

.top-adv-info>span {
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    margin-left: 40px;
    vertical-align: middle;
}

.top-adv-info strong {
    color: #ecff49;
    font-size: 30px;
    text-transform: uppercase;
    vertical-align: middle;
}

.close-top-adv {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 22px;
    line-height: 22px;
    padding-left: 2px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 22px;
}


/*Main Content Home*/

.main-content-home {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.1);
}

.banner-slider3 {
    margin-bottom: 38px;
    position: relative;
}

.banner-slider3::before {
    background: #f54b4b none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -8px;
    position: absolute;
    top: 0;
    width: 8px;
    z-index: 9;
}

.banner-slider-thumb img {
    width: 100%;
}

.banner-slider-info {
    border-bottom: 1px solid #e5e5e5;
    font-weight: 700;
    margin: 0 20px;
    padding: 50px 0 30px;
    text-transform: uppercase;
}

.banner-slider-info>h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.banner-slider-info h2 a {
    color: #f54b4b;
}

.banner-slider-info>p {
    font-size: 16px;
    margin: 9px 0 0;
}

.banner-slider3 .owl-controls {
    bottom: 115px;
    position: absolute;
    width: 100%;
}

.banner-slider3 .owl-theme .owl-controls .owl-page span {
    background: #ccc none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 5px;
    opacity: 1;
    width: 10px;
}

.banner-slider3 .owl-theme .owl-controls .owl-page.active span,
.banner-slider3 .owl-theme .owl-controls .owl-page:hover span {
    background: #f54b4b;
}

.banner-slider3 .owl-theme .owl-controls .owl-buttons div {
    background: #555 none repeat scroll 0 0;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.banner-slider3 .owl-theme .owl-controls .owl-buttons div:hover {
    background: #f54b4b;
}

.banner-slider3 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    float: left;
    margin-left: 20px;
}

.banner-slider3 .owl-theme .owl-controls .owl-buttons div.owl-next {
    float: right;
    margin-right: 20px;
}

.banner-slider3 .owl-pagination {
    margin-top: 20px;
    position: absolute;
    width: 100%;
}


/*Hot News*/

.hot-news>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.hot-news li {
    border-bottom: 1px solid #e5e5e5;
    padding: 28px 30px 24px;
    position: relative;
}

.hot-news p {
    color: #666;
    margin: 0;
}

.hot-news h3 {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 8px;
    position: relative;
    text-transform: uppercase;
}

.hot-news {
    padding: 0 20px;
}

.hot-news li::before {
    background: #e5e5e5 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    width: 1px;
}

.hot-news li::after {
    background: #999 none repeat scroll 0 0;
    color: #fff;
    content: "\e876";
    font-family: linearicons;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 27px;
    width: 40px;
}

.hot-news h3::before {
    background: #999 none repeat scroll 0 0;
    content: "";
    height: 12px;
    left: -30px;
    position: absolute;
    top: 1px;
    width: 12px;
}

.hot-news li:hover::after,
.hot-news li:hover h3::before {
    background: #f54b4b;
}

.hot-news h3 a {
    color: #1d1d1d;
}

.hot-news li:hover h3 a {
    color: #f54b4b;
}

.hot-news .more-news {
    color: #1d1d1d;
    float: right;
    font-weight: 700;
    margin-top: 25px;
    text-transform: uppercase;
}

.hot-news .more-news:hover {
    color: #f54b4b;
}


/*Main Content Left*/

.social-network a {
    color: #fff;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-right: 7px;
    text-align: center;
    width: 32px;
    position: relative;
}

.social-network a:hover::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.1);
}

.social-network a i {
    position: relative;
}

.social-network .ft-facebook {
    background: #3c5a98;
}

.social-network .ft-twitter {
    background: #00bbf2;
}

.social-network .ft-pinterest {
    background: #e52d27;
}

.social-network .ft-google-plus {
    background: #0fd36b;
}

.social-network .ft-instagram {
    background: #517fa4;
}

.social-network .ft-linkedin {
    background: #113c84;
}

.social-network .ft-vimeo {
    background: #00a2ff;
}

.social-network .ft-youtube {
    background: #ff140c;
}

.social-network .ft-rss {
    background: #ff9c00;
}

.social-network a:last-child {
    margin-right: 0;
}

.main-content-left {
    margin-left: -10px;
    padding-right: 20px;
}

.search-form {
    float: right;
    max-width: 260px;
    position: relative;
    text-align: right;
    width: 100%;
}

.search-form input[type="text"] {
    border: 1px solid #e5e5e5;
    color: #999999;
    height: 32px;
    padding: 0 47px 0 15px;
    text-transform: uppercase;
    width: 100%;
}

.search-form input[type="submit"] {
    background: #f54b4b url("../images/home3/icon-search.png") no-repeat center center;
    border: medium none;
    color: #fff;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
}

.social-search {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-right: -20px;
    padding-bottom: 20px;
    position: relative;
}

.social-search::before {
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 100%;
    content: "";
    background: #f9f9f9;
}

.social-search::after {
    background: #f9f9f9 none repeat scroll 0 0;
    content: "";
    height: 100%;
    right: -20px;
    position: absolute;
    top: 0;
    width: 20px;
}

.title-box .readmore span.lnr {
    background: #999 none repeat scroll 0 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin-left: 7px;
    text-align: center;
    width: 32px;
    float: right;
}

.trending-box {
    margin-bottom: 20px;
    margin-top: 20px;
}

.title-box {
    background: rgba(0, 0, 0, 0) url("../images/home3/bg-title.png") repeat scroll 0 0;
    height: 40px;
    margin-bottom: 20px;
    padding: 0 20px;
    position: relative;
}

.title-box>h2 {
    color: #f54b4b;
    float: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
}

.title-box .readmore:hover {
    background: #dc4343 none repeat scroll 0 0;
}

.title-box .readmore:hover span.lnr {
    background: #f54b4b none repeat scroll 0 0;
}

.title-box .readmore {
    background: #555 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 130px;
}

.list-trending-post {
    list-style: outside none none;
    margin: 0 -6px 0 0;
    padding: 0;
}

.trending-post-thumb {
    float: left;
    position: relative;
    width: 44%;
}

.trending-post-thumb>img {
    width: 100%;
}

.trending-post-thumb::before {
    width: 100%;
    height: 100%;
    border: 3px solid #f54b4b;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    opacity: 0;
}

.trending-post-thumb:hover::before {
    opacity: 1;
}

.list-trending-post h3 {
    float: left;
    font-size: 13px;
    line-height: 20px;
    margin: 7px 0 0;
    padding-left: 10px;
    text-transform: uppercase;
    width: 56%;
}

.list-trending-post h3 a {
    color: #1d1d1d;
}

.list-trending-post h3 a:hover {
    color: #f54b4b;
}

.list-trending-post li {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.list-trending-post li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.trending-adv {
    position: relative;
    margin-left: -4px;
}

.trending-adv::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: rgba(29, 29, 29, 0.1);
    content: "";
    transition: all 0.5s ease-out 0s;
    z-index: 1;
}

.trending-adv::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(29, 29, 29, 0.1);
    content: "";
    transition: all 0.5s ease-out 0s;
    z-index: 1;
}

.trending-adv:hover::before,
.trending-adv:hover::after {
    width: 100%;
    height: 100%;
}

.trending-adv:hover .trending-adv-thumb img {
    transform: scale(1.15);
}

.trending-adv-thumb img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.trending-adv-thumb {
    overflow: hidden;
}

.trending-adv-info {
    bottom: 30px;
    left: 0;
    padding: 0 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
}

.trending-adv-info>h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 25px;
}

.trending-adv-info>span {
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: 300;
}

.trending-adv-info>a {
    background: #f54b4b none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 25px;
    text-transform: uppercase;
}

.item-featured-post {
    margin: 0 -5px 20px;
    overflow: hidden;
    position: relative;
}

.featured-post-link>img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.item-featured-post:hover .featured-post-link>img {
    transform: scale(1.15);
}

.item-featured-post>h3 {
    background: rgba(29, 29, 29, 0.7) none repeat scroll 0 0;
    border-top: 3px solid #f54b4b;
    bottom: 0px;
    font-size: 16px;
    font-weight: 700;
    left: 0;
    margin: 0;
    padding: 15px 20px;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    transition: all 0.5s ease-out 0s;
    transform: translateY(100%);
}

.item-featured-post:hover h3 {
    transform: translateY(0);
}

.item-featured-post h3 a {
    color: #fff;
}

.list-featured-post {
    padding: 0 5px;
}

.social-network {
    margin-right: -15px;
}


/*Most Popolar*/

.popular-post-thumb {
    float: left;
    width: 61%;
}

.item-popular-post {
    border-bottom: 4px solid #1d1d1d;
    border-top: 4px solid #1d1d1d;
    position: relative;
}

.popular-post-thumb img {
    width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .popular-post-thumb img {
        margin: -3px 0;
    }
}

.popular-post-info {
    float: left;
    padding: 15px 20px;
    width: 39%;
}

.popular-post-info>h3 a {
    color: #1d1d1d;
}

.popular-post-info>h3 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 20px;
    padding-bottom: 27px;
    text-transform: uppercase;
}

.popular-post-info>p {
    color: #666;
}

.popular-post-info .more {
    bottom: 20px;
    color: #1d1d1d;
    font-weight: 700;
    position: absolute;
    right: 20px;
}

.popular-post-info .more:hover {
    color: #F54B4B;
}

.item-popular-post.slick-slide.slick-active .popular-post-thumb {
    overflow: hidden;
}

.item-popular-post.slick-slide.slick-active .popular-post-thumb img {
    transition: all 0.5s ease-out 0s;
}

.item-popular-post.slick-slide.slick-active .popular-post-thumb:hover img {
    transform: scale(1.15);
}

.popular-post-info h3 a:hover {
    color: #F54B4B;
}

.item-popular-post.slick-slide.slick-active {
    background: #fff none repeat scroll 0 0;
    border-width: 3px;
    overflow: visible;
    transform: scaleY(1);
    z-index: 999;
}

.item-popular-post.slick-slide {
    overflow: hidden;
    transition: all 0.5s ease-out 0s;
    transform: scaleY(0.88);
}

.item-popular-post.slick-slide .popular-post-info {
    padding-right: 90px;
}

.item-popular-post.slick-slide.slick-active .popular-post-info {
    padding-right: 20px;
}

.item-popular-post.slick-slide .popular-post-info .more {
    display: none;
}

.item-popular-post.slick-slide.slick-active .popular-post-info .more {
    display: block;
}

.item-popular-post.slick-active::before {
    position: absolute;
    top: 0;
    left: -19px;
    width: 19px;
    background: url("../images/home3/sharp-left.png") no-repeat top right;
    content: "";
    width: 19px;
    height: 100%;
}

.item-popular-post.slick-active::after {
    position: absolute;
    top: 0;
    right: -19px;
    width: 19px;
    background: url("../images/home3/sharp-right.png") no-repeat top left;
    content: "";
    width: 19px;
    height: 100%;
}

.most-popular-slider .slick-prev {
    left: 130px;
}

.most-popular-slider .slick-next {
    right: 130px;
}

.most-popular-slider .slick-prev,
.most-popular-slider .slick-next {
    background: #fff none repeat scroll 0 0;
    height: 40px;
    line-height: 40px;
    top: 50%;
    width: 40px;
    z-index: 9999;
}

.most-popular-slider .slick-prev:hover,
.most-popular-slider .slick-next:hover {
    background: #f54b4b none repeat scroll 0 0;
}

.most-popular-slider .slick-prev:hover::before,
.most-popular-slider .slick-next:hover::before {
    color: #fff;
}

.most-popular-slider .slick-prev::before {
    content: "\e875";
}

.most-popular-slider .slick-next::before {
    content: "\e876";
}

.most-popular-slider .slick-prev::before,
.most-popular-slider .slick-next::before {
    color: #1d1d1d;
    font-family: linearicons;
    font-size: 13px;
    line-height: inherit;
    opacity: 1;
}

.most-popular-slider {
    background: #fff none repeat scroll 0 0;
}

.most-popular-slider .title-box .readmore {
    right: -20px;
}

.featured-box .title-box .readmore,
.trending-box .title-box .readmore {
    right: -40px;
}

.item-popular-post::before {
    background: rgba(0, 0, 0, 0) url("../images/home3/luoi.png") repeat scroll 0 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}


/*Coming Up Event*/

.item-post-event {
    margin: 0 -12px;
    overflow: hidden;
    padding-bottom: 70px;
    position: relative;
}

.list-post-event {
    padding: 0 12px;
}

.event-box {
    padding: 0 20px;
}

.post-event-thumb img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.list-post-format {
    margin-top: 13px;
    padding: 0 20px;
}

.item-post-event:hover .post-event-thumb img {
    transform: scale(1.15);
}

.post-event-info>h3 a {
    color: #1d1d1d;
}

.post-event-info>h3 a:hover {
    color: #fe0f00;
}

.post-event-info>h3 {
    font-size: 13px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.post-event-info>ul {
    color: #666;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.post-event-info li {
    margin-top: 3px;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}

.post-event-info li span.lnr {
    margin-right: 3px;
}

.post-event-info li:first-child {
    opacity: 1;
    visibility: visible;
}

.item-post-event:hover .post-event-info li {
    opacity: 1;
    visibility: visible;
}

.item-post-event:hover .post-event-info {
    transform: translateY(0);
    padding: 18px 10px 18px 10px;
}

.post-event-info {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 18px 0 18px 1px;
    position: absolute;
    transform: translateY(43px);
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.event-adv {
    padding-left: 5px;
    position: relative;
}

.event-adv-thumb {
    position: relative;
    overflow: hidden;
}

.event-adv:hover .event-adv-thumb img {
    transform: scale(1.15);
}

.event-adv:hover .event-adv-thumb::before,
.event-adv:hover .event-adv-thumb::after {
    width: 100%;
    height: 100%;
}

.event-adv-thumb::before {
    background: rgba(29, 29, 29, 0.1) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-out 0s;
    width: 0;
    z-index: 1;
}

.event-adv-thumb::after {
    background: rgba(29, 29, 29, 0.1) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    transition: all 0.5s ease-out 0s;
    width: 0;
    z-index: 1;
}

.box-coming-event {
    margin-right: -15px;
}

.event-adv-thumb img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.event-adv-info {
    left: 0;
    position: absolute;
    text-align: center;
    top: 120px;
    width: 100%;
    z-index: 9;
}

.event-adv-info>h2 {
    color: #fff;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.event-adv-info h4 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.event-adv-info>a {
    background: #f54b4b none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 30px;
    text-transform: uppercase;
}

.event-adv-info a .lnr {
    font-size: 30px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.post-format-info>h3 {
    font-size: 13px;
    margin: 0 0 8px;
    text-shadow: 0 0 0;
    text-transform: uppercase;
}

.post-format-info>h3 a:hover {
    color: #f54b4b;
}

.post-format-info>h3 a {
    color: #1d1d1d;
}

.post-format-info .cat-parent {
    color: #1d1d1d;
}

.post-format-info span.lnr {
    margin-right: 3px;
}

.post-format-info .cat-parent:hover {
    color: #fe0f00;
}

.post-format-info span {
    color: #666;
}

.post-format-slider {
    margin-right: -15px;
}

.post-format-slider-special {
    margin-right: 0px;
    padding-left: 5px;
}

.post-format-thumb {
    overflow: hidden;
    position: relative;
}

.post-format-thumb span.lnr {
    background: rgba(245, 75, 75, 0.9) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 30px;
    height: 60px;
    left: 0;
    line-height: 60px;
    position: absolute;
    text-align: center;
    width: 60px;
}

.post-format-thumb img {
    width: 100%;
}

.post-format-info {
    padding: 20px 0 30px;
}

.post-format-slider:hover .owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
}

.post-format-slider .owl-theme .owl-controls .owl-buttons div:hover {
    background: #F54B4B;
}

.post-format-slider .owl-theme .owl-controls .owl-buttons div {
    background: #555 none repeat scroll 0 0;
    color: #fff;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 100px;
    width: 40px;
    opacity: 0;
    transition: all 0.5s ease-out 0s;
}

.post-format-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
}

.post-format-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
}


/*List Post Cat*/

.post-cat-box>h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.post-cat-box>h2 span.lnr {
    background: #f54b4b none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin-right: 7px;
    text-align: center;
    vertical-align: bottom;
    width: 30px;
}

.post-cat-box>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.post-cat-box a:hover {
    color: #F54B4B;
}

.post-cat-box a {
    color: #1d1d1d;
    font-size: 11px;
    line-height: 22px;
    text-shadow: 0 0 0;
    text-transform: uppercase;
}

.post-cat-box li {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0 10px 20px;
    position: relative;
}

.post-cat-box li::before {
    color: #999;
    content: "\e814";
    font-family: "linearicons";
    font-size: 10px;
    left: 0;
    position: absolute;
    top: 14px;
}

.list-post-cat {
    margin-top: 30px;
}


/*Newsletter*/

.newsletter-box {
    background: rgba(0, 0, 0, 0) url("../images/home3/bg-newsletter.jpg") no-repeat scroll left top;
    border: 5px solid #e5e5e5;
    margin-top: 35px;
    padding: 41px 30px 45px 350px;
}

.newsletter-box>h2 {
    color: #f54b4b;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.newsletter-box input[type="text"] {
    border: 1px solid #e5e5e5;
    color: #666;
    height: 50px;
    margin-right: 3px;
    max-width: 470px;
    padding: 0 15px;
    width: 100%;
}

.newsletter-box input[type="submit"] {
    background: #555 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 50px;
    padding: 0 35px;
    text-transform: uppercase;
}

.newsletter-box input[type="submit"]:hover {
    background: #f54b4b none repeat scroll 0 0;
}


/*Footer*/

.footer3 {
    margin-bottom: 20px;
    margin-top: 48px;
}

.footer-nav3 {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer-nav3>li {
    display: inline;
    margin-right: 17px;
}

.footer-nav3 a {
    color: #666;
}

.footer-nav3 a:hover {
    color: #1d1d1d;
}

.copyright3 {
    background: #000 none repeat scroll 0 0;
    padding: 20px 0;
}

.copyright-text3 {
    color: #666;
    margin: 0;
}

.copyright-text3>a {
    color: #f54b4b;
}

.copyright-text3>a:hover {
    color: #fff;
}

.social-footer3 {
    text-align: right;
}

.social-footer3>a {
    color: #666;
    margin-left: 15px;
}

.social-footer3>a:hover {
    color: #f54b4b;
}

.scroll-top {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    bottom: 20px;
    display: block;
    height: 100px;
    padding-top: 20px;
    position: absolute;
    right: -65px;
    text-align: center;
    text-transform: capitalize;
    width: 65px;
    color: #1d1d1d;
}

.scroll-top.scroll-top3 {
    color: #1d1d1d;
}

.scroll-top.scroll-top-shop {
    background: transparent none repeat scroll 0 0;
    border-color: rgba(255, 255, 255, 0.2);
    bottom: auto;
    color: #fff;
    top: 0;
}

.scroll-top3:hover {
    color: #fe0f00;
}

.scroll-top .lnr {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
}


/************************************************************************************
									Home 6
************************************************************************************/


/*General*/

body.home6 {
    color: #444;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    background: #ececec;
}


/*Header*/

.header6 {
    background: #1a1f24 none repeat scroll 0 0;
    margin-top: 10px;
    padding: 0 20px;
    position: relative;
    z-index: 999;
}

.header6 .col-md-8.col-sm-12.col-xs-12 {
    position: static;
}

.main-nav.main-nav6 {
    background: transparent none repeat scroll 0 0;
    position: static;
}

.main-nav.main-nav6>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.main-nav.main-nav6>ul>li {
    display: inline-block;
    margin-right: 30px;
    padding: 0;
}

.main-nav.main-nav6>ul>li>a {
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 15px 0;
    text-transform: uppercase;
}

.main-nav.main-nav6>ul>li:last-child {
    margin-right: 0;
}

.input-header-search {
    border: medium none;
    height: 20px;
    left: -5px;
    padding: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-out 0s;
    width: 0;
}

.input-header-search.active {
    left: -125px;
    padding: 0 10px;
    width: 120px;
}

.header-search6 {
    display: inline-block;
    margin-top: 15px;
    position: relative;
}

.social-header6 {
    display: inline-block;
}

.header-search6 .btn-header-search {
    color: #fff;
    font-weight: 700;
    text-shadow: 0 0 0;
}

.social-header6>a {
    color: #777;
    margin-left: 28px;
}

.top-header6 {
    display: none;
}

.logo6 {
    margin-top: 14px;
    text-align: right;
}

.main-nav6>ul>li>a:hover {
    color: #777;
}

.social-header6>a:hover {
    color: #fff;
}

.item-banner-thumb:hover img {
    opacity: 0.5;
}

.item-banner-thumb img {
    transition: all 0.5s ease-out 0s;
}

.item-banner-info {
    background: rgba(26, 31, 36, 0.5) none repeat scroll 0 0;
    border-top: 4px solid #24b9d9;
    bottom: 0;
    color: #fff;
    font-weight: 700;
    left: 0;
    margin: auto;
    max-width: 600px;
    padding: 16px 20px;
    position: absolute;
    right: 0;
    width: 100%;
}

.item-banner-info>h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.item-banner-info .readmore .lnr {
    background: #24b9d9 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition: all 0.5s ease-out 0s;
}

.social-banner-slider {
    float: right;
    margin-top: 20px;
}

.social-banner-slider a {
    color: #fff;
    margin-left: 15px;
}

.social-banner-slider>a:hover {
    color: #24b9d9;
}

.item-banner-info .readmore {
    float: left;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
    width: 70px;
    transition: all 0.5s ease-out 0s;
}

.item-banner-info .readmore::before {
    color: #fff;
    content: attr(data-hover);
    display: block;
    font-weight: 400;
    left: -100%;
    position: absolute;
    text-shadow: 0 0 0;
    top: 5px;
    width: 70px;
    transition: all 0.5s ease-out 0s;
}

.item-banner-info .readmore:hover::before {
    transform: translateX(100%);
}

.item-banner-info .readmore:hover .lnr {
    transform: translateX(300%);
}

.banner-slider6 .owl-controls {
    margin-top: -30px;
    position: absolute;
    right: 30px;
    top: 50%;
}

.banner-slider6 .owl-theme .owl-controls .owl-page {
    border: 1px solid #fff;
    display: block;
    height: 14px;
    margin-bottom: 12px;
    width: 14px;
}

.banner-slider6 .owl-theme .owl-controls .owl-page span {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    display: block;
    height: 8px;
    margin: 2px;
    opacity: 1;
    width: 8px;
}

.banner-slider6 .owl-theme .owl-controls .owl-page.active,
.banner-slider6 .owl-theme .owl-controls .owl-page:hover {
    border: 1px solid #1a1f24;
}

.banner-slider6 .owl-theme .owl-controls .owl-page.active span,
.banner-slider6 .owl-theme .owl-controls .owl-page:hover span {
    background: #1a1f24 none repeat scroll 0 0;
}

.box-banner-adv {
    background: #fff none repeat scroll 0 0;
}

.banner-image {
    margin-right: -15px;
    position: relative;
    overflow: hidden;
}

.banner-image:hover img {
    transform: scale(1.15);
}

.banner-image img {
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.banner-image::after {
    border-bottom: 16px solid transparent;
    border-right: 16px solid #fff;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    margin-top: -8px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    z-index: 99;
}

.banner-text>h4 {
    color: #24b9d9;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.banner-text>h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    margin: 6px 0 5px;
    text-transform: uppercase;
}

.banner-text h2 a {
    color: #1a1f24;
}

.social-banner-text>a {
    color: #777;
    margin-right: 15px;
}

.social-banner-text>a:hover {
    color: #1a1f24;
}

.banner-text {
    padding-left: 15px;
    padding-top: 65px;
}

.expert-comment {
    background: #fff none repeat scroll 0 0;
    border: 20px solid #c0dee5;
    float: left;
    margin-right: -15px;
    position: relative;
    width: 100%;
}

.expert-comment::before {
    background: #c0dee5 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 28%;
    position: absolute;
    width: 1px;
}

.intro-expert-comment {
    float: left;
    padding: 45px 30px 0;
    width: 28%;
}

.intro-expert-comment>h2 {
    color: #1a1f24;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.info-expert {
    float: left;
    padding: 25px 30px;
    width: 72%;
}

.expert-avatar {
    background: #c0dee5 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin-right: 30px;
    padding: 10px;
}

.expert-avatar {
    max-width: 96px;
    width: 100%;
    border-radius: 50%;
}

.expert-avatar {
    background: #c0dee5 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin-right: 30px;
    padding: 10px;
}

.expert-avatar>img {
    border-radius: 50%;
}

.content-expert-comment {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 10px 0 0;
}

.social-expert-comment>a {
    color: #777;
    margin-right: 15px;
}

.social-expert-comment>a:hover {
    color: #1a1f24;
}

.social-expert-comment {
    margin-top: 13px;
}

.info-expert .owl-controls {
    bottom: 0;
    position: absolute;
    right: 0;
}

.info-expert .owl-theme .owl-controls .owl-buttons div {
    color: #777;
}

.info-expert .owl-theme .owl-controls .owl-buttons div:hover {
    color: #1a1f24;
}

.adv-slider {
    margin-left: -15px;
}

.adv-slider-thumb img {
    width: 100%;
}

.adv-slider .owl-theme .owl-controls .owl-page span {
    background: #1a1f24 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    display: block;
    height: 8px;
    margin: 4px;
    opacity: 1;
    width: 8px;
}

.adv-slider .owl-theme .owl-controls .owl-page span:hover,
.adv-slider .owl-theme .owl-controls .owl-page.active span {
    background: #fff;
}

.adv-slider .owl-theme .owl-controls {
    bottom: 10px;
    left: 0;
    margin-top: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.adv-slider-info {
    bottom: 30px;
    left: 40px;
    position: absolute;
}

.adv-slider-info.adv-info1 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.adv-slider-info.adv-info1 h4 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.adv-slider-info.adv-info1 h2 {
    font-size: 60px;
    font-weight: 700;
    margin: -8px 0 0;
}

.adv-slider-info.adv-info2 {
    left: 30px;
    text-transform: uppercase;
    top: 40px;
}

.adv-slider-info.adv-info2 h2 {
    color: #ff003c;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.adv-slider-info.adv-info2 h4 {
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.adv-slider-info.adv-info3 {
    bottom: 50px;
    left: 35px;
    text-transform: uppercase;
}

.adv-slider-info.adv-info3 h2 {
    color: #1d37a2;
    font-weight: 700;
    margin: 0;
}

.adv-slider-info.adv-info3 .date-time {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-left: 35px;
}

.adv-slider-info.adv-info4 {
    bottom: 45px;
}

.adv-slider-info.adv-info4 h2 {
    color: #03d8ff;
    font-weight: 700;
    line-height: 26px;
    margin: 0 0 5px;
    max-width: 200px;
    text-transform: uppercase;
}

.adv-slider-info.adv-info4 h5 {
    color: #1a1f24;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}

.adv-slider-info.adv-info4 h3 {
    color: #ff0000;
    font-size: 30px;
    margin: 0;
}

.adv-slider-info.adv-info4 {
    bottom: 45px;
}

.adv-slider-info.adv-info4 h2 {
    color: #03d8ff;
    font-weight: 700;
    line-height: 26px;
    margin: 0 0 5px;
    max-width: 200px;
    text-transform: uppercase;
}

.adv-slider-info.adv-info4 h5 {
    color: #1a1f24;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}

.adv-slider-info.adv-info4 h3 {
    color: #ff0000;
    font-size: 30px;
    margin: 0;
}

.adv-slider-info.adv-info5 h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.adv-slider-info.adv-info5 {
    bottom: 80px;
    left: 60px;
}

.adv-box-right {
    margin-left: -15px;
}

.trending-slider6 {
    background: rgba(0, 0, 0, 0) url("../images/home6/bg-blue.jpg") repeat scroll 0 0;
    margin-left: -15px;
    padding: 8px 20px 20px;
}

.trending-slider6>h2 {
    color: #1a1f24;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.trending-post {
    background: #1a1f24 none repeat scroll 0 0;
    margin: 10px 0 0;
    padding: 5px 15px 15px;
}

.list-post-trending {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.list-post-trending .date-time {
    color: #777;
    display: inline-block;
    width: 95px;
}

.list-post-trending a {
    color: #fff;
}

.list-post-trending a:hover {
    color: #777;
}

.list-post-trending li a .lnr {
    background: #24b9d9 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: right;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px;
}

.list-post-trending>li {
    border-bottom: 1px dashed #777;
    display: block;
    float: left;
    padding: 7px 0;
    width: 100%;
}

.trending-post .grift-for-men {
    background: #24b9d9 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    margin: 20px auto auto;
    max-width: 240px;
    text-align: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.trending-post .grift-for-men span {
    display: block;
    transition: all 0.5s ease-out 0s;
}

.trending-post .grift-for-men:hover span {
    transform: translateX(-100%);
}

.trending-post .grift-for-men::after {
    background: #777 none repeat scroll 0 0;
    color: #fff;
    content: attr(data-hover);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(100%);
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.trending-post .grift-for-men:hover::after {
    transform: translateX(0);
}

.trending-post .see-all-news {
    color: #777;
    display: block;
    font-weight: 700;
    margin: 15px 60px auto auto;
    text-align: center;
    text-transform: uppercase;
}

.trending-post .see-all-news:hover {
    color: #fff;
}

.trending-post .owl-theme .owl-controls .owl-buttons div {
    color: #777;
    font-weight: 700;
}

.trending-post .owl-controls {
    bottom: -90px;
    left: 50%;
    margin-left: 30px;
    position: absolute;
}

.trending-post .owl-theme .owl-controls .owl-buttons div .current-item {
    color: #fff;
    margin-left: 4px;
}

.trending-post .owl-theme .owl-controls .owl-buttons div .total-item {
    color: #777;
}

.trending-post .owl-theme .owl-controls .owl-buttons div:hover {
    color: #fff;
}

.trending-post .owl-theme .owl-controls .owl-buttons div.owl-next {
    margin-left: 4px;
}

.top-post-slider6 {
    background: #2b2b2b none repeat scroll 0 0;
    position: relative;
}

.top-post-slider6::before {
    content: "";
    background: #2b2b2b;
    position: absolute;
    width: 15px;
    height: 100%;
    top: 0;
    left: -15px;
}

.top-post-slider6::after {
    content: "";
    background: #2b2b2b;
    position: absolute;
    width: 15px;
    height: 100%;
    top: 0;
    right: -15px;
}

.top-post-slider-thumb {
    float: left;
    width: 40%;
    overflow: hidden;
}

.top-post-slider-thumb:hover img {
    transform: scale(1.15);
}

.top-post-slider-thumb img {
    transition: all 0.5s ease-out 0s;
}

.top-post-slider-info>h3 a:hover {
    color: #fff;
}

.top-post-slider-info {
    float: left;
    padding-left: 30px;
    padding-top: 45px;
    text-transform: uppercase;
    width: 60%;
}

.top-post-slider6 .owl-controls {
    bottom: 20px;
    left: -120px;
    position: absolute;
}

.top-post-slider6 .wrap-item {
    margin-left: -15px;
}

.intro-top-post-slider {
    border-bottom: 1px solid rgba(255, 255, 255, 0.34);
    margin: 25px auto auto;
    padding-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 115px;
}

.intro-top-post-slider>h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    margin: 0;
}

.intro-top-post-slider>h3 {
    color: #24b9d9;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.top-post-slider6 .owl-theme .owl-controls .owl-buttons div {
    color: #fff;
}

.top-post-slider6 .owl-theme .owl-controls .owl-buttons div:hover {
    color: #24b9d9;
}

.top-post-slider6 .item-top-post-slider {
    margin-right: 15px;
}

.post-index {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.top-post-slider-info>h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 2px 0 0;
}

.top-post-slider-info>h3 a {
    color: #24b9d9;
}

.social-top-post-slider>a {
    color: #777;
    margin-right: 15px;
}

.social-top-post-slider>a:hover {
    color: #fff;
}

.social-top-post-slider {
    margin: 15px 0 0;
}

.simple-banner {
    margin: 20px auto;
    max-width: 700px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.simple-banner img {
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.simple-banner:hover img {
    transform: scale(1.1);
}

.title-tab-latest-post .nav-tabs>li>a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #24b9d9;
    border-radius: 0;
    color: #1a1f24;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    padding: 0 17px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}

.title-tab-latest-post .nav-tabs>li.active>a,
.title-tab-latest-post .nav-tabs>li:hover>a {
    background: #24b9d9;
    color: #fff;
    border: 1px solid #24b9d9;
}

.title-tab-latest-post .nav-tabs>li {
    float: left;
    margin-bottom: 0;
}

.title-tab-latest-post .nav-tabs {
    border-bottom: medium none;
    float: right;
    margin-top: 12px;
}

.header-latest-post {
    background: rgba(0, 0, 0, 0) url("../images/home6/bg-blue.jpg") repeat scroll 0 0;
    border-left: 20px solid #24b9d9;
    border-right: 20px solid #24b9d9;
    padding: 25px 20px;
}

.title-latest-post {
    font-size: 60px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.list-latest-post {
    background: #fff none repeat scroll 0 0;
    border-left: 20px solid #1a1f24;
    border-right: 20px solid #1a1f24;
    padding: 20px;
}

.latest-post-thumb>a {
    display: block;
}

.latest-post-thumb img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.item-latest-post:nth-child(2n) .latest-post-thumb {
    margin-right: -15px;
}

.item-latest-post:nth-child(2n+1) .latest-post-thumb {
    margin-left: -15px;
}

.latest-post-info .post-cat:hover {
    color: #1a1f24;
}

.latest-post-info .post-cat {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #24b9d9;
}

.post-title6 {
    font-size: 30px;
    font-weight: 700;
    margin: 8px 0;
    text-transform: uppercase;
}

.post-title6>a {
    color: #1a1f24;
}

.post-title6>a:hover {
    color: #24b9d9;
}

.social-post-new>a {
    color: #777;
    padding: 0 8px;
}

.social-post-new>a:hover {
    color: #1a1f24;
}

.latest-post-info {
    padding: 75px 15px 20px;
}

.item-latest-post:nth-child(2n+1) .latest-post-info {
    text-align: right;
}

.social-post-new {
    margin-left: -8px;
}

.item-latest-post:nth-child(2n+1) .social-post {
    margin-right: -8px;
}

.item-latest-post:nth-child(2n) .latest-post-thumb::after {
    border-bottom: 16px solid transparent;
    border-right: 16px solid #fff;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    margin-top: -8px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    z-index: 99;
}

.item-latest-post:nth-child(2n+1) .latest-post-thumb::after {
    border-bottom: 16px solid transparent;
    border-left: 16px solid #fff;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    margin-top: -8px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    z-index: 99;
}

.latest-post-thumb {
    position: relative;
    overflow: hidden;
}

.item-latest-post:hover .latest-post-thumb img {
    transform: scale(1.15);
}

.grid-video {
    border-left: 20px solid #e61e27;
    border-right: 20px solid #e61e27;
}

.content-grid-video {
    background: #2b2b2b none repeat scroll 0 0;
    padding: 50px 30px 50px 50px;
}

.title-grid-video {
    background: rgba(0, 0, 0, 0) url("../images/home6/bg-red.jpg") repeat scroll 0 0;
    padding: 27px 20px;
    position: relative;
}

.title-grid-video>h2 {
    color: #e61e27;
    font-size: 60px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.title-grid-video .see-more {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-transform: uppercase;
    top: 45px;
    width: 200px;
}

.title-grid-video .see-more span::before {
    background: #24b9d9 none repeat scroll 0 0;
    content: attr(data-hover);
    height: 100%;
    left: 0;
    position: absolute;
    top: 100%;
    transform: rotateX(-90deg);
    transform-origin: 50% 0 0;
    transition: background 0.5s ease 0s;
    width: 100%;
}

.title-grid-video .see-more:hover span {
    transform: rotateX(90deg) translateY(-36px);
}

.title-grid-video .see-more span {
    background: #e61e27 none repeat scroll 0 0;
    display: block;
    position: relative;
    transform-origin: 50% 0 0;
    transform-style: preserve-3d;
    transition: transform 0.5s ease 0s;
}

.item-video-leading-info {
    height: 100%;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 100%;
}

.item-video-leading {
    margin-right: -10px;
    position: relative;
}

.item-video-leading-info .lnr {
    background: #e61e27 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}

.item-video-leading-info h3 a {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.item-video-leading-thumb>a {
    display: block;
}

.item-video-leading-thumb img {
    width: 100%;
}

.item-video-leading-info>p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
}

.item-video-leading-info>h3 {
    margin: 15px 0 10px;
}

.social-video-leading {
    margin-top: 22px;
}

.social-video-leading>a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.social-video-leading>a:hover {
    color: #e61e27;
}

.item-video-leading-info h3 a:hover {
    color: #e61e27;
}

.item-video-info .lnr {
    background: #e61e27 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px;
}

.item-video-info h3 a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.item-video-thumb>a {
    display: block;
}

.item-video-thumb img {
    width: 100%;
}

.item-video-info>h3 {
    line-height: 20px;
    margin: 10px 0;
}

.social-video {
    margin-top: 12px;
}

.social-video>a {
    color: #fff;
    font-size: 13px;
    margin-right: 15px;
}

.social-video>a:hover {
    color: #e61e27;
}

.item-video-info h3 a:hover {
    color: #e61e27;
}

.item-video-thumb img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.item-video-thumb {
    float: left;
    width: 46%;
    overflow: hidden;
}

.item-video-thumb:hover img {
    transform: scale(1.15);
}

.item-video-info {
    float: left;
    padding-left: 20px;
    width: 54%;
}

.item-video:last-child {
    margin-bottom: 0;
}

.item-video {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.load-more-box {
    background: #91dcec none repeat scroll 0 0;
    border-left: 20px solid #24b9d9;
    border-right: 20px solid #24b9d9;
    color: #1a1f24;
    padding: 5px 20px 35px;
    text-align: center;
    transition: all 0.5s ease-out 0s;
}

.load-more-box .btn-load-more {
    color: #1a1f24;
    display: block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}

.load-more-box:hover {
    background: #24B9D9;
    color: #fff;
}

.load-more-box:hover .btn-load-more {
    color: #fff;
}

.load-more-box .lnr {
    font-size: 120px;
}

.footer6 {
    background: #1d2226 none repeat scroll 0 0;
    padding: 30px 30px 25px;
}

.title-footer {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin: 18px 0 20px;
    text-shadow: 0 0 0;
    text-transform: uppercase;
}

.social-footer6 a {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
    color: #fff;
    margin-right: 5px;
}

.social-footer6 .ft-facebook {
    background: #3c5a98;
}

.social-footer6 .ft-twitter {
    background: #00bbf2;
}

.social-footer6 .ft-pinterest {
    background: #e52d27;
}

.social-footer6 .ft-google-plus {
    background: #0fd36b;
}

.social-footer6 .ft-instagram {
    background: #517fa4;
}

.social-footer6 .ft-linkedin {
    background: #113c84;
}

.social-footer6 .ft-vimeo {
    background: #00a2ff;
}

.social-footer6 .ft-youtube {
    background: #ff140c;
}

.social-footer6 .ft-rss {
    background: #ff9c00;
}

.newsletter-footer>form {
    border: 1px solid #34393c;
    height: 40px;
    max-width: 240px;
    position: relative;
    width: 100%;
}

.newsletter-footer input[type="text"] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #777;
    height: 40px;
    padding: 0 10px;
    width: 100%;
}

.newsletter-footer input[type="submit"]:hover {
    background-color: #24B9D9;
}

.newsletter-footer input[type="submit"] {
    background: #34393c none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-weight: 700;
    height: 40px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 40px;
}

.newsletter-footer {
    float: right;
    margin-right: 25px;
    position: relative;
    width: 240px;
}

.newsletter-footer::before {
    background: #24b9d9 none repeat scroll 0 0;
    color: #fff;
    content: "";
    font-family: linearicons;
    font-size: 30px;
    height: 60px;
    left: -80px;
    line-height: 56px;
    position: absolute;
    text-align: center;
    top: 39px;
    width: 60px;
}

.social-footer6 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding: 5px 0;
}

.social-footer6 a:last-child {
    margin-right: 0;
}

.item-page-layout {
    padding: 0 10px;
}

.page-layout-thumb {
    overflow: hidden;
}

.page-layout-thumb img {
    transition: all 0.5s ease-out 0s;
}

.page-layout-thumb:hover img {
    transform: scale(1.15);
}

.page-layout-slider {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
    margin-top: 50px;
    padding-bottom: 25px;
}

.page-layout-info>h3 {
    font-size: 13px;
    font-weight: 700;
    margin: 16px 0 0;
    text-transform: uppercase;
}

.page-layout-info h3 a {
    color: #fff;
}

.page-layout-info h3 a:hover {
    color: #777;
}

.social-page-layout>a {
    color: #777;
    margin-right: 15px;
}

.social-page-layout {
    margin-top: 5px;
}

.social-page-layout>a:hover {
    color: #fff;
}

.abroad label {
    color: #777;
    text-transform: uppercase;
}

.abroad a.abroad-link {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.abroad a.abroad-link:hover {
    color: #777;
}

.abroad {
    display: inline-block;
    position: relative;
}

.abroad-language {
    background: #fff none repeat scroll 0 0;
    list-style: outside none none;
    margin: 0;
    padding: 10px 15px;
    position: absolute;
    right: -30px;
    top: -100px;
    width: 100px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
}

.abroad-language.active {
    opacity: 1;
    visibility: visible;
}

.abroad-language li a {
    color: #1d1d1d;
}

.abroad-language li a:hover {
    color: #24B9D9;
}

.abroad-language::after {
    bottom: -8px;
    color: #fff;
    content: "";
    font-family: fontawesome;
    left: 44px;
    position: absolute;
}

.quick-search>label {
    color: #777;
    margin-right: 20px;
    text-transform: uppercase;
}

.quick-search>a {
    color: #fff;
    font-weight: 700;
    margin: 0 3px;
}

.quick-search>a:hover {
    border-bottom: 1px solid #fff;
}

.copy-right {
    color: #777;
    margin: 12px 0 0;
}

.copy-right>a {
    color: #24b9d9;
}

.copy-right>a:hover {
    color: #fff;
}

.footer-nav6>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer-nav6 li {
    border-right: 1px solid #777;
    display: inline-block;
    height: 13px;
    line-height: 13px;
    margin-bottom: 7px;
    margin-right: 10px;
    padding-right: 8px;
}

.footer-nav6 a {
    color: #777;
}

.footer-nav6 a:hover {
    color: #fff;
}

.footer-nav6 li:last-child {
    border-right: medium none;
}

.footer-nav6 {
    margin-top: 15px;
}

.wrap-footer-left {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 5px;
}


/*Gallery*/

.gallery-slider6 {
    border-left: 20px solid #24b9d9;
    border-right: 20px solid #24b9d9;
    overflow: hidden;
}

.gallery-slider6 .title-grid-video {
    background: rgba(0, 0, 0, 0) url("../images/home6/bg-blue.jpg") repeat scroll 0 0;
}

.gallery-slider6 .title-grid-video>h2 {
    color: #24b9d9;
}

.gallery-slider6 .title-grid-video .see-more span::before {
    background: #e61e27 none repeat scroll 0 0;
}

.gallery-slider6 .title-grid-video .see-more span {
    background: #24b9d9 none repeat scroll 0 0;
}

.content-gallery-slider {
    background: #2b2b2b none repeat scroll 0 0;
    margin-bottom: -1px;
    overflow: hidden;
}

.gallery-slider-thumb>a {
    display: block;
}

.gallery-slider-thumb img {
    width: 100%;
}

.gallery-slider-info>h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.gallery-slider-info h2 a {
    color: #1a1f24;
}

.gallery-slider-info h2 a:hover {
    color: #24B9D9;
}

.social-gallery>a {
    color: #777;
    margin-right: 15px;
}

.social-gallery>a:hover {
    color: #24B9D9;
}

.item-gallery-prev {
    float: left;
    margin-top: 85px;
    width: 23%;
}

.item-gallery-next {
    float: left;
    margin-top: 145px;
    width: 15%;
}

.main-gallery-slider {
    float: left;
    width: 62%;
}

.gallery-slider-thumb {
    float: left;
    width: 57%;
}

.gallery-slider-info {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin-top: 70px;
    min-height: 360px;
    overflow: hidden;
    padding: 100px 30px 30px;
    width: 43%;
}

.main-gallery-slider .owl-controls {
    left: 57%;
    margin-left: 25px;
    position: absolute;
    top: 95px;
}

.item-gallery-prev,
.gallery-slider-thumb,
.item-gallery-next {
    overflow: hidden;
    position: relative;
}

.gallery-slider-thumb::after {
    border-bottom: 16px solid transparent;
    border-right: 16px solid #fff;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    margin-top: -8px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    z-index: 99;
}

.item-gallery-prev img,
.gallery-slider-thumb img,
.item-gallery-next img {
    transition: all 0.5s ease-out 0s;
}

.item-gallery-prev:hover img,
.gallery-slider-thumb:hover img,
.item-gallery-next:hover img {
    transform: scale(1.15);
}

.main-gallery-slider .owl-theme .owl-controls .owl-buttons div {
    color: #777;
    font-size: 30px;
}

.main-gallery-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    margin-left: 5px;
}

.main-gallery-slider .owl-theme .owl-controls .owl-buttons div:hover {
    color: #24B9D9;
}

.main-gallery-slider .owl-theme .owl-controls .owl-buttons div .total-item {
    color: #777;
}

.main-gallery-slider .owl-theme .owl-controls .owl-buttons div .current-item {
    color: #24B9D9;
}


/******************************************************************************************
									Blog Page
*******************************************************************************************/


/*General*/

body.page-blog {
    color: #1d1d1d;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    background: #ffffff;
}


/*Header*/

.top-header-blog {
    background: #1d1d1d none repeat scroll 0 0;
}

.blog-logo>a {
    color: #f54b4b;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.blog-logo {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-left: 15px;
    padding-right: 20px;
    vertical-align: middle;
}

.sign-in {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    vertical-align: middle;
}

.sign-in>a:hover {
    color: #f54b4b;
}

.sign-in>a {
    color: #f9f9f9;
    font-weight: 700;
}

.main-nav-blog>ul {
    font-size: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.main-nav-blog li {
    display: inline-block;
    font-size: 13px;
}

.main-nav-blog a:hover {
    color: #f54b4b;
}

.main-nav-blog a {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    color: #f9f9f9;
    display: block;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}

.main-nav-blog {
    margin: 0 -15px;
    text-align: right;
}

.search-form-blog input[type="text"] {
    background: #f9f9f9 none repeat scroll 0 0;
    border: medium none;
    color: #999;
    height: 34px;
    padding: 0 13px;
    width: 100%;
}

.search-form-blog form {
    margin-top: 8px;
    max-width: 240px;
    padding-right: 34px;
    position: relative;
}

.search-form-blog input[type="submit"] {
    background: transparent url("../images/blog/icon-search.png") no-repeat center center;
    width: 34px;
    height: 34px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}

.blog-menu {
    padding-left: 20px;
}

.blog-menu>label {
    color: #f54b4b;
    font-size: 16px;
    margin: 0 35px 0 0;
    text-transform: uppercase;
}

.blog-menu>ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.blog-menu li {
    display: inline;
    margin-right: 15px;
}

.blog-menu a {
    color: #1d1d1d;
}

.blog-menu a:hover {
    color: #f54b4b;
}

.social-top-blog {
    padding-right: 25px;
    text-align: right;
}

.social-top-blog>a {
    margin-left: 23px;
    color: #1d1d1d;
}

.social-top-blog>a:hover {
    color: #f54b4b;
}

.logo-blog {
    left: 15px;
    padding-left: 20px;
    position: absolute;
    top: -30px;
    z-index: 99;
}

.header-blog {
    padding: 30px 0 20px;
}


/*Content*/

.main-blog {
    float: left;
    width: 66.67%;
}

.sidebar-blog {
    background: #2b2b2b none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 33.33%;
}

.item-blog-thumb {
    overflow: hidden;
    position: relative;
}

.item-blog-thumb .btn-fancybox {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin: auto;
    padding-left: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
}

.btn-fancybox .lnr {
    background: #f54b4b none repeat scroll 0 0;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}

.item-blog-thumb-info {
    bottom: 0;
    left: 0;
    padding: 0px 20px 30px 50px;
    position: absolute;
    width: 100%;
}

.item-blog-thumb-info>h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.statistic-post>a {
    background: #bebebe none repeat scroll 0 0;
    color: #777;
    display: inline-block;
    height: 40px;
    margin-right: 3px;
    padding-top: 5px;
    text-align: center;
    text-transform: lowercase;
    vertical-align: top;
    width: 40px;
}

.item-blog-leading .statistic-post>a {
    background: #f0f0f0;
}

.statistic-post>a i {
    color: #f54b4b;
    display: block;
}

.item-blog-leading .item-blog-info h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 11px 5px;
}

.item-blog-leading .item-blog-thumb-info>h2 {
    margin-bottom: 25px;
}

.item-blog-thumb img {
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.item-blog-thumb:hover img {
    transform: scale(1.15);
}

.item-blog-leading .item-blog-info {
    background: #1d1d1d none repeat scroll 0 0;
    color: #fff;
    padding: 15px 15px 20px;
}

.post-blog-follow li {
    float: left;
    padding: 0 5px;
    width: 25%;
}

.post-blog-follow {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.post-blog-follow li a {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 28px 15px 24px;
    text-align: center;
}

.post-blog-follow li a i {
    display: block;
    font-size: 30px;
}

.post-blog-follow li a.fl-facebook {
    background: #3c5a98 none repeat scroll 0 0;
}

.post-blog-follow li a.fl-twitter {
    background: #00bbf2 none repeat scroll 0 0;
}

.post-blog-follow li a.fl-pinterest {
    background: #e52d27 none repeat scroll 0 0;
}

.post-blog-follow li a.fl-instagram {
    background: #517fa4 none repeat scroll 0 0;
}

.item-blog-info {
    background: #f0f0f0 none repeat scroll 0 0;
    border-bottom: 2px solid #f54b4b;
    display: table;
    padding: 30px;
    width: 100%;
}

.post-info-left {
    display: table-cell;
    min-width: 230px;
    vertical-align: top;
}

.post-info-right {
    display: table-cell;
    vertical-align: top;
}

.post-info-left h3 {
    color: #777;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 20px;
}

.post-info-right .readmore {
    background: #f54b4b none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    margin-top: 15px;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
}

.post-info-right .readmore::after {
    content: attr(data-hover);
    height: 100%;
    left: 0;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateY(100%);
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.post-info-right .readmore span {
    display: block;
    transition: all 0.5s ease-out 0s;
}

.post-info-right .readmore:hover::after {
    transform: translateY(0px);
}

.post-info-right .readmore:hover span {
    transform: translateY(-100%);
}

.item-blog-leading .item-blog-info {
    display: block;
    border: none;
}

.btn-load-more-story {
    background: #1d1d1d none repeat scroll 0 0;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.btn-load-more-story>a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.btn-load-more-story>a .lnr {
    margin-right: 12px;
    text-shadow: 0 0 0;
}

.btn-load-more-story {
    background: #1d1d1d none repeat scroll 0 0;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.btn-load-more-story>a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.btn-load-more-story>a.loadall-story {
    display: none;
}

.btn-load-more-story>a .lnr {
    margin-right: 12px;
    text-shadow: 0 0 0;
}

.contact-media {
    background: #101115 none repeat scroll 0 0;
    position: relative;
}

.contact-media::before {
    background: #2b2b2b none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 50%;
}

.contact-info-shop>li {
    text-align: left;
}

.contact-info-shop label {
    font-size: 30px;
    text-transform: uppercase;
}

.contact-info-shop span {
    font-size: 16px;
    font-weight: 700;
}

.contact-info-shop::before {
    color: #777;
    content: "\e830";
    font-family: linearicons;
    font-size: 60px;
    left: 0;
    position: absolute;
    top: 0;
}

.btn-load-more-story {
    background: #1d1d1d none repeat scroll 0 0;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.btn-load-more-story>a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.btn-load-more-story>a:hover {
    color: #F54B4B;
}

.btn-load-more-story>a .lnr {
    margin-right: 12px;
    text-shadow: 0 0 0;
}


/*Footer*/

.footer-blog {
    background: #181818 none repeat scroll 0 0;
    padding: 50px 0 60px;
    position: relative;
    z-index: 9;
}

.logo-footer-blog>a {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.logo-footer-blog>a span {
    color: #f54b4b;
}

.copyright-blog {
    color: #ccc;
    margin-top: 15px;
}

.copyright-blog a {
    color: #f54b4b;
}

.menu-footer-blog {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.menu-footer-blog>li {
    display: inline-block;
}

.menu-footer-blog>li:last-child a {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 1px solid transparent;
}

.menu-footer-blog a {
    border-right: 1px solid #4c4c4c;
    color: #ccc;
    display: block;
    height: 13px;
    line-height: 13px;
    margin-right: 10px;
    padding-right: 13px;
}

.menu-footer-blog a:hover {
    color: #f54b4b;
}

.social-footer-blog {
    text-align: right;
}

.social-footer-blog a {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
    color: #fff;
    margin-left: 5px;
    position: relative;
}

.social-footer-blog a:hover::before {
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
}

.social-footer-blog .ft-facebook {
    background: #3c5a98;
}

.social-footer-blog .ft-twitter {
    background: #00bbf2;
}

.social-footer-blog .ft-pinterest {
    background: #e52d27;
}

.social-footer-blog .ft-google-plus {
    background: #0fd36b;
}

.social-footer-blog .ft-instagram {
    background: #517fa4;
}

.social-footer-blog .ft-linkedin {
    background: #113c84;
}

.social-footer-blog .ft-vimeo {
    background: #00a2ff;
}

.social-footer-blog .ft-youtube {
    background: #ff140c;
}

.social-footer-blog .ft-rss {
    background: #ff9c00;
}


/*Sidebar*/

.list-post-blog li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #777;
    font-weight: 700;
    list-style: outside none none;
    padding: 11px 20px;
}

.list-post-blog {
    margin: 0;
    padding: 0;
}

.list-post-blog a {
    color: #fff;
    display: block;
}

.list-post-blog li.active a:hover {
    color: #fff;
}

.list-post-blog a:hover {
    color: #F54B4B;
}

.list-post-blog a span.lnr {
    float: right;
}

.list-post-blog .index {
    color: #777;
    display: inline-block;
    width: 25px;
}

.list-post-blog li.active {
    background: #f54b4b;
    position: relative;
}

.list-post-blog li.active .index,
.list-post-blog li:hover .index {
    color: #fff;
}

.list-post-blog li.active::before {
    width: 0;
    height: 0;
    border-bottom: 20px solid #f54b4b;
    border-left: 20px solid transparent;
    position: absolute;
    content: "";
    bottom: -1px;
    left: -20px;
}

.explode-link {
    background: #f54b4b none repeat scroll 0 0;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.explode-link a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.explode-link a span.lnr {
    margin-left: 25px;
}

.explode-link .explode-all {
    display: none;
}

.blog-post-count {
    background: #f54b4b none repeat scroll 0 0;
    color: #fff;
    height: 119px;
    position: fixed;
    text-align: center;
    top: 300px;
    width: 30px;
    z-index: 99;
}

.blog-post-count>span {
    display: block;
    font-weight: 700;
}

.blog-post-count label {
    display: block;
    font-weight: 400;
}

.blog-post-count a {
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
}

.content-page-blog {
    margin-top: 123px;
    position: relative;
}

.header-page-blog {
    background: #fff none repeat scroll 0 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.inner-sidebar-blog {
    position: fixed;
    background: #2b2b2b;
    float: left;
}

.sidebar-blog-adv {
    padding: 50px 30px;
}

.sidebar-blog-adv a {
    display: block;
    overflow: hidden;
}

.sidebar-blog-adv img {
    border: 15px solid #fff;
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.blog-post-count.stop-bog-count {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
}


/***************************************************************************************
									Home 2
***************************************************************************************/

body.home2 {
    background: #f5f5f5;
}

.header2 {
    background: #f9f9f9 none repeat scroll 0 0;
    position: relative;
    z-index: 999;
}

.banner-world {
    background: rgba(0, 0, 0, 0) url("../images/home2/banner.jpg") no-repeat scroll center center;
    padding: 25px 0 50px;
}

.logo2 {
    display: inline-block;
    margin-right: 25px;
}

.main-nav.main-nav2 {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    margin-right: -15px;
}

.header2 .col-md-9.col-sm-9.col-xs-12,
.header2 .main-nav {
    position: static;
}

.main-nav.main-nav2 .main-menu>li:hover>a {
    color: #F54B4B;
}

.main-nav.main-nav2 .btn-mobile-menu {
    color: #fe0f00;
}

.main-nav.main-nav2 .mobile-menu-text {
    display: none;
}

.main-nav.main-nav2 .mobile-menu {
    height: 45px;
}

.main-nav.main-nav2 .main-menu .sub-menu li:hover>a {
    color: #F54B4B;
}

.main-nav.main-nav2 .main-menu>li.menu-item-has-children>.sub-menu li.menu-item-has-children>.sub-menu a:hover {
    background: #F54B4B none repeat scroll 0 0;
    color: #fff;
}

.main-nav.main-nav2 .main-menu>li>a::after {
    background: #F54B4B;
}

.main-nav.main-nav2 .main-menu>li>a {
    border-left: 1px solid #e5e5e5;
    color: #1d1d1d;
    padding: 15px 14px;
}

.main-nav.main-nav2>.main-menu>li {
    padding: 0;
}

.search-form2 {
    float: right;
    max-width: 240px;
    width: 100%;
}

.search-form2 form {
    margin-top: 7px;
    padding-right: 40px;
    position: relative;
}

.search-form2 input[type="text"] {
    border: 1px solid #e5e5e5;
    color: #999;
    height: 34px;
    padding: 0 10px;
    width: 100%;
}

.search-form2 input[type="submit"] {
    background: #1d1d1d url("../images/home2/icon-search.png") no-repeat scroll center center;
    border: medium none;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

.main-nav-world>h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 0;
}

.main-nav-world>ul {
    background: rgba(29, 29, 29, 0.7) none repeat scroll 0 0;
    border-bottom: 4px solid #fff;
    list-style: outside none none;
    margin: 10px 0 0;
    max-width: 930px;
    padding: 15px 0;
}

.main-nav-world li {
    display: inline-block;
}

.main-nav-world a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0 21px;
}

.main-nav-world a:hover {
    color: #F54B4B;
}

.main-nav-world .more-world {
    background: rgba(0, 0, 0, 0) url("../images/home2/circle.png") no-repeat scroll right center;
    padding-right: 15px;
}

.intro-banner-world {
    margin-top: 380px;
}

.intro-banner-world>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 37px;
    position: relative;
}

.intro-banner-world li {
    border-right: 1px solid #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 16px;
    line-height: 14px;
    margin-right: 8px;
    padding-right: 10px;
}

.intro-banner-world li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.intro-banner-world>ul::before {
    background: #ef5453 none repeat scroll 0 0;
    content: "\e825";
    font-family: linearicons;
    left: 0;
    padding: 7px 8px;
    position: absolute;
    top: -5px;
}

.intro-banner-world h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 4px 0 0;
}

.intro-banner-world p {
    font-size: 30px;
    line-height: 30px;
    margin: 10px 0 0;
}

.intro-banner-world .readmore {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 30px 0 0;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}

.intro-banner-world .readmore:hover {
    color: #f54b4b;
    border-color: #f54b4b;
}

.title-sidebar2 {
    color: #1d1d1d;
    font-weight: 700;
    margin: 0 0 10px;
}

.social-sidebar {
    float: left;
    width: 50%;
}

.social-sidebar a {
    color: #fff;
    display: block;
    font-size: 30px;
    margin-bottom: 16px;
    padding: 23px 15px;
    text-align: center;
}

.social-sidebar a span {
    display: block;
    font-size: 16px;
}

.social-left {
    padding-right: 8px;
}

.social-right {
    padding-left: 8px;
}

.sc-fb {
    background: #3c5a98 none repeat scroll 0 0;
}

.sc-tw {
    background: #00bbf2 none repeat scroll 0 0;
}

.sc-pt {
    background: #e52d27 none repeat scroll 0 0;
}

.sc-in {
    background: #517fa4 none repeat scroll 0 0;
}

.content-home2 {
    margin-top: 30px;
}

.thumb-latest-news {
    position: relative;
}

.thumb-latest-news::before {
    background: linear-gradient(transparent, #f54b4b);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
}

.thumb-latest-news>img,
.analysis-thumb img {
    width: 100%;
}

.content-latest-news-sidebar {
    background: #f54b4b none repeat scroll 0 0;
}

.content-latest-news-sidebar ul li a {
    color: #fff;
    display: table-cell;
    font-size: 16px;
    font-weight: 700;
    padding-right: 20px;
    vertical-align: middle;
}

.content-latest-news-sidebar ul li a:hover {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.content-latest-news-sidebar ul li span {
    display: table-cell;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    width: 56px;
}

.content-latest-news-sidebar li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: table;
    padding: 21px 0;
    width: 100%;
}

.content-latest-news-sidebar ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.sidebar-box {
    background: #fff none repeat scroll 0 0;
    margin-top: 15px;
}

.sidebar-box-thumb {
    overflow: hidden;
    position: relative;
}

.format-post-sidebar {
    background: rgba(245, 75, 75, 0.9) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    font-size: 30px;
    height: 60px;
    left: 0;
    line-height: 60px;
    position: absolute;
    text-align: center;
    width: 60px;
}

.sidebar-box-thumb img {
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.sidebar-box-thumb:hover img {
    transform: scale(1.15);
}

.sidebar-box-info {
    padding: 15px 20px 25px;
}

.post-cat-underline {
    color: #1d1d1d;
    display: inline-block;
    margin-bottom: 23px;
    position: relative;
}

.post-cat-underline:hover {
    color: #f54b4b;
}

.post-cat-underline::after {
    background: #1d1d1d none repeat scroll 0 0;
    bottom: -7px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 40px;
}

.title-post2 {
    font-size: 16px;
    margin: 0;
}

.title-post2 a {
    color: #1d1d1d;
}

.title-post2 a:hover {
    color: #f54b4b;
}

.analysis-info {
    background: #fff none repeat scroll 0 0;
    padding: 15px 20px 18px;
}

.post-date-author {
    list-style: outside none none;
    margin: 20px 0 0;
    padding: 0;
}

.post-date-author li {
    color: #a1a1a1;
    display: inline-block;
}

.post-date-author li a {
    border-left: 1px solid #e5e5e5;
    color: #f54b4b;
    display: block;
    height: 13px;
    line-height: 13px;
    margin-left: 7px;
    padding-left: 10px;
}

.analysis-slider {
    margin-top: 25px;
}

.analysis-slider .owl-theme .owl-controls .owl-buttons div {
    background: #f54b4b none repeat scroll 0 0;
    color: #fff;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 155px;
    width: 40px;
}

.analysis-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
}

.analysis-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
}

.item-post-info {
    background: #fff none repeat scroll 0 0;
    padding: 15px 20px 22px;
}

.masonry-post-box .item-post-box {
    margin-bottom: 16px;
    width: 50%;
    padding: 0 8px;
}

.item-post-thumb img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.item-post-thumb {
    position: relative;
    overflow: hidden;
}

.item-post-thumb:hover img {
    transform: scale(1.15);
}

.masonry-post-box {
    margin: 0 -8px 0 -20px;
}

.content-home2 .simple-banner {
    margin: 0 auto;
    max-width: 900px;
}

.content-home2 .simple-banner {
    margin: 0 auto;
    max-width: 900px;
}

.loadmore-items {
    background: #1d1d1d none repeat scroll 0 0;
    padding: 5px 0;
    text-align: center;
}

.content-item-loadmore {
    display: none;
}

.wrap-item-loadmore {
    margin-top: 50px;
}

.loadmore-items a {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    transition: all 0.5s ease-out 0s;
}

.loadmore-items a:hover {
    color: #f54b4b;
}

.loadmore-items a span {
    margin-left: 10px;
}

.most-popular-post2 {
    background: #fff none repeat scroll 0 0;
    margin-top: 50px;
    padding-bottom: 34px;
}

.item-post-box.item-post-popular-box .item-post-info {
    background: #f5f5f5;
}

.item-post-box.item-post-popular-box {
    margin: 0 -8px 16px -8px;
}

.most-popular-post-slider h2 {
    color: #1d1d1d;
    font-weight: 700;
    margin: 40px 0 15px;
}

.most-popular-post-slider .item {
    padding: 0 8px;
}

.most-popular-post-slider .owl-controls {
    position: absolute;
    right: -6px;
    top: -40px;
}

.most-popular-post-slider .owl-theme .owl-controls .owl-page span {
    background: #1d1d1d none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 12px;
    margin: 6px;
    opacity: 1;
    width: 12px;
}

.most-popular-post-slider .owl-theme .owl-controls .owl-page:hover span,
.most-popular-post-slider .owl-theme .owl-controls .owl-page.active span {
    background: #f54b4b none repeat scroll 0 0;
}

.footer2 {
    background: #000 none repeat scroll 0 0;
    padding: 40px 0 50px;
}

.footer-box h2 {
    font-weight: 700;
    margin: 0 0 25px;
}

.footer-hot-new-thumb {
    float: left;
    margin-right: 20px;
}

.footer-hot-new-thumb a {
    display: block;
    overflow: hidden;
}

.footer-hot-new-thumb a img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.footer-hot-new-thumb a:hover img {
    transform: scale(1.15);
}

.footer-hot-new-info h3 {
    font-size: 16px;
    margin: 0 0 7px;
}

.footer-hot-new-info h3 a {
    color: #fff;
}

.footer-hot-new-info p {
    color: #999;
}

.footer-hot-new-info h3 a:hover {
    color: #f54b4b;
}

.footer-hot-new-item .post-date-author {
    float: left;
    width: 100%;
}

.footer-hot-new-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    float: left;
    margin-bottom: 22px;
    padding-bottom: 22px;
    width: 100%;
}

.footer-hot-new-item:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.item-footer-box-video {
    overflow: hidden;
    position: relative;
}

.item-footer-box-video span {
    background: rgba(245, 75, 75, 0.9) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    font-size: 30px;
    height: 60px;
    left: 0;
    line-height: 60px;
    position: absolute;
    text-align: center;
    width: 60px;
}

.item-footer-box-video img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.item-footer-box-video:hover img {
    transform: scale(1.15);
}

.content-foter-gallery a {
    display: block;
    float: left;
    overflow: hidden;
    width: 33.33%;
    position: relative;
}

.content-foter-gallery a img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.content-foter-gallery a:hover img {
    transform: scale(1.15);
    opacity: 0.8;
}

.content-foter-gallery a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #f54b4b;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
    z-index: 99;
}

.content-foter-gallery a:hover::before {
    opacity: 1;
}

.footer-tags label {
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-block;
    float: left;
    font-size: 30px;
    margin-right: 30px;
    padding: 12px 30px 20px 60px;
    position: relative;
}

.footer-tags {
    margin-top: 45px;
}

.footer-tags label::before {
    color: #f54b4b;
    content: "\e82f";
    font-family: linearicons;
    font-weight: 400;
    left: 18px;
    position: absolute;
    top: 20px;
}

.footer-tags label::after {
    color: #757575;
    content: "";
    font-family: linearicons;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    right: -11px;
    top: 29px;
}

.footer-tags a {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #999;
    display: block;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 5px 5px 0;
    padding: 0 20px;
    transition: all 0.5s ease-out 0s;
}

.footer-tags a:hover {
    border-color: #f54b4b;
    color: #f54b4b;
}

.logo-footer2 a {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding-right: 25px;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
}

.logo-footer2 {
    margin-top: 35px;
    position: relative;
}

.logo-footer2 a span {
    color: #f54b4b;
}

.logo-footer2::after {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    bottom: 8px;
    content: "";
    height: 4px;
    position: absolute;
    right: 0;
    width: 100%;
}

.logo-footer2::after {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    bottom: 8px;
    content: "";
    height: 4px;
    position: absolute;
    right: 0;
    width: 100%;
}

.menu-footer2 a {
    color: #999;
}

.menu-footer2 {
    list-style: outside none none;
    margin: 15px 0 0;
    padding: 0;
}

.menu-footer2 li {
    display: inline-block;
    margin-right: 17px;
}

.menu-footer2 a:hover {
    color: #f54b4b;
}

.copyright2 {
    color: #999;
    margin: 9px 0 0;
}

.copyright2 a {
    color: #f54b4b;
}


/**************************************************************************************
								Home4
***************************************************************************************/

body.home4 {
    background: #fff;
    color: #444;
}

.event-top-menu.top-menu4 a::before {
    color: #4d90fe;
}

.event-top-menu.top-menu4 a.active {
    background: #4d90fe;
    color: #fff;
}

.event-top-menu.top-menu4 a {
    font-family: oswald;
    font-weight: 100;
    padding: 10px 38px;
    text-shadow: unset;
}

.event-top-header.top-header4 {
    border-bottom: 1px solid #e5e5e5;
}

.event-top-menu.top-menu4 a:hover {
    background: #4d90fe none repeat scroll 0 0;
}

.event-top-social.top-social4 a:hover {
    background: #4d90fe none repeat scroll 0 0;
}

.event-top-search .event-btn-search.btn-search4:hover {
    background: #4d90fe none repeat scroll 0 0;
}

.logo4 {
    margin-top: 26px;
}

.top-adv4 {
    float: right;
    overflow: hidden;
}

.top-adv4>a {
    display: block;
}

.top-adv4 img {
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.top-adv4:hover img {
    transform: scale(1.15);
}

.header4 {
    margin-top: 20px;
}

.menu-home4 {
    background: #4d90fe none repeat scroll 0 0;
    margin-top: 20px;
}

.main-nav.main-nav4 {
    background: #4d90fe none repeat scroll 0 0;
    margin-top: 20px;
}

.main-nav.main-nav4 .main-menu>li {
    padding: 0;
}

.main-nav.main-nav4 .main-menu>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    padding: 13px 20px;
    font-family: oswald;
}

.main-nav.main-nav4 .main-menu>li:hover>a {
    background: rgba(29, 29, 29, 0.2);
}

.main-nav.main-nav4 .main-menu>li>a::after {
    display: none;
}

.main-nav.main-nav4 .extra-menu {
    float: right;
}

.main-nav.main-nav4 .extra-menu .btn-extra-menu {
    background: rgba(29, 29, 29, 0.2) none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 100;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-family: oswald;
}

.main-nav.main-nav4 .main-menu .sub-menu li:hover>a {
    color: #4d90fe;
}

.main-nav.main-nav4 .main-menu>li.menu-item-has-children>.sub-menu li.menu-item-has-children>.sub-menu a:hover {
    background: #4d90fe;
    color: #fff;
}

.top-post-home {
    margin-top: 30px;
}

.top-post-home-thumb {
    float: left;
    margin: -1px;
    overflow: hidden;
    position: relative;
    width: 52.7%;
}

.top-post-home-info {
    float: left;
    padding: 20px;
    width: 47.3%;
}

.top-post-home-thumb img {
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.item-top-post-home {
    border: 1px solid #e5e5e5;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.top-post-home-thumb>ul {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-bottom: 4px solid #4d90fe;
    bottom: 0;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 6px 10px;
    position: absolute;
    width: 100%;
}

.top-post-home-thumb li {
    border-right: 1px solid #fff;
    color: #fff;
    display: inline-block;
    height: 13px;
    line-height: 11px;
    margin-right: 5px;
    padding-right: 10px;
}

.top-post-home-thumb li a {
    color: #fff;
}

.top-post-home-thumb li a:hover {
    text-decoration: underline;
}

.top-post-home-thumb li:last-child {
    border-right: medium none;
}

.top-post-info-extra>span {
    background: rgba(0, 0, 0, 0) url("../images/home4/bg-comment.png") no-repeat scroll center center;
    color: #fff;
    display: inline-block;
    height: 22px;
    text-align: center;
    width: 26px;
}

.top-post-info-extra>label {
    color: #4d90fe;
    font-weight: normal;
    margin: 0 0 0 5px;
    text-transform: uppercase;
}

.top-post-info-extra>a {
    color: #999;
    margin-left: 2px;
}

.top-post-info-extra {
    color: #999;
}

.top-post-home-info h3 {
    font-size: 16px;
    margin: 5px 0 15px;
}

.top-post-home-info h3 a:hover {
    color: #4D90FE;
}

.top-post-home-info h3 a {
    color: #1d1d1d;
}

.top-post-info-date {
    color: #999;
}

.top-post-home-info>p {
    color: #444;
}

.top-post-home-thumb>a {
    display: block;
}

.top-post-home-thumb:hover img {
    transform: scale(1.15);
}

.top-post-info-extra a:hover {
    color: #1d1d1d;
}

.title-topic-slider label {
    background: rgba(77, 144, 254, 0.2) none repeat scroll 0 0;
    font-family: oswald;
    font-size: 16px;
    font-weight: 100;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin: 0;
    padding: 0 20px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    vertical-align: middle;
}

.title-topic-slider p {
    display: inline-block;
    margin: 0;
    padding: 8px 0px;
}

.title-topic-slider {
    background: #313131 none repeat scroll 0 0;
    color: #fff;
    min-height: 40px;
    padding-left: 123px;
    padding-right: 50px;
    position: relative;
}

.title-topic-slider .owl-controls.clickable {
    margin: 0;
    position: absolute;
    right: -40px;
    top: 11px;
}

.title-topic-slider .owl-theme .owl-controls .owl-buttons div:hover {
    color: #4D90FE;
}

.item-hot-topic h2 {
    bottom: 0;
    color: #fff;
    font-weight: 700;
    left: 0;
    margin: 0;
    padding: 20px;
    position: absolute;
    text-transform: uppercase;
    z-index: 9;
}

.item-hot-topic::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent, rgba(29, 29, 29, 0.7)) repeat scroll 0 0;
}

.item-hot-topic img {
    width: 100%;
}

.content-topic-slider {
    margin-top: 20px;
}

.content-topic-slider .owl-buttons {
    position: absolute;
    right: 13px;
    top: -48px;
}

.content-topic-slider .owl-theme .owl-controls .owl-buttons div {
    color: #d3d3d3;
}

.content-topic-slider .owl-theme .owl-controls .owl-buttons div:hover {
    color: #4d90fe;
}

.content-topic-slider .owl-theme .owl-controls .owl-page span {
    background: #313131 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 5px;
    opacity: 1;
    width: 10px;
}

.content-topic-slider .owl-theme .owl-controls .owl-page:hover span,
.content-topic-slider .owl-theme .owl-controls .owl-page.active span {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #4d90fe;
}

.content-topic-slider .owl-pagination {
    margin-top: 15px;
}

.title-category-home {
    border-bottom: 2px solid #ccc;
    font-family: oswald;
    font-size: 16px;
    font-weight: 100;
    margin: 0 0 20px;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.title-category-home a {
    border-bottom: 2px solid #1d1d1d;
    color: #1d1d1d;
    padding-bottom: 5px;
}

.title-category-home a:hover {
    border-bottom: 2px solid #4d90fe;
    color: #4d90fe;
}

.post-category-thum {
    border-bottom: 4px solid #4d90fe;
    float: left;
    width: 52%;
}

.post-category-info {
    float: left;
    padding-left: 20px;
    width: 48%;
}

.post-category-info h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 3px 0 15px;
}

.post-category-info h3 a {
    color: #1d1d1d;
}

.post-category-info ul {
    list-style: outside none none;
    margin: 0 0 5px;
    padding: 0;
}

.post-category-info li {
    border-right: 1px solid #999;
    color: #999;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    margin-right: 5px;
    padding-right: 10px;
}

.post-category-info li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.post-category-related>ul {
    list-style: outside none none;
    margin: 20px 0 0;
    padding: 0;
}

.post-category-related a {
    color: #999;
    position: relative;
}

.post-category-related li {
    background: rgba(0, 0, 0, 0) url("../images/home4/icon-link.png") no-repeat scroll left center;
    margin-bottom: 6px;
    padding-left: 22px;
}

.post-category-related a img {
    border: 1px solid #4d90fe;
    max-width: 70px;
    padding: 5px;
    position: absolute;
    right: -80px;
    top: -15px;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
    background: #fff;
    z-index: 99;
}

.post-category-related a::before {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #4d90fe;
    border-top: 5px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -10px;
    top: 5px;
    width: 0;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}

.post-category-related a:hover {
    color: #4D90FE;
}

.post-category-related a:hover img,
.post-category-related a:hover::before {
    opacity: 1;
}

.item-category-home {
    margin-bottom: 35px;
}

.post-category-info h3 a:hover {
    color: #4D90FE;
}

.post-category-thum img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.post-category-thum {
    overflow: hidden;
}

.post-category-thum:hover img {
    transform: scale(1.15);
}

.trending-box4 {
    border: 4px solid #4d90fe;
}

.trending-box-title {
    background: #4d90fe none repeat scroll 0 0;
    color: #fff;
    text-transform: uppercase;
}

.list-trending-box {
    padding: 15px;
    position: relative;
}

.trending-box-title strong {
    display: inline-block;
    font-size: 60px;
    margin: -10px 10px 0 25px;
    vertical-align: middle;
}

.trending-box-title>span {
    display: inline-block;
    font-family: oswald;
    font-size: 18px;
    font-weight: 100;
    vertical-align: middle;
}

.list-trending-box::before {
    background: rgba(0, 0, 0, 0) url("../images/home4/bg-top.png") no-repeat scroll center top;
    content: "";
    height: 33px;
    left: 0;
    position: absolute;
    top: -33px;
    width: 100%;
    background-size: 100% 33px;
}

.item-trending-box {
    margin-bottom: 27px;
    text-align: center;
}

.item-trending-box h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 15px;
}

.item-trending-box h3 a {
    border-bottom: 1px solid #4d90fe;
    color: #4d90fe;
}

.item-trending-box h3 a:hover {
    color: #1d1d1d;
    border-bottom: 1px solid #1d1d1d;
}

.trending-box-thumb {
    border-bottom: 4px solid #4d90fe;
    margin-top: 20px;
    position: relative;
}

.trending-comment {
    background: rgba(0, 0, 0, 0) url("../images/home4/bg-comment.png") no-repeat scroll center center;
    color: #fff;
    content: "";
    height: 22px;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    top: -11px;
    width: 26px;
}

.trending-box-thumb img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.trending-box-thumb a {
    display: block;
    overflow: hidden;
}

.trending-box-thumb a:hover img {
    transform: scale(1.15);
}

.list-trending-box .owl-theme .owl-controls .owl-page span {
    background: #313131 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 0 5px;
    opacity: 1;
    width: 10px;
}

.list-trending-box .owl-theme .owl-controls .owl-page:hover span,
.list-trending-box .owl-theme .owl-controls .owl-page.active span {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #4d90fe;
}

.list-trending-box .owl-pagination {
    margin-top: -12px;
}

.list-trending-box .wrap-item {
    margin-top: 4px;
}

.newsletter4 {
    background: rgba(0, 0, 0, 0) url("../images/home4/bg-newsletter.png") no-repeat scroll center center;
    background-size: 100% 100%;
    margin-top: 30px;
    padding: 30px 30px 10px;
}

.newsletter4 h2 {
    border-bottom: 4px solid #4d90fe;
    font-family: oswald;
    font-size: 16px;
    font-weight: 100;
    margin: 0 0 15px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.newsletter4 input[type="text"] {
    border: 1px solid #4d90fe;
    height: 36px;
    margin-bottom: 10px;
    padding: 0 15px;
    width: 100%;
}

.newsletter4 input[type="submit"] {
    border: medium none;
    color: #fff;
    height: 36px;
    padding-right: 10px;
    text-align: right;
    text-transform: uppercase;
    width: 125px;
    background: #4D90FE url("../images/home4/bg-submit.png") no-repeat scroll top left;
}

.newsletter4 p {
    margin: 15px 0;
}

.title-most-read-tab {
    background: #313131 none repeat scroll 0 0;
}

.title-most-read-tab .nav-tabs>li>a {
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-family: oswald;
    font-size: 16px;
    font-weight: 100;
    line-height: 40px;
    margin-right: 0;
    padding: 0 17px;
    text-transform: uppercase;
}

.title-most-read-tab .nav-tabs>li.active>a {
    background: rgba(77, 144, 254, 0.2);
    position: relative;
    margin: 0;
    color: #fff;
    border: none;
    transition: all 0.5s ease-out 0s;
}

.title-most-read-tab .nav-tabs>li:hover>a {
    background: rgba(77, 144, 254, 0.2);
    margin: 0;
    color: #fff;
    border: none;
}

.title-most-read-tab .nav-tabs>li.active>a::after {
    color: #37445a;
    content: "";
    font-family: fontawesome;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 22px;
}

.title-most-read-tab .nav-tabs {
    border: none;
}

.title-most-read-tab .nav-tabs>li {
    margin: 0;
}

.most-read-slider .owl-controls {
    position: absolute;
    right: -5px;
    top: -47px;
}

.most-read-slider .owl-theme .owl-controls .owl-buttons div {
    color: #d3d3d3;
}

.most-read-slider .owl-theme .owl-controls .owl-buttons div:hover {
    color: #4d90fe;
}

.most-read-thumb a {
    border-bottom: 4px solid #4d90fe;
    display: block;
    overflow: hidden;
}

.most-read-thumb {
    display: table-cell;
    width: 120px;
}

.most-read-info {
    display: table-cell;
    padding-left: 16px;
    vertical-align: top;
}

.most-read-info h3 {
    color: #444;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    margin: -5px 0 10px;
}

.most-read-info h3 a {
    color: #444;
}

.most-read-info h3 a:hover {
    color: #4d90fe;
}

.content-most-read-tab {
    border: 1px solid #e5e5e5;
    padding: 20px;
}

.most-read-date {
    color: #999;
}

.item-most-read {
    display: table;
    margin-bottom: 20px;
    width: 100%;
}

.item-most-read:last-child {
    margin-bottom: 0;
}

.most-read-popular {
    margin-bottom: 30px;
}

.most-read-thumb img {
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.most-read-thumb:hover img {
    transform: scale(1.15);
}

.adv-shop-online img {
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.adv-shop-online:hover img {
    transform: scale(1.15);
}

.adv-shop-online {
    margin: 0 0 30px;
    overflow: hidden;
}

.video-nowon {
    border: 1px solid #e5e5e5;
    margin-top: 30px;
    padding: 20px 30px;
}

.nowon-title {
    border-bottom: 2px solid #ccc;
    font-family: oswald;
    font-size: 16px;
    font-weight: 100;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.nowon-title>span {
    border-bottom: 2px solid #1d1d1d;
    color: #1d1d1d;
    padding-bottom: 6px;
}

.video-ontime-leading {
    border-bottom: 4px solid #4d90fe;
    margin-bottom: 15px;
    position: relative;
}

.video-ontime-leading::after {
    background: rgba(77, 144, 254, 0.9) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    content: "";
    cursor: pointer;
    font-family: linearicons;
    font-size: 30px;
    height: 70px;
    left: 0;
    line-height: 70px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
}

.content-video-ontime li {
    float: left;
    padding: 0 8px;
    width: 33.33%;
}

.content-video-ontime>ul {
    list-style: outside none none;
    margin: 0 -8px;
    padding: 0;
}

.video-ontime-thumb {
    border-bottom: 4px solid #4d90fe;
    position: relative;
}

.video-ontime-thumb img,
.video-ontime-leading img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.video-ontime-leading,
.video-ontime-thumb {
    overflow: hidden;
}

.video-ontime-thumb:hover img,
.video-ontime-leading:hover img {
    transform: scale(1.15);
}

.video-time {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    transition: all 0.5s ease-out 0s;
}

.video-ontime-more:hover .video-time {
    background: #4d90fe none repeat scroll 0 0;
}

.video-ontime-more h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0 0;
}

.video-ontime-more h3 a {
    color: #1d1d1d;
    transition: all 0.5s ease-out 0s;
}

.video-ontime-more:hover h3 a {
    color: #4d90fe;
}

.content-video-ontime {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 27px;
    padding-bottom: 27px;
}

.content-video-ontime {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 27px;
    padding-bottom: 27px;
}

.list-post-nowon {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.list-post-nowon>li {
    display: table;
    width: 100%;
}

.index-nowon-newday {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    transition: all 0.5s ease-out 0s;
}

.content-nowon-newday {
    display: table-cell;
    vertical-align: top;
    padding: 15px 0 0;
    transition: all 0.5s ease-out 0s;
}

.icon-nowon-newday {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 60px;
    transition: all 0.5s ease-out 0s;
}

.index-nowon-newday span {
    color: #4d90fe;
    font-size: 30px;
    font-weight: 700;
    transition: all 0.5s ease-out 0s;
}

.icon-nowon-newday span {
    color: #4d90fe;
    font-size: 30px;
    transition: all 0.5s ease-out 0s;
}

.content-nowon-newday h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 13px;
}

.content-nowon-newday h3 a {
    color: #1d1d1d;
    transition: all 0.5s ease-out 0s;
}

.content-nowon-newday h3 a:hover {
    color: #4d90fe;
}

.content-nowon-newday ul {
    list-style: outside none none;
    margin: 0 0 5px;
    padding: 0;
}

.content-nowon-newday li {
    border-right: 1px solid #999;
    color: #999;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    margin-right: 5px;
    padding-right: 10px;
    transition: all 0.5s ease-out 0s;
}

.content-nowon-newday li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.list-post-nowon>li:hover .index-nowon-newday {
    background: #4379d1;
}

.list-post-nowon>li:hover .index-nowon-newday span {
    color: #fff;
    margin-left: 17px;
}

.list-post-nowon>li:hover .icon-nowon-newday {
    background: #4379d1;
}

.list-post-nowon>li:hover .icon-nowon-newday span {
    color: #fff;
    margin-right: 15px;
}

.list-post-nowon>li:hover .content-nowon-newday {
    background: #4d90fe;
    padding: 15px 20px 0;
    color: #fff;
}

.list-post-nowon>li:hover .content-nowon-newday h3 a,
.list-post-nowon>li:hover .content-nowon-newday li {
    color: #fff;
}

.motion-event {
    position: relative;
}

.title-motion-event {
    background: #4d90fe none repeat scroll 0 0;
    color: #fff;
    font-family: oswald;
    font-size: 16px;
    font-weight: 100;
    height: 40px;
    left: 0;
    line-height: 40px;
    padding: 0 20px;
    position: absolute;
    top: 150px;
    width: 370px;
    z-index: 999;
}

.motion-event {
    position: relative;
}

.motion-event-info {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    left: 0;
    padding: 30px;
    position: absolute;
    top: 190px;
    width: 370px;
}

.motion-event-info>h2 {
    color: #1d1d1d;
    font-size: 30px;
    font-weight: 700;
    margin: -10px 0 23px;
    text-transform: uppercase;
}

.motion-event-info>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.motion-event-info li {
    display: table;
    line-height: 20px;
    margin-bottom: 11px;
}

.lnr.lnr-calendar-full {}

.motion-event-info li span {
    display: table-cell;
    width: 20px;
}

.motion-event-info li:last-child {
    margin-bottom: 0;
}

.motion-event .owl-controls {
    left: 270px;
    position: absolute;
    top: 162px;
    width: 110px;
    z-index: 999;
}

.motion-event .owl-theme .owl-controls .owl-buttons div {
    color: #fff;
}

.motion-event .owl-theme .owl-controls .owl-buttons div:hover {
    color: #666;
}

.motion-event .total-slide {
    color: #fff;
    float: left;
}

.title-latest-news-category {
    background: #313131 none repeat scroll 0 0;
    color: #fff;
    margin: 0;
}

.title-latest-news-category>span {
    background: rgba(77, 144, 254, 0.2) none repeat scroll 0 0;
    display: inline-block;
    font-family: oswald;
    font-size: 16px;
    font-weight: 100;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
}

.latest-news-category {
    margin-top: 30px;
}

.content-latest-news-category {
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
}

.latest-category-thumb {
    float: left;
    overflow: hidden;
    padding: 0 10px;
    width: 50%;
}

.latest-category-info {
    float: left;
    padding: 0 10px;
    width: 50%;
}

.item-latest-category {
    float: left;
    margin: 15px 0;
    width: 100%;
}

.latest-category-thumb img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.latest-category-thumb>a {
    border-bottom: 4px solid #4d90fe;
    display: block;
    overflow: hidden;
}

.latest-category-thumb a:hover img {
    transform: scale(1.15);
}

.latest-category-info>h2 {
    border-bottom: 1px solid #e5e5e5;
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.latest-category-info>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.latest-category-info li a {
    color: #444;
}

.latest-category-info li:hover a {
    color: #4d90fe;
}

.latest-category-info li {
    border-bottom: 1px solid #e5e5e5;
    line-height: 21px;
    padding: 10px 0 10px 20px;
    background: rgba(0, 0, 0, 0) url("../images/home4/icon-link.png") no-repeat scroll left top 17px;
}

.latest-category-info .view-all:hover {
    background: #4379d1;
}

.latest-category-info .view-all {
    background: #4D90FE none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    padding: 0 18px;
    transition: all 0.5s ease-out 0s;
}
/* this new for test new btn abdollah */
.latest-category-info .view-alle {
    background: #4D90FE none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 160px;
    transition: all 0.5s ease-out 0s;
}

.latest-category-info .view-all span {
    margin-right: 5px;
}

.content-latest-news-category .owl-controls {
    position: absolute;
    right: 0;
    top: -35px;
}

.content-latest-news-category .owl-theme .owl-controls .owl-buttons div {
    color: #fff;
}

.content-latest-news-category .owl-theme .owl-controls .owl-buttons div:hover {
    color: #4D90FE;
}

.footer4 {
    background: #181818 none repeat scroll 0 0;
    margin-top: 30px;
    padding: 30px 0;
}

.title-featured-newday {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-family: oswald;
    font-size: 16px;
    font-weight: 100;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.title-featured-newday span {
    border-bottom: 2px solid #4d90fe;
    padding-bottom: 6px;
}

.featured-newday-slider .item {
    padding: 0 15px;
}

.featured-newday-slider {
    margin: 0 -15px;
}

.item-featured-newday {
    position: relative;
}

.featured-newday-info {
    left: 0;
    padding: 55px 30px 30px;
    position: absolute;
    top: 0;
}

.featured-newday-info>h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.featured-newday-info h3 a {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.featurred-cat-newday {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 6px 10px;
    position: absolute;
    width: 100%;
}

.featured-newday-thumb {
    overflow: hidden;
}

.featured-newday-thumb img {
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.item-featured-newday:hover .featured-newday-thumb img {
    transform: scale(1.15);
}

.featurred-cat-newday li {
    border-right: 1px solid #fff;
    color: #fff;
    display: inline-block;
    height: 13px;
    line-height: 11px;
    margin-right: 5px;
    padding-right: 10px;
}

.featurred-cat-newday li a {
    color: #fff;
}

.featurred-cat-newday li a:hover {
    text-decoration: underline;
}

.featurred-cat-newday li:last-child {
    border-right: medium none;
}

.featured-newday-info h3 span {
    background: rgba(0, 0, 0, 0) url("../images/home4/bg-comment.png") no-repeat scroll center center;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    height: 22px;
    left: 0;
    line-height: 16px;
    position: absolute;
    text-align: center;
    top: -25px;
    width: 26px;
}

.featured-newday-slider .owl-controls {
    position: absolute;
    right: 28px;
    top: -50px;
}

.featured-newday-slider .owl-theme .owl-controls .owl-buttons div {
    color: #fff;
}

.featured-newday-slider .owl-theme .owl-controls .owl-buttons div:hover {
    color: #4D90FE;
}

.logo-footer4>a {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.logo-footer4 span {
    color: #4d90fe;
}

.social-footer4 {
    float: right;
}

.social-footer4 a {
    color: #fff;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-left: 7px;
    text-align: center;
    width: 32px;
    position: relative;
}

.social-footer4 a:hover::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.1);
}

.featured-newday {
    margin-bottom: 50px;
}

.logo-footer4 {
    margin-top: -5px;
}

.main-footer4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 25px;
}

.most-discussed>h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.most-discussed {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
}

.most-discussed>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.most-discussed li {
    margin-bottom: 30px;
}

.most-discussed li:last-child {
    margin-bottom: 0;
}

.dis-thum {
    border-bottom: 4px solid #4d90fe;
    display: block;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

.dis-thum img {
    width: 100%;
    max-width: 90px;
    transition: all 0.5s ease-out 0s;
}

.dis-thum:hover img {
    transform: scale(1.15);
}

.most-discussed h3 {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    margin: -4px 0 10px;
}

.most-discussed h3 a {
    color: #ccc;
}

.dis-date {
    color: #999;
}

.menu-box4>h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 30px 0 20px;
    text-transform: uppercase;
}

.menu-box4>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.menu-box4 a {
    color: #ccc;
    text-transform: uppercase;
}

.menu-box4 li {
    margin-bottom: 20px;
}

.menu-box4 a:hover {
    color: #4d90fe;
}

.most-discussed h3 a:hover {
    color: #4d90fe;
}

.copyright4 {
    color: #ccc;
    margin: 25px 0 10px;
}

.copyright4>a {
    color: #4d90fe;
}

.menu-footer4 {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.menu-footer4>li {
    border-right: 1px solid #ccc;
    display: inline-block;
    height: 13px;
    line-height: 13px;
    margin-right: 8px;
    padding-right: 12px;
}

.menu-footer4 a {
    color: #ccc;
}

.menu-footer4 a:hover {
    color: #4d90fe;
}

.menu-footer4>li:last-child {
    border-right: medium none;
    margin: 0;
    padding: 0;
}

.scroll-top.scroll-top4 {
    background: transparent none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    bottom: 35px;
    color: #fff;
}


/****************************************************************************************
									Home 5
*****************************************************************************************/

body.home5 {
    background: #fff;
}

.event-top-header.top-header5 {
    background: #0f434c none repeat scroll 0 0;
}

.event-top-menu.top-menu5 a {
    text-shadow: unset;
    color: #ccc;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 11px 22px;
}

.event-top-menu.top-menu5>li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.event-top-menu.top-menu5 a:hover {
    background: #fe7722 none repeat scroll 0 0;
    color: #fff;
}

.event-top-menu.top-menu5 a::before {
    display: none;
}

.event-top-social.top-social5>a {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    color: #ccc;
}

.event-top-social.top-social5>a:hover {
    background: #fe7722 none repeat scroll 0 0;
    color: #fff;
}

.event-top-search .event-btn-search.btn-search5 {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    color: #ccc;
}

.event-top-search .event-btn-search.btn-search5:hover {
    background: #fe7722 none repeat scroll 0 0;
    color: #fff;
}

.event-form-search.form-search5 input[type="text"] {
    color: #ccc;
}

.main-nav.main-nav5 {
    background: transparent none repeat scroll 0 0;
}

.main-nav.main-nav5 .main-menu>li>a {
    color: #1d1d1d;
}

.header5 {
    padding: 15px 0;
}

.logo5 {
    margin-top: 13px;
}

.main-nav.main-nav5 .extra-menu .btn-extra-menu {
    color: #1d1d1d;
}

.main-nav.main-nav5 .main-menu>li>a::after {
    display: none;
}

.main-nav.main-nav5 .main-menu>li:hover>a,
.main-nav.main-nav5 .extra-menu .btn-extra-menu:hover {
    color: #fe7722;
}

.main-nav.main-nav5 .main-menu .sub-menu li:hover>a {
    color: #fe7722;
}

.main-nav.main-nav5 .main-menu>li.menu-item-has-children>.sub-menu li.menu-item-has-children>.sub-menu a:hover {
    background: #fe7722 none repeat scroll 0 0;
    color: #fff;
}

.main-nav.main-nav5 .item-extra-menu a:hover {
    color: #fe7722;
}

.item-full-top {
    margin: 0 -13px 4px;
    position: relative;
}

.box-full-top {
    margin-bottom: 6px;
    padding: 0 13px;
}

.full-top-info {
    left: 0;
    margin-top: -80px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 9;
}

.full-top-thumb {
    overflow: hidden;
    position: relative;
}

.full-top-thumb::before {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: all 0.5s ease-out 0s;
    width: 0;
    z-index: 8;
}

.full-top-thumb:hover::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.full-top-thumb>a {
    display: block;
}

.post-info5 {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.post-info5 a {
    color: #fff;
}

.full-top-info .post-info5 li {
    font-weight: 700;
    text-transform: uppercase;
}

.post-info5 li {
    border-right: 1px solid #fff;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-right: 7px;
    padding-right: 8px;
}

.post-info5>li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.full-top-info h2 {
    font-weight: 700;
    margin: 8px 0;
    text-transform: uppercase;
}

.full-top-info p {
    font-size: 16px;
}

.full-top-info h2 a {
    color: #fff;
}

.full-top-info h2 a:hover {
    color: #fe7722;
    transition: all 0.5s ease-out 0s;
}

.full-top-info .readmore {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}

.full-top-info .readmore:hover {
    color: #fe7722;
    border-color: #fe7722;
}

.item-full-top:hover .full-top-thumb img {
    transform: scale(1.15);
}

.full-top-thumb img {
    transition: all 0.5s ease-out 0s;
}

.post-info5 li span {
    margin-right: 3px;
}

.hot-topics {
    background: #fe7722 none repeat scroll 0 0;
    padding: 18px 0;
}

.title-hot-topics {
    background: #0f434c none repeat scroll 0 0;
    border-radius: 4px;
    font-size: 16px;
    height: 34px;
    left: 0;
    line-height: 34px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 120px;
    margin: 0;
}

.hot-topics-slider {
    padding-left: 135px;
    position: relative;
    padding-right: 40px;
}

.item-hot-topics {
    padding: 6px 0;
}

.hot-topics-slider .owl-controls {
    position: absolute;
    right: -40px;
    top: 10px;
}

.hot-topics-slider .owl-theme .owl-controls .owl-buttons div {
    color: #fff;
}

.item-hot-topics p {
    margin: 0;
}

.latest-new5 h2 {
    color: #1d1d1d;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 5px 0;
    text-transform: uppercase;
}

.item-latest-new5 {
    border-top: 1px solid #e5e5e5;
    display: table;
    padding: 20px 0;
    width: 100%;
}

.latest-new5 {
    margin-right: -10px;
}

.latest-new-thumb5 {
    display: table-cell;
    vertical-align: top;
}

.latest-new-info5 {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}

.latest-new-thumb5>a {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: block;
    padding: 4px;
    text-align: center;
    width: 130px;
}

.latest-new-thumb5 img {
    border-radius: 50%;
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.latest-new-thumb5:hover img {
    transform: rotate(360deg);
}

.latest-new-info5>h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px;
    padding: 0;
    text-transform: uppercase;
}

.latest-new-info5 h3 a {
    color: #1d1d1d;
}

.latest-new-info5 h3 a:hover {
    color: #FE7722;
}

.latest-new-info5 p {
    color: #444;
    margin: 10px 0 0;
}

.latest-new-info5 .post-info5 li {
    border-color: #b8b8b8;
    color: #999;
}

.include-speak {
    background: #0f434c none repeat scroll 0 0;
    padding: 45px 50px 60px;
    text-align: center;
}

.latest-new-box {
    margin: 0 -10px;
}

.list-latest-news {
    padding: 0 10px;
}

.list-latest-news {
    padding: 10px 10px 0;
}

.include-speak h2 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.item-include-speak .desc {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 40px;
}

.include-speak-thumb a {
    border: 10px solid #ccc;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(252, 249, 244, 0.1);
    display: inline-block;
    margin-bottom: 26px;
    margin-top: 10px;
}

.include-speak-thumb a:hover img {
    transform: rotate(360deg);
}

.include-speak-thumb img {
    border-radius: 50%;
    max-width: 120px;
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.desc-special {
    display: block;
    font-size: 60px;
    margin: 35px 0 10px;
}

.include-speak .owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    font-size: 30px;
    left: 50%;
    position: absolute;
    top: 66px;
}

.include-speak .owl-theme .owl-controls .owl-buttons div:hover {
    color: #fe7722;
}

.include-speak .owl-theme .owl-controls .owl-buttons div.owl-prev {
    margin-left: -120px;
}

.include-speak .owl-theme .owl-controls .owl-buttons div.owl-next {
    margin-left: 90px;
}

.include-speak-info h3 a {
    color: #fff;
}

.include-speak-info h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 22px 0 12px;
}

.include-speak-info span {
    text-transform: uppercase;
}

.new-events {
    margin-bottom: 10px;
    position: relative;
}

.new-events-thumb img {
    width: 100%;
}

.neew-events-title {
    font-weight: 700;
    margin: 0;
    padding: 40px 30px 0;
    position: absolute;
    text-transform: uppercase;
    z-index: 99;
}

.new-events-info {
    background: rgba(51, 51, 51, 0.3) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 13px 30px;
    position: absolute;
    width: 100%;
}

.new-events-info h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.new-events-info h3 a {
    color: #fff;
}

.latest-new-box.new-gallery {
    position: relative;
}

.bxslider5 img {
    width: 100%;
}

.bx-pager5 {
    background: rgba(51, 51, 51, 0.3) none repeat scroll 0 0;
    bottom: 0;
    font-size: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.bx-pager5 a {
    display: inline-block;
    margin: 0 0.5px;
}

.new-gallery .bx-controls-direction a {
    bottom: 14px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    z-index: 999;
}

.new-gallery .bx-controls-direction a:hover {
    color: #fe7722;
}

.new-gallery .bx-controls-direction a.bx-prev {
    left: 20px;
}

.new-gallery .bx-controls-direction a.bx-next {
    right: 20px;
}

.list-video-popular {
    margin-top: 10px;
    padding: 0 10px;
}

.video-popular-box {
    margin: 0 -10px;
}

.list-video-popular {
    margin-top: 10px;
    padding: 0 10px;
}

.video-popular-box {
    margin: 0 -10px;
}

.most-popular5.video-popular-box {
    background: #fe7722 none repeat scroll 0 0;
    padding: 45px 30px;
}

.most-popular5.video-popular-box>h2 {
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.item-most-popular5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: table;
    padding: 30px 0;
    width: 100%;
}

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

.popular-info-post {
    display: table-cell;
    padding-left: 30px;
    vertical-align: top;
}

.popular-index>span {
    background: #333 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}

.popular-info-post h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.popular-info-post h3 a {
    color: #fff;
}

.popular-info-post h3 a:hover {
    color: #ffdd00;
}

.category-video.video-popular-box {
    background: rgba(0, 0, 0, 0) url("../images/home5/video.jpg") no-repeat scroll center center;
    position: relative;
    background-size: auto 100%;
}

.category-video.video-popular-box::before {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
}

.category-video.video-popular-box::after {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 5px;
    display: block;
}

.leading-category-video {
    padding: 30px 20px;
}

.list-category-video {
    padding: 45px 30px;
}

.list-category-video h2 {
    font-weight: 700;
    margin: 0 0 40px;
    text-transform: uppercase;
}

.category-video-thumb {
    float: left;
    overflow: hidden;
    position: relative;
    width: 50%;
}

.category-video-thumb a {
    display: block;
}

.category-video-thumb a:hover img {
    transform: scale(1.15);
}

.category-video-thumb a img {
    transition: all 0.5s ease-out 0s;
}

.category-video-info {
    float: left;
    padding-left: 20px;
    padding-top: 10px;
    width: 50%;
}

.video-format {
    background: rgba(51, 51, 51, 0.9) none repeat scroll 0 0;
    bottom: 10px;
    display: block;
    font-size: 18px;
    height: 60px;
    left: 10px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    width: 60px;
    transition: all 0.5s ease-out 0s;
}

.video-format:hover {
    background: rgba(254, 119, 34, 0.9) none repeat scroll 0 0;
}

.leading-category-video .video-format {
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 26px;
    position: static;
    width: 70px;
}

.category-video-info h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.category-video-info h3 a {
    color: #fff;
}

.category-video-info h3 a:hover {
    color: #ffdd00;
}

.video-cat {
    color: #ffdd00;
    font-weight: 700;
    text-transform: uppercase;
}

.video-cat:hover {
    color: #fff;
}

.video-social a {
    color: #fff;
    margin-right: 15px;
}

.video-social a:hover {
    color: #ffdd00;
}

.item-category-video.clearfix {
    margin-bottom: 10px;
}

.leading-category-video h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.leading-category-video h3 a {
    color: #fff;
}

.leading-category-video h3 a:hover {
    color: #ffdd00;
}

.leading-category-video p {
    font-size: 16px;
    letter-spacing: 1px;
}

.wrap-footer5 {
    margin-top: 10px;
    overflow: hidden;
}

.logo-footer-blog.logo-footer5 span {
    color: #fe7722;
}

.copyright-blog.copyright5 a {
    color: #fe7722;
}

.menu-footer-blog.menu-footer5 a:hover {
    color: #fe7722;
}


/***************************************************************************************
									Singe/Blog Styled 2
****************************************************************************************/

.main-content-blog2 {
    margin-top: 30px;
}

.video-nowon-blog .content-video-ontime {
    border: medium none;
    margin: 0;
    padding-bottom: 0px;
}

.adv-shop-online.adv-shop-online2 {
    margin: 0;
}

.most-read-info ul {
    list-style: outside none none;
    margin: 0 0 5px;
    padding: 0;
}

.most-read-info li {
    border-right: 1px solid #999;
    color: #999;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-right: 5px;
    padding-right: 10px;
}

.most-read-info li a {
    color: #999;
}

.most-read-info li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.video-nowon.video-nowon-blog {
    border: medium none;
    padding: 0;
}

.video-nowon.video-nowon-blog .video-ontime-leading::after {
    height: 60px;
    width: 60px;
    line-height: 60px;
}

.video-nowon.video-nowon-blog .content-video-ontime li {
    padding: 0 10px;
    width: 50%;
}

.video-nowon.video-nowon-blog .content-video-ontime>ul {
    margin: 0 -10px;
}

.video-nowon.video-nowon-blog .video-ontime-leading {
    margin-bottom: 20px;
}

.video-ontime-leading h2 a {
    color: #fff;
}

.video-ontime-leading h2 a:hover {
    color: #4d90fe;
}

.video-ontime-leading h2 {
    bottom: 0;
    font-size: 16px;
    font-weight: 700;
    left: 0;
    margin: 0;
    padding: 17px 20px;
    position: absolute;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    width: 100%;
}

.post-category-info p {
    margin-bottom: 17px;
}

.item-category-home.item-category-mr {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.item-category-home.item-category-mr:last-child {
    padding-bottom: 0;
    border: none;
}

.content-most-read-tab.content-most-read-mr {
    border: 1px solid #e5e5e5;
    padding: 28px 20px;
}

.content-most-read-tab.content-most-read-mr .item-most-read {
    margin-bottom: 28px;
}

.content-most-read-tab.content-most-read-mr .item-most-read:last-child {
    margin-bottom: 0;
}

.content-most-read-tab.content-most-read-mr .most-read-info h3 a {
    color: #1d1d1d;
}

.content-most-read-tab.content-most-read-mr .most-read-info h3 a:hover {
    color: #4D90FE;
}

.content-most-read-tab.content-most-read-mr .most-read-info h3 {
    font-size: 16px;
}

.content-most-read-tab.content-most-read-mr .most-read-slider .owl-controls {
    top: -57px;
}

.hot-topic-mr {
    margin-bottom: 30px;
}

.item-category-home.item-category-mr .post-category-thum {
    width: 48%;
}

.item-category-home.item-category-mr .post-category-info {
    width: 52%;
    padding-left: 30px;
}

.post-paginav2 a {
    border: 1px solid #e5e5e5;
    color: #666;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 7px;
    text-align: center;
    width: 40px;
    transition: all 0.5s ease-out 0s;
}

.post-paginav2 a:hover,
.post-paginav2 a.current-page {
    color: #fff;
    border-color: #4d90fe;
    background: #4d90fe;
}

.item-category-home.item-category-list2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.item-category-home.item-category-list2:last-child {
    padding-bottom: 0;
    border: none;
}

.item-category-home.item-category-list2 .post-category-info p {
    margin-bottom: 0;
}

.item-category-home.item-category-list2 .post-category-related li {
    background: rgba(0, 0, 0, 0) url("../images/home4/line2.png") no-repeat scroll left center;
}

.content-video-ontime.content-video-blog {
    border-bottom: medium none;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.sidebar-single2 .newsletter4,
.sidebar-single2 .adv-weather {
    margin-bottom: 30px;
}

.single-leading-thumb {
    overflow: hidden;
}

.single-leading-thumb img {
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.single-leading-thumb:hover img {
    transform: scale(1.15);
}

.single-leading-info {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 25px 20px 28px 140px;
    position: relative;
}

.single-leading-avatar {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    left: 30px;
    padding: 7px;
    position: absolute;
    top: -47px;
}

.single-leading-avatar img {
    border-radius: 50%;
    max-width: 73px;
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.single-leading-avatar:hover img {
    transform: rotate(360deg);
}

.single-leading-author {
    color: #1d1d1d;
    font-size: 16px;
    text-transform: uppercase;
}

.single-leading-info p {
    color: #444;
    margin: 10px 0;
}

.single-leading-social a:hover {
    color: #4d90fe;
}

.single-leading-social a {
    color: #999;
    font-size: 13px;
    margin-right: 15px;
}

.main-content-single2>h2 {
    color: #1d1d1d;
    margin: 35px 0 20px;
}

.main-content-single2 {
    color: #1d1d1d;
}

.large-text {
    font-size: 16px;
    margin: 0 0 20px;
}

.normal-text {
    margin: 0 0 20px;
}

.single-adv span {
    color: #999;
    display: block;
    margin-top: 15px;
}

.single-adv a {
    display: block;
    overflow: hidden;
}

.single-adv img {
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.single-adv a:hover img {
    transform: scale(1.15);
}

.special-text {
    border-bottom: 1px solid #4d90fe;
    border-top: 2px solid #4d90fe;
    color: #4d90fe;
    font-size: 16px;
    font-style: italic;
    line-height: 32px;
    margin: 0;
    padding: 25px 0;
}

.special-text>span {
    display: block;
    font-size: 60px;
    margin: 10px 0 -5px -10px;
}

.main-content-blog2 blockquote {
    border-left: 4px solid #4d90fe;
    font-size: 13px;
    line-height: 26px;
    padding: 0 20px;
}

.single-list-tags {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin-top: 25px;
    padding: 25px 0;
}

.single-list-tags label {
    color: #4d90fe;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 5px;
    text-transform: uppercase;
}

.single-list-tags a {
    color: #999;
}

.single-list-tags a:hover {
    color: #4d90fe;
}

.related-article-thumb {
    overflow: hidden;
    position: relative;
}

.related-article-thumb img {
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.related-article-thumb:hover img {
    transform: scale(1.15);
}

.related-article-info {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 20px 20px 30px;
}

.related-article-info h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.related-article-info h3 a {
    color: #1d1d1d;
}

.related-article-info h3 a:hover {
    color: #4d90fe;
}

.related-article h2 {
    color: #1d1d1d;
    font-family: oswald;
    font-size: 16px;
    font-weight: 100;
    margin: 0 0 30px;
}

.related-article {
    margin-top: 30px;
}

.post-comment2 .form-comment button {
    padding: 0;
}

.post-comment2 .form-comment button span {
    background: #4d90fe none repeat scroll 0 0;
}

.post-comment2 .form-comment button span::before {
    background: #1d1d1d none repeat scroll 0 0;
}

.single-comment-list.single-comment-list2 h2 {
    font-family: oswald;
    font-weight: 100;
    margin: 0 0 20px;
}

.single-comment-list.single-comment-list2 {
    margin-top: 30px;
}

.single-comment-list.single-comment-list2 h2 span {
    background: rgba(0, 0, 0, 0) url("../images/home4/bg-comment.png") no-repeat scroll center center;
    color: #fff;
    display: inline-block;
    font-family: open sans;
    font-size: 13px;
    font-weight: 400;
    height: 22px;
    line-height: 16px;
    margin-right: 8px;
    position: relative;
    text-align: center;
    top: -3px;
    width: 26px;
}

.single-comment-list.single-comment-list2>ol>li>ul {
    border: 1px solid #e5e5e5;
    margin: 10px 0;
    padding-left: 70px;
}

.single-comment-list.single-comment-list2 .single-comment-thumb:hover img {
    transform: rotate(360deg);
}

.single-comment-list.single-comment-list2 .single-comment-reply {
    color: #4d90fe;
}

.single-comment-list.single-comment-list2 .single-comment-reply:hover {
    color: #1d1d1d;
}

.post-comment.post-comment2>h2 {
    color: #1d1d1d;
    font-family: oswald;
    font-weight: 100;
}

.post-comment.post-comment2 {
    margin-bottom: 20px;
    margin-top: 30px;
}

.single-comment-list.single-comment-list2 .single-comment-info h3 a:hover {
    color: #4d90fe;
}

.post-control2 a {
    position: fixed;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    color: #1d1d1d;
    transition: all 0.5s ease-out 0s;
    text-transform: uppercase;
    z-index: 999;
}

.post-control2 a:hover {
    border: 1px solid #4d90fe;
    background: #4d90fe;
    color: #fff;
}

.post-control2 a.post-prev {
    left: 0;
}

.post-control2 a.post-next {
    right: 0;
}

.post-control2 {
    opacity: 0;
    visibility: hidden;
}

.post-control2.active {
    opacity: 1;
    visibility: visible;
}

.main-content-blog-list {
    margin-top: 30px;
}

.sidebar-blog-post .widget {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.adv-weather img {
    width: 100%;
}

.sidebar-blog-post .title-widget {
    border-bottom: 1px solid #e5e5e5;
    color: #1d1d1d;
    font-family: oswald;
    font-size: 16px;
    font-weight: 100;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
}

.widget.widget-most-read-popular {
    border: medium none;
}

.widget.widget-adv-online {
    border: medium none;
}

.widget.widget-category>ul {
    list-style: outside none none;
    margin: 13px 0;
    padding: 0 20px;
}

.widget.widget-category a {
    color: #1d1d1d;
    padding-left: 17px;
    position: relative;
}

.widget.widget-category a::before {
    color: #999;
    content: "";
    font-family: linearicons;
    font-size: 8px;
    left: 0;
    position: absolute;
    top: 5px;
}

.widget.widget-category li {
    padding: 6px 0;
}

.widget.widget-category a:hover {
    color: #4d90fe;
}

.widget.widget-faqs ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.widget.widget-faqs a {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #1d1d1d;
    display: block;
    padding: 9px 20px;
    text-transform: uppercase;
}

.widget.widget-faqs p {
    margin: 0;
    padding: 15px 20px;
}

.widget.widget-faqs a:hover {
    color: #4d90fe;
}

.list-post-tags a {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #4d90fe;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 9px 18px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}

.list-post-tags a:hover {
    background: #4d90fe none repeat scroll 0 0;
    color: #fff;
}

.list-post-tags {
    font-size: 0;
    padding: 20px;
}

.list-insta-feed a {
    border: 1px solid #fff;
    display: block;
    float: left;
    overflow: hidden;
    width: 50%;
    position: relative;
}

.list-insta-feed {
    margin: 0 -1px;
    padding: 20px;
}

.list-insta-feed img {
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.list-insta-feed a:hover img {
    transform: scale(1.15);
}

.list-insta-feed a::after {
    background: rgba(0, 0, 0, 0.5) url("../images/blog/icon-in.png") no-repeat scroll center center;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 99;
    transition: all 0.5s ease-out 0s;
}

.list-insta-feed a:hover::after {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.content-blog-list {
    padding-right: 20px;
}

.item-blog-list-thumb {
    border-bottom: 4px solid #4d90fe;
    overflow: hidden;
    position: relative;
}

.item-blog-list-thumb img {
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.item-blog-list-thumb:hover img {
    transform: scale(1.15);
}

.blog-format-post {
    background: rgba(77, 144, 254, 0.9) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 30px;
    height: 70px;
    left: 0;
    line-height: 70px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
}

.item-blog-list-info h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0;
}

.item-blog-list-info h3 a {
    color: #1d1d1d;
}

.item-blog-list-info ul {
    list-style: outside none none;
    margin: 0 0 5px;
    padding: 0;
}

.item-blog-list-info li {
    border-right: 1px solid #b8b8b8;
    color: #999;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-right: 5px;
    padding-right: 7px;
}

.item-blog-list-info li a {
    color: #1d1d1d;
}

.item-blog-list-info li a:hover {
    color: #4d90fe;
}

.item-blog-list-info li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.item-blog-list-info .readmore {
    background: #4d90fe none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 13px 0 0;
    padding: 0 20px;
    transition: all 0.5s ease-out 0s;
}

.item-blog-list-info .readmore:hover {
    background: #2b2b2b none repeat scroll 0 0;
}

.item-blog-list .owl-controls {
    bottom: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

.item-blog-list {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding-bottom: 50px;
}

.item-blog-list .owl-theme .owl-controls .owl-page span {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    height: 10px;
    margin: 0px 5px;
    opacity: 1;
    width: 10px;
}

.item-blog-list .owl-theme .owl-controls .owl-page:hover span,
.item-blog-list .owl-theme .owl-controls .owl-page.active span {
    background: transparent;
    border: 1px solid #fff;
}

.widget.widget-faqs a::before {
    content: "+";
    margin-right: 10px;
}

.widget.widget-faqs li.active a {
    color: #4d90fe;
}

.widget.widget-faqs li.active a::before {
    content: "-";
}

.widget.widget-faqs li p {
    display: none;
}

.widget.widget-faqs li.active p {
    display: block;
}

.widget.widget-faqs li {
    border-bottom: 1px solid #e5e5e5;
}

.widget.widget-faqs li:last-child {
    border-bottom: none;
}

.content-blog-grid .item-blog-grid {
    margin-bottom: 30px;
    padding: 0 15px;
    width: 33.334%;
}

.content-blog-grid {
    margin: 0 -15px;
}

.item-blog-grid-info h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 13px;
}

.item-blog-grid-info h3 a {
    color: #1d1d1d;
}

.item-blog-grid-thumb {
    border-bottom: 4px solid #4d90fe;
    overflow: hidden;
}

.item-blog-grid-thumb img {
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.item-blog-grid-thumb:hover img {
    transform: scale(1.15);
}

.item-blog-grid-info {
    border: 1px solid #e5e5e5;
    padding: 15px 15px 20px;
    border-top: none;
}

.item-blog-grid-info ul {
    list-style: outside none none;
    margin: 0 0 5px;
    padding: 0;
}

.item-blog-grid-info li {
    border-right: 1px solid #b8b8b8;
    color: #999;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-right: 5px;
    padding-right: 8px;
}

.item-blog-grid-info li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.item-blog-grid-info li a {
    color: #999;
}

.item-blog-grid-info a {
    color: #1d1d1d;
}

.item-blog-grid-info p {
    margin-bottom: 15px;
}

.item-blog-grid-info a:hover {
    color: #4d90fe;
}

.grid-loadmore-item {
    margin: auto;
    max-width: 330px;
    text-align: center;
}

.grid-loadmore-item a {
    background: #4d90fe none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

.grid-loadmore-item a span {
    margin-right: 5px;
}

.content-blog-dark {
    background: #262626 none repeat scroll 0 0;
    padding: 0 30px;
}

.post-list-tags a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #999;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin-right: 2px;
    padding: 0 20px;
    transition: all 0.5s ease-out 0s;
}

.post-list-tags {
    margin-top: 30px;
}

.post-list-tags a:hover {
    border-color: #ffdd00;
    color: #ffdd00;
}

.content-blog-dark .item-post-list {
    margin-bottom: 50px;
}

.item-blog-link .item-blog-list-info {
    background: #4bbade none repeat scroll 0 0;
    color: #fff;
}

.item-blog-link-content {
    padding: 20px 150px 20px 30px;
    position: relative;
}

.url-blog-link {
    background: #4d90fe none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 50px;
    width: 60px;
}

.item-blog-link-content h3 a {
    color: #fff;
}

.item-blog-link-info {
    border-top: 1px solid #fff;
}

.item-blog-link-info p {
    margin: 0;
    padding: 10px 30px;
}

.item-blog-link-info p a {
    color: #fff;
}

.item-blog-link-content h3 {
    margin: 10px 0;
}

.item-blog-full-slider .owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    margin: -20px 0 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 50%;
}

.item-blog-full-slider .owl-theme .owl-controls .owl-buttons div:hover {
    color: #fff;
    background: rgba(74, 144, 255, 0.7);
}

.item-blog-full-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
}

.item-blog-full-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
}

.item-blog-full-slider {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding-bottom: 50px;
}

.sidebar-search-light .newsletter4,
.sidebar-search-light .adv-weather {
    margin-bottom: 30px;
}

.sidebar-search-light .adv-shop-online {
    margin-bottom: 0px;
}

.content-search-light>h2 {
    color: #1d1d1d;
    font-weight: 700;
    margin: -10px 0 25px;
    text-transform: uppercase;
}

.search-form-light {
    margin-bottom: 50px;
    max-width: 730px;
}

.search-form-light>form {
    padding: 0 155px 0 0;
    position: relative;
}

.search-form-light input[type="text"] {
    border: 1px solid #e5e5e5;
    color: #999;
    height: 50px;
    padding: 0 15px;
    text-transform: capitalize;
    width: 100%;
}

.search-form-light input[type="submit"] {
    background: #4d90fe none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-weight: 700;
    height: 50px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 155px;
}

.search-light-thumb a {
    display: block;
}

.search-light-thumb a img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.search-light-thumb a:hover img {
    transform: scale(1.15);
}

.search-light-thumb {
    margin-right: -30px;
    border-bottom: 4px solid #4d90fe;
    overflow: hidden;
}

.search-light-info {
    padding-left: 30px;
}

.item-search-light {
    margin-bottom: 50px;
}

.search-light-info h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: -5px 0 12px;
}

.search-light-info h3 a {
    color: #4d90fe;
}

.search-light-info h3 a:hover {
    color: #1d1d1d;
}

.search-light-info ul {
    list-style: outside none none;
    margin: 0 0 5px;
    padding: 0;
}

.search-light-info li {
    border-right: 1px solid #999;
    color: #999;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    margin-right: 5px;
    padding-right: 10px;
}

.search-light-info li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.search-light-info li a {
    color: #999;
}

.search-light-info li a:hover {
    color: #4d90fe;
}

.search-light-info>p {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.search-light-info .readmore {
    background: #4d90fe none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}

.search-light-info .readmore:hover {
    background: #1d1d1d;
}

.post-list-info.search-dark-info {
    margin-top: -5px;
}

.post-list-info.search-dark-info {
    margin-top: -5px;
}

.main-content-search-dark {
    background: #161616 none repeat scroll 0 0;
    padding: 30px;
}

.item-search-dark {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.item-search-dark:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.content-search-dark>h2 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.search-form-dark {
    margin-bottom: 50px;
}

.search-form-dark>form {
    padding: 0 155px 0 0;
    position: relative;
}

.search-form-dark input[type="text"] {
    border: none;
    color: #999;
    height: 50px;
    padding: 0 15px;
    text-transform: capitalize;
    width: 100%;
    background: #262626;
}

.search-form-dark input[type="submit"] {
    background: #ffdd00 none repeat scroll 0 0;
    border: medium none;
    color: #1d1d1d;
    font-weight: 700;
    height: 50px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 155px;
}

.sidebar-search-dark {
    padding-left: 20px;
}

.sidebar-search-dark.sidebar-left {
    padding-left: 0;
    padding-right: 20px;
}

.widget-most-tab-dark .item-trending-post.post-item {
    background: #262626 none repeat scroll 0 0;
    border: medium none;
    margin: 0 0 1px;
    padding: 10px;
}

.sidebar-search-dark .widget {
    margin-bottom: 50px;
}

.widget-post-tags .post-list-tags {
    margin-top: 0;
}

.widget-post-tags .post-list-tags a {
    margin-bottom: 6px;
}

.widget-list-category {
    list-style: outside none none;
    margin: -10px 0 0;
    padding: 0;
}

.widget-list-category>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0;
}

.widget-list-category a {
    color: #ccc;
}

.widget-list-category a:hover {
    color: #ffdd00;
}

.widget-most-tab-dark .nav-tabs>li>a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    margin: 0px;
    padding: 0 30px;
    text-transform: uppercase;
}

.widget-most-tab-dark .nav-tabs>li.active>a {
    background: transparent none repeat scroll 0 0;
    color: #ffdd00;
    border-color: #ffdd00;
}

.widget.widget-post-tags {
    margin-bottom: 40px;
}

.widget-most-tab-dark .nav-tabs {
    border: none;
}

.widget-most-tab-dark .nav-tabs>li {
    margin: 0 7px 0 0;
}

.widget-most-tab-dark .nav-tabs>li:last-child {
    margin: 0;
}

.contact-map.contact-map-light {
    border-color: #e5e5e5;
}

.contact-map.contact-map-light>h2,
.contact-form-page.contact-form-page-light>h2 {
    color: #4d90fe;
}

.contact-form-page.contact-form-page-light,
.contact-info.contact-info-light,
.contact-form-page.contact-form-page-light input[type="text"],
.contact-form-page.contact-form-page-light textarea {
    border-color: #e5e5e5;
}

.contact-form-page-light input[type="submit"] {
    background: #4d90fe none repeat scroll 0 0;
    color: #fff;
}

.contact-info.contact-info-light h3 {
    color: #4d90fe;
}

.contact-open {
    background: #4d90fe url("../images/about/mail-open2.png") no-repeat scroll center bottom;
}

.team-slider-light .inner-team-slider {
    border-color: #e5e5e5;
}

.team-slider-light .team-slider-content>span {
    color: #1d1d1d;
}

.team-slider-light .owl-theme .owl-controls .owl-buttons div:hover {
    color: #4d90fe;
}

.about-skill.about-skill-light {
    color: #1d1d1d;
}

.about-skill-light .chart-skill .circles-integer {
    color: #4d90fe;
}

.our-mission-light .content-our-mission::after {
    background: #0e1f31 none repeat scroll 0 0;
}

.our-mission-light .content-our-mission {
    background: #0e1f31 none repeat scroll 0 0;
}

.our-mission-light,
.our-mission-light .intro-mission {
    color: #1d1d1d;
}

.our-mission-light .our-mission-box h2 {
    color: #fff;
}

.our-mission-light .our-mission-box h2 sup {
    color: #4d90fe;
}

.our-mission-light .our-mission-box p {
    color: #999;
}

.main-content.content-single-dark2 {
    background: transparent none repeat scroll 0 0;
    float: none;
    margin: 0 -20px 0 0;
    padding: 0;
    width: auto;
}

.content-single-dark2 .post-list-info-author li:last-child {
    border-left: 1px solid #999;
    color: #ffdd00;
    line-height: 14px;
    margin-left: 2px;
    padding-left: 10px;
}

.post-list-info-author li a {
    color: #ffdd00;
}

.leading-post-dark2 .single-thumb {
    margin-top: 22px;
}

.desc i {
    color: #999;
}

.blockquote-dark2 p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.blockquote-dark2 {
    background: #f4f4f4 none repeat scroll 0 0;
    border-left: 4px solid #ffdd00;
    margin: 40px 0;
    padding: 20px 100px 20px 30px;
    position: relative;
    font-style: italic;
}

.blockquote-dark2::after {
    color: #ccc;
    content: "";
    font-family: fontawesome;
    font-size: 30px;
    position: absolute;
    right: 50px;
    top: 50px;
}

.first-letter {
    background: #161616 none repeat scroll 0 0;
    color: #ffdd00;
    display: inline-block;
    float: left;
    font-size: 30px;
    font-weight: 700;
    margin-right: 7px;
    padding: 5px 6px 8px;
    position: relative;
    top: 7px;
}

.single-thumb img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.single-thumb {
    overflow: hidden;
}

.single-thumb:hover img {
    transform: scale(1.15);
}

.extra-link-dark2 {
    list-style: outside none none;
    margin: 0 0 40px;
    padding: 0;
}

.extra-link-dark2>li {
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
    padding: 10px 0;
}

.extra-link-dark2 a {
    display: block;
    padding-left: 25px;
    position: relative;
    background: rgba(0, 0, 0, 0) url("../images/home4/icon-link.png") no-repeat scroll left top 7px;
    color: #4d90fe;
}

.post-tags-dark2>h2 {
    font-size: 16px;
    margin: 0 0 25px;
}

.post-tags-dark2 {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 50px;
    padding-top: 30px;
}

.share-post-dark2>h2 {
    font-size: 16px;
    margin: 0 0 25px;
}

.share-post-dark2 {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 50px;
    padding-top: 25px;
    text-align: right;
    font-size: 0;
}

.share-post-dark2 a {
    border: 1px solid #e5e5e5;
    color: #999;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    transition: all ease-out 0s;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease-out 0s;
    margin-left: 5px;
    font-size: 13px;
}

.share-post-dark2 a:hover {
    border-color: #444;
    color: #444;
}

.post-tags-dark2 a {
    border: 1px solid #e5e5e5;
    color: #999;
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    transition: all 0.5s ease-out 0s;
}

.post-tags-dark2 a:hover {
    border-color: #444;
    color: #444;
}

.post-tags-dark2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.post-tags-dark2 ul li {
    display: inline-block;
    margin-right: 2px;
}

.main-content.content-single-dark3 {
    background: #161616 none repeat scroll 0 0;
    padding: 0 30px;
    width: 100%;
}

.main-content-single-dark2 {
    padding: 30px 30px 0 30px;
}

.leading-post-dark3 {
    position: relative;
}

.leading-post-info-dark3 .social-post {
    position: static;
}

.leading-post-info-dark3 .social-post {
    height: auto;
    margin: 13px 0 0;
    position: static;
    width: auto;
}

.leading-post-info-dark3 .social-post a {
    display: inline-block;
    margin: 0 5px 0 0;
}

.content-single-dark3 .post-list-info-author li:last-child {
    border-left: 1px solid #999;
    color: #ffdd00;
    line-height: 14px;
    margin-left: 2px;
    padding-left: 10px;
}

.leading-post-info-dark3 {
    bottom: 0;
    left: 0;
    padding: 30px;
    position: absolute;
    text-shadow: 1px 1px 3px #1d1d1d;
    z-index: 99;
}

.leading-post-info-dark3 .post-list-info-author {
    color: #fff;
}

.content-single-dark3 .single-thumb {
    margin-bottom: 0;
}

.content-single-dark3 .main-content-single {
    margin-top: 0;
}


/**********************************************************************************
								Mega Menu Light
************************************************************************************/

.mega-menu.mega-menu-light {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    box-shadow: 0 3px 4px -1px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    padding: 30px;
}

.main-nav>ul>li.has-mega-menu:hover .mega-menu.mega-menu-light {
    margin-top: 10px;
}

.extra-mega-dropdown {
    background: #1d1d1d none repeat scroll 0 0;
    margin-right: 20px;
    padding: 30px 20px 25px;
    position: relative;
}

.extra-mega-dropdown>h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.vertical-mega-slider a {
    display: block;
    line-height: 22px;
    padding: 15px 0;
}

.vertical-mega-slider {
    visibility: inherit!important;
}

.vertical-mega-slider li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
}

.control-mega-slider {
    position: absolute;
    right: 20px;
    top: 32px;
}

.simple-post-mega {
    margin-left: -20px;
}

.simple-post-mega>h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0;
}

.mega-menu .simple-post-mega h3 a {
    color: #1d1d1d;
}

.mega-menu .simple-post-mega h3:hover a {
    color: #4d90fe;
}

.mega-more-news>h2 {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.mega-more-news {
    border-left: 1px solid #e5e5e5;
    padding-left: 30px;
}

.item-mega-more-news {
    border-bottom: 1px solid #e5e5e5;
    display: table;
    margin-bottom: 20px;
    width: 100%;
}

.mega-more-news-index {
    display: table-cell;
    vertical-align: top;
    width: 40px;
}

.mega-more-news-index span {
    background: #4d90fe none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.mega-more-news-title {
    display: table-cell;
    padding: 0 20px;
    vertical-align: top;
}

.mega-more-news-title h3 {
    font-size: 13px;
    line-height: 22px;
    margin: 0;
}

.mega-menu .mega-more-news-title h3 a {
    color: #1d1d1d;
}

.mega-menu .mega-more-news-title h3:hover a {
    color: #4d90fe;
}

.mega-more-news-link {
    display: table-cell;
    vertical-align: top;
    width: 115px;
}

.mega-more-news-link a {
    border-bottom: 4px solid #4d90fe;
    display: block;
    overflow: hidden;
}

.mega-more-news-link a img {
    width: 100%;
    max-width: 115px;
    transition: all 0.5s ease-out 0s;
}

.mega-more-news-link a:hover img {
    transform: scale(1.15);
}

.item-mega-more-news:last-child {
    border: none;
    margin: 0;
}

.vertical-mega-slider ul {
    margin-top: 6px !important;
}

.mega-post-tab-info {
    padding: 20px;
}

.mega-post-tab-thumb img {
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.mega-post-tab-thumb:hover img {
    transform: scale(1.15);
}

.mega-post-tab-thumb {
    border-bottom: 4px solid #4d90fe;
    overflow: hidden;
    position: relative;
}

.mega-post-tab-thumb ul {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 6px 10px;
    position: absolute;
    width: 100%;
}

.mega-post-tab-thumb li {
    border-right: 1px solid #fff;
    color: #fff;
    display: inline-block;
    height: 13px;
    line-height: 11px;
    margin-right: 5px;
    padding-right: 10px;
}

.mega-post-tab-thumb li a {
    color: #fff;
}

.mega-post-tab-thumb li:last-child {
    border-right: medium none;
}

.mega-menu .top-post-info-extra>a {
    color: #999;
}

.mega-menu .mega-post-tab-info a {
    color: #1d1d1d;
}

.mega-menu .mega-post-tab-info a:hover {
    color: #4d90fe;
}

.mega-post-tab-info>h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 0;
}

.item-mega-post-tab {
    margin: 0 -5px;
}

.mega-tab-content {
    padding: 0 5px;
}

.mega-tab-nav>h2 {
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 15px;
    text-transform: uppercase;
}

.mega-tab-nav .nav.nav-tabs {
    border: medium none;
    margin: 0;
}

.mega-tab-nav .nav.nav-tabs>li {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    float: none;
    margin: 0;
    padding: 14px 15px;
}

.mega-tab-nav .nav.nav-tabs li a {
    border: medium none;
    border-radius: 0;
    color: #1d1d1d;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.mega-tab-nav .nav.nav-tabs li:hover a {
    background: transparent;
    margin: 0;
    color: #4d90fe;
    border: none;
}

.mega-tab-nav .nav.nav-tabs li.active a {
    background: transparent;
    margin: 0;
    color: #4d90fe;
    border: none;
}

.mega-tab-nav .nav.nav-tabs li.active {
    border-right: none;
}

.main-nav.main-nav-light .main-menu>li.menu-item-has-children>.sub-menu {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    box-shadow: 0 3px 4px -1px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    z-index: 99;
}

.main-nav.main-nav-light .main-menu>li.menu-item-has-children:hover>.sub-menu {
    margin-top: 10px;
}

.main-nav.main-nav-light .main-menu>li.menu-item-has-children>.sub-menu>li {
    border-bottom: 1px solid #e5e5e5;
    text-shadow: none;
    color: #1d1d1d;
}

.main-nav.main-nav-light .main-menu>li.menu-item-has-children>.sub-menu>li>a {
    text-shadow: none;
    color: #1d1d1d;
}

.main-nav.main-nav-light .main-menu>li.menu-item-has-children>.sub-menu>li:last-child {
    border: none;
}

.main-nav.main-nav-light .main-menu>li.menu-item-has-children>.sub-menu>li:hover>a {
    color: #4d90fe;
}

.main-nav.main-nav-light .main-menu .sub-menu li.menu-item-has-children>.sub-menu {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 3px 4px -1px rgba(0, 0, 0, 0.1);
}

.main-nav.main-nav-light .main-menu .sub-menu li.menu-item-has-children>.sub-menu>li {
    border-bottom: 1px solid #e5e5e5;
    text-shadow: none;
    color: #1d1d1d;
}

.main-nav.main-nav-light .main-menu .sub-menu li.menu-item-has-children>.sub-menu>li>a {
    text-shadow: none;
    color: #1d1d1d;
}

.main-nav.main-nav-light .main-menu .sub-menu li.menu-item-has-children>.sub-menu>li:last-child {
    border-bottom: none;
}

.main-nav.main-nav-light .extra-menu-dropdown {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    box-shadow: 0 3px 4px -1px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}

.main-nav.main-nav-light .extra-menu-dropdown.active {
    margin-top: 10px;
}

.main-nav.main-nav-light .item-extra-menu a {
    color: #1d1d1d;
}

.main-nav.main-nav-light .item-extra-menu a:hover {
    color: #4d90fe;
}

.main-nav.main-nav-light .item-extra-menu>h2 {
    color: #1d1d1d;
}