/***  ==================================================================== Reset ==================================================================== */
body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; }

@media only screen and (min-width: 768px) { .container, .container-md, .container-sm { width: 100%; max-width: 750px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; } }

@media only screen and (min-width: 992px) { .container, .container-md, .container-sm, .container-lg { width: 100%; max-width: 1050px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; } }

@media only screen and (min-width: 1200px) { .container, .container-md, .container-sm, .container-lg, .container-xl { width: 100%; max-width: 1230px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; } }

@media only screen and (min-width: 1500px) { .container, .container-xl { width: 100%; max-width: 1440px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; } }

.main-color { color: var(--main-theme-color) !important; }

.bg-main-color { background-color: var(--main-theme-color) !important; }

.bg-sub-color { background-color: var(--sub-theme-color) !important; }

.margin0 { margin: 0 !important; }

.padding0 { padding: 0 !important; }

.mx-minus-half-of-15 { margin-left: -7.5px; margin-right: -7.5px; }

.px-half-of-15 { padding-left: 7.5px; padding-right: 7.5px; }

.mx-minus-half-of-20 { margin-left: -10px; margin-right: -10px; }

.px-half-of-20 { padding-left: 10px; padding-right: 10px; }

.col-20-percent { width: 20%; }

.d-none { display: none; }

.d-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.justify-start { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }

