*,*:before,*:after {box-sizing:inherit;}
* {scroll-behavior:inherit !important;}
html,body {height:auto;width:100%;margin:0;padding:0;overflow-x:hidden;box-sizing:border-box;}
body {font-family:微软雅黑;font-style:normal;font-size:16px;font-weight:normal;color:#655c5d;line-height:1.8;}
a {color:#333;display:inline-block;}
a,a:active,a:focus,a:hover {outline:none;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;text-decoration:none;}
a:hover {color:#8f000b;}
ul {margin:0;padding:0;}
li {list-style:none;}
h1,h2,h3,h4,h5,h6 {color:#333;margin:0px;font-weight:600;line-height:1.2;}
h1 {font-size:40px;}
h2 {font-size:35px;}
h3 {font-size:28px;}
h4 {font-size:22px;}
h5 {font-size:18px;}
h6 {font-size:16px;}
.about-img img{ width:100%}
.about-img video.video {width: 100%;height: 320px;background: #fff;margin-top: 25px;}
.team_b_img img{ width:100%}
.pic-item-img img{ width:100%}
.contact_img img{ width:100%}

.clearfix:after {content:"";display:table;clear:both}
body::-webkit-scrollbar { width: 3px; } 
body::-webkit-scrollbar-thumb { border-radius: 10px; background: #8f000b; } 
body::-webkit-scrollbar-track { border-radius: 0; background: rgba(0,0,0,0.1); } 
p {margin:0px;}
.far {
    font-weight: 200;
}
.bg-white {
    border-radius: 3px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{    padding-right: var(--bs-gutter-x,1rem);
    padding-left: var(--bs-gutter-x,1rem);z-index: 3;
    position: relative;}
.bg_a{ background: #efebea}
.bg_b{ background: #fff !important}
.img,img {-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-ms-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;height:auto;}
label {color:#999;cursor:pointer;font-weight:400;}
*::-moz-selection {background:#d6b161;color:#fff;text-shadow:none;}
::-moz-selection {background:#555;color:#fff;text-shadow:none;}
::selection {background:#555;color:#fff;text-shadow:none;}
*::-moz-placeholder {color:#999;font-size:16px;opacity:1;}
*::placeholder {color:#999;font-size:16px;opacity:1;}
.preloader {background:#fff;position:fixed;height:100%;width:100%;left:0;top:0;z-index:9999;}
.loader {width:80px;height:80px;position:relative;top:calc(50% - 55px);left:calc(50% - 40px); background: url("../images/loader_logo.png"); background-size: cover;}
.loader:before,.loader:after {content:'';border:5px solid #8f000b;border-radius:50%;width:inherit;height:inherit;position:absolute;top:0;left:0;animation:loader 2s linear infinite;opacity:0;}
.loader:before {animation-delay:0.5s;}
@keyframes loader {0% {transform:scale(0);opacity:0;}
50% {opacity:1;}
100% {transform:scale(1);opacity:0;}
}
.no-padding{ padding: 0}
.ovrflow-hidden {overflow:hidden;}
.text-right {text-align:right;}
.space-between {display:flex;justify-content:space-between;align-items:center;}
.c-pd {padding:0 7rem;}
.s-pd {padding:0 12rem;}
.h-100 {height:100%;}
.h-100vh {height:100vh;}
.bg {background-color:#F5FEF5;}
.site-title-tagline {text-transform:uppercase;letter-spacing:2px;font-weight:700;font-size:18px;color:#8f000b;position:relative;}
.site-title {font-weight:400;text-transform:capitalize;font-size:32px;color:#333;margin-top:5px;margin-bottom:0;}
.site-title span {color:#8f000b;}
.site-heading p {font-size:16px;}
.heading-divider {display:inline-block;position:relative;height:3px;border-bottom:4px solid #8f000b;width:90px;}
.heading-divider:after {content:'';position:absolute;left:0;top:-2px;height:8px;width:8px;border-radius:50px;border:4px solid #8f000b;-webkit-animation:heading-move 5s infinite linear;animation:heading-move 5s infinite linear;}
@-webkit-keyframes heading-move {0% {transform:translateX(-1px);}
50% {transform:translateX(85px);}
100% {transform:translateX(-1px);}
}
@keyframes heading-move {0% {transform:translateX(-1px);}
50% {transform:translateX(85px);}
100% {transform:translateX(-1px);}
}
.pb-140 {padding-bottom:140px;}
.pd-50 {padding:50px 0;}
.py-120 {padding:120px 0;}
.py-80 {padding:80px 0;}
.pt-120 {padding-top:120px;}
.pb-120 {padding-bottom:120px;}
.pt-0 {padding-top:0px;}
.pt-10 {padding-top:10px;}
.pt-20 {padding-top:20px;}
.pt-30 {padding-top:30px;}
.pt-40 {padding-top:40px;}
.pt-50 {padding-top:50px;}
.pt-60 {padding-top:60px;}
.pt-70 {padding-top:70px;}
.pt-80 {padding-top:80px;}
.pt-90 {padding-top:90px;}
.pt-100 {padding-top:100px;}
.pb-0 {padding-bottom:0px;}
.pb-10 {padding-bottom:10px;}
.pb-20 {padding-bottom:20px;}
.pb-30 {padding-bottom:30px;}
.pb-40 {padding-bottom:40px;}
.pb-50 {padding-bottom:50px;}
.pb-60 {padding-bottom:60px;}
.pb-70 {padding-bottom:70px;}
.pb-80 {padding-bottom:80px;}
.pb-90 {padding-bottom:90px;}
.pb-100 {padding-bottom:100px;}
.mt-0 {margin-top:0px;}
.mt-10 {margin-top:10px;}
.mt-20 {margin-top:20px;}
.mt-30 {margin-top:30px;}
.mt-40 {margin-top:40px;}
.mt-50 {margin-top:50px;}
.mt-60 {margin-top:60px;}
.mt-70 {margin-top:70px;}
.mt-80 {margin-top:80px;}
.mt-90 {margin-top:90px;}
.mt-100 {margin-top:100px;}
.mb-0 {margin-bottom:0px;}
.mb-10 {margin-bottom:10px;}
.mb-20 {margin-bottom:20px;}
.mb-30 {margin-bottom:30px;}
.mb-40 {margin-bottom:40px;}
.mb-50 {margin-bottom:50px;}
.mb-60 {margin-bottom:60px;}
.mb-70 {margin-bottom:70px;}
.mb-80 {margin-bottom:80px;}
.mb-90 {margin-bottom:90px;}
.mb-100 {margin-bottom:100px;}
.mr-300 {margin-right:300px;}
.ml-300 {margin-left:300px;}
.fz40{font-size:32px;}
.border-b3{ border-bottom: 3px solid #8f000b; border-radius: 3px;}
.box-shadow {box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.hidden {
    display:-webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.hidden2 {display:-webkit-box !important;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.color-w{ color:white}
.more_bnt {text-align:center}
.blog-btn {margin-top:20px;padding:6px 25px;border:2px solid #8f000b;background:#8f000b;border-radius:3px;color:#fff;}
.blog-btn i {margin-left:5px;}
.blog-btn:hover {background:#ffb606;border:2px solid #ffb606;color:#fff;}
.pos-rel {position:relative;z-index:1;}
.show_pd {padding:0px 40px;}
.theme-btn {display:inline-block;vertical-align:top;color:#fff;font-weight:500;padding:12px 25px;border-radius:3px;-webkit-transition:all 0.5s;transition:all 0.5s;text-transform:capitalize;position:relative;cursor:pointer;text-align:center;border:none;background:#191F30;box-shadow:0 3px 24px rgb(0 0 0 / 10%);}
.theme-btn:hover {background:#ffb606;color:#fff;}
.theme-btn i {margin-left:5px;}
.theme-btn span {margin-right:5px;}
.theme-btn2 {background:#8f000b;color:#fff;}
.theme-btn2:hover {background:#191F30;color:#fff;}
@media (min-width:1200px) {.container,.container-sm,.container-md,.container-lg,.container-xl {max-width:1185px;}
}
.grid-2 {display:grid;grid-gap:3rem;grid-template-columns:repeat(2,1fr);}
.grid-3 {display:grid;grid-gap:3rem;grid-template-columns:repeat(3,1fr);}
.grid-4 {display:grid;grid-gap:3rem;grid-template-columns:repeat(4,1fr);}
.grid-5 {display:grid;grid-gap:3rem;grid-template-columns:repeat(5,1fr);}
.grid-6 {display:grid;grid-gap:3rem;grid-template-columns:repeat(6,1fr);}
.grid-px-2 {display:grid;grid-gap:3rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));}
.gap-0 {grid-gap:0;}
.cs-gap-1 {grid-gap:1rem;}
.cs-gap-2 {grid-gap:2rem;}
.shape-1 {position:absolute;width:190px;height:190px;top:-70px;left:-70px;border-radius:50%;background:#da1d25;display:flex;justify-content:center;align-items:center;}
.shape-1::before {content:"";position:absolute;width:210px;height:210px;border-radius:50%;border:3px solid #da1d25;}
.shape-2 {position:absolute;width:300px;height:300px;right:-100px;bottom:-100px;border-radius:50%;background:#da1d25;display:flex;justify-content:center;align-items:center;}
.shape-2::before {content:"";position:absolute;width:340px;height:340px;border-radius:50%;background:#da1d25;opacity:.5;}
@media all and (max-width:991px) {.shape-2 {width:280px;height:280px;}
.site-title { text-align: center}
}
#scroll-top {display:none;position:fixed;bottom:20px;right:30px;z-index:99;font-size:20px;border:none;outline:none;border-radius:3px;background:#8f000b;color:#fff;cursor:pointer;width:45px;height:45px;line-height:45px;text-align:center;box-shadow:0 3px 24px rgb(0 0 0 / 10%);transition:all .5s ease-in-out;}
#scroll-top:hover{background:#ffb606;}
.header-top {padding:8px 0; width: 100%; position:relative;background:#8f000b;z-index:1000;}
.header-top-wrapper {display:flex;align-items:center;justify-content:space-between;color:#fff;}
.header-top-wrapper .tel a {color:#fff;}
.header-top-contact ul {display:flex;align-items:center;gap:25px;}
.header-top-contact ul li a {color:#fff;font-weight:400;}
.header-top-contact ul li a i {margin-right:10px;color:#fff;}
.header-top-right {display:flex;align-items:center;gap:35px;}
.header-top-social span {color:#fff;}
.header-top-social a {width:30px;height:30px;line-height:30px;color:#8f000b;font-size:16px;background:#fff;text-align:center;margin-left:5px;border-radius:4px;transition:all .5s ease-in-out;}
.header-top-social a:hover {background:#191F30;color:#fff;}
.header-top-cart {position:relative;}
.header-top-cart a i {color:#fff;font-size:18px;transition:all .5s ease-in-out;}
.header-top-cart a i:hover {color:#191F30;}
.header-top-cart a span {background:#fff;color:#302a29;width:15px;height:15px;line-height:16px;display:block;border-radius:50px;position:absolute;text-align:center;top:-2px;right:-10px;font-size:12px;}
.header-top-lang button {padding:0;background:transparent;border:none;color:#fff;}
.header-top-lang button i {margin-right:8px;}
.header-top-lang ul li img {width:20px;border-radius:50%;margin-right:8px;}
.header-top-lang .dropdown-menu {border:none;box-shadow:0 3px 24px rgb(0 0 0 / 10%);}
@media all and (max-width:991px) {.header-top-left {display:none;}
}
.main {margin-top:0rem;}
@media all and (min-width:992px) {.navbar .nav-item .nav-link {margin-right:20px;padding:30px 0 30px 0;font-size:16px;font-weight:500;color:#333;text-transform:capitalize;}
.navbar .nav-item:last-child .nav-link {margin-right:0;}
.navbar .nav-item .dropdown-menu {display:block;opacity:0;visibility:hidden;transition:.3s;margin-top:0;padding:0;border:none;border-radius:0px;border-top:4px solid #8f000b;box-shadow:0 3px 24px rgb(0 0 0 / 10%);}
.navbar .nav-item .dropdown-menu li {border-bottom:1px solid #eee;}
.navbar .nav-item .dropdown-menu li:last-child {margin-bottom:0;border-bottom:none;}
.navbar .nav-item .dropdown-menu .dropdown-item {font-size:15px;font-weight:500;padding:10px 15px;color:#333;position:relative;text-transform:capitalize;transition:all .5s ease-in-out;}
.navbar .nav-item .dropdown-menu .dropdown-item:hover {background:transparent;color:#8f000b;padding-left:25px;}
.navbar .nav-item .nav-link {position:relative;}
	
.navbar .nav-item .nav-link.active,.navbar .nav-item:hover .nav-link {color:#8f000b;}

.navbar .nav-item:hover .dropdown-menu {transition:.3s;opacity:1;visibility:visible;top:100%;transform:rotateX(0deg);}
.navbar .dropdown-menu-end {right:0;left:auto;}
.navbar .dropdown-menu.fade-down {top:80%;transform:rotateX(-75deg);transform-origin:0% 0%;}
.navbar .dropdown-menu.fade-up {top:140%;}
.header-nav-right {display:flex;align-items:center;gap:20px;margin-left:30px;}
.header-nav-search a {color:#191F30;font-size:18px;padding:5px 10px;}
.header-nav-search a:hover {color:#8f000b;}
#main_nav {justify-content:flex-end;}
}
.navbar {padding-top:0px;padding-bottom:0px; z-index:999; background:#fff;}

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    background: url(../images/logo_b.png);
    height: 44px;
    width: 250px;
    background-size: cover;
}

.navbar-brand .far i{ font-weight:100}
.navbar.fixed-top {background:#fff; box-shadow:0 0 15px rgba(0,0,0,0.17); transition: all 1s ease 0s;animation:slide-down 0.5s;}


.navbar-brand-egz {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    background: url(../images/logo_b_egz.png);
    height: 44px;
    width: 250px;
    background-size: cover;
}
.navbar-brand-egz .far i{ font-weight:100}



@keyframes slide-down {0% {transform:translateY(-100%);}
100% {transform:translateY(0);}
}

.team_inof a {
    color: #0d7ef0;
}
.show_box a {
    color: #0d7ef0;
}
.navbar.fixed-top .nav-item .nav-link {
    color: #333;
}
.navbar.fixed-top .nav-item .nav-link::before {color:#00235A;}
.navbar .navbar-brand .logo-display {display:block;}
.navbar .navbar-brand .logo-scrolled {display:none;}
.navbar.fixed-top .navbar-brand .logo-display {display:none;}
.navbar.fixed-top .navbar-brand .logo-scrolled {display:block;}
.navbar .navbar-brand-egz .logo-display {display:block;}
.navbar .navbar-brand-egz .logo-scrolled {display:none;}
.navbar.fixed-top .navbar-brand-egz .logo-display {display:none;}
.navbar.fixed-top .navbar-brand-egz .logo-scrolled {display:block;}

.navbar.fixed-top .theme-btn{background: #8f000b;}
.navbar.fixed-top .theme-btn:hover{background: #ffab34;}


.navbar.fixed-top .navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    background: url(../images/logo_b.png);
    height: 44px;
    width: 250px;
    background-size: cover;
}
.navbar.fixed-top .navbar-brand-egz {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    background: url(../images/logo_b_egz.png);
    height: 44px;
    width: 250px;
    background-size: cover;
}
button.navbar-toggler {font-size:3.5rem;padding:0;margin:0;}
button.navbar-toggler:focus {outline:none;box-shadow:none;}
.navbar-toggler-icon {display:inline-block;width:inherit;height:inherit;}
.navbar-brand img {width:260px;}
.navbar-brand-egz img {width:260px;}
.dropdown-toggle::after {display:inline-block;margin-left:5px;vertical-align:middle;font-family:'Font Awesome 5 Pro';content:"\f107";font-weight:500;border:none;font-size:16px;}
.mobile-menu-right {display:flex;align-items:center;}
@media all and (max-width:1199px) {.navbar .header-btn {display:none;}
.navbar .header-btn {display:none;}
.header-phone {display:none;}
}
@media all and (max-width:991px) {.navbar {top:0;right:0;left:0; padding: 2px 0;}
.navbar-brand {
padding-left:10px;
    height: 36px;
    width: 200px;

}
.navbar-brand img {width:190px;}
.navbar-brand-egz {
padding-left:10px;
    height: 36px;
    width: 200px;

}
.navbar-brand-egz img {width:190px;}
.navbar-collapse {overflow:hidden;overflow-y:auto;padding:20px;background-color:#fff;}
.dropdown-toggle::after {float:right;}
.navbar .nav-item .nav-link {color:#030207;font-weight:700;transition:all .5s ease-in-out;}
.navbar .nav-item .nav-link:hover {color:#8f000b !important;}
.navbar-toggler-icon {font-size:32px;color:#333;font-weight:500;padding-right:10px;margin-bottom:10px;}
.navbar .dropdown-menu {border-radius:0px;}
.header-nav-right {display:none;}
.middle-header {display:none;}
.navbar.fixed-top .navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    background: url(../images/logo_b.png);
    height: 36px;
    width: 200px;
    background-size: cover;
}
.navbar.fixed-top .navbar-brand-egz {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    background: url(../images/logo_b.png);
    height: 36px;
    width: 200px;
    background-size: cover;
}
}
.navbar .nav-item .dropdown-submenu {position:relative;}
.navbar .nav-item .dropdown-submenu a::after {transform:rotate(-90deg);position:absolute;right:15px;top:6px;font-weight:normal;}
.navbar .nav-item .dropdown-submenu a:hover {background:transparent;color:#8f000b;}
.navbar .nav-item .dropdown-submenu .dropdown-menu {top:120%;left:100%;opacity:0;visibility:hidden;}
.navbar .nav-item .dropdown-submenu:hover .dropdown-menu {top:0;opacity:1;visibility:visible;}
@media all and (max-width:991px) {.navbar .nav-item .dropdown-submenu .dropdown-menu {margin:0 17px;}

.navbar.fixed-top {background:#fff;box-shadow:0 0 15px rgba(0,0,0,0.17);animation:slide-down 0.5s;}
}
.hkjsedu-section {position:relative;overflow:hidden;}
.hkjsedu-single {padding-top:200px;padding-bottom:200px;background-position:center center !important;background-size:cover !important;background-repeat:no-repeat !important;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;z-index:1;}
.hkjsedu-single::before {content:"";position:absolute;width:100%;height:100%;left:0;top:0;background:rgba(3,2,7,.0);z-index:-1;}
.hkjsedu-single .hkjsedu-content {display:flex;flex-direction:column;justify-content:center;height:100%;}
.hkjsedu-single .hkjsedu-content .hkjsedu-title {color:#fff;font-size:45px;font-weight:700;text-transform:capitalize;text-shadow:0 0 5px rgb(0,0,0,0.8)}
.hkjsedu-single .hkjsedu-content .hkjsedu-title span {color:#8f000b;}
.hkjsedu-single .hkjsedu-content .hkjsedu-sub-title {color:#8f000b;font-size:25px;font-weight:600;position:relative;text-transform:capitalize;}
.hkjsedu-single .hkjsedu-content p {color:#fff;line-height:30px;font-weight:400;margin-bottom:20px;font-size:30px;text-shadow:0 0 5px rgb(0,0,0,0.8)}
.hkjsedu-single .hkjsedu-content .hkjsedu-btn {gap:2rem;display:flex;margin-top:1rem;justify-content:start;}
.hkjsedu-title {font-weight:700;margin:20px 0;}
.hkjsedu-sub-title {font-size:2rem;font-weight:500;line-height:1;}
.hkjsedu-section .owl-dots {position:absolute;text-align:center;top:50%;right:40px;transform:translateY(-50%);}
.hkjsedu-section .owl-dots .owl-dot {display:block;}
.hkjsedu-section .owl-dots .owl-dot span {border:3px solid #fff;margin:5px;border-radius:50px;width:15px;height:15px;display:inline-block;background-color:transparent;transition:all .5s ease-in-out;}
.hkjsedu-section .owl-dots .owl-dot.active span {background-color:transparent;border-color:#8f000b;}
.hkjsedu-static {background:#F2FEF2;}
.hkjsedu-static .hkjsedu-single {padding-top:0;padding-bottom:0;}
.hkjsedu-static .hkjsedu-single::before {display:none;}
.hkjsedu-static .hkjsedu-title {color:#191F30 !important;}
.hkjsedu-static p {color:#191F30 !important;}
.hkjsedu-img {background-image:url(../images/hkjsedu.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;height:600px;margin-right:-200px;}
.hkjsedu-slider2.owl-theme .owl-nav {margin-top:0px;}
.hkjsedu-slider2.owl-theme .owl-nav [class*=owl-] {color:#fff;font-size:30px;margin:0;padding:0;background:rgba(255,255,255,0.2);display:inline-block;cursor:pointer;height:55px;width:55px;border-radius:50px;line-height:55px;text-align:center;transition:all .5s ease-in-out;}
.hkjsedu-slider2.owl-theme .owl-nav [class*=owl-]:hover {background:#fff;color:#8f000b;}
.hkjsedu-slider2.owl-theme .owl-nav .owl-prev {left:40px;}
.hkjsedu-slider2.owl-theme .owl-nav .owl-next {right:40px;}
.hkjsedu-slider2.owl-theme .owl-nav .owl-prev,.hkjsedu-slider2.owl-theme .owl-nav .owl-next {position:absolute;top:50%;transform:translate(0,-50%);}
.section-title h1{ font-size:30px; font-weight: 400; padding-bottom: 10px;}
.section-title h2{ font-size:30px; font-weight: 400; padding-bottom: 10px;}
.section-title .text{color: #848282}
/* slick-Arrows */
section .slick-prev,.slick-next {font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent;}
section .slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {color:transparent;outline:none;background:transparent;}
section .slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {opacity:1;}
section .slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {opacity:.25;}
section .slick-prev:before,.slick-next:before {font-family:'slick';font-size:30px;line-height:1;opacity:.75;color:#8f000b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
section .slick-prev {left:-40px;}
[dir='rtl'] .slick-prev {right:-40px;left:auto;}
section .slick-prev:before {content:'←';}
[dir='rtl'] .slick-prev:before {content:'→';}
section .slick-next {right:-40px;}
[dir='rtl'] .slick-next {right:auto;left:-40px;}
section .slick-next:before {content:'→';}
[dir='rtl'] .slick-next:before {content:'←';}
/* slick-Dots */
section .slick-dotted.slick-slider {margin-bottom:30px;}
section .slick-dots {position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;}
section .slick-dots li {position:relative;display:inline-block;width:20px;height:20px;margin:0;padding:0;cursor:pointer;}
section .slick-dots li button {font-size:0;line-height:0;display:block;width:20px;height:20px;padding:0;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;}
section .slick-dots li button:hover,.slick-dots li button:focus {outline:none;}
section .slick-dots li button:hover:before,.slick-dots li button:focus:before {opacity:1;}
section .slick-dots li button:before {font-size:20px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.85;color:#999;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
section .slick-dots li.slick-active button:before {opacity:1;color:#f0ad4e;}
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin-top: 30px; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
/* testimonial */
.testimonial-demo {background:#eeebea;}
.testimonial-demo .testimonial-content {padding:30px;margin:30px 10px 10px 10px;background:#fff;box-shadow: 0 0 5px rgba(0,0,0,0.1);position:relative;}
.testimonial-demo .testimonial-content:after {content:"";display:inline-block;width:20px;height:20px;background:#fff;position:absolute;top:-10px;left:22px;transform:rotate(45deg);}
.testimonial-content .testimonial-icon {width:50px;height:45px;background:#7c1f24;text-align:center;font-size:22px;color:#fff;line-height:42px;position:absolute;top:37px;left:-19px;}
.testimonial-content .testimonial-icon:before {content:"";border-bottom:16px solid #7c1f24;border-left:18px solid transparent;position:absolute;top:-16px;left:1px;}
.testimonial-demo .title {font-size:16px;font-weight:600;color:#333;text-align:left;margin:0 0 5px 10px;}
.testimonial-demo .description { color: #666;line-height: 1.8em; font-size:16px;}
.testimonial em {
    font-size: 18px;
    color: #faad14;
    font-style: inherit;
    font-weight: 600;
}
.description em {
    font-size: 18px;
    color: #8f000b;
    font-style: inherit;
    font-weight: 600;
}

/* ask_list */
.testimonial-demo .ask_list{background:#eeebea; margin-top:25px}
.testimonial-demo .ask_list .testimonial-content {padding:30px;margin:30px 10px 10px 10px;background:#fff;position:relative;}
.testimonial-demo .ask_list .testimonial-content:after {content:"";display:inline-block;width:20px;height:20px;background:#fff;position:absolute;top:-10px;left:22px;transform:rotate(45deg);}
.testimonial-content .testimonial-icon {width:50px;height:45px;background:#7c1f24;text-align:center;font-size:22px;color:#fff;line-height:42px;position:absolute;top:37px;left:-19px;}
.testimonial-content .testimonial-icon:before {content:"";border-bottom:16px solid #7c1f24;border-left:18px solid transparent;position:absolute;top:-16px;left:1px;}
.testimonial-demo .ask_list .title {font-size:16px;font-weight:600;color:#333;text-align:left;margin:0 0 5px 10px;}
.testimonial-demo .ask_list .description { color: #666;line-height: 1.8em; font-size:16px;}
.ask_list .testimonial {
    width: 50%;
    float: left;
}
.ask_list .title em {
    font-size: 18px;
    color: #8f000b;
}
.ask_list .description em {
    font-size: 18px;
    color: #faad14;
    font-style: inherit;
    font-weight: 600;
}
.news_box h1 {
    font-size: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.article-video video {
    width: 100%;
    height: auto;
}
/* About start here
--------------------------------------*/
.about {
background: #382e2f;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
}
.about .about-items {
  margin: -7.5px;
  overflow: hidden;
}
.about .about-items .about-item {
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: -o-calc(100% / 3);
  width: calc(100% / 3);
  float: left;
  padding: 7.5px;
}
@media screen and (max-width: 991px) {
  .about .about-items .about-item {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: -o-calc(100% / 2);
    width: calc(100% / 2);
  }
  .ask_list .testimonial {
    width: 100%;

}
}
@media screen and (max-width: 767px) {
  .about .about-items .about-item {
    width: -webkit-calc(100% / 1);
    width: -moz-calc(100% / 1);
    width: -o-calc(100% / 1);
    width: calc(100% / 1);
  }
}
.about .about-items .about-item .about-item-inner {
  background:rgb(255,255,255,0.15);
  padding: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.about .about-items .about-item .icon {
  float: left;
  margin-right: 15px;
}
.about .about-items .about-item .icon img{ width: 83px; height: 60px}



.about .about-items .about-item .icon i {
    font-size: 60px;
    color: #fff;
}
.about .about-items .about-item .bg_g{ background:#8f000b}
.about .about-items .about-item .content {
  display: table; color: #999
}

.about .about-items .about-item .content h4 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; font-weight: 400;
  overflow: hidden; color: #fff
}

.about .about-items .about-item a {
    display: block;
}
.about .about-items .about-item a:hover,
.about .about-items .about-item a:focus {
  color: #ffab34;
}

.about .about-items .about-item-inner:hover{ background: #ffab34;transition:all .3s ease-in-out;}
.about .about-items .about-item:hover h4 { color:#382e2f;transition:all .1s ease-in-out;}
.about .about-items .about-item:hover .content{ color:#382e2f;transition:all .1s ease-in-out;}

.about-two {
  padding: 120px 0px;
  overflow: hidden;
}
.about-two .about-us img {
  width: 100%;
  margin-bottom: 30px;
}
.about-two .about-us a {
  padding: 10px 20px;
  background-color: #ffab34;
}
.about-two .about-us a:hover,
.about-two .about-us a:focus {
  background-color: #17324f;
}
.about-two ul li {
  list-style: none;
  overflow: hidden;
}
.about-two ul li span {
  display: inline-block;
  float: left;
  margin-right: 20px;
  height: 50px;
  width: 50px;
  background-color: #8f000b;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.about-two ul li .content {
  display: table;
}
.about-two ul li .content h4 {
  font-size: 22px;
  margin-bottom: 5px;
}
.about-two .team-items {
  border: 2px solid #8f000b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 50px 30px;
  position: relative;
}
.about-two .team-items .team-item {
  text-align: center;
}
.about-two .team-items .team-item img {
  height: 100px;
  width: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto 40px;
}
.about-two .team-items .team-item p {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  color: #17324f;
}
.about-two .team-items .team-item h4 {
  font-size: 24px;
  line-height: 26px;
  color: #17324f;
}
.about-two .team-items .team-item span {
  font-size: 16px;
  color: #17324f;
}
.about-two .team-items .team-buttons {
  position: absolute;
  top: 13%;
  width: 100%;
}
.about-two .team-items .team-buttons > div {
  position: absolute;
  display: inline-block;
  margin-left: 2px;
  font-size: 16px;
  color: #ffffff;
  background-color: #8f000b;
  height: 70px;
  width: 30px;
  text-align: center;
  line-height: 4.5;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.about-two .team-items .team-buttons > div:hover,
.about-two .team-items .team-buttons > div:focus {
  background-color: #8f000b;
}
.about-two .team-items .team-buttons > div:first-child {
  left: -32px;
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  -o-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
}
.about-two .team-items .team-buttons > div:last-child {
  right: 30px;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -o-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  z-index: 2;
}
.about-three {
  background-image: url(../images/background/about.jpg);
  background-size: cover;
  background-position: center;
  padding: 120px 0px 220px;
}
.about-three .about-image {
  border: 10px solid #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.24);
  margin-right: 30px;
}
.about-three .about-image img {
  width: 100%;
}
.about-three .about-content h2 {
  font-family: 'Love Ya Like A Sister', cursive;
  font-size: 36px;
  color: #56509f;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.about-three .about-content ul {
  margin-bottom: 30px;
}
.about-three .about-content ul li {
  list-style: none;
  font-size: 16px;
  line-height: 30px;
  color: #53677d;
}
.about-three .about-content ul li i {
  display: inline-block;
  height: 15px;
  width: 15px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  background-color: #56509f;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-right: 10px;
}
.about-three .about-content a {
  padding: 7px 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  background-color: #56509f;
  margin-right: 5px;
}
.about-three .about-content a:hover,
.about-three .about-content a:focus {
  background-color: #8f000b;
}
.about-four {
  padding: 120px 0px;
  overflow: hidden;
}
.about-four .about-items {
  margin: -30px;
}
.about-four .about-item {
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: -o-calc(100% / 3);
  width: calc(100% / 3);
  padding: 30px;
  float: left;
}
@media screen and (max-width: 991px) {
  .about-four .about-item {
    width: -webkit-calc(100% / 1);
    width: -moz-calc(100% / 1);
    width: -o-calc(100% / 1);
    width: calc(100% / 1);
  }
}
.about-four .about-item .image {
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.about-four .about-item .image img {
  width: 100%;
}
.about-four .about-item > .content h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  color: #8f000b;
  line-height: 1;
}
.about-four .about-item > .content > span {
  font-size: 22px;
  color: #17324f;
  margin-bottom: 10px;
  display: block;
}
.about-four .about-item > .content .details {
  margin-bottom: 40px;
}
.about-four .about-item > .content .details li {
  list-style: none;
  color: #9ea9b5;
}
.about-four .about-item > .content .details li p {
  margin: 0px;
  font-size: 16px;
  color: #17324f;
  width: 100px;
  font-weight: 500;
  display: inline-block;
  margin-right: 30px;
}
.about-four .about-item > .content .details li p span {
  float: right;
}
.about-four .about-item .resources .resource-item {
  overflow: hidden;
  margin-bottom: 30px;
}
.about-four .about-item .resources .resource-item .icon {
  background-color: rgba(255, 182, 6, 0.1);
  height: 90px;
  width: 90px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  padding: 7px;
  margin-right: 30px;
  float: left;
  font-size: 30px;
  color: #ffffff;
  line-height: 2.3;
}
.about-four .about-item .resources .resource-item .icon .icon-inner {
  background-color: rgba(255, 182, 6, 0.24);
  padding: 6px;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.about-four .about-item .resources .resource-item .icon .icon-inner .icon-inner-two {
  background-color: #8f000b;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.about-four .about-item .resources .resource-item .content {
  display: table;
}
.about-four .about-item .resources .resource-item .content span {
  font-size: 42px;
  line-height: 1.5;
  color: #17324f;
  animation-duration: 1s;
  animation-delay: 0s;
}
.about-four .about-item .resources .resource-item .content p {
  font-size: 18px;
  color: #9ea9b5;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .about-four .about-item .resources .resource-item {
    margin-bottom: 50px;
  }
}
.about-five {
  background-image: url(../images/background/about_02.jpg);
  background-size: cover;
  background-position: center;
}
.about-five .overlay {
  background-color: rgba(23, 50, 79, 0.82);
  padding: 120px 0px;
}
.about-five .image {
  margin-right: 10px;
}
.about-five .image img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .about-five .image {
    margin: 0px 0px 50px;
  }
}
.about-five .content {
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .about-five .content {
    margin: 0px;
  }
}
.about-five .content h2 {
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.about-five .content p {
  color: #ffffff;
}
.about-five .content a {
  text-transform: uppercase;
  background-color: #db3275;
  color: #ffffff;
  padding: 10px 32px;
}
.about-five .content a:hover,
.about-five .content a:focus {
  background-color: #17324f;
}
.about-six {
  background-image: url(../images/background/about_06.jpg);
  background-size: cover;
  background-position: center;
  padding: 120px 0px 150px;
  position: relative;
  overflow: hidden;
}
.about-six:before {
  content: "";
  background-image: url(../images/about/about_cars.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -65px;
  left: 15%;
  width: 75%;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .about-six:before {
    display: none;
  }
}
.about-six .about-items {
  width: calc(100% - 370px);
  padding-right: 60px;
  float: left;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .about-six .about-items {
    padding-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about-six .about-items {
    float: inherit;
    width: calc(100% - 0px);
    padding-right: 0px;
    margin-bottom: 50px;
  }
}
.about-six .about-item {
  width: calc(100% / 2);
  float: left;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-six .about-item {
    width: calc(100% / 1);
  }
}
.about-six .about-item .about-item-inner {
  padding: 30px;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.about-six .about-item img {
  margin-bottom: 20px;
}
.about-six .about-item h4 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #17324f;
}
.about-six .about-item p {
  margin-bottom: 20px;
}
.about-six .about-item a {
  font-size: 16px;
  color: #9ea9b5;
  text-decoration: none;
}
.about-six .ab-register {
  max-width: 370px;
  float: left;
  background-color: #8f000b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 40px;
}
@media screen and (max-width: 991px) {
  .about-six .ab-register {
    float: inherit;
    margin: 0 auto;
  }
}
.about-six .ab-register h3 {
  font-size: 28px;
  text-align: center;
  color: #17324f;
  margin-bottom: 20px;
}
.about-six .ab-register form .reg-input {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  color: #6a7887;
  border: none;
  padding: 9px 15px;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.about-six .ab-register form input:last-child {
  font-size: 16px;
  text-transform: uppercase;
  padding: 16px 28px;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}
.about-seven {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .about-seven {
    padding: 120px 0px;
  }
}
.about-seven .left {
  width: 40%;
  min-height: 870px;
  position: relative;
  float: left;
}
.about-seven .left img {
  position: absolute;
  height: auto;
  width: auto;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1199px) {
  .about-seven .left {
    display: none;
  }
}
.about-seven .right {
  max-width: 800px;
  width: 60%;
  float: right;
  padding: 120px 0px;
}
.about-seven .right .section-header {
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .about-seven .right .section-header {
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .about-seven .right {
    width: 100%;
    padding: 0px 15px;
    float: inherit;
    margin: 0 auto;
  }
}
.about-seven .about-items {
  overflow: hidden;
}
.about-seven .about-items .about-item {
  width: -webkit-calc(100% / 2);
  width: -moz-calc(100% / 2);
  width: -o-calc(100% / 2);
  width: calc(100% / 2);
  float: left;
}
@media screen and (max-width: 767px) {
  .about-seven .about-items .about-item {
    width: -webkit-calc(100% / 1);
    width: -moz-calc(100% / 1);
    width: -o-calc(100% / 1);
    width: calc(100% / 1);
  }
}
.about-seven .about-items .about-item .icon {
  display: inline-block;
  float: left;
  height: 80px;
  width: 80px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 20px;
  background-color: #f1f3f5;
  text-align: center;
  color: #17324f;
  font-size: 40px;
  line-height: 2;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.about-seven .about-items .about-item .content {
  display: table;
}
.about-seven .about-items .about-item .content h4 {
  font-size: 22px;
  color: #17324f;
  margin-bottom: 15px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.about-seven .about-items .about-item .content p {
  font-size: 16px;
  line-height: 26px;
}
.about-seven .about-items .about-item:hover .icon,
.about-seven .about-items .about-item:focus .icon {
  -webkit-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.24);
}
.about-seven .about-items .about-item:hover .content h4,
.about-seven .about-items .about-item:focus .content h4 {
  color: #8f000b;
}
.about-eight {
  padding: 120px 0px;
}
.about-eight .image {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.about-eight .image img {
  width: 100%;
}
.about-eight .content h3 {
  font-size: 28px;
  text-transform: uppercase;
  color: #17324f;
  margin-bottom: 10px;
}
.about-nine {
  padding: 120px 0px;
  background-color: #f1f3f5;
}
.about-nine h3 {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-nine .about-faq .panel-group {
  margin-bottom: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.about-nine .about-faq .panel-group .panel {
  border: none;
  box-shadow: none;
  margin-bottom: 0px;
  background-color: #fff;
  margin-bottom: 5px;
}
.collapse:not(.show) {
  display: none;
}
.about-nine .about-faq .panel-group .panel .panel-heading {
  background-color: #ffffff;
  padding: 17px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.about-nine .about-faq .panel-group .panel .panel-heading h4 {
  font-size: 18px;
}
.about-nine .about-faq .panel-group .panel .panel-heading h4 a.collapsed {
  display: block;
  text-decoration: none;
  color: #000f3a;
}
.about-nine .about-faq .panel-group .panel .panel-heading h4 a.collapsed i {
  color: #9ea9b5;
  margin-right: 5px;
  display: inline-block;
}
.about-nine .about-faq .panel-group .panel .panel-heading h4 a.collapsed .minus {
  display: none;
}
.about-nine .about-faq .panel-group .panel .panel-heading h4 a {
  display: block;
  text-decoration: none;
  color: #8f000b;
}
.about-nine .about-faq .panel-group .panel .panel-heading h4 a i {
  color: #8f000b;
  margin-right: 5px;
  display: inline-block;
}
.about-nine .about-faq .panel-group .panel .panel-heading h4 a .plus {
  display: none;
}
.about-nine .about-faq .panel-group .panel-body {
  border: none;
  padding: 0px 40px 30px;
}
.about-nine .content-bottom .image {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-right: 20px;
  position: relative;
}
.about-nine .content-bottom .image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about-nine .content-bottom .image {
    float: inherit;
    margin: 0px 0px 20px;
  }
}
.about-nine .content-bottom .image .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(23, 50, 79, 0.36);
}
.about-nine .content-bottom .image .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.about-nine .content-bottom .cnt-right {
  display: table;
}










/**news**/
.news-lists-wrapper .single-news-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  .news-lists-wrapper .single-news-wrapper .news-thumb img {
    width: 140px;
    height: 140px;
    object-fit: cover; }
  .news-lists-wrapper .single-news-wrapper:last-child {
    margin-bottom: 0; }

.news-lists-wrapper .news-content-wrapper {
  position: relative; }
  .news-lists-wrapper .news-content-wrapper h4 {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 2.5rem }
    .news-lists-wrapper .news-content-wrapper h4 a {
      color: #333;display: block;
      transition: all .4s linear 0s;
      font-weight: 600;line-height: 26px; }
      .news-lists-wrapper .news-content-wrapper h4 a:hover {
        text-decoration: none;
        color: #8f000b; }
  .news-lists-wrapper .news-content-wrapper p {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 24px; }
.news-lists-wrapper .p-4{ padding:30px 30px 14px 30px!important;border-radius: 3px;}
.news-lists-wrapper-2 .single-news-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .news-lists-wrapper-2 .single-news-wrapper .news-thumb img {
    width: 140px;
    height: 140px;
    object-fit: cover; }
  .news-lists-wrapper-2 .single-news-wrapper:last-child {
    margin-bottom: 0; }

.news-lists-wrapper-2 .news-content-wrapper h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5rem; }
  .news-lists-wrapper-2 .news-content-wrapper h4 a {
    color: #002147;
    transition: all .4s linear 0s;
    font-family: "Poppins"; }
    .news-lists-wrapper-2 .news-content-wrapper h4 a:hover {
      text-decoration: none;
      color: #14bdee; }

.news-lists-wrapper-2 .news-content-wrapper p {
  margin-bottom: 5px; }

.news-lists-wrapper-2 .post-meta {
  position: relative !important; }

.news-lists-wrapper-3 .single-news-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .news-lists-wrapper-3 .single-news-wrapper .news-thumb img {
    width: 140px;
    height: 140px;
    object-fit: cover; }
  .news-lists-wrapper-3 .single-news-wrapper:last-child {
    margin-bottom: 0; }

.news-lists-wrapper-3 .news-content-wrapper h4 {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5rem; }
  .news-lists-wrapper-3 .news-content-wrapper h4 a {
    color: #002147;
    transition: all .4s linear 0s;
    font-family: "Poppins"; }
    .news-lists-wrapper-3 .news-content-wrapper h4 a:hover {
      text-decoration: none;
      color: #91c73d; }

.news-lists-wrapper-3 .news-content-wrapper p {
  margin-bottom: 5px; }

.post-meta span {
  font-size: 14px;
  font-style: italic; }

.big-news-area .news-meta span {
  color: #999;
  font-size: 14px;
  font-weight: 500; }

.big-news-area img{border-radius: 3px;}
.big-news-area .news-text{ padding: 0px 30px 27px 30px}
.big-news-area .news-meta span.seperator {
    font-size: 12px;
    color: #333; }
  .big-news-area .news-meta span a {
    color: #8f000b; }


.big-news-area .news-text h3 {
  margin-bottom: 0;
  padding: 14px 0;
  text-transform: capitalize;
  font-weight: 600; height: 65px;}
  .big-news-area .news-text h3 a {
    color: #333;display: block;
    transition: all .4s linear 0s;
    margin-top: 0;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 2.8rem;
    font-weight: 600;
    font-family: "Poppins"; }
    .big-news-area .news-text h3 a:hover {
      text-decoration: none;
      color: #8f000b; }

.big-news-area .news-text a {
  display: inline-block;
  color: #8f000b;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 15px;
  transition: all .4s linear 0s; }
  .big-news-area .news-text a i {
    transition: all .4s linear 0s; }
  .big-news-area .news-text a:hover {
    text-decoration: none; }
    .big-news-area .news-text a:hover i {
      padding-left: 5px; }

.big-news-area .news-text-2 h3 {
  margin-bottom: 0;
  padding: 15px 0;
  text-transform: capitalize; }
  .big-news-area .news-text-2 h3 a {
    color: #002147;
    transition: all .4s linear 0s;
    margin-top: 0;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1.8rem;
    font-family: "Poppins";
    font-weight: 600; }
    .big-news-area .news-text-2 h3 a:hover {
      text-decoration: none;
      color: #14bdee; }

.big-news-area .news-text-2 a {
  display: inline-block;
  color: #14bdee;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 15px;
  transition: all .4s linear 0s; }
  .big-news-area .news-text-2 a i {
    transition: all .4s linear 0s; }
  .big-news-area .news-text-2 a:hover {
    text-decoration: none; }
    .big-news-area .news-text-2 a:hover i {
      padding-left: 5px; }

@media (min-width: 768px) and (max-width: 991px) {
  .big-news-area .news-thumb img {
    width: 100%; } }
@media (max-width: 768px) {
  .big-news-area .news-thumb img {
    width: 100%; } }
@media (max-width: 575px) {
  .big-news-area .news-thumb img {
    width: 100%; } }
.single_news .news-content {
  transition: all .4s linear 0s; }
.single_news .event-image img {
  transition: all .4s linear 0s; }
.single_news:hover .news-content {
  box-shadow: 0 0.5rem 1rem rgba(34, 34, 34, 0.15) !important; }
.single_news:hover .event-image img {
  transform: scale3d(1.1, 1.1, 1.1); }
.subscribe_box {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  min-height: 400px; }
  .subscribe_box .subscribe-text {
    margin-bottom: 80px; }
    .subscribe_box .subscribe-text i {
      font-size: 100px;
      margin-bottom: 40px; }
    .subscribe_box .subscribe-text h3 {
      font-size: 50px; }
    .subscribe_box .subscribe-text p {
      margin-bottom: 0;
      font-size: 18px;
      text-transform: capitalize; }
  .subscribe_box .subscribe-form {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0; }
    .subscribe_box .subscribe-form button {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 80px;
      border: 0;
      background-color: #14bdee;
      color: #fff; }
      .subscribe_box .subscribe-form button i {
        font-size: 35px; }
      .subscribe_box .subscribe-form button:focus {
        outline: 0; }
    .subscribe_box .subscribe-form input {
      border-radius: 0;
      height: 80px;
      background-color: #002959;
      color: #fff;
      border: 0;
      padding-left: 25px; }
      .subscribe_box .subscribe-form input:focus {
        outline: 0;
        box-shadow: none; }
@media all and (max-width:1199px) {.hkjsedu-single .hkjsedu-content .hkjsedu-title {font-size:35px;}
.hkjsedu-slider2.owl-theme .owl-nav .owl-prev,.hkjsedu-slider2.owl-theme .owl-nav .owl-next {top:unset;bottom:5px !important;}
.hkjsedu-slider2.owl-theme .owl-nav .owl-next {left:120px;}
.hkjsedu-social-wrapper {display:none;}
}
@media all and (max-width:991px) {.hkjsedu-single .hkjsedu-content .hkjsedu-title {font-size:30px;}
.hkjsedu-title {font-weight:700;margin:10px 0;}
.hkjsedu-single {}
.hkjsedu-img {display:none;}
.hkjsedu-static .hkjsedu-single {padding-top:160px;padding-bottom:120px;}
}
@media all and (max-width:767px) {.hkjsedu-single .hkjsedu-content .hkjsedu-sub-title {font-size:20px;}
.hkjsedu-single .hkjsedu-content .hkjsedu-btn {gap:2rem;}
.hkjsedu-single .hkjsedu-content .theme-btn {padding:5px 14px;}
.hkjsedu-section .owl-dots {top:unset;right:unset;right:10px;bottom:0px;}
.hkjsedu-section .owl-dots .owl-dot {display:inline-block;}
.hkjsedu-single .hkjsedu-content .hkjsedu-title {font-size:25px;}
}
/* our-team */
.team-area .widget {
    background: #fff;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 3px;
     border: 1px solid #f4f4f4; box-shadow:0 0 40px 5px rgb(0 0 0 / 3%);
}
.team-area .team_b_meta{ padding: 0 15px 15px 15px; font-size: 14px;}
.team-area .owl-dots {position:absolute;text-align:center;right:50%;transform:translateY(-50%);text-align: center;}
.team-area .owl-dots .owl-dot span {margin:5px; display:inline-block;background:#999; border-radius:15px; width:8px;height:8px; transition:all .5s ease-in-out; float: left;position: relative;left: 50%;}
.team-area .owl-dots .owl-dot.active span {background-color:#8f000b;width:15px;height:8px;}
/* huanjing */
.picture{background-size:contain;}
.picture .list{margin-top:45px;}
.picture .list:after{content:"";display: block;clear: both;}
.picture .item{float: left;position: relative;width:calc(25% - 15px);margin-left:20px;margin-bottom:20px;overflow: hidden;transition:all 0.8s ease-out 0s;transform:translate(-0px,0px);opacity:1;}
.picture .item a{position:absolute;left:0;top:0;right:0;bottom:0;}
.picture .item:nth-child(2){transition-delay:0.3s;}
.picture .item:nth-child(3){transition-delay:0.6s;}
.picture .item:nth-child(4){transition-delay:0.3s;}
.picture .item:nth-child(5){transition-delay:0.6s;}
.picture .item img{transition:all 0.5s ease-out 0s;}
.picture .item:hover img{transform:scale(1.05);}
.picture .item:first-child{width:calc(50% - 10px);margin-left:0;}
.picture .item img{width:100%;height:auto;}
.picture .item .text{position:absolute;left:0;bottom:0;right:0;padding:25px;background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));}
.picture .item .h{font-size:18px;text-align: center;color: #fff;line-height:1.2;}
.picture .item .ico{margin-bottom:20px;width:47px;height:47px;}
.picture .item:first-child .h{text-align: left;}
@media screen and (max-width:1200px){
.picture .item .text{padding:20px;}
.picture .item .h{font-size:16px;}

}
@media only screen and (max-width:990px) {
.our-team {margin-bottom:30px;}
.our-team .block{padding:0 18px;}
.picture .list::after{display:none;}
.picture .list{margin-top:20px;-ms-flex-pack:justify;justify-content:space-between;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.picture .item{transform:none;opacity:1;width:calc(50% - 7.5px);margin:0 0 15px;}
.picture .item:first-child{width:100%;}
.picture .item:first-child .h{font-size:16px;}
.picture .item .text{padding:15px 15px;}
.picture .item .h{font-size:14px;}
.picture .item:hover img{transform:none;}
}
.home4{background:#eeebea;overflow: hidden;}
.home4 .title:after{content:"";clear: both;display: block;}
.home4 .title .fz40{float: left; font-size: 26px; color: #333;padding-left: 10px;}
.home4 .title .more{background:url(../images/png32.svg) center right no-repeat;padding-right:75px;color: #333;margin-top:10px;line-height:27px;float: right;}
.home4 .l{float: left;width:40%;}
.home4 .l .list .item a{ max-width: 100%}
.home4 .l .list{margin-top:30px;background:#fff;padding:35px 40px;border-bottom:4px solid #94070a;box-shadow:0 0 10px rgba(0,0,0,0.1);height:284px;box-sizing:border-box;border-radius: 3px;}
.home4 .l .list .item{margin-top:25px;}
.home4 .l .list .item:first-child{margin-top:0;}
.home4 .l .list .item .h{font-size:16px;white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}
.home4 .l .list .item:hover .h{color:#94070a;}
.home4 .l .list .item .date{position: relative;font-style: italic;color: #9c888a;font-weight: 200;}
.home4 .l .list .item .date:before{content:"";position: absolute;left:0;top:50%;width:100%;border-top:1px solid #eee;transition:all 0.3s ease-out 0s;}
.home4 .l .list .item:hover .date:before{border-color: #94070a;}
.home4 .l .list .item .date span{background:#fff;padding-right:10px;display: inline-block;position: relative;}
.home4 .r .list{margin-top:30px;border-bottom:4px solid #94070a;}
.home4 .r .list .item{height:90px;line-height:20px;background:#fff;margin-top:5px;box-shadow:0 0 10px rgba(0,0,0,0.1);border-radius: 3px;}
.home4 .r .list .item:first-child{margin-top:0;}
.home4 .r .list .item .pic{float:left;width:200px;border-right:1px solid #ebe6e5;text-align:center;height:100%;position:relative;overflow:hidden;background:#ebe6e5;}
.home4 .r .list .item .pic:before{content:"";background:url("../images/png92.png") center center no-repeat;width:110%;position:absolute;left:50%;top:0;margin-left:-55%;padding-top:110%;animation:cc 20s linear 0s infinite;}
@keyframes cc{
0%{transform:rotate(0);}
100%{transform:rotate(360deg);}
}
.home4 .r .list .item .pic span{display:block;height:100%; height: 87px; box-sizing:border-box;border:4px solid #fff;font-size:22px;color:#a19896;position:relative;line-height:1;}
.home4 .r .list .item .pic span:after{content:"";vertical-align:middle;display:inline-block;height:100%;}
.home4 .r .list .item .h{line-height:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0 20px;height:89px; overflow: hidden; font-size:16px;}
.home4 .r .list .item .h span{display:block;width:100%;}
.home4 .r .list .item:hover .h{color:#94070a;}
.home4 .r{float: right;width:calc(60% - 30px);}
@media screen and (max-width:1300px){
.home4 .l .list{height:275px;}
.home4 .r .list .item{height:87px;}
.home4 .l .list .item .h{font-size:14px;}
.home4 .r .list .item .h{font-size:14px;}
}
@media screen and (max-width:1024px){
.home4 .l .list{height:auto;}
.home4 .title{text-align:center;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;}
.home4 .title::after{display:none;}
.home4 .title .fz40{float: none;}
.home4 .title .more{margin-top:0;float:none;}
.home4 .l{transform:none;opacity:1;width:auto;float: none;}
.home4 .r{transform:none;opacity:1;width:auto;float: none;margin-top:40px;}
.home4 .l .list{padding:20px;margin-top:20px;}
.home4 .r .list{margin-top:20px;}
.home4 .r .list .item{height:auto;line-height:1.3;height:80px;}
.home4 .r .list .item a{display:-ms-flexbox;display:flex;height:100%;}
.home4 .r .list .item .h{padding:20px;-ms-flex:1;flex:1;height:auto;}
.home4 .r .list .item .pic{float:none;width:110px;transform:scale(1);}
.home4 .r .list .item .pic span{font-size:18px;}
}
/***pages****/
.banner_page{position:fixed;left:0;top:0;right:0;}
.banner_page img{width:100%;transform:scale(1.1);transition:all 3s ease-out 0s;}
.banner_page.s img{transform:none;}
.banner_page .title{position:absolute;left:0%;top:50%;transform:translate(0%,-50%);color:#fff;right:0;text-align: center;padding:0 30px;}
.banner_frame{min-height:300px;}
.banner_frame img{visibility: hidden;}
.banner_page1{position:relative;overflow:hidden;}
.banner_pd{padding: 120px 0;}

.banner_page1 .ab:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #17324fd1;
}
.banner_page1 img{width:100%;height:auto;}
.banner_page1 .mask{position: absolute;left:0;right:0;top:0;bottom:0;background-repeat:no-repeat;background-position:center center;background-size:cover;}
.banner_page1 .block{position:absolute;height:100%;top:0;left:50%;transform:translateX(-50%);}
.banner_page1 .text {
    color: #fff;
    width: 1080px;
    margin: 0 auto;padding-top:70px;
}
.banner_page1 .text h1 {
    color: #fff;
font-size: 32px;
}
.banner_page1 .text .h{font-size:48px;}
.banner_page1 .text .p{margin-top:40px;color:#e8afaf;}
.banner_page1 .text .p a{display:inline-block; color:rgb(255,255,255,0.6);margin-bottom:20px;/*width:120px;*/margin-right:30px;line-height:1.2;vertical-align: top;white-space:nowrap;}
.banner_page1 .text .p a:hover{color:#fff;}
.banner_page1 .text .p .now{color:#fff;}
.banner_page1 .text .p .now:before{content:"\f061";font-family:"Font Awesome 5 Pro";margin-right:10px;font-size:16px;display:inline-block;margin-left:-10px;}
.banner_page1 .text .p .now:hover:before{animation:arr 0.6s linear 0s infinite;}
@keyframes arr{
0%{transform:translateX(-7px);}
50%{transform:translateX(0px);}
100%{transform:translateX(-7px);}
}
.banner_page1 .title{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;}
.banner_page1 .text.r{left:auto;right:0;text-align: right;}
.banner_page1 .text.r .p{text-align:right;}
.banner_page1 .text.r .p a{margin-left:0px;margin-right:0;}
.page_nav{font-size:16px;}
.page_nav .block{height:70px;line-height:70px;justify-content:space-around;}
.page_nav a{padding:0;-ms-flex:1;flex:1;}
.page_nav a.now::after{height:6px;}
.banner_page1 .block{width:100%;box-sizing:border-box;left:0;transform:none; padding: 50px 0;}
.banner_page1 .text .p{margin-top:15px;}
.banner_page1 .text.r{right:60px;}

.banner_page1 .text .p a{/*width:100px;margin-right:20px;*/ }
.banner_page1.ab .text .p::-webkit-scrollbar {height: 2px; } .banner_page1.ab .text .p::-webkit-scrollbar-thumb { border-radius: 10px; background: rgba(0,0,0,0.2); } .banner_page1.ab .text .p::-webkit-scrollbar-track { border-radius: 0; background: rgba(0,0,0,0.1); } 

.feature-content {
    max-height: 123px;
       overflow-y: scroll;
}
.feature-content::-webkit-scrollbar { width: 2px; } .feature-content::-webkit-scrollbar-thumb { border-radius: 10px; background: rgba(0,0,0,0.2); } .feature-content::-webkit-scrollbar-track { border-radius: 0; background: rgba(0,0,0,0.1); } 
.feature-item {background:#fff;padding:30px 30px;border-radius:3px;margin-bottom:25px;box-shadow:0 0 40px 5px rgb(0 0 0 / 3%);transition:all .5s ease-in-out;}
.feature-icon {width:70px;font-size:60px;line-height:1;margin-bottom:20px;color:#382e2f;transition:all .5s ease-in-out;}
.feature-item:hover .feature-icon,.feature-item.active .feature-icon {color:#fff;}
.feature-item:hover .feature-icon {transform:scale(-1) rotate(180deg);}
.feature-item:hover,.feature-item.active {background:#8f000b;}
.feature-content h4 {font-size:22px;color:#333;margin-bottom:10px;}
.feature-item:hover .feature-content h4,.feature-item.active .feature-content h4 {color:#fff;}
.feature-content p {color:#333;min-height:60px;}
.feature-item:hover .feature-content p,.feature-item.active .feature-content p {color:#fff;}
.choose-area {
    position: relative;
    background: #382e2f;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
}
.choose-content {padding:30px 0;}

.choose-item-info {
    font-size: 16px;
    color: #ccc;
}

/**team**/
.breadcrumb {
  position: relative;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 0;
}
.breadcrumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color:#17324fd1;
}
.breadcrumb .breadcrumb-contain h1 {
  font-size: calc(22px + 18 * (100vw - 320px) / 1600);
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
}
.breadcrumb .breadcrumb-contain h2 {
  font-size: calc(22px + 18 * (100vw - 320px) / 1600);
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
}
.breadcrumb .breadcrumb-contain h2 {
  font-size: calc(22px + 18 * (100vw - 320px) / 1600);
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
}
.breadcrumb .breadcrumb-contain ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb .breadcrumb-contain ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.breadcrumb .breadcrumb-contain ul li i {
  margin-left: 12px;
}
.breadcrumb .breadcrumb-contain ul li + li {
  margin-left: 10px;
}
.case-new-project {background:#382e2f!important; }
.case-new-project h4 {color:#fff;margin-bottom:30px;}
.new-project-btn {background:#ffab34;color:#fff; font-size: 20px; width: 100%; margin: 6px 0; border-radius:3px;padding:10px 25px;transition:all .5s ease-in-out;}
.new-project-btn:hover {background:#fff;color:#333;}
.new-project-btn i {margin-right:10px; font-size: 25px;}
.bg_c{ background:#8f000b;}
/* ===================team css ====================== */
.team_b{}
.team_b .team_b_img {
    background: #eee;transition:all .5s ease-in-out; line-height: 0;
}
.team_b .team_b_img:hover {
    background: #382e2f;transition:all .5s ease-in-out;
}
.team_b .team_b_info {font-size: 16px; padding-top: 15px;}
.team_b .team_b_meta ul {margin:0;padding:0;padding-top:10px;}
.team_b .team_b_meta ul li {display:block;position:relative; color: #666}
.team_b .team_b_meta ul li i {margin-right:5px;color:#ccc; width: 20px; text-align: center}
.team_b .team_b_title {
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 600; color: #333
}
.team_b .team-item-info p {margin-bottom:10px;}
.team_b .team-item-info a:hover {color:#8f000b;}
.team_about h3{ font-weight: 400; font-size: 26px;}
.team_about .team_inof{ padding-top: 15px; color: #333}
.team_about .team_inof p{ padding-top: 10px;}
.team_inof h3 {
    padding-left: 15px;
    font-weight: 600;
    font-size: 22px;
    border-left: 5px solid #94070a;
    margin-top: 12px;
}
.team_about i{ color:#ccc; padding-right: 10px;}
.widget2 {background:#fff;padding:10px 20px;margin-bottom:30px;border-radius:3px;box-shadow:0 0 10px rgba(0,0,0,0.1)}
/* =========================sidebar css========================= */
.widget {background:#fff;padding:30px;margin-bottom:30px;border-radius:3px;box-shadow:0 0 10px rgba(0,0,0,0.1)}
.widget .widget-title {padding-bottom:10px;margin-bottom:30px;position:relative;font-size:25px;}
.widget .widget-title::before {position:absolute;content:'';width:15px;border-bottom:3px solid #8f000b;bottom:0;left:0;}
.widget .widget-title::after {position:absolute;content:'';width:30px;border-bottom:3px solid #8f000b;bottom:0;left:25px;}
.widget .search-form .form-control {padding:10px 15px 10px 15px;border-radius:3px;box-shadow:none;}
.widget .search-form {position:relative;}
.widget .search-form .form-control:focus {border-color:#8f000b;}
.widget .search-form button {position:absolute;right:0;top:0;padding:8px 18px 6px 18px;background:transparent;border:none;color:#8f000b;}
.widget .category-list a {display:block;padding:10px 0;border-bottom:1px solid #eee;transition:all .5s ease-in-out;}
.widget .category-list a:last-child {margin-bottom:0px;}
.widget .category-list a:hover {padding-left:10px;color:#8f000b;}
.widget .category-list .on {padding-left:10px;color:#8f000b;}
.widget .category-list a i {margin-right:5px;color:#8f000b;}
.widget .category-list a span {float:right;}
.widget .recent-post-single {display:flex;justify-content:start;align-items:center;margin-bottom:20px;}
.widget .recent-post-img {margin-right:20px;}
.widget .recent-post-img img {width:100px;border-radius:3px;}
.widget .recent-post-bio h6 {font-size:19px;}
.widget .recent-post-bio span {font-size:14px;color:#8f000b;}
.widget .recent-post-bio span i {margin-right:5px;}
.widget .recent-post-bio h6 a:hover {color:#8f000b;}
.widget .social-share-link a {width:35px;height:35px;line-height:35px;border:1px solid #8f000b;color:#8f000b;text-align:center;margin-right:5px;border-radius:3px;transition:all .5s ease-in-out;}
.widget .social-share-link a:hover {background:#8f000b;color:#fff;}
.widget .tag-list a {border:1px solid #0A0F1F;padding:3px 15px;margin-bottom:10px;margin-right:10px;border-radius:3px;display:inline-block;transition:all .5s ease-in-out;}
.widget .tag-list a:hover {background-color:#0A0F1F;color:#fff;}


/*--single-about--*/
.single-about-contact h3 {font-size:20px;margin:20px 0 15px;font-weight:600;}
.single-about-contact h3 em {font-style:italic;color:#ffa901;padding-right:10px;font-size:30px;}
.single-about-contact-img img {width:30%;border-radius:50%}
.single-about-contact p {text-align:left;color:#666;font-size: 16px;line-height: 1.8em;}
.single_about_content_two {background:#f8f8f8;padding:120px 60px;}
.single_about_content_two img {display:none}
.single_about_content_two h3 {font-size:24px;font-weight:600;margin-bottom:30px;}
.single_about_content_two p {margin-bottom:10px;font-size:16px;line-height: 1.8em;color:#666;}

.single_about_content_three {background:#382e2f;padding:120px 60px;}
.single_about_content_three img {display:none}
.single_about_content_three h3 {color:#fff;font-size:24px;font-weight:600;margin-bottom:30px;}
.single_about_content_three p {margin-bottom:10px;font-size:16px;color:#999;line-height: 1.8em;}
.single-about-contact .col-lg-6{ padding: 0 !important}

.pic-item {border-radius:3px;margin-bottom:25px; box-shadow: 0 0 10px rgba(0,0,0,0.1);transition:all .5s ease-in-out;background: #fff; padding: 15px;}
.pic-item img {border-radius:3px 3px 0 0;}
.pic-item:hover {-webkit-transform:translateY(-10px);transform:translateY(-10px);}
.pic-item-info {padding:25px 0px; text-align: center}
.pic-title {font-size:16px;text-transform:capitalize;font-weight:400;}
.pic-item-info a:hover {color:#8f000b;}
.list_nav_sj .col-md-6{ width: 100%;  }


.news_index{background:#eeebea;overflow: hidden;}
.news_index .title:after{content:"";clear: both;display: block;}
.news_index .title .fz40{float: left; font-size: 26px; color: #333;padding-left: 10px;}
.news_index .title .more{background:url(../images/png32.svg) center right no-repeat;padding-right:75px;color: #333;margin-top:10px;line-height:27px;float: right;}
.news_index .l{float: left;width:40%;}
.news_index .l .list .item a{ max-width: 100%}
.news_index .l .list{margin-top:30px;background:#fff;padding:35px 40px;border-bottom:4px solid #94070a;box-shadow:0 0 10px rgba(0,0,0,0.1);height:284px;box-sizing:border-box;border-radius: 3px;}
.news_index .l .list .item{margin-top:25px;}
.news_index .l .list .item:first-child{margin-top:0;}
.news_index .l .list .item .h{font-size:16px;white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}
.news_index .l .list .item:hover .h{color:#94070a;}
.news_index .l .list .item .date{position: relative;font-style: italic;color: #9c888a;font-weight: 200;}
.news_index .l .list .item .date:before{content:"";position: absolute;left:0;top:50%;width:100%;border-top:1px solid #eee;transition:all 0.3s ease-out 0s;}
.news_index .l .list .item:hover .date:before{border-color: #94070a;}
.news_index .l .list .item .date span{background:#fff;padding-right:10px;display: inline-block;position: relative;}
.news_index .r .list{margin-top:30px;border-bottom:4px solid #94070a;}
.news_index .r .list .item{height:90px;line-height:20px;background:#fff;margin-top:5px;box-shadow:0 0 10px rgba(0,0,0,0.1);border-radius: 3px;}
.news_index .r .list .item:first-child{margin-top:0;}
.news_index .r .list .item .pic {
    float: left;
    width: 140px;
    border-right: 1px solid #eee;
    text-align: center;
    height: 90px;
    position: relative;
    overflow: hidden;
    background: #fff;
    padding:8px;
    border-radius: 3px;
}
.news_index .r .list .item .pic img{ width: 120px; height: 75px;}




.news_index .r .list .item .h{line-height:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0 20px;height:89px; overflow: hidden; font-size:16px;}
.news_index .r .list .item .h span{display:block;width:100%;}
.news_index .r .list .item:hover .h{color:#94070a;}
.news_index .r{float: right;width:calc(60% - 30px);}


.pages {text-align:center;margin:30px 0;}
.pages span,.pages a {background:#8f000b;padding:0 20px;color:#fff;display:inline-block;max-height:40px;line-height:40px;border-radius:3px;border:1px #8f000b solid;margin:0 2px}
.pages a:hover {background:#ffb606;color:#fff;border-color:#ffb606}
.pages span {background:#ffb606;color:#fff;border-color:#ffb606}
/**.news_top .inner{display:none}**/
.news_box .info-flow {padding:15px 0;border-bottom:1px solid #eee;width:100%;display:block;}
.news_box .info-flow .flow-img {width:160px;height:100px;margin-right:15px;float:left;position:relative;}
.news_box .info-flow .flow-img span {position:absolute;bottom:6px;right:6px;width:50px;padding:0 6px;background:rgba(0,0,0,.2);color:#fff;font-size:14px;border-radius:6px;text-align:center}
.news_box .info-flow .flow-img img{ border-radius:3px; width:100%}
.news_box .info-flow .flow-text {width:100%;color:#999;}
.news_box .info-flow .flow-text h4 {line-height:1.5;font-size:18px;color:#333}
.news_box .info-flow .flow-text .introduce {color:#666;padding-top:5px;font-size:15px;}
.news_box .info-flow .flow-text .time {padding-top:5px;font-size:14px;}
.news_box .info-flow .flow-text .time span {padding-right:6px;color:#999}


.contact-wrapper {padding:50px 30px;background:#fff;box-shadow:0 0 40px 5px rgb(0 0 0 / 5%);position:relative; margin-bottom:20px;}
.contact-form {padding:0 40px;}
.contact-form-header {margin-bottom:30px;}
.contact-form-header h2 {font-size:26px;margin-bottom:10px; text-align:center}
.contact-form .form-group {margin-bottom:25px;}
.contact-form .form-group .form-control {padding:12px 20px;border-radius:5px;box-shadow:none;transition:all .5s ease-in-out;}
.contact-form .form-group .form-control:focus {border-color:#8f000b;}
.contact-map {margin-top:80px;}
.contact-map iframe {width:100%;height:450px;border-radius:5px;}
.contact-content {margin-bottom:50px;}
.contact-form .theme-btn i {margin-right:5px;margin-left:0px;}
.contact-info {display:flex;align-items:center;gap:15px;padding:20px;border-radius:10px;position:relative;overflow:hidden;margin-bottom:10px;}
.contact-info-icon {border:2px solid #8f000b;border-radius:50%;padding:5px;}
.contact-info-icon i {font-size:25px;color:#fff;width:50px;height:50px;line-height:50px;text-align:center;border-radius:50px;background:#8f000b;}
.contact-info h5 {margin-bottom:5px;}
.contact_img iframe {
    height: 400px;
    width: 100%;
    overflow: scroll;
}
.consult { display:none;}

.new-project-btn {background:#ffab34;color:#fff; font-size: 20px; width: 100%; margin: 6px 0; border-radius:3px;padding:10px 25px;transition:all .5s ease-in-out;}
.new-project-btn:hover {background:#8f000b;color:#fff;}
.new-project-btn i {margin-right:10px; font-size: 25px;}

.dqwz_box {
    font-size: 14px;
    padding: 20px 0;
}
.dqwz_box i {
    color: #999;
    padding: 0 5px;
}
/*single article end*//*.entry-navigation */.entry-navigation {position:relative;}
.entry-page-next,.entry-page-prev {margin:0;display:flex;padding:0;position:relative;align-items:center;min-height:60px;margin-bottom:30px;border-radius:4px;background:#fff;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.entry-page-next:hover,.entry-page-prev:hover {-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 1rem 3rem rgb(31 45 61 / 13%);box-shadow:0 1rem 3rem rgb(31 45 61 / 13%);}
.entry-page-next:hover,.entry-page-prev:hover {border-color:#e6e6e6;}
.entry-page-next .entry-page-icon,.entry-page-prev .entry-page-icon {-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0;display:block;padding:15px;font-size:16px;-o-transition:color 250ms ease;transition:color 250ms ease;-moz-transition:color 250ms ease;-webkit-transition:color 250ms ease;z-index:1;}
.entry-page-info {-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0;display:block;padding:16px;z-index:1;}
.entry-page-next .entry-page-info {text-align:left;}
.entry-page-prev .entry-page-info {text-align:right;}
.entry-page-prev .entry-page-icon {padding-right:0;}
.entry-page-next .entry-page-icon {padding-left:0;}
.entry-page-info .title {font-size:14px;overflow:hidden;display:-webkit-box !important;-webkit-line-clamp:1;-webkit-box-orient:vertical;white-space:normal;height:18px;line-height:18px;}
.entry-page-info .rnav {font-size:12px;line-height:1.625;color:#ccc;}
@media (max-width:768px) {.entry-page-next,.entry-page-prev {min-height:42px;margin-bottom:15px;}
.entry-page-next .entry-page-icon,.entry-page-prev .entry-page-icon {padding:0 16px;}
}

@media all and (max-width:991px) {.contact-wrapper {padding:50px 20px;}
.contact-form {padding:0px;}
.contact-info {padding:0px;margin-bottom:50px;}
.contact-content {margin-top:30px;}
.consult {display:block;
    position: fixed;
    width: 200px;
    bottom: 10px;
    left: 10px;
    z-index: 999;
}
.dqwz_box {
    font-size: 14px;
    padding: 15px 0;
}

}

@media screen and (max-width:1300px){
.news_index .l .list{height:275px;}
.news_index .r .list .item{height:87px;}
.news_index .l .list .item .h{font-size:14px;}
.news_index .r .list .item .h{font-size:14px;}
}
@media screen and (max-width:1024px){
.news_index .l .list{height:auto;}
.news_index .title{text-align:center;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;}
.news_index .title::after{display:none;}
.news_index .title .fz40{float: none;}
.news_index .title .more{margin-top:0;float:none;}
.news_index .l{transform:none;opacity:1;width:auto;float: none;}
.news_index .r{transform:none;opacity:1;width:auto;float: none;margin-top:40px;}
.news_index .l .list{padding:20px;margin-top:20px;}
.news_index .r .list{margin-top:20px;}
.news_index .r .list .item{height:auto;line-height:1.3;height:80px;}
.news_index .r .list .item a{display:-ms-flexbox;display:flex;height:100%;}
.news_index .r .list .item .h{padding:20px;-ms-flex:1;flex:1;height:auto;}
.news_index .r .list .item .pic{float:none;width:110px; height: 80px; transform:scale(1); padding: 5px; margin: 0;}
.news_index .r .list .item .pic span{font-size:18px;}
.news_index .r .list .item .pic img{ width: 100px; height: 70px;}
.pages span,.pages a { display:none;}
.pages a.a1 {
    display: block;margin-bottom: 10px;
}
.news_top .inner{display:block}
.news_box .info-flow {padding:15px 0;border-bottom:1px solid #eee;width:100%;display:block;}
.news_box .info-flow .flow-img {width:100px;height:68px;margin-right:15px;float:left;position:relative;}
.news_box .info-flow .flow-img span {position:absolute;bottom:6px;right:6px;width:50px;padding:0 6px;background:rgba(0,0,0,.2);color:#fff;font-size:14px;border-radius:6px;text-align:center}
.news_box .info-flow .flow-text {width:100%;color:#999;display: table-cell;}
.news_box .info-flow .flow-text h4 {line-height:1.5;font-size:16px;color:#333;}
.news_box .info-flow .flow-text .introduce {color:#666;padding-top:5px;font-size:15px;display:none}
.news_box .info-flow .flow-text .time {padding-top:5px;font-size:14px;}
.news_box .info-flow .flow-text .time span {padding-right:6px;color:#999}

}




@media all and (max-width:720px) {.pic-item-info {padding:15px 30px;}
.list_nav_sj .widget{
	
	background: none;
    box-shadow: none; padding: 0

	}	
	
	.list_nav_sj .widget-title{ display: none}
	.list_nav_sj .col-md-6{ width: auto; margin: 0; padding:0 }
	.list_nav_sj .widget .category-list{margin-bottom: 15px; padding: 0 10px}
	.list_nav_sj .widget .category-list a {display:block; padding:8px 20px; font-size: 14px; border:1px solid #eee; background: #fff; text-align: center; border-radius: 3px; margin: 3px;}
	.list_nav_sj .widget .category-list a:last-child {margin-bottom:0px;border-bottom:none;}

	.list_nav_sj .widget .category-list .on { color: #fff; background: #8f000b;}
	.list_nav_sj .widget .category-list a i { display: none}
	.list_nav_sj .widget .category-list a span {float:right;}
	.list_nav_sj .widget .recent-post-single {display:flex;justify-content:start;align-items:center;margin-bottom:20px;}


	
	
	
}

@media only screen and (max-width:480px) {.about-content {padding-top:30px;}}
@media only screen and (max-width:720px) {.single_about_content_two {background:#efebea;padding:60px 30px;}
.single_about_content_three {background:#382e2f;padding:60px 30px;}
.single_about_content_two img {display:block}
.single_about_content_three img {display:block}
.mdt100 {margin-top:0;}
.mdt60 {margin-top:20px;}
.zs_ad_sj{ display: none}
}

@media screen and (max-width:850px){
	
.banner_pd{padding: 30px 0;}
.banner_page1.ab{margin-bottom:43px;overflow:visible;}
.banner_page1 .block{position:static;padding:0;}
.banner_page1 .text .fz40{position:absolute;top:50%;padding:0 20px;left:0;right:0; font-size: 28px;}
.banner_page1 .text{position:static;transform:none;}
.banner_page1 .text .p{display:none;}
.banner_page1.ab .text .p{position:absolute;top:100%;width:100%;left:0;margin-top:0;overflow:overlay;border-bottom:1px solid #ddd;display:block;}
.banner_page1 .text .p .inner{display:table;white-space:nowrap;}
.banner_page1 .text .p a{display:inline-block;white-space:nowrap;padding:0 20px;margin:0;color:#333;height:42px;line-height:42px;width:auto;box-sizing:border-box;}
.banner_page1 .text .p a:hover{color:#333;}
.banner_page1 .text .p a.now{border-bottom:2px solid #94070a;color: #94070a;}
.banner_page1 .text .p a.now:before{display:none;}
.banner_page1 .text .p br{display:none;}
	
 .breadcrumb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .breadcrumb .breadcrumb-contain h1 {
    margin-bottom: 10px;
  }
  .breadcrumb .breadcrumb-contain h2 {
    margin-bottom: 10px;
  }
}
@media all and (max-width:991px) {
.team-item-info {padding:15px 30px;}
	
}
/* ===================footer css ====================== */
.footer-area {background:#382e2f;position:relative;z-index:1;}
.footer-widget-box {margin-bottom:20px;}
.footer-widget-box a {color:#fff}
.footer-widget-box a:hover {color:#655c5d}
.footer-widget {position:relative;z-index:1;}
.footer-logo img {width:240px;margin-bottom:30px;}
.copyright {padding:20px 0;border-top:1px solid rgba(255,255,255,0.1);}
.copyright .footer-menu {margin:0;padding:0;text-align:left;}
.copyright .footer-menu li {display:inline-block;margin-left:25px;font-size:16px;}
.copyright .footer-menu li a {color:#f5faff;transition:all .5s ease-in-out;}
.copyright .footer-menu li a:hover {color:#655c5d;}
.copyright .copyright-text {color:#f5faff;margin-bottom:0px;font-size:16px;}
.copyright .copyright-text a {color:#655c5d;font-weight:500;}
.footer-widget-title {color:#fff;position:relative;padding-bottom:20px;margin-bottom:30px;font-size:22px;letter-spacing:1.5px;z-index:1;}
.footer-widget-title::before {position:absolute;content:'';z-index:-1;width:15px;height:2px;background-color:#655c5d;bottom:0;left:0;}
.footer-widget-title::after {position:absolute;content:'';z-index:-1;width:30px;height:2px;background-color:#655c5d;bottom:0;left:20px;}
.footer-list {display:flex;flex-direction:column;gap:1rem;}
.footer-list li a {color:#fff;transition:all .5s ease-in-out;}
.footer-list li a i {margin-right:5px;color:#655c5d;}
.footer-list li a:hover {padding-left:10px;color:#655c5d;}
.footer-widget-box p {color:#fff;padding-right:18px;margin-bottom:20px;}
.footer-social {display:flex;gap:15px;margin-top:40px;}
.footer-social li a i {height:35px;width:35px;line-height:30px;text-align:center;border-radius:3px;border:2px solid #655c5d;color:#fff;transition:all .5s ease-in-out;}
.footer-social li a i:hover {background:#655c5d;color:#fff;}
.footer-newsletter .subscribe-form .form-control {border:2px solid #e8e8e8;height:55px;padding:0 15px;border-radius:3px;font-size:16px;color:#fff;box-shadow:none;background-color:transparent;}
.footer-newsletter .subscribe-form .form-control::placeholder {color:#F2F3F5;opacity:1;}
.footer-newsletter .subscribe-form .form-control:-ms-input-placeholder {color:#F2F3F5;}
.footer-newsletter .subscribe-form .form-control::-ms-input-placeholder {color:#F2F3F5;}
.footer-newsletter .subscribe-form .theme-btn {margin-top:20px;width:100%;}
.footer-contact li {position:relative;display:flex;justify-content:start;align-items:center;color:#f5faff;font-size:16px;margin-bottom:20px;}
.footer-contact li a {color:#f5faff;-webkit-transition:0.3s;transition:0.3s;}
.footer-contact li i {width:12px;height:30px;font-size:18px;margin-right:15px;border-radius:3px;line-height:31px;text-align:center;-webkit-transition:0.3s;transition:0.3s;color:#655c5d;}
@media all and (max-width:1199px) {.footer-widget-box {margin-bottom:50px;}
}
@media all and (max-width:991px) {.footer-widget-wrapper {padding-bottom:0px;}
.copyright .footer-menu {float:left;margin-top:20px;text-align:left;}
.copyright .footer-menu li {margin-left:0;margin-right:15px;}
}
@media all and (max-width:767px) {.footer-widget-wrapper {padding-bottom:0px;}
}
/* ======================search popup====================== */
.search-popup {position:fixed;left:0;top:0;height:100vh;width:100%;z-index:99999;margin-top:-540px;transform:translateY(-100%);background-color:rgba(0,0,0,.8);transition:all 1500ms cubic-bezier(0.860,0.000,0.070,1.000);transition-timing-function:cubic-bezier(0.860,0.000,0.070,1.000);}
.sidenav-bar-visible .search-popup {width:80%;}
.search-active .search-popup {transform:translateY(0%);margin-top:0;}
.search-popup .close-search {position:absolute;left:0;right:0;top:75%;border:none;margin:0 auto;margin-top:-200px;border-radius:3px;text-align:center;background:#8f000b;text-align:center;width:50px;height:50px;color:#fff;font-size:20px;cursor:pointer;box-shadow:0 0 10px rgba(0,0,0,0.05);transition:all 500ms ease;opacity:0;visibility:hidden;}
.search-active .search-popup .close-search {visibility:visible;opacity:1;top:50%;transition-delay:1500ms;}
.search-popup form {position:absolute;max-width:700px;top:50%;left:15px;right:15px;margin:-35px auto 0;transform:scaleX(0);transform-origin:center;transition:all 300ms ease;}
.search-active .search-popup form {transform:scaleX(1);transition-delay:1200ms;}
.search-popup .form-group {position:relative;margin:0px;overflow:hidden;}
.search-popup .form-group input[type="text"],.search-popup .form-group input[type="search"] {position:relative;width:100%;height:60px;outline:none;border-radius:3px;border:none;padding:0 100px 0 35px;transition:all 500ms ease;text-transform:capitalize;}
.search-popup .form-group input[type="submit"],.search-popup .form-group button {position:absolute;right:5px;top:5px;border-radius:3px;background:#8f000b;text-align:center;font-size:20px;color:#fff !important;height:50px;width:50px;border:none;cursor:pointer;transition:all 500ms ease;}
.search-popup .form-group input[type="submit"]:hover,.search-popup .form-group button:hover {background:#191F30;}
.search-popup input::placeholder,.search-popup textarea::placeholder {color:#51668a;}
.mobile-search-btn {display:none;}
@media all and (max-width:991px) {.mobile-search-btn {display:block;position:absolute;right:15%;color:#191F30;font-size:20px;display:none;}
.mobile-search-btn:hover {color:#8f000b;}
.news_left{display:none}
}
.mob_lxwm {display:none}
@media all and (max-width:767px) {.mobile-search-btn {right:20%;display:none;}
.choose-img {background-image:url(../images/01.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;height:100%;margin-right:0px;}
/**.footer-widget {display:none}**/
.show_pd {padding:0px 20px;}
.case-single-area .py-80 {padding:30px 0}
.hkjsedu-single {padding-top:40px;padding-bottom:40px;}
.hkjsedu-single .hkjsedu-content p {font-size:22px;}
.mob_lxwm {display:block}
.show_h1 {font-size:22px !important;}
.pt-60 {padding-top:30px;}
.pb-60 {padding-bottom:30px;}
.mb-40{margin-bottom: 20px;}
.pt-40 {padding-top:20px;}
	
}
.more_bnt {text-align:center}
.show_h1 {font-size:28px;}
.ly_box {text-align:center;padding:15px;border-bottom:1px solid #eee;margin-bottom:10px;font-size:14px;color:#999;}
.ly_box span {padding-left:15px;}
.ly_box i {color:#8f000b;padding-right:5px;}
.show_box {font-size:18px;line-height:32px;word-wrap:break-word; padding: 10px 0;}
.show_zhuanye {
    padding-left: 30px;
}
.show_box dl, ol, ul {
    margin: 0;
    padding: 0;
}
.show_box li {
    line-height: 41px;padding-left: 6px;list-style: inside;color: #333;
}
.show_box li::marker {
    color: #999;
}
.show_box em {color:#999;font-size:12px; font-style: inherit;}
.show_box h3 {font-size:22px;color:#8f000b;padding-left: 15px; border-left: 5px solid #8f000b;margin: 20px 0;}
.show_box p {margin-top:15px;color:#333}
.show_box img {max-width:100%;display:block;margin:10px auto;height:auto !important;}
.show_box .buzhou_tit {text-align: center;}
h3.service-title.zhenshu {font-size:18px;padding-top:15px;}
.footer-newsletter img {width:128px;}
.links a{ color:#655c5d; padding-right:8px;}
.links a:hover{ color:#ffc107}
.show_box h2 {
    font-size: 24px;
    padding-bottom: 15px;
}
p.xx_em em {
    text-align: center;
    display: block;
	line-height: 26px;
}
/**2306152-hot**/
.zs_hot { position: absolute;  height:16px; width:21px; top:18px;right:-10px; background:url(../images/hot.gif);}
.show_box blockquote{ margin:15px 0 0 0}
.show_box blockquote p {
    margin: 0;
    padding: 0; line-height: 22px;
}
.moving {
    animation: moving 8s linear infinite;
}
@keyframes moving {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
.kefu_a {
    position: fixed;
    width: 108px;
    right: 20px;
    bottom: 200px;
    z-index: 999;
}
.kefu_a img{
    max-width: 100%;
    height: auto;
}
@media (max-width: 991px){
.kefu_a {
 display:none;
}
}



