@media (max-width: 992px) {
  html {
    font-size: 16px;
  }
  body {
    font-family: montserrat, sans-serif;
    color: #808285;
    padding-top: 60px;
  }
  body a {
    color: #808285;
    transition: all 0.3s;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
  body h1 {
    font-weight: bold;
    font-size: 2em;
  }
  body h2 {
    font-weight: bold;
    font-size: 1.6em;
  }
  body h3 {
    font-weight: bold;
    font-size: 1.4em;
  }
  body h4 {
    font-weight: bold;
    font-size: 1.2em;
  }
  .reverse-columns {
    flex-direction: column-reverse;
    display: flex;
  }
  .is-fullhd {
    max-width: 1920px !important;
  }
  .menu-desktop {
    display: none;
  }
  .header-sections {
    min-height: 30px;
    background-color: #FFFFFF;
    position: fixed;
    top: 0px;
    z-index: 100;
    width: 100%;
    padding-top: 20px;
  }
  .header-sections .column {
    padding-bottom: 0px;
  }
  .header-sections .header-section {
    padding-left: 50px;
    padding-right: 50px;
  }
  .header-sections .header-section .logo-section img {
    position: relative;
    top: 5px;
    width: 20px;
  }
  .header-sections .header-section .hamburger-section {
    display: inline-block;
    text-align: right;
  }
  .header-sections .header-section .hamburger-section .btn-hamburger {
    display: inline-block;
  }
  .header-sections .header-section .hamburger-section .btn-hamburger .bar1,
  .header-sections .header-section .hamburger-section .btn-hamburger .bar2,
  .header-sections .header-section .hamburger-section .btn-hamburger .bar3 {
    width: 25px;
    height: 3px;
    background-color: #808285;
    margin: 6px 0;
    transition: 0.4s;
    position: relative;
    right: 10px;
  }
  .header-sections .header-section .hamburger-section .btn-hamburger .bar3 {
    margin: 0px;
  }
  .header-sections .header-section .hamburger-section .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
  }
  .header-sections .header-section .hamburger-section .change .bar2 {
    opacity: 0;
  }
  .header-sections .header-section .hamburger-section .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }
  .header-sections .line-section {
    height: 2px;
    background-image: linear-gradient(90deg, #FFFFFF 0%, #EB8020 50%, #FFFFFF 100%);
  }
  .header-sections .menu-mobile-section {
    position: fixed;
    /* top: 0; */
    right: -100%; 
    width: 100%; 
    height: 100vh; 
    background-color: #FFFFFF;
    padding-left: 40px;
    padding-right: 40px;
    overflow-y: scroll;
    transition: transform 0.3s ease-in-out;
    transform: translateX(0);
  }

  .header-sections .menu-mobile-section.show-menu {
    transform: translateX(-100%);
  }

  .header-sections .menu-mobile-section > ul .search-section {
    position: relative;
  }
  .header-sections .menu-mobile-section > ul .search-section input {
    border: 0px;
    width: 100%;
    background-color: #f0f0f0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
  }
  .header-sections .menu-mobile-section > ul .search-section input:focus {
    outline: none;
  }
  .header-sections .menu-mobile-section > ul .search-section img {
    width: 20px;
    position: absolute;
    right: 14px;
    top: 0px;
  }
  .header-sections .menu-mobile-section > ul > li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cecfd0;
  }
  .header-sections .menu-mobile-section > ul > li a {
    display: block;
    font-weight: bold;
  }
  .header-sections .menu-mobile-section > ul > li a:focus {
    color: #EB8020;
  }
  .header-sections .menu-mobile-section > ul > li .active {
    color: #EB8020;
  }
  .header-sections .menu-mobile-section > ul > li a i {
    position: relative;
    top: 5px;
    float: right;
  }
  .header-sections .menu-mobile-section > ul > li ul {
    display: none;
    padding-left: 20px;
  }
  .header-sections .menu-mobile-section .sub-product-menu-liugong-ul{
    padding-left: 0;
  }
  .header-sections .menu-mobile-section .sub-product-menu-zoomlion-ul{
    padding-left: 0;
  }
  .header-sections .menu-mobile-section > ul > li ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e9;
  }
  .header-sections .menu-mobile-section > ul > li ul li a {
    display: block;
    font-weight: normal;
  }
  .header-sections .menu-mobile-section > ul .lang-section a {
    display: block;
  }
  .header-sections .menu-mobile-section > ul .lang-section ul {
    display: none;
    padding-left: 20px;
  }
  .header-sections .menu-mobile-section > ul .lang-section ul li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-sections .menu-mobile-section > ul .lang-section ul li img {
    width: 20px;
  }
  #content-section .banner-section {
    height: 200px;
    width: 100%;
  }
  #content-section .main-page .slide-section {
    min-height: 250px;
    width: 100%;
  }
  #content-section .main-page .product-section .product-title {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
  }
  #content-section .main-page .product-section .product-items {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  #content-section .main-page .product-section .product-brand-image{
    display: flex;
    margin-bottom: 1rem;
    gap: 1rem;
  }
  #content-section .main-page .product-section .product-items a{
    color: #000;
  }
  #content-section .main-page .product-section .product-items a:hover{
    color: #EB8020 !important;
  }
  #content-section .main-page .product-section .product-brand-image img{
    width: 48% !important;
  }
  #content-section .main-page .product-section .product-items .product-item .brand-image{
    display: flex;
    justify-content: center;
  }
  #content-section .main-page .product-section .product-items .product-item .brand-image img {
    width: 100% !important;
  }
  #content-section .main-page .product-section .product-items .product-item {
    position: relative;
    margin: auto;
    height: 230px;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
  }
  #content-section .main-page .product-section .product-items .product-item .product-image {
    height: 130px;
    width: 100%;
    /* overflow: hidden; */
    display: inline-block;
    text-align: center;
  }
  #content-section .main-page .product-section .product-items .product-item .product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s;
  }
  #content-section .main-page .product-section .product-items .product-item .product-image img:hover {
    transform: scale(1.1);
  }
  #content-section .main-page .product-section .product-items .product-item .product-name {
    text-align: center;
  }
  #content-section .main-page .product-section .product-other {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #content-section .main-page .product-section .product-other a {
    background-color: #808285;
    color: #FFFFFF;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #content-section .main-page .product-section .product-other a:hover {
    background-color: #EB8020;
  }
  #content-section .main-page .why-section .why-title {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
  }
  #content-section .main-page .why-section .why-items {
    padding-bottom: 80px;
  }
  #content-section .main-page .why-section .why-items .why-item {
    padding: 20px;
    margin: 0px;
    margin-left: 40px;
    margin-right: 40px;
    height: 120px;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    margin-bottom: 25px !important;
  }
  #content-section .main-page .why-section .why-items .why-item .why-icon {
    display: inline-block;
    text-align: center;
  }
  #content-section .main-page .why-section .why-items .why-item .why-icon img {
    height: 60px;
  }
  #content-section .main-page .why-section .why-items .why-item .why-desc {
    font-size: 0.8em;
  }
  #content-section .main-page .why-section .why-items .why-item .why-desc .why-name {
    font-size: 1.2em;
  }
  #content-section .main-page .why-section .why-items .why-item h4 {
    font-weight: bold;
    font-size: 1em;
  }
  #content-section .product-page {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
  }
  #content-section .product-page .product-title {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  #content-section .product-page .product-category-scroll {
    border-top: 1px solid #808285;
    border-bottom: 1px solid #808285;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow-x: scroll;
    font-weight: bold;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  #content-section .product-page .product-category-scroll::-webkit-scrollbar {
    display: none;
  }
  #content-section .product-page .product-category-scroll .title-prod {
    flex: none;
    flex-grow: 1;
  }
  #content-section .product-page .product-category-scroll .dot {
    height: 6px;
    width: 6px;
    background-color: #EC8324;
    border-radius: 50%;
    display: inline-block;
    margin-left: 20px;
  }
  #content-section .product-page .product-category-scroll .dot:nth-last-child(even) {
    background-color: red;
  }
  #content-section .product-page .product-category-scroll a {
    /* white-space: nowrap; */
    /* width: 150px; */
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #AFB0B2;
    
  }
  #content-section .product-page .product-category-scroll a:hover {
    color: #EB8020;
  }
  #content-section .product-page .brand-prod {
    width: 100%;
    /* height: 40px; */
    line-height: 40px;
    overflow-x: scroll;
    font-weight: bold;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    margin-top: 0.1rem;
  }
  #content-section .product-page .brand-prod::-webkit-scrollbar {
    display: none;
  }
  #content-section .product-page .brand-prod a {
    white-space: nowrap;
    width: 120px;
    display: block;
  }
  #content-section .product-page .brand-prod a:hover {
    color: #EB8020;
  }
  #content-section .product-page .brand-prod .prod-brand-cover {
    padding: 0rem 0.5rem;
    display: flex;
    align-items: center;
    height: 50px;
  }

  #content-section .product-page .brand-prod .prod-brand-cover .zoomlion{
    padding: 0.2rem 1rem 0rem 1rem;
  }
  #content-section .product-page .brand-prod .active-brand-all .card {
    background-color: #EC8324;  
  }
  #content-section .product-page .brand-prod .active-brand-liugong .card {
    background-color: #EC8324;  
  }
  #content-section .product-page .brand-prod .active-brand-liugong .card .logo-product{
    filter: brightness(0) invert(1);
  }
  #content-section .product-page .brand-prod .active-brand-zoomlion .card {
    background-color: #EC8324;  
  }
  #content-section .product-page .brand-prod .active-brand-zoomlion .card .logo-product{
    filter: brightness(0) invert(1);
  }
  #content-section .product-page .product-section .product-search {
    padding-bottom: 10px;
    position: relative;
  }
  #content-section .product-page .product-section .product-search input {
    /* background-color: #EB8020; */
    /* color: #FFFFFF; */
    width: 100%;
    /* border: none; */
    border: 1px solid #F0F0F0;
    outline: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 3px;
  }
  #content-section .product-page .product-section .product-search img {
    position: absolute;
    right: 10px;
    font-size: 20px;
    width: 20px;
    top: 7px;
    color: red;
  }
  #content-section .product-page .product-section .product-category-items {
    margin-bottom: 40px;
    padding: 0px;
    padding-top: 20px;
  }
  #content-section .product-page .product-section .product-category-items .category-name {
    font-weight: bold;
    text-decoration: underline;
  }
  #content-section .product-page .product-section .product-category-items .line-section {
    height: 1px;
    background-color: #808285;
  }
  #content-section .product-page .product-section .product-category-items .product-category-item {
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    position: relative;
    padding-top: 30px;
    margin: 10px;
    overflow: hidden;
  }
  #content-section .product-page .product-section .product-category-items .product-category-item .product-code {
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
  }
  #content-section .product-page .product-section .product-category-items .product-category-item .product-image {
    height: 150px;
    overflow: hidden;
  }
  #content-section .product-page .product-section .product-category-items .product-category-item .product-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: all 0.2s;
  }
  #content-section .product-page .product-section .product-category-items .product-category-item .product-image img:hover {
    transform: scale(1.2);
  }
  #content-section .product-page .product-section .product-items {
    padding: 0px;
    padding-top: 20px;
  }
  #content-section .product-page .product-section .product-items .category-name {
    font-weight: bold;
    /* text-decoration: underline; */
    margin-bottom: 13px;
  }
  #content-section .product-page .product-section .product-items .line-section {
    height: 1px;
    background-color: #808285;
  }
  #content-section .product-page .product-section .product-items .line-section-prod {
    height: 1px;
    background-color: #EC8324;
  }
  #content-section .product-page .product-section .product-items .product-item {
    position: relative;
    padding-top: 30px;
    margin: 10px;
    overflow: hidden;
  }
  #content-section .product-page .product-section .product-items .product-item .product-code {
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
  }
  #content-section .product-page .product-section .product-items .product-item .product-image {
    height: 200px;
    overflow: hidden;
  }
  #content-section .product-page .product-section .product-items .product-item .product-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: all 0.2s;
  }
  #content-section .product-page .product-section .product-items .product-item .product-image img:hover {
    transform: scale(1.2);
  }
  #content-section .product-page .product-section .product-items .product-item .product-image .product-other {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 5px;
    bottom: -40px;
    transition: all 0.3s;
  }
  #content-section .product-page .product-section .product-items .product-item .product-image .product-other a {
    display: block;
    font-size: 0.7em;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
    background-color: #808285;
    color: #FFFFFF;
  }
  #content-section .product-page .product-section .product-items .product-item .product-image .product-other a:hover {
    background-color: #EB8020;
  }
  #content-section .product-page .product-section .product-items .product-item .product-image:hover .product-other {
    transform: all 0.3s;
    opacity: 1;
    bottom: 0px;
  }
  #content-section .product-page .product-section .back-button {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  #content-section .product-page .product-section .back-button a {
    display: block;
    padding: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
    background-color: #808285;
    color: #FFFFFF;
    font-weight: bold;
  }
  #content-section .product-page .product-section .back-button a:hover {
    background-color: #EB8020;
  }
  #content-section .product-detail-page {
    padding-left: 30px;
    padding-right: 30px;
  }
  #content-section .product-detail-page .product-section {
    margin-top: 10px;
  }
  #content-section .product-detail-page .product-section .product-name {
    font-size: 1.6em;
  }
  #content-section .product-detail-page .product-section .product-desc {
    min-height: 200px;
    padding-bottom: 30px;
  }
  #content-section .product-detail-page .product-section #tabs-with-content .tabs ul {
    border-bottom: 0px;
    border-top: 1px solid #cecfd0;
  }
  #content-section .product-detail-page .product-section #tabs-with-content .tabs ul a {
    width: 120px;
    border-bottom: 0px !important;
    color: #808285 !important;
  }
  #content-section .product-detail-page .product-section #tabs-with-content .tabs ul .is-active {
    border-bottom: 0px;
    border-top: #EB8020 3px solid;
  }
  #content-section .product-detail-page .product-section #tabs-with-content .tabs ul .is-active a {
    color: #4e4f51 !important;
    font-weight: bold;
  }
  #content-section .product-detail-page .product-section #tabs-with-content .tab-content {
    padding: 1rem;
    display: none;
  }
  #content-section .product-detail-page .product-section #tabs-with-content .is-active {
    display: block;
  }
  #content-section .product-detail-page .product-section #tabs-with-content .tabs:not(:last-child) {
    margin-bottom: 0;
  }
  #content-section .product-detail-page .product-section .product-catalog {
    text-align: center;
    margin-bottom: 10px;
  }
  #content-section .product-detail-page .product-section .product-catalog a {
    background-color: #808285;
    color: #FFFFFF;
    width: 100%;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 0.9em;
    font-weight: bold;
  }
  #content-section .product-detail-page .product-section .product-catalog a:hover {
    background-color: #EB8020;
  }
  #content-section .product-detail-page .product-section .product-order {
    text-align: center;
  }
  #content-section .product-detail-page .product-section .product-order a {
    background-color: #F4B01B;
    color: #FFFFFF;
    width: 100%;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 0.9em;
    font-weight: bold;
  }
  #content-section .product-detail-page .product-section .product-order a:hover {
    background-color: #EB8020;
  }
  #content-section .product-detail-page .product-section .product-image {
    height: 350px;
    overflow: hidden;
  }
  #content-section .product-detail-page .product-other {
    padding-top: 10px;
    padding-bottom: 40px;
    width: 100%;
    text-align: center;
  }
  #content-section .product-detail-page .product-other a {
    background-color: #808285;
    display: block;
    color: #FFFFFF;
    padding: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 0.9em;
    font-weight: bold;
  }
  #content-section .product-detail-page .product-other a:hover {
    background-color: #EB8020;
  }
  #content-section .support-page .service-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  #content-section .support-page .service-section .service-title {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 1.2em;
  }
  #content-section .support-page .service-section .service-items .service-item {
    min-height: 90px;
    padding: 10px;
  }
  #content-section .support-page .service-section .service-items .service-item .service-name {
    font-weight: bold;
    font-size: 0.9em;
    text-align: left;
    margin-bottom: -20px;
  }
  #content-section .support-page .service-section .service-items .service-item .service-name img {
    width: 50px;
    position: relative;
    bottom: 15px;
  }
  #content-section .support-page .service-section .service-items .service-item .service-desc {
    font-size: 0.8em;
    text-align: justify;
  }
  #content-section .support-page .line-section {
    margin-top: 50px;
    margin-bottom: 50px;
    height: 1px;
    background-color: #b4b5b7;
    width: 100%;
  }
  #content-section .support-page .part-section .part-title {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 20px;
  }
  #content-section .support-page .part-section .part-items {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  #content-section .support-page .part-section .part-items .part-item {
    height: 250px;
    padding: 20px;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
  }
  #content-section .support-page .part-section .part-items .part-item .part-name {
    font-weight: bold;
    font-size: 1em;
    text-align: center;
  }
  #content-section .support-page .part-section .part-items .part-item .part-image {
    height: 80px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  #content-section .support-page .part-section .part-items .part-item .part-desc {
    font-size: 0.7em;
  }
  #content-section .support-page .support-section {
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }
  #content-section .support-page .support-section .support-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.2em;
  }
  #content-section .support-page .support-section .warranty-section {
    margin-bottom: 30px;
  }
  #content-section .support-page .support-section .warranty-section .warranty-title {
    font-weight: bold;
  }
  #content-section .support-page .support-section .warranty-section .warranty-title img {
    width: 60px !important;
    position: relative;
  }
  #content-section .support-page .support-section .warranty-section .warranty-content {
    text-align: justify;
  }
  #content-section .support-page .support-section .warranty-section .warranty-content ul {
    list-style-type: disc;
    padding-left: 20px;
  }
  #content-section .support-page .support-section .call-section .call-title {
    font-weight: bold;
  }
  #content-section .support-page .support-section .call-section .call-title img {
    width: 60px;
    position: relative;
  }
  #content-section .support-page .support-section .call-section .call-content {
    text-align: justify;
  }
  #content-section .support-page .support-section .call-section .call-content span {
    color: #808285 !important;
  }
  #content-section .support-page .support-other {
    padding-bottom: 30px;
    padding-left: 120px;
    padding-right: 120px;
    text-align: center;
  }
  #content-section .support-page .support-other a {
    background-color: #808285;
    color: #FFFFFF;
    padding: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #content-section .support-page .support-other a:hover {
    background-color: #EB8020;
  }
  #content-section .about-page .line-section {
    margin-top: 50px;
    margin-bottom: 50px;
    height: 1px;
    background-color: #b4b5b7;
    width: 100%;
  }
  #content-section .about-page .history-section {
    padding-left: 50px;
    padding-right: 50px;
  }
  #content-section .about-page .history-section .history-title {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #content-section .about-page .history-section .history-content {
    text-align: justify;
  }
  #content-section .about-page .goal-section {
    padding-left: 50px;
    padding-right: 50px;
  }
  #content-section .about-page .goal-section .goal-items {
    padding-top: 30px;
  }
  #content-section .about-page .goal-section .goal-items .goal-item {
    min-height: 200px;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    padding: 25px;
    margin: 20px;
    height: 100%;
  }
  #content-section .about-page .goal-section .goal-items .goal-item .goal-name {
    position: relative;
    height: 50px;
    font-weight: bold;
    font-size: 1.4em;
  }
  #content-section .about-page .goal-section .goal-items .goal-item .goal-name img {
    position: relative;
    top: -70px;
    width: 150px;
    float: right;
  }
  #content-section .about-page .goal-section .goal-items .goal-item .goal-desc {
    font-size: 0.8em;
    text-align: justify;
  }
  #content-section .about-page .core-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  #content-section .about-page .core-section .core-title {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 50px;
  }
  #content-section .about-page .core-section .core-items .core-item {
    min-height: 200px;
    position: relative;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    height: 100%;
  }
  #content-section .about-page .core-section .core-items .core-item .core-image {
    position: absolute;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  #content-section .about-page .core-section .core-items .core-item .core-image img {
    width: 60px;
    position: relative;
    top: -50px;
    right: 20px;
    background-color: #FFFFFF;
    padding: 10px;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    border-radius: 70px;
  }
  #content-section .about-page .core-section .core-items .core-item .core-name {
    margin-top: 40px;
    position: relative;
    height: 30px;
    text-align: center;
    font-weight: bold;
    top: -20px;
  }
  #content-section .about-page .core-section .core-items .core-item .core-desc {
    font-size: 0.72em;
    text-align: center;
  }
  #content-section .about-page .attr-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  #content-section .about-page .attr-section .attr-title {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 30px;
  }
  #content-section .about-page .attr-section .attr-items .attr-item {
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    min-height: 260px;
  }
  #content-section .about-page .attr-section .attr-items .attr-item .attr-image {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  #content-section .about-page .attr-section .attr-items .attr-item .attr-image img {
    width: 80px;
  }
  #content-section .about-page .attr-section .attr-items .attr-item .attr-name {
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
  }
  #content-section .about-page .attr-section .attr-items .attr-item .attr-desc {
    font-size: 0.8em;
    text-align: justify;
  }
  #content-section .about-page .about-other {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  #content-section .about-page .about-other a {
    background-color: #808285;
    color: #FFFFFF;
    padding: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 0.9em;
  }
  #content-section .about-page .about-other a:hover {
    background-color: #EB8020;
  }
  #content-section .liugong-page {
    padding-left: 30px;
    padding-right: 30px;
  }
  #content-section .liugong-page .liugong1-section {
    margin-bottom: 40px;
  }
  #content-section .liugong-page .liugong1-section .liugong1-title {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
  }
  #content-section .liugong-page .liugong1-section .liugong1-image {
    height: 200px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
  }
  #content-section .liugong-page .liugong1-section .liugong1-desc {
    margin-top: 30px;
    text-align: justify;
  }
  #content-section .liugong-page .liugong2-section {
    margin-bottom: 40px;
  }
  #content-section .liugong-page .liugong2-section .liugong2-items .liugong2-item {
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    min-height: 80px;
    padding: 5px;
    padding-top: 10px;
    text-align: center;
    height: 100%;
  }
  #content-section .liugong-page .liugong2-section .liugong2-items .liugong2-item .liugong2-name {
    padding-top: 5px;
    font-weight: bold;
    color: #EB8020;
  }
  #content-section .liugong-page .liugong2-section .liugong2-items .liugong2-item .liugong2-subname {
    font-weight: bold;
    font-size: 0.8em;
  }
  #content-section .liugong-page .liugong3-section .liugong3-title {
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 30px;
  }
  #content-section .liugong-page .liugong3-section .liugong3-image {
    height: 200px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
  }
  #content-section .liugong-page .liugong3-section .liugong3-desc {
    padding-top: 30px;
    text-align: justify;
    padding-bottom: 30px;
  }
  #content-section .liugong-page .liugong-other {
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
  }
  #content-section .liugong-page .liugong-other a {
    color: #FFFFFF;
    background-color: #808285;
    padding: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #content-section .liugong-page .liugong-other a:hover {
    background-color: #EB8020;
  }
  #content-section .gallery-page {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  #content-section .gallery-page .gallery-title {
    padding-top: 40px;
    text-align: center;
    padding-bottom: 40px;
  }
  #content-section .gallery-page .line-section {
    height: 1px;
    background-color: #808285;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  #content-section .gallery-page .media-section {
    padding-bottom: 50px;
  }
  #content-section .gallery-page .media-section .media-items {
    padding-left: 0px;
    padding-right: 0px;
  }
  #content-section .gallery-page .media-section .media-items .media-item {
    position: relative;
  }
  #content-section .gallery-page .media-section .media-items .media-item i {
    position: absolute;
    top: 45%;
    left: 45%;
    color: #FFFFFF;
    transition: all 0.3s;
    font-size: 40px;
  }
  #content-section .gallery-page .media-section .media-items .media-item:hover i {
    color: red;
  }
  #content-section .gallery-page .document-section {
    padding-bottom: 50px;
  }
  #content-section .gallery-page .document-section .document-items .document-item {
    text-align: center;
  }
  #content-section .gallery-page .document-section .document-items .document-item .document-name {
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
  }
  #content-section .article-page {
    padding-left: 30px;
    padding-right: 30px;
  }
  #content-section .article-page .article-title {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  #content-section .article-page .article-search {
    padding-bottom: 30px;
    position: relative;
  }
  #content-section .article-page .article-search input {
    background-color: #EB8020;
    color: #FFFFFF;
    width: 100%;
    border: none;
    outline: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 3px;
  }
  #content-section .article-page .article-search img {
    position: absolute;
    width: 20px;
    right: 10px;
    font-size: 20px;
    top: 7px;
    color: #FFFFFF;
  }
  #content-section .article-page .article-items .article-item {
    padding-bottom: 30px;
  }
  #content-section .article-page .article-items .article-item .article-image .image {
    width: 100%;
    height: 200px;
    border-radius: 15px;
  }
  #content-section .article-page .article-items .article-item .article-desc .article-name {
    font-size: 1.2em;
  }
  #content-section .article-page .article-items .article-item .article-desc .article-subname {
    text-align: justify;
    padding-bottom: 20px;
  }
  #content-section .article-page .article-items .article-item .article-desc .article-other {
    font-weight: bold;
  }
  #content-section .article-page .article-items .article-item .article-desc .article-other a:hover {
    color: #EB8020;
    text-decoration: underline;
  }
  #content-section .article-page .button-more {
    padding-bottom: 50px;
    text-align: center;
  }
  #content-section .article-page .button-more a {
    background-color: #808285;
    padding: 15px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    font-size: 0.9em;
  }
  #content-section .article-page .button-more a:hover {
    background-color: #EB8020;
  }
  #content-section .article-detail-page {
    padding-left: 30px;
    padding-right: 30px;
  }
  #content-section .article-detail-page .article-panel {
    position: relative;
    max-width: 1000px;
    margin: auto;
  }
  #content-section .article-detail-page .article-panel .article-title {
    padding-top: 20px;
    margin-bottom: 10px;
    font-size: 0.7em;
  }
  #content-section .article-detail-page .article-panel .article-date {
    padding-bottom: 10px;
  }
  #content-section .article-detail-page .article-panel .article-image {
    height: 250px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  #content-section .article-detail-page .article-panel .article-content {
    margin-bottom: 50px;
    text-align: justify;
  }
  #content-section .article-detail-page .article-panel .article-share {
    padding-bottom: 40px;
  }
  #content-section .article-detail-page .article-panel .article-share .article-social img {
    position: relative;
    top: 10px;
    width: 30px;
  }
  #content-section .article-detail-page .article-panel .article-share .article-social img:hover {
    filter: invert(49%) sepia(70%) saturate(524%) hue-rotate(347deg) brightness(99%) contrast(103%);
  }
  #content-section .article-detail-page .article-panel .article-back {
    text-align: center;
    margin-bottom: 50px;
  }
  #content-section .article-detail-page .article-panel .article-back a {
    background-color: #808285;
    color: white;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.9em;
    font-weight: bold;
  }
  #content-section .article-detail-page .article-panel .article-back a:hover {
    background-color: #EB8020;
  }
  #content-section .contact-page {
    padding-left: 30px;
    padding-right: 30px;
  }
  #content-section .contact-page .contact-title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #content-section .contact-page .contact-title h1 {
    font-size: 1.5em;
  }
  #content-section .contact-page .line-section {
    height: 1px;
    background-color: #EB8020;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #content-section .contact-page .form-section {
    margin: 0 auto;
    padding-bottom: 20px;
  }
  #content-section .contact-page .form-section .form-panel {
    position: relative;
    margin: auto;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 10px 10px 30px 10px;
  }
  #content-section .contact-page .form-section .location-panel{
    margin: 30px 0;
  }
  #content-section .contact-page .form-section .location-panel .address-section-scrool ul {
    list-style: disc !important;
    margin-left: 20px; 
  }
  #content-section .contact-page .form-section .location-panel .address-section-scrool ul li::marker {
    font-size: 10px;
    color: #808285; 
  }
  #content-section .contact-page .form-section .location-panel .address-section-scrool p {
    margin-left: 20px; 
  }
  #content-section .contact-page .form-section .form-panel .form-label {
    font-size: 0.9em;
  }
  #content-section .contact-page .form-section .form-panel .form-input input {
    padding: 10px;
    padding-left: 0px;
    border: solid #808285 0px;
    border-bottom: solid #808285 2px;
    width: 100%;
    color: #808285;
  }
  #content-section .contact-page .form-section .form-panel .form-input input:hover {
    border-bottom: solid #EB8020 2px;
  }
  #content-section .contact-page .form-section .form-panel .form-input input:focus {
    outline: none;
    border-bottom: solid #EB8020 2px;
  }
  #content-section .contact-page .form-section .form-panel .form-input select {
    padding: 10px;
    padding-left: 0px;
    background-color: #FFFFFF;
    border: solid #808285 0px;
    border-bottom: solid #808285 2px;
    width: 100%;
    color: #808285;
  }
  #content-section .contact-page .form-section .form-panel .form-input select:hover {
    border-bottom: solid #EB8020 2px;
  }
  #content-section .contact-page .form-section .form-panel .form-input select:focus {
    outline: none;
    border-bottom: solid #EB8020 2px;
  }
  #content-section .contact-page .form-section .form-panel .form-input textarea {
    padding: 10px;
    padding-left: 0px;
    border: solid #808285 0px;
    border-bottom: solid #808285 2px;
    width: 100%;
    color: #808285;
  }
  #content-section .contact-page .form-section .form-panel .form-input textarea:hover {
    border-bottom: solid #EB8020 2px;
  }
  #content-section .contact-page .form-section .form-panel .form-input textarea:focus {
    outline: none;
    border-bottom: solid #EB8020 2px;
  }
  #content-section .contact-page .form-section .form-panel .form-submit a {
    background-color: #808285;
    color: #FFFFFF;
    padding: 10px 5px 10px 20px;
    border-radius: 0px !important;
  }
  #content-section .contact-page .form-section .form-panel .form-submit a:hover {
    background-color: #EB8020;
  }
  #content-section .contact-page .map-section .map-title {
    /* text-align: center; */
    margin-bottom: 30px;
    font-size: 0.7em;
  }
  #content-section .contact-page .map-section .map-items {
    /* padding-left: 10px; */
    padding-right: 10px;
    margin-bottom: 30px;
  }
  #content-section .contact-page .map-section .map-items .map-item {
    text-align: left;
  }
  #content-section .contact-page .map-section .map-items .map-item .item-name {
    font-weight: bold;
  }
  #content-section .contact-page .map-section .map-items .map-item .item-desc {
    font-size: 0.9em;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  #content-section .contact-page .map-section .map-content {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 50px;
  }
  #content-section .search-page {
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #content-section .search-page .search-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #content-section .search-page .search-description {
    font-weight: bold;
    margin-bottom: 50px;
  }
  #content-section .search-page .search-items .search-item .item-title {
    font-weight: bold;
    font-size: 1.4em;
  }
  #content-section .search-page .search-items .search-item .item-desc {
    font-size: 0.9em;
    text-align: justify;
  }
  .footer-section {
    min-height: 110px;
    background-color: #E6E7E8;
    color: #67696b;
    font-size: 0.8em;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }
  .footer-section h4 {
    font-weight: bold;
    font-size: 1.2em;
  }
  .footer-section .company-section {
    max-width: 400px;
    margin-right: 100px !important;
    margin-bottom: 30px !important;
  }
  .footer-section .contact-section {
    margin-bottom: 30px !important;
  }
  .footer-section .contact-section .icon-social {
    padding-right: 20px;
  }
  .footer-section .contact-section .icon-social img {
    width: 40px;
  }
  .footer-section .contact-section .icon-social:hover img {
    filter: invert(49%) sepia(70%) saturate(524%) hue-rotate(347deg) brightness(99%) contrast(103%);
  }
  .footer-section .newsletter-section {
    margin-bottom: 40px !important;
  }
  .footer-section .newsletter-section .input-newsletter {
    border: 0px solid white;
    height: 24px;
    background-color: transparent;
    border-bottom: 2px solid #808285;
  }
  .footer-section .newsletter-section .input-newsletter:hover {
    border: 0px solid white;
    background-color: transparent;
    border-bottom: 2px solid #F4B01B;
  }
  .footer-section .newsletter-section .input-newsletter:focus {
    border: 0px solid white;
    background-color: transparent;
    border-bottom: 2px solid #F4B01B;
    outline: none;
  }
  .footer-section .newsletter-section .btn-newsletter {
    background-color: #F4B01B;
    color: #4e4f51;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
  }
  .footer-section .footer-sub {
    position: absolute;
    width: 100%;
    background-color: #808285;
    bottom: 0px;
    left: 0px;
    font-size: 0.8em;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFFFFF;
  }
  .btn-spinner {
    color: #fff;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
  }
  div.ng-dirty.ng-invalid,
  div.ng-touched.ng-invalid,
  input.ng-dirty.ng-invalid,
  input.ng-touched.ng-invalid,
  select.ng-dirty.ng-invalid,
  select.ng-touched.ng-invalid,
  textarea.ng-dirty.ng-invalid,
  textarea.ng-touched.ng-invalid {
    border-color: #d60000;
    background-color: #fde7e7 !important;
    border-width: 1px;
  }
}
