* { margin: 0; padding: 0; }

:root { --main-theme-color: #dc143c; }

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

.main_backColor { background-color: var(--main-theme-color); }

.main_white { color: #fff; }

.main_bgwhite { background-color: #fff; }

.main_title { font-weight: bold; }

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

.main_padding { padding: 80px 0; }

.main_paddingBottom { padding-bottom: 80px; }

.main_flexCenter { 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; }

.main_alignCenter { 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; }

.main_justifyCenter { 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; }

.main_center { text-align: center; }

.main_marginBottom { margin-bottom: 80px; }

ul { list-style: none; margin-bottom: 0; }

a, a:hover { text-decoration: none; color: unset; }

img { width: auto; height: auto; }

.res_img img { max-width: 100% !important; height: auto !important; width: 100%; }

.more { margin-top: 60px; }

.more a { border: 1px solid #26313a; min-width: 260px; padding: 10px 15px; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; }

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

header .top_nav .nav .nav_link nav ul li i { position: absolute; right: 0; top: 0px; padding: 15px; z-index: 9; display: none; }

.bars { display: none; }

.bars i { font-size: 20px; cursor: pointer; }

.title p { font-size: 16px; }

.top_scroll { width: 50px; height: 50px; position: fixed; bottom: 20px; right: 20px; background-color: var(--main-theme-color); border-radius: 10px 0 10px 0; 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; cursor: pointer; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; z-index: 99; }

.top_scroll i { font-size: 25px; position: relative; color: #fff; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }

.top_scroll i::after { content: "\f102"; position: absolute; top: 0px; left: 0; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }

.top_scroll:hover i::after { top: -11px; }

.scroll_right { right: -50px; }

.sticky-header { position: fixed !important; top: 0; background: #fff !important; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; min-height: auto !important; }

header .top_contact { background-color: #dc143c; }

header .top_contact .contact { padding: 10px 0; }

header .top_contact .contact .contact_left { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; }

header .top_contact .contact .contact_left ul li { padding: 0 10px; }

header .top_contact .contact .contact_left ul li a i { font-size: 17px; color: #fff; }

header .top_contact .contact .contact_right ul li a { color: #fff; }

header .top_contact .contact .contact_right ul li a i { font-size: 17px; }

header .top_contact .contact .contact_right ul li:first-child { margin-right: 20px; }

header .top_nav { background: url(https://v4-assets.goalsites.com/hefang/yamei/assets/img/navbarbg.png) no-repeat; background-position: top left; background-size: 100%; position: absolute; width: 100%; z-index: 9999; min-height: 200px; display: block; }

header .top_nav .nav { padding: 10px 0; }

header .top_nav .nav .nav_logo { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; }

header .top_nav .nav .nav_logo p { margin: 0; font-size: 16px; }

header .top_nav .nav .nav_link nav ul li { position: relative; }

header .top_nav .nav .nav_link nav ul li a { font-size: 16px; display: block; padding: 10px; z-index: 1; }

header .top_nav .nav .nav_link nav ul li a:hover { color: var(--main-theme-color); }

header .top_nav .nav .nav_link nav ul li .active { color: var(--main-theme-color); }

header .top_nav .nav .nav_link nav ul li ul { position: absolute; top: 140%; left: 0; border: 1px solid rgba(0, 0, 0, 0.3); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; z-index: 99; }

header .top_nav .nav .nav_link nav ul li ul li a { width: auto; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; color: #000; background-color: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.2); width: auto; min-width: 150px; white-space: nowrap; }

header .top_nav .nav .nav_link nav ul li ul li a::after { content: ""; position: absolute; display: block; height: 100%; width: 0; top: 0; left: 0; z-index: -1; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

header .top_nav .nav .nav_link nav ul li ul li a:hover { color: #fff; background-color: var(--main-theme-color); }

header .top_nav .nav .nav_link nav ul li ul li a:hover::after { width: 100%; }

header .top_nav .nav .nav_link nav ul li ul ul { left: 100%; top: 100%; }

header .top_nav .nav .nav_link nav ul li:hover > ul { opacity: 1; visibility: visible; top: 100%; }

header .top_nav .nav .nav_link nav ul li:hover > ul ul { top: 0; }

header .top_nav .nav .nav_link .nav_search { position: relative; }

header .top_nav .nav .nav_link .nav_search > i { font-size: 18px; color: #666; cursor: pointer; }

header .top_nav .nav .nav_link .nav_search .nav_box { position: absolute; right: 0; top: 100%; -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); padding: 16px 20px; background-color: white; margin-top: 24px; display: none; z-index: 99; }

header .top_nav .nav .nav_link .nav_search .nav_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; }

header .top_nav .nav .nav_link .nav_search .nav_box form button { padding: 0 12px; background-color: var(--main-theme-color); color: #fff; border-radius: 0px 3px 3px 0px; outline: none !important; border: none !important; }

header .top_nav .nav .nav_lang { padding: 0 15px; }

header .top_nav .nav .nav_lang button { background: unset; border: none; font-size: 16px; }

header .top_nav .nav .nav_inquiry { background-color: var(--main-theme-color); color: #fff !important; border-radius: 10px; padding: 0 5px; }

header .top_nav .nav .nav_inquiry a { font-size: 16px; color: #fff; }

main .index_about { margin-top: -55px; position: relative; z-index: 99; }

main .index_about .about_left { -webkit-box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.09); box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.09); padding: 30px; }

main .index_about .about_left h4 { margin-bottom: 20px; font-size: 22px; }

main .index_about .about_left p { font-size: 16px; }

main .index_about .about_left a { margin-top: 40px; }

main .index_about .about_right { padding: 30px 20px; -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.18); box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.18); margin-top: 10px; }

main .index_about .about_right figure a { position: relative; }

main .index_about .about_right figure a::after { content: "\f01d"; position: absolute; font-family: "FontAwesome"; top: 50%; font-size: 40px; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: var(--main-theme-color); }

main .index_products .title p { margin: 0; }

main .index_products .products .products_nav { border-bottom: none; padding: 40px 0 20px; }

main .index_products .products .products_nav li a { border: 1px solid #000000; padding: 10px 30px; }

main .index_products .products .products_nav .active a { background-color: var(--main-theme-color); color: #fff; border-color: var(--main-theme-color); }

main .index_products .products .products_box { margin-top: 20px; -webkit-box-shadow: -2px 1px 5px 0px rgba(0, 0, 0, 0.19); box-shadow: -2px 1px 5px 0px rgba(0, 0, 0, 0.19); }

main .index_products .products .products_box .content { padding: 20px; }

main .index_products .products .products_box .content h4 { font-size: 16px; }

main .index_clients .owl-clients figure { border-radius: 10px; border: 1px solid #DCDCDC; margin: 5px 0px; padding: 10px 0; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

main .index_clients .owl-clients figure:hover { -webkit-transform: scale(1.02); -ms-transform: scale(1.02); transform: scale(1.02); }

main .index_adv { margin-bottom: 70px; background: #F5F5F5; }

main .index_adv .adv_wrap { height: 85%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 30px 0; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }

main .index_adv .adv_wrap .adv_content { font-size: 16px; padding: 30px 0; }

main .index_adv .adv_wrap ul { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

main .index_adv .adv_wrap ul li { background-image: url(https://v4-upload.goalsites.com/732/image_1630589608_icon.png); background-repeat: no-repeat; background-position: left center; padding-left: 30px; margin-bottom: 30px; background-size: auto 20px; background-position: 0 2px; width: 50%; }

main .index_adv .adv_img_wrap { padding-left: 70px; }

main .index_adv .adv_img { padding: 20px; background-color: #fff; -webkit-transform: translateY(70px); -ms-transform: translateY(70px); transform: translateY(70px); }

main .index_team .team_swiper { position: relative; height: 100%; margin-top: 40px; }

main .index_team .team_swiper .swiper-container { width: 100%; height: 300px; margin-left: auto; margin-right: auto; }

main .index_team .team_swiper .swiper-slide { background-size: cover; background-position: center; }

main .index_team .team_swiper .gallery-top { height: 550px; width: 100%; margin-bottom: 5px; }

main .index_team .team_swiper .gallery-thumbs { height: 135px; -webkit-box-sizing: border-box; box-sizing: border-box; }

main .index_team .team_swiper .gallery-thumbs .swiper-slide { width: 25%; height: 100%; }

main .index_team .team_swiper .gallery-thumbs .swiper-slide-thumb-active { opacity: 1; }

main .index_certificate .content-box { position: relative; padding: 80px 0; margin-top: 40px; overflow: hidden; }

main .index_certificate .content-box::before { content: ""; display: block; width: 40%; height: 100%; background-color: #222D35; position: absolute; left: 0; top: 0; }

main .index_certificate .content-box::after { content: ""; display: block; width: 60%; height: 100%; background-color: var(--main-theme-color); position: absolute; right: 0; top: 0; }

main .index_certificate .certificate_content { padding-left: 90px; }

main .index_certificate .custom-owl-nav { margin-top: 40px; }

main .index_certificate .custom-owl-nav .customBtn { width: 44px; height: 44px; border: 1px solid rgba(255, 255, 255, 0.15); cursor: pointer; margin-right: 10px; }

main .index_news .title p { font-size: 14px; }

main .index_news .news_left { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

main .index_news .news_left li { margin: 5px 5px 5px 0; width: 49%; }

main .index_news .news_left li figure { border: 1px solid #000000; }

main .index_process .title { margin-bottom: 40px; }

main .index_process .title h2 { position: relative; }

main .index_process .title h2::after { position: absolute; content: ''; width: 53px; height: 2px; background: #000000; left: 50%; top: 50px; -webkit-transform: translate(-50%); -ms-transform: translate(-50%); transform: translate(-50%); }

main .index_process .process_content { margin: 20px 0; }

main .index_process .process_content .text { padding: 20px 0; -webkit-box-shadow: -2px 1px 5px 0px rgba(0, 0, 0, 0.19); box-shadow: -2px 1px 5px 0px rgba(0, 0, 0, 0.19); background: #FFFFFF; }

main .index_form { background: #F5F5F5; }

main .index_form form .form-padding { padding: 0 5px; }

main .index_form form .control { height: 50px; }

main .index_form form .submit input { width: 100%; background-color: #fff; color: var(--main-theme-color); border: 1px solid #AAAAAA; }

footer { padding: 80px 0 0; color: #fff; background-color: #222D35; }

footer .footer_title { position: relative; margin-bottom: 25px; }

footer .footer_title::after { position: absolute; content: ''; left: 0; bottom: -5px; width: 64px; height: 2px; background: var(--main-theme-color); }

footer .footer_left p { padding: 30px 0; }

footer .footer_left ul li a { width: 30px; height: 30px; border-radius: 50%; background: #323C43; margin: 0 5px; }

footer .footer_left ul li a i { font-size: 20px; }

footer .link ul li { margin: 5px 0; }

footer .contact ul li { margin: 5px 0; }

footer form .form-padding { padding: 0 5px; }

footer form .control { height: 50px; background: #26313A; border-color: #26313A; color: #fff; }

footer form .submit input { width: 100%; color: #fff; border: 1px solid #AAAAAA; border-color: var(--main-theme-color); background-color: var(--main-theme-color); }

footer .form { padding: 40px 0 0; }

footer .copyright { border-top: 1px solid; padding: 20px 0; }

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

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

@media screen and (max-width: 1440px) { main .index_adv .adv_img_wrap .adv_img img { max-width: 100%; }
  main .index_adv .adv_wrap ul li:nth-child(even) { margin-left: auto; } }

@media screen and (max-width: 1200px) { header .top_nav .nav .nav_logo p { display: none; } }

@media screen and (max-width: 992px) { .main_padding { padding: 40px 0; }
  .main_paddingBottom { padding-bottom: 40px; }
  main .index_certificate .certificate_content { padding-left: 0; }
  main .index_certificate .certificate_content h3 { font-size: 20px; }
  header .top_nav { background: #fff; min-height: auto; }
  main .index_adv .adv_wrap ul li:nth-child(even) { margin-left: auto; }
  .more { margin-top: 30px; } }

@media screen and (max-width: 768px) { main .index_about { position: unset; margin-top: 30px; }
  header .top_nav .nav .nav_link nav ul li i { display: block; }
  header .top_nav .nav .nav_link nav ul li ul { position: unset; }
  .bars { display: block; }
  header .nav_link ul { position: absolute; z-index: 99; width: 100%; background: #fff; left: 0; text-align: center; top: 100%; display: none; }
  header .top_nav { position: relative; }
  main .index_team .team_swiper .gallery-top { height: 300px; }
  main .index_team .team_swiper .gallery-thumbs { height: 100px; }
  main .index_adv { margin-bottom: 0; }
  main .index_about .about_right { margin-top: 30px; }
  main .index_products .products .products_nav { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .main_flexUnset { display: unset; }
  main .index_adv .adv_img_wrap { padding-left: 0; }
  main .index_adv .adv_img { -webkit-transform: unset; -ms-transform: unset; transform: unset; }
  main .index_certificate .content-box::before { width: 100%; height: 45%; }
  main .index_certificate .content-box::after { bottom: 12px; width: 100%; height: 55%; top: auto; }
  .owl-certificate { margin-top: 60px; }
  main .index_certificate .content-box { padding: 40px 0; }
  footer { padding: 40px 0 0; }
  footer .form { padding: 20px 0; } }

@media screen and (max-width: 450px) { main .index_certificate .custom-owl-nav { margin-top: 0; }
  main .index_certificate .content-box::before { height: 50%; }
  main .index_certificate .content-box::after { bottom: -15px; }
  header .top_contact .contact { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: unset; -webkit-justify-content: unset; -ms-flex-pack: unset; justify-content: unset; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .contact_right { padding-left: 10px; }
  main .index_products .products .products_nav { padding: 20px 0; }
  .products_nav li { margin: 5px 0; }
  main .index_adv .adv_wrap { padding: 0; }
  main .index_certificate .content-box { margin-top: 20px; }
  main .index_news .news_left li { width: 47%; } }
/*# sourceMappingURL=demo.min.css.map */