/*M-PLAY - Mobile Video Template*/

/*Table of Content
-------
fonts
general
button
navbar
sidebar
slider
new video
video single
channel
categories
categories page
portfolio
team
blog
blog single
collapse
calendar
card
list
pagination
table
tabs
about
settings
pricing table
form
sign in
sign up
contact us
page not found
*/

/*font*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');

@font-face {
    font-family: "DINPro-Bold";
    src: url('../font/DINPro-Bold.eot'); /* IE9 */
    src: url('../font/DINPro-Bold.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/DINPro-Bold.woff') format('woff'),
    url('../font/DINPro-Bold.ttf') format('truetype') /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
}

@font-face {
    font-family: "DINPro-Medium";
    src: url('../font/DINPro-Medium.eot'); /* IE9 */
    src: url('../font/DINPro-Medium.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/DINPro-Medium.woff') format('woff'),
    url('../font/DINPro-Medium.ttf') format('truetype') /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
}

/*general*/

body {
    font-family: 'Roboto', sans-serif;
    color: #888;
    font-size: 13px;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 110%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #333;
}

h1 {
    font-size: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;

}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    margin: 8px 0;
}

a {
    color: #333;
}

a:hover {
    color: #333;
}

a.link-color {
    color: #fd7322;
}

a.link-color:hover {
    color: #fd7322;
}

.crumb {
    width: 100%;
    line-height: 30px;
    background-color: #fff;
    padding-left: 5vw;
    margin-top: -2px;
}

@media only screen and (min-width: 400px) {
    .crumb {
        padding-left: 4vw;
    }
}

.crumb {
    color: #333;
    font-weight: 500;
    line-height: 24px;
}

.crumb span {
    color: #000;
    font-weight: 500;
}

.side-nav .user-view .name {
    margin-top: 0px;
}

.segments-page {
    padding: 70px 0 25px;
}

.section-title {
    margin-bottom: 15px;
}

.section-title h3 {
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 17px;
}

.section-title .line {
    background-color: #fd7322;
    width: 30px;
    height: 2px;
    margin-top: 5px;
}

.pages-title {
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.pages-title h3 {
    text-transform: uppercase;
    font-size: 18px;
}

.pages-title .line {
    width: 26px;
    height: 2px;
    background: #fd7322;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 8px;
}

.text-bold {
    font-weight: bold;
    font-size: 14px;
}

.date {
    color: #888;
    font-size: 13px;
    margin-top: 5px;
}

.date i {
    margin-right: 5px;
}

.bg-second {
    background-color: #f7f7f7;
}

.bg-second #text {
    margin: auto;
    padding: 1rem 4%;
    width: 100%;
    background: #fff;
    line-height: 24px;
    color: #555;
    border: none;
}

/*button default*/

.button {
    background-color: #fd7322;
    color: #fff;
    border: 0;
    padding: 3px 8px;
    border-radius: 1px;
    cursor: pointer;
    font-size: 12px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

#slide-out-right .button i {
    font-size: 24px;
    line-height: 30px;
}

.button-full {
    width: 100%;
    background-color: #fd7322;
    color: #fff;
    border: 0;
    padding: 7px 16px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 13px;
}

.button i,
.button-full i {
    margin-right: 6px;
}

.button:focus {
    background-color: #fd7322;
}


/*button variants*/

.button-white {
    background-color: #fff;
    color: #333;
}

.button-black {
    background-color: #000;
}

.floating-button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.section-title.button-page {
    text-align: left;
}


/*navbar*/

.navbar {
    padding: 8px 0 4px;
    box-shadow: 0 0 6px rgba(140, 132, 132, 0.41);
    background-color: #fff;
    width: 100%;
}

.navbar a {
    color: #fff;
}

.navbar i {
    font-size: 24px;
    margin-top: 3px;
    color: #fd7a23;
}

.navbar .content-center {
    margin: auto;
    padding-left: 1vw;
    text-align: center;
}

.navbar .content-right {
    float: right;
    z-index: 100;
}

.navbar .row {
    margin-bottom: 0;
}


/*sidebar*/
.sidebar-panel #slide-out-right li, .sidebar-panel #slide-out-right div a, .sidebar-panel #slide-out-right h4, .sidebar-panel #slide-out-right h1, .sidebar-panel #slide-out-right span {
    color: #fff;

}

.sidebar-panel .sidebar-search {
    width: 25vw;
    height: 100%;
}

.sidebar-panel .side-nav .top span, .sidebar-panel .side-nav li h1 {
    font-size: 2rem;
    font-weight: 200;
    text-align: center;
    /* margin:1rem 0 -2.5rem; */
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
}

/* .sidebar-panel .side-nav li h1{
    padding-top:1rem;
    bottom:2rem;
} */
.sidebar-panel .side-nav li span {
    display: block;
    color: #333;
    position: relative;
    bottom: 60px;
    left: 36px;
}

