/* default scrollbar style */
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    border-radius: 5px;
    background: rgba(0, 0, 0, .15);
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .3)
}

html {
    font-family: "San Francisco", "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif !important;
    overflow-x: hidden;
}

body {
    font-family: "San Francisco", "Helvetica Neue", Helvetica,  Arial, Tahoma, sans-serif !important;
    margin-right: calc(100% - 100vw) !important;
    letter-spacing: 0.025em;
    color: #333;
}

@media (max-width: 768px) {
    html {
        font-size: 14px !important;
    }
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 896px) {
    .container {
        max-width: 896px !important;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px !important;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px !important;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px !important;
    }
}

/* main menu */
.collapse-btn>span {
  background: #333;
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  text-indent: -9999em;
  top: 50%;
  width: 100%;
}
.collapse-btn>span::before,
.collapse-btn>span::after {
  background: #333;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  transform-origin: 11%;
  transition: transform .2s linear 0s;
  width: 25px;
}
.collapse-btn>span::before {
  top: -7px;
}
.collapse-btn>span::after {
  bottom: -7px;
  top: auto;
}
.colsed>span {
  background: transparent;
}
.colsed>span::before {
  transform: rotate(45deg);
}
.colsed>span::after {
  transform: rotate(-45deg);
}
.drop-menu>li>ul>li>a>span {
  width: max-content;
  transform: translateY(-2px);
  transition: transform .3s;
}
.drop-menu>li>ul {
  transition-property: height;
  transition-duration: 0.2s;
}
.drop-menu>li:hover>ul span {
  transform: translateY(0px);
}
.mini-collapse-menu {
  transition: all .3s;
}
/* main swiper video anchor */
@keyframes boderAnimation {
    0% {
        transform: scale(1);
        opacity: 0;
        -ms-transform: scale(1);
        opacity: 0;
    }

    20% {
        opacity: 1
    }

    75% {
        transform: scale(2);
        opacity: 0;
        -ms-transform: scale(2);
        opacity: 0;
    }

    100% {
        opacity: 0
    }
}

@keyframes bordershowAnimation {

    50% {
        box-shadow: 0px 0px 10px 0 #001eb4;
    }

}

.anchor-wrapper a>span {
    position: relative;
    animation: bordershowAnimation 3s infinite;
    cursor: pointer;
    /* z-index: 2222; */
}


.anchor-wrapper a>span::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    margin-top: -12.5px;
    margin-left: -12.5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    animation: boderAnimation 3s .85s infinite;
    cursor: pointer !important;
}

.anchor-wrapper a>span::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    margin-top: -12.5px;
    margin-left: -12.5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    animation: boderAnimation 3s infinite;
    cursor: pointer !important;
}

.anchor-wrapper a div::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    border-radius: 30px;
    width: 0;
}

.anchor-wrapper a div::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 42px;
    height: 100%;
}

.anchor-wrapper a div {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    white-space: nowrap;
    font-size: 16px;
    line-height: 18px;
    pointer-events: none;
    color: white;
}

.anchor-wrapper li:hover a div {
    pointer-events: all;
}

.anchor-wrapper li:hover a div::before {
    width: 100%;
    transition: all .2s cubic-bezier(.34, .44, .41, 1.12);
}

.anchor-wrapper li:hover a div span {
    opacity: 1 !important;
    transition: all .3s .1s;
}

.anchor-wrapper li:hover a div svg {
    opacity: 1 !important;
    transform: translateX(0);
    transition: all .3s .15s;
}

/* default icon style from backend */
.icon {
    width: 20px;
    height: 20px;
}
/* some html style in utext */
.utext-icon>svg {
    width: 20px;
    height: 20px;
    fill: black;
}

.utext-em em {
    color: #eb9402;
    font-style: normal;
}

.utext-a a {
    color: #eb9402;
    transition: all 0.2s;
}

.utext-a a:hover {
    color: #ed145b;
}

.utext-a p {
    line-height: 30px;
    padding: 10px 0;
}

/* common title */
.title {
    font-size: 1.875rem;
    font-weight: 500;
    margin-bottom: 16px;
    color: #333;
}

.subTitle {
    color: #555;
    font-size: 1.125rem;
    line-height: 30px;
    margin: 0 auto;
    width: 70%;
}

.title-padding {
    padding-bottom: 80px;
}

.section-padding {
    padding-top: 130px;
    padding-bottom: 120px;
}

@media (max-width: 1536px) {
    .subTitle {
        width: 80%;
    }
}

@media (max-width: 1024px) {
    .subTitle {
        width: 100%;
    }
}
@media (max-width: 640px) {
    .section-padding {
        padding-top: 70px;
        padding-bottom: 60px;
    }
    .title-padding {
        padding-bottom: 50px;
    }
}
/* global form style*/
.form-control-fix {
    margin-top: 45px;
}

input.form-control {
    height: 35px;
}

textarea.form-control {
    height: 55px;
}

.form-control-fix input,
.form-control-fix textarea {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #999;
    background: transparent;
    transition: all 0.2s;
    font-size: 14px;
    box-sizing: border-box;
    color: white;
    width: 100%;
    outline: none;
}

.form-control-fix input:focus,
.form-control-fix textarea:focus {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #eb9402;
    background: transparent;
    box-shadow: none;
    color: white;
}

