/***  ==================================================================== 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; } }

.main-color { color: var(--main-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.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); }

/* site header start */
.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; color: #fff; }

.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); }

.header_lang_btn { background-color: unset; outline: none; border: none; font-size: 14px; }

/** home header search start **/
.searchbox { margin-left: 7px; padding: 8px; position: relative; }

.searchbox > i { font-size: 18px; color: #666; color: #fff; font-weight: 200; cursor: pointer; }

.search_g_box { position: absolute; top: 100%; right: 0; margin-top: 24px; -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); display: none; z-index: 3; padding: 16px 20px; background-color: white; }

.search_g_box form { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.search_g_box form input { padding: 8px 12px; border: 1px solid var(--main-theme-color); border-right: none; border-radius: 3px 0px 0px 3px; outline: none !important; }

.search_g_box form button { padding: 0 12px; background-color: var(--main-theme-color); color: #fff; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; border-radius: 0px 3px 3px 0px; outline: none !important; border: none !important; }

/** home header search end **/
.nav_menu .currentLoc > a { color: #fff; background-color: transparent; }

.nav_menu { margin: 0; padding: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.nav_menu li { list-style: none; margin: 0; padding: 0; position: relative; }

.nav_menu li > a { display: block; }

.nav_menu li a { color: #333; text-decoration: none; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

.nav_menu li a .fa { margin-left: 8px; color: var(--main-theme-color); }

.nav_menu li ul { margin: 0; padding: 0; position: absolute; top: 140%; left: 0; z-index: 9; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; visibility: hidden; opacity: 0; -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1); min-width: 160px; padding: 0; background-color: #fff; background-color: transparent; }

.nav_menu li ul li { background-color: #fff; background-color: transparent; }

.nav_menu li ul li:hover > a::after { width: 100%; opacity: 1; }

.nav_menu li ul li a { white-space: nowrap; padding: 6px 10px; text-transform: capitalize; color: #333; color: #fff; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; position: relative; z-index: 1; }

.nav_menu li ul li a::after { content: ''; display: block; width: 0; height: 100%; background-color: var(--main-theme-color); background-color: transparent; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; position: absolute; top: 0; left: 0; z-index: -1; opacity: 0; }

.nav_menu li ul li:last-child > a { border-bottom: none; }

.nav_menu li ul li ul { left: 100%; top: 100%; }

.nav_menu li ul li:hover > ul { top: 0; visibility: visible; opacity: 1; }

.nav_menu li ul li:hover > a { color: white; }

.nav_menu > li > ul { -webkit-box-shadow: none; box-shadow: none; left: 15px; }

.nav_menu > li:first-child { margin-left: 0; }

.nav_menu > li > a { padding: 28px 25px; text-transform: capitalize; color: #333; color: #fff; font-size: 16px; font-weight: normal; }

.nav_menu > li:hover > a { background-color: transparent; color: #fff; }

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

/* site header end */
/* mobile-nav Start */
.m_lang_box { padding: 10px; }

.m_lang_box a { color: #666; padding: 4px 14px; display: block; text-decoration: none; border: 1px solid #666; margin-bottom: 10px; margin-right: 10px; }

.switch-mobile-nav-btn { display: none; margin-left: 10px; }

.mobile_nav_top { background-color: #fff; padding: 4px 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 100%; z-index: 9; }

.m-switch { font-size: 30px; color: var(--main-theme-color); }

.m-shadow { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); display: none; z-index: 999; }

.mobile-nav { position: fixed; top: 0; left: 0; left: -70%; width: 70%; height: 100%; overflow-y: scroll; z-index: 99999; background: #fff; color: #666; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

.mobile-nav ul, .mobile-nav li { margin: 0; padding: 0; }

.mobile-nav .mobile-nav-list { margin: 0; padding: 0; }

.mobile-nav .mobile-nav-list li { position: relative; overflow-x: hidden; }

.mobile-nav .mobile-nav-list li i { color: #666; font-style: normal; padding: 0px 10px; height: 46px; line-height: 46px; display: inline-block; font-size: 20px; position: absolute; right: 0; top: 0; z-index: 99; -webkit-transform: rotateZ(0deg); -ms-transform: rotate(0deg); transform: rotateZ(0deg); -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }

.mobile-nav .mobile-nav-list a { padding: 12px 10px; padding-right: 30px; display: block; color: #666; text-decoration: none; text-transform: capitalize; border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.mobile-nav li { margin: 0; padding: 0; list-style: none; }

.mobile-nav > .mobile-nav-list > li:first-of-type > a { border-top: 1px solid rgba(0, 0, 0, 0.15); }

.mobile-nav > .mobile-nav-list > li > a { font-weight: 600; }

.mobile-nav > .mobile-nav-list > li ul { display: none; background: #fff; }

.mobile-nav > .mobile-nav-list > li ul li a { padding: 12px 24px; }

.mobile-nav > .mobile-nav-list > li ul li ul li a { padding: 12px 36px; }

.mobile-nav > .mobile-nav-list > li > ul > li ul { background-color: #fff; }

.company-logo { padding: 10px 12px; }

@media only screen and (min-width: 992px) { .switch, .m-shadow, .mobile-nav { display: none !important; }
  .mobile_nav_top { display: none; } }

/* mobile-nav End */
/** banner start **/
.home_banner_box { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.home_banner_box * { height: 100%; }

.home_banner_content { color: white; height: auto; }

.home_banner_content h1 { margin: 0; font-size: 50px; font-weight: 600; text-transform: capitalize; }

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

.home_banner_h2 { line-height: normal; font-weight: 600; color: #fff; }

.home_banner_text { line-height: 30px; font-size: 16px; font-size: 20px; color: #000; line-height: normal; }

.banner_swiper img { width: 100%; }

.banner_swiper_next, .banner_swiper_prev { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 40px; height: 40px; z-index: 10; cursor: pointer; 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-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; color: white; background-color: rgba(0, 0, 0, 0.5); background-color: var(--main-theme-color); font-size: 30px; visibility: hidden; opacity: 0; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; border-radius: 1000px; font-size: 20px; }

.banner_swiper_next:hover, .banner_swiper_prev:hover { background-color: rgba(0, 0, 0, 0.8); background-color: #fff; color: var(--main-theme-color); }

.banner_swiper_prev { left: -10px; right: auto; }

.banner_swiper_next { left: auto; right: -10px; }

.banner_swiper:hover .banner_swiper_next, .banner_swiper:hover .banner_swiper_prev { visibility: visible; opacity: 1; }

.banner_swiper:hover .banner_swiper_prev { left: 65px; right: auto; }

.banner_swiper:hover .banner_swiper_next { left: auto; right: 65px; }

.banner_swiper .swiper-pagination { -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; bottom: 30px; bottom: -30px; }

.banner_swiper:hover .swiper-pagination { opacity: 1; visibility: visible; bottom: 30px; }

.banner_swiper .swiper-pagination-bullet { width: 36px; height: 4px; opacity: 1; background: #000; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 0px; }

.banner_swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 8px; }

.banner_swiper .swiper-pagination-bullet-active { opacity: 1; background: var(--main-theme-color); }

.home_banner_content > * { opacity: 0; -webkit-transform: translateY(25px); -ms-transform: translateY(25px); transform: translateY(25px); -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; color: #fff; }

.banner_swiper .swiper-slide-active .home_banner_content > * { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; }

.banner_swiper .swiper-slide-active .home_banner_content > *:nth-child(1) { -webkit-transition-delay: 0.5s; -o-transition-delay: 0.5s; transition-delay: 0.5s; }

.banner_swiper .swiper-slide-active .home_banner_content > *:nth-child(2) { -webkit-transition-delay: 0.8s; -o-transition-delay: 0.8s; transition-delay: 0.8s; }

.banner_swiper .swiper-slide-active .home_banner_content > *:nth-child(3) { -webkit-transition-delay: 1.1s; -o-transition-delay: 1.1s; transition-delay: 1.1s; }

.banner_swiper .swiper-slide-active .home_banner_content > *:nth-child(4) { -webkit-transition-delay: 1.4s; -o-transition-delay: 1.4s; transition-delay: 1.4s; }

/** banner end **/
/** section fnuc438a start **/
.section-fnuc438a .img img { border-radius: 10px; }

.section-fnuc438a .content .title { font-weight: 600; color: var(--main-theme-color); }

.section-fnuc438a .content .subtitle { font-weight: 600; line-height: normal; font-size: 22px; }

.item-fnuc438a .item-title { font-weight: 600; color: #000; }

.item-fnuc438a .item-brief { color: #000; }

/** section fnuc438a end **/
/** section dh90soe9 start **/
.section-dh90soe9 { background-color: #000; }

.section-dh90soe9 .title { color: #fff; font-weight: 600; }

.section-dh90soe9 .subscribe-form .form-control { height: auto; padding: 14px 18px; background-color: #fff; outline: none; border: none; -webkit-box-shadow: none; box-shadow: none; }

.section-dh90soe9 .subscribe-form [type="submit"] { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; border: none; outline: none !important; border-radius: 4px; min-width: 120px; background-color: var(--sub-theme-color); color: #fff; font-weight: 600; padding: 12px 18px; }

/** section dh90soe9 end **/
/** section kl8ghv1d start **/
.title-line { max-width: 120px; margin-left: auto; margin-right: auto; border-top: 1px solid #000; }

.item-kl8ghv1d .item-img { border-radius: 10px; overflow: hidden; }

.item-kl8ghv1d .item-brief { line-height: normal; }

/** section kl8ghv1d end **/
/** section q5ugifa3 start **/
.section-q5ugifa3 .section-q5ugifa3-inner { background-color: #f5f5f5; }

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

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

.item-q5ugifa3 .item-content { background-color: #fff; }

.item-q5ugifa3 .item-title { font-weight: 300; }

.item-q5ugifa3 .item-brief { font-weight: 300; }

.item-q5ugifa3 .item-link { font-weight: 300; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-q5ugifa3-pagination, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 0px; position: static; }

.swiper-q5ugifa3-pagination { 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; }

.swiper-q5ugifa3-pagination .swiper-pagination-bullet { width: 55px; height: 4px; opacity: 1; background: #cecece; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 0px; }

.swiper-q5ugifa3-pagination .swiper-pagination-bullet-active { opacity: 1; background: #000; }

/** section q5ugifa3 end **/
/** section wh4iu4pt start **/
.section-wh4iu4pt { overflow: hidden; }

.section-wh4iu4pt .img { position: relative; }

.section-wh4iu4pt .img .img-title { position: absolute; bottom: 0; left: 0; width: 100%; background-color: #3c3c3c; color: #fff; padding: 20px 10px; }

.section-wh4iu4pt .section-wh4iu4pt-content { position: relative; }

.section-wh4iu4pt .section-wh4iu4pt-content::after { content: ""; display: block; position: absolute; top: 0; left: 0; width: -webkit-calc(100% + 160px); width: calc(100% + 160px); height: 100%; background-color: #efefef; margin-left: -80px; }

.posted-time { position: absolute; margin-top: 0; top: 0; left: 0; width: 90px; height: 90px; background-color: #3c3c3c; text-align: center; color: #fff; padding: 5px 0; }

.posted-time .day_style { font-size: 46px; font-weight: normal; line-height: normal; display: block; }

.posted-time .month_style { font-size: 14px; line-height: 16px; margin-top: -10px; display: inline-block; }

.item-wh4iu4pt-left { display: none; }

.item-wh4iu4pt-left .item-title { font-size: 22px; }

.item-wh4iu4pt-left .item-brief { line-height: 1.4; }

.item-wh4iu4pt-left.active { display: block; }

.item-wh4iu4pt { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; border-bottom: 1px solid #9e9e9e; }

.item-wh4iu4pt .item-link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.item-wh4iu4pt .item-title { font-size: 22px; }

.item-wh4iu4pt .posted-time2, .item-wh4iu4pt .read-more-btn { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.item-wh4iu4pt .read-more-btn { -webkit-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; color: #3c3c3c; }

.item-wh4iu4pt.active .posted-time2 { color: #3c3c3c; }

.posted-time2 { color: #9e9e9e; }

.posted-time2 .day { font-size: 60px; line-height: 60px; }

/** section wh4iu4pt end **/
/** site footer start **/
.site_footer_widget_list { margin: 0; padding: 0; list-style: none; font-size: 16px; }

.site_footer_widget_list li { line-height: 1.9; }

.site_footer_widget_list li a { color: #fff; display: inline-block; }

.site_footer_widget_list li a:hover { color: var(--main-theme-color); }

.site_footer_widget_title { color: #fff; font-weight: normal; font-size: 20px; position: relative; }

.site_footer_widget_title::after { content: ""; display: block; width: 65px; height: 2px; background-color: var(--main-theme-color); background-color: #fff; position: absolute; left: 0; bottom: -12px; }

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

.site_footer_contact_list li { line-height: 1.9; color: #fff; }

.site_footer_contact_list li a { color: #fff; display: inline-block; }

.site_footer_contact_list li p { margin-bottom: 0; }

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

.site_footer_address_list li { color: #fff; line-height: 1.9; }

.site_footer_bottom { background-color: rgba(0, 0, 0, 0.6); color: #fff; }

.copyright { font-weight: 300; }

/** site footer end **/
@media only screen and (min-width: 768px) { .col-sm-20-percent { width: 20%; }
  .d-sm-none { display: none; }
  .sm-margin0 { margin: 0 !important; }
  .sm-padding0 { padding: 0 !important; }
  .sm-mx-minus-half-of-15 { margin-left: -7.5px; margin-right: -7.5px; }
  .sm-px-half-of-15 { padding-left: 7.5px; padding-right: 7.5px; }
  .sm-mx-minus-half-of-20 { margin-left: -10px; margin-right: -10px; }
  .sm-px-half-of-20 { padding-left: 10px; padding-right: 10px; }
  .sm-justify-start { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
  .sm-justify-center { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .sm-justify-end { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
  .sm-justify-around { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }
  .sm-justify-between { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .sm-align-items-start { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  .sm-align-items-center { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .sm-align-items-end { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
  .sm-align-content-start { -webkit-align-content: start; -ms-flex-line-pack: start; align-content: start; }
  .sm-align-content-center { -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; }
  .sm-align-content-end { -webkit-align-content: end; -ms-flex-line-pack: end; align-content: end; }
  .sm-align-content-baseline { -webkit-align-content: baseline; -ms-flex-line-pack: baseline; align-content: baseline; }
  .sm-align-content-flex-start { -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; }
  .sm-align-content-flex-end { -webkit-align-content: flex-end; -ms-flex-line-pack: end; align-content: flex-end; }
  .sm-align-content-between { -webkit-align-content: space-between; -ms-flex-line-pack: justify; align-content: space-between; }
  .sm-align-content-around { -webkit-align-content: space-around; -ms-flex-line-pack: distribute; align-content: space-around; } }

@media only screen and (min-width: 992px) { .lg-order-1 { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }
  .col-md-20-percent { width: 20%; }
  .d-md-none { display: none; }
  .md-margin0 { margin: 0 !important; }
  .md-padding0 { padding: 0 !important; }
  .md-mx-minus-half-of-15 { margin-left: -7.5px; margin-right: -7.5px; }
  .md-px-half-of-15 { padding-left: 7.5px; padding-right: 7.5px; }
  .md-mx-minus-half-of-20 { margin-left: -10px; margin-right: -10px; }
  .md-px-half-of-20 { padding-left: 10px; padding-right: 10px; }
  .md-justify-start { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
  .md-justify-center { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .md-justify-end { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
  .md-justify-around { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }
  .md-justify-between { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .md-align-items-start { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  .md-align-items-center { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .md-align-items-end { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
  .md-align-content-start { -webkit-align-content: start; -ms-flex-line-pack: start; align-content: start; }
  .md-align-content-center { -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; }
  .md-align-content-end { -webkit-align-content: end; -ms-flex-line-pack: end; align-content: end; }
  .md-align-content-baseline { -webkit-align-content: baseline; -ms-flex-line-pack: baseline; align-content: baseline; }
  .md-align-content-flex-start { -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; }
  .md-align-content-flex-end { -webkit-align-content: flex-end; -ms-flex-line-pack: end; align-content: flex-end; }
  .md-align-content-between { -webkit-align-content: space-between; -ms-flex-line-pack: justify; align-content: space-between; }
  .md-align-content-around { -webkit-align-content: space-around; -ms-flex-line-pack: distribute; align-content: space-around; } }

@media only screen and (min-width: 1200px) { .col-lg-20-percent { width: 20%; }
  .d-lg-none { display: none; }
  .lg-margin0 { margin: 0 !important; }
  .lg-padding0 { padding: 0 !important; }
  .lg-mx-minus-half-of-15 { margin-left: -7.5px; margin-right: -7.5px; }
  .lg-px-half-of-15 { padding-left: 7.5px; padding-right: 7.5px; }
  .lg-mx-minus-half-of-20 { margin-left: -10px; margin-right: -10px; }
  .lg-px-half-of-20 { padding-left: 10px; padding-right: 10px; }
  .lg-justify-start { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
  .lg-justify-center { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .lg-justify-end { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
  .lg-justify-around { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }
  .lg-justify-between { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .lg-align-items-start { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  .lg-align-items-center { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .lg-align-items-end { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
  .lg-align-content-start { -webkit-align-content: start; -ms-flex-line-pack: start; align-content: start; }
  .lg-align-content-center { -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; }
  .lg-align-content-end { -webkit-align-content: end; -ms-flex-line-pack: end; align-content: end; }
  .lg-align-content-baseline { -webkit-align-content: baseline; -ms-flex-line-pack: baseline; align-content: baseline; }
  .lg-align-content-flex-start { -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; }
  .lg-align-content-flex-end { -webkit-align-content: flex-end; -ms-flex-line-pack: end; align-content: flex-end; }
  .lg-align-content-between { -webkit-align-content: space-between; -ms-flex-line-pack: justify; align-content: space-between; }
  .lg-align-content-around { -webkit-align-content: space-around; -ms-flex-line-pack: distribute; align-content: space-around; } }

@media only screen and (min-width: 768px) { .home_banner_h2 { font-size: 40px; }
  .form-group-list { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .section-dh90soe9 .subscribe-form [type="submit"] { min-width: 160px; } }

@media only screen and (min-width: 992px) { .btn.btn-style01 { padding: 10px 28px; }
  .section-title { font-size: 48px; }
  .site_header { z-index: 99; width: 100%; position: fixed; }
  .nav_menu li a .fa { display: none; }
  .nav_menu > li > a { font-size: 19px; font-weight: 500; }
  .default-nav-tabs { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .default-nav-tabs.nav-tabs > li { width: 20%; }
  .section-fnuc438a .content .title { font-size: 50px; }
  .section-fnuc438a .content .subtitle { font-size: 35px; }
  .section-fnuc438a .content .text { line-height: 1.8; }
  .item-fnuc438a .item-title { font-size: 65px; }
  .item-fnuc438a .item-brief { font-size: 18px; } }

@media only screen and (min-width: 1200px) { .btn.btn-style-default { padding: 18px 30px; min-width: 250px; font-size: 24px; }
  .btn.play-btn-style01 { width: 100px; height: 100px; line-height: 100px; font-size: 36px; }
  .home_banner_h2 { font-size: 80px; line-height: 85px; }
  .home_banner_text { font-size: 40px; font-size: 75px; font-weight: 600; line-height: 85px; }
  .nav_menu > li > a { font-size: 18px; }
  .item-wh4iu4pt { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .site_footer .container { width: 100%; max-width: 1230px; } }

@media only screen and (max-width: 991px) { .item-wh4iu4pt-left, .item-wh4iu4pt-left.active { display: none; } }

@media only screen and (max-width: 768px) { .site_header_bottom { padding: 10px 0; } }

@media only screen and (max-width: 767px) { .btn.btn-style03 { padding: 8px 12px; min-width: 150px; }
  .search_g_box { margin-top: 13px; }
  .home_banner_content { display: none; }
  .banner_swiper .swiper-pagination { bottom: 15px; }
  .banner_swiper:hover .swiper-pagination { bottom: 15px; }
  .banner_swiper_next, .banner_swiper_prev { display: none; } }
/*# sourceMappingURL=style.min.css.map */