.sidebar-panel #slide-out-right > .side-one > p {
    line-height: 20px;
    text-align: center;
    margin: auto;
}

.icon-QQkongjian, .icon-weibo, .icon-circular-TencentWeibo, .icon-weixin, .icon-Facebook, .icon-twitter, .icon-gerenquanyidandayin, .icon-xingxing1, .icon-pinterest, .icon-linkedin {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
}

.icon-Facebook:before, .icon-twitter:before, .icon-pinterest:before {
    position: relative;
    top: -3px;
    left: .15px;
}

.icon-Facebook {
    color: #3d5b96;
}

.icon-twitter {
    color: #2aa3ef;
}

.icon-pinterest {
    color: #c9232d;
}

.sidebar-panel .side-nav .user-view {
    text-align: center;
}

.sidebar-panel .side-nav .user-view h1 > img {
    width: 220px;
    margin: 0 auto;
    padding: 0;
}

.sidebar-panel .side-nav .user-view span {
    margin-top: 12px;
    display: block;
}

.sidebar-panel .side-nav .user-view a i {
    font-size: 30px;
    color: #fd7322;
}

.sidebar-panel .side-nav .user-view .background img {
    width: 100%;
    height: 100%;
}

.sidebar-panel .side-nav li > a:hover {
    background: transparent;
}

.sidebar-panel .side-nav li > a > img {
    display: inline-block;
    margin: 6px 15px 6px 0px;
    position: relative;
}

.sidebar-panel .side-nav li > a {
    padding: 0 20px;
    font-weight: 500;
}

.sidebar-panel .side-nav li a img {
    margin-right: 1rem;
    width: auto;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.87);
}

.sidebar-panel .collapsible {
    border: 0;
}

.sidebar-panel .side-nav .collapsible-header {
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
    overflow: hidden;
}

.sidebar-panel .side-nav .collapsible-header:hover {
    background: transparent;
}

.sidebar-panel .side-nav .collapsible-header > i {
    font-size: 16px;
    width: 30px;
    text-align: left;
}

.sidebar-panel .side-nav .collapsible-header span i {
    float: right;
    margin: 0;
    width: auto;
    font-size: 15px;
}

.sidebar-panel .side-nav .active .collapsible-header span i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar-panel .side-nav .collapsible-body li a {
    padding: 0 23.5px 0 61px;
}

.sidebar-panel .side-nav li.active {
    background: transparent;
}

.sidebar-search #slide-out-right #two-p {
    color: #aaa;
}

.sidebar-search #slide-out-right li ~ div {
    display: inline-block;
    width: 48%;
    height: auto;
}


.sidebar-search #slide-out-right div a i {
    font-size: 50px;
    display: block;
    padding: 0 auto;
    text-align: center;
}

.sidebar-search #slide-out-right div a h4 {
    font-size: 14px;
    text-align: center;
    font-weight: 200;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sidebar-search > #slide-out-right > .top > span {
    font-size: 13px;
}

/*sidebar search*/

.sidebar-search .collapsible {
    padding: 15px
}

.sidebar-search .form input[type="search"] {
    width: calc(100% - 55px);
    height: 33px;
    border-radius: 2px;
    border: 1px solid #ccc;
    margin-bottom: 0;
    padding: 0 5px;
    float: left;
}

.sidebar-search .clear {
    clear: both;
}

.sidebar-search .form input[type="search"]:focus {
    border-bottom: 1px solid #ccc;
    box-shadow: none;
}

.sidebar-search .side-nav li > a {
    padding: 0;
    height: 32px;
}

.sidebar-search .button {
    float: right;
    width: 37px;
    height: 35px;
    text-align: center;
    line-height: 12px;
    border-radius: 2px;
    box-shadow: none;
}

.sidebar-search .button:focus {
    background-color: #f44336;
}

.sidebar-search h5 {
    margin-top: 20px;
    margin-bottom: 4px;
    color: #aaa;
    font-size: 14px;
}

#at-expanded-menu-top-service-list-container span {
    position: relation;
    top: 0;
    left: 0;
}

/*slide*/

.slide {
    height: 230px;
    margin-top: 50px;
}

.content-wrap {
    background: #f6f6f6;
}

.slide .slide-content {
    height: 230px;
    background: #fff;
}

#four-games .wrap-games {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
}

#four-games .wrap-games div {
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    border: 1px #ddd solid;
    padding-bottom: 1rem;
    border-radius: 15px;
    margin-left: 1rem;
}

@media only screen and (min-width: 767px) {
    #four-games .wrap-games div {
        width: 25%;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        text-align: center;
        border: 1px #ddd solid;
        padding-bottom: 1rem;
        border-radius: 15px;
        margin-left: 1rem;
    }
}

.wrap-games div h4 {
    margin-bottom: 1rem;
    color: #fd7322;
    font-size: 16px;
}

.wrap-games div h4, .auto-ad #four-games pure-u-1-2 a .d1 {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#four-games .d1 {
    color: #333;
    font-weight: 700;
}