.form-control-fix label {
    position: absolute;
    font-size: 14px;
    transition: all 0.2s;
    top: 0;
    color: #999;
    left: 0;
}

.form-control-fix input:focus~label,
.form-control-fix textarea:focus~label {
    position: absolute;
    font-size: 12px;
    transition: all 0.2s;
    color: #eb9402 !important;
    -webkit-transform: translateY(-110%);
    -moz-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    -o-transform: translateY(-110%);
    transform: translateY(-110%);
    font-size: 12px;
}


.form-control-fix input:valid:not(:placeholder-shown),
.form-control-fix textarea:valid:not(:placeholder-shown) {
    /* border-bottom: 2px solid green !important; */
}

.form-control-fix input:not(:placeholder-shown)+label,
.form-control-fix textarea:not(:placeholder-shown)+label {
    -webkit-transform: translateY(-110%);
    -moz-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    -o-transform: translateY(-110%);
    transform: translateY(-110%);
    font-size: 12px;
}

.form-control-fix input:invalid,
.form-control-fix textarea:invalid {
    /* border-bottom: 2px solid red !important; */
}

.form-control-fix input:invalid:not(:placeholder-shown)+label,
.form-control-fix textarea:invalid:not(:placeholder-shown)+label {
    /* color: red !important; */
}

/* form loading */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rotate-icon {
    animation: rotate 1s ease infinite;
}
/* item鈥檚 hover style */
.transform-underline span {
    transition: background-size 1s;
    background: linear-gradient(to right, black, black) no-repeat right bottom;
    background-size: 0 1.2px;
}

.transform-underline:hover span {
    background-position: left bottom;
    background-size: 100% 1.2px;
}

.collapse.show {
    visibility: visible;
}

/* solutions style */
.area_2 div.icon {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eb960251;
    transition: all 0.3s;
    border-radius: 4px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
}

.area_2 .title {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.area_2 .desc {
    font-size: 1rem;
    color: #999;
    line-height: 30px;
}

.area_2 .item:hover div.icon {
    border: 1px solid transparent;
    background-color: #eb9402;
    /* box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19); */
}

.area_2 .item div.icon svg path {
    fill: #eb9402;
}

.area_2 .item:hover div.icon svg path {
    fill: white;
}

.pagination a:hover svg path {
    fill: white;
}

/* pagination */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* footer */
.footer-title {
    font-size: 18px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.footer-link li a:hover {
    color: #eb9402;
}
/* div displays after img loaded */
.hero-image-loaded ~ .hero-text{
    display: block ;
}

.hero-text span{
    display: block;
}
.hero-text span::first-letter{
    text-transform: uppercase;
}
.swiper-bg-loaded ~ .anchor-wrapper{
    display: block;
}
/* background text fill */
@media (max-width: 1024px) {
    .text-fill-white span{
        -webkit-text-fill-color:white !important;
        color: white;
    }
}

/* contact us */
.contact-video:hover svg path {
    transition: all 0.3s;
}

.contact-video:hover svg path {
    fill-opacity: 0.98;
}
/* map tooltip style */
.random-dot-wrap>span {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 6px 12px;
    margin: 0 3px;
    position: absolute;
    z-index: 1;
    color: white;
    border-radius: 50px;
    font-size: 12px;
    text-wrap: nowrap;
    top: 0;
    transition: all 0.3s;
    transform: var(--span-transform);
}

.random-dot-wrap>span::before {
    content: '';
    width: 3px;
    height: 3px;
    border: 2px solid black;
    box-sizing: content-box;
    position: absolute;
    top: -3px;
    border-radius: 50%;
    background: white;
    transform: var(--dot-transform);
}


.form-control:focus {
    border-color: #e67f12 !important;
    /* box-shadow: 0 0 0 0.25rem rgba(230, 127, 18,.25) !important; */
}



.btn-primary {
    --bs-btn-bg: #eb950f !important;
    --bs-btn-border-color: #eb950f !important;
    --bs-btn-hover-bg: #d5880f !important;
    --bs-btn-hover-border-color: #d5880f !important;
    --bs-btn-active-bg: #ac6e0d !important;
    --bs-btn-active-border-color: #ac6e0d !important;

    --bs-btn-disabled-bg: #ac6e0d !important;
    --bs-btn-disabled-border-color: #ac6e0d !important;
}

.required::after {
    content: '*' !important;
    color: #e98a11 !important;
}



.chino_table_content tbody,
.chino_table_content td,
.chino_table_content  tfoot,
.chino_table_content  th,
.chino_table_content thead,
.chino_table_content tr {
    border-width: 1px !important;
}

table p {
    margin: 3px !important;
}

.chino_table_content table th,
.chino_table_content table td {
    padding: 0;
}

.chino_table_content table p {
    margin: 0;
    padding: 3px;
}



@media screen and (max-width: 1068px) {
    .chino_table_content #content {
        overflow: auto;
    }
    .chino_table_content #content {
        padding-right: 0 !important;
    }
}

/* factories swiper pagination */
.swiper-pagination-bullet-active {
    background: #eb9402 !important;
}

.content-scroll-none::-webkit-scrollbar {
    width: 0px !important;
    height: 0px !important;
}
<!--0.00018095970153809-->