.justify-center { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.justify-end { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

.justify-around { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }

.justify-between { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.align-items-start { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.align-items-center { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.align-items-end { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }

.align-content-start { -webkit-align-content: start; -ms-flex-line-pack: start; align-content: start; }

.align-content-center { -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; }

.align-content-end { -webkit-align-content: end; -ms-flex-line-pack: end; align-content: end; }

.align-content-baseline { -webkit-align-content: baseline; -ms-flex-line-pack: baseline; align-content: baseline; }

.align-content-flex-start { -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; }

.align-content-flex-end { -webkit-align-content: flex-end; -ms-flex-line-pack: end; align-content: flex-end; }

.align-content-between { -webkit-align-content: space-between; -ms-flex-line-pack: justify; align-content: space-between; }

.align-content-around { -webkit-align-content: space-around; -ms-flex-line-pack: distribute; align-content: space-around; }

.order-1 { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }

.overflow-hidden { overflow: hidden; }

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

.overflow-y-hidden { overflow-y: hidden; }

.btn.btn-style-default { padding: 14px 30px; border-radius: 0px; min-width: 150px; -webkit-box-shadow: none !important; box-shadow: none !important; color: #fff; background-color: var(--main-theme-color); border-color: var(--main-theme-color); -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; font-weight: normal; border-radius: 10px; }

.btn.btn-style-default:hover { color: var(--main-theme-color); background-color: transparent; }

.btn.btn-style01 { padding: 10px 15px; border-radius: 0px; -webkit-box-shadow: none !important; box-shadow: none !important; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; color: #fff; background-color: var(--main-theme-color); border-color: var(--main-theme-color); font-size: 16px; position: relative; }

.btn.btn-style01:hover { color: #fff; background-color: var(--main-theme-color); border-color: var(--main-theme-color); padding-right: 45px !important; }

.btn.btn-style01:hover::after { right: 10px; opacity: 1; }

.btn.btn-style01::before { content: ''; position: absolute; background: rgba(255, 255, 255, 0.3); width: 0; height: 60px; top: 0; left: 0; opacity: 0.3; -webkit-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }

.btn.btn-style01::after { content: url(https://www.huabaotelematics.com/template/images/ico_jt.png); height: 100%; width: 26px; color: #fff; position: absolute; right: 0px; line-height: 20px; top: 50%; margin-top: -10px; opacity: 0; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; }

.btn.btn-style01.btn-style01-bg-black { background-color: #000; border-color: #000; }

.btn.btn-style01.btn-style01-bg-black:hover { background-color: var(--main-theme-color); border-color: var(--main-theme-color); }

.btn.btn-style01.active { color: #fff; background-color: var(--main-theme-color); border-color: var(--main-theme-color); }

.btn.btn-style01:not(:disabled):not(.disabled).active, .btn.btn-style01:not(:disabled):not(.disabled):active, .show > .btn.btn-style01.dropdown-toggle { color: #fff; background-color: var(--main-theme-color); border-color: var(--main-theme-color); }

.btn.btn-style02 { padding: 2px 10px; min-width: -webkit-min-content; min-width: -moz-min-content; min-width: min-content; -webkit-box-shadow: none !important; box-shadow: none !important; color: #000; background-color: #fff; border-color: #999; font-weight: 600; border-radius: 6px; }

.btn.btn-style02:hover { color: #fff; background-color: var(--main-theme-color); border-color: var(--main-theme-color); }

.btn.btn-style03 { padding: 16px 16px; min-width: -webkit-min-content; min-width: -moz-min-content; min-width: 200px; -webkit-box-shadow: none !important; box-shadow: none !important; color: #fff; background-color: var(--main-theme-color); border-color: var(--main-theme-color); font-weight: normal; border-radius: 1000px; font-size: 16px; }

.btn.btn-t214lxf4 { border-radius: 1000px; border: 1px solid #fff; background-color: #fff; color: var(--main-theme-color); padding: 6px 16px; }

.btn.btn-t214lxf4:hover { background-color: #fff; border-color: #fff; color: var(--main-theme-color); }

.btn.btn-play-pkzcjfor { width: 60px; height: 60px; font-size: 22px; display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-radius: 1000px; border: 2px solid #ccc; background-color: transparent; }

.btn.btn-play-pkzcjfor i { margin-left: 4px; }

.btn.play-btn-style01 { display: inline-block; width: 70px; height: 70px; line-height: 70px; text-align: center; color: var(--main-theme-color); background-color: #fff; border-color: #fff; color: #fff; background-color: rgba(0, 0, 0, 0.8); border-color: rgba(0, 0, 0, 0.8); font-size: 24px; border-radius: 1000px; border: none; -webkit-box-shadow: none !important; box-shadow: none !important; padding: 0; z-index: 3; }

.btn.play-btn-style01:not(:disabled):not(.disabled).active, .btn.play-btn-style01:not(:disabled):not(.disabled):active { color: #fff; background-color: var(--main-theme-color); border-color: var(--main-theme-color); }

.btn.play-btn-style01:hover { color: #fff; background-color: var(--main-theme-color); border-color: var(--main-theme-color); }

.section-title { font-weight: 700; }

.section-title-line { position: relative; }

.section-title-line::after { content: ""; display: block; width: 50px; height: 2px; background-color: var(--main-theme-color); position: absolute; bottom: -5px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.section_brief { font-size: 16px; color: #999; line-height: 1.8; max-width: 650px; margin: 0 auto; }

.img-layout .item .item-img { padding-bottom: 46%; position: relative; overflow: hidden; }

.img-layout .item .item-img img { max-width: unset; height: 100%; }

.img-layout .item .item-img-inner { position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); height: 100%; min-width: 100%; }

.img-layout .item img { min-width: 100%; }

.img-layout .item:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.img-hover-scale-1-1:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.nav-tabs-style01.nav-tabs { border: none; }

.nav-tabs-style01.nav-tabs > li.active > a, .nav-tabs-style01.nav-tabs > li.active > a:focus, .nav-tabs-style01.nav-tabs > li.active > a:hover { color: var(--sub-theme-color); cursor: default; background-color: transparent; border: none; border-bottom-color: transparent; border-radius: 0; }

.nav-tabs-style01.nav-tabs > li > a { margin: 0; border-radius: 0; color: #666; border-color: transparent !important; border: none !important; }

.nav-tabs-style01.nav > li > a:focus, .nav-tabs-style01.nav > li > a:hover { text-decoration: none; background-color: transparent; border-color: transparent; color: var(--sub-theme-color); }

/***  ==================================================================== Home ==================================================================== */
/** site header start **/
.site-header-bottom { position: relative; }

.header-contact-list { list-style-type: none; margin: 0; padding: 0; }

.header-contact-list-wrap { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }

.header-contact-list li { font-size: 14px; font-weight: 400; margin-right: 45px; }

.header-contact-list li:last-of-type { margin-right: 0; }

.header-contact-list li a { color: #fff; }

.header-contact-list li a > i { margin-right: 10px; }

.header-lang-box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.header-lang-btn { background-color: unset; outline: none; border: none; color: #fff; font-size: 14px; font-weight: 400; }

.header-lang-btn > .fa-globe { color: #fff; margin-right: 12px; }

#lang-icon { margin-left: 8px; }

.header-lang-box .dropdown-menu { border: none; margin: 0; padding: 0; border-radius: 0; border: none; left: auto; right: 0; margin-top: 10px; min-width: 100%; }

.header-lang-box .dropdown-menu > li > a { border: 1px solid rgba(0, 0, 0, 0.1); border-top: none; padding: 6px 10px; font-size: 14px; border: none; border-bottom: 1px solid rgba(0, 0, 0, 0.1); background-color: #fff; }

/** site header start **/
/** banner start **/
.section-bsiy7mdx { position: relative; }

.item-bsiy7mdx { position: relative; }

.item-bsiy7mdx .banner-content { width: 100%; max-width: 1660px; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.item-bsiy7mdx .banner-content .container { margin: 0; }

.item-bsiy7mdx .banner-content .banner-content-inner { width: 80%; background-color: rgba(0, 0, 0, 0.3); padding-left: 10%; padding-top: 20px; padding-bottom: 20px; }

.home-banner-title { font-size: 40px; font-size: 30px; color: #fff; }

.home-banner-text { font-size: 22px; font-size: 20px; color: #fff; }

/** banner end **/
/** section vij3t2f9 start **/
.title-7cbqzhbc { color: #fff; font-weight: 600; }

.subtitle-7cbqzhbc { color: #fff; }

.section-vij3t2f9 { color: #fff; }

.section-vij3t2f9 .video-inner { position: relative; z-index: 3; }

.section-vij3t2f9 .video::after { content: ""; display: block; width: 63%; height: 92%; position: absolute; right: 0; bottom: 0; background-color: #fff; }

.section-vij3t2f9 .link { color: #fff; }

.line-5e9iyppw { background-color: #ddd; height: 1px; width: 28%; font-size: 28px; display: inline-block; position: relative; margin: 8px auto 4px; }

.line-5e9iyppw::after { position: absolute; content: ""; height: 5px; width: 50px; background-color: #fff; top: -2px; border-radius: 30px; left: 32px; margin-left: -28px; }

.line-7cbqzhbc { background-color: #ddd; height: 1px; width: 28%; font-size: 28px; display: inline-block; position: relative; margin: 8px auto 4px; }

.line-7cbqzhbc::after { position: absolute; content: ""; height: 5px; width: 50px; background-color: #fff; top: -2px; border-radius: 30px; left: 50%; margin-left: -28px; }

/** section vij3t2f9 end **/
/** section b5n4mxew start **/
.item-b5n4mxew { color: #fff; }

.item-b5n4mxew .item-title { color: #fff; }

.item-b5n4mxew .btn-b5n4mxew { opacity: 0; }

.item-b5n4mxew .item-img-wrap { position: relative; }

.item-b5n4mxew .item-img-wrap::after { content: ""; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); position: absolute; top: 0; left: 0; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; opacity: 0; }

.item-b5n4mxew:hover .item-img-wrap::after { opacity: 1; }

.item-b5n4mxew:hover .btn-b5n4mxew { opacity: 1; }

.btn.btn-b5n4mxew { border-radius: 0; font-weight: 500; padding: 6px 16px; z-index: 3; }

/** section b5n4mxew end **/
/** section zvjseg3m start **/
.owl-theme .item-zvjseg3m .item-zvjseg3m-inner img { -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

.section-zvjseg3m .subtitle-7cbqzhbc { max-width: 600px; margin: 0 auto; }

.overlay.custom-overlay { text-align: center; width: 100%; height: 100%; -webkit-transition: all ease .1s; -o-transition: all ease .1s; transition: all ease .1s; opacity: 0; z-index: 1; position: absolute; top: 0; left: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background-color: #000; }

.overlay.custom-overlay p a { color: #fff; cursor: pointer; -webkit-transition: all 200ms linear 0ms; -o-transition: all 200ms linear 0ms; transition: all 200ms linear 0ms; display: inline-block; margin: 0 2px; width: 33px; height: 33px; line-height: 33px; text-align: center; background-color: #fff; color: #333; border-radius: 4px; }

.overlay.custom-overlay p a:nth-child(1) { -webkit-transform: translate(-30px, -30px); -ms-transform: translate(-30px, -30px); transform: translate(-30px, -30px); }

.overlay.custom-overlay p a:nth-child(2) { -webkit-transform: translate(30px, -30px); -ms-transform: translate(30px, -30px); transform: translate(30px, -30px); }

.item-zvjseg3m { color: #fff; }

.item-zvjseg3m .item-zvjseg3m-inner { overflow: hidden; }

.item-zvjseg3m .item-title { color: #fff; }

.item-zvjseg3m .item-title a { color: #fff; }

.item-zvjseg3m:hover .overlay.custom-overlay { opacity: 0.8; }

.item-zvjseg3m:hover .overlay.custom-overlay p a { -webkit-transform: none; -ms-transform: none; transform: none; }

/** section zvjseg3m end **/
/** section zy3mrqyc start **/
.item-zy3mrqyc { position: relative; }

.item-zy3mrqyc .item-img { overflow: hidden; }

.item-zy3mrqyc .item-title { color: #fff; }

/** section zy3mrqyc end **/
/** section 8t3xnqw3 start **/
.section-8t3xnqw3 { color: #fff; }

.section-8t3xnqw3 .img { overflow: hidden; }

.section-8t3xnqw3 .title { color: #fff; }

.section-8t3xnqw3 .brief { line-height: 2; font-size: 18px; }

.section-8t3xnqw3 a { color: #fff; }

.section-8t3xnqw3 a:hover { color: #fff; }

/** section 8t3xnqw3 end **/
/** section ws5xrp1q start **/
.section-ws5xrp1q .img-wrap { position: relative; overflow: hidden; }

.section-ws5xrp1q .figcaption { position: absolute; left: 0; bottom: 0; width: 100%; z-index: 2; color: #fff; background-color: rgba(0, 0, 0, 0.5); }

.section-ws5xrp1q .figcaption * { color: #fff; }

.item-ws5xrp1q { border-top: 1px solid #fff; }

.item-ws5xrp1q:last-of-type { border-bottom: 1px solid #fff; }

.item-ws5xrp1q a { color: #fff; }

.item-ws5xrp1q a:hover { color: #fff; }

.item-ws5xrp1q .item-title { color: #fff; }

.item-ws5xrp1q .item-brief { color: #fff; }

.item-ws5xrp1q .item-posted-time { color: #fff; }

.item-ws5xrp1q .item-posted-time .month-day { font-size: 28px; }

.link-full { display: block; width: 100%; height: 100%; z-index: 3; }

/** section ws5xrp1q end **/
/** section default start **/
/** section default end **/
/** site footer start **/
.site-footer ul { list-style-type: none; margin: 0; padding: 0; }

.soc-links { width: 100%; }

.soc-links li a { display: inline-block; padding: 10px 10px 0px 10px; color: #fff; }

.site-footer-widget { color: #fff; }

.site-footer-widget .site-footer-widget-title { color: #fff; }

.site-footer-widget .site-footer-widget-list li { margin-top: 10px; position: relative; font-size: 15px; }

.site-footer-widget .site-footer-widget-list li a { display: block; color: #fff; padding-left: 15px; }

.site-footer-widget .site-footer-widget-list li a .fa-angle-right { position: absolute; left: 0; top: 4px; }

.site-footer-contact-list li { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; }

.site-footer-contact-list li .icon { position: absolute; top: 1px; left: 0; }

.site-footer-contact-list li .contact-way { width: 100%; padding-left: 25px; }

.site-footer-contact-list li a { color: #fff; }

.site-footer-bottom { background-color: #000; color: #fff; }

.site-footer-bottom a { color: #fff; }

.site-footer-bottom a:hover { color: #fff; }

/** site footer end **/
@media only screen and (min-width: 768px) { .btn.btn-t214lxf4 { padding: 10px 30px; min-width: 183px; font-size: 16px; }
  .btn.btn-b5n4mxew { font-size: 16px; padding: 8px 20px; min-width: 140px; }
  .section-8t3xnqw3 .title { font-size: 36px; } }

@media only screen and (min-width: 1200px) { .title-7cbqzhbc { font-size: 36px; }
  .item-ws5xrp1q .item-posted-time .month-day { font-size: 36px; }
  .btn.btn-play-pkzcjfor { width: 77px; height: 77px; font-size: 26px; }
  .home-banner-title { font-size: 40px; }
  .home-banner-text { font-size: 22px; } }

@media only screen and (max-width: 767px) { .copyright, .privacy-policy { text-align: center; } }

.m-switch { color: #fff; font-size: 30px; }

.navbar-nav-box .navbar-nav { position: relative; list-style-type: none; margin: 0; padding: 0; }

.navbar-nav-box .navbar-nav li { float: none; }

.m-dropdown { position: absolute; top: 0; right: 0; padding: 0 15px; line-height: 32px; z-index: 9; }

.m-dropdown .fa { -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

.m-dropdown.active .fa { -webkit-transform: rotateZ(180deg); -ms-transform: rotate(180deg); transform: rotateZ(180deg); }

.navbar-nav > li.currentLoc > a::after { width: -webkit-calc(100% - 40px); width: calc(100% - 40px); }

.navbar-nav > li > a { display: block; position: relative; }

.navbar-nav > li > a::after { content: ""; display: block; width: 0; height: 2px; background-color: #fff; position: absolute; left: 20px; bottom: 0; -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }

.navbar-nav > li:hover > a::after { width: -webkit-calc(100% - 40px); width: calc(100% - 40px); }

.navbar-nav > li:hover > ul { opacity: 1; visibility: visible; top: 100%; }

.navbar-nav li { position: relative; }

.navbar-nav li a > .fa { margin-left: 5px; }

.navbar-nav li ul { margin: 0; padding: 0; list-style-type: none; position: absolute; top: 140%; left: 0; min-width: 100%; background-color: #fff; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; opacity: 0; visibility: hidden; z-index: 99; }

.navbar-nav li ul li:hover > ul { opacity: 1; visibility: visible; top: 0; }

.navbar-nav li ul li a { display: block; padding: 6px 16px; white-space: nowrap; }

.navbar-nav li ul li a:hover { background-color: var(--bs-primary); color: #fff; }

.navbar-nav li ul li ul { position: absolute; left: 100%; top: 100%; min-width: 100%; }

@media only screen and (min-width: 1200px) { .navbar-nav > li > a { padding: 20px; }
  .m-dropdown { display: none; } }

@media only screen and (max-width: 1199px) { .navbar-nav-box { position: absolute; top: 50px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background-color: #fff; width: 100%; overflow: hidden; }
  .navbar-nav-box .navbar-nav { display: block; display: none; }
  .navbar-nav { width: 100%; max-height: 90vh; overflow-y: auto; }
  .navbar-nav li ul { position: static; visibility: visible; opacity: 1; display: none; -webkit-transition: none; -o-transition: none; transition: none; }
  .navbar-nav li ul li ul { -webkit-transition: none; -o-transition: none; transition: none; position: static; }
  .navbar-nav li ul li ul li a { padding: 6px 32px; }
  .navbar-nav li a > .fa { display: none; } }
/*# sourceMappingURL=style.min.css.map */