.auto-ad #four-games pure-u-1-2 a .d1 {
    line-height: 2rem;
    font-weight: 700;
}

#four-games .wrap-games div .pure-img {
    margin: 0 auto 1rem;
    border-radius: 15px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
    cursor: pointer;
    transition: all 0.3s;
}

#four-games .wrap-games div :hover.pure-img {
    transform: scale(1.02);

}

#four-games .wrap-games div:hover .d1 {
    color: #fd7322;
}

#four-games .wrap-games .a-game {
    background-color: #fff;
    padding: 1rem;
    margin-top: .7rem;
    margin-bottom: .5rem;
}

.slide .slide-content .mask {
    background-color: rgba(0, 0, 0, 0.30);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slide .slide-content .mask2 {
    background-color: rgba(0, 0, 0, 0.61);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slide .slide-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide .slide-content .caption {
    position: absolute;
    top: 24%;
    left: 0;
    right: 0;
    padding: 15px;
    text-align: center;
}

.slide .slide-content .caption.text-left {
    text-align: left;
}

.slide .slide-content .caption.text-right {
    text-align: right;
}

.slide .slide-content .caption.text-right h2 {
    margin-left: 25%;
}

.slide .slide-content .caption h2 {
    font-size: 18px;
}

.slide .slide-content .caption h2,
.slide .slide-content .caption p {
    color: #fff;
}

.slide .slide-content .caption button {
    padding: 3px 8px;
    font-size: 12px;
    margin-top: 5px;
}

.slide .owl-theme .owl-nav.disabled + .owl-dots {
    position: relative;
    top: -35px;
    margin-bottom: -36px;
}

.slide .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    background-color: #fff;
}

.slide .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fd7322;
}

.owl-theme .owl-nav {
    display: none;
}

.owl-theme .owl-dots {
    margin-top: 1rem;
}

.segments .content-head div a:hover span, .segments .content-head div a:hover i {
    color: #fd7322;
    background-color: #fff;
}

.segments .box .box-scroll a:hover dl {
    background: #ececec;
    border-radius: 6px;
    border: 5px solid #ececec;
}

.segments .box .box-scroll a dl {
    border: 5px solid #fff;
}

.segments a:hover dd {
    color: #fd7322;
}

.segments .recommend a:hover {
    background: #fff;
}

.recommend {
    margin-top: 0;
}

/*new video*/

.new-video .content .image {
    position: relative;
}

.new-video .content .time {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 10px 10px;
    background-color: rgba(0, 0, 0, 0.60);
    color: #fff;
    border-radius: 2px;
    padding: 0 3px;
}

.new-video .content img {
    width: 100%;
}

.new-video .content p.date span {
    border-right: 1px solid #ccc;
    padding-right: 3px;
}

.new-video h5 {
    margin: 10px 0 5px;
    font-size: 15px;
    font-weight: 500;
}

.new-video p a {
    color: #888;
}

.new-video p {
    margin: 3px 0 0;
}

.new-video .row {
    margin-bottom: 25px;
}

.new-video .row:last-child {
    margin-bottom: 0;
}

.trending-video {
    padding-bottom: 35px;
}

.new-video.layout-third {
    padding: 35px 0 24px;
}

/*new video list*/

.new-video-list .image img {
    width: 100%;
}

.new-video-list .image {
    position: relative;
}

.new-video-list .image .time {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 10px 10px;
    background-color: rgba(0, 0, 0, 0.60);
    color: #fff;
    border-radius: 2px;
    padding: 0 3px;
}

.new-video-list .row:last-child {
    margin-bottom: 0;
}

.new-video-list .text h5 {
    margin: 0 0 8px
}

.new-video-list .text p {
    margin: 3px 0 0;
}


/*full width*/

.full-width .content img {
    width: 100%;
}


/*video single*/

.video-single .content-image {
    position: relative;
}

.video-single .content-image iframe {
    display: block;
}

.video-single .content-image img {
    width: 100%;
    display: block;
}

