/*
Theme Name: News247
Author: Tripples
Theme URI: http://themewinter.com/WP/news247
Author URI: http://themewinter.com/
Description: A Premium News and Magazine WordPress Theme
Version: 3.0.1
Requires at least: 5.0
Tested up to: 6.0
Stable tag: 2.5
Requires PHP: 7.0.0
Tested PHP up to: 8.0.10
License: GNU General Public License
License URI: licensing/README_License.txt
Tags: two-columns, three-columns, four-columns, editor-style, right-sidebar, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, theme-options, translation-ready
Text Domain: news247
*/

/* Table of Content
********************************
# Reset & Basics
# Basic
# Typography
# Links
# Buttons
# Menu
# Main Content
# Core WordPress
# Search
# Blog
# Widget
# Footer
# Resonsive
*/
/*  Reset
================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    box-shadow: none;
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote {
    position: relative;
    background: #f7f7f7;
    padding: 45px 50px 30px;
    border: 0;
    margin: 60px 0 40px;
    font-size: 22px;
    line-height: 34px;
    font-family: Arimo, sans-serif;
    font-weight: 400;
    text-align: center;
}


blockquote:before {
    position: absolute;
    content: '\f10e';
    font-family: FontAwesome;
    font-size: 24px;
    padding: 8px 15px;
    top: -30px;
    left: 50%;
    margin-left: -44px;
    color: #fff;
}

cite {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

blockquote.pull-left {
    padding-left: 15px;
    padding-right: 0;
    text-align: left;
    border-left: 5px solid #eee;
    border-right: 0;
}

/*  Typography
================================================== */

body {
    -webkit-text-size-adjust: 100%;
    background-position: top center;
    background-attachment: fixed;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    color: #383634;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background: #fff;
}

.body-inner {
    overflow-x: hidden;
}

/* Others font */

ul.main-menu li ul li a {
    color: #383634;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
}

ul.main-menu>li>a {
    line-height: 25px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none;
}

h1,
h2 {
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
    color: #0a0a0a;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    margin: 0 0 25px;
}

em,
i {
    font-style: italic;
}

b,
strong {
    font-weight: bold;
}

big {
    font-size: 110%;
    line-height: 180%;
}

dt {
    font-weight: bold;
    margin: 6px;
}

a:focus {
    outline: 0;
}

::selection {
    color: #fff;
    background-color: #2379ef;
}

/*-- Links --*/

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

a:hover {
    text-decoration: none;
}

p a,
p a:visited {
    line-height: inherit;
}

a:focus {
    outline: 0;
}

img.pull-left {
    margin-right: 20px;
    margin-bottom: 20px;
}

.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    outline: 0;
}

/* Button */

.btn-primary,
a.btn-primary,
.myblog-newsltter input[type=submit],
input[type=button],
input[type=reset],
input[type=submit],
.wpcf7-form-control.wpcf7-submit {
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    border: 0;
    padding: 10px 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: background 500ms linear;
    -moz-transition: background 500ms linear;
    -o-transition: background 500ms linear;
    transition: background 500ms linear;
    -webkit-backface-visibility: hidden;
    box-shadow: none;
    cursor: pointer;
}

a.btn-primary:hover,
.btn-primary:hover,
.myblog-newsltter input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.wpcf7-form-control.wpcf7-submit:hover {
    color: #fff;
}

.btn-primary.more-link {
    margin-top: 15px;
}

.btn-primary.more-link:after {
    position: relative;
    content: "\f178";
    font-family: "FontAwesome";
    display: inline-block;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    margin-left: 2px;
    opacity: 0;
    margin-left: -12px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.btn-primary.more-link:hover:after {
    opacity: 1;
    margin-left: 5px;
    padding-left: 5px;
}

/*-- Buttons --*/

.entry-content a.readmore-blog {
    display: inline-block;
    transition: 400ms;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    position: relative;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-top: 25px;
    color: #fff;
    padding: 8px 20px;
}

a.more-link {
    margin-top: 30px;
    font-size: 12px;
    margin: 30px 0 0;
    display: inline-block;
    transition: 400ms;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    position: relative;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    width: 190px;
    display: block;
}

.btn-simple {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    transition: 400ms;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
}

.btn-simple i {
    margin-left: 5px;
    font-size: 14px;
}

.btn-simple:hover {
    letter-spacing: 1.1px;
}

/*submit button*/

input[type=button],
input[type=reset],
input[type=submit] {
    padding: 12px 25px;
    margin-bottom: 0;
    border: none;
    line-height: normal;
    font-weight: 600;
    border-radius: 0;
}

.wpcf7-form-control.wpcf7-submit {
    width: auto;
    padding: 12px 30px;
    margin-top: 0;
    margin-bottom: 0px;
}

.wpcf7 p {
    font-weight: 400;
}

/* title shortcode
================================================== */

.main-block-title {
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0 40px;
    border-bottom: 2px solid #1c1c1c;
}

.main-block-title>span {
    background: #1c1c1c;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 8px 15px;
    position: relative;
}

.main-block-title.title-arrow>span:after {
    border-color: #272727 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    bottom: -20px;
    margin-left: -10px;
    left: 50%;
    border-width: 10px;
    border-style: solid;
}

/* Main Body
================================================== */
/* boxwith layout
================================================== */

body.boxwidth {
    margin: 0 auto;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.05);
}

body.boxwidth .thw-menubar-wrap.sticky-header {
    width: auto;
}

@media (min-width: 768px) {
    body.boxwidth {
        width: 720px;
    }
}

@media (min-width: 992px) {
    body.boxwidth {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    body.boxwidth {
        width: 1140px;
        max-width: 100%;
    }
}

/* Top Bar
================================================== */

.topbar {
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
    color: #a3a3a3;
    font-size: 13px;
}

/* Date */

.tsnews-date {
    display: inline-block;
    border-right: 1px solid #acacac;
    padding-right: 10px;
    line-height: 12px;
}

.tsnews-date i {
    margin-right: 5px;
}

/* Top nav */
.top-menu {
    display: inline-block;
}

.topbar-nav {
    padding: 0;
    margin: 0;
}

.topbar-nav {
    display: inline-block;
}

.topbar-nav li {
    display: inline-block;
    line-height: 12px;
    padding: 0 8px;
}

.topbar-nav li a {
    background: none;
    color: #a3a3a3;
    padding: 0;
    line-height: 100%;
}

.topbar-nav li a {
    font-size: 13px;
    transition: 400ms;
    -webkit-transition: 400ms;
    font-weight: 500;
}

/* Top social */

.top-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-social li {
    display: inline-block;
    padding: 0;
}

.top-social li a {
    color: #a3a3a3;
    margin-right: 15px;
    font-size: 14px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.top-social li a:hover {
    color: #333;
}

/* Trending Bar
================================================== */

.trending-bar {
    background: #272727;
    color: #fff;
    padding: 10px 0 5px;
}

.trending-slide {
    position: relative;
}

.trending-title {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    padding: 6px 7px;
    line-height: 100%;
    text-transform: uppercase;
    position: relative;
    float: left;
    margin: 0 15px 0 0;
}

.trending-title:before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 0;
    bottom: -7px;
    border-right: 7px solid transparent;
}

.trending-bar .post-content,
.trending-light .post-content {
    padding: 0;
}

.trending-slide .post-content .post-title a {
    color: #fff;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.trending-slide .post-title.title-small {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.trending-slide .carousel-inner {
    width: auto;
    display: inline-block;
}

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

.tp-control a {
    margin: 0;
    color: #fff !important;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    cursor: pointer;
    z-index: 2;
}

/* Trending light */

.trending-bar.tickerbelowmenu {
    background: #fff;
    padding: 0;
    margin: 30px 0 -30px;
}

.trending-light {
    color: #1c1c1c;
    margin: 30px 0;
}

.trending-bar.tickerbelowmenu .post-title {
    font-weight: 600;
    margin-top: 3px;
    font-size: 15px;
}

.trending-bar.tickerbelowmenu .post-title a {
    color: #1c1c1c;
}

.post-title.title-small {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
}

/* Header
================================================== */

.entry-logo {
    display: inline-block;
}

.logo.site-header2 {
    margin-top: 10px;
}

.logo-slogan {
    margin-bottom: 0;
}

.logo-header-inner {
    line-height: 0;
}

.logo-text {
    margin-top: 0;
}

.contact-newsletter {
    line-height: 20px;
    font-size: 14px;
}

/* Header 1 */

.site-header {
    padding: 50px 0 40px;
    background: #fff;
}

.site-header-common #searchform {
    width: 55%;
    margin: 5px auto 0;
    display: inline-block;
    position: relative;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
}

.site-header-common #searchform:hover {
    width: 65%;
}

.site-header-common #searchform i {
    position: absolute;
    right: 15px;
    font-size: 14px;
    top: 12px;
}

/* personal header */

.profile-head-image img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    display: inline-block;
}

.personal-head .navigation {
    border: none;
}

.header.personal-head {
    text-align: center;
}

.personal-header {
    max-width: 650px;
    margin: 70px auto 0;
}

.profile-head-content h2 {
    text-transform: uppercase;
    font-size: 24px;
    margin: 15px 0;
}

.header.personal-head .navbar-collapse {
    padding-right: 0;
}

.header.personal-head ul.main-menu>li {
    padding: 0 20px;
}

.header.personal-head ul.main-menu>li:last-child {
    padding-right: 0;
}

.header.personal-head ul.main-menu>li:first-child {
    padding-left: 0;
}

.header.personal-head .navbar-header .navbar-toggle {
    margin-right: 55px;
    margin-left: 0;
}

.profile-head-content .profile-btn {
    display: inline-block;
    padding: 7px 20px;
    margin-top: 30px;
}

/* header 3 */

.header3 .logo-header-inner {
    margin-top: 10px;
}

.header.header3 .top-social {
    margin-top: 25px;
}

/* header 4 */

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

/* travel header */

.travel-title {
    text-align: center;
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
}

/* Ul, ol, li */

.list-arrow {
    list-style: none;
    margin: 0 !important;
    padding: 0 0 0 1px;
}

.list-arrow li {
    line-height: 24px;
}

.list-arrow li:before {
    font-family: FontAwesome;
    content: "\f101";
    margin-right: 10px;
}

.list-arrow li,
.list-arrow li a {
    color: #555;
}

.list-arrow.style2 li:before {
    content: "\f05d";
}

.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*Seacrh
================================================== */

/*-- Search start --*/

.menubelow2 .nav-search-quote,
.menuabove .nav-search-quote {
    border: none;
    padding: 0;
    border-radius: 0;
}

.nav-search {
    cursor: pointer;
    margin-left: 35px;
    color: #252525;
}

.topbar .nav-search {
    font-size: 14px;
}

.topbar .nav-search-quote {
    margin-top: 0;
}

#home-search {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 14px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 300px;
    height: 65px;
    z-index: 10;
    margin-top: 0;
}

#home-search .form-control {
    width: 100%;
    background: none;
    border: 1px solid #dedede;
    color: #000;
    width: 100%;
    height: 36px;
    border-radius: 0;
    font-size: 12px;
}

#home-search .search-close {
    color: #333;
    background: #fff;
    position: absolute;
    top: -38px;
    right: 10px;
    font-size: 36px;
    cursor: pointer;
}

#home-search i {
    position: absolute;
    top: 25px;
    right: 25px;
}

/* header social share */

.search-social .social-button {
    display: inline-block;
    font-size: 14px;
}

.social-button li {
    display: inline-block;
    margin-left: 12px;
}

.social-button li a {
    color: #252525;
}

/* Main menu
================================================== */

.thw-menubar {
    position: relative;
}

.thw-menubar-wrap.menuabove {
    position: relative;
    border-bottom: 1px solid #dedede;
}


.thw-menubar-wrap .nav-search {
    font-size: 16px;
}

.thw-menubar-wrap .nav-search-quote {
    margin-top: 0;
}

.thw-menubar-wrap .social-button li {
    font-size: 14px;
}

.thw-menubar-wrap .menu-searh-wrap {
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 1000;
}

.thw-menubar-wrap .nav-search i {
    position: absolute;
    right: 12px;
    top: -8px;
}

/* Menu below */

.menubelow {
    padding-top: 5px;
    padding-bottom: 5px;
}

.menubelow .thw-menubar>.row {
    border-bottom: 1px solid #dedede;
    margin-left: -5px;
    margin-right: -5px;
}

.menubar.site-nav-inner {
    margin-bottom: 0;
    min-height: 0;
    padding: 0;
}

.site-nav-inner .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.menubarleft {
    padding-left: 0;
}

ul.main-menu li ul {
    z-index: 998;
}

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

ul.main-menu>li.menu-item-has-children>a:after {
    font-family: FontAwesome;
    position: absolute;
    clear: both;
    content: "\f107";
    display: block;
    font-size: 16px;
    right: 8px;
    top: 50%;
    margin-top: -34px;
}

ul.main-menu {
    float: none;
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

ul.main-menu>li {
    margin-right: 0;
    margin-bottom: 0;
    position: relative;
    float: none;
    display: inline-block;
}

ul.main-menu>li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}


ul.main-menu>li>ul.sub-menu>li.menu-item-has-children>a:after {
    display: block;
    content: "\f105";
    font-family: FontAwesome;
    float: right;
    margin-top: 0;
    margin-right: -5px;
}

ul.main-menu>li:hover>ul {
    top: 0;
}

ul.main-menu li ul li ul {
    position: absolute;
    left: 200px;
    top: 0;
}

ul.main-menu li>ul>li {
    float: none;
    margin: 0;
}

ul.main-menu li ul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 993;
    width: 220px;
    padding: 0;
}

ul.main-menu li ul li a {
    height: inherit;
    float: inherit;
    text-align: left;
    display: block;
    margin: 0 !important;
    z-index: 993;
    color: #333;
    padding: 10px;
    border-top: 1px solid #eaeaea;
    transition: color 300ms !important;
    -webkit-transition: color 300ms !important;
}

ul.main-menu li ul li:first-child a {
    border-top: 0;
}

/*
ul.main-menu li ul li:last-child li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

*/


ul.main-menu li ul li {
    position: relative;
    float: none;
    list-style: none;
    border-bottom: none;
    margin-bottom: 5px;
}

/* Menu slide */

ul.main-menu li>ul {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.28s ease-in-out;
    -moz-transition: all 0.28s ease-in-out;
    -ms-transition: all 0.28s ease-in-out;
    -o-transition: all 0.28s ease-in-out;
    transition: all 0.28s ease-in-out;
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    background: #fff;
    box-shadow: 0 7px 13px rgba(0, 0, 0, 0.15);
    padding: 20px;
}

ul.main-menu li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

ul.main-menu li:hover>ul li>ul {
    top: 0;
}

ul.main-menu>li:hover {
    background: #F5F8FC;
}

ul.main-menu>li:hover>a:first-child {
    color: #1C7FF2 !important;
}

ul.main-menu>li>a {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    line-height: 50px;
    color: #1c1c1c;
    font-size: 14px;
    transition: color 500ms !important;
    -webkit-transition: color 500ms !important;
    text-transform: uppercase;
    font-size: 12px !important;
}

ul.main-menu>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-bottom: 3px solid;
    transform: scale(0) translateZ(0);
    -webkit-transition: -webkit-transform 0.45s ease, opacity 0.55s ease;
    -moz-transition: -moz-transform 0.45s ease, opacity 0.55s ease;
    -ms-transition: -ms-transform 0.45s ease, opacity 0.55s ease;
    -o-transition: -o-transform 0.45s ease, opacity 0.55s ease;
    transition: transform 0.45s ease, opacity 0.55s ease;
}

ul.main-menu>li:hover>a:before,
ul.main-menu>li.current-menu-item>a:before {
    opacity: 1;
    transform: scale(1) translateZ(0);
}



.nav>li>a:hover,
.nav>li>a:focus,
.nav>li.current-menu-item>a {
    background: none;
}

ul.main-menu>li {
    position: relative;
}

ul.main-menu>li:first-child:after {
    display: none;
}

.display-header .site-navigation.navigation {
    background: rgba(251, 251, 251, 0.49);
}

.site-navigation-inner {
    border-radius: 4px 4px 0 0;
}

.navbar-toggle:focus {
    border: none;
    box-shadow: none;
    outline: 0;
}

.navbar-header .navbar-toggle .icon-bar {
    width: 22px;
    height: 2px;
    background-color: #283033;
    transition: 300ms;
    -webkit-transition: 300ms;
    display: block;
}

.navbar-header .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 2px;
}

.navbar-header .navbar-toggle {
    float: none;
    position: relative;
    background: none;
    margin: 0;
    margin-left: 0px;
    padding: 0;
    margin-top: 22px;
    border: none;
}

.navbar-header .navbar-toggle .menu-text {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    left: 30px;
    top: -3px;
    font-weight: 500;
    color: #283033;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.menuwithlogo .navbar-header .navbar-toggle {
    margin-left: 0;
    margin-top: -15px;
    float: right;
    cursor: pointer;
}

.menuwithlogo .navbar-header .navbar-toggle .menu-text {
    display: none;
}

.menuwithlogo .navbar-header {
    text-align: center;
}


.home .menuwithlogo,
.page-template-page-blog-left-sidebar .menuwithlogo,
.page-template-page-blog-right-sidebar .menuwithlogo,
.page-template-page-blog-fullwidth .menuwithlogo {
    border-bottom: none;
}

.navbar-responsive-collapse.collapse.in {
    min-height: 320px;
}

.thw-menubar-wrap.menuwithlogo .thw-menubar {
    border-bottom: 1px solid #e7e7e7;
}

.thw-menubar-wrap.menuwithlogo ul.main-menu>li>a {
    line-height: 70px;
}

.thw-menubar-wrap.menuwithlogo ul.main-menu>li.menu-item-has-children>a:after {
    margin-top: -37px;
}

/* Main navigation white */

.navigation.nav-solid {
    background: #eee;
}

.nav-solid ul.navbar-nav>li>a {
    color: #222;
}

.nav-solid ul.main-menu>li:before {
    background: #ccc
}

/* mobile menu */

#responsive-menu {
    padding-bottom: 10px;
}

#responsive-menu .navbar-nav {
    margin: 0;
    padding: 0 10px;
}

#responsive-menu ul li span.menu-toggler {
    display: inline-block;
    width: 34px;
    cursor: pointer;
    color: #000;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    font-size: 16px;
}

#responsive-menu ul li ul {
    padding: 0 0 0 30px;
    list-style: none;
    margin: 0;
}

#responsive-menu ul li ul li {
    margin: 8px 0;
}

#responsive-menu ul li a {
    color: #383634;
    transition: 400ms;
    -webkit-transition: 400ms;
}

#responsive-menu #menu-main-menu {
    margin: 0;
    padding: 20px 0 0;
}

#responsive-menu .nav>li>a {
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
}

#responsive-menu .nav>li a {
    font-size: 16px;
}

#responsive-menu .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

#responsive-menu ul li {
    display: block;
    position: relative;
}

/*Main Content
================================================== */
/* sidebar */

.sidebar-inner {
    padding: 0;
    padding-left: 0;
}

.sidebar {
    padding-top: 0;
    padding-bottom: 2em;
    padding-left: 35px;
}

.blogSingleLeft .sidebar,
.blogCatgoryLeft .sidebar,
.page-template-page-blog-left-sidebar .sidebar {
    padding-left: 15px;
    padding-right: 35px;
}

/*Core WordPress
================================================== */
.entry-blog-home-layout5 .entry-blog-list-left .category-meta-bg {
    position: relative;
    left: 0;
    top: 0;
}

.entry-blog-home-layout5 .entry-blog-list-left {
    margin-bottom: 20px;
}

.media-list {
    list-style: none;
}

.blog-entry-summary table {
    margin: 20px 0;
}

.post.sticky,
.post.tag-sticky-2 {
    position: relative;
    overflow: hidden;
}

.post.sticky .featured-post,
.post.tag-sticky-2 .featured-post {
    position: absolute;
    right: -29px;
    top: 18px;
    background: #34a73d;
    width: auto;
    height: auto;
    padding: 12px 40px;
    color: #fff;
    display: inline-block;
    transform: rotate(45deg);
    font-size: 12px;
    -webkit-transform: rotate(45deg);
}

/* search page */

.search-page-header {
    padding: 30px 0 0;
}

.search-page-title {
    margin: 0 0 10px;
}

.search-page-content,
.search-page-content #searchform {
    position: relative;
}

.widget.widget_search #searchform i,
.search-page-content #searchform i {
    position: absolute;
    right: 15px;
    font-size: 14px;
    top: 18px;
}

.search-page-content .search-field.form-control {
    width: 100%;
    border: 1px solid #eee;
    padding: 2px 20px;
    box-shadow: none;
    line-height: 46px;
    margin-top: 30px;
    position: relative;
}

/* widget_nav_menu */

.widget_nav_menu ul.sub-menu {
    padding: 0;
    display: block;
}

.widget_nav_menu .menu.nav {
    display: block;
}

.widget_nav_menu>ul.sub-menu li,
.widget_pages>ul.children li {
    padding-left: 15px;
}

/* Page Header */

.page-header {
    border: none;
    overflow: hidden;
    margin: 10px 0 0;
}

/* Alignment */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.gallery-caption {
    position: relative;
}

.bypostauthor {
    position: relative;
}

/* Images and wp-captions should always fit and be responsive */

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

img[class*="wp-image-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.wp-caption {
    margin-bottom: 10px;
    max-width: 100%;
    border-radius: 0;
    padding: 0;
    clear: both;
}

.wp-caption.aligncenter {
    margin-bottom: 10px;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
}

.wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 4px;
    font-size: 13px;
    font-style: italic;
}

/* WP Gallery */

.gallery {
    margin-bottom: 1.5em;
}

.gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.gallery dd {
    margin: 0;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    width: 100%;
}

/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}

/* Clearing */

.clear {
    clear: both;
}

.blog-entry-summary .page-links {
    display: inline-block;
    margin-top: 20px;
}

.blog-entry-summary .page-links span {
    margin-right: 5px;
    padding: 8px 15px;
    border-radius: 2px;
}

.blog-entry-summary .page-links a span {
    background: #e5e5e5;
}

/*Breadcrumb
================================================== */

.removearrow span:last-child i {
    display: none;
}

.thwbreadcrumb .removearrow a {
    color: #a3a3a3;
}

.thwbreadcrumb .removearrow a:hover {
    color: #d70000;
}

.thwbreadcrumb #crumbs span {
    margin: 0 7px 0 6px;
}

.thwbreadcrumb #crumbs .removearrow {
    margin: 0;
}

.thwbreadcrumb {
    color: #a3a3a3;
    margin: 40px 0 -10px 0;
    padding: 0;
}

/*Category Listing
================================================== */

.entry-blog-classic {
    margin-bottom: 50px;
    position: relative;
}

.entry-blog-classic .entry-format {
    margin-bottom: 10px;
}

.entry-blog-classic .blog-header {
    margin-bottom: 20px;
}

.entry-blog-classic .entry-post-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 0;
}

.entry-blog-classic.blog-classic2 .entry-post-title {
    margin-top: 0;
    display: inline-block;
}

.entry-blog-classic .entry-post-footer-wrap {
    margin-top: 20px;
}

.entry-post-footer-wrap>span {
    font-size: 12px;
    margin-right: 10px;
    padding-right: 10px;
    color: #a3a3a3;
    border-right: 1px solid #dedede;
    line-height: 12px;
    display: inline-block;
    text-transform: capitalize;
}

/* 作者日期 */
.entry-post-footer-wrap span a {
    color: #1c1c1cBB !important;
    transition: 400ms;
    -webkit-transition: 400ms;
}

/* 作者日期 */
.entry-post-footer-wrap span.post-meta-author a {
    color: #1c1c1cBB !important;
    /* font-weight: 700; */
}

.entry-post-footer-wrap>span.entry-comment,
.entry-post-footer-wrap>span.publish-date {
    margin: 0;
    border-right: none;
    padding: 0;
}

.single-entry-blog .entry-post-footer-wrap>span {
    border-right: 0;
    padding-right: 8px;
    margin-right: 8px;
}

/* Category meta */

.entry-post-footer-wrap>span.classc-category-meta {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    font-size: 10px;
    padding: 0 5px;
    background: #1c1c1c;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.entry-post-footer-wrap>span.classc-category-meta a {
    color: #fff;
}


.entry-post-footer-wrap>span.classc-category-meta:before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 0;
    bottom: -8px;
    border-top: 8px solid #1c1c1c;
    border-right: 8px solid transparent;
}


/* home 1 */

.sticky .entry-blog {
    position: relative;
    overflow: hidden;
}

.sticky .entry-blog-classic {
    background: #eee;
    padding: 40px 40px 0;
}

.entry-post-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 12px;
    margin-bottom: 0;
}

.entry-blog .entry-post-title a {
    color: #1c1c1c;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.entry-post-footer-wrap a.readmore-blog {
    color: #000;
    font-size: 14px;
}

.entry-post-meta {
    font-size: 14px;
    color: #000;
}

.entry-post-meta .post-meta-author a,
.entry-post-meta .publish-date a {
    color: #000;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.entry-post-meta span {
    position: relative;
}

.entry-post-meta span:first-child {
    margin-left: 0;
}

.entry-post-meta span i {
    margin-right: 5px;
}

/* home 2 */

.entry-blog-classic2 .blog-header,
.single-entry-blog2 .blog-header,
.single-entry-blog3 .blog-header {
    max-width: 500px;
    margin: 0 auto;
    padding: 50px 0 25px;
}

.entry-blog-classic2,
.single-entry-blog2 {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -40px;
    position: relative;
    z-index: 2;
    background: #f5f5f5;
    margin-left: 30px;
    margin-right: 30px;
}

/* home 3 */

.entry-blog-listing {
    margin-bottom: 40px;
}

.entry-blog-listing .entry-blog-list-left+.entry-blog-list-right {
    width: 58%;
    float: left;
    margin-top: 0;
}

.entry-blog-listing .entry-blog-list-left {
    width: 42%;
    padding: 0 !important;
    float: left;
}

.entry-blog-listing .entry-blog-list-right {
    padding: 0 0 0 25px !important;
}

