@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
  body {
    font-family: montserrat, sans-serif;
    color: #808285;
    padding-top: 70px;
  }
  body a {
    color: #808285;
    transition: all 0.3s;
    border-radius: 3px;
  }
  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;
  }
  .is-fullhd {
    max-width: 1920px !important;
  }
  .menu-mobile {
    display: none;
  }
  .header-sections {
    min-height: 50px;
    background-color: #FFFFFF;
    position: fixed;
    top: 0px;
    z-index: 100;
    width: 100%;
  }
  .header-sections .header-section {
    padding-top: 30px;
    font-size: 0.9em;
    margin-bottom: 0px;
  }
  .header-sections .header-section .column {
    padding-bottom: 0px !important;
  }
  .header-sections .header-section .logo-section {
    position: relative;
    padding-right: 50px;
  }
  .header-sections .header-section .logo-section span {
    float: right;
    position: relative;
  }
  .header-sections .header-section .logo-section span img {
    position: relative;
    top: -8px;
  }
  .header-sections .header-section .menu-sections .menu-section > ul {
    float: right;
  }
  .header-sections .header-section .menu-sections .menu-section > ul li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .header-sections .header-section .menu-sections .menu-section > ul li a {
    position: relative;
    color: #808285;
    font-weight: normal;
    font-size: 0.9em;
    transition: all 0.2s;
  }
  .header-sections .header-section .menu-sections .menu-section > ul li a:hover {
    color: #EB8020;
    font-weight: bold;
  }
  .header-sections .header-section .menu-sections .menu-section > ul li a::before {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .header-sections .header-section .menu-sections .menu-section > ul li:hover .category-menu {
    display: block;
    max-height: 330px;
    overflow: auto;
  }
  .header-sections .header-section .menu-sections .menu-section > ul li:hover .category-menu .category-panel {
    max-height: 330px;
  }
  .header-sections .header-section .menu-sections .menu-section > ul li .active {
    color: #EB8020;
    font-weight: bold;
  }
  .header-sections .header-section .menu-sections .menu-section > ul li > .category-menu {
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    -ms-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
    position: absolute;
    max-height: 0px;
    overflow: hidden;
    top: 50px;
    left: 0px;
    width: 100%;
  }
  .header-sections .header-section .menu-sections .menu-section > ul li > .category-menu::-webkit-scrollbar {
    width: 0px;
  }
  .header-sections .header-section .menu-sections .menu-section > ul li > .category-menu .category-panel {
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    -ms-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
    margin-top: 20px;
    width: 100%;
    position: relative;
    background: #e8e8e9;
    border-top: 2px solid linear-gradient(90deg, #FFFFFF 0%, #EB8020 50%, #FFFFFF 100%);
    max-height: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 100px;
  }
  .header-sections .header-section .menu-sections .menu-section > ul li > .category-menu .category-panel img {
    width: 40px;
  }
  .header-sections .header-section .menu-sections .menu-section > ul li > .category-menu .category-panel .line-section {
    height: 100%;
    background-image: linear-gradient(90deg, #FFFFFF 0%, #EB8020 50%, #FFFFFF 100%);
    width: 2px;
    margin-left: 20px;
  }
  .header-sections .header-section .menu-sections .menu-section > ul li > .category-menu .category-panel a {
    display: block;
    width: 220px;
    padding-left: 10px;
    font-weight: bold;
  }
  .header-sections .header-section .menu-sections .menu-section > ul li > .category-menu .category-panel .zoomlion-a {
    display: flex;
    width: 160px !important;
    padding-left: 10px;
    font-weight: bold;
    align-items: center;
  }
  .header-sections .header-section .menu-sections .menu-section > ul li > .category-menu .category-panel .zoomlion-a .category-name {
    bottom: 0px;
  }
  
  .header-sections .header-section .menu-sections .menu-section > ul li > .category-menu .category-panel a .category-image img {
    width: 25px;
  }
  .header-sections .header-section .menu-sections .menu-section > ul li > .category-menu .category-panel a .category-name {
    position: relative;
    bottom: 7px;
    left: 10px;
    font-weight: 10;
    font-size: 10px;
  }
  .header-sections .header-section .menu-sections .menu-section > ul li > .category-menu .category-panel .contain {
    row-gap: 20px;
  }
  /* .header-sections .header-section .menu-sections .menu-section > ul li > .category-menu .category-panel .columns{
    overflow: hidden;
    height: 12em;
  } */
  .header-sections .header-section .menu-sections .menu-section > ul li > .category-menu .category-panel a:hover img {
    filter: invert(49%) sepia(70%) saturate(524%) hue-rotate(347deg) brightness(99%) contrast(103%);
  }
  .header-sections .header-section .menu-sections .menu-section > ul li > .category-menu .category-panel:after {
    bottom: 100%;
    right: 800px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .header-sections .header-section .menu-sections .menu-section > ul li > .category-menu .category-panel:before {
    bottom: 100%;
    right: 798px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .header-sections .header-section .menu-sections .menu-section > ul li > .category-menu .category-panel:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #e8e8e9;
    border-width: 10px;
    margin-left: -10px;
  }
  .header-sections .header-section .menu-sections .menu-section > ul li > .category-menu .category-panel:before {
    border-color: rgba(194, 225, 245, 0);
    /*border-bottom-color: #EB8020;*/
    border-bottom-color: #5219bd;
    border-width: 12px;
    margin-left: -12px;
  }
  
  .header-sections .header-section .lang-section {
    position: relative;
    width: 50px;
  }
  .header-sections .header-section .lang-section a {
    float: left;
  }
  .header-sections .header-section .lang-section:hover .lang-menu {
    display: block;
  }
  .header-sections .header-section .lang-section > .lang-menu {
    display: none;
    position: absolute;
    top: 10px;
    right: 0px;
    width: 60px;
    min-height: 100px;
  }
  .header-sections .header-section .lang-section > .lang-menu .lang-panel {
    margin-top: 70px;
    right: 100px;
    position: relative;
    background: #FFFFFF;
    min-height: 85px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 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: 5px;
  }
  .header-sections .header-section .lang-section > .lang-menu .lang-panel:hover {
    display: block; 
  }
  .header-sections .header-section .lang-section > .lang-menu .lang-panel > ul {
    text-align: left;
    margin-left: -60px;
    padding-top: 0px;
  }
  .header-sections .header-section .lang-section > .lang-menu .lang-panel > ul li {
    padding-right: 10px;
  }
  .header-sections .header-section .lang-section > .lang-menu .lang-panel > ul li a {
    height: 35px;
    font-weight: bold;
  }
  .header-sections .header-section .lang-section > .lang-menu .lang-panel > ul li a .lang-image img {
    width: 30px;
  }
  .header-sections .header-section .lang-section > .lang-menu .lang-panel > ul li a .lang-name {
    position: relative;
    bottom: 32px;
    left: 45px;
  }
  .header-sections .header-section .lang-section > .lang-menu .lang-panel:after {
    bottom: 100%;
    right: 43px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .header-sections .header-section .lang-section > .lang-menu .lang-panel:before {
    bottom: 100%;
    right: 42px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .header-sections .header-section .lang-section > .lang-menu .lang-panel:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #FFFFFF;
    border-width: 20px;
    margin-left: -20px;
  }
  .header-sections .header-section .lang-section > .lang-menu .lang-panel:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #e6e6e6;
    border-width: 22px;
    margin-left: -22px;
    filter: blur(2px);
  }
  .header-sections .header-section .search-section {
    position: relative;
    width: 120px;
  }
  .header-sections .header-section .search-section a {
    float: left;
  }
  .header-sections .header-section .search-section a img {
    width: 20px;
  }
  .header-sections .header-section .search-section:hover .search-menu {
    display: block;
  }
  .header-sections .header-section .search-section .search-menu:focus-within {
    display: block;
  }
  .header-sections .header-section .search-section > .search-menu {
    display: none;
    position: absolute;
    top: 10px;
    right: 60px;
    width: 80px;
    min-height: 100px;
  }
  .header-sections .header-section .search-section > .search-menu .search-panel {
    margin-top: 70px;
    right: 100px;
    position: relative;
    background: #FFFFFF;
    min-height: 45  px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 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: 5px;
  }
  .header-sections .header-section .search-section > .search-menu .search-panel input {
    position: relative;
    right: 90px;
    bottom: 5px;
    width: 180px;
    border: 0px;
  }
  .header-sections .header-section .search-section > .search-menu .search-panel input:focus {
    outline: none;
  }
  .header-sections .header-section .search-section > .search-menu .search-panel:after {
    bottom: 100%;
    right: 43px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .header-sections .header-section .search-section > .search-menu .search-panel:before {
    bottom: 100%;
    right: 42px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .header-sections .header-section .search-section > .search-menu .search-panel:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #FFFFFF;
    border-width: 20px;
    margin-left: -20px;
  }
  .header-sections .header-section .search-section > .search-menu .search-panel:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #e6e6e6;
    border-width: 22px;
    margin-left: -22px;
    filter: blur(2px);
  }
  .header-sections .line-section {
    height: 3px;
    background-image: linear-gradient(90deg, #FFFFFF 0%, #EB8020 50%, #FFFFFF 100%);
  }
  #content-section .banner-section {
    height: 450px;
    width: 100%;
  }
  #content-section .main-page .slide-section {
    min-height: 600px;
    margin-bottom: 50px;
    position: relative;
  }
  #content-section .main-page .slide-section #jssor_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 980px;
    height: 100%;
    overflow: hidden;
  }
  #content-section .main-page .slide-section .jssor_2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 980px;
    height: 100%;
    overflow: hidden;
  }
  #content-section .main-page .slide-section .jssor_2 .image {
    background-size: 100% auto;
    background-position: center;
  }
  #content-section .main-page .slide-section .slide-description {
    color: #383838;
    width: 300px;
    margin-top: 300px;
    margin-left: 60px;
    font-size: 40px;
  }
  #content-section .main-page .slide-section .slide-description-2 span {
    color: #fff;
    background-color: #000;
    opacity: 0.5;
    width: 500px;
    margin-top: 30px;
    margin-left: 60px;
    font-size: 20px;
    padding: 5px;
  }
  #content-section .main-page .product-section .product-title {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
  }
  #content-section .main-page .product-section .product-brand-image {
    display:flex;
    justify-content: center;
    gap: 30px;
  }
  #content-section .main-page .product-section .product-brand-image img{
    width: 20% !important;
  }
  #content-section .main-page .product-section .line-section {
    height: 1px;
    background-color: #EB8020;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #content-section .main-page .product-section .product-items {
    padding-left: 100px;
    padding-right: 100px;
  }
  #content-section .main-page .product-section .product-items .product-item {
    /* margin: 20px; */
    height: 255px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
  }
  #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-items .product-item .brand-image {
    display: flex;
    justify-content: center;
  }
  #content-section .main-page .product-section .product-items .product-item .product-image {
    height: 160px;
    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;
    font-weight: 400;
  }
  #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: 10px;
    margin: 15px;
    height: 180px;
    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;
  }
  #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 {
    width: 80px;
  }
  #content-section .main-page .why-section .why-items .why-item h4 {
    font-weight: bold;
    font-size: 1em;
  }
  #content-section .main-page .why-section .why-items .why-item h3 {
    font-weight: bold;
    font-size: 1em;
  }
  #content-section .product-page {
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 30px;
  }
  #content-section .product-page .product-title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #content-section .product-page .product-section .category-section {
    width: 100%;
    display: inline-block;
  }
  #content-section .product-page .product-section .category-section .liugong-menu-ul{
    margin-left: 15px;
    margin-bottom: 25px;
  }
  #content-section .product-page .product-section .category-section .liugong-menu-ul li{
    margin-bottom: 10px;
  }
  #content-section .product-page .product-section .category-section .zoomlion-menu-ul{
    margin-left: 15px;
  }
  #content-section .product-page .product-section .category-section .zoomlion-menu-ul li{
    margin-bottom: 10px;
  }
  #content-section .product-page .product-section .category-section .card {
    box-shadow : 0px 1px 0px -3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 0px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 0px -3px rgba(0, 0, 0, 0.1);
  }
  #content-section .product-page .product-section .category-section .active-brand-zoomlion .card{
    background-color: #A4CF4F;
  }
  #content-section .product-page .product-section .category-section .active-brand-zoomlion .card .logo-product{
    filter: brightness(0) invert(1);
  }
  #content-section .product-page .product-section .category-section .active-brand-liugong .card{
    background-color: #002F74;
  }
  #content-section .product-page .product-section .category-section .active-brand-liugong .card .logo-product{
    filter: brightness(0) invert(1);
  }
  #content-section .product-page .product-section .category-section ul li > a:hover img:not(.logo-product){
      filter: invert(49%) sepia(70%) saturate(524%) hue-rotate(347deg) brightness(99%) contrast(103%);
  }
  #content-section .product-page .product-section .category-section ul li > a.active img:not(.logo-product) {
    filter: invert(49%) sepia(70%) saturate(524%) hue-rotate(347deg) brightness(99%) contrast(103%);
  }
  #content-section .product-page .product-section .category-section ul li > a.active .category-name {
    color: #EB8020;
  }

  #content-section .product-page .product-section .category-section .category-image {
    position: relative;
    padding: 3px;
  }
  #content-section .product-page .product-section .category-section a {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #content-section .product-page .product-section .category-section .category-image img {
    position: relative;
    width: 20px;
  }
  #content-section .product-page .product-section .category-section .category-name {
    font-weight: bold;
    font-size: 14px;
    transition: color 0.3s;
    color: #AEAFB1;
    width: 50%;
  }
  #content-section .product-page .product-section .category-section .category-name h3{
    font-size: 14px;
  }
  #content-section .product-page .product-section .category-section .category-name:hover {
    color: #EB8020;
  }
  #content-section .product-page .product-section .category-section .category-all {
    margin-top: 30px;
    font-weight: bold;
  }
  #content-section .product-page .product-section .category-section .category-all a {
    padding-top: 10px;
    border-top: 1px solid #808285;
  }
  #content-section .product-page .product-section .category-section .category-all a:hover {
    color: #EB8020;
  }
  #content-section .product-page .product-section .product-items {
    overflow-y: scroll;
    height: 600px;
    /* border-left: 1px solid #808285; */
    padding: 30px;
    padding-top: 0px;
    scrollbar-width: none; /* Untuk Firefox */
    -ms-overflow-style: none; /* Untuk Internet Explorer dan Edge */
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  #content-section .product-page .product-section .product-items::-webkit-scrollbar {
    display: none;  
  }
  #content-section .product-page .product-section .product-items .product-search {
    padding-bottom: 10px;
    position: relative;
  }
  #content-section .product-page .product-section .product-items .product-search input {
    /* background-color: #EB8020;  */
    /* color: #FFFFFF; */
    width: 100%;
    height: 3rem;
    border: 1px solid #F0F0F0;
    /* border: none; */
    outline: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 3px;
    margin-bottom: 30px;
    font-weight: 500;
  }
  #content-section .product-page .product-section .product-items .product-search input::placeholder {
    color: #A9A0A0;
  }
  #content-section .product-page .product-section .product-items .product-search img {
    position: absolute;
    right: 10px;
    font-size: 20px;
    width: 20px;
    top: 14px;
    color: #FFFFFF;
  }
  #content-section .product-page .product-section .product-items::-webkit-scrollbar {
    width: 10px;
  }
  #content-section .product-page .product-section .product-items::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  #content-section .product-page .product-section .product-items::-webkit-scrollbar-thumb {
    background: #F4B01B;
  }
  #content-section .product-page .product-section .product-items::-webkit-scrollbar-thumb:hover {
    background: #EB8020;
  }
  #content-section .product-page .product-section .product-items .category-name {
    font-weight: bold;
    margin-bottom: 10px;
  }
  #content-section .product-page .product-section .product-items .line-section {
    height: 1px;
    background-color: #EB8020;
  }
  #content-section .product-page .product-section .product-items .product-item {
    position: relative;
    padding-top: 30px;
    margin: 20px;
    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: 8px;
    padding-bottom: 8px;
    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-detail-page .product-section {
    margin-top: 100px;
  }
  #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: 3px;
  }
  #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: 600px;
    overflow: hidden;
  }
  #content-section .product-detail-page .product-other {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    text-align: right;
  }
  #content-section .product-detail-page .product-other a {
    background-color: #808285;
    color: #FFFFFF;
    padding: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
    font-weight: bold;
  }
  #content-section .product-detail-page .product-other a:hover {
    background-color: #EB8020;
  }
  #content-section .support-page .service-section {
    padding-left: 120px;
    padding-right: 120px;
  }
  #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: 130px;
    padding: 10px;
    padding-right: 30px;
  }
  #content-section .support-page .service-section .service-items .service-item .service-name {
    font-weight: bold;
    font-size: 1em;
    text-align: left;
  }
  #content-section .support-page .service-section .service-items .service-item .service-name img {
    width: 45px;
    height: 43px;
    position: relative;
    top: -10px;
    right: -10px;
  }
  #content-section .support-page .service-section .service-items .service-item .service-desc {
    margin-top: -5px;
    font-size: 0.8em;
    text-align: justify;
  }
  #content-section .support-page .service-section .service-items > .columns > .column {
    border-right: solid #cecfd0 1px;
  }
  #content-section .support-page .service-section .service-items > .columns > .column:last-child {
    border-right: solid #cecfd0 0px;
  }
  #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: 270px;
    padding: 20px;
    margin: 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: 5px;
  }
  #content-section .support-page .part-section .part-items .part-item .part-name {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
  }
  #content-section .support-page .part-section .part-items .part-item .part-image {
    height: 160px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  #content-section .support-page .part-section .part-items .part-item .part-image img {
    transition: transform 0.3s;
  }
  #content-section .support-page .part-section .part-items .part-item .part-image img:hover {
    transform: scale(1.2);
  }
  #content-section .support-page .part-section .part-items .part-item .part-desc {
    font-size: 0.8em;
  }
  #content-section .support-page .support-section {
    padding-left: 350px;
    padding-right: 350px;
    padding-bottom: 30px;
  }
  #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: 50px;
    position: relative;
    bottom: 15px;
    left: 0px;
    float: right;
  }
  #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: 50px;
    position: relative;
    bottom: 15px;
    left: 0px;
    float: right;
  }
  #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: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.9em;
  }
  #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: 200px;
    padding-right: 200px;
  }
  #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 .goal-items {
    padding-top: 30px;
  }
  #content-section .about-page .goal-section .goal-items .goal-item {
    min-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: 20px;
    padding: 25px;
    margin: 20px;
    height: 100%;
  }
  #content-section .about-page .goal-section .goal-items .goal-item .goal-name {
    position: relative;
    height: 80px;
    font-weight: bold;
    font-size: 1.6em;
  }
  #content-section .about-page .goal-section .goal-items .goal-item .goal-name img {
    position: relative;
    top: -120px;
    width: 200px;
    float: right;
  }
  #content-section .about-page .goal-section .goal-items .goal-item .goal-desc {
    font-size: 0.9em;
    padding-left: 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;
    top: -30px;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  #content-section .about-page .core-section .core-items .core-item .core-image span {
    background-color: #FFFFFF;
    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: 100px;
    padding: 15px;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: relative;
    left: -15px;
  }
  #content-section .about-page .core-section .core-items .core-item .core-image span img {
    width: 50px;
  }
  #content-section .about-page .core-section .core-items .core-item .core-name {
    padding-top: 40px;
    padding-bottom: 10px;
    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.9em;
    text-align: center;
  }
  #content-section .about-page .attr-section {
    padding-left: 200px;
    padding-right: 200px;
  }
  #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: 20px;
    min-height: 220px;
    height: 90%;
  }
  #content-section .about-page .attr-section .attr-items .attr-item .attr-image {
    text-align: center;
    padding-bottom: 0px;
    padding-top: 10px;
  }
  #content-section .about-page .attr-section .attr-items .attr-item .attr-image img {
    width: 100px;
  }
  #content-section .about-page .attr-section .attr-items .attr-item .attr-name {
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
  }
  #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: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.9em;
  }
  #content-section .about-page .about-other a:hover {
    background-color: #EB8020;
  }
  #content-section .liugong-page {
    padding-left: 250px;
    padding-right: 250px;
  }
  #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: 500px;
    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;
    padding: 10px;
    text-align: center;
    height: 90px;
  }
  #content-section .liugong-page .liugong2-section .liugong2-items .liugong2-item .liugong2-name {
    padding-top: 15px;
    font-weight: bold;
    color: #EB8020;
    padding-bottom:0px;
  }
  #content-section .liugong-page .liugong2-section .liugong2-items .liugong2-item .liugong2-subname {
    white-space: nowrap;
    overflow: hidden;
    display: inherit;
    font-size: 14px;
    font-weight: bold;
    padding-bottom:10px;
  }
  #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: 500px;
    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: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.9em;
  }
  #content-section .liugong-page .liugong-other a:hover {
    background-color: #EB8020;
  }
  #content-section .gallery-page {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
  #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: 50px;
    padding-right: 50px;
  }
  #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: 300px;
    padding-right: 300px;
  }
  #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 {
    position: relative;
    height: 200px;
  }
  #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;
    height: 120px;
    overflow: hidden;
  }
  #content-section .article-page .article-items .article-item .article-desc .article-other {
    position: absolute;
    bottom: 0px;
    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;
  }
  #content-section .article-page .button-more a {
    background-color: #808285;
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
  }
  #content-section .article-page .button-more a:hover {
    background-color: #EB8020;
  }
  #content-section .article-detail-page {
    margin: 0 auto;
  }
  #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;
  }
  #content-section .article-detail-page .article-panel .article-date {
    padding-bottom: 10px;
  }
  #content-section .article-detail-page .article-panel .article-image {
    height: 500px;
    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 {
    font-weight: bold;
  }
  #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: right;
    margin-top: 40px;
    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.8em;
    font-weight: bold;
  }
  #content-section .article-detail-page .article-panel .article-back a:hover {
    background-color: #EB8020;
  }
  #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: #808285;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #content-section .contact-page .form-section {
    display:flex;
    margin: 50px auto;
    padding-bottom: 20px;
    gap: 10%;
  }
  #content-section .contact-page .form-section .form-panel {
    position: relative;
    width: 580px;
    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: 40px;
  }
  #content-section .contact-page .form-section .location-panel {
    position: relative;
    width: 45%;
    margin-left: 4rem;
    padding: 0px 0px 40px 40px;
   
  }
  #content-section .contact-page .form-section .location-panel .line-section {
    height: 1px;
    background-color: #EB8020;
    margin-bottom: 25px;
  }
  #content-section .contact-page .form-section .location-panel .address-section-scrool {
    overflow-y: scroll;
    height: 32rem;
  }
  #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 p {
    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 .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;
  }
  #content-section .contact-page .map-section .map-items {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 30px;
  }
  #content-section .contact-page .map-section .map-items .map-item {
    /* text-align: center; */
    margin: auto;
  }
  #content-section .contact-page .map-section .map-items .map-item .item-name {
    font-weight: bold;
    padding-bottom: 10px !important;
  }
  #content-section .contact-page .map-section .map-items .map-item .item-desc {
    font-size: 0.9em;
  }
  #content-section .contact-page .map-section .map-content {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 50px;
  }
  #content-section .message-submitted-page {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
  }
  #content-section .message-submitted-page img {
    width: 500px;
  }
  #content-section .message-submitted-page .submit-title {
    padding-top: 100px;
  }
  #content-section .message-submitted-page .submit-desc {
    padding-top: 30px;
  }
  #content-section .message-submitted-page .submit-other {
    padding-top: 30px;
  }
  #content-section .message-submitted-page .submit-other a {
    font-weight: bold !important;
  }
  #content-section .message-submitted-page .submit-other a:hover {
    color: #EB8020;
  }
  #content-section .message-submitted-page .button-back {
    margin-bottom: 40px;
  }
  #content-section .message-submitted-page .button-back a {
    background-color: #EB8020;
    color: #FFFFFF;
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
  }
  #content-section .message-submitted-page .button-back a:hover {
    background-color: #F4B01B;
    font-weight: bold;
  }
  #content-section .search-page {
    padding-bottom: 40px;
  }
  #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;
  }
  .footer-section h4 {
    font-weight: bold;
    font-size: 1.2em;
  }
  .footer-section .contact-section {
    text-align: center;
  }
  .footer-section .contact-section .icon-social {
    padding-right: 5px;
    padding-left: 5px;
  }
  .footer-section .contact-section .icon-social img {
    width: 35px;
  }
  .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 .input-newsletter {
    border: 0px solid white;
    height: 24px;
    width: 60%;
    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 .newsletter-section .btn-newsletter:hover {
    background-color: #EB8020;
    color: #FFFFFF;
    font-weight: bold;
  }
  .footer-section .footer-sub {
    position: absolute;
    width: 100%;
    background-color: #808285;
    bottom: 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;
  }
}
#snackbar {
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  min-width: 250px;
  margin-left: -125px;
  background-color: #EB8020;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1000;
  left: 45%;
  bottom: 80px;
  font-size: 16px;
}
#snackbar.show {
  visibility: visible;
  opacity: 1;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.scroll-to-top {
  position: fixed;
  z-index: 10000;
  right: 1rem;
  bottom: 1rem;
  display: none;
}
.scroll-to-top a {
  font-size: 1rem;
  width: 3rem;
  height: 3rem;
  color: #EB8020;
  line-height: 3.1rem;
  text-align: center;
  font-size: 40px;
}
.d-block {
  opacity: 0.8;
  display: block !important;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
::-moz-selection {
  /* Code for Firefox */
  background: #F4B01B;
}
::selection {
  background: #F4B01B;
}