.video-single .content-image .mask {
    background-color: rgba(0, 0, 0, 0.30);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video-single .content-image .icon {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.video-single .content-image .icon i {
    color: #fff;
    font-size: 20px;
    background-color: #fd7322;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-left: 4px;
    line-height: 40px;
}

.lb-data .lb-details {
    margin-top: 5px;
}

.lightbox .lb-image {
    border: 3px solid #fff;
    border-radius: 0;
}

.lb-data .lb-details span {
    color: #fff;
    font-size: 14px;
}

.video-single .content-text .video-title {
    margin: 20px 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #ddd;
}

.video-single .content-text .video-title p {
    margin: 8px 0 0;
}

.video-single .content-text .video-title p span {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #ccc;
}

.video-single .content-text .video-author img {
    width: 50px;
    float: left;
    margin-right: 10px;
}

.video-single .content-text .video-author h6 {
    overflow: hidden;
}

.video-single .content-text .video-desc {
    display: inline-block;
    margin-top: 5px;
}

.video-single .video-comment {
    margin-top: 20px;
}

.video-single .video-comment h5 {
    margin-bottom: 15px;
}

.video-single .video-comment .image img {
    float: left;
    width: 40px;
    margin-right: 10px;
}

.video-single .video-comment .text {
    overflow: hidden;
}

.video-single .video-comment .text .comment {
    color: #333;
    font-size: 14px;
    margin: 8px 0 0;
}

.video-single .video-comment .reply {
    margin-left: 50px;
    margin-top: 10px;
}

.video-single .video-comment .collapsible {
    box-shadow: none;
    border: 0;
    margin: 0 0 24px;
}

.video-single .video-comment .collapsible .collapsible-header i {
    vertical-align: middle;
    margin-right: 0;
    font-size: 20px;
}

.video-single .video-comment .collapsible .collapsible-header {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.video-single .video-comment .collapsible .collapsible-body {
    border: 0;
    padding: 0;
    margin-top: 10px;
}

.video-single .video-comment .collapsible .collapsible-body .image img {
    width: 30px;
}

.video-single .video-comment .content .text .date {
    margin-bottom: 0;
}

.video-single .video-comment .content .text .date span a {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #ddd;
    color: #fd7322;
}

.video-single .comment-post {
    margin-top: 30px;
}

.video-single .comment-post .button {
    margin-bottom: 0;
}

.video-single .comment-post .comment-title {
    margin-bottom: 15px;
}

.details-title {
    line-height: 25px;
    color: #555;
    font-size: 1.1rem;
    margin: 0 15px 10px 0px;
    word-wrap: break-word;
}

.details-title a {
    color: #555;
    font-size: 1.1rem;
}

.details-title span {
    color: #fd7322;
}

.content-head {
    text-align: center;
}

.content-head div {
    display: inline-block;
    padding: .5rem 0 .4rem 0;
    margin-right: .3rem;
    width: 15vw;
}


.content-head div i {
    color: #fc5b1f;
}

.content-head div span {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    font-weight: 700;
}

.box-block-title {
    padding: 0 15px;
    line-height: 30px;
    overflow: hidden;
    color: #555;
    font-size: 1.1rem;
    background: #fff;
}

.box-block-title .more {
    float: right;
}

.box-block-title .more a {
    color: #666;
    font-size: 1rem;
}

.box-block-title .arrow-right {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 6px;
    height: 6px;
    border: 2px solid #868686;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.tit {
    display: inline-block;
    margin-top: 1rem;
    font-weight: 400;
}

.box-block-title .tit, .titi {
    font-family: DINPro-Bold;
    border-bottom: 1px solid #ccc;
    margin: 0;
    text-align: left;
    font-weight: 700;
    font-size: 13px;
    height: 36px;
    line-height: 36px;
    display: block;
}

.m_ad {
    text-align: center;
    margin: 5px 16px 5px;
}

.m_ad p {
    margin: 0 0 4px 0;
}

.box-block-title .tit span, .titi > span {
    border-bottom: 3px #fd7322 solid;
    display: table;
    height: 34px;
    line-height: 34px;
    color: #333;
    font-family: DINPro-Bold;
    font-size: 16px;
}

.cl {
    clear: both;
    font-size: 0px;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.box {
    width: auto;
}

.box-scroll {
    overflow-x: auto;
    margin: 0 auto;
    position: relative;
    padding: 5px 0 ;
    direction: ltr;
    background: #fff;
    border-bottom: 3px #f6f6f6 solid;
}

.box-scroll .bs-s {
    display: flex;
    justify-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    flex-wrap: wrap;
    width: 100%;
}

.tags-scroll .bs-s {
    display: flex;
    justify-items: center;
    justify-content: space-between;
    padding: 10px 15px 0;
    overflow-x: auto;
    width: 100%;
    background: #fff;
}

.box-scroll a:first-child {
    /*margin-left: 3vw;*/
}

.box-scroll a:last-child {
    /*margin-right: 10px;*/
}

.tags-scroll a,
.box-scroll a {
    width: 22vw;
    margin-left: 0;
    background: #fff;
    overflow: hidden;
    padding: 0;
    position: relative;
    color: #333;
    text-align: center;
}

.box-scroll a dt {
    text-align: center;
}

.box-scroll a dt img {
    width: 100%;
    border-radius: 6px;
}

.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    height: 300px;
    margin: 10px auto 0;
}

.tags-scroll .d1,
.box-scroll .d1 {
    font-weight: 700;
    line-height: 20px;
    font-size: .9rem;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -line-clamp: 2;
    -webkit-box-orient: vertical;
    display: inline-block;
    width: 19vw;
    text-align: center;
    margin-top: 0.2rem;
    margin-bottom: 0;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tags-scroll a {
    margin-right: 2vw;
}
.recommend a {
    display: inline-table;
    width: 10vw;
    background: #fff;
    overflow: hidden;
    position: relative;
    color: #333;
    flex: 0 0 19vw;
}

.recommend a dt {
    width: 18.66666666666vw;
    height: auto;
}

.recommend a dt img {
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    cursor: pointer;
    transition: all 0.3s;
}

.recommend a dt img:hover {
    transform: scale(1.05);
}


blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}

/*channel*/

.channel {
    margin-top: 3px;
    background-color: #fff;

}

.channel .channel-user {
    position: relative;
    height: 210px;
}

.channel .channel-user .mask {
    background-color: rgba(0, 0, 0, 0.58);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.channel .channel-user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.channel .channel-user .user {
    position: absolute;
    top: 35%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

.channel .channel-user .user img {
    width: 70px;
}

.channel .channel-user .user h6 {
    margin-top: 10px;
    color: #fff;
}


.channel .dropdown-content li {
    min-height: 0;
}

.channel .image {
    position: relative;
}

.channel .image .time {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 10px 10px;
    background-color: rgba(0, 0, 0, 0.60);
    color: #fff;
    border-radius: 2px;
    padding: 0 3px;
}

.channel .image img {
    width: 100%;
}

.channel .text h5 {
    margin-bottom: 10px;
}

.channel .text p {
    margin: 0;
}

.channel .text .date {
    margin-bottom: 3px;
}

.channel .row:last-child {
    margin-bottom: 0;
}

.channel .pagination ul {
    padding: 0;
    margin: 0;
}


/*categories*/

.categories .collapsible .collapsible-header {
    color: #555;
}

.categories .collapsible .collapsible-header i {
    font-size: 16px;
    margin-right: 10px;
    margin-top: 3px;
    color: #fd7322;
}

.categories .collapsible .collapsible-body {
    padding: 10px 18px;
}

.categories .collapsible .collapsible-body ul {
    padding: 0;
    margin: 0;
}

.categories .collapsible .collapsible-body ul li {
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.categories .collapsible .collapsible-body ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.categories .collapsible .collapsible-body ul li a {
    color: #333;
}

.categories-page .content img {
    width: 100%;
}

.categories-page .content .image {
    position: relative;
}

.categories-page .content .image .time {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 10px 10px;
    background-color: rgba(0, 0, 0, 0.60);
    color: #fff;
    border-radius: 2px;
    padding: 0 3px;
}

.categories-page .section-title {
    margin-bottom: 15px;
    margin-top: 10px;
}

.categories-page .content h5 {
    margin: 10px 0 5px;
    font-size: 15px;
    font-weight: 500;
}

.categories-page .content p {
    margin: 3px 0 0;
}

.categories-page .content p a {
    color: #888;
}

.categories-page .row {
    margin-bottom: 25px;
}

.categories-page .row:last-child {
    margin-bottom: 0;
}

.categories-page .pagination ul {
    margin-bottom: 0;
}


/*portfolio*/

.portfolio .row {
    margin: 0;
}

.portfolio .row .col {
    padding: 1px;
}

.portfolio .contents .text {
    padding: 13px 10px;
}

.portfolio .contents .text h4 span {
    float: right;
}

.portfolio .contents img {
    width: 100%;
    display: block;
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
}

.portfolio .contents h4 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 11px;
}


/*team*/

.team .section-title h3 {
    top: -8px;
}

.team .section-title .line {
    margin-top: 1px;
}

.team .row:last-child {
    margin-bottom: 0;
}

.team .contents {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(224, 224, 224, 0.3);
}

.team .contents .text {
    padding: 13px 10px;
}

.team .contents .text h4 span {
    float: right;
}

.team .contents img {
    width: 100%;
    display: block;
}

.team .contents h4 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
}

.team .contents .social-link ul {
    padding: 0;
    margin: 0;
}

.team .contents .social-link ul li {
    list-style: none;
    display: inline-block;
    margin-right: 8px;
}

.team .contents .social-link ul li:last-child {
    margin-right: 0;
}

.team-pages .contents {
    background-color: #fff;
}

.team-pages .contents .text {
    padding: 13px 10px;
}

.team-pages .contents .text h4 span {
    float: right;
}

.team-pages .contents .text p {
    padding: 0;
    margin: 0;
}

.team-pages .contents img {
    width: 100%;
}

.team-pages .contents h4 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}


/*blog*/

.blog .contents {
    background: #ffffff;
    margin-bottom: 20px;
}

.blog .contents img {
    width: 100%;
}

.blog .contents .text {
    padding: 10px 0 0;
}

.blog .contents .text i {
    margin-right: 8px;
}

.blog .pagination ul {
    margin-bottom: 0;
}


/*blog single*/

.blog-single .contents {
    background: #ffffff;
    margin-bottom: 20px;
}

.blog-single .contents img {
    width: 100%;
}

.blog-single .contents .text {
    padding: 10px 0 0;
}

.blog-single .contents .text i {
    margin-right: 8px;
}

.blog-single .share-button {
    padding: 17px 0;
    background-color: #fff;
    margin-bottom: 20px;
    padding-top: 0;
}

.blog-single .share-button ul {
    padding: 0;
    margin: 0;
}

.blog-single .share-button ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.blog-single .share-button ul li:last-child {
    margin-right: 0;
}

.blog-single .share-button ul li a i {
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    line-height: 30px;
    color: #fff;
    padding: 0 8px;
}

.blog-single .share-button ul li a .fa-facebook {
    background: #3b5999;
}

.blog-single .share-button ul li a .fa-twitter {
    background: #55acee;
}

.blog-single .share-button ul li a .fa-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.blog-single .share-button ul li a .fa-google {
    background: #dd4b39;
}

.blog-single .author {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.blog-single .author .image img {
    width: 60px;
    float: left;
    margin-right: 10px;
}

.blog-single .author .text {
    overflow: hidden;
}

.blog-single .author .text .social-link ul {
    padding: 0;
    margin: 0;
}

.blog-single .author .text .social-link ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.blog-single .author .text .social-link ul li:last-child {
    margin-right: 0;
}

.blog-single .author .text .social-link ul li a {
    color: #333;
}

.blog-single .blog-comment {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-single .blog-comment h5 {
    margin-bottom: 15px;
}

.blog-single .blog-comment .image img {
    float: left;
    width: 40px;
    margin-right: 10px;
}

.blog-single .blog-comment .text {
    overflow: hidden;
}

.blog-single .blog-comment .text .comment {
    color: #333;
    font-size: 14px;
}

.blog-single .blog-comment .reply {
    margin-left: 50px;
    margin-top: 10px;
}

.blog-single .blog-comment .collapsible {
    box-shadow: none;
    border: 0;
}

.blog-single .blog-comment .collapsible .collapsible-header i {
    vertical-align: middle;
    margin-right: 0;
    font-size: 20px;
}

.blog-single .blog-comment .collapsible .collapsible-header {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.blog-single .blog-comment .collapsible .collapsible-body {
    border: 0;
    padding: 0;
    margin-top: 10px;
}

.blog-single .blog-comment .collapsible .collapsible-body .image img {
    width: 30px;
}

.blog-single .blog-comment .content .text .date {
    margin-bottom: 0;
}

.blog-single .blog-comment .content .text .date span a {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #ddd;
    color: #fd7322;
}

.blog-single .comment-post {
    margin-top: 20px;
}

.blog-single .comment-post .button {
    margin-bottom: 0;
}

.blog-single .comment-post .comment-title {
    margin-bottom: 15px;
}


/*collapse*/

.collapse .collapsible-header i {
    margin-top: 4px;
    font-size: 1rem;
    margin-right: 0;
}

.collapse .collapse .collapsible-body {
    background-color: #fff;
    padding: 1rem;
}


/*calendar*/

.calendar-head {
    text-align: center;
    background: #fd7322;
    color: #fff;
    padding: 15px 0;
    margin-bottom: 20px;
}

.calendar-head i {
    cursor: pointer;
}

.calendar-head h5 {
    color: #fff;
}

.calendar-head .row {
    margin-bottom: 0;
}

.calendar th,
.calendar td {
    text-align: center;
}

.calendar .active {
    background: #fd7322;
    color: #fff;
}

.calendar table {
    background: #fff;
}


/*card*/

.card .card-content {
    padding: 13px 15px;
}

.card .card-content h5 {
    margin-bottom: 8px;
}

.card .card-content i {
    font-size: 17px;
    cursor: pointer;
}

.card .card-reveal {
    padding: 13px 15px;
}

.card .card-title {
    font-size: 16px;
}

.card .card-reveal i {
    font-size: 17px;
    position: relative;
    top: 0;
}


/*list*/

.list .contents {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.list-img {
    float: left;
    margin-right: 10px;
}

.list-img img {
    width: 60px;
    height: auto;
    border-radius: 50%;
}

.list-text {
    overflow: hidden;
}


/*pagination*/

.pagination li.disabled a {
    color: #fff;
    background: #fd7322;
}


/*pagination variants*/

.basic-pagination ul li {
    margin-right: 6px;
    background-color: #fff;
}

.basic-pagination ul li:last-child {
    margin-right: 6px;
}

.pagination-circle ul li {
    margin-right: 6px;
}

.pagination-circle ul li:last-child {
    margin-right: 0;
}

.pagination-circle ul li a {
    border-radius: 50%;
    background-color: #fff;
}

.section-title.pagination-page {
    text-align: left;
}


/*table*/

.table-contents {
    background: #fff;
    padding: 0 15px 15px;
}


/*tabs*/

.contents-tabs img {
    width: 100%;
    margin-top: 20px;
}

.contents-tabs h4 {
    margin-top: 10px;
}

.tabs .tab a {
    color: #fd7322;
}

.tabs .tab a:hover {
    color: #fd7322;
}

.tabs .tab a.active {
    color: #fd7322;
}

.tabs .indicator {
    background-color: #fd7322;
}


/*about*/

.about .content img {
    width: 100%;
}

.about .content h3 {
    margin: 10px 0 5px;
}

.about .social-link {
    border-top: 1px solid #ddd;
    padding-top: 11px;
    margin-bottom: 13px;
}

.about .social-link i {
    margin-right: 5px;
}


/*settings*/

.settings .profile-photo .contents {
    margin-bottom: 14px;
    border-radius: 0.28571429rem;
}

.settings .profile-photo span {
    display: block;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, .87);
    font-size: .92857143em;
    font-weight: 700;
}

.settings .profile-photo img {
    width: 80px;
    height: 80px;
}

.settings .profile-banner .contents {
    margin-bottom: 14px;
    border-radius: 0.28571429rem;
}

.settings .no-mb {
    margin-bottom: 0;
    margin-top: 20px;
}

.settings .profile-banner span {
    display: block;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, .87);
    font-size: .92857143em;
    font-weight: 700;
}

.settings .profile-banner img {
    width: 100%;
}

.settings .button {
    margin-bottom: 15px;
}

.settings input[type="file"]:focus {
    border-color: transparent !important;
}


/*pricing table*/

.pricing-table .row:last-child {
    margin-bottom: 0;
}

.pricing-table .contents {
    padding: 15px 15px 20px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 30px rgba(224, 224, 224, 0.3);
}

.pricing-table .contents h4 {
    color: #fd7322;
    margin-top: 5px;
}

.pricing-table .contents h4 span {
    font-size: 14px;
    color: #333;
}


/*comment-form*/

.comment-form {
    padding: 0;
}

.comment-form h4 {
    margin-bottom: 15px;
}


/*form*/

form label.active {
    color: #fd7322 !important;
}

form input {
    border: 1px solid #ccc !important;
    height: 2.5rem !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
}

form input[type="file"] {
    border: 0 !important;
    padding: 0 !important;
    display: block;
}

form textarea {
    border: 1px solid #ccc !important;
    padding: 10px;
    box-sizing: border-box !important;
    height: 7rem !important;
    font-size: 1rem;
    border-radius: 4px;
}

#commentform textarea,
.dt-contact-form textarea {
    width: 100%;
    margin: 0 0 5px;
    background-color: #eee;
}

input[type=text]:not(.elementor-field):not(.searchform-s) {
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #eee;
}

.submit {
    width: 99.8%;
    height: 31px;
    font-size: 12px;
    padding: 7px 12px;
    margin: -.6rem auto 0;
    text-align: center;
    border-radius: 4px;
    background-color: #fd7322;
    color: #fff;
}

form input:focus {
    border: 1px solid #fd7322 !important;
    box-shadow: none !important;
}

form textarea:focus {
    border: 1px solid #fd7322 !important;
    box-shadow: none !important;
}

form select {
    border: 1px solid #ccc;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 20px;
}

form .button {
    margin-top: 20px;
    text-align: center;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #555;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #555;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #555;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #555;
}


/*sign in*/

.sign-in .social-login {
    margin-top: 20px;
}

.sign-in .social-login h5 {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 400;
}

.sign-in .button-facebook {
    background-color: #3b5999;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-in .button-twitter {
    background-color: #55acee;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-in .button-linkedin {
    background-color: #0077B5;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-in .button-google {
    background-color: #dd4b39;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-in .signin-contents form .button {
    margin-top: 0;
}


/*sign up*/

.sign-up .social-login {
    margin-top: 20px;
}

.sign-up .social-login h5 {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 400;
}

.sign-up .button-facebook {
    background-color: #3b5999;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-up .button-twitter {
    background-color: #55acee;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-up .button-linkedin {
    background-color: #0077B5;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-up .button-google {
    background-color: #dd4b39;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-up .signup-contents form .button {
    margin-top: 0;
}


/*contact*/

.contact .contact-contents form textarea {
    margin-bottom: 0;
}

.contact .contact-contents .button {
    margin-bottom: 15px;
}


/*page not found*/

.page-not-found {
    text-align: center;
    padding: 15px;
    background-color: #fff;
}

.page-not-found a {
    color: #333;
}

.page-not-found h2 {
    font-size: 120px;
}

.page-not-found h4 {
    font-size: 30px;
    margin-bottom: 18px;
}

.page-not-found ul {
    padding: 0;
    margin: 0;
}

.page-not-found ul li {
    list-style: none;
    display: inline-block;
    margin: 0 6px;
}

.page-not-found ul li a i {
    margin-right: 3px;
}


/*footer*/

footer {
    text-align: center;
}

footer img {
    margin-bottom: 20px;
}

footer ul {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 18px;
}

footer ul li {
    display: inline-block;
    margin: 2px 4px;
}

footer ul li a i {
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    border-radius: 2px;
    color: #fff;
    background-color: #aaa;
}

.more sub {
    font-size: 14px;
}

footer .container p {
    padding: 1rem 0;
}

footer .container p a {
    color: #888;
}

@media only screen and (max-width: 1024px) {
    .container .row {
        margin-left: 1vw;
        margin-right: 1vw;
    }
}

.row-lg {
    width: 100%;
    background-color: #fff;
    padding: 5px 8px;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    border-bottom: 3px #f6f6f6 solid;
}

.row-lg .lg-left {
    float: left;
    width: 50%;
}

.row-lg .lg-left a {
    padding: 0;
}

.row-lg .lg-right {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 8px;
}

.row-lg .lg-right div {
    display: inline-block;
    /*margin: 0 1rem;*/
}

.row-lg .lg-right div i {
    color: #fd7322;
}

.row-lg .lg-right div span {
    color: #666;
    font-size: 14px;
    font-weight: 700;
    margin-top: 1rem;
}

.row-lg .lg-right div:hover span {
    color: #fd7322;
}

.row-lg .col {
    float: right;
    margin: 1rem;
}

.row-lg .col i {
    color: #fd7322;
    font-size: 26px;
}

/* } */
.segment-a {
    padding: 0;
}

@media only screen and (min-width: 767px) {

    .row-lg .lg-right{
        padding:0 20px;
    }
    .box-scroll a dt {
        width: 100%;
        height: auto;
    }

    .box-scroll a {
        margin-left: 0;
    }

    .box-scroll .d1 {
        font-weight: 700;
        height: 30px;
        line-height: 20px;
        font-size: .9rem;
        color: #333;
        overflow: hidden;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-line-clamp: 2;
        -moz-line-clamp: 2;
        -line-clamp: 2;
        -webkit-box-orient: vertical;
        display: inline-block;
        width: 15vw;
        text-align: center;
        margin-top: 1rem;
        margin-bottom: -1rem;
        overflow: hidden;
        word-break: break-all;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media only screen and (min-width: 1025px) {
    .navbar .content-right {
        display: none;
    }

    .navbar .content-left {
        position: fixed;
        right: 24px;
    }

    .row-lg {
        position: fixed;
        z-index: 99;
        padding-right: 0;
    }
}

@media only screen and (min-width: 400px) {
    .navbar .content-center {
        padding-left: 6vw;
    }
}

@media only screen and (min-width: 767px) {
    .sidebar-search #slide-out-right li ~ div {
        width: 48%;
    }

    .sidebar-search #slide-out-right .side-one p {
        margin: auto;
    }

    .sidebar-panel .side-nav-left {
        width: 25vw;
        height: 100%;
    }

    #sidenav-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

}

@media only screen and (max-width: 1024px) {
    .segments .box .box-scroll a:hover dl {
        background: #fff;
    }

    .segments .box .box-scroll a:hover dl {
        background: #fff;
        border-radius: 6px;
        border: 5px solid #fff;
    }

    .segments .box .box-scroll a:hover {
        transform: scale(1.02);
    }
}

@media only screen and (min-width: 767px) {
    .content-head div {
        display: inline-block;
        margin-right: .3rem;
        width: 12.5vw;
    }
}

@media only screen and (min-width: 1024px) {
    .box-scroll a {
        display: inline-table;
        width: 10vw;
        margin-left: 5vw;
        background: #fff;
        overflow: hidden;
        position: relative;
        color: #333;
    }

    .box-scroll a dt {
        width: 100%;
        height: auto;
    }

    .box-scroll a {
        margin-left: 2vw;
    }

    .recommend a dt img {
        width: 70%;
    }

    .box-scroll .d1 {
        font-weight: 700;
        height: 40px;
        line-height: 20px;
        font-size: .9rem;
        color: #333;
        overflow: hidden;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-line-clamp: 2;
        -moz-line-clamp: 2;
        -line-clamp: 2;
        -webkit-box-orient: vertical;
        display: inline-block;
        width: 10vw;
        text-align: center;
        margin-top: 1rem;
        margin-bottom: -1rem;
        overflow: hidden;
        word-break: break-all;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media only screen and (min-width: 767px) {
    .recommend a dt {
        width: 12vw;
    }

    .recommend a {
        margin-left: .5vw;
    }
}

@media only screen and (min-width: 1024px) {
    .recommend a dt {
        width: 10vw;
    }

    .recommend a {
        margin-left: .2vw;
    }
}

.recommend {
    border-bottom: 3px #fff solid;
    /*margin-top: -.7rem;*/
}

@media only screen and (min-width: 1025px) {
    .channel {
        display: none;
    }

    .recommend {
        margin-top: 60px;
    }
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 95%;
}

.row .col.s3 {
    width: 9%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s6 {
    width: 70%;
    margin: auto;
    left: auto;
    right: auto;
}