.entry-blog .entry-blog-listing .entry-post-title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 0;
}

.entry-blog-listing .entry-content {
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-height: 115px;
}

.list-entry-post-footer {
    padding: 7px 0 0;
    margin-top: 10px;
}

.col-listing .entry-blog-classic .entry-format {
    margin-bottom: 0;
}

.entry-blog-list-left {
    position: relative;
}

.entry-blog-list-left .category-meta-bg {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.entry-blog-listing embed,
.entry-blog-listing iframe,
.entry-blog-listing object {
    height: 276px;
    max-height: 276px;
}

.single-entry-blog3 .entry-format {
    width: 100%;
}

.format-video .single-entry-blog3 .entry-format {
    position: relative;
    z-index: 1;
}

/* home 4 */

.entry-blog-grid .entry-format {
    margin-bottom: 20px;
}

.entry-blog-grid .entry-blog .entry-post-title {
    font-size: 20px;
    line-height: 28px;
}

.entry-blog-grid .entry-content {
    margin: 15px 0 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-height: 75px;
}



/* Blog single
================================================== */

.main-content-wrap {
    padding: 50px 0;
}

.single-post-title {
    margin-top: 15px;
    margin-bottom: 12px;
    /* text-transform: capitalize;*/
}

.single .entry-post-meta {
    position: relative;
    margin-bottom: 30px;
}

.single-entry-blog .entry-format {
    margin-bottom: 30px;
}

.single-entry-blog .single-entry-blog3 .entry-format {
    margin-bottom: 0;
}

.single-entry-blog3 .entry-format .featured-image img {
    width: 100%;
}

.single-entry-blog3 {
    position: relative;
}

.single-entry-blog3:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 99%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 1;
}

.format-video .single-entry-blog3:before {
    display: none;
}

.format-quote .single-entry-blog3,
.format-audio .single-entry-blog3,
.format-link .single-entry-blog3,
.format-video .single-entry-blog3 {
    background: #444;
}

.format-quote .single-entry-blog3 .blog-header,
.format-audio .single-entry-blog3 .blog-header,
.format-link .single-entry-blog3 .blog-header,
.format-video .single-entry-blog3 .blog-header {
    position: relative;
}

.format-quote .single-entry-blog3,
.format-audio .single-entry-blog3,
.format-link .single-entry-blog3,
.format-video .single-entry-blog3 {
    display: block !important;
}

.single-entry-blog3 .blog-header {
    position: absolute;
    z-index: 2;
}

.single-entry-blog3 .blog-header .single-post-title,
.single-entry-blog3 .entry-post-meta,
.single-entry-blog3 .entry-post-meta a,
.single-entry-blog3 .entry-post-meta .publish-date a {
    color: #fff;
}

.single-entry-blog3 .entry-post-meta {
    font-size: 16px;
}

.entry-blog-listing .entry-image .quote-link {
    padding: 75px 40px 75px;
}

.single article.hentry {
    margin-bottom: 0;
}

.post-inwrap.header-single {
    background: #fff;
    padding: 15px 0 0;
    margin-bottom: -10px;
}

.entry-summary ul,
.blog-entry-summary ul,
.entry-content-page ul,
.entry-summary ol,
.blog-entry-summary ol,
.entry-content-page ol {
    margin: 0;
    padding: 3px 20px;
}

.entry-summary ul li,
.blog-entry-summary ul li,
.entry-content-page ul li,
.entry-content-page ol li,
.blog-entry-summary ol li,
.entry-summary ol li {
    margin: 0;
    position: relative;
    padding: 3px 0;
}

.single .post-layout embed,
.single .post-layout iframe,
.single .post-layout object {
    height: 419px;
}

.single.single-post .paging-navigation .post-nav li>a,
.single.single-post .paging-navigation .post-nav li>span {
    margin: 10px 15px 0 0;
}

.single-entry-summary {
    position: relative;
    z-index: 10;
    line-height: 28px;
    font-size: 15px;
}

.single-entry-summary-post-content img[class*="wp-image-"] {
    margin-bottom: 0;
}

.single-entry-summary-post-content h3 {
    padding: 10px 35px;
    line-height: 30px;
}

.single-entry-summary-post-content ul {
    padding: 0 0 25px 50px;
}

.single-entry-blog2 .single-entry-summary {
    padding: 15px 0 0;
}

.single-entry-blog3-content .single-entry-summary {
    padding: 0;
}

.single-entry-blog3 {
    margin: 0 0 50px;
}

/* Single 4 */

.single-entry-blog3.single-entry-blog4 .blog-header {
    z-index: 2;
    bottom: -60px;
    left: 0;
    max-width: 700px;
    text-align: left !important;
    background: #fff;
    padding: 30px 0 0 0;
}

.single-entry-blog3.single-entry-blog4 .blog-header .single-post-title {
    color: #1c1c1c;
}

.single-entry-blog3.single-entry-blog4 .entry-post-meta,
.single-entry-blog3.single-entry-blog4 .entry-post-meta a,
.single-entry-blog3.single-entry-blog4 .entry-post-meta .publish-date a {
    color: #a3a3a3;
    font-size: 14px;
}

.single-entry-blog3.single-entry-blog4:before {
    background: none;
}

.post-tags>span {
    background: #1c1c1c;
    color: #fff;
    font-size: 12px;
    padding: 3px 6px;
    text-transform: uppercase;
    margin-right: 5px;
}

.post-tags a {
    border: 1px solid #dedede;
    display: inline;
    list-style: none;
    padding: 2px 6px;
    margin-right: 5px;
    text-align: center;
    font-size: 12px;
    color: #1c1c1c;
}

.post-tags a:hover {
    background: #1c1c1c;
    color: #fff;
    border: 1px solid transparent;
}

/* share */

.share-items {
    border: 1px solid #dedede;
    border-radius: 0;
    background: none;
    padding: 10px 20px;
    width: 100%;
    margin: 40px 0;
    display: inline-block;
}

/* Single page navigation */

.post-navigation {
    text-align: center;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    padding: 0 40px;
    width: 50%;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    transition: 400ms;
    -webkit-transition: 400ms;
}

.post-navigation i {
    margin: 0 5px;
}

.post-navigation span {
    color: #a3a3a3;
    margin-bottom: 4px;
    display: inline-block;
}

.post-navigation:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.post-navigation {
    display: inline-block;
}

.post-navigation {
    display: block;
}

.post-navigation .nav-previous {
    text-align: left;
    float: left;
    border-left: 0 none;
    border-right: 0 none;
    padding: 0 50px 0 0;
}

.post-navigation .nav-next {
    text-align: right;
    float: left;
    border-right: 0 none;
    padding: 0 0 0 50px;
}

.post-navigation h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}

/* Author box */

.author-info {
    line-height: 22px;
    font-size: 13px;
}

.author-user-title h3 {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 5px;
    line-height: normal;
    font-weight: 700;
    text-transform: capitalize;
}

.author-user-title .h3-span {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 5px;
    line-height: normal;
    font-weight: 700;
    text-transform: capitalize;
}

.author-user-title h3 a {
    color: #000;
}

.author-user-title .h3-span a {
    color: #000;
}

.author-box {
    margin-top: 50px;
    padding: 25px;
    border: 1px solid #dedede;
    font-size: 15px;
}

.author-box-no-border {
    margin-top: 50px;
    padding: 25px;
    font-size: 15px;
}

.author-img img {
    margin-right: 30px;
    width: 100px;
    height: 100px;
    overflow-x: hidden;
    margin-bottom: 30px;
    margin-top: 10px;
}

.authors-social {
    color: #7a7a7a;
    margin-top: 5px;
}

.authors-social a {
    margin-left: 10px;
    color: #000 !important;
    transition: 400ms;
    -webkit-transition: 400ms;
}

/* Related post */

.related-post-imgwrap {
    position: relative;
}

.related-post-imgwrap .category-meta-bg {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.related-item-content {
    margin-bottom: 30px;
    position: relative;
    background: #222;
    min-height: 230px;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.related-item-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .65);
}

.related-item-content img {
    max-width: 100%;
    opacity: .5;
}

.related-item-content .post-content {
    position: absolute;
    bottom: 0;
    padding: 20px 30px;
    z-index: 15;
    width: 100%;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.related-item-content .border-overlay-content .entry-title {
    margin-top: 0;
}

.related-item-content .border-overlay-content .entry-title a {
    color: #fff;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.related-post {
    margin-top: 30px;
}

.related-post .entry-title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.related-post .entry-title a {
    color: #1c1c1c;
}

.single-entry-blog .related-post .entry-post-footer-wrap span.post-meta-author {
    border-right: 1px solid #dedede;
    padding-right: 8px;
    margin-right: 8px;
}

.related-post-item {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 30px;
    display: inline-block;
}

.related-post-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.related-post-item:after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 95%;
    height: 1px;
    background: #eee;
}

.related-post-item:last-child:after {
    display: none;
}

.related-post-item .meta-post-date {
    color: #999;
    text-transform: uppercase;
    font-size: 13px;
}

.relate-entry-title {
    margin: 0;
    font-size: 18px;
}

.relate-entry-title a {
    color: #000;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.related-post-content {
    font-style: italic;
}

/* post layout */

.post-overlay {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.entry-comment i,
.entry-meta-view i,
.entry-meta-tag i {
    margin-right: 5px;
}

.blog-entry-footer a {
    color: #9a9a9a;
    font-weight: 600;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.post-overlay:before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: 200ms;
    -webkit-transition: 200ms;
}

.post-overlay .meta-category a {
    transition: 300ms;
    -webkit-transition: 300ms;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1px 10px;
    transition: 300ms;
    -webkit-transition: 300ms;
    display: inline-block;
}

.post-overlay .meta-category a:hover {
    background: #fff;
}

.post-overlay .post-head-content {
    width: 100%;
    height: 100%;
    position: absolute;
    vertical-align: middle;
}

.post-overlay .post-head-content .page-header .page-header-in {
    vertical-align: middle;
    display: table-cell;
}

.post-overlay .post-head-content .page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: none;
}

.post-overlay .post-head-content .page-header .page-header-in>div {
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.blog-button {
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.blog-button:hover {
    color: #fff;
}

.entry-meta {
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.entry-meta .entry-meta-list {
    display: inline-block;
    width: 32.3333%;
    text-align: center;
    border-right: 1px solid #eee;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.entry-meta .entry-meta-list i {
    margin-right: 5px;
}

.entry-meta .entry-meta-list a {
    color: #333;
}

.entry-meta .entry-meta-list:last-child {
    border: none;
}

/* Entry Meta */

.page-header-in .entry-meta {
    color: #FFF;
    font-size: 12px;
    display: block;
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
    font-weight: 700;
    font-style: italic;
}

.page-header-in .entry-meta li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.page-header-in .entry-meta li.author {
    text-transform: uppercase;
}

.page-header-in .entry-meta li a {
    color: #fff;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.page-header span.author {
    text-transform: uppercase;
    font-size: 14px;
}

.post-overlay .post-readmore {
    position: absolute;
    bottom: 15px;
    right: 30px;
    z-index: 3;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.post-overlay .post-readmore a {
    color: #fff;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.post-overlay .post-readmore a span {
    font-size: 46px;
    margin-top: -28px;
    display: block;
}

.entry-meta li:last-child:after {
    display: none;
}

.post-hits {
    color: #fff;
    display: inline-block;
    position: relative;
}

.post-hits span {
    font-size: 22px;
    position: absolute;
    left: 60px;
    z-index: 1;
    color: #FFFFFF;
    font-weight: 700;
    top: 10px;
}

.post-hits i {
    font-size: 42px;
}

.meta-view .post-hits {
    color: #000;
}

.meta-view .post-hits span {
    color: #000;
}

.entry-meta {
    position: relative;
}

/*Post Type*/
/* video format */

.format-video .post-overlay .post-head-content .page-header .page-header-in>div {
    z-index: 0;
}

.video-post {
    z-index: 2;
}

.format-video .post-overlay .meta-category {
    display: none;
}

.entry-video {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 0;
}

/* audio format */

.format-audio .post-overlay .post-head-content .page-header .page-header-in>div {
    z-index: 0;
}

.format-audio .post-overlay .meta-category {
    display: none;
}

.entry-audio {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    line-height: 0;
}

/* link quote formart */

.format-quote .post-overlay .post-head-content,
.format-link .post-overlay .post-head-content {
    opacity: .1;
}

/* blog listing */

.listing-format .entry-blog {
    width: 100%;
    float: left;
}

.imgfullsize .featured-image img {
    width: 100%;
}

.entry-format .featured-image {
    position: relative;
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */

    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */

    backface-visibility: hidden;
}

@-webkit-keyframes sharp {
    100% {
        left: 125%;
    }
}

@keyframes sharp {
    100% {
        left: 125%;
    }
}

.meta-quote {
    padding: 80px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
}

.meta-quote span {
    font-weight: 700;
}

.meta-quote p {
    margin-bottom: 15px;
    font-style: italic;
}

.entry-overlay {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
}

.entry-image {
    position: relative;
    height: 100%;
    width: 100%;
}

.entry-image .quote-link {
    color: #fff;
    position: relative;
    margin: 0;
    z-index: 1;
    text-align: center;
    opacity: .90;
    display: table;
    width: 100%;
    padding: 97px 50px 98px;
    height: 100%;
}

.entry-image .quote-link i {
    font-size: 28px;
    line-height: 0;
}

.entry-image .quote-link i.fa-quote-left {
    margin-right: 8px;
}

.entry-image .quote-link i.fa-quote-right {
    margin-left: 8px;
    margin-top: 15px;
}

.entry-image .quote-link p {
    font-size: 16px;
}

.format-link:hover .entry-image {
    z-index: 2;
}

.entry-image .quote-link span {
    font-weight: bold;
    font-size: 24px;
    margin-top: 25px;
    display: block;
}

.entry-image .quote-link div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 40px;
}

.entry-image .quote-link h4 {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    word-break: break-all;
}

/* Gallery Slider */

.blog-gallery-slider .img-fluid {
    height: 100%;
    width: 100%;
}

.blog-gallery-slider .carousel-control {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-image: none;
    opacity: .8;
    text-shadow: none;
    background-color: #fff;
    color: #000;
    top: 45%;
    bottom: auto;
    font-size: 28px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.entry-blog-listing .blog-gallery-slider .carousel-inner img {
    height: 278px;
}

.blog-gallery-slider .carousel-inner img {
    opacity: .6;
}

.blog-gallery-slider .carousel-inner {
    background: #000;
}

.blog-gallery-slider:hover .carousel-control {
    opacity: 1;
}

.format-gallery .post-overlay .post-head-content .page-header .page-header-in>div {
    z-index: 0;
}

.format-gallery .post-overlay .meta-category {
    display: none;
}

.format-gallery:hover .entry-content-gallery {
    z-index: 2;
}

.post-entry-image.enrty-gallery-img {
    height: 400px;
    opacity: .6;
}

.entry-content-gallery .carousel-inner>.item {
    background: rgba(0, 0, 0, .6);
}

.entry-content-gallery .carousel-inner>.item img {
    min-height: 210px;
}

.entry-content-gallery {
    position: relative;
    z-index: 1;
}

/*default WordPress gallery*/

.gallery .gallery-item dl {
    margin-bottom: 0 !important;
}

.gallery .gallery-item img {
    border: none !important;
}

.post-navigation ul.pager {
    text-align: left;
}

.page.page-template-default .entry-content,
.page.page-template-page-sidebar .entry-content {
    margin: 0;
    padding: 0;
}

.entry-content-page h2 {
    margin-top: 20px;
}

.page.page-template-page-blog-left-sidebar .entry-content {
    margin: 0;
}

.page.page-template-page-blog-fullwidth #content {
    border-right: none;
}

.page .entry-content .wpcf7-form {
    text-align: left;
}

.entry-content span.fixed-char {
    display: block;
    position: relative;
    z-index: 1;
}

/* Post bottom */

.post-bottom {
    margin-top: 20px;
}

.more-link {
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
}

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

.social-icons li+li {
    padding-left: 15px;
}

.social-icons a {
    color: #222;
}

.blog-entry-summary .blog-share-button ul {
    margin: 0;
}

.blog-entry-summary .blog-share-button ul li {
    display: inline-block;
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

/* post navigation */

.post-navigation ul.pager {
    margin: 20px 0 80px 0;
}

.post-nav {
    margin: 0 0 0;
}

.post-nav .previous>a,
.post-nav .previous>span,
.post-nav .next>a,
.post-nav .next>span {
    float: none;
}

.paging-navigation .post-nav {
    list-style: none;
}

.paging-navigation .post-nav {
    margin: 0;
    padding: 0;
}

.paging-navigation .post-nav li {
    display: inline-block;
}

.paging-navigation .post-nav .meta-nav span {}

.paging-navigation .post-nav li>a,
.paging-navigation .post-nav li>span {
    margin: 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #9a9a9a;
    letter-spacing: 1px;
    background: #fff;
    background: #1C7FF2 !important;
    padding: 7px 20px;
    text-transform: capitalize;
    transition: 300ms;
    -webkit-transition: 300ms;
    color: #fff;
    border-radius: 20px;
}

.paging-navigation .post-nav li>a:hover,
.paging-navigation .post-nav li>span:hover {
    color: #fff;
}

.paging-navigation .post-nav li.previous>a i {
    margin: 0 8px 0 0;
    font-size: 16px;
}

.paging-navigation .post-nav li.next>a i {
    margin: 0 0 0 8px;
    font-size: 16px;
}

.paging-navigation {
    margin: 0;
    padding: 0;
}

#nav-below.paging-navigation {
    margin-top: 10px;
}

.paging-navigation .post-nav li.nav-next {
    float: right;
}

.paging-navigation .post-nav li .meta-nav {
    font-size: 20px;
    margin-top: -10px;
    display: inline-block;
}

/* Number Paginaion */

.post-pagination {
    margin-bottom: 25px;
}

.post-pagination ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.post-pagination ul li {
    display: inline-block;
}

.post-pagination ul li a,
.post-pagination ul li span.current,
.post-pagination ul li span.dots {
    border-radius: 0;
    background: #fff;
    border: 1px solid #dedede;
    color: #7c7c7c;
    padding: 12px 17px 11px;
    margin: 0 2px;
    transition: 400ms;
    -webkit-transition: 400ms;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.post-pagination ul li span.pagination-prev,
.post-pagination ul li span.pagination-next {
    letter-spacing: 1.5px;
    padding: 12px 10px;
}

.post-pagination ul li a:hover,
.post-pagination ul li span.current {
    color: #fff;
    background: #1C7FF2 !important;
}

/* pagination loading */

.post-content-loading {
    text-align: center;
    margin-top: 30px;
}

#post-loading-button {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 20px;
    padding: 12px 40px;
    transition: 400ms;
    -webkit-transition: 400ms;
}

#post-loading-button:hover {
    color: #fff;
}

/* comment pagination */

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
    margin: 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #9a9a9a;
    letter-spacing: 1px;
    padding: 7px 20px;
    text-transform: capitalize;
    transition: 300ms;
    -webkit-transition: 300ms;
    color: #fff;
    border-radius: 20px;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
    display: inline-block;
    margin-bottom: 30px;
}

.post-navigation ul.post-nav {
    margin: 0px 0 40px 0;
}

#nav-below.post-navigation {
    margin: 0 15px;
    padding: 0;
    background: #fff;
    box-sizing: border-box;
}

#nav-below.post-navigation ul li.nav-next {
    float: right;
}

#nav-below.post-navigation ul {
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

#nav-below.post-navigation ul li {
    position: relative;
    display: inline-block;
    border: none;
    padding: 10px 30px;
    background: #000;
}

#nav-below.post-navigation ul li a {
    font-size: 14px;
    transition: 300ms;
    -webkit-transition: 300ms;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
}

#nav-below.post-navigation ul li.next .meta-nav {
    font-size: 20px;
    position: absolute;
    right: 12px;
    top: 10px;
}

#nav-below.post-navigation ul li.previous .meta-nav {
    font-size: 20px;
    position: absolute;
    left: 12px;
    top: 10px;
}

.meta-tag {
    margin: 30px 0 30px;
}

.meta-tag span {
    text-transform: capitalize;
    margin-right: 10px;
    font-weight: bold;
    font-size: 16px;
}

.meta-tag a {
    font-size: 14px;
    transition: 300ms;
    -webkit-transition: 300ms;
    text-transform: capitalize;
    color: #000;
    margin-right: 10px;
    font-weight: 600;
}

/* Comments */

#commentsubmit.btn.btn-primary:hover {
    color: #fff;
}

.comments-area {
    padding: 25px 0 0;
    margin-top: 25px;
}

.comments-area ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-body {
    padding-bottom: 60px;
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
}

.comment .children {
    margin-left: 1.5em;
    list-style: none;
}

.comment .children .comment-body {
    border-bottom: 1px solid #dedede;
}

.comments-area ol li.depth-1:last-child .comment-body {
    margin-bottom: 30px;
    border-bottom: 1px solid #dedede;
}


.comment-area {
    margin-bottom: 8px;
}

.comment-area .media-heading {
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    margin: 0;
    color: #1c1c1c;
    border-right: 1px solid #dedede;
    padding-right: 12px;
    margin-right: 10px;
    display: inline-block;
    text-transform: capitalize;
}

.comment-area .media-heading a {
    color: #1c1c1c;
}

.comment-area cite {
    display: inline-block;
    margin: 0;
    font-size: 16px;
}

.comment-area .says {
    display: none;
}

.comment-meta {
    display: inline-block;
}

.media-body-wrap .comment-content p,
.comment-awaiting-moderation {
    margin-bottom: 10px;
}

.comment-meta a {
    color: #888;
    font-size: 12px;
}

.media>.pull-left.author-comment {
    margin-right: 20px;
}

.media>.pull-left.author-comment img {
    border-radius: 0;
}

.comment-notes {
    font-size: 12px;
    margin-bottom: 8px;
}

.comment-respond .comment-form-comment label {
    display: none;
}

.comment-body:after {
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, #FFF 0, #eee 5%, #eee 95%, #FFF 100%);
    background: -ms-linear-gradient(left, #fff 0, #eee 5%, #eee 95%, #fff 100%);
    background: -o-linear-gradient(left, #fff 0, #eee 5%, #eee 95%, #fff 100%);
    background: -webkit-linear-gradient(left, #FFF 0, #eee 5%, #eee 95%, #FFF 100%);
    background: -moz-linear-gradient(left, #fff 0, #eee 5%, #eee 95%, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #FFF), color-stop(5%, #eee), color-stop(95%, #eee), color-stop(100%, #FFF));
}

.comment-respond .alert-info {
    display: none;
}

.comment .comment-body:last-child:after {
    display: none;
}

.comment-reply-link {
    background: none;
    color: #999;
    border: none;
    position: absolute;
    padding: 0;
    font-size: 12px;
}

.comment-form label {
    display: block;
    font-weight: 600;
    margin: 0;
    font-size: 12px;
}

.comment-respond p {
    margin-bottom: 15px;
}

input,
textarea {
    border: 1px solid #dedede;
    padding: 6px 15px;
}

input:focus,
textarea:focus {
    box-shadow: none;
    outline-offset: 0;
    outline: 0;
}

.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-url input {
    width: 50%;
    background: rgba(255, 255, 255, 0.7);
}

.comment-form textarea {
    width: 100%;
    background: #fff;
    padding: 0 15px;
}

.comment-form .form-submit {
    margin-top: 40px;
}




/* contact form */

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
    margin-bottom: 0;
}

.wpcf7-form textarea {
    width: 100%;
}

/* video */

.entry-video.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 0;
}

/* widget */

.themewing-ads-banner-image {
    text-align: center;
}

.widget ul.nav>li>a {
    display: inline-block;
    padding: 2px 0;
    color: #000;
    font-weight: 400;
    transition: 300ms;
    -webkit-transition: 300ms;
    font-size: 14px;
}

.widget>ul.nav {
    padding: 0;
    display: block;
}

.widget>ul.nav li ul.nav {
    display: block;
    padding: 0;
}

.widget.widget_rss .widget-title span:after,
.widget.widget_rss .widget-title span:before {
    display: none;
}

#recentcomments .recentcomments {
    padding: 5px 0 !important;
}

table {
    border: 1px solid #e7e7e7;
}

.entry-content.blog-entry-summary pre,
.entry-blog .entry-content-page pre {
    padding: 20px;
}

.entry-content-page .entry-page-title {
    margin-top: 20px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td,
table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    border-top: 1px solid #e7e7e7;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    padding: 10px 20px;
}

div#calendar_wrap caption {
    margin: 10px;
}

.table-striped>tbody>tr:nth-child(odd),
table>tbody>tr:nth-child(odd) {
    border: 1px solid #e7e7e7;
}

.post-password-form input[type="password"] {
    padding: 4px 15px;
    margin-right: 10px;
}

.widget {
    margin-bottom: 30px;
}

.widget_search .search-form input[type="submit"] {
    display: none;
}

.widget select {
    width: 100%;
    border: 1px solid #e7e7e7;
    padding: 5px;
}

.footer-widget .table-striped>tbody>tr:nth-child(odd)>td,
.footer-widget .table-striped>tbody>tr:nth-child(odd)>th {
    background: transparent;
}

.footerbottom-widget .news247_ads_banner_widget {
    padding-bottom: 20px !important;
}

/* Blog post comments */

.comments-counter {
    font-size: 18px;
}

.comments-counter a {
    color: #323232;
}

.comments-list {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

.comments-list .comment {
    border-bottom: 1px solid #cecece;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.comments-list .comment.last {
    border-bottom: 0;
}

.comments-list img.comment-avatar {
    width: 84px;
    height: 84px;
    margin-right: 30px;
    border-radius: 3px;
}

.comments-list .comment-body {
    margin-left: 120px;
}

.comments-list .comment-author {
    margin-bottom: 0;
}

.comments-list .comment-date {
    font-style: italic;
    color: #959595;
    margin-bottom: 20px;
}

.comments-list .comment-reply {
    text-transform: uppercase;
    color: #323232;
}

.comments-reply {
    list-style: none;
    margin: 0 0 0 70px;
}

.comments-form .btn.btn-primary {
    padding: 10px 20px;
}

.comments-form label {
    font-weight: normal;
    color: #959595;
}

/*-- Blog tab widget --*/

.widget-tab .nav-tabs {
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
}

.widget-tab .nav-tabs>li:first-child {
    margin-left: 10px;
}

.widget-tab .nav-tabs>li>a {
    background: #e7e7e7;
    color: #323232;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 3px 3px 0 0;
    margin-right: -1px;
    border: 1px solid #e7e7e7;
    border-bottom: 0;
}

.widget-tab .nav-tabs>li.active>a {
    color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 0;
}

.widget-tab .tab-content {
    border-top: 0;
    padding: 10px 0 0;
}

.widget-tab .posts-thumb img {
    display: block;
    width: 85px;
    height: 65px;
    margin-right: 20px;
}

.widget-tab .posts-avator img {
    display: block;
    width: 62px;
    height: 62px;
    margin-right: 20px;
    border-radius: 100%;
}

.widget-tab h4.entry-title {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 5px;
}

.widget-tab h4.entry-title a {
    color: #323232;
}

.widget-tab .post-meta span {
    padding-right: 5px;
}

.widget-tab ul.posts-list li {
    padding-bottom: 10px;
}

/*-- Blog category widget --*/

.widget_categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget .widget_categories ul {
    padding-right: 20px;
}

.widget_categories ul li {
    padding-bottom: 6px;
    margin-bottom: 5px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.widget.widget_categories ul li a {
    padding: 0;
}

/* 404 page */

.error404 {
    text-align: center;
}

.error404 .page-header h1 {
    font-weight: 800;
    font-size: 100px;
    letter-spacing: 8px;
    margin: 0;
}

.error404 .page-header h2 {
    margin: 10px 0;
    font-size: 36px;
    font-weight: 700;
}

.error404 .page-header p {
    font-size: 16px;
    color: #777;
    margin: 15px 0;
}

.error404 .page-header {
    margin-bottom: 20px;
}

.error404 .common-btns {
    padding: 12px 28px;
    border-radius: 50px;
}

.error404 #content {
    margin-bottom: 80px;
    border-right: none;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/*--- Article list post ---*/

article.list-post {
    margin-bottom: 60px;
}

/* Post media */

article.list-post .post-media img {
    width: 100%;
    min-height: 278px;
}

/* Post meta */

article.list-post-left .post-meta span {
    margin-right: 0;
    margin-left: 15px;
}

.post-meta span a {
    color: #7a7a7a;
}

.post-meta span i {
    margin-right: 5px;
}

/* Blog content
================================================== */
/*--- Article list common ---*/

article.hentry.post-layout {
    position: relative;
}

/* Post media */

.post-media img {
    width: 100%;
}

/* Post content */

.post-inwrap {
    text-align: center;
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
}

/* Post meta */

.post-meta {
    padding: 10px 0 15px;
}

.post-meta span {
    color: #9a9a9a;
    margin-right: 10px;
    font-size: 12px;
}

/* Post item grid */

.post-item-grid {
    text-align: center;
    margin-bottom: 30px;
    min-height: 500px;
}

.post-item-grid .post-meta span {
    margin-right: 10px;
}

.post-item-grid .post-inwrap {
    background: #fff;
    padding: 10px 0 0;
    border-bottom: 0;
}

/* Title */

.title-normal,
.comment-reply-title,
.comments-title {
    font-weight: 600;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.comment-reply-title {
    margin-bottom: 5px;
}

.home .main-content {
    margin-top: 0;
}

/* widget area */
/* search widget */

.widget.widget_search #searchform {
    position: relative;
}

.widget.widget_search .form-control {
    border: 1px solid #eee;
    color: #959595;
    box-shadow: none;
    border-radius: 0;
    padding: 12px 15px;
    min-height: 50px;
    width: 100%;
}

/* Sidebar */

.sidebar .widget-title,
.offcwidget .widget-title {
    margin: 0 0 20px;
    position: relative;
    color: #616a6b;
}

.sidebar .widget-title {
    padding-bottom: 0;
    margin: 0 0 40px;
    color: #000;
    text-transform: uppercase;
    line-height: 26px;
    position: relative;
    font-weight: 700;
}

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

/* Recent Posts */

.recent-posts-widget ul li {
    padding-bottom: 20px;
}

.recent-posts-widget ul {
    padding-right: 0;
}

.recent-posts-widget ul li:last-child {
    padding-bottom: 0;
}

.recent-posts-widget .posts-thumb {
    margin-right: 20px;
}

.recent-posts-widget .comment-author-link a {
    color: #222;
    font-weight: 700;
    margin-bottom: 5px;
    display: inline-block;
}

.recent-posts-widget .post-info .entry-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    display: inline-block;
}

.recent-posts-widget .posts-thumb img {
    margin-right: 10px;
    width: 100px;
    height: 80px;
}

.recent-posts-widget .posts-thumb {
    position: relative;
}

.recent-posts-widget .posts-thumb .category-meta-bg {
    position: absolute;
    top: -3px;
    left: 0px;
    z-index: 1;
}

.posts-thumb-full {
    position: relative;
}

.posts-thumb-full .post-info-full {
    position: absolute;
    bottom: 0;
    padding: 25px;
    z-index: 2;
}

.posts-thumb-full .post-info-full .post-meta time {
    color: #fff !important;
}

.posts-thumb-full .entry-title a,
.posts-thumb-full .post-title a {
    color: #fff;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.posts-thumb-full .entry-title a:hover,
.posts-thumb-full .post-title a:hover {
    color: #fff;
}

.posts-thumb-full .entry-title,
.posts-thumb-full .post-title {
    margin-top: 20px;
    margin-bottom: 8px;
}

.posts-thumb-full:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 7px;
    left: 0;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}

.recent-posts-widget .post-info .entry-title a,
.recent-posts-widget .post-info .post-title a {
    color: #1c1c1c;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.footer-widget .recent-posts-widget .post-info .entry-title a {
    color: #fff !important;
}

.recent-posts-widget .post-meta {
    font-weight: 400;
    padding: 0;
    line-height: 17px;
    margin-bottom: 10px;
}

.recent-posts-widget .post-meta time {
    color: #888 !important;
    font-size: 12px;
    text-transform: capitalize;
}

.recent-posts-widget .post-meta a {
    color: #888;
}

/* Newsletter */

.mc4wp-form-fields {
    background-repeat: no-repeat;
    background-position: bottom right;
}

.mc4wp-form-fields input[type=email] {
    margin-bottom: 20px;
}

.mc4wp-form-fields button {
    font-weight: 700;
    font-size: 12px;
    margin-top: 15px;
    padding: 10px 25px;
}

.mail-newsletter {
    display: flex;
}
.mail-newsletter-button{
    display: flex;
    justify-content: center;
    margin-top: 16px;
}
.text-conditions{
    margin-top: 16px;
    text-align: center;
}
.text-white{
    color: white;
}
/*-- Gallery widget --*/

.post-gallery-widget ul {
    padding: 0;
    margin: 0;
    line-height: 0;
}

.gallery-widget-item {
    overflow: hidden;
    margin: 0 5px 7px 0px;
    display: inline-block;
    line-height: 0;
}

.gallery-widget-item img {
    max-width: 77px;
    height: 100%;
}

/* Widget categories */

.sidebar .widget_categories ul.nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar .widget_categories ul.nav li a,
.sidebar .widget_archive ul li a,
.sidebar .widget_pages ul li a,
.sidebar .widget_meta ul li a,
.sidebar .widget_recent_comments ul li a,
.sidebar .widget_recent_entries ul li a {
    color: #616a6b;
    padding: 0 10px 0 0;
}

.sidebar .widget_categories ul.nav li,
.sidebar .widget_archive ul li,
.sidebar .widget_pages ul li,
.sidebar .widget_meta ul li,
.sidebar .widget_recent_comments ul li,
.sidebar .widget_recent_entries ul li {
    padding-bottom: 4px;
    margin-bottom: 4px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.widget_categories ul li,
.widget_archive ul li {
    text-align: right;
    overflow: hidden;
}

.widget_categories ul.nav li:last-child {
    border-bottom: 0;
}

.widget_categories ul li a,
.widget_archive ul li a {
    float: left;
}

/* tag clouds */

.widget_tag_cloud .tagcloud {
    font-size: 0;
}

.widget.widget_tag_cloud .tagcloud a {
    margin: 2px;
    border: 1px solid #dedede;
    color: #515151;
    display: inline-block;
    font-size: 13px !important;
    padding: 6px 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.widget.widget_tag_cloud .tagcloud a:hover {
    color: #fff;
}

/* Newsletter */

.newsletter {
    max-width: 580px;
    margin: 0 auto;
}

.newsletter h3 {
    color: #fff;
}

.newsletter input[type="email"] {
    border: 1px solid #7a7a7a;
    border-left: 0;
    border-right: 0;
    text-align: center;
    background: transparent;
    width: 100%;
}

.btn-newsletter input[type=submit] {
    padding: 12px 30px;
    display: inline-block;
    margin: 30px 0 0;
    letter-spacing: 1px;
}

.btn-newsletter input[type=submit]:hover {
    background: #333;
}

.footer-column {
    padding: 60px 0;
}

/* Footer bottom
================================================== */
.footer-widget .widget-title {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin: 0 0 35px;
    text-transform: uppercase;
    color: #fff;
}

.footer-widget .table td,
.footer-widget .table th {
    padding: 7px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: 50px;
    padding: 50px 50px 0;
}

.footer-bottom p {
    margin-bottom: 2px;
    font-size: 13px;
}

.footer-logo img {
    display: inline-block;
    margin-bottom: 30px;
}

.footer-info-phone,
.footer-info-email {
    display: inline-block;
    margin: 0 5px;
}

.footerbottom-widget .widget {
    padding-bottom: 0;
}

.footerbottom-widget .widget.widget_media_image {
    margin-bottom: 0;
}

.footerbottom-widget .widget.widget_text {
    margin: 15px 0 25px;
}

.footerbottom-widget .social-button-widget {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
}

.footerbottom-widget .social-button-widget li {
    margin: 0;
    display: inline-block;
}

.footerbottom-widget .social-button-widget li a {
    display: inline-block;
    margin: 0 3px;
}

.footerbottom-widget .social-button-widget li a i {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px !important;
    font-size: 12px;
    color: #fff;
    background: #282828;
    text-align: center;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

/* footer
================================================== */

.footer-widget .recent-posts-widget .post-info .entry-title {
    height: 40px;
    overflow: hidden;
}

.footer-widget .widget.widget_tag_cloud .tagcloud a {
    background: rgba(0, 0, 0, 0.2);
}

.footer-widget .recent-posts-widget .posts-thumb img {
    width: 80px;
    height: 70px;
}

/* Copyright
================================================== */

.copyright {
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 13px;
}

.copyright-info a {
    color: #fff;
}

.copyright .copyright-info {
    padding-top: 20px;
    padding-bottom: 20px;
}

.copyright-info.copyright-layout2 {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    color: #777;
}

.copyright-info p {
    margin: 0;
}

.footer-nav {
    float: right;
}

.footer-nav li {
    display: inline-block;
    padding-left: 12px;
}

.footer-nav li a {
    transition: 400ms;
    -webkit-transition: 400ms;
}

.copyright-layout1 {
    border-top: 1px solid rgba(0, 0, 0, 0.05)
}

.thw-menubar-wrap {
    background: #fff;
}

.thw-menubar-wrap .navbar-collapse {
    padding: 0;
}

.search-newsletter {
    text-transform: uppercase;
    font-size: 13px;
    color: #252525;
}

.search-newsletter .newsletter-subscribe a {
    display: inline-block;
    border: 1px solid #e7e7e7;
    padding: 6px 25px;
    border-radius: 4px;
    color: #252525;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.search-newsletter .newsletter-subscribe a:hover {
    color: #fff;
}

.search-newsletter .nav-search {
    font-size: 16px;
    display: inline-block;
    margin-left: 8px;
}

.search-newsletter .nav-search:before {
    right: 97px;
}

/*  Add Woocommerce
================================================== */

.wooshop .page-title {
    display: none;
}

.woocommerce .woocommerce-ordering select {
    margin-bottom: 12px;
    border: 1px solid #eee
}

.woocommerce .woocommerce-result-count {
    margin-top: 12px;
}

input:focus,
textarea:focus,
select:focus {
    outline-offset: 0;
    outline: -webkit-focus-ring-color auto 0;
}

.woocommerce-cart .page-main-content,
.woocommerce-checkout .page-main-content,
.woocommerce-account .page-main-content {
    margin-top: 20px;
    margin-bottom: 50px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: 0 0 10px;
    line-height: 1.4;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    position: relative;
}

.woocommerce ul.products li.product .price {
    color: #333;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
    margin-top: 0;
    position: absolute;
    top: 0;
    padding: 8px 20px;
    color: #fff;
    border-radius: 0;
    transition: 400ms;
    font-weight: 400;
    opacity: 0;
    line-height: 1.4;
}

.woocommerce ul.products li.product .added_to_cart {
    right: 0;
    left: auto;
}

.woocommerce ul.products li.product:hover .button,
.woocommerce-page ul.products li.product:hover .button,
.woocommerce ul.products li.product:hover .added_to_cart {
    opacity: 1;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    transition: 400ms;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-bottom: 20px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 12px 20px;
    background: #f2f2f2;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
    margin: 0 2px 0 0;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

button:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.woocommerce div.product form.cart .button {
    border-radius: 0;
    padding: 14px 20px;
    font-weight: 400;
}

.woocommerce .quantity .qty {
    width: 80px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400;
}

.woocommerce-product-gallery__image {
    margin-bottom: 30px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.woocommerce .products ul li:before,
.woocommerce ul.products li:before {
    display: none;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-weight: 400;
    font-size: 14px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #f7f7f7;
    border-bottom-color: #f7f7f7;
}

.woocommerce .quantity .qty {
    padding: 7px;
}

/*-- category --*/

.category-meta-bg a {
    position: relative;
    font-size: 10px;
    padding: 0 6px;
    margin-right: 5px;
    background: #1c1c1c;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff !important;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    transition: 400ms;
    -webkit-transition: 400ms;
    background: #1F9BD8 !important;
}

.category-meta-bg a:hover,
.recent-posts-widget .category-meta-bg a:hover {
    color: #fff;
}

.category-meta-bg a:before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 0;
    bottom: -7px;
    border-top: 8px solid;
    border-top-color: #1c1c1c;
    border-right: 5px solid transparent;
    -webkit-transition: 400ms;
    border-top-color: #1F9BD8 !important;
}

.recent-posts-widget.post-block13-element .category-meta-bg a {
    width: 20px;
    text-align: center;
}

/*-- Post title --*/

.post-title {
    font-size: 18px;
    line-height: 24px;
    margin: 15px 0 0;
}

.post-title a,
.post-content .post-title a {
    color: #1c1c1c;
}

.post-title.title-extra-large {
    font-size: 26px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.post-title.title-large {
    font-size: 20px;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.post-title.title-medium {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.post-title.title-small {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.post-overaly-style {
    position: relative;
    overflow: hidden;
}

.post-overaly-style:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}

.post-overaly-style .post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    z-index: 1;
}

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

.post-overaly-style .post-date {
    color: #fff;
}

.post-thumb {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

.post-thumb img {
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-backface-visibility: hidden;
}

.post-block-style:hover .post-thumb img,
.post-overaly-style:hover .post-thumb img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.post-block-style.post-float:hover .post-thumb img {
    transform: none;
}

/* Post overaly Top Content */

.post-overaly-style.contentTop .post-content {
    top: 0;
    bottom: auto;
}

.post-overaly-style.contentTop:before {
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
}

/*-- Post Overaly Textcenter --*/

.post-overaly-style.text-center .post-content {
    padding: 30px;
}

.post-overaly-style.text-center {
    margin-bottom: 20px;
}

.post-overaly-style.text-center .post-thumb img {
    min-height: 260px;
}

.post-overaly-style.text-center .post-meta time {
    padding: 0;
    margin: 0;
}

.post-overaly-style.text-center:before {
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
}

/*-- Post Block style --*/

.post-block-style {
    position: relative;
    overflow: hidden;
}

.post-block-style .post-content {
    padding: 0;
}

.post-block-style .post-content p {
    font-size: 14px;
}

.post-content .post-meta span {
    font-size: 12px;
    /* color: #a3a3a3 !important; */
    color: #1c1c1cBB !important;
    margin-right: 8px;
    padding-right: 10px;
    border-right: 1px solid #939393;
    line-height: 12px;
    display: inline-block;
}

.post-block-style .post-content .post-meta {
    margin: 5px 0 8px;
    padding: 0;
}

.post-meta .post-author a {
    color: #1c1c1cBB !important;
    /* font-weight: 700; */
    text-transform: capitalize;
}

.post-meta span.post-date {
    border-right: 0;
}

/*  Post Block 2
================================================== */

.block-item2.post-block2-blank {
    min-height: 307px;
    background: #666;
}

/* post block 4
================================================== */

.post-block-style.post-float-half .post-thumb {
    float: left;
    position: relative;
    z-index: 1;
    margin-right: 30px;
    margin-bottom: 20px;
}

.post-block-style.post-float-half .post-thumb img {
    max-width: 300px;
    height: 180px;
    border-radius: 5px;
}

.post-block-style .category-meta-bg {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.post-block-style {
    padding: 1px;
}

.post-block-style.post-float-half .post-title {
    margin-top: 0;
}

/* post block 5
================================================== */

.post-block5-element .block-item5 {
    padding: 0 15px 15px;
    vertical-align: top;
}

.post-block5-blank .post-thumb {
    min-height: 154px;
    background: #666;
}

.post-block5-element .slick-slide>div {
    margin: 0 -15px;
}

/*  post block 6
================================================== */
/*-- Post list --*/

.post-thumb.block6img-blank {
    min-height: 305px;
    background: #666;
}

.list-post-block {
    margin-top: 30px;
}

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

.list-post-block .list-post>li {
    margin-bottom: 30px;
    max-height: 75px;
}

.list-post-block .list-post>li:last-child {
    margin-bottom: 0;
}

.post-block-style.post-float .post-thumb {
    float: left;
    position: relative;
    z-index: 1;
    margin-right: 20px;
}

.post-block-style.post-float .post-thumb img {
    max-width: 100px;
    min-height: 75px;
}

.post-block-style.post-float .post-title {
    margin-top: 0;
}

.post-block-style.post-float .post-content {
    z-index: 0;
}

.post-block-style.post-float .post-cat {
    font-size: 8px;
    left: 0;
    top: 0;
}

/* post block 6 Video
================================================== */

.pad-l-0 {
    padding-left: 0;
}

.pad-r-0 {
    padding-right: 0;
}

.video-tab {
    color: #fff;
}

.post-thumb.block7img-blank {
    height: 430px;
    background: #666;
}

.video-tab-title {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 30px 15px;
}

.video-tab .post-overaly-style {
    max-height: 403px;
}

.video-tab .post-overaly-style .post-content {
    padding: 35px;
}

.video-tab .post-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
}

.video-tab .nav-tabs>li {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: -1px;
    border: 1px solid #393a3b;
    min-height: 135px;
    padding: 30px 30px 25px;
}

.video-tab .nav-tabs .nav-item.show .nav-link,
.video-tab .nav-tabs .nav-link.active {
    color: #fff;
    background: none;
    border: none;
}

.video-tab .nav-tabs>li>a {
    background: none;
    border: 0;
    padding: 0;
}

.video-tab .nav-tabs>li>a .post-thumb img {
    max-width: 110px;
    max-height: 85px;
}

.video-tab .nav-tabs {
    border: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

.video-tab .nav-tabs>li>a .post-thumb {
    float: left;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}

.video-tab .nav-tabs>li>a .post-title {
    color: #fff;
    font-weight: normal;
    line-height: 28px;
    font-size: 16px;
    margin: 0;
}

.video-icon {
    text-align: center;
    color: #fff;
    display: block;
    top: 50%;
    margin-top: -50px;
    font-size: 32px;
    z-index: 1;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    line-height: 54px;
    border: 7px solid #fff;
    display: inline-block;
    border-radius: 100%;
}

.video-icon i {
    margin-left: 5px;
}

.video-icon a {
    color: #fff !important;
}

/*  post block 9 text center
================================================== */

.elementor-widget-news247-post-block9.text-center .post-overaly-style.contentTop .post-content {
    top: 50%;
    margin-top: -80px;
}

.elementor-widget-news247-post-block9.text-center .post-overaly-style.contentTop:before {
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}

/*  post block 11
================================================== */

.post-block11-element .row .row .post-title {
    font-size: 14px;
    line-height: 20px;
}

.post-block11-element .row .row .post-block-style {
    margin-bottom: 10px;
}

/* post slide 1
================================================== */

.post-slide1-element .post-slide-item1 {
    min-height: 465px;
    position: relative;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}

.post-slide1-element .post-slide-item1:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}

.post-slide-item1 .post-content {
    padding: 30px;
    z-index: 1;
    position: relative;
}

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

/* Featured slider content bottom */

.featured-slider.content-bottom .featured-post {
    position: absolute;
    bottom: 0;
}

.featured-slider.content-bottom .item:before {
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}

/* post block 8
================================================== */

.hot-post-top {
    min-height: 280px;
    margin-bottom: 3px;
}

.hot-post-bottom,
.hot-post-bottom img {
    min-height: 182px;
}

.hot-post-top .post-content,
.hot-post-bottom .post-content {
    padding: 20px;
}


.hot-post-top .post-title.title-medium {
    font-size: 22px;
    line-height: 30px;
}

.hot-post-bottom .post-title.title-medium {
    font-size: 14px;
    line-height: 20px;
}

.hot-post-bottom .post-date {
    font-size: 13px;
}

/* post block 9
================================================== */

.post-block9-element .fourNewsboxTop {
    margin-bottom: 3px;
}

.post-block9-element .fourNewsboxTop {
    min-height: 231px;
}

.fourNewsboxTop {
    margin-bottom: 3px;
}

.post-block9-element {
    margin: 0 15px;
}

.post-block9-element .row [class*=col] {
    padding: 0 2px;
}


/* Common styles
================================================== */

.pad-0 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.pad-r {
    padding-right: 2px;
}

.pad-l {
    padding-left: 2px;
}

.pad-r-small .col-md-6,
.pad-r-small .col-sm-12 {
    padding-right: 1.5px;
    padding-left: 1.5px;
}

.pad-r-small .row {
    margin-right: -1.5px;
    margin-left: -1.5px;
}

.pad-l-0 {
    padding-left: 0;
}

.pad-r-0 {
    padding-right: 0;
}

.block-title {
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0 40px;
    border-bottom: 2px solid #1c1c1c;
}

.block-title>span {
    background: #1c1c1c;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 8px 15px;
    position: relative;
}

.block-title>span:after {
    border-color: #272727 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    bottom: -20px;
    margin-left: -10px;
    left: 50%;
    border-width: 10px;
    border-style: solid;
}

/*-- Post title --*/

.post-title a {
    color: #1c1c1c;
}

.post-title.title-extra-large {
    font-size: 26px;
    line-height: 36px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.post-title.title-large {
    font-size: 20px;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.post-title.title-medium {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.post-title.title-small {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
}


/* Featuted Tab
================================================== */

/*-- Common styles --*/

.featured-tab {
    position: relative;
}

.featured-tab .nav-tabs {
    border: 0;
    position: absolute;
    top: -72px;
    right: 0;
}

.featured-tab .nav-tabs>li>a {
    color: #999999;
    text-shadow: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0;
    margin: 0 1px 0;
    padding: 0 0 0 15px;
    border: 0 !important;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-tab .tab-content {
    border-top: 0;
    padding: 0;
    overflow: hidden;
}

.featured-tab .nav-tabs>li>a.active {
    color: #1c1c1c;
    position: relative;
    background: none;
}

.featured-tab .nav-tabs>li>a.active:after {
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    bottom: -6px;
    margin-left: 0;
    left: 50%;
    border-width: 7px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1c1c1c rgba(0, 0, 0, 0);
}


.featured-tab .list-post-block {
    margin-top: 0;
}


/* Tab blue */

.tab-blue .featured-tab .nav-tabs>li>a.active {
    color: #1e88e5;
}

.tab-blue .featured-tab .nav-tabs>li>a.active:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1e88e5 rgba(0, 0, 0, 0);
}

/* Tab Orange */

.tab-orange .featured-tab .nav-tabs>li>a.active {
    color: #ff7a09;
}

.tab-orange .featured-tab .nav-tabs>li>a.active:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff7a09 rgba(0, 0, 0, 0);
}

/*  common slick nav
================================================== */

.pb-common-nav-wrap {
    position: relative;
}

.pb-common-nav {
    position: absolute;
    right: 0;
    top: -70px;
}

.pb-common-prev.pb-common-nav {
    right: 25px;
}

.pb-common-nav {
    margin: 0;
    background: none;
    border: 1px solid #dedede;
    color: #999;
    width: 20px;
    height: 20px;
    line-height: 18px;
    padding: 0;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    cursor: pointer;
    z-index: 2;
}

.pb-common-nav:hover {
    border: 1px solid transparent;
    color: #FFF;
}

.ts-common-nav {
    top: 0;
    border: none;
    color: #fff;
    line-height: 20px;
}

.ts-common-nav:hover {
    border: none;
}


/*  common slick nav
================================================== */

.ps-common-nav-wrap {
    position: relative;
}

.ps-common-nav {
    position: absolute;
    top: 50%;
}

.ps-common-prev.ps-common-nav {
    left: 0;
}

.ps-common-next.ps-common-nav {
    right: 0;
}

.post-slide1-warp .swiper-button-prev,
.post-slide1-warp .swiper-button-next {
    background-image: none !important;
    background: #000;
}

.ps-common-nav {
    margin: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.65);
    border: none;
    color: #999;
    width: 34px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    cursor: pointer;
    z-index: 1;
    margin-top: -17px;
}

.ps-common-nav:hover,
.ps-common-nav:focus {
    border: none;
    color: #FFF;
    outline: none;
}


/*  Elementor common
================================================== */

/* Section margin */
.section-margin {
    margin-left: -15px;
    margin-right: -15px;
}



/*-- Social counter --*/

.apsc-theme-2 .apsc-each-profile {
    width: 98px;
    min-height: 80px;
    margin: 0;
}

.apsc-theme-2 .apsc-each-profile a {
    border-radius: 0;
    box-shadow: none;
}

.apsc-theme-2 .apsc-inner-block {
    padding: 15px;
    border-radius: 0;
    box-shadow: none;
}

.apsc-theme-2 .apsc-each-profile a:hover {
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
}

.apsc-theme-2 .apsc-count {
    font-size: 18px;
    line-height: 20px;
}


.apsc-theme-2 .social-icon .fa {
    font-size: 18px;
}


/* Full width */

.apsc-theme-fullwidth .apsc-theme-2 .apsc-inner-block {
    padding: 0;
}

.apsc-theme-fullwidth .apsc-theme-2 .apsc-each-profile {
    width: 100%;
    min-height: auto;
    margin: 0 0 10px;
    text-align: left;
}

.apsc-theme-fullwidth .apsc-theme-2 .social-icon {
    float: left;
    border-right: 1px solid rgba(255, 255, 255, .35);
    padding: 10px 20px;
    margin: 0;
    line-height: normal;
    width: 60px;
}

.apsc-theme-fullwidth .apsc-theme-2 .apsc-count {
    font-size: 16px;
    line-height: normal;
    padding: 12px 6px 11px 20px;
    display: inline-block;
}

.apsc-theme-fullwidth .apsc-theme-2 .apsc-media-type {
    font-size: 14px;
    display: inline-block;
}


/*  WP mega menu
================================================== */


#wp-megamenu-primary {
    z-index: 999;
}

.wp-megamenu-sub-menu .wpmm-grid-post-img-wrap .post-in-image {
    top: 15px;
    left: 15px;
    bottom: auto;
}


.wp-megamenu-sub-menu .wpmm-grid-post .wpmm-grid-post-img-wrap .post-in-image a {
    font-size: 10px !important;
    padding: 0 6px !important;
    text-transform: uppercase !important;
    height: 20px;
    line-height: 20px !important;
    position: relative;
}

.wp-megamenu-sub-menu .wpmm-grid-post .wpmm-grid-post-img-wrap .post-in-image a:before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 0;
    bottom: -7px;
    border-top: 8px solid;
    border-top-color: #1c1c1c;
    border-right: 5px solid transparent;
    -webkit-transition: 400ms;
}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a {
    position: relative;
}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-bottom: 3px solid;
    transform: scale(0) translateZ(0);
    -webkit-transition: -webkit-transform 0.45s ease, opacity 0.55s ease;
    -moz-transition: -moz-transform 0.45s ease, opacity 0.55s ease;
    -ms-transition: -ms-transform 0.45s ease, opacity 0.55s ease;
    -o-transition: -o-transform 0.45s ease, opacity 0.55s ease;
    transition: transform 0.45s ease, opacity 0.55s ease;
}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a:before,
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-item>a:before,
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a:before {
    opacity: 1;
    transform: scale(1) translateZ(0);
}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu {
    border-top: 1px solid #dedede;
    min-width: 1120px;
}

/* Mega menu tab */

ul.wp-megamenu .wpmm-vertical-tabs-nav {
    border-right: 1px solid #dedede;
}

ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li.active {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li {
    padding: 0 25px;
}


/* Menu with logo */

.thw-menubar-wrap.menuwithlogo #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a {
    line-height: 50px;
}

.thw-menubar-wrap.menuwithlogo .entry-logo {
    margin-top: 18px;
}


.thw-menubar-wrap.menuwithlogo #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu {
    left: -292px;
}

.thw-menubar-wrap.menuwithlogo .menu-searh-wrap {
    right: 10px;
    top: 0;
    min-height: 80px;
}

.thw-menubar-wrap.menuwithlogo .menu-searh-wrap .nav-search i {
    top: 30px;
}

.thw-menubar-wrap.menuwithlogo #home-search .search-close {
    top: -53px;
}

/* Features menu*/

#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a {
    text-transform: capitalize;
    border-bottom: 1px solid #dedede !important;
    position: relative;
}

#wp-megamenu-primary>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a:after {
    position: absolute;
    content: " ";
    width: 80px;
    left: 0;
    bottom: 0;
}

/* Menu dark style */

.menubelow.menudarkstyle .thw-menubar>.row {
    border: 0;
    background: #272727;
}

.menubelow.menudarkstyle #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a {
    color: #fff !important;
}

.menubelow.menudarkstyle #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a:before {
    border: 0;
}

.menubelow.menudarkstyle #home-search .search-close {
    color: #fff;
    background: #272727;
}

.menubelow.menudarkstyle .thw-menubar .nav-search {
    color: #fff;
}


/* Menu Bg with logo */

.menu-menuwithlogodark #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a,
.menu-menuwithlogodark #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a {
    color: #fff !important;
}

.menu-menuwithlogodark #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a:before {
    border: 0;
}


/* Back to top */


#back-to-top {
    right: 40px;
    top: auto;
    z-index: 10;
    -webkit-backface-visibility: hidden;
}

#back-to-top.affix {
    bottom: 54px;
    position: fixed;
}

#back-to-top .btn.btn-primary {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.9);
    font-weight: 700;
    font-size: 16px;
    padding: 0;
}

/* Social icon box style */

.social-icon-box>li {
    width: 100%;
    background: #1c1c1c;
    padding: 12px;
    color: #fff;
    margin-bottom: 10px;
}

.social-icon-box>li>a {
    color: #fff;
}

.social-icon-box>li>a i {
    width: 48px;
    height: 48px;
    line-height: 48px !important;
    text-align: center;
    float: left;
    margin-right: 20px;
    background: rgba(0, 0, 0, 0.2);
}

.social-icon-box .ts-social-title {
    font-size: 14px;
    margin-bottom: -5px;
}

.social-icon-box .ts-social-desc {
    display: block;
    font-size: 13px;
}

.social-icon-box>li.rss {
    background: #FA9B39;
}

.social-icon-box>li.facebook {
    background: #3B5998;
}

.social-icon-box>li.twitter {
    background: #00aced;
}

.social-icon-box>li.gplus {
    background: #c53942;
}

.social-icon-box>li.instagram {
    background: #c50c7b;
}

.social-icon-box>li.linkedin {
    background: #007bb6;
}

.social-icon-box>li.youtube {
    background: #dd4b39;
}

.social-icon-box>li.vimeo {
    background: #1bb6ec;
}

.social-icon-box>li.soundcloud {
    background: #f68110;
}

.social-icon-box>li.pinterest {
    background: #cb2026;
}

.social-icon-box>li.delicious {
    background: #00f;
}

.social-icon-box>li.tumblr {
    background: #334e6b;
}

.social-icon-box>li.stumbleupon {
    background: #1cb730;
}

.social-icon-box>li.dribble {
    background: #ec4a89;
}

.elementor-element .posts-thumb-full .post-info-full .post-meta,
.elementor-element .posts-thumb-full .post-info-full .post-meta time {
    color: #fff !important;
}


/* Review Update */

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

.entry-blog-list-left .category-meta-bg {
    top: 25px;
    left: 25px;
}

.post-overaly-style a.overlay-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
}

.post-overaly-style.contentTop .post-content {
    z-index: 4;
}

.category-title {
    margin: 20px 0 15px;
    padding-top: 12px;
}

.category-p {
    margin: 0;
}

.mc4wp-response {
    padding-top: 16px;
}
.tips .agree-tips{
    padding: 0;
    margin: 0;
    color: #F21E2B;
}
.multiple-category{
    overflow-y: scroll;
    cursor: pointer;
    resize: none;
    line-height: 30px;
}
/* ======================================== web 768-common=========================================== */
/* @media (min-width: 768px) { */
@media (min-width: 730px) {

    /* @media (min-width: 830px) { */
    .body-inner {
        /* background: url(images/bj.png) 0px 0px;
        background-size: 100% 80%; */
    }

    .body-inner {
        position: relative;
    }

    .navbar-responsive-collapse {
        width: 100%;
    }

    /* .top-bg-bar {
        height: 32px;
        background: url(images/bj.webp) no-repeat top center;
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 0;
        display: flex;
        overflow: hidden;
    } */
    .page-template-default .top-bg-bar {
        height: 32px;
        background: url(images/ai.webp) no-repeat top center;
    }

    /* top link */
    .topbar {
        height: 42px;
        background: #1C7FF2 !important;
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 32px;
        display: flex;
    }

    .thw-menubar-wrap {
        /* margin-top: 74px !important; */

        z-index: 99999;
        position: fixed;
        width: 100%;
        top: 0px;
    }

    .tsnews-date,
    .top-menu li a,
    .social-button li a {
        color: #FFF !important;
    }

    .topbar .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .topbar .container {
        /* width: 1610px; */
    }

    /* pc search img */
    .thw-menubar-wrap .container .row .menu-searh-wrap {
        /* right: 100px;
        top: 48px; */
    }

    .thw-menubar-wrap .container .row .menu-searh-wrap .fa-search:before {
        /* content: unset; */
    }

    .thw-menubar-wrap .menu-searh-wrap {
        position: unset;
    }

    .thw-menubar-wrap .menu-searh-wrap .search-social {
        position: relative;
    }

    .thw-menubar-wrap .menu-searh-wrap .search-social .home-search {
        right: -12px;
        top: 140%;
    }

    .thw-menubar-wrap .container .row .menu-searh-wrap .fa-search:before {
        color: #070c26;
    }

    #home-search {
        top: 20px;
        right: -24px;
    }

    #home-search .search-close {
        top: -36px;
        color: #1C7FF2;
    }

    .thw-menubar-wrap .nav-search i {
        right: -8px;
        top: -6px;
    }

    ul.main-menu:first-child {
        /* display: none; */
    }

    #menu-item-1133 {
        display: none;
    }

    /* pc menu 菜单 */
    .menubarleft {
        position: relative;
    }

    .menu-layer {
        position: absolute;
        background: #FFF;
        right: 0;
        top: 46px;

        display: none;
    }

    .menu-layer .navSideBar-main {
        width: 200px;
        /* height: 315px; */
        background: #FFFFFF;
        box-shadow: 0px 8px 15px 0px rgba(7, 11, 26, 0.24);
        border-radius: 8px 8px 8px 8px;
    }

    .menu-layer .navSideBar-content {
        padding: 25px 20px;
    }

    .menu-layer .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .menu-layer .row .col-lg-8,
    .menu-layer .row .col-lg-4 {
        flex: 100%;
        max-width: 100%;
    }

    /* abour-contact */
    .menu-layer .row .topbar-nav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .menu-layer .topbar-nav li {
        padding-bottom: 15px;
    }

    .menu-layer .top-menu li a {
        font-size: 12px;
        font-weight: 500;
        color: #070B1A !important;
        line-height: 12px;
    }

    /* share */
    .menu-layer .search-social {
        border-top: 1px solid #DEDEDE;
        margin-top: 5px;
        padding-top: 20px;
    }

    .menu-layer .search-social ul.social-button {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }


    .menu-layer .row .social-button li {
        padding-bottom: 8px;
    }

    .menu-layer .row .social-button li a {
        font-size: 10px;
        font-weight: 400;
        color: #070C26 !important;
        line-height: 10px;
    }

    .menu-layer .row .social-button li a span::before {
        margin-right: 8px;
    }

    .menu-layer .row .social-button li a i::before {
        margin-right: 5px;
    }

    .topbar .row .col-lg-8 {
        max-width: 80%;
        flex: 80%;
    }

    .topbar .row .col-lg-4 {
        max-width: 20%;
        flex: 20%;
    }

    .topbar .col-lg-8 .col-md-8 .col-sm-12,
    .topbar .col-lg-4 .col-md-4 .col-sm-12 .text-right {
        padding: 0;
    }

    .menubarleft {
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .site-navigation.navigation {
        /* width: 1640px; */
    }

    .container {
        max-width: unset;
        padding: 0;
    }

    .menubelow .thw-menubar>.row {
        border-top: unset !important;
        border-bottom: unset;

        box-shadow: 0px 1px 5px 0px rgba(0, 51, 90, 0.08);
    }

    .d-md-block {
        display: flex !important;
        /* justify-content: space-between; */
        justify-content: space-around;
        align-items: center;
    }

    .nav-search {
        margin: 0;
    }

    .menubar.site-nav-inner {
        margin-top: 6px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .btw-logo-txt {
        color: #1C7FF2;
        font-size: 36px;
        font-weight: normal;
        margin-bottom: 4px;
    }

    .btw-logo-txt .entry-logo {
        width: 160px;
        margin: 10px 0;
    }

    ul.main-menu>li~li {
        margin-left: 8px;
    }

    ul.main-menu li:hover>ul {
        padding: 8px 0;
        margin-top: 5px;
        border-radius: 6px;
    }

    ul.main-menu li ul li:hover {
        background: #F5F8FC;
        border-radius: 6px 6px 6px 6px;
    }

    ul.main-menu li ul li a {
        border-top: none;
    }

    ul.main-menu li ul li a:hover {
        color: #1C7FF2 !important;
    }

    ul.main-menu>li>a {
        color: #070b1a !important;
        font-family: -apple-system, BlinkMacSystemFont, Helvetica, Source Han Sans CN !important;
        font-size: 13px !important;
        font-weight: 400 !important;
        opacity: 0.8;
    }

    ul.main-menu>li.current-menu-item>a {
        color: #1C7FF2 !important;
        font-weight: 700 !important;
        opacity: 1;
    }

    .current-menu-item {
        border-bottom: 3px solid #1C7FF2;
    }

    ul.main-menu>li.current-menu-item>a:before {
        border-color: #FFF !important;
        content: unset;
    }

    ul.main-menu>li:hover>a:before {
        border-color: #FFF !important;
        content: unset;
    }

    /* ======================================== web 768-common=========================================== */
    /* body */
    .home .home-main-content.clearfix {
        background: url(images/home_bg.webp) no-repeat center fixed;
        margin-top: 46px;
    }

    .page-template-default .main-content {
        /* background: url(images/ai.png) no-repeat center -330px; */
        background: url(images/ai.webp) no-repeat top fixed;
        margin-top: 46px;
    }

    .home span.post-author {
        display: none !important;
    }

    .search .main-content {
        /* margin-top: 150px; */
    }

    .search .main-content .main-content-wrap {
        padding: 50px 0 !important;
    }

    .elementor-section .elementor-widget-container .row {
        display: flex;
        justify-content: center;
    }

    .elementor-section {
        display: none;
    }

    .elementor-section:first-child {
        display: unset !important;
    }

    section.elementor-section:nth-of-type(2) {
        /* display: unset !important;
        display: flex !important;
        justify-content: center; */
    }

    .elementor-section .elementor-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .elementor-section .elementor-container .elementor-column {
        width: 1140px;
    }

    .elementor-section .elementor-container .elementor-column:nth-of-type(2) {
        margin: 10px 0 146px;

    }

    /* home-out-Border */
    .elementor-section .elementor-widget-container .row>div {
        width: 1140px;
        height: 497px;
        flex: unset;
        max-width: unset;
        padding: 0;
        margin: 0;
        /* background: #FFF;
        background: radial-gradient(white, #ffffff40); */

        padding: 40px;
        border-radius: 24px;
    }

    /* home-inside-border */
    .elementor-section .elementor-widget-container .row .post-block-style {
        background: #ffffffba;
        /* background: radial-gradient(white, #ffffff40); */
        box-shadow: 0 0px 28px 28px #ffffffba;
    }

    /* .elementor-section .elementor-widget-container .row .post-block-style:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: inherit;
        filter: blur(15px);
        z-index: 2;
    } */
    /* .elementor-section .elementor-widget-container .row .post-block-style >div {
        z-index: 3;
    } */
    .elementor-section .elementor-widget-container .row .post-block-style {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }

    /* home img */
    .elementor-section .elementor-widget-container .row .post-thumb img {
        width: 560px;
        height: 421px;
        border-radius: 8px 8px 8px 8px;
        /* object-fit: contain; */
        object-fit: cover;
    }

    /* home txt */
    .home .post-block-style .post-content {
        width: 430px;
    }

    .post-date-view-detail {
        width: 120px;
        height: 36px;
        background: #1C7FF2;
        border-radius: 2px 2px 2px 2px;
        display: flex;
        justify-content: center;
    }

    .post-date-view-detail a {
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF !important;
        line-height: 36px;
        text-align: center;
    }

    .post-date-view-detail a:hover {
        color: #FFFFFF;
    }

    .post-block-style .post-content .post-title a {
        font-size: 36px;
        font-weight: 500;
        color: #000000;
        line-height: 42px;
    }

    /* time */
    .post-block-style .post-content .post-meta .post-date,
    .recent-posts-widget .post-meta time {
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
    }

    /* home list */
    .elementor-section ul.list-unstyled {
        display: flex;
        flex-wrap: wrap;
        width: 1140px;
    }

    .home .post-block-style .category-meta-bg {
        top: 20px;
        left: 20px;
    }

    .home .post-block-style .category-meta-bg a {
        display: none;
    }

    .home .post-block-style .category-meta-bg a:first-child {
        display: block;
        background: #1C7FF2 !important;
        border-radius: 10px 0px 10px 0px;
    }

    .home .post-block-style .category-meta-bg a:before {
        display: none;
    }

    .home .elementor-column:nth-child(2) .elementor-widget-wrap .elementor-element {
        /* margin-left: -10px; */
    }

    /* 隐藏img */
    .elementor-section ul.list-unstyled .posts-thumb-full>a,
    .elementor-section ul.list-unstyled .posts-thumb-full .category-meta-bg {
        display: none;
    }

    .home .posts-thumb-full .post-info-full {
        position: unset;
        padding: 0;
    }

    .posts-thumb-full:before {
        content: unset;
        background: unset !important;
    }

    .posts-thumb-full .post-title,
    .post-title {
        margin: 0;
    }

    .elementor-section ul.list-unstyled .post-info-full,
    .elementor-section ul.list-unstyled .post-info {
        width: 340px;
        /* margin: 0 20px; */
    }

    .elementor-section ul.list-unstyled .post-info .post-title {
        font-family: Arimo;
        font-weight: 700;
        font-style: normal;
        color: #FFF !important;
        font-size: 18px;
        line-height: 24px;
    }

    .elementor-section ul.list-unstyled .post-info .post-meta .post-date {
        font-size: 13px;
        font-weight: 500;
        color: #FFFFFF !important;
        line-height: 15px;

    }

    .elementor-section ul.list-unstyled .post-info .entry-title a {
        font-size: 22px;
        font-weight: normal;
        color: #FFFFFF;
        line-height: 26px;
    }

    .recent-posts-widget .post-info .post-title a {
        color: #FFF !important;
    }

    .recent-posts-widget .post-info .post-title a:hover {
        color: #FFF !important;
    }

    .home .recent-posts-widget ul li {
        padding: 20px 20px 50px;
        margin-left: -6px;
        width: 380px;
        height: 245px;
    }

    .home .recent-posts-widget .posts-thumb {
        display: none !important;
    }

    /* pos */
    .slick-initialized .slick-slide {
        width: 1130px !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center;
        /* margin: 0 10px; */
    }

    /* ======================================== web 768-common=========================================== */
    .home .slick-initialized .slick-slide>div {
        width: 550px;
        height: 228px;
        margin: 0 14px 11px 0;
        /* background: radial-gradient(ellipse, #ffffff88,#ffffff88, #ffffff88, #ffffff44, #ffffff00 ,#ffffff00); */
        /* background: radial-gradient(ellipse, #efefefaa,#efefefaa, #efefef99, #efefef66, #ffffff22 ,#ffffff00); */
    }

    .home .slick-initialized .slick-slide>div:nth-child(2n) {
        margin: 0 0 11px 0;
    }

    .home .elementor-column:nth-child(2) .elementor-widget-wrap .elementor-element .slick-list {
        overflow: unset;
    }

    .post-block-style.post-float-half {
        padding: 20px;
    }

    .home .post-block-style.post-float-half {
        /* padding-right: 30px; */
        display: flex;
        align-items: center;
    }

    .home .post-block-style.post-float-half .post-thumb {
        /* display: none; */
        margin-bottom: 0;
        margin-right: 20px;
        width: 249px;
        height: 187px;

    }

    .post-block-style.post-float-half.clearfix>div {
        background: #FFFFFFAA;
        box-shadow: 0 0px 16px 10px #ffffffc2;
        height: 187px;
    }

    .post-block-style.post-float-half .post-content {
        width: 260px;
        /* color: #FFFFFF; */
    }

    .post-block-style.post-float-half .post-content .post-title a {
        font-size: 18px;
        font-weight: normal;
        /* color: #FFFFFF; */
        line-height: 20px;

        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .post-block-style.post-float-half .post-content .post-title a:hover {
        color: #1F9BD8 !important;
    }

    .home .post-block-style.post-float-half .post-content .post-meta {
        margin: 5px 0 5px 0;
    }

    .home .post-block-style.post-float-half .post-content p {
        font-size: 12px;
        line-height: 15px;
        margin: 0px 0 16px;
    }

    .home .post-block-style.post-float-half .post-thumb img {
        width: 100%;
        height: 100%;
        border-radius: 16px;
        object-fit: cover;
    }

    .post-block-style.post-float-half .post-content .post-meta a,
    .post-block-style.post-float-half .post-content .post-meta span {
        /* color: #FFF; */
        font-weight: 400;
    }

    .home .post-block-style.post-float-half .post-content .post-date-view-detail {
        height: unset;
        background: unset;
        display: unset;
    }

    .home .post-block-style.post-float-half .post-content .post-date-view-detail a {
        color: #1C7FF2 !important;
        line-height: 12px;
    }

    .home .post-block-style.post-float-half .post-content .post-date-view-detail a:hover {
        color: #1C7FF2 !important;
    }

    .home .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
        padding: 10px 0 !important;
    }

    .page-template-default .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
        /* background: #ffffffd9;
        box-shadow: 0 0px 12px 12px #ffffffd9 !important; */
    }

    .page-template-default .row.justify-content-center .main-content-inner .entry-blog {
        background: #ffffffe6;
        box-shadow: 0 0px 12px 12px #ffffffe6 !important;
        margin: 0 40px 30px;
    }

    .post-block-style .post-content p {
        overflow: hidden;

        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .single .entry-meta-view {
        display: none;
    }

    .single .entry-comment {
        margin-left: 10px !important;
        padding-left: 10px !important;
    }

    .author .entry-blog-list-left .category-meta-bg {
        display: none;
    }

    /* footer-banner */
    .footer-banner {
        /*height: 210px;*/
        background: #1C7FF2;
        margin: 0;
    }

    .footer-banner-content {
        font-weight: 400;
        color: #FFFFFF;

        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 60px 0;
    }

    .footer-banner-head {
        text-align: center;
        font-size: 24px;
        font-weight: normal;
        line-height: 30px;
        margin-bottom: 32px;
    }

    .footer-banner-txt {
        display: none;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 30px;
    }

    .footer-banner-search {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-banner-search form {
        display: flex;
        flex-flow: column wrap;
    }
    .footer-banner-search .footer-banner-search-input-box{
        margin-right: 15px;
    }
    .footer-banner-search-input {
        width: 255px;
        height: 44px;
        background: #FFFFFF;
        border-radius: 4px;
    }

    .footer-banner-select {
        width: 255px;
        height: 44px;
    }
    .footer-banner-select .ms-choice{
        height: 44px;
        line-height: 44px;
    }
    .multiple-category{
        margin-right: 15px;
    }
    input::placeholder {
        color: #ACACAC;
    }

    input.footer-banner-search-input::placeholder {
        color: #ACACAC;
    }

    .footer-banner-search-btn {
        width: 120px;
        height: 44px;
        background: #085CBD !important;

        font-size: 14px;
        font-weight: normal;
        line-height: 20px;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* footer */
    .footer-column {
        padding: 0 !important;

    }

    .footer-bottom {
        margin: 0;
        padding: 60px 0 40px;
        background: #FFF;
        display: flex;
        justify-content: center;
    }

    .footer-bottom .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        /* width: 1640px; */
    }

    .footer-bottom .col-sm-12.col-md-6.col-lg-6 {
        text-align: left;
        width: 440px !important;
        max-width: unset !important;
        flex: unset !important;
    }

    .footer-link-flex {
        display: flex;
        flex-direction: row;
    }

    .footer-link-flex>div {
        width: 200px;
        flex: unset;
        max-width: unset;
    }

    .footer-link-flex .footer-widget-content {
        width: 200px;
    }

    .footer-link-flex .footer-widget .widget-title {
        font-size: 20px;
        font-weight: 600;
        color: #383333;
        line-height: 23px;
    }

    .footerbottom-widget .social-button-widget li a i {
        background: #FFF;
        color: #383333;
    }

    .footerbottom-widget .textwidget>div {
        display: flex;
        align-items: flex-start;
    }

    .footerbottom-widget .textwidget img {
        width: 20px !important;
        height: 20px !important;
        margin-top: 2px;
    }

    /* 主作者 */
    .page-template-default .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
        background: #F5F8FC;
    }

    .copyright {
        background: #FFFFFF !important;
    }

    .copyright-info {
        /* width: 1640px; */
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .copyright-info .col-md-12 {
        font-size: 14px;
        /* font-family: Public Sans-Regular, Public Sans; */
        font-weight: 400;
        color: #707070;
        line-height: 32px;
        max-width: unset;
        flex: unset;
        width: unset;
    }

    /* ======================================== web 768-common=========================================== */
    /* 分类页 */
    .page-template .top-bg-bar,
    .category .top-bg-bar,
    .single .top-bg-bar,
    .tag .top-bg-bar,
    .search .top-bg-bar {
        /* background: url(images/ai.png) no-repeat top center; */
    }
    .page-template .main-content,
    .category .main-content,
    .single .main-content,
    .tag .main-content,
    .search .main-content,
    .author .main-content {
        background: url(images/ai.webp) no-repeat top fixed;
        /* 内页背景 */
    }

    .category .main-content .main-content-wrap .sidebar {
        display: none;
        /* 内页侧栏 */
    }

    .category .main-content .container .thwbreadcrumb {
        /* display: none; */
    }

    .category .main-content .container div.category-title {
        margin: 60px 0 15px;
    }

    .category .main-content .main-content-wrap {
        /* padding: 84px 0; */
    }

    .category .main-content .container .category-title {
        /* font-size: 56px;
        line-height: 60px; */
        /* margin: 80px 0 16px; */
    }

    .category .main-content .container .category-p {
        font-size: 14px;
        font-weight: 400;
        color: #383333;
        line-height: 20px;
        /* width: 546px; */
    }

    /* 内页首栏*/
    .category .block-item6 .row .col-md-6 {
        flex: 70%;
        max-width: 70%;
        /* background: #FFF;
        background: radial-gradient(white, #ffffff40); */

        padding: 40px;
        margin-top: 40px;
        margin-bottom: 40px;
        border-radius: 24px;
    }

    .category .block-item6 .row .col-md-6 .post-block-style.clearfix {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #ffffffCF;
        box-shadow: 0 0px 28px 28px #ffffffCF;
        padding: 10px;
    }

    .category .block-item6 .row .col-md-6 .post-block-style .post-thumb {
        flex: 40%;
        max-width: 40%;
    }

    .category .block-item6 .row .col-md-6 .post-block-style .post-content {
        flex: 60%;
        max-width: 60%;
    }

    .category .block-item6 .row .col-md-6 .post-thumb {
        margin-right: 40px;
    }

    .category .block-item6 .row .col-md-6 .post-thumb img {
        /* width: 420px; */
        /* height: 316px; */
        border-radius: 8px;
        object-fit: cover;
    }

    .category .main-content-wrap .main-content-inner .featured-image img.wp-post-image {
        border-radius: 5px;
        object-fit: cover;
    }

    .single .main-content .row.justify-content-center .featured-image img {
        border-radius: 8px;
    }

    .single .main-content .row.justify-content-center .sidebar img,
    .tag .main-content .row.justify-content-center .sidebar img,
    .author .main-content .row.justify-content-center .sidebar img {
        border-radius: 5px;
    }

    .tag .entry-format .featured-image .wp-post-image,
    .tag .entry-format .featured-image .cate-video,
    .search .entry-format .featured-image .wp-post-image,
    .search .entry-format .featured-image .cate-video,
    .author .entry-format .featured-image .wp-post-image,
    .author .entry-format .featured-image .cate-video {
        border-radius: 5px;
        object-fit: cover;
    }

    .author .main-content .main-content-inner .author-box {
        /* border-top: unset !important; */
    }

    .author .comments-area {
        border-top: unset !important;
    }

    /* about policy */
    .page-template-default .main-content-wrap {
        padding: 96px 0 50px;
    }

    .page-template-default .main-content-wrap .justify-content-center {
        /* background: url(images/ai.png) no-repeat top center; */
    }

    .page-template-default .elementor-widget-container .wp-block-cover h1.has-text-align-center {
        font-size: 24px;
        font-weight: 600;
        color: #1C7FF2 !important;
        line-height: 28px;
    }

    .page-template-default .elementor-widget-container .wp-block-cover {
        padding: 0 !important;
        min-height: unset !important;
        margin-top: -70px !important;
        margin-bottom: -30px;
    }

    .page-template-default .elementor-widget-container .wp-block-cover img {
        display: none;
    }

    /* about */
    .page-template-default .elementor-widget-container .wp-block-column {
        padding: 0;
        /* width: 60%;
        max-width: 60%; */
    }

    .page-template-default .elementor-widget-container .wp-block-column p {
        padding: 0;
        /* width: 70%;
        max-width: 70%; */
        color: #707070;
        font-size: 16px;
        font-weight: 400;
    }

    .page-template-default .wp-block-column.about-block2 {
        flex-basis: 30%;
        display: flex;
        justify-content: flex-start !important;
    }

    .page-template-default .wp-block-column.about-block2 p {
        width: 90%;
        max-width: 90%;

        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }

    .page-template-default .elementor-widget-container .wp-block-column p>strong {
        font-size: 15px;
        color: #070C26;
        line-height: 18px;
    }

    /* about -2 文案 */
    .page-template-default .elementor-section .elementor-element .elementor-element:last-child .wp-block-column p {
        width: 100%;
        max-width: 100%;
    }

    .page-template-default .elementor-widget-container .wp-block-columns.about-block3 .wp-block-column p {
        margin: 0 0 10px;
        width: 100%;
        max-width: 100%;
    }

    .page-template-default .elementor-widget-container .wp-block-columns.about-block3 .wp-block-column .wp-block-image {
        margin-bottom: 0;
    }

    .page-template-default .elementor-widget-container .about-block3 .wp-block-column {
        margin: 0 10px;
    }

    .page-template-default .elementor-widget-container .about-block3 .wp-block-column img {
        width: 100%;
        height: 100%;
    }

    .page-template-default .elementor-widget-container .wp-block-column .wp-block-heading {
        font-size: 35px;
        font-weight: bold;
        color: #000000;
        line-height: 41px;
    }

    .page-template-default .elementor-widget-container .wp-block-column {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .page-template-default .elementor-widget-container .wp-block-column:first-child {
        display: unset;
        justify-content: unset;
    }

    .page-template-default .elementor-widget-container .wp-block-column:first-child p {
        width: 78%;
    }

    .page-template-default .elementor-widget-container .wp-block-columns:nth-child(2) .wp-block-column:nth-child(2) {
        display: none;
    }

    .page-template-default .elementor-widget-container .wp-block-columns:nth-child(3) {
        background: #FFF;
        padding: 60px;
    }

    .page-template-default .elementor-widget-container .wp-block-columns {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap !important;

    }

    .page-template-default .elementor-widget-container:nth-child(3) {
        display: flex;
        justify-content: flex-start;
    }

    .page-template-default .elementor-element.elementor-element-abe8750.e-grid.e-con-boxed.e-con {
        /* background: #1C7FF2;
        padding: 80px 0;
        margin-top: 40px; */
    }

    .category .block-item6 .row .col-md-6 .post-block-style .post-thumb {
        /* width: 273.19px;
        height: 204.8px;
        height: 140px; */
        position: relative;
    }

    .category .block-item6 .row .col-md-6 .post-block-style .post-thumb .video-btn {
        width: 40px;
        height: 40px;
        top: 35%;
        left: 44%;
        position: absolute;
    }

    .category .block-item6 .row .col-md-6 .post-block-style .post-thumb .cate-video {
        border-radius: 8px;
        width: 100%;
        height: 100%;
    }

    /* ======================================== web 768-common=========================================== */
    /* 作者 */
    .page-template-default .elementor-1433 .elementor-element.elementor-element-8418898 .elementor-heading-title {
        /* color: #FFF; */
    }

    .page-template-default .footer-banner {
        display: none;
    }

    .page-template-default h2.elementor-heading-title {
        color: #333 !important;
        text-align: center;
    }

    .page-template-default .elementor-element.elementor-element-abe8750.e-grid.e-con-boxed.e-con,
    .page-template-default .elementor-element.e-con {
        background: #FFF;
    }

    .page-template-default .elementor-widget-container {
        box-shadow: unset !important;
        margin: 0 !important;
    }

    /* 头像 */
    .page-template-default img.attachment-full.size-full {
        border-radius: 100px;
        transition-duration: .3s;
    }

    .page-template-default .elementor-image-box-wrapper .elementor-image-box-img {
        margin: 16px !important;
    }

    /* 作者1 */
    .elementor-element .elementor-position-left.elementor-vertical-align-top.elementor-widget.elementor-widget-image-box {
        background-color: #F5F8FC;
    }

    .elementor-element .elementor-position-left.elementor-vertical-align-top .elementor-image-box-img {
        width: 33% !important;
    }

    .elementor-element .elementor-position-left.elementor-vertical-align-top .elementor-image-box-img img {
        width: 100%;
        max-width: 160px;
    }

    .elementor-element .elementor-position-left.elementor-vertical-align-top .elementor-image-box-content>div {
        padding-bottom: 12px;
        margin-bottom: 12px;
        border-bottom: 1px solid #D9D9D9;
    }

    .page-template-default .elementor-image-box-wrapper:nth-child(2) {
        display: flex;
        justify-content: space-between;
        align-items: center !important;
    }

    .page-template-default .elementor-image-box-wrapper .elementor-image-box-img {
        margin-bottom: 0;
    }

    .page-template-default .e-con-inner .elementor-widget-container:nth-child(2) .elementor-image-box-img {
        margin-right: 20px !important;
    }

    .page-template-default .elementor-element.e-con .e-con-inner .elementor-widget-image-box .elementor-image-box-content div>a {
        color: #070C26;
    }

    .comment-form textarea {
        background: #ffffff70;
    }

    /* 作者列表  */
    .page-template-default .e-con-inner:nth-child(3) .elementor-image-box-wrapper .elementor-image-box-img {
        width: 100px;
    }


    /* privacy-policy */
    .page-template-default .elementor-section .elementor-element .elementor-element:first-child .wp-block-columns {
        display: flex;
        justify-content: flex-start;

        /* background: #FFFFFFAA;
        box-shadow: 0 0px 16px 16px #ffffffaf !important; */
    }

    .page-template-default .elementor-section .elementor-element .elementor-element:last-child {
        /* background-color: #FFF;
        background: radial-gradient(white, #ffffff40); */

        /* padding: 40px; */
        border-radius: 15px 15px 15px 15px;
    }

    /* about  */
    .page-template-default .elementor-section .elementor-element .elementor-element:last-child>div {
        /* background: #FFFFFFAA;
        box-shadow: 0 0px 12px 12px #ffffffaf !important; */
    }

    /* 文章布局 search tag */
    .single .main-content .row.justify-content-center,
    .tag .main-content .row.justify-content-center,
    .search .main-content .main-content-wrap>.row,
    .author .main-content .main-content-wrap>.row {

        background: #ffffffdb;
        box-shadow: 0 0px 70px 60px #ffffffe0;
        padding: 40px;
        margin: 40px;
    }

    .single .main-content .row.justify-content-center>div,
    .tag .main-content .row.justify-content-center>div,
    .search .main-content .main-content-wrap>.row>div,
    .author .main-content .main-content-wrap>.row>div {
        /* background: #ffffffdb;
        box-shadow: 0 0px 70px 60px #ffffffe0; */
    }

    /* 文章布局-侧边标题 */
    .single .row.justify-content-center .main-block-title,
    .search .main-content-wrap>.row .main-block-title,
    .tag .row.justify-content-center .main-block-title,
    .author .row .main-block-title {
        border-bottom: unset;
        font-size: 24px;
        font-weight: bold;
        color: #383333;
        line-height: 20px;
        margin: 0 0 32px
    }

    .single .row.justify-content-center .main-block-title>span,
    .search .main-content-wrap>.row .main-block-title>span,
    .tag .row.justify-content-center .main-block-title>span,
    .author .row .main-block-title>span {
        color: #000;
        background: #FFFFFF00;
        padding: 0;
    }

    .single .row.justify-content-center .main-block-title>span::after,
    .search .main-content-wrap>.row .main-block-title>span::after,
    .tag .row.justify-content-center .main-block-title>span::after,
    .author .row .main-block-title>span::after {
        content: unset;
    }

    .single .row.justify-content-center ul li .category-meta-bg,
    .search .main-content-wrap>.row ul li .category-meta-bg,
    .tag .row.justify-content-center ul li .category-meta-bg,
    .author .row ul li .category-meta-bg {
        display: none;
    }

    /* 图片分类 标签     */
    .category .entry-blog-grid .entry-blog .category-meta-bg {
        display: none;
    }

    .single .sidebar .widget_tag_cloud,
    .single .sidebar .news247_social_button2_widget,

    .search .sidebar .widget_tag_cloud,
    .search .sidebar .news247_social_button2_widget,

    .tag .sidebar .widget_tag_cloud,
    .tag .sidebar .news247_social_button2_widget,

    .author .sidebar .widget_tag_cloud,
    .author .sidebar .news247_social_button2_widget {
        display: none;
    }

    /* 侧边评论 */
    .single .comments-area,
    .search .comments-area,
    .tag .comments-area,
    .author .comments-area {
        border-top: 3px solid #1C7FF2;
    }

    .single .comments-area .comment-reply-title,
    .search .comments-area .comment-reply-title,
    .tag .comments-area .comment-reply-title,
    .author .comments-area .comment-reply-title {
        display: flex;
        justify-content: center;
    }

    .single .comments-area .comment-form p:nth-child(1),
    .search .comments-area .comment-form p:nth-child(1),
    .tag .comments-area .comment-form p:nth-child(1),
    .author .comments-area .comment-form p:nth-child(1) {
        text-align: center;
    }

    .single .comments-area .comment-form p input,
    .search .comments-area .comment-form p input,
    .tag .comments-area .comment-form p input,
    .author .comments-area .comment-form p input {
        width: 100%;
        border-radius: 8px;
    }

    .single .comments-area .comment-form p.comment-form-cookies-consent,
    .search .comments-area .comment-form p.comment-form-cookies-consent,
    .tag .comments-area .comment-form p.comment-form-cookies-consent,
    .author .comments-area .comment-form p.comment-form-cookies-consent {
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .single .comments-area .comment-form p.comment-form-cookies-consent input,
    .search .comments-area .comment-form p.comment-form-cookies-consent input,
    .tag .comments-area .comment-form p.comment-form-cookies-consent input,
    .author .comments-area .comment-form p.comment-form-cookies-consent input {
        width: unset;
        margin-right: 10px;
    }

    .single .main-content-inner.clearfix .share-items {
        padding: 0;
        margin: 0;
    }

    .page-template-default .thwbreadcrumb {
        max-width: 100%;
        margin: 0 auto;
        padding: 20px 26px 0;
    }

    .page-template-default .main-content-wrap {
        padding: 40px 0 49px;
    }

    .search .main-content-inner.row {
        display: flex;
        flex-direction: column;
    }

    .search .row .col-lg-8 {
        flex: 100%;
        max-width: 100%;
    }

    .search .main-content-inner .row {
        display: flex;
        flex-direction: column;
    }

    .search .row .sidebar {
        display: none;
    }

    .search article.hentry.post-layout {
        flex: 100%;
        max-width: 100%;
    }

    .search .entry-blog-grid .entry-blog {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .search .entry-blog-grid .entry-blog-list-left {
        margin-right: 24px;
    }

    .search .entry-blog-list-left .category-meta-bg {
        display: none;
    }

    .search-submit {
        position: absolute;
        background: #FFFFFF00 !important;
        top: 20px;
        right: 15px;
        width: 10px;
        height: 10px;
    }

    .search-submit:focus {
        box-shadow: unset !important;
    }

    .searchResult-input {
        position: relative;
    }

    .searchResult-input .search-field.form-control {
        height: 50px;
        background: #FFFFFF90;
        border-radius: 3px 3px 3px 3px;
        margin: 0 10px;
        margin-bottom: 30px;
        padding: 0 45px;
    }

    .searchResult-input .search-left-icon {
        position: absolute;
        top: 10px;
        left: 18px;
    }

    .searchResult-input .search-field.form-control {
        height: 50px;
        background: #FFFFFF90 !important;
        border-radius: 3px 3px 3px 3px;
        margin: 0 10px;
        margin-bottom: 30px;
        padding: 0 170px 0 45px;
    }

    .searchResult-input .search-remove-icon {
        position: absolute;
        top: 15px;
        right: 120px;
    }

    .searchResult-input .search-submit {
        width: 94px;
        height: 35px;
        background: #1C7FF2 !important;
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        border-radius: 3px 3px 3px 3px;
        line-height: 12px;
        top: 8px;
        right: 8px;
    }

    .search .entry-post-footer-wrap>span.entry-comment {
        display: none;
    }

    /* footer 服务端 显示 */
    #turnkey-credit {
        display: none;
    }

    .css-wap {
        display: none;
    }
}

/* ======================================== web 768-layer=========================================== */
@media (min-width: 730px) {

    /* newsletter 弹框 */
    .newsletter-layer {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999999;
        display: none;
    }

    .newsletter-layer-main {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .newsletter-layer .newsletter-layer-content {
        width: 480px;
        /* height: 26rem; */
        background: #FFFFFF;
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
        padding: 18px 24px 40px;
        border-radius: 15px;
    }

    .newsletter-layer .newsletter-layer-content .newsletter-layer-email .mail-newsletter {
        display: unset;
    }

    .newsletter-layer-close {
        width: 24px;
        height: 24px;
        float: right;
    }

    .newsletter-layer-title {
        font-size: 32px;
        color: #000000;
        line-height: 40px;
        font-weight: bold;
        margin-bottom: 16px;
        margin-top: 30px;

        text-align: center;
    }

    .newsletter-layer-desp {
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 32px;
        text-align: center;

        font-weight: 700;
        color: #1C1C1C;
        line-height: 24px;
        padding: 70px 20px 0px;
    }

    .newsletter-layer-email {
        display: flex;
        flex-direction: column;
        padding: 0 10px;
    }

    .newsletter-layer-email form {
        display: flex;
        margin-bottom: 20px;
    }

    .newsletter-layer-email .newsletter-layer-email-input {
        /* width: 279px; */
        height: 30px;
        background: #FFFFFF;
        border-radius: 4px 4px 4px 4px;
        opacity: 1;
        border: 1px solid #D9D9D9;
        margin-bottom: 16px;
    }

    .newsletter-layer-email .newsletter-layer-email-btn {
        /* width: 279px;
        height: 40px; */
        background: #1C7FF2;
        border-radius: 5px;
        opacity: 1;

        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 40px;

        display: flex;
        justify-content: center;
        margin-bottom: 24px;

        width: 100%;
        height: 30px;
    }

    .newsletter-layer-tips {
        font-size: 12px;
        font-weight: 400;
        color: #666666;
        line-height: 18px;
        text-align: center;
    }

    .layer-email-pc ul li a,
    .layer-email-pc .search-social ul li a,
    .layer-email-pc .search-social ul li a>* {
        font-size: 14px !important;
        font-style: normal;
        color: #666666 !important;
        font-weight: 400 !important;
        cursor: pointer;
    }

    .layer-bg {
        background: url(images/news-bg.png) no-repeat center -10px;
        height: 280px;
    }

    .newsletter-layer-email form {
        display: flex;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .layer-form-name {
        margin-bottom: 36px;
    }

    .layer-form-name-p1 {
        font-size: 14px;
        font-weight: 400;
        color: #707070;
        margin-bottom: 12px;
    }

    .layer-form-name-p2 {
        font-size: 14px;
        font-weight: 600;
        color: #1C1C1C;
        margin-bottom: 0;
    }
    .newsletter-layer .footer-banner-search-input-box{
        margin-bottom: 15px;
    }
    .newsletter-layer .footer-banner-search-input {
        width: 100%;
        height: 36px;
        border-radius: 5px;
        font-size: 14px;
    }
    
    .newsletter-layer .footer-banner-select {
        width: 100%;
        height: 36px;
        border-radius: 5px;
        font-size: 14px;
    }
    .newsletter-layer  .footer-banner-select .ms-choice{
        height: 36px;
        line-height: 36px;
    }
    .newsletter-layer  .multiple-category{
        margin-bottom: 15px;
    }

    .newsletter-layer .newsletter-layer-email .footer-banner-search-btn {
        height: 36px;
        width: 100%;
        border-radius: 5px;
        padding: 0;
        font-size: 14px;
        background: #1C7FF2 !important;
    }

}

@media (max-width: 830px) and (min-width: 730px) {
    .newsletter-layer .newsletter-layer-content {
        width: 48%;
    }

    .btw-logo-txt {
        font-size: 26px;
    }
}

/* ------------------------------------ web 768-适配  -------------------------------------- */
/* @media (min-width: 768px) { */
/* @media (min-width: 830px) { */
@media (min-width: 730px) {

    .web-width {
        width: 1640px;
    }
    .page-template .main-content,
    .category .main-content,
    .tag .main-content,
    .search .main-content,
    .single .main-content,
    .author .main-content {
        margin-top: 46px;
        padding-top: 1px;
    }
    .page-template .main-content .container,
    .category .main-content .container,
    .tag .main-content .container {
        width: 1640px;
    }

    /* body layout */
    .category .main-content .container>div:nth-child(2) {
        max-width: 50%;
        /* 内页模块1文案 */
    }

    .category .main-content .container .category-title {
        font-size: 35px;
        line-height: 41px;
    }

    .category .main-content-wrap .col-md-8 {
        flex: 100%;
        max-width: 100%;
        /* 内页布局 */
    }

    .category .list-entry-post-footer {
        margin-top: 0;
    }

    .category .entry-blog-grid .entry-content {
        margin: 15px 0 16px;
    }

    .category .featured-image {}

    .category .main-content-wrap .main-content-inner .featured-image img.wp-post-image {
        width: 233.7px;
        height: 175.2px;
        object-fit: cover;
    }

    .menu-layer-search-box {
        display: flex;
        align-items: center;
        margin-right: 20px;
    }

    /* 内页布局 */
    .category .main-content-wrap .main-content-inner .col-lg-6 {
        /* flex: 100%;
        max-width: 100%;  
        padding-right: 10px;
        padding-left: 10px; */
    }

    .category .entry-post-footer-wrap>span.entry-comment {
        display: none;

    }

    .category .main-content-wrap .main-content-inner .entry-blog-grid {
        /* background: #FFF;
        background: radial-gradient(white, #ffffff40); */

        border-radius: 16px;
        padding: 24px;
    }

    .category .main-content-wrap .main-content-inner .entry-blog-grid .entry-blog {
        background: #ffffffd9;
        box-shadow: 0 0px 16px 16px #ffffffd9;
    }

    .category .main-content-inner .entry-content .blog-entry-summary {
        margin-bottom: 14px;
    }

    .category .post-block-style .post-content .post-title a {
        font-size: 24px;
        font-weight: 500;
        color: #000000;
        line-height: 26px;
    }

    .category.category-tw-video .main-content-wrap .main-content-inner .featured-image {
        width: 100%;

        display: flex;
        align-items: center;
    }

    .category .main-content .row.justify-content-center article .featured-image video {
        width: 100%;
        height: 100%;
    }

    img.video-btn {
        position: absolute;
        top: 38%;
        left: 45%;
        cursor: pointer;
        width: 26px;

        /* display: none; */
    }

    .category video::-webkit-media-controls-play-button {
        display: none;
    }

    video::before {
        content: "\f04b";
        /* 使用FontAwesome图标库中的播放图标 */
        content: "";
        /* font-family: "FontAwesome"; */
        font-size: 48px;
        /* color: #FFF; */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
    }

    .author .main-content .container,
    .single .main-content .container {
        /* margin-top: 150px; */
    }

    .author .main-content-wrap,
    .single .main-content-wrap {
        padding: 50px 0;
    }

    /* about policy */
    .page-template-default .main-content-wrap {
        /* padding: 130px 0 50px; */
    }

    .page-template-default .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 100%;
    }

    .page-template-default .elementor-section .elementor-container .elementor-column {
        width: 100%;
        margin-bottom: 30px;
    }

    .page-template-default .main-content-wrap .justify-content-center .col-sm-12 {
        /* flex: 0 0 92%;
        max-width: 92%; */
    }

    .page-template-default .entry-content-page>.wp-block-heading {
        margin-top: 0;
    }

    .page-template-default .entry-content-page h2 {
        margin-top: 0;
    }

    /* about 作者 */
    .page-template-default .e-con-inner {
        display: block !important;
        max-width: 1120px !important;
        /* padding: 0 140px !important; */
        padding-right: 140px !important;
        padding-left: 140px !important;
    }

    .elementor-element .elementor-position-left.elementor-vertical-align-top .elementor-image-box-img {
        width: 210px !important;
    }

    .elementor-element .elementor-position-left.elementor-vertical-align-top .elementor-image-box-img img {
        width: 100%;
        max-width: 160px;
    }

    .page-template-default .elementor-element>.elementor-widget-container {
        padding: 0 !important;
    }

    /* 作者列表 */
    .page-template-default .elementor-element.e-con:last-child .e-con-inner {
        max-width: 1120px !important;
        padding: 20px 40px 0 !important;
        margin: 0 auto !important;
        display: flex !important;
        justify-content: center !important;
        flex-wrap: wrap;
    }

    .page-template-default .elementor-element.e-con:last-child .e-con-inner figure.elementor-image-box-img {
        width: 100px;
        margin: 0 !important;
    }

    .page-template-default .elementor-element.e-con:last-child .e-con-inner .elementor-widget-image-box .elementor-image-box-content {
        width: 170px;
        font-size: 10px;
        font-weight: 400;
        color: #666666;
        line-height: 12px;
    }

    .page-template-default .elementor-element.e-con:last-child .e-con-inner .elementor-widget-image-box .elementor-image-box-content div {
        font-size: 22px;
        font-weight: 600;
        line-height: 22px;
    }

    .page-template-default .elementor-element.e-con:last-child .e-con-inner .elementor-widget-image-box .elementor-image-box-content>a {
        font-size: 11px !important;
        line-height: 26px;
    }


    .entry-content-page>.wp-block-heading {
        max-width: 1140px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .entry-content-page>p {
        max-width: 1140px;
        margin: 0 auto;
        margin-top: 25px;
    }

}

@media (max-width: 830px) and (min-width: 730px) {

    /* 内页img 3:4 模块1 */
    .category .block-item6 .row .col-md-6 .post-thumb img {
        width: 253.58px;
        height: 190px;
        object-fit: cover;
    }

    .home .post-block-style.post-float-half .post-content {
        height: 136px;
    }

    .post-block-style.post-float-half.clearfix>div {
        background: #ffffffb5;
        box-shadow: 0 0px 8px 12px #ffffffba;
    }

    .category .featured-image {
        /* width: 125.6px; */
        height: 144px;
        display: flex;
        align-items: center;
    }

    .category.category-tw-video .main-content-wrap .main-content-inner .featured-image {
        width: 100%;
        height: 79px;
        /* height: 132px; */
    }

    /* 内页img 3:4 */
    .category .main-content-wrap .main-content-inner .featured-image img.wp-post-image {
        /* height: 217px; */
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .category .main-content-wrap .main-content-inner .col-lg-6 {
        margin-bottom: 10px;
    }

    .category .entry-blog-grid .entry-format {
        margin-bottom: 10px;
    }

    .category .entry-blog-grid .entry-blog .entry-post-title {
        font-size: 16px;
        line-height: 20px;
        height: 60px;

        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .category .list-entry-post-footer {
        margin-top: 10px;
    }

    .category .entry-blog-grid .entry-content {
        margin: 6px 0 10px;
        height: 70px;

        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 14px;
        line-height: 17px;
    }

    /* 标签页 图片尺寸 */
    .tag .entry-format .featured-image,
    .search .entry-format .featured-image,
    .author .entry-format .featured-image {
        /* width: 436.6px;
       max-height: 327px; */
    }

    .tag .entry-format .featured-image .wp-post-image,
    .tag .entry-format .featured-image .cate-video,

    .search .entry-format .featured-image .wp-post-image,
    .search .entry-format .featured-image .cate-video,

    .author .entry-format .featured-image .wp-post-image,
    .author .entry-format .featured-image .cate-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .search .entry-format .featured-image {
        width: 114px;
        height: 85px;
    }

    .search .entry-blog-grid .entry-blog .entry-post-title {
        font-size: 15px;
        font-weight: 500;
        color: #383333;
        line-height: 18px;
    }

    .search .entry-blog .list-entry-post-footer {
        margin: 0;
    }

    .search .entry-post-footer-wrap>span {
        font-size: 10px;
        font-weight: 500;
        line-height: 12px;
    }

    .search .entry-blog-grid .entry-content {
        margin: 0 0 20px;
        font-size: 12px;
        font-weight: 400;
        color: #383333;
        line-height: 14px;
    }

    /* 搜索框 */
    .searchResult-input .search-left-icon {
        position: absolute;
        top: 15px;
        left: 20px;
        width: 26px;
    }

    .searchResult-input .search-field.form-control,
    .form-control {
        font-size: 0.625rem;
    }

    /* 顶栏 */
    .menu-layer-btn {
        width: 50px;
        height: 56px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .menu-layer-btn .menu-layer-btn-icon {
        width: 20px;
        height: 20px;
    }

    .menu-layer-btn .menu-layer-btn-icon.menu-icon-close {
        display: none;
    }

    .post-pagination {
        margin-top: 20px;
    }


    /* about */
    .page-template-default .elementor-section .elementor-element .elementor-element:first-child .wp-block-columns {
        /* background: #FFF;
        background: radial-gradient(white, #ffffff40); */


        margin: 0;
        padding: 16px 20px;
        display: flex;
        flex-direction: column;
        border-radius: 15px 15px 15px 15px;
    }

    .page-template-default .elementor-widget-container .wp-block-column {
        padding: 0;
        width: 100%;
        max-width: 100%;
        margin: 0 10px;
    }

    .page-template-default .elementor-widget-container .wp-block-column p {
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    .page-template-default .wp-block-column.about-block2 {
        margin-bottom: 20px;
    }

    .page-template-default h2.elementor-heading-title {
        color: #FFF !important;
    }

    /* about 作者页 ipad */
    .page-template-default .elementor-element.e-con {
        background: #1C7FF2 !important;
        padding-top: 20px;
        display: flex;
        border: 1px solid #1C7FF2;
    }

    .page-template-default .e-con-inner {
        /* padding: 0 40px !important; */
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .elementor-element .elementor-position-left.elementor-vertical-align-top .elementor-image-box-content {
        padding: 0 10px;
    }

    .elementor-element .elementor-position-left.elementor-vertical-align-top.elementor-widget-image-box .elementor-image-box-content>a {
        color: #026DC2;
    }

    /* 作者列表 */
    .page-template-default .elementor-element.e-con:last-child .e-con-inner {
        display: flex !important;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 20px 40px 20px !important;
    }

    .page-template-default .elementor-element.e-con:last-child .e-con-inner>div {
        background-color: #FFF;
    }

    .page-template-default .elementor-element.e-con:last-child .e-con-inner .elementor-image-box-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;

        height: 190px;
        padding: 0 20px;
    }

    .page-template-default .elementor-element.e-con:last-child .e-con-inner figure.elementor-image-box-img {
        flex: 20%;
        max-width: 20%;
    }

    .page-template-default .elementor-element.e-con:last-child .e-con-inner .elementor-widget-image-box .elementor-image-box-content {
        width: 100%;
        flex: 80%;
        max-width: 80%;
        text-align: left;
        margin-left: 20px;

        font-size: 14px;
        line-height: 20px;
    }

    .page-template-default .elementor-element.e-con:last-child .e-con-inner .elementor-widget-image-box .elementor-image-box-content div {
        font-size: 24px;
        line-height: 24px;
    }

    .page-template-default .elementor-element.e-con:last-child .e-con-inner .elementor-widget-image-box .elementor-image-box-content>a {
        font-size: 16px !important;
        font-weight: 500;
        color: #026DC2;
        line-height: 30px;
    }
}

@media (max-width: 1024px) and (min-width: 830px) {

    .home .post-block-style.post-float-half.clearfix>div {
        height: 138px;
    }

    .home .post-block-style.post-float-half .post-content .post-meta {
        margin: 0;
    }

    /* 内页img 3:4 */
    .category .block-item6 .row .col-md-6 .post-thumb img {
        /* width: 192px; */
        height: 221px;
        object-fit: cover;
    }

    .category.category-tw-video .main-content-wrap .main-content-inner .featured-image {
        width: 100%;
        height: 94px;
        /* height: 156px; */
    }

    /* 标签页 图片尺寸 */
    .tag .entry-format .featured-image,
    .author .entry-format .featured-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .search .entry-format .featured-image {
        width: 203px;
        height: 152px;
    }

    .tag .entry-format .featured-image .wp-post-image,
    .tag .entry-format .featured-image .cate-video,

    .search .entry-format .featured-image .wp-post-image,
    .search .entry-format .featured-image .cate-video,

    .author .entry-format .featured-image .wp-post-image,
    .author .entry-format .featured-image .cate-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* 导航栏 */
    .site-navigation.navigation {
        width: 100%;
    }

    ul.main-menu {
        overflow-x: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    ul.main-menu>li {
        white-space: nowrap;
    }


}

@media (min-width: 830px) {
    .page-template-default .elementor-element.e-con:last-child {
        margin-bottom: -50px;
    }
}

@media (min-width: 992px) {
    .container {}

    .web-width {
        width: 992px;
    }

    .site-navigation.navigation {
        width: 1024px;
    }

    .thw-menubar-wrap .nav-search i {
        /*top: -4px;*/
        right: -20px;
    }

    .menu-layer-search-box {
        margin-right: 30px;
    }
    .page-template .main-content .container,
    .category .main-content .container,
    .tag .main-content .container,
    .author .main-content .container,
    .single .main-content .container,
    .search .main-content .container {
        width: 992px;
    }

    .category .main-content .container .category-title {
        font-size: 35px;
        line-height: 41px;
    }

    .category .main-content-wrap .main-content-inner .entry-blog-grid {
        /* padding: 16px 14px; */
        margin-bottom: 31px;
    }

    .category .entry-blog-grid .entry-blog .entry-post-title {
        font-size: 14px;
        line-height: 16px;
    }

    .category .entry-blog-grid .entry-post-footer-wrap>span {
        /* padding-right: 0;
        font-size: 10px;
        line-height: 12px; */
        /* 内页标题 */
    }

    .category .entry-blog-grid .entry-post-footer-wrap>span.entry-comment {
        display: none;
    }

    /* 标签页 图片尺寸 */
    /* .category .entry-format .featured-image {
        width: 243px;
        height: 225px;
    }
    .category .entry-format .featured-image .wp-post-image {
        width: 100%;
        height: 100%;
    } */

    /* 分类页 文案 固定尺寸  3行文案 */
    .category .entry-blog-grid .entry-blog .entry-post-title,
    .category .entry-blog-grid .entry-content {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .category .entry-blog-grid .entry-blog .entry-post-title {
        height: 48px;
    }

    .category .entry-blog-grid .entry-content {
        margin: 10px 0 10px;
        height: 70px;
    }

    .category .list-entry-post-footer {
        margin-top: 10px;
    }

    .category .list-entry-post-footer {
        margin-top: 10px;
    }

    .category .entry-blog-list-left .category-meta-bg {
        top: 0px;
        left: 0px;
        display: none;
    }

    .category .main-content-wrap .main-content-inner .col-lg-6 {
        flex: 33%;
        max-width: 33%;
        /* 内页布局 */
        padding-right: 10px;
        padding-left: 10px;
    }

    /* about 作者titlr */
    .page-template-default .e-con-inner {
        padding-top: 36px !important;
    }

    /* about policy */
    .page-template-default .main-content-wrap {
        padding: 50px 0 50px;
    }

    .page-template-default .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 992px;
        margin: 0 auto;
    }

    .page-template-default .elementor-section .elementor-container .elementor-column {
        width: 100%;
    }

    .page-template-default .entry-content-page>.wp-block-heading,
    .page-template-default .entry-content-page>.wp-block-group {
        max-width: 992px;
        margin: 0 auto;
        /* margin-top: 20px; */
    }

    .page-template-default .entry-content-page>p {
        max-width: 992px;
        margin: 0 auto;
        margin-top: 25px;
    }

    .page-template-default .thwbreadcrumb {
        width: 992px;
        padding: 20px 8px 0;
    }

    img[class*="wp-image-"] {
        margin-top: 0;
    }

    /* 标签页 图片尺寸 */
    .tag .entry-format .featured-image,
    .search .entry-format .featured-image,
    .author .entry-format .featured-image {
        width: 203px;
        height: 152px;
    }

    .tag .entry-format .featured-image .wp-post-image,
    .tag .entry-format .featured-image .cate-video,

    .search .entry-format .featured-image .wp-post-image,
    .search .entry-format .featured-image .cate-video,

    .author .entry-format .featured-image .wp-post-image,
    .author .entry-format .featured-image .cate-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .btw-logo-txt {
        font-size: 23px;
    }

    /*nav txt */
    ul.main-menu>li>a {
        padding: 0 12px;
        font-size: 12px !important;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {

    /* 内页img 3:4 */
    .category .block-item6 .row .col-md-6 .post-thumb img {
        width: 273.19px;
        height: 204.8px;
        object-fit: cover;
    }

    .category .main-content-wrap .main-content-inner .featured-image img.wp-post-image {
        /* height: 217px; */
        width: 289px;
        height: 217px;
        object-fit: cover;
    }

    .category.category-tw-video .main-content-wrap .main-content-inner .featured-image {
        width: 100%;
        height: 160px;
    }

    .category.category-tw-video .main-content-wrap .main-content-inner .featured-image img.wp-post-image {
        height: 100%;
    }

    .category img.video-btn {
        top: 32%;
        left: 44%;
        width: 38px;
    }

    /* 顶栏 */
    .thw-menubar-wrap .nav-search i {
        right: -26px;
    }

    #home-search {
        right: -40px;
        top: 24px;
    }

    /* menu about */
    .menubar.site-nav-inner {
        width: 70%;
    }

    .menu-layer-btn {
        /* width: 50px;
        height: 46px; */
        width: 62px;
        height: 62px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .menu-layer-btn .menu-layer-btn-icon {
        width: 20px;
        height: 20px;
    }

    .menu-layer-btn .menu-layer-btn-icon.menu-icon-close {
        display: none;
    }

    .menu-layer {
        top: 54px;
    }

    ul.main-menu>li>a {
        /* white-space: nowrap; */
        line-height: 26px !important;
    }

    /* 标签页 图片尺寸 */
    .tag .entry-format .featured-image,
    .author .entry-format .featured-image {
        width: 257px;
        height: 192.7px;
    }

    .search .entry-format .featured-image {
        width: 203px;
        height: 152px;
    }

    .tag .entry-format .featured-image .wp-post-image,
    .tag .entry-format .featured-image .cate-video,

    .search .entry-format .featured-image .wp-post-image,
    .search .entry-format .featured-image .cate-video,

    .author .entry-format .featured-image .wp-post-image,
    .author .entry-format .featured-image .cate-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .page-template-default .elementor-element.e-con:last-child .e-con-inner .elementor-widget-image-box .elementor-image-box-content {
        width: 210px;
    }

    .home .main-content-wrap {
        padding: 16px 0 0 !important;
    }

    ul.main-menu {
        overflow-x: hidden;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    ul.main-menu>li {
        white-space: nowrap;
    }

}

@media (min-width: 1200px) {
    .topbar .container {}

    .web-width {
        width: 1120px;
    }

    .menu-layer {
        top: 68px;
    }

    .site-navigation.navigation {
        /* width: 1300px; */
        width: 100%;
    }
    .page-template .main-content,
    .category .main-content,
    .tag .main-content,
    .search .main-content,
    .single .main-content,
    .author .main-content {
        margin-top: 46px;
        padding-top: 1px;
    }

    /* 标签页 图片尺寸 */
    .tag .entry-format .featured-image,
    .author .entry-format .featured-image {
        width: 300px;
        height: 225px;
    }

    .search .entry-format .featured-image {
        width: 203px;
        height: 152px;
    }

    .tag .entry-format .featured-image .wp-post-image,
    .tag .entry-format .featured-image .cate-video,

    .search .entry-format .featured-image .wp-post-image,
    .search .entry-format .featured-image .cate-video,

    .author .entry-format .featured-image .wp-post-image,
    .author .entry-format .featured-image .cate-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .page-template .main-content .container,
    .category .main-content .container,
    .tag .main-content .container,
    .author .main-content .container,
    .single .main-content .container,
    .search .main-content .container {
        width: 1120px;
    }

    /* 内页img 3:4 */
    .category .block-item6 .row .col-md-6 .post-thumb img {
        width: 273.19px;
        height: 204.8px;
        object-fit: cover;
    }

    .category .main-content-wrap .main-content-inner .featured-image img.wp-post-image {
        /* height: 217px; */
        object-fit: cover;
        width: 327px;
        height: 245px;
    }

    .category.category-tw-video .main-content-wrap .main-content-inner .featured-image {
        width: 327px;
        width: 100%;
        height: 200px;
    }

    .category.category-tw-video .main-content-wrap .main-content-inner .featured-image img.wp-post-image {
        height: 100%;
    }

    /* 分类页 文案 固定尺寸  3行文案 */
    .category .entry-blog-grid .entry-blog .entry-post-title,
    .category .entry-blog-grid .entry-content {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .category .entry-blog-grid .entry-blog .entry-post-title {
        height: 84px;
    }

    .category .entry-blog-grid .entry-content {
        margin: 10px 0 0px;
        height: 75px;
    }

    .category .list-entry-post-footer {
        margin-top: 10px;
    }

    img.video-btn {
        top: 36%;
        left: 42%;
        width: 44px;
    }

    .category .post-block-style .post-content .post-title a {
        font-size: 28px;
        line-height: 36px;
    }

    /* body */
    .category .main-content .container .category-title {
        font-size: 38px;
        line-height: 60px;
        /* margin: 80px 0 16px; */
    }

    .category .main-content-wrap .main-content-inner .entry-blog-grid {
        /* padding: 16px; */
        margin-bottom: 48px;
    }

    .category .entry-blog-grid .entry-blog .entry-post-title {
        color: #000000;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
    }

    .category .entry-blog-list-left .category-meta-bg {
        top: 10px;
    }

    /* about policy */
    .page-template-default .main-content-wrap {
        padding: 50px 0 50px;
    }

    .page-template-default .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1120px;
        margin: 0 auto;
    }

    .page-template-default .entry-content-page>.wp-block-heading,
    .page-template-default .entry-content-page>.wp-block-group {
        max-width: 1120px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .page-template-default .entry-content-page>p {
        max-width: 1120px;
        margin: 0 auto;
        margin-top: 25px;
    }

    /* about 作者 */
    .page-template-default .e-con-inner {
        display: block !important;
        max-width: 1120px !important;
        /* padding: 0 210px !important; */
        padding-right: 210px !important;
        padding-left: 210px !important;
    }

    .elementor-element .elementor-position-left.elementor-vertical-align-top .elementor-image-box-img {
        width: 33% !important;
    }

    .elementor-element .elementor-position-left.elementor-vertical-align-top .elementor-image-box-img img {
        width: 100%;
        max-width: 160px;
    }

    /* 作者列表 */
    .page-template-default .elementor-element.e-con:last-child .e-con-inner {
        max-width: 1120px !important;
        padding: 20px 40px 0 !important;
        margin: 0 auto !important;
        display: flex !important;
        justify-content: center !important;
        flex-wrap: wrap;
    }

    .page-template-default .elementor-element.e-con:last-child .e-con-inner figure.elementor-image-box-img {
        width: 100px;
        margin: 0 !important;
    }

    .page-template-default .elementor-element.e-con:last-child .e-con-inner .elementor-widget-image-box .elementor-image-box-content {
        width: 200px;
        font-size: 12px;
        font-weight: 400;
        color: #666666;
        line-height: 14px;
    }

    .page-template-default .elementor-element.e-con:last-child .e-con-inner .elementor-widget-image-box .elementor-image-box-content div {
        font-size: 22px;
        font-weight: 600;
        line-height: 22px;
    }

    .page-template-default .elementor-element.e-con:last-child .e-con-inner .elementor-widget-image-box .elementor-image-box-content>a {
        font-size: 11px !important;
        line-height: 26px;
    }

    /* 顶栏2 */
    .btw-logo-txt .entry-logo {
        width: 134px;
        height: auto;
        margin: 8px 0;
    }

    .menu-layer-btn {
        width: 64px;
        height: 74px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .menu-layer-btn .menu-layer-btn-icon {
        /* width: 20px;
        height: 20px; */
        width: 28px;
        height: auto;
    }

    .menu-layer-btn .menu-layer-btn-icon.menu-icon-close {
        display: none;
    }

    /* hover- menu  */
    /* .menu-layer-btn:hover .operate-open-menuIcon {
        display: none;
    }
    .menu-layer-btn:hover .operate-close-menuIcon {
        display: inline-block;
    } 
    .menu-layer-btn:hover .menu-layer {
        display: block;
    }
    */

    .menubar.site-nav-inner ul.main-menu>li>a {
        line-height: 46px;
        padding: 0 24px 0 8px;
        line-height: 68px;
        font-size: 14px !important;
    }

    .btw-logo-txt {
        font-size: 23px;
    }

    .thw-menubar-wrap .nav-search i {
        right: 0px;
        top: -6px;
        right: -26px;
    }

    #home-search {
        top: 20px;
        right: -40px;
    }

    .nav-search img {
        width: 15px;
        height: 15px;
    }

    /*nav txt */
    ul.main-menu>li>a {
        /* padding: 0 5px;
        line-height: 46px;
        font-size: 10px !important; */
    }

    .page-template-default .thwbreadcrumb {
        width: 1120px;
        padding: 20px 8px 0;
    }

}

@media (max-width: 1199px) and (min-width: 731px) {
    .body-inner {
        -webkit-overflow-scrolling: touch;
    }

    .home .home-main-content.clearfix {
        /* margin-top: 50px;
        background: url(images/ai.webp) no-repeat center fixed;
        background-attachment:fixed !important; */
    }

    .home .home-main-content.clearfix:before {
        content: '';
        position: fixed;
        z-index: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(images/bg_ipad.webp) center 0 no-repeat;
        background-size: cover;
    }

    .footer-banner {
        position: relative;
    }

    .footer-column {
        position: relative;
    }
}

@media (max-width: 1024px) and (min-width: 830px) {
    .home-main-content.clearfix .main-content-inner {
        width: 830px;
        margin: 0 auto;
    }

    /* 顶栏 */
    .btw-logo-txt .entry-logo {
        width: 120px;
        margin: 8px 0;
    }

    .menubar.site-nav-inner {
        width: 60%;
    }

    ul.main-menu::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .thw-menubar-wrap .nav-search i {
        right: 30px;
        top: 6px;
        right: -6px;
    }

    #home-search {
        top: 33px;
        right: -20px;
    }

    .menu-layer {
        top: 50px;
    }

    .menu-layer-btn {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .menu-layer-btn .menu-layer-btn-icon {
        width: 20px;
        height: 20px;
    }

    .menu-layer-btn .menu-layer-btn-icon.menu-icon-close {
        display: none;
    }


    ul.main-menu>li>a {
        line-height: 30px !important;
    }

    .home .main-content-wrap {
        padding: 0 !important;
    }

    .elementor-section .elementor-container .elementor-column:nth-of-type(2) {
        margin: 72px 0 66px;
    }

    .home .slick-initialized .slick-slide>div {
        width: 436px;
        height: 180px;
    }

    .home .post-block-style.post-float-half .post-thumb {
        width: 184px;
        height: 138px;
    }

    .featured-tab {
        display: flex;
        justify-content: center;
    }

    .elementor-section .elementor-widget-container .row>div {
        width: 900px;
        height: 334px;
    }

    .category .block-item6 .row .col-md-6 {
        flex: 100%;
        max-width: 100%;
    }
    .page-template .main-content .container,
    .category .main-content .container,
    .tag .main-content .container {
        width: 830px;
    }

    .category .main-content-wrap .main-content-inner .col-lg-6 {
        width: 33%;
    }

    .category .main-content-wrap .main-content-inner .entry-blog-grid {
        padding: 10px;
    }

    .elementor-section .elementor-widget-container .row .post-thumb img {
        width: 355px;
        height: 252px;
        object-fit: cover;
    }

    .home .post-block-style .post-content {
        width: 218px;
        width: 192px;
    }

    .post-block-style .post-content .post-title a {
        font-size: unset;
        line-height: unset;
    }

    .elementor-section .elementor-container .elementor-column {
        width: 100%;
    }

    .home .elementor-column:nth-child(2) .elementor-widget-wrap .elementor-element {
        margin: 0;
    }

    .slick-slider .slick-track {
        width: 830px !important;
    }

    .home .slick-slider .slick-track {
        width: 890px !important;
        margin-left: -30px
    }

    .slick-initialized .slick-slide {
        width: 100% !important;
        display: flex;
        justify-content: space-between;
    }

    .slick-initialized .slick-slide>div {
        width: 270px;
        height: 193px;
    }

    .post-block-style.post-float-half {
        padding: 20px 0 20px 20px;
    }

    .post-block-style.post-float-half .post-content .post-title a {
        font-size: 16px;
        line-height: 20px;
    }

    .post-content .post-meta span {
        font-size: 10px;
    }

    .post-block-style .post-content .post-meta .post-date {
        font-size: 10px;
    }

    .home .post-block-style.post-float-half .post-content p {
        font-size: 11px;
        margin: 0px 0 0px;
    }

    .post-block-style .post-content .post-meta {
        margin: 0;
    }

}

@media (max-width: 1024px) and (min-width: 992px) {
    .category .block-item6 .row .col-md-6 {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .thw-menubar-wrap .nav-search i {
        top: -4px;
        right: -20px;
    }

    #home-search {
        top: 24px;
        right: -36px;
    }
}

@media (max-width: 1559px) and (min-width:1201px) {
    .home .main-content-wrap {
        padding: 28px 0 0 !important;
    }
}

@media (max-width: 1559px) and (min-width:1200px) {
    .home .main-content-wrap {
        padding: 28px 0 0 !important;
    }

    .page-template-default .thwbreadcrumb {
        padding: 40px 8px 0;
    }
}

@media (max-width: 1199px) and (min-width:1024px) {
    .page-template-default .thwbreadcrumb {
        padding: 30px 8px 0;
    }
}

@media (min-width: 1560px) {
    .newsletter-layer .newsletter-layer-content {
        width: 530px;
    }

    .topbar .container {
        /* width: 1420px; */
    }

    .site-navigation.navigation {
        /* width: 1560px; */
        width: 100%;
    }

    .web-width {
        width: 1420px;
    }
    .page-template .main-content .container,
    .category .main-content .container,
    .tag .main-content .container,
    .author .main-content .container,
    .single .main-content .container,
    .search .main-content .container {
        width: 1420px;
    }

    /* body */
    /* 内页img 3:4 */
    .category .block-item6 .row .col-md-6 .post-thumb img {
        width: 357.19px;
        height: 269px;
        object-fit: cover;
    }

    .category .main-content-wrap .main-content-inner .featured-image {
        width: 100%;
        height: 362px;
        /* display: flex;
        align-items: center; */
    }

    .category .main-content-wrap .main-content-inner .featured-image img.wp-post-image,
    .search .main-content-wrap .main-content-inner .featured-image img.wp-post-image {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    /* 视频css */
    .category.category-tw-video .main-content-wrap .main-content-inner .featured-image {
        width: 100%;
        height: 100%;
    }

    .category .main-content .row.justify-content-center article .featured-image video {
        width: 100%;
        /*height: 240px;*/
    }

    /* 标签页 图片尺寸 */
    .tag .entry-format .featured-image,
    .author .entry-format .featured-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .search .entry-format .featured-image {
        width: 182px;
        height: 136px;
    }

    .search img.video-btn {
        top: 36%;
        left: 38%;
        width: 36px;
    }

    .tag .entry-format .featured-image .wp-post-image,
    .tag .entry-format .featured-image .cate-video,

    .search .entry-format .featured-image .wp-post-image,
    .search .entry-format .featured-image .cate-video,

    .author .entry-format .featured-image .wp-post-image,
    .author .entry-format .featured-image .cate-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    img.video-btn {
        top: 40%;
        left: 42%;
        width: 56px;
    }

    .category .entry-blog-list-left .category-meta-bg {
        top: 25px;
    }

    .category .block-item6 .row .col-md-6 {
        flex: 70%;
        max-width: 70%;
        padding: 40px;
        margin-top: 80px;
        margin-bottom: 80px;
    }

    /* about policy */
    .page-template-default .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1420px;
        margin: 0 auto;
    }

    /* about title */
    .page-template-default .elementor-widget-container .wp-block-column .wp-block-heading {
        font-size: 56px;
        font-weight: bold;
        color: #000000;
        line-height: 66px;
        margin-bottom: 60px;
    }

    .page-template-default .entry-content-page>.wp-block-heading,
    .page-template-default .entry-content-page>.wp-block-group {
        max-width: 1420px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .page-template-default .entry-content-page>p {
        max-width: 1420px;
        margin: 0 auto;
        margin-top: 25px;
    }

    .btw-logo-txt {
        font-size: 31px;
    }

    .btw-logo-txt .entry-logo {
        width: 234px;
        height: 48px;
        margin: 13px 0;
    }

    .menubar.site-nav-inner ul.main-menu>li>a {
        font-size: 16px !important;
    }

    .menu-layer-btn {
        width: 80px;
        height: 78px;
    }

    .menu-layer-btn .menu-layer-btn-icon {
        width: 32px;
        height: 32px;
    }

    .nav-search img {
        width: 21px;
        height: 21px;
    }

    .thw-menubar-wrap .nav-search i {
        right: 14px;
        top: -7px;
        right: -30px;
        top: -8px;
    }

    .thw-menubar-wrap .container .row .menu-searh-wrap .fa-search:before {
        font-size: 18px;
    }

    #home-search .search-close {
        font-size: 36px;
    }

    #home-search {
        top: 23px;
        right: -44px;
    }

    .menu-layer {
        top: 74px;
    }

    /* about 作者 */
    .page-template-default .e-con-inner {
        display: block !important;
        max-width: 1420px !important;
        /* padding: 0 210px !important; */
        padding-left: 210px !important;
        padding-right: 210px !important;
    }

    .elementor-element .elementor-position-left.elementor-vertical-align-top .elementor-image-box-img {
        width: 20% !important;
    }

    /* 作者列表 */
    .page-template-default .elementor-element.e-con:last-child .e-con-inner {
        max-width: 1420px !important;
        padding: 20px 40px 0 !important;
        margin: 0 auto !important;
        display: flex !important;
        justify-content: center !important;
        flex-wrap: wrap;
    }

    .page-template-default .elementor-element.e-con:last-child .e-con-inner figure.elementor-image-box-img {
        width: 100px;
        margin: 0 !important;
    }

    .page-template-default .elementor-element.e-con:last-child .e-con-inner .elementor-widget-image-box .elementor-image-box-content {
        width: 300px;
        padding: 0 20px;

        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 16px;
    }

    .page-template-default .elementor-element.e-con:last-child .e-con-inner .elementor-widget-image-box .elementor-image-box-content div {
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
    }

    .page-template-default .elementor-element.e-con:last-child .e-con-inner .elementor-widget-image-box .elementor-image-box-content>a {
        font-size: 16px !important;
        line-height: 36px;
    }

    .page-template-default .main-content {
        margin-top: 74px;
    }

    .page-template-default .thwbreadcrumb {
        width: 1420px;
    }

    .page-template-default .main-content-wrap {
        padding: 50px 0 50px;
    }

    /*nav txt */
    ul.main-menu>li>a {
        padding: 0 10px;
    }

    .home .main-content-wrap {
        padding: 32px 0 0 !important;
    }
}

@media (min-width: 1820px) {
    .topbar .container {
        /* width: 1640px; */
    }

    .site-navigation.navigation {
        /* width: 1820px; */
        width: 100%;
    }

    .web-width {
        width: 1640px;
    }
    .page-template .main-content .container,
    .category .main-content .container,
    .tag .main-content .container,
    .author .main-content .container,
    .single .main-content .container,
    .search .main-content .container {
        width: 1640px;
    }

    /* 内页img 3:4 */
    .category .block-item6 .row .col-md-6 .post-thumb img {
        width: 418.79px;
        height: 304px;
        object-fit: cover;
    }

    .category .main-content-wrap .main-content-inner .featured-image {
        /* width: 499px; */
        /* height: 374px; */
    }

    .category .main-content-wrap .main-content-inner .featured-image img.wp-post-image {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }


    .category .main-content .row.justify-content-center article .featured-image video {
        width: 100%;
        /*height: 280px;*/
    }

    img.video-btn {
        top: 40%;
        left: 42%;
        width: 70px;
    }

    .category .post-block-style .post-content .post-title a {
        font-size: 36px;
        line-height: 42px;
    }

    .search img.video-btn {
        top: 36%;
        left: 38%;
        width: 36px;
    }

    /* about policy */
    /* .page-template-default .main-content-inner{
        max-width: 1640px;
        margin: 0 auto;
    } */
    .page-template-default .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1640px;
        margin: 0 auto;
    }

    .page-template-default .entry-content-page>.wp-block-heading,
    .page-template-default .entry-content-page>.wp-block-group {
        max-width: 1640px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .page-template-default .entry-content-page>p {
        max-width: 1640px;
        margin: 0 auto;
        margin-top: 25px;
    }

    .page-template-default .thwbreadcrumb {
        width: 1640px;
    }

    .btw-logo-txt {
        font-size: 36px;
    }

    .nav-search img {
        width: 24px;
        height: 24px;
    }

    /*nav txt */
    ul.main-menu>li>a {
        padding: 0 15px;
    }

    .menubar.site-nav-inner ul.main-menu>li>a {
        padding: 0 24px 0 8px !important;
    }
}

@media (min-width: 1920px) {}


/* wap ======================================================= */

/* @media (max-width: 830px) { */
/* @media (max-width: 768px) { */
@media (max-width: 730px) {

    /* top bar */
    .menubelow .container {
        background: #1C7FF2;
        opacity: 1;
        padding: 0 15px;
        max-width: unset;
    }

    .mail-newsletter {
        display: unset;
    }

    .category .block-item6 .row .col-md-6 .post-block-style .post-thumb {}

    .category .block-item6 .row .col-md-6 .post-block-style .post-thumb .video-btn {
        position: absolute;

        width: 56px;
        top: 36%;
        left: 40%;
    }

    .category .block-item6 .row .col-md-6 .post-block-style .post-thumb .cate-video {}

    .container .nav-menu {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding-top: 42px;
        padding-top: 18px;
    }

    .nav-menu-btn {
        width: 24px;
        height: 24px;
    }

    .nav-menu-btn>img {
        width: 100%;
        height: 100%;
    }

    img {
        border-radius: 5px;
        object-fit: cover;
    }

    .menubelow .thw-menubar {
        padding-top: 10px;
    }

    .menubelow .thw-menubar>.row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
        border-top: unset !important;
        border-bottom: unset;
        background: #FFF;
    }

    .menubarleft {
        padding: 0;
    }

    .menubelow ul.main-menu {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    }

    .menubelow ul.main-menu::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .menubelow ul.main-menu>li>a {
        /* color: #1C7FF2 !important; */
        line-height: 16px !important;
        font-size: 14px !important;
        /* font-family: Inter-Semi Bold, Inter !important; */

        font-weight: 600 !important;
        padding: 15px 18px 13px 8px !important;
        white-space: nowrap;
    }

    ul.main-menu>li.current-menu-item>a:before {
        border-color: #1C7FF2 !important;
    }

    .main-content-wrap {
        padding: 24px 0 0;
    }

    .home .main-content-wrap {
        padding: 0 !important;
    }

    /* 搜索调整 */
    .thw-menubar-wrap .nav-search i {
        top: -0.375rem;
        width: 1.5rem;
        height: auto;
    }

    .thw-menubar-wrap .nav-search i:before {
        content: unset;
    }

    #home-search {
        top: 1.25rem;
        right: 0rem;
    }

    #home-search .search-close {
        top: -1.75rem;
        right: 0.875rem;
        background: #1C7FF2;
        color: #fff;
    }

    /* 顶栏 responsive.css*/
    .thw-menubar-wrap {
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 0;
    }

    .thw-menubar-wrap.sticky-header {
        position: fixed !important;
        width: 100% !important;
    }

    .body-inner {
        -webkit-overflow-scrolling: touch;
    }

    .home-main-content.clearfix {
        padding-top: 98px;
        /* margin-top: 122px;
    margin-top: 96px;
    background: url(images/home_bg_wap.webp) no-repeat top center;
    background-size: 102% 102%; */
    }

    .home-main-content.clearfix:before {
        content: '';
        position: fixed;
        z-index: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(images/home_bg.webp) center 0 no-repeat;
        background-size: 102% 102%;
    }

    .footer-banner {
        position: relative;
    }

    .footer-column {
        position: relative;
    }

    .home .post-block-style.post-float-half.clearfix {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #ffffffde;
        box-shadow: 0 0px 12px 12px #ffffffeb;
    }

    .home .main-content-inner .block-item6>.row img {
        height: 260px;
        border-radius: 5px;
        object-fit: cover;
    }

    /* all 文章 video */
    .body-inner .main-content {
        margin-top: 116px;
        margin-top: 96px;
    }

    .page-template-default .body-inner .main-content {
        margin-top: 4.25rem;
    }

    .thwbreadcrumb {
        display: none;
    }

    .search .main-content-wrap .featured-image .cate-video {
        width: 100%;
        height: 100%;
    }

    .search .main-content-wrap .featured-image .video-btn {
        position: absolute;
        top: 56px;
        left: 117px;
        width: 40px;
        display: inline-block;
    }

    /* ---------------------------------------------- */

    /* 内容 */
    .elementor>.elementor-element {
        padding: 0 1rem;
        margin: 0 !important;
    }

    .post-block9-element.pad-r-small {
        margin: 0;
    }

    .post-title.title-medium {
        font-size: 16px;
        line-height: 19px;
        margin-top: 11px;
        margin-bottom: 11px;
    }

    .post-date {
        font-size: 11px;
        font-weight: 500;
        color: #A3A3A3;
        line-height: 13px;
    }

    .home .post-block6-warp .post-title a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .home .post-block6-warp .post-block-style .post-content p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        margin-bottom: 16px;
    }

    .elementor-column-gap-default .elementor-column .elementor-element-populated {
        /* padding: 10px 30px 0 10px !important; */
    }

    .home .elementor-section:first-child .elementor-column-gap-default>.elementor-column:first-child {
        margin-bottom: 26px;
    }

    .home .elementor-section:first-child .elementor-column-gap-default>.elementor-column:last-child {
        margin-bottom: 70px;
    }

    .home .elementor-section:first-child .elementor-column-gap-default>.elementor-column:first-child>.elementor-element-populated {
        /* background: #FFF;
    background: radial-gradient(white, #ffffff40); */
    }

    .home .elementor-section:first-child .elementor-column-gap-default>.elementor-column:first-child>.elementor-element-populated>div {
        background: #FFFFFFAA;
        box-shadow: 0 0px 28px 28px #ffffffaf;

        background: #ffffffde;
        box-shadow: 0 0px 12px 12px #ffffffeb;
    }

    .home .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
        padding: 10px !important;
    }

    .home .post-block-style .category-meta-bg {
        display: none;
    }

    /* view detail */
    .post-date-view-detail {
        width: 102px;
        height: 32px;
        background: #1C7FF2;
        border-radius: 4px 4px 4px 4px;
        text-align: center;

    }

    .post-date-view-detail a {
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF !important;
        line-height: 32px;
    }

    .home .recent-posts-widget ul {
        padding-right: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .home .recent-posts-widget ul li {
        padding-bottom: 12px;
        display: flex;
        flex-direction: column;
        width: 9.375rem;
    }

    .home .recent-posts-widget .posts-thumb {
        margin-right: 0 !important;
    }

    .home .recent-posts-widget .posts-thumb img {
        margin: 0;
        width: 10.375rem;
        height: 7.75rem;
    }

    /* 副标题横线 */
    .search ul.list-unstyled li .posts-thumb-full .post-info-full {
        bottom: 30px;
        padding: 25px;
    }

    /* .search .sidebar .widget-title,
.category .sidebar .widget-title,
.single .sidebar .widget-title {
    border-bottom: 2px solid #1c1c1c;
}
.search .sidebar .widget-title >span,
.category .sidebar .widget-title >span,
.single .sidebar .widget-title >span {
    background: #1c1c1c;
    color: #FFF;
    font-size: 14px;
    padding: 4px 15px;
} */

    /* 文章页侧栏文章列表 */
    .single .sidebar {
        margin-top: 0;
    }

    .single .sidebar .sidebar-inner {
        /* background: #FFF;
    background: radial-gradient(white, #ffffff40); */

        padding: 20px;
        margin: 20px 10px 0;
        background: #ffffffde;
        box-shadow: 0 0px 12px 12px #ffffffeb;
    }

    .single article.hentry.post-layout {
        background: #ffffffe6;
        box-shadow: 0 0px 12px 12px #ffffffe0;
    }

    .clearfix::after {
        display: none;
    }

    /* 文章 */
    .single .main-content-inner .category-meta-bg {
        display: none;
    }

    /* 第一模块 列表 */
    .elementor-widget-container .slick-track {
        width: 100% !important;
    }

    .slick-initialized .slick-slide {
        width: 100% !important;
        max-width: 23.4375rem;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .slick-initialized .slick-slide>div {
        padding: 16px 0px 8px;
    }

    .home .slick-initialized .slick-slide>div {
        margin-bottom: 18px;
        padding: 16px 20px 16px;
    }

    .home .slick-initialized .slick-slide>div:nth-child(2) {
        margin-top: 20px;
    }

    .home .slick-initialized .slick-slide>div:nth-child(3) {
        margin-top: 30px;
    }

    .home .slick-initialized .slick-slide>div:nth-child(4) {
        margin-top: 35px;
    }

    .home .slick-initialized .slick-slide>div:nth-child(5) {
        margin-top: 38px;
    }

    .home .slick-initialized .slick-slide>div:last-child {
        margin-top: 40px;
    }

    .home .post-block-style.post-float-half .post-thumb {
        margin: 0;
    }

    .home .post-block-style.post-float-half .post-content {
        height: 166px;
    }

    .home .post-block-style.post-float-half .post-content .post-title a {
        font-size: 18px;
        font-weight: normal;
        color: #1c1c1c !important;
        line-height: 21px;

        height: 63px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .post-block-style.post-float-half .post-content .post-meta .post-author {
        /* margin: 0;
    padding: 0; */
    }

    .post-block-style.post-float-half .post-content .post-meta .post-author a {
        font-size: 13px;
        font-weight: 500;
        color: #1c1c1c8a !important;
        line-height: 15px;
    }

    .post-block-style.post-float-half .post-content .post-meta .post-date {
        margin: 0;
        font-size: 13px;
        font-weight: 500;
        color: #1c1c1c8a !important;
        line-height: 15px;
    }

    .post-block-style.post-float-half .post-content p {
        font-size: 14px;
        font-weight: 400;
        color: #1c1c1c !important;
        line-height: 18px;
        margin-bottom: 58px;

        height: 54px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }


    /* title */
    .home .elementor-widget-container {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }

    .main-block-title {
        display: flex;
        align-items: center;
        border-bottom: unset;
        margin: 0 12px 0px 0;
    }

    .main-block-title>span {
        font-size: 20px;
        padding: 0;
        background: unset;
        color: #000;
        line-height: 22px;
        white-space: nowrap;
        height: unset;
    }

    /* 副标题线 */
    .news247-title-content-line {
        width: 100%;
        height: 1px;
        background: #000000;
        border-radius: 0px 0px 0px 0px;
        opacity: 1;
    }

    .elementor-section:first-child .elementor-column ul.list-unstyled li:first-child {
        display: unset !important;
    }

    .elementor-section:first-child .elementor-column ul.list-unstyled li .posts-thumb-full .post-info-full {
        content: unset;
    }

    .home ul.list-unstyled li .posts-thumb-full .post-info-full::before {
        content: unset;
    }

    .home ul.list-unstyled li .posts-thumb-full .post-info-full {
        bottom: -74px;
        padding: 0;
    }

    .posts-thumb-full .post-title {
        margin-top: 107px;
        margin-bottom: 8px
    }

    .posts-thumb-full .post-title a {
        color: #1c1c1c;
        font-size: 14px;
        line-height: 20px;
    }

    .post-title {
        font-size: 1.125rem;
        line-height: 1.25rem;
    }

    .elementor-element .posts-thumb-full .post-info-full .post-meta time {
        color: #888 !important;
    }

    /* 内页背景 */
    .category .body-inner .main-content {
        /* margin-top: 116px; */
        margin-top: 96px;
    }

    .category .main-content-wrap {
        padding: 1rem 0 0;
    }

    .category .main-content-wrap.blogCatgoryRight,
    .tag .main-content-wrap.blogCatgoryRight,
    .single .row.justify-content-center,
    .author .main-content-wrap,
    .search .main-content .main-content-wrap {
        margin-top: 20px;
        background: url(images/ai-wap.webp) no-repeat fixed;
        background-size: 100%;
        margin-left: -15px;
        margin-right: -15px;
    }

    .page-template-default .main-content-inner.clearfix {
        margin-top: 20px;
        background: url(images/ai-wap.webp) no-repeat fixed;
        background-size: 100%;
        margin-left: -15px;
        margin-right: -15px;
    }

    .page-template-default .elementor-element .elementor-widget-container {
        /* background: #FFF ;
    background: radial-gradient(white, #ffffff40); */

        padding: 16px !important;
        margin: 0 !important;
        /* box-shadow: unset !important; */
    }

    .page-template-default .elementor-element .elementor-widget-container:first-child {
        /* background: #FFFFFFAA;
    box-shadow: 0 0px 16px 16px #ffffffaf; */
    }

    .page-template-default .entry-content-page.clearfix>div {
        /* background: #ffffffe6;
    box-shadow: 0 0px 12px 12px #ffffffe0; */
    }

    .page-template-default .entry-blog {
        background: #ffffffe6;
        box-shadow: 0px -10px 12px 12px #ffffffe6 !important;
        margin: 0 25px 0px;
    }

    .post-pagination ul li span.current {
        background: #1C7FF2 !important;
    }

    .page-template-default .elementor-widget-container .wp-block-cover {
        min-height: unset !important;
        padding: 0 !important;
    }

    .page-template-default .page-template-default .wp-block-cover.is-position-top-left {
        min-height: unset !important;
        padding: 0 !important;
    }

    .page-template-default .has-white-color {
        font-size: 22px;
        color: #1C7FF2 !important;
        font-size: 16px;
        line-height: 19px;
        text-align: left;
    }

    .page-template-default .wp-block-columns {
        margin-top: -50px;
        margin-bottom: 2.75em;
    }

    .page-template-default .elementor-section .elementor-element .elementor-element:last-child {
        margin-top: -48px;
    }

    /* .single .row.justify-content-center {
    margin-top: 20px;
    background: url(images/ai-wap.png) no-repeat;
    background-size: 100%;
    margin-left: -15px;
    margin-right: -15px;
} */
    .category .main-content-wrap.blogCatgoryRight .row {
        margin-right: 0px;
        margin-left: 0px;
        display: flex;
        justify-content: space-around;
    }

    .category .main-content-wrap.blogCatgoryRight .block-item6 .row {
        padding: 16px;
    }

    .category .main-content-wrap.blogCatgoryRight .block-item6 .row .col-md-6 {
        /* background: #FFF;
    background: radial-gradient(white, #ffffff40); */

        padding-top: 15px;
        padding-bottom: 15px;
    }

    .category .main-content-wrap.blogCatgoryRight .block-item6 .row .col-md-6>div {
        background: #ffffffde;
        box-shadow: 0 0px 12px 12px #ffffffeb;
    }

    .category .main-content-wrap.blogCatgoryRight .row .sidebar {
        display: none;
    }

    .category .main-content-inner.row article {
        width: 48%;
        padding: 0;
    }

    .category .main-content-inner.row article .entry-blog-grid {
        /* background: #FFF;
    background: radial-gradient(white, #ffffff40); */

        padding: 8px;
        margin-bottom: 16px
    }

    .category .main-content-inner.row article .entry-blog-grid>div {
        background: #ffffffe6;
        box-shadow: 0 0px 8px 8px #ffffffeb;
        padding-bottom: 1px;
    }

    .category .entry-blog-grid .entry-blog .category-meta-bg {
        display: none;
    }

    .comment-form .comment-form-author input,
    .comment-form .comment-form-email input,
    .comment-form .comment-form-url input {
        border-radius: 8px;
    }

    .single .row.justify-content-center ul li .category-meta-bg,
    .search .main-content-wrap>.row ul li .category-meta-bg,
    .tag .row.justify-content-center ul li .category-meta-bg,
    .author .row ul li .category-meta-bg {
        display: none;
    }

    .tag .main-content-wrap .sidebar .sidebar-inner .widget_tag_cloud,
    .tag .main-content-wrap .sidebar .sidebar-inner .news247_social_button2_widget,

    .single .row .sidebar .sidebar-inner .widget_tag_cloud,
    .single .row .sidebar .sidebar-inner .news247_social_button2_widget,

    .author .main-content-wrap .sidebar .sidebar-inner .widget_tag_cloud,
    .author .main-content-wrap .sidebar .sidebar-inner .news247_social_button2_widget,

    .search .main-content .sidebar .sidebar-inner .widget_tag_cloud,
    .search .main-content .sidebar .sidebar-inner .news247_social_button2_widget {
        display: none;
    }

    .category .entry-blog-grid .entry-blog .entry-post-title {
        font-size: 12px;
        font-weight: 500;
        color: #000000;
        line-height: 14px;

        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;

        height: 42px;
    }

    .category.category-tw-video .entry-blog-grid .entry-blog .entry-post-title {
        font-size: 20px;
        line-height: 22px;
        height: 66px;
    }

    .category.category-tw-video .entry-post-footer-wrap span {
        font-size: 10px;
        line-height: 10px;
    }

    .category.category-tw-video .entry-blog-grid .entry-blog .entry-content {
        font-size: 12px;
        line-height: 16px;
        max-height: 64px;
    }

    .category.category-tw-video .main-content-inner.row article .entry-blog-grid>div {
        padding-bottom: 8px;
    }

    .category .entry-blog-grid .entry-blog .entry-content {
        font-size: 10px;
        font-weight: 400;
        color: #383333;
        line-height: 14px;
        margin: 6px 0 16px;
        max-height: 70px;

        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        height: 56px;
    }

    .category .list-entry-post-footer {
        margin-top: 10px;
        padding: 0;
    }

    .category .entry-post-footer-wrap span {
        font-size: 8px;
        /* font-weight: 500; */
        /* color: #383333; */
        line-height: 9px;
    }

    .category .entry-blog-grid .entry-blog .entry-comment {
        display: none;
    }

    /* 文章 body */
    .single .main-content-inner.clearfix {
        padding: 8px;
        /* background: #FFF;
    background: radial-gradient(white, #ffffff40); */

        margin-top: 32px;
    }

    .single .main-content-inner.clearfix>div {
        background: #FFFFFFAA;
        box-shadow: 0 0px 12px 12px #ffffffaf;

        background: #ffffffde;
        box-shadow: 0 0px 12px 12px #ffffffeb;
    }

    /* .tag .main-content-wrap.blogCatgoryRight {
    padding: 32px 16px;
} */
    /* .tag .row.justify-content-center {
    padding-top: 16px;
    margin: 0;
    background: #FFF;
} */

    /* 页面标题 下三角图标 */
    .single .sidebar .sidebar-inner .widget-title span:after,
    .tag .sidebar .sidebar-inner .widget-title span:after,
    .search .sidebar .sidebar-inner .widget-title span:after,
    .author .sidebar .sidebar-inner .widget-title span:after {
        display: none;
    }

    .tag .main-content .main-content-wrap,
    .search .main-content .main-content-wrap,
    .author .main-content .main-content-wrap {
        padding: 32px 16px;
    }

    .tag .row.justify-content-center,
    .search .main-content .main-content-wrap>.row,
    .author .main-content .main-content-wrap>.row {
        padding: 16px 0;
        /* background: #FFF;
    background: radial-gradient(white, #ffffff40); */
        background: #ffffffe6;
        box-shadow: 0 0px 12px 12px #ffffffe0;

        margin: 0;
    }

    /* sideBar-nav */
    .navSideBar {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999999;
        display: none;
    }

    .navSideBar-main {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow: auto;
    }

    .navSideBar-content {
        width: 70%;
        height: 100%;
        background: #FFFFFF;
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
        border-radius: 0px 0px 0px 0px;
        opacity: 1;

        padding: 0 16px;
    }

    .navSideBar-head {
        height: 60px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .navSideBar-head>img {
        width: 24px;
        height: 24px;
    }

    .navSideBar-menu-content {
        height: 90%;
        overflow-y: auto;
    }

    .navSideBar-menu .navSideBar-menu-item {
        height: 40px;
        display: flex;
        align-items: center;
    }

    .navSideBar-menu .navSideBar-menu-item>a {
        font-size: 16px;
        /* font-family: Inter-Semi Bold, Inter; */
        /* font-weight: 600; */
        color: #383333;
        line-height: 23px;
    }

    .navSideBar-line {
        height: 1px;
        background: #DEDEDE;
        border-radius: 0px 0px 0px 0px;
        opacity: 1;
        margin: 6px 0 24px;
    }

    .navSideBar-share .navSideBar-share-item {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }

    .navSideBar-share .navSideBar-share-icon {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }

    .navSideBar-share .navSideBar-share-item>span {
        font-size: 14px;
        font-weight: 400;
        color: #383333;
        line-height: 16px;
    }

    /* newsletter 弹框 ------------------------------ */
    .newsletter-layer {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999999;
        display: none;
    }

    .newsletter-layer-main {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .newsletter-layer .newsletter-layer-content {
        width: 20.4375rem;
        /* height: 416px; */
        background: #FFFFFF;
        box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(0, 0, 0, 0.25);
        padding: 1.125rem 1.5rem 2.5rem;
        border-radius: 12px;
    }

    .nav-menu-btn-logo img {
        /* 移动端-btw-logo  */
        border-radius: 0px;

    }

    .nav-menu-btn-logo {
        font-size: 26px;
        color: #ffffff;
        /*padding-bottom: 2px;*/
    }

    .nav-menu-btn-logo a {
        color: #ffffff !important;
    }

    .nav-menu-btn-logo a:hover {
        color: #ffffff;
    }

    .newsletter-layer .layer-bg {
        background: url(images/news-bg-wap.png) no-repeat center -20px;
        height: 240px;
    }

    .newsletter-layer .layer-form-name {
        margin-bottom: 16px;
    }

    .newsletter-layer .layer-form-name-p1 {
        font-size: 14px;
        font-weight: 400;
        color: #707070;
        margin-bottom: 12px;
    }

    .newsletter-layer .layer-form-name-p2 {
        font-size: 14px;
        font-weight: 600;
        color: #1C1C1C;
        margin-bottom: 0;
    }

    .newsletter-layer-close {
        width: 1.5rem;
        height: 1.5rem;
        float: right;
    }

    .newsletter-layer-title {
        font-size: 2rem;
        color: #000000;
        line-height: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
        margin-top: 1.875rem;

        text-align: center;
    }

    .newsletter-layer-desp {
        font-size: 1.125rem;
        line-height: 1.625rem;
        margin-bottom: 2rem;
        text-align: center;

        font-size: 20px;
        font-weight: 700;
        color: #1C1C1C;
        padding: 50px 0 0;
    }

    .newsletter-layer-email {
        display: flex;
        flex-direction: column;
    }

    .newsletter-layer-email form {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .newsletter-layer-email .footer-banner-search-input-box{
        margin-bottom: 16px;
    }
    .newsletter-layer-email .footer-banner-search-input {
        width: 100%;
        padding: 6px 15px;
        height: 44px;
        border-radius: 8px;
        opacity: 1;
        border: 1px solid #D9D9D9;
    }
    .newsletter-layer-email .footer-banner-select {
        width: 100%;
        height: 44px;
        border-radius: 8px;
        font-size: 14px;
    }
    .newsletter-layer-email  .footer-banner-select .ms-choice{
        height: 44px;
        line-height: 44px;
    }
    .newsletter-layer-email  .multiple-category{
        margin-bottom: 16px;
    }

    .newsletter-layer-email .footer-banner-search-btn {
        width: 100%;
        height: 40px;
        background: #1C7FF2;
        border-radius: 8px 8px 8px 8px;
    }

    .newsletter-layer-email .newsletter-layer-email-input {
        width: 17.4375rem;
        height: 2.75rem;
        background: #FFFFFF;
        border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
        opacity: 1;
        border: 0.0625rem solid #D9D9D9;
        margin-bottom: 1rem;
    }

    .newsletter-layer-email .newsletter-layer-email-btn {
        width: 17.4375rem;
        height: 2.5rem;
        background: #1C7FF2;
        border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
        opacity: 1;

        font-size: 0.875rem;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 2.5rem;

        display: flex;
        justify-content: center;
        margin-bottom: 1.5rem;
    }

    .newsletter-layer-tips {
        font-size: 0.75rem;
        font-weight: 400;
        color: #666666;
        line-height: 1.125rem;
        text-align: center;
    }



    /* footer-banner newsletter */
    .footer-banner {
        width: 100%;
        /*height: 358px;*/
        background: #1C7FF2;
    }

    .footer-banner .footer-banner-content {
        padding: 48px 16px 48px;
    }

    .footer-banner .footer-banner-head {
        margin-bottom: 12px;
        text-align: center;
    }

    .footer-banner .footer-banner-head .footer-banner-title {
        font-size: 24px;
        font-weight: normal;
        color: #FFFFFF;
        line-height: 30px;
    }

    .footer-banner .footer-banner-txt {
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 18px;
        margin-bottom: 32px;
        text-align: center;
    }

    .footer-banner .footer-banner-search {
        display: flex;
        flex-direction: column;
    }
    .footer-banner .footer-banner-search-input-box{
        margin-bottom: 12px;
    }
    .footer-banner .footer-banner-search-input {
        width: 100%;
        height: 44px;
        background: #FFFFFF;
    }
    .footer-banner .footer-banner-select {
        width: 100%;
        height: 44px;
        background: #FFFFFF;
        /* margin-bottom: 12px; */
    }
    .footer-banner .footer-banner-select .ms-choice{
        height: 44px;
        line-height: 44px;
    }
    .footer-banner .multiple-category{
        margin-bottom: 12px;
    }
    .footer-banner .footer-banner-search-btn {
        width: 100%;
        height: 44px;
        background: #085CBD;
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 600;
        color: #FFFFFF;
        /* line-height: 44px; */
        text-align: center;
    }

    .footer-banner-content {
        color: #fff;
    }

    /* footer */
    .footer-column {
        background: #FFF !important;
        padding: 0 0 0rem !important;
    }

    .footer-bottom {
        padding: 0 !important;
        margin: 0;
    }

    .footer-link-flex {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-widget-content {
        display: flex;
    }

    .footer-bottom .footerbottom-widget p {
        text-align: left;
        font-size: 14px;
        font-weight: 400;
        color: #383333;
        line-height: 20px;
    }

    .footer-widget .widget-title {
        margin: 0 0 20px;
        font-size: 24px;
        font-weight: normal;
        color: #383333 !important;
        line-height: 28px;
    }

    .col-sm-6.col-md-6.col-lg-3 {
        border-top: 1px solid rgba(163, 163, 163, 0.32);
        margin: 0 16px;
    }

    .footer-widget-content-flex {
        width: 41%;
    }

    .footer-widget-content-flex .footerbottom-widget .textwidget a,
    .footerbottom-widget .textwidget p a {
        font-size: 14px;
        font-weight: 400;
        color: #383333;
        line-height: 16px;
    }

    .footer-widget-content-line {
        height: 102px;
        width: 1px;
        background-color: #FFFFFF20;
        margin-right: 16px;
    }

    .footerbottom-widget .widget {
        display: flex;
    }

    .footerbottom-widget .widget>img {
        width: 11.3919rem;
        height: 2.9375rem !important;
        margin-top: 2rem;
        margin-bottom: 1.125rem;
    }

    .footerbottom-widget .widget.widget_text {
        margin: 0 0 32px;
    }

    .footerbottom-widget .textwidget img {
        height: 20px;
    }

    .footerbottom-widget .social-button-widget li a i {
        background: rgba(151, 151, 151, 0.18);
        color: rgba(56, 51, 51, 1);
    }

    /* privacy-policy */
    .page-template-default .elementor-section .elementor-element .elementor-element:last-child {
        /* background-color: #FFF; */
        /* padding: 24px; */
    }

    .page-template-default .entry-content-page.clearfix {
        padding: 0 1rem 1rem;
    }

    .page-template-default .elementor>.elementor-element {
        padding: 0;
    }

    .page-template-default .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
        padding: 30px 0;
    }

    .page-template-default .entry-content-page h2 {
        margin-top: 0;
    }

    .page-template-default .page-template-default {
        display: none;
    }

    .page-template-default .wp-block-group {
        /* background: #FFFFFF; */
        border-radius: 60px 60px 60px 60px;
        padding: 0 10px;
    }

    .page-template-default .wp-block-image .alignleft {
        margin: 0;
        margin-right: 12px;
    }

    .page-template-default .wp-block-group .has-text-align-left {
        font-size: 14px;
        font-weight: 400;
        color: #A3A3A3;
        line-height: 18px;
        padding: 0 0 6px;
        height: 45px;
    }

    .page-template-default .wp-block-group h2.has-text-align-left {
        font-size: 18px;
        font-weight: 600;
        color: #383333;
        line-height: 28px;
        margin: 0;
        padding: 6px 0 0;
    }

    .page-template-default .wp-block-group {
        padding: 0;
    }

    .page-template-default .e-con-inner h2 {
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        color: #070C26 !important;
        line-height: 28px;
    }

    .page-template-default .e-con-inner .elementor-image-box-img {
        border-radius: 100px;
        transition-duration: .3s;
        width: 120px !important;
        height: 120px;
    }

    .page-template-default .e-con-inner .elementor-image-box-img img {
        margin: 0;
    }

    /* about  作者 */
    .page-template-default .wp-block-columns.about-block3 .wp-block-column .wp-block-image {
        margin: 0;
    }

    .elementor-element .elementor-position-left.elementor-vertical-align-top .elementor-image-box-wrapper {
        text-align: center !important;
    }

    .elementor-element .elementor-position-left.elementor-vertical-align-top .elementor-image-box-content {
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 20px;
    }

    .elementor-element .elementor-position-left.elementor-vertical-align-top .elementor-image-box-content>div {
        font-size: 24px;
        font-weight: bold;
        color: #070C26;
        line-height: 28px;
        padding: 0;
        padding-bottom: 14px;
        margin-bottom: 14px;
        border-bottom: 1px solid #D9D9D9;
    }

    .elementor-element .elementor-position-left.elementor-vertical-align-top .elementor-image-box-content>div a {
        color: #070C26 !important;
    }

    .elementor-element .elementor-position-left.elementor-vertical-align-top .elementor-image-box-content>a {
        font-size: 14px;
        font-weight: 500;
        color: #1C7FF2;
        line-height: 16px;
    }

    /* 作者列表 */
    .page-template-default .e-con:last-child .e-con-inner .elementor-image-box-wrapper {
        text-align: left;
        position: relative;
    }

    .page-template-default .e-con:last-child .e-con-inner .elementor-image-box-img {
        width: 56px !important;
        height: 56px;
        position: absolute;
        top: -6px;
    }

    .page-template-default .e-con:last-child .e-con-inner .elementor-image-box-content {
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 20px;
    }

    .page-template-default .e-con:last-child .e-con-inner .elementor-image-box-content div>a {
        margin-left: 68px;
        color: #070C26 !important;
        font-size: 18px;
        font-weight: 600;
        line-height: 21px;
    }

    .page-template-default .e-con:last-child .e-con-inner .elementor-image-box-content>a {
        margin-left: 68px;
        color: #1C7FF1 !important;
        font-size: 14px;
        font-weight: 500;
        line-height: 28px;
    }

    .page-template-default .elementor-element.elementor-position-left.elementor-vertical-align-top.elementor-widget.elementor-widget-image-box>div {
        box-shadow: unset !important;
    }

    .page-template-default .elementor-element.elementor-position-top.elementor-widget.elementor-widget-image-box>div {
        box-shadow: unset !important;
    }

    .category.category-tw-video .main-content-inner.row article {
        width: 100%;
    }

    /* 内页图片尺寸 */
    .category .post-thumb a>img {
        border-radius: 5px;
    }

    .category .main-content-inner .featured-image {
        width: 100%;
        height: 112px;
    }

    .category .main-content-inner .featured-image img.wp-post-image {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        object-fit: cover;
    }

    .category.category-tw-video .main-content-inner .post-thumb a>img {
        height: auto;
        border-radius: 5px;
    }

    .category.category-tw-video .main-content-inner .featured-image {
        width: 100%;
        height: 186px;
    }

    .category .main-content-inner .featured-image img.video-btn {
        width: 30px;
        position: absolute;
        top: 36%;
        left: 40%;
    }

    .category.category-tw-video .main-content-inner .featured-image img.video-btn {
        position: absolute;
        width: 56px;
        top: 36%;
        left: 40%;
    }

    .category video.cate-video {
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }

    /* 标签 图片视频尺寸 */
    .tag .main-content-inner .featured-image {
        width: 100%;
        /* height: 186px; */
    }

    .tag .main-content-inner .featured-image img.video-btn {
        position: absolute;
        width: 56px;
        top: 36%;
        left: 40%;
    }

    .tag video.cate-video {
        width: 100%;
        height: 100%;
    }

    .author .main-content-wrap .featured-image {
        width: 100%;
        height: 186px;
        height: 100%;
    }

    .author .main-content-wrap .featured-image video.cate-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .author .main-content-wrap .featured-image img.video-btn {
        position: absolute;
        top: 64px;
        left: 130px;
        width: 50px;
    }

    .single span.entry-meta-view {
        display: none;
    }


    .copyright {
        background: #FFF !important;
        color: #383333 !important;
    }

    .copyright .container {
        border-top: 1px solid #d5d5d5;
    }

    .text-left {
        padding: 32px 0;
    }

    #turnkey-credit {
        display: none;
    }

    /* 分页 */
    .post-pagination ul li {
        margin-bottom: 20px;
    }

    #media_image-1.widget {
        margin-top: 32px;
        margin-bottom: 18px;
        display: flex;
    }

    #media_image-1.widget img {
        width: 182px;
        /*height: 47px;*/
        border-radius: 0px;
    }

    #back-to-top {
        right: 16px;
    }

    #back-to-top .btn.btn-primary {
        background: #1C7FF2 !important;
    }

    .css-pc {
        display: none !important;
    }

    ul.main-menu>li.menu-item-has-children>a:after {
        margin-top: -5px;
        right: 2px;
    }
}


@media (max-width: 730px) and (min-width: 390px) {
    .home .elementor-section:first-child .elementor-column-gap-default>.elementor-column:first-child {
        margin-bottom: 48px;
    }

    .category .main-content-inner .featured-image {
        width: 100%;
        height: 126px;
    }
}

/* ipad */
@media (max-width: 830px) and (min-width: 730px) {

    /* body */
    .top-bg-bar {
        height: 33px;
    }

    .social-button li {
        margin-left: 8px;
    }

    .topbar .row .col-lg-8 {
        max-width: 78%;
        flex: 78%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .topbar .row .col-lg-4 {
        max-width: 22%;
        flex: 22%;
    }

    .tsnews-date {
        padding: 0;
    }

    .topbar-nav li {
        margin: 0 !important;
        padding-right: 0;
    }

    /* 顶栏 */
    .container .thw-menubar .row {
        margin: 0;
    }

    .site-navigation.navigation {
        width: 100%;
    }

    .btw-logo-txt .entry-logo {
        width: 140px;
        max-width: unset;
        height: auto;
        margin: 0;
    }

    .menubar.site-nav-inner {
        width: 64%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menubar.site-nav-inner {}

    .swiper-wrapper {
        width: 86% !important;
    }

    ul.main-menu {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    ul.main-menu::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    ul.main-menu>li {
        white-space: nowrap;
    }

    .thw-menubar-wrap {
        margin-bottom: -120px !important;
    }

    .thw-menubar-wrap .nav-search i {
        top: 4px;
    }

    #home-search .search-close {
        top: -34px;
    }

    #home-search {
        top: 30px;
    }

    .home .home-main-content.clearfix {
        /* background: url(images/bg_ipad.png) no-repeat center 100px;
        margin-top: 0px;
        background-size: 110%; */

        background: url(images/bg_ipad.webp) no-repeat center fixed;
        /* margin-top: -20px; */
    }

    /* home model-1 */

    .elementor-section .elementor-widget-container .row>div {
        width: 724px;
        height: 324px;
        padding: 24px;
    }

    .row {
        margin: 0;
    }

    /* 分类页 */
    .page-template .main-content,
    .category .main-content,
    .tag .main-content,
    .single .main-content,
    .search .main-content,
    .author .main-content {
        padding: 40px;
        padding-top: 1px;
        margin-top: 46px;
    }
    .page-template .main-content .container,
    .category .main-content .container,
    .tag .main-content .container {
        width: 100%;
    }

    .category .main-content .row {
        display: flex;
        justify-content: space-around;
    }

    .category .main-content .row>div {
        width: 724px;
        /* height: 324px; */
        padding: 24px !important;
        flex: unset !important;
        max-width: unset !important;
    }

    .category .main-content-wrap .main-content-inner .col-lg-6 {
        width: 32%;
        padding: 0;
    }

    .category .main-content-wrap .main-content-inner .entry-blog-grid {
        padding: 12px;
    }

    /* 文章 */
    .author .main-content .container,
    .single .main-content .container {
        margin-top: 30px;
    }

    .author .main-content-wrap,
    .single .main-content-wrap {
        padding: 0px 0;
    }

    .single .main-content .row.justify-content-center,
    .tag .main-content .row.justify-content-center,
    .search .main-content .main-content-wrap>.row,
    .author .main-content .main-content-wrap>.row {
        display: flex;
        flex-direction: column;
        padding: 40px;
        align-items: center;
    }

    .col-md-8 {
        flex: 100%;
        max-width: 100%;
    }

    .col-md-4 {
        flex: unset;
        max-width: unset;
    }


    .elementor-section .elementor-widget-container .row .post-thumb img {
        width: 364px;
        height: 272px;
        object-fit: cover;
    }

    .category .main-content .row .post-thumb img {
        width: 364px;
        height: 272px;
    }

    .post-block-style .post-content {
        width: 283px;
    }

    .post-block-style .post-content .post-title a {
        font-size: 19px;
        line-height: 23px;
    }

    .elementor-section .elementor-container .elementor-column {
        width: 100%;
    }

    .elementor-container .elementor-column:nth-child(2) .slick-track {
        width: 748px;
    }

    .home .elementor-container .elementor-column:nth-child(2) .slick-track {
        width: 740px !important;
    }

    .elementor-section .elementor-container .elementor-column:nth-of-type(2) {
        margin: 22px 0 82px;
    }

    .home .slick-initialized .slick-slide>div {
        width: 360px;
        height: 180px;
    }

    .home .post-block-style.post-float-half .post-content p {
        margin: 0 0 4px;
    }

    .home .post-block-style .category-meta-bg {
        left: 10px;
    }

    .home .post-block-style.post-float-half .post-thumb {
        height: 136px;
        width: 180px;
    }

    .slick-initialized .slick-slide {
        width: 100% !important;
        justify-content: center;
        margin-left: 8px;
    }

    /* home model-2  */
    .slick-initialized .slick-slide>div {
        width: 236px;
        height: 145px;

        width: 255px;
        height: 170px;
    }

    .home .post-block-style .post-content {
        width: 210px;
    }

    .home .post-block-style.post-float-half .post-content {
        width: 138px;
    }

    .home .elementor-column:nth-child(2) .elementor-widget-wrap .elementor-element {
        margin: 0;
    }

    .post-block-style.post-float-half {
        padding: 20px 0 20px 10px;
    }

    /* 文案title */
    .post-block-style.post-float-half .post-content .post-title a {
        font-size: 13px;
        line-height: 16px;
    }

    .post-block-style.post-float-half .post-content .post-meta span,
    .post-block-style.post-float-half .post-content .post-meta .post-date {
        font-size: 9px;
    }

    .home .post-block-style.post-float-half .post-content p {
        font-size: 10px;
    }

    .post-block-style .post-content .post-meta {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .post-block-style.post-float-half .post-content .post-meta {
        margin: 0;
    }

    .home .post-block-style.post-float-half .post-content .post-meta {
        margin: 2px 0 2px 0;
    }

    .post-block-style .post-content .post-meta span {
        padding-right: 0;
        font-size: 10px;
    }

    .post-block-style .post-content p {
        font-size: 14px;
        line-height: 17px;
        margin: 0 0 16px;
    }

    /* 底栏 */
    .footer-banner-content {
        width: 80%;
        margin: 0 auto;
    }

    .footer-banner-txt {
        text-align: center;
    }
    .footer-banner-search-input-box{
        margin-right: 15px;
    }
    .footer-banner-search-input {
        width: 220px;
        height: 44px;
        background: #FFFFFF;
        border-radius: 4px;
    }

    .footer-banner-select {
        width: 220px;
        height: 44px;
        border-radius: 4px;
    }
    .footer-banner-select .ms-choice{
        height: 44px;
        line-height: 44px;
    }
    .multiple-category{
        margin-right: 15px;
    }

    .footer-bottom .col-sm-12.col-md-6.col-lg-6 {
        width: 340px !important;
        width: 50% !important;
    }

    .footer-link-flex {
        margin-top: 26px;
        width: 50%;
    }

    .web-width {
        width: 100%;
    }


    .category .main-content .container .category-p {
        /* width: 60%; */
    }

    .home .main-content-wrap {
        padding: 10px 0 0 !important;
    }
}

@media (max-width: 768px) {
    .thw-menubar-wrap.sticky-header {
        position: fixed !important;
        width: 100% !important;
    }
}

/* ipad2 */
@media (max-width: 830px) and (min-width: 800px) {

    /* home model-2  */
    .slick-initialized .slick-slide>div {
        width: 248px;
        height: 145px;
    }

    .home .home-main-content.clearfix {
        background: url(images/bg_ipad.webp) no-repeat center fixed;
        background-size: 110%;
    }

    .home .elementor-section .elementor-container .elementor-column:nth-of-type(2) {
        margin: 52px 0 52px;
    }

    .home .slick-initialized .slick-slide>div {
        width: 380px;
        height: 160px;
    }

    .home .slick-initialized .slick-slide {
        margin-left: 0px
    }

    .home .elementor-container .elementor-column:nth-child(2) .slick-track {
        width: 780px !important;
    }

    .home .post-block-style.post-float-half {
        padding: 16px 0px 16px 10px;
    }

    .home .post-block-style.post-float-half .post-thumb {
        height: 120px;
        width: 160px;
        margin-right: 12px;
    }

    .home .post-block-style.post-float-half .post-content {
        width: 186px;
    }

    .home .post-block-style.post-float-half .post-content p {
        margin: 0;
    }
}

/*  */
@media (max-width: 800px) and (min-width: 730px) {
    .elementor-section .elementor-container .elementor-column:nth-of-type(2) {
        /* margin: 60px 0 82px; */
    }

    .slick-initialized .slick-slide {
        margin: 0px;
        display: flex;
        justify-content: center;
    }

    .slick-initialized .slick-slide>div {
        width: 200px;
        height: 170px;
        margin-right: 16px;
    }
}

@media (max-width: 767px) and (min-width: 730px) {
    .thw-menubar-wrap .nav-search i {
        /*top: 4px;*/
        top: -8px;
        right: -20px;
    }

    #home-search .search-close {
        top: -34px;
        right: 0px;
    }

    #home-search {
        top: 20px;
    }
}

.carousel-container-1 {

    width: 2100px;
    /*min-width:730px;*/
    height: 52px;
    padding: 12px 0;
    overflow: hidden;
    text-align: center;
    margin: auto;
    position: relative;
    background: #1c7ff2;
    box-shadow: 0px 2px 8px 0px rgba(0, 51, 90, .16);
    margin-bottom: 20px;

}

.carousel-container-3 {
    height: 28px;
    margin-bottom: 20px;
}

@keyframes anis {
    0% {
        transform: translateX(30%);
    }

    100% {
        transform: translateX(-70%);
    }

}

.carousel-container-2 {

    animation: anis 35s linear infinite;

}

.carousel-container-2:hover {

    animation-play-state: paused;

}

.carousel-container-2 p {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    width: 270px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.carousel-container-2 img {
    vertical-align: middle;
    margin-right: 8px;
}

@media (max-width: 768px) {
    .carousel-container-1 {
        /*width:500%;*/
    }

    @keyframes anis {
        0% {
            transform: translateX(10%);
        }

        100% {
            transform: translateX(-80%);
        }
    }

    .carousel-container-2 p {
        /*width: 10%;*/
    }
    .cook-notice {
        right: 14px !important;
        bottom: 30px !important;
        width: calc(100% - 32px) !important;
      }
      .cook-notice-title-box {
        margin-top: 12px;
      }
      .cook-close-btn {
        margin-top: -70px !important;
        width: 50px !important;
        height: 50px !important;
      }
      .cook-notice-btn-box {
        justify-content: space-between !important;
      }
      .cook-notice-accept-btn {
        max-width: 200px !important;
        width: calc(50% - 15px) !important;
      }
      .cook-notice-decline-btn {
        margin-left: 0 !important;
        max-width: 200px !important;
        width: calc(50% - 15px) !important;
      }

}

@media (min-width: 576px) and (max-width: 729px) {
    .category .main-content-wrap.blogCatgoryRight {
        background: none !important;
    }

    .blogCatgoryRight:before {
        content: '';
        position: fixed;
        z-index: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(images/ai-wap.png) center 0 no-repeat;
        background-size: 86% 100%;
    }

    .category-title-box {
        position: absolute;
        left: 0;
        z-index: 1;
        width: 100%;
        padding: 0 51px 20px;
        background: #fff;
    }

    .category-title {
        margin-top: 0;
    }

    .category .main-content-wrap {
        padding-top: 7rem;
    }
}
.cook-notice {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 30%;
    padding: 24px;
    max-width: 720px;
    min-width: 300px;
    height: auto;
    z-index: 1000;
    background-color: #ffffff;
    box-shadow: 0px 4px 24px 0px rgba(97,104,129,0.24);
    border-radius: 24px 24px 24px 24px;
  }
  .cook-notice-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cook-notice-title-box h3 {
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 18px;
    color: #0D0736;
    font-family: 'PublicSans-Regular';
  }
  .cook-close-btn {
    margin-top: -10px;
    margin-right: -10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
  }
  .cook-notice-content {
    margin-bottom: 16px;
    font-family: 'PublicSans-Regular';
    font-size: 14px;
    color: #616881;
  }
  .cook-notice-content a {
    text-decoration: underline;
    color: #0D0736;
  }
  .cook-notice-btn-box {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .cook-notice-accept-btn {
    font-size: 14px;
    cursor: pointer;
    max-width: 140px;
    padding: 8px 24px;
    border-radius: 99px;
    background-color: #01A6EA;
    color: #ffffff;
  }
  .cook-notice-decline-btn {
    font-size: 14px;
    cursor: pointer;
    margin-left: 12px;
    max-width: 140px;
    padding: 8px 24px;
    border-radius: 99px;
    border: 1px solid #01A6EA;
    background-color: #ffffff;
    color: #01A6EA;
  }
  .display-no {
    display: none !important;
  }
@media (max-width: 575px) {
    .category .main-content-wrap.blogCatgoryRight {
        background: none !important;
    }

    .blogCatgoryRight:before {
        content: '';
        position: fixed;
        z-index: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(images/ai-wap.png) center 0 no-repeat;
        background-size: cover;
    }

    .category-title-box {
        position: relative;
        z-index: 1;
        width: 110%;
        background: #fff;
        margin-left: -15px;
        padding: 0 15px 20px;
    }

    .blogCatgoryRight:before {
        background-size: 95% 100%;
    }
}

@media (max-width: 390px) {
    .blogCatgoryRight:before {
        background-size: 100%;
    